@easypost/easy-ui 1.0.0-alpha.77 → 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.
- package/Button/index.js +1 -1
- package/Button/index.mjs +1 -1
- package/CHANGELOG.md +12 -0
- package/Calendar/index.js +1 -1
- package/Calendar/index.mjs +1 -1
- package/CheckableCard/index.js +1 -1
- package/CheckableCard/index.mjs +1 -1
- package/Checkbox/index.js +1 -1
- package/Checkbox/index.mjs +1 -1
- package/CodeBlock/index.js +6 -6
- package/CodeBlock/index.mjs +6 -6
- package/DataGrid/DataGrid.d.ts +2 -2
- package/DataGrid/DataGrid.d.ts.map +1 -1
- package/DataGrid/Table.d.ts +3 -3
- package/DataGrid/Table.d.ts.map +1 -1
- package/DataGrid/index.js +33 -28
- package/DataGrid/index.mjs +33 -28
- package/DataGrid/types.d.ts +24 -21
- package/DataGrid/types.d.ts.map +1 -1
- package/DatePicker/index.js +13 -13
- package/DatePicker/index.mjs +13 -13
- package/DateRangePicker/index.js +13 -13
- package/DateRangePicker/index.mjs +13 -13
- package/Drawer/index.js +4 -4
- package/Drawer/index.mjs +4 -4
- package/DropdownButton/index.js +1 -1
- package/DropdownButton/index.mjs +1 -1
- package/FocusedProductLayout/index.js +3 -3
- package/FocusedProductLayout/index.mjs +3 -3
- package/ForgeLayout/index.js +11 -11
- package/ForgeLayout/index.mjs +11 -11
- package/HostedUILayout/HostedUILayout.d.ts +76 -0
- package/HostedUILayout/HostedUILayout.d.ts.map +1 -0
- package/HostedUILayout/HostedUILayout.stories.d.ts +8 -0
- package/HostedUILayout/HostedUILayout.stories.d.ts.map +1 -0
- package/HostedUILayout/HostedUILayout.test.d.ts +2 -0
- package/HostedUILayout/HostedUILayout.test.d.ts.map +1 -0
- package/HostedUILayout/HostedUILayoutActions.d.ts +50 -0
- package/HostedUILayout/HostedUILayoutActions.d.ts.map +1 -0
- package/HostedUILayout/index.d.ts +2 -0
- package/HostedUILayout/index.d.ts.map +1 -0
- package/HostedUILayout/index.js +195 -0
- package/HostedUILayout/index.mjs +195 -0
- package/IconButton/index.js +1 -1
- package/IconButton/index.mjs +1 -1
- package/InputField/index.js +1 -1
- package/InputField/index.mjs +1 -1
- package/KebabButton/index.js +1 -1
- package/KebabButton/index.mjs +1 -1
- package/Menu/index.js +1 -1
- package/Menu/index.mjs +1 -1
- package/Modal/index.js +5 -5
- package/Modal/index.mjs +5 -5
- package/MultiSelect/index.js +27 -27
- package/MultiSelect/index.mjs +28 -28
- package/MultipageSection/MultipageSection.d.ts +118 -0
- package/MultipageSection/MultipageSection.d.ts.map +1 -0
- package/MultipageSection/MultipageSection.stories.d.ts +8 -0
- package/MultipageSection/MultipageSection.stories.d.ts.map +1 -0
- package/MultipageSection/MultipageSection.test.d.ts +2 -0
- package/MultipageSection/MultipageSection.test.d.ts.map +1 -0
- package/MultipageSection/MultipageSectionSidebarNav.d.ts +29 -0
- package/MultipageSection/MultipageSectionSidebarNav.d.ts.map +1 -0
- package/MultipageSection/index.d.ts +2 -0
- package/MultipageSection/index.d.ts.map +1 -0
- package/MultipageSection/index.js +208 -0
- package/MultipageSection/index.mjs +208 -0
- package/NexusLayout/index.js +8 -25
- package/NexusLayout/index.mjs +7 -24
- package/Notification/index.js +1 -1
- package/Notification/index.mjs +1 -1
- package/Pagination/index.js +2 -2
- package/Pagination/index.mjs +2 -2
- package/PillGroup/index.js +1 -1
- package/PillGroup/index.mjs +1 -1
- package/PlanCard/index.js +4 -4
- package/PlanCard/index.mjs +4 -4
- package/ProductLayout/index.js +8 -8
- package/ProductLayout/index.mjs +8 -8
- package/Provider/index.js +2 -2
- package/Provider/index.mjs +2 -2
- package/RadioButtonGroup/index.js +9 -9
- package/RadioButtonGroup/index.mjs +9 -9
- package/RadioGroup/index.js +1 -1
- package/RadioGroup/index.mjs +1 -1
- package/RangeCalendar/index.js +1 -1
- package/RangeCalendar/index.mjs +1 -1
- package/SearchNav/index.js +4 -4
- package/SearchNav/index.mjs +4 -4
- package/Select/index.js +2 -2
- package/Select/index.mjs +2 -2
- package/SelectorErrorTooltip/index.js +1 -1
- package/SelectorErrorTooltip/index.mjs +1 -1
- package/Spinner/index.js +1 -1
- package/Spinner/index.mjs +1 -1
- package/SplitToggleCard/index.js +1 -1
- package/SplitToggleCard/index.mjs +1 -1
- package/Stepper/index.js +1 -1
- package/Stepper/index.mjs +1 -1
- package/TabNav/index.js +1 -1
- package/TabNav/index.mjs +1 -1
- package/TabPanels/index.js +18 -16
- package/TabPanels/index.mjs +18 -16
- package/Tabs/index.js +1 -1
- package/Tabs/index.mjs +1 -1
- package/TextField/index.js +1 -1
- package/TextField/index.mjs +1 -1
- package/Textarea/index.js +1 -1
- package/Textarea/index.mjs +1 -1
- package/Toggle/index.js +1 -1
- package/Toggle/index.mjs +1 -1
- package/Tooltip/index.js +1 -1
- package/Tooltip/index.mjs +1 -1
- package/UnstyledButton/index.js +1 -1
- package/UnstyledButton/index.mjs +1 -1
- package/VerticalNav/index.js +6 -6
- package/VerticalNav/index.mjs +6 -6
- package/__chunks__/{Button-D9a9VZzF.js → Button-2GplvjoR.js} +5 -5
- package/__chunks__/{Button-D-ucl04v.mjs → Button-BE3zVhME.mjs} +1 -1
- package/__chunks__/{Button-UHHZB1DN.mjs → Button-BpGjkRZu.mjs} +8 -8
- package/__chunks__/{Button-DA6XfGLP.js → Button-DUZZ9HoT.js} +1 -1
- package/__chunks__/{Calendar-DjW0E3mk.mjs → Calendar-B8v6TkXp.mjs} +2 -2
- package/__chunks__/{Calendar-2o01guc2.js → Calendar-joo_8vqm.js} +2 -2
- package/__chunks__/{CalendarBase-RcVbhUvM.js → CalendarBase-B1T_Rybe.js} +30 -18
- package/__chunks__/{CalendarBase-D8NmV5mS.mjs → CalendarBase-adL7KcVi.mjs} +34 -22
- package/__chunks__/{Checkbox-C8XZu-1F.mjs → Checkbox-DJAFG_mm.mjs} +8 -8
- package/__chunks__/{Checkbox-sznEdCc0.js → Checkbox-DwkJKuPC.js} +8 -8
- package/__chunks__/{DatePickerBase-BJH3bhGM.mjs → DatePickerBase-Bg4YQMAj.mjs} +26 -23
- package/__chunks__/{DatePickerBase-BWFcyR_m.js → DatePickerBase-DRR0aOm4.js} +26 -23
- package/__chunks__/{Dialog-BBt18JUl.mjs → Dialog-71SzSgdZ.mjs} +10 -10
- package/__chunks__/{Dialog-Dde11Vfw.js → Dialog-D1oLQPjX.js} +10 -10
- package/__chunks__/EasyPostLogo-B3Um5vvS.mjs +22 -0
- package/__chunks__/EasyPostLogo-DQt5KlFX.js +21 -0
- package/__chunks__/{FocusScope-DxiwSl55.js → FocusScope-BYrP0odg.js} +3 -3
- package/__chunks__/{FocusScope-jG-ZgYgr.mjs → FocusScope-DP1VSF7s.mjs} +3 -3
- package/__chunks__/{HelpMenu-DQngktSJ.mjs → HelpMenu-DHNd3X_S.mjs} +2 -2
- package/__chunks__/{HelpMenu-B3gwBqqY.js → HelpMenu-LZ_ky28u.js} +2 -2
- package/__chunks__/{InputField-CPgMRigD.js → InputField-CH28zjUK.js} +3 -3
- package/__chunks__/{InputField-D4feGzmR.mjs → InputField-D4Arfzdz.mjs} +3 -3
- package/__chunks__/{Item-BhrTPNN2.mjs → Item-FD89BR0i.mjs} +1 -1
- package/__chunks__/{Item-CfWjPrxx.js → Item-h_oPjYVR.js} +1 -1
- package/__chunks__/{KebabButton-B97kYKaW.js → KebabButton-BF8hfPrB.js} +1 -1
- package/__chunks__/{KebabButton-tTikhARu.mjs → KebabButton-D5KhH0qQ.mjs} +1 -1
- package/__chunks__/{Menu-L3un-ZpR.mjs → Menu-CfHK_0Sr.mjs} +16 -16
- package/__chunks__/{Menu-BjKQfXId.js → Menu-CivAepFq.js} +16 -16
- package/__chunks__/{Notification-C22_98O5.mjs → Notification-CRi-0D3f.mjs} +27 -19
- package/__chunks__/{Notification-eckCE8Jj.js → Notification-D7ceWiZq.js} +27 -19
- package/__chunks__/{Overlay-BqaNlC3s.js → Overlay-88Ee_QUh.js} +7 -7
- package/__chunks__/{Overlay-huXBYY4a.mjs → Overlay-Cj4W5w8m.mjs} +7 -7
- package/__chunks__/{PillGroup-q2LMLV6q.js → PillGroup-B9WQ2to5.js} +26 -25
- package/__chunks__/{PillGroup-8hng2YcX.mjs → PillGroup-CuPREwvS.mjs} +26 -25
- package/__chunks__/{RadioGroup-CaCZDI4f.mjs → RadioGroup-B5o5aPT-.mjs} +14 -14
- package/__chunks__/{RadioGroup-Cbzsv5jw.js → RadioGroup-yg8Gtbol.js} +14 -14
- package/__chunks__/{RangeCalendar-aUakXSjU.js → RangeCalendar-BgB6xU9q.js} +4 -4
- package/__chunks__/{RangeCalendar-DhFnV8j-.mjs → RangeCalendar-CNLF6YQu.mjs} +4 -4
- package/__chunks__/{SelectOverlay-BFRRqmYL.js → SelectOverlay-BaATkSsw.js} +17 -16
- package/__chunks__/{SelectOverlay-CsxfifYV.mjs → SelectOverlay-DkEL-0O_.mjs} +17 -16
- package/__chunks__/{SelectionManager-px2R7S_e.js → SelectionManager-BZ_5U5QP.js} +1 -1
- package/__chunks__/{SelectionManager-my6312qq.mjs → SelectionManager-VOfe5ZyB.mjs} +1 -1
- package/__chunks__/{SelectorErrorTooltip-C5XJ5swy.mjs → SelectorErrorTooltip-BPLk3N_Q.mjs} +1 -1
- package/__chunks__/{SelectorErrorTooltip-EwN0tf2g.js → SelectorErrorTooltip-b5pE6hY-.js} +1 -1
- package/__chunks__/{Spinner-BsFJZqxe.mjs → Spinner-CNAJknx9.mjs} +3 -3
- package/__chunks__/{Spinner-BsvfYBAO.js → Spinner-CipzStjn.js} +3 -3
- package/__chunks__/{Stepper-lFftpFos.js → Stepper--KsoKMdM.js} +3 -3
- package/__chunks__/{Stepper-F7Czxecp.mjs → Stepper-CACO2jLG.mjs} +3 -3
- package/__chunks__/{TabNav-DbDaDR6R.mjs → TabNav-D2_vfrMU.mjs} +1 -1
- package/__chunks__/{TabNav-D6mXxhua.js → TabNav-DTnHIUFZ.js} +1 -1
- package/__chunks__/{Tabs-DbH5NmIf.mjs → Tabs-BkzVKvWV.mjs} +3 -3
- package/__chunks__/{Tabs-9z2E6ZhV.js → Tabs-J924obQC.js} +3 -3
- package/__chunks__/{TextField-D1YUSD6j.js → TextField-C6qMiNmy.js} +1 -1
- package/__chunks__/{TextField-BwGqzpya.mjs → TextField-CUOz6ZUe.mjs} +1 -1
- package/__chunks__/{Toggle-DqKzs3Y8.mjs → Toggle-BQqjvn6Z.mjs} +5 -5
- package/__chunks__/{Toggle-13H0VeGP.js → Toggle-CTUk7LSy.js} +5 -5
- package/__chunks__/{Tooltip-DP2EYuM4.js → Tooltip-BIfmWjfP.js} +6 -6
- package/__chunks__/{Tooltip-By8WH1wI.mjs → Tooltip-BcHfMDtC.mjs} +6 -6
- package/__chunks__/{UnstyledButton-0yreaZnh.mjs → UnstyledButton-CfhKDftV.mjs} +2 -2
- package/__chunks__/{UnstyledButton-d3ChgECf.js → UnstyledButton-CnIn7VBo.js} +2 -2
- package/__chunks__/{VisuallyHidden-DLuOutNi.mjs → VisuallyHidden-CCdi-Y1w.mjs} +2 -2
- package/__chunks__/{VisuallyHidden-Cl5AQsPA.js → VisuallyHidden-DeSpvYML.js} +2 -2
- package/__chunks__/{ariaHideOutside-7ae_6If3.js → ariaHideOutside-Bq8FQnZq.js} +5 -5
- package/__chunks__/{ariaHideOutside-DRsDXtWO.mjs → ariaHideOutside-CT4hjtef.mjs} +5 -5
- package/__chunks__/{context-C5QKMZmh.mjs → context-BEoWr5Bw.mjs} +1 -1
- package/__chunks__/{context-BQfsEeih.js → context-Dxz9OXQY.js} +1 -1
- package/__chunks__/{focusSafely-CucekFxc.js → focusSafely-BgcYAZN6.js} +2 -2
- package/__chunks__/{focusSafely-BW4_g0fd.mjs → focusSafely-D0XrieaU.mjs} +2 -2
- package/__chunks__/{mergeProps-DRsiQq2k.mjs → mergeProps-CORsYhTp.mjs} +1 -1
- package/__chunks__/{mergeProps-6pKCnMWU.js → mergeProps-d7wJkv71.js} +1 -1
- package/__chunks__/{scrollIntoView-DSPpbfzY.mjs → scrollIntoView-BY1C_8w5.mjs} +1 -1
- package/__chunks__/{scrollIntoView-CzFYIYQT.js → scrollIntoView-DrxAy81g.js} +1 -1
- package/__chunks__/{useButton-SSooC6Sc.js → useButton-BxK3VBiR.js} +6 -27
- package/__chunks__/{useButton-ovH6gI84.mjs → useButton-W0nkeGLb.mjs} +6 -27
- package/__chunks__/{useCollator-DpGidudE.js → useCollator-Bbw6GMg7.js} +1 -1
- package/__chunks__/{useCollator-DiblLehW.mjs → useCollator-D97tqUbx.mjs} +1 -1
- package/__chunks__/{useControlledState-mnKBd6Uc.js → useControlledState-B2XIiHlL.js} +2 -2
- package/__chunks__/{useControlledState-CFWhSD5C.mjs → useControlledState-BDO08zJF.mjs} +2 -2
- package/__chunks__/{useDialog-zKH03v_d.mjs → useDialog-BhvpnpTk.mjs} +3 -3
- package/__chunks__/{useDialog-CmV1awNZ.js → useDialog-D_2QCyti.js} +3 -3
- package/__chunks__/{useEvent-BR4RE1uc.mjs → useEvent-B40RDiQ6.mjs} +1 -1
- package/__chunks__/{useEvent-DiEr5shV.js → useEvent-Dh4hqdOa.js} +1 -1
- package/__chunks__/{useField-MeTEdBhD.js → useField-C80n1AHI.js} +2 -2
- package/__chunks__/{useField-D71RzzwQ.mjs → useField-D1rL_Lz6.mjs} +2 -2
- package/__chunks__/{useFilter-Cd0PVtCe.mjs → useFilter-CQzUxSTO.mjs} +1 -1
- package/__chunks__/{useFilter-DUqh08RA.js → useFilter-DMnYaJdO.js} +1 -1
- package/__chunks__/{useFocus-Da6IfenG.js → useFocus-Df2haWPe.js} +1 -1
- package/__chunks__/{useFocus-BJE6cxrg.mjs → useFocus-DsnhrQiB.mjs} +1 -1
- package/__chunks__/{useFocusRing-Dg_M1jfs.mjs → useFocusRing-DAMeUI3t.mjs} +3 -3
- package/__chunks__/{useFocusRing-CtLKOxxD.js → useFocusRing-ygRrwBu3.js} +3 -3
- package/__chunks__/{useFocusVisible-CLoIPL6T.js → useFocusVisible-7ks2C0sQ.js} +26 -36
- package/__chunks__/{useFocusVisible-DgcLCVnV.mjs → useFocusVisible-DWC9qGtP.mjs} +46 -56
- package/__chunks__/{useFocusWithin-T1vqkUYN.js → useFocusWithin-CxspK-F2.js} +5 -5
- package/__chunks__/{useFocusWithin-BE5KE588.mjs → useFocusWithin-DPnHAdQU.mjs} +5 -5
- package/__chunks__/{useFocusable-B5QcOTFc.mjs → useFocusable-C6giMIa8.mjs} +4 -4
- package/__chunks__/{useFocusable-DRHM1otK.js → useFocusable-HXkH_Kuc.js} +4 -4
- package/__chunks__/{useFormReset-BUBASXJO.mjs → useFormReset-XL_MAi9u.mjs} +1 -1
- package/__chunks__/{useFormReset-Ja1aibwy.js → useFormReset-mp5g2mF5.js} +1 -1
- package/__chunks__/{useFormValidation-DaCYT2Ut.js → useFormValidation-CAsEJ1eu.js} +2 -2
- package/__chunks__/{useFormValidation-gt5I8m2g.mjs → useFormValidation-HasG7QCl.mjs} +2 -2
- package/__chunks__/{useHasTabbableChild-BBua_oUS.mjs → useHasTabbableChild-C5KDnOFZ.mjs} +2 -2
- package/__chunks__/{useHasTabbableChild-DSm3UrCF.js → useHasTabbableChild-D23JzSLZ.js} +2 -2
- package/__chunks__/{useHighlightSelectionDescription-Dl5YfxVo.mjs → useHighlightSelectionDescription-BODt1AHW.mjs} +4 -4
- package/__chunks__/{useHighlightSelectionDescription-B49pg43a.js → useHighlightSelectionDescription-CT3jLcfS.js} +4 -4
- package/__chunks__/{useHover-BCKoTdS5.js → useHover-BMIowV0x.js} +4 -4
- package/__chunks__/{useHover-mdyQ6kou.mjs → useHover-CwJuylzq.mjs} +4 -4
- package/__chunks__/{useLabel-DVLShpAi.js → useLabel-D9oYLpKn.js} +3 -3
- package/__chunks__/{useLabel-CMWuiLM0.mjs → useLabel-DG4LdFPw.mjs} +3 -3
- package/__chunks__/{useLabels-DrIYrapv.js → useLabels-DMDlcCM_.js} +1 -1
- package/__chunks__/{useLabels-DCSAqT2C.mjs → useLabels-DWprW4wx.mjs} +1 -1
- package/__chunks__/{useLink-DihQM2-s.js → useLink-CcRvXaFq.js} +5 -23
- package/__chunks__/{useLink-Dr9Pjalq.mjs → useLink-CxFvWxcs.mjs} +5 -23
- package/__chunks__/{useListBoxSection-Bw5OEI4S.mjs → useListBoxSection-UWw98S5n.mjs} +8 -8
- package/__chunks__/{useListBoxSection-u2FxpXWK.js → useListBoxSection-yxKStnVF.js} +8 -8
- package/__chunks__/{useListState-CKHwm7j_.js → useListState-CU712DaQ.js} +1 -1
- package/__chunks__/{useListState-DqBHV23A.mjs → useListState-Doymm1MR.mjs} +1 -1
- package/__chunks__/{useLocalizedStringFormatter-SC1Py3Uf.mjs → useLocalizedStringFormatter-D-qKpkp4.mjs} +1 -1
- package/__chunks__/{useLocalizedStringFormatter-C3ZwxPrF.js → useLocalizedStringFormatter-X4sjSzZt.js} +1 -1
- package/__chunks__/{useMenuTrigger-C9nRdVJk.mjs → useMenuTrigger-Bm2l00Fx.mjs} +9 -6
- package/__chunks__/{useMenuTrigger-Dq7mhK38.js → useMenuTrigger-CYz-sHYa.js} +9 -6
- package/__chunks__/{useMenuTriggerState-DmsfK2RH.js → useMenuTriggerState-Bpow2FQo.js} +1 -1
- package/__chunks__/{useMenuTriggerState-BHenEvUl.mjs → useMenuTriggerState-DzOmQv8m.mjs} +1 -1
- package/__chunks__/{useModalOverlay-BLiaW3WH.mjs → useModalOverlay-1zoyqSAR.mjs} +3 -3
- package/__chunks__/{useModalOverlay-C_b9YfI9.js → useModalOverlay-E3JkPreO.js} +3 -3
- package/__chunks__/{useOverlayPosition-_GnIrSzW.mjs → useOverlayPosition-BJjENFKW.mjs} +4 -4
- package/__chunks__/{useOverlayPosition-BIRVQjJL.js → useOverlayPosition-Ba2II0yy.js} +4 -4
- package/__chunks__/{useOverlayTrigger-BJJgq7LS.js → useOverlayTrigger-DSYyww_1.js} +2 -2
- package/__chunks__/{useOverlayTrigger-BIc8jsUc.mjs → useOverlayTrigger-DTO7VB3r.mjs} +2 -2
- package/__chunks__/{usePress-DQ3FxwWo.mjs → usePress-BGHDb_ce.mjs} +35 -33
- package/__chunks__/{usePress-DchxjERD.js → usePress-Btah4Wrd.js} +35 -33
- package/__chunks__/{useSelectableItem-DcveeRN2.mjs → useSelectableItem-CBqJNF3F.mjs} +13 -11
- package/__chunks__/{useSelectableItem-CxOGkw0W.js → useSelectableItem-iCGDFQiY.js} +13 -11
- package/__chunks__/{useSelectableList-C_zJw1dp.mjs → useSelectableList-C1gLRl6h.mjs} +3 -3
- package/__chunks__/{useSelectableList-F9Rfjy4j.js → useSelectableList-CPHfKit7.js} +3 -3
- package/__chunks__/{useSingleSelectListState-IrBbHxlA.js → useSingleSelectListState-Br2JooAG.js} +2 -2
- package/__chunks__/{useSingleSelectListState-61RqBjo5.mjs → useSingleSelectListState-ByDUc5Ex.mjs} +2 -2
- package/__chunks__/{useTextField-B6vr1ZoD.mjs → useTextField-DUw10Bpa.mjs} +7 -7
- package/__chunks__/{useTextField-USpUKriF.js → useTextField-DYKc0daU.js} +7 -7
- package/__chunks__/{useToggle-C7k9_K6R.mjs → useToggle-Dvy3oMSz.mjs} +5 -5
- package/__chunks__/{useToggle-CRkaTfEP.js → useToggle-nWML_sp8.js} +5 -5
- package/__chunks__/{useToggleState-kFojjzgV.mjs → useToggleState-1Mo_p5l0.mjs} +1 -1
- package/__chunks__/{useToggleState-CdbEMLRz.js → useToggleState-8QqTgvTU.js} +1 -1
- package/__chunks__/{useTreeState-DtfZCGLY.mjs → useTreeState-DdjTMMtR.mjs} +2 -2
- package/__chunks__/{useTreeState-DrWJoIPU.js → useTreeState-kH1tpPJB.js} +2 -2
- package/__chunks__/{utilities-U5Ql_Myz.mjs → utilities-DaMKHxI8.mjs} +6 -6
- package/__chunks__/{utilities-x6Aiy1EG.js → utilities-DgR-vXbf.js} +6 -6
- package/__chunks__/{utils-CY9C69XV.js → utils-B-3LZYje.js} +1 -1
- package/__chunks__/{utils-CwzguevQ.mjs → utils-CZnJZGiu.mjs} +1 -1
- package/package.json +4 -4
- package/style.css +404 -223
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
|
+
var __objRest = (source, exclude) => {
|
|
21
|
+
var target = {};
|
|
22
|
+
for (var prop in source)
|
|
23
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
24
|
+
target[prop] = source[prop];
|
|
25
|
+
if (source != null && __getOwnPropSymbols)
|
|
26
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
27
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
28
|
+
target[prop] = source[prop];
|
|
29
|
+
}
|
|
30
|
+
return target;
|
|
31
|
+
};
|
|
32
|
+
import React__default, { useState, useCallback, forwardRef, useRef } from "react";
|
|
33
|
+
import { E as EasyPostLogo } from "../__chunks__/EasyPostLogo-B3Um5vvS.mjs";
|
|
34
|
+
import { H as HorizontalStack } from "../__chunks__/HorizontalStack-CxE8tPx_.mjs";
|
|
35
|
+
import { $ as $d2b4bc8c273e7be6$export$353f5b6fc5456de1 } from "../__chunks__/Button-BpGjkRZu.mjs";
|
|
36
|
+
import { I as Icon } from "../__chunks__/Icon-0SN9dbwU.mjs";
|
|
37
|
+
import { M as Menu } from "../__chunks__/Menu-CfHK_0Sr.mjs";
|
|
38
|
+
import { T as Text } from "../__chunks__/Text-CX5GoBTS.mjs";
|
|
39
|
+
import { classNames } from "../utilities/css.mjs";
|
|
40
|
+
import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../__chunks__/useFocusRing-DAMeUI3t.mjs";
|
|
41
|
+
import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "../__chunks__/mergeProps-CORsYhTp.mjs";
|
|
42
|
+
import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/useHover-CwJuylzq.mjs";
|
|
43
|
+
import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "../__chunks__/usePress-BGHDb_ce.mjs";
|
|
44
|
+
import { $ as $298d61e98472621b$export$dcf14c9974fe2767 } from "../__chunks__/useLink-CxFvWxcs.mjs";
|
|
45
|
+
const button = "_button_zvh9c_4";
|
|
46
|
+
const focused = "_focused_zvh9c_26";
|
|
47
|
+
const hovered = "_hovered_zvh9c_40";
|
|
48
|
+
const selected = "_selected_zvh9c_45";
|
|
49
|
+
const open = "_open_zvh9c_46";
|
|
50
|
+
const badgeContainer = "_badgeContainer_zvh9c_51";
|
|
51
|
+
const badge = "_badge_zvh9c_51";
|
|
52
|
+
const styles$1 = {
|
|
53
|
+
button,
|
|
54
|
+
focused,
|
|
55
|
+
hovered,
|
|
56
|
+
selected,
|
|
57
|
+
open,
|
|
58
|
+
badgeContainer,
|
|
59
|
+
badge
|
|
60
|
+
};
|
|
61
|
+
function HostedUILayoutActions(props) {
|
|
62
|
+
const { children } = props;
|
|
63
|
+
return React__default.createElement(HorizontalStack, {
|
|
64
|
+
wrap: false,
|
|
65
|
+
gap: "1",
|
|
66
|
+
align: "end"
|
|
67
|
+
}, children);
|
|
68
|
+
}
|
|
69
|
+
function HostedUILayoutMenuAction(props) {
|
|
70
|
+
const { accessibilityLabel = "Actions", iconSymbol, children, renderBadge } = props;
|
|
71
|
+
const [isOpen, setIsOpen] = useState(false);
|
|
72
|
+
const handleOpenChange = useCallback((isOpen2) => {
|
|
73
|
+
setIsOpen(isOpen2);
|
|
74
|
+
}, []);
|
|
75
|
+
const { focusProps, isFocusVisible } = $f7dceffc5ad7768b$export$4e328f61c538687f({});
|
|
76
|
+
const { hoverProps, isHovered } = $6179b936705e76d3$export$ae780daf29e6d456({});
|
|
77
|
+
const className = classNames(styles$1.button, isFocusVisible && styles$1.focused, isHovered && styles$1.hovered, isOpen && styles$1.open);
|
|
78
|
+
return React__default.createElement(Menu, {
|
|
79
|
+
isOpen,
|
|
80
|
+
onOpenChange: handleOpenChange
|
|
81
|
+
}, React__default.createElement(Menu.Trigger, null, React__default.createElement(PressableButton, __spreadValues({
|
|
82
|
+
className
|
|
83
|
+
}, $3ef42575df84b30b$export$9d1611c77c2fe928(focusProps, hoverProps)), React__default.createElement(Text, {
|
|
84
|
+
visuallyHidden: true
|
|
85
|
+
}, accessibilityLabel), React__default.createElement(Icon, {
|
|
86
|
+
symbol: iconSymbol
|
|
87
|
+
}), renderBadge && React__default.createElement("div", {
|
|
88
|
+
className: styles$1.badgeContainer
|
|
89
|
+
}, renderBadge()))), children);
|
|
90
|
+
}
|
|
91
|
+
function HostedUILayoutLinkAction(props) {
|
|
92
|
+
const { accessibilityLabel = "Actions", iconSymbol, renderBadge, isSelected } = props;
|
|
93
|
+
const ref = useRef(null);
|
|
94
|
+
const { linkProps } = $298d61e98472621b$export$dcf14c9974fe2767(props, ref);
|
|
95
|
+
const { focusProps, isFocusVisible } = $f7dceffc5ad7768b$export$4e328f61c538687f(props);
|
|
96
|
+
const { hoverProps, isHovered } = $6179b936705e76d3$export$ae780daf29e6d456(props);
|
|
97
|
+
const className = classNames(styles$1.button, isFocusVisible && styles$1.focused, isHovered && styles$1.hovered, isSelected && styles$1.selected);
|
|
98
|
+
return React__default.createElement("a", __spreadProps(__spreadValues({
|
|
99
|
+
ref,
|
|
100
|
+
className
|
|
101
|
+
}, $3ef42575df84b30b$export$9d1611c77c2fe928(hoverProps, focusProps, linkProps)), {
|
|
102
|
+
"aria-current": isSelected ? "true" : void 0
|
|
103
|
+
}), React__default.createElement(Text, {
|
|
104
|
+
visuallyHidden: true
|
|
105
|
+
}, accessibilityLabel), React__default.createElement(Icon, {
|
|
106
|
+
symbol: iconSymbol
|
|
107
|
+
}), renderBadge && React__default.createElement("div", {
|
|
108
|
+
className: styles$1.badgeContainer
|
|
109
|
+
}, renderBadge()));
|
|
110
|
+
}
|
|
111
|
+
function HostedUILayoutButtonAction(props) {
|
|
112
|
+
const _a = props, { accessibilityLabel = "Actions", iconSymbol, renderBadge, isSelected } = _a, buttonProps = __objRest(_a, ["accessibilityLabel", "iconSymbol", "renderBadge", "isSelected"]);
|
|
113
|
+
const ref = useRef(null);
|
|
114
|
+
const className = classNames(styles$1.button, isSelected && styles$1.selected);
|
|
115
|
+
return React__default.createElement($d2b4bc8c273e7be6$export$353f5b6fc5456de1, __spreadValues({
|
|
116
|
+
ref,
|
|
117
|
+
className,
|
|
118
|
+
"aria-current": isSelected ? "true" : void 0
|
|
119
|
+
}, buttonProps), React__default.createElement(Text, {
|
|
120
|
+
visuallyHidden: true
|
|
121
|
+
}, accessibilityLabel), React__default.createElement(Icon, {
|
|
122
|
+
symbol: iconSymbol
|
|
123
|
+
}), renderBadge && React__default.createElement("div", {
|
|
124
|
+
className: styles$1.badgeContainer
|
|
125
|
+
}, renderBadge()));
|
|
126
|
+
}
|
|
127
|
+
function HostedUILayoutActionBadge(props) {
|
|
128
|
+
const { children } = props;
|
|
129
|
+
return React__default.createElement("div", {
|
|
130
|
+
className: styles$1.badge
|
|
131
|
+
}, children);
|
|
132
|
+
}
|
|
133
|
+
const PressableButton = forwardRef((props, ref) => {
|
|
134
|
+
const { pressProps } = $f6c31cce2adf654f$export$45712eceda6fad21(props);
|
|
135
|
+
return React__default.createElement("button", __spreadProps(__spreadValues({}, pressProps), {
|
|
136
|
+
ref,
|
|
137
|
+
className: classNames(pressProps.className)
|
|
138
|
+
}));
|
|
139
|
+
});
|
|
140
|
+
PressableButton.displayName = "PressableButton";
|
|
141
|
+
const HostedUILayout$1 = "_HostedUILayout_1ls9o_4";
|
|
142
|
+
const logo = "_logo_1ls9o_15";
|
|
143
|
+
const header = "_header_1ls9o_19";
|
|
144
|
+
const content = "_content_1ls9o_34";
|
|
145
|
+
const styles = {
|
|
146
|
+
HostedUILayout: HostedUILayout$1,
|
|
147
|
+
logo,
|
|
148
|
+
header,
|
|
149
|
+
content
|
|
150
|
+
};
|
|
151
|
+
function HostedUILayout(props) {
|
|
152
|
+
const { children } = props;
|
|
153
|
+
return React__default.createElement("div", {
|
|
154
|
+
className: styles.HostedUILayout
|
|
155
|
+
}, children);
|
|
156
|
+
}
|
|
157
|
+
function HostedUILayoutHeader(props) {
|
|
158
|
+
const { children } = props;
|
|
159
|
+
return React__default.createElement("header", {
|
|
160
|
+
className: styles.header
|
|
161
|
+
}, children);
|
|
162
|
+
}
|
|
163
|
+
function HostedUILayoutLogo(props) {
|
|
164
|
+
const { children } = props;
|
|
165
|
+
return React__default.createElement("div", {
|
|
166
|
+
className: styles.logo
|
|
167
|
+
}, children);
|
|
168
|
+
}
|
|
169
|
+
function HostedUILayoutLogoContainer(props) {
|
|
170
|
+
const { children } = props;
|
|
171
|
+
return React__default.createElement(HorizontalStack, {
|
|
172
|
+
gap: "1",
|
|
173
|
+
blockAlign: "center",
|
|
174
|
+
align: "start",
|
|
175
|
+
wrap: false
|
|
176
|
+
}, React__default.createElement(HostedUILayoutLogo, null, React__default.createElement(EasyPostLogo, null)), children);
|
|
177
|
+
}
|
|
178
|
+
function HostedUILayoutContent(props) {
|
|
179
|
+
const { children } = props;
|
|
180
|
+
return React__default.createElement("main", {
|
|
181
|
+
className: styles.content
|
|
182
|
+
}, children);
|
|
183
|
+
}
|
|
184
|
+
HostedUILayout.Header = HostedUILayoutHeader;
|
|
185
|
+
HostedUILayout.Logo = HostedUILayoutLogo;
|
|
186
|
+
HostedUILayout.LogoContainer = HostedUILayoutLogoContainer;
|
|
187
|
+
HostedUILayout.Actions = HostedUILayoutActions;
|
|
188
|
+
HostedUILayout.ActionBadge = HostedUILayoutActionBadge;
|
|
189
|
+
HostedUILayout.MenuAction = HostedUILayoutMenuAction;
|
|
190
|
+
HostedUILayout.LinkAction = HostedUILayoutLinkAction;
|
|
191
|
+
HostedUILayout.ButtonAction = HostedUILayoutButtonAction;
|
|
192
|
+
HostedUILayout.Content = HostedUILayoutContent;
|
|
193
|
+
export {
|
|
194
|
+
HostedUILayout
|
|
195
|
+
};
|
package/IconButton/index.js
CHANGED
|
@@ -29,7 +29,7 @@ var __objRest = (source, exclude) => {
|
|
|
29
29
|
};
|
|
30
30
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
31
31
|
const React = require("react");
|
|
32
|
-
const UnstyledButton = require("../__chunks__/UnstyledButton-
|
|
32
|
+
const UnstyledButton = require("../__chunks__/UnstyledButton-CnIn7VBo.js");
|
|
33
33
|
const Icon = require("../__chunks__/Icon-W8F9w-jS.js");
|
|
34
34
|
const Text = require("../__chunks__/Text-B1xglKFU.js");
|
|
35
35
|
const utilities_css = require("../utilities/css.js");
|
package/IconButton/index.mjs
CHANGED
|
@@ -27,7 +27,7 @@ var __objRest = (source, exclude) => {
|
|
|
27
27
|
return target;
|
|
28
28
|
};
|
|
29
29
|
import React__default, { forwardRef } from "react";
|
|
30
|
-
import { l as logWarningIfInvalidColorVariantCombination, U as UnstyledButton } from "../__chunks__/UnstyledButton-
|
|
30
|
+
import { l as logWarningIfInvalidColorVariantCombination, U as UnstyledButton } from "../__chunks__/UnstyledButton-CfhKDftV.mjs";
|
|
31
31
|
import { I as Icon } from "../__chunks__/Icon-0SN9dbwU.mjs";
|
|
32
32
|
import { T as Text } from "../__chunks__/Text-CX5GoBTS.mjs";
|
|
33
33
|
import { classNames, variationName } from "../utilities/css.mjs";
|
package/InputField/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const InputField = require("../__chunks__/InputField-
|
|
3
|
+
const InputField = require("../__chunks__/InputField-CH28zjUK.js");
|
|
4
4
|
exports.InputField = InputField.InputField;
|
package/InputField/index.mjs
CHANGED
package/KebabButton/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const KebabButton = require("../__chunks__/KebabButton-
|
|
3
|
+
const KebabButton = require("../__chunks__/KebabButton-BF8hfPrB.js");
|
|
4
4
|
exports.KebabButton = KebabButton.KebabButton;
|
package/KebabButton/index.mjs
CHANGED
package/Menu/index.js
CHANGED
package/Menu/index.mjs
CHANGED
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-
|
|
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-
|
|
44
|
-
const Overlay = require("../__chunks__/Overlay-
|
|
45
|
-
const useOverlayTrigger = require("../__chunks__/useOverlayTrigger-
|
|
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-
|
|
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-
|
|
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-
|
|
42
|
-
import { d as $337b884510726a0d$export$c6fdb837b070b4ff, a as $fc909762b330b746$export$61c6a8c84e605fb6 } from "../__chunks__/Overlay-
|
|
43
|
-
import { $ as $628037886ba31236$export$f9d5c8beee7d008d } from "../__chunks__/useOverlayTrigger-
|
|
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-
|
|
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);
|
package/MultiSelect/index.js
CHANGED
|
@@ -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-
|
|
56
|
-
const utils = require("../__chunks__/utils-
|
|
57
|
-
const useHover = require("../__chunks__/useHover-
|
|
58
|
-
const useFocusRing = require("../__chunks__/useFocusRing-
|
|
59
|
-
const mergeProps = require("../__chunks__/mergeProps-
|
|
60
|
-
const PillGroup = require("../__chunks__/PillGroup-
|
|
61
|
-
const Dialog = require("../__chunks__/Dialog-
|
|
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-
|
|
65
|
-
const useFormValidation = require("../__chunks__/useFormValidation-
|
|
66
|
-
const SelectionManager = require("../__chunks__/SelectionManager-
|
|
67
|
-
const useSingleSelectListState = require("../__chunks__/useSingleSelectListState-
|
|
68
|
-
const useListState = require("../__chunks__/useListState-
|
|
69
|
-
const useControlledState = require("../__chunks__/useControlledState-
|
|
70
|
-
const Overlay = require("../__chunks__/Overlay-
|
|
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-
|
|
73
|
-
const useListBoxSection = require("../__chunks__/useListBoxSection-
|
|
74
|
-
const useFocusVisible = require("../__chunks__/useFocusVisible-
|
|
75
|
-
const usePress = require("../__chunks__/usePress-
|
|
76
|
-
const useLabels = require("../__chunks__/useLabels-
|
|
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-
|
|
79
|
-
const useSelectableList = require("../__chunks__/useSelectableList-
|
|
80
|
-
const useLocalizedStringFormatter = require("../__chunks__/useLocalizedStringFormatter-
|
|
81
|
-
const useMenuTrigger = require("../__chunks__/useMenuTrigger-
|
|
82
|
-
const useTextField = require("../__chunks__/useTextField-
|
|
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-
|
|
85
|
-
const Spinner = require("../__chunks__/Spinner-
|
|
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-
|
|
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) {
|
package/MultiSelect/index.mjs
CHANGED
|
@@ -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,
|
|
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-
|
|
56
|
-
import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/useHover-
|
|
57
|
-
import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../__chunks__/useFocusRing-
|
|
58
|
-
import { f as $ff5963eb1fccf552$export$e08e3b67e392101e, $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "../__chunks__/mergeProps-
|
|
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-
|
|
60
|
-
import { h } from "../__chunks__/PillGroup-
|
|
61
|
-
import { c as $de32f1b87079253c$export$d2f961adcb0afbe, d as $07b14b47974efb58$export$9b9a0cd73afb7ca4, a as $07b14b47974efb58$export$5b6b19405a83ff9d } from "../__chunks__/Dialog-
|
|
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-
|
|
65
|
-
import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, c as $e5be200c675c3b3a$export$a763b9476acd3eb } from "../__chunks__/useFormValidation-
|
|
66
|
-
import { c as $c5a24bc478652b5f$export$1005530eda016c13 } from "../__chunks__/SelectionManager-
|
|
67
|
-
import { $ as $a0d645289fe9b86b$export$e7f05e985daf4b5f } from "../__chunks__/useSingleSelectListState-
|
|
68
|
-
import { a as $a02d57049d202695$export$d085fb9e920b5ca7 } from "../__chunks__/useListState-
|
|
69
|
-
import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "../__chunks__/useControlledState-
|
|
70
|
-
import { a as $fc909762b330b746$export$61c6a8c84e605fb6 } from "../__chunks__/Overlay-
|
|
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-
|
|
73
|
-
import { c as $b1f0cad8af73213b$export$3585ede4d035bf14, d as $b1f0cad8af73213b$export$9145995848b05025 } from "../__chunks__/useListBoxSection-
|
|
74
|
-
import {
|
|
75
|
-
import { a as $ea8dcbcb9ea1b556$export$9a302a45f65d0572 } from "../__chunks__/usePress-
|
|
76
|
-
import { $ as $313b98861ee5dd6c$export$d6875122194c7b44 } from "../__chunks__/useLabels-
|
|
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-
|
|
79
|
-
import { b as $2a25aae57d74318e$export$a05409b8bb224a5a, a as $453cc9f0df89c0a5$export$77d5aafae4e095b2 } from "../__chunks__/useSelectableList-
|
|
80
|
-
import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "../__chunks__/useLocalizedStringFormatter-
|
|
81
|
-
import { $ as $168583247155ddda$export$dc9c12ed27dd1b49 } from "../__chunks__/useMenuTrigger-
|
|
82
|
-
import { $ as $2d73ec29415bd339$export$712718f7aec83d5 } from "../__chunks__/useTextField-
|
|
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-
|
|
85
|
-
import { S as Spinner } from "../__chunks__/Spinner-
|
|
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-
|
|
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 @@
|
|
|
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
|