@easypost/easy-ui 1.0.0-alpha.78 → 1.0.0-alpha.79

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 (261) hide show
  1. package/Button/index.js +1 -1
  2. package/Button/index.mjs +1 -1
  3. package/CHANGELOG.md +6 -0
  4. package/Calendar/index.js +1 -1
  5. package/Calendar/index.mjs +1 -1
  6. package/CheckableCard/index.js +1 -1
  7. package/CheckableCard/index.mjs +1 -1
  8. package/Checkbox/index.js +1 -1
  9. package/Checkbox/index.mjs +1 -1
  10. package/CodeBlock/index.js +6 -6
  11. package/CodeBlock/index.mjs +6 -6
  12. package/DataGrid/index.js +33 -28
  13. package/DataGrid/index.mjs +33 -28
  14. package/DatePicker/index.js +13 -13
  15. package/DatePicker/index.mjs +13 -13
  16. package/DateRangePicker/index.js +13 -13
  17. package/DateRangePicker/index.mjs +13 -13
  18. package/Drawer/index.js +4 -4
  19. package/Drawer/index.mjs +4 -4
  20. package/DropdownButton/index.js +1 -1
  21. package/DropdownButton/index.mjs +1 -1
  22. package/FocusedProductLayout/index.js +3 -3
  23. package/FocusedProductLayout/index.mjs +3 -3
  24. package/ForgeLayout/index.js +11 -11
  25. package/ForgeLayout/index.mjs +11 -11
  26. package/HostedUILayout/HostedUILayout.d.ts +76 -0
  27. package/HostedUILayout/HostedUILayout.d.ts.map +1 -0
  28. package/HostedUILayout/HostedUILayout.stories.d.ts +8 -0
  29. package/HostedUILayout/HostedUILayout.stories.d.ts.map +1 -0
  30. package/HostedUILayout/HostedUILayout.test.d.ts +2 -0
  31. package/HostedUILayout/HostedUILayout.test.d.ts.map +1 -0
  32. package/HostedUILayout/HostedUILayoutActions.d.ts +50 -0
  33. package/HostedUILayout/HostedUILayoutActions.d.ts.map +1 -0
  34. package/HostedUILayout/index.d.ts +2 -0
  35. package/HostedUILayout/index.d.ts.map +1 -0
  36. package/HostedUILayout/index.js +195 -0
  37. package/HostedUILayout/index.mjs +195 -0
  38. package/IconButton/index.js +1 -1
  39. package/IconButton/index.mjs +1 -1
  40. package/InputField/index.js +1 -1
  41. package/InputField/index.mjs +1 -1
  42. package/KebabButton/index.js +1 -1
  43. package/KebabButton/index.mjs +1 -1
  44. package/Menu/index.js +1 -1
  45. package/Menu/index.mjs +1 -1
  46. package/Modal/index.js +5 -5
  47. package/Modal/index.mjs +5 -5
  48. package/MultiSelect/index.js +27 -27
  49. package/MultiSelect/index.mjs +28 -28
  50. package/MultipageSection/MultipageSection.d.ts +118 -0
  51. package/MultipageSection/MultipageSection.d.ts.map +1 -0
  52. package/MultipageSection/MultipageSection.stories.d.ts +8 -0
  53. package/MultipageSection/MultipageSection.stories.d.ts.map +1 -0
  54. package/MultipageSection/MultipageSection.test.d.ts +2 -0
  55. package/MultipageSection/MultipageSection.test.d.ts.map +1 -0
  56. package/MultipageSection/MultipageSectionSidebarNav.d.ts +29 -0
  57. package/MultipageSection/MultipageSectionSidebarNav.d.ts.map +1 -0
  58. package/MultipageSection/index.d.ts +2 -0
  59. package/MultipageSection/index.d.ts.map +1 -0
  60. package/MultipageSection/index.js +208 -0
  61. package/MultipageSection/index.mjs +208 -0
  62. package/NexusLayout/index.js +8 -25
  63. package/NexusLayout/index.mjs +7 -24
  64. package/Notification/index.js +1 -1
  65. package/Notification/index.mjs +1 -1
  66. package/Pagination/index.js +2 -2
  67. package/Pagination/index.mjs +2 -2
  68. package/PillGroup/index.js +1 -1
  69. package/PillGroup/index.mjs +1 -1
  70. package/PlanCard/index.js +4 -4
  71. package/PlanCard/index.mjs +4 -4
  72. package/ProductLayout/index.js +8 -8
  73. package/ProductLayout/index.mjs +8 -8
  74. package/Provider/index.js +2 -2
  75. package/Provider/index.mjs +2 -2
  76. package/RadioButtonGroup/index.js +9 -9
  77. package/RadioButtonGroup/index.mjs +9 -9
  78. package/RadioGroup/index.js +1 -1
  79. package/RadioGroup/index.mjs +1 -1
  80. package/RangeCalendar/index.js +1 -1
  81. package/RangeCalendar/index.mjs +1 -1
  82. package/SearchNav/index.js +4 -4
  83. package/SearchNav/index.mjs +4 -4
  84. package/Select/index.js +2 -2
  85. package/Select/index.mjs +2 -2
  86. package/SelectorErrorTooltip/index.js +1 -1
  87. package/SelectorErrorTooltip/index.mjs +1 -1
  88. package/Spinner/index.js +1 -1
  89. package/Spinner/index.mjs +1 -1
  90. package/SplitToggleCard/index.js +1 -1
  91. package/SplitToggleCard/index.mjs +1 -1
  92. package/Stepper/index.js +1 -1
  93. package/Stepper/index.mjs +1 -1
  94. package/TabNav/index.js +1 -1
  95. package/TabNav/index.mjs +1 -1
  96. package/TabPanels/index.js +18 -16
  97. package/TabPanels/index.mjs +18 -16
  98. package/Tabs/index.js +1 -1
  99. package/Tabs/index.mjs +1 -1
  100. package/TextField/index.js +1 -1
  101. package/TextField/index.mjs +1 -1
  102. package/Textarea/index.js +1 -1
  103. package/Textarea/index.mjs +1 -1
  104. package/Toggle/index.js +1 -1
  105. package/Toggle/index.mjs +1 -1
  106. package/Tooltip/index.js +1 -1
  107. package/Tooltip/index.mjs +1 -1
  108. package/UnstyledButton/index.js +1 -1
  109. package/UnstyledButton/index.mjs +1 -1
  110. package/VerticalNav/index.js +6 -6
  111. package/VerticalNav/index.mjs +6 -6
  112. package/__chunks__/{Button-D9a9VZzF.js → Button-2GplvjoR.js} +5 -5
  113. package/__chunks__/{Button-D-ucl04v.mjs → Button-BE3zVhME.mjs} +1 -1
  114. package/__chunks__/{Button-UHHZB1DN.mjs → Button-BpGjkRZu.mjs} +8 -8
  115. package/__chunks__/{Button-DA6XfGLP.js → Button-DUZZ9HoT.js} +1 -1
  116. package/__chunks__/{Calendar-DjW0E3mk.mjs → Calendar-B8v6TkXp.mjs} +2 -2
  117. package/__chunks__/{Calendar-2o01guc2.js → Calendar-joo_8vqm.js} +2 -2
  118. package/__chunks__/{CalendarBase-RcVbhUvM.js → CalendarBase-B1T_Rybe.js} +30 -18
  119. package/__chunks__/{CalendarBase-D8NmV5mS.mjs → CalendarBase-adL7KcVi.mjs} +34 -22
  120. package/__chunks__/{Checkbox-C8XZu-1F.mjs → Checkbox-DJAFG_mm.mjs} +8 -8
  121. package/__chunks__/{Checkbox-sznEdCc0.js → Checkbox-DwkJKuPC.js} +8 -8
  122. package/__chunks__/{DatePickerBase-BJH3bhGM.mjs → DatePickerBase-Bg4YQMAj.mjs} +26 -23
  123. package/__chunks__/{DatePickerBase-BWFcyR_m.js → DatePickerBase-DRR0aOm4.js} +26 -23
  124. package/__chunks__/{Dialog-BBt18JUl.mjs → Dialog-71SzSgdZ.mjs} +10 -10
  125. package/__chunks__/{Dialog-Dde11Vfw.js → Dialog-D1oLQPjX.js} +10 -10
  126. package/__chunks__/EasyPostLogo-B3Um5vvS.mjs +22 -0
  127. package/__chunks__/EasyPostLogo-DQt5KlFX.js +21 -0
  128. package/__chunks__/{FocusScope-DxiwSl55.js → FocusScope-BYrP0odg.js} +3 -3
  129. package/__chunks__/{FocusScope-jG-ZgYgr.mjs → FocusScope-DP1VSF7s.mjs} +3 -3
  130. package/__chunks__/{HelpMenu-DQngktSJ.mjs → HelpMenu-DHNd3X_S.mjs} +2 -2
  131. package/__chunks__/{HelpMenu-B3gwBqqY.js → HelpMenu-LZ_ky28u.js} +2 -2
  132. package/__chunks__/{InputField-CPgMRigD.js → InputField-CH28zjUK.js} +3 -3
  133. package/__chunks__/{InputField-D4feGzmR.mjs → InputField-D4Arfzdz.mjs} +3 -3
  134. package/__chunks__/{Item-BhrTPNN2.mjs → Item-FD89BR0i.mjs} +1 -1
  135. package/__chunks__/{Item-CfWjPrxx.js → Item-h_oPjYVR.js} +1 -1
  136. package/__chunks__/{KebabButton-B97kYKaW.js → KebabButton-BF8hfPrB.js} +1 -1
  137. package/__chunks__/{KebabButton-tTikhARu.mjs → KebabButton-D5KhH0qQ.mjs} +1 -1
  138. package/__chunks__/{Menu-L3un-ZpR.mjs → Menu-CfHK_0Sr.mjs} +16 -16
  139. package/__chunks__/{Menu-BjKQfXId.js → Menu-CivAepFq.js} +16 -16
  140. package/__chunks__/{Notification-C22_98O5.mjs → Notification-CRi-0D3f.mjs} +27 -19
  141. package/__chunks__/{Notification-eckCE8Jj.js → Notification-D7ceWiZq.js} +27 -19
  142. package/__chunks__/{Overlay-BqaNlC3s.js → Overlay-88Ee_QUh.js} +7 -7
  143. package/__chunks__/{Overlay-huXBYY4a.mjs → Overlay-Cj4W5w8m.mjs} +7 -7
  144. package/__chunks__/{PillGroup-q2LMLV6q.js → PillGroup-B9WQ2to5.js} +26 -25
  145. package/__chunks__/{PillGroup-8hng2YcX.mjs → PillGroup-CuPREwvS.mjs} +26 -25
  146. package/__chunks__/{RadioGroup-CaCZDI4f.mjs → RadioGroup-B5o5aPT-.mjs} +14 -14
  147. package/__chunks__/{RadioGroup-Cbzsv5jw.js → RadioGroup-yg8Gtbol.js} +14 -14
  148. package/__chunks__/{RangeCalendar-aUakXSjU.js → RangeCalendar-BgB6xU9q.js} +4 -4
  149. package/__chunks__/{RangeCalendar-DhFnV8j-.mjs → RangeCalendar-CNLF6YQu.mjs} +4 -4
  150. package/__chunks__/{SelectOverlay-BFRRqmYL.js → SelectOverlay-BaATkSsw.js} +17 -16
  151. package/__chunks__/{SelectOverlay-CsxfifYV.mjs → SelectOverlay-DkEL-0O_.mjs} +17 -16
  152. package/__chunks__/{SelectionManager-px2R7S_e.js → SelectionManager-BZ_5U5QP.js} +1 -1
  153. package/__chunks__/{SelectionManager-my6312qq.mjs → SelectionManager-VOfe5ZyB.mjs} +1 -1
  154. package/__chunks__/{SelectorErrorTooltip-C5XJ5swy.mjs → SelectorErrorTooltip-BPLk3N_Q.mjs} +1 -1
  155. package/__chunks__/{SelectorErrorTooltip-EwN0tf2g.js → SelectorErrorTooltip-b5pE6hY-.js} +1 -1
  156. package/__chunks__/{Spinner-BsFJZqxe.mjs → Spinner-CNAJknx9.mjs} +3 -3
  157. package/__chunks__/{Spinner-BsvfYBAO.js → Spinner-CipzStjn.js} +3 -3
  158. package/__chunks__/{Stepper-lFftpFos.js → Stepper--KsoKMdM.js} +3 -3
  159. package/__chunks__/{Stepper-F7Czxecp.mjs → Stepper-CACO2jLG.mjs} +3 -3
  160. package/__chunks__/{TabNav-DbDaDR6R.mjs → TabNav-D2_vfrMU.mjs} +1 -1
  161. package/__chunks__/{TabNav-D6mXxhua.js → TabNav-DTnHIUFZ.js} +1 -1
  162. package/__chunks__/{Tabs-DbH5NmIf.mjs → Tabs-BkzVKvWV.mjs} +3 -3
  163. package/__chunks__/{Tabs-9z2E6ZhV.js → Tabs-J924obQC.js} +3 -3
  164. package/__chunks__/{TextField-D1YUSD6j.js → TextField-C6qMiNmy.js} +1 -1
  165. package/__chunks__/{TextField-BwGqzpya.mjs → TextField-CUOz6ZUe.mjs} +1 -1
  166. package/__chunks__/{Toggle-DqKzs3Y8.mjs → Toggle-BQqjvn6Z.mjs} +5 -5
  167. package/__chunks__/{Toggle-13H0VeGP.js → Toggle-CTUk7LSy.js} +5 -5
  168. package/__chunks__/{Tooltip-DP2EYuM4.js → Tooltip-BIfmWjfP.js} +6 -6
  169. package/__chunks__/{Tooltip-By8WH1wI.mjs → Tooltip-BcHfMDtC.mjs} +6 -6
  170. package/__chunks__/{UnstyledButton-0yreaZnh.mjs → UnstyledButton-CfhKDftV.mjs} +2 -2
  171. package/__chunks__/{UnstyledButton-d3ChgECf.js → UnstyledButton-CnIn7VBo.js} +2 -2
  172. package/__chunks__/{VisuallyHidden-DLuOutNi.mjs → VisuallyHidden-CCdi-Y1w.mjs} +2 -2
  173. package/__chunks__/{VisuallyHidden-Cl5AQsPA.js → VisuallyHidden-DeSpvYML.js} +2 -2
  174. package/__chunks__/{ariaHideOutside-7ae_6If3.js → ariaHideOutside-Bq8FQnZq.js} +5 -5
  175. package/__chunks__/{ariaHideOutside-DRsDXtWO.mjs → ariaHideOutside-CT4hjtef.mjs} +5 -5
  176. package/__chunks__/{context-C5QKMZmh.mjs → context-BEoWr5Bw.mjs} +1 -1
  177. package/__chunks__/{context-BQfsEeih.js → context-Dxz9OXQY.js} +1 -1
  178. package/__chunks__/{focusSafely-CucekFxc.js → focusSafely-BgcYAZN6.js} +2 -2
  179. package/__chunks__/{focusSafely-BW4_g0fd.mjs → focusSafely-D0XrieaU.mjs} +2 -2
  180. package/__chunks__/{mergeProps-DRsiQq2k.mjs → mergeProps-CORsYhTp.mjs} +1 -1
  181. package/__chunks__/{mergeProps-6pKCnMWU.js → mergeProps-d7wJkv71.js} +1 -1
  182. package/__chunks__/{scrollIntoView-DSPpbfzY.mjs → scrollIntoView-BY1C_8w5.mjs} +1 -1
  183. package/__chunks__/{scrollIntoView-CzFYIYQT.js → scrollIntoView-DrxAy81g.js} +1 -1
  184. package/__chunks__/{useButton-SSooC6Sc.js → useButton-BxK3VBiR.js} +6 -27
  185. package/__chunks__/{useButton-ovH6gI84.mjs → useButton-W0nkeGLb.mjs} +6 -27
  186. package/__chunks__/{useCollator-DpGidudE.js → useCollator-Bbw6GMg7.js} +1 -1
  187. package/__chunks__/{useCollator-DiblLehW.mjs → useCollator-D97tqUbx.mjs} +1 -1
  188. package/__chunks__/{useControlledState-mnKBd6Uc.js → useControlledState-B2XIiHlL.js} +2 -2
  189. package/__chunks__/{useControlledState-CFWhSD5C.mjs → useControlledState-BDO08zJF.mjs} +2 -2
  190. package/__chunks__/{useDialog-zKH03v_d.mjs → useDialog-BhvpnpTk.mjs} +3 -3
  191. package/__chunks__/{useDialog-CmV1awNZ.js → useDialog-D_2QCyti.js} +3 -3
  192. package/__chunks__/{useEvent-BR4RE1uc.mjs → useEvent-B40RDiQ6.mjs} +1 -1
  193. package/__chunks__/{useEvent-DiEr5shV.js → useEvent-Dh4hqdOa.js} +1 -1
  194. package/__chunks__/{useField-MeTEdBhD.js → useField-C80n1AHI.js} +2 -2
  195. package/__chunks__/{useField-D71RzzwQ.mjs → useField-D1rL_Lz6.mjs} +2 -2
  196. package/__chunks__/{useFilter-Cd0PVtCe.mjs → useFilter-CQzUxSTO.mjs} +1 -1
  197. package/__chunks__/{useFilter-DUqh08RA.js → useFilter-DMnYaJdO.js} +1 -1
  198. package/__chunks__/{useFocus-Da6IfenG.js → useFocus-Df2haWPe.js} +1 -1
  199. package/__chunks__/{useFocus-BJE6cxrg.mjs → useFocus-DsnhrQiB.mjs} +1 -1
  200. package/__chunks__/{useFocusRing-Dg_M1jfs.mjs → useFocusRing-DAMeUI3t.mjs} +3 -3
  201. package/__chunks__/{useFocusRing-CtLKOxxD.js → useFocusRing-ygRrwBu3.js} +3 -3
  202. package/__chunks__/{useFocusVisible-CLoIPL6T.js → useFocusVisible-7ks2C0sQ.js} +26 -36
  203. package/__chunks__/{useFocusVisible-DgcLCVnV.mjs → useFocusVisible-DWC9qGtP.mjs} +46 -56
  204. package/__chunks__/{useFocusWithin-T1vqkUYN.js → useFocusWithin-CxspK-F2.js} +5 -5
  205. package/__chunks__/{useFocusWithin-BE5KE588.mjs → useFocusWithin-DPnHAdQU.mjs} +5 -5
  206. package/__chunks__/{useFocusable-B5QcOTFc.mjs → useFocusable-C6giMIa8.mjs} +4 -4
  207. package/__chunks__/{useFocusable-DRHM1otK.js → useFocusable-HXkH_Kuc.js} +4 -4
  208. package/__chunks__/{useFormReset-BUBASXJO.mjs → useFormReset-XL_MAi9u.mjs} +1 -1
  209. package/__chunks__/{useFormReset-Ja1aibwy.js → useFormReset-mp5g2mF5.js} +1 -1
  210. package/__chunks__/{useFormValidation-DaCYT2Ut.js → useFormValidation-CAsEJ1eu.js} +2 -2
  211. package/__chunks__/{useFormValidation-gt5I8m2g.mjs → useFormValidation-HasG7QCl.mjs} +2 -2
  212. package/__chunks__/{useHasTabbableChild-BBua_oUS.mjs → useHasTabbableChild-C5KDnOFZ.mjs} +2 -2
  213. package/__chunks__/{useHasTabbableChild-DSm3UrCF.js → useHasTabbableChild-D23JzSLZ.js} +2 -2
  214. package/__chunks__/{useHighlightSelectionDescription-Dl5YfxVo.mjs → useHighlightSelectionDescription-BODt1AHW.mjs} +4 -4
  215. package/__chunks__/{useHighlightSelectionDescription-B49pg43a.js → useHighlightSelectionDescription-CT3jLcfS.js} +4 -4
  216. package/__chunks__/{useHover-BCKoTdS5.js → useHover-BMIowV0x.js} +4 -4
  217. package/__chunks__/{useHover-mdyQ6kou.mjs → useHover-CwJuylzq.mjs} +4 -4
  218. package/__chunks__/{useLabel-DVLShpAi.js → useLabel-D9oYLpKn.js} +3 -3
  219. package/__chunks__/{useLabel-CMWuiLM0.mjs → useLabel-DG4LdFPw.mjs} +3 -3
  220. package/__chunks__/{useLabels-DrIYrapv.js → useLabels-DMDlcCM_.js} +1 -1
  221. package/__chunks__/{useLabels-DCSAqT2C.mjs → useLabels-DWprW4wx.mjs} +1 -1
  222. package/__chunks__/{useLink-DihQM2-s.js → useLink-CcRvXaFq.js} +5 -23
  223. package/__chunks__/{useLink-Dr9Pjalq.mjs → useLink-CxFvWxcs.mjs} +5 -23
  224. package/__chunks__/{useListBoxSection-Bw5OEI4S.mjs → useListBoxSection-UWw98S5n.mjs} +8 -8
  225. package/__chunks__/{useListBoxSection-u2FxpXWK.js → useListBoxSection-yxKStnVF.js} +8 -8
  226. package/__chunks__/{useListState-CKHwm7j_.js → useListState-CU712DaQ.js} +1 -1
  227. package/__chunks__/{useListState-DqBHV23A.mjs → useListState-Doymm1MR.mjs} +1 -1
  228. package/__chunks__/{useLocalizedStringFormatter-SC1Py3Uf.mjs → useLocalizedStringFormatter-D-qKpkp4.mjs} +1 -1
  229. package/__chunks__/{useLocalizedStringFormatter-C3ZwxPrF.js → useLocalizedStringFormatter-X4sjSzZt.js} +1 -1
  230. package/__chunks__/{useMenuTrigger-C9nRdVJk.mjs → useMenuTrigger-Bm2l00Fx.mjs} +9 -6
  231. package/__chunks__/{useMenuTrigger-Dq7mhK38.js → useMenuTrigger-CYz-sHYa.js} +9 -6
  232. package/__chunks__/{useMenuTriggerState-DmsfK2RH.js → useMenuTriggerState-Bpow2FQo.js} +1 -1
  233. package/__chunks__/{useMenuTriggerState-BHenEvUl.mjs → useMenuTriggerState-DzOmQv8m.mjs} +1 -1
  234. package/__chunks__/{useModalOverlay-BLiaW3WH.mjs → useModalOverlay-1zoyqSAR.mjs} +3 -3
  235. package/__chunks__/{useModalOverlay-C_b9YfI9.js → useModalOverlay-E3JkPreO.js} +3 -3
  236. package/__chunks__/{useOverlayPosition-_GnIrSzW.mjs → useOverlayPosition-BJjENFKW.mjs} +4 -4
  237. package/__chunks__/{useOverlayPosition-BIRVQjJL.js → useOverlayPosition-Ba2II0yy.js} +4 -4
  238. package/__chunks__/{useOverlayTrigger-BJJgq7LS.js → useOverlayTrigger-DSYyww_1.js} +2 -2
  239. package/__chunks__/{useOverlayTrigger-BIc8jsUc.mjs → useOverlayTrigger-DTO7VB3r.mjs} +2 -2
  240. package/__chunks__/{usePress-DQ3FxwWo.mjs → usePress-BGHDb_ce.mjs} +35 -33
  241. package/__chunks__/{usePress-DchxjERD.js → usePress-Btah4Wrd.js} +35 -33
  242. package/__chunks__/{useSelectableItem-DcveeRN2.mjs → useSelectableItem-CBqJNF3F.mjs} +13 -11
  243. package/__chunks__/{useSelectableItem-CxOGkw0W.js → useSelectableItem-iCGDFQiY.js} +13 -11
  244. package/__chunks__/{useSelectableList-C_zJw1dp.mjs → useSelectableList-C1gLRl6h.mjs} +3 -3
  245. package/__chunks__/{useSelectableList-F9Rfjy4j.js → useSelectableList-CPHfKit7.js} +3 -3
  246. package/__chunks__/{useSingleSelectListState-IrBbHxlA.js → useSingleSelectListState-Br2JooAG.js} +2 -2
  247. package/__chunks__/{useSingleSelectListState-61RqBjo5.mjs → useSingleSelectListState-ByDUc5Ex.mjs} +2 -2
  248. package/__chunks__/{useTextField-B6vr1ZoD.mjs → useTextField-DUw10Bpa.mjs} +7 -7
  249. package/__chunks__/{useTextField-USpUKriF.js → useTextField-DYKc0daU.js} +7 -7
  250. package/__chunks__/{useToggle-C7k9_K6R.mjs → useToggle-Dvy3oMSz.mjs} +5 -5
  251. package/__chunks__/{useToggle-CRkaTfEP.js → useToggle-nWML_sp8.js} +5 -5
  252. package/__chunks__/{useToggleState-kFojjzgV.mjs → useToggleState-1Mo_p5l0.mjs} +1 -1
  253. package/__chunks__/{useToggleState-CdbEMLRz.js → useToggleState-8QqTgvTU.js} +1 -1
  254. package/__chunks__/{useTreeState-DtfZCGLY.mjs → useTreeState-DdjTMMtR.mjs} +2 -2
  255. package/__chunks__/{useTreeState-DrWJoIPU.js → useTreeState-kH1tpPJB.js} +2 -2
  256. package/__chunks__/{utilities-U5Ql_Myz.mjs → utilities-DaMKHxI8.mjs} +6 -6
  257. package/__chunks__/{utilities-x6Aiy1EG.js → utilities-DgR-vXbf.js} +6 -6
  258. package/__chunks__/{utils-CY9C69XV.js → utils-B-3LZYje.js} +1 -1
  259. package/__chunks__/{utils-CwzguevQ.mjs → utils-CZnJZGiu.mjs} +1 -1
  260. package/package.json +4 -4
  261. package/style.css +404 -223
@@ -1,4 +1,4 @@
1
- import { I } from "../__chunks__/InputField-D4feGzmR.mjs";
1
+ import { I } from "../__chunks__/InputField-D4Arfzdz.mjs";
2
2
  export {
3
3
  I as InputField
4
4
  };
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const KebabButton = require("../__chunks__/KebabButton-B97kYKaW.js");
3
+ const KebabButton = require("../__chunks__/KebabButton-BF8hfPrB.js");
4
4
  exports.KebabButton = KebabButton.KebabButton;
@@ -1,4 +1,4 @@
1
- import { K } from "../__chunks__/KebabButton-tTikhARu.mjs";
1
+ import { K } from "../__chunks__/KebabButton-D5KhH0qQ.mjs";
2
2
  export {
3
3
  K as KebabButton
4
4
  };
package/Menu/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const Menu = require("../__chunks__/Menu-BjKQfXId.js");
3
+ const Menu = require("../__chunks__/Menu-CivAepFq.js");
4
4
  exports.Menu = Menu.Menu;
package/Menu/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { M } from "../__chunks__/Menu-L3un-ZpR.mjs";
1
+ import { M } from "../__chunks__/Menu-CfHK_0Sr.mjs";
2
2
  export {
3
3
  M as Menu
4
4
  };
package/Modal/index.js CHANGED
@@ -34,17 +34,17 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
34
34
  const React = require("react");
35
35
  const utilities_css = require("../utilities/css.js");
36
36
  const utilities_useScrollbar = require("../utilities/useScrollbar.js");
37
- const Button = require("../__chunks__/Button-DA6XfGLP.js");
37
+ const Button = require("../__chunks__/Button-DUZZ9HoT.js");
38
38
  const Close = require("../__chunks__/Close-BQ2IlPyf.js");
39
39
  const HorizontalStack = require("../__chunks__/HorizontalStack-CXpjASZi.js");
40
40
  const Icon = require("../__chunks__/Icon-W8F9w-jS.js");
41
41
  const Text = require("../__chunks__/Text-B1xglKFU.js");
42
42
  const VerticalStack = require("../__chunks__/VerticalStack-Dzpv3O67.js");
43
- const useModalOverlay = require("../__chunks__/useModalOverlay-C_b9YfI9.js");
44
- const Overlay = require("../__chunks__/Overlay-BqaNlC3s.js");
45
- const useOverlayTrigger = require("../__chunks__/useOverlayTrigger-BJJgq7LS.js");
43
+ const useModalOverlay = require("../__chunks__/useModalOverlay-E3JkPreO.js");
44
+ const Overlay = require("../__chunks__/Overlay-88Ee_QUh.js");
45
+ const useOverlayTrigger = require("../__chunks__/useOverlayTrigger-DSYyww_1.js");
46
46
  const useIntersectionDetection = require("../__chunks__/useIntersectionDetection-DI5n4zwA.js");
47
- const useDialog = require("../__chunks__/useDialog-CmV1awNZ.js");
47
+ const useDialog = require("../__chunks__/useDialog-D_2QCyti.js");
48
48
  const ModalContext = React.createContext(null);
49
49
  const useModalContext = () => {
50
50
  const modalContext = React.useContext(ModalContext);
package/Modal/index.mjs CHANGED
@@ -32,17 +32,17 @@ var __objRest = (source, exclude) => {
32
32
  import React__default, { createContext, useContext, useMemo, cloneElement, useState, useRef } from "react";
33
33
  import { classNames, variationName } from "../utilities/css.mjs";
34
34
  import { useScrollbar } from "../utilities/useScrollbar.mjs";
35
- import { B as Button } from "../__chunks__/Button-D-ucl04v.mjs";
35
+ import { B as Button } from "../__chunks__/Button-BE3zVhME.mjs";
36
36
  import { C as Close } from "../__chunks__/Close-Cq6Q6MN6.mjs";
37
37
  import { H as HorizontalStack } from "../__chunks__/HorizontalStack-CxE8tPx_.mjs";
38
38
  import { I as Icon } from "../__chunks__/Icon-0SN9dbwU.mjs";
39
39
  import { T as Text } from "../__chunks__/Text-CX5GoBTS.mjs";
40
40
  import { V as VerticalStack } from "../__chunks__/VerticalStack-C2yDQVHD.mjs";
41
- import { $ as $8ac8429251c45e4b$export$dbc0f175b25fb0fb } from "../__chunks__/useModalOverlay-BLiaW3WH.mjs";
42
- import { d as $337b884510726a0d$export$c6fdb837b070b4ff, a as $fc909762b330b746$export$61c6a8c84e605fb6 } from "../__chunks__/Overlay-huXBYY4a.mjs";
43
- import { $ as $628037886ba31236$export$f9d5c8beee7d008d } from "../__chunks__/useOverlayTrigger-BIc8jsUc.mjs";
41
+ import { $ as $8ac8429251c45e4b$export$dbc0f175b25fb0fb } from "../__chunks__/useModalOverlay-1zoyqSAR.mjs";
42
+ import { d as $337b884510726a0d$export$c6fdb837b070b4ff, a as $fc909762b330b746$export$61c6a8c84e605fb6 } from "../__chunks__/Overlay-Cj4W5w8m.mjs";
43
+ import { $ as $628037886ba31236$export$f9d5c8beee7d008d } from "../__chunks__/useOverlayTrigger-DTO7VB3r.mjs";
44
44
  import { u as useIntersectionDetection } from "../__chunks__/useIntersectionDetection-BvUmtDgl.mjs";
45
- import { $ as $40df3f8667284809$export$d55e7ee900f34e93 } from "../__chunks__/useDialog-zKH03v_d.mjs";
45
+ import { $ as $40df3f8667284809$export$d55e7ee900f34e93 } from "../__chunks__/useDialog-BhvpnpTk.mjs";
46
46
  const ModalContext = createContext(null);
47
47
  const useModalContext = () => {
48
48
  const modalContext = useContext(ModalContext);
@@ -52,41 +52,41 @@ var __async = (__this, __arguments, generator) => {
52
52
  };
53
53
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
54
54
  const React = require("react");
55
- const Button = require("../__chunks__/Button-D9a9VZzF.js");
56
- const utils = require("../__chunks__/utils-CY9C69XV.js");
57
- const useHover = require("../__chunks__/useHover-BCKoTdS5.js");
58
- const useFocusRing = require("../__chunks__/useFocusRing-CtLKOxxD.js");
59
- const mergeProps = require("../__chunks__/mergeProps-6pKCnMWU.js");
60
- const PillGroup = require("../__chunks__/PillGroup-q2LMLV6q.js");
61
- const Dialog = require("../__chunks__/Dialog-Dde11Vfw.js");
55
+ const Button = require("../__chunks__/Button-2GplvjoR.js");
56
+ const utils = require("../__chunks__/utils-B-3LZYje.js");
57
+ const useHover = require("../__chunks__/useHover-BMIowV0x.js");
58
+ const useFocusRing = require("../__chunks__/useFocusRing-ygRrwBu3.js");
59
+ const mergeProps = require("../__chunks__/mergeProps-d7wJkv71.js");
60
+ const PillGroup = require("../__chunks__/PillGroup-B9WQ2to5.js");
61
+ const Dialog = require("../__chunks__/Dialog-D1oLQPjX.js");
62
62
  const filterDOMProps = require("../__chunks__/filterDOMProps-D3iOHP0H.js");
63
63
  const useResizeObserver = require("../__chunks__/useResizeObserver-BsbT3mjh.js");
64
- const useFilter = require("../__chunks__/useFilter-DUqh08RA.js");
65
- const useFormValidation = require("../__chunks__/useFormValidation-DaCYT2Ut.js");
66
- const SelectionManager = require("../__chunks__/SelectionManager-px2R7S_e.js");
67
- const useSingleSelectListState = require("../__chunks__/useSingleSelectListState-IrBbHxlA.js");
68
- const useListState = require("../__chunks__/useListState-CKHwm7j_.js");
69
- const useControlledState = require("../__chunks__/useControlledState-mnKBd6Uc.js");
70
- const Overlay = require("../__chunks__/Overlay-BqaNlC3s.js");
64
+ const useFilter = require("../__chunks__/useFilter-DMnYaJdO.js");
65
+ const useFormValidation = require("../__chunks__/useFormValidation-CAsEJ1eu.js");
66
+ const SelectionManager = require("../__chunks__/SelectionManager-BZ_5U5QP.js");
67
+ const useSingleSelectListState = require("../__chunks__/useSingleSelectListState-Br2JooAG.js");
68
+ const useListState = require("../__chunks__/useListState-CU712DaQ.js");
69
+ const useControlledState = require("../__chunks__/useControlledState-B2XIiHlL.js");
70
+ const Overlay = require("../__chunks__/Overlay-88Ee_QUh.js");
71
71
  const LiveAnnouncer = require("../__chunks__/LiveAnnouncer-CzeNwq2D.js");
72
- const ariaHideOutside = require("../__chunks__/ariaHideOutside-7ae_6If3.js");
73
- const useListBoxSection = require("../__chunks__/useListBoxSection-u2FxpXWK.js");
74
- const useFocusVisible = require("../__chunks__/useFocusVisible-CLoIPL6T.js");
75
- const usePress = require("../__chunks__/usePress-DchxjERD.js");
76
- const useLabels = require("../__chunks__/useLabels-DrIYrapv.js");
72
+ const ariaHideOutside = require("../__chunks__/ariaHideOutside-Bq8FQnZq.js");
73
+ const useListBoxSection = require("../__chunks__/useListBoxSection-yxKStnVF.js");
74
+ const useFocusVisible = require("../__chunks__/useFocusVisible-7ks2C0sQ.js");
75
+ const usePress = require("../__chunks__/usePress-Btah4Wrd.js");
76
+ const useLabels = require("../__chunks__/useLabels-DMDlcCM_.js");
77
77
  const useUpdateEffect = require("../__chunks__/useUpdateEffect-BII0W8Ne.js");
78
- const useSelectableItem = require("../__chunks__/useSelectableItem-CxOGkw0W.js");
79
- const useSelectableList = require("../__chunks__/useSelectableList-F9Rfjy4j.js");
80
- const useLocalizedStringFormatter = require("../__chunks__/useLocalizedStringFormatter-C3ZwxPrF.js");
81
- const useMenuTrigger = require("../__chunks__/useMenuTrigger-Dq7mhK38.js");
82
- const useTextField = require("../__chunks__/useTextField-USpUKriF.js");
78
+ const useSelectableItem = require("../__chunks__/useSelectableItem-iCGDFQiY.js");
79
+ const useSelectableList = require("../__chunks__/useSelectableList-CPHfKit7.js");
80
+ const useLocalizedStringFormatter = require("../__chunks__/useLocalizedStringFormatter-X4sjSzZt.js");
81
+ const useMenuTrigger = require("../__chunks__/useMenuTrigger-CYz-sHYa.js");
82
+ const useTextField = require("../__chunks__/useTextField-DYKc0daU.js");
83
83
  const Icon = require("../__chunks__/Icon-W8F9w-jS.js");
84
- const utilities = require("../__chunks__/utilities-x6Aiy1EG.js");
85
- const Spinner = require("../__chunks__/Spinner-BsvfYBAO.js");
84
+ const utilities = require("../__chunks__/utilities-DgR-vXbf.js");
85
+ const Spinner = require("../__chunks__/Spinner-CipzStjn.js");
86
86
  const Text = require("../__chunks__/Text-B1xglKFU.js");
87
87
  const utilities_css = require("../utilities/css.js");
88
88
  const utilities_useScrollbar = require("../utilities/useScrollbar.js");
89
- const VisuallyHidden = require("../__chunks__/VisuallyHidden-Cl5AQsPA.js");
89
+ const VisuallyHidden = require("../__chunks__/VisuallyHidden-DeSpvYML.js");
90
90
  function _interopNamespaceDefault(e) {
91
91
  const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
92
92
  if (e) {
@@ -51,42 +51,42 @@ var __async = (__this, __arguments, generator) => {
51
51
  };
52
52
  import * as React from "react";
53
53
  import React__default, { useState, useMemo, useRef, useCallback, useEffect, useReducer, createContext, forwardRef } from "react";
54
- import { c as $f39a9eba43920ace$export$86427a43e3e48ebb, a as $d2b4bc8c273e7be6$export$24d547caef80ccd1, b as $d2b4bc8c273e7be6$export$353f5b6fc5456de1 } from "../__chunks__/Button-UHHZB1DN.mjs";
55
- import { $ as $64fa3d84918910a7$export$29f1550f4b0d4415, a as $64fa3d84918910a7$export$4d86445c2cf5e3, d as $64fa3d84918910a7$export$fabf2dc03a41866e, e as $64fa3d84918910a7$export$9d4c57ee4c6ffdd8, f as $64fa3d84918910a7$export$ef03459518577ad4, b as $64fa3d84918910a7$export$2881499e37b75b9a } from "../__chunks__/utils-CwzguevQ.mjs";
56
- import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/useHover-mdyQ6kou.mjs";
57
- import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../__chunks__/useFocusRing-Dg_M1jfs.mjs";
58
- import { f as $ff5963eb1fccf552$export$e08e3b67e392101e, $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "../__chunks__/mergeProps-DRsiQq2k.mjs";
59
- import { $ as $0d86e9c8f07f9a7b$export$79c0c687a5963b0a, a as $eed445e0843c11d0$export$7ff8f37d2d81a48d, b as $e1995378a142960e$export$bf788dd355e3a401, c as $01b77f81d0f07f68$export$75b6ee27786ba447, d as $eed445e0843c11d0$export$7c5906fe4f1f2af2, e as $514c0188e459b4c0$export$9afb8bc826b033ea, f as $eed445e0843c11d0$export$41f133550aa26f48, g as $eed445e0843c11d0$export$a11e76429ed99b4, P as PillGroup } from "../__chunks__/PillGroup-8hng2YcX.mjs";
60
- import { h } from "../__chunks__/PillGroup-8hng2YcX.mjs";
61
- import { c as $de32f1b87079253c$export$d2f961adcb0afbe, d as $07b14b47974efb58$export$9b9a0cd73afb7ca4, a as $07b14b47974efb58$export$5b6b19405a83ff9d } from "../__chunks__/Dialog-BBt18JUl.mjs";
54
+ import { c as $f39a9eba43920ace$export$86427a43e3e48ebb, b as $d2b4bc8c273e7be6$export$24d547caef80ccd1, $ as $d2b4bc8c273e7be6$export$353f5b6fc5456de1 } from "../__chunks__/Button-BpGjkRZu.mjs";
55
+ import { $ as $64fa3d84918910a7$export$29f1550f4b0d4415, a as $64fa3d84918910a7$export$4d86445c2cf5e3, d as $64fa3d84918910a7$export$fabf2dc03a41866e, e as $64fa3d84918910a7$export$9d4c57ee4c6ffdd8, f as $64fa3d84918910a7$export$ef03459518577ad4, b as $64fa3d84918910a7$export$2881499e37b75b9a } from "../__chunks__/utils-CZnJZGiu.mjs";
56
+ import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/useHover-CwJuylzq.mjs";
57
+ import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../__chunks__/useFocusRing-DAMeUI3t.mjs";
58
+ import { f as $ff5963eb1fccf552$export$e08e3b67e392101e, $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "../__chunks__/mergeProps-CORsYhTp.mjs";
59
+ import { $ as $0d86e9c8f07f9a7b$export$79c0c687a5963b0a, a as $eed445e0843c11d0$export$7ff8f37d2d81a48d, b as $e1995378a142960e$export$bf788dd355e3a401, c as $01b77f81d0f07f68$export$75b6ee27786ba447, d as $eed445e0843c11d0$export$7c5906fe4f1f2af2, e as $514c0188e459b4c0$export$9afb8bc826b033ea, f as $eed445e0843c11d0$export$41f133550aa26f48, g as $eed445e0843c11d0$export$a11e76429ed99b4, P as PillGroup } from "../__chunks__/PillGroup-CuPREwvS.mjs";
60
+ import { h } from "../__chunks__/PillGroup-CuPREwvS.mjs";
61
+ import { c as $de32f1b87079253c$export$d2f961adcb0afbe, d as $07b14b47974efb58$export$9b9a0cd73afb7ca4, a as $07b14b47974efb58$export$5b6b19405a83ff9d } from "../__chunks__/Dialog-71SzSgdZ.mjs";
62
62
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "../__chunks__/filterDOMProps-EDDcM64A.mjs";
63
63
  import { $ as $9daab02d461809db$export$683480f191c0e3ea } from "../__chunks__/useResizeObserver-Dyb4wvuA.mjs";
64
- import { $ as $bb77f239b46e8c72$export$3274cf84b703fff } from "../__chunks__/useFilter-Cd0PVtCe.mjs";
65
- import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, c as $e5be200c675c3b3a$export$a763b9476acd3eb } from "../__chunks__/useFormValidation-gt5I8m2g.mjs";
66
- import { c as $c5a24bc478652b5f$export$1005530eda016c13 } from "../__chunks__/SelectionManager-my6312qq.mjs";
67
- import { $ as $a0d645289fe9b86b$export$e7f05e985daf4b5f } from "../__chunks__/useSingleSelectListState-61RqBjo5.mjs";
68
- import { a as $a02d57049d202695$export$d085fb9e920b5ca7 } from "../__chunks__/useListState-DqBHV23A.mjs";
69
- import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "../__chunks__/useControlledState-CFWhSD5C.mjs";
70
- import { a as $fc909762b330b746$export$61c6a8c84e605fb6 } from "../__chunks__/Overlay-huXBYY4a.mjs";
64
+ import { $ as $bb77f239b46e8c72$export$3274cf84b703fff } from "../__chunks__/useFilter-CQzUxSTO.mjs";
65
+ import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, c as $e5be200c675c3b3a$export$a763b9476acd3eb } from "../__chunks__/useFormValidation-HasG7QCl.mjs";
66
+ import { c as $c5a24bc478652b5f$export$1005530eda016c13 } from "../__chunks__/SelectionManager-VOfe5ZyB.mjs";
67
+ import { $ as $a0d645289fe9b86b$export$e7f05e985daf4b5f } from "../__chunks__/useSingleSelectListState-ByDUc5Ex.mjs";
68
+ import { a as $a02d57049d202695$export$d085fb9e920b5ca7 } from "../__chunks__/useListState-Doymm1MR.mjs";
69
+ import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "../__chunks__/useControlledState-BDO08zJF.mjs";
70
+ import { a as $fc909762b330b746$export$61c6a8c84e605fb6 } from "../__chunks__/Overlay-Cj4W5w8m.mjs";
71
71
  import { $ as $319e236875307eab$export$a9b970dcc4ae71a9 } from "../__chunks__/LiveAnnouncer-BSV5-C0m.mjs";
72
- import { b as $5e3802645cc19319$export$1c3ebcada18427bf } from "../__chunks__/ariaHideOutside-DRsDXtWO.mjs";
73
- import { c as $b1f0cad8af73213b$export$3585ede4d035bf14, d as $b1f0cad8af73213b$export$9145995848b05025 } from "../__chunks__/useListBoxSection-Bw5OEI4S.mjs";
74
- import { u as $c87311424ea30a05$export$e1865c3bedcd822b, d as $d4ee10de306f2510$export$cd4e5573fbe2b576, a as $431fbd86ca7dc216$export$b204af158042fbac } from "../__chunks__/useFocusVisible-DgcLCVnV.mjs";
75
- import { a as $ea8dcbcb9ea1b556$export$9a302a45f65d0572 } from "../__chunks__/usePress-DQ3FxwWo.mjs";
76
- import { $ as $313b98861ee5dd6c$export$d6875122194c7b44 } from "../__chunks__/useLabels-DCSAqT2C.mjs";
72
+ import { b as $5e3802645cc19319$export$1c3ebcada18427bf } from "../__chunks__/ariaHideOutside-CT4hjtef.mjs";
73
+ import { c as $b1f0cad8af73213b$export$3585ede4d035bf14, d as $b1f0cad8af73213b$export$9145995848b05025 } from "../__chunks__/useListBoxSection-UWw98S5n.mjs";
74
+ import { v as $c87311424ea30a05$export$e1865c3bedcd822b, d as $d4ee10de306f2510$export$cd4e5573fbe2b576, a as $431fbd86ca7dc216$export$b204af158042fbac } from "../__chunks__/useFocusVisible-DWC9qGtP.mjs";
75
+ import { a as $ea8dcbcb9ea1b556$export$9a302a45f65d0572 } from "../__chunks__/usePress-BGHDb_ce.mjs";
76
+ import { $ as $313b98861ee5dd6c$export$d6875122194c7b44 } from "../__chunks__/useLabels-DWprW4wx.mjs";
77
77
  import { $ as $4f58c5f72bcf79f7$export$496315a1608d9602 } from "../__chunks__/useUpdateEffect-C9amKlvd.mjs";
78
- import { b as $ae20dd8cbca75726$export$d6daf82dcd84e87c, e as $55f9b1ae81f22853$export$2b35b76d2e30e129 } from "../__chunks__/useSelectableItem-DcveeRN2.mjs";
79
- import { b as $2a25aae57d74318e$export$a05409b8bb224a5a, a as $453cc9f0df89c0a5$export$77d5aafae4e095b2 } from "../__chunks__/useSelectableList-C_zJw1dp.mjs";
80
- import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "../__chunks__/useLocalizedStringFormatter-SC1Py3Uf.mjs";
81
- import { $ as $168583247155ddda$export$dc9c12ed27dd1b49 } from "../__chunks__/useMenuTrigger-C9nRdVJk.mjs";
82
- import { $ as $2d73ec29415bd339$export$712718f7aec83d5 } from "../__chunks__/useTextField-B6vr1ZoD.mjs";
78
+ import { b as $ae20dd8cbca75726$export$d6daf82dcd84e87c, e as $55f9b1ae81f22853$export$2b35b76d2e30e129 } from "../__chunks__/useSelectableItem-CBqJNF3F.mjs";
79
+ import { b as $2a25aae57d74318e$export$a05409b8bb224a5a, a as $453cc9f0df89c0a5$export$77d5aafae4e095b2 } from "../__chunks__/useSelectableList-C1gLRl6h.mjs";
80
+ import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "../__chunks__/useLocalizedStringFormatter-D-qKpkp4.mjs";
81
+ import { $ as $168583247155ddda$export$dc9c12ed27dd1b49 } from "../__chunks__/useMenuTrigger-Bm2l00Fx.mjs";
82
+ import { $ as $2d73ec29415bd339$export$712718f7aec83d5 } from "../__chunks__/useTextField-DUw10Bpa.mjs";
83
83
  import { I as Icon } from "../__chunks__/Icon-0SN9dbwU.mjs";
84
- import { D as DEFAULT_MAX_ITEMS_UNTIL_SCROLL, Y as Y_PADDING_INSIDE_OVERLAY, I as ITEM_HEIGHT, f as getMenuPopoverMaxHeight } from "../__chunks__/utilities-U5Ql_Myz.mjs";
85
- import { S as Spinner } from "../__chunks__/Spinner-BsFJZqxe.mjs";
84
+ import { D as DEFAULT_MAX_ITEMS_UNTIL_SCROLL, Y as Y_PADDING_INSIDE_OVERLAY, I as ITEM_HEIGHT, f as getMenuPopoverMaxHeight } from "../__chunks__/utilities-DaMKHxI8.mjs";
85
+ import { S as Spinner } from "../__chunks__/Spinner-CNAJknx9.mjs";
86
86
  import { T as Text } from "../__chunks__/Text-CX5GoBTS.mjs";
87
87
  import { getComponentToken, pxToRem } from "../utilities/css.mjs";
88
88
  import { useScrollbar } from "../utilities/useScrollbar.mjs";
89
- import { a as $5c3e21d68f1c4674$export$439d29a4e110a164 } from "../__chunks__/VisuallyHidden-DLuOutNi.mjs";
89
+ import { a as $5c3e21d68f1c4674$export$439d29a4e110a164 } from "../__chunks__/VisuallyHidden-CCdi-Y1w.mjs";
90
90
  function $a9e7382a7d111cb5$export$b453a3bfd4a5fa9e(props) {
91
91
  var _collection_getItem;
92
92
  let { defaultFilter, menuTrigger = "input", allowsEmptyCollection = false, allowsCustomValue, shouldCloseOnBlur = true } = props;
@@ -0,0 +1,118 @@
1
+ import React, { ReactNode } from "react";
2
+ import { MultipageSectionSidebarNav, MultipageSectionSidebarNavLink, MultipageSectionSidebarNavSection } from "./MultipageSectionSidebarNav";
3
+ import { IconSymbol } from "../types";
4
+ export type MultipageSectionProps = {
5
+ /** MultipageSection children. */
6
+ children: ReactNode;
7
+ };
8
+ export type MultipageSectionContainerProps = {
9
+ /** MultipageSection container children. */
10
+ children: ReactNode;
11
+ };
12
+ export type MultipageSectionSplitContainerProps = {
13
+ /** MultipageSection split container children. */
14
+ children: ReactNode;
15
+ };
16
+ export type MultipageSectionSidebarProps = {
17
+ /** MultipageSection sidebar children. */
18
+ children: ReactNode;
19
+ };
20
+ export type MultipageSectionBrandHeaderProps = {
21
+ /** MultipageSection brand header children. */
22
+ children: ReactNode;
23
+ };
24
+ export type MultipageSectionBrandHeaderLogoProps = {
25
+ /** MultipageSection brand header logo children. */
26
+ children: ReactNode;
27
+ };
28
+ export type MultipageSectionBrandHeaderTitleProps = {
29
+ /** MultipageSection brand header title children. */
30
+ children: ReactNode;
31
+ };
32
+ export type MultipageSectionContentProps = {
33
+ /** MultipageSection content children. */
34
+ children: ReactNode;
35
+ };
36
+ export type MultipageSectionContentHeaderProps = {
37
+ /** MultipageSection container header children. */
38
+ children: ReactNode;
39
+ };
40
+ export type MultipageSectionContentTitleProps = {
41
+ /** MultipageSection content title icon. */
42
+ titleIcon?: IconSymbol;
43
+ /** MultipageSection content title text. */
44
+ children: ReactNode;
45
+ };
46
+ /**
47
+ * `MultipageSection` represents a section for multipage navigation and
48
+ * a content area that is preceded by a branded header.
49
+ *
50
+ * @example
51
+ * ```tsx
52
+ * <MultipageSection>
53
+ * <MultipageSection.Container>
54
+ * <MultipageSection.BrandHeader>
55
+ * <MultipageSection.BrandHeaderLogo>
56
+ * <SomeLogo />
57
+ * </MultipageSection.BrandHeaderLogo>
58
+ * <MultipageSection.BrandHeaderTitle>
59
+ * Brand Title
60
+ * </MultipageSection.BrandHeaderTitle>
61
+ * </MultipageSection.BrandHeader>
62
+ * <MultipageSection.SplitContainer>
63
+ * <MultipageSection.Sidebar>
64
+ * <MultipageSection.SidebarNav selectedHref="/1">
65
+ * <MultipageSection.SidebarNavLink
66
+ * href="/1"
67
+ * iconSymbol={Icon}
68
+ * >
69
+ * Link 1
70
+ * </MultipageSection.SidebarNavLink>
71
+ * <MultipageSection.SidebarNavLink
72
+ * href="/2"
73
+ * iconSymbol={Icon}
74
+ * >
75
+ * Link 2
76
+ * </MultipageSection.SidebarNavLink>
77
+ * </MultipageSection.SidebarNav>
78
+ * </MultipageSection.Sidebar>
79
+ * <MultipageSection.Content>
80
+ * <MultipageSection.ContentHeader>
81
+ * <MultipageSection.ContentTitle titleIcon={Icon}>
82
+ * Content Title
83
+ * </MultipageSection.ContentTitle>
84
+ * </MultipageSection.ContentHeader>
85
+ * <div>Content</div>
86
+ * </MultipageSection.Content>
87
+ * </MultipageSection.SplitContainer>
88
+ * </MultipageSection.Container>
89
+ * </MultipageSection>
90
+ * ```
91
+ */
92
+ export declare function MultipageSection(props: MultipageSectionProps): React.JSX.Element;
93
+ export declare namespace MultipageSection {
94
+ var Container: typeof MultipageSectionContainer;
95
+ var SplitContainer: typeof MultipageSectionSplitContainer;
96
+ var Sidebar: typeof MultipageSectionSidebar;
97
+ var BrandHeader: typeof MultipageSectionBrandHeader;
98
+ var BrandHeaderLogo: typeof MultipageSectionBrandHeaderLogo;
99
+ var BrandHeaderTitle: typeof MultipageSectionBrandHeaderTitle;
100
+ var Content: typeof MultipageSectionContent;
101
+ var ContentHeader: typeof MultipageSectionContentHeader;
102
+ var ContentTitle: typeof MultipageSectionContentTitle;
103
+ var SidebarNav: typeof MultipageSectionSidebarNav;
104
+ var SidebarNavSection: typeof MultipageSectionSidebarNavSection;
105
+ var SidebarNavLink: typeof MultipageSectionSidebarNavLink;
106
+ var useMultipageSectionSidebarNav: () => import("./MultipageSectionSidebarNav").SidebarNavContextType;
107
+ }
108
+ export declare function MultipageSectionContainer(props: MultipageSectionContainerProps): React.JSX.Element;
109
+ export declare function MultipageSectionSplitContainer(props: MultipageSectionSplitContainerProps): React.JSX.Element;
110
+ declare function MultipageSectionSidebar(props: MultipageSectionSidebarProps): React.JSX.Element;
111
+ declare function MultipageSectionBrandHeader(props: MultipageSectionBrandHeaderProps): React.JSX.Element;
112
+ declare function MultipageSectionBrandHeaderLogo(props: MultipageSectionBrandHeaderLogoProps): React.JSX.Element;
113
+ declare function MultipageSectionBrandHeaderTitle(props: MultipageSectionBrandHeaderTitleProps): React.JSX.Element;
114
+ declare function MultipageSectionContent(props: MultipageSectionContentProps): React.JSX.Element;
115
+ declare function MultipageSectionContentHeader(props: MultipageSectionContentHeaderProps): React.JSX.Element;
116
+ declare function MultipageSectionContentTitle(props: MultipageSectionContentTitleProps): React.JSX.Element;
117
+ export {};
118
+ //# sourceMappingURL=MultipageSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MultipageSection.d.ts","sourceRoot":"","sources":["../../src/MultipageSection/MultipageSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIzC,OAAO,EACL,0BAA0B,EAC1B,8BAA8B,EAC9B,iCAAiC,EAElC,MAAM,8BAA8B,CAAC;AAGtC,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAGtC,MAAM,MAAM,qBAAqB,GAAG;IAClC,iCAAiC;IACjC,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,2CAA2C;IAC3C,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAAG;IAChD,iDAAiD;IACjD,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG;IACzC,yCAAyC;IACzC,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,gCAAgC,GAAG;IAC7C,8CAA8C;IAC9C,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,oCAAoC,GAAG;IACjD,mDAAmD;IACnD,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,qCAAqC,GAAG;IAClD,oDAAoD;IACpD,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG;IACzC,yCAAyC;IACzC,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAAG;IAC/C,kDAAkD;IAClD,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,iCAAiC,GAAG;IAC9C,2CAA2C;IAC3C,SAAS,CAAC,EAAE,UAAU,CAAC;IACvB,2CAA2C;IAC3C,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6CG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,qBAAqB,qBAG5D;yBAHe,gBAAgB;;;;;;;;;;;;;;;AAKhC,wBAAgB,yBAAyB,CACvC,KAAK,EAAE,8BAA8B,qBAItC;AAED,wBAAgB,8BAA8B,CAC5C,KAAK,EAAE,mCAAmC,qBAI3C;AAED,iBAAS,uBAAuB,CAAC,KAAK,EAAE,4BAA4B,qBAOnE;AAED,iBAAS,2BAA2B,CAAC,KAAK,EAAE,gCAAgC,qBAU3E;AAED,iBAAS,+BAA+B,CACtC,KAAK,EAAE,oCAAoC,qBAK5C;AAED,iBAAS,gCAAgC,CACvC,KAAK,EAAE,qCAAqC,qBAQ7C;AAED,iBAAS,uBAAuB,CAAC,KAAK,EAAE,4BAA4B,qBAOnE;AAED,iBAAS,6BAA6B,CACpC,KAAK,EAAE,kCAAkC,qBAQ1C;AAED,iBAAS,4BAA4B,CACnC,KAAK,EAAE,iCAAiC,qBAmBzC"}
@@ -0,0 +1,8 @@
1
+ import { Meta, StoryObj } from "@storybook/react";
2
+ import { MultipageSection } from "./MultipageSection";
3
+ type Story = StoryObj<typeof MultipageSection>;
4
+ declare const meta: Meta<typeof MultipageSection>;
5
+ export default meta;
6
+ export declare const Standard: Story;
7
+ export declare const Layout: Story;
8
+ //# sourceMappingURL=MultipageSection.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MultipageSection.stories.d.ts","sourceRoot":"","sources":["../../src/MultipageSection/MultipageSection.stories.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAOlD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAE/C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,gBAAgB,CAUvC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,eAAO,MAAM,QAAQ,EAAE,KAoEtB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAoFpB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=MultipageSection.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MultipageSection.test.d.ts","sourceRoot":"","sources":["../../src/MultipageSection/MultipageSection.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,29 @@
1
+ import React, { ReactNode } from "react";
2
+ import { AriaLinkOptions } from "react-aria";
3
+ import { IconSymbol } from "../types";
4
+ export type MultipageSectionSidebarNavProps = {
5
+ /** Selected href of sidebar nav link. */
6
+ selectedHref?: AriaLinkOptions["href"];
7
+ /** Multipage container children. */
8
+ children: ReactNode;
9
+ };
10
+ export type MultipageSectionSidebarNavSectionProps = {
11
+ /** Sidebar nav section title. */
12
+ title: ReactNode;
13
+ /** Sidebar nav section children. */
14
+ children: ReactNode;
15
+ };
16
+ export type MultipageSectionSidebarNavLinkProps = {
17
+ /** Nav link icon symbol. */
18
+ iconSymbol: IconSymbol;
19
+ /** Nav link children. */
20
+ children: ReactNode;
21
+ } & AriaLinkOptions;
22
+ export type SidebarNavContextType = {
23
+ selectedHref?: MultipageSectionSidebarNavProps["selectedHref"];
24
+ };
25
+ export declare const useMultipageSectionSidebarNav: () => SidebarNavContextType;
26
+ export declare function MultipageSectionSidebarNav(props: MultipageSectionSidebarNavProps): React.JSX.Element;
27
+ export declare function MultipageSectionSidebarNavSection(props: MultipageSectionSidebarNavSectionProps): React.JSX.Element;
28
+ export declare function MultipageSectionSidebarNavLink(props: MultipageSectionSidebarNavLinkProps): React.JSX.Element;
29
+ //# sourceMappingURL=MultipageSectionSidebarNav.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MultipageSectionSidebarNav.d.ts","sourceRoot":"","sources":["../../src/MultipageSection/MultipageSectionSidebarNav.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAA+B,MAAM,OAAO,CAAC;AACtE,OAAO,EACL,eAAe,EAKhB,MAAM,YAAY,CAAC;AAIpB,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAKtC,MAAM,MAAM,+BAA+B,GAAG;IAC5C,yCAAyC;IACzC,YAAY,CAAC,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;IACvC,oCAAoC;IACpC,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,sCAAsC,GAAG;IACnD,iCAAiC;IACjC,KAAK,EAAE,SAAS,CAAC;IACjB,oCAAoC;IACpC,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAAG;IAChD,4BAA4B;IAC5B,UAAU,EAAE,UAAU,CAAC;IACvB,yBAAyB;IACzB,QAAQ,EAAE,SAAS,CAAC;CACrB,GAAG,eAAe,CAAC;AAEpB,MAAM,MAAM,qBAAqB,GAAG;IAClC,YAAY,CAAC,EAAE,+BAA+B,CAAC,cAAc,CAAC,CAAC;CAChE,CAAC;AAMF,eAAO,MAAM,6BAA6B,6BAQzC,CAAC;AAEF,wBAAgB,0BAA0B,CACxC,KAAK,EAAE,+BAA+B,qBAavC;AAED,wBAAgB,iCAAiC,CAC/C,KAAK,EAAE,sCAAsC,qBAS9C;AAED,wBAAgB,8BAA8B,CAC5C,KAAK,EAAE,mCAAmC,qBA6B3C"}
@@ -0,0 +1,2 @@
1
+ export * from "./MultipageSection";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/MultipageSection/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1,208 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __defProps = Object.defineProperties;
4
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
5
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
8
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
9
+ var __spreadValues = (a, b) => {
10
+ for (var prop in b || (b = {}))
11
+ if (__hasOwnProp.call(b, prop))
12
+ __defNormalProp(a, prop, b[prop]);
13
+ if (__getOwnPropSymbols)
14
+ for (var prop of __getOwnPropSymbols(b)) {
15
+ if (__propIsEnum.call(b, prop))
16
+ __defNormalProp(a, prop, b[prop]);
17
+ }
18
+ return a;
19
+ };
20
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
22
+ const React = require("react");
23
+ const HorizontalStack = require("../__chunks__/HorizontalStack-CXpjASZi.js");
24
+ const Text = require("../__chunks__/Text-B1xglKFU.js");
25
+ const VerticalStack = require("../__chunks__/VerticalStack-Dzpv3O67.js");
26
+ const Icon = require("../__chunks__/Icon-W8F9w-jS.js");
27
+ const utilities_css = require("../utilities/css.js");
28
+ const useLink = require("../__chunks__/useLink-CcRvXaFq.js");
29
+ const useFocusRing = require("../__chunks__/useFocusRing-ygRrwBu3.js");
30
+ const mergeProps = require("../__chunks__/mergeProps-d7wJkv71.js");
31
+ const useHover = require("../__chunks__/useHover-BMIowV0x.js");
32
+ const link = "_link_90vuv_4";
33
+ const focused = "_focused_90vuv_13";
34
+ const hovered = "_hovered_90vuv_25";
35
+ const selected = "_selected_90vuv_29";
36
+ const styles$1 = {
37
+ link,
38
+ focused,
39
+ hovered,
40
+ selected
41
+ };
42
+ const SidebarNavContext = React.createContext(null);
43
+ const useMultipageSectionSidebarNav = () => {
44
+ const context = React.useContext(SidebarNavContext);
45
+ if (!context) {
46
+ throw new Error("useMultipageSectionSidebarNav must be used within a MultipageSectionSidebarNav");
47
+ }
48
+ return context;
49
+ };
50
+ function MultipageSectionSidebarNav(props) {
51
+ const { selectedHref, children } = props;
52
+ const context = React.useMemo(() => {
53
+ return {
54
+ selectedHref
55
+ };
56
+ }, [selectedHref]);
57
+ return React.createElement(SidebarNavContext.Provider, {
58
+ value: context
59
+ }, React.createElement(VerticalStack.VerticalStack, {
60
+ as: "nav",
61
+ gap: "2"
62
+ }, children));
63
+ }
64
+ function MultipageSectionSidebarNavSection(props) {
65
+ const { title, children } = props;
66
+ return React.createElement(VerticalStack.VerticalStack, {
67
+ gap: "2",
68
+ inlineAlign: "start"
69
+ }, React.createElement(Text.Text, {
70
+ variant: "overline"
71
+ }, title), children);
72
+ }
73
+ function MultipageSectionSidebarNavLink(props) {
74
+ const { href, iconSymbol, children } = props;
75
+ const { selectedHref } = useMultipageSectionSidebarNav();
76
+ const ref = React.useRef(null);
77
+ const { linkProps } = useLink.$298d61e98472621b$export$dcf14c9974fe2767(props, ref);
78
+ const { focusProps, isFocusVisible } = useFocusRing.$f7dceffc5ad7768b$export$4e328f61c538687f(props);
79
+ const { hoverProps, isHovered } = useHover.$6179b936705e76d3$export$ae780daf29e6d456(props);
80
+ const isSelected = href === selectedHref;
81
+ const className = utilities_css.classNames(styles$1.link, isFocusVisible && styles$1.focused, isHovered && styles$1.hovered, isSelected && styles$1.selected);
82
+ return React.createElement("a", __spreadProps(__spreadValues({
83
+ ref,
84
+ className
85
+ }, mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(hoverProps, focusProps, linkProps)), {
86
+ "aria-current": isSelected ? "page" : void 0
87
+ }), React.createElement(Icon.Icon, {
88
+ symbol: iconSymbol
89
+ }), React.createElement(Text.Text, {
90
+ variant: "body2",
91
+ weight: isSelected ? "semibold" : void 0
92
+ }, children));
93
+ }
94
+ const MultipageSection$1 = "_MultipageSection_1opeu_4";
95
+ const container = "_container_1opeu_14";
96
+ const splitContainer = "_splitContainer_1opeu_15";
97
+ const brandHeader = "_brandHeader_1opeu_25";
98
+ const brandLogo = "_brandLogo_1opeu_32";
99
+ const sidebar = "_sidebar_1opeu_36";
100
+ const content = "_content_1opeu_43";
101
+ const styles = {
102
+ MultipageSection: MultipageSection$1,
103
+ container,
104
+ splitContainer,
105
+ brandHeader,
106
+ brandLogo,
107
+ sidebar,
108
+ content
109
+ };
110
+ function MultipageSection(props) {
111
+ const { children } = props;
112
+ return React.createElement("section", {
113
+ className: styles.MultipageSection
114
+ }, children);
115
+ }
116
+ function MultipageSectionContainer(props) {
117
+ const { children } = props;
118
+ return React.createElement("div", {
119
+ className: styles.container
120
+ }, children);
121
+ }
122
+ function MultipageSectionSplitContainer(props) {
123
+ const { children } = props;
124
+ return React.createElement("div", {
125
+ className: styles.splitContainer
126
+ }, children);
127
+ }
128
+ function MultipageSectionSidebar(props) {
129
+ const { children } = props;
130
+ return React.createElement("div", {
131
+ role: "region",
132
+ className: styles.sidebar
133
+ }, children);
134
+ }
135
+ function MultipageSectionBrandHeader(props) {
136
+ const { children } = props;
137
+ return React.createElement("div", {
138
+ className: styles.brandHeader
139
+ }, React.createElement(HorizontalStack.HorizontalStack, {
140
+ gap: "2",
141
+ blockAlign: "center"
142
+ }, children));
143
+ }
144
+ function MultipageSectionBrandHeaderLogo(props) {
145
+ const { children } = props;
146
+ return React.createElement("div", {
147
+ className: styles.brandLogo
148
+ }, children);
149
+ }
150
+ function MultipageSectionBrandHeaderTitle(props) {
151
+ const { children } = props;
152
+ return React.createElement(Text.Text, {
153
+ as: "h2",
154
+ variant: "heading3",
155
+ color: "primary.800"
156
+ }, children);
157
+ }
158
+ function MultipageSectionContent(props) {
159
+ const { children } = props;
160
+ return React.createElement("div", {
161
+ className: styles.content
162
+ }, React.createElement(VerticalStack.VerticalStack, {
163
+ gap: "2"
164
+ }, children));
165
+ }
166
+ function MultipageSectionContentHeader(props) {
167
+ const { children } = props;
168
+ return React.createElement(HorizontalStack.HorizontalStack, {
169
+ as: "header",
170
+ blockAlign: "center",
171
+ align: "space-between"
172
+ }, children);
173
+ }
174
+ function MultipageSectionContentTitle(props) {
175
+ const { children, titleIcon } = props;
176
+ return React.createElement(React.Fragment, null, titleIcon ? React.createElement(HorizontalStack.HorizontalStack, {
177
+ gap: "1",
178
+ blockAlign: "center"
179
+ }, React.createElement(Icon.Icon, {
180
+ symbol: titleIcon,
181
+ size: "lg",
182
+ color: "primary.800"
183
+ }), React.createElement(Text.Text, {
184
+ as: "h3",
185
+ variant: "heading5",
186
+ color: "primary.800"
187
+ }, children)) : React.createElement(Text.Text, {
188
+ as: "h3",
189
+ variant: "heading5",
190
+ color: "primary.800"
191
+ }, children));
192
+ }
193
+ MultipageSection.Container = MultipageSectionContainer;
194
+ MultipageSection.SplitContainer = MultipageSectionSplitContainer;
195
+ MultipageSection.Sidebar = MultipageSectionSidebar;
196
+ MultipageSection.BrandHeader = MultipageSectionBrandHeader;
197
+ MultipageSection.BrandHeaderLogo = MultipageSectionBrandHeaderLogo;
198
+ MultipageSection.BrandHeaderTitle = MultipageSectionBrandHeaderTitle;
199
+ MultipageSection.Content = MultipageSectionContent;
200
+ MultipageSection.ContentHeader = MultipageSectionContentHeader;
201
+ MultipageSection.ContentTitle = MultipageSectionContentTitle;
202
+ MultipageSection.SidebarNav = MultipageSectionSidebarNav;
203
+ MultipageSection.SidebarNavSection = MultipageSectionSidebarNavSection;
204
+ MultipageSection.SidebarNavLink = MultipageSectionSidebarNavLink;
205
+ MultipageSection.useMultipageSectionSidebarNav = useMultipageSectionSidebarNav;
206
+ exports.MultipageSection = MultipageSection;
207
+ exports.MultipageSectionContainer = MultipageSectionContainer;
208
+ exports.MultipageSectionSplitContainer = MultipageSectionSplitContainer;