diff --git a/_config.yml b/_config.yml index 850999eb7..8173e75a4 100644 --- a/_config.yml +++ b/_config.yml @@ -166,12 +166,12 @@ theme-colors: info: class: info title: Info - light: - class: light - title: Light dark: class: dark title: Dark + light: + class: light + title: Light button-states: - class: diff --git a/package-lock.json b/package-lock.json index 0ca3d8ba7..136837d8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@popperjs/core": "^2.11.5", "@tabler/icons": "^1.68.0", - "bootstrap": "5.1.3" + "bootstrap": "5.2.0-beta1" }, "devDependencies": { "@babel/core": "^7.17.10", @@ -3130,15 +3130,21 @@ "dev": true }, "node_modules/bootstrap": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz", - "integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" - }, + "version": "5.2.0-beta1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.0-beta1.tgz", + "integrity": "sha512-6qbgs177WZEFY4SLQUq3tEHayYG80nfDmyTpdKi0MJqRMdS+HAoq24+YKfx6wf+nHY0rx8zrh477J1lFu4WzOA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], "peerDependencies": { - "@popperjs/core": "^2.10.2" + "@popperjs/core": "^2.11.5" } }, "node_modules/boxen": { @@ -18450,9 +18456,9 @@ "dev": true }, "bootstrap": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz", - "integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==", + "version": "5.2.0-beta1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.0-beta1.tgz", + "integrity": "sha512-6qbgs177WZEFY4SLQUq3tEHayYG80nfDmyTpdKi0MJqRMdS+HAoq24+YKfx6wf+nHY0rx8zrh477J1lFu4WzOA==", "requires": {} }, "boxen": { diff --git a/package.json b/package.json index c10656a15..d5af9cd0a 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "dependencies": { "@popperjs/core": "^2.11.5", "@tabler/icons": "^1.68.0", - "bootstrap": "5.1.3" + "bootstrap": "5.2.0-beta1" }, "peerDependencies": { "apexcharts": "^3.35.2", diff --git a/src/pages/_includes/parts/buttons-table.html b/src/pages/_includes/parts/buttons-table.html index de70c3929..cb239d02c 100644 --- a/src/pages/_includes/parts/buttons-table.html +++ b/src/pages/_includes/parts/buttons-table.html @@ -6,11 +6,11 @@ {% for state in site.button-states %} {% if show-states or (state.class != 'active' and state.class != 'disabled') %} -