@deepnoid/ui 0.0.87 → 0.0.89

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.
Files changed (169) hide show
  1. package/dist/{chunk-4DLTBZUQ.mjs → chunk-3DRIHQOM.mjs} +7 -5
  2. package/dist/{chunk-4SWFYTMR.mjs → chunk-6YE26GOI.mjs} +10 -8
  3. package/dist/{chunk-QX6VJLEM.mjs → chunk-7HHFRKJU.mjs} +2 -2
  4. package/dist/{chunk-H2HUJ4N2.mjs → chunk-A3RWT3JJ.mjs} +9 -4
  5. package/dist/{chunk-BE2OG6M4.mjs → chunk-ANYPMQH4.mjs} +28 -21
  6. package/dist/{chunk-5HSZ5AYM.mjs → chunk-B4KZBOGT.mjs} +16 -16
  7. package/dist/{chunk-QIZOXBOY.mjs → chunk-DWROPKZW.mjs} +4 -4
  8. package/dist/{chunk-PHQY5T3E.mjs → chunk-HFVZFUC3.mjs} +7 -14
  9. package/dist/{chunk-IOV7MEPG.mjs → chunk-IOCRFIQF.mjs} +30 -0
  10. package/dist/{chunk-4VIEZ5FT.mjs → chunk-JN7EGKJL.mjs} +8 -7
  11. package/dist/{chunk-SFNR4F3J.mjs → chunk-L6BQA6GI.mjs} +2 -2
  12. package/dist/{chunk-PRUAIZTU.mjs → chunk-LCI6RPWE.mjs} +1 -1
  13. package/dist/{chunk-IZOMH2SL.mjs → chunk-MOINJECK.mjs} +16 -15
  14. package/dist/{chunk-QVGXHUYW.mjs → chunk-N2JULHST.mjs} +9 -9
  15. package/dist/chunk-OJ2OEI5B.mjs +202 -0
  16. package/dist/{chunk-2COCX2VX.mjs → chunk-PXUBPWKU.mjs} +2 -2
  17. package/dist/{chunk-PCIONGEJ.mjs → chunk-QWFOYO3D.mjs} +37 -19
  18. package/dist/{chunk-LY6LJRUX.mjs → chunk-RZZWHI6O.mjs} +1 -1
  19. package/dist/chunk-UR64ZUAU.mjs +671 -0
  20. package/dist/{chunk-PUFNT5LS.mjs → chunk-VG4644BG.mjs} +1 -1
  21. package/dist/components/accordion/accordion.d.mts +1 -1
  22. package/dist/components/accordion/accordion.d.ts +1 -1
  23. package/dist/components/accordion/accordion.test.mjs +3 -3
  24. package/dist/components/accordion/accordionItem.d.mts +1 -1
  25. package/dist/components/accordion/accordionItem.d.ts +1 -1
  26. package/dist/components/accordion/accordionItem.js +31 -1
  27. package/dist/components/accordion/accordionItem.mjs +3 -3
  28. package/dist/components/accordion/index.js +31 -1
  29. package/dist/components/accordion/index.mjs +3 -3
  30. package/dist/components/button/button-group.test.js +4103 -167
  31. package/dist/components/button/button-group.test.mjs +7 -3
  32. package/dist/components/button/button.d.mts +360 -12
  33. package/dist/components/button/button.d.ts +360 -12
  34. package/dist/components/button/button.js +4054 -110
  35. package/dist/components/button/button.mjs +5 -1
  36. package/dist/components/button/button.test.js +4059 -125
  37. package/dist/components/button/button.test.mjs +7 -3
  38. package/dist/components/button/index.d.mts +3 -0
  39. package/dist/components/button/index.d.ts +3 -0
  40. package/dist/components/button/index.js +4046 -112
  41. package/dist/components/button/index.mjs +5 -1
  42. package/dist/components/card/card.d.mts +1 -1
  43. package/dist/components/card/card.d.ts +1 -1
  44. package/dist/components/checkbox/checkbox.d.mts +69 -69
  45. package/dist/components/checkbox/checkbox.d.ts +69 -69
  46. package/dist/components/checkbox/checkbox.js +28 -21
  47. package/dist/components/checkbox/checkbox.mjs +1 -1
  48. package/dist/components/checkbox/checkbox.test.js +28 -21
  49. package/dist/components/checkbox/checkbox.test.mjs +3 -3
  50. package/dist/components/checkbox/index.js +28 -21
  51. package/dist/components/checkbox/index.mjs +1 -1
  52. package/dist/components/icon/Icon.d.mts +4 -0
  53. package/dist/components/icon/Icon.d.ts +4 -0
  54. package/dist/components/icon/Icon.js +30 -0
  55. package/dist/components/icon/Icon.mjs +2 -2
  56. package/dist/components/icon/index.js +30 -0
  57. package/dist/components/icon/index.mjs +2 -2
  58. package/dist/components/icon/template.d.mts +1 -0
  59. package/dist/components/icon/template.d.ts +1 -0
  60. package/dist/components/icon/template.js +30 -0
  61. package/dist/components/icon/template.mjs +1 -1
  62. package/dist/components/input/index.js +36 -4
  63. package/dist/components/input/index.mjs +3 -3
  64. package/dist/components/input/input.d.mts +7 -2
  65. package/dist/components/input/input.d.ts +7 -2
  66. package/dist/components/input/input.js +36 -4
  67. package/dist/components/input/input.mjs +3 -3
  68. package/dist/components/input/input.test.js +36 -4
  69. package/dist/components/input/input.test.mjs +4 -4
  70. package/dist/components/list/list.d.mts +1 -1
  71. package/dist/components/list/list.d.ts +1 -1
  72. package/dist/components/list/listItem.d.mts +1 -1
  73. package/dist/components/list/listItem.d.ts +1 -1
  74. package/dist/components/modal/index.js +505 -127
  75. package/dist/components/modal/index.mjs +5 -4
  76. package/dist/components/modal/modal.js +505 -127
  77. package/dist/components/modal/modal.mjs +5 -4
  78. package/dist/components/modal/modal.test.js +497 -129
  79. package/dist/components/modal/modal.test.mjs +5 -4
  80. package/dist/components/pagination/index.js +16 -16
  81. package/dist/components/pagination/index.mjs +1 -1
  82. package/dist/components/pagination/pagination.js +16 -16
  83. package/dist/components/pagination/pagination.mjs +1 -1
  84. package/dist/components/pagination/pagination.test.js +16 -16
  85. package/dist/components/pagination/pagination.test.mjs +1 -1
  86. package/dist/components/progress/index.js +9 -9
  87. package/dist/components/progress/index.mjs +1 -1
  88. package/dist/components/progress/progress.d.mts +33 -33
  89. package/dist/components/progress/progress.d.ts +33 -33
  90. package/dist/components/progress/progress.js +9 -9
  91. package/dist/components/progress/progress.mjs +1 -1
  92. package/dist/components/progress/progress.test.js +9 -9
  93. package/dist/components/progress/progress.test.mjs +1 -1
  94. package/dist/components/radio/index.js +37 -19
  95. package/dist/components/radio/index.mjs +1 -1
  96. package/dist/components/radio/radio.d.mts +33 -33
  97. package/dist/components/radio/radio.d.ts +33 -33
  98. package/dist/components/radio/radio.js +37 -19
  99. package/dist/components/radio/radio.mjs +1 -1
  100. package/dist/components/radio/radio.test.js +37 -19
  101. package/dist/components/radio/radio.test.mjs +1 -1
  102. package/dist/components/select/index.js +36 -5
  103. package/dist/components/select/index.mjs +4 -4
  104. package/dist/components/select/option.js +30 -0
  105. package/dist/components/select/option.mjs +3 -3
  106. package/dist/components/select/select.d.mts +2 -2
  107. package/dist/components/select/select.d.ts +2 -2
  108. package/dist/components/select/select.js +36 -5
  109. package/dist/components/select/select.mjs +4 -4
  110. package/dist/components/select/select.test.js +36 -5
  111. package/dist/components/select/select.test.mjs +7 -7
  112. package/dist/components/slider/index.js +9 -4
  113. package/dist/components/slider/index.mjs +1 -1
  114. package/dist/components/slider/slider.d.mts +26 -0
  115. package/dist/components/slider/slider.d.ts +26 -0
  116. package/dist/components/slider/slider.js +9 -4
  117. package/dist/components/slider/slider.mjs +1 -1
  118. package/dist/components/slider/slider.test.js +9 -4
  119. package/dist/components/slider/slider.test.mjs +1 -1
  120. package/dist/components/switch/index.js +16 -15
  121. package/dist/components/switch/index.mjs +1 -1
  122. package/dist/components/switch/switch.d.mts +48 -48
  123. package/dist/components/switch/switch.d.ts +48 -48
  124. package/dist/components/switch/switch.js +16 -15
  125. package/dist/components/switch/switch.mjs +1 -1
  126. package/dist/components/switch/switch.test.js +16 -15
  127. package/dist/components/switch/switch.test.mjs +1 -1
  128. package/dist/components/table/index.js +66 -27
  129. package/dist/components/table/index.mjs +6 -6
  130. package/dist/components/table/table-body.js +60 -23
  131. package/dist/components/table/table-body.mjs +4 -4
  132. package/dist/components/table/table-head.js +28 -21
  133. package/dist/components/table/table-head.mjs +2 -2
  134. package/dist/components/table/table.d.mts +21 -7
  135. package/dist/components/table/table.d.ts +21 -7
  136. package/dist/components/table/table.js +66 -27
  137. package/dist/components/table/table.mjs +6 -6
  138. package/dist/components/table/table.test.js +66 -27
  139. package/dist/components/table/table.test.mjs +6 -6
  140. package/dist/components/tabs/tabs.d.mts +1 -1
  141. package/dist/components/tabs/tabs.d.ts +1 -1
  142. package/dist/components/tabs/tabs.test.mjs +3 -3
  143. package/dist/components/textarea/index.d.mts +3 -0
  144. package/dist/components/textarea/index.d.ts +3 -0
  145. package/dist/components/textarea/index.js +89 -30
  146. package/dist/components/textarea/index.mjs +2 -1
  147. package/dist/components/textarea/textarea.d.mts +510 -9
  148. package/dist/components/textarea/textarea.d.ts +510 -9
  149. package/dist/components/textarea/textarea.js +89 -30
  150. package/dist/components/textarea/textarea.mjs +2 -1
  151. package/dist/components/textarea/textarea.test.js +89 -30
  152. package/dist/components/textarea/textarea.test.mjs +3 -2
  153. package/dist/components/toast/index.js +32 -2
  154. package/dist/components/toast/index.mjs +4 -4
  155. package/dist/components/toast/toast.js +31 -1
  156. package/dist/components/toast/toast.mjs +3 -3
  157. package/dist/components/toast/toast.test.js +31 -1
  158. package/dist/components/toast/toast.test.mjs +3 -3
  159. package/dist/components/toast/use-toast.js +32 -2
  160. package/dist/components/toast/use-toast.mjs +4 -4
  161. package/dist/components/tooltip/tooltip.test.js +4034 -118
  162. package/dist/components/tooltip/tooltip.test.mjs +6 -3
  163. package/dist/index.d.mts +1 -1
  164. package/dist/index.d.ts +1 -1
  165. package/dist/index.js +2773 -2334
  166. package/dist/index.mjs +33 -33
  167. package/package.json +1 -1
  168. package/dist/chunk-66WCZEEU.mjs +0 -320
  169. package/dist/chunk-WOX3SLJB.mjs +0 -162
