gd-bs 6.6.94 → 6.6.95

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/dist/gd-bs.d.ts CHANGED
@@ -3189,7 +3189,7 @@ declare module 'gd-bs/components/floating-ui/types' {
3189
3189
  arrow?: boolean;
3190
3190
  autoPlacement?: boolean | any;
3191
3191
  className?: string;
3192
- content?: string;
3192
+ content?: string | Element;
3193
3193
  flip?: boolean | any;
3194
3194
  hide?: boolean | any;
3195
3195
  inline?: boolean | any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gd-bs",
3
- "version": "6.6.94",
3
+ "version": "6.6.95",
4
4
  "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
5
  "main": "build/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -16,7 +16,7 @@ export interface IFloatingUIOptions {
16
16
  arrow?: boolean;
17
17
  autoPlacement?: boolean | any;
18
18
  className?: string;
19
- content?: string;
19
+ content?: string | Element;
20
20
  flip?: boolean | any;
21
21
  hide?: boolean | any;
22
22
  inline?: boolean | any;