@fluid-topics/ft-wc-utils 2.0.31 → 2.0.33

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
@@ -44,3 +44,4 @@ export * from "./ft-input";
44
44
  export * from "./directives";
45
45
  export * from "./search";
46
46
  export { setVariable } from "@fluid-topics/design-system-variables";
47
+ export * from "./ft-analytics-action.mixin";
package/build/index.js CHANGED
@@ -125,3 +125,4 @@ export * from "./ft-input";
125
125
  export * from "./directives";
126
126
  export * from "./search";
127
127
  export { setVariable } from "@fluid-topics/design-system-variables";
128
+ export * from "./ft-analytics-action.mixin";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-wc-utils",
3
- "version": "2.0.31",
3
+ "version": "2.0.33",
4
4
  "description": "Internal web components tools",
5
5
  "author": "Fluid Topics <devtopics@antidot.net>",
6
6
  "license": "ISC",
@@ -26,5 +26,5 @@
26
26
  "devDependencies": {
27
27
  "@types/mark.js": "8.11.12"
28
28
  },
29
- "gitHead": "01c1e8773c74a4a249a2cdfa5695b895e8e2f3e3"
29
+ "gitHead": "f20ce1da149f178822c2feab6260c5ecdbf666c7"
30
30
  }