@vygruppen/spor-react 12.12.0 → 12.12.1

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.12.0 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.12.1 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 315.53 KB
14
15
  CJS dist/icons/index.cjs 381.00 B
15
- CJS dist/index.cjs 315.50 KB
16
16
  CJS dist/icons/index.cjs.map 157.00 B
17
- CJS dist/index.cjs.map 630.18 KB
18
- CJS ⚡️ Build success in 2778ms
19
- ESM dist/index.mjs 294.09 KB
17
+ CJS dist/index.cjs.map 630.24 KB
18
+ CJS ⚡️ Build success in 2643ms
19
+ ESM dist/index.mjs 294.12 KB
20
20
  ESM dist/icons/index.mjs 110.00 B
21
- ESM dist/index.mjs.map 630.18 KB
21
+ ESM dist/index.mjs.map 630.24 KB
22
22
  ESM dist/icons/index.mjs.map 157.00 B
23
- ESM ⚡️ Build success in 2779ms
24
- DTS ⚡️ Build success in 18529ms
23
+ ESM ⚡️ Build success in 2644ms
24
+ DTS ⚡️ Build success in 18852ms
25
25
  DTS dist/icons/index.d.ts 44.00 B
26
26
  DTS dist/index.d.ts 156.18 KB
27
27
  DTS dist/icons/index.d.cts 44.00 B
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@12.12.0 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.12.1 postinstall /home/runner/work/spor/spor/packages/spor-react
3
3
  > chakra typegen src/theme/index.ts
4
4
 
5
5
  ┌ Chakra CLI ⚡️
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8dee5a5: Fix hidden prop not hiding label on input
8
+
3
9
  ## 12.12.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.cjs CHANGED
@@ -2813,6 +2813,7 @@ var Input = React27.forwardRef(
2813
2813
  helperText,
2814
2814
  errorText,
2815
2815
  required,
2816
+ hidden,
2816
2817
  ...props
2817
2818
  }, ref) => {
2818
2819
  const recipe = react.useRecipe({ key: "input" });
@@ -2824,6 +2825,7 @@ var Input = React27.forwardRef(
2824
2825
  invalid,
2825
2826
  helperText,
2826
2827
  required,
2828
+ hidden,
2827
2829
  errorText,
2828
2830
  id: props.id,
2829
2831
  label: (