@@ -0,0 +1,202 @@
1
+ "use client";
2
+ import {
3
+ mapPropsVariants
4
+ } from "./chunk-E3G5QXSH.mjs";
5
+
6
+ // src/components/textarea/textarea.tsx
7
+ import { forwardRef, useCallback, useMemo } from "react";
8
+ import { tv } from "tailwind-variants";
9
+ import { jsx, jsxs } from "react/jsx-runtime";
10
+ var Textarea = forwardRef((originalProps, ref) => {
11
+ const [props, variantProps] = mapPropsVariants(originalProps, textareaStyle.variantKeys);
12
+ const { classNames, label, errorMessage, ...textareaProps } = props;
13
+ const slots = useMemo(() => textareaStyle({ ...variantProps }), [variantProps]);
14
+ const getBaseProps = useCallback(
15
+ () => ({
16
+ className: slots.base({ class: classNames == null ? void 0 : classNames.base })
17
+ }),
18
+ [slots, classNames]
19
+ );
20
+ const getLabelProps = useCallback(
21
+ () => ({
22
+ className: slots.label({ class: classNames == null ? void 0 : classNames.label })
23
+ }),
24
+ [slots, classNames]
25
+ );
26
+ const getInnerWrapperProps = useCallback(
27
+ () => ({
28
+ className: slots.innerWrapper({ class: classNames == null ? void 0 : classNames.innerWrapper })
29
+ }),
30
+ [slots, classNames]
31
+ );
32
+ const getTextareaWrapperProps = useCallback(
33
+ () => ({
34
+ className: slots.textareaWrapper({ class: classNames == null ? void 0 : classNames.textareaWrapper })
35
+ }),
36
+ [slots, classNames]
37
+ );
38
+ const getTextareaProps = useCallback(
39
+ () => ({
40
+ ...textareaProps,
41
+ ref,
42
+ className: slots.textarea({ class: classNames == null ? void 0 : classNames.textarea }),
43
+ disabled: originalProps.isDisabled,
44
+ required: originalProps.isRequired,
45
+ size: 0
46
+ }),
47
+ [textareaProps, ref, slots, classNames == null ? void 0 : classNames.textarea, originalProps.isDisabled, originalProps.isRequired]
48
+ );
49
+ const getErrorMessageProps = useCallback(
50
+ () => ({
51
+ className: slots.errorMessage({ class: classNames == null ? void 0 : classNames.errorMessage })
52
+ }),
53
+ [slots, classNames]
54
+ );
55
+ return /* @__PURE__ */ jsxs("div", { ...getBaseProps(), children: [
56
+ props.label && /* @__PURE__ */ jsx("label", { ...getLabelProps(), children: props.label }),
57
+ /* @__PURE__ */ jsxs("div", { ...getInnerWrapperProps(), children: [
58
+ /* @__PURE__ */ jsx("div", { ...getTextareaWrapperProps(), children: /* @__PURE__ */ jsx("textarea", { ...getTextareaProps() }) }),
59
+ props.errorMessage && /* @__PURE__ */ jsx("p", { ...getErrorMessageProps(), children: props.errorMessage })
60
+ ] })
61
+ ] });
62
+ });
63
+ Textarea.displayName = "Textarea";
64
+ var textarea_default = Textarea;
65
+ var textareaStyle = tv({
66
+ slots: {
67
+ base: ["group/textarea", "flex", "flex-col", "gap-[10px]", "select-none"],
68
+ label: ["flex", "items-center"],
69
+ innerWrapper: ["flex", "flex-col", "gap-[6px]"],
70
+ textareaWrapper: [
71
+ "flex",
72
+ "bg-transparent",
73
+ "border-neutral-main",
74
+ "group-has-[p]/textarea:border-danger-main",
75
+ "group-has-[p]/textarea:bg-danger-soft",
76
+ "transition duration-200"
77
+ ],
78
+ textarea: [
79
+ "w-full",
80
+ "bg-transparent",
81
+ "placeholder:text-neutral-main",
82
+ "focus-visible:outline-none",
83
+ "resize-none"
84
+ ],
85
+ errorMessage: ["text-danger-main"]
86
+ },
87
+ variants: {
88
+ variant: {
89
+ solid: {
90
+ textareaWrapper: ["bg-trans-soft", "hover:bg-trans-light", "has-[:focus]:bg-trans-light"]
91
+ },
92
+ line: {
93
+ textareaWrapper: ["border", "hover:bg-trans-soft", "has-[:focus]:bg-trans-soft"]
94
+ }
95
+ },
96
+ color: {
97
+ primary: {},
98
+ secondary: {}
99
+ },
100
+ size: {
101
+ sm: {
102
+ base: "gap-[6px]",
103
+ textareaWrapper: "w-[240px] rounded-sm p-[6px]",
104
+ textarea: "text-sm rounded-sm",
105
+ label: "text-sm",
106
+ errorMessage: "text-sm"
107
+ },
108
+ md: {
109
+ base: "gap-[8px]",
110
+ textareaWrapper: "w-[240px] rounded-md p-[8px]",
111
+ textarea: "text-md rounded-md",
112
+ label: "text-md",
113
+ errorMessage: "text-md"
114
+ },
115
+ lg: {
116
+ base: "gap-[10px]",
117
+ textareaWrapper: "w-[240px] rounded-lg p-[10px]",
118
+ textarea: "text-lg rounded-lg",
119
+ label: "text-lg",
120
+ errorMessage: "text-lg"
121
+ }
122
+ },
123
+ radius: {
124
+ default: {},
125
+ none: {
126
+ textareaWrapper: "rounded-none",
127
+ textarea: "rounded-none"
128
+ },
129
+ full: {
130
+ textareaWrapper: "rounded-full",
131
+ textarea: "rounded-full"
132
+ }
133
+ },
134
+ fullWidth: {
135
+ true: {
136
+ base: "w-full",
137
+ textareaWrapper: "w-full",
138
+ textarea: "w-full"
139
+ }
140
+ },
141
+ isDisabled: {
142
+ true: {
143
+ base: ["opacity-disabled", "pointer-events-none"],
144
+ textareaWrapper: ["bg-neutral-soft", "border-neutral-light", "pointer-events-none"],
145
+ textarea: ["text-neutral-light placeholder:text-neutral-light", "border-neutral-light"],
146
+ label: ["text-neutral-light", "pointer-events-none"],
147
+ errorMessage: "text-danger-light"
148
+ }
149
+ },
150
+ isRequired: {
151
+ true: {
152
+ label: ["after:content-['*']", "after:text-danger-main", "after:ml-0.5"]
153
+ }
154
+ }
155
+ },
156
+ defaultVariants: {
157
+ variant: "solid",
158
+ color: "primary",
159
+ size: "md",
160
+ fullWidth: false,
161
+ isDisabled: false,
162
+ isRequired: false
163
+ },
164
+ compoundVariants: [
165
+ // variants & color
166
+ {
167
+ variant: "line",
168
+ color: "primary",
169
+ class: {
170
+ textareaWrapper: "has-[:focus]:border-primary-main"
171
+ }
172
+ },
173
+ {
174
+ variant: "line",
175
+ color: "secondary",
176
+ class: {
177
+ textareaWrapper: "has-[:focus]:border-secondary-main",
178
+ textarea: "focus:bg-secondary-main"
179
+ }
180
+ },
181
+ // Variants & isDisabled
182
+ {
183
+ variant: "line",
184
+ isDisabled: true,
185
+ class: {
186
+ textareaWrapper: "bg-neutral-soft"
187
+ }
188
+ },
189
+ // isRequired & isDisabled
190
+ {
191
+ isRequired: true,
192
+ isDisabled: true,
193
+ class: {
194
+ label: "after:text-danger-light"
195
+ }
196
+ }
197
+ ]
198
+ });
199
+
200
+ export {
201
+ textarea_default
202
+ };
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-PRUAIZTU.mjs";
4
+ } from "./chunk-LCI6RPWE.mjs";
5
5
  import {
6
6
  mapPropsVariants
7
7
  } from "./chunk-E3G5QXSH.mjs";
