@fluid-topics/ft-wc-utils 1.2.66 → 1.2.68

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
@@ -36,4 +36,5 @@ export * from "./SameWindowStorageEvent";
36
36
  export * from "./ScopedRegistryLitElement";
37
37
  export * from "./shadowQuerySelector";
38
38
  export * from "./SearchPlaceConverter";
39
+ export * from "./accessibility.styles";
39
40
  export { setVariable } from "@fluid-topics/design-system-variables";
package/build/index.js CHANGED
@@ -34,6 +34,7 @@ import { setVariable } from "@fluid-topics/design-system-variables";
34
34
  import * as SameWindowStorageEvent from "./SameWindowStorageEvent";
35
35
  import * as FluidTopicsA11yEvents from "./a11y/FluidTopicsA11yEvents";
36
36
  import * as FluidTopicsA11yHints from "./a11y/FluidTopicsA11yHints";
37
+ import { screenReaderStyles } from "./accessibility.styles";
37
38
  export const isSafari = (navigator.vendor && !!navigator.vendor.match(/apple/i))
38
39
  || ((_c = (_b = (_a = window.safari) === null || _a === void 0 ? void 0 : _a.pushNotification) === null || _b === void 0 ? void 0 : _b.toString()) !== null && _c !== void 0 ? _c : "") === "[object SafariRemoteNotification]";
39
40
  export const isTouchScreen = (("ontouchstart" in window)
@@ -68,6 +69,7 @@ window.ftGlobals = (_d = window.ftGlobals) !== null && _d !== void 0 ? _d : {
68
69
  ...helpers,
69
70
  ...highlightHtml,
70
71
  ...mixinsCss,
72
+ ...screenReaderStyles,
71
73
  ...models,
72
74
  ...ParametrizedLabelResolver,
73
75
  ...redux,
@@ -107,4 +109,5 @@ export * from "./SameWindowStorageEvent";
107
109
  export * from "./ScopedRegistryLitElement";
108
110
  export * from "./shadowQuerySelector";
109
111
  export * from "./SearchPlaceConverter";
112
+ export * from "./accessibility.styles";
110
113
  export { setVariable } from "@fluid-topics/design-system-variables";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-wc-utils",
3
- "version": "1.2.66",
3
+ "version": "1.2.68",
4
4
  "description": "Internal web components tools",
5
5
  "author": "Fluid Topics <devtopics@antidot.net>",
6
6
  "license": "ISC",
@@ -14,8 +14,8 @@
14
14
  ],
15
15
  "dependencies": {
16
16
  "@floating-ui/dom": "1.5.3",
17
- "@fluid-topics/design-system-variables": "0.1.98",
18
- "@fluid-topics/public-api": "1.0.95",
17
+ "@fluid-topics/design-system-variables": "0.1.99",
18
+ "@fluid-topics/public-api": "1.0.98",
19
19
  "@reduxjs/toolkit": "1.9.5",
20
20
  "@types/mark.js": "8.11.12",
21
21
  "@webcomponents/scoped-custom-element-registry": "0.0.9",
@@ -24,5 +24,5 @@
24
24
  "mark.js": "8.11.1",
25
25
  "moment": "2.29.4"
26
26
  },
27
- "gitHead": "9a20b33e06cb203d5decfef5737a1f245777dddc"
27
+ "gitHead": "9e118cc3ee36e48d4b93d953ea7f7ea610ef450d"
28
28
  }