@moduix/react 2.5.1 → 2.6.0

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 (200) hide show
  1. package/README.md +24 -3
  2. package/THIRD_PARTY_NOTICES.md +49 -0
  3. package/dist/components/accordion/Accordion.js +7 -8
  4. package/dist/components/alert/Alert.js +6 -7
  5. package/dist/components/alert/Alert_module.css +3 -16
  6. package/dist/components/angle-slider/AngleSlider.d.ts +5 -11
  7. package/dist/components/angle-slider/AngleSlider.js +17 -59
  8. package/dist/components/aspect-ratio/AspectRatio.js +1 -2
  9. package/dist/components/aspect-ratio/AspectRatio_module.css +0 -13
  10. package/dist/components/avatar/Avatar.d.ts +3 -6
  11. package/dist/components/avatar/Avatar.js +7 -50
  12. package/dist/components/avatar/Avatar.module.js +1 -2
  13. package/dist/components/avatar/Avatar_module.css +0 -6
  14. package/dist/components/badge/Badge.d.ts +2 -2
  15. package/dist/components/badge/Badge.js +5 -10
  16. package/dist/components/badge/Badge_module.css +7 -14
  17. package/dist/components/bleed/Bleed.js +1 -2
  18. package/dist/components/breadcrumbs/Breadcrumbs.d.ts +1 -1
  19. package/dist/components/breadcrumbs/Breadcrumbs.js +16 -32
  20. package/dist/components/breadcrumbs/Breadcrumbs_module.css +12 -14
  21. package/dist/components/button/Button.d.ts +4 -4
  22. package/dist/components/button/Button.js +1 -2
  23. package/dist/components/button/Button_module.css +2 -7
  24. package/dist/components/card/Card.d.ts +15 -15
  25. package/dist/components/card/Card.js +10 -11
  26. package/dist/components/card/Card_module.css +1 -17
  27. package/dist/components/carousel/Carousel.js +12 -13
  28. package/dist/components/carousel/Carousel_module.css +7 -0
  29. package/dist/components/chart/Chart.d.ts +9 -8
  30. package/dist/components/chart/Chart.js +7 -8
  31. package/dist/components/chart/Chart_module.css +0 -2
  32. package/dist/components/checkbox/Checkbox.d.ts +3 -2
  33. package/dist/components/checkbox/Checkbox.js +12 -35
  34. package/dist/components/clipboard/Clipboard.js +8 -9
  35. package/dist/components/close-button/CloseButton.js +1 -2
  36. package/dist/components/close-button/CloseButton_module.css +1 -10
  37. package/dist/components/collapsible/Collapsible.js +6 -9
  38. package/dist/components/collapsible/Collapsible_module.css +2 -4
  39. package/dist/components/color-picker/ColorPicker.d.ts +4 -3
  40. package/dist/components/color-picker/ColorPicker.js +32 -45
  41. package/dist/components/color-picker/ColorPicker_module.css +0 -1
  42. package/dist/components/combobox/Combobox.d.ts +5 -5
  43. package/dist/components/combobox/Combobox.js +20 -29
  44. package/dist/components/combobox/Combobox_module.css +0 -1
  45. package/dist/components/command-palette/CommandPalette.d.ts +7 -18
  46. package/dist/components/command-palette/CommandPalette.js +51 -78
  47. package/dist/components/command-palette/CommandPalette_module.css +11 -18
  48. package/dist/components/container/Container.js +1 -2
  49. package/dist/components/date-input/DateInput.d.ts +7 -9
  50. package/dist/components/date-input/DateInput.js +14 -44
  51. package/dist/components/date-input/DateInput_module.css +0 -1
  52. package/dist/components/date-picker/DatePicker.d.ts +1 -1
  53. package/dist/components/date-picker/DatePicker.js +34 -43
  54. package/dist/components/date-picker/DatePicker.module.js +1 -1
  55. package/dist/components/date-picker/DatePicker_module.css +5 -2
  56. package/dist/components/dialog/Dialog.d.ts +1 -1
  57. package/dist/components/dialog/Dialog.js +11 -12
  58. package/dist/components/drawer/Drawer.d.ts +6 -3
  59. package/dist/components/drawer/Drawer.js +33 -24
  60. package/dist/components/editable/Editable.d.ts +1 -1
  61. package/dist/components/editable/Editable.js +10 -11
  62. package/dist/components/empty/Empty.js +6 -7
  63. package/dist/components/field/Field.js +10 -11
  64. package/dist/components/fieldset/Fieldset.js +5 -6
  65. package/dist/components/file-upload/FileUpload.d.ts +3 -2
  66. package/dist/components/file-upload/FileUpload.js +28 -55
  67. package/dist/components/file-upload/FileUpload_module.css +4 -13
  68. package/dist/components/floating-panel/FloatingPanel.d.ts +2 -2
  69. package/dist/components/floating-panel/FloatingPanel.js +14 -15
  70. package/dist/components/floating-panel/FloatingPanel_module.css +4 -17
  71. package/dist/components/heading/Heading.js +1 -2
  72. package/dist/components/highlight/Highlight.js +1 -2
  73. package/dist/components/hover-card/HoverCard.d.ts +2 -1
  74. package/dist/components/hover-card/HoverCard.js +15 -6
  75. package/dist/components/hover-card/HoverCard.module.js +1 -0
  76. package/dist/components/hover-card/HoverCard_module.css +18 -3
  77. package/dist/components/image/Image.js +1 -2
  78. package/dist/components/image-cropper/ImageCropper.d.ts +1 -1
  79. package/dist/components/image-cropper/ImageCropper.js +7 -8
  80. package/dist/components/input/Input.d.ts +4 -4
  81. package/dist/components/input/Input.js +1 -2
  82. package/dist/components/input-group/InputGroup.d.ts +5 -5
  83. package/dist/components/input-group/InputGroup.js +5 -6
  84. package/dist/components/json-tree-view/JsonTreeView.js +3 -4
  85. package/dist/components/json-tree-view/JsonTreeView_module.css +26 -10
  86. package/dist/components/kbd/Kbd.js +2 -3
  87. package/dist/components/lightbox/Lightbox.d.ts +1 -1
  88. package/dist/components/lightbox/Lightbox.js +13 -14
  89. package/dist/components/lightbox/Lightbox_module.css +0 -2
  90. package/dist/components/list/List.js +2 -3
  91. package/dist/components/listbox/Listbox.d.ts +5 -5
  92. package/dist/components/listbox/Listbox.js +19 -25
  93. package/dist/components/listbox/Listbox.module.js +2 -2
  94. package/dist/components/listbox/Listbox_module.css +3 -13
  95. package/dist/components/marquee/Marquee.js +6 -7
  96. package/dist/components/menu/Menu.d.ts +2 -1
  97. package/dist/components/menu/Menu.js +34 -41
  98. package/dist/components/menu/Menu.module.js +1 -1
  99. package/dist/components/menu/Menu_module.css +8 -8
  100. package/dist/components/native-select/NativeSelect.js +2 -3
  101. package/dist/components/native-select/NativeSelect_module.css +0 -1
  102. package/dist/components/navigation-menu/NavigationMenu.js +17 -36
  103. package/dist/components/navigation-menu/NavigationMenu.module.js +2 -3
  104. package/dist/components/navigation-menu/NavigationMenu_module.css +15 -32
  105. package/dist/components/number-input/NumberInput.js +9 -10
  106. package/dist/components/pagination/Pagination.js +17 -20
  107. package/dist/components/pagination/Pagination_module.css +1 -5
  108. package/dist/components/password-input/PasswordInput.js +7 -8
  109. package/dist/components/pin-input/PinInput.d.ts +3 -2
  110. package/dist/components/pin-input/PinInput.js +13 -54
  111. package/dist/components/popover/Popover.d.ts +5 -3
  112. package/dist/components/popover/Popover.js +16 -17
  113. package/dist/components/progress-circular/ProgressCircular.js +8 -9
  114. package/dist/components/progress-circular/ProgressCircular.module.js +1 -3
  115. package/dist/components/progress-circular/ProgressCircular_module.css +0 -10
  116. package/dist/components/progress-linear/ProgressLinear.js +7 -8
  117. package/dist/components/progress-linear/ProgressLinear.module.js +1 -5
  118. package/dist/components/progress-linear/ProgressLinear_module.css +0 -20
  119. package/dist/components/qr-code/QrCode.js +6 -7
  120. package/dist/components/radio-group/RadioGroup.d.ts +1 -0
  121. package/dist/components/radio-group/RadioGroup.js +13 -27
  122. package/dist/components/radio-group/RadioGroup_module.css +0 -1
  123. package/dist/components/rating-group/RatingGroup.d.ts +1 -0
  124. package/dist/components/rating-group/RatingGroup.js +12 -29
  125. package/dist/components/rating-group/RatingGroup_module.css +1 -1
  126. package/dist/components/scroll-area/ScrollArea.js +7 -8
  127. package/dist/components/segment-group/SegmentGroup.d.ts +1 -0
  128. package/dist/components/segment-group/SegmentGroup.js +16 -30
  129. package/dist/components/segment-group/SegmentGroup_module.css +4 -0
  130. package/dist/components/select/Select.d.ts +4 -7
  131. package/dist/components/select/Select.js +36 -86
  132. package/dist/components/select/Select.module.js +1 -1
  133. package/dist/components/select/Select_module.css +4 -31
  134. package/dist/components/separator/Separator.d.ts +6 -6
  135. package/dist/components/separator/Separator.js +1 -2
  136. package/dist/components/sidebar/Sidebar.d.ts +16 -16
  137. package/dist/components/sidebar/Sidebar.js +35 -48
  138. package/dist/components/sidebar/Sidebar.module.js +2 -3
  139. package/dist/components/sidebar/Sidebar_module.css +62 -158
  140. package/dist/components/signature-pad/SignaturePad.d.ts +5 -8
  141. package/dist/components/signature-pad/SignaturePad.js +17 -46
  142. package/dist/components/signature-pad/SignaturePad_module.css +0 -1
  143. package/dist/components/simple-grid/SimpleGrid.js +13 -8
  144. package/dist/components/skeleton/Skeleton.d.ts +2 -2
  145. package/dist/components/skeleton/Skeleton.js +1 -2
  146. package/dist/components/slider/Slider.d.ts +2 -2
  147. package/dist/components/slider/Slider.js +18 -32
  148. package/dist/components/spinner/Spinner.d.ts +2 -2
  149. package/dist/components/spinner/Spinner.js +1 -2
  150. package/dist/components/split-button/SplitButton.d.ts +4 -4
  151. package/dist/components/split-button/SplitButton.js +11 -8
  152. package/dist/components/splitter/Splitter.js +5 -6
  153. package/dist/components/splitter/Splitter_module.css +2 -10
  154. package/dist/components/stack/Stack.d.ts +6 -6
  155. package/dist/components/stack/Stack.js +4 -5
  156. package/dist/components/stack/Stack_module.css +1 -1
  157. package/dist/components/steps/Steps.js +12 -13
  158. package/dist/components/steps/Steps_module.css +2 -3
  159. package/dist/components/swap/Swap.js +3 -4
  160. package/dist/components/switch/Switch.d.ts +3 -2
  161. package/dist/components/switch/Switch.js +12 -35
  162. package/dist/components/switch/Switch_module.css +0 -1
  163. package/dist/components/table/Table.d.ts +5 -5
  164. package/dist/components/table/Table.js +12 -13
  165. package/dist/components/tabs/Tabs.js +6 -7
  166. package/dist/components/tabs/Tabs_module.css +5 -10
  167. package/dist/components/tag/Tag.js +5 -6
  168. package/dist/components/tag/Tag_module.css +2 -4
  169. package/dist/components/tags-input/TagsInput.d.ts +3 -3
  170. package/dist/components/tags-input/TagsInput.js +21 -75
  171. package/dist/components/tags-input/TagsInput_module.css +0 -1
  172. package/dist/components/text/Text.js +1 -2
  173. package/dist/components/textarea/Textarea.js +1 -2
  174. package/dist/components/timer/Timer.js +7 -8
  175. package/dist/components/toast/Toast.d.ts +1 -1
  176. package/dist/components/toast/Toast.js +7 -8
  177. package/dist/components/toast/Toast_module.css +1 -2
  178. package/dist/components/toc/Toc.js +10 -11
  179. package/dist/components/toc/Toc_module.css +2 -2
  180. package/dist/components/toggle/Toggle.js +2 -3
  181. package/dist/components/toggle-group/ToggleGroup.d.ts +1 -1
  182. package/dist/components/toggle-group/ToggleGroup.js +3 -4
  183. package/dist/components/tooltip/Tooltip.d.ts +1 -1
  184. package/dist/components/tooltip/Tooltip.js +6 -7
  185. package/dist/components/tooltip/Tooltip_module.css +1 -1
  186. package/dist/components/tour/Tour.d.ts +1 -1
  187. package/dist/components/tour/Tour.js +14 -15
  188. package/dist/components/tree-view/TreeView.d.ts +4 -4
  189. package/dist/components/tree-view/TreeView.js +17 -18
  190. package/dist/components/tree-view/TreeView_module.css +39 -12
  191. package/dist/components/typeset/Typeset.js +2 -3
  192. package/dist/components/typeset/Typeset_module.css +300 -159
  193. package/dist/internal/icons/ui/Icons.d.ts +9 -30
  194. package/dist/internal/icons/ui/Icons.js +67 -807
  195. package/dist/internal/icons/ui/index.d.ts +1 -1
  196. package/dist/styles/animations.css +310 -0
  197. package/dist/styles/style.css +168 -2
  198. package/package.json +23 -23
  199. package/dist/internal/normalizeClassName.d.ts +0 -1
  200. package/dist/internal/normalizeClassName.js +0 -2
