@vygruppen/spor-react 12.24.8 → 12.24.10

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@12.24.8 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.24.10 build /home/runner/work/spor/spor/packages/spor-react
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.tsx, src/icons/index.tsx
@@ -11,18 +11,18 @@
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  DTS Build start
14
- CJS dist/index.cjs 356.25 KB
14
+ CJS dist/index.cjs 356.14 KB
15
15
  CJS dist/icons/index.cjs 381.00 B
16
- CJS dist/index.cjs.map 702.33 KB
16
+ CJS dist/index.cjs.map 702.14 KB
17
17
  CJS dist/icons/index.cjs.map 157.00 B
18
- CJS ⚡️ Build success in 2885ms
18
+ CJS ⚡️ Build success in 2853ms
19
19
  ESM dist/icons/index.mjs 110.00 B
20
- ESM dist/index.mjs 332.08 KB
20
+ ESM dist/index.mjs 331.97 KB
21
21
  ESM dist/icons/index.mjs.map 157.00 B
22
- ESM dist/index.mjs.map 702.33 KB
23
- ESM ⚡️ Build success in 2885ms
24
- DTS ⚡️ Build success in 21486ms
22
+ ESM dist/index.mjs.map 702.14 KB
23
+ ESM ⚡️ Build success in 2853ms
24
+ DTS ⚡️ Build success in 20964ms
25
25
  DTS dist/icons/index.d.ts 44.00 B
26
- DTS dist/index.d.ts 147.64 KB
26
+ DTS dist/index.d.ts 147.62 KB
27
27
  DTS dist/icons/index.d.cts 44.00 B
28
- DTS dist/index.d.cts 147.64 KB
28
+ DTS dist/index.d.cts 147.62 KB
@@ -1,8 +1,8 @@
1
1
 
2
- > @vygruppen/spor-react@12.24.8 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.24.10 postinstall /home/runner/work/spor/spor/packages/spor-react
3
3
  > chakra typegen src/theme/index.ts
4
4
 
5
- [dotenv@17.3.1] injecting env (0) from .env -- tip: ⚙️ suppress all logs with { quiet: true }
5
+ [dotenv@17.3.1] injecting env (0) from .env -- tip: 🔐 prevent building .env in docker: https://dotenvx.com/prebuild
6
6
  ┌ Chakra CLI ⚡️
7
7
  [?25l│
8
8
  ◒ Generating conditions types...
@@ -13,8 +13,7 @@
13
13
  [?25h[?25l│
14
14
  ◇ ✅ Generated utility typings
15
15
  [?25h[?25l│
16
- ◒ Generating token types...
17
- ◇ ✅ Generated token typings
16
+ ◇ Generated token typings
18
17
  [?25h[?25l│
19
18
  ◒ Generating system types...
20
19
  ◇ ✅ Generated system types
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.24.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 4d11f81: Fix closetrigger tabbable autocomplete
8
+
9
+ ## 12.24.9
10
+
11
+ ### Patch Changes
12
+
13
+ - 795555b: Revert radiocard VO fix. Created other issues with voice-over
14
+
3
15
  ## 12.24.8
4
16
 
5
17
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -1523,17 +1523,10 @@ var PressableCard = React20.forwardRef(
1523
1523
  PressableCard.displayName = "PressableCard";
1524
1524
  var RadioCard = React20.forwardRef(
1525
1525
  (props, ref) => {
1526
- const { inputProps, children, value } = props;
1526
+ const { inputProps, children } = props;
1527
1527
  return /* @__PURE__ */ jsxRuntime.jsxs(react.RadioCard.Item, { ...props, children: [
1528
- /* @__PURE__ */ jsxRuntime.jsx(
1529
- react.RadioCard.ItemHiddenInput,
1530
- {
1531
- ref,
1532
- ...inputProps,
1533
- "aria-label": value
1534
- }
1535
- ),
1536
- /* @__PURE__ */ jsxRuntime.jsx(react.RadioCard.ItemControl, { "aria-hidden": value ? true : false, children })
1528
+ /* @__PURE__ */ jsxRuntime.jsx(react.RadioCard.ItemHiddenInput, { ref, ...inputProps }),
1529
+ /* @__PURE__ */ jsxRuntime.jsx(react.RadioCard.ItemControl, { children })
1537
1530
  ] });
1538
1531
  }
1539
1532
  );
@@ -3396,7 +3389,7 @@ var Autocomplete = ({
3396
3389
  }
3397
3390
  }
3398
3391
  ) }),
3399
- /* @__PURE__ */ jsxRuntime.jsx(react.Combobox.IndicatorGroup, { children: /* @__PURE__ */ jsxRuntime.jsx(react.Combobox.ClearTrigger, { asChild: true, "aria-label": t(texts14.clearValue), children: /* @__PURE__ */ jsxRuntime.jsx(CloseButton, { size: "xs" }) }) })
3392
+ /* @__PURE__ */ jsxRuntime.jsx(react.Combobox.IndicatorGroup, { children: /* @__PURE__ */ jsxRuntime.jsx(react.Combobox.ClearTrigger, { asChild: true, "aria-label": t(texts14.clearValue), children: /* @__PURE__ */ jsxRuntime.jsx(CloseButton, { size: "xs", tabIndex: 0 }) }) })
3400
3393
  ] }),
3401
3394
  /* @__PURE__ */ jsxRuntime.jsx(react.Combobox.Positioner, { children: /* @__PURE__ */ jsxRuntime.jsxs(react.Combobox.Content, { children: [
3402
3395
  /* @__PURE__ */ jsxRuntime.jsx(react.Combobox.Empty, { children: !loading && (emptyLabel ?? t(texts14.noItemsFound)) }),