@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
@@ -0,0 +1,20 @@
1
+ export {
2
+ CalloutActionableIcon as ActionableIcon,
3
+ CalloutDescription as Description,
4
+ CalloutDismissButton as DismissButton,
5
+ CalloutDismissIcon as DismissIcon,
6
+ CalloutIcon as Icon,
7
+ CalloutLink as Link,
8
+ CalloutRoot as Root,
9
+ CalloutTextContent as TextContent,
10
+ CalloutTitle as Title,
11
+ type CalloutActionableIconProps as ActionableIconProps,
12
+ type CalloutDescriptionProps as DescriptionProps,
13
+ type CalloutDismissButtonProps as DismissButtonProps,
14
+ type CalloutDismissIconProps as DismissIconProps,
15
+ type CalloutIconProps as IconProps,
16
+ type CalloutLinkProps as LinkProps,
17
+ type CalloutRootProps as RootProps,
18
+ type CalloutTextContentProps as TextContentProps,
19
+ type CalloutTitleProps as TitleProps,
20
+ } from "./Callout";
@@ -0,0 +1,101 @@
1
+ import clsx from "clsx";
2
+ import * as React from "react";
3
+
4
+ import { Primitive, type PrimitiveProps } from "@seed-design/react-primitive";
5
+ import { callout, type CalloutVariantProps } from "@seed-design/recipe/callout";
6
+ import { createStyleContext } from "../../utils/createStyleContext";
7
+ import { Icon, type IconProps } from "../private/Icon";
8
+ import {
9
+ DismissibleDismissButton,
10
+ DismissibleRoot,
11
+ type DismissibleRootProps,
12
+ } from "../private/useDismissible";
13
+
14
+ const { withContext, withProvider, useClassNames } = createStyleContext(callout);
15
+
16
+ export interface CalloutRootProps extends CalloutVariantProps, DismissibleRootProps {}
17
+
18
+ export const CalloutRoot = withProvider<HTMLDivElement, CalloutRootProps>(DismissibleRoot, "root");
19
+
20
+ export interface CalloutIconProps extends IconProps {}
21
+
22
+ export const CalloutIcon = withContext<SVGSVGElement, CalloutIconProps>(Icon, "icon");
23
+
24
+ export interface CalloutTextContentProps
25
+ extends PrimitiveProps,
26
+ React.HTMLAttributes<HTMLDivElement> {}
27
+
28
+ export const CalloutTextContent = withContext<HTMLDivElement, CalloutTextContentProps>(
29
+ Primitive.div,
30
+ "textContent",
31
+ );
32
+
33
+ export interface CalloutTitleProps extends PrimitiveProps, React.HTMLAttributes<HTMLSpanElement> {}
34
+
35
+ export const CalloutTitle = React.forwardRef<HTMLSpanElement, CalloutTitleProps>(
36
+ ({ className, ...otherProps }, ref) => {
37
+ const classNames = useClassNames();
38
+
39
+ return (
40
+ <>
41
+ <Primitive.span ref={ref} className={clsx(classNames.title, className)} {...otherProps} />
42
+ <Primitive.span className={classNames.spacer}> </Primitive.span>
43
+ </>
44
+ );
45
+ },
46
+ );
47
+ CalloutTitle.displayName = "CalloutTitle";
48
+
49
+ export interface CalloutDescriptionProps
50
+ extends PrimitiveProps,
51
+ React.HTMLAttributes<HTMLSpanElement> {}
52
+
53
+ export const CalloutDescription = withContext<HTMLSpanElement, CalloutDescriptionProps>(
54
+ Primitive.span,
55
+ "description",
56
+ );
57
+
58
+ export interface CalloutLinkProps
59
+ extends PrimitiveProps,
60
+ React.ButtonHTMLAttributes<HTMLButtonElement> {}
61
+
62
+ export const CalloutLink = React.forwardRef<HTMLButtonElement, CalloutLinkProps>(
63
+ ({ className, ...otherProps }, ref) => {
64
+ const classNames = useClassNames();
65
+
66
+ return (
67
+ <>
68
+ <Primitive.span className={classNames.spacer}> </Primitive.span>
69
+ <Primitive.button
70
+ ref={ref}
71
+ className={clsx(classNames.linkLabel, className)}
72
+ {...otherProps}
73
+ />
74
+ </>
75
+ );
76
+ },
77
+ );
78
+ CalloutLink.displayName = "CalloutLink";
79
+
80
+ export interface CalloutDismissButtonProps
81
+ extends PrimitiveProps,
82
+ React.ButtonHTMLAttributes<HTMLButtonElement> {}
83
+
84
+ export const CalloutDismissButton = withContext<HTMLButtonElement, CalloutDismissButtonProps>(
85
+ DismissibleDismissButton,
86
+ "dismissButton",
87
+ );
88
+
89
+ export interface CalloutDismissIconProps extends IconProps {}
90
+
91
+ export const CalloutDismissIcon = withContext<SVGSVGElement, CalloutDismissIconProps>(
92
+ Icon,
93
+ "dismissIcon",
94
+ );
95
+
96
+ export interface CalloutActionableIconProps extends IconProps {}
97
+
98
+ export const CalloutActionableIcon = withContext<SVGSVGElement, CalloutActionableIconProps>(
99
+ Icon,
100
+ "actionableIcon",
101
+ );
@@ -0,0 +1,22 @@
1
+ export {
2
+ CalloutActionableIcon,
3
+ CalloutDescription,
4
+ CalloutDismissButton,
5
+ CalloutDismissIcon,
6
+ CalloutIcon,
7
+ CalloutLink,
8
+ CalloutRoot,
9
+ CalloutTextContent,
10
+ CalloutTitle,
11
+ type CalloutActionableIconProps,
12
+ type CalloutDescriptionProps,
13
+ type CalloutDismissButtonProps,
14
+ type CalloutDismissIconProps,
15
+ type CalloutIconProps,
16
+ type CalloutLinkProps,
17
+ type CalloutRootProps,
18
+ type CalloutTextContentProps,
19
+ type CalloutTitleProps,
20
+ } from "./Callout";
21
+
22
+ export * as Callout from "./Callout.namespace";
@@ -0,0 +1,9 @@
1
+ import type * as React from "react";
2
+
3
+ export interface CelciusProps {
4
+ value: number;
5
+ }
6
+
7
+ export const Celcius: React.FC<CelciusProps> = (props) => {
8
+ return `${props.value}°C`;
9
+ };
@@ -0,0 +1,4 @@
1
+ export {
2
+ Celcius,
3
+ type CelciusProps,
4
+ } from "./Celcius";
@@ -0,0 +1,12 @@
1
+ export {
2
+ CheckboxControl as Control,
3
+ CheckboxHiddenInput as HiddenInput,
4
+ CheckboxIndicator as Indicator,
5
+ CheckboxLabel as Label,
6
+ CheckboxRoot as Root,
7
+ type CheckboxControlProps as ControlProps,
8
+ type CheckboxHiddenInputProps as HiddenInputProps,
9
+ type CheckboxIndicatorProps as IndicatorProps,
10
+ type CheckboxLabelProps as LabelProps,
11
+ type CheckboxRootProps as RootProps,
12
+ } from "./Checkbox";
@@ -0,0 +1,96 @@
1
+ import { mergeProps } from "@seed-design/dom-utils";
2
+ import { Checkbox as CheckboxPrimitive, useCheckboxContext } from "@seed-design/react-checkbox";
3
+ import { Primitive, type PrimitiveProps } from "@seed-design/react-primitive";
4
+ import { checkbox, type CheckboxVariantProps } from "@seed-design/recipe/checkbox";
5
+ import { forwardRef } from "react";
6
+ import { createStyleContext } from "../../utils/createStyleContext";
7
+ import { createWithStateProps } from "../../utils/createWithStateProps";
8
+ import { Icon } from "../private/Icon";
9
+
10
+ const { withProvider, withContext, useClassNames } = createStyleContext(checkbox);
11
+ const withStateProps = createWithStateProps([useCheckboxContext]);
12
+
13
+ ////////////////////////////////////////////////////////////////////////////////////
14
+
15
+ export interface CheckboxRootProps extends CheckboxVariantProps, CheckboxPrimitive.RootProps {}
16
+
17
+ export const CheckboxRoot = withProvider<HTMLLabelElement, CheckboxRootProps>(
18
+ CheckboxPrimitive.Root,
19
+ "root",
20
+ );
21
+
22
+ ////////////////////////////////////////////////////////////////////////////////////
23
+
24
+ export interface CheckboxControlProps extends CheckboxPrimitive.ControlProps {}
25
+
26
+ export const CheckboxControl = withContext<HTMLDivElement, CheckboxControlProps>(
27
+ CheckboxPrimitive.Control,
28
+ "control",
29
+ );
30
+
31
+ ////////////////////////////////////////////////////////////////////////////////////
32
+
33
+ export interface CheckboxIndicatorProps extends React.SVGAttributes<SVGSVGElement> {
34
+ /**
35
+ * The icon to display when the checkbox is unchecked.
36
+ */
37
+ unchecked?: React.ReactNode;
38
+
39
+ /**
40
+ * The icon to display when the checkbox is checked.
41
+ */
42
+ checked: React.ReactNode;
43
+
44
+ /**
45
+ * The icon to display when the checkbox is in an indeterminate state.
46
+ */
47
+ indeterminate?: React.ReactNode;
48
+ }
49
+
50
+ export const CheckboxIndicator = forwardRef<SVGSVGElement, CheckboxIndicatorProps>(
51
+ (
52
+ {
53
+ unchecked: uncheckedSvg,
54
+ checked: checkedSvg,
55
+ indeterminate: indeterminateSvg,
56
+ ...otherProps
57
+ },
58
+ ref,
59
+ ) => {
60
+ const { stateProps, checked, indeterminate } = useCheckboxContext();
61
+ const classNames = useClassNames();
62
+
63
+ const mergedProps = mergeProps(
64
+ stateProps,
65
+ { className: classNames.icon },
66
+ otherProps as React.HTMLAttributes<HTMLElement>,
67
+ );
68
+
69
+ if (indeterminate && !indeterminateSvg) {
70
+ console.warn(
71
+ "CheckboxIndicator: the `indeterminate` prop must be provided when the checkbox is in an indeterminate state.",
72
+ );
73
+ }
74
+
75
+ if (indeterminate) return <Icon ref={ref} svg={indeterminateSvg} {...mergedProps} />;
76
+ if (checked) return <Icon ref={ref} svg={checkedSvg} {...mergedProps} />;
77
+ if (uncheckedSvg) return <Icon ref={ref} svg={uncheckedSvg} {...mergedProps} />;
78
+ return null;
79
+ },
80
+ );
81
+ CheckboxIndicator.displayName = "CheckboxIndicator";
82
+
83
+ ////////////////////////////////////////////////////////////////////////////////////
84
+
85
+ export interface CheckboxLabelProps extends PrimitiveProps, React.HTMLAttributes<HTMLSpanElement> {}
86
+
87
+ export const CheckboxLabel = withContext<HTMLDivElement, CheckboxLabelProps>(
88
+ withStateProps(Primitive.span),
89
+ "label",
90
+ );
91
+
92
+ ////////////////////////////////////////////////////////////////////////////////////
93
+
94
+ export interface CheckboxHiddenInputProps extends CheckboxPrimitive.HiddenInputProps {}
95
+
96
+ export const CheckboxHiddenInput = CheckboxPrimitive.HiddenInput;
@@ -0,0 +1,14 @@
1
+ export {
2
+ CheckboxControl,
3
+ CheckboxHiddenInput,
4
+ CheckboxIndicator,
5
+ CheckboxLabel,
6
+ CheckboxRoot,
7
+ type CheckboxControlProps,
8
+ type CheckboxHiddenInputProps,
9
+ type CheckboxIndicatorProps,
10
+ type CheckboxLabelProps,
11
+ type CheckboxRootProps,
12
+ } from "./Checkbox";
13
+
14
+ export * as Checkbox from "./Checkbox.namespace";
@@ -0,0 +1,16 @@
1
+ export {
2
+ ChipTabsContent as Content,
3
+ ChipTabsList as List,
4
+ ChipTabsRoot as Root,
5
+ ChipTabsCarouselCamera as CarouselCamera,
6
+ ChipTabsCarousel as Carousel,
7
+ ChipTabsTrigger as Trigger,
8
+ ChipTabsTriggerLabel as TriggerLabel,
9
+ type ChipTabsContentProps as ContentProps,
10
+ type ChipTabsListProps as ListProps,
11
+ type ChipTabsRootProps as RootProps,
12
+ type ChipTabsCarouselCameraProps as CarouselCameraProps,
13
+ type ChipTabsCarouselProps as CarouselProps,
14
+ type ChipTabsTriggerLabelProps as TriggerLabelProps,
15
+ type ChipTabsTriggerProps as TriggerProps,
16
+ } from "./ChipTabs";
@@ -0,0 +1,80 @@
1
+ import { Primitive, type PrimitiveProps } from "@seed-design/react-primitive";
2
+ import {
3
+ Tabs as TabsPrimitive,
4
+ useTabsContext,
5
+ useTabsTriggerContext,
6
+ } from "@seed-design/react-tabs";
7
+ import { chipTabs, type ChipTabsVariantProps } from "@seed-design/recipe/chipTabs";
8
+ import type React from "react";
9
+ import { createStyleContext } from "../../utils/createStyleContext";
10
+ import { createWithStateProps } from "../../utils/createWithStateProps";
11
+
12
+ const { withProvider, withContext } = createStyleContext(chipTabs);
13
+ const withStateProps = createWithStateProps([useTabsContext, useTabsTriggerContext], {
14
+ strict: false,
15
+ });
16
+
17
+ ////////////////////////////////////////////////////////////////////////////////////
18
+
19
+ export interface ChipTabsRootProps extends ChipTabsVariantProps, TabsPrimitive.RootProps {}
20
+
21
+ export const ChipTabsRoot = withProvider<HTMLDivElement, ChipTabsRootProps>(
22
+ TabsPrimitive.Root,
23
+ "root",
24
+ );
25
+
26
+ ////////////////////////////////////////////////////////////////////////////////////
27
+
28
+ export interface ChipTabsListProps extends TabsPrimitive.ListProps {}
29
+
30
+ export const ChipTabsList = withContext<HTMLDivElement, ChipTabsListProps>(
31
+ TabsPrimitive.List,
32
+ "list",
33
+ );
34
+
35
+ ////////////////////////////////////////////////////////////////////////////////////
36
+
37
+ export interface ChipTabsTriggerProps extends TabsPrimitive.TriggerProps {}
38
+
39
+ export const ChipTabsTrigger = withContext<HTMLButtonElement, ChipTabsTriggerProps>(
40
+ TabsPrimitive.Trigger,
41
+ "trigger",
42
+ );
43
+
44
+ ////////////////////////////////////////////////////////////////////////////////////
45
+
46
+ export interface ChipTabsTriggerLabelProps
47
+ extends PrimitiveProps,
48
+ React.HTMLAttributes<HTMLSpanElement> {}
49
+
50
+ export const ChipTabsTriggerLabel = withContext<HTMLSpanElement, ChipTabsTriggerLabelProps>(
51
+ withStateProps(Primitive.span),
52
+ "triggerLabel",
53
+ );
54
+
55
+ ////////////////////////////////////////////////////////////////////////////////////
56
+
57
+ export interface ChipTabsContentProps extends TabsPrimitive.ContentProps {}
58
+
59
+ export const ChipTabsContent = withContext<HTMLSpanElement, ChipTabsContentProps>(
60
+ TabsPrimitive.Content,
61
+ "content",
62
+ );
63
+
64
+ ////////////////////////////////////////////////////////////////////////////////////
65
+
66
+ export interface ChipTabsCarouselProps extends TabsPrimitive.CarouselProps {}
67
+
68
+ export const ChipTabsCarousel = withContext<HTMLDivElement, ChipTabsCarouselProps>(
69
+ TabsPrimitive.Carousel,
70
+ "carousel",
71
+ );
72
+
73
+ ////////////////////////////////////////////////////////////////////////////////////
74
+
75
+ export interface ChipTabsCarouselCameraProps extends TabsPrimitive.CarouselCameraProps {}
76
+
77
+ export const ChipTabsCarouselCamera = withContext<HTMLDivElement, ChipTabsCarouselCameraProps>(
78
+ TabsPrimitive.CarouselCamera,
79
+ "carouselCamera",
80
+ );
@@ -0,0 +1,18 @@
1
+ export {
2
+ ChipTabsContent,
3
+ ChipTabsList,
4
+ ChipTabsRoot,
5
+ ChipTabsCarouselCamera,
6
+ ChipTabsCarousel,
7
+ ChipTabsTrigger,
8
+ ChipTabsTriggerLabel,
9
+ type ChipTabsContentProps,
10
+ type ChipTabsListProps,
11
+ type ChipTabsRootProps,
12
+ type ChipTabsCarouselCameraProps,
13
+ type ChipTabsCarouselProps,
14
+ type ChipTabsTriggerLabelProps,
15
+ type ChipTabsTriggerProps,
16
+ } from "./ChipTabs";
17
+
18
+ export * as ChipTabs from "./ChipTabs.namespace";
@@ -0,0 +1,38 @@
1
+ import * as React from "react";
2
+ import { Box, type BoxProps } from "../Box/Box";
3
+
4
+ export interface ColumnsProps extends Omit<BoxProps, "display" | "direction"> {}
5
+
6
+ export const Columns = React.forwardRef<HTMLDivElement, ColumnsProps>((props, ref) => {
7
+ return (
8
+ <Box
9
+ ref={ref}
10
+ display="flex"
11
+ flexDirection="row"
12
+ flexWrap="nowrap"
13
+ justifyContent="flexStart"
14
+ {...props}
15
+ />
16
+ );
17
+ });
18
+
19
+ export interface ColumnProps extends Omit<BoxProps, "display" | "flexDirection" | "width"> {
20
+ width?: BoxProps["width"] | "content";
21
+ }
22
+
23
+ // TODO: do we need fractional width support?
24
+ export const Column = React.forwardRef<HTMLDivElement, ColumnProps>((props, ref) => {
25
+ const { width, ...otherProps } = props;
26
+
27
+ return (
28
+ <Box
29
+ ref={ref}
30
+ display="flex"
31
+ flexDirection="column"
32
+ width={width !== "content" ? "full" : undefined}
33
+ flexShrink={width ? 0 : undefined}
34
+ flexGrow={width ? 0 : 1}
35
+ {...otherProps}
36
+ />
37
+ );
38
+ });
@@ -0,0 +1 @@
1
+ export { Columns, Column, type ColumnsProps, type ColumnProps } from "./Columns";
@@ -0,0 +1,15 @@
1
+ export {
2
+ ControlChipCount as Count,
3
+ ControlChipIcon as Icon,
4
+ ControlChipLabel as Label,
5
+ ControlChipPrefixIcon as PrefixIcon,
6
+ ControlChipRoot as Root,
7
+ ControlChipSuffixIcon as SuffixIcon,
8
+ type ControlChipCountProps as CountProps,
9
+ type ControlChipIconProps as IconProps,
10
+ type ControlChipLabelProps as LabelProps,
11
+ type ControlChipPrefixIconProps as PrefixIconProps,
12
+ type ControlChipRootProps as RootProps,
13
+ type ControlChipRootBaseProps as RootBaseProps,
14
+ type ControlChipSuffixIconProps as SuffixIconProps,
15
+ } from "./ControlChip";
@@ -0,0 +1,63 @@
1
+ import { useCheckboxContext } from "@seed-design/react-checkbox";
2
+ import { Primitive, type PrimitiveProps } from "@seed-design/react-primitive";
3
+ import { useRadioGroupItemContext } from "@seed-design/react-radio-group";
4
+ import { controlChip, type ControlChipVariantProps } from "@seed-design/recipe/controlChip";
5
+ import type * as React from "react";
6
+ import { createStyleContext } from "../../utils/createStyleContext";
7
+ import { createWithStateProps } from "../../utils/createWithStateProps";
8
+ import { Icon, type IconProps } from "../private/Icon";
9
+
10
+ const { withProvider, withContext } = createStyleContext(controlChip);
11
+ const withStateProps = createWithStateProps([useCheckboxContext, useRadioGroupItemContext], {
12
+ strict: false,
13
+ });
14
+
15
+ export interface ControlChipRootBaseProps extends PrimitiveProps, ControlChipVariantProps {}
16
+
17
+ export interface ControlChipRootProps
18
+ extends ControlChipRootBaseProps,
19
+ React.HTMLAttributes<HTMLButtonElement> {}
20
+
21
+ export const ControlChipRoot = withProvider<HTMLButtonElement, ControlChipRootProps>(
22
+ Primitive.button,
23
+ "root",
24
+ );
25
+
26
+ export interface ControlChipLabelProps
27
+ extends PrimitiveProps,
28
+ React.HTMLAttributes<HTMLSpanElement> {}
29
+
30
+ export const ControlChipLabel = withContext<HTMLSpanElement, ControlChipLabelProps>(
31
+ withStateProps(Primitive.span),
32
+ "label",
33
+ );
34
+
35
+ export interface ControlChipPrefixIconProps extends IconProps {}
36
+
37
+ export const ControlChipPrefixIcon = withContext<SVGSVGElement, ControlChipPrefixIconProps>(
38
+ withStateProps(Icon),
39
+ "prefixIcon",
40
+ );
41
+
42
+ export interface ControlChipSuffixIconProps extends IconProps {}
43
+
44
+ export const ControlChipSuffixIcon = withContext<SVGSVGElement, ControlChipSuffixIconProps>(
45
+ withStateProps(Icon),
46
+ "suffixIcon",
47
+ );
48
+
49
+ export interface ControlChipIconProps extends IconProps {}
50
+
51
+ export const ControlChipIcon = withContext<SVGSVGElement, ControlChipIconProps>(
52
+ withStateProps(Icon),
53
+ "icon",
54
+ );
55
+
56
+ export interface ControlChipCountProps
57
+ extends PrimitiveProps,
58
+ React.HTMLAttributes<HTMLSpanElement> {}
59
+
60
+ export const ControlChipCount = withContext<HTMLSpanElement, ControlChipCountProps>(
61
+ withStateProps(Primitive.span),
62
+ "count",
63
+ );
@@ -0,0 +1,17 @@
1
+ export {
2
+ ControlChipCount,
3
+ ControlChipIcon,
4
+ ControlChipLabel,
5
+ ControlChipPrefixIcon,
6
+ ControlChipRoot,
7
+ ControlChipSuffixIcon,
8
+ type ControlChipCountProps,
9
+ type ControlChipIconProps,
10
+ type ControlChipLabelProps,
11
+ type ControlChipPrefixIconProps,
12
+ type ControlChipRootBaseProps,
13
+ type ControlChipRootProps,
14
+ type ControlChipSuffixIconProps,
15
+ } from "./ControlChip";
16
+
17
+ export * as ControlChip from "./ControlChip.namespace";
@@ -0,0 +1,22 @@
1
+ export {
2
+ DialogBackdrop as Backdrop,
3
+ DialogPositioner as Positioner,
4
+ DialogContent as Content,
5
+ DialogDescription as Description,
6
+ DialogFooter as Footer,
7
+ DialogHeader as Header,
8
+ DialogRoot as Root,
9
+ DialogTitle as Title,
10
+ DialogTrigger as Trigger,
11
+ DialogAction as Action,
12
+ type DialogBackdropProps as BackdropProps,
13
+ type DialogPositionerProps as PositionerProps,
14
+ type DialogContentProps as ContentProps,
15
+ type DialogDescriptionProps as DescriptionProps,
16
+ type DialogFooterProps as FooterProps,
17
+ type DialogHeaderProps as HeaderProps,
18
+ type DialogRootProps as RootProps,
19
+ type DialogTitleProps as TitleProps,
20
+ type DialogTriggerProps as TriggerProps,
21
+ type DialogActionProps as ActionProps,
22
+ } from "./Dialog";