@seed-design/react 1.2.15 → 2.0.1

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 (391) hide show
  1. package/lib/components/Accordion/Accordion.cjs +42 -0
  2. package/lib/components/Accordion/Accordion.d.ts +35 -0
  3. package/lib/components/Accordion/Accordion.d.ts.map +1 -0
  4. package/lib/components/Accordion/Accordion.js +32 -0
  5. package/lib/components/Accordion/Accordion.namespace.cjs +22 -0
  6. package/lib/components/Accordion/Accordion.namespace.d.ts +2 -0
  7. package/lib/components/Accordion/Accordion.namespace.d.ts.map +1 -0
  8. package/lib/components/Accordion/Accordion.namespace.js +17 -0
  9. package/lib/components/Accordion/index.cjs +19 -0
  10. package/lib/components/Accordion/index.d.ts +3 -0
  11. package/lib/components/Accordion/index.d.ts.map +1 -0
  12. package/lib/components/Accordion/index.js +3 -0
  13. package/lib/components/ActionButton/ActionButton.cjs +1 -1
  14. package/lib/components/ActionButton/ActionButton.d.ts +1 -1
  15. package/lib/components/ActionButton/ActionButton.d.ts.map +1 -1
  16. package/lib/components/ActionButton/ActionButton.js +1 -1
  17. package/lib/components/ActionSheet/ActionSheet.cjs +12 -12
  18. package/lib/components/ActionSheet/ActionSheet.d.ts +22 -22
  19. package/lib/components/ActionSheet/ActionSheet.js +12 -12
  20. package/lib/components/Article/Article.d.ts +2 -3
  21. package/lib/components/Article/Article.d.ts.map +1 -1
  22. package/lib/components/AspectRatio/AspectRatio.d.ts +2 -2
  23. package/lib/components/AspectRatio/AspectRatio.d.ts.map +1 -1
  24. package/lib/components/AttachmentDisplay/AttachmentDisplay.cjs +63 -0
  25. package/lib/components/AttachmentDisplay/AttachmentDisplay.d.ts +43 -0
  26. package/lib/components/AttachmentDisplay/AttachmentDisplay.d.ts.map +1 -0
  27. package/lib/components/AttachmentDisplay/AttachmentDisplay.js +49 -0
  28. package/lib/components/AttachmentDisplay/AttachmentDisplay.namespace.cjs +37 -0
  29. package/lib/components/AttachmentDisplay/AttachmentDisplay.namespace.d.ts +5 -0
  30. package/lib/components/AttachmentDisplay/AttachmentDisplay.namespace.d.ts.map +1 -0
  31. package/lib/components/AttachmentDisplay/AttachmentDisplay.namespace.js +32 -0
  32. package/lib/components/AttachmentDisplay/AttachmentDisplayItem.cjs +110 -0
  33. package/lib/components/AttachmentDisplay/AttachmentDisplayItem.d.ts +30 -0
  34. package/lib/components/AttachmentDisplay/AttachmentDisplayItem.d.ts.map +1 -0
  35. package/lib/components/AttachmentDisplay/AttachmentDisplayItem.js +100 -0
  36. package/lib/components/AttachmentDisplay/AttachmentDisplayTrigger.cjs +50 -0
  37. package/lib/components/AttachmentDisplay/AttachmentDisplayTrigger.d.ts +18 -0
  38. package/lib/components/AttachmentDisplay/AttachmentDisplayTrigger.d.ts.map +1 -0
  39. package/lib/components/AttachmentDisplay/AttachmentDisplayTrigger.js +45 -0
  40. package/lib/components/AttachmentDisplay/index.cjs +34 -0
  41. package/lib/components/AttachmentDisplay/index.d.ts +6 -0
  42. package/lib/components/AttachmentDisplay/index.d.ts.map +1 -0
  43. package/lib/components/AttachmentDisplay/index.js +5 -0
  44. package/lib/components/AttachmentInput/AttachmentInput.cjs +37 -0
  45. package/lib/components/AttachmentInput/AttachmentInput.d.ts +23 -0
  46. package/lib/components/AttachmentInput/AttachmentInput.d.ts.map +1 -0
  47. package/lib/components/AttachmentInput/AttachmentInput.js +30 -0
  48. package/lib/components/AttachmentInput/AttachmentInput.namespace.cjs +35 -0
  49. package/lib/components/AttachmentInput/AttachmentInput.namespace.d.ts +6 -0
  50. package/lib/components/AttachmentInput/AttachmentInput.namespace.d.ts.map +1 -0
  51. package/lib/components/AttachmentInput/AttachmentInput.namespace.js +30 -0
  52. package/lib/components/AttachmentInput/AttachmentInput.test.d.ts +2 -0
  53. package/lib/components/AttachmentInput/AttachmentInput.test.d.ts.map +1 -0
  54. package/lib/components/AttachmentInput/AttachmentInputDropzone.cjs +12 -0
  55. package/lib/components/AttachmentInput/AttachmentInputDropzone.d.ts +9 -0
  56. package/lib/components/AttachmentInput/AttachmentInputDropzone.d.ts.map +1 -0
  57. package/lib/components/AttachmentInput/AttachmentInputDropzone.js +10 -0
  58. package/lib/components/AttachmentInput/AttachmentInputItem.cjs +138 -0
  59. package/lib/components/AttachmentInput/AttachmentInputItem.d.ts +36 -0
  60. package/lib/components/AttachmentInput/AttachmentInputItem.d.ts.map +1 -0
  61. package/lib/components/AttachmentInput/AttachmentInputItem.js +126 -0
  62. package/lib/components/AttachmentInput/AttachmentInputTrigger.cjs +54 -0
  63. package/lib/components/AttachmentInput/AttachmentInputTrigger.d.ts +21 -0
  64. package/lib/components/AttachmentInput/AttachmentInputTrigger.d.ts.map +1 -0
  65. package/lib/components/AttachmentInput/AttachmentInputTrigger.js +49 -0
  66. package/lib/components/AttachmentInput/index.cjs +32 -0
  67. package/lib/components/AttachmentInput/index.d.ts +7 -0
  68. package/lib/components/AttachmentInput/index.d.ts.map +1 -0
  69. package/lib/components/AttachmentInput/index.js +6 -0
  70. package/lib/components/BottomSheet/BottomSheet.cjs +36 -9
  71. package/lib/components/BottomSheet/BottomSheet.d.ts +2 -7
  72. package/lib/components/BottomSheet/BottomSheet.d.ts.map +1 -1
  73. package/lib/components/BottomSheet/BottomSheet.js +35 -9
  74. package/lib/components/Box/Box.cjs +10 -3
  75. package/lib/components/Box/Box.d.ts +4 -2
  76. package/lib/components/Box/Box.d.ts.map +1 -1
  77. package/lib/components/Box/Box.js +10 -3
  78. package/lib/components/Checkbox/Checkbox.cjs +2 -6
  79. package/lib/components/Checkbox/Checkbox.d.ts +1 -7
  80. package/lib/components/Checkbox/Checkbox.d.ts.map +1 -1
  81. package/lib/components/Checkbox/Checkbox.js +2 -6
  82. package/lib/components/Chip/Chip.cjs +1 -1
  83. package/lib/components/Chip/Chip.js +1 -1
  84. package/lib/components/ChipTabs/ChipTabs.cjs +0 -1
  85. package/lib/components/ChipTabs/ChipTabs.d.ts.map +1 -1
  86. package/lib/components/ChipTabs/ChipTabs.js +0 -1
  87. package/lib/components/Columns/Columns.d.ts +4 -4
  88. package/lib/components/Columns/Columns.d.ts.map +1 -1
  89. package/lib/components/ExtendedActionSheet/ExtendedActionSheet.cjs +13 -13
  90. package/lib/components/ExtendedActionSheet/ExtendedActionSheet.d.ts +24 -24
  91. package/lib/components/ExtendedActionSheet/ExtendedActionSheet.js +13 -13
  92. package/lib/components/FieldButton/FieldButton.cjs +22 -3
  93. package/lib/components/FieldButton/FieldButton.d.ts +3 -2
  94. package/lib/components/FieldButton/FieldButton.d.ts.map +1 -1
  95. package/lib/components/FieldButton/FieldButton.js +23 -3
  96. package/lib/components/Flex/Flex.d.ts +5 -3
  97. package/lib/components/Flex/Flex.d.ts.map +1 -1
  98. package/lib/components/Footer/Footer.namespace.cjs +11 -0
  99. package/lib/components/Footer/Footer.namespace.d.ts +2 -0
  100. package/lib/components/Footer/Footer.namespace.d.ts.map +1 -0
  101. package/lib/components/Footer/Footer.namespace.js +6 -0
  102. package/lib/components/Footer/FooterLinkText.cjs +23 -0
  103. package/lib/components/Footer/FooterLinkText.d.ts +7 -0
  104. package/lib/components/Footer/FooterLinkText.d.ts.map +1 -0
  105. package/lib/components/Footer/FooterLinkText.js +20 -0
  106. package/lib/components/Footer/index.cjs +10 -0
  107. package/lib/components/Footer/index.d.ts +3 -0
  108. package/lib/components/Footer/index.d.ts.map +1 -0
  109. package/lib/components/Footer/index.js +3 -0
  110. package/lib/components/Grid/Grid.cjs +7 -2
  111. package/lib/components/Grid/Grid.d.ts +7 -5
  112. package/lib/components/Grid/Grid.d.ts.map +1 -1
  113. package/lib/components/Grid/Grid.js +7 -2
  114. package/lib/components/GridItem/GridItem.d.ts +3 -2
  115. package/lib/components/GridItem/GridItem.d.ts.map +1 -1
  116. package/lib/components/HelpBubble/HelpBubble.cjs +4 -7
  117. package/lib/components/HelpBubble/HelpBubble.d.ts.map +1 -1
  118. package/lib/components/HelpBubble/HelpBubble.js +4 -7
  119. package/lib/components/HelpBubbleTooltip/HelpBubbleTooltip.cjs +64 -0
  120. package/lib/components/HelpBubbleTooltip/HelpBubbleTooltip.d.ts +60 -0
  121. package/lib/components/HelpBubbleTooltip/HelpBubbleTooltip.d.ts.map +1 -0
  122. package/lib/components/HelpBubbleTooltip/HelpBubbleTooltip.js +52 -0
  123. package/lib/components/HelpBubbleTooltip/HelpBubbleTooltip.namespace.cjs +23 -0
  124. package/lib/components/HelpBubbleTooltip/HelpBubbleTooltip.namespace.d.ts +2 -0
  125. package/lib/components/HelpBubbleTooltip/HelpBubbleTooltip.namespace.d.ts.map +1 -0
  126. package/lib/components/HelpBubbleTooltip/HelpBubbleTooltip.namespace.js +18 -0
  127. package/lib/components/HelpBubbleTooltip/index.cjs +20 -0
  128. package/lib/components/HelpBubbleTooltip/index.d.ts +3 -0
  129. package/lib/components/HelpBubbleTooltip/index.d.ts.map +1 -0
  130. package/lib/components/HelpBubbleTooltip/index.js +3 -0
  131. package/lib/components/Icon/Icon.d.ts +2 -1
  132. package/lib/components/Icon/Icon.d.ts.map +1 -1
  133. package/lib/components/ImageFrame/ImageFrame.cjs +10 -10
  134. package/lib/components/ImageFrame/ImageFrame.d.ts +3 -11
  135. package/lib/components/ImageFrame/ImageFrame.d.ts.map +1 -1
  136. package/lib/components/ImageFrame/ImageFrame.js +10 -10
  137. package/lib/components/Inline/Inline.d.ts +2 -2
  138. package/lib/components/Inline/Inline.d.ts.map +1 -1
  139. package/lib/components/Layout/Layout.cjs +12 -0
  140. package/lib/components/Layout/Layout.d.ts +10 -0
  141. package/lib/components/Layout/Layout.d.ts.map +1 -0
  142. package/lib/components/Layout/Layout.js +10 -0
  143. package/lib/components/Layout/Layout.namespace.cjs +14 -0
  144. package/lib/components/Layout/Layout.namespace.d.ts +2 -0
  145. package/lib/components/Layout/Layout.namespace.d.ts.map +1 -0
  146. package/lib/components/Layout/Layout.namespace.js +9 -0
  147. package/lib/components/Layout/index.cjs +11 -0
  148. package/lib/components/Layout/index.d.ts +3 -0
  149. package/lib/components/Layout/index.d.ts.map +1 -0
  150. package/lib/components/Layout/index.js +3 -0
  151. package/lib/components/List/List.cjs +1 -1
  152. package/lib/components/List/List.d.ts +1 -1
  153. package/lib/components/List/List.d.ts.map +1 -1
  154. package/lib/components/List/List.js +1 -1
  155. package/lib/components/Menu/Menu.cjs +76 -0
  156. package/lib/components/Menu/Menu.d.ts +42 -0
  157. package/lib/components/Menu/Menu.d.ts.map +1 -0
  158. package/lib/components/Menu/Menu.js +62 -0
  159. package/lib/components/Menu/Menu.namespace.cjs +24 -0
  160. package/lib/components/Menu/Menu.namespace.d.ts +2 -0
  161. package/lib/components/Menu/Menu.namespace.d.ts.map +1 -0
  162. package/lib/components/Menu/Menu.namespace.js +19 -0
  163. package/lib/components/Menu/index.cjs +21 -0
  164. package/lib/components/Menu/index.d.ts +3 -0
  165. package/lib/components/Menu/index.d.ts.map +1 -0
  166. package/lib/components/Menu/index.js +3 -0
  167. package/lib/components/MenuSheet/MenuSheet.cjs +48 -0
  168. package/lib/components/MenuSheet/MenuSheet.d.ts +96 -0
  169. package/lib/components/MenuSheet/MenuSheet.d.ts.map +1 -1
  170. package/lib/components/MenuSheet/MenuSheet.js +48 -0
  171. package/lib/components/NavigationMenu/NavigationMenu.cjs +76 -0
  172. package/lib/components/NavigationMenu/NavigationMenu.d.ts +42 -0
  173. package/lib/components/NavigationMenu/NavigationMenu.d.ts.map +1 -0
  174. package/lib/components/NavigationMenu/NavigationMenu.js +62 -0
  175. package/lib/components/NavigationMenu/NavigationMenu.namespace.cjs +24 -0
  176. package/lib/components/NavigationMenu/NavigationMenu.namespace.d.ts +2 -0
  177. package/lib/components/NavigationMenu/NavigationMenu.namespace.d.ts.map +1 -0
  178. package/lib/components/NavigationMenu/NavigationMenu.namespace.js +19 -0
  179. package/lib/components/NavigationMenu/index.cjs +21 -0
  180. package/lib/components/NavigationMenu/index.d.ts +3 -0
  181. package/lib/components/NavigationMenu/index.d.ts.map +1 -0
  182. package/lib/components/NavigationMenu/index.js +3 -0
  183. package/lib/components/RadioGroup/RadioGroup.cjs +1 -1
  184. package/lib/components/RadioGroup/RadioGroup.js +1 -1
  185. package/lib/components/ResponsivePair/ResponsivePair.cjs +8 -5
  186. package/lib/components/ResponsivePair/ResponsivePair.d.ts +3 -2
  187. package/lib/components/ResponsivePair/ResponsivePair.d.ts.map +1 -1
  188. package/lib/components/ResponsivePair/ResponsivePair.js +8 -5
  189. package/lib/components/ResponsiveSidePanel/ResponsiveSidePanel.cjs +184 -0
  190. package/lib/components/ResponsiveSidePanel/ResponsiveSidePanel.d.ts +65 -0
  191. package/lib/components/ResponsiveSidePanel/ResponsiveSidePanel.d.ts.map +1 -0
  192. package/lib/components/ResponsiveSidePanel/ResponsiveSidePanel.js +170 -0
  193. package/lib/components/ResponsiveSidePanel/ResponsiveSidePanel.namespace.cjs +24 -0
  194. package/lib/components/ResponsiveSidePanel/ResponsiveSidePanel.namespace.d.ts +2 -0
  195. package/lib/components/ResponsiveSidePanel/ResponsiveSidePanel.namespace.d.ts.map +1 -0
  196. package/lib/components/ResponsiveSidePanel/ResponsiveSidePanel.namespace.js +19 -0
  197. package/lib/components/ResponsiveSidePanel/index.cjs +22 -0
  198. package/lib/components/ResponsiveSidePanel/index.d.ts +3 -0
  199. package/lib/components/ResponsiveSidePanel/index.d.ts.map +1 -0
  200. package/lib/components/ResponsiveSidePanel/index.js +3 -0
  201. package/lib/components/ScrollFog/ScrollFog.cjs +1 -2
  202. package/lib/components/ScrollFog/ScrollFog.d.ts.map +1 -1
  203. package/lib/components/ScrollFog/ScrollFog.js +4 -5
  204. package/lib/components/SelectBox/CheckSelectBox.cjs +2 -2
  205. package/lib/components/SelectBox/CheckSelectBox.d.ts +1 -1
  206. package/lib/components/SelectBox/CheckSelectBox.d.ts.map +1 -1
  207. package/lib/components/SelectBox/CheckSelectBox.js +1 -1
  208. package/lib/components/SideNavigation/SideNavigation.cjs +175 -0
  209. package/lib/components/SideNavigation/SideNavigation.d.ts +59 -0
  210. package/lib/components/SideNavigation/SideNavigation.d.ts.map +1 -0
  211. package/lib/components/SideNavigation/SideNavigation.js +157 -0
  212. package/lib/components/SideNavigation/SideNavigation.namespace.cjs +28 -0
  213. package/lib/components/SideNavigation/SideNavigation.namespace.d.ts +3 -0
  214. package/lib/components/SideNavigation/SideNavigation.namespace.d.ts.map +1 -0
  215. package/lib/components/SideNavigation/SideNavigation.namespace.js +23 -0
  216. package/lib/components/SideNavigation/index.cjs +25 -0
  217. package/lib/components/SideNavigation/index.d.ts +4 -0
  218. package/lib/components/SideNavigation/index.d.ts.map +1 -0
  219. package/lib/components/SideNavigation/index.js +3 -0
  220. package/lib/components/SidePanel/SidePanel.cjs +100 -0
  221. package/lib/components/SidePanel/SidePanel.d.ts +41 -0
  222. package/lib/components/SidePanel/SidePanel.d.ts.map +1 -0
  223. package/lib/components/SidePanel/SidePanel.js +87 -0
  224. package/lib/components/SidePanel/SidePanel.namespace.cjs +23 -0
  225. package/lib/components/SidePanel/SidePanel.namespace.d.ts +2 -0
  226. package/lib/components/SidePanel/SidePanel.namespace.d.ts.map +1 -0
  227. package/lib/components/SidePanel/SidePanel.namespace.js +18 -0
  228. package/lib/components/SidePanel/index.cjs +20 -0
  229. package/lib/components/SidePanel/index.d.ts +3 -0
  230. package/lib/components/SidePanel/index.d.ts.map +1 -0
  231. package/lib/components/SidePanel/index.js +3 -0
  232. package/lib/components/Slider/Slider.cjs +2 -2
  233. package/lib/components/Slider/Slider.js +2 -2
  234. package/lib/components/Snackbar/Snackbar.cjs +2 -2
  235. package/lib/components/Snackbar/Snackbar.d.ts +1 -1
  236. package/lib/components/Snackbar/Snackbar.d.ts.map +1 -1
  237. package/lib/components/Snackbar/Snackbar.js +2 -2
  238. package/lib/components/Stack/Stack.d.ts +4 -6
  239. package/lib/components/Stack/Stack.d.ts.map +1 -1
  240. package/lib/components/SwipeableMenuSheet/SwipeableMenuSheet.cjs +123 -0
  241. package/lib/components/SwipeableMenuSheet/SwipeableMenuSheet.d.ts +60 -0
  242. package/lib/components/SwipeableMenuSheet/SwipeableMenuSheet.d.ts.map +1 -0
  243. package/lib/components/SwipeableMenuSheet/SwipeableMenuSheet.js +104 -0
  244. package/lib/components/SwipeableMenuSheet/SwipeableMenuSheet.namespace.cjs +29 -0
  245. package/lib/components/SwipeableMenuSheet/SwipeableMenuSheet.namespace.d.ts +2 -0
  246. package/lib/components/SwipeableMenuSheet/SwipeableMenuSheet.namespace.d.ts.map +1 -0
  247. package/lib/components/SwipeableMenuSheet/SwipeableMenuSheet.namespace.js +24 -0
  248. package/lib/components/SwipeableMenuSheet/index.cjs +26 -0
  249. package/lib/components/SwipeableMenuSheet/index.d.ts +3 -0
  250. package/lib/components/SwipeableMenuSheet/index.d.ts.map +1 -0
  251. package/lib/components/SwipeableMenuSheet/index.js +3 -0
  252. package/lib/components/Switch/Switch.cjs +1 -5
  253. package/lib/components/Switch/Switch.d.ts +1 -7
  254. package/lib/components/Switch/Switch.d.ts.map +1 -1
  255. package/lib/components/Switch/Switch.js +1 -5
  256. package/lib/components/TagGroup/TagGroup.cjs +1 -1
  257. package/lib/components/TagGroup/TagGroup.js +1 -1
  258. package/lib/components/TextField/TextField.cjs +1 -1
  259. package/lib/components/TextField/TextField.js +1 -1
  260. package/lib/components/index.cjs +249 -0
  261. package/lib/components/index.d.ts +12 -0
  262. package/lib/components/index.d.ts.map +1 -1
  263. package/lib/components/index.js +30 -1
  264. package/lib/components/private/useDismissible.d.ts +6 -6
  265. package/lib/hooks/useBreakpoint.cjs +15 -0
  266. package/lib/hooks/useBreakpoint.d.ts +12 -0
  267. package/lib/hooks/useBreakpoint.d.ts.map +1 -0
  268. package/lib/hooks/useBreakpoint.js +13 -0
  269. package/lib/hooks/useBreakpoint.test.d.ts +2 -0
  270. package/lib/hooks/useBreakpoint.test.d.ts.map +1 -0
  271. package/lib/hooks/useBreakpointValue.cjs +23 -0
  272. package/lib/hooks/useBreakpointValue.d.ts +8 -0
  273. package/lib/hooks/useBreakpointValue.d.ts.map +1 -0
  274. package/lib/hooks/useBreakpointValue.js +22 -0
  275. package/lib/hooks/useBreakpointValue.test.d.ts +2 -0
  276. package/lib/hooks/useBreakpointValue.test.d.ts.map +1 -0
  277. package/lib/index.cjs +255 -0
  278. package/lib/index.d.ts +6 -0
  279. package/lib/index.d.ts.map +1 -1
  280. package/lib/index.js +33 -1
  281. package/lib/primitive.cjs +45 -0
  282. package/lib/primitive.d.ts +5 -0
  283. package/lib/primitive.d.ts.map +1 -1
  284. package/lib/primitive.js +5 -0
  285. package/lib/primitives/breakpoint-store.cjs +52 -0
  286. package/lib/primitives/breakpoint-store.d.ts +7 -0
  287. package/lib/primitives/breakpoint-store.d.ts.map +1 -0
  288. package/lib/primitives/breakpoint-store.js +50 -0
  289. package/lib/providers/BreakpointProvider.cjs +20 -0
  290. package/lib/providers/BreakpointProvider.d.ts +8 -0
  291. package/lib/providers/BreakpointProvider.d.ts.map +1 -0
  292. package/lib/providers/BreakpointProvider.js +19 -0
  293. package/lib/types/responsive.cjs +7 -0
  294. package/lib/types/responsive.d.ts +12 -0
  295. package/lib/types/responsive.d.ts.map +1 -0
  296. package/lib/types/responsive.js +7 -0
  297. package/lib/utils/createRenderTrackingContext.cjs +45 -0
  298. package/lib/utils/createRenderTrackingContext.d.ts +28 -0
  299. package/lib/utils/createRenderTrackingContext.d.ts.map +1 -0
  300. package/lib/utils/createRenderTrackingContext.js +44 -0
  301. package/lib/utils/getHelpBubbleArrowTipPath.cjs +14 -0
  302. package/lib/utils/getHelpBubbleArrowTipPath.d.ts +7 -0
  303. package/lib/utils/getHelpBubbleArrowTipPath.d.ts.map +1 -0
  304. package/lib/utils/getHelpBubbleArrowTipPath.js +14 -0
  305. package/lib/utils/styled.cjs +49 -75
  306. package/lib/utils/styled.d.ts +180 -62
  307. package/lib/utils/styled.d.ts.map +1 -1
  308. package/lib/utils/styled.js +49 -76
  309. package/package.json +33 -26
  310. package/src/components/Accordion/Accordion.namespace.ts +22 -0
  311. package/src/components/Accordion/Accordion.tsx +119 -0
  312. package/src/components/Accordion/index.ts +24 -0
  313. package/src/components/ActionButton/ActionButton.tsx +1 -1
  314. package/src/components/ActionSheet/ActionSheet.tsx +22 -22
  315. package/src/components/Article/Article.tsx +1 -1
  316. package/src/components/AspectRatio/AspectRatio.tsx +2 -2
  317. package/src/components/AttachmentDisplay/AttachmentDisplay.namespace.ts +57 -0
  318. package/src/components/AttachmentDisplay/AttachmentDisplay.tsx +165 -0
  319. package/src/components/AttachmentDisplay/AttachmentDisplayItem.tsx +204 -0
  320. package/src/components/AttachmentDisplay/AttachmentDisplayTrigger.tsx +82 -0
  321. package/src/components/AttachmentDisplay/index.ts +59 -0
  322. package/src/components/AttachmentInput/AttachmentInput.namespace.ts +54 -0
  323. package/src/components/AttachmentInput/AttachmentInput.test.tsx +161 -0
  324. package/src/components/AttachmentInput/AttachmentInput.tsx +77 -0
  325. package/src/components/AttachmentInput/AttachmentInputDropzone.tsx +25 -0
  326. package/src/components/AttachmentInput/AttachmentInputItem.tsx +246 -0
  327. package/src/components/AttachmentInput/AttachmentInputTrigger.tsx +85 -0
  328. package/src/components/AttachmentInput/index.ts +56 -0
  329. package/src/components/BottomSheet/BottomSheet.tsx +51 -22
  330. package/src/components/Box/Box.tsx +30 -7
  331. package/src/components/Checkbox/Checkbox.tsx +3 -31
  332. package/src/components/ChipTabs/ChipTabs.tsx +0 -6
  333. package/src/components/Columns/Columns.tsx +4 -3
  334. package/src/components/ExtendedActionSheet/ExtendedActionSheet.tsx +24 -24
  335. package/src/components/FieldButton/FieldButton.tsx +36 -8
  336. package/src/components/Flex/Flex.tsx +5 -3
  337. package/src/components/Footer/Footer.namespace.ts +4 -0
  338. package/src/components/Footer/FooterLinkText.tsx +23 -0
  339. package/src/components/Footer/index.ts +3 -0
  340. package/src/components/Grid/Grid.tsx +15 -8
  341. package/src/components/GridItem/GridItem.tsx +3 -2
  342. package/src/components/HelpBubble/HelpBubble.tsx +2 -5
  343. package/src/components/HelpBubbleTooltip/HelpBubbleTooltip.namespace.ts +24 -0
  344. package/src/components/HelpBubbleTooltip/HelpBubbleTooltip.tsx +169 -0
  345. package/src/components/HelpBubbleTooltip/index.ts +26 -0
  346. package/src/components/Icon/Icon.tsx +2 -1
  347. package/src/components/ImageFrame/ImageFrame.test.tsx +1 -3
  348. package/src/components/ImageFrame/ImageFrame.tsx +29 -35
  349. package/src/components/Inline/Inline.tsx +2 -1
  350. package/src/components/Layout/Layout.namespace.ts +6 -0
  351. package/src/components/Layout/Layout.tsx +21 -0
  352. package/src/components/Layout/index.ts +8 -0
  353. package/src/components/List/List.tsx +5 -1
  354. package/src/components/Menu/Menu.namespace.ts +26 -0
  355. package/src/components/Menu/Menu.tsx +157 -0
  356. package/src/components/Menu/index.ts +28 -0
  357. package/src/components/MenuSheet/MenuSheet.tsx +96 -0
  358. package/src/components/NavigationMenu/NavigationMenu.namespace.ts +26 -0
  359. package/src/components/NavigationMenu/NavigationMenu.tsx +172 -0
  360. package/src/components/NavigationMenu/index.ts +28 -0
  361. package/src/components/ResponsivePair/ResponsivePair.tsx +13 -7
  362. package/src/components/ResponsiveSidePanel/ResponsiveSidePanel.namespace.ts +26 -0
  363. package/src/components/ResponsiveSidePanel/ResponsiveSidePanel.tsx +316 -0
  364. package/src/components/ResponsiveSidePanel/index.ts +29 -0
  365. package/src/components/ScrollFog/ScrollFog.tsx +2 -11
  366. package/src/components/SelectBox/CheckSelectBox.tsx +1 -1
  367. package/src/components/SideNavigation/SideNavigation.namespace.ts +37 -0
  368. package/src/components/SideNavigation/SideNavigation.tsx +342 -0
  369. package/src/components/SideNavigation/index.ts +39 -0
  370. package/src/components/SidePanel/SidePanel.namespace.ts +24 -0
  371. package/src/components/SidePanel/SidePanel.tsx +216 -0
  372. package/src/components/SidePanel/index.ts +26 -0
  373. package/src/components/Snackbar/Snackbar.tsx +2 -4
  374. package/src/components/Stack/Stack.tsx +4 -3
  375. package/src/components/SwipeableMenuSheet/SwipeableMenuSheet.namespace.ts +36 -0
  376. package/src/components/SwipeableMenuSheet/SwipeableMenuSheet.tsx +269 -0
  377. package/src/components/SwipeableMenuSheet/index.ts +38 -0
  378. package/src/components/Switch/Switch.tsx +3 -26
  379. package/src/components/index.ts +12 -0
  380. package/src/hooks/useBreakpoint.test.tsx +94 -0
  381. package/src/hooks/useBreakpoint.ts +24 -0
  382. package/src/hooks/useBreakpointValue.test.tsx +102 -0
  383. package/src/hooks/useBreakpointValue.ts +33 -0
  384. package/src/index.ts +8 -0
  385. package/src/primitive.ts +5 -0
  386. package/src/primitives/breakpoint-store.ts +69 -0
  387. package/src/providers/BreakpointProvider.tsx +26 -0
  388. package/src/types/responsive.ts +19 -0
  389. package/src/utils/createRenderTrackingContext.tsx +50 -0
  390. package/src/utils/getHelpBubbleArrowTipPath.ts +11 -0
  391. package/src/utils/styled.tsx +387 -268
