@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.
- package/.turbo/turbo-build.log +8 -8
- package/.turbo/turbo-postinstall.log +1 -1
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/input/Input.tsx +2 -0
package/dist/index.mjs
CHANGED
@@ -2793,6 +2793,7 @@ var Input = forwardRef(
|
|
2793
2793
|
helperText,
|
2794
2794
|
errorText,
|
2795
2795
|
required,
|
2796
|
+
hidden,
|
2796
2797
|
...props
|
2797
2798
|
}, ref) => {
|
2798
2799
|
const recipe = useRecipe({ key: "input" });
|
@@ -2804,6 +2805,7 @@ var Input = forwardRef(
|
|
2804
2805
|
invalid,
|
2805
2806
|
helperText,
|
2806
2807
|
required,
|
2808
|
+
hidden,
|
2807
2809
|
errorText,
|
2808
2810
|
id: props.id,
|
2809
2811
|
label: (
|