@seed-design/react 1.2.8 → 1.2.10

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 (387) hide show
  1. package/lib/_virtual/_rolldown/runtime.cjs +34 -0
  2. package/lib/_virtual/_rolldown/runtime.js +14 -0
  3. package/lib/components/ActionButton/ActionButton.cjs +46 -72
  4. package/lib/components/ActionButton/ActionButton.js +43 -49
  5. package/lib/components/ActionButton/index.cjs +3 -9
  6. package/lib/components/ActionButton/index.js +2 -1
  7. package/lib/components/ActionChip/ActionChip.cjs +13 -16
  8. package/lib/components/ActionChip/ActionChip.js +12 -12
  9. package/lib/components/ActionChip/index.cjs +3 -9
  10. package/lib/components/ActionChip/index.js +2 -1
  11. package/lib/components/ActionSheet/ActionSheet.cjs +61 -56
  12. package/lib/components/ActionSheet/ActionSheet.js +60 -52
  13. package/lib/components/ActionSheet/ActionSheet.namespace.cjs +23 -19
  14. package/lib/components/ActionSheet/ActionSheet.namespace.js +18 -1
  15. package/lib/components/ActionSheet/index.cjs +20 -21
  16. package/lib/components/ActionSheet/index.js +3 -3
  17. package/lib/components/Article/Article.cjs +19 -44
  18. package/lib/components/Article/Article.js +16 -21
  19. package/lib/components/Article/index.cjs +3 -9
  20. package/lib/components/Article/index.js +2 -1
  21. package/lib/components/AspectRatio/AspectRatio.cjs +27 -54
  22. package/lib/components/AspectRatio/AspectRatio.js +24 -31
  23. package/lib/components/AspectRatio/index.cjs +3 -9
  24. package/lib/components/AspectRatio/index.js +2 -1
  25. package/lib/components/Avatar/Avatar.cjs +35 -52
  26. package/lib/components/Avatar/Avatar.js +33 -30
  27. package/lib/components/Avatar/Avatar.namespace.cjs +17 -13
  28. package/lib/components/Avatar/Avatar.namespace.js +12 -1
  29. package/lib/components/Avatar/index.cjs +14 -15
  30. package/lib/components/Avatar/index.js +3 -3
  31. package/lib/components/Badge/Badge.cjs +23 -19
  32. package/lib/components/Badge/Badge.js +21 -15
  33. package/lib/components/Badge/index.cjs +3 -9
  34. package/lib/components/Badge/index.js +2 -1
  35. package/lib/components/BottomSheet/BottomSheet.cjs +31 -58
  36. package/lib/components/BottomSheet/BottomSheet.js +30 -54
  37. package/lib/components/BottomSheet/BottomSheet.namespace.cjs +25 -21
  38. package/lib/components/BottomSheet/BottomSheet.namespace.js +20 -2
  39. package/lib/components/BottomSheet/index.cjs +20 -21
  40. package/lib/components/BottomSheet/index.js +3 -3
  41. package/lib/components/BottomSheetHandle/BottomSheetHandle.cjs +24 -19
  42. package/lib/components/BottomSheetHandle/BottomSheetHandle.js +21 -15
  43. package/lib/components/BottomSheetHandle/index.cjs +3 -9
  44. package/lib/components/BottomSheetHandle/index.js +2 -1
  45. package/lib/components/Box/Box.cjs +26 -38
  46. package/lib/components/Box/Box.js +23 -15
  47. package/lib/components/Box/index.cjs +3 -9
  48. package/lib/components/Box/index.js +2 -1
  49. package/lib/components/Callout/Callout.cjs +15 -33
  50. package/lib/components/Callout/Callout.js +14 -29
  51. package/lib/components/Callout/Callout.namespace.cjs +18 -14
  52. package/lib/components/Callout/Callout.namespace.js +13 -1
  53. package/lib/components/Callout/index.cjs +15 -16
  54. package/lib/components/Callout/index.js +3 -3
  55. package/lib/components/Celsius/Celsius.cjs +5 -8
  56. package/lib/components/Celsius/Celsius.js +5 -4
  57. package/lib/components/Celsius/index.cjs +3 -9
  58. package/lib/components/Celsius/index.js +2 -1
  59. package/lib/components/Checkbox/Checkbox.cjs +70 -93
  60. package/lib/components/Checkbox/Checkbox.js +68 -89
  61. package/lib/components/Checkbox/Checkbox.namespace.cjs +18 -14
  62. package/lib/components/Checkbox/Checkbox.namespace.js +13 -1
  63. package/lib/components/Checkbox/index.cjs +15 -16
  64. package/lib/components/Checkbox/index.js +3 -3
  65. package/lib/components/Chip/Chip.cjs +24 -39
  66. package/lib/components/Chip/Chip.js +23 -35
  67. package/lib/components/Chip/Chip.namespace.cjs +17 -13
  68. package/lib/components/Chip/Chip.namespace.js +12 -1
  69. package/lib/components/Chip/index.cjs +14 -15
  70. package/lib/components/Chip/index.js +3 -3
  71. package/lib/components/ChipTabs/ChipTabs.cjs +30 -53
  72. package/lib/components/ChipTabs/ChipTabs.js +28 -49
  73. package/lib/components/ChipTabs/ChipTabs.namespace.cjs +18 -14
  74. package/lib/components/ChipTabs/ChipTabs.namespace.js +13 -1
  75. package/lib/components/ChipTabs/index.cjs +15 -16
  76. package/lib/components/ChipTabs/index.js +3 -3
  77. package/lib/components/Columns/Columns.cjs +34 -55
  78. package/lib/components/Columns/Columns.js +32 -32
  79. package/lib/components/Columns/index.cjs +4 -10
  80. package/lib/components/Columns/index.js +2 -1
  81. package/lib/components/ConsistentWidth/ConsistentWidth.cjs +17 -22
  82. package/lib/components/ConsistentWidth/ConsistentWidth.js +15 -18
  83. package/lib/components/ConsistentWidth/index.cjs +3 -9
  84. package/lib/components/ConsistentWidth/index.js +2 -1
  85. package/lib/components/ContentPlaceholder/ContentPlaceholder.cjs +43 -54
  86. package/lib/components/ContentPlaceholder/ContentPlaceholder.js +42 -32
  87. package/lib/components/ContentPlaceholder/ContentPlaceholder.namespace.cjs +14 -10
  88. package/lib/components/ContentPlaceholder/ContentPlaceholder.namespace.js +9 -1
  89. package/lib/components/ContentPlaceholder/index.cjs +11 -12
  90. package/lib/components/ContentPlaceholder/index.js +3 -3
  91. package/lib/components/ContentPlaceholder/presets.cjs +121 -76
  92. package/lib/components/ContentPlaceholder/presets.js +120 -72
  93. package/lib/components/ContextualFloatingButton/ContextualFloatingButton.cjs +36 -51
  94. package/lib/components/ContextualFloatingButton/ContextualFloatingButton.js +33 -28
  95. package/lib/components/ContextualFloatingButton/index.cjs +3 -9
  96. package/lib/components/ContextualFloatingButton/index.js +2 -1
  97. package/lib/components/ControlChip/ControlChip.cjs +13 -16
  98. package/lib/components/ControlChip/ControlChip.js +12 -12
  99. package/lib/components/ControlChip/index.cjs +3 -9
  100. package/lib/components/ControlChip/index.js +2 -1
  101. package/lib/components/Count/Count.cjs +16 -14
  102. package/lib/components/Count/Count.js +14 -10
  103. package/lib/components/Count/index.cjs +3 -9
  104. package/lib/components/Count/index.js +2 -1
  105. package/lib/components/Dialog/Dialog.cjs +24 -44
  106. package/lib/components/Dialog/Dialog.js +23 -40
  107. package/lib/components/Dialog/Dialog.namespace.cjs +22 -18
  108. package/lib/components/Dialog/Dialog.namespace.js +17 -1
  109. package/lib/components/Dialog/index.cjs +19 -20
  110. package/lib/components/Dialog/index.js +3 -3
  111. package/lib/components/Divider/Divider.cjs +32 -68
  112. package/lib/components/Divider/Divider.js +30 -45
  113. package/lib/components/Divider/index.cjs +3 -9
  114. package/lib/components/Divider/index.js +2 -1
  115. package/lib/components/ExtendedActionSheet/ExtendedActionSheet.cjs +65 -43
  116. package/lib/components/ExtendedActionSheet/ExtendedActionSheet.js +64 -39
  117. package/lib/components/ExtendedActionSheet/ExtendedActionSheet.namespace.cjs +24 -20
  118. package/lib/components/ExtendedActionSheet/ExtendedActionSheet.namespace.js +19 -1
  119. package/lib/components/ExtendedActionSheet/index.cjs +21 -22
  120. package/lib/components/ExtendedActionSheet/index.js +3 -3
  121. package/lib/components/ExtendedFab/ExtendedFab.cjs +15 -17
  122. package/lib/components/ExtendedFab/ExtendedFab.js +14 -13
  123. package/lib/components/ExtendedFab/index.cjs +3 -9
  124. package/lib/components/ExtendedFab/index.js +2 -1
  125. package/lib/components/Fab/Fab.cjs +12 -12
  126. package/lib/components/Fab/Fab.js +11 -8
  127. package/lib/components/Fab/index.cjs +3 -9
  128. package/lib/components/Fab/index.js +2 -1
  129. package/lib/components/Field/Field.cjs +62 -107
  130. package/lib/components/Field/Field.js +60 -103
  131. package/lib/components/Field/Field.namespace.cjs +21 -17
  132. package/lib/components/Field/Field.namespace.js +16 -1
  133. package/lib/components/Field/index.cjs +18 -19
  134. package/lib/components/Field/index.js +3 -3
  135. package/lib/components/FieldButton/FieldButton.cjs +94 -177
  136. package/lib/components/FieldButton/FieldButton.js +91 -154
  137. package/lib/components/FieldButton/FieldButton.namespace.cjs +30 -26
  138. package/lib/components/FieldButton/FieldButton.namespace.js +25 -1
  139. package/lib/components/FieldButton/index.cjs +27 -28
  140. package/lib/components/FieldButton/index.js +3 -3
  141. package/lib/components/Fieldset/Fieldset.cjs +40 -78
  142. package/lib/components/Fieldset/Fieldset.js +38 -74
  143. package/lib/components/Fieldset/Fieldset.namespace.cjs +20 -16
  144. package/lib/components/Fieldset/Fieldset.namespace.js +15 -1
  145. package/lib/components/Fieldset/index.cjs +17 -18
  146. package/lib/components/Fieldset/index.js +3 -3
  147. package/lib/components/Flex/Flex.cjs +21 -45
  148. package/lib/components/Flex/Flex.js +19 -22
  149. package/lib/components/Flex/index.cjs +3 -9
  150. package/lib/components/Flex/index.js +2 -1
  151. package/lib/components/Float/Float.cjs +70 -104
  152. package/lib/components/Float/Float.js +68 -81
  153. package/lib/components/Float/index.cjs +3 -9
  154. package/lib/components/Float/index.js +2 -1
  155. package/lib/components/FloatingActionButton/FloatingActionButton.cjs +12 -15
  156. package/lib/components/FloatingActionButton/FloatingActionButton.js +11 -11
  157. package/lib/components/FloatingActionButton/FloatingActionButton.namespace.cjs +15 -11
  158. package/lib/components/FloatingActionButton/FloatingActionButton.namespace.js +10 -1
  159. package/lib/components/FloatingActionButton/index.cjs +12 -13
  160. package/lib/components/FloatingActionButton/index.js +3 -3
  161. package/lib/components/Grid/Grid.cjs +27 -54
  162. package/lib/components/Grid/Grid.js +25 -31
  163. package/lib/components/Grid/index.cjs +3 -9
  164. package/lib/components/Grid/index.js +2 -1
  165. package/lib/components/GridItem/GridItem.cjs +22 -40
  166. package/lib/components/GridItem/GridItem.js +20 -17
  167. package/lib/components/GridItem/index.cjs +3 -9
  168. package/lib/components/GridItem/index.js +2 -1
  169. package/lib/components/HelpBubble/HelpBubble.cjs +52 -85
  170. package/lib/components/HelpBubble/HelpBubble.js +50 -81
  171. package/lib/components/HelpBubble/HelpBubble.namespace.cjs +24 -20
  172. package/lib/components/HelpBubble/HelpBubble.namespace.js +19 -1
  173. package/lib/components/HelpBubble/index.cjs +21 -22
  174. package/lib/components/HelpBubble/index.js +3 -3
  175. package/lib/components/Icon/Icon.cjs +99 -120
  176. package/lib/components/Icon/Icon.js +98 -116
  177. package/lib/components/Icon/index.cjs +5 -11
  178. package/lib/components/Icon/index.js +2 -1
  179. package/lib/components/IdentityPlaceholder/IdentityPlaceholder.cjs +50 -71
  180. package/lib/components/IdentityPlaceholder/IdentityPlaceholder.js +48 -48
  181. package/lib/components/IdentityPlaceholder/IdentityPlaceholder.namespace.cjs +14 -10
  182. package/lib/components/IdentityPlaceholder/IdentityPlaceholder.namespace.js +9 -1
  183. package/lib/components/IdentityPlaceholder/index.cjs +11 -12
  184. package/lib/components/IdentityPlaceholder/index.js +3 -3
  185. package/lib/components/ImageFrame/ImageFrame.cjs +155 -171
  186. package/lib/components/ImageFrame/ImageFrame.d.ts +1 -1
  187. package/lib/components/ImageFrame/ImageFrame.js +152 -148
  188. package/lib/components/ImageFrame/index.cjs +8 -14
  189. package/lib/components/ImageFrame/index.js +2 -1
  190. package/lib/components/Inline/Inline.cjs +21 -42
  191. package/lib/components/Inline/Inline.js +19 -19
  192. package/lib/components/Inline/index.cjs +3 -9
  193. package/lib/components/Inline/index.js +2 -1
  194. package/lib/components/InlineBanner/InlineBanner.cjs +33 -36
  195. package/lib/components/InlineBanner/InlineBanner.js +32 -32
  196. package/lib/components/InlineBanner/InlineBanner.namespace.cjs +18 -14
  197. package/lib/components/InlineBanner/InlineBanner.namespace.js +13 -1
  198. package/lib/components/InlineBanner/index.cjs +15 -16
  199. package/lib/components/InlineBanner/index.js +3 -3
  200. package/lib/components/LinkContent/LinkContent.cjs +13 -15
  201. package/lib/components/LinkContent/LinkContent.js +12 -11
  202. package/lib/components/LinkContent/index.cjs +3 -9
  203. package/lib/components/LinkContent/index.js +2 -1
  204. package/lib/components/List/List.cjs +46 -63
  205. package/lib/components/List/List.js +45 -59
  206. package/lib/components/List/List.namespace.cjs +19 -15
  207. package/lib/components/List/List.namespace.js +14 -1
  208. package/lib/components/List/ListHeader.cjs +18 -18
  209. package/lib/components/List/ListHeader.js +16 -14
  210. package/lib/components/List/index.cjs +18 -19
  211. package/lib/components/List/index.js +4 -4
  212. package/lib/components/LoadingIndicator/LoadingIndicator.cjs +24 -26
  213. package/lib/components/LoadingIndicator/LoadingIndicator.js +23 -22
  214. package/lib/components/LoadingIndicator/index.cjs +3 -9
  215. package/lib/components/LoadingIndicator/index.js +2 -1
  216. package/lib/components/LoadingIndicator/usePendingButton.cjs +22 -46
  217. package/lib/components/LoadingIndicator/usePendingButton.js +20 -23
  218. package/lib/components/MannerTemp/MannerTemp.cjs +20 -18
  219. package/lib/components/MannerTemp/MannerTemp.js +19 -14
  220. package/lib/components/MannerTemp/MannerTempEmote.cjs +130 -96
  221. package/lib/components/MannerTemp/MannerTempEmote.js +129 -92
  222. package/lib/components/MannerTemp/index.cjs +5 -11
  223. package/lib/components/MannerTemp/index.js +3 -2
  224. package/lib/components/MannerTempBadge/MannerTempBadge.cjs +9 -12
  225. package/lib/components/MannerTempBadge/MannerTempBadge.js +8 -8
  226. package/lib/components/MannerTempBadge/index.cjs +3 -9
  227. package/lib/components/MannerTempBadge/index.js +2 -1
  228. package/lib/components/MenuSheet/MenuSheet.cjs +80 -138
  229. package/lib/components/MenuSheet/MenuSheet.js +77 -115
  230. package/lib/components/MenuSheet/MenuSheet.namespace.cjs +28 -24
  231. package/lib/components/MenuSheet/MenuSheet.namespace.js +23 -1
  232. package/lib/components/MenuSheet/index.cjs +25 -26
  233. package/lib/components/MenuSheet/index.js +3 -3
  234. package/lib/components/NotificationBadge/NotificationBadge.cjs +29 -41
  235. package/lib/components/NotificationBadge/NotificationBadge.js +27 -19
  236. package/lib/components/NotificationBadge/index.cjs +4 -10
  237. package/lib/components/NotificationBadge/index.js +2 -1
  238. package/lib/components/PageBanner/PageBanner.cjs +32 -51
  239. package/lib/components/PageBanner/PageBanner.js +30 -47
  240. package/lib/components/PageBanner/PageBanner.namespace.cjs +19 -15
  241. package/lib/components/PageBanner/PageBanner.namespace.js +14 -1
  242. package/lib/components/PageBanner/index.cjs +16 -17
  243. package/lib/components/PageBanner/index.js +3 -3
  244. package/lib/components/Portal/index.cjs +7 -10
  245. package/lib/components/Portal/index.js +2 -1
  246. package/lib/components/ProgressCircle/ProgressCircle.cjs +11 -23
  247. package/lib/components/ProgressCircle/ProgressCircle.js +10 -19
  248. package/lib/components/ProgressCircle/ProgressCircle.namespace.cjs +15 -11
  249. package/lib/components/ProgressCircle/ProgressCircle.namespace.js +10 -1
  250. package/lib/components/ProgressCircle/index.cjs +12 -13
  251. package/lib/components/ProgressCircle/index.js +3 -3
  252. package/lib/components/PullToRefresh/PullToRefresh.cjs +11 -20
  253. package/lib/components/PullToRefresh/PullToRefresh.js +10 -16
  254. package/lib/components/PullToRefresh/PullToRefresh.namespace.cjs +16 -15
  255. package/lib/components/PullToRefresh/PullToRefresh.namespace.js +12 -2
  256. package/lib/components/PullToRefresh/index.cjs +18 -16
  257. package/lib/components/PullToRefresh/index.js +4 -4
  258. package/lib/components/RadioGroup/RadioGroup.cjs +69 -75
  259. package/lib/components/RadioGroup/RadioGroup.js +67 -71
  260. package/lib/components/RadioGroup/RadioGroup.namespace.cjs +18 -14
  261. package/lib/components/RadioGroup/RadioGroup.namespace.js +13 -1
  262. package/lib/components/RadioGroup/index.cjs +15 -16
  263. package/lib/components/RadioGroup/index.js +3 -3
  264. package/lib/components/RadioGroupField/RadioGroupField.cjs +40 -69
  265. package/lib/components/RadioGroupField/RadioGroupField.js +38 -65
  266. package/lib/components/RadioGroupField/RadioGroupField.namespace.cjs +20 -16
  267. package/lib/components/RadioGroupField/RadioGroupField.namespace.js +15 -1
  268. package/lib/components/RadioGroupField/index.cjs +17 -18
  269. package/lib/components/RadioGroupField/index.js +3 -3
  270. package/lib/components/ReactionButton/ReactionButton.cjs +28 -47
  271. package/lib/components/ReactionButton/ReactionButton.js +25 -24
  272. package/lib/components/ReactionButton/index.cjs +3 -9
  273. package/lib/components/ReactionButton/index.js +2 -1
  274. package/lib/components/ResponsivePair/ResponsivePair.cjs +34 -57
  275. package/lib/components/ResponsivePair/ResponsivePair.js +32 -34
  276. package/lib/components/ResponsivePair/index.cjs +3 -9
  277. package/lib/components/ResponsivePair/index.js +2 -1
  278. package/lib/components/ScrollFog/ScrollFog.cjs +49 -61
  279. package/lib/components/ScrollFog/ScrollFog.js +47 -57
  280. package/lib/components/ScrollFog/index.cjs +3 -9
  281. package/lib/components/ScrollFog/index.js +2 -1
  282. package/lib/components/SegmentedControl/SegmentedControl.cjs +13 -22
  283. package/lib/components/SegmentedControl/SegmentedControl.js +12 -18
  284. package/lib/components/SegmentedControl/SegmentedControl.namespace.cjs +16 -12
  285. package/lib/components/SegmentedControl/SegmentedControl.namespace.js +11 -1
  286. package/lib/components/SegmentedControl/index.cjs +13 -14
  287. package/lib/components/SegmentedControl/index.js +3 -3
  288. package/lib/components/SelectBox/CheckSelectBox.cjs +115 -134
  289. package/lib/components/SelectBox/CheckSelectBox.js +113 -130
  290. package/lib/components/SelectBox/CheckSelectBox.namespace.cjs +23 -19
  291. package/lib/components/SelectBox/CheckSelectBox.namespace.js +18 -1
  292. package/lib/components/SelectBox/RadioSelectBox.cjs +109 -128
  293. package/lib/components/SelectBox/RadioSelectBox.js +107 -124
  294. package/lib/components/SelectBox/RadioSelectBox.namespace.cjs +21 -17
  295. package/lib/components/SelectBox/RadioSelectBox.namespace.js +16 -1
  296. package/lib/components/SelectBox/index.cjs +37 -33
  297. package/lib/components/SelectBox/index.js +5 -6
  298. package/lib/components/Skeleton/Skeleton.cjs +10 -13
  299. package/lib/components/Skeleton/Skeleton.js +9 -9
  300. package/lib/components/Skeleton/index.cjs +3 -9
  301. package/lib/components/Skeleton/index.js +2 -1
  302. package/lib/components/Slider/Slider.cjs +69 -90
  303. package/lib/components/Slider/Slider.js +67 -86
  304. package/lib/components/Slider/Slider.namespace.cjs +25 -21
  305. package/lib/components/Slider/Slider.namespace.js +20 -1
  306. package/lib/components/Slider/index.cjs +22 -23
  307. package/lib/components/Slider/index.js +3 -3
  308. package/lib/components/Snackbar/Snackbar.cjs +38 -55
  309. package/lib/components/Snackbar/Snackbar.d.ts +1 -1
  310. package/lib/components/Snackbar/Snackbar.d.ts.map +1 -1
  311. package/lib/components/Snackbar/Snackbar.js +37 -51
  312. package/lib/components/Snackbar/Snackbar.namespace.cjs +22 -18
  313. package/lib/components/Snackbar/Snackbar.namespace.js +17 -1
  314. package/lib/components/Snackbar/index.cjs +26 -24
  315. package/lib/components/Snackbar/index.js +5 -5
  316. package/lib/components/Snackbar/useSnackbarAdapter.cjs +23 -26
  317. package/lib/components/Snackbar/useSnackbarAdapter.d.ts.map +1 -1
  318. package/lib/components/Snackbar/useSnackbarAdapter.js +22 -22
  319. package/lib/components/Stack/Stack.cjs +32 -35
  320. package/lib/components/Stack/Stack.js +30 -12
  321. package/lib/components/Stack/index.cjs +5 -11
  322. package/lib/components/Stack/index.js +2 -1
  323. package/lib/components/Switch/Switch.cjs +45 -63
  324. package/lib/components/Switch/Switch.js +42 -59
  325. package/lib/components/Switch/Switch.namespace.cjs +17 -13
  326. package/lib/components/Switch/Switch.namespace.js +12 -1
  327. package/lib/components/Switch/index.cjs +14 -15
  328. package/lib/components/Switch/index.js +3 -3
  329. package/lib/components/Tabs/Tabs.cjs +15 -33
  330. package/lib/components/Tabs/Tabs.js +14 -29
  331. package/lib/components/Tabs/Tabs.namespace.cjs +20 -19
  332. package/lib/components/Tabs/Tabs.namespace.js +16 -2
  333. package/lib/components/Tabs/index.cjs +22 -20
  334. package/lib/components/Tabs/index.js +4 -4
  335. package/lib/components/TagGroup/TagGroup.cjs +54 -51
  336. package/lib/components/TagGroup/TagGroup.js +52 -47
  337. package/lib/components/TagGroup/TagGroup.namespace.cjs +15 -11
  338. package/lib/components/TagGroup/TagGroup.namespace.js +10 -1
  339. package/lib/components/TagGroup/index.cjs +12 -13
  340. package/lib/components/TagGroup/index.js +3 -3
  341. package/lib/components/Text/Text.cjs +49 -85
  342. package/lib/components/Text/Text.js +47 -81
  343. package/lib/components/Text/index.cjs +3 -9
  344. package/lib/components/Text/index.js +2 -1
  345. package/lib/components/TextField/TextField.cjs +82 -122
  346. package/lib/components/TextField/TextField.js +80 -118
  347. package/lib/components/TextField/TextField.namespace.cjs +19 -15
  348. package/lib/components/TextField/TextField.namespace.js +14 -1
  349. package/lib/components/TextField/index.cjs +18 -19
  350. package/lib/components/TextField/index.js +4 -4
  351. package/lib/components/TextField/memoize.cjs +10 -15
  352. package/lib/components/TextField/memoize.js +10 -11
  353. package/lib/components/TextField/useTextFieldWithGraphemes.cjs +40 -50
  354. package/lib/components/TextField/useTextFieldWithGraphemes.js +39 -46
  355. package/lib/components/ToggleButton/ToggleButton.cjs +31 -47
  356. package/lib/components/ToggleButton/ToggleButton.js +28 -24
  357. package/lib/components/ToggleButton/index.cjs +3 -9
  358. package/lib/components/ToggleButton/index.js +2 -1
  359. package/lib/components/VisuallyHidden/VisuallyHidden.cjs +18 -14
  360. package/lib/components/VisuallyHidden/VisuallyHidden.js +17 -10
  361. package/lib/components/VisuallyHidden/index.cjs +3 -9
  362. package/lib/components/VisuallyHidden/index.js +2 -1
  363. package/lib/components/index.cjs +626 -458
  364. package/lib/components/index.js +110 -142
  365. package/lib/components/private/Icon.cjs +15 -15
  366. package/lib/components/private/Icon.js +14 -11
  367. package/lib/components/private/useDismissible.cjs +54 -73
  368. package/lib/components/private/useDismissible.js +53 -48
  369. package/lib/index.cjs +626 -458
  370. package/lib/index.js +110 -142
  371. package/lib/primitive.cjs +73 -55
  372. package/lib/primitive.js +12 -12
  373. package/lib/utils/createRecipeContext.cjs +46 -37
  374. package/lib/utils/createRecipeContext.js +44 -33
  375. package/lib/utils/createSlotRecipeContext.cjs +91 -74
  376. package/lib/utils/createSlotRecipeContext.js +89 -70
  377. package/lib/utils/createWithStateProps.cjs +23 -25
  378. package/lib/utils/createWithStateProps.js +22 -21
  379. package/lib/utils/splitMultipleVariantsProps.cjs +16 -29
  380. package/lib/utils/splitMultipleVariantsProps.js +16 -25
  381. package/lib/utils/styled.cjs +144 -279
  382. package/lib/utils/styled.js +144 -275
  383. package/lib/vars.cjs +7 -11
  384. package/lib/vars.js +1 -1
  385. package/package.json +5 -5
  386. package/src/components/ImageFrame/ImageFrame.tsx +1 -1
  387. package/src/components/Snackbar/useSnackbarAdapter.ts +2 -1
@@ -1,53 +1,39 @@
1
- 'use client';
2
- import { jsx } from 'react/jsx-runtime';
3
- import { snackbar } from '@seed-design/css/recipes/snackbar';
4
- import { snackbarRegion } from '@seed-design/css/recipes/snackbar-region';
5
- import { visuallyHidden } from '@seed-design/dom-utils';
6
- import { Primitive } from '@seed-design/react-primitive';
7
- import { Snackbar } from '@seed-design/react-snackbar';
8
- import { forwardRef } from 'react';
9
- import { createRecipeContext } from '../../utils/createRecipeContext.js';
10
- import { createSlotRecipeContext } from '../../utils/createSlotRecipeContext.js';
11
- import { InternalIcon } from '../private/Icon.js';
12
-
13
- const { withContext: withRegionContext } = createRecipeContext(snackbarRegion);
14
- const { withProvider, withContext } = createSlotRecipeContext(snackbar);
15
- const SnackbarRootProvider = Snackbar.RootProvider;
16
- const SnackbarRegion = withRegionContext(
17
- Snackbar.Region
18
- );
19
- const SnackbarRoot = withProvider(
20
- Snackbar.Root,
21
- "root"
22
- );
23
- const SnackbarContent = withContext(
24
- Primitive.div,
25
- "content"
26
- );
27
- const SnackbarMessage = withContext(
28
- Primitive.span,
29
- "message"
30
- );
31
- const SnackbarPrefixIcon = withContext(
32
- InternalIcon,
33
- "prefixIcon"
34
- );
35
- const SnackbarActionButton = withContext(
36
- Primitive.button,
37
- "actionButton"
38
- );
39
- const SnackbarHiddenCloseButton = forwardRef((props, ref) => {
40
- const { style, ...otherProps } = props;
41
- return /* @__PURE__ */ jsx(
42
- Snackbar.CloseButton,
43
- {
44
- ref,
45
- style: { ...visuallyHidden, ...style },
46
- ...otherProps
47
- }
48
- );
1
+ "use client";
2
+ import { createRecipeContext } from "../../utils/createRecipeContext.js";
3
+ import { createSlotRecipeContext } from "../../utils/createSlotRecipeContext.js";
4
+ import { InternalIcon } from "../private/Icon.js";
5
+ import { Snackbar } from "@seed-design/react-snackbar";
6
+ import { Primitive } from "@seed-design/react-primitive";
7
+ import { forwardRef } from "react";
8
+ import { jsx } from "react/jsx-runtime";
9
+ import { visuallyHidden } from "@seed-design/dom-utils";
10
+ import { snackbar } from "@seed-design/css/recipes/snackbar";
11
+ import { snackbarRegion } from "@seed-design/css/recipes/snackbar-region";
12
+ //#region src/components/Snackbar/Snackbar.tsx
13
+ var { withContext: withRegionContext } = createRecipeContext(snackbarRegion);
14
+ var { withProvider, withContext } = createSlotRecipeContext(snackbar);
15
+ var SnackbarRootProvider = Snackbar.RootProvider;
16
+ var SnackbarRegion = withRegionContext(Snackbar.Region);
17
+ var SnackbarRoot = withProvider(Snackbar.Root, "root");
18
+ var SnackbarContent = withContext(Primitive.div, "content");
19
+ var SnackbarMessage = withContext(Primitive.span, "message");
20
+ var SnackbarPrefixIcon = withContext(InternalIcon, "prefixIcon");
21
+ var SnackbarActionButton = withContext(Primitive.button, "actionButton");
22
+ /**
23
+ * Visually hidden button that closes the snackbar (for screen readers).
24
+ */
25
+ var SnackbarHiddenCloseButton = forwardRef((props, ref) => {
26
+ const { style, ...otherProps } = props;
27
+ return /* @__PURE__ */ jsx(Snackbar.CloseButton, {
28
+ ref,
29
+ style: {
30
+ ...visuallyHidden,
31
+ ...style
32
+ },
33
+ ...otherProps
34
+ });
49
35
  });
50
- const SnackbarRenderer = Snackbar.Renderer;
51
- const SnackbarAvoidOverlap = Snackbar.AvoidOverlap;
52
-
36
+ var SnackbarRenderer = Snackbar.Renderer;
37
+ var SnackbarAvoidOverlap = Snackbar.AvoidOverlap;
38
+ //#endregion
53
39
  export { SnackbarActionButton, SnackbarAvoidOverlap, SnackbarContent, SnackbarHiddenCloseButton, SnackbarMessage, SnackbarPrefixIcon, SnackbarRegion, SnackbarRenderer, SnackbarRoot, SnackbarRootProvider };
@@ -1,18 +1,22 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
-
5
- const Snackbar = require('./Snackbar.cjs');
6
-
7
-
8
-
9
- exports.ActionButton = Snackbar.SnackbarActionButton;
10
- exports.AvoidOverlap = Snackbar.SnackbarAvoidOverlap;
11
- exports.Content = Snackbar.SnackbarContent;
12
- exports.HiddenCloseButton = Snackbar.SnackbarHiddenCloseButton;
13
- exports.Message = Snackbar.SnackbarMessage;
14
- exports.PrefixIcon = Snackbar.SnackbarPrefixIcon;
15
- exports.Region = Snackbar.SnackbarRegion;
16
- exports.Renderer = Snackbar.SnackbarRenderer;
17
- exports.Root = Snackbar.SnackbarRoot;
18
- exports.RootProvider = Snackbar.SnackbarRootProvider;
1
+ const require_runtime = require("../../_virtual/_rolldown/runtime.cjs");
2
+ const require_Snackbar = require("./Snackbar.cjs");
3
+ //#region src/components/Snackbar/Snackbar.namespace.ts
4
+ var Snackbar_namespace_exports = /* @__PURE__ */ require_runtime.__exportAll({
5
+ ActionButton: () => require_Snackbar.SnackbarActionButton,
6
+ AvoidOverlap: () => require_Snackbar.SnackbarAvoidOverlap,
7
+ Content: () => require_Snackbar.SnackbarContent,
8
+ HiddenCloseButton: () => require_Snackbar.SnackbarHiddenCloseButton,
9
+ Message: () => require_Snackbar.SnackbarMessage,
10
+ PrefixIcon: () => require_Snackbar.SnackbarPrefixIcon,
11
+ Region: () => require_Snackbar.SnackbarRegion,
12
+ Renderer: () => require_Snackbar.SnackbarRenderer,
13
+ Root: () => require_Snackbar.SnackbarRoot,
14
+ RootProvider: () => require_Snackbar.SnackbarRootProvider
15
+ });
16
+ //#endregion
17
+ Object.defineProperty(exports, "Snackbar_namespace_exports", {
18
+ enumerable: true,
19
+ get: function() {
20
+ return Snackbar_namespace_exports;
21
+ }
22
+ });
@@ -1 +1,17 @@
1
- export { SnackbarActionButton as ActionButton, SnackbarAvoidOverlap as AvoidOverlap, SnackbarContent as Content, SnackbarHiddenCloseButton as HiddenCloseButton, SnackbarMessage as Message, SnackbarPrefixIcon as PrefixIcon, SnackbarRegion as Region, SnackbarRenderer as Renderer, SnackbarRoot as Root, SnackbarRootProvider as RootProvider } from './Snackbar.js';
1
+ import { __exportAll } from "../../_virtual/_rolldown/runtime.js";
2
+ import { SnackbarActionButton, SnackbarAvoidOverlap, SnackbarContent, SnackbarHiddenCloseButton, SnackbarMessage, SnackbarPrefixIcon, SnackbarRegion, SnackbarRenderer, SnackbarRoot, SnackbarRootProvider } from "./Snackbar.js";
3
+ //#region src/components/Snackbar/Snackbar.namespace.ts
4
+ var Snackbar_namespace_exports = /* @__PURE__ */ __exportAll({
5
+ ActionButton: () => SnackbarActionButton,
6
+ AvoidOverlap: () => SnackbarAvoidOverlap,
7
+ Content: () => SnackbarContent,
8
+ HiddenCloseButton: () => SnackbarHiddenCloseButton,
9
+ Message: () => SnackbarMessage,
10
+ PrefixIcon: () => SnackbarPrefixIcon,
11
+ Region: () => SnackbarRegion,
12
+ Renderer: () => SnackbarRenderer,
13
+ Root: () => SnackbarRoot,
14
+ RootProvider: () => SnackbarRootProvider
15
+ });
16
+ //#endregion
17
+ export { Snackbar_namespace_exports };
@@ -1,26 +1,28 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
-
5
- const Snackbar = require('./Snackbar.cjs');
6
- const reactSnackbar = require('@seed-design/react-snackbar');
7
- const useSnackbarAdapter = require('./useSnackbarAdapter.cjs');
8
- const Snackbar_namespace = require('./Snackbar.namespace.cjs');
9
-
10
-
11
-
12
- exports.SnackbarActionButton = Snackbar.SnackbarActionButton;
13
- exports.SnackbarAvoidOverlap = Snackbar.SnackbarAvoidOverlap;
14
- exports.SnackbarHiddenCloseButton = Snackbar.SnackbarHiddenCloseButton;
15
- exports.SnackbarMessage = Snackbar.SnackbarMessage;
16
- exports.SnackbarPrefixIcon = Snackbar.SnackbarPrefixIcon;
17
- exports.SnackbarRegion = Snackbar.SnackbarRegion;
18
- exports.SnackbarRenderer = Snackbar.SnackbarRenderer;
19
- exports.SnackbarRoot = Snackbar.SnackbarRoot;
20
- exports.SnackbarRootProvider = Snackbar.SnackbarRootProvider;
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ require("../../_virtual/_rolldown/runtime.cjs");
3
+ const require_Snackbar = require("./Snackbar.cjs");
4
+ const require_useSnackbarAdapter = require("./useSnackbarAdapter.cjs");
5
+ const require_Snackbar_namespace = require("./Snackbar.namespace.cjs");
6
+ let _seed_design_react_snackbar = require("@seed-design/react-snackbar");
7
+ Object.defineProperty(exports, "Snackbar", {
8
+ enumerable: true,
9
+ get: function() {
10
+ return require_Snackbar_namespace.Snackbar_namespace_exports;
11
+ }
12
+ });
13
+ exports.SnackbarActionButton = require_Snackbar.SnackbarActionButton;
14
+ exports.SnackbarAvoidOverlap = require_Snackbar.SnackbarAvoidOverlap;
15
+ exports.SnackbarHiddenCloseButton = require_Snackbar.SnackbarHiddenCloseButton;
16
+ exports.SnackbarMessage = require_Snackbar.SnackbarMessage;
17
+ exports.SnackbarPrefixIcon = require_Snackbar.SnackbarPrefixIcon;
18
+ exports.SnackbarRegion = require_Snackbar.SnackbarRegion;
19
+ exports.SnackbarRenderer = require_Snackbar.SnackbarRenderer;
20
+ exports.SnackbarRoot = require_Snackbar.SnackbarRoot;
21
+ exports.SnackbarRootProvider = require_Snackbar.SnackbarRootProvider;
22
+ exports.useSnackbarAdapter = require_useSnackbarAdapter.useSnackbarAdapter;
21
23
  Object.defineProperty(exports, "useSnackbarContext", {
22
- enumerable: true,
23
- get: () => reactSnackbar.useSnackbarContext
24
+ enumerable: true,
25
+ get: function() {
26
+ return _seed_design_react_snackbar.useSnackbarContext;
27
+ }
24
28
  });
25
- exports.useSnackbarAdapter = useSnackbarAdapter.useSnackbarAdapter;
26
- exports.Snackbar = Snackbar_namespace;
@@ -1,5 +1,5 @@
1
- export { SnackbarActionButton, SnackbarAvoidOverlap, SnackbarHiddenCloseButton, SnackbarMessage, SnackbarPrefixIcon, SnackbarRegion, SnackbarRenderer, SnackbarRoot, SnackbarRootProvider } from './Snackbar.js';
2
- export { useSnackbarContext } from '@seed-design/react-snackbar';
3
- export { useSnackbarAdapter } from './useSnackbarAdapter.js';
4
- import * as Snackbar_namespace from './Snackbar.namespace.js';
5
- export { Snackbar_namespace as Snackbar };
1
+ import { SnackbarActionButton, SnackbarAvoidOverlap, SnackbarHiddenCloseButton, SnackbarMessage, SnackbarPrefixIcon, SnackbarRegion, SnackbarRenderer, SnackbarRoot, SnackbarRootProvider } from "./Snackbar.js";
2
+ import { useSnackbarAdapter } from "./useSnackbarAdapter.js";
3
+ import { Snackbar_namespace_exports } from "./Snackbar.namespace.js";
4
+ import { useSnackbarContext } from "@seed-design/react-snackbar";
5
+ export { Snackbar_namespace_exports as Snackbar, SnackbarActionButton, SnackbarAvoidOverlap, SnackbarHiddenCloseButton, SnackbarMessage, SnackbarPrefixIcon, SnackbarRegion, SnackbarRenderer, SnackbarRoot, SnackbarRootProvider, useSnackbarAdapter, useSnackbarContext };
@@ -1,29 +1,26 @@
1
- 'use client';
2
- 'use strict';
3
-
4
- Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
5
-
6
- const reactSnackbar = require('@seed-design/react-snackbar');
7
- const React = require('react');
8
-
1
+ "use client";
2
+ require("../../_virtual/_rolldown/runtime.cjs");
3
+ let _seed_design_react_snackbar = require("@seed-design/react-snackbar");
4
+ let react = require("react");
5
+ //#region src/components/Snackbar/useSnackbarAdapter.ts
6
+ /**
7
+ * wraps the snackbar context to provide a more user-friendly API
8
+ */
9
9
  function useSnackbarAdapter() {
10
- const api = reactSnackbar.useSnackbarContext();
11
- const adapter = React.useMemo(
12
- () => ({
13
- visible: api.visible,
14
- create: (options) => {
15
- return api.create({
16
- timeout: options.timeout ?? 5e3,
17
- removeDelay: options.removeDelay ?? 200,
18
- onClose: options.onClose,
19
- render: options.render
20
- });
21
- },
22
- dismiss: api.dismiss
23
- }),
24
- [api]
25
- );
26
- return adapter;
10
+ const api = (0, _seed_design_react_snackbar.useSnackbarContext)();
11
+ return (0, react.useMemo)(() => ({
12
+ visible: api.visible,
13
+ create: (options) => {
14
+ return api.create({
15
+ timeout: options.timeout ?? 4e3,
16
+ removeDelay: options.removeDelay ?? 200,
17
+ onClose: options.onClose,
18
+ render: options.render,
19
+ strategy: options.strategy
20
+ });
21
+ },
22
+ dismiss: api.dismiss
23
+ }), [api]);
27
24
  }
28
-
25
+ //#endregion
29
26
  exports.useSnackbarAdapter = useSnackbarAdapter;
@@ -1 +1 @@
1
- {"version":3,"file":"useSnackbarAdapter.d.ts","sourceRoot":"","sources":["../../../src/components/Snackbar/useSnackbarAdapter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAG7F,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE7E;;GAEG;AACH,wBAAgB,kBAAkB;;sBAKV,qBAAqB;;EAc5C"}
1
+ {"version":3,"file":"useSnackbarAdapter.d.ts","sourceRoot":"","sources":["../../../src/components/Snackbar/useSnackbarAdapter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAG7F,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE7E;;GAEG;AACH,wBAAgB,kBAAkB;;sBAKV,qBAAqB;;EAe5C"}
@@ -1,25 +1,25 @@
1
- 'use client';
2
- import { useSnackbarContext } from '@seed-design/react-snackbar';
3
- import { useMemo } from 'react';
4
-
1
+ "use client";
2
+ import { useSnackbarContext } from "@seed-design/react-snackbar";
3
+ import { useMemo } from "react";
4
+ //#region src/components/Snackbar/useSnackbarAdapter.ts
5
+ /**
6
+ * wraps the snackbar context to provide a more user-friendly API
7
+ */
5
8
  function useSnackbarAdapter() {
6
- const api = useSnackbarContext();
7
- const adapter = useMemo(
8
- () => ({
9
- visible: api.visible,
10
- create: (options) => {
11
- return api.create({
12
- timeout: options.timeout ?? 5e3,
13
- removeDelay: options.removeDelay ?? 200,
14
- onClose: options.onClose,
15
- render: options.render
16
- });
17
- },
18
- dismiss: api.dismiss
19
- }),
20
- [api]
21
- );
22
- return adapter;
9
+ const api = useSnackbarContext();
10
+ return useMemo(() => ({
11
+ visible: api.visible,
12
+ create: (options) => {
13
+ return api.create({
14
+ timeout: options.timeout ?? 4e3,
15
+ removeDelay: options.removeDelay ?? 200,
16
+ onClose: options.onClose,
17
+ render: options.render,
18
+ strategy: options.strategy
19
+ });
20
+ },
21
+ dismiss: api.dismiss
22
+ }), [api]);
23
23
  }
24
-
24
+ //#endregion
25
25
  export { useSnackbarAdapter };
@@ -1,41 +1,38 @@
1
- 'use client';
2
- 'use strict';
3
-
4
- Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
5
-
6
- const jsxRuntime = require('react/jsx-runtime');
7
- const React = require('react');
8
- const Flex = require('../Flex/Flex.cjs');
9
-
10
- function _interopNamespaceDefault(e) {
11
- const n = Object.create(null, { [Symbol.toStringTag]: { value: 'Module' } });
12
- if (e) {
13
- for (const k in e) {
14
- if (k !== 'default') {
15
- const d = Object.getOwnPropertyDescriptor(e, k);
16
- Object.defineProperty(n, k, d.get ? d : {
17
- enumerable: true,
18
- get: () => e[k]
19
- });
20
- }
21
- }
22
- }
23
- n.default = e;
24
- return Object.freeze(n);
25
- }
26
-
27
- const React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
28
-
29
- const Stack = React__namespace.forwardRef((props, ref) => {
30
- return /* @__PURE__ */ jsxRuntime.jsx(Flex.Flex, { ref, display: "flex", flexDirection: "column", ...props });
1
+ "use client";
2
+ const require_runtime = require("../../_virtual/_rolldown/runtime.cjs");
3
+ const require_Flex = require("../Flex/Flex.cjs");
4
+ let react = require("react");
5
+ react = require_runtime.__toESM(react);
6
+ let react_jsx_runtime = require("react/jsx-runtime");
7
+ //#region src/components/Stack/Stack.tsx
8
+ /**
9
+ * @deprecated Use `VStack` instead.
10
+ */
11
+ var Stack = react.forwardRef((props, ref) => {
12
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_Flex.Flex, {
13
+ ref,
14
+ display: "flex",
15
+ flexDirection: "column",
16
+ ...props
17
+ });
31
18
  });
32
- const VStack = React__namespace.forwardRef((props, ref) => {
33
- return /* @__PURE__ */ jsxRuntime.jsx(Flex.Flex, { ref, display: "flex", flexDirection: "column", ...props });
19
+ var VStack = react.forwardRef((props, ref) => {
20
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_Flex.Flex, {
21
+ ref,
22
+ display: "flex",
23
+ flexDirection: "column",
24
+ ...props
25
+ });
34
26
  });
35
- const HStack = React__namespace.forwardRef((props, ref) => {
36
- return /* @__PURE__ */ jsxRuntime.jsx(Flex.Flex, { ref, display: "flex", flexDirection: "row", ...props });
27
+ var HStack = react.forwardRef((props, ref) => {
28
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_Flex.Flex, {
29
+ ref,
30
+ display: "flex",
31
+ flexDirection: "row",
32
+ ...props
33
+ });
37
34
  });
38
-
35
+ //#endregion
39
36
  exports.HStack = HStack;
40
37
  exports.Stack = Stack;
41
38
  exports.VStack = VStack;
@@ -1,16 +1,34 @@
1
- 'use client';
2
- import { jsx } from 'react/jsx-runtime';
3
- import * as React from 'react';
4
- import { Flex } from '../Flex/Flex.js';
5
-
6
- const Stack = React.forwardRef((props, ref) => {
7
- return /* @__PURE__ */ jsx(Flex, { ref, display: "flex", flexDirection: "column", ...props });
1
+ "use client";
2
+ import { Flex } from "../Flex/Flex.js";
3
+ import * as React$1 from "react";
4
+ import { jsx } from "react/jsx-runtime";
5
+ //#region src/components/Stack/Stack.tsx
6
+ /**
7
+ * @deprecated Use `VStack` instead.
8
+ */
9
+ var Stack = React$1.forwardRef((props, ref) => {
10
+ return /* @__PURE__ */ jsx(Flex, {
11
+ ref,
12
+ display: "flex",
13
+ flexDirection: "column",
14
+ ...props
15
+ });
8
16
  });
9
- const VStack = React.forwardRef((props, ref) => {
10
- return /* @__PURE__ */ jsx(Flex, { ref, display: "flex", flexDirection: "column", ...props });
17
+ var VStack = React$1.forwardRef((props, ref) => {
18
+ return /* @__PURE__ */ jsx(Flex, {
19
+ ref,
20
+ display: "flex",
21
+ flexDirection: "column",
22
+ ...props
23
+ });
11
24
  });
12
- const HStack = React.forwardRef((props, ref) => {
13
- return /* @__PURE__ */ jsx(Flex, { ref, display: "flex", flexDirection: "row", ...props });
25
+ var HStack = React$1.forwardRef((props, ref) => {
26
+ return /* @__PURE__ */ jsx(Flex, {
27
+ ref,
28
+ display: "flex",
29
+ flexDirection: "row",
30
+ ...props
31
+ });
14
32
  });
15
-
33
+ //#endregion
16
34
  export { HStack, Stack, VStack };
@@ -1,11 +1,5 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
-
5
- const Stack = require('./Stack.cjs');
6
-
7
-
8
-
9
- exports.HStack = Stack.HStack;
10
- exports.Stack = Stack.Stack;
11
- exports.VStack = Stack.VStack;
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_Stack = require("./Stack.cjs");
3
+ exports.HStack = require_Stack.HStack;
4
+ exports.Stack = require_Stack.Stack;
5
+ exports.VStack = require_Stack.VStack;
@@ -1 +1,2 @@
1
- export { HStack, Stack, VStack } from './Stack.js';
1
+ import { HStack, Stack, VStack } from "./Stack.js";
2
+ export { HStack, Stack, VStack };
@@ -1,67 +1,49 @@
1
- 'use client';
2
- 'use strict';
3
-
4
- Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
5
-
6
- const jsxRuntime = require('react/jsx-runtime');
7
- const reactSwitch = require('@seed-design/react-switch');
8
- const _switch = require('@seed-design/css/recipes/switch');
9
- const switchmark = require('@seed-design/css/recipes/switchmark');
10
- const createSlotRecipeContext = require('../../utils/createSlotRecipeContext.cjs');
11
- const reactPrimitive = require('@seed-design/react-primitive');
12
- const createWithStateProps = require('../../utils/createWithStateProps.cjs');
13
- const React = require('react');
14
- const clsx = require('clsx');
15
- const splitMultipleVariantsProps = require('../../utils/splitMultipleVariantsProps.cjs');
16
-
17
- const { withContext, ClassNamesProvider } = createSlotRecipeContext.createSlotRecipeContext(_switch.switchStyle);
18
- const {
19
- withContext: withControlContext,
20
- PropsProvider: ControlPropsProvider,
21
- withProvider: withControlProvider
22
- } = createSlotRecipeContext.createSlotRecipeContext(switchmark.switchmark);
23
- const withStateProps = createWithStateProps.createWithStateProps([reactSwitch.useSwitchContext]);
24
- const SwitchRoot = React.forwardRef(
25
- ({ className, ...props }, ref) => {
26
- if (process.env.NODE_ENV !== "production" && (props.size === "small" || props.size === "medium")) {
27
- console.warn(
28
- `[SEED Design System] Switch size='${props.size}' is deprecated and will be removed in @seed-design/react@1.3.0. Use size='${props.size === "small" ? "16" : "32"}' instead.`
29
- );
30
- }
31
- const [{ switch: switchVariantProps, switchmark: switchmarkVariantProps }, otherProps] = splitMultipleVariantsProps.splitMultipleVariantsProps(
32
- {
33
- ...props,
34
- // TODO: replace this mapping completely
35
- size: props.size === "small" ? "16" : props.size === "medium" ? "32" : props.size
36
- },
37
- { switchmark: switchmark.switchmark, switch: _switch.switchStyle }
38
- );
39
- const classNames = _switch.switchStyle(switchVariantProps);
40
- return /* @__PURE__ */ jsxRuntime.jsx(ControlPropsProvider, { value: switchmarkVariantProps, children: /* @__PURE__ */ jsxRuntime.jsx(ClassNamesProvider, { value: classNames, children: /* @__PURE__ */ jsxRuntime.jsx(
41
- reactSwitch.Switch.Root,
42
- {
43
- ref,
44
- className: clsx(classNames.root, className),
45
- ...otherProps
46
- }
47
- ) }) });
48
- }
49
- );
1
+ "use client";
2
+ const require_runtime = require("../../_virtual/_rolldown/runtime.cjs");
3
+ const require_createSlotRecipeContext = require("../../utils/createSlotRecipeContext.cjs");
4
+ const require_createWithStateProps = require("../../utils/createWithStateProps.cjs");
5
+ const require_splitMultipleVariantsProps = require("../../utils/splitMultipleVariantsProps.cjs");
6
+ let _seed_design_react_switch = require("@seed-design/react-switch");
7
+ let _seed_design_react_primitive = require("@seed-design/react-primitive");
8
+ let clsx = require("clsx");
9
+ clsx = require_runtime.__toESM(clsx);
10
+ let react = require("react");
11
+ react = require_runtime.__toESM(react);
12
+ let react_jsx_runtime = require("react/jsx-runtime");
13
+ let _seed_design_css_recipes_switch = require("@seed-design/css/recipes/switch");
14
+ let _seed_design_css_recipes_switchmark = require("@seed-design/css/recipes/switchmark");
15
+ //#region src/components/Switch/Switch.tsx
16
+ var { withContext, ClassNamesProvider } = require_createSlotRecipeContext.createSlotRecipeContext(_seed_design_css_recipes_switch.switchStyle);
17
+ var { withContext: withControlContext, PropsProvider: ControlPropsProvider, withProvider: withControlProvider } = require_createSlotRecipeContext.createSlotRecipeContext(_seed_design_css_recipes_switchmark.switchmark);
18
+ var withStateProps = require_createWithStateProps.createWithStateProps([_seed_design_react_switch.useSwitchContext]);
19
+ var SwitchRoot = react.default.forwardRef(({ className, ...props }, ref) => {
20
+ if (process.env.NODE_ENV !== "production" && (props.size === "small" || props.size === "medium")) console.warn(`[SEED Design System] Switch size='${props.size}' is deprecated and will be removed in @seed-design/react@1.3.0. Use size='${props.size === "small" ? "16" : "32"}' instead.`);
21
+ const [{ switch: switchVariantProps, switchmark: switchmarkVariantProps }, otherProps] = require_splitMultipleVariantsProps.splitMultipleVariantsProps({
22
+ ...props,
23
+ size: props.size === "small" ? "16" : props.size === "medium" ? "32" : props.size
24
+ }, {
25
+ switchmark: _seed_design_css_recipes_switchmark.switchmark,
26
+ switch: _seed_design_css_recipes_switch.switchStyle
27
+ });
28
+ const classNames = (0, _seed_design_css_recipes_switch.switchStyle)(switchVariantProps);
29
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(ControlPropsProvider, {
30
+ value: switchmarkVariantProps,
31
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(ClassNamesProvider, {
32
+ value: classNames,
33
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_seed_design_react_switch.Switch.Root, {
34
+ ref,
35
+ className: (0, clsx.default)(classNames.root, className),
36
+ ...otherProps
37
+ })
38
+ })
39
+ });
40
+ });
50
41
  SwitchRoot.displayName = "SwitchRoot";
51
- const SwitchControl = withControlProvider(
52
- reactSwitch.Switch.Control,
53
- "root"
54
- );
55
- const SwitchThumb = withControlContext(
56
- reactSwitch.Switch.Thumb,
57
- "thumb"
58
- );
59
- const SwitchLabel = withContext(
60
- withStateProps(reactPrimitive.Primitive.span),
61
- "label"
62
- );
63
- const SwitchHiddenInput = reactSwitch.Switch.HiddenInput;
64
-
42
+ var SwitchControl = withControlProvider(_seed_design_react_switch.Switch.Control, "root");
43
+ var SwitchThumb = withControlContext(_seed_design_react_switch.Switch.Thumb, "thumb");
44
+ var SwitchLabel = withContext(withStateProps(_seed_design_react_primitive.Primitive.span), "label");
45
+ var SwitchHiddenInput = _seed_design_react_switch.Switch.HiddenInput;
46
+ //#endregion
65
47
  exports.SwitchControl = SwitchControl;
66
48
  exports.SwitchHiddenInput = SwitchHiddenInput;
67
49
  exports.SwitchLabel = SwitchLabel;