@vygruppen/spor-react 12.24.1 → 12.24.3

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.1 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.24.3 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,17 +11,17 @@ CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  DTS Build start
14
- CJS dist/index.cjs 355.66 KB
15
14
  CJS dist/icons/index.cjs 381.00 B
15
+ CJS dist/index.cjs 355.69 KB
16
16
  CJS dist/icons/index.cjs.map 157.00 B
17
- CJS dist/index.cjs.map 701.23 KB
18
- CJS ⚡️ Build success in 2706ms
19
- ESM dist/index.mjs 331.48 KB
17
+ CJS dist/index.cjs.map 701.27 KB
18
+ CJS ⚡️ Build success in 2775ms
19
+ ESM dist/index.mjs 331.52 KB
20
20
  ESM dist/icons/index.mjs 110.00 B
21
+ ESM dist/index.mjs.map 701.27 KB
21
22
  ESM dist/icons/index.mjs.map 157.00 B
22
- ESM dist/index.mjs.map 701.23 KB
23
- ESM ⚡️ Build success in 2715ms
24
- DTS ⚡️ Build success in 20723ms
23
+ ESM ⚡️ Build success in 2776ms
24
+ DTS ⚡️ Build success in 21690ms
25
25
  DTS dist/icons/index.d.ts 44.00 B
26
26
  DTS dist/index.d.ts 147.51 KB
27
27
  DTS dist/icons/index.d.cts 44.00 B
@@ -1,8 +1,8 @@
1
1
 
2
- > @vygruppen/spor-react@12.24.1 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.24.3 postinstall /home/runner/work/spor/spor/packages/spor-react
3
3
  > chakra typegen src/theme/index.ts
4
4
 
5
- [dotenv@17.2.3] injecting env (0) from .env -- tip: 🔄 add secrets lifecycle management: https://dotenvx.com/ops
5
+ [dotenv@17.2.3] injecting env (0) from .env -- tip: ⚙️ load multiple .env files with { path: ['.env.local', '.env'] }
6
6
  ┌ Chakra CLI ⚡️
7
7
  [?25l│
8
8
  ◒ Generating conditions types...
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.24.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 5194171: Revert changes to attached inputs that created bugs for combobox borderradius.
8
+
9
+ ## 12.24.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 8047512: Add icons for tiktok. Rename twitter-icon to "x"
14
+ - f8656b9: fix(UU): Input field label being announced twice
15
+ - 2bf118b: fix: Not able to change borderRadius when using AttachedInputs
16
+ - Updated dependencies [8047512]
17
+ - @vygruppen/spor-icon-react@4.5.2
18
+
3
19
  ## 12.24.1
4
20
 
5
21
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -1991,13 +1991,14 @@ var Field3 = React20__namespace.forwardRef(
1991
1991
  direction,
1992
1992
  id,
1993
1993
  children: [
1994
- label && !floatingLabel && /* @__PURE__ */ jsxRuntime.jsx(Label, { asChild: labelAsChild, children: renderLabelWithIndicator(label, labelAsChild) }),
1994
+ label && !floatingLabel && /* @__PURE__ */ jsxRuntime.jsx(Label, { asChild: labelAsChild, "aria-hidden": true, children: renderLabelWithIndicator(label, labelAsChild) }),
1995
1995
  children,
1996
1996
  label && floatingLabel && /* @__PURE__ */ jsxRuntime.jsx(
1997
1997
  FloatingLabel,
1998
1998
  {
1999
1999
  "data-float": shouldFloat ? true : void 0,
2000
2000
  asChild: labelAsChild,
2001
+ "aria-hidden": true,
2001
2002
  children: renderLabelWithIndicator(label, labelAsChild)
2002
2003
  }
2003
2004
  ),
@@ -4694,7 +4695,7 @@ var Textarea = React20.forwardRef(
4694
4695
  floatingLabel,
4695
4696
  shouldFloat,
4696
4697
  position: "relative",
4697
- label: /* @__PURE__ */ jsxRuntime.jsx(react.Box, { id: labelId, "aria-hidden": true, children: /* @__PURE__ */ jsxRuntime.jsx("label", { ref: labelRef, children: label }) }),
4698
+ label: /* @__PURE__ */ jsxRuntime.jsx(react.Box, { id: labelId, children: /* @__PURE__ */ jsxRuntime.jsx("label", { ref: labelRef, children: label }) }),
4698
4699
  id: restProps.id,
4699
4700
  children: /* @__PURE__ */ jsxRuntime.jsx(
4700
4701
  react.Textarea,