@fuf-stack/uniform 1.19.1 → 1.19.2
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/dist/Slider/index.d.cts +1 -1
- package/dist/Slider/index.d.ts +1 -1
- package/dist/Switch/index.d.cts +1 -1
- package/dist/Switch/index.d.ts +1 -1
- package/dist/{index-3e3711-8.d.cts → index-B6WiZaSk.d.cts} +13 -13
- package/dist/{index-3e3711-8.d.cts.map → index-B6WiZaSk.d.cts.map} +1 -1
- package/dist/{index-DlebotZ4.d.ts → index-CVINifvT.d.ts} +13 -13
- package/dist/{index-DlebotZ4.d.ts.map → index-CVINifvT.d.ts.map} +1 -1
- package/dist/{index-B9lVf5LI.d.ts → index-CdjZBYTX.d.ts} +7 -7
- package/dist/{index-B9lVf5LI.d.ts.map → index-CdjZBYTX.d.ts.map} +1 -1
- package/dist/{index-BzIB-MQg.d.cts → index-ChTPOej7.d.cts} +7 -7
- package/dist/{index-BzIB-MQg.d.cts.map → index-ChTPOej7.d.cts.map} +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +3 -3
package/dist/Slider/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as SliderProps, t as Slider } from "../index-
|
|
1
|
+
import { n as SliderProps, t as Slider } from "../index-ChTPOej7.cjs";
|
|
2
2
|
export { Slider, Slider as default, SliderProps };
|
package/dist/Slider/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as SliderProps, t as Slider } from "../index-
|
|
1
|
+
import { n as SliderProps, t as Slider } from "../index-CdjZBYTX.js";
|
|
2
2
|
export { Slider, Slider as default, SliderProps };
|
package/dist/Switch/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as SwitchProps, t as Switch } from "../index-
|
|
1
|
+
import { n as SwitchProps, t as Switch } from "../index-B6WiZaSk.cjs";
|
|
2
2
|
export { Switch, Switch as default, SwitchProps };
|
package/dist/Switch/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as SwitchProps, t as Switch } from "../index-
|
|
1
|
+
import { n as SwitchProps, t as Switch } from "../index-CVINifvT.js";
|
|
2
2
|
export { Switch, Switch as default, SwitchProps };
|
|
@@ -11,12 +11,12 @@ declare const switchVariants: TVReturnType<{
|
|
|
11
11
|
label?: ClassNameValue;
|
|
12
12
|
errorMessage?: ClassNameValue;
|
|
13
13
|
base?: ClassNameValue;
|
|
14
|
-
wrapper?: ClassNameValue;
|
|
15
|
-
thumb?: ClassNameValue;
|
|
16
|
-
thumbIcon?: ClassNameValue;
|
|
17
|
-
startContent?: ClassNameValue;
|
|
18
14
|
endContent?: ClassNameValue;
|
|
19
15
|
outerWrapper?: ClassNameValue;
|
|
16
|
+
startContent?: ClassNameValue;
|
|
17
|
+
thumb?: ClassNameValue;
|
|
18
|
+
thumbIcon?: ClassNameValue;
|
|
19
|
+
wrapper?: ClassNameValue;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
22
|
} | {
|
|
@@ -25,12 +25,12 @@ declare const switchVariants: TVReturnType<{
|
|
|
25
25
|
label?: ClassNameValue;
|
|
26
26
|
errorMessage?: ClassNameValue;
|
|
27
27
|
base?: ClassNameValue;
|
|
28
|
-
wrapper?: ClassNameValue;
|
|
29
|
-
thumb?: ClassNameValue;
|
|
30
|
-
thumbIcon?: ClassNameValue;
|
|
31
|
-
startContent?: ClassNameValue;
|
|
32
28
|
endContent?: ClassNameValue;
|
|
33
29
|
outerWrapper?: ClassNameValue;
|
|
30
|
+
startContent?: ClassNameValue;
|
|
31
|
+
thumb?: ClassNameValue;
|
|
32
|
+
thumbIcon?: ClassNameValue;
|
|
33
|
+
wrapper?: ClassNameValue;
|
|
34
34
|
};
|
|
35
35
|
};
|
|
36
36
|
} | {}, {
|
|
@@ -49,12 +49,12 @@ declare const switchVariants: TVReturnType<{
|
|
|
49
49
|
label?: ClassNameValue;
|
|
50
50
|
errorMessage?: ClassNameValue;
|
|
51
51
|
base?: ClassNameValue;
|
|
52
|
-
wrapper?: ClassNameValue;
|
|
53
|
-
thumb?: ClassNameValue;
|
|
54
|
-
thumbIcon?: ClassNameValue;
|
|
55
|
-
startContent?: ClassNameValue;
|
|
56
52
|
endContent?: ClassNameValue;
|
|
57
53
|
outerWrapper?: ClassNameValue;
|
|
54
|
+
startContent?: ClassNameValue;
|
|
55
|
+
thumb?: ClassNameValue;
|
|
56
|
+
thumbIcon?: ClassNameValue;
|
|
57
|
+
wrapper?: ClassNameValue;
|
|
58
58
|
};
|
|
59
59
|
};
|
|
60
60
|
} | {}, {
|
|
@@ -115,4 +115,4 @@ declare const Switch: ({
|
|
|
115
115
|
}: SwitchProps$1) => _$react_jsx_runtime0.JSX.Element;
|
|
116
116
|
//#endregion
|
|
117
117
|
export { SwitchProps$1 as n, Switch as t };
|
|
118
|
-
//# sourceMappingURL=index-
|
|
118
|
+
//# sourceMappingURL=index-B6WiZaSk.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-B6WiZaSk.d.cts","names":[],"sources":["../src/Switch/Switch.tsx"],"mappings":";;;;;;;cAaa,cAAA;;mBAeX,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEG,YAAA,GAAe,OAAA,QAAe,cAAA;AAAA,KAC9B,SAAA,GAAY,WAAA,QAAmB,cAAA;AAAA,UAEnB,aAAA,SAAoB,YAAA;;EAEnC,SAAA;;EAEA,SAAA,GAAY,SAAA;;EAEZ,QAAA;;EAEA,UAAA,GAAa,SAAA;;EAEb,KAAA,GAAQ,SAAA;;EAER,IAAA;EAEA,IAAA;;EAEA,YAAA,GAAe,SAAA;;EAEf,MAAA;;EAEA,SAAA,GAAY,WAAA;AAAA;;;;cAMR,MAAA;EAAU,SAAA;EAAA,UAAA;EAAA,IAAA;EAAA,IAAA;EAAA,YAAA;EAAA,SAAA;EAAA,GAAA;AAAA,GAQb,aAAA,KAAW,oBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -11,12 +11,12 @@ declare const switchVariants: TVReturnType<{
|
|
|
11
11
|
label?: ClassNameValue;
|
|
12
12
|
errorMessage?: ClassNameValue;
|
|
13
13
|
base?: ClassNameValue;
|
|
14
|
-
wrapper?: ClassNameValue;
|
|
15
|
-
thumb?: ClassNameValue;
|
|
16
|
-
thumbIcon?: ClassNameValue;
|
|
17
|
-
startContent?: ClassNameValue;
|
|
18
14
|
endContent?: ClassNameValue;
|
|
19
15
|
outerWrapper?: ClassNameValue;
|
|
16
|
+
startContent?: ClassNameValue;
|
|
17
|
+
thumb?: ClassNameValue;
|
|
18
|
+
thumbIcon?: ClassNameValue;
|
|
19
|
+
wrapper?: ClassNameValue;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
22
|
} | {
|
|
@@ -25,12 +25,12 @@ declare const switchVariants: TVReturnType<{
|
|
|
25
25
|
label?: ClassNameValue;
|
|
26
26
|
errorMessage?: ClassNameValue;
|
|
27
27
|
base?: ClassNameValue;
|
|
28
|
-
wrapper?: ClassNameValue;
|
|
29
|
-
thumb?: ClassNameValue;
|
|
30
|
-
thumbIcon?: ClassNameValue;
|
|
31
|
-
startContent?: ClassNameValue;
|
|
32
28
|
endContent?: ClassNameValue;
|
|
33
29
|
outerWrapper?: ClassNameValue;
|
|
30
|
+
startContent?: ClassNameValue;
|
|
31
|
+
thumb?: ClassNameValue;
|
|
32
|
+
thumbIcon?: ClassNameValue;
|
|
33
|
+
wrapper?: ClassNameValue;
|
|
34
34
|
};
|
|
35
35
|
};
|
|
36
36
|
} | {}, {
|
|
@@ -49,12 +49,12 @@ declare const switchVariants: TVReturnType<{
|
|
|
49
49
|
label?: ClassNameValue;
|
|
50
50
|
errorMessage?: ClassNameValue;
|
|
51
51
|
base?: ClassNameValue;
|
|
52
|
-
wrapper?: ClassNameValue;
|
|
53
|
-
thumb?: ClassNameValue;
|
|
54
|
-
thumbIcon?: ClassNameValue;
|
|
55
|
-
startContent?: ClassNameValue;
|
|
56
52
|
endContent?: ClassNameValue;
|
|
57
53
|
outerWrapper?: ClassNameValue;
|
|
54
|
+
startContent?: ClassNameValue;
|
|
55
|
+
thumb?: ClassNameValue;
|
|
56
|
+
thumbIcon?: ClassNameValue;
|
|
57
|
+
wrapper?: ClassNameValue;
|
|
58
58
|
};
|
|
59
59
|
};
|
|
60
60
|
} | {}, {
|
|
@@ -115,4 +115,4 @@ declare const Switch$1: ({
|
|
|
115
115
|
}: SwitchProps$1) => _$react_jsx_runtime0.JSX.Element;
|
|
116
116
|
//#endregion
|
|
117
117
|
export { SwitchProps$1 as n, Switch$1 as t };
|
|
118
|
-
//# sourceMappingURL=index-
|
|
118
|
+
//# sourceMappingURL=index-CVINifvT.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-CVINifvT.d.ts","names":[],"sources":["../src/Switch/Switch.tsx"],"mappings":";;;;;;;cAaa,cAAA;;mBAeX,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEG,YAAA,GAAe,OAAA,QAAe,cAAA;AAAA,KAC9B,SAAA,GAAY,WAAA,QAAmB,cAAA;AAAA,UAEnB,aAAA,SAAoB,YAAA;;EAEnC,SAAA;;EAEA,SAAA,GAAY,SAAA;;EAEZ,QAAA;;EAEA,UAAA,GAAa,SAAA;;EAEb,KAAA,GAAQ,SAAA;;EAER,IAAA;EAEA,IAAA;;EAEA,YAAA,GAAe,SAAA;;EAEf,MAAA;;EAEA,SAAA,GAAY,WAAA;AAAA;;;;cAMR,QAAA;EAAU,SAAA;EAAA,UAAA;EAAA,IAAA;EAAA,IAAA;EAAA,YAAA;EAAA,SAAA;EAAA,GAAA;AAAA,GAQb,aAAA,KAAW,oBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -14,9 +14,9 @@ declare const sliderVariants: TVReturnType<{
|
|
|
14
14
|
mark?: ClassNameValue;
|
|
15
15
|
track?: ClassNameValue;
|
|
16
16
|
step?: ClassNameValue;
|
|
17
|
-
thumb?: ClassNameValue;
|
|
18
|
-
startContent?: ClassNameValue;
|
|
19
17
|
endContent?: ClassNameValue;
|
|
18
|
+
startContent?: ClassNameValue;
|
|
19
|
+
thumb?: ClassNameValue;
|
|
20
20
|
filler?: ClassNameValue;
|
|
21
21
|
labelWrapper?: ClassNameValue;
|
|
22
22
|
trackWrapper?: ClassNameValue;
|
|
@@ -32,9 +32,9 @@ declare const sliderVariants: TVReturnType<{
|
|
|
32
32
|
mark?: ClassNameValue;
|
|
33
33
|
track?: ClassNameValue;
|
|
34
34
|
step?: ClassNameValue;
|
|
35
|
-
thumb?: ClassNameValue;
|
|
36
|
-
startContent?: ClassNameValue;
|
|
37
35
|
endContent?: ClassNameValue;
|
|
36
|
+
startContent?: ClassNameValue;
|
|
37
|
+
thumb?: ClassNameValue;
|
|
38
38
|
filler?: ClassNameValue;
|
|
39
39
|
labelWrapper?: ClassNameValue;
|
|
40
40
|
trackWrapper?: ClassNameValue;
|
|
@@ -64,9 +64,9 @@ declare const sliderVariants: TVReturnType<{
|
|
|
64
64
|
mark?: ClassNameValue;
|
|
65
65
|
track?: ClassNameValue;
|
|
66
66
|
step?: ClassNameValue;
|
|
67
|
-
thumb?: ClassNameValue;
|
|
68
|
-
startContent?: ClassNameValue;
|
|
69
67
|
endContent?: ClassNameValue;
|
|
68
|
+
startContent?: ClassNameValue;
|
|
69
|
+
thumb?: ClassNameValue;
|
|
70
70
|
filler?: ClassNameValue;
|
|
71
71
|
labelWrapper?: ClassNameValue;
|
|
72
72
|
trackWrapper?: ClassNameValue;
|
|
@@ -166,4 +166,4 @@ declare const Slider: ({
|
|
|
166
166
|
}: SliderProps) => _$react_jsx_runtime0.JSX.Element;
|
|
167
167
|
//#endregion
|
|
168
168
|
export { SliderProps as n, Slider as t };
|
|
169
|
-
//# sourceMappingURL=index-
|
|
169
|
+
//# sourceMappingURL=index-CdjZBYTX.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-CdjZBYTX.d.ts","names":[],"sources":["../src/Slider/Slider.tsx"],"mappings":";;;;;;cAYa,cAAA;;mBAmBX,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEG,YAAA,GAAe,OAAA,QAAe,cAAA;AAAA,KAC9B,SAAA,GAAY,WAAA,QAAmB,cAAA;AAAA,UAEnB,WAAA,SAAoB,YAAA;;EAEnC,SAAA;;EAEA,SAAA,GAAY,SAAA;;EAEZ,QAAA;;EAEA,UAAA,GAAa,SAAA;;EAEb,UAAA;;EAEA,KAAA;;EAEA,IAAA;;;;;EAKA,SAAA;;;;;EAKA,IAAA;;EAEA,YAAA,GAAe,SAAA;;;;;EAKf,IAAA;;EAEA,MAAA;;;;;EAKA,QAAA;;;;;EAKA,QAAA;AAAA;;;;cAMI,MAAA;EAAU,SAAA;EAAA,UAAA;EAAA,UAAA;EAAA,IAAA;EAAA,SAAA;EAAA,IAAA;EAAA,YAAA;EAAA,IAAA;EAAA,QAAA;EAAA,QAAA;EAAA,GAAA;AAAA,GAYb,WAAA,KAAW,oBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -14,9 +14,9 @@ declare const sliderVariants: TVReturnType<{
|
|
|
14
14
|
mark?: ClassNameValue;
|
|
15
15
|
track?: ClassNameValue;
|
|
16
16
|
step?: ClassNameValue;
|
|
17
|
-
thumb?: ClassNameValue;
|
|
18
|
-
startContent?: ClassNameValue;
|
|
19
17
|
endContent?: ClassNameValue;
|
|
18
|
+
startContent?: ClassNameValue;
|
|
19
|
+
thumb?: ClassNameValue;
|
|
20
20
|
filler?: ClassNameValue;
|
|
21
21
|
labelWrapper?: ClassNameValue;
|
|
22
22
|
trackWrapper?: ClassNameValue;
|
|
@@ -32,9 +32,9 @@ declare const sliderVariants: TVReturnType<{
|
|
|
32
32
|
mark?: ClassNameValue;
|
|
33
33
|
track?: ClassNameValue;
|
|
34
34
|
step?: ClassNameValue;
|
|
35
|
-
thumb?: ClassNameValue;
|
|
36
|
-
startContent?: ClassNameValue;
|
|
37
35
|
endContent?: ClassNameValue;
|
|
36
|
+
startContent?: ClassNameValue;
|
|
37
|
+
thumb?: ClassNameValue;
|
|
38
38
|
filler?: ClassNameValue;
|
|
39
39
|
labelWrapper?: ClassNameValue;
|
|
40
40
|
trackWrapper?: ClassNameValue;
|
|
@@ -64,9 +64,9 @@ declare const sliderVariants: TVReturnType<{
|
|
|
64
64
|
mark?: ClassNameValue;
|
|
65
65
|
track?: ClassNameValue;
|
|
66
66
|
step?: ClassNameValue;
|
|
67
|
-
thumb?: ClassNameValue;
|
|
68
|
-
startContent?: ClassNameValue;
|
|
69
67
|
endContent?: ClassNameValue;
|
|
68
|
+
startContent?: ClassNameValue;
|
|
69
|
+
thumb?: ClassNameValue;
|
|
70
70
|
filler?: ClassNameValue;
|
|
71
71
|
labelWrapper?: ClassNameValue;
|
|
72
72
|
trackWrapper?: ClassNameValue;
|
|
@@ -166,4 +166,4 @@ declare const Slider: ({
|
|
|
166
166
|
}: SliderProps) => _$react_jsx_runtime0.JSX.Element;
|
|
167
167
|
//#endregion
|
|
168
168
|
export { SliderProps as n, Slider as t };
|
|
169
|
-
//# sourceMappingURL=index-
|
|
169
|
+
//# sourceMappingURL=index-ChTPOej7.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-ChTPOej7.d.cts","names":[],"sources":["../src/Slider/Slider.tsx"],"mappings":";;;;;;cAYa,cAAA;;mBAmBX,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEG,YAAA,GAAe,OAAA,QAAe,cAAA;AAAA,KAC9B,SAAA,GAAY,WAAA,QAAmB,cAAA;AAAA,UAEnB,WAAA,SAAoB,YAAA;;EAEnC,SAAA;;EAEA,SAAA,GAAY,SAAA;;EAEZ,QAAA;;EAEA,UAAA,GAAa,SAAA;;EAEb,UAAA;;EAEA,KAAA;;EAEA,IAAA;;;;;EAKA,SAAA;;;;;EAKA,IAAA;;EAEA,YAAA,GAAe,SAAA;;;;;EAKf,IAAA;;EAEA,MAAA;;;;;EAKA,QAAA;;;;;EAKA,QAAA;AAAA;;;;cAMI,MAAA;EAAU,SAAA;EAAA,UAAA;EAAA,UAAA;EAAA,IAAA;EAAA,SAAA;EAAA,IAAA;EAAA,YAAA;EAAA,IAAA;EAAA,QAAA;EAAA,QAAA;EAAA,GAAA;AAAA,GAYb,WAAA,KAAW,oBAAA,CAAA,GAAA,CAAA,OAAA"}
|
package/dist/index.d.cts
CHANGED
|
@@ -9,9 +9,9 @@ import { n as RadioBoxes, r as RadioBoxesProps, t as radioBoxVariants } from "./
|
|
|
9
9
|
import { n as RadioTabsProps, t as RadioTabs } from "./index-CY2Mpaz3.cjs";
|
|
10
10
|
import { n as RadiosProps, t as Radios } from "./index-C9up4f3f.cjs";
|
|
11
11
|
import { n as SelectProps, t as Select } from "./index-AmOFlE3L.cjs";
|
|
12
|
-
import { n as SliderProps, t as Slider } from "./index-
|
|
12
|
+
import { n as SliderProps, t as Slider } from "./index-ChTPOej7.cjs";
|
|
13
13
|
import { n as SubmitButtonProps, t as SubmitButton } from "./index-DkiQkdCW.cjs";
|
|
14
|
-
import { n as SwitchProps, t as Switch } from "./index-
|
|
14
|
+
import { n as SwitchProps, t as Switch } from "./index-B6WiZaSk.cjs";
|
|
15
15
|
import { n as SwitchBoxProps, r as switchBoxVariants, t as SwitchBox } from "./index-pwXVq8hR.cjs";
|
|
16
16
|
import { n as TextAreaProps, t as TextArea } from "./index-DiD7s23-.cjs";
|
|
17
17
|
import { createOptionValueConverter, flatArrayKey, fromNullishString, isValueEmpty, nameToTestId, toFormFormat, toNullishString, toSubmitFormat, toValidationFormat } from "./helpers/index.cjs";
|
package/dist/index.d.ts
CHANGED
|
@@ -9,9 +9,9 @@ import { n as RadioBoxes, r as RadioBoxesProps, t as radioBoxVariants } from "./
|
|
|
9
9
|
import { n as RadioTabsProps, t as RadioTabs } from "./index-DD_RPe91.js";
|
|
10
10
|
import { n as RadiosProps, t as Radios } from "./index-6hu79Fof.js";
|
|
11
11
|
import { n as SelectProps, t as Select } from "./index-CuRn5Thx.js";
|
|
12
|
-
import { n as SliderProps, t as Slider } from "./index-
|
|
12
|
+
import { n as SliderProps, t as Slider } from "./index-CdjZBYTX.js";
|
|
13
13
|
import { n as SubmitButtonProps, t as SubmitButton } from "./index-DFWSHdua.js";
|
|
14
|
-
import { n as SwitchProps, t as Switch } from "./index-
|
|
14
|
+
import { n as SwitchProps, t as Switch } from "./index-CVINifvT.js";
|
|
15
15
|
import { n as SwitchBoxProps, r as switchBoxVariants, t as SwitchBox } from "./index-wV1E_PkS.js";
|
|
16
16
|
import { n as TextAreaProps, t as TextArea } from "./index-B-6CMF1H.js";
|
|
17
17
|
import { createOptionValueConverter, flatArrayKey, fromNullishString, isValueEmpty, nameToTestId, toFormFormat, toNullishString, toSubmitFormat, toValidationFormat } from "./helpers/index.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fuf-stack/uniform",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.2",
|
|
4
4
|
"description": "fuf react form library",
|
|
5
5
|
"author": "Fröhlich ∧ Frei",
|
|
6
6
|
"homepage": "https://github.com/fuf-stack/pixels#readme",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"@fuf-stack/pixel-motion": "1.2.0",
|
|
157
157
|
"@fuf-stack/pixel-utils": "1.2.0",
|
|
158
158
|
"@fuf-stack/pixels": "1.9.0",
|
|
159
|
-
"@fuf-stack/veto": "1.0.
|
|
159
|
+
"@fuf-stack/veto": "1.0.1",
|
|
160
160
|
"@heroui/button": "2.2.24",
|
|
161
161
|
"@heroui/checkbox": "2.3.24",
|
|
162
162
|
"@heroui/input": "2.4.25",
|
|
@@ -185,5 +185,5 @@
|
|
|
185
185
|
"tailwind-merge": "3.3.1",
|
|
186
186
|
"tailwind-variants": "2.0.1"
|
|
187
187
|
},
|
|
188
|
-
"gitHead": "
|
|
188
|
+
"gitHead": "7e8219605dcfdc360fc2ee37b0f12ce0a47e41a3"
|
|
189
189
|
}
|