gd-bs 6.9.10 → 6.9.11
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/build/bs.js +1 -1
- package/dist/gd-bs-icons.js +1 -1
- package/dist/gd-bs-icons.js.LICENSE.txt +213 -213
- package/dist/gd-bs-icons.min.js +1 -1
- package/dist/gd-bs.js +1 -1
- package/dist/gd-bs.js.LICENSE.txt +213 -213
- package/dist/gd-bs.min.js +1 -1
- package/package.json +3 -3
- package/src/styles/_floating-ui.scss +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gd-bs",
|
|
3
|
-
"version": "6.9.
|
|
3
|
+
"version": "6.9.11",
|
|
4
4
|
"description": "Bootstrap JavaScript, TypeScript and Web Components library.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"typings": "src/index.d.ts",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
},
|
|
35
35
|
"homepage": "https://dattabase.com/extras/bs",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@floating-ui/dom": "^1.7.
|
|
37
|
+
"@floating-ui/dom": "^1.7.5",
|
|
38
38
|
"bootstrap": "^5.3.8",
|
|
39
39
|
"bootstrap-icons": "^1.13.1",
|
|
40
|
-
"core-js": "^3.
|
|
40
|
+
"core-js": "^3.48.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@babel/core": "^7.27.4",
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
padding: 0px;
|
|
15
15
|
inset: 0px auto auto 0px;
|
|
16
16
|
position: absolute;
|
|
17
|
+
z-index: 5000;
|
|
17
18
|
|
|
18
19
|
&.floating-tooltip {
|
|
19
20
|
border-radius: var(--bs-tooltip-border-radius);
|
|
@@ -28,7 +29,6 @@
|
|
|
28
29
|
padding: var(--bs-dropdown-padding-y, 0.5rem) var (--bs-dropdown-padding-x, 0);
|
|
29
30
|
max-height: var(--bs-dropdown-max-height, 500px);
|
|
30
31
|
overflow-y: auto;
|
|
31
|
-
z-index: 10000;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
&.floating-dropdown .dropdown-item {
|