@@ -42,7 +42,7 @@ var Toast = forwardRef((originalProps, ref) => {
42
42
  );
43
43
  return /* @__PURE__ */ jsxs("div", { ref: toastRef, ...getBaseProps(), children: [
44
44
  showIcon && /* @__PURE__ */ jsx(Icon_default, { name: originalProps.icon || "info-circle", fill: true, className: "mt-[2px]" }),
45
- /* @__PURE__ */ jsx("div", { className: "flex-1", children: props.content }),
45
+ /* @__PURE__ */ jsx("div", { className: "flex-1 select-none", children: props.content }),
46
46
  showCloseButton && /* @__PURE__ */ jsx(Icon_default, { name: "close", className: "cursor-pointer mt-[2px]", onClick: onClose })
47
47
  ] });
48
48
  });
@@ -52,7 +52,16 @@ Radio.displayName = "Radio";
52
52
  var radio_default = Radio;
53
53
  var radio = tv({
54
54
  slots: {
55
- base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer tap-highlight-transparent",
55
+ base: [
56
+ "group/radio",
57
+ "relative",
58
+ "max-w-fit",
59
+ "inline-flex",
60
+ "items-center",
61
+ "justify-start",
62
+ "cursor-pointer",
63
+ "tap-highlight-transparent"
64
+ ],
56
65
  icon: [
57
66
  "relative",
58
67
  "inline-flex",
@@ -81,18 +90,18 @@ var radio = tv({
81
90
  "after:left-1/2",
82
91
  "after:-translate-x-1/2",
83
92
  "after:-translate-y-1/2",
84
- "group-has-[:checked]:after:opacity-100",
85
- "group-has-[:checked]:after:scale-100",
93
+ "group-has-[:checked]/radio:after:opacity-100",
94
+ "group-has-[:checked]/radio:after:scale-100",
86
95
  // hover
87
- "group-hover:before:bg-neutral-soft",
96
+ "group-hover/radio:before:bg-neutral-soft",
88
97
  "before:transition duration-200",
89
98
  // focus ring
90
99
  "outline-none",
91
- "group-focus:z-10",
92
- "group-focus:ring-2",
93
- "group-focus:ring-focus",
94
- "group-focus:ring-offset-2",
95
- "group-focus:ring-offset-background"
100
+ "group-focus/radio:z-10",
101
+ "group-focus/radio:ring-2",
102
+ "group-focus/radio:ring-focus",
103
+ "group-focus/radio:ring-offset-2",
104
+ "group-focus/radio:ring-offset-background"
96
105
  ],
97
106
  labelWrapper: "flex flex-col",
98
107
  label: "text-foreground select-none"
@@ -100,44 +109,53 @@ var radio = tv({
100
109
  variants: {
101
110
  color: {
102
111
  primary: {
103
- icon: "group-has-[:checked]:before:border-primary-main after:bg-primary-main"
112
+ icon: ["group-has-[:checked]/radio:before:border-primary-main", "after:bg-primary-main"]
104
113
  },
105
114
  secondary: {
106
- icon: "group-has-[:checked]:before:border-secondary-main after:bg-secondary-main"
115
+ icon: ["group-has-[:checked]/radio:before:border-secondary-main", "after:bg-secondary-main"]
107
116
  }
108
117
  },
109
118
  size: {
110
119
  sm: {
111
- icon: ["w-[15px] h-[15px] mr-[8px] after:w-[10px] after:h-[10px]"],
120
+ icon: ["w-[15px]", "h-[15px]", "mr-[6px]", "after:w-[9px]", "after:h-[9px]"],
112
121
  label: "text-sm"
113
122
  },
114
123
  md: {
115
- icon: ["w-[17px] h-[17px] mr-[9px] after:w-[11px] after:h-[11px]"],
124
+ icon: ["w-[17px]", "h-[17px]", "mr-[8px]", "after:w-[11px]", "after:h-[11px]"],
116
125
  label: "text-md"
117
126
  },
118
127
  lg: {
119
- icon: ["w-[20px] h-[20px] mr-[10px] after:w-[12px] after:h-[12px]"],
128
+ icon: ["w-[20px]", "h-[20px]", "mr-[10px]", "after:w-[14px]", "after:h-[14px]"],
120
129
  label: "text-lg"
121
130
  }
122
131
  },
123
132
  isInvalid: {
124
133
  true: {
125
- icon: "after:bg-danger-main before:border-danger-main",
134
+ icon: [
135
+ "after:bg-danger-main",
136
+ "before:border-danger-main",
137
+ "group-has-[:checked]/radio:before:border-danger-main"
138
+ ],
126
139
  label: "text-danger-main"
127
140
  }
128
141
  },
129
142
  isDisabled: {
130
143
  true: {
131
- base: "opacity-disabled pointer-events-none",
132
- icon: "before:border-neutral-light before:bg-neutral-soft after:bg-neutral-light",
144
+ base: ["opacity-disabled", "pointer-events-none"],
145
+ icon: [
146
+ "before:border-neutral-light",
147
+ "before:bg-neutral-soft",
148
+ "after:bg-neutral-light",
149
+ "group-has-[:checked]/radio:before:border-neutral-light"
150
+ ],
133
151
  label: "text-neutral-light"
134
152
  }
135
153
  },
136
154
  disableAnimation: {
137
155
  true: {},
138
156
  false: {
139
- icon: ["group-active:scale-95", "transition-transform-colors", "motion-reduce:transition-none"],
140
- label: "transition-colors motion-reduce:transition-none"
157
+ icon: ["group-active/radio:scale-95", "transition-transform-colors", "motion-reduce:transition-none"],
158
+ label: ["transition-colors", "motion-reduce:transition-none"]
141
159
  }
142
160
  }
143
161
  },
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-PRUAIZTU.mjs";
4
+ } from "./chunk-LCI6RPWE.mjs";
5
5
  import {
6
6
  tv
7
7
  } from "./chunk-J725QONZ.mjs";