@@ -1,5 +1,7 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  require("../_virtual/_rolldown/runtime.cjs");
3
+ const require_Accordion = require("./Accordion/Accordion.cjs");
4
+ const require_Accordion_namespace = require("./Accordion/Accordion.namespace.cjs");
3
5
  const require_Icon = require("./Icon/Icon.cjs");
4
6
  const require_ActionButton = require("./ActionButton/ActionButton.cjs");
5
7
  const require_ActionChip = require("./ActionChip/ActionChip.cjs");
@@ -42,20 +44,35 @@ const require_FieldButton = require("./FieldButton/FieldButton.cjs");
42
44
  const require_FieldButton_namespace = require("./FieldButton/FieldButton.namespace.cjs");
43
45
  const require_Fieldset = require("./Fieldset/Fieldset.cjs");
44
46
  const require_Fieldset_namespace = require("./Fieldset/Fieldset.namespace.cjs");
47
+ const require_AttachmentDisplay = require("./AttachmentDisplay/AttachmentDisplay.cjs");
48
+ const require_AttachmentDisplayItem = require("./AttachmentDisplay/AttachmentDisplayItem.cjs");
49
+ const require_AttachmentDisplayTrigger = require("./AttachmentDisplay/AttachmentDisplayTrigger.cjs");
50
+ const require_AttachmentDisplay_namespace = require("./AttachmentDisplay/AttachmentDisplay.namespace.cjs");
51
+ const require_AttachmentInput = require("./AttachmentInput/AttachmentInput.cjs");
52
+ const require_AttachmentInputDropzone = require("./AttachmentInput/AttachmentInputDropzone.cjs");
53
+ const require_AttachmentInputItem = require("./AttachmentInput/AttachmentInputItem.cjs");
54
+ const require_AttachmentInputTrigger = require("./AttachmentInput/AttachmentInputTrigger.cjs");
55
+ const require_AttachmentInput_namespace = require("./AttachmentInput/AttachmentInput.namespace.cjs");
45
56
  const require_Flex = require("./Flex/Flex.cjs");
