gd-bs 6.8.5 → 6.8.6
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/components/floating-ui/index.js +5 -0
- package/dist/gd-bs-icons.js +1 -1
- package/dist/gd-bs-icons.js.LICENSE.txt +220 -220
- package/dist/gd-bs-icons.min.js +1 -1
- package/dist/gd-bs.d.ts +1 -0
- package/dist/gd-bs.js +1 -1
- package/dist/gd-bs.js.LICENSE.txt +219 -219
- package/dist/gd-bs.min.js +1 -1
- package/package.json +60 -60
- package/src/components/floating-ui/index.ts +3 -0
- package/src/components/floating-ui/types.d.ts +1 -0
package/dist/gd-bs.d.ts
CHANGED
|
@@ -3202,6 +3202,7 @@ declare module 'gd-bs/components/floating-ui/types' {
|
|
|
3202
3202
|
content?: string | Element;
|
|
3203
3203
|
flip?: boolean | any;
|
|
3204
3204
|
hide?: boolean | any;
|
|
3205
|
+
hideOnClick?: boolean;
|
|
3205
3206
|
inline?: boolean | any;
|
|
3206
3207
|
offset?: number | any;
|
|
3207
3208
|
shift?: boolean | any;
|