gd-bs 6.6.42 → 6.6.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gd-bs",
3
- "version": "6.6.42",
3
+ "version": "6.6.43",
4
4
  "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
5
  "main": "build/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -34,9 +34,9 @@
34
34
  "homepage": "https://dattabase.com/extras/bs",
35
35
  "dependencies": {
36
36
  "@popperjs/core": "^2.11.8",
37
- "bootstrap": "^5.3.2",
37
+ "bootstrap": "^5.3.3",
38
38
  "bootstrap-icons": "^1.11.3",
39
- "core-js": "^3.33.3",
39
+ "core-js": "^3.38.1",
40
40
  "tippy.js": "^6.3.7"
41
41
  },
42
42
  "devDependencies": {
@@ -277,6 +277,7 @@
277
277
  }
278
278
  /* Adjust checkbox size */
279
279
  .form-check:not(.form-switch) .form-check-input[type=checkbox] {
280
+ display: inline;
280
281
  height: 1.25rem;
281
282
  width: 1.25rem;
282
283
  }