46
57
  const require_Float = require("./Float/Float.cjs");
47
58
  const require_FloatingActionButton = require("./FloatingActionButton/FloatingActionButton.cjs");
48
59
  const require_FloatingActionButton_namespace = require("./FloatingActionButton/FloatingActionButton.namespace.cjs");
60
+ const require_FooterLinkText = require("./Footer/FooterLinkText.cjs");
61
+ const require_Footer_namespace = require("./Footer/Footer.namespace.cjs");
49
62
  const require_Grid = require("./Grid/Grid.cjs");
50
63
  const require_GridItem = require("./GridItem/GridItem.cjs");
51
64
  const require_HelpBubble = require("./HelpBubble/HelpBubble.cjs");
52
65
  const require_HelpBubble_namespace = require("./HelpBubble/HelpBubble.namespace.cjs");
66
+ const require_HelpBubbleTooltip = require("./HelpBubbleTooltip/HelpBubbleTooltip.cjs");
67
+ const require_HelpBubbleTooltip_namespace = require("./HelpBubbleTooltip/HelpBubbleTooltip.namespace.cjs");
53
68
  const require_IdentityPlaceholder = require("./IdentityPlaceholder/IdentityPlaceholder.cjs");
54
69
  const require_IdentityPlaceholder_namespace = require("./IdentityPlaceholder/IdentityPlaceholder.namespace.cjs");
55
70
  const require_ImageFrame = require("./ImageFrame/ImageFrame.cjs");
56
71
  const require_Inline = require("./Inline/Inline.cjs");
57
72
  const require_InlineBanner = require("./InlineBanner/InlineBanner.cjs");
58
73
  const require_InlineBanner_namespace = require("./InlineBanner/InlineBanner.namespace.cjs");
74
+ const require_Layout = require("./Layout/Layout.cjs");
75
+ const require_Layout_namespace = require("./Layout/Layout.namespace.cjs");
59
76
  const require_LinkContent = require("./LinkContent/LinkContent.cjs");
60
77
  const require_Stack = require("./Stack/Stack.cjs");
61
78
  const require_List = require("./List/List.cjs");
@@ -65,8 +82,12 @@ const require_LoadingIndicator = require("./LoadingIndicator/LoadingIndicator.cj
65
82
  const require_MannerTempEmote = require("./MannerTemp/MannerTempEmote.cjs");
66
83
  const require_MannerTemp = require("./MannerTemp/MannerTemp.cjs");
67
84
  const require_MannerTempBadge = require("./MannerTempBadge/MannerTempBadge.cjs");
85
+ const require_Menu = require("./Menu/Menu.cjs");
86
+ const require_Menu_namespace = require("./Menu/Menu.namespace.cjs");
68
87
  const require_MenuSheet = require("./MenuSheet/MenuSheet.cjs");
69
88
  const require_MenuSheet_namespace = require("./MenuSheet/MenuSheet.namespace.cjs");
89
+ const require_NavigationMenu = require("./NavigationMenu/NavigationMenu.cjs");
90
+ const require_NavigationMenu_namespace = require("./NavigationMenu/NavigationMenu.namespace.cjs");
70
91
  const require_NotificationBadge = require("./NotificationBadge/NotificationBadge.cjs");
71
92
  const require_PageBanner = require("./PageBanner/PageBanner.cjs");
72
93
  const require_PageBanner_namespace = require("./PageBanner/PageBanner.namespace.cjs");
@@ -80,6 +101,10 @@ const require_RadioGroupField = require("./RadioGroupField/RadioGroupField.cjs")
80
101
  const require_RadioGroupField_namespace = require("./RadioGroupField/RadioGroupField.namespace.cjs");
81
102
  const require_ReactionButton = require("./ReactionButton/ReactionButton.cjs");
82
103
  const require_ResponsivePair = require("./ResponsivePair/ResponsivePair.cjs");
104
+ const require_SidePanel = require("./SidePanel/SidePanel.cjs");
105
+ const require_SidePanel_namespace = require("./SidePanel/SidePanel.namespace.cjs");
106
+ const require_ResponsiveSidePanel = require("./ResponsiveSidePanel/ResponsiveSidePanel.cjs");
107
+ const require_ResponsiveSidePanel_namespace = require("./ResponsiveSidePanel/ResponsiveSidePanel.namespace.cjs");
83
108
  const require_ScrollFog = require("./ScrollFog/ScrollFog.cjs");
84
109
  const require_SegmentedControl = require("./SegmentedControl/SegmentedControl.cjs");
85
110
  const require_SegmentedControl_namespace = require("./SegmentedControl/SegmentedControl.namespace.cjs");
@@ -87,12 +112,16 @@ const require_CheckSelectBox = require("./SelectBox/CheckSelectBox.cjs");
87
112
  const require_RadioSelectBox = require("./SelectBox/RadioSelectBox.cjs");
88
113
  const require_CheckSelectBox_namespace = require("./SelectBox/CheckSelectBox.namespace.cjs");
89
114
  const require_RadioSelectBox_namespace = require("./SelectBox/RadioSelectBox.namespace.cjs");
115
+ const require_SideNavigation = require("./SideNavigation/SideNavigation.cjs");
116
+ const require_SideNavigation_namespace = require("./SideNavigation/SideNavigation.namespace.cjs");
90
117
  const require_Skeleton = require("./Skeleton/Skeleton.cjs");
91
118
  const require_Slider = require("./Slider/Slider.cjs");
92
119
  const require_Slider_namespace = require("./Slider/Slider.namespace.cjs");
93
120
  const require_Snackbar = require("./Snackbar/Snackbar.cjs");
94
121
  const require_useSnackbarAdapter = require("./Snackbar/useSnackbarAdapter.cjs");
95
122
  const require_Snackbar_namespace = require("./Snackbar/Snackbar.namespace.cjs");
123
+ const require_SwipeableMenuSheet = require("./SwipeableMenuSheet/SwipeableMenuSheet.cjs");
124
+ const require_SwipeableMenuSheet_namespace = require("./SwipeableMenuSheet/SwipeableMenuSheet.namespace.cjs");
96
125
  const require_Switch = require("./Switch/Switch.cjs");
97
126
  const require_Switch_namespace = require("./Switch/Switch.namespace.cjs");
98
127
  const require_Tabs = require("./Tabs/Tabs.cjs");
@@ -109,6 +138,22 @@ let _seed_design_react_portal = require("@seed-design/react-portal");
109
138
  let _seed_design_react_pull_to_refresh = require("@seed-design/react-pull-to-refresh");
110
139
  let _seed_design_react_tabs = require("@seed-design/react-tabs");
111
140
  let _seed_design_react_snackbar = require("@seed-design/react-snackbar");
141
+ Object.defineProperty(exports, "Accordion", {
142
+ enumerable: true,
143
+ get: function() {
144
+ return require_Accordion_namespace.Accordion_namespace_exports;
145
+ }
146
+ });
147
+ exports.AccordionBody = require_Accordion.AccordionBody;
148
+ exports.AccordionContent = require_Accordion.AccordionContent;
149
+ exports.AccordionDescription = require_Accordion.AccordionDescription;
150
+ exports.AccordionHeader = require_Accordion.AccordionHeader;
151
+ exports.AccordionItem = require_Accordion.AccordionItem;
152
+ exports.AccordionPrefix = require_Accordion.AccordionPrefix;
153
+ exports.AccordionRoot = require_Accordion.AccordionRoot;
154
+ exports.AccordionSuffixIcon = require_Accordion.AccordionSuffixIcon;
155
+ exports.AccordionTitle = require_Accordion.AccordionTitle;
156
+ exports.AccordionTrigger = require_Accordion.AccordionTrigger;
112
157
  exports.ActionButton = require_ActionButton.ActionButton;
113
158
  exports.ActionChip = require_ActionChip.ActionChip;
114
159
  Object.defineProperty(exports, "ActionSheet", {
@@ -130,6 +175,61 @@ exports.ActionSheetTitle = require_ActionSheet.ActionSheetTitle;
130
175
  exports.ActionSheetTrigger = require_ActionSheet.ActionSheetTrigger;
131
176
  exports.Article = require_Article.Article;
132
177
  exports.AspectRatio = require_AspectRatio.AspectRatio;
178
+ Object.defineProperty(exports, "AttachmentDisplay", {
179
+ enumerable: true,
180
+ get: function() {
181
+ return require_AttachmentDisplay_namespace.AttachmentDisplay_namespace_exports;
182
+ }
183
+ });
184
+ exports.AttachmentDisplayContainer = require_AttachmentDisplay.AttachmentDisplayContainer;
185
+ exports.AttachmentDisplayContext = require_AttachmentDisplay.AttachmentDisplayContext;
186
+ exports.AttachmentDisplayControl = require_AttachmentDisplay.AttachmentDisplayControl;
187
+ exports.AttachmentDisplayDescription = require_AttachmentDisplay.AttachmentDisplayDescription;
188
+ exports.AttachmentDisplayErrorMessage = require_AttachmentDisplay.AttachmentDisplayErrorMessage;
189
+ exports.AttachmentDisplayFooter = require_AttachmentDisplay.AttachmentDisplayFooter;
190
+ exports.AttachmentDisplayHeader = require_AttachmentDisplay.AttachmentDisplayHeader;
191
+ exports.AttachmentDisplayIndicatorText = require_AttachmentDisplay.AttachmentDisplayIndicatorText;
192
+ exports.AttachmentDisplayItem = require_AttachmentDisplayItem.AttachmentDisplayItem;
193
+ exports.AttachmentDisplayItemActionButton = require_AttachmentDisplayItem.AttachmentDisplayItemActionButton;
194
+ exports.AttachmentDisplayItemBackdrop = require_AttachmentDisplayItem.AttachmentDisplayItemBackdrop;
195
+ exports.AttachmentDisplayItemBadge = require_AttachmentDisplayItem.AttachmentDisplayItemBadge;
196
+ exports.AttachmentDisplayItemGroup = require_AttachmentDisplay.AttachmentDisplayItemGroup;
197
+ exports.AttachmentDisplayItemImage = require_AttachmentDisplayItem.AttachmentDisplayItemImage;
198
+ exports.AttachmentDisplayItemMetadata = require_AttachmentDisplayItem.AttachmentDisplayItemMetadata;
199
+ exports.AttachmentDisplayItemRemoveButton = require_AttachmentDisplayItem.AttachmentDisplayItemRemoveButton;
200
+ exports.AttachmentDisplayItemThumbnail = require_AttachmentDisplayItem.AttachmentDisplayItemThumbnail;
201
+ exports.AttachmentDisplayLabel = require_AttachmentDisplay.AttachmentDisplayLabel;
202
+ exports.AttachmentDisplayRequiredIndicator = require_AttachmentDisplay.AttachmentDisplayRequiredIndicator;
203
+ exports.AttachmentDisplayRoot = require_AttachmentDisplay.AttachmentDisplayRoot;
204
+ exports.AttachmentDisplayTrigger = require_AttachmentDisplayTrigger.AttachmentDisplayTrigger;
205
+ exports.AttachmentDisplayTriggerIcon = require_AttachmentDisplayTrigger.AttachmentDisplayTriggerIcon;
206
+ exports.AttachmentDisplayTriggerItemCount = require_AttachmentDisplayTrigger.AttachmentDisplayTriggerItemCount;
207
+ Object.defineProperty(exports, "AttachmentInput", {
208
+ enumerable: true,
209
+ get: function() {
210
+ return require_AttachmentInput_namespace.AttachmentInput_namespace_exports;
211
+ }
212
+ });
213
+ exports.AttachmentInputContainer = require_AttachmentInput.AttachmentInputContainer;
214
+ exports.AttachmentInputContext = require_AttachmentInput.AttachmentInputContext;
215
+ exports.AttachmentInputDropzone = require_AttachmentInputDropzone.AttachmentInputDropzone;
216
+ exports.AttachmentInputDropzoneLabel = require_AttachmentInputDropzone.AttachmentInputDropzoneLabel;
217
+ exports.AttachmentInputHiddenInput = require_AttachmentInput.AttachmentInputHiddenInput;
218
+ exports.AttachmentInputItem = require_AttachmentInputItem.AttachmentInputItem;
219
+ exports.AttachmentInputItemActionButton = require_AttachmentInputItem.AttachmentInputItemActionButton;
220
+ exports.AttachmentInputItemBackdrop = require_AttachmentInputItem.AttachmentInputItemBackdrop;
221
+ exports.AttachmentInputItemBadge = require_AttachmentInputItem.AttachmentInputItemBadge;
222
+ exports.AttachmentInputItemGroup = require_AttachmentInput.AttachmentInputItemGroup;
223
+ exports.AttachmentInputItemImage = require_AttachmentInputItem.AttachmentInputItemImage;
224
+ exports.AttachmentInputItemMetadata = require_AttachmentInputItem.AttachmentInputItemMetadata;
225
+ exports.AttachmentInputItemName = require_AttachmentInputItem.AttachmentInputItemName;
226
+ exports.AttachmentInputItemRemoveButton = require_AttachmentInputItem.AttachmentInputItemRemoveButton;
227
+ exports.AttachmentInputItemSize = require_AttachmentInputItem.AttachmentInputItemSize;
228
+ exports.AttachmentInputItemThumbnail = require_AttachmentInputItem.AttachmentInputItemThumbnail;
229
+ exports.AttachmentInputRoot = require_AttachmentInput.AttachmentInputRoot;
230
+ exports.AttachmentInputTrigger = require_AttachmentInputTrigger.AttachmentInputTrigger;
231
+ exports.AttachmentInputTriggerIcon = require_AttachmentInputTrigger.AttachmentInputTriggerIcon;
232
+ exports.AttachmentInputTriggerItemCount = require_AttachmentInputTrigger.AttachmentInputTriggerItemCount;
133
233
  Object.defineProperty(exports, "Avatar", {
134
234
  enumerable: true,
135
235
  get: function() {
@@ -340,6 +440,13 @@ Object.defineProperty(exports, "FloatingActionButton", {
340
440
  exports.FloatingActionButtonIcon = require_FloatingActionButton.FloatingActionButtonIcon;
341
441
  exports.FloatingActionButtonLabel = require_FloatingActionButton.FloatingActionButtonLabel;
342
442
  exports.FloatingActionButtonRoot = require_FloatingActionButton.FloatingActionButtonRoot;
443
+ Object.defineProperty(exports, "Footer", {
444
+ enumerable: true,
445
+ get: function() {
446
+ return require_Footer_namespace.Footer_namespace_exports;
447
+ }
448
+ });
449
+ exports.FooterLinkText = require_FooterLinkText.FooterLinkText;
343
450
  exports.Grid = require_Grid.Grid;
344
451
  exports.GridItem = require_GridItem.GridItem;
345
452
  exports.HStack = require_Stack.HStack;
@@ -360,6 +467,23 @@ exports.HelpBubblePositioner = require_HelpBubble.HelpBubblePositioner;
360
467
  exports.HelpBubblePositionerPortal = require_HelpBubble.HelpBubblePositionerPortal;
361
468
  exports.HelpBubbleRoot = require_HelpBubble.HelpBubbleRoot;
362
469
  exports.HelpBubbleTitle = require_HelpBubble.HelpBubbleTitle;
470
+ Object.defineProperty(exports, "HelpBubbleTooltip", {
471
+ enumerable: true,
472
+ get: function() {
473
+ return require_HelpBubbleTooltip_namespace.HelpBubbleTooltip_namespace_exports;
474
+ }
475
+ });
476
+ exports.HelpBubbleTooltipArrow = require_HelpBubbleTooltip.HelpBubbleTooltipArrow;
477
+ exports.HelpBubbleTooltipArrowTip = require_HelpBubbleTooltip.HelpBubbleTooltipArrowTip;
478
+ exports.HelpBubbleTooltipBody = require_HelpBubbleTooltip.HelpBubbleTooltipBody;
479
+ exports.HelpBubbleTooltipContent = require_HelpBubbleTooltip.HelpBubbleTooltipContent;
480
+ exports.HelpBubbleTooltipDelayGroup = require_HelpBubbleTooltip.HelpBubbleTooltipDelayGroup;
481
+ exports.HelpBubbleTooltipDescription = require_HelpBubbleTooltip.HelpBubbleTooltipDescription;
482
+ exports.HelpBubbleTooltipPositioner = require_HelpBubbleTooltip.HelpBubbleTooltipPositioner;
483
+ exports.HelpBubbleTooltipPositionerPortal = require_HelpBubbleTooltip.HelpBubbleTooltipPositionerPortal;
484
+ exports.HelpBubbleTooltipRoot = require_HelpBubbleTooltip.HelpBubbleTooltipRoot;
485
+ exports.HelpBubbleTooltipTitle = require_HelpBubbleTooltip.HelpBubbleTooltipTitle;
486
+ exports.HelpBubbleTooltipTrigger = require_HelpBubbleTooltip.HelpBubbleTooltipTrigger;
363
487
  exports.HelpBubbleTrigger = require_HelpBubble.HelpBubbleTrigger;
364
488
  exports.Icon = require_Icon.Icon;
365
489
  Object.defineProperty(exports, "IdentityPlaceholder", {
@@ -389,6 +513,14 @@ exports.InlineBannerDescription = require_InlineBanner.InlineBannerDescription;
389
513
  exports.InlineBannerLink = require_InlineBanner.InlineBannerLink;
390
514
  exports.InlineBannerRoot = require_InlineBanner.InlineBannerRoot;
391
515
  exports.InlineBannerTitle = require_InlineBanner.InlineBannerTitle;
516
+ Object.defineProperty(exports, "Layout", {
517
+ enumerable: true,
518
+ get: function() {
519
+ return require_Layout_namespace.Layout_namespace_exports;
520
+ }
521
+ });
522
+ exports.LayoutContent = require_Layout.LayoutContent;
523
+ exports.LayoutRoot = require_Layout.LayoutRoot;
392
524
  exports.LinkContent = require_LinkContent.LinkContent;
393
525
  Object.defineProperty(exports, "List", {
394
526
  enumerable: true,
@@ -408,6 +540,23 @@ exports.LoadingIndicator = require_LoadingIndicator.LoadingIndicator;
408
540
  exports.MannerTemp = require_MannerTemp.MannerTemp;
409
541
  exports.MannerTempBadge = require_MannerTempBadge.MannerTempBadge;
410
542
  exports.MannerTempEmote = require_MannerTempEmote.MannerTempEmote;
543
+ Object.defineProperty(exports, "Menu", {
544
+ enumerable: true,
545
+ get: function() {
546
+ return require_Menu_namespace.Menu_namespace_exports;
547
+ }
548
+ });
549
+ exports.MenuAnchor = require_Menu.MenuAnchor;
550
+ exports.MenuContent = require_Menu.MenuContent;
551
+ exports.MenuGroup = require_Menu.MenuGroup;
552
+ exports.MenuGroupLabel = require_Menu.MenuGroupLabel;
553
+ exports.MenuItem = require_Menu.MenuItem;
554
+ exports.MenuItemBody = require_Menu.MenuItemBody;
555
+ exports.MenuItemDescription = require_Menu.MenuItemDescription;
556
+ exports.MenuItemLabel = require_Menu.MenuItemLabel;
557
+ exports.MenuPositioner = require_Menu.MenuPositioner;
558
+ exports.MenuRoot = require_Menu.MenuRoot;
559
+ exports.MenuScrollArea = require_Menu.MenuScrollArea;
411
560
  Object.defineProperty(exports, "MenuSheet", {
412
561
  enumerable: true,
413
562
  get: function() {
@@ -430,6 +579,25 @@ exports.MenuSheetPositioner = require_MenuSheet.MenuSheetPositioner;
430
579
  exports.MenuSheetRoot = require_MenuSheet.MenuSheetRoot;
431
580
  exports.MenuSheetTitle = require_MenuSheet.MenuSheetTitle;
432
581
  exports.MenuSheetTrigger = require_MenuSheet.MenuSheetTrigger;
582
+ exports.MenuTrigger = require_Menu.MenuTrigger;
583
+ Object.defineProperty(exports, "NavigationMenu", {
584
+ enumerable: true,
585
+ get: function() {
586
+ return require_NavigationMenu_namespace.NavigationMenu_namespace_exports;
587
+ }
588
+ });
589
+ exports.NavigationMenuContent = require_NavigationMenu.NavigationMenuContent;
590
+ exports.NavigationMenuGroup = require_NavigationMenu.NavigationMenuGroup;
591
+ exports.NavigationMenuGroupLabel = require_NavigationMenu.NavigationMenuGroupLabel;
592
+ exports.NavigationMenuItem = require_NavigationMenu.NavigationMenuItem;
593
+ exports.NavigationMenuItemBody = require_NavigationMenu.NavigationMenuItemBody;
594
+ exports.NavigationMenuItemDescription = require_NavigationMenu.NavigationMenuItemDescription;
595
+ exports.NavigationMenuItemLabel = require_NavigationMenu.NavigationMenuItemLabel;
596
+ exports.NavigationMenuPositioner = require_NavigationMenu.NavigationMenuPositioner;
597
+ exports.NavigationMenuProvider = require_NavigationMenu.NavigationMenuProvider;
598
+ exports.NavigationMenuRoot = require_NavigationMenu.NavigationMenuRoot;
599
+ exports.NavigationMenuScrollArea = require_NavigationMenu.NavigationMenuScrollArea;
600
+ exports.NavigationMenuTrigger = require_NavigationMenu.NavigationMenuTrigger;
433
601
  exports.NotificationBadge = require_NotificationBadge.NotificationBadge;
434
602
  exports.NotificationBadgePositioner = require_NotificationBadge.NotificationBadgePositioner;
435
603
  Object.defineProperty(exports, "PageBanner", {
@@ -513,6 +681,24 @@ exports.RadioSelectBoxLabel = require_RadioSelectBox.RadioSelectBoxLabel;
513
681
  exports.RadioSelectBoxTrigger = require_RadioSelectBox.RadioSelectBoxTrigger;
514
682
  exports.ReactionButton = require_ReactionButton.ReactionButton;
515
683
  exports.ResponsivePair = require_ResponsivePair.ResponsivePair;
684
+ Object.defineProperty(exports, "ResponsiveSidePanel", {
685
+ enumerable: true,
686
+ get: function() {
687
+ return require_ResponsiveSidePanel_namespace.ResponsiveSidePanel_namespace_exports;
688
+ }
689
+ });
690
+ exports.ResponsiveSidePanelBackdrop = require_ResponsiveSidePanel.ResponsiveSidePanelBackdrop;
691
+ exports.ResponsiveSidePanelBody = require_ResponsiveSidePanel.ResponsiveSidePanelBody;
692
+ exports.ResponsiveSidePanelCloseButton = require_ResponsiveSidePanel.ResponsiveSidePanelCloseButton;
693
+ exports.ResponsiveSidePanelContent = require_ResponsiveSidePanel.ResponsiveSidePanelContent;
694
+ exports.ResponsiveSidePanelDescription = require_ResponsiveSidePanel.ResponsiveSidePanelDescription;
695
+ exports.ResponsiveSidePanelFooter = require_ResponsiveSidePanel.ResponsiveSidePanelFooter;
696
+ exports.ResponsiveSidePanelHandle = require_ResponsiveSidePanel.ResponsiveSidePanelHandle;
697
+ exports.ResponsiveSidePanelHeader = require_ResponsiveSidePanel.ResponsiveSidePanelHeader;
698
+ exports.ResponsiveSidePanelPositioner = require_ResponsiveSidePanel.ResponsiveSidePanelPositioner;
699
+ exports.ResponsiveSidePanelRoot = require_ResponsiveSidePanel.ResponsiveSidePanelRoot;
700
+ exports.ResponsiveSidePanelTitle = require_ResponsiveSidePanel.ResponsiveSidePanelTitle;
701
+ exports.ResponsiveSidePanelTrigger = require_ResponsiveSidePanel.ResponsiveSidePanelTrigger;
516
702
  exports.ScrollFog = require_ScrollFog.ScrollFog;
517
703
  Object.defineProperty(exports, "SegmentedControl", {
518
704
  enumerable: true,
@@ -524,6 +710,45 @@ exports.SegmentedControlIndicator = require_SegmentedControl.SegmentedControlInd
524
710
  exports.SegmentedControlItem = require_SegmentedControl.SegmentedControlItem;
525
711
  exports.SegmentedControlItemHiddenInput = require_SegmentedControl.SegmentedControlItemHiddenInput;
526
712
  exports.SegmentedControlRoot = require_SegmentedControl.SegmentedControlRoot;
713
+ Object.defineProperty(exports, "SideNavigation", {
714
+ enumerable: true,
715
+ get: function() {
716
+ return require_SideNavigation_namespace.SideNavigation_namespace_exports;
717
+ }
718
+ });
719
+ exports.SideNavigationContent = require_SideNavigation.SideNavigationContent;
720
+ exports.SideNavigationFooter = require_SideNavigation.SideNavigationFooter;
721
+ exports.SideNavigationGroup = require_SideNavigation.SideNavigationGroup;
722
+ exports.SideNavigationGroupLabel = require_SideNavigation.SideNavigationGroupLabel;
723
+ exports.SideNavigationHeader = require_SideNavigation.SideNavigationHeader;
724
+ exports.SideNavigationInset = require_SideNavigation.SideNavigationInset;
725
+ exports.SideNavigationItem = require_SideNavigation.SideNavigationItem;
726
+ exports.SideNavigationItemCollapsibleContent = require_SideNavigation.SideNavigationItemCollapsibleContent;
727
+ exports.SideNavigationItemCollapsibleRoot = require_SideNavigation.SideNavigationItemCollapsibleRoot;
728
+ exports.SideNavigationItemCollapsibleTrigger = require_SideNavigation.SideNavigationItemCollapsibleTrigger;
729
+ exports.SideNavigationItemLabel = require_SideNavigation.SideNavigationItemLabel;
730
+ exports.SideNavigationItemPrefixIcon = require_SideNavigation.SideNavigationItemPrefixIcon;
731
+ exports.SideNavigationItemSuffixIcon = require_SideNavigation.SideNavigationItemSuffixIcon;
732
+ exports.SideNavigationProvider = require_SideNavigation.SideNavigationProvider;
733
+ exports.SideNavigationRoot = require_SideNavigation.SideNavigationRoot;
734
+ exports.SideNavigationTrigger = require_SideNavigation.SideNavigationTrigger;
735
+ Object.defineProperty(exports, "SidePanel", {
736
+ enumerable: true,
737
+ get: function() {
738
+ return require_SidePanel_namespace.SidePanel_namespace_exports;
739
+ }
740
+ });
741
+ exports.SidePanelBackdrop = require_SidePanel.SidePanelBackdrop;
742
+ exports.SidePanelBody = require_SidePanel.SidePanelBody;
743
+ exports.SidePanelCloseButton = require_SidePanel.SidePanelCloseButton;
744
+ exports.SidePanelContent = require_SidePanel.SidePanelContent;
745
+ exports.SidePanelDescription = require_SidePanel.SidePanelDescription;
746
+ exports.SidePanelFooter = require_SidePanel.SidePanelFooter;
747
+ exports.SidePanelHeader = require_SidePanel.SidePanelHeader;
748
+ exports.SidePanelPositioner = require_SidePanel.SidePanelPositioner;
749
+ exports.SidePanelRoot = require_SidePanel.SidePanelRoot;
750
+ exports.SidePanelTitle = require_SidePanel.SidePanelTitle;
751
+ exports.SidePanelTrigger = require_SidePanel.SidePanelTrigger;
527
752
  exports.Skeleton = require_Skeleton.Skeleton;
528
753
  Object.defineProperty(exports, "Slider", {
529
754
  enumerable: true,
@@ -561,6 +786,29 @@ exports.SnackbarRoot = require_Snackbar.SnackbarRoot;
561
786
  exports.SnackbarRootProvider = require_Snackbar.SnackbarRootProvider;
562
787
  exports.Stack = require_Stack.Stack;
563
788
  exports.SuffixIcon = require_Icon.SuffixIcon;
789
+ Object.defineProperty(exports, "SwipeableMenuSheet", {
790
+ enumerable: true,
791
+ get: function() {
792
+ return require_SwipeableMenuSheet_namespace.SwipeableMenuSheet_namespace_exports;
793
+ }
794
+ });
795
+ exports.SwipeableMenuSheetBackdrop = require_SwipeableMenuSheet.SwipeableMenuSheetBackdrop;
796
+ exports.SwipeableMenuSheetCloseButton = require_SwipeableMenuSheet.SwipeableMenuSheetCloseButton;
797
+ exports.SwipeableMenuSheetContent = require_SwipeableMenuSheet.SwipeableMenuSheetContent;
798
+ exports.SwipeableMenuSheetDescription = require_SwipeableMenuSheet.SwipeableMenuSheetDescription;
799
+ exports.SwipeableMenuSheetFooter = require_SwipeableMenuSheet.SwipeableMenuSheetFooter;
800
+ exports.SwipeableMenuSheetGroup = require_SwipeableMenuSheet.SwipeableMenuSheetGroup;
801
+ exports.SwipeableMenuSheetHandle = require_SwipeableMenuSheet.SwipeableMenuSheetHandle;
802
+ exports.SwipeableMenuSheetHeader = require_SwipeableMenuSheet.SwipeableMenuSheetHeader;
803
+ exports.SwipeableMenuSheetItem = require_SwipeableMenuSheet.SwipeableMenuSheetItem;
804
+ exports.SwipeableMenuSheetItemContent = require_SwipeableMenuSheet.SwipeableMenuSheetItemContent;
805
+ exports.SwipeableMenuSheetItemDescription = require_SwipeableMenuSheet.SwipeableMenuSheetItemDescription;
806
+ exports.SwipeableMenuSheetItemLabel = require_SwipeableMenuSheet.SwipeableMenuSheetItemLabel;
807
+ exports.SwipeableMenuSheetList = require_SwipeableMenuSheet.SwipeableMenuSheetList;
808
+ exports.SwipeableMenuSheetPositioner = require_SwipeableMenuSheet.SwipeableMenuSheetPositioner;
809
+ exports.SwipeableMenuSheetRoot = require_SwipeableMenuSheet.SwipeableMenuSheetRoot;
810
+ exports.SwipeableMenuSheetTitle = require_SwipeableMenuSheet.SwipeableMenuSheetTitle;
811
+ exports.SwipeableMenuSheetTrigger = require_SwipeableMenuSheet.SwipeableMenuSheetTrigger;
564
812
  Object.defineProperty(exports, "Switch", {
565
813
  enumerable: true,
566
814
  get: function() {
@@ -623,6 +871,7 @@ Object.defineProperty(exports, "tabsCarouselPreventDrag", {
623
871
  return _seed_design_react_tabs.tabsCarouselPreventDrag;
624
872
  }
625
873
  });
874
+ exports.useResponsiveSidePanelContext = require_ResponsiveSidePanel.useResponsiveSidePanelContext;
626
875
  exports.useSnackbarAdapter = require_useSnackbarAdapter.useSnackbarAdapter;
627
876
  Object.defineProperty(exports, "useSnackbarContext", {
628
877
  enumerable: true,
@@ -1,3 +1,4 @@
1
+ export * from './Accordion';
1
2
  export * from './ActionButton';
2
3
  export * from './ActionChip';
3
4
  export * from './ActionSheet';
@@ -26,23 +27,30 @@ export * from './Fab';
26
27
  export * from './Field';
27
28
  export * from './FieldButton';
28
29
  export * from './Fieldset';
30
+ export * from './AttachmentDisplay';
31
+ export * from './AttachmentInput';
29
32
  export * from './Flex';
30
33
  export * from './Float';
31
34
  export * from './FloatingActionButton';
35
+ export * from './Footer';
32
36
  export * from './Grid';
33
37
  export * from './GridItem';
34
38
  export * from './HelpBubble';
39
+ export * from './HelpBubbleTooltip';
35
40
  export * from './Icon';
36
41
  export * from './IdentityPlaceholder';
37
42
  export * from './ImageFrame';
38
43
  export * from './Inline';
39
44
  export * from './InlineBanner';
45
+ export * from './Layout';
40
46
  export * from './LinkContent';
41
47
  export * from './List';
42
48
  export * from './LoadingIndicator';
43
49
  export * from './MannerTemp';
44
50
  export * from './MannerTempBadge';
51
+ export * from './Menu';
45
52
  export * from './MenuSheet';
53
+ export * from './NavigationMenu';
46
54
  export * from './NotificationBadge';
47
55
  export * from './PageBanner';
48
56
  export * from './Portal';
@@ -52,13 +60,17 @@ export * from './RadioGroup';
52
60
  export * from './RadioGroupField';
53
61
  export * from './ReactionButton';
54
62
  export * from './ResponsivePair';
63
+ export * from './ResponsiveSidePanel';
55
64
  export * from './ScrollFog';
56
65
  export * from './SegmentedControl';
57
66
  export * from './SelectBox';
67
+ export * from './SideNavigation';
68
+ export * from './SidePanel';
58
69
  export * from './Skeleton';
59
70
  export * from './Slider';
60
71
  export * from './Snackbar';
61
72
  export * from './Stack';
73
+ export * from './SwipeableMenuSheet';
62
74
  export * from './Switch';
63
75
  export * from './Tabs';
64
76
  export * from './TagGroup';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,wBAAwB,CAAC;AACvC,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,wBAAwB,CAAC;AACvC,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,sBAAsB,CAAC;AACrC,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC"}
@@ -1,3 +1,5 @@
1
+ import { AccordionBody, AccordionContent, AccordionDescription, AccordionHeader, AccordionItem, AccordionPrefix, AccordionRoot, AccordionSuffixIcon, AccordionTitle, AccordionTrigger } from "./Accordion/Accordion.js";
2
+ import { Accordion_namespace_exports } from "./Accordion/Accordion.namespace.js";
1
3
  import { Icon, PrefixIcon, SuffixIcon } from "./Icon/Icon.js";
2
4
  import { ActionButton } from "./ActionButton/ActionButton.js";
3
5
  import { ActionChip } from "./ActionChip/ActionChip.js";
@@ -40,20 +42,35 @@ import { FieldButtonButton, FieldButtonClearButton, FieldButtonControl, FieldBut
40
42
  import { FieldButton_namespace_exports } from "./FieldButton/FieldButton.namespace.js";
41
43
  import { FieldsetDescription, FieldsetErrorMessage, FieldsetFooter, FieldsetHeader, FieldsetIndicatorText, FieldsetLabel, FieldsetRequiredIndicator, FieldsetRoot } from "./Fieldset/Fieldset.js";
42
44
  import { Fieldset_namespace_exports } from "./Fieldset/Fieldset.namespace.js";
45
+ import { AttachmentDisplayContainer, AttachmentDisplayContext, AttachmentDisplayControl, AttachmentDisplayDescription, AttachmentDisplayErrorMessage, AttachmentDisplayFooter, AttachmentDisplayHeader, AttachmentDisplayIndicatorText, AttachmentDisplayItemGroup, AttachmentDisplayLabel, AttachmentDisplayRequiredIndicator, AttachmentDisplayRoot } from "./AttachmentDisplay/AttachmentDisplay.js";
46
+ import { AttachmentDisplayItem, AttachmentDisplayItemActionButton, AttachmentDisplayItemBackdrop, AttachmentDisplayItemBadge, AttachmentDisplayItemImage, AttachmentDisplayItemMetadata, AttachmentDisplayItemRemoveButton, AttachmentDisplayItemThumbnail } from "./AttachmentDisplay/AttachmentDisplayItem.js";
47
+ import { AttachmentDisplayTrigger, AttachmentDisplayTriggerIcon, AttachmentDisplayTriggerItemCount } from "./AttachmentDisplay/AttachmentDisplayTrigger.js";
48
+ import { AttachmentDisplay_namespace_exports } from "./AttachmentDisplay/AttachmentDisplay.namespace.js";
49
+ import { AttachmentInputContainer, AttachmentInputContext, AttachmentInputHiddenInput, AttachmentInputItemGroup, AttachmentInputRoot } from "./AttachmentInput/AttachmentInput.js";
50
+ import { AttachmentInputDropzone, AttachmentInputDropzoneLabel } from "./AttachmentInput/AttachmentInputDropzone.js";
51
+ import { AttachmentInputItem, AttachmentInputItemActionButton, AttachmentInputItemBackdrop, AttachmentInputItemBadge, AttachmentInputItemImage, AttachmentInputItemMetadata, AttachmentInputItemName, AttachmentInputItemRemoveButton, AttachmentInputItemSize, AttachmentInputItemThumbnail } from "./AttachmentInput/AttachmentInputItem.js";
52
+ import { AttachmentInputTrigger, AttachmentInputTriggerIcon, AttachmentInputTriggerItemCount } from "./AttachmentInput/AttachmentInputTrigger.js";
53
+ import { AttachmentInput_namespace_exports } from "./AttachmentInput/AttachmentInput.namespace.js";
43
54
  import { Flex } from "./Flex/Flex.js";
44
55
  import { Float } from "./Float/Float.js";
45
56
  import { FloatingActionButtonIcon, FloatingActionButtonLabel, FloatingActionButtonRoot } from "./FloatingActionButton/FloatingActionButton.js";
46
57
  import { FloatingActionButton_namespace_exports } from "./FloatingActionButton/FloatingActionButton.namespace.js";
58
+ import { FooterLinkText } from "./Footer/FooterLinkText.js";
59
+ import { Footer_namespace_exports } from "./Footer/Footer.namespace.js";
47
60
  import { Grid } from "./Grid/Grid.js";
48
61
  import { GridItem } from "./GridItem/GridItem.js";
49
62
  import { HelpBubbleAnchor, HelpBubbleArrow, HelpBubbleArrowTip, HelpBubbleBody, HelpBubbleCloseButton, HelpBubbleContent, HelpBubbleDescription, HelpBubblePositioner, HelpBubblePositionerPortal, HelpBubbleRoot, HelpBubbleTitle, HelpBubbleTrigger } from "./HelpBubble/HelpBubble.js";
50
63
  import { HelpBubble_namespace_exports } from "./HelpBubble/HelpBubble.namespace.js";
64
+ import { HelpBubbleTooltipArrow, HelpBubbleTooltipArrowTip, HelpBubbleTooltipBody, HelpBubbleTooltipContent, HelpBubbleTooltipDelayGroup, HelpBubbleTooltipDescription, HelpBubbleTooltipPositioner, HelpBubbleTooltipPositionerPortal, HelpBubbleTooltipRoot, HelpBubbleTooltipTitle, HelpBubbleTooltipTrigger } from "./HelpBubbleTooltip/HelpBubbleTooltip.js";
65
+ import { HelpBubbleTooltip_namespace_exports } from "./HelpBubbleTooltip/HelpBubbleTooltip.namespace.js";
51
66
  import { IdentityPlaceholderImage, IdentityPlaceholderRoot } from "./IdentityPlaceholder/IdentityPlaceholder.js";
52
67
  import { IdentityPlaceholder_namespace_exports } from "./IdentityPlaceholder/IdentityPlaceholder.namespace.js";
53
68
  import { ImageFrame, ImageFrameBadge, ImageFrameFloater, ImageFrameIcon, ImageFrameIndicator, ImageFrameReactionButton } from "./ImageFrame/ImageFrame.js";
54
69
  import { Inline } from "./Inline/Inline.js";
55
70
  import { InlineBannerCloseButton, InlineBannerContent, InlineBannerDescription, InlineBannerLink, InlineBannerRoot, InlineBannerTitle } from "./InlineBanner/InlineBanner.js";
56
71
  import { InlineBanner_namespace_exports } from "./InlineBanner/InlineBanner.namespace.js";
72
+ import { LayoutContent, LayoutRoot } from "./Layout/Layout.js";
73
+ import { Layout_namespace_exports } from "./Layout/Layout.namespace.js";
57
74
  import { LinkContent } from "./LinkContent/LinkContent.js";
58
75
  import { HStack, Stack, VStack } from "./Stack/Stack.js";
59
76
  import { ListContent, ListDetail, ListItem, ListPrefix, ListRoot, ListSuffix, ListTitle } from "./List/List.js";
@@ -63,8 +80,12 @@ import { LoadingIndicator } from "./LoadingIndicator/LoadingIndicator.js";
63
80
  import { MannerTempEmote } from "./MannerTemp/MannerTempEmote.js";
64
81
  import { MannerTemp } from "./MannerTemp/MannerTemp.js";
65
82
  import { MannerTempBadge } from "./MannerTempBadge/MannerTempBadge.js";
83
+ import { MenuAnchor, MenuContent, MenuGroup, MenuGroupLabel, MenuItem, MenuItemBody, MenuItemDescription, MenuItemLabel, MenuPositioner, MenuRoot, MenuScrollArea, MenuTrigger } from "./Menu/Menu.js";
84
+ import { Menu_namespace_exports } from "./Menu/Menu.namespace.js";
66
85
  import { MenuSheetBackdrop, MenuSheetCloseButton, MenuSheetContent, MenuSheetDescription, MenuSheetFooter, MenuSheetGroup, MenuSheetHeader, MenuSheetItem, MenuSheetItemContent, MenuSheetItemDescription, MenuSheetItemLabel, MenuSheetList, MenuSheetPositioner, MenuSheetRoot, MenuSheetTitle, MenuSheetTrigger } from "./MenuSheet/MenuSheet.js";
67
86
  import { MenuSheet_namespace_exports } from "./MenuSheet/MenuSheet.namespace.js";
87
+ import { NavigationMenuContent, NavigationMenuGroup, NavigationMenuGroupLabel, NavigationMenuItem, NavigationMenuItemBody, NavigationMenuItemDescription, NavigationMenuItemLabel, NavigationMenuPositioner, NavigationMenuProvider, NavigationMenuRoot, NavigationMenuScrollArea, NavigationMenuTrigger } from "./NavigationMenu/NavigationMenu.js";
88
+ import { NavigationMenu_namespace_exports } from "./NavigationMenu/NavigationMenu.namespace.js";
68
89
  import { NotificationBadge, NotificationBadgePositioner } from "./NotificationBadge/NotificationBadge.js";
69
90
  import { PageBannerBody, PageBannerButton, PageBannerCloseButton, PageBannerContent, PageBannerDescription, PageBannerRoot, PageBannerTitle } from "./PageBanner/PageBanner.js";
70
91
  import { PageBanner_namespace_exports } from "./PageBanner/PageBanner.namespace.js";
@@ -80,6 +101,10 @@ import { RadioGroupFieldDescription, RadioGroupFieldErrorMessage, RadioGroupFiel
80
101
  import { RadioGroupField_namespace_exports } from "./RadioGroupField/RadioGroupField.namespace.js";
81
102
  import { ReactionButton } from "./ReactionButton/ReactionButton.js";
82
103
  import { ResponsivePair } from "./ResponsivePair/ResponsivePair.js";
104
+ import { SidePanelBackdrop, SidePanelBody, SidePanelCloseButton, SidePanelContent, SidePanelDescription, SidePanelFooter, SidePanelHeader, SidePanelPositioner, SidePanelRoot, SidePanelTitle, SidePanelTrigger } from "./SidePanel/SidePanel.js";
105
+ import { SidePanel_namespace_exports } from "./SidePanel/SidePanel.namespace.js";
106
+ import { ResponsiveSidePanelBackdrop, ResponsiveSidePanelBody, ResponsiveSidePanelCloseButton, ResponsiveSidePanelContent, ResponsiveSidePanelDescription, ResponsiveSidePanelFooter, ResponsiveSidePanelHandle, ResponsiveSidePanelHeader, ResponsiveSidePanelPositioner, ResponsiveSidePanelRoot, ResponsiveSidePanelTitle, ResponsiveSidePanelTrigger, useResponsiveSidePanelContext } from "./ResponsiveSidePanel/ResponsiveSidePanel.js";
107
+ import { ResponsiveSidePanel_namespace_exports } from "./ResponsiveSidePanel/ResponsiveSidePanel.namespace.js";
83
108
  import { ScrollFog } from "./ScrollFog/ScrollFog.js";
84
109
  import { SegmentedControlIndicator, SegmentedControlItem, SegmentedControlItemHiddenInput, SegmentedControlRoot } from "./SegmentedControl/SegmentedControl.js";
85
110
  import { SegmentedControl_namespace_exports } from "./SegmentedControl/SegmentedControl.namespace.js";
@@ -87,6 +112,8 @@ import { CheckSelectBoxBody, CheckSelectBoxCheckmarkControl, CheckSelectBoxCheck
87
112
  import { RadioSelectBoxBody, RadioSelectBoxContent, RadioSelectBoxDescription, RadioSelectBoxFooter, RadioSelectBoxGroup, RadioSelectBoxHiddenInput, RadioSelectBoxItem, RadioSelectBoxLabel, RadioSelectBoxTrigger } from "./SelectBox/RadioSelectBox.js";
88
113
  import { CheckSelectBox_namespace_exports } from "./SelectBox/CheckSelectBox.namespace.js";
89
114
  import { RadioSelectBox_namespace_exports } from "./SelectBox/RadioSelectBox.namespace.js";
115
+ import { SideNavigationContent, SideNavigationFooter, SideNavigationGroup, SideNavigationGroupLabel, SideNavigationHeader, SideNavigationInset, SideNavigationItem, SideNavigationItemCollapsibleContent, SideNavigationItemCollapsibleRoot, SideNavigationItemCollapsibleTrigger, SideNavigationItemLabel, SideNavigationItemPrefixIcon, SideNavigationItemSuffixIcon, SideNavigationProvider, SideNavigationRoot, SideNavigationTrigger } from "./SideNavigation/SideNavigation.js";
116
+ import { SideNavigation_namespace_exports } from "./SideNavigation/SideNavigation.namespace.js";
90
117
  import { Skeleton } from "./Skeleton/Skeleton.js";
91
118
  import { SliderControl, SliderHiddenInput, SliderMarker, SliderMarkers, SliderRange, SliderRoot, SliderThumb, SliderTick, SliderTrack, SliderValueIndicatorArrow, SliderValueIndicatorArrowTip, SliderValueIndicatorLabel, SliderValueIndicatorRoot } from "./Slider/Slider.js";
92
119
  import { Slider_namespace_exports } from "./Slider/Slider.namespace.js";
@@ -94,6 +121,8 @@ import { SnackbarActionButton, SnackbarAvoidOverlap, SnackbarHiddenCloseButton,
94
121
  import { useSnackbarAdapter } from "./Snackbar/useSnackbarAdapter.js";
95
122
  import { Snackbar_namespace_exports } from "./Snackbar/Snackbar.namespace.js";
96
123
  import { useSnackbarContext } from "./Snackbar/index.js";
124
+ import { SwipeableMenuSheetBackdrop, SwipeableMenuSheetCloseButton, SwipeableMenuSheetContent, SwipeableMenuSheetDescription, SwipeableMenuSheetFooter, SwipeableMenuSheetGroup, SwipeableMenuSheetHandle, SwipeableMenuSheetHeader, SwipeableMenuSheetItem, SwipeableMenuSheetItemContent, SwipeableMenuSheetItemDescription, SwipeableMenuSheetItemLabel, SwipeableMenuSheetList, SwipeableMenuSheetPositioner, SwipeableMenuSheetRoot, SwipeableMenuSheetTitle, SwipeableMenuSheetTrigger } from "./SwipeableMenuSheet/SwipeableMenuSheet.js";
125
+ import { SwipeableMenuSheet_namespace_exports } from "./SwipeableMenuSheet/SwipeableMenuSheet.namespace.js";
97
126
  import { SwitchControl, SwitchHiddenInput, SwitchLabel, SwitchRoot, SwitchThumb } from "./Switch/Switch.js";
98
127
  import { Switch_namespace_exports } from "./Switch/Switch.namespace.js";
99
128
  import { TabsCarousel, TabsCarouselCamera, TabsContent, TabsIndicator, TabsList, TabsRoot, TabsTrigger } from "./Tabs/Tabs.js";
@@ -107,4 +136,4 @@ import { useTextFieldWithGraphemes } from "./TextField/useTextFieldWithGraphemes
107
136
  import { TextField_namespace_exports } from "./TextField/TextField.namespace.js";
108
137
  import { ToggleButton } from "./ToggleButton/ToggleButton.js";
109
138
  import { VisuallyHidden } from "./VisuallyHidden/VisuallyHidden.js";
110
- export { ActionButton, ActionChip, ActionSheet_namespace_exports as ActionSheet, ActionSheetBackdrop, ActionSheetCloseButton, ActionSheetContent, ActionSheetDescription, ActionSheetHeader, ActionSheetItem, ActionSheetList, ActionSheetPositioner, ActionSheetRoot, ActionSheetTitle, ActionSheetTrigger, Article, AspectRatio, Avatar_namespace_exports as Avatar, AvatarBadge, AvatarFallback, AvatarImage, AvatarRoot, AvatarStack, Badge, BottomSheet_namespace_exports as BottomSheet, BottomSheetBackdrop, BottomSheetBody, BottomSheetCloseButton, BottomSheetContent, BottomSheetDescription, BottomSheetFooter, BottomSheetHeader, BottomSheetPositioner, BottomSheetRoot, BottomSheetTitle, BottomSheetTrigger, Box, Callout_namespace_exports as Callout, CalloutCloseButton, CalloutContent, CalloutDescription, CalloutLink, CalloutRoot, CalloutTitle, Celsius, CheckSelectBox_namespace_exports as CheckSelectBox, CheckSelectBoxBody, CheckSelectBoxCheckmarkControl, CheckSelectBoxCheckmarkIcon, CheckSelectBoxContent, CheckSelectBoxDescription, CheckSelectBoxFooter, CheckSelectBoxGroup, CheckSelectBoxHiddenInput, CheckSelectBoxLabel, CheckSelectBoxRoot, CheckSelectBoxTrigger, Checkbox_namespace_exports as Checkbox, CheckboxControl, CheckboxGroup, CheckboxHiddenInput, CheckboxIndicator, CheckboxLabel, CheckboxRoot, Chip_namespace_exports as Chip, ChipLabel, ChipPrefixAvatar, ChipPrefixIcon, ChipRoot, ChipSuffixIcon, ChipTabs_namespace_exports as ChipTabs, ChipTabsCarousel, ChipTabsCarouselCamera, ChipTabsContent, ChipTabsList, ChipTabsRoot, ChipTabsTrigger, Column, Columns, ConsistentWidth, ContentPlaceholder_namespace_exports as ContentPlaceholder, ContentPlaceholderAsset, ContentPlaceholderRoot, ContextualFloatingButton, ControlChip, Count, Dialog_namespace_exports as Dialog, DialogAction, DialogBackdrop, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogPositioner, DialogRoot, DialogTitle, DialogTrigger, Divider, ExtendedActionSheet_namespace_exports as ExtendedActionSheet, ExtendedActionSheetBackdrop, ExtendedActionSheetCloseButton, ExtendedActionSheetContent, ExtendedActionSheetFooter, ExtendedActionSheetGroup, ExtendedActionSheetHeader, ExtendedActionSheetItem, ExtendedActionSheetList, ExtendedActionSheetPositioner, ExtendedActionSheetRoot, ExtendedActionSheetTitle, ExtendedActionSheetTrigger, ExtendedFab, Fab, Field_namespace_exports as Field, FieldButton_namespace_exports as FieldButton, FieldButtonButton, FieldButtonClearButton, FieldButtonControl, FieldButtonDescription, FieldButtonErrorMessage, FieldButtonFooter, FieldButtonHeader, FieldButtonHiddenInput, FieldButtonIndicatorText, FieldButtonLabel, FieldButtonPlaceholder, FieldButtonPrefixIcon, FieldButtonPrefixText, FieldButtonRequiredIndicator, FieldButtonRoot, FieldButtonSuffixIcon, FieldButtonSuffixText, FieldButtonValue, FieldCharacterCount, FieldDescription, FieldErrorMessage, FieldFooter, FieldHeader, FieldIndicatorText, FieldLabel, FieldRequiredIndicator, FieldRoot, Fieldset_namespace_exports as Fieldset, FieldsetDescription, FieldsetErrorMessage, FieldsetFooter, FieldsetHeader, FieldsetIndicatorText, FieldsetLabel, FieldsetRequiredIndicator, FieldsetRoot, Flex, Float, FloatingActionButton_namespace_exports as FloatingActionButton, FloatingActionButtonIcon, FloatingActionButtonLabel, FloatingActionButtonRoot, Grid, GridItem, HStack, HelpBubble_namespace_exports as HelpBubble, HelpBubbleAnchor, HelpBubbleArrow, HelpBubbleArrowTip, HelpBubbleBody, HelpBubbleCloseButton, HelpBubbleContent, HelpBubbleDescription, HelpBubblePositioner, HelpBubblePositionerPortal, HelpBubbleRoot, HelpBubbleTitle, HelpBubbleTrigger, Icon, IdentityPlaceholder_namespace_exports as IdentityPlaceholder, IdentityPlaceholderImage, IdentityPlaceholderRoot, ImageFrame, ImageFrameBadge, ImageFrameFloater, ImageFrameIcon, ImageFrameIndicator, ImageFrameReactionButton, Inline, InlineBanner_namespace_exports as InlineBanner, InlineBannerCloseButton, InlineBannerContent, InlineBannerDescription, InlineBannerLink, InlineBannerRoot, InlineBannerTitle, LinkContent, List_namespace_exports as List, ListContent, ListDetail, ListHeader, ListItem, ListPrefix, ListRoot, ListSuffix, ListTitle, LoadingIndicator, MannerTemp, MannerTempBadge, MannerTempEmote, MenuSheet_namespace_exports as MenuSheet, MenuSheetBackdrop, MenuSheetCloseButton, MenuSheetContent, MenuSheetDescription, MenuSheetFooter, MenuSheetGroup, MenuSheetHeader, MenuSheetItem, MenuSheetItemContent, MenuSheetItemDescription, MenuSheetItemLabel, MenuSheetList, MenuSheetPositioner, MenuSheetRoot, MenuSheetTitle, MenuSheetTrigger, NotificationBadge, NotificationBadgePositioner, PageBanner_namespace_exports as PageBanner, PageBannerBody, PageBannerButton, PageBannerCloseButton, PageBannerContent, PageBannerDescription, PageBannerRoot, PageBannerTitle, Portal, PrefixIcon, ProgressCircle_namespace_exports as ProgressCircle, ProgressCircleRange, ProgressCircleRoot, ProgressCircleTrack, PullToRefresh_namespace_exports as PullToRefresh, PullToRefreshContent, PullToRefreshIndicator, PullToRefreshRoot, RadioGroup_namespace_exports as RadioGroup, RadioGroupField_namespace_exports as RadioGroupField, RadioGroupFieldDescription, RadioGroupFieldErrorMessage, RadioGroupFieldFooter, RadioGroupFieldHeader, RadioGroupFieldIndicatorText, RadioGroupFieldLabel, RadioGroupFieldRequiredIndicator, RadioGroupFieldRoot, RadioGroupItem, RadioGroupItemControl, RadioGroupItemHiddenInput, RadioGroupItemIndicator, RadioGroupItemLabel, RadioGroupRoot, RadioSelectBox_namespace_exports as RadioSelectBox, RadioSelectBoxBody, RadioSelectBoxContent, RadioSelectBoxDescription, RadioSelectBoxFooter, RadioSelectBoxGroup, RadioSelectBoxHiddenInput, RadioSelectBoxItem, RadioSelectBoxLabel, RadioSelectBoxTrigger, ReactionButton, ResponsivePair, ScrollFog, SegmentedControl_namespace_exports as SegmentedControl, SegmentedControlIndicator, SegmentedControlItem, SegmentedControlItemHiddenInput, SegmentedControlRoot, Skeleton, Slider_namespace_exports as Slider, SliderControl, SliderHiddenInput, SliderMarker, SliderMarkers, SliderRange, SliderRoot, SliderThumb, SliderTick, SliderTrack, SliderValueIndicatorArrow, SliderValueIndicatorArrowTip, SliderValueIndicatorLabel, SliderValueIndicatorRoot, Snackbar_namespace_exports as Snackbar, SnackbarActionButton, SnackbarAvoidOverlap, SnackbarHiddenCloseButton, SnackbarMessage, SnackbarPrefixIcon, SnackbarRegion, SnackbarRenderer, SnackbarRoot, SnackbarRootProvider, Stack, SuffixIcon, Switch_namespace_exports as Switch, SwitchControl, SwitchHiddenInput, SwitchLabel, SwitchRoot, SwitchThumb, Tabs_namespace_exports as Tabs, TabsCarousel, TabsCarouselCamera, TabsContent, TabsIndicator, TabsList, TabsRoot, TabsTrigger, TagGroup_namespace_exports as TagGroup, TagGroupItem, TagGroupItemLabel, TagGroupRoot, Text, TextField_namespace_exports as TextField, TextFieldInput, TextFieldPrefixIcon, TextFieldPrefixText, TextFieldRoot, TextFieldSuffixIcon, TextFieldSuffixText, TextFieldTextarea, ToggleButton, VStack, VisuallyHidden, pullToRefreshPreventPull, tabsCarouselPreventDrag, useSnackbarAdapter, useSnackbarContext, useTextFieldWithGraphemes };
139
+ export { Accordion_namespace_exports as Accordion, AccordionBody, AccordionContent, AccordionDescription, AccordionHeader, AccordionItem, AccordionPrefix, AccordionRoot, AccordionSuffixIcon, AccordionTitle, AccordionTrigger, ActionButton, ActionChip, ActionSheet_namespace_exports as ActionSheet, ActionSheetBackdrop, ActionSheetCloseButton, ActionSheetContent, ActionSheetDescription, ActionSheetHeader, ActionSheetItem, ActionSheetList, ActionSheetPositioner, ActionSheetRoot, ActionSheetTitle, ActionSheetTrigger, Article, AspectRatio, AttachmentDisplay_namespace_exports as AttachmentDisplay, AttachmentDisplayContainer, AttachmentDisplayContext, AttachmentDisplayControl, AttachmentDisplayDescription, AttachmentDisplayErrorMessage, AttachmentDisplayFooter, AttachmentDisplayHeader, AttachmentDisplayIndicatorText, AttachmentDisplayItem, AttachmentDisplayItemActionButton, AttachmentDisplayItemBackdrop, AttachmentDisplayItemBadge, AttachmentDisplayItemGroup, AttachmentDisplayItemImage, AttachmentDisplayItemMetadata, AttachmentDisplayItemRemoveButton, AttachmentDisplayItemThumbnail, AttachmentDisplayLabel, AttachmentDisplayRequiredIndicator, AttachmentDisplayRoot, AttachmentDisplayTrigger, AttachmentDisplayTriggerIcon, AttachmentDisplayTriggerItemCount, AttachmentInput_namespace_exports as AttachmentInput, AttachmentInputContainer, AttachmentInputContext, AttachmentInputDropzone, AttachmentInputDropzoneLabel, AttachmentInputHiddenInput, AttachmentInputItem, AttachmentInputItemActionButton, AttachmentInputItemBackdrop, AttachmentInputItemBadge, AttachmentInputItemGroup, AttachmentInputItemImage, AttachmentInputItemMetadata, AttachmentInputItemName, AttachmentInputItemRemoveButton, AttachmentInputItemSize, AttachmentInputItemThumbnail, AttachmentInputRoot, AttachmentInputTrigger, AttachmentInputTriggerIcon, AttachmentInputTriggerItemCount, Avatar_namespace_exports as Avatar, AvatarBadge, AvatarFallback, AvatarImage, AvatarRoot, AvatarStack, Badge, BottomSheet_namespace_exports as BottomSheet, BottomSheetBackdrop, BottomSheetBody, BottomSheetCloseButton, BottomSheetContent, BottomSheetDescription, BottomSheetFooter, BottomSheetHeader, BottomSheetPositioner, BottomSheetRoot, BottomSheetTitle, BottomSheetTrigger, Box, Callout_namespace_exports as Callout, CalloutCloseButton, CalloutContent, CalloutDescription, CalloutLink, CalloutRoot, CalloutTitle, Celsius, CheckSelectBox_namespace_exports as CheckSelectBox, CheckSelectBoxBody, CheckSelectBoxCheckmarkControl, CheckSelectBoxCheckmarkIcon, CheckSelectBoxContent, CheckSelectBoxDescription, CheckSelectBoxFooter, CheckSelectBoxGroup, CheckSelectBoxHiddenInput, CheckSelectBoxLabel, CheckSelectBoxRoot, CheckSelectBoxTrigger, Checkbox_namespace_exports as Checkbox, CheckboxControl, CheckboxGroup, CheckboxHiddenInput, CheckboxIndicator, CheckboxLabel, CheckboxRoot, Chip_namespace_exports as Chip, ChipLabel, ChipPrefixAvatar, ChipPrefixIcon, ChipRoot, ChipSuffixIcon, ChipTabs_namespace_exports as ChipTabs, ChipTabsCarousel, ChipTabsCarouselCamera, ChipTabsContent, ChipTabsList, ChipTabsRoot, ChipTabsTrigger, Column, Columns, ConsistentWidth, ContentPlaceholder_namespace_exports as ContentPlaceholder, ContentPlaceholderAsset, ContentPlaceholderRoot, ContextualFloatingButton, ControlChip, Count, Dialog_namespace_exports as Dialog, DialogAction, DialogBackdrop, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogPositioner, DialogRoot, DialogTitle, DialogTrigger, Divider, ExtendedActionSheet_namespace_exports as ExtendedActionSheet, ExtendedActionSheetBackdrop, ExtendedActionSheetCloseButton, ExtendedActionSheetContent, ExtendedActionSheetFooter, ExtendedActionSheetGroup, ExtendedActionSheetHeader, ExtendedActionSheetItem, ExtendedActionSheetList, ExtendedActionSheetPositioner, ExtendedActionSheetRoot, ExtendedActionSheetTitle, ExtendedActionSheetTrigger, ExtendedFab, Fab, Field_namespace_exports as Field, FieldButton_namespace_exports as FieldButton, FieldButtonButton, FieldButtonClearButton, FieldButtonControl, FieldButtonDescription, FieldButtonErrorMessage, FieldButtonFooter, FieldButtonHeader, FieldButtonHiddenInput, FieldButtonIndicatorText, FieldButtonLabel, FieldButtonPlaceholder, FieldButtonPrefixIcon, FieldButtonPrefixText, FieldButtonRequiredIndicator, FieldButtonRoot, FieldButtonSuffixIcon, FieldButtonSuffixText, FieldButtonValue, FieldCharacterCount, FieldDescription, FieldErrorMessage, FieldFooter, FieldHeader, FieldIndicatorText, FieldLabel, FieldRequiredIndicator, FieldRoot, Fieldset_namespace_exports as Fieldset, FieldsetDescription, FieldsetErrorMessage, FieldsetFooter, FieldsetHeader, FieldsetIndicatorText, FieldsetLabel, FieldsetRequiredIndicator, FieldsetRoot, Flex, Float, FloatingActionButton_namespace_exports as FloatingActionButton, FloatingActionButtonIcon, FloatingActionButtonLabel, FloatingActionButtonRoot, Footer_namespace_exports as Footer, FooterLinkText, Grid, GridItem, HStack, HelpBubble_namespace_exports as HelpBubble, HelpBubbleAnchor, HelpBubbleArrow, HelpBubbleArrowTip, HelpBubbleBody, HelpBubbleCloseButton, HelpBubbleContent, HelpBubbleDescription, HelpBubblePositioner, HelpBubblePositionerPortal, HelpBubbleRoot, HelpBubbleTitle, HelpBubbleTooltip_namespace_exports as HelpBubbleTooltip, HelpBubbleTooltipArrow, HelpBubbleTooltipArrowTip, HelpBubbleTooltipBody, HelpBubbleTooltipContent, HelpBubbleTooltipDelayGroup, HelpBubbleTooltipDescription, HelpBubbleTooltipPositioner, HelpBubbleTooltipPositionerPortal, HelpBubbleTooltipRoot, HelpBubbleTooltipTitle, HelpBubbleTooltipTrigger, HelpBubbleTrigger, Icon, IdentityPlaceholder_namespace_exports as IdentityPlaceholder, IdentityPlaceholderImage, IdentityPlaceholderRoot, ImageFrame, ImageFrameBadge, ImageFrameFloater, ImageFrameIcon, ImageFrameIndicator, ImageFrameReactionButton, Inline, InlineBanner_namespace_exports as InlineBanner, InlineBannerCloseButton, InlineBannerContent, InlineBannerDescription, InlineBannerLink, InlineBannerRoot, InlineBannerTitle, Layout_namespace_exports as Layout, LayoutContent, LayoutRoot, LinkContent, List_namespace_exports as List, ListContent, ListDetail, ListHeader, ListItem, ListPrefix, ListRoot, ListSuffix, ListTitle, LoadingIndicator, MannerTemp, MannerTempBadge, MannerTempEmote, Menu_namespace_exports as Menu, MenuAnchor, MenuContent, MenuGroup, MenuGroupLabel, MenuItem, MenuItemBody, MenuItemDescription, MenuItemLabel, MenuPositioner, MenuRoot, MenuScrollArea, MenuSheet_namespace_exports as MenuSheet, MenuSheetBackdrop, MenuSheetCloseButton, MenuSheetContent, MenuSheetDescription, MenuSheetFooter, MenuSheetGroup, MenuSheetHeader, MenuSheetItem, MenuSheetItemContent, MenuSheetItemDescription, MenuSheetItemLabel, MenuSheetList, MenuSheetPositioner, MenuSheetRoot, MenuSheetTitle, MenuSheetTrigger, MenuTrigger, NavigationMenu_namespace_exports as NavigationMenu, NavigationMenuContent, NavigationMenuGroup, NavigationMenuGroupLabel, NavigationMenuItem, NavigationMenuItemBody, NavigationMenuItemDescription, NavigationMenuItemLabel, NavigationMenuPositioner, NavigationMenuProvider, NavigationMenuRoot, NavigationMenuScrollArea, NavigationMenuTrigger, NotificationBadge, NotificationBadgePositioner, PageBanner_namespace_exports as PageBanner, PageBannerBody, PageBannerButton, PageBannerCloseButton, PageBannerContent, PageBannerDescription, PageBannerRoot, PageBannerTitle, Portal, PrefixIcon, ProgressCircle_namespace_exports as ProgressCircle, ProgressCircleRange, ProgressCircleRoot, ProgressCircleTrack, PullToRefresh_namespace_exports as PullToRefresh, PullToRefreshContent, PullToRefreshIndicator, PullToRefreshRoot, RadioGroup_namespace_exports as RadioGroup, RadioGroupField_namespace_exports as RadioGroupField, RadioGroupFieldDescription, RadioGroupFieldErrorMessage, RadioGroupFieldFooter, RadioGroupFieldHeader, RadioGroupFieldIndicatorText, RadioGroupFieldLabel, RadioGroupFieldRequiredIndicator, RadioGroupFieldRoot, RadioGroupItem, RadioGroupItemControl, RadioGroupItemHiddenInput, RadioGroupItemIndicator, RadioGroupItemLabel, RadioGroupRoot, RadioSelectBox_namespace_exports as RadioSelectBox, RadioSelectBoxBody, RadioSelectBoxContent, RadioSelectBoxDescription, RadioSelectBoxFooter, RadioSelectBoxGroup, RadioSelectBoxHiddenInput, RadioSelectBoxItem, RadioSelectBoxLabel, RadioSelectBoxTrigger, ReactionButton, ResponsivePair, ResponsiveSidePanel_namespace_exports as ResponsiveSidePanel, ResponsiveSidePanelBackdrop, ResponsiveSidePanelBody, ResponsiveSidePanelCloseButton, ResponsiveSidePanelContent, ResponsiveSidePanelDescription, ResponsiveSidePanelFooter, ResponsiveSidePanelHandle, ResponsiveSidePanelHeader, ResponsiveSidePanelPositioner, ResponsiveSidePanelRoot, ResponsiveSidePanelTitle, ResponsiveSidePanelTrigger, ScrollFog, SegmentedControl_namespace_exports as SegmentedControl, SegmentedControlIndicator, SegmentedControlItem, SegmentedControlItemHiddenInput, SegmentedControlRoot, SideNavigation_namespace_exports as SideNavigation, SideNavigationContent, SideNavigationFooter, SideNavigationGroup, SideNavigationGroupLabel, SideNavigationHeader, SideNavigationInset, SideNavigationItem, SideNavigationItemCollapsibleContent, SideNavigationItemCollapsibleRoot, SideNavigationItemCollapsibleTrigger, SideNavigationItemLabel, SideNavigationItemPrefixIcon, SideNavigationItemSuffixIcon, SideNavigationProvider, SideNavigationRoot, SideNavigationTrigger, SidePanel_namespace_exports as SidePanel, SidePanelBackdrop, SidePanelBody, SidePanelCloseButton, SidePanelContent, SidePanelDescription, SidePanelFooter, SidePanelHeader, SidePanelPositioner, SidePanelRoot, SidePanelTitle, SidePanelTrigger, Skeleton, Slider_namespace_exports as Slider, SliderControl, SliderHiddenInput, SliderMarker, SliderMarkers, SliderRange, SliderRoot, SliderThumb, SliderTick, SliderTrack, SliderValueIndicatorArrow, SliderValueIndicatorArrowTip, SliderValueIndicatorLabel, SliderValueIndicatorRoot, Snackbar_namespace_exports as Snackbar, SnackbarActionButton, SnackbarAvoidOverlap, SnackbarHiddenCloseButton, SnackbarMessage, SnackbarPrefixIcon, SnackbarRegion, SnackbarRenderer, SnackbarRoot, SnackbarRootProvider, Stack, SuffixIcon, SwipeableMenuSheet_namespace_exports as SwipeableMenuSheet, SwipeableMenuSheetBackdrop, SwipeableMenuSheetCloseButton, SwipeableMenuSheetContent, SwipeableMenuSheetDescription, SwipeableMenuSheetFooter, SwipeableMenuSheetGroup, SwipeableMenuSheetHandle, SwipeableMenuSheetHeader, SwipeableMenuSheetItem, SwipeableMenuSheetItemContent, SwipeableMenuSheetItemDescription, SwipeableMenuSheetItemLabel, SwipeableMenuSheetList, SwipeableMenuSheetPositioner, SwipeableMenuSheetRoot, SwipeableMenuSheetTitle, SwipeableMenuSheetTrigger, Switch_namespace_exports as Switch, SwitchControl, SwitchHiddenInput, SwitchLabel, SwitchRoot, SwitchThumb, Tabs_namespace_exports as Tabs, TabsCarousel, TabsCarouselCamera, TabsContent, TabsIndicator, TabsList, TabsRoot, TabsTrigger, TagGroup_namespace_exports as TagGroup, TagGroupItem, TagGroupItemLabel, TagGroupRoot, Text, TextField_namespace_exports as TextField, TextFieldInput, TextFieldPrefixIcon, TextFieldPrefixText, TextFieldRoot, TextFieldSuffixIcon, TextFieldSuffixText, TextFieldTextarea, ToggleButton, VStack, VisuallyHidden, pullToRefreshPreventPull, tabsCarouselPreventDrag, useResponsiveSidePanelContext, useSnackbarAdapter, useSnackbarContext, useTextFieldWithGraphemes };
@@ -574,14 +574,14 @@ export declare function useDismissible(props: UseDismissibleProps): {
574
574
  onTransitionStartCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
575
575
  form?: string | undefined | undefined;
576
576
  disabled?: boolean | undefined | undefined;
577
- type?: "submit" | "reset" | "button" | undefined | undefined;
578
577
  value?: string | number | readonly string[] | undefined;
578
+ name?: string | undefined | undefined;
579
579
  formAction?: string | ((formData: FormData) => void | Promise<void>) | undefined;
580
580
  formEncType?: string | undefined | undefined;
581
581
  formMethod?: string | undefined | undefined;
582
582
  formNoValidate?: boolean | undefined | undefined;
583
583
  formTarget?: string | undefined | undefined;
584
- name?: string | undefined | undefined;
584
+ type?: "submit" | "reset" | "button" | undefined | undefined;
585
585
  };
586
586
  };
587
587
  export declare const DismissibleProvider: React.Provider<{
@@ -1152,14 +1152,14 @@ export declare const DismissibleProvider: React.Provider<{
1152
1152
  onTransitionStartCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
1153
1153
  form?: string | undefined | undefined;
1154
1154
  disabled?: boolean | undefined | undefined;
1155
- type?: "submit" | "reset" | "button" | undefined | undefined;
1156
1155
  value?: string | number | readonly string[] | undefined;
1156
+ name?: string | undefined | undefined;
1157
1157
  formAction?: string | ((formData: FormData) => void | Promise<void>) | undefined;
1158
1158
  formEncType?: string | undefined | undefined;
1159
1159
  formMethod?: string | undefined | undefined;
1160
1160
  formNoValidate?: boolean | undefined | undefined;
1161
1161
  formTarget?: string | undefined | undefined;
1162
- name?: string | undefined | undefined;
1162
+ type?: "submit" | "reset" | "button" | undefined | undefined;
1163
1163
  };
1164
1164
  } | null>;
1165
1165
  export declare const useDismissibleContext: () => {
@@ -1730,14 +1730,14 @@ export declare const useDismissibleContext: () => {
1730
1730
  onTransitionStartCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
1731
1731
  form?: string | undefined | undefined;
1732
1732
  disabled?: boolean | undefined | undefined;
1733
- type?: "submit" | "reset" | "button" | undefined | undefined;
1734
1733
  value?: string | number | readonly string[] | undefined;
1734
+ name?: string | undefined | undefined;
1735
1735
  formAction?: string | ((formData: FormData) => void | Promise<void>) | undefined;
1736
1736
  formEncType?: string | undefined | undefined;
1737
1737
  formMethod?: string | undefined | undefined;
1738
1738
  formNoValidate?: boolean | undefined | undefined;
1739
1739
  formTarget?: string | undefined | undefined;
1740
- name?: string | undefined | undefined;
1740
+ type?: "submit" | "reset" | "button" | undefined | undefined;
1741
1741
  };
1742
1742
  };
1743
1743
  export interface DismissibleRootProps extends PrimitiveProps, UseDismissibleProps, React.HTMLAttributes<HTMLDivElement> {