@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/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@12.12.
|
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
|
-
CJS ⚡️ Build success in
|
19
|
-
ESM dist/index.mjs 294.
|
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.
|
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
|
24
|
-
DTS ⚡️ Build success in
|
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
|
package/CHANGELOG.md
CHANGED
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: (
|