@easypost/easy-ui 1.0.0-alpha.61 → 1.0.0-alpha.62

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 (247) hide show
  1. package/Badge/index.js +14 -14
  2. package/Badge/index.mjs +14 -14
  3. package/Banner/index.js +5 -5
  4. package/Banner/index.mjs +5 -5
  5. package/Button/index.js +1 -1
  6. package/Button/index.mjs +1 -1
  7. package/CHANGELOG.md +6 -0
  8. package/Calendar/index.js +1 -1
  9. package/Calendar/index.mjs +1 -1
  10. package/Card/index.js +1 -1
  11. package/Card/index.mjs +1 -1
  12. package/Checkbox/index.js +1 -1
  13. package/Checkbox/index.mjs +1 -1
  14. package/CodeBlock/index.js +14 -14
  15. package/CodeBlock/index.mjs +16 -16
  16. package/CodeSnippet/index.js +1 -1
  17. package/CodeSnippet/index.mjs +1 -1
  18. package/DataGrid/index.js +63 -63
  19. package/DataGrid/index.mjs +72 -72
  20. package/DatePicker/index.js +5 -5
  21. package/DatePicker/index.mjs +12 -12
  22. package/DateRangePicker/index.js +5 -5
  23. package/DateRangePicker/index.mjs +12 -12
  24. package/Drawer/index.js +23 -22
  25. package/Drawer/index.mjs +22 -21
  26. package/DropdownButton/index.js +13 -13
  27. package/DropdownButton/index.mjs +13 -13
  28. package/EmptyStateCard/index.js +8 -8
  29. package/EmptyStateCard/index.mjs +8 -8
  30. package/FocusedProductLayout/index.js +25 -78
  31. package/FocusedProductLayout/index.mjs +24 -61
  32. package/ForgeLayout/ForgeLayout.d.ts +14 -22
  33. package/ForgeLayout/ForgeLayout.d.ts.map +1 -1
  34. package/ForgeLayout/ForgeLayout.stories.d.ts.map +1 -1
  35. package/ForgeLayout/ForgeLayoutControls.d.ts +38 -0
  36. package/ForgeLayout/ForgeLayoutControls.d.ts.map +1 -0
  37. package/ForgeLayout/ForgeLayoutHeader.d.ts +18 -0
  38. package/ForgeLayout/ForgeLayoutHeader.d.ts.map +1 -0
  39. package/ForgeLayout/index.js +426 -62
  40. package/ForgeLayout/index.mjs +429 -65
  41. package/FormLayout/index.js +5 -5
  42. package/FormLayout/index.mjs +5 -5
  43. package/HorizontalGrid/index.js +1 -1
  44. package/HorizontalGrid/index.mjs +1 -1
  45. package/HorizontalStack/index.js +1 -1
  46. package/HorizontalStack/index.mjs +1 -1
  47. package/Icon/index.js +1 -1
  48. package/Icon/index.mjs +1 -1
  49. package/IconButton/index.js +13 -13
  50. package/IconButton/index.mjs +13 -13
  51. package/InputField/index.js +1 -1
  52. package/InputField/index.mjs +1 -1
  53. package/KebabButton/index.js +1 -1
  54. package/KebabButton/index.mjs +1 -1
  55. package/Menu/index.js +1 -1
  56. package/Menu/index.mjs +1 -1
  57. package/Modal/index.js +24 -23
  58. package/Modal/index.mjs +23 -22
  59. package/NexusLayout/index.js +30 -30
  60. package/NexusLayout/index.mjs +32 -32
  61. package/Notification/index.js +1 -1
  62. package/Notification/index.mjs +1 -1
  63. package/Pagination/index.js +8 -8
  64. package/Pagination/index.mjs +8 -8
  65. package/PillGroup/index.js +15 -14
  66. package/PillGroup/index.mjs +23 -22
  67. package/ProductLayout/index.js +27 -26
  68. package/ProductLayout/index.mjs +26 -25
  69. package/Provider/index.js +2 -2
  70. package/Provider/index.mjs +2 -2
  71. package/RadioButtonGroup/index.js +5 -5
  72. package/RadioButtonGroup/index.mjs +8 -8
  73. package/RadioGroup/index.js +3 -332
  74. package/RadioGroup/index.mjs +3 -332
  75. package/RangeCalendar/index.js +1 -1
  76. package/RangeCalendar/index.mjs +1 -1
  77. package/SearchNav/index.js +50 -86
  78. package/SearchNav/index.mjs +50 -86
  79. package/SectionCard/index.js +7 -7
  80. package/SectionCard/index.mjs +7 -7
  81. package/Select/index.js +6 -6
  82. package/Select/index.mjs +6 -6
  83. package/SelectorErrorTooltip/index.js +1 -1
  84. package/SelectorErrorTooltip/index.mjs +1 -1
  85. package/Spinner/index.js +1 -1
  86. package/Spinner/index.mjs +1 -1
  87. package/SplitToggleCard/index.js +4 -4
  88. package/SplitToggleCard/index.mjs +4 -4
  89. package/Stepper/index.js +1 -1
  90. package/Stepper/index.mjs +1 -1
  91. package/TabNav/index.js +1 -1
  92. package/TabNav/index.mjs +1 -1
  93. package/TabPanels/index.js +4 -4
  94. package/TabPanels/index.mjs +7 -7
  95. package/Tabs/index.js +1 -1
  96. package/Tabs/index.mjs +1 -1
  97. package/Text/index.js +1 -1
  98. package/Text/index.mjs +1 -1
  99. package/TextField/index.js +2 -43
  100. package/TextField/index.mjs +2 -43
  101. package/Textarea/index.js +1 -1
  102. package/Textarea/index.mjs +1 -1
  103. package/Toggle/index.js +1 -1
  104. package/Toggle/index.mjs +1 -1
  105. package/ToggleCard/index.js +2 -2
  106. package/ToggleCard/index.mjs +2 -2
  107. package/Tooltip/index.js +1 -1
  108. package/Tooltip/index.mjs +1 -1
  109. package/UnstyledButton/index.js +1 -1
  110. package/UnstyledButton/index.mjs +1 -1
  111. package/VerticalNav/index.js +25 -25
  112. package/VerticalNav/index.mjs +26 -26
  113. package/VerticalStack/index.js +1 -1
  114. package/VerticalStack/index.mjs +1 -1
  115. package/__chunks__/ArrowBack-BFS-tCpV.mjs +41 -0
  116. package/__chunks__/ArrowBack-C_LSatif.js +57 -0
  117. package/__chunks__/{Button-jgkOum0d.js → Button-BvLvcmfd.js} +6 -2
  118. package/__chunks__/{Button-DcYNVtp7.mjs → Button-CDRssWxC.mjs} +12 -8
  119. package/__chunks__/{Button-gxCTl22H.mjs → Button-D7ivIUf4.mjs} +18 -18
  120. package/__chunks__/{Button-BzB8v2mS.js → Button-Dcxti-xS.js} +18 -18
  121. package/__chunks__/{Calendar-BS8zgZK8.js → Calendar-D9bC6_UA.js} +1 -1
  122. package/__chunks__/{Calendar-C9hD67Rz.mjs → Calendar-WxiJzkoO.mjs} +2 -2
  123. package/__chunks__/{CalendarBase-saNix6u1.js → CalendarBase-BYEUj-DL.js} +21 -21
  124. package/__chunks__/{CalendarBase-4iGD1mPK.mjs → CalendarBase-B_2qDiO8.mjs} +28 -28
  125. package/__chunks__/{Card-DaFTIHZD.js → Card-B0ACXPm1.js} +12 -12
  126. package/__chunks__/{Card-Cr-bIjoN.mjs → Card-CwZYA0Rd.mjs} +12 -12
  127. package/__chunks__/{Checkbox-BY4UkCg7.js → Checkbox-CO5WIkp8.js} +21 -21
  128. package/__chunks__/{Checkbox-BR4RBHLp.mjs → Checkbox-DGX3jXaj.mjs} +24 -24
  129. package/__chunks__/{CodeSnippet-H-6ta_Y8.js → CodeSnippet-CY3KR9Ex.js} +2 -2
  130. package/__chunks__/{CodeSnippet-ChZIz_CO.mjs → CodeSnippet-DIWeGxFL.mjs} +2 -2
  131. package/__chunks__/{DatePickerBase-DlbnqBLN.mjs → DatePickerBase-BP_jPq4G.mjs} +31 -31
  132. package/__chunks__/{DatePickerBase-vorBKIfJ.js → DatePickerBase-C6kR9zvT.js} +20 -20
  133. package/__chunks__/{FocusScope-Co1hHX8R.js → FocusScope-DFE0IeGl.js} +1 -1
  134. package/__chunks__/{FocusScope-CjcZn1Rq.mjs → FocusScope-Qg8vUhZ_.mjs} +2 -2
  135. package/__chunks__/{HelpMenu-yEjZgR1V.mjs → HelpMenu-QryDILTE.mjs} +7 -7
  136. package/__chunks__/{HelpMenu-BzUSoyPi.js → HelpMenu-nmkAgUqs.js} +7 -7
  137. package/__chunks__/{HorizontalGrid-D4bJqbQV.mjs → HorizontalGrid-CX45xj2U.mjs} +1 -1
  138. package/__chunks__/{HorizontalGrid-Bhj16LbM.js → HorizontalGrid-cSfGLAIn.js} +1 -1
  139. package/__chunks__/{HorizontalStack-BDZp8p9E.mjs → HorizontalStack-CdtNq_TW.mjs} +1 -1
  140. package/__chunks__/{HorizontalStack-_DnrRlDb.js → HorizontalStack-D4ecxt6R.js} +1 -1
  141. package/__chunks__/{Icon-BdtOD2WX.mjs → Icon-BNi1LKXX.mjs} +2 -2
  142. package/__chunks__/{Icon-DJ8CpeVT.js → Icon-Pxk1cmPj.js} +2 -2
  143. package/__chunks__/{InputCaption-CEIuQ6BY.js → InputCaption-BzH_oClR.js} +2 -2
  144. package/__chunks__/{InputCaption-BBbxPdvJ.mjs → InputCaption-DaOqqN-Z.mjs} +2 -2
  145. package/__chunks__/{InputField-CPxOg_cd.mjs → InputField-0omK7H0I.mjs} +10 -10
  146. package/__chunks__/{InputField-BUU9HZ1I.js → InputField-Blilgkum.js} +6 -6
  147. package/__chunks__/{InputIcon-MHt_XLtO.mjs → InputIcon-CUhKpP7V.mjs} +31 -31
  148. package/__chunks__/{InputIcon-nUumrcJ5.js → InputIcon-DGOX-4el.js} +31 -31
  149. package/__chunks__/{KebabButton-BapJTvS6.mjs → KebabButton-CrkSDYoR.mjs} +5 -5
  150. package/__chunks__/{KebabButton-C3KI5LDA.js → KebabButton-DH5KZwlY.js} +5 -5
  151. package/__chunks__/{Menu-LzJveIa-.mjs → Menu-CbEch8RV.mjs} +22 -21
  152. package/__chunks__/{Menu-CkQaJJAH.js → Menu-D8tCyOf5.js} +19 -18
  153. package/__chunks__/{Notification-CAmvbAK1.mjs → Notification-BS8B_D0s.mjs} +20 -20
  154. package/__chunks__/{Notification-C5_bwXj4.js → Notification-COhKVqOV.js} +16 -16
  155. package/__chunks__/{Overlay-ZinDp2HW.js → Overlay-Dmwy9VjC.js} +59 -3
  156. package/__chunks__/{Overlay-d3z5W5Nn.mjs → Overlay-DyfvFsGi.mjs} +63 -7
  157. package/__chunks__/RadioGroup-CCObCqda.js +333 -0
  158. package/__chunks__/RadioGroup-DZxaIqD6.mjs +334 -0
  159. package/__chunks__/{RangeCalendar-Bhk32GB_.mjs → RangeCalendar-CPEW2_Ij.mjs} +3 -3
  160. package/__chunks__/{RangeCalendar-5enltd2P.js → RangeCalendar-V_YZXfhI.js} +1 -1
  161. package/__chunks__/Search-BY7IgEyX.js +57 -0
  162. package/__chunks__/Search-Cyblmqo5.mjs +41 -0
  163. package/__chunks__/{SelectOverlay-DKJvzJJ7.js → SelectOverlay-CvCbJFfX.js} +25 -25
  164. package/__chunks__/{SelectOverlay-MLWWpDpl.mjs → SelectOverlay-DdC6a9yW.mjs} +34 -34
  165. package/__chunks__/{SelectorErrorTooltip-DowQ2whn.js → SelectorErrorTooltip-BK76kp1j.js} +4 -4
  166. package/__chunks__/{SelectorErrorTooltip-DLyZgeUf.mjs → SelectorErrorTooltip-Cja4A8Yq.mjs} +4 -4
  167. package/__chunks__/{Spinner-BFydR08g.js → Spinner-BOumHc9g.js} +5 -5
  168. package/__chunks__/{Spinner-hJoFNoHJ.mjs → Spinner-D5Cnx9wv.mjs} +8 -8
  169. package/__chunks__/{Stepper-BY8zQdW2.mjs → Stepper-B4VoJaxe.mjs} +28 -28
  170. package/__chunks__/{Stepper-CxWpMLEW.js → Stepper-CZsNTl_A.js} +26 -26
  171. package/__chunks__/{TabNav-burpvHrg.mjs → TabNav-C0dTC1c_.mjs} +1 -1
  172. package/__chunks__/{TabNav-1cTg6TWo.js → TabNav-DFFWhGpM.js} +1 -1
  173. package/__chunks__/{Tabs-DHXJckwb.js → Tabs-DbfPjHiY.js} +17 -17
  174. package/__chunks__/{Tabs-BzZ9w82m.mjs → Tabs-MBY9JDS4.mjs} +19 -19
  175. package/__chunks__/{Text-Dfbyoxsz.js → Text-Bbhl1fdd.js} +34 -34
  176. package/__chunks__/{Text-CQ_8wg0t.mjs → Text-tpkE6IlH.mjs} +34 -34
  177. package/__chunks__/TextField-B57OAIEI.mjs +45 -0
  178. package/__chunks__/TextField-Mi3s9lvx.js +44 -0
  179. package/__chunks__/{Toggle-BiaALtul.mjs → Toggle-CHcQwbtX.mjs} +14 -14
  180. package/__chunks__/{Toggle-CYKsPbEK.js → Toggle-Ctc8EPUL.js} +12 -12
  181. package/__chunks__/{Tooltip-Bzqm5boz.js → Tooltip-Cf1iqjg9.js} +11 -11
  182. package/__chunks__/{Tooltip-5ZgKkdk8.mjs → Tooltip-DdaxfuX_.mjs} +13 -13
  183. package/__chunks__/{UnstyledButton-BlB066YT.mjs → UnstyledButton-CrSLb-W8.mjs} +2 -2
  184. package/__chunks__/{UnstyledButton-Dn8KZHdh.js → UnstyledButton-DfjYrePV.js} +1 -1
  185. package/__chunks__/{VerticalStack-_gyNJbOa.js → VerticalStack-BkqSVZuy.js} +3 -3
  186. package/__chunks__/{VerticalStack-eKUWFHU3.mjs → VerticalStack-CeDKl8Ee.mjs} +3 -3
  187. package/__chunks__/{VisuallyHidden-DmDK0fH3.mjs → VisuallyHidden-BC5PXI9q.mjs} +2 -2
  188. package/__chunks__/{ariaHideOutside-a1MUBVQF.js → ariaHideOutside-B6WqGXJj.js} +1 -1
  189. package/__chunks__/{ariaHideOutside-B-UoCW1g.mjs → ariaHideOutside-CxWZQtI1.mjs} +3 -3
  190. package/__chunks__/{context-DEwqildc.mjs → context-BZCcafjG.mjs} +1 -1
  191. package/__chunks__/{context-C6CFGY_J.js → context-CYcq9Zvo.js} +12 -0
  192. package/__chunks__/{context-CgOWZch5.mjs → context-EpOG85wC.mjs} +13 -1
  193. package/__chunks__/{focusSafely-DcMa3q3g.mjs → focusSafely-BWGCG3W3.mjs} +2 -2
  194. package/__chunks__/{focusSafely-sLifanM7.js → focusSafely-BvrXUhlW.js} +1 -1
  195. package/__chunks__/{mergeProps-T961Q1yJ.mjs → mergeProps-DSi85raC.mjs} +4 -4
  196. package/__chunks__/{scrollIntoView-GfnXaOCE.mjs → scrollIntoView-CZM0k-rp.mjs} +1 -1
  197. package/__chunks__/{useButton-BoMy_zYC.mjs → useButton-BK6hwK02.mjs} +3 -3
  198. package/__chunks__/{useButton-DvulUoU2.js → useButton-DZ0C3d-K.js} +2 -2
  199. package/__chunks__/{useCollator-DXoNI6C-.mjs → useCollator-B-keb3wA.mjs} +1 -1
  200. package/__chunks__/{useDialog-o0QWfg2a.mjs → useDialog-c-C07qhw.mjs} +5 -29
  201. package/__chunks__/{useDialog-DILXRLSs.js → useDialog-wy_ru95P.js} +3 -27
  202. package/__chunks__/{useEdgeInterceptors-DfiAHAYW.js → useEdgeInterceptors-CnwnUfBU.js} +5 -5
  203. package/__chunks__/{useEdgeInterceptors-wWqxCUZX.mjs → useEdgeInterceptors-ax9tmtdh.mjs} +5 -5
  204. package/__chunks__/{useEvent-C5RCZjKr.mjs → useEvent-B0fsKtsf.mjs} +1 -1
  205. package/__chunks__/{useField-DWmSslhe.mjs → useField-B6VplZ_n.mjs} +2 -2
  206. package/__chunks__/{useFocus-BEhCbr7O.mjs → useFocus-BJ7JikEx.mjs} +1 -1
  207. package/__chunks__/{useFocusRing-BUwbt1Yv.mjs → useFocusRing-YOWeCHgO.mjs} +3 -3
  208. package/__chunks__/{useFocusVisible-8tH_I2iV.mjs → useFocusVisible-ng1Hn25t.mjs} +1 -1
  209. package/__chunks__/{useFocusWithin-CfhMwfXS.mjs → useFocusWithin-B-vQAW9V.mjs} +1 -1
  210. package/__chunks__/{useFocusable-BfXLORiH.js → useFocusable-8kJcp2yc.js} +5 -5
  211. package/__chunks__/{useFocusable-DoNt-Wd3.mjs → useFocusable-CNor_Zjt.mjs} +4 -4
  212. package/__chunks__/{useFormReset-CmXMJVpO.mjs → useFormReset-DA1Lwdha.mjs} +1 -1
  213. package/__chunks__/{useFormValidation-D5Y_7NR2.mjs → useFormValidation-v2O6VL2V.mjs} +2 -2
  214. package/__chunks__/{useHasTabbableChild-DUcbkV37.mjs → useHasTabbableChild-BKgmY6ej.mjs} +2 -2
  215. package/__chunks__/{useHasTabbableChild-C34XhtMr.js → useHasTabbableChild-Cs10TUUE.js} +1 -1
  216. package/__chunks__/{useHighlightSelectionDescription-DWm7Wr6h.mjs → useHighlightSelectionDescription-Cebr-N8X.mjs} +3 -3
  217. package/__chunks__/{useLabel-C0Q8946u.mjs → useLabel-D37VV43W.mjs} +2 -2
  218. package/__chunks__/{useLabels-Bly436JP.mjs → useLabels-5f58TiCH.mjs} +1 -1
  219. package/__chunks__/{useLink-BOdtE_Mk.js → useLink-DSnaSTQf.js} +2 -2
  220. package/__chunks__/{useLink-B_g4ae9e.mjs → useLink-xdTgcuUM.mjs} +3 -3
  221. package/__chunks__/{useLocalizedStringFormatter-CLrYoOi9.mjs → useLocalizedStringFormatter-BHXy3Wtu.mjs} +1 -1
  222. package/__chunks__/useModalOverlay-BljLSPJ0.js +47 -0
  223. package/__chunks__/useModalOverlay-S0R2uVTX.mjs +48 -0
  224. package/__chunks__/useObjectRef-BOGMJ5vM.js +18 -0
  225. package/__chunks__/useObjectRef-wU82Pkgx.mjs +19 -0
  226. package/__chunks__/{useOverlayPosition-B_X4JGFp.mjs → useOverlayPosition-BjK7cu6U.mjs} +3 -3
  227. package/__chunks__/{useOverlayPosition-ucZjuzzI.js → useOverlayPosition-CMvGmqVL.js} +1 -1
  228. package/__chunks__/{useOverlayTrigger-Do68TGFi.mjs → useOverlayTrigger-DDcXdZOM.mjs} +2 -2
  229. package/__chunks__/{useOverlayTrigger-MyMg5wFE.js → useOverlayTrigger-Dp7RXQ9B.js} +1 -1
  230. package/__chunks__/{usePress-Dz8YYpge.js → usePress-DNETV97g.js} +2 -3
  231. package/__chunks__/{usePress-BAsZaqDB.mjs → usePress-Db4pSZfY.mjs} +2 -3
  232. package/__chunks__/{useSelectableItem-DL-4kc1g.mjs → useSelectableItem-D61t76J1.mjs} +9 -9
  233. package/__chunks__/{useSelectableItem-BGvBbIwY.js → useSelectableItem-DpEX9QBc.js} +4 -4
  234. package/__chunks__/{useSelectableList-BQ06AmlV.mjs → useSelectableList-BdG5I7cy.mjs} +2 -2
  235. package/__chunks__/{useSelectableList-F8fB4Dtg.js → useSelectableList-UkBCcTuC.js} +1 -1
  236. package/__chunks__/{useToggle-CU6aSiOx.mjs → useToggle-BDx-p-Zv.mjs} +4 -4
  237. package/__chunks__/{useToggle-D7gzXCXF.js → useToggle-BfpHeO2F.js} +2 -2
  238. package/__chunks__/{useTriggerWidth-DA668KiC.mjs → useTriggerWidth-CRz8zSDa.mjs} +4 -4
  239. package/__chunks__/{useTriggerWidth-ROE4ZhGv.js → useTriggerWidth-Dj7C0lza.js} +2 -2
  240. package/__chunks__/{utilities-DKvHenAr.js → utilities-CaBPUKEB.js} +2 -2
  241. package/__chunks__/{utilities-DmLL16up.mjs → utilities-DASknbaa.mjs} +6 -6
  242. package/__chunks__/{utils-XuD3IFpv.mjs → utils-D4ddhsBL.mjs} +58 -21
  243. package/__chunks__/{utils-DXO9zsKE.js → utils-DIF5XAA2.js} +55 -18
  244. package/package.json +1 -1
  245. package/style.css +1646 -1575
  246. package/__chunks__/useSyncRef-CPg4onT-.js +0 -13
  247. package/__chunks__/useSyncRef-CpaiKz0R.mjs +0 -14
@@ -33,25 +33,223 @@ var __objRest = (source, exclude) => {
33
33
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
34
34
  const React = require("react");
35
35
  const utilities_css = require("../utilities/css.js");
36
- const Button = require("../__chunks__/Button-jgkOum0d.js");
37
- const HorizontalStack = require("../__chunks__/HorizontalStack-_DnrRlDb.js");
38
- const Icon = require("../__chunks__/Icon-DJ8CpeVT.js");
39
- const Menu = require("../__chunks__/Menu-CkQaJJAH.js");
40
- const Text = require("../__chunks__/Text-Dfbyoxsz.js");
36
+ const Button = require("../__chunks__/Button-BvLvcmfd.js");
37
+ const HorizontalStack = require("../__chunks__/HorizontalStack-D4ecxt6R.js");
38
+ const Icon = require("../__chunks__/Icon-Pxk1cmPj.js");
39
+ const Menu = require("../__chunks__/Menu-D8tCyOf5.js");
40
+ const Text = require("../__chunks__/Text-Bbhl1fdd.js");
41
41
  const useFocusRing = require("../__chunks__/useFocusRing-DFRFvht_.js");
42
42
  const useHover = require("../__chunks__/useHover-BIKwjrCT.js");
43
- const usePress = require("../__chunks__/usePress-Dz8YYpge.js");
43
+ const usePress = require("../__chunks__/usePress-DNETV97g.js");
44
44
  const mergeProps = require("../__chunks__/mergeProps-DniMwM6P.js");
45
- const useLink = require("../__chunks__/useLink-BOdtE_Mk.js");
46
- const VerticalStack = require("../__chunks__/VerticalStack-_gyNJbOa.js");
47
- const button = "_button_1t3wf_5";
48
- const focused$1 = "_focused_1t3wf_26";
49
- const hovered$1 = "_hovered_1t3wf_40";
50
- const selected$1 = "_selected_1t3wf_45";
51
- const open = "_open_1t3wf_46";
52
- const badgeContainer = "_badgeContainer_1t3wf_51";
53
- const badge = "_badge_1t3wf_51";
54
- const styles$2 = {
45
+ const useLink = require("../__chunks__/useLink-DSnaSTQf.js");
46
+ const VerticalStack = require("../__chunks__/VerticalStack-BkqSVZuy.js");
47
+ const utils = require("../__chunks__/utils-DIF5XAA2.js");
48
+ const filterDOMProps = require("../__chunks__/filterDOMProps-D3iOHP0H.js");
49
+ const Overlay = require("../__chunks__/Overlay-Dmwy9VjC.js");
50
+ const utilities = require("../__chunks__/utilities-CaBPUKEB.js");
51
+ const useOverlayTrigger = require("../__chunks__/useOverlayTrigger-Dp7RXQ9B.js");
52
+ const useDialog = require("../__chunks__/useDialog-wy_ru95P.js");
53
+ const ArrowBack = require("../__chunks__/ArrowBack-C_LSatif.js");
54
+ const Search = require("../__chunks__/Search-BY7IgEyX.js");
55
+ const ExpandMore400 = require("../__chunks__/ExpandMore400-CJpvxyJm.js");
56
+ const UnstyledButton = require("../__chunks__/UnstyledButton-DfjYrePV.js");
57
+ const RadioGroup = require("../__chunks__/RadioGroup-CCObCqda.js");
58
+ const TextField = require("../__chunks__/TextField-Mi3s9lvx.js");
59
+ const utilities_react = require("../utilities/react.js");
60
+ React.createContext(null);
61
+ React.createContext(null);
62
+ React.createContext(null);
63
+ React.createContext(null);
64
+ React.createContext(null);
65
+ const $4e85f108e88277b8$export$d688439359537581 = React.createContext({});
66
+ const $44f671af83e7d9e0$export$2de4954e8ae13b9f = /* @__PURE__ */ React.createContext({
67
+ placement: "bottom"
68
+ });
69
+ const $07b14b47974efb58$export$9b9a0cd73afb7ca4 = /* @__PURE__ */ React.createContext(null);
70
+ function $07b14b47974efb58$var$Popover(props, ref) {
71
+ [props, ref] = utils.$64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, $07b14b47974efb58$export$9b9a0cd73afb7ca4);
72
+ let contextState = React.useContext($de32f1b87079253c$export$d2f961adcb0afbe);
73
+ let localState = Overlay.$fc909762b330b746$export$61c6a8c84e605fb6(props);
74
+ let state = props.isOpen != null || props.defaultOpen != null || !contextState ? localState : contextState;
75
+ let isExiting = utils.$64fa3d84918910a7$export$45fda7c47f93fd48(ref, state.isOpen) || props.isExiting || false;
76
+ let isHidden = Button.$f39a9eba43920ace$export$b5d7cc18bb8d2b59();
77
+ if (isHidden) {
78
+ let children = props.children;
79
+ if (typeof children === "function") children = children({
80
+ trigger: props.trigger || null,
81
+ placement: "bottom",
82
+ isEntering: false,
83
+ isExiting: false,
84
+ defaultChildren: null
85
+ });
86
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, children);
87
+ }
88
+ if (state && !state.isOpen && !isExiting) return null;
89
+ return /* @__PURE__ */ React.createElement($07b14b47974efb58$var$PopoverInner, __spreadProps(__spreadValues({}, props), {
90
+ triggerRef: props.triggerRef,
91
+ state,
92
+ popoverRef: ref,
93
+ isExiting
94
+ }));
95
+ }
96
+ const $07b14b47974efb58$export$5b6b19405a83ff9d = /* @__PURE__ */ React.forwardRef($07b14b47974efb58$var$Popover);
97
+ function $07b14b47974efb58$var$PopoverInner(_a) {
98
+ var _b = _a, { state, isExiting, UNSTABLE_portalContainer } = _b, props = __objRest(_b, ["state", "isExiting", "UNSTABLE_portalContainer"]);
99
+ let arrowRef = React.useRef(null);
100
+ let [arrowWidth, setArrowWidth] = React.useState(0);
101
+ mergeProps.$f0a04ccd8dbdd83b$export$e5c5a5f917a5871c(() => {
102
+ if (arrowRef.current && state.isOpen) setArrowWidth(arrowRef.current.getBoundingClientRect().width);
103
+ }, [
104
+ state.isOpen,
105
+ arrowRef
106
+ ]);
107
+ var _props_offset;
108
+ let { popoverProps, underlayProps, arrowProps, placement } = utilities.$f2f8a6077418541e$export$542a6fd13ac93354(__spreadProps(__spreadValues({}, props), {
109
+ offset: (_props_offset = props.offset) !== null && _props_offset !== void 0 ? _props_offset : 8,
110
+ arrowSize: arrowWidth
111
+ }), state);
112
+ let ref = props.popoverRef;
113
+ let isEntering = utils.$64fa3d84918910a7$export$6d3443f2c48bfc20(ref, !!placement) || props.isEntering || false;
114
+ let renderProps = utils.$64fa3d84918910a7$export$4d86445c2cf5e3(__spreadProps(__spreadValues({}, props), {
115
+ defaultClassName: "react-aria-Popover",
116
+ values: {
117
+ trigger: props.trigger || null,
118
+ placement,
119
+ isEntering,
120
+ isExiting
121
+ }
122
+ }));
123
+ let style = __spreadValues(__spreadValues({}, popoverProps.style), renderProps.style);
124
+ return /* @__PURE__ */ React.createElement(Overlay.$337b884510726a0d$export$c6fdb837b070b4ff, __spreadProps(__spreadValues({}, props), {
125
+ isExiting,
126
+ portalContainer: UNSTABLE_portalContainer
127
+ }), !props.isNonModal && state.isOpen && /* @__PURE__ */ React.createElement("div", __spreadProps(__spreadValues({
128
+ "data-testid": "underlay"
129
+ }, underlayProps), {
130
+ style: {
131
+ position: "fixed",
132
+ inset: 0
133
+ }
134
+ })), /* @__PURE__ */ React.createElement("div", __spreadProps(__spreadValues(__spreadValues({}, mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(filterDOMProps.$65484d02dcb7eb3e$export$457c3d6518dd4c6f(props), popoverProps)), renderProps), {
135
+ ref,
136
+ slot: props.slot || void 0,
137
+ style,
138
+ "data-trigger": props.trigger,
139
+ "data-placement": placement,
140
+ "data-entering": isEntering || void 0,
141
+ "data-exiting": isExiting || void 0
142
+ }), !props.isNonModal && /* @__PURE__ */ React.createElement(utilities.$86ea4cb521eb2e37$export$2317d149ed6f78c4, {
143
+ onDismiss: state.close
144
+ }), /* @__PURE__ */ React.createElement($44f671af83e7d9e0$export$2de4954e8ae13b9f.Provider, {
145
+ value: __spreadProps(__spreadValues({}, arrowProps), {
146
+ placement,
147
+ ref: arrowRef
148
+ })
149
+ }, renderProps.children), /* @__PURE__ */ React.createElement(utilities.$86ea4cb521eb2e37$export$2317d149ed6f78c4, {
150
+ onDismiss: state.close
151
+ })));
152
+ }
153
+ const $3674c52c6b3c5bce$export$795aec4671cbae19 = /* @__PURE__ */ React.createContext(null);
154
+ const $de32f1b87079253c$export$8b93a07348a7730c = /* @__PURE__ */ React.createContext(null);
155
+ const $de32f1b87079253c$export$d2f961adcb0afbe = /* @__PURE__ */ React.createContext(null);
156
+ function $de32f1b87079253c$export$2e1e1122cf0cba88(props) {
157
+ let state = Menu.$a28c903ee9ad8dc5$export$79fefeb1c2091ac3(props);
158
+ let buttonRef = React.useRef(null);
159
+ let { triggerProps, overlayProps } = useOverlayTrigger.$628037886ba31236$export$f9d5c8beee7d008d({
160
+ type: "dialog"
161
+ }, state, buttonRef);
162
+ triggerProps.id = mergeProps.$bdb11010cef70236$export$f680877a34711e37();
163
+ overlayProps["aria-labelledby"] = triggerProps.id;
164
+ return /* @__PURE__ */ React.createElement(utils.$64fa3d84918910a7$export$2881499e37b75b9a, {
165
+ values: [
166
+ [
167
+ $de32f1b87079253c$export$d2f961adcb0afbe,
168
+ state
169
+ ],
170
+ [
171
+ $3674c52c6b3c5bce$export$795aec4671cbae19,
172
+ state
173
+ ],
174
+ [
175
+ $de32f1b87079253c$export$8b93a07348a7730c,
176
+ overlayProps
177
+ ],
178
+ [
179
+ $07b14b47974efb58$export$9b9a0cd73afb7ca4,
180
+ {
181
+ trigger: "DialogTrigger",
182
+ triggerRef: buttonRef
183
+ }
184
+ ]
185
+ ]
186
+ }, /* @__PURE__ */ React.createElement(Overlay.$f1ab8c75478c6f73$export$3351871ee4b288b8, __spreadProps(__spreadValues({}, triggerProps), {
187
+ ref: buttonRef,
188
+ isPressed: state.isOpen
189
+ }), props.children));
190
+ }
191
+ function $de32f1b87079253c$var$Dialog(props, ref) {
192
+ let originalAriaLabelledby = props["aria-labelledby"];
193
+ [props, ref] = utils.$64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, $de32f1b87079253c$export$8b93a07348a7730c);
194
+ let { dialogProps, titleProps } = useDialog.$40df3f8667284809$export$d55e7ee900f34e93(__spreadProps(__spreadValues({}, props), {
195
+ // Only pass aria-labelledby from props, not context.
196
+ // Context is used as a fallback below.
197
+ "aria-labelledby": originalAriaLabelledby
198
+ }), ref);
199
+ let state = React.useContext($de32f1b87079253c$export$d2f961adcb0afbe);
200
+ if (!dialogProps["aria-label"] && !dialogProps["aria-labelledby"]) {
201
+ if (props["aria-labelledby"]) dialogProps["aria-labelledby"] = props["aria-labelledby"];
202
+ else console.warn('If a Dialog does not contain a <Heading slot="title">, it must have an aria-label or aria-labelledby attribute for accessibility.');
203
+ }
204
+ let renderProps = utils.$64fa3d84918910a7$export$4d86445c2cf5e3({
205
+ defaultClassName: "react-aria-Dialog",
206
+ className: props.className,
207
+ style: props.style,
208
+ children: props.children,
209
+ values: {
210
+ close: (state === null || state === void 0 ? void 0 : state.close) || (() => {
211
+ })
212
+ }
213
+ });
214
+ return /* @__PURE__ */ React.createElement("section", __spreadProps(__spreadValues(__spreadValues(__spreadValues({}, filterDOMProps.$65484d02dcb7eb3e$export$457c3d6518dd4c6f(props)), dialogProps), renderProps), {
215
+ ref,
216
+ slot: props.slot || void 0
217
+ }), /* @__PURE__ */ React.createElement(utils.$64fa3d84918910a7$export$2881499e37b75b9a, {
218
+ values: [
219
+ [
220
+ $4e85f108e88277b8$export$d688439359537581,
221
+ {
222
+ slots: {
223
+ [utils.$64fa3d84918910a7$export$c62b8e45d58ddad9]: {},
224
+ title: __spreadProps(__spreadValues({}, titleProps), {
225
+ level: 2
226
+ })
227
+ }
228
+ }
229
+ ],
230
+ [
231
+ Button.$d2b4bc8c273e7be6$export$24d547caef80ccd1,
232
+ {
233
+ slots: {
234
+ [utils.$64fa3d84918910a7$export$c62b8e45d58ddad9]: {},
235
+ close: {
236
+ onPress: () => state === null || state === void 0 ? void 0 : state.close()
237
+ }
238
+ }
239
+ }
240
+ ]
241
+ ]
242
+ }, renderProps.children));
243
+ }
244
+ const $de32f1b87079253c$export$3ddf2d174ce01153 = /* @__PURE__ */ React.forwardRef($de32f1b87079253c$var$Dialog);
245
+ const button = "_button_7xz3w_5";
246
+ const focused$1 = "_focused_7xz3w_26";
247
+ const hovered$1 = "_hovered_7xz3w_40";
248
+ const selected$1 = "_selected_7xz3w_45";
249
+ const open = "_open_7xz3w_46";
250
+ const badgeContainer = "_badgeContainer_7xz3w_51";
251
+ const badge = "_badge_7xz3w_51";
252
+ const styles$4 = {
55
253
  button,
56
254
  focused: focused$1,
57
255
  hovered: hovered$1,
@@ -76,7 +274,7 @@ function ForgeLayoutMenuAction(props) {
76
274
  }, []);
77
275
  const { focusProps, isFocusVisible } = useFocusRing.$f7dceffc5ad7768b$export$4e328f61c538687f({});
78
276
  const { hoverProps, isHovered } = useHover.$6179b936705e76d3$export$ae780daf29e6d456({});
79
- const className = utilities_css.classNames(styles$2.button, isFocusVisible && styles$2.focused, isHovered && styles$2.hovered, isOpen && styles$2.open);
277
+ const className = utilities_css.classNames(styles$4.button, isFocusVisible && styles$4.focused, isHovered && styles$4.hovered, isOpen && styles$4.open);
80
278
  return React.createElement(Menu.Menu, {
81
279
  isOpen,
82
280
  onOpenChange: handleOpenChange
@@ -87,7 +285,7 @@ function ForgeLayoutMenuAction(props) {
87
285
  }, accessibilityLabel), React.createElement(Icon.Icon, {
88
286
  symbol: iconSymbol
89
287
  }), renderBadge && React.createElement("div", {
90
- className: styles$2.badgeContainer
288
+ className: styles$4.badgeContainer
91
289
  }, renderBadge()))), children);
92
290
  }
93
291
  function ForgeLayoutLinkAction(props) {
@@ -96,7 +294,7 @@ function ForgeLayoutLinkAction(props) {
96
294
  const { linkProps } = useLink.$298d61e98472621b$export$dcf14c9974fe2767(props, ref);
97
295
  const { focusProps, isFocusVisible } = useFocusRing.$f7dceffc5ad7768b$export$4e328f61c538687f(props);
98
296
  const { hoverProps, isHovered } = useHover.$6179b936705e76d3$export$ae780daf29e6d456(props);
99
- const className = utilities_css.classNames(styles$2.button, isFocusVisible && styles$2.focused, isHovered && styles$2.hovered, isSelected && styles$2.selected);
297
+ const className = utilities_css.classNames(styles$4.button, isFocusVisible && styles$4.focused, isHovered && styles$4.hovered, isSelected && styles$4.selected);
100
298
  return React.createElement("a", __spreadProps(__spreadValues({
101
299
  ref,
102
300
  className
@@ -107,13 +305,13 @@ function ForgeLayoutLinkAction(props) {
107
305
  }, accessibilityLabel), React.createElement(Icon.Icon, {
108
306
  symbol: iconSymbol
109
307
  }), renderBadge && React.createElement("div", {
110
- className: styles$2.badgeContainer
308
+ className: styles$4.badgeContainer
111
309
  }, renderBadge()));
112
310
  }
113
311
  function ForgeLayoutButtonAction(props) {
114
312
  const _a = props, { accessibilityLabel = "Actions", iconSymbol, renderBadge, isSelected } = _a, buttonProps = __objRest(_a, ["accessibilityLabel", "iconSymbol", "renderBadge", "isSelected"]);
115
313
  const ref = React.useRef(null);
116
- const className = utilities_css.classNames(styles$2.button, isSelected && styles$2.selected);
314
+ const className = utilities_css.classNames(styles$4.button, isSelected && styles$4.selected);
117
315
  return React.createElement(Button.$d2b4bc8c273e7be6$export$353f5b6fc5456de1, __spreadValues({
118
316
  ref,
119
317
  className,
@@ -123,13 +321,13 @@ function ForgeLayoutButtonAction(props) {
123
321
  }, accessibilityLabel), React.createElement(Icon.Icon, {
124
322
  symbol: iconSymbol
125
323
  }), renderBadge && React.createElement("div", {
126
- className: styles$2.badgeContainer
324
+ className: styles$4.badgeContainer
127
325
  }, renderBadge()));
128
326
  }
129
327
  function ForgeLayoutActionBadge(props) {
130
328
  const { children } = props;
131
329
  return React.createElement("div", {
132
- className: styles$2.badge
330
+ className: styles$4.badge
133
331
  }, children);
134
332
  }
135
333
  const PressableButton = React.forwardRef((props, ref) => {
@@ -140,12 +338,12 @@ const PressableButton = React.forwardRef((props, ref) => {
140
338
  }));
141
339
  });
142
340
  PressableButton.displayName = "PressableButton";
143
- const nav = "_nav_1a55q_5";
144
- const link = "_link_1a55q_18";
145
- const focused = "_focused_1a55q_27";
146
- const hovered = "_hovered_1a55q_39";
147
- const selected = "_selected_1a55q_43";
148
- const styles$1 = {
341
+ const nav = "_nav_7j1y3_5";
342
+ const link = "_link_7j1y3_18";
343
+ const focused = "_focused_7j1y3_27";
344
+ const hovered = "_hovered_7j1y3_39";
345
+ const selected = "_selected_7j1y3_43";
346
+ const styles$3 = {
149
347
  nav,
150
348
  link,
151
349
  focused,
@@ -174,7 +372,7 @@ function ForgeLayoutNav(props) {
174
372
  return React.createElement(ForgeLayoutNavContext.Provider, {
175
373
  value: context
176
374
  }, React.createElement("div", {
177
- className: styles$1.nav
375
+ className: styles$3.nav
178
376
  }, React.createElement(VerticalStack.VerticalStack, {
179
377
  as: "nav",
180
378
  "aria-label": title,
@@ -200,7 +398,7 @@ function ForgeLayoutNavLink(props) {
200
398
  const { focusProps, isFocusVisible } = useFocusRing.$f7dceffc5ad7768b$export$4e328f61c538687f(props);
201
399
  const { hoverProps, isHovered } = useHover.$6179b936705e76d3$export$ae780daf29e6d456(props);
202
400
  const isSelected = href === selectedHref;
203
- const className = utilities_css.classNames(styles$1.link, isFocusVisible && styles$1.focused, isHovered && styles$1.hovered, isSelected && styles$1.selected);
401
+ const className = utilities_css.classNames(styles$3.link, isFocusVisible && styles$3.focused, isHovered && styles$3.hovered, isSelected && styles$3.selected);
204
402
  return React.createElement("a", __spreadProps(__spreadValues({
205
403
  ref,
206
404
  className
@@ -233,25 +431,203 @@ function Logo() {
233
431
  fill: "#0B2780"
234
432
  }));
235
433
  }
236
- const ForgeLayout$1 = "_ForgeLayout_192uk_5";
237
- const modeTest = "_modeTest_192uk_22";
238
- const bg = "_bg_192uk_28";
239
- const backgroundDecoration01 = "_backgroundDecoration01_192uk_37";
240
- const body = "_body_192uk_43";
241
- const header = "_header_192uk_49";
242
- const headerBg = "_headerBg_192uk_62";
243
- const content = "_content_192uk_72";
244
- const controls = "_controls_192uk_77";
434
+ const header = "_header_amg0k_5";
435
+ const headerBg = "_headerBg_amg0k_19";
436
+ const styles$2 = {
437
+ header,
438
+ headerBg
439
+ };
440
+ const ForgeLayoutHeaderContext = React.createContext(null);
441
+ const useForgeLayoutHeader = () => {
442
+ const context = React.useContext(ForgeLayoutHeaderContext);
443
+ if (!context) {
444
+ throw new Error("useForgeLayoutHeader must be used within a ForgeLayoutHeader");
445
+ }
446
+ return context;
447
+ };
448
+ function ForgeLayoutHeader(props) {
449
+ const { areControlsGrouped = true, children } = props;
450
+ return React.createElement(ForgeLayoutHeaderContext.Provider, {
451
+ value: {
452
+ areControlsGrouped
453
+ }
454
+ }, React.createElement("header", {
455
+ className: styles$2.header
456
+ }, React.createElement("div", {
457
+ className: styles$2.headerBg
458
+ }), children));
459
+ }
460
+ const controls = "_controls_1uwc3_5";
461
+ const breadcrumbNavigationContainer = "_breadcrumbNavigationContainer_1uwc3_12";
462
+ const backButtonContainer = "_backButtonContainer_1uwc3_19";
463
+ const backButton = "_backButton_1uwc3_19";
464
+ const breadcrumbsContainer = "_breadcrumbsContainer_1uwc3_34";
465
+ const trigger = "_trigger_1uwc3_38";
466
+ const triggerPopoverOpen = "_triggerPopoverOpen_1uwc3_60";
467
+ const popover = "_popover_1uwc3_64";
468
+ const searchContainer = "_searchContainer_1uwc3_72";
469
+ const styles$1 = {
470
+ controls,
471
+ breadcrumbNavigationContainer,
472
+ backButtonContainer,
473
+ backButton,
474
+ breadcrumbsContainer,
475
+ trigger,
476
+ triggerPopoverOpen,
477
+ popover,
478
+ searchContainer
479
+ };
480
+ const TEST_MODE = "Test";
481
+ const PRODUCTION_MODE = "Production";
482
+ const POPOVER_CROSS_OFFSET = 116;
483
+ const POPOVER_OFFSET = 2;
484
+ function ForgeLayoutControls(props) {
485
+ const { navState } = useForgeLayout();
486
+ const { areControlsGrouped } = useForgeLayoutHeader();
487
+ const { children, visibleWhenNavStateIs = "expanded" } = props;
488
+ if (navState !== visibleWhenNavStateIs) {
489
+ return null;
490
+ }
491
+ return React.createElement(React.Fragment, null, areControlsGrouped ? React.createElement("div", {
492
+ className: styles$1.controls
493
+ }, children) : React.createElement(React.Fragment, null, children));
494
+ }
495
+ function ForgeLayoutBreadcrumbsNavigation(props) {
496
+ const { children } = props;
497
+ const { backButton: backButton2, breadcrumbs } = React.useMemo(() => {
498
+ const breadcrumbNavigationChildren = utilities_react.flattenChildren(children);
499
+ const backButton22 = breadcrumbNavigationChildren.length > 0 ? breadcrumbNavigationChildren[0] : null;
500
+ const breadcrumbs2 = breadcrumbNavigationChildren.length > 1 ? breadcrumbNavigationChildren[1] : null;
501
+ if (!backButton22 || !breadcrumbs2) {
502
+ throw new Error("ForgeLayout.BreadcrumbNavigation must contain ForgeLayout.BackButton and ForgeLayout.Breadcrumbs");
503
+ }
504
+ return {
505
+ backButton: backButton22,
506
+ breadcrumbs: breadcrumbs2
507
+ };
508
+ }, [children]);
509
+ return React.createElement("div", {
510
+ className: styles$1.breadcrumbNavigationContainer
511
+ }, React.createElement("div", {
512
+ className: styles$1.backButtonContainer
513
+ }, backButton2), React.createElement("div", {
514
+ className: styles$1.breadcrumbsContainer
515
+ }, breadcrumbs));
516
+ }
517
+ function ForgeLayoutBackButton(props) {
518
+ const _a = props, { children } = _a, restButtonProps = __objRest(_a, ["children"]);
519
+ return React.createElement(UnstyledButton.UnstyledButton, __spreadProps(__spreadValues({}, restButtonProps), {
520
+ className: styles$1.backButton
521
+ }), React.createElement(Icon.Icon, {
522
+ symbol: ArrowBack.ArrowBack,
523
+ size: "sm"
524
+ }), React.createElement(Text.Text, {
525
+ variant: "subtitle1"
526
+ }, children));
527
+ }
528
+ function ForgeLayoutBreadcrumbs(props) {
529
+ const { children } = props;
530
+ const breadcrumbs = React.useMemo(() => utilities_react.flattenChildren(children), [children]);
531
+ return React.createElement(HorizontalStack.HorizontalStack, {
532
+ blockAlign: "center",
533
+ gap: "0.5"
534
+ }, breadcrumbs.map((breadcrumb, idx) => {
535
+ if (idx === 0) {
536
+ return React.createElement(React.Fragment, {
537
+ key: idx
538
+ }, breadcrumb);
539
+ } else {
540
+ return React.createElement(React.Fragment, {
541
+ key: idx
542
+ }, React.createElement(ForgeLayoutBreadcrumb, {
543
+ key: idx
544
+ }, ">"), breadcrumb);
545
+ }
546
+ }));
547
+ }
548
+ function ForgeLayoutBreadcrumb(props) {
549
+ const { children } = props;
550
+ return React.createElement(Text.Text, {
551
+ variant: "body1",
552
+ color: "neutral.700"
553
+ }, children);
554
+ }
555
+ function ForgeLayoutModeSwitcher(props) {
556
+ const { onModeChange } = props;
557
+ const { mode } = useForgeLayout();
558
+ const [isOpen, setIsOpen] = React.useState(false);
559
+ return React.createElement($de32f1b87079253c$export$2e1e1122cf0cba88, null, React.createElement(Button.$d2b4bc8c273e7be6$export$353f5b6fc5456de1, {
560
+ className: utilities_css.classNames(styles$1.trigger, isOpen && styles$1.triggerPopoverOpen),
561
+ onPress: () => setIsOpen(true)
562
+ }, React.createElement(Text.Text, {
563
+ variant: "subtitle1",
564
+ color: mode === "test" ? "warning.600" : "positive.600",
565
+ truncate: true
566
+ }, mode === "test" ? TEST_MODE : PRODUCTION_MODE), React.createElement(Icon.Icon, {
567
+ symbol: ExpandMore400.ExpandMore400,
568
+ size: "md",
569
+ color: "neutral.500"
570
+ })), React.createElement($07b14b47974efb58$export$5b6b19405a83ff9d, {
571
+ className: styles$1.popover,
572
+ offset: POPOVER_OFFSET,
573
+ crossOffset: POPOVER_CROSS_OFFSET,
574
+ isOpen,
575
+ onOpenChange: setIsOpen
576
+ }, React.createElement($de32f1b87079253c$export$3ddf2d174ce01153, null, React.createElement(VerticalStack.VerticalStack, {
577
+ gap: "1"
578
+ }, React.createElement(Text.Text, {
579
+ variant: "subtitle1",
580
+ color: "neutral.800"
581
+ }, "Instance Switcher"), React.createElement(RadioGroup.RadioGroup, {
582
+ "aria-label": "Select a mode",
583
+ onChange: onModeChange,
584
+ value: mode
585
+ }, React.createElement(ForgeLayoutModeSwitcherRadioGroupItem, {
586
+ value: "test"
587
+ }), React.createElement(ForgeLayoutModeSwitcherRadioGroupItem, {
588
+ value: "production"
589
+ }))))));
590
+ }
591
+ function ForgeLayoutModeSwitcherRadioGroupItem(props) {
592
+ const _a = props, { value } = _a, restProps = __objRest(_a, ["value"]);
593
+ const state = RadioGroup.useRadioGroupContext();
594
+ const isSelected = value === state.selectedValue;
595
+ return React.createElement(RadioGroup.RadioGroup.Item, __spreadValues({
596
+ value
597
+ }, restProps), React.createElement(VerticalStack.VerticalStack, null, React.createElement(Text.Text, {
598
+ variant: "subtitle2",
599
+ color: isSelected ? "primary.800" : "primary.700"
600
+ }, value === "test" ? TEST_MODE : PRODUCTION_MODE), React.createElement(Text.Text, {
601
+ variant: "overline"
602
+ }, "View data using the", " ", React.createElement(Text.Text, {
603
+ color: value === "test" ? "warning.600" : "positive.600"
604
+ }, value === "test" ? TEST_MODE.toUpperCase() : PRODUCTION_MODE.toUpperCase(), " ", "API", " "), "keys")));
605
+ }
606
+ function ForgeLayoutSearch(props) {
607
+ const _a = props, { "aria-label": ariaLabel = "Search for content" } = _a, textFieldProps = __objRest(_a, ["aria-label"]);
608
+ return React.createElement("div", {
609
+ className: styles$1.searchContainer
610
+ }, React.createElement(TextField.TextField, __spreadValues({
611
+ size: "sm",
612
+ type: "search",
613
+ "aria-label": ariaLabel,
614
+ placeholder: "/ search",
615
+ iconAtStart: Search.Search
616
+ }, textFieldProps)));
617
+ }
618
+ const ForgeLayout$1 = "_ForgeLayout_1l8o7_5";
619
+ const modeTest = "_modeTest_1l8o7_22";
620
+ const bg = "_bg_1l8o7_28";
621
+ const backgroundDecoration01 = "_backgroundDecoration01_1l8o7_37";
622
+ const body = "_body_1l8o7_43";
623
+ const content = "_content_1l8o7_49";
245
624
  const styles = {
246
625
  ForgeLayout: ForgeLayout$1,
247
626
  modeTest,
248
627
  bg,
249
628
  backgroundDecoration01,
250
629
  body,
251
- header,
252
- headerBg,
253
- content,
254
- controls
630
+ content
255
631
  };
256
632
  const ForgeLayoutContext = React.createContext(null);
257
633
  const useForgeLayout = () => {
@@ -279,24 +655,6 @@ function ForgeLayout(props) {
279
655
  className
280
656
  }, children));
281
657
  }
282
- function ForgeLayoutHeader(props) {
283
- const { children } = props;
284
- return React.createElement("header", {
285
- className: styles.header
286
- }, React.createElement("div", {
287
- className: styles.headerBg
288
- }), children);
289
- }
290
- function ForgeLayoutControls(props) {
291
- const { navState } = useForgeLayout();
292
- const { children, visibleWhenNavStateIs = "expanded" } = props;
293
- if (navState !== visibleWhenNavStateIs) {
294
- return null;
295
- }
296
- return React.createElement("div", {
297
- className: styles.controls
298
- }, children);
299
- }
300
658
  function ForgeLayoutBody(props) {
301
659
  const { children } = props;
302
660
  return React.createElement("div", {
@@ -315,6 +673,12 @@ ForgeLayout.NavLink = ForgeLayoutNavLink;
315
673
  ForgeLayout.Body = ForgeLayoutBody;
316
674
  ForgeLayout.Header = ForgeLayoutHeader;
317
675
  ForgeLayout.Controls = ForgeLayoutControls;
676
+ ForgeLayout.BreadcrumbsNavigation = ForgeLayoutBreadcrumbsNavigation;
677
+ ForgeLayout.BackButton = ForgeLayoutBackButton;
678
+ ForgeLayout.Breadcrumbs = ForgeLayoutBreadcrumbs;
679
+ ForgeLayout.Breadcrumb = ForgeLayoutBreadcrumb;
680
+ ForgeLayout.ModeSwitcher = ForgeLayoutModeSwitcher;
681
+ ForgeLayout.Search = ForgeLayoutSearch;
318
682
  ForgeLayout.Actions = ForgeLayoutActions;
319
683
  ForgeLayout.ActionBadge = ForgeLayoutActionBadge;
320
684
  ForgeLayout.MenuAction = ForgeLayoutMenuAction;