@@ -4,13 +4,12 @@ import { NumberInput, useNumberInput, useNumberInputContext } from "@ark-ui/reac
4
4
  import { clsx } from "clsx";
5
5
  import { forwardRef } from "react";
6
6
  import { MinusIcon, PlusIcon } from "../../internal/icons/ui/index.js";
7
- import { normalizeClassName } from "../../internal/normalizeClassName.js";
8
7
  import NumberInput_module from "./NumberInput.module.js";
9
8
  const NumberInput_NumberInputRoot = /*#__PURE__*/ forwardRef(function({ className, ...props }, ref) {
10
9
  return /*#__PURE__*/ jsx(NumberInput.Root, {
11
10
  ref: ref,
12
11
  "data-slot": "number-input-root",
13
- className: clsx(NumberInput_module.root, normalizeClassName(className)),
12
+ className: clsx(NumberInput_module.root, className),
14
13
  ...props
15
14
  });
16
15
  });
@@ -18,7 +17,7 @@ const NumberInput_NumberInputRootProvider = /*#__PURE__*/ forwardRef(function({
18
17
  return /*#__PURE__*/ jsx(NumberInput.RootProvider, {
19
18
  ref: ref,
20
19
  "data-slot": "number-input-root-provider",
21
- className: clsx(NumberInput_module.root, normalizeClassName(className)),
20
+ className: clsx(NumberInput_module.root, className),
22
21
  ...props
23
22
  });
24
23
  });
@@ -26,7 +25,7 @@ const NumberInput_NumberInputLabel = /*#__PURE__*/ forwardRef(function({ classNa
26
25
  return /*#__PURE__*/ jsx(NumberInput.Label, {
27
26
  ref: ref,
28
27
  "data-slot": "number-input-label",
29
- className: clsx(NumberInput_module.label, normalizeClassName(className)),
28
+ className: clsx(NumberInput_module.label, className),
30
29
  ...props
31
30
  });
32
31
  });
@@ -34,7 +33,7 @@ const NumberInput_NumberInputScrubber = /*#__PURE__*/ forwardRef(function({ clas
34
33
  return /*#__PURE__*/ jsx(NumberInput.Scrubber, {
35
34
  ref: ref,
36
35
  "data-slot": "number-input-scrubber",
37
- className: clsx(NumberInput_module.scrubber, normalizeClassName(className)),
36
+ className: clsx(NumberInput_module.scrubber, className),
38
37
  ...props
39
38
  });
40
39
  });
@@ -42,7 +41,7 @@ const NumberInput_NumberInputControl = /*#__PURE__*/ forwardRef(function({ class
42
41
  return /*#__PURE__*/ jsx(NumberInput.Control, {
43
42
  ref: ref,
44
43
  "data-slot": "number-input-control",
45
- className: clsx(NumberInput_module.control, normalizeClassName(className)),
44
+ className: clsx(NumberInput_module.control, className),
46
45
  ...props
47
46
  });
48
47
  });
@@ -50,7 +49,7 @@ const NumberInput_NumberInputDecrementTrigger = /*#__PURE__*/ forwardRef(functio
50
49
  return /*#__PURE__*/ jsx(NumberInput.DecrementTrigger, {
51
50
  ref: ref,
52
51
  "data-slot": "number-input-decrement-trigger",
53
- className: clsx(NumberInput_module.decrementTrigger, normalizeClassName(className)),
52
+ className: clsx(NumberInput_module.decrementTrigger, className),
54
53
  ...props,
55
54
  children: children ?? /*#__PURE__*/ jsx(MinusIcon, {})
56
55
  });
@@ -59,7 +58,7 @@ const NumberInput_NumberInputInput = /*#__PURE__*/ forwardRef(function({ classNa
59
58
  return /*#__PURE__*/ jsx(NumberInput.Input, {
60
59
  ref: ref,
61
60
  "data-slot": "number-input-input",
62
- className: clsx(NumberInput_module.input, normalizeClassName(className)),
61
+ className: clsx(NumberInput_module.input, className),
63
62
  ...props
64
63
  });
65
64
  });
@@ -67,7 +66,7 @@ const NumberInput_NumberInputIncrementTrigger = /*#__PURE__*/ forwardRef(functio
67
66
  return /*#__PURE__*/ jsx(NumberInput.IncrementTrigger, {
68
67
  ref: ref,
69
68
  "data-slot": "number-input-increment-trigger",
70
- className: clsx(NumberInput_module.incrementTrigger, normalizeClassName(className)),
69
+ className: clsx(NumberInput_module.incrementTrigger, className),
71
70
  ...props,
72
71
  children: children ?? /*#__PURE__*/ jsx(PlusIcon, {})
73
72
  });
@@ -76,7 +75,7 @@ const NumberInput_NumberInputValueText = /*#__PURE__*/ forwardRef(function({ cla
76
75
  return /*#__PURE__*/ jsx(NumberInput.ValueText, {
77
76
  ref: ref,
78
77
  "data-slot": "number-input-value-text",
79
- className: clsx(NumberInput_module.valueText, normalizeClassName(className)),
78
+ className: clsx(NumberInput_module.valueText, className),
80
79
  ...props
81
80
  });
82
81
  });
@@ -3,23 +3,20 @@ import { Pagination, usePagination, usePaginationContext } from "@ark-ui/react/p
3
3
  import { clsx } from "clsx";
4
4
  import { forwardRef } from "react";
5
5
  import { ChevronLeftIcon, ChevronRightIcon } from "../../internal/icons/ui/index.js";
6
- import { normalizeClassName } from "../../internal/normalizeClassName.js";
7
6
  import Pagination_module from "./Pagination.module.js";
8
- const Pagination_PaginationRoot = /*#__PURE__*/ forwardRef(function({ 'aria-label': ariaLabel = 'Pagination', className, ...props }, ref) {
7
+ const Pagination_PaginationRoot = /*#__PURE__*/ forwardRef(function({ className, ...props }, ref) {
9
8
  return /*#__PURE__*/ jsx(Pagination.Root, {
10
9
  ref: ref,
11
10
  "data-slot": "pagination-root",
12
- "aria-label": ariaLabel,
13
- className: clsx(Pagination_module.root, normalizeClassName(className)),
11
+ className: clsx(Pagination_module.root, className),
14
12
  ...props
15
13
  });
16
14
  });
17
- const Pagination_PaginationRootProvider = /*#__PURE__*/ forwardRef(function({ 'aria-label': ariaLabel = 'Pagination', className, ...props }, ref) {
15
+ const Pagination_PaginationRootProvider = /*#__PURE__*/ forwardRef(function({ className, ...props }, ref) {
18
16
  return /*#__PURE__*/ jsx(Pagination.RootProvider, {
19
17
  ref: ref,
20
18
  "data-slot": "pagination-root-provider",
21
- "aria-label": ariaLabel,
22
- className: clsx(Pagination_module.root, normalizeClassName(className)),
19
+ className: clsx(Pagination_module.root, className),
23
20
  ...props
24
21
  });
25
22
  });
@@ -27,7 +24,7 @@ const Pagination_PaginationItem = /*#__PURE__*/ forwardRef(function({ className,
27
24
  return /*#__PURE__*/ jsx(Pagination.Item, {
28
25
  ref: ref,
29
26
  "data-slot": "pagination-item",
30
- className: clsx(Pagination_module.item, normalizeClassName(className)),
27
+ className: clsx(Pagination_module.item, className),
31
28
  ...props
32
29
  });
33
30
  });
@@ -35,9 +32,9 @@ const Pagination_PaginationEllipsis = /*#__PURE__*/ forwardRef(function({ classN
35
32
  return /*#__PURE__*/ jsx(Pagination.Ellipsis, {
36
33
  ref: ref,
37
34
  "data-slot": "pagination-ellipsis",
38
- className: clsx(Pagination_module.ellipsis, normalizeClassName(className)),
35
+ className: clsx(Pagination_module.ellipsis, className),
39
36
  ...props,
40
- children: children ?? '...'
37
+ children: children ?? (!props.asChild && '...')
41
38
  });
42
39
  });
43
40
  function EdgeIcon({ side }) {
@@ -55,40 +52,40 @@ const Pagination_PaginationPrevTrigger = /*#__PURE__*/ forwardRef(function({ cla
55
52
  return /*#__PURE__*/ jsx(Pagination.PrevTrigger, {
56
53
  ref: ref,
57
54
  "data-slot": "pagination-prev-trigger",
58
- className: clsx(Pagination_module.trigger, null == children && Pagination_module.iconTrigger, normalizeClassName(className)),
55
+ className: clsx(Pagination_module.trigger, null == children && Pagination_module.iconTrigger, className),
59
56
  ...props,
60
- children: children ?? /*#__PURE__*/ jsx(ChevronLeftIcon, {})
57
+ children: children ?? (!props.asChild && /*#__PURE__*/ jsx(ChevronLeftIcon, {}))
61
58
  });
62
59
  });
63
60
  const Pagination_PaginationNextTrigger = /*#__PURE__*/ forwardRef(function({ className, children, ...props }, ref) {
64
61
  return /*#__PURE__*/ jsx(Pagination.NextTrigger, {
65
62
  ref: ref,
66
63
  "data-slot": "pagination-next-trigger",
67
- className: clsx(Pagination_module.trigger, null == children && Pagination_module.iconTrigger, normalizeClassName(className)),
64
+ className: clsx(Pagination_module.trigger, null == children && Pagination_module.iconTrigger, className),
68
65
  ...props,
69
- children: children ?? /*#__PURE__*/ jsx(ChevronRightIcon, {})
66
+ children: children ?? (!props.asChild && /*#__PURE__*/ jsx(ChevronRightIcon, {}))
70
67
  });
71
68
  });
72
69
  const Pagination_PaginationFirstTrigger = /*#__PURE__*/ forwardRef(function({ className, children, ...props }, ref) {
73
70
  return /*#__PURE__*/ jsx(Pagination.FirstTrigger, {
74
71
  ref: ref,
75
72
  "data-slot": "pagination-first-trigger",
76
- className: clsx(Pagination_module.trigger, null == children && Pagination_module.iconTrigger, normalizeClassName(className)),
73
+ className: clsx(Pagination_module.trigger, null == children && Pagination_module.iconTrigger, className),
77
74
  ...props,
78
- children: children ?? /*#__PURE__*/ jsx(EdgeIcon, {
75
+ children: children ?? (!props.asChild && /*#__PURE__*/ jsx(EdgeIcon, {
79
76
  side: "left"
80
- })
77
+ }))
81
78
  });
82
79
  });
83
80
  const Pagination_PaginationLastTrigger = /*#__PURE__*/ forwardRef(function({ className, children, ...props }, ref) {
84
81
  return /*#__PURE__*/ jsx(Pagination.LastTrigger, {
85
82
  ref: ref,
86
83
  "data-slot": "pagination-last-trigger",
87
- className: clsx(Pagination_module.trigger, null == children && Pagination_module.iconTrigger, normalizeClassName(className)),
84
+ className: clsx(Pagination_module.trigger, null == children && Pagination_module.iconTrigger, className),
88
85
  ...props,
89
- children: children ?? /*#__PURE__*/ jsx(EdgeIcon, {
86
+ children: children ?? (!props.asChild && /*#__PURE__*/ jsx(EdgeIcon, {
90
87
  side: "right"
91
- })
88
+ }))
92
89
  });
93
90
  });
94
91
  const PaginationContext = Pagination.Context;
@@ -33,10 +33,6 @@
33
33
  -webkit-user-select: none;
34
34
  user-select: none;
35
35
  white-space: nowrap;
36
- transition: background-color var(--moduix-pagination-transition, var(--moduix-transition-default)),
37
- border-color var(--moduix-pagination-transition, var(--moduix-transition-default)),
38
- color var(--moduix-pagination-transition, var(--moduix-transition-default)),
39
- opacity var(--moduix-pagination-transition, var(--moduix-transition-default));
40
36
  font-family: inherit;
41
37
  text-decoration: none;
42
38
  }
@@ -47,7 +43,7 @@
47
43
  }
48
44
  }
49
45
 
50
- :is(.item-TI2iyy, .trigger-Z_SoJt):focus-visible, :is(.item-TI2iyy, .trigger-Z_SoJt)[data-focus] {
46
+ :is(.item-TI2iyy, .trigger-Z_SoJt):focus-visible {
51
47
  outline: var(--moduix-pagination-focus-ring-width, var(--moduix-focus-ring-width, var(--moduix-border-width-md)))
52
48
  solid var(--moduix-pagination-focus-ring-color, var(--moduix-color-ring));
53
49
  outline-offset: var(--moduix-pagination-focus-ring-offset, var(--moduix-focus-ring-inset-offset));
@@ -4,13 +4,12 @@ import { PasswordInput, usePasswordInput, usePasswordInputContext } from "@ark-u
4
4
  import { clsx } from "clsx";
5
5
  import { forwardRef } from "react";
6
6
  import { EyeClosedIcon, EyeIcon } from "../../internal/icons/ui/index.js";
7
- import { normalizeClassName } from "../../internal/normalizeClassName.js";
8
7
  import PasswordInput_module from "./PasswordInput.module.js";
9
8
  const PasswordInput_PasswordInputRoot = /*#__PURE__*/ forwardRef(function({ className, ...props }, ref) {
10
9
  return /*#__PURE__*/ jsx(PasswordInput.Root, {
11
10
  ref: ref,
12
11
  "data-slot": "password-input-root",
13
- className: clsx(PasswordInput_module.root, normalizeClassName(className)),
12
+ className: clsx(PasswordInput_module.root, className),
14
13
  ...props
15
14
  });
16
15
  });
@@ -18,7 +17,7 @@ const PasswordInput_PasswordInputRootProvider = /*#__PURE__*/ forwardRef(functio
18
17
  return /*#__PURE__*/ jsx(PasswordInput.RootProvider, {
19
18
  ref: ref,
20
19
  "data-slot": "password-input-root-provider",
21
- className: clsx(PasswordInput_module.root, normalizeClassName(className)),
20
+ className: clsx(PasswordInput_module.root, className),
22
21
  ...props
23
22
  });
24
23
  });
@@ -26,7 +25,7 @@ const PasswordInput_PasswordInputLabel = /*#__PURE__*/ forwardRef(function({ cla
26
25
  return /*#__PURE__*/ jsx(PasswordInput.Label, {
27
26
  ref: ref,
28
27
  "data-slot": "password-input-label",
29
- className: clsx(PasswordInput_module.label, normalizeClassName(className)),
28
+ className: clsx(PasswordInput_module.label, className),
30
29
  ...props
31
30
  });
32
31
  });
@@ -34,7 +33,7 @@ const PasswordInput_PasswordInputControl = /*#__PURE__*/ forwardRef(function({ c
34
33
  return /*#__PURE__*/ jsx(PasswordInput.Control, {
35
34
  ref: ref,
36
35
  "data-slot": "password-input-control",
37
- className: clsx(PasswordInput_module.control, normalizeClassName(className)),
36
+ className: clsx(PasswordInput_module.control, className),
38
37
  ...props
39
38
  });
40
39
  });
@@ -42,7 +41,7 @@ const PasswordInput_PasswordInputInput = /*#__PURE__*/ forwardRef(function({ cla
42
41
  return /*#__PURE__*/ jsx(PasswordInput.Input, {
43
42
  ref: ref,
44
43
  "data-slot": "password-input-input",
45
- className: clsx(PasswordInput_module.input, normalizeClassName(className)),
44
+ className: clsx(PasswordInput_module.input, className),
46
45
  ...props
47
46
  });
48
47
  });
@@ -50,7 +49,7 @@ const PasswordInput_PasswordInputVisibilityTrigger = /*#__PURE__*/ forwardRef(fu
50
49
  return /*#__PURE__*/ jsx(PasswordInput.VisibilityTrigger, {
51
50
  ref: ref,
52
51
  "data-slot": "password-input-visibility-trigger",
53
- className: clsx(PasswordInput_module.visibilityTrigger, normalizeClassName(className)),
52
+ className: clsx(PasswordInput_module.visibilityTrigger, className),
54
53
  ...props
55
54
  });
56
55
  });
@@ -58,7 +57,7 @@ const PasswordInput_PasswordInputIndicator = /*#__PURE__*/ forwardRef(function({
58
57
  return /*#__PURE__*/ jsx(PasswordInput.Indicator, {
59
58
  ref: ref,
60
59
  "data-slot": "password-input-indicator",
61
- className: clsx(PasswordInput_module.indicator, normalizeClassName(className)),
60
+ className: clsx(PasswordInput_module.indicator, className),
62
61
  fallback: fallback ?? /*#__PURE__*/ jsx(EyeClosedIcon, {}),
63
62
  ...props,
64
63
  children: children ?? /*#__PURE__*/ jsx(EyeIcon, {})
@@ -1,5 +1,5 @@
1
1
  import { PinInput as PinInputPrimitive, usePinInputContext, type UsePinInputProps } from '@ark-ui/react/pin-input';
2
- import type { ComponentProps, ReactNode } from 'react';
2
+ import type { ComponentProps } from 'react';
3
3
  declare function PinInputInputs({ className }: {
4
4
  className?: string;
5
5
  }): import("react").JSX.Element[];
@@ -8,7 +8,8 @@ declare function usePinInput(props?: UsePinInputProps): import("@ark-ui/react/pi
8
8
  declare const PinInput: import("react").ForwardRefExoticComponent<Omit<PinInputPrimitive.RootProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>> & {
9
9
  Root: import("react").ForwardRefExoticComponent<Omit<PinInputPrimitive.RootProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
10
10
  RootProvider: import("react").ForwardRefExoticComponent<Omit<PinInputPrimitive.RootProviderProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
11
- Context: (props: PinInputPrimitive.ContextProps) => ReactNode;
11
+ Context: (props: PinInputPrimitive.ContextProps) => import("react").ReactNode;
12
+ HiddenInput: import("react").ForwardRefExoticComponent<PinInputPrimitive.HiddenInputProps & import("react").RefAttributes<HTMLInputElement>>;
12
13
  Label: import("react").ForwardRefExoticComponent<Omit<PinInputPrimitive.LabelProps & import("react").RefAttributes<HTMLLabelElement>, "ref"> & import("react").RefAttributes<HTMLLabelElement>>;
13
14
  Control: import("react").ForwardRefExoticComponent<Omit<PinInputPrimitive.ControlProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
14
15
  Input: import("react").ForwardRefExoticComponent<Omit<PinInputPrimitive.InputProps & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
@@ -1,38 +1,33 @@
1
1
  "use client";
2
- import { Fragment, jsx, jsxs } from "react/jsx-runtime";
2
+ import { jsx } from "react/jsx-runtime";
3
3
  import { PinInput, usePinInput, usePinInputContext } from "@ark-ui/react/pin-input";
4
4
  import { clsx } from "clsx";
5
- import { Children, cloneElement, forwardRef, useEffect, useRef } from "react";
5
+ import { forwardRef } from "react";
6
6
  import { SeparatorMarkIcon } from "../../internal/icons/ui/index.js";
7
- import { normalizeClassName } from "../../internal/normalizeClassName.js";
8
7
  import PinInput_module from "./PinInput.module.js";
9
- const PinInput_PinInputRoot = /*#__PURE__*/ forwardRef(function({ asChild, children, className, count, placeholder = '', ...props }, ref) {
8
+ const PinInput_PinInputRoot = /*#__PURE__*/ forwardRef(function({ className, count, placeholder = '', ...props }, ref) {
10
9
  return /*#__PURE__*/ jsx(PinInput.Root, {
11
10
  ref: ref,
12
- asChild: asChild,
13
11
  "data-slot": "pin-input-root",
14
- className: clsx(PinInput_module.root, normalizeClassName(className)),
12
+ className: clsx(PinInput_module.root, className),
15
13
  count: count,
16
14
  placeholder: placeholder,
17
- ...props,
18
- children: withHiddenInput(children, asChild)
15
+ ...props
19
16
  });
20
17
  });
21
- const PinInput_PinInputRootProvider = /*#__PURE__*/ forwardRef(function({ asChild, children, className, ...props }, ref) {
18
+ const PinInput_PinInputRootProvider = /*#__PURE__*/ forwardRef(function({ className, ...props }, ref) {
22
19
  return /*#__PURE__*/ jsx(PinInput.RootProvider, {
23
20
  ref: ref,
24
- asChild: asChild,
25
21
  "data-slot": "pin-input-root-provider",
26
- className: clsx(PinInput_module.root, normalizeClassName(className)),
27
- ...props,
28
- children: withHiddenInput(children, asChild)
22
+ className: clsx(PinInput_module.root, className),
23
+ ...props
29
24
  });
30
25
  });
31
26
  const PinInput_PinInputLabel = /*#__PURE__*/ forwardRef(function({ className, ...props }, ref) {
32
27
  return /*#__PURE__*/ jsx(PinInput.Label, {
33
28
  ref: ref,
34
29
  "data-slot": "pin-input-label",
35
- className: clsx(PinInput_module.label, normalizeClassName(className)),
30
+ className: clsx(PinInput_module.label, className),
36
31
  ...props
37
32
  });
38
33
  });
@@ -40,7 +35,7 @@ const PinInput_PinInputControl = /*#__PURE__*/ forwardRef(function({ className,
40
35
  return /*#__PURE__*/ jsx(PinInput.Control, {
41
36
  ref: ref,
42
37
  "data-slot": "pin-input-control",
43
- className: clsx(PinInput_module.control, normalizeClassName(className)),
38
+ className: clsx(PinInput_module.control, className),
44
39
  ...props
45
40
  });
46
41
  });
@@ -48,7 +43,7 @@ const PinInput_PinInputInput = /*#__PURE__*/ forwardRef(function({ className, ..
48
43
  return /*#__PURE__*/ jsx(PinInput.Input, {
49
44
  ref: ref,
50
45
  "data-slot": "pin-input-input",
51
- className: clsx(PinInput_module.input, normalizeClassName(className)),
46
+ className: clsx(PinInput_module.input, className),
52
47
  ...props
53
48
  });
54
49
  });
@@ -59,49 +54,12 @@ function PinInputInputs({ className }) {
59
54
  className: className
60
55
  }, index));
61
56
  }
62
- function withHiddenInput(children, asChild) {
63
- const formControls = /*#__PURE__*/ jsxs(Fragment, {
64
- children: [
65
- /*#__PURE__*/ jsx(PinInputFormReset, {}),
66
- /*#__PURE__*/ jsx(PinInput.HiddenInput, {
67
- "data-slot": "pin-input-hidden-input"
68
- })
69
- ]
70
- });
71
- if (!asChild) return /*#__PURE__*/ jsxs(Fragment, {
72
- children: [
73
- children,
74
- formControls
75
- ]
76
- });
77
- const child = Children.only(children);
78
- return /*#__PURE__*/ cloneElement(child, {}, child.props.children, formControls);
79
- }
80
- function PinInputFormReset() {
81
- const pinInput = usePinInputContext();
82
- const defaultValue = useRef(pinInput.value);
83
- useEffect(()=>{
84
- const hiddenInputId = pinInput.getHiddenInputProps().id;
85
- if (!hiddenInputId) return;
86
- const hiddenInput = document.getElementById(hiddenInputId);
87
- const form = hiddenInput?.form;
88
- if (!form) return;
89
- const handleReset = ()=>{
90
- queueMicrotask(()=>pinInput.setValue(defaultValue.current));
91
- };
92
- form.addEventListener('reset', handleReset);
93
- return ()=>form.removeEventListener('reset', handleReset);
94
- }, [
95
- pinInput
96
- ]);
97
- return null;
98
- }
99
57
  function PinInputSeparator({ className, 'aria-hidden': ariaHidden = true, role = 'presentation', children, ...props }) {
100
58
  return /*#__PURE__*/ jsx("span", {
101
59
  "data-slot": "pin-input-separator",
102
60
  "aria-hidden": ariaHidden,
103
61
  role: role,
104
- className: clsx(PinInput_module.separator, normalizeClassName(className)),
62
+ className: clsx(PinInput_module.separator, className),
105
63
  ...props,
106
64
  children: children ?? /*#__PURE__*/ jsx(SeparatorMarkIcon, {})
107
65
  });
@@ -116,6 +74,7 @@ const PinInput_PinInput = Object.assign(PinInput_PinInputRoot, {
116
74
  Root: PinInput_PinInputRoot,
117
75
  RootProvider: PinInput_PinInputRootProvider,
118
76
  Context: PinInput.Context,
77
+ HiddenInput: PinInput.HiddenInput,
119
78
  Label: PinInput_PinInputLabel,
120
79
  Control: PinInput_PinInputControl,
121
80
  Input: PinInput_PinInputInput,
@@ -1,10 +1,12 @@
1
1
  import { Popover as PopoverPrimitive, usePopover, usePopoverContext } from '@ark-ui/react/popover';
2
2
  import type { ComponentProps } from 'react';
3
- import { type OverlayPortalProps } from '../../internal/overlayPortal';
3
+ import { type OverlayPortalProps } from '../../internal/overlayPortal.js';
4
4
  type PopoverRootProps = ComponentProps<typeof PopoverPrimitive.Root> & OverlayPortalProps;
5
- type PopoverRootProviderProps = ComponentProps<typeof PopoverPrimitive.RootProvider> & OverlayPortalProps;
5
+ type PopoverRootProviderProps = ComponentProps<typeof PopoverPrimitive.RootProvider> & {
6
+ portalRef?: OverlayPortalProps['portalRef'];
7
+ };
6
8
  declare function PopoverRoot({ lazyMount, modal, portalled, portalRef, unmountOnExit, ...props }: PopoverRootProps): import("react").JSX.Element;
7
- declare function PopoverRootProvider({ lazyMount, portalled, portalRef, unmountOnExit, value, ...props }: PopoverRootProviderProps): import("react").JSX.Element;
9
+ declare function PopoverRootProvider({ lazyMount, portalRef, unmountOnExit, value, ...props }: PopoverRootProviderProps): import("react").JSX.Element;
8
10
  declare const Popover: typeof PopoverRoot & {
9
11
  Root: typeof PopoverRoot;
10
12
  RootProvider: typeof PopoverRootProvider;
@@ -4,7 +4,6 @@ import { ark } from "@ark-ui/react/factory";
4
4
  import { Popover, usePopover, usePopoverContext } from "@ark-ui/react/popover";
5
5
  import { clsx } from "clsx";
6
6
  import { forwardRef } from "react";
7
- import { normalizeClassName } from "../../internal/normalizeClassName.js";
8
7
  import { OverlayPortal, OverlayPortalProvider } from "../../internal/overlayPortal.js";
9
8
  import { CloseButton } from "../close-button/index.js";
10
9
  import Popover_module from "./Popover.module.js";
@@ -23,9 +22,9 @@ function PopoverRoot({ lazyMount = true, modal, portalled, portalRef, unmountOnE
23
22
  })
24
23
  });
25
24
  }
26
- function PopoverRootProvider({ lazyMount = true, portalled, portalRef, unmountOnExit = true, value, ...props }) {
25
+ function PopoverRootProvider({ lazyMount = true, portalRef, unmountOnExit = true, value, ...props }) {
27
26
  return /*#__PURE__*/ jsx(OverlayPortalProvider, {
28
- portalled: portalled ?? value.portalled,
27
+ portalled: value.portalled,
29
28
  portalRef: portalRef,
30
29
  children: /*#__PURE__*/ jsx(Popover.RootProvider, {
31
30
  value: value,
@@ -39,7 +38,7 @@ const Popover_PopoverAnchor = /*#__PURE__*/ forwardRef(function({ className, ...
39
38
  return /*#__PURE__*/ jsx(Popover.Anchor, {
40
39
  ref: ref,
41
40
  "data-slot": "popover-anchor",
42
- className: normalizeClassName(className),
41
+ className: className,
43
42
  ...props
44
43
  });
45
44
  });
@@ -48,7 +47,7 @@ const Popover_PopoverTrigger = /*#__PURE__*/ forwardRef(function({ asChild, clas
48
47
  ref: ref,
49
48
  "data-slot": "popover-trigger",
50
49
  asChild: asChild,
51
- className: clsx(!asChild && Popover_module.trigger, normalizeClassName(className)),
50
+ className: clsx(!asChild && Popover_module.trigger, className),
52
51
  ...props
53
52
  });
54
53
  });
@@ -56,7 +55,7 @@ const Popover_PopoverIndicator = /*#__PURE__*/ forwardRef(function({ className,
56
55
  return /*#__PURE__*/ jsx(Popover.Indicator, {
57
56
  ref: ref,
58
57
  "data-slot": "popover-indicator",
59
- className: normalizeClassName(className),
58
+ className: className,
60
59
  ...props
61
60
  });
62
61
  });
@@ -65,7 +64,7 @@ const Popover_PopoverPositioner = /*#__PURE__*/ forwardRef(function({ className,
65
64
  children: /*#__PURE__*/ jsx(Popover.Positioner, {
66
65
  ref: ref,
67
66
  "data-slot": "popover-positioner",
68
- className: clsx(Popover_module.positioner, normalizeClassName(className)),
67
+ className: clsx(Popover_module.positioner, className),
69
68
  ...props
70
69
  })
71
70
  });
@@ -74,7 +73,7 @@ const Popover_PopoverContent = /*#__PURE__*/ forwardRef(function({ className, ..
74
73
  return /*#__PURE__*/ jsx(Popover.Content, {
75
74
  ref: ref,
76
75
  "data-slot": "popover-content",
77
- className: clsx(Popover_module.content, normalizeClassName(className)),
76
+ className: clsx(Popover_module.content, className),
78
77
  ...props
79
78
  });
80
79
  });
@@ -82,7 +81,7 @@ const Popover_PopoverArrow = /*#__PURE__*/ forwardRef(function({ className, chil
82
81
  return /*#__PURE__*/ jsx(Popover.Arrow, {
83
82
  ref: ref,
84
83
  "data-slot": "popover-arrow",
85
- className: clsx(Popover_module.arrow, normalizeClassName(className)),
84
+ className: clsx(Popover_module.arrow, className),
86
85
  ...props,
87
86
  children: children ?? /*#__PURE__*/ jsx(Popover_PopoverArrowTip, {})
88
87
  });
@@ -91,7 +90,7 @@ const Popover_PopoverArrowTip = /*#__PURE__*/ forwardRef(function({ className, .
91
90
  return /*#__PURE__*/ jsx(Popover.ArrowTip, {
92
91
  ref: ref,
93
92
  "data-slot": "popover-arrow-tip",
94
- className: clsx(Popover_module.arrowTip, normalizeClassName(className)),
93
+ className: clsx(Popover_module.arrowTip, className),
95
94
  ...props
96
95
  });
97
96
  });
@@ -99,7 +98,7 @@ const Popover_PopoverTitle = /*#__PURE__*/ forwardRef(function({ className, ...p
99
98
  return /*#__PURE__*/ jsx(Popover.Title, {
100
99
  ref: ref,
101
100
  "data-slot": "popover-title",
102
- className: clsx(Popover_module.title, normalizeClassName(className)),
101
+ className: clsx(Popover_module.title, className),
103
102
  ...props
104
103
  });
105
104
  });
@@ -107,7 +106,7 @@ const Popover_PopoverDescription = /*#__PURE__*/ forwardRef(function({ className
107
106
  return /*#__PURE__*/ jsx(Popover.Description, {
108
107
  ref: ref,
109
108
  "data-slot": "popover-description",
110
- className: clsx(Popover_module.description, normalizeClassName(className)),
109
+ className: clsx(Popover_module.description, className),
111
110
  ...props
112
111
  });
113
112
  });
@@ -116,7 +115,7 @@ const Popover_PopoverCloseTrigger = /*#__PURE__*/ forwardRef(function({ asChild,
116
115
  ref: ref,
117
116
  "data-slot": "popover-close-trigger",
118
117
  asChild: asChild,
119
- className: clsx(!asChild && Popover_module.closeTrigger, normalizeClassName(className)),
118
+ className: clsx(!asChild && Popover_module.closeTrigger, className),
120
119
  ...props
121
120
  });
122
121
  });
@@ -128,7 +127,7 @@ const Popover_PopoverCloseIcon = /*#__PURE__*/ forwardRef(function({ className,
128
127
  ref: ref,
129
128
  "data-slot": "popover-close-icon",
130
129
  "aria-label": ariaLabel,
131
- className: clsx(Popover_module.closeIcon, normalizeClassName(className)),
130
+ className: clsx(Popover_module.closeIcon, className),
132
131
  children: children
133
132
  })
134
133
  });
@@ -137,7 +136,7 @@ const Popover_PopoverHeader = /*#__PURE__*/ forwardRef(function({ className, ...
137
136
  return /*#__PURE__*/ jsx(ark.div, {
138
137
  ref: ref,
139
138
  "data-slot": "popover-header",
140
- className: clsx(Popover_module.header, normalizeClassName(className)),
139
+ className: clsx(Popover_module.header, className),
141
140
  ...props
142
141
  });
143
142
  });
@@ -145,7 +144,7 @@ const Popover_PopoverBody = /*#__PURE__*/ forwardRef(function({ className, ...pr
145
144
  return /*#__PURE__*/ jsx(ark.div, {
146
145
  ref: ref,
147
146
  "data-slot": "popover-body",
148
- className: clsx(Popover_module.body, normalizeClassName(className)),
147
+ className: clsx(Popover_module.body, className),
149
148
  ...props
150
149
  });
151
150
  });
@@ -153,7 +152,7 @@ const Popover_PopoverFooter = /*#__PURE__*/ forwardRef(function({ className, ...
153
152
  return /*#__PURE__*/ jsx(ark.div, {
154
153
  ref: ref,
155
154
  "data-slot": "popover-footer",
156
- className: clsx(Popover_module.footer, normalizeClassName(className)),
155
+ className: clsx(Popover_module.footer, className),
157
156
  ...props
158
157
  });
159
158
  });
@@ -2,13 +2,12 @@ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import { Progress, useProgress, useProgressContext } from "@ark-ui/react/progress";
3
3
  import { clsx } from "clsx";
4
4
  import { forwardRef } from "react";
5
- import { normalizeClassName } from "../../internal/normalizeClassName.js";
6
5
  import ProgressCircular_module from "./ProgressCircular.module.js";
7
6
  const ProgressCircular_ProgressCircularRoot = /*#__PURE__*/ forwardRef(function({ className, ...props }, ref) {
8
7
  return /*#__PURE__*/ jsx(Progress.Root, {
9
8
  ref: ref,
10
9
  "data-slot": "progress-circular-root",
11
- className: clsx(ProgressCircular_module.root, normalizeClassName(className)),
10
+ className: clsx(ProgressCircular_module.root, className),
12
11
  ...props
13
12
  });
14
13
  });
@@ -16,7 +15,7 @@ const ProgressCircular_ProgressCircularRootProvider = /*#__PURE__*/ forwardRef(f
16
15
  return /*#__PURE__*/ jsx(Progress.RootProvider, {
17
16
  ref: ref,
18
17
  "data-slot": "progress-circular-root-provider",
19
- className: clsx(ProgressCircular_module.root, normalizeClassName(className)),
18
+ className: clsx(ProgressCircular_module.root, className),
20
19
  ...props
21
20
  });
22
21
  });
@@ -24,7 +23,7 @@ const ProgressCircular_ProgressCircularLabel = /*#__PURE__*/ forwardRef(function
24
23
  return /*#__PURE__*/ jsx(Progress.Label, {
25
24
  ref: ref,
26
25
  "data-slot": "progress-circular-label",
27
- className: clsx(ProgressCircular_module.label, normalizeClassName(className)),
26
+ className: clsx(ProgressCircular_module.label, className),
28
27
  ...props
29
28
  });
30
29
  });
@@ -32,7 +31,7 @@ const ProgressCircular_ProgressCircularValueText = /*#__PURE__*/ forwardRef(func
32
31
  return /*#__PURE__*/ jsx(Progress.ValueText, {
33
32
  ref: ref,
34
33
  "data-slot": "progress-circular-value-text",
35
- className: clsx(ProgressCircular_module.valueText, normalizeClassName(className)),
34
+ className: clsx(ProgressCircular_module.valueText, className),
36
35
  ...props
37
36
  });
38
37
  });
@@ -40,7 +39,7 @@ const ProgressCircular_ProgressCircularCircle = /*#__PURE__*/ forwardRef(functio
40
39
  return /*#__PURE__*/ jsx(Progress.Circle, {
41
40
  ref: ref,
42
41
  "data-slot": "progress-circular-circle",
43
- className: clsx(ProgressCircular_module.circle, normalizeClassName(className)),
42
+ className: clsx(ProgressCircular_module.circle, className),
44
43
  ...props
45
44
  });
46
45
  });
@@ -48,7 +47,7 @@ const ProgressCircular_ProgressCircularCircleTrack = /*#__PURE__*/ forwardRef(fu
48
47
  return /*#__PURE__*/ jsx(Progress.CircleTrack, {
49
48
  ref: ref,
50
49
  "data-slot": "progress-circular-circle-track",
51
- className: clsx(ProgressCircular_module.circleTrack, normalizeClassName(className)),
50
+ className: clsx(ProgressCircular_module.circleTrack, className),
52
51
  ...props
53
52
  });
54
53
  });
@@ -56,7 +55,7 @@ const ProgressCircular_ProgressCircularCircleRange = /*#__PURE__*/ forwardRef(fu
56
55
  return /*#__PURE__*/ jsx(Progress.CircleRange, {
57
56
  ref: ref,
58
57
  "data-slot": "progress-circular-circle-range",
59
- className: clsx(ProgressCircular_module.circleRange, normalizeClassName(className)),
58
+ className: clsx(ProgressCircular_module.circleRange, className),
60
59
  ...props
61
60
  });
62
61
  });
@@ -74,7 +73,7 @@ const ProgressCircular_ProgressCircularView = /*#__PURE__*/ forwardRef(function(
74
73
  return /*#__PURE__*/ jsx(Progress.View, {
75
74
  ref: ref,
76
75
  "data-slot": "progress-circular-view",
77
- className: clsx(ProgressCircular_module.view, normalizeClassName(className)),
76
+ className: clsx(ProgressCircular_module.view, className),
78
77
  ...props
79
78
  });
80
79
  });