@easypost/easy-ui 1.0.0-alpha.68 → 1.0.0-alpha.69
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/Badge/index.js +14 -14
- package/Badge/index.mjs +14 -14
- package/Banner/index.js +5 -5
- package/Banner/index.mjs +5 -5
- package/Button/index.js +1 -1
- package/Button/index.mjs +1 -1
- package/CHANGELOG.md +6 -0
- package/Calendar/index.js +1 -1
- package/Calendar/index.mjs +1 -1
- package/Card/index.js +1 -1
- package/Card/index.mjs +1 -1
- package/CheckableCard/CheckableCard.d.ts +28 -0
- package/CheckableCard/CheckableCard.d.ts.map +1 -0
- package/CheckableCard/CheckableCard.stories.d.ts +7 -0
- package/CheckableCard/CheckableCard.stories.d.ts.map +1 -0
- package/CheckableCard/CheckableCard.test.d.ts +2 -0
- package/CheckableCard/CheckableCard.test.d.ts.map +1 -0
- package/CheckableCard/index.d.ts +2 -0
- package/CheckableCard/index.d.ts.map +1 -0
- package/CheckableCard/index.js +65 -0
- package/CheckableCard/index.mjs +65 -0
- package/Checkbox/index.js +1 -1
- package/Checkbox/index.mjs +1 -1
- package/CodeBlock/index.js +14 -14
- package/CodeBlock/index.mjs +15 -15
- package/CodeSnippet/index.js +1 -1
- package/CodeSnippet/index.mjs +1 -1
- package/DataGrid/index.js +56 -56
- package/DataGrid/index.mjs +67 -67
- package/DatePicker/index.js +3 -3
- package/DatePicker/index.mjs +7 -7
- package/DateRangePicker/index.js +3 -3
- package/DateRangePicker/index.mjs +7 -7
- package/Drawer/index.js +17 -19
- package/Drawer/index.mjs +21 -23
- package/DropdownButton/index.js +13 -13
- package/DropdownButton/index.mjs +13 -13
- package/EmptyStateCard/index.js +8 -8
- package/EmptyStateCard/index.mjs +8 -8
- package/FocusedProductLayout/index.js +23 -23
- package/FocusedProductLayout/index.mjs +23 -23
- package/ForgeLayout/index.js +37 -37
- package/ForgeLayout/index.mjs +43 -43
- package/FormLayout/index.js +5 -5
- package/FormLayout/index.mjs +5 -5
- package/HorizontalGrid/index.js +1 -1
- package/HorizontalGrid/index.mjs +1 -1
- package/HorizontalStack/index.js +1 -1
- package/HorizontalStack/index.mjs +1 -1
- package/Icon/index.js +1 -1
- package/Icon/index.mjs +1 -1
- package/IconButton/index.js +13 -13
- package/IconButton/index.mjs +13 -13
- 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 +19 -19
- package/Modal/index.mjs +23 -23
- package/MultiSelect/index.js +16 -16
- package/MultiSelect/index.mjs +31 -31
- package/NexusLayout/index.js +28 -28
- package/NexusLayout/index.mjs +32 -32
- package/Notification/index.js +1 -1
- package/Notification/index.mjs +1 -1
- package/Pagination/index.js +9 -9
- package/Pagination/index.mjs +9 -9
- package/PillGroup/index.js +1 -1
- package/PillGroup/index.mjs +1 -1
- package/ProductLayout/index.js +23 -23
- package/ProductLayout/index.mjs +26 -26
- package/Provider/index.js +1 -1
- package/Provider/index.mjs +3 -3
- package/RadioButtonGroup/index.js +2 -2
- package/RadioButtonGroup/index.mjs +5 -5
- 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 +29 -29
- package/SearchNav/index.mjs +30 -30
- package/SectionCard/index.js +8 -8
- package/SectionCard/index.mjs +8 -8
- package/Select/index.js +5 -5
- package/Select/index.mjs +6 -6
- 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/SplitToggleCard.d.ts.map +1 -1
- package/SplitToggleCard/index.js +4 -4
- package/SplitToggleCard/index.mjs +4 -4
- 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 +1 -1
- package/TabPanels/index.mjs +4 -4
- package/Tabs/index.js +1 -1
- package/Tabs/index.mjs +1 -1
- package/Text/index.js +1 -1
- package/Text/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/Theme/index.mjs +1 -1
- package/Toggle/index.js +1 -1
- package/Toggle/index.mjs +1 -1
- package/ToggleCard/index.js +2 -2
- package/ToggleCard/index.mjs +2 -2
- 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 +25 -25
- package/VerticalNav/index.mjs +25 -25
- package/VerticalStack/index.js +1 -1
- package/VerticalStack/index.mjs +1 -1
- package/__chunks__/{Button-DnLoaSJr.js → Button-5ySni8Hh.js} +19 -19
- package/__chunks__/{Button-DShBPWIF.mjs → Button-DHEZ4A2s.mjs} +2 -2
- package/__chunks__/{Button-C2XjH0To.mjs → Button-pgrX3do0.mjs} +19 -19
- package/__chunks__/{Calendar-CE1me5kU.mjs → Calendar-CRF4AZno.mjs} +1 -1
- package/__chunks__/{Calendar-DDwEgLvp.js → Calendar-CaPbfdfI.js} +1 -1
- package/__chunks__/{CalendarBase-C3ZpOlSV.js → CalendarBase-2ZQWqtoJ.js} +20 -20
- package/__chunks__/{CalendarBase-BaIRHctl.mjs → CalendarBase-C5U2z_dE.mjs} +23 -23
- package/__chunks__/{Card-C6wAxtdL.mjs → Card-BDwEhe4v.mjs} +13 -13
- package/__chunks__/{Card-Dd-q1bh8.js → Card-BglJr0kt.js} +13 -13
- package/__chunks__/{Checkbox-CNu0kM51.js → Checkbox-DZQ5HskZ.js} +19 -19
- package/__chunks__/{Checkbox-DxVLox7u.mjs → Checkbox-ukdXVfAE.mjs} +23 -23
- package/__chunks__/{CodeSnippet-Duhq5nHT.mjs → CodeSnippet-CNO4caRz.mjs} +4 -4
- package/__chunks__/{CodeSnippet-BT2hkAfu.js → CodeSnippet-DzSaE0NF.js} +4 -4
- package/__chunks__/{DatePickerBase-BeCCGUnY.mjs → DatePickerBase-DVa8mIxi.mjs} +26 -26
- package/__chunks__/{DatePickerBase-L-HoCUep.js → DatePickerBase-Dn6y6xs8.js} +16 -16
- package/__chunks__/{Dialog-Dhrf3s5u.mjs → Dialog-D9aIj4DH.mjs} +6 -6
- package/__chunks__/{FocusScope-Bwm5pVEe.mjs → FocusScope-CUJV-jWH.mjs} +2 -2
- package/__chunks__/{HelpMenu-D1cDon5L.js → HelpMenu-DCAISGya.js} +7 -7
- package/__chunks__/{HelpMenu-BAmSNUnC.mjs → HelpMenu-o_hQKn4r.mjs} +7 -7
- package/__chunks__/{HorizontalGrid-kfsspHih.js → HorizontalGrid-DbUUnstP.js} +1 -1
- package/__chunks__/{HorizontalGrid-Ch9ENxEo.mjs → HorizontalGrid-RdSsoPeC.mjs} +2 -2
- package/__chunks__/{HorizontalStack-Dyv-5-kh.mjs → HorizontalStack-WaIa_On_.mjs} +2 -2
- package/__chunks__/{HorizontalStack-B1uZiaNX.js → HorizontalStack-vmmevfre.js} +1 -1
- package/__chunks__/{Icon-BEiJGivA.js → Icon-CYsmNchv.js} +2 -2
- package/__chunks__/{Icon-DOHoWHbH.mjs → Icon-CcUj4MVY.mjs} +3 -3
- package/__chunks__/{InputCaption-CySYnmNV.mjs → InputCaption-CxxltDAs.mjs} +2 -2
- package/__chunks__/{InputCaption-Dj5fHEqX.js → InputCaption-bYqI7fXg.js} +2 -2
- package/__chunks__/{InputField-DA7g3X1G.mjs → InputField-Ca7qeLiO.mjs} +6 -6
- package/__chunks__/{InputField-DHwzYUj5.js → InputField-buf5D3ld.js} +5 -5
- package/__chunks__/{InputIcon-UgLsMyoE.js → InputIcon-Cyg4utaN.js} +31 -31
- package/__chunks__/{InputIcon-DuUwLnBp.mjs → InputIcon-DfLwYU9w.mjs} +31 -31
- package/__chunks__/{KebabButton-C-bMU56U.js → KebabButton-BPEfCygq.js} +4 -4
- package/__chunks__/{KebabButton-BIAHO0Cj.mjs → KebabButton-Bj7-5IMa.mjs} +5 -5
- package/__chunks__/{Menu-7hcIonxF.js → Menu-BElR0RBK.js} +13 -13
- package/__chunks__/{Menu-BhWR0nq_.mjs → Menu-i28maspp.mjs} +24 -24
- package/__chunks__/{Notification-CsAZEegz.js → Notification-DXHN4vv_.js} +15 -15
- package/__chunks__/{Notification-BHHczfET.mjs → Notification-DiJldjM9.mjs} +17 -17
- package/__chunks__/{Overlay-kQ6Q7dIG.mjs → Overlay-zuiAML3I.mjs} +1 -1
- package/__chunks__/{PillGroup-CNUAWSR0.mjs → PillGroup-BRYeG6Od.mjs} +20 -20
- package/__chunks__/{PillGroup-DJbLolMZ.js → PillGroup-Cn8E8E4P.js} +6 -6
- package/__chunks__/{RadioGroup-Cxj8sLXq.mjs → RadioGroup-CPEyf5hC.mjs} +21 -23
- package/__chunks__/{RadioGroup-CeV2gCqE.js → RadioGroup-DJK8z1vF.js} +15 -17
- package/__chunks__/{RangeCalendar-CzkbWcll.mjs → RangeCalendar-BPHbgsZ0.mjs} +1 -1
- package/__chunks__/{RangeCalendar-GePc_84N.js → RangeCalendar-Bs9IeXPy.js} +1 -1
- package/__chunks__/{SelectOverlay-BduwEfhI.js → SelectOverlay-Db5VJkmw.js} +20 -20
- package/__chunks__/{SelectOverlay-XpPaiSFA.mjs → SelectOverlay-PEm5Tl8A.mjs} +29 -29
- package/__chunks__/{SelectorErrorTooltip-Dh0VAxiG.mjs → SelectorErrorTooltip-Boqc65Yy.mjs} +4 -4
- package/__chunks__/{SelectorErrorTooltip-CKfb04-I.js → SelectorErrorTooltip-DDNm75nL.js} +4 -4
- package/__chunks__/{Spinner-nrWHZuaA.mjs → Spinner-CBomPNoI.mjs} +6 -7
- package/__chunks__/{Spinner-BKXdBoJJ.js → Spinner-m8qMSR1F.js} +5 -6
- package/__chunks__/{Stepper-DJoTq-8d.mjs → Stepper-BEPd-fky.mjs} +27 -27
- package/__chunks__/{Stepper-Dsu6ZQmh.js → Stepper-_2jbaW9J.js} +26 -26
- package/__chunks__/{TabNav-Cdy2fWSb.js → TabNav-Bf-77rib.js} +1 -1
- package/__chunks__/{TabNav-BPVFmoVS.mjs → TabNav-CGZ4r4PS.mjs} +1 -1
- package/__chunks__/{Tabs-MOd7gGYp.mjs → Tabs-CxYgTX5o.mjs} +19 -19
- package/__chunks__/{Tabs-BwwFqtnK.js → Tabs-tyZA8KaR.js} +18 -18
- package/__chunks__/{Text-FQhZrmyS.mjs → Text-BAiVIBZd.mjs} +34 -34
- package/__chunks__/{Text-Bi6LyLI0.js → Text-hP_Y9mSJ.js} +34 -34
- package/__chunks__/{TextField-Beqw4ytb.mjs → TextField-CCjc76fv.mjs} +1 -1
- package/__chunks__/{TextField-DcwzlNPF.js → TextField-dE7TispK.js} +1 -1
- package/__chunks__/{Theme-CKTfAcvs.mjs → Theme-ByVPHaBx.mjs} +1 -1
- package/__chunks__/{Toggle-t9mfqH-0.mjs → Toggle-Crbwuw_5.mjs} +13 -13
- package/__chunks__/{Toggle-DDgvulcD.js → Toggle-OHMRIrIs.js} +11 -11
- package/__chunks__/{Tooltip-BB9vKUHa.js → Tooltip-D3SlLoJf.js} +8 -8
- package/__chunks__/{Tooltip-C30mSvZB.mjs → Tooltip-DGSCicRM.mjs} +12 -12
- package/__chunks__/{UnstyledButton-_Fv2Zvnn.mjs → UnstyledButton-D_DzFe67.mjs} +2 -2
- package/__chunks__/{UnstyledButton-BNpFL1WV.js → UnstyledButton-yd6ZL2Yi.js} +1 -1
- package/__chunks__/{VerticalStack-D5juweSg.js → VerticalStack-C-yspCsz.js} +3 -3
- package/__chunks__/{VerticalStack-Cth39m-n.mjs → VerticalStack-CtaqI7n3.mjs} +4 -4
- package/__chunks__/{VisuallyHidden-BM6BpKe-.mjs → VisuallyHidden-cQCgS6_a.mjs} +1 -1
- package/__chunks__/{ariaHideOutside-DzT8L09V.mjs → ariaHideOutside-CvJKAP9c.mjs} +2 -2
- package/__chunks__/{focusSafely-DByEWahg.mjs → focusSafely-CCOEuEpK.mjs} +1 -1
- package/__chunks__/{lodash-Cu2-TIbX.mjs → lodash-B19QVK6q.mjs} +8 -8
- package/__chunks__/{lodash-DfTCP3Dk.js → lodash-CS8bkZ7S.js} +8 -8
- package/__chunks__/{omit-jjOwwbdQ.js → omit-CC3uE8z5.js} +2 -4
- package/__chunks__/{omit-B_jU3Uog.mjs → omit-CYoLXTjq.mjs} +4 -6
- package/__chunks__/{overlayscrollbars-react-D154NPCl.js → overlayscrollbars-react-BFy4nomP.js} +1 -1
- package/__chunks__/{overlayscrollbars-react-0TIZYR5k.mjs → overlayscrollbars-react-BiRJpzDY.mjs} +1 -1
- package/__chunks__/{useButton-CAB58gzb.mjs → useButton-CdgRb7pd.mjs} +2 -2
- package/__chunks__/{useDialog-IOP1VbOS.mjs → useDialog-Bxep5NaV.mjs} +2 -2
- package/__chunks__/{useEdgeInterceptors-BPijGinK.js → useEdgeInterceptors--Trr_tJl.js} +5 -5
- package/__chunks__/{useEdgeInterceptors-DD-Z8qkB.mjs → useEdgeInterceptors-BougedeY.mjs} +5 -5
- package/__chunks__/{useFocus-CK70xB5-.mjs → useFocus-lnK5BCt2.mjs} +1 -1
- package/__chunks__/{useFocusRing-DE2KtVaT.mjs → useFocusRing-KIEn23AD.mjs} +3 -3
- package/__chunks__/{useFocusVisible-BWsOm7z5.mjs → useFocusVisible-Bb3k4_O_.mjs} +1 -1
- package/__chunks__/{useFocusWithin-C1nTntXX.mjs → useFocusWithin-BGNdxo9d.mjs} +1 -1
- package/__chunks__/{useFocusable-DFWO-r50.mjs → useFocusable-DxcU91xN.mjs} +2 -2
- package/__chunks__/{useFormValidation-DfzAl9pN.mjs → useFormValidation-CCe1AoIX.mjs} +2 -2
- package/__chunks__/{useHasTabbableChild-YC8W7aRx.mjs → useHasTabbableChild-DOO1szWv.mjs} +1 -1
- package/__chunks__/{useHighlightSelectionDescription-DjuXbVSH.mjs → useHighlightSelectionDescription-B_YjQEPD.mjs} +1 -1
- package/__chunks__/{useLink-D-4bwjAt.mjs → useLink-BGK9UEQW.mjs} +2 -2
- package/__chunks__/{useListBoxSection-CAwVEYPF.mjs → useListBoxSection-Dl15OiHe.mjs} +5 -5
- package/__chunks__/{useMenuTrigger-sRmDwcBp.mjs → useMenuTrigger-DDKy3dcp.mjs} +2 -2
- package/__chunks__/{useMenuTriggerState-cQf7L0mT.mjs → useMenuTriggerState-BJJ3WdLH.mjs} +1 -1
- package/__chunks__/{useModalOverlay-DyHdFvmT.mjs → useModalOverlay-BeCxNyVY.mjs} +2 -2
- package/__chunks__/{useOverlayPosition-VlLR-wFE.mjs → useOverlayPosition-CTTQ0gZN.mjs} +1 -1
- package/__chunks__/{useOverlayTrigger-BDiptZUo.mjs → useOverlayTrigger-BvP35sYf.mjs} +1 -1
- package/__chunks__/{usePress-U7SFXdpv.mjs → usePress-CqfuY_T7.mjs} +1 -1
- package/__chunks__/{useSelectableItem-BB067hsf.mjs → useSelectableItem-DeFiKyU1.mjs} +4 -4
- package/__chunks__/{useSelectableList-DDqgQiaE.mjs → useSelectableList-DPJUwWwV.mjs} +1 -1
- package/__chunks__/{useTextField-DmLS2Qbm.mjs → useTextField-CspDdKaL.mjs} +2 -2
- package/__chunks__/{useToggle-infPUFau.mjs → useToggle-CbrJW7jr.mjs} +2 -2
- package/__chunks__/{useTriggerWidth-CAYuGPNq.mjs → useTriggerWidth-74VNM0k9.mjs} +2 -2
- package/__chunks__/{utilities-BXDJP7Yh.mjs → utilities-CczOI9Hn.mjs} +11 -11
- package/package.json +1 -1
- package/style.css +1062 -1056
- package/utilities/useScrollbar.js +1 -1
- package/utilities/useScrollbar.mjs +1 -1
package/MultiSelect/index.js
CHANGED
|
@@ -57,7 +57,7 @@ const utils = require("../__chunks__/utils-BlKqJM2_.js");
|
|
|
57
57
|
const useHover = require("../__chunks__/useHover-BIKwjrCT.js");
|
|
58
58
|
const useFocusRing = require("../__chunks__/useFocusRing-f5StfjhA.js");
|
|
59
59
|
const mergeProps = require("../__chunks__/mergeProps-DniMwM6P.js");
|
|
60
|
-
const PillGroup = require("../__chunks__/PillGroup-
|
|
60
|
+
const PillGroup = require("../__chunks__/PillGroup-Cn8E8E4P.js");
|
|
61
61
|
const Dialog = require("../__chunks__/Dialog-CuqmbMC4.js");
|
|
62
62
|
const filterDOMProps = require("../__chunks__/filterDOMProps-D3iOHP0H.js");
|
|
63
63
|
const useResizeObserver = require("../__chunks__/useResizeObserver-BsbT3mjh.js");
|
|
@@ -79,10 +79,10 @@ const useSelectableItem = require("../__chunks__/useSelectableItem-BEkjpB_K.js")
|
|
|
79
79
|
const useLocalizedStringFormatter = require("../__chunks__/useLocalizedStringFormatter-CaF1VsOH.js");
|
|
80
80
|
const useMenuTrigger = require("../__chunks__/useMenuTrigger-DhSBxWW5.js");
|
|
81
81
|
const useTextField = require("../__chunks__/useTextField-DM-ZTn9j.js");
|
|
82
|
-
const Icon = require("../__chunks__/Icon-
|
|
82
|
+
const Icon = require("../__chunks__/Icon-CYsmNchv.js");
|
|
83
83
|
const utilities = require("../__chunks__/utilities-DIZYscJV.js");
|
|
84
|
-
const Spinner = require("../__chunks__/Spinner-
|
|
85
|
-
const Text = require("../__chunks__/Text-
|
|
84
|
+
const Spinner = require("../__chunks__/Spinner-m8qMSR1F.js");
|
|
85
|
+
const Text = require("../__chunks__/Text-hP_Y9mSJ.js");
|
|
86
86
|
const utilities_css = require("../utilities/css.js");
|
|
87
87
|
const utilities_useScrollbar = require("../utilities/useScrollbar.js");
|
|
88
88
|
const VisuallyHidden = require("../__chunks__/VisuallyHidden-DcUrMWfu.js");
|
|
@@ -1780,12 +1780,12 @@ const KeyboardArrowDown = (_a) => {
|
|
|
1780
1780
|
d: "M480-357.85 253.85-584l32.61-32.61L480-423.08l193.54-193.53L706.15-584 480-357.85Z"
|
|
1781
1781
|
}));
|
|
1782
1782
|
};
|
|
1783
|
-
const popover = "
|
|
1784
|
-
const menu = "
|
|
1785
|
-
const option = "
|
|
1786
|
-
const listEmptyState = "
|
|
1787
|
-
const spinnerContainer = "
|
|
1788
|
-
const spinner = "
|
|
1783
|
+
const popover = "_popover_tkabe_5";
|
|
1784
|
+
const menu = "_menu_tkabe_23";
|
|
1785
|
+
const option = "_option_tkabe_28";
|
|
1786
|
+
const listEmptyState = "_listEmptyState_tkabe_29";
|
|
1787
|
+
const spinnerContainer = "_spinnerContainer_tkabe_53";
|
|
1788
|
+
const spinner = "_spinner_tkabe_53";
|
|
1789
1789
|
const styles$1 = {
|
|
1790
1790
|
popover,
|
|
1791
1791
|
menu,
|
|
@@ -1859,12 +1859,12 @@ function useElementWidth(elementRef) {
|
|
|
1859
1859
|
});
|
|
1860
1860
|
return width;
|
|
1861
1861
|
}
|
|
1862
|
-
const MultiSelect$1 = "
|
|
1863
|
-
const input = "
|
|
1864
|
-
const comboBoxContainer = "
|
|
1865
|
-
const comboBox = "
|
|
1866
|
-
const inputContainer = "
|
|
1867
|
-
const dropdownArrowButton = "
|
|
1862
|
+
const MultiSelect$1 = "_MultiSelect_yrwoe_5";
|
|
1863
|
+
const input = "_input_yrwoe_38";
|
|
1864
|
+
const comboBoxContainer = "_comboBoxContainer_yrwoe_43";
|
|
1865
|
+
const comboBox = "_comboBox_yrwoe_43";
|
|
1866
|
+
const inputContainer = "_inputContainer_yrwoe_53";
|
|
1867
|
+
const dropdownArrowButton = "_dropdownArrowButton_yrwoe_84";
|
|
1868
1868
|
const styles = {
|
|
1869
1869
|
MultiSelect: MultiSelect$1,
|
|
1870
1870
|
input,
|
package/MultiSelect/index.mjs
CHANGED
|
@@ -51,41 +51,41 @@ var __async = (__this, __arguments, generator) => {
|
|
|
51
51
|
};
|
|
52
52
|
import * as React from "react";
|
|
53
53
|
import React__default, { useState, useMemo, useRef, useCallback, useEffect, useReducer, createContext, forwardRef } from "react";
|
|
54
|
-
import { c as $f39a9eba43920ace$export$86427a43e3e48ebb, a as $d2b4bc8c273e7be6$export$24d547caef80ccd1, b as $d2b4bc8c273e7be6$export$353f5b6fc5456de1 } from "../__chunks__/Button-
|
|
54
|
+
import { c as $f39a9eba43920ace$export$86427a43e3e48ebb, a as $d2b4bc8c273e7be6$export$24d547caef80ccd1, b as $d2b4bc8c273e7be6$export$353f5b6fc5456de1 } from "../__chunks__/Button-DHEZ4A2s.mjs";
|
|
55
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-BIfsWYLR.mjs";
|
|
56
56
|
import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/useHover-BOYR4wqI.mjs";
|
|
57
|
-
import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../__chunks__/useFocusRing-
|
|
57
|
+
import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../__chunks__/useFocusRing-KIEn23AD.mjs";
|
|
58
58
|
import { f as $ff5963eb1fccf552$export$e08e3b67e392101e, $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "../__chunks__/mergeProps-DSi85raC.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-
|
|
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-
|
|
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-BRYeG6Od.mjs";
|
|
60
|
+
import { h } from "../__chunks__/PillGroup-BRYeG6Od.mjs";
|
|
61
|
+
import { c as $de32f1b87079253c$export$d2f961adcb0afbe, d as $07b14b47974efb58$export$9b9a0cd73afb7ca4, a as $07b14b47974efb58$export$5b6b19405a83ff9d } from "../__chunks__/Dialog-D9aIj4DH.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
64
|
import { $ as $bb77f239b46e8c72$export$3274cf84b703fff } from "../__chunks__/useFilter-D-K0Oj-7.mjs";
|
|
65
|
-
import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, c as $e5be200c675c3b3a$export$a763b9476acd3eb } from "../__chunks__/useFormValidation-
|
|
65
|
+
import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, c as $e5be200c675c3b3a$export$a763b9476acd3eb } from "../__chunks__/useFormValidation-CCe1AoIX.mjs";
|
|
66
66
|
import { c as $c5a24bc478652b5f$export$1005530eda016c13 } from "../__chunks__/SelectionManager-DCO_d3m1.mjs";
|
|
67
67
|
import { $ as $a0d645289fe9b86b$export$e7f05e985daf4b5f } from "../__chunks__/useSingleSelectListState-DuCUY6dR.mjs";
|
|
68
68
|
import { a as $a02d57049d202695$export$d085fb9e920b5ca7 } from "../__chunks__/useListState-AFrlkW73.mjs";
|
|
69
69
|
import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "../__chunks__/useControlledState-CFWhSD5C.mjs";
|
|
70
|
-
import { a as $fc909762b330b746$export$61c6a8c84e605fb6 } from "../__chunks__/Overlay-
|
|
70
|
+
import { a as $fc909762b330b746$export$61c6a8c84e605fb6 } from "../__chunks__/Overlay-zuiAML3I.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 { a as $ea8dcbcb9ea1b556$export$9a302a45f65d0572 } from "../__chunks__/usePress-
|
|
72
|
+
import { b as $5e3802645cc19319$export$1c3ebcada18427bf } from "../__chunks__/ariaHideOutside-CvJKAP9c.mjs";
|
|
73
|
+
import { c as $b1f0cad8af73213b$export$3585ede4d035bf14, d as $b1f0cad8af73213b$export$9145995848b05025 } from "../__chunks__/useListBoxSection-Dl15OiHe.mjs";
|
|
74
|
+
import { a as $ea8dcbcb9ea1b556$export$9a302a45f65d0572 } from "../__chunks__/usePress-CqfuY_T7.mjs";
|
|
75
75
|
import { $ as $313b98861ee5dd6c$export$d6875122194c7b44 } from "../__chunks__/useLabels-5f58TiCH.mjs";
|
|
76
76
|
import { h as $c87311424ea30a05$export$e1865c3bedcd822b } from "../__chunks__/isVirtualEvent-B_Z4yzgm.mjs";
|
|
77
|
-
import { b as $2a25aae57d74318e$export$a05409b8bb224a5a, a as $453cc9f0df89c0a5$export$77d5aafae4e095b2 } from "../__chunks__/useSelectableList-
|
|
78
|
-
import { a as $ae20dd8cbca75726$export$d6daf82dcd84e87c } from "../__chunks__/useSelectableItem-
|
|
77
|
+
import { b as $2a25aae57d74318e$export$a05409b8bb224a5a, a as $453cc9f0df89c0a5$export$77d5aafae4e095b2 } from "../__chunks__/useSelectableList-DPJUwWwV.mjs";
|
|
78
|
+
import { a as $ae20dd8cbca75726$export$d6daf82dcd84e87c } from "../__chunks__/useSelectableItem-DeFiKyU1.mjs";
|
|
79
79
|
import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "../__chunks__/useLocalizedStringFormatter-BHXy3Wtu.mjs";
|
|
80
|
-
import { $ as $168583247155ddda$export$dc9c12ed27dd1b49 } from "../__chunks__/useMenuTrigger-
|
|
81
|
-
import { $ as $2d73ec29415bd339$export$712718f7aec83d5 } from "../__chunks__/useTextField-
|
|
82
|
-
import { I as Icon } from "../__chunks__/Icon-
|
|
83
|
-
import {
|
|
84
|
-
import { S as Spinner } from "../__chunks__/Spinner-
|
|
85
|
-
import { T as Text } from "../__chunks__/Text-
|
|
80
|
+
import { $ as $168583247155ddda$export$dc9c12ed27dd1b49 } from "../__chunks__/useMenuTrigger-DDKy3dcp.mjs";
|
|
81
|
+
import { $ as $2d73ec29415bd339$export$712718f7aec83d5 } from "../__chunks__/useTextField-CspDdKaL.mjs";
|
|
82
|
+
import { I as Icon } from "../__chunks__/Icon-CcUj4MVY.mjs";
|
|
83
|
+
import { D as DEFAULT_MAX_ITEMS_UNTIL_SCROLL, Y as Y_PADDING_INSIDE_OVERLAY, I as ITEM_HEIGHT, f as getMenuPopoverMaxHeight } from "../__chunks__/utilities-CczOI9Hn.mjs";
|
|
84
|
+
import { S as Spinner } from "../__chunks__/Spinner-CBomPNoI.mjs";
|
|
85
|
+
import { T as Text } from "../__chunks__/Text-BAiVIBZd.mjs";
|
|
86
86
|
import { getComponentToken, pxToRem } from "../utilities/css.mjs";
|
|
87
87
|
import { useScrollbar } from "../utilities/useScrollbar.mjs";
|
|
88
|
-
import { a as $5c3e21d68f1c4674$export$439d29a4e110a164 } from "../__chunks__/VisuallyHidden-
|
|
88
|
+
import { a as $5c3e21d68f1c4674$export$439d29a4e110a164 } from "../__chunks__/VisuallyHidden-cQCgS6_a.mjs";
|
|
89
89
|
function $a9e7382a7d111cb5$export$b453a3bfd4a5fa9e(props) {
|
|
90
90
|
var _collection_getItem;
|
|
91
91
|
let { defaultFilter, menuTrigger = "input", allowsEmptyCollection = false, allowsCustomValue, shouldCloseOnBlur = true } = props;
|
|
@@ -1763,12 +1763,12 @@ const KeyboardArrowDown = (_a) => {
|
|
|
1763
1763
|
d: "M480-357.85 253.85-584l32.61-32.61L480-423.08l193.54-193.53L706.15-584 480-357.85Z"
|
|
1764
1764
|
}));
|
|
1765
1765
|
};
|
|
1766
|
-
const popover = "
|
|
1767
|
-
const menu = "
|
|
1768
|
-
const option = "
|
|
1769
|
-
const listEmptyState = "
|
|
1770
|
-
const spinnerContainer = "
|
|
1771
|
-
const spinner = "
|
|
1766
|
+
const popover = "_popover_tkabe_5";
|
|
1767
|
+
const menu = "_menu_tkabe_23";
|
|
1768
|
+
const option = "_option_tkabe_28";
|
|
1769
|
+
const listEmptyState = "_listEmptyState_tkabe_29";
|
|
1770
|
+
const spinnerContainer = "_spinnerContainer_tkabe_53";
|
|
1771
|
+
const spinner = "_spinner_tkabe_53";
|
|
1772
1772
|
const styles$1 = {
|
|
1773
1773
|
popover,
|
|
1774
1774
|
menu,
|
|
@@ -1842,12 +1842,12 @@ function useElementWidth(elementRef) {
|
|
|
1842
1842
|
});
|
|
1843
1843
|
return width;
|
|
1844
1844
|
}
|
|
1845
|
-
const MultiSelect$1 = "
|
|
1846
|
-
const input = "
|
|
1847
|
-
const comboBoxContainer = "
|
|
1848
|
-
const comboBox = "
|
|
1849
|
-
const inputContainer = "
|
|
1850
|
-
const dropdownArrowButton = "
|
|
1845
|
+
const MultiSelect$1 = "_MultiSelect_yrwoe_5";
|
|
1846
|
+
const input = "_input_yrwoe_38";
|
|
1847
|
+
const comboBoxContainer = "_comboBoxContainer_yrwoe_43";
|
|
1848
|
+
const comboBox = "_comboBox_yrwoe_43";
|
|
1849
|
+
const inputContainer = "_inputContainer_yrwoe_53";
|
|
1850
|
+
const dropdownArrowButton = "_dropdownArrowButton_yrwoe_84";
|
|
1851
1851
|
const styles = {
|
|
1852
1852
|
MultiSelect: MultiSelect$1,
|
|
1853
1853
|
input,
|
package/NexusLayout/index.js
CHANGED
|
@@ -21,16 +21,16 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
|
21
21
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
22
22
|
const React = require("react");
|
|
23
23
|
const utilities_css = require("../utilities/css.js");
|
|
24
|
-
const HorizontalStack = require("../__chunks__/HorizontalStack-
|
|
25
|
-
const Icon = require("../__chunks__/Icon-
|
|
26
|
-
const Menu = require("../__chunks__/Menu-
|
|
27
|
-
const Text = require("../__chunks__/Text-
|
|
24
|
+
const HorizontalStack = require("../__chunks__/HorizontalStack-vmmevfre.js");
|
|
25
|
+
const Icon = require("../__chunks__/Icon-CYsmNchv.js");
|
|
26
|
+
const Menu = require("../__chunks__/Menu-BElR0RBK.js");
|
|
27
|
+
const Text = require("../__chunks__/Text-hP_Y9mSJ.js");
|
|
28
28
|
const useFocusRing = require("../__chunks__/useFocusRing-f5StfjhA.js");
|
|
29
29
|
const useHover = require("../__chunks__/useHover-BIKwjrCT.js");
|
|
30
30
|
const usePress = require("../__chunks__/usePress-DTGD4Sub.js");
|
|
31
31
|
const mergeProps = require("../__chunks__/mergeProps-DniMwM6P.js");
|
|
32
32
|
const useLink = require("../__chunks__/useLink-CQhl3ZGL.js");
|
|
33
|
-
const VerticalStack = require("../__chunks__/VerticalStack-
|
|
33
|
+
const VerticalStack = require("../__chunks__/VerticalStack-C-yspCsz.js");
|
|
34
34
|
function EasyPostLogo() {
|
|
35
35
|
return React.createElement("svg", {
|
|
36
36
|
width: "139",
|
|
@@ -49,13 +49,13 @@ function EasyPostLogo() {
|
|
|
49
49
|
fill: "#164DFF"
|
|
50
50
|
}));
|
|
51
51
|
}
|
|
52
|
-
const button = "
|
|
53
|
-
const focused$2 = "
|
|
54
|
-
const hovered$2 = "
|
|
55
|
-
const selected$2 = "
|
|
56
|
-
const open = "
|
|
57
|
-
const badgeContainer = "
|
|
58
|
-
const badge = "
|
|
52
|
+
const button = "_button_19r6a_5";
|
|
53
|
+
const focused$2 = "_focused_19r6a_26";
|
|
54
|
+
const hovered$2 = "_hovered_19r6a_38";
|
|
55
|
+
const selected$2 = "_selected_19r6a_42";
|
|
56
|
+
const open = "_open_19r6a_43";
|
|
57
|
+
const badgeContainer = "_badgeContainer_19r6a_48";
|
|
58
|
+
const badge = "_badge_19r6a_48";
|
|
59
59
|
const styles$4 = {
|
|
60
60
|
button,
|
|
61
61
|
focused: focused$2,
|
|
@@ -129,9 +129,9 @@ const PressableButton = React.forwardRef((props, ref) => {
|
|
|
129
129
|
}));
|
|
130
130
|
});
|
|
131
131
|
PressableButton.displayName = "PressableButton";
|
|
132
|
-
const container = "
|
|
133
|
-
const sidebar = "
|
|
134
|
-
const content$1 = "
|
|
132
|
+
const container = "_container_gncav_5";
|
|
133
|
+
const sidebar = "_sidebar_gncav_12";
|
|
134
|
+
const content$1 = "_content_gncav_19";
|
|
135
135
|
const styles$3 = {
|
|
136
136
|
container,
|
|
137
137
|
sidebar,
|
|
@@ -173,10 +173,10 @@ function NexusLayoutMultipageTitle(props) {
|
|
|
173
173
|
variant: "heading5"
|
|
174
174
|
}, children);
|
|
175
175
|
}
|
|
176
|
-
const link$1 = "
|
|
177
|
-
const focused$1 = "
|
|
178
|
-
const hovered$1 = "
|
|
179
|
-
const selected$1 = "
|
|
176
|
+
const link$1 = "_link_1h759_5";
|
|
177
|
+
const focused$1 = "_focused_1h759_14";
|
|
178
|
+
const hovered$1 = "_hovered_1h759_26";
|
|
179
|
+
const selected$1 = "_selected_1h759_30";
|
|
180
180
|
const styles$2 = {
|
|
181
181
|
link: link$1,
|
|
182
182
|
focused: focused$1,
|
|
@@ -241,10 +241,10 @@ function NexusLayoutMultipageSidebarNavLink(props) {
|
|
|
241
241
|
weight: isSelected ? "semibold" : void 0
|
|
242
242
|
}, children));
|
|
243
243
|
}
|
|
244
|
-
const link = "
|
|
245
|
-
const focused = "
|
|
246
|
-
const hovered = "
|
|
247
|
-
const selected = "
|
|
244
|
+
const link = "_link_1ypt6_5";
|
|
245
|
+
const focused = "_focused_1ypt6_24";
|
|
246
|
+
const hovered = "_hovered_1ypt6_36";
|
|
247
|
+
const selected = "_selected_1ypt6_40";
|
|
248
248
|
const styles$1 = {
|
|
249
249
|
link,
|
|
250
250
|
focused,
|
|
@@ -294,11 +294,11 @@ function NexusLayoutNavLink(props) {
|
|
|
294
294
|
weight: "semibold"
|
|
295
295
|
}, children));
|
|
296
296
|
}
|
|
297
|
-
const NexusLayout$1 = "
|
|
298
|
-
const backgroundDecoration01 = "
|
|
299
|
-
const header = "
|
|
300
|
-
const logo = "
|
|
301
|
-
const content = "
|
|
297
|
+
const NexusLayout$1 = "_NexusLayout_jslo5_5";
|
|
298
|
+
const backgroundDecoration01 = "_backgroundDecoration01_jslo5_14";
|
|
299
|
+
const header = "_header_jslo5_20";
|
|
300
|
+
const logo = "_logo_jslo5_40";
|
|
301
|
+
const content = "_content_jslo5_44";
|
|
302
302
|
const styles = {
|
|
303
303
|
NexusLayout: NexusLayout$1,
|
|
304
304
|
backgroundDecoration01,
|
package/NexusLayout/index.mjs
CHANGED
|
@@ -17,18 +17,18 @@ var __spreadValues = (a, b) => {
|
|
|
17
17
|
return a;
|
|
18
18
|
};
|
|
19
19
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
|
-
import React__default, { useState, useCallback,
|
|
20
|
+
import React__default, { useState, useCallback, forwardRef, useRef, useId, useMemo, useContext } from "react";
|
|
21
21
|
import { classNames, variationName } from "../utilities/css.mjs";
|
|
22
|
-
import { H as HorizontalStack } from "../__chunks__/HorizontalStack-
|
|
23
|
-
import { I as Icon } from "../__chunks__/Icon-
|
|
24
|
-
import { M as Menu } from "../__chunks__/Menu-
|
|
25
|
-
import { T as Text } from "../__chunks__/Text-
|
|
26
|
-
import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../__chunks__/useFocusRing-
|
|
22
|
+
import { H as HorizontalStack } from "../__chunks__/HorizontalStack-WaIa_On_.mjs";
|
|
23
|
+
import { I as Icon } from "../__chunks__/Icon-CcUj4MVY.mjs";
|
|
24
|
+
import { M as Menu } from "../__chunks__/Menu-i28maspp.mjs";
|
|
25
|
+
import { T as Text } from "../__chunks__/Text-BAiVIBZd.mjs";
|
|
26
|
+
import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../__chunks__/useFocusRing-KIEn23AD.mjs";
|
|
27
27
|
import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/useHover-BOYR4wqI.mjs";
|
|
28
|
-
import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "../__chunks__/usePress-
|
|
28
|
+
import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "../__chunks__/usePress-CqfuY_T7.mjs";
|
|
29
29
|
import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "../__chunks__/mergeProps-DSi85raC.mjs";
|
|
30
|
-
import { $ as $298d61e98472621b$export$dcf14c9974fe2767 } from "../__chunks__/useLink-
|
|
31
|
-
import { V as VerticalStack } from "../__chunks__/VerticalStack-
|
|
30
|
+
import { $ as $298d61e98472621b$export$dcf14c9974fe2767 } from "../__chunks__/useLink-BGK9UEQW.mjs";
|
|
31
|
+
import { V as VerticalStack } from "../__chunks__/VerticalStack-CtaqI7n3.mjs";
|
|
32
32
|
function EasyPostLogo() {
|
|
33
33
|
return React__default.createElement("svg", {
|
|
34
34
|
width: "139",
|
|
@@ -47,13 +47,13 @@ function EasyPostLogo() {
|
|
|
47
47
|
fill: "#164DFF"
|
|
48
48
|
}));
|
|
49
49
|
}
|
|
50
|
-
const button = "
|
|
51
|
-
const focused$2 = "
|
|
52
|
-
const hovered$2 = "
|
|
53
|
-
const selected$2 = "
|
|
54
|
-
const open = "
|
|
55
|
-
const badgeContainer = "
|
|
56
|
-
const badge = "
|
|
50
|
+
const button = "_button_19r6a_5";
|
|
51
|
+
const focused$2 = "_focused_19r6a_26";
|
|
52
|
+
const hovered$2 = "_hovered_19r6a_38";
|
|
53
|
+
const selected$2 = "_selected_19r6a_42";
|
|
54
|
+
const open = "_open_19r6a_43";
|
|
55
|
+
const badgeContainer = "_badgeContainer_19r6a_48";
|
|
56
|
+
const badge = "_badge_19r6a_48";
|
|
57
57
|
const styles$4 = {
|
|
58
58
|
button,
|
|
59
59
|
focused: focused$2,
|
|
@@ -127,9 +127,9 @@ const PressableButton = forwardRef((props, ref) => {
|
|
|
127
127
|
}));
|
|
128
128
|
});
|
|
129
129
|
PressableButton.displayName = "PressableButton";
|
|
130
|
-
const container = "
|
|
131
|
-
const sidebar = "
|
|
132
|
-
const content$1 = "
|
|
130
|
+
const container = "_container_gncav_5";
|
|
131
|
+
const sidebar = "_sidebar_gncav_12";
|
|
132
|
+
const content$1 = "_content_gncav_19";
|
|
133
133
|
const styles$3 = {
|
|
134
134
|
container,
|
|
135
135
|
sidebar,
|
|
@@ -171,10 +171,10 @@ function NexusLayoutMultipageTitle(props) {
|
|
|
171
171
|
variant: "heading5"
|
|
172
172
|
}, children);
|
|
173
173
|
}
|
|
174
|
-
const link$1 = "
|
|
175
|
-
const focused$1 = "
|
|
176
|
-
const hovered$1 = "
|
|
177
|
-
const selected$1 = "
|
|
174
|
+
const link$1 = "_link_1h759_5";
|
|
175
|
+
const focused$1 = "_focused_1h759_14";
|
|
176
|
+
const hovered$1 = "_hovered_1h759_26";
|
|
177
|
+
const selected$1 = "_selected_1h759_30";
|
|
178
178
|
const styles$2 = {
|
|
179
179
|
link: link$1,
|
|
180
180
|
focused: focused$1,
|
|
@@ -239,10 +239,10 @@ function NexusLayoutMultipageSidebarNavLink(props) {
|
|
|
239
239
|
weight: isSelected ? "semibold" : void 0
|
|
240
240
|
}, children));
|
|
241
241
|
}
|
|
242
|
-
const link = "
|
|
243
|
-
const focused = "
|
|
244
|
-
const hovered = "
|
|
245
|
-
const selected = "
|
|
242
|
+
const link = "_link_1ypt6_5";
|
|
243
|
+
const focused = "_focused_1ypt6_24";
|
|
244
|
+
const hovered = "_hovered_1ypt6_36";
|
|
245
|
+
const selected = "_selected_1ypt6_40";
|
|
246
246
|
const styles$1 = {
|
|
247
247
|
link,
|
|
248
248
|
focused,
|
|
@@ -292,11 +292,11 @@ function NexusLayoutNavLink(props) {
|
|
|
292
292
|
weight: "semibold"
|
|
293
293
|
}, children));
|
|
294
294
|
}
|
|
295
|
-
const NexusLayout$1 = "
|
|
296
|
-
const backgroundDecoration01 = "
|
|
297
|
-
const header = "
|
|
298
|
-
const logo = "
|
|
299
|
-
const content = "
|
|
295
|
+
const NexusLayout$1 = "_NexusLayout_jslo5_5";
|
|
296
|
+
const backgroundDecoration01 = "_backgroundDecoration01_jslo5_14";
|
|
297
|
+
const header = "_header_jslo5_20";
|
|
298
|
+
const logo = "_logo_jslo5_40";
|
|
299
|
+
const content = "_content_jslo5_44";
|
|
300
300
|
const styles = {
|
|
301
301
|
NexusLayout: NexusLayout$1,
|
|
302
302
|
backgroundDecoration01,
|
package/Notification/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const Notification = require("../__chunks__/Notification-
|
|
3
|
+
const Notification = require("../__chunks__/Notification-DXHN4vv_.js");
|
|
4
4
|
exports.Notification = Notification.Notification;
|
|
5
5
|
exports.NotificationContext = Notification.NotificationContext;
|
|
6
6
|
exports.NotificationProvider = Notification.NotificationProvider;
|
package/Notification/index.mjs
CHANGED
package/Pagination/index.js
CHANGED
|
@@ -33,17 +33,17 @@ var __objRest = (source, exclude) => {
|
|
|
33
33
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
34
34
|
const React = require("react");
|
|
35
35
|
const KeyboardDoubleArrowRight = require("../__chunks__/KeyboardDoubleArrowRight-Ber8mUIO.js");
|
|
36
|
-
const HorizontalStack = require("../__chunks__/HorizontalStack-
|
|
37
|
-
const Icon = require("../__chunks__/Icon-
|
|
38
|
-
const UnstyledButton = require("../__chunks__/UnstyledButton-
|
|
36
|
+
const HorizontalStack = require("../__chunks__/HorizontalStack-vmmevfre.js");
|
|
37
|
+
const Icon = require("../__chunks__/Icon-CYsmNchv.js");
|
|
38
|
+
const UnstyledButton = require("../__chunks__/UnstyledButton-yd6ZL2Yi.js");
|
|
39
39
|
const ExpandMore400 = require("../__chunks__/ExpandMore400-CJpvxyJm.js");
|
|
40
|
-
const Text = require("../__chunks__/Text-
|
|
41
|
-
const Menu = require("../__chunks__/Menu-
|
|
40
|
+
const Text = require("../__chunks__/Text-hP_Y9mSJ.js");
|
|
41
|
+
const Menu = require("../__chunks__/Menu-BElR0RBK.js");
|
|
42
42
|
const utilities_react = require("../utilities/react.js");
|
|
43
43
|
const utilities_css = require("../utilities/css.js");
|
|
44
|
-
const menuButton = "
|
|
45
|
-
const arrowButton = "
|
|
46
|
-
const pagination = "
|
|
44
|
+
const menuButton = "_menuButton_rw0ir_5";
|
|
45
|
+
const arrowButton = "_arrowButton_rw0ir_9";
|
|
46
|
+
const pagination = "_pagination_rw0ir_37";
|
|
47
47
|
const styles = {
|
|
48
48
|
menuButton,
|
|
49
49
|
arrowButton,
|
|
@@ -78,7 +78,7 @@ function PaginationDropdown(props) {
|
|
|
78
78
|
onAction: (key) => onSelect(Number(key))
|
|
79
79
|
}, numberToArray(count).map((pageNumber) => React.createElement(Menu.Menu.Item, {
|
|
80
80
|
key: pageNumber,
|
|
81
|
-
"
|
|
81
|
+
"aria-label": `${pageNumber} of ${count}`
|
|
82
82
|
}, React.createElement(Text.Text, {
|
|
83
83
|
variant: "body2",
|
|
84
84
|
color: "neutral.900"
|
package/Pagination/index.mjs
CHANGED
|
@@ -31,17 +31,17 @@ var __objRest = (source, exclude) => {
|
|
|
31
31
|
};
|
|
32
32
|
import React__default, { cloneElement } from "react";
|
|
33
33
|
import { K as KeyboardDoubleArrowLeft, a as KeyboardDoubleArrowRight } from "../__chunks__/KeyboardDoubleArrowRight-AAMLvGk-.mjs";
|
|
34
|
-
import { H as HorizontalStack } from "../__chunks__/HorizontalStack-
|
|
35
|
-
import { I as Icon } from "../__chunks__/Icon-
|
|
36
|
-
import { U as UnstyledButton } from "../__chunks__/UnstyledButton-
|
|
34
|
+
import { H as HorizontalStack } from "../__chunks__/HorizontalStack-WaIa_On_.mjs";
|
|
35
|
+
import { I as Icon } from "../__chunks__/Icon-CcUj4MVY.mjs";
|
|
36
|
+
import { U as UnstyledButton } from "../__chunks__/UnstyledButton-D_DzFe67.mjs";
|
|
37
37
|
import { E as ExpandMore400 } from "../__chunks__/ExpandMore400-CH7GNxqk.mjs";
|
|
38
|
-
import { T as Text } from "../__chunks__/Text-
|
|
39
|
-
import { M as Menu } from "../__chunks__/Menu-
|
|
38
|
+
import { T as Text } from "../__chunks__/Text-BAiVIBZd.mjs";
|
|
39
|
+
import { M as Menu } from "../__chunks__/Menu-i28maspp.mjs";
|
|
40
40
|
import { getDisplayNameFromReactNode } from "../utilities/react.mjs";
|
|
41
41
|
import { classNames } from "../utilities/css.mjs";
|
|
42
|
-
const menuButton = "
|
|
43
|
-
const arrowButton = "
|
|
44
|
-
const pagination = "
|
|
42
|
+
const menuButton = "_menuButton_rw0ir_5";
|
|
43
|
+
const arrowButton = "_arrowButton_rw0ir_9";
|
|
44
|
+
const pagination = "_pagination_rw0ir_37";
|
|
45
45
|
const styles = {
|
|
46
46
|
menuButton,
|
|
47
47
|
arrowButton,
|
|
@@ -76,7 +76,7 @@ function PaginationDropdown(props) {
|
|
|
76
76
|
onAction: (key) => onSelect(Number(key))
|
|
77
77
|
}, numberToArray(count).map((pageNumber) => React__default.createElement(Menu.Item, {
|
|
78
78
|
key: pageNumber,
|
|
79
|
-
"
|
|
79
|
+
"aria-label": `${pageNumber} of ${count}`
|
|
80
80
|
}, React__default.createElement(Text, {
|
|
81
81
|
variant: "body2",
|
|
82
82
|
color: "neutral.900"
|
package/PillGroup/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const PillGroup = require("../__chunks__/PillGroup-
|
|
3
|
+
const PillGroup = require("../__chunks__/PillGroup-Cn8E8E4P.js");
|
|
4
4
|
exports.PillGroup = PillGroup.PillGroup;
|
|
5
5
|
exports.usePillListState = PillGroup.usePillListState;
|
package/PillGroup/index.mjs
CHANGED
package/ProductLayout/index.js
CHANGED
|
@@ -33,20 +33,20 @@ var __objRest = (source, exclude) => {
|
|
|
33
33
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
34
34
|
const React = require("react");
|
|
35
35
|
const Menu = require("../__chunks__/Menu-OacI_98l.js");
|
|
36
|
-
const Button = require("../__chunks__/Button-
|
|
37
|
-
const Icon = require("../__chunks__/Icon-
|
|
38
|
-
const Text = require("../__chunks__/Text-
|
|
39
|
-
const UnstyledButton = require("../__chunks__/UnstyledButton-
|
|
36
|
+
const Button = require("../__chunks__/Button-5ySni8Hh.js");
|
|
37
|
+
const Icon = require("../__chunks__/Icon-CYsmNchv.js");
|
|
38
|
+
const Text = require("../__chunks__/Text-hP_Y9mSJ.js");
|
|
39
|
+
const UnstyledButton = require("../__chunks__/UnstyledButton-yd6ZL2Yi.js");
|
|
40
40
|
const utilities_css = require("../utilities/css.js");
|
|
41
|
-
const HelpMenu = require("../__chunks__/HelpMenu-
|
|
41
|
+
const HelpMenu = require("../__chunks__/HelpMenu-DCAISGya.js");
|
|
42
42
|
const tokens = require("../__chunks__/tokens-BmCk-Bk0.js");
|
|
43
|
-
const useDialog = require("../__chunks__/useDialog-DJ-g6m8Y.js");
|
|
44
43
|
const useModalOverlay = require("../__chunks__/useModalOverlay-gSHY_FAb.js");
|
|
45
44
|
const Overlay = require("../__chunks__/Overlay-CwJbrICR.js");
|
|
46
|
-
const
|
|
45
|
+
const useDialog = require("../__chunks__/useDialog-DJ-g6m8Y.js");
|
|
46
|
+
const TabNav = require("../__chunks__/TabNav-Bf-77rib.js");
|
|
47
47
|
const useOverlayTrigger = require("../__chunks__/useOverlayTrigger-CiUR_pLO.js");
|
|
48
|
-
const ProductLayout$1 = "
|
|
49
|
-
const body = "
|
|
48
|
+
const ProductLayout$1 = "_ProductLayout_dys53_5";
|
|
49
|
+
const body = "_body_dys53_11";
|
|
50
50
|
const styles$4 = {
|
|
51
51
|
ProductLayout: ProductLayout$1,
|
|
52
52
|
body
|
|
@@ -58,8 +58,8 @@ function ProductLayoutContent(props) {
|
|
|
58
58
|
}, children);
|
|
59
59
|
}
|
|
60
60
|
const productLayoutMediaQuery = `(min-width: ${tokens.ezuiTokens["breakpoint.lg"]})`;
|
|
61
|
-
const largeScreen$1 = "
|
|
62
|
-
const smallScreen$1 = "
|
|
61
|
+
const largeScreen$1 = "_largeScreen_9bynw_5";
|
|
62
|
+
const smallScreen$1 = "_smallScreen_9bynw_14";
|
|
63
63
|
const styles$3 = {
|
|
64
64
|
largeScreen: largeScreen$1,
|
|
65
65
|
smallScreen: smallScreen$1
|
|
@@ -91,14 +91,14 @@ const useProductLayout = () => {
|
|
|
91
91
|
}
|
|
92
92
|
return productLayoutContext;
|
|
93
93
|
};
|
|
94
|
-
const ProductLayoutHeader$1 = "
|
|
95
|
-
const largeScreen = "
|
|
96
|
-
const smallScreen = "
|
|
97
|
-
const smallScreenTopBar = "
|
|
98
|
-
const logoMenu = "
|
|
99
|
-
const logoMenuBtn = "
|
|
100
|
-
const divider = "
|
|
101
|
-
const actions = "
|
|
94
|
+
const ProductLayoutHeader$1 = "_ProductLayoutHeader_bnf5q_5";
|
|
95
|
+
const largeScreen = "_largeScreen_bnf5q_9";
|
|
96
|
+
const smallScreen = "_smallScreen_bnf5q_14";
|
|
97
|
+
const smallScreenTopBar = "_smallScreenTopBar_bnf5q_19";
|
|
98
|
+
const logoMenu = "_logoMenu_bnf5q_24";
|
|
99
|
+
const logoMenuBtn = "_logoMenuBtn_bnf5q_30";
|
|
100
|
+
const divider = "_divider_bnf5q_35";
|
|
101
|
+
const actions = "_actions_bnf5q_41";
|
|
102
102
|
const styles$2 = {
|
|
103
103
|
ProductLayoutHeader: ProductLayoutHeader$1,
|
|
104
104
|
largeScreen,
|
|
@@ -171,9 +171,9 @@ function ActionDivider() {
|
|
|
171
171
|
className: styles$2.divider
|
|
172
172
|
});
|
|
173
173
|
}
|
|
174
|
-
const ProductLayoutSidebar$1 = "
|
|
175
|
-
const open = "
|
|
176
|
-
const overlay = "
|
|
174
|
+
const ProductLayoutSidebar$1 = "_ProductLayoutSidebar_1x68g_5";
|
|
175
|
+
const open = "_open_1x68g_43";
|
|
176
|
+
const overlay = "_overlay_1x68g_49";
|
|
177
177
|
const styles$1 = {
|
|
178
178
|
ProductLayoutSidebar: ProductLayoutSidebar$1,
|
|
179
179
|
open,
|
|
@@ -237,7 +237,7 @@ function DialogSidebarOverlay(props) {
|
|
|
237
237
|
ref
|
|
238
238
|
}, modalProps), children)));
|
|
239
239
|
}
|
|
240
|
-
const ProductLayoutTabbedContent$1 = "
|
|
240
|
+
const ProductLayoutTabbedContent$1 = "_ProductLayoutTabbedContent_x39c3_5";
|
|
241
241
|
const styles = {
|
|
242
242
|
ProductLayoutTabbedContent: ProductLayoutTabbedContent$1
|
|
243
243
|
};
|