@fluid-topics/ft-wc-utils 1.1.85 → 1.1.87

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/index.d.ts CHANGED
@@ -19,6 +19,7 @@ export * from "./designSystemVariables";
19
19
  export * from "./events";
20
20
  export * from "./floating";
21
21
  export * from "./FtCssVariables";
22
+ export * from "./FtdsBase";
22
23
  export * from "./FtLitElement";
23
24
  export * from "./generic-types";
24
25
  export * from "./helpers";
package/build/index.js CHANGED
@@ -15,6 +15,7 @@ import * as designSystemVariables from "./designSystemVariables";
15
15
  import * as events from "./events";
16
16
  import * as floating from "./floating";
17
17
  import * as FtCssVariables from "./FtCssVariables";
18
+ import * as FtdsBase from "./FtdsBase";
18
19
  import * as FtLitElement from "./FtLitElement";
19
20
  import * as genericTypes from "./generic-types";
20
21
  import * as helpers from "./helpers";
@@ -51,6 +52,7 @@ window.ftGlobals = (_d = window.ftGlobals) !== null && _d !== void 0 ? _d : {
51
52
  ...events,
52
53
  ...floating,
53
54
  ...FtCssVariables,
55
+ ...FtdsBase,
54
56
  ...FtLitElement,
55
57
  ...genericTypes,
56
58
  ...helpers,
@@ -76,6 +78,7 @@ export * from "./designSystemVariables";
76
78
  export * from "./events";
77
79
  export * from "./floating";
78
80
  export * from "./FtCssVariables";
81
+ export * from "./FtdsBase";
79
82
  export * from "./FtLitElement";
80
83
  export * from "./generic-types";
81
84
  export * from "./helpers";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-wc-utils",
3
- "version": "1.1.85",
3
+ "version": "1.1.87",
4
4
  "description": "Internal web components tools",
5
5
  "author": "Fluid Topics <devtopics@antidot.net>",
6
6
  "license": "ISC",
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "dependencies": {
16
16
  "@floating-ui/dom": "1.5.3",
17
- "@fluid-topics/design-system-variables": "0.0.25",
17
+ "@fluid-topics/design-system-variables": "0.0.28",
18
18
  "@fluid-topics/public-api": "1.0.71",
19
19
  "@reduxjs/toolkit": "1.9.5",
20
20
  "@types/mark.js": "8.11.12",
@@ -24,5 +24,5 @@
24
24
  "mark.js": "8.11.1",
25
25
  "moment": "2.29.4"
26
26
  },
27
- "gitHead": "7f23fb0e267fb0bcdd20de5b2fb39ab5940983d5"
27
+ "gitHead": "ed74752761ed6588c2fa0e1b696b8fe8dfc72c00"
28
28
  }