@fuf-stack/uniform 1.20.6 → 1.20.8
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/Radios/index.d.cts +1 -1
- package/dist/Radios/index.d.ts +1 -1
- 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-CrHyWWSu.d.cts → index-B-33Ljwo.d.cts} +4 -4
- package/dist/{index-CrHyWWSu.d.cts.map → index-B-33Ljwo.d.cts.map} +1 -1
- package/dist/{index-BaZ3SWIK.d.cts → index-B7kLFhn1.d.cts} +4 -4
- package/dist/{index-BaZ3SWIK.d.cts.map → index-B7kLFhn1.d.cts.map} +1 -1
- package/dist/{index-C_3x4Vph.d.cts → index-Bp_jYV1C.d.cts} +4 -4
- package/dist/{index-C_3x4Vph.d.cts.map → index-Bp_jYV1C.d.cts.map} +1 -1
- package/dist/{index-wU9GfrlY.d.ts → index-CstNocQb.d.ts} +4 -4
- package/dist/{index-wU9GfrlY.d.ts.map → index-CstNocQb.d.ts.map} +1 -1
- package/dist/{index-LCE3wgVK.d.ts → index-DRLDaIaV.d.ts} +4 -4
- package/dist/{index-LCE3wgVK.d.ts.map → index-DRLDaIaV.d.ts.map} +1 -1
- package/dist/{index-D6QbkuWC.d.ts → index-DVjsAO6W.d.ts} +4 -4
- package/dist/{index-D6QbkuWC.d.ts.map → index-DVjsAO6W.d.ts.map} +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +3 -3
package/dist/Radios/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as RadiosProps, t as Radios } from "../index-
|
|
1
|
+
import { n as RadiosProps, t as Radios } from "../index-Bp_jYV1C.cjs";
|
|
2
2
|
export { Radios, Radios as default, type RadiosProps };
|
package/dist/Radios/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as RadiosProps, t as Radios } from "../index-
|
|
1
|
+
import { n as RadiosProps, t as Radios } from "../index-DVjsAO6W.js";
|
|
2
2
|
export { Radios, Radios as default, type RadiosProps };
|
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-B7kLFhn1.cjs";
|
|
2
2
|
export { Slider, Slider as default, type 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-CstNocQb.js";
|
|
2
2
|
export { Slider, Slider as default, type 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-B-33Ljwo.cjs";
|
|
2
2
|
export { Switch, Switch as default, type 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-DRLDaIaV.js";
|
|
2
2
|
export { Switch, Switch as default, type SwitchProps };
|
|
@@ -9,12 +9,12 @@ declare const switchVariants: import("tailwind-variants").TVReturnType<{
|
|
|
9
9
|
label?: import("tailwind-merge").ClassNameValue;
|
|
10
10
|
errorMessage?: import("tailwind-merge").ClassNameValue;
|
|
11
11
|
base?: import("tailwind-merge").ClassNameValue;
|
|
12
|
+
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
12
13
|
endContent?: import("tailwind-merge").ClassNameValue;
|
|
13
14
|
startContent?: import("tailwind-merge").ClassNameValue;
|
|
14
15
|
thumb?: import("tailwind-merge").ClassNameValue;
|
|
15
16
|
outerWrapper?: import("tailwind-merge").ClassNameValue;
|
|
16
17
|
thumbIcon?: import("tailwind-merge").ClassNameValue;
|
|
17
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
} | {
|
|
@@ -23,12 +23,12 @@ declare const switchVariants: import("tailwind-variants").TVReturnType<{
|
|
|
23
23
|
label?: import("tailwind-merge").ClassNameValue;
|
|
24
24
|
errorMessage?: import("tailwind-merge").ClassNameValue;
|
|
25
25
|
base?: import("tailwind-merge").ClassNameValue;
|
|
26
|
+
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
26
27
|
endContent?: import("tailwind-merge").ClassNameValue;
|
|
27
28
|
startContent?: import("tailwind-merge").ClassNameValue;
|
|
28
29
|
thumb?: import("tailwind-merge").ClassNameValue;
|
|
29
30
|
outerWrapper?: import("tailwind-merge").ClassNameValue;
|
|
30
31
|
thumbIcon?: import("tailwind-merge").ClassNameValue;
|
|
31
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
34
|
} | {}, {
|
|
@@ -47,12 +47,12 @@ declare const switchVariants: import("tailwind-variants").TVReturnType<{
|
|
|
47
47
|
label?: import("tailwind-merge").ClassNameValue;
|
|
48
48
|
errorMessage?: import("tailwind-merge").ClassNameValue;
|
|
49
49
|
base?: import("tailwind-merge").ClassNameValue;
|
|
50
|
+
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
50
51
|
endContent?: import("tailwind-merge").ClassNameValue;
|
|
51
52
|
startContent?: import("tailwind-merge").ClassNameValue;
|
|
52
53
|
thumb?: import("tailwind-merge").ClassNameValue;
|
|
53
54
|
outerWrapper?: import("tailwind-merge").ClassNameValue;
|
|
54
55
|
thumbIcon?: import("tailwind-merge").ClassNameValue;
|
|
55
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
58
58
|
} | {}, {
|
|
@@ -113,4 +113,4 @@ declare const Switch: ({
|
|
|
113
113
|
}: SwitchProps$1) => import("react/jsx-runtime").JSX.Element;
|
|
114
114
|
//#endregion
|
|
115
115
|
export { SwitchProps$1 as n, Switch as t };
|
|
116
|
-
//# sourceMappingURL=index-
|
|
116
|
+
//# sourceMappingURL=index-B-33Ljwo.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-B-33Ljwo.d.cts","names":[],"sources":["../src/Switch/Switch.tsx"],"mappings":";;;;;cAaa,cAAA,8BAAc,YAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAiBtB,YAAA,GAAe,OAAO,QAAQ,cAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,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,iCAAW,GAAA,CAAA,OAAA"}
|
|
@@ -5,8 +5,8 @@ import { ReactNode } from "react";
|
|
|
5
5
|
declare const sliderVariants: import("tailwind-variants").TVReturnType<{
|
|
6
6
|
[key: string]: {
|
|
7
7
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
8
|
-
value?: import("tailwind-merge").ClassNameValue;
|
|
9
8
|
label?: import("tailwind-merge").ClassNameValue;
|
|
9
|
+
value?: import("tailwind-merge").ClassNameValue;
|
|
10
10
|
errorMessage?: import("tailwind-merge").ClassNameValue;
|
|
11
11
|
base?: import("tailwind-merge").ClassNameValue;
|
|
12
12
|
mark?: import("tailwind-merge").ClassNameValue;
|
|
@@ -23,8 +23,8 @@ declare const sliderVariants: import("tailwind-variants").TVReturnType<{
|
|
|
23
23
|
} | {
|
|
24
24
|
[x: string]: {
|
|
25
25
|
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
26
|
-
value?: import("tailwind-merge").ClassNameValue;
|
|
27
26
|
label?: import("tailwind-merge").ClassNameValue;
|
|
27
|
+
value?: import("tailwind-merge").ClassNameValue;
|
|
28
28
|
errorMessage?: import("tailwind-merge").ClassNameValue;
|
|
29
29
|
base?: import("tailwind-merge").ClassNameValue;
|
|
30
30
|
mark?: import("tailwind-merge").ClassNameValue;
|
|
@@ -55,8 +55,8 @@ declare const sliderVariants: import("tailwind-variants").TVReturnType<{
|
|
|
55
55
|
}, undefined, {
|
|
56
56
|
[key: string]: {
|
|
57
57
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
58
|
-
value?: import("tailwind-merge").ClassNameValue;
|
|
59
58
|
label?: import("tailwind-merge").ClassNameValue;
|
|
59
|
+
value?: import("tailwind-merge").ClassNameValue;
|
|
60
60
|
errorMessage?: import("tailwind-merge").ClassNameValue;
|
|
61
61
|
base?: import("tailwind-merge").ClassNameValue;
|
|
62
62
|
mark?: import("tailwind-merge").ClassNameValue;
|
|
@@ -164,4 +164,4 @@ declare const Slider: ({
|
|
|
164
164
|
}: SliderProps) => import("react/jsx-runtime").JSX.Element;
|
|
165
165
|
//#endregion
|
|
166
166
|
export { SliderProps as n, Slider as t };
|
|
167
|
-
//# sourceMappingURL=index-
|
|
167
|
+
//# sourceMappingURL=index-B7kLFhn1.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-B7kLFhn1.d.cts","names":[],"sources":["../src/Slider/Slider.tsx"],"mappings":";;;;cAYa,cAAA,8BAAc,YAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAqBtB,YAAA,GAAe,OAAO,QAAQ,cAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,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;;;;AAtCC;EA2CD,QAAA;;;AAzC+C;AAAA;EA8C/C,QAAA;AAAA;;AA7CgD;AAElD;cAiDM,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,iCAAW,GAAA,CAAA,OAAA"}
|
|
@@ -7,13 +7,13 @@ declare const radiosVariants: import("tailwind-variants").TVReturnType<{
|
|
|
7
7
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
8
8
|
label?: import("tailwind-merge").ClassNameValue;
|
|
9
9
|
base?: import("tailwind-merge").ClassNameValue;
|
|
10
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
11
10
|
itemBase?: import("tailwind-merge").ClassNameValue;
|
|
12
11
|
itemControl?: import("tailwind-merge").ClassNameValue;
|
|
13
12
|
itemDescription?: import("tailwind-merge").ClassNameValue;
|
|
14
13
|
itemLabel?: import("tailwind-merge").ClassNameValue;
|
|
15
14
|
itemLabelWrapper?: import("tailwind-merge").ClassNameValue;
|
|
16
15
|
itemWrapper?: import("tailwind-merge").ClassNameValue;
|
|
16
|
+
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
19
|
} | {
|
|
@@ -21,13 +21,13 @@ declare const radiosVariants: import("tailwind-variants").TVReturnType<{
|
|
|
21
21
|
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
22
22
|
label?: import("tailwind-merge").ClassNameValue;
|
|
23
23
|
base?: import("tailwind-merge").ClassNameValue;
|
|
24
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
25
24
|
itemBase?: import("tailwind-merge").ClassNameValue;
|
|
26
25
|
itemControl?: import("tailwind-merge").ClassNameValue;
|
|
27
26
|
itemDescription?: import("tailwind-merge").ClassNameValue;
|
|
28
27
|
itemLabel?: import("tailwind-merge").ClassNameValue;
|
|
29
28
|
itemLabelWrapper?: import("tailwind-merge").ClassNameValue;
|
|
30
29
|
itemWrapper?: import("tailwind-merge").ClassNameValue;
|
|
30
|
+
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
33
|
} | {}, {
|
|
@@ -45,13 +45,13 @@ declare const radiosVariants: import("tailwind-variants").TVReturnType<{
|
|
|
45
45
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
46
46
|
label?: import("tailwind-merge").ClassNameValue;
|
|
47
47
|
base?: import("tailwind-merge").ClassNameValue;
|
|
48
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
49
48
|
itemBase?: import("tailwind-merge").ClassNameValue;
|
|
50
49
|
itemControl?: import("tailwind-merge").ClassNameValue;
|
|
51
50
|
itemDescription?: import("tailwind-merge").ClassNameValue;
|
|
52
51
|
itemLabel?: import("tailwind-merge").ClassNameValue;
|
|
53
52
|
itemLabelWrapper?: import("tailwind-merge").ClassNameValue;
|
|
54
53
|
itemWrapper?: import("tailwind-merge").ClassNameValue;
|
|
54
|
+
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
55
55
|
};
|
|
56
56
|
};
|
|
57
57
|
} | {}, {
|
|
@@ -119,4 +119,4 @@ declare const Radios: ({
|
|
|
119
119
|
}: RadiosProps) => ReactElement;
|
|
120
120
|
//#endregion
|
|
121
121
|
export { RadiosProps as n, Radios as t };
|
|
122
|
-
//# sourceMappingURL=index-
|
|
122
|
+
//# sourceMappingURL=index-Bp_jYV1C.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-Bp_jYV1C.d.cts","names":[],"sources":["../src/Radios/Radios.tsx"],"mappings":";;;;cAaa,cAAA,8BAAc,YAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAkBtB,YAAA,GAAe,OAAO,QAAQ,cAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,cAAA;AAAA,UAEnB,WAAA;;EAEf,QAAA;;EAEA,KAAA,GAAQ,SAAA;;EAER,IAAA,GAAO,SAAS;;EAEhB,MAAA;;EAEA,KAAA;AAAA;AAAA,UAGe,WAAA,SAAoB,YAAA;;EAEnC,SAAA;;EAEA,SAAA,GAAY,SAAA;;EAEZ,QAAA;;EAEA,MAAA;;EAEA,KAAA,GAAQ,SAAA;;EAER,IAAA;EA5BG;EA8BH,OAAA,EAAS,WAAA;;EAET,MAAA;AAAA;AAhC+C;;;AAAA,cAsC3C,MAAA;EAAU,SAAA;EAAA,MAAA;EAAA,IAAA;EAAA,OAAA;EAAA,GAAA;AAAA,GAMb,WAAA,KAAc,YAAA"}
|
|
@@ -5,8 +5,8 @@ import { ReactNode } from "react";
|
|
|
5
5
|
declare const sliderVariants: import("tailwind-variants").TVReturnType<{
|
|
6
6
|
[key: string]: {
|
|
7
7
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
8
|
-
value?: import("tailwind-merge").ClassNameValue;
|
|
9
8
|
label?: import("tailwind-merge").ClassNameValue;
|
|
9
|
+
value?: import("tailwind-merge").ClassNameValue;
|
|
10
10
|
errorMessage?: import("tailwind-merge").ClassNameValue;
|
|
11
11
|
base?: import("tailwind-merge").ClassNameValue;
|
|
12
12
|
mark?: import("tailwind-merge").ClassNameValue;
|
|
@@ -23,8 +23,8 @@ declare const sliderVariants: import("tailwind-variants").TVReturnType<{
|
|
|
23
23
|
} | {
|
|
24
24
|
[x: string]: {
|
|
25
25
|
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
26
|
-
value?: import("tailwind-merge").ClassNameValue;
|
|
27
26
|
label?: import("tailwind-merge").ClassNameValue;
|
|
27
|
+
value?: import("tailwind-merge").ClassNameValue;
|
|
28
28
|
errorMessage?: import("tailwind-merge").ClassNameValue;
|
|
29
29
|
base?: import("tailwind-merge").ClassNameValue;
|
|
30
30
|
mark?: import("tailwind-merge").ClassNameValue;
|
|
@@ -55,8 +55,8 @@ declare const sliderVariants: import("tailwind-variants").TVReturnType<{
|
|
|
55
55
|
}, undefined, {
|
|
56
56
|
[key: string]: {
|
|
57
57
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
58
|
-
value?: import("tailwind-merge").ClassNameValue;
|
|
59
58
|
label?: import("tailwind-merge").ClassNameValue;
|
|
59
|
+
value?: import("tailwind-merge").ClassNameValue;
|
|
60
60
|
errorMessage?: import("tailwind-merge").ClassNameValue;
|
|
61
61
|
base?: import("tailwind-merge").ClassNameValue;
|
|
62
62
|
mark?: import("tailwind-merge").ClassNameValue;
|
|
@@ -164,4 +164,4 @@ declare const Slider: ({
|
|
|
164
164
|
}: SliderProps) => import("react/jsx-runtime").JSX.Element;
|
|
165
165
|
//#endregion
|
|
166
166
|
export { SliderProps as n, Slider as t };
|
|
167
|
-
//# sourceMappingURL=index-
|
|
167
|
+
//# sourceMappingURL=index-CstNocQb.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-CstNocQb.d.ts","names":[],"sources":["../src/Slider/Slider.tsx"],"mappings":";;;;cAYa,cAAA,8BAAc,YAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAqBtB,YAAA,GAAe,OAAO,QAAQ,cAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,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;;;;AAtCC;EA2CD,QAAA;;;AAzC+C;AAAA;EA8C/C,QAAA;AAAA;;AA7CgD;AAElD;cAiDM,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,iCAAW,GAAA,CAAA,OAAA"}
|
|
@@ -9,12 +9,12 @@ declare const switchVariants: import("tailwind-variants").TVReturnType<{
|
|
|
9
9
|
label?: import("tailwind-merge").ClassNameValue;
|
|
10
10
|
errorMessage?: import("tailwind-merge").ClassNameValue;
|
|
11
11
|
base?: import("tailwind-merge").ClassNameValue;
|
|
12
|
+
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
12
13
|
endContent?: import("tailwind-merge").ClassNameValue;
|
|
13
14
|
startContent?: import("tailwind-merge").ClassNameValue;
|
|
14
15
|
thumb?: import("tailwind-merge").ClassNameValue;
|
|
15
16
|
outerWrapper?: import("tailwind-merge").ClassNameValue;
|
|
16
17
|
thumbIcon?: import("tailwind-merge").ClassNameValue;
|
|
17
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
} | {
|
|
@@ -23,12 +23,12 @@ declare const switchVariants: import("tailwind-variants").TVReturnType<{
|
|
|
23
23
|
label?: import("tailwind-merge").ClassNameValue;
|
|
24
24
|
errorMessage?: import("tailwind-merge").ClassNameValue;
|
|
25
25
|
base?: import("tailwind-merge").ClassNameValue;
|
|
26
|
+
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
26
27
|
endContent?: import("tailwind-merge").ClassNameValue;
|
|
27
28
|
startContent?: import("tailwind-merge").ClassNameValue;
|
|
28
29
|
thumb?: import("tailwind-merge").ClassNameValue;
|
|
29
30
|
outerWrapper?: import("tailwind-merge").ClassNameValue;
|
|
30
31
|
thumbIcon?: import("tailwind-merge").ClassNameValue;
|
|
31
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
34
|
} | {}, {
|
|
@@ -47,12 +47,12 @@ declare const switchVariants: import("tailwind-variants").TVReturnType<{
|
|
|
47
47
|
label?: import("tailwind-merge").ClassNameValue;
|
|
48
48
|
errorMessage?: import("tailwind-merge").ClassNameValue;
|
|
49
49
|
base?: import("tailwind-merge").ClassNameValue;
|
|
50
|
+
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
50
51
|
endContent?: import("tailwind-merge").ClassNameValue;
|
|
51
52
|
startContent?: import("tailwind-merge").ClassNameValue;
|
|
52
53
|
thumb?: import("tailwind-merge").ClassNameValue;
|
|
53
54
|
outerWrapper?: import("tailwind-merge").ClassNameValue;
|
|
54
55
|
thumbIcon?: import("tailwind-merge").ClassNameValue;
|
|
55
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
58
58
|
} | {}, {
|
|
@@ -113,4 +113,4 @@ declare const Switch$1: ({
|
|
|
113
113
|
}: SwitchProps$1) => import("react/jsx-runtime").JSX.Element;
|
|
114
114
|
//#endregion
|
|
115
115
|
export { SwitchProps$1 as n, Switch$1 as t };
|
|
116
|
-
//# sourceMappingURL=index-
|
|
116
|
+
//# sourceMappingURL=index-DRLDaIaV.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-DRLDaIaV.d.ts","names":[],"sources":["../src/Switch/Switch.tsx"],"mappings":";;;;;cAaa,cAAA,8BAAc,YAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAiBtB,YAAA,GAAe,OAAO,QAAQ,cAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,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,iCAAW,GAAA,CAAA,OAAA"}
|
|
@@ -7,13 +7,13 @@ declare const radiosVariants: import("tailwind-variants").TVReturnType<{
|
|
|
7
7
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
8
8
|
label?: import("tailwind-merge").ClassNameValue;
|
|
9
9
|
base?: import("tailwind-merge").ClassNameValue;
|
|
10
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
11
10
|
itemBase?: import("tailwind-merge").ClassNameValue;
|
|
12
11
|
itemControl?: import("tailwind-merge").ClassNameValue;
|
|
13
12
|
itemDescription?: import("tailwind-merge").ClassNameValue;
|
|
14
13
|
itemLabel?: import("tailwind-merge").ClassNameValue;
|
|
15
14
|
itemLabelWrapper?: import("tailwind-merge").ClassNameValue;
|
|
16
15
|
itemWrapper?: import("tailwind-merge").ClassNameValue;
|
|
16
|
+
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
19
|
} | {
|
|
@@ -21,13 +21,13 @@ declare const radiosVariants: import("tailwind-variants").TVReturnType<{
|
|
|
21
21
|
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
22
22
|
label?: import("tailwind-merge").ClassNameValue;
|
|
23
23
|
base?: import("tailwind-merge").ClassNameValue;
|
|
24
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
25
24
|
itemBase?: import("tailwind-merge").ClassNameValue;
|
|
26
25
|
itemControl?: import("tailwind-merge").ClassNameValue;
|
|
27
26
|
itemDescription?: import("tailwind-merge").ClassNameValue;
|
|
28
27
|
itemLabel?: import("tailwind-merge").ClassNameValue;
|
|
29
28
|
itemLabelWrapper?: import("tailwind-merge").ClassNameValue;
|
|
30
29
|
itemWrapper?: import("tailwind-merge").ClassNameValue;
|
|
30
|
+
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
33
|
} | {}, {
|
|
@@ -45,13 +45,13 @@ declare const radiosVariants: import("tailwind-variants").TVReturnType<{
|
|
|
45
45
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
46
46
|
label?: import("tailwind-merge").ClassNameValue;
|
|
47
47
|
base?: import("tailwind-merge").ClassNameValue;
|
|
48
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
49
48
|
itemBase?: import("tailwind-merge").ClassNameValue;
|
|
50
49
|
itemControl?: import("tailwind-merge").ClassNameValue;
|
|
51
50
|
itemDescription?: import("tailwind-merge").ClassNameValue;
|
|
52
51
|
itemLabel?: import("tailwind-merge").ClassNameValue;
|
|
53
52
|
itemLabelWrapper?: import("tailwind-merge").ClassNameValue;
|
|
54
53
|
itemWrapper?: import("tailwind-merge").ClassNameValue;
|
|
54
|
+
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
55
55
|
};
|
|
56
56
|
};
|
|
57
57
|
} | {}, {
|
|
@@ -119,4 +119,4 @@ declare const Radios: ({
|
|
|
119
119
|
}: RadiosProps) => ReactElement;
|
|
120
120
|
//#endregion
|
|
121
121
|
export { RadiosProps as n, Radios as t };
|
|
122
|
-
//# sourceMappingURL=index-
|
|
122
|
+
//# sourceMappingURL=index-DVjsAO6W.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-DVjsAO6W.d.ts","names":[],"sources":["../src/Radios/Radios.tsx"],"mappings":";;;;cAaa,cAAA,8BAAc,YAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAkBtB,YAAA,GAAe,OAAO,QAAQ,cAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,cAAA;AAAA,UAEnB,WAAA;;EAEf,QAAA;;EAEA,KAAA,GAAQ,SAAA;;EAER,IAAA,GAAO,SAAS;;EAEhB,MAAA;;EAEA,KAAA;AAAA;AAAA,UAGe,WAAA,SAAoB,YAAA;;EAEnC,SAAA;;EAEA,SAAA,GAAY,SAAA;;EAEZ,QAAA;;EAEA,MAAA;;EAEA,KAAA,GAAQ,SAAA;;EAER,IAAA;EA5BG;EA8BH,OAAA,EAAS,WAAA;;EAET,MAAA;AAAA;AAhC+C;;;AAAA,cAsC3C,MAAA;EAAU,SAAA;EAAA,MAAA;EAAA,IAAA;EAAA,OAAA;EAAA,GAAA;AAAA,GAMb,WAAA,KAAc,YAAA"}
|
package/dist/index.d.cts
CHANGED
|
@@ -7,11 +7,11 @@ import { n as GridProps, t as Grid } from "./index-CDcnRyum.cjs";
|
|
|
7
7
|
import { n as InputProps, t as Input } from "./index-A8Jhitar.cjs";
|
|
8
8
|
import { n as RadioBoxes, r as RadioBoxesProps, t as radioBoxVariants } from "./index-Dz1C3MeK.cjs";
|
|
9
9
|
import { n as RadioTabsProps, t as RadioTabs } from "./index-o0UcZG4n.cjs";
|
|
10
|
-
import { n as RadiosProps, t as Radios } from "./index-
|
|
10
|
+
import { n as RadiosProps, t as Radios } from "./index-Bp_jYV1C.cjs";
|
|
11
11
|
import { n as SelectProps, t as Select } from "./index-KbsTT3uf.cjs";
|
|
12
|
-
import { n as SliderProps, t as Slider } from "./index-
|
|
12
|
+
import { n as SliderProps, t as Slider } from "./index-B7kLFhn1.cjs";
|
|
13
13
|
import { n as SubmitButtonProps, t as SubmitButton } from "./index-GP_4Xvec.cjs";
|
|
14
|
-
import { n as SwitchProps, t as Switch } from "./index-
|
|
14
|
+
import { n as SwitchProps, t as Switch } from "./index-B-33Ljwo.cjs";
|
|
15
15
|
import { n as SwitchBoxProps, r as switchBoxVariants, t as SwitchBox } from "./index-Ck9lrzur.cjs";
|
|
16
16
|
import { n as TextAreaProps, t as TextArea } from "./index-A88y8cpH.cjs";
|
|
17
17
|
import { createOptionValueConverter, flatArrayKey, fromNullishString, isValueEmpty, nameToTestId, toFormFormat, toNullishString, toSubmitFormat, toValidationFormat } from "./helpers/index.cjs";
|
package/dist/index.d.ts
CHANGED
|
@@ -7,11 +7,11 @@ import { n as GridProps, t as Grid } from "./index-DqTdG65C.js";
|
|
|
7
7
|
import { n as InputProps, t as Input } from "./index-5_7F4o-d.js";
|
|
8
8
|
import { n as RadioBoxes, r as RadioBoxesProps, t as radioBoxVariants } from "./index-D-UGVdC1.js";
|
|
9
9
|
import { n as RadioTabsProps, t as RadioTabs } from "./index-jIVsGNsl.js";
|
|
10
|
-
import { n as RadiosProps, t as Radios } from "./index-
|
|
10
|
+
import { n as RadiosProps, t as Radios } from "./index-DVjsAO6W.js";
|
|
11
11
|
import { n as SelectProps, t as Select } from "./index-C3yAZbR3.js";
|
|
12
|
-
import { n as SliderProps, t as Slider } from "./index-
|
|
12
|
+
import { n as SliderProps, t as Slider } from "./index-CstNocQb.js";
|
|
13
13
|
import { n as SubmitButtonProps, t as SubmitButton } from "./index-BIefvGtf.js";
|
|
14
|
-
import { n as SwitchProps, t as Switch } from "./index-
|
|
14
|
+
import { n as SwitchProps, t as Switch } from "./index-DRLDaIaV.js";
|
|
15
15
|
import { n as SwitchBoxProps, r as switchBoxVariants, t as SwitchBox } from "./index-DjPJAUOM.js";
|
|
16
16
|
import { n as TextAreaProps, t as TextArea } from "./index-Cj3P2Pmf.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.20.
|
|
3
|
+
"version": "1.20.8",
|
|
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.3.0",
|
|
158
158
|
"@fuf-stack/pixels": "1.10.0",
|
|
159
|
-
"@fuf-stack/veto": "1.5.
|
|
159
|
+
"@fuf-stack/veto": "1.5.2",
|
|
160
160
|
"@heroui/button": "2.2.32",
|
|
161
161
|
"@heroui/checkbox": "2.3.32",
|
|
162
162
|
"@heroui/input": "2.4.33",
|
|
@@ -181,5 +181,5 @@
|
|
|
181
181
|
"react": "19.2.6",
|
|
182
182
|
"react-dom": "19.2.6"
|
|
183
183
|
},
|
|
184
|
-
"gitHead": "
|
|
184
|
+
"gitHead": "9196fc09ac7b2747944d0a1d991b164c12dcdf6c"
|
|
185
185
|
}
|