@seed-design/react 0.0.1-alpha-20250210081704

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 (356) hide show
  1. package/README.md +7 -0
  2. package/lib/components/ActionButton/ActionButton.d.ts +24 -0
  3. package/lib/components/ActionButton/ActionButton.d.ts.map +1 -0
  4. package/lib/components/ActionButton/ActionButton.namespace.d.ts +2 -0
  5. package/lib/components/ActionButton/ActionButton.namespace.d.ts.map +1 -0
  6. package/lib/components/ActionButton/index.d.ts +3 -0
  7. package/lib/components/ActionButton/index.d.ts.map +1 -0
  8. package/lib/components/ActionChip/ActionChip.d.ts +23 -0
  9. package/lib/components/ActionChip/ActionChip.d.ts.map +1 -0
  10. package/lib/components/ActionChip/ActionChip.namespace.d.ts +2 -0
  11. package/lib/components/ActionChip/ActionChip.namespace.d.ts.map +1 -0
  12. package/lib/components/ActionChip/index.d.ts +3 -0
  13. package/lib/components/ActionChip/index.d.ts.map +1 -0
  14. package/lib/components/ActionSheet/ActionSheet.d.ts +47 -0
  15. package/lib/components/ActionSheet/ActionSheet.d.ts.map +1 -0
  16. package/lib/components/ActionSheet/ActionSheet.namespace.d.ts +2 -0
  17. package/lib/components/ActionSheet/ActionSheet.namespace.d.ts.map +1 -0
  18. package/lib/components/ActionSheet/index.d.ts +3 -0
  19. package/lib/components/ActionSheet/index.d.ts.map +1 -0
  20. package/lib/components/Avatar/Avatar.d.ts +21 -0
  21. package/lib/components/Avatar/Avatar.d.ts.map +1 -0
  22. package/lib/components/Avatar/Avatar.namespace.d.ts +2 -0
  23. package/lib/components/Avatar/Avatar.namespace.d.ts.map +1 -0
  24. package/lib/components/Avatar/index.d.ts +3 -0
  25. package/lib/components/Avatar/index.d.ts.map +1 -0
  26. package/lib/components/Badge/Badge.d.ts +10 -0
  27. package/lib/components/Badge/Badge.d.ts.map +1 -0
  28. package/lib/components/Badge/Badge.namespace.d.ts +2 -0
  29. package/lib/components/Badge/Badge.namespace.d.ts.map +1 -0
  30. package/lib/components/Badge/index.d.ts +3 -0
  31. package/lib/components/Badge/index.d.ts.map +1 -0
  32. package/lib/components/BottomSheet/BottomSheet.d.ts +42 -0
  33. package/lib/components/BottomSheet/BottomSheet.d.ts.map +1 -0
  34. package/lib/components/BottomSheet/BottomSheet.namespace.d.ts +2 -0
  35. package/lib/components/BottomSheet/BottomSheet.namespace.d.ts.map +1 -0
  36. package/lib/components/BottomSheet/index.d.ts +3 -0
  37. package/lib/components/BottomSheet/index.d.ts.map +1 -0
  38. package/lib/components/Box/Box.d.ts +50 -0
  39. package/lib/components/Box/Box.d.ts.map +1 -0
  40. package/lib/components/Box/index.d.ts +2 -0
  41. package/lib/components/Box/index.d.ts.map +1 -0
  42. package/lib/components/Callout/Callout.d.ts +33 -0
  43. package/lib/components/Callout/Callout.d.ts.map +1 -0
  44. package/lib/components/Callout/Callout.namespace.d.ts +2 -0
  45. package/lib/components/Callout/Callout.namespace.d.ts.map +1 -0
  46. package/lib/components/Callout/index.d.ts +3 -0
  47. package/lib/components/Callout/index.d.ts.map +1 -0
  48. package/lib/components/Celcius/Celcius.d.ts +6 -0
  49. package/lib/components/Celcius/Celcius.d.ts.map +1 -0
  50. package/lib/components/Celcius/index.d.ts +2 -0
  51. package/lib/components/Celcius/index.d.ts.map +1 -0
  52. package/lib/components/Checkbox/Checkbox.d.ts +31 -0
  53. package/lib/components/Checkbox/Checkbox.d.ts.map +1 -0
  54. package/lib/components/Checkbox/Checkbox.namespace.d.ts +2 -0
  55. package/lib/components/Checkbox/Checkbox.namespace.d.ts.map +1 -0
  56. package/lib/components/Checkbox/index.d.ts +3 -0
  57. package/lib/components/Checkbox/index.d.ts.map +1 -0
  58. package/lib/components/ChipTabs/ChipTabs.d.ts +26 -0
  59. package/lib/components/ChipTabs/ChipTabs.d.ts.map +1 -0
  60. package/lib/components/ChipTabs/ChipTabs.namespace.d.ts +2 -0
  61. package/lib/components/ChipTabs/ChipTabs.namespace.d.ts.map +1 -0
  62. package/lib/components/ChipTabs/index.d.ts +3 -0
  63. package/lib/components/ChipTabs/index.d.ts.map +1 -0
  64. package/lib/components/Columns/Columns.d.ts +10 -0
  65. package/lib/components/Columns/Columns.d.ts.map +1 -0
  66. package/lib/components/Columns/index.d.ts +2 -0
  67. package/lib/components/Columns/index.d.ts.map +1 -0
  68. package/lib/components/ControlChip/ControlChip.d.ts +25 -0
  69. package/lib/components/ControlChip/ControlChip.d.ts.map +1 -0
  70. package/lib/components/ControlChip/ControlChip.namespace.d.ts +2 -0
  71. package/lib/components/ControlChip/ControlChip.namespace.d.ts.map +1 -0
  72. package/lib/components/ControlChip/index.d.ts +3 -0
  73. package/lib/components/ControlChip/index.d.ts.map +1 -0
  74. package/lib/components/Dialog/Dialog.d.ts +34 -0
  75. package/lib/components/Dialog/Dialog.d.ts.map +1 -0
  76. package/lib/components/Dialog/Dialog.namespace.d.ts +2 -0
  77. package/lib/components/Dialog/Dialog.namespace.d.ts.map +1 -0
  78. package/lib/components/Dialog/index.d.ts +3 -0
  79. package/lib/components/Dialog/index.d.ts.map +1 -0
  80. package/lib/components/ExtendedActionSheet/ExtendedActionSheet.d.ts +54 -0
  81. package/lib/components/ExtendedActionSheet/ExtendedActionSheet.d.ts.map +1 -0
  82. package/lib/components/ExtendedActionSheet/ExtendedActionSheet.namespace.d.ts +2 -0
  83. package/lib/components/ExtendedActionSheet/ExtendedActionSheet.namespace.d.ts.map +1 -0
  84. package/lib/components/ExtendedActionSheet/index.d.ts +3 -0
  85. package/lib/components/ExtendedActionSheet/index.d.ts.map +1 -0
  86. package/lib/components/ExtendedFab/ExtendedFab.d.ts +13 -0
  87. package/lib/components/ExtendedFab/ExtendedFab.d.ts.map +1 -0
  88. package/lib/components/ExtendedFab/ExtendedFab.namespace.d.ts +2 -0
  89. package/lib/components/ExtendedFab/ExtendedFab.namespace.d.ts.map +1 -0
  90. package/lib/components/ExtendedFab/index.d.ts +3 -0
  91. package/lib/components/ExtendedFab/index.d.ts.map +1 -0
  92. package/lib/components/Fab/Fab.d.ts +11 -0
  93. package/lib/components/Fab/Fab.d.ts.map +1 -0
  94. package/lib/components/Fab/Fab.namespace.d.ts +2 -0
  95. package/lib/components/Fab/Fab.namespace.d.ts.map +1 -0
  96. package/lib/components/Fab/index.d.ts +3 -0
  97. package/lib/components/Fab/index.d.ts.map +1 -0
  98. package/lib/components/Flex/Flex.d.ts +12 -0
  99. package/lib/components/Flex/Flex.d.ts.map +1 -0
  100. package/lib/components/Flex/index.d.ts +2 -0
  101. package/lib/components/Flex/index.d.ts.map +1 -0
  102. package/lib/components/HelpBubble/HelpBubble.d.ts +47 -0
  103. package/lib/components/HelpBubble/HelpBubble.d.ts.map +1 -0
  104. package/lib/components/HelpBubble/HelpBubble.namespace.d.ts +2 -0
  105. package/lib/components/HelpBubble/HelpBubble.namespace.d.ts.map +1 -0
  106. package/lib/components/HelpBubble/index.d.ts +3 -0
  107. package/lib/components/HelpBubble/index.d.ts.map +1 -0
  108. package/lib/components/Inline/Inline.d.ts +6 -0
  109. package/lib/components/Inline/Inline.d.ts.map +1 -0
  110. package/lib/components/Inline/index.d.ts +2 -0
  111. package/lib/components/Inline/index.d.ts.map +1 -0
  112. package/lib/components/InlineBanner/InlineBanner.d.ts +36 -0
  113. package/lib/components/InlineBanner/InlineBanner.d.ts.map +1 -0
  114. package/lib/components/InlineBanner/InlineBanner.namespace.d.ts +2 -0
  115. package/lib/components/InlineBanner/InlineBanner.namespace.d.ts.map +1 -0
  116. package/lib/components/InlineBanner/index.d.ts +3 -0
  117. package/lib/components/InlineBanner/index.d.ts.map +1 -0
  118. package/lib/components/MannerTempBadge/MannerTempBadge.d.ts +10 -0
  119. package/lib/components/MannerTempBadge/MannerTempBadge.d.ts.map +1 -0
  120. package/lib/components/MannerTempBadge/MannerTempBadge.namespace.d.ts +2 -0
  121. package/lib/components/MannerTempBadge/MannerTempBadge.namespace.d.ts.map +1 -0
  122. package/lib/components/MannerTempBadge/index.d.ts +3 -0
  123. package/lib/components/MannerTempBadge/index.d.ts.map +1 -0
  124. package/lib/components/ProgressCircle/ProgressCircle.d.ts +12 -0
  125. package/lib/components/ProgressCircle/ProgressCircle.d.ts.map +1 -0
  126. package/lib/components/ProgressCircle/ProgressCircle.namespace.d.ts +2 -0
  127. package/lib/components/ProgressCircle/ProgressCircle.namespace.d.ts.map +1 -0
  128. package/lib/components/ProgressCircle/index.d.ts +3 -0
  129. package/lib/components/ProgressCircle/index.d.ts.map +1 -0
  130. package/lib/components/PullToRefresh/PullToRefresh.d.ts +12 -0
  131. package/lib/components/PullToRefresh/PullToRefresh.d.ts.map +1 -0
  132. package/lib/components/PullToRefresh/PullToRefresh.namespace.d.ts +2 -0
  133. package/lib/components/PullToRefresh/PullToRefresh.namespace.d.ts.map +1 -0
  134. package/lib/components/PullToRefresh/index.d.ts +3 -0
  135. package/lib/components/PullToRefresh/index.d.ts.map +1 -0
  136. package/lib/components/ReactionButton/ReactionButton.d.ts +22 -0
  137. package/lib/components/ReactionButton/ReactionButton.d.ts.map +1 -0
  138. package/lib/components/ReactionButton/ReactionButton.namespace.d.ts +2 -0
  139. package/lib/components/ReactionButton/ReactionButton.namespace.d.ts.map +1 -0
  140. package/lib/components/ReactionButton/index.d.ts +3 -0
  141. package/lib/components/ReactionButton/index.d.ts.map +1 -0
  142. package/lib/components/SegmentedControl/SegmentedControl.d.ts +19 -0
  143. package/lib/components/SegmentedControl/SegmentedControl.d.ts.map +1 -0
  144. package/lib/components/SegmentedControl/SegmentedControl.namespace.d.ts +2 -0
  145. package/lib/components/SegmentedControl/SegmentedControl.namespace.d.ts.map +1 -0
  146. package/lib/components/SegmentedControl/index.d.ts +3 -0
  147. package/lib/components/SegmentedControl/index.d.ts.map +1 -0
  148. package/lib/components/SelectBox/CheckSelectBox.d.ts +32 -0
  149. package/lib/components/SelectBox/CheckSelectBox.d.ts.map +1 -0
  150. package/lib/components/SelectBox/CheckSelectBox.namespace.d.ts +2 -0
  151. package/lib/components/SelectBox/CheckSelectBox.namespace.d.ts.map +1 -0
  152. package/lib/components/SelectBox/RadioSelectBox.d.ts +28 -0
  153. package/lib/components/SelectBox/RadioSelectBox.d.ts.map +1 -0
  154. package/lib/components/SelectBox/RadioSelectBox.namespace.d.ts +2 -0
  155. package/lib/components/SelectBox/RadioSelectBox.namespace.d.ts.map +1 -0
  156. package/lib/components/SelectBox/index.d.ts +5 -0
  157. package/lib/components/SelectBox/index.d.ts.map +1 -0
  158. package/lib/components/Skeleton/Skeleton.d.ts +7 -0
  159. package/lib/components/Skeleton/Skeleton.d.ts.map +1 -0
  160. package/lib/components/Skeleton/index.d.ts +2 -0
  161. package/lib/components/Skeleton/index.d.ts.map +1 -0
  162. package/lib/components/Snackbar/Snackbar.d.ts +35 -0
  163. package/lib/components/Snackbar/Snackbar.d.ts.map +1 -0
  164. package/lib/components/Snackbar/Snackbar.namespace.d.ts +2 -0
  165. package/lib/components/Snackbar/Snackbar.namespace.d.ts.map +1 -0
  166. package/lib/components/Snackbar/index.d.ts +5 -0
  167. package/lib/components/Snackbar/index.d.ts.map +1 -0
  168. package/lib/components/Snackbar/useSnackbarAdapter.d.ts +11 -0
  169. package/lib/components/Snackbar/useSnackbarAdapter.d.ts.map +1 -0
  170. package/lib/components/Stack/Stack.d.ts +6 -0
  171. package/lib/components/Stack/Stack.d.ts.map +1 -0
  172. package/lib/components/Stack/index.d.ts +2 -0
  173. package/lib/components/Stack/index.d.ts.map +1 -0
  174. package/lib/components/Switch/Switch.d.ts +19 -0
  175. package/lib/components/Switch/Switch.d.ts.map +1 -0
  176. package/lib/components/Switch/Switch.namespace.d.ts +2 -0
  177. package/lib/components/Switch/Switch.namespace.d.ts.map +1 -0
  178. package/lib/components/Switch/index.d.ts +3 -0
  179. package/lib/components/Switch/index.d.ts.map +1 -0
  180. package/lib/components/Tabs/Tabs.d.ts +32 -0
  181. package/lib/components/Tabs/Tabs.d.ts.map +1 -0
  182. package/lib/components/Tabs/Tabs.namespace.d.ts +2 -0
  183. package/lib/components/Tabs/Tabs.namespace.d.ts.map +1 -0
  184. package/lib/components/Tabs/index.d.ts +3 -0
  185. package/lib/components/Tabs/index.d.ts.map +1 -0
  186. package/lib/components/Text/Text.d.ts +36 -0
  187. package/lib/components/Text/Text.d.ts.map +1 -0
  188. package/lib/components/Text/index.d.ts +2 -0
  189. package/lib/components/Text/index.d.ts.map +1 -0
  190. package/lib/components/TextButton/TextButton.d.ts +17 -0
  191. package/lib/components/TextButton/TextButton.d.ts.map +1 -0
  192. package/lib/components/TextButton/TextButton.namespace.d.ts +2 -0
  193. package/lib/components/TextButton/TextButton.namespace.d.ts.map +1 -0
  194. package/lib/components/TextButton/index.d.ts +3 -0
  195. package/lib/components/TextButton/index.d.ts.map +1 -0
  196. package/lib/components/TextField/TextField.d.ts +65 -0
  197. package/lib/components/TextField/TextField.d.ts.map +1 -0
  198. package/lib/components/TextField/TextField.namespace.d.ts +2 -0
  199. package/lib/components/TextField/TextField.namespace.d.ts.map +1 -0
  200. package/lib/components/TextField/index.d.ts +3 -0
  201. package/lib/components/TextField/index.d.ts.map +1 -0
  202. package/lib/components/ToggleButton/ToggleButton.d.ts +22 -0
  203. package/lib/components/ToggleButton/ToggleButton.d.ts.map +1 -0
  204. package/lib/components/ToggleButton/ToggleButton.namespace.d.ts +2 -0
  205. package/lib/components/ToggleButton/ToggleButton.namespace.d.ts.map +1 -0
  206. package/lib/components/ToggleButton/index.d.ts +3 -0
  207. package/lib/components/ToggleButton/index.d.ts.map +1 -0
  208. package/lib/components/VisuallyHidden/VisuallyHidden.d.ts +6 -0
  209. package/lib/components/VisuallyHidden/VisuallyHidden.d.ts.map +1 -0
  210. package/lib/components/VisuallyHidden/index.d.ts +2 -0
  211. package/lib/components/VisuallyHidden/index.d.ts.map +1 -0
  212. package/lib/components/index.d.ts +38 -0
  213. package/lib/components/index.d.ts.map +1 -0
  214. package/lib/components/private/Icon.d.ts +5 -0
  215. package/lib/components/private/Icon.d.ts.map +1 -0
  216. package/lib/components/private/useDismissible.d.ts +1665 -0
  217. package/lib/components/private/useDismissible.d.ts.map +1 -0
  218. package/lib/components/private/usePendingButton.d.ts +831 -0
  219. package/lib/components/private/usePendingButton.d.ts.map +1 -0
  220. package/lib/index.d.ts +2 -0
  221. package/lib/index.d.ts.map +1 -0
  222. package/lib/index.js +2309 -0
  223. package/lib/index.js.map +7 -0
  224. package/lib/index.mjs +2318 -0
  225. package/lib/index.mjs.map +7 -0
  226. package/lib/primitive.d.ts +12 -0
  227. package/lib/primitive.d.ts.map +1 -0
  228. package/lib/primitive.js +31 -0
  229. package/lib/primitive.js.map +7 -0
  230. package/lib/primitive.mjs +13 -0
  231. package/lib/primitive.mjs.map +7 -0
  232. package/lib/utils/createStyleContext.d.ts +24 -0
  233. package/lib/utils/createStyleContext.d.ts.map +1 -0
  234. package/lib/utils/createWithStateProps.d.ts +10 -0
  235. package/lib/utils/createWithStateProps.d.ts.map +1 -0
  236. package/lib/vars.d.ts +2 -0
  237. package/lib/vars.d.ts.map +1 -0
  238. package/lib/vars.js +21 -0
  239. package/lib/vars.js.map +7 -0
  240. package/lib/vars.mjs +3 -0
  241. package/lib/vars.mjs.map +7 -0
  242. package/package.json +80 -0
  243. package/src/components/ActionButton/ActionButton.namespace.ts +14 -0
  244. package/src/components/ActionButton/ActionButton.tsx +98 -0
  245. package/src/components/ActionButton/index.ts +16 -0
  246. package/src/components/ActionChip/ActionChip.namespace.ts +14 -0
  247. package/src/components/ActionChip/ActionChip.tsx +54 -0
  248. package/src/components/ActionChip/index.ts +16 -0
  249. package/src/components/ActionSheet/ActionSheet.namespace.ts +28 -0
  250. package/src/components/ActionSheet/ActionSheet.tsx +150 -0
  251. package/src/components/ActionSheet/index.ts +30 -0
  252. package/src/components/Avatar/Avatar.namespace.ts +12 -0
  253. package/src/components/Avatar/Avatar.tsx +69 -0
  254. package/src/components/Avatar/index.ts +14 -0
  255. package/src/components/Badge/Badge.namespace.ts +6 -0
  256. package/src/components/Badge/Badge.tsx +21 -0
  257. package/src/components/Badge/index.ts +8 -0
  258. package/src/components/BottomSheet/BottomSheet.namespace.ts +26 -0
  259. package/src/components/BottomSheet/BottomSheet.tsx +123 -0
  260. package/src/components/BottomSheet/index.ts +28 -0
  261. package/src/components/Box/Box.tsx +303 -0
  262. package/src/components/Box/index.ts +1 -0
  263. package/src/components/Callout/Callout.namespace.ts +20 -0
  264. package/src/components/Callout/Callout.tsx +101 -0
  265. package/src/components/Callout/index.ts +22 -0
  266. package/src/components/Celcius/Celcius.tsx +9 -0
  267. package/src/components/Celcius/index.ts +4 -0
  268. package/src/components/Checkbox/Checkbox.namespace.ts +12 -0
  269. package/src/components/Checkbox/Checkbox.tsx +96 -0
  270. package/src/components/Checkbox/index.ts +14 -0
  271. package/src/components/ChipTabs/ChipTabs.namespace.ts +16 -0
  272. package/src/components/ChipTabs/ChipTabs.tsx +80 -0
  273. package/src/components/ChipTabs/index.ts +18 -0
  274. package/src/components/Columns/Columns.tsx +38 -0
  275. package/src/components/Columns/index.ts +1 -0
  276. package/src/components/ControlChip/ControlChip.namespace.ts +15 -0
  277. package/src/components/ControlChip/ControlChip.tsx +63 -0
  278. package/src/components/ControlChip/index.ts +17 -0
  279. package/src/components/Dialog/Dialog.namespace.ts +22 -0
  280. package/src/components/Dialog/Dialog.tsx +94 -0
  281. package/src/components/Dialog/index.ts +24 -0
  282. package/src/components/ExtendedActionSheet/ExtendedActionSheet.namespace.ts +32 -0
  283. package/src/components/ExtendedActionSheet/ExtendedActionSheet.tsx +181 -0
  284. package/src/components/ExtendedActionSheet/index.ts +34 -0
  285. package/src/components/ExtendedFab/ExtendedFab.namespace.ts +8 -0
  286. package/src/components/ExtendedFab/ExtendedFab.tsx +44 -0
  287. package/src/components/ExtendedFab/index.ts +10 -0
  288. package/src/components/Fab/Fab.namespace.ts +6 -0
  289. package/src/components/Fab/Fab.tsx +22 -0
  290. package/src/components/Fab/index.ts +8 -0
  291. package/src/components/Flex/Flex.tsx +19 -0
  292. package/src/components/Flex/index.ts +1 -0
  293. package/src/components/HelpBubble/HelpBubble.namespace.ts +25 -0
  294. package/src/components/HelpBubble/HelpBubble.tsx +158 -0
  295. package/src/components/HelpBubble/index.ts +28 -0
  296. package/src/components/Inline/Inline.tsx +18 -0
  297. package/src/components/Inline/index.ts +1 -0
  298. package/src/components/InlineBanner/InlineBanner.namespace.ts +22 -0
  299. package/src/components/InlineBanner/InlineBanner.tsx +105 -0
  300. package/src/components/InlineBanner/index.ts +24 -0
  301. package/src/components/MannerTempBadge/MannerTempBadge.namespace.ts +6 -0
  302. package/src/components/MannerTempBadge/MannerTempBadge.tsx +32 -0
  303. package/src/components/MannerTempBadge/index.ts +8 -0
  304. package/src/components/ProgressCircle/ProgressCircle.namespace.ts +8 -0
  305. package/src/components/ProgressCircle/ProgressCircle.tsx +31 -0
  306. package/src/components/ProgressCircle/index.ts +10 -0
  307. package/src/components/PullToRefresh/PullToRefresh.namespace.ts +8 -0
  308. package/src/components/PullToRefresh/PullToRefresh.tsx +25 -0
  309. package/src/components/PullToRefresh/index.ts +10 -0
  310. package/src/components/ReactionButton/ReactionButton.namespace.ts +12 -0
  311. package/src/components/ReactionButton/ReactionButton.tsx +80 -0
  312. package/src/components/ReactionButton/index.ts +14 -0
  313. package/src/components/SegmentedControl/SegmentedControl.namespace.ts +12 -0
  314. package/src/components/SegmentedControl/SegmentedControl.tsx +53 -0
  315. package/src/components/SegmentedControl/index.ts +14 -0
  316. package/src/components/SelectBox/CheckSelectBox.namespace.ts +18 -0
  317. package/src/components/SelectBox/CheckSelectBox.tsx +79 -0
  318. package/src/components/SelectBox/RadioSelectBox.namespace.ts +18 -0
  319. package/src/components/SelectBox/RadioSelectBox.tsx +73 -0
  320. package/src/components/SelectBox/index.ts +40 -0
  321. package/src/components/Skeleton/Skeleton.tsx +13 -0
  322. package/src/components/Skeleton/index.ts +1 -0
  323. package/src/components/Snackbar/Snackbar.namespace.ts +20 -0
  324. package/src/components/Snackbar/Snackbar.tsx +100 -0
  325. package/src/components/Snackbar/index.ts +32 -0
  326. package/src/components/Snackbar/useSnackbarAdapter.ts +28 -0
  327. package/src/components/Stack/Stack.tsx +8 -0
  328. package/src/components/Stack/index.ts +1 -0
  329. package/src/components/Switch/Switch.namespace.ts +12 -0
  330. package/src/components/Switch/Switch.tsx +50 -0
  331. package/src/components/Switch/index.ts +14 -0
  332. package/src/components/Tabs/Tabs.namespace.ts +20 -0
  333. package/src/components/Tabs/Tabs.tsx +94 -0
  334. package/src/components/Tabs/index.ts +22 -0
  335. package/src/components/Text/Text.tsx +139 -0
  336. package/src/components/Text/index.tsx +1 -0
  337. package/src/components/TextButton/TextButton.namespace.ts +10 -0
  338. package/src/components/TextButton/TextButton.tsx +41 -0
  339. package/src/components/TextButton/index.ts +12 -0
  340. package/src/components/TextField/TextField.namespace.tsx +38 -0
  341. package/src/components/TextField/TextField.tsx +258 -0
  342. package/src/components/TextField/index.tsx +40 -0
  343. package/src/components/ToggleButton/ToggleButton.namespace.ts +12 -0
  344. package/src/components/ToggleButton/ToggleButton.tsx +75 -0
  345. package/src/components/ToggleButton/index.ts +14 -0
  346. package/src/components/VisuallyHidden/VisuallyHidden.tsx +13 -0
  347. package/src/components/VisuallyHidden/index.tsx +1 -0
  348. package/src/components/index.ts +37 -0
  349. package/src/components/private/Icon.tsx +15 -0
  350. package/src/components/private/useDismissible.tsx +86 -0
  351. package/src/components/private/usePendingButton.tsx +45 -0
  352. package/src/index.tsx +1 -0
  353. package/src/primitive.ts +11 -0
  354. package/src/utils/createStyleContext.tsx +125 -0
  355. package/src/utils/createWithStateProps.tsx +28 -0
  356. package/src/vars.ts +1 -0
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # @seed-design/react
2
+
3
+ This package integrates following packages to provide full-featured React components.
4
+
5
+ - [@seed-design/stylesheet](https://github.com/daangn/seed-design/tree/main/packages/stylesheet)
6
+ - [@seed-design/recipe](https://github.com/daangn/seed-design/tree/main/packages/recipe)
7
+ - [@seed-design/react-headless](https://github.com/daangn/seed-design/tree/main/packages/react-headless)
@@ -0,0 +1,24 @@
1
+ import { type PrimitiveProps } from "@seed-design/react-primitive";
2
+ import { type ActionButtonVariantProps } from "@seed-design/recipe/actionButton";
3
+ import * as React from "react";
4
+ import { type IconProps } from "../private/Icon";
5
+ import { type UsePendingButtonProps } from "../private/usePendingButton";
6
+ export interface ActionButtonRootProps extends ActionButtonVariantProps, UsePendingButtonProps, PrimitiveProps, React.ButtonHTMLAttributes<HTMLButtonElement> {
7
+ }
8
+ export declare const ActionButtonRoot: React.ForwardRefExoticComponent<ActionButtonRootProps & React.RefAttributes<HTMLButtonElement>>;
9
+ export interface ActionButtonLabelProps extends PrimitiveProps, React.HTMLAttributes<HTMLSpanElement> {
10
+ }
11
+ export declare const ActionButtonLabel: React.ForwardRefExoticComponent<ActionButtonLabelProps & React.RefAttributes<HTMLSpanElement>>;
12
+ export interface ActionButtonPrefixIconProps extends IconProps {
13
+ }
14
+ export declare const ActionButtonPrefixIcon: React.ForwardRefExoticComponent<ActionButtonPrefixIconProps & React.RefAttributes<SVGSVGElement>>;
15
+ export interface ActionButtonSuffixIconProps extends IconProps {
16
+ }
17
+ export declare const ActionButtonSuffixIcon: React.ForwardRefExoticComponent<ActionButtonSuffixIconProps & React.RefAttributes<SVGSVGElement>>;
18
+ export interface ActionButtonIconProps extends IconProps {
19
+ }
20
+ export declare const ActionButtonIcon: React.ForwardRefExoticComponent<ActionButtonIconProps & React.RefAttributes<SVGSVGElement>>;
21
+ export interface ActionButtonProgressIndicatorProps extends PrimitiveProps, React.HTMLAttributes<HTMLDivElement> {
22
+ }
23
+ export declare const ActionButtonProgressIndicator: React.ForwardRefExoticComponent<ActionButtonProgressIndicatorProps & React.RefAttributes<HTMLDivElement>>;
24
+ //# sourceMappingURL=ActionButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionButton.d.ts","sourceRoot":"","sources":["../../../src/components/ActionButton/ActionButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9E,OAAO,EAAgB,KAAK,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAE/F,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAIL,KAAK,qBAAqB,EAC3B,MAAM,6BAA6B,CAAC;AAKrC,MAAM,WAAW,qBACf,SAAQ,wBAAwB,EAC9B,qBAAqB,EACrB,cAAc,EACd,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;CAAG;AAEpD,eAAO,MAAM,gBAAgB,iGAkC5B,CAAC;AAGF,MAAM,WAAW,sBACf,SAAQ,cAAc,EACpB,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;CAAG;AAE5C,eAAO,MAAM,iBAAiB,gGAG7B,CAAC;AAEF,MAAM,WAAW,2BAA4B,SAAQ,SAAS;CAAG;AAEjE,eAAO,MAAM,sBAAsB,mGAGlC,CAAC;AAEF,MAAM,WAAW,2BAA4B,SAAQ,SAAS;CAAG;AAEjE,eAAO,MAAM,sBAAsB,mGAGlC,CAAC;AAEF,MAAM,WAAW,qBAAsB,SAAQ,SAAS;CAAG;AAE3D,eAAO,MAAM,gBAAgB,6FAG5B,CAAC;AAEF,MAAM,WAAW,kCACf,SAAQ,cAAc,EACpB,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;CAAG;AAE3C,eAAO,MAAM,6BAA6B,2GAGW,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { ActionButtonIcon as Icon, ActionButtonLabel as Label, ActionButtonPrefixIcon as PrefixIcon, ActionButtonProgressIndicator as ProgressIndicator, ActionButtonRoot as Root, ActionButtonSuffixIcon as SuffixIcon, type ActionButtonIconProps as IconProps, type ActionButtonLabelProps as LabelProps, type ActionButtonPrefixIconProps as PrefixIconProps, type ActionButtonProgressIndicatorProps as ProgressIndicatorProps, type ActionButtonRootProps as RootProps, type ActionButtonSuffixIconProps as SuffixIconProps, } from "./ActionButton";
2
+ //# sourceMappingURL=ActionButton.namespace.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionButton.namespace.d.ts","sourceRoot":"","sources":["../../../src/components/ActionButton/ActionButton.namespace.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,IAAI,IAAI,EACxB,iBAAiB,IAAI,KAAK,EAC1B,sBAAsB,IAAI,UAAU,EACpC,6BAA6B,IAAI,iBAAiB,EAClD,gBAAgB,IAAI,IAAI,EACxB,sBAAsB,IAAI,UAAU,EACpC,KAAK,qBAAqB,IAAI,SAAS,EACvC,KAAK,sBAAsB,IAAI,UAAU,EACzC,KAAK,2BAA2B,IAAI,eAAe,EACnD,KAAK,kCAAkC,IAAI,sBAAsB,EACjE,KAAK,qBAAqB,IAAI,SAAS,EACvC,KAAK,2BAA2B,IAAI,eAAe,GACpD,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ActionButtonIcon, ActionButtonLabel, ActionButtonPrefixIcon, ActionButtonProgressIndicator, ActionButtonRoot, ActionButtonSuffixIcon, type ActionButtonIconProps, type ActionButtonLabelProps, type ActionButtonPrefixIconProps, type ActionButtonProgressIndicatorProps, type ActionButtonRootProps, type ActionButtonSuffixIconProps, } from "./ActionButton";
2
+ export * as ActionButton from "./ActionButton.namespace";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ActionButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,iBAAiB,EACjB,sBAAsB,EACtB,6BAA6B,EAC7B,gBAAgB,EAChB,sBAAsB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,2BAA2B,EAChC,KAAK,kCAAkC,EACvC,KAAK,qBAAqB,EAC1B,KAAK,2BAA2B,GACjC,MAAM,gBAAgB,CAAC;AAExB,OAAO,KAAK,YAAY,MAAM,0BAA0B,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { type PrimitiveProps } from "@seed-design/react-primitive";
2
+ import { type ActionChipVariantProps } from "@seed-design/recipe/actionChip";
3
+ import type * as React from "react";
4
+ import { type IconProps } from "../private/Icon";
5
+ export interface ActionChipRootProps extends ActionChipVariantProps, PrimitiveProps, React.ButtonHTMLAttributes<HTMLButtonElement> {
6
+ }
7
+ export declare const ActionChipRoot: React.ForwardRefExoticComponent<ActionChipRootProps & React.RefAttributes<HTMLButtonElement>>;
8
+ export interface ActionChipLabelProps extends PrimitiveProps, React.HTMLAttributes<HTMLSpanElement> {
9
+ }
10
+ export declare const ActionChipLabel: React.ForwardRefExoticComponent<ActionChipLabelProps & React.RefAttributes<HTMLSpanElement>>;
11
+ export interface ActionChipPrefixIconProps extends IconProps {
12
+ }
13
+ export declare const ActionChipPrefixIcon: React.ForwardRefExoticComponent<ActionChipPrefixIconProps & React.RefAttributes<SVGSVGElement>>;
14
+ export interface ActionChipSuffixIconProps extends IconProps {
15
+ }
16
+ export declare const ActionChipSuffixIcon: React.ForwardRefExoticComponent<ActionChipSuffixIconProps & React.RefAttributes<SVGSVGElement>>;
17
+ export interface ActionChipIconProps extends IconProps {
18
+ }
19
+ export declare const ActionChipIcon: React.ForwardRefExoticComponent<ActionChipIconProps & React.RefAttributes<SVGSVGElement>>;
20
+ export interface ActionChipCountProps extends PrimitiveProps, React.HTMLAttributes<HTMLSpanElement> {
21
+ }
22
+ export declare const ActionChipCount: React.ForwardRefExoticComponent<ActionChipCountProps & React.RefAttributes<HTMLSpanElement>>;
23
+ //# sourceMappingURL=ActionChip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionChip.d.ts","sourceRoot":"","sources":["../../../src/components/ActionChip/ActionChip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9E,OAAO,EAAc,KAAK,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACzF,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAIvD,MAAM,WAAW,mBACf,SAAQ,sBAAsB,EAC5B,cAAc,EACd,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;CAAG;AAEpD,eAAO,MAAM,cAAc,+FAG1B,CAAC;AAGF,MAAM,WAAW,oBACf,SAAQ,cAAc,EACpB,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;CAAG;AAE5C,eAAO,MAAM,eAAe,8FAG3B,CAAC;AAEF,MAAM,WAAW,yBAA0B,SAAQ,SAAS;CAAG;AAE/D,eAAO,MAAM,oBAAoB,iGAGhC,CAAC;AAEF,MAAM,WAAW,yBAA0B,SAAQ,SAAS;CAAG;AAE/D,eAAO,MAAM,oBAAoB,iGAGhC,CAAC;AAEF,MAAM,WAAW,mBAAoB,SAAQ,SAAS;CAAG;AAEzD,eAAO,MAAM,cAAc,2FAAgE,CAAC;AAE5F,MAAM,WAAW,oBACf,SAAQ,cAAc,EACpB,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;CAAG;AAE5C,eAAO,MAAM,eAAe,8FAG3B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { ActionChipCount as Count, ActionChipIcon as Icon, ActionChipLabel as Label, ActionChipPrefixIcon as PrefixIcon, ActionChipRoot as Root, ActionChipSuffixIcon as SuffixIcon, type ActionChipCountProps as CountProps, type ActionChipIconProps as IconProps, type ActionChipLabelProps as LabelProps, type ActionChipPrefixIconProps as PrefixIconProps, type ActionChipRootProps as RootProps, type ActionChipSuffixIconProps as SuffixIconProps, } from "./ActionChip";
2
+ //# sourceMappingURL=ActionChip.namespace.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionChip.namespace.d.ts","sourceRoot":"","sources":["../../../src/components/ActionChip/ActionChip.namespace.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,IAAI,KAAK,EACxB,cAAc,IAAI,IAAI,EACtB,eAAe,IAAI,KAAK,EACxB,oBAAoB,IAAI,UAAU,EAClC,cAAc,IAAI,IAAI,EACtB,oBAAoB,IAAI,UAAU,EAClC,KAAK,oBAAoB,IAAI,UAAU,EACvC,KAAK,mBAAmB,IAAI,SAAS,EACrC,KAAK,oBAAoB,IAAI,UAAU,EACvC,KAAK,yBAAyB,IAAI,eAAe,EACjD,KAAK,mBAAmB,IAAI,SAAS,EACrC,KAAK,yBAAyB,IAAI,eAAe,GAClD,MAAM,cAAc,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ActionChipCount, ActionChipIcon, ActionChipLabel, ActionChipPrefixIcon, ActionChipRoot, ActionChipSuffixIcon, type ActionChipCountProps, type ActionChipIconProps, type ActionChipLabelProps, type ActionChipPrefixIconProps, type ActionChipRootProps, type ActionChipSuffixIconProps, } from "./ActionChip";
2
+ export * as ActionChip from "./ActionChip.namespace";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ActionChip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EACf,cAAc,EACd,eAAe,EACf,oBAAoB,EACpB,cAAc,EACd,oBAAoB,EACpB,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,yBAAyB,EAC9B,KAAK,mBAAmB,EACxB,KAAK,yBAAyB,GAC/B,MAAM,cAAc,CAAC;AAEtB,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC"}
@@ -0,0 +1,47 @@
1
+ import { Dialog as DialogPrimitive } from "@seed-design/react-dialog";
2
+ import { type PrimitiveProps } from "@seed-design/react-primitive";
3
+ import { type ActionSheetVariantProps } from "@seed-design/recipe/actionSheet";
4
+ import { type ActionSheetCloseButtonVariantProps } from "@seed-design/recipe/actionSheetCloseButton";
5
+ import { type ActionSheetItemVariantProps } from "@seed-design/recipe/actionSheetItem";
6
+ import type * as React from "react";
7
+ export interface ActionSheetRootProps extends ActionSheetVariantProps, DialogPrimitive.RootProps {
8
+ }
9
+ export declare const ActionSheetRoot: React.ForwardRefExoticComponent<ActionSheetRootProps>;
10
+ export interface ActionSheetTriggerProps extends DialogPrimitive.TriggerProps {
11
+ }
12
+ export declare const ActionSheetTrigger: React.ForwardRefExoticComponent<DialogPrimitive.TriggerProps & React.RefAttributes<HTMLButtonElement>>;
13
+ export interface ActionSheetPositionerProps extends DialogPrimitive.PositionerProps {
14
+ }
15
+ export declare const ActionSheetPositioner: React.ForwardRefExoticComponent<ActionSheetPositionerProps & React.RefAttributes<HTMLDivElement>>;
16
+ export interface ActionSheetBackdropProps extends DialogPrimitive.BackdropProps {
17
+ }
18
+ export declare const ActionSheetBackdrop: React.ForwardRefExoticComponent<ActionSheetBackdropProps & React.RefAttributes<HTMLDivElement>>;
19
+ export interface ActionSheetContentProps extends DialogPrimitive.ContentProps {
20
+ }
21
+ export declare const ActionSheetContent: React.ForwardRefExoticComponent<ActionSheetContentProps & React.RefAttributes<HTMLDivElement>>;
22
+ export interface ActionSheetHeaderProps extends PrimitiveProps, React.HTMLAttributes<HTMLDivElement> {
23
+ }
24
+ export declare const ActionSheetHeader: React.ForwardRefExoticComponent<ActionSheetHeaderProps & React.RefAttributes<HTMLDivElement>>;
25
+ export interface ActionSheetTitleProps extends DialogPrimitive.TitleProps {
26
+ }
27
+ export declare const ActionSheetTitle: React.ForwardRefExoticComponent<ActionSheetTitleProps & React.RefAttributes<HTMLHeadingElement>>;
28
+ export interface ActionSheetDescriptionProps extends DialogPrimitive.DescriptionProps {
29
+ }
30
+ export declare const ActionSheetDescription: React.ForwardRefExoticComponent<ActionSheetDescriptionProps & React.RefAttributes<HTMLParagraphElement>>;
31
+ export interface ActionSheetListProps extends React.HTMLAttributes<HTMLDivElement> {
32
+ }
33
+ export declare const ActionSheetList: React.ForwardRefExoticComponent<ActionSheetListProps & React.RefAttributes<HTMLDivElement>>;
34
+ export interface ActionSheetItemProps extends PrimitiveProps, ActionSheetItemVariantProps, React.HTMLAttributes<HTMLButtonElement> {
35
+ }
36
+ export declare const ActionSheetItem: React.ForwardRefExoticComponent<ActionSheetItemProps & React.RefAttributes<HTMLButtonElement>>;
37
+ export interface ActionSheetItemLabelProps extends PrimitiveProps, React.HTMLAttributes<HTMLSpanElement> {
38
+ asChild?: boolean;
39
+ }
40
+ export declare const ActionSheetItemLabel: React.ForwardRefExoticComponent<ActionSheetItemLabelProps & React.RefAttributes<HTMLSpanElement>>;
41
+ export interface ActionSheetCloseButtonProps extends DialogPrimitive.CloseButtonProps, ActionSheetCloseButtonVariantProps {
42
+ }
43
+ export declare const ActionSheetCloseButton: React.ForwardRefExoticComponent<ActionSheetCloseButtonProps & React.RefAttributes<HTMLDivElement>>;
44
+ export interface ActionSheetCloseButtonLabelProps extends PrimitiveProps, React.HTMLAttributes<HTMLSpanElement> {
45
+ }
46
+ export declare const ActionSheetCloseButtonLabel: React.ForwardRefExoticComponent<ActionSheetCloseButtonLabelProps & React.RefAttributes<HTMLSpanElement>>;
47
+ //# sourceMappingURL=ActionSheet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionSheet.d.ts","sourceRoot":"","sources":["../../../src/components/ActionSheet/ActionSheet.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,eAAe,EAAoB,MAAM,2BAA2B,CAAC;AACxF,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9E,OAAO,EAAe,KAAK,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC5F,OAAO,EAEL,KAAK,kCAAkC,EACxC,MAAM,4CAA4C,CAAC;AACpD,OAAO,EAEL,KAAK,2BAA2B,EACjC,MAAM,qCAAqC,CAAC;AAC7C,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAapC,MAAM,WAAW,oBAAqB,SAAQ,uBAAuB,EAAE,eAAe,CAAC,SAAS;CAAG;AAEnG,eAAO,MAAM,eAAe,uDAK1B,CAAC;AAIH,MAAM,WAAW,uBAAwB,SAAQ,eAAe,CAAC,YAAY;CAAG;AAEhF,eAAO,MAAM,kBAAkB,wGAA0B,CAAC;AAI1D,MAAM,WAAW,0BAA2B,SAAQ,eAAe,CAAC,eAAe;CAAG;AAEtF,eAAO,MAAM,qBAAqB,mGAGjC,CAAC;AAIF,MAAM,WAAW,wBAAyB,SAAQ,eAAe,CAAC,aAAa;CAAG;AAElF,eAAO,MAAM,mBAAmB,iGAG/B,CAAC;AAIF,MAAM,WAAW,uBAAwB,SAAQ,eAAe,CAAC,YAAY;CAAG;AAEhF,eAAO,MAAM,kBAAkB,gGAG9B,CAAC;AAIF,MAAM,WAAW,sBACf,SAAQ,cAAc,EACpB,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;CAAG;AAE3C,eAAO,MAAM,iBAAiB,+FAG7B,CAAC;AAIF,MAAM,WAAW,qBAAsB,SAAQ,eAAe,CAAC,UAAU;CAAG;AAE5E,eAAO,MAAM,gBAAgB,kGAG5B,CAAC;AAIF,MAAM,WAAW,2BAA4B,SAAQ,eAAe,CAAC,gBAAgB;CAAG;AAExF,eAAO,MAAM,sBAAsB,0GAGU,CAAC;AAI9C,MAAM,WAAW,oBAAqB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;CAAG;AAErF,eAAO,MAAM,eAAe,6FAG3B,CAAC;AAIF,MAAM,WAAW,oBACf,SAAQ,cAAc,EACpB,2BAA2B,EAC3B,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC;CAAG;AAE9C,eAAO,MAAM,eAAe,gGAG3B,CAAC;AAIF,MAAM,WAAW,yBACf,SAAQ,cAAc,EACpB,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;IACvC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,oBAAoB,mGAGhC,CAAC;AAIF,MAAM,WAAW,2BACf,SAAQ,eAAe,CAAC,gBAAgB,EACtC,kCAAkC;CAAG;AAEzC,eAAO,MAAM,sBAAsB,oGAGG,CAAC;AAIvC,MAAM,WAAW,gCACf,SAAQ,cAAc,EACpB,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;CAAG;AAE5C,eAAO,MAAM,2BAA2B,0GAGd,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { ActionSheetBackdrop as Backdrop, ActionSheetPositioner as Positioner, ActionSheetContent as Content, ActionSheetHeader as Header, ActionSheetRoot as Root, ActionSheetTitle as Title, ActionSheetDescription as Description, ActionSheetTrigger as Trigger, ActionSheetList as List, ActionSheetItem as Item, ActionSheetItemLabel as ItemLabel, ActionSheetCloseButton as CloseButton, ActionSheetCloseButtonLabel as CloseButtonLabel, type ActionSheetBackdropProps as BackdropProps, type ActionSheetPositionerProps as PositionerProps, type ActionSheetContentProps as ContentProps, type ActionSheetHeaderProps as HeaderProps, type ActionSheetRootProps as RootProps, type ActionSheetTitleProps as TitleProps, type ActionSheetDescriptionProps as DescriptionProps, type ActionSheetTriggerProps as TriggerProps, type ActionSheetListProps as ListProps, type ActionSheetItemProps as ItemProps, type ActionSheetItemLabelProps as ItemLabelProps, type ActionSheetCloseButtonProps as CloseButtonProps, type ActionSheetCloseButtonLabelProps as CloseButtonLabelProps, } from "./ActionSheet";
2
+ //# sourceMappingURL=ActionSheet.namespace.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionSheet.namespace.d.ts","sourceRoot":"","sources":["../../../src/components/ActionSheet/ActionSheet.namespace.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,IAAI,QAAQ,EAC/B,qBAAqB,IAAI,UAAU,EACnC,kBAAkB,IAAI,OAAO,EAC7B,iBAAiB,IAAI,MAAM,EAC3B,eAAe,IAAI,IAAI,EACvB,gBAAgB,IAAI,KAAK,EACzB,sBAAsB,IAAI,WAAW,EACrC,kBAAkB,IAAI,OAAO,EAC7B,eAAe,IAAI,IAAI,EACvB,eAAe,IAAI,IAAI,EACvB,oBAAoB,IAAI,SAAS,EACjC,sBAAsB,IAAI,WAAW,EACrC,2BAA2B,IAAI,gBAAgB,EAC/C,KAAK,wBAAwB,IAAI,aAAa,EAC9C,KAAK,0BAA0B,IAAI,eAAe,EAClD,KAAK,uBAAuB,IAAI,YAAY,EAC5C,KAAK,sBAAsB,IAAI,WAAW,EAC1C,KAAK,oBAAoB,IAAI,SAAS,EACtC,KAAK,qBAAqB,IAAI,UAAU,EACxC,KAAK,2BAA2B,IAAI,gBAAgB,EACpD,KAAK,uBAAuB,IAAI,YAAY,EAC5C,KAAK,oBAAoB,IAAI,SAAS,EACtC,KAAK,oBAAoB,IAAI,SAAS,EACtC,KAAK,yBAAyB,IAAI,cAAc,EAChD,KAAK,2BAA2B,IAAI,gBAAgB,EACpD,KAAK,gCAAgC,IAAI,qBAAqB,GAC/D,MAAM,eAAe,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ActionSheetBackdrop, ActionSheetPositioner, ActionSheetContent, ActionSheetHeader, ActionSheetRoot, ActionSheetTitle, ActionSheetDescription, ActionSheetTrigger, ActionSheetList, ActionSheetItem, ActionSheetItemLabel, ActionSheetCloseButton, ActionSheetCloseButtonLabel, type ActionSheetBackdropProps, type ActionSheetPositionerProps, type ActionSheetContentProps, type ActionSheetHeaderProps, type ActionSheetRootProps, type ActionSheetTitleProps, type ActionSheetDescriptionProps, type ActionSheetTriggerProps, type ActionSheetListProps, type ActionSheetItemProps, type ActionSheetItemLabelProps, type ActionSheetCloseButtonProps, type ActionSheetCloseButtonLabelProps, } from "./ActionSheet";
2
+ export * as ActionSheet from "./ActionSheet.namespace";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ActionSheet/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,qBAAqB,EACrB,kBAAkB,EAClB,iBAAiB,EACjB,eAAe,EACf,gBAAgB,EAChB,sBAAsB,EACtB,kBAAkB,EAClB,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,sBAAsB,EACtB,2BAA2B,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAC/B,KAAK,uBAAuB,EAC5B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,2BAA2B,EAChC,KAAK,uBAAuB,EAC5B,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,yBAAyB,EAC9B,KAAK,2BAA2B,EAChC,KAAK,gCAAgC,GACtC,MAAM,eAAe,CAAC;AAEvB,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { Avatar as AvatarPrimitive } from "@seed-design/react-avatar";
2
+ import { type PrimitiveProps } from "@seed-design/react-primitive";
3
+ import { type AvatarVariantProps } from "@seed-design/recipe/avatar";
4
+ import { type AvatarStackVariantProps } from "@seed-design/recipe/avatarStack";
5
+ import * as React from "react";
6
+ export interface AvatarRootProps extends AvatarVariantProps, AvatarPrimitive.RootProps {
7
+ }
8
+ export declare const AvatarRoot: React.ForwardRefExoticComponent<AvatarRootProps & React.RefAttributes<HTMLDivElement>>;
9
+ export interface AvatarImageProps extends AvatarPrimitive.ImageProps {
10
+ }
11
+ export declare const AvatarImage: React.ForwardRefExoticComponent<AvatarImageProps & React.RefAttributes<HTMLImageElement>>;
12
+ export interface AvatarFallbackProps extends AvatarPrimitive.FallbackProps {
13
+ }
14
+ export declare const AvatarFallback: React.ForwardRefExoticComponent<AvatarFallbackProps & React.RefAttributes<HTMLDivElement>>;
15
+ export interface AvatarBadgeProps extends PrimitiveProps, React.HTMLAttributes<HTMLDivElement> {
16
+ }
17
+ export declare const AvatarBadge: React.ForwardRefExoticComponent<AvatarBadgeProps & React.RefAttributes<HTMLDivElement>>;
18
+ export interface AvatarStackProps extends AvatarStackVariantProps, React.HTMLAttributes<HTMLDivElement> {
19
+ }
20
+ export declare const AvatarStack: React.ForwardRefExoticComponent<AvatarStackProps & React.RefAttributes<HTMLDivElement>>;
21
+ //# sourceMappingURL=Avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/Avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9E,OAAO,EAAU,KAAK,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAC7E,OAAO,EAAe,KAAK,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAE5F,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,MAAM,WAAW,eAAgB,SAAQ,kBAAkB,EAAE,eAAe,CAAC,SAAS;CAAG;AAEzF,eAAO,MAAM,UAAU,wFAGtB,CAAC;AAIF,MAAM,WAAW,gBAAiB,SAAQ,eAAe,CAAC,UAAU;CAAG;AAEvE,eAAO,MAAM,WAAW,2FAGvB,CAAC;AAIF,MAAM,WAAW,mBAAoB,SAAQ,eAAe,CAAC,aAAa;CAAG;AAE7E,eAAO,MAAM,cAAc,4FAG1B,CAAC;AAIF,MAAM,WAAW,gBAAiB,SAAQ,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;CAAG;AAEjG,eAAO,MAAM,WAAW,yFAAwE,CAAC;AAIjG,MAAM,WAAW,gBACf,SAAQ,uBAAuB,EAC7B,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;CAAG;AAG3C,eAAO,MAAM,WAAW,yFAiBvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { AvatarBadge as Badge, AvatarFallback as Fallback, AvatarImage as Image, AvatarRoot as Root, AvatarStack as Stack, type AvatarBadgeProps as BadgeProps, type AvatarFallbackProps as FallbackProps, type AvatarImageProps as ImageProps, type AvatarRootProps as RootProps, type AvatarStackProps as StackProps, } from "./Avatar";
2
+ //# sourceMappingURL=Avatar.namespace.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.namespace.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/Avatar.namespace.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,IAAI,KAAK,EACpB,cAAc,IAAI,QAAQ,EAC1B,WAAW,IAAI,KAAK,EACpB,UAAU,IAAI,IAAI,EAClB,WAAW,IAAI,KAAK,EACpB,KAAK,gBAAgB,IAAI,UAAU,EACnC,KAAK,mBAAmB,IAAI,aAAa,EACzC,KAAK,gBAAgB,IAAI,UAAU,EACnC,KAAK,eAAe,IAAI,SAAS,EACjC,KAAK,gBAAgB,IAAI,UAAU,GACpC,MAAM,UAAU,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { AvatarBadge, AvatarFallback, AvatarImage, AvatarRoot, AvatarStack, type AvatarBadgeProps, type AvatarFallbackProps, type AvatarImageProps, type AvatarRootProps, type AvatarStackProps, } from "./Avatar";
2
+ export * as Avatar from "./Avatar.namespace";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,cAAc,EACd,WAAW,EACX,UAAU,EACV,WAAW,EACX,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EACxB,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,gBAAgB,GACtB,MAAM,UAAU,CAAC;AAElB,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { type PrimitiveProps } from "@seed-design/react-primitive";
2
+ import { type BadgeVariantProps } from "@seed-design/recipe/badge";
3
+ import type * as React from "react";
4
+ export interface BadgeRootProps extends BadgeVariantProps, PrimitiveProps, React.HTMLAttributes<HTMLSpanElement> {
5
+ }
6
+ export declare const BadgeRoot: React.ForwardRefExoticComponent<BadgeRootProps & React.RefAttributes<HTMLSpanElement>>;
7
+ export interface BadgeLabelProps extends PrimitiveProps, React.HTMLAttributes<HTMLSpanElement> {
8
+ }
9
+ export declare const BadgeLabel: React.ForwardRefExoticComponent<BadgeLabelProps & React.RefAttributes<HTMLSpanElement>>;
10
+ //# sourceMappingURL=Badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9E,OAAO,EAAS,KAAK,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAOpC,MAAM,WAAW,cACf,SAAQ,iBAAiB,EACvB,cAAc,EACd,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;CAAG;AAE5C,eAAO,MAAM,SAAS,wFAAwE,CAAC;AAI/F,MAAM,WAAW,eAAgB,SAAQ,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;CAAG;AAEjG,eAAO,MAAM,UAAU,yFAAyE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { BadgeLabel as Label, BadgeRoot as Root, type BadgeLabelProps as LabelProps, type BadgeRootProps as RootProps, } from "./Badge";
2
+ //# sourceMappingURL=Badge.namespace.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Badge.namespace.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.namespace.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,IAAI,KAAK,EACnB,SAAS,IAAI,IAAI,EACjB,KAAK,eAAe,IAAI,UAAU,EAClC,KAAK,cAAc,IAAI,SAAS,GACjC,MAAM,SAAS,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { BadgeLabel, BadgeRoot, type BadgeLabelProps, type BadgeRootProps, } from "./Badge";
2
+ export * as Badge from "./Badge.namespace";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,SAAS,EACT,KAAK,eAAe,EACpB,KAAK,cAAc,GACpB,MAAM,SAAS,CAAC;AAEjB,OAAO,KAAK,KAAK,MAAM,mBAAmB,CAAC"}
@@ -0,0 +1,42 @@
1
+ import { Dialog as DialogPrimitive } from "@seed-design/react-dialog";
2
+ import { type PrimitiveProps } from "@seed-design/react-primitive";
3
+ import { type BottomSheetVariantProps } from "@seed-design/recipe/bottomSheet";
4
+ import { type BoxProps } from "../Box";
5
+ import { type IconProps } from "../private/Icon";
6
+ export interface BottomSheetRootProps extends BottomSheetVariantProps, DialogPrimitive.RootProps {
7
+ }
8
+ export declare const BottomSheetRoot: import("react").ForwardRefExoticComponent<BottomSheetRootProps>;
9
+ export interface BottomSheetTriggerProps extends DialogPrimitive.TriggerProps {
10
+ }
11
+ export declare const BottomSheetTrigger: import("react").ForwardRefExoticComponent<DialogPrimitive.TriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
12
+ export interface BottomSheetPositionerProps extends DialogPrimitive.PositionerProps {
13
+ }
14
+ export declare const BottomSheetPositioner: import("react").ForwardRefExoticComponent<BottomSheetPositionerProps & import("react").RefAttributes<HTMLDivElement>>;
15
+ export interface BottomSheetBackdropProps extends DialogPrimitive.BackdropProps {
16
+ }
17
+ export declare const BottomSheetBackdrop: import("react").ForwardRefExoticComponent<BottomSheetBackdropProps & import("react").RefAttributes<HTMLDivElement>>;
18
+ export interface BottomSheetContentProps extends DialogPrimitive.ContentProps {
19
+ }
20
+ export declare const BottomSheetContent: import("react").ForwardRefExoticComponent<BottomSheetContentProps & import("react").RefAttributes<HTMLDivElement>>;
21
+ export interface BottomSheetHeaderProps extends PrimitiveProps, React.HTMLAttributes<HTMLDivElement> {
22
+ }
23
+ export declare const BottomSheetHeader: import("react").ForwardRefExoticComponent<BottomSheetHeaderProps & import("react").RefAttributes<HTMLDivElement>>;
24
+ export interface BottomSheetTitleProps extends DialogPrimitive.TitleProps {
25
+ }
26
+ export declare const BottomSheetTitle: import("react").ForwardRefExoticComponent<BottomSheetTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
27
+ export interface BottomSheetDescriptionProps extends DialogPrimitive.DescriptionProps {
28
+ }
29
+ export declare const BottomSheetDescription: import("react").ForwardRefExoticComponent<BottomSheetDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
30
+ export interface BottomSheetBodyProps extends BoxProps {
31
+ }
32
+ export declare const BottomSheetBody: import("react").ForwardRefExoticComponent<BottomSheetBodyProps & import("react").RefAttributes<HTMLDivElement>>;
33
+ export interface BottomSheetFooterProps extends PrimitiveProps, React.HTMLAttributes<HTMLDivElement> {
34
+ }
35
+ export declare const BottomSheetFooter: import("react").ForwardRefExoticComponent<BottomSheetFooterProps & import("react").RefAttributes<HTMLDivElement>>;
36
+ export interface BottomSheetCloseButtonProps extends PrimitiveProps, React.HTMLAttributes<HTMLButtonElement> {
37
+ }
38
+ export declare const BottomSheetCloseButton: import("react").ForwardRefExoticComponent<BottomSheetCloseButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
39
+ export interface BottomSheetCloseIconProps extends IconProps {
40
+ }
41
+ export declare const BottomSheetCloseIcon: import("react").ForwardRefExoticComponent<BottomSheetCloseIconProps & import("react").RefAttributes<SVGSVGElement>>;
42
+ //# sourceMappingURL=BottomSheet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheet.d.ts","sourceRoot":"","sources":["../../../src/components/BottomSheet/BottomSheet.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,eAAe,EAAoB,MAAM,2BAA2B,CAAC;AACxF,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9E,OAAO,EAAe,KAAK,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAG5F,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC5C,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAOvD,MAAM,WAAW,oBAAqB,SAAQ,uBAAuB,EAAE,eAAe,CAAC,SAAS;CAAG;AAEnG,eAAO,MAAM,eAAe,iEAK1B,CAAC;AAIH,MAAM,WAAW,uBAAwB,SAAQ,eAAe,CAAC,YAAY;CAAG;AAEhF,eAAO,MAAM,kBAAkB,4HAA0B,CAAC;AAI1D,MAAM,WAAW,0BAA2B,SAAQ,eAAe,CAAC,eAAe;CAAG;AAEtF,eAAO,MAAM,qBAAqB,uHAGjC,CAAC;AAIF,MAAM,WAAW,wBAAyB,SAAQ,eAAe,CAAC,aAAa;CAAG;AAElF,eAAO,MAAM,mBAAmB,qHAG/B,CAAC;AAIF,MAAM,WAAW,uBAAwB,SAAQ,eAAe,CAAC,YAAY;CAAG;AAEhF,eAAO,MAAM,kBAAkB,oHAG9B,CAAC;AAIF,MAAM,WAAW,sBACf,SAAQ,cAAc,EACpB,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;CAAG;AAE3C,eAAO,MAAM,iBAAiB,mHAG7B,CAAC;AAIF,MAAM,WAAW,qBAAsB,SAAQ,eAAe,CAAC,UAAU;CAAG;AAE5E,eAAO,MAAM,gBAAgB,sHAG5B,CAAC;AAIF,MAAM,WAAW,2BAA4B,SAAQ,eAAe,CAAC,gBAAgB;CAAG;AAExF,eAAO,MAAM,sBAAsB,8HAGU,CAAC;AAI9C,MAAM,WAAW,oBAAqB,SAAQ,QAAQ;CAAG;AAEzD,eAAO,MAAM,eAAe,iHAG3B,CAAC;AAIF,MAAM,WAAW,sBACf,SAAQ,cAAc,EACpB,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;CAAG;AAE3C,eAAO,MAAM,iBAAiB,mHAG7B,CAAC;AAIF,MAAM,WAAW,2BACf,SAAQ,cAAc,EACpB,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC;CAAG;AAE9C,eAAO,MAAM,sBAAsB,2HAGlC,CAAC;AAIF,MAAM,WAAW,yBAA0B,SAAQ,SAAS;CAAG;AAE/D,eAAO,MAAM,oBAAoB,qHAGhC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { BottomSheetBackdrop as Backdrop, BottomSheetBody as Body, BottomSheetContent as Content, BottomSheetDescription as Description, BottomSheetFooter as Footer, BottomSheetHeader as Header, BottomSheetPositioner as Positioner, BottomSheetRoot as Root, BottomSheetTitle as Title, BottomSheetTrigger as Trigger, BottomSheetCloseButton as CloseButton, BottomSheetCloseIcon as CloseIcon, type BottomSheetBackdropProps as BackdropProps, type BottomSheetBodyProps as BodyProps, type BottomSheetContentProps as ContentProps, type BottomSheetDescriptionProps as DescriptionProps, type BottomSheetFooterProps as FooterProps, type BottomSheetHeaderProps as HeaderProps, type BottomSheetPositionerProps as PositionerProps, type BottomSheetRootProps as RootProps, type BottomSheetTitleProps as TitleProps, type BottomSheetTriggerProps as TriggerProps, type BottomSheetCloseButtonProps as CloseButtonProps, type BottomSheetCloseIconProps as CloseIconProps, } from "./BottomSheet";
2
+ //# sourceMappingURL=BottomSheet.namespace.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheet.namespace.d.ts","sourceRoot":"","sources":["../../../src/components/BottomSheet/BottomSheet.namespace.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,IAAI,QAAQ,EAC/B,eAAe,IAAI,IAAI,EACvB,kBAAkB,IAAI,OAAO,EAC7B,sBAAsB,IAAI,WAAW,EACrC,iBAAiB,IAAI,MAAM,EAC3B,iBAAiB,IAAI,MAAM,EAC3B,qBAAqB,IAAI,UAAU,EACnC,eAAe,IAAI,IAAI,EACvB,gBAAgB,IAAI,KAAK,EACzB,kBAAkB,IAAI,OAAO,EAC7B,sBAAsB,IAAI,WAAW,EACrC,oBAAoB,IAAI,SAAS,EACjC,KAAK,wBAAwB,IAAI,aAAa,EAC9C,KAAK,oBAAoB,IAAI,SAAS,EACtC,KAAK,uBAAuB,IAAI,YAAY,EAC5C,KAAK,2BAA2B,IAAI,gBAAgB,EACpD,KAAK,sBAAsB,IAAI,WAAW,EAC1C,KAAK,sBAAsB,IAAI,WAAW,EAC1C,KAAK,0BAA0B,IAAI,eAAe,EAClD,KAAK,oBAAoB,IAAI,SAAS,EACtC,KAAK,qBAAqB,IAAI,UAAU,EACxC,KAAK,uBAAuB,IAAI,YAAY,EAC5C,KAAK,2BAA2B,IAAI,gBAAgB,EACpD,KAAK,yBAAyB,IAAI,cAAc,GACjD,MAAM,eAAe,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { BottomSheetBackdrop, BottomSheetBody, BottomSheetContent, BottomSheetDescription, BottomSheetFooter, BottomSheetHeader, BottomSheetPositioner, BottomSheetRoot, BottomSheetTitle, BottomSheetTrigger, BottomSheetCloseButton, BottomSheetCloseIcon, type BottomSheetBackdropProps, type BottomSheetBodyProps, type BottomSheetContentProps, type BottomSheetDescriptionProps, type BottomSheetFooterProps, type BottomSheetHeaderProps, type BottomSheetPositionerProps, type BottomSheetRootProps, type BottomSheetTitleProps, type BottomSheetTriggerProps, type BottomSheetCloseButtonProps, type BottomSheetCloseIconProps, } from "./BottomSheet";
2
+ export * as BottomSheet from "./BottomSheet.namespace";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/BottomSheet/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,eAAe,EACf,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,EACjB,qBAAqB,EACrB,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,sBAAsB,EACtB,oBAAoB,EACpB,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAC5B,KAAK,2BAA2B,EAChC,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,0BAA0B,EAC/B,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,2BAA2B,EAChC,KAAK,yBAAyB,GAC/B,MAAM,eAAe,CAAC;AAEvB,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC"}
@@ -0,0 +1,50 @@
1
+ import type { ColorBg, ColorFg, ColorPalette, ColorStroke, Dimension, Radius, SpacingX, SpacingY } from "@seed-design/vars";
2
+ import * as React from "react";
3
+ export interface BoxProps extends React.HTMLAttributes<HTMLDivElement> {
4
+ as?: React.ElementType;
5
+ background?: `bg.${ColorBg}` | `palette.${ColorPalette}`;
6
+ color?: `fg.${ColorFg}` | `palette.${ColorPalette}`;
7
+ borderColor?: `stroke.${ColorStroke}` | `palette.${ColorPalette}`;
8
+ borderWidth?: 0 | 1 | (number & {});
9
+ borderTopWidth?: 0 | 1 | (number & {});
10
+ borderRightWidth?: 0 | 1 | (number & {});
11
+ borderBottomWidth?: 0 | 1 | (number & {});
12
+ borderLeftWidth?: 0 | 1 | (number & {});
13
+ borderRadius?: Radius;
14
+ borderTopLeftRadius?: Radius;
15
+ borderTopRightRadius?: Radius;
16
+ borderBottomRightRadius?: Radius;
17
+ borderBottomLeftRadius?: Radius;
18
+ width?: Dimension | `spacingX.${SpacingX}` | `spacingY.${SpacingY}` | "full" | (string & {});
19
+ minWidth?: Dimension | `spacingX.${SpacingX}` | `spacingY.${SpacingY}` | "full" | (string & {});
20
+ maxWidth?: Dimension | `spacingX.${SpacingX}` | `spacingY.${SpacingY}` | "full" | (string & {});
21
+ height?: Dimension | `spacingX.${SpacingX}` | `spacingY.${SpacingY}` | "full" | (string & {});
22
+ minHeight?: Dimension | `spacingX.${SpacingX}` | `spacingY.${SpacingY}` | "full" | (string & {});
23
+ maxHeight?: Dimension | `spacingX.${SpacingX}` | `spacingY.${SpacingY}` | "full" | (string & {});
24
+ top?: 0;
25
+ left?: 0;
26
+ right?: 0;
27
+ bottom?: 0;
28
+ padding?: Dimension | `spacingX.${SpacingX}` | `spacingY.${SpacingY}`;
29
+ paddingX?: Dimension | `spacingX.${SpacingX}` | `spacingY.${SpacingY}`;
30
+ paddingY?: Dimension | `spacingX.${SpacingX}` | `spacingY.${SpacingY}`;
31
+ paddingTop?: Dimension | `spacingX.${SpacingX}` | `spacingY.${SpacingY}`;
32
+ paddingRight?: Dimension | `spacingX.${SpacingX}` | `spacingY.${SpacingY}`;
33
+ paddingBottom?: Dimension | `spacingX.${SpacingX}` | `spacingY.${SpacingY}`;
34
+ paddingLeft?: Dimension | `spacingX.${SpacingX}` | `spacingY.${SpacingY}`;
35
+ display?: "block" | "flex" | "inlineFlex" | "inline" | "inlineBlock" | "none";
36
+ position?: "relative" | "absolute" | "fixed" | "sticky";
37
+ overflowX?: "visible" | "hidden" | "scroll" | "auto";
38
+ overflowY?: "visible" | "hidden" | "scroll" | "auto";
39
+ flexGrow?: 0 | 1 | (number & {});
40
+ flexShrink?: 0 | (number & {});
41
+ flexDirection?: "row" | "column" | "rowReverse" | "columnReverse";
42
+ flexWrap?: "wrap" | "nowrap";
43
+ justifyContent?: "flexStart" | "flexEnd" | "center" | "spaceBetween" | "spaceAround";
44
+ alignItems?: "flexStart" | "flexEnd" | "center" | "stretch";
45
+ alignContent?: "flexStart" | "flexEnd" | "center" | "stretch";
46
+ alignSelf?: "flexStart" | "flexEnd" | "center" | "stretch";
47
+ gap?: Dimension | `spacingX.${SpacingX}` | `spacingY.${SpacingY}`;
48
+ }
49
+ export declare const Box: React.ForwardRefExoticComponent<BoxProps & React.RefAttributes<HTMLDivElement>>;
50
+ //# sourceMappingURL=Box.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../../src/components/Box/Box.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,OAAO,EACP,OAAO,EACP,YAAY,EACZ,WAAW,EACX,SAAS,EACT,MAAM,EACN,QAAQ,EACR,QAAQ,EACT,MAAM,mBAAmB,CAAC;AAG3B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAgG/B,MAAM,WAAW,QAAS,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACpE,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IAEvB,UAAU,CAAC,EAAE,MAAM,OAAO,EAAE,GAAG,WAAW,YAAY,EAAE,CAAC;IAEzD,KAAK,CAAC,EAAE,MAAM,OAAO,EAAE,GAAG,WAAW,YAAY,EAAE,CAAC;IAEpD,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,GAAG,WAAW,YAAY,EAAE,CAAC;IAElE,WAAW,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;IAEpC,cAAc,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;IAEvC,gBAAgB,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;IAEzC,iBAAiB,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;IAE1C,eAAe,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;IAExC,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAE9B,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAEjC,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAEhC,KAAK,CAAC,EAAE,SAAS,GAAG,YAAY,QAAQ,EAAE,GAAG,YAAY,QAAQ,EAAE,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;IAE7F,QAAQ,CAAC,EAAE,SAAS,GAAG,YAAY,QAAQ,EAAE,GAAG,YAAY,QAAQ,EAAE,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;IAEhG,QAAQ,CAAC,EAAE,SAAS,GAAG,YAAY,QAAQ,EAAE,GAAG,YAAY,QAAQ,EAAE,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;IAEhG,MAAM,CAAC,EAAE,SAAS,GAAG,YAAY,QAAQ,EAAE,GAAG,YAAY,QAAQ,EAAE,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;IAE9F,SAAS,CAAC,EAAE,SAAS,GAAG,YAAY,QAAQ,EAAE,GAAG,YAAY,QAAQ,EAAE,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;IAEjG,SAAS,CAAC,EAAE,SAAS,GAAG,YAAY,QAAQ,EAAE,GAAG,YAAY,QAAQ,EAAE,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;IAEjG,GAAG,CAAC,EAAE,CAAC,CAAC;IAER,IAAI,CAAC,EAAE,CAAC,CAAC;IAET,KAAK,CAAC,EAAE,CAAC,CAAC;IAEV,MAAM,CAAC,EAAE,CAAC,CAAC;IAEX,OAAO,CAAC,EAAE,SAAS,GAAG,YAAY,QAAQ,EAAE,GAAG,YAAY,QAAQ,EAAE,CAAC;IAEtE,QAAQ,CAAC,EAAE,SAAS,GAAG,YAAY,QAAQ,EAAE,GAAG,YAAY,QAAQ,EAAE,CAAC;IAEvE,QAAQ,CAAC,EAAE,SAAS,GAAG,YAAY,QAAQ,EAAE,GAAG,YAAY,QAAQ,EAAE,CAAC;IAEvE,UAAU,CAAC,EAAE,SAAS,GAAG,YAAY,QAAQ,EAAE,GAAG,YAAY,QAAQ,EAAE,CAAC;IAEzE,YAAY,CAAC,EAAE,SAAS,GAAG,YAAY,QAAQ,EAAE,GAAG,YAAY,QAAQ,EAAE,CAAC;IAE3E,aAAa,CAAC,EAAE,SAAS,GAAG,YAAY,QAAQ,EAAE,GAAG,YAAY,QAAQ,EAAE,CAAC;IAE5E,WAAW,CAAC,EAAE,SAAS,GAAG,YAAY,QAAQ,EAAE,GAAG,YAAY,QAAQ,EAAE,CAAC;IAE1E,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,YAAY,GAAG,QAAQ,GAAG,aAAa,GAAG,MAAM,CAAC;IAE9E,QAAQ,CAAC,EAAE,UAAU,GAAG,UAAU,GAAG,OAAO,GAAG,QAAQ,CAAC;IAExD,SAAS,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,CAAC;IAErD,SAAS,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,CAAC;IAErD,QAAQ,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;IAEjC,UAAU,CAAC,EAAE,CAAC,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;IAI/B,aAAa,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,YAAY,GAAG,eAAe,CAAC;IAElE,QAAQ,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IAE7B,cAAc,CAAC,EAAE,WAAW,GAAG,SAAS,GAAG,QAAQ,GAAG,cAAc,GAAG,aAAa,CAAC;IAErF,UAAU,CAAC,EAAE,WAAW,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAC;IAE5D,YAAY,CAAC,EAAE,WAAW,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAC;IAE9D,SAAS,CAAC,EAAE,WAAW,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAC;IAE3D,GAAG,CAAC,EAAE,SAAS,GAAG,YAAY,QAAQ,EAAE,GAAG,YAAY,QAAQ,EAAE,CAAC;CACnE;AAED,eAAO,MAAM,GAAG,iFAsGd,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Box, type BoxProps } from "./Box";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Box/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,KAAK,QAAQ,EAAE,MAAM,OAAO,CAAC"}
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ import { type PrimitiveProps } from "@seed-design/react-primitive";
3
+ import { type CalloutVariantProps } from "@seed-design/recipe/callout";
4
+ import { type IconProps } from "../private/Icon";
5
+ import { type DismissibleRootProps } from "../private/useDismissible";
6
+ export interface CalloutRootProps extends CalloutVariantProps, DismissibleRootProps {
7
+ }
8
+ export declare const CalloutRoot: React.ForwardRefExoticComponent<CalloutRootProps & React.RefAttributes<HTMLDivElement>>;
9
+ export interface CalloutIconProps extends IconProps {
10
+ }
11
+ export declare const CalloutIcon: React.ForwardRefExoticComponent<CalloutIconProps & React.RefAttributes<SVGSVGElement>>;
12
+ export interface CalloutTextContentProps extends PrimitiveProps, React.HTMLAttributes<HTMLDivElement> {
13
+ }
14
+ export declare const CalloutTextContent: React.ForwardRefExoticComponent<CalloutTextContentProps & React.RefAttributes<HTMLDivElement>>;
15
+ export interface CalloutTitleProps extends PrimitiveProps, React.HTMLAttributes<HTMLSpanElement> {
16
+ }
17
+ export declare const CalloutTitle: React.ForwardRefExoticComponent<CalloutTitleProps & React.RefAttributes<HTMLSpanElement>>;
18
+ export interface CalloutDescriptionProps extends PrimitiveProps, React.HTMLAttributes<HTMLSpanElement> {
19
+ }
20
+ export declare const CalloutDescription: React.ForwardRefExoticComponent<CalloutDescriptionProps & React.RefAttributes<HTMLSpanElement>>;
21
+ export interface CalloutLinkProps extends PrimitiveProps, React.ButtonHTMLAttributes<HTMLButtonElement> {
22
+ }
23
+ export declare const CalloutLink: React.ForwardRefExoticComponent<CalloutLinkProps & React.RefAttributes<HTMLButtonElement>>;
24
+ export interface CalloutDismissButtonProps extends PrimitiveProps, React.ButtonHTMLAttributes<HTMLButtonElement> {
25
+ }
26
+ export declare const CalloutDismissButton: React.ForwardRefExoticComponent<CalloutDismissButtonProps & React.RefAttributes<HTMLButtonElement>>;
27
+ export interface CalloutDismissIconProps extends IconProps {
28
+ }
29
+ export declare const CalloutDismissIcon: React.ForwardRefExoticComponent<CalloutDismissIconProps & React.RefAttributes<SVGSVGElement>>;
30
+ export interface CalloutActionableIconProps extends IconProps {
31
+ }
32
+ export declare const CalloutActionableIcon: React.ForwardRefExoticComponent<CalloutActionableIconProps & React.RefAttributes<SVGSVGElement>>;
33
+ //# sourceMappingURL=Callout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Callout.d.ts","sourceRoot":"","sources":["../../../src/components/Callout/Callout.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9E,OAAO,EAAW,KAAK,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAEhF,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAGL,KAAK,oBAAoB,EAC1B,MAAM,2BAA2B,CAAC;AAInC,MAAM,WAAW,gBAAiB,SAAQ,mBAAmB,EAAE,oBAAoB;CAAG;AAEtF,eAAO,MAAM,WAAW,yFAA0E,CAAC;AAEnG,MAAM,WAAW,gBAAiB,SAAQ,SAAS;CAAG;AAEtD,eAAO,MAAM,WAAW,wFAA6D,CAAC;AAEtF,MAAM,WAAW,uBACf,SAAQ,cAAc,EACpB,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;CAAG;AAE3C,eAAO,MAAM,kBAAkB,gGAG9B,CAAC;AAEF,MAAM,WAAW,iBAAkB,SAAQ,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;CAAG;AAEnG,eAAO,MAAM,YAAY,2FAWxB,CAAC;AAGF,MAAM,WAAW,uBACf,SAAQ,cAAc,EACpB,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;CAAG;AAE5C,eAAO,MAAM,kBAAkB,iGAG9B,CAAC;AAEF,MAAM,WAAW,gBACf,SAAQ,cAAc,EACpB,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;CAAG;AAEpD,eAAO,MAAM,WAAW,4FAevB,CAAC;AAGF,MAAM,WAAW,yBACf,SAAQ,cAAc,EACpB,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;CAAG;AAEpD,eAAO,MAAM,oBAAoB,qGAGhC,CAAC;AAEF,MAAM,WAAW,uBAAwB,SAAQ,SAAS;CAAG;AAE7D,eAAO,MAAM,kBAAkB,+FAG9B,CAAC;AAEF,MAAM,WAAW,0BAA2B,SAAQ,SAAS;CAAG;AAEhE,eAAO,MAAM,qBAAqB,kGAGjC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { CalloutActionableIcon as ActionableIcon, CalloutDescription as Description, CalloutDismissButton as DismissButton, CalloutDismissIcon as DismissIcon, CalloutIcon as Icon, CalloutLink as Link, CalloutRoot as Root, CalloutTextContent as TextContent, CalloutTitle as Title, type CalloutActionableIconProps as ActionableIconProps, type CalloutDescriptionProps as DescriptionProps, type CalloutDismissButtonProps as DismissButtonProps, type CalloutDismissIconProps as DismissIconProps, type CalloutIconProps as IconProps, type CalloutLinkProps as LinkProps, type CalloutRootProps as RootProps, type CalloutTextContentProps as TextContentProps, type CalloutTitleProps as TitleProps, } from "./Callout";
2
+ //# sourceMappingURL=Callout.namespace.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Callout.namespace.d.ts","sourceRoot":"","sources":["../../../src/components/Callout/Callout.namespace.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,IAAI,cAAc,EACvC,kBAAkB,IAAI,WAAW,EACjC,oBAAoB,IAAI,aAAa,EACrC,kBAAkB,IAAI,WAAW,EACjC,WAAW,IAAI,IAAI,EACnB,WAAW,IAAI,IAAI,EACnB,WAAW,IAAI,IAAI,EACnB,kBAAkB,IAAI,WAAW,EACjC,YAAY,IAAI,KAAK,EACrB,KAAK,0BAA0B,IAAI,mBAAmB,EACtD,KAAK,uBAAuB,IAAI,gBAAgB,EAChD,KAAK,yBAAyB,IAAI,kBAAkB,EACpD,KAAK,uBAAuB,IAAI,gBAAgB,EAChD,KAAK,gBAAgB,IAAI,SAAS,EAClC,KAAK,gBAAgB,IAAI,SAAS,EAClC,KAAK,gBAAgB,IAAI,SAAS,EAClC,KAAK,uBAAuB,IAAI,gBAAgB,EAChD,KAAK,iBAAiB,IAAI,UAAU,GACrC,MAAM,WAAW,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { CalloutActionableIcon, CalloutDescription, CalloutDismissButton, CalloutDismissIcon, CalloutIcon, CalloutLink, CalloutRoot, CalloutTextContent, CalloutTitle, type CalloutActionableIconProps, type CalloutDescriptionProps, type CalloutDismissButtonProps, type CalloutDismissIconProps, type CalloutIconProps, type CalloutLinkProps, type CalloutRootProps, type CalloutTextContentProps, type CalloutTitleProps, } from "./Callout";
2
+ export * as Callout from "./Callout.namespace";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Callout/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EACrB,kBAAkB,EAClB,oBAAoB,EACpB,kBAAkB,EAClB,WAAW,EACX,WAAW,EACX,WAAW,EACX,kBAAkB,EAClB,YAAY,EACZ,KAAK,0BAA0B,EAC/B,KAAK,uBAAuB,EAC5B,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,uBAAuB,EAC5B,KAAK,iBAAiB,GACvB,MAAM,WAAW,CAAC;AAEnB,OAAO,KAAK,OAAO,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type * as React from "react";
2
+ export interface CelciusProps {
3
+ value: number;
4
+ }
5
+ export declare const Celcius: React.FC<CelciusProps>;
6
+ //# sourceMappingURL=Celcius.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Celcius.d.ts","sourceRoot":"","sources":["../../../src/components/Celcius/Celcius.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAEpC,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAE1C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Celcius, type CelciusProps, } from "./Celcius";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Celcius/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,KAAK,YAAY,GAClB,MAAM,WAAW,CAAC"}
@@ -0,0 +1,31 @@
1
+ import { Checkbox as CheckboxPrimitive } from "@seed-design/react-checkbox";
2
+ import { type PrimitiveProps } from "@seed-design/react-primitive";
3
+ import { type CheckboxVariantProps } from "@seed-design/recipe/checkbox";
4
+ export interface CheckboxRootProps extends CheckboxVariantProps, CheckboxPrimitive.RootProps {
5
+ }
6
+ export declare const CheckboxRoot: import("react").ForwardRefExoticComponent<CheckboxRootProps & import("react").RefAttributes<HTMLLabelElement>>;
7
+ export interface CheckboxControlProps extends CheckboxPrimitive.ControlProps {
8
+ }
9
+ export declare const CheckboxControl: import("react").ForwardRefExoticComponent<CheckboxControlProps & import("react").RefAttributes<HTMLDivElement>>;
10
+ export interface CheckboxIndicatorProps extends React.SVGAttributes<SVGSVGElement> {
11
+ /**
12
+ * The icon to display when the checkbox is unchecked.
13
+ */
14
+ unchecked?: React.ReactNode;
15
+ /**
16
+ * The icon to display when the checkbox is checked.
17
+ */
18
+ checked: React.ReactNode;
19
+ /**
20
+ * The icon to display when the checkbox is in an indeterminate state.
21
+ */
22
+ indeterminate?: React.ReactNode;
23
+ }
24
+ export declare const CheckboxIndicator: import("react").ForwardRefExoticComponent<CheckboxIndicatorProps & import("react").RefAttributes<SVGSVGElement>>;
25
+ export interface CheckboxLabelProps extends PrimitiveProps, React.HTMLAttributes<HTMLSpanElement> {
26
+ }
27
+ export declare const CheckboxLabel: import("react").ForwardRefExoticComponent<CheckboxLabelProps & import("react").RefAttributes<HTMLDivElement>>;
28
+ export interface CheckboxHiddenInputProps extends CheckboxPrimitive.HiddenInputProps {
29
+ }
30
+ export declare const CheckboxHiddenInput: import("react").ForwardRefExoticComponent<CheckboxPrimitive.HiddenInputProps & import("react").RefAttributes<HTMLInputElement>>;
31
+ //# sourceMappingURL=Checkbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,IAAI,iBAAiB,EAAsB,MAAM,6BAA6B,CAAC;AAChG,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9E,OAAO,EAAY,KAAK,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAWnF,MAAM,WAAW,iBAAkB,SAAQ,oBAAoB,EAAE,iBAAiB,CAAC,SAAS;CAAG;AAE/F,eAAO,MAAM,YAAY,gHAGxB,CAAC;AAIF,MAAM,WAAW,oBAAqB,SAAQ,iBAAiB,CAAC,YAAY;CAAG;AAE/E,eAAO,MAAM,eAAe,iHAG3B,CAAC;AAIF,MAAM,WAAW,sBAAuB,SAAQ,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC;IAChF;;OAEG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE5B;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IAEzB;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACjC;AAED,eAAO,MAAM,iBAAiB,kHA8B7B,CAAC;AAKF,MAAM,WAAW,kBAAmB,SAAQ,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;CAAG;AAEpG,eAAO,MAAM,aAAa,+GAGzB,CAAC;AAIF,MAAM,WAAW,wBAAyB,SAAQ,iBAAiB,CAAC,gBAAgB;CAAG;AAEvF,eAAO,MAAM,mBAAmB,iIAAgC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { CheckboxControl as Control, CheckboxHiddenInput as HiddenInput, CheckboxIndicator as Indicator, CheckboxLabel as Label, CheckboxRoot as Root, type CheckboxControlProps as ControlProps, type CheckboxHiddenInputProps as HiddenInputProps, type CheckboxIndicatorProps as IndicatorProps, type CheckboxLabelProps as LabelProps, type CheckboxRootProps as RootProps, } from "./Checkbox";
2
+ //# sourceMappingURL=Checkbox.namespace.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.namespace.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.namespace.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,IAAI,OAAO,EAC1B,mBAAmB,IAAI,WAAW,EAClC,iBAAiB,IAAI,SAAS,EAC9B,aAAa,IAAI,KAAK,EACtB,YAAY,IAAI,IAAI,EACpB,KAAK,oBAAoB,IAAI,YAAY,EACzC,KAAK,wBAAwB,IAAI,gBAAgB,EACjD,KAAK,sBAAsB,IAAI,cAAc,EAC7C,KAAK,kBAAkB,IAAI,UAAU,EACrC,KAAK,iBAAiB,IAAI,SAAS,GACpC,MAAM,YAAY,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { CheckboxControl, CheckboxHiddenInput, CheckboxIndicator, CheckboxLabel, CheckboxRoot, type CheckboxControlProps, type CheckboxHiddenInputProps, type CheckboxIndicatorProps, type CheckboxLabelProps, type CheckboxRootProps, } from "./Checkbox";
2
+ export * as Checkbox from "./Checkbox.namespace";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,iBAAiB,EACjB,aAAa,EACb,YAAY,EACZ,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,GACvB,MAAM,YAAY,CAAC;AAEpB,OAAO,KAAK,QAAQ,MAAM,sBAAsB,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { type PrimitiveProps } from "@seed-design/react-primitive";
2
+ import { Tabs as TabsPrimitive } from "@seed-design/react-tabs";
3
+ import { type ChipTabsVariantProps } from "@seed-design/recipe/chipTabs";
4
+ import type React from "react";
5
+ export interface ChipTabsRootProps extends ChipTabsVariantProps, TabsPrimitive.RootProps {
6
+ }
7
+ export declare const ChipTabsRoot: React.ForwardRefExoticComponent<ChipTabsRootProps & React.RefAttributes<HTMLDivElement>>;
8
+ export interface ChipTabsListProps extends TabsPrimitive.ListProps {
9
+ }
10
+ export declare const ChipTabsList: React.ForwardRefExoticComponent<ChipTabsListProps & React.RefAttributes<HTMLDivElement>>;
11
+ export interface ChipTabsTriggerProps extends TabsPrimitive.TriggerProps {
12
+ }
13
+ export declare const ChipTabsTrigger: React.ForwardRefExoticComponent<ChipTabsTriggerProps & React.RefAttributes<HTMLButtonElement>>;
14
+ export interface ChipTabsTriggerLabelProps extends PrimitiveProps, React.HTMLAttributes<HTMLSpanElement> {
15
+ }
16
+ export declare const ChipTabsTriggerLabel: React.ForwardRefExoticComponent<ChipTabsTriggerLabelProps & React.RefAttributes<HTMLSpanElement>>;
17
+ export interface ChipTabsContentProps extends TabsPrimitive.ContentProps {
18
+ }
19
+ export declare const ChipTabsContent: React.ForwardRefExoticComponent<ChipTabsContentProps & React.RefAttributes<HTMLSpanElement>>;
20
+ export interface ChipTabsCarouselProps extends TabsPrimitive.CarouselProps {
21
+ }
22
+ export declare const ChipTabsCarousel: React.ForwardRefExoticComponent<ChipTabsCarouselProps & React.RefAttributes<HTMLDivElement>>;
23
+ export interface ChipTabsCarouselCameraProps extends TabsPrimitive.CarouselCameraProps {
24
+ }
25
+ export declare const ChipTabsCarouselCamera: React.ForwardRefExoticComponent<ChipTabsCarouselCameraProps & React.RefAttributes<HTMLDivElement>>;
26
+ //# sourceMappingURL=ChipTabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChipTabs.d.ts","sourceRoot":"","sources":["../../../src/components/ChipTabs/ChipTabs.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9E,OAAO,EACL,IAAI,IAAI,aAAa,EAGtB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAY,KAAK,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACnF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B,MAAM,WAAW,iBAAkB,SAAQ,oBAAoB,EAAE,aAAa,CAAC,SAAS;CAAG;AAE3F,eAAO,MAAM,YAAY,0FAGxB,CAAC;AAIF,MAAM,WAAW,iBAAkB,SAAQ,aAAa,CAAC,SAAS;CAAG;AAErE,eAAO,MAAM,YAAY,0FAGxB,CAAC;AAIF,MAAM,WAAW,oBAAqB,SAAQ,aAAa,CAAC,YAAY;CAAG;AAE3E,eAAO,MAAM,eAAe,gGAG3B,CAAC;AAIF,MAAM,WAAW,yBACf,SAAQ,cAAc,EACpB,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;CAAG;AAE5C,eAAO,MAAM,oBAAoB,mGAGhC,CAAC;AAIF,MAAM,WAAW,oBAAqB,SAAQ,aAAa,CAAC,YAAY;CAAG;AAE3E,eAAO,MAAM,eAAe,8FAG3B,CAAC;AAIF,MAAM,WAAW,qBAAsB,SAAQ,aAAa,CAAC,aAAa;CAAG;AAE7E,eAAO,MAAM,gBAAgB,8FAG5B,CAAC;AAIF,MAAM,WAAW,2BAA4B,SAAQ,aAAa,CAAC,mBAAmB;CAAG;AAEzF,eAAO,MAAM,sBAAsB,oGAGlC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { ChipTabsContent as Content, ChipTabsList as List, ChipTabsRoot as Root, ChipTabsCarouselCamera as CarouselCamera, ChipTabsCarousel as Carousel, ChipTabsTrigger as Trigger, ChipTabsTriggerLabel as TriggerLabel, type ChipTabsContentProps as ContentProps, type ChipTabsListProps as ListProps, type ChipTabsRootProps as RootProps, type ChipTabsCarouselCameraProps as CarouselCameraProps, type ChipTabsCarouselProps as CarouselProps, type ChipTabsTriggerLabelProps as TriggerLabelProps, type ChipTabsTriggerProps as TriggerProps, } from "./ChipTabs";
2
+ //# sourceMappingURL=ChipTabs.namespace.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChipTabs.namespace.d.ts","sourceRoot":"","sources":["../../../src/components/ChipTabs/ChipTabs.namespace.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,IAAI,OAAO,EAC1B,YAAY,IAAI,IAAI,EACpB,YAAY,IAAI,IAAI,EACpB,sBAAsB,IAAI,cAAc,EACxC,gBAAgB,IAAI,QAAQ,EAC5B,eAAe,IAAI,OAAO,EAC1B,oBAAoB,IAAI,YAAY,EACpC,KAAK,oBAAoB,IAAI,YAAY,EACzC,KAAK,iBAAiB,IAAI,SAAS,EACnC,KAAK,iBAAiB,IAAI,SAAS,EACnC,KAAK,2BAA2B,IAAI,mBAAmB,EACvD,KAAK,qBAAqB,IAAI,aAAa,EAC3C,KAAK,yBAAyB,IAAI,iBAAiB,EACnD,KAAK,oBAAoB,IAAI,YAAY,GAC1C,MAAM,YAAY,CAAC"}