@easypost/easy-ui 1.0.0-alpha.55 → 1.0.0-alpha.56
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 +7 -0
- package/Calendar/Calendar.d.ts +43 -33
- package/Calendar/Calendar.d.ts.map +1 -1
- package/Calendar/CalendarBase.d.ts +57 -0
- package/Calendar/CalendarBase.d.ts.map +1 -0
- package/Calendar/CalendarCell.d.ts +2 -2
- package/Calendar/CalendarCell.d.ts.map +1 -1
- package/Calendar/CalendarGrid.d.ts +2 -5
- package/Calendar/CalendarGrid.d.ts.map +1 -1
- package/Calendar/CalendarHeader.d.ts +1 -6
- package/Calendar/CalendarHeader.d.ts.map +1 -1
- package/Calendar/index.js +9 -3349
- package/Calendar/index.mjs +8 -3348
- package/Card/index.js +1 -1
- package/Card/index.mjs +1 -1
- package/Checkbox/index.js +1 -1
- package/Checkbox/index.mjs +1 -1
- package/CodeBlock/index.js +13 -13
- package/CodeBlock/index.mjs +16 -16
- package/CodeSnippet/index.js +1 -1
- package/CodeSnippet/index.mjs +1 -1
- package/DataGrid/index.js +58 -58
- package/DataGrid/index.mjs +72 -72
- package/Drawer/index.js +18 -18
- package/Drawer/index.mjs +21 -21
- package/DropdownButton/index.js +12 -12
- 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/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 +12 -12
- package/IconButton/index.mjs +13 -13
- package/InputField/InputField.d.ts +4 -0
- package/InputField/InputField.d.ts.map +1 -1
- package/InputField/index.js +1 -1
- package/InputField/index.mjs +1 -1
- package/InputField/inputText.d.ts +24 -0
- package/InputField/inputText.d.ts.map +1 -0
- package/InputField/utilities.d.ts +1 -1
- package/InputField/utilities.d.ts.map +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 +22 -22
- 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 +10 -10
- package/Pagination/index.mjs +9 -9
- package/PillGroup/index.js +7 -7
- package/PillGroup/index.mjs +22 -22
- package/ProductLayout/index.js +21 -21
- package/ProductLayout/index.mjs +25 -25
- package/Provider/index.js +1 -1
- package/Provider/index.mjs +2 -2
- package/RadioButtonGroup/index.js +2 -2
- package/RadioButtonGroup/index.mjs +8 -8
- package/RadioGroup/index.js +15 -15
- package/RadioGroup/index.mjs +25 -25
- package/RangeCalendar/RangeCalendar.d.ts +71 -0
- package/RangeCalendar/RangeCalendar.d.ts.map +1 -0
- package/RangeCalendar/RangeCalendar.stories.d.ts +15 -0
- package/RangeCalendar/RangeCalendar.stories.d.ts.map +1 -0
- package/RangeCalendar/RangeCalendar.test.d.ts +2 -0
- package/RangeCalendar/RangeCalendar.test.d.ts.map +1 -0
- package/RangeCalendar/index.d.ts +2 -0
- package/RangeCalendar/index.d.ts.map +1 -0
- package/RangeCalendar/index.js +228 -0
- package/RangeCalendar/index.mjs +228 -0
- package/SearchNav/index.js +29 -29
- package/SearchNav/index.mjs +30 -30
- package/SectionCard/index.js +9 -5497
- package/SectionCard/index.mjs +8 -5496
- package/Select/index.js +4 -4
- package/Select/index.mjs +5 -5
- 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 +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 +2 -2
- package/TabPanels/index.mjs +7 -7
- 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/TextField.stories.d.ts +1 -0
- package/TextField/TextField.stories.d.ts.map +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/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.mjs +1 -1
- package/VerticalNav/index.js +24 -24
- package/VerticalNav/index.mjs +26 -26
- package/VerticalStack/index.js +1 -1
- package/VerticalStack/index.mjs +1 -1
- package/__chunks__/{Button-vppvnDZX.mjs → Button-D6onI-kJ.mjs} +18 -18
- package/__chunks__/{Button-Bg19kicX.js → Button-DQ2NkvB7.js} +17 -17
- package/__chunks__/CalendarBase-DaXcE0Vl.js +3410 -0
- package/__chunks__/CalendarBase-DkLU-xxk.mjs +3411 -0
- package/__chunks__/{Card-BL4ap8Im.mjs → Card-CYdEo89C.mjs} +12 -12
- package/__chunks__/{Card-bN2Bjyiu.js → Card-Cw9W0Zvm.js} +12 -12
- package/__chunks__/{Checkbox-Bbhv57QW.js → Checkbox-DMIaBIMX.js} +19 -19
- package/__chunks__/{Checkbox-D7PJfiLF.mjs → Checkbox-DTX_wDBB.mjs} +24 -24
- package/__chunks__/{CodeSnippet-CT5SOnzT.mjs → CodeSnippet-CBDtqnFn.mjs} +2 -2
- package/__chunks__/{CodeSnippet-DMxiG1lt.js → CodeSnippet-Dg-w1ncw.js} +2 -2
- package/__chunks__/{FocusScope-CMdrObui.mjs → FocusScope-CEeqhVmO.mjs} +3 -3
- package/__chunks__/{HelpMenu-Cz2v3GAo.mjs → HelpMenu-DCIr7b5K.mjs} +7 -7
- package/__chunks__/{HelpMenu-C4Lgr_6O.js → HelpMenu-br4uY5D7.js} +6 -6
- package/__chunks__/{HorizontalGrid-BV2_WP0d.mjs → HorizontalGrid--W2GD8lN.mjs} +1 -1
- package/__chunks__/{HorizontalGrid-sYdKXIX9.js → HorizontalGrid-BUpw5nwO.js} +1 -1
- package/__chunks__/{HorizontalStack-Jdgb1NMD.js → HorizontalStack-CXhmbQu4.js} +1 -1
- package/__chunks__/{HorizontalStack-DtOxexq4.mjs → HorizontalStack-x4HGqgsU.mjs} +1 -1
- package/__chunks__/{Icon-ylOKybLj.js → Icon-BCBvOy-b.js} +2 -2
- package/__chunks__/{Icon-BdrQIZ7G.mjs → Icon-CDgix2Sz.mjs} +2 -2
- package/__chunks__/{InputField-CmzPMEdU.mjs → InputField-Bj22Z9om.mjs} +36 -14
- package/__chunks__/{InputField-CDopP3qd.js → InputField-C86b2081.js} +29 -7
- package/__chunks__/{InputIcon-DJjhAUG8.js → InputIcon-BLzlQuQq.js} +44 -27
- package/__chunks__/{InputIcon-C4kynRVv.mjs → InputIcon-zjySEVjo.mjs} +44 -27
- package/__chunks__/{KebabButton-Bct1ZWZ7.js → KebabButton-ClU7vgEf.js} +4 -4
- package/__chunks__/{KebabButton-b1cJAu-k.mjs → KebabButton-DDDKfSUI.mjs} +5 -5
- package/__chunks__/{Menu-Bi8Xblu3.mjs → Menu-B4KcJbMm.mjs} +20 -20
- package/__chunks__/{Menu-DhjEsT6X.js → Menu-anVQErb9.js} +14 -14
- package/__chunks__/{Notification-B7cXFkbn.js → Notification-BCLsclpu.js} +14 -14
- package/__chunks__/{Notification-DgT-Srat.mjs → Notification-BoMoXyLI.mjs} +19 -19
- package/__chunks__/{Overlay-C3rJpwIX.mjs → Overlay-CuhLUuXt.mjs} +2 -2
- package/__chunks__/{SelectOverlay-QlG4R4EK.js → SelectOverlay-BAFmxwi9.js} +22 -22
- package/__chunks__/{SelectOverlay-DRYndVx9.mjs → SelectOverlay-C5Kk7H2z.mjs} +33 -33
- package/__chunks__/{SelectorErrorTooltip-Uuj_150A.js → SelectorErrorTooltip-B1tkBijI.js} +4 -4
- package/__chunks__/{SelectorErrorTooltip-CpIinREp.mjs → SelectorErrorTooltip-C3BApHSk.mjs} +4 -4
- package/__chunks__/{Spinner-BHcblUXI.js → Spinner-0AHyjbiK.js} +5 -5
- package/__chunks__/{Spinner-Cq8bw1nz.mjs → Spinner-DCi-JKIV.mjs} +8 -8
- package/__chunks__/{Stepper-B7UuO2-U.mjs → Stepper-CgF1pSNE.mjs} +28 -28
- package/__chunks__/{Stepper-RX4JamiX.js → Stepper-Ds60cKSk.js} +25 -25
- package/__chunks__/{TabNav-BJEE3Rgt.mjs → TabNav-BVyJkGz0.mjs} +1 -1
- package/__chunks__/{TabNav-Cr966uUR.js → TabNav-BpsdF4EQ.js} +1 -1
- package/__chunks__/{Tabs-pX8dmtn1.js → Tabs-BTr3Uoym.js} +17 -17
- package/__chunks__/{Tabs-BJTPGnZs.mjs → Tabs-N3WVqQTL.mjs} +19 -19
- package/__chunks__/{Text-BP87eq_Y.js → Text-Bo5ZXIKu.js} +34 -34
- package/__chunks__/{Text-hB1p7qnS.mjs → Text-Sv_euunS.mjs} +34 -34
- package/__chunks__/{Toggle-CBZgoM67.js → Toggle-CHXljwk6.js} +11 -11
- package/__chunks__/{Toggle-CLR23YhR.mjs → Toggle-Dj6H2veI.mjs} +14 -14
- package/__chunks__/{Tooltip-BckLAOT1.js → Tooltip-C0qyP5jK.js} +8 -8
- package/__chunks__/{Tooltip-C1JxFbtW.mjs → Tooltip-DMLWZU15.mjs} +13 -13
- package/__chunks__/{UnstyledButton-CO7FOpAq.mjs → UnstyledButton-6seSbTV1.mjs} +2 -2
- package/__chunks__/{VerticalStack-CkBHjLJD.mjs → VerticalStack-BGcflJsS.mjs} +3 -3
- package/__chunks__/{VerticalStack-CDoPLDw4.js → VerticalStack-DYStFa7Z.js} +3 -3
- package/__chunks__/{VisuallyHidden-BsBkcHpw.mjs → VisuallyHidden-BttNIgVC.mjs} +2 -2
- package/__chunks__/{ariaHideOutside-D-yj7DXL.mjs → ariaHideOutside-DcIkumuG.mjs} +5 -5
- package/__chunks__/{context-D3I6RuRU.mjs → context-DEwqildc.mjs} +1 -1
- package/__chunks__/{focusSafely-8R2xSTi2.mjs → focusSafely-Dw7K4rnX.mjs} +2 -2
- package/__chunks__/{isVirtualEvent-BPCuFO54.mjs → isVirtualEvent-BFRy7P_p.mjs} +2 -2
- package/__chunks__/lodash-Cu2-TIbX.mjs +5492 -0
- package/__chunks__/lodash-DfTCP3Dk.js +5491 -0
- package/__chunks__/{mergeProps-SJQ-f8LF.mjs → mergeProps-T961Q1yJ.mjs} +4 -4
- package/__chunks__/{scrollIntoView-C4vMSOYx.mjs → scrollIntoView-GfnXaOCE.mjs} +1 -1
- package/__chunks__/{useButton-s_sjr8Ix.mjs → useButton-DEhs-Rkj.mjs} +3 -3
- package/__chunks__/{useDialog-RxvhRzry.mjs → useDialog-DAYxqkKY.mjs} +4 -4
- package/__chunks__/{useEdgeInterceptors-D0t_4eZ3.mjs → useEdgeInterceptors-B-WQYXsP.mjs} +5 -5
- package/__chunks__/{useEdgeInterceptors-B7c--t3K.js → useEdgeInterceptors-CuD3aTAb.js} +5 -5
- package/__chunks__/useEvent-C5RCZjKr.mjs +23 -0
- package/__chunks__/useEvent-DY7dR7Mi.js +22 -0
- package/__chunks__/{useField-DPD-La1H.mjs → useField-DWmSslhe.mjs} +2 -2
- package/__chunks__/{useFocus-By3Cx-xz.mjs → useFocus-DDj4i8Xy.mjs} +2 -2
- package/__chunks__/{useFocusRing-dRPhwlpK.mjs → useFocusRing-BE_dgxH5.mjs} +3 -3
- package/__chunks__/{useFocusVisible-BbEmluTm.mjs → useFocusVisible-CXSIZSY_.mjs} +2 -2
- package/__chunks__/{useFocusWithin-krnNAgDY.mjs → useFocusWithin-CDX8m0Wu.mjs} +1 -1
- package/__chunks__/{useFocusable-CgTd-4A-.mjs → useFocusable-DD5dAIXt.mjs} +4 -4
- package/__chunks__/{useFormReset-CFhWic3i.mjs → useFormReset-CmXMJVpO.mjs} +1 -1
- package/__chunks__/{useFormValidation-DAScndBq.mjs → useFormValidation-gwcVryr8.mjs} +2 -2
- package/__chunks__/{useHasTabbableChild-BQnJycug.mjs → useHasTabbableChild-CRCY1COZ.mjs} +2 -2
- package/__chunks__/{useHighlightSelectionDescription-CPtYsCSQ.mjs → useHighlightSelectionDescription-DCgFgP4G.mjs} +3 -3
- package/__chunks__/{useLabel-BlM5Qwvq.mjs → useLabel-C0Q8946u.mjs} +2 -2
- package/__chunks__/{useLabels-DdXkBiwn.mjs → useLabels-Bly436JP.mjs} +1 -1
- package/__chunks__/{useLocalizedStringFormatter-DJWWtB78.mjs → useLocalizedStringFormatter-B5ons_mh.mjs} +1 -1
- package/__chunks__/{useOverlayPosition-CoEMr0ZL.mjs → useOverlayPosition-B31NgShQ.mjs} +4 -4
- package/__chunks__/{usePress-qBr44_1g.mjs → usePress-DV7a17gG.mjs} +3 -3
- package/__chunks__/{useSelectableItem-D7gxXSuA.mjs → useSelectableItem-BDZ5pN_C.mjs} +10 -27
- package/__chunks__/{useSelectableItem-Ca_8R3iv.js → useSelectableItem-BGvBbIwY.js} +3 -20
- package/__chunks__/{useSelectableList-CWMPIUPQ.mjs → useSelectableList-Bj35aLZH.mjs} +2 -2
- package/__chunks__/{useSelectableList-uSeYGnKL.js → useSelectableList-DlkRkps4.js} +1 -1
- package/__chunks__/{useSyncRef-Cp332icp.mjs → useSyncRef-CpaiKz0R.mjs} +1 -1
- package/__chunks__/{useToggle-D9D1ZDRl.mjs → useToggle-BfGkPrAg.mjs} +4 -4
- package/__chunks__/{useTriggerWidth-i06IegOT.mjs → useTriggerWidth-BC_zeUJ5.mjs} +7 -7
- package/__chunks__/{useTriggerWidth-ClsknzJh.js → useTriggerWidth-C7OT3WI9.js} +1 -1
- package/__chunks__/{utils-Dm-0qf_-.mjs → utils-XuD3IFpv.mjs} +1 -1
- package/package.json +1 -1
- package/style.css +1131 -1046
- package/__chunks__/{KeyboardDoubleArrowLeft-GpUjmD9o.mjs → KeyboardDoubleArrowRight-AAMLvGk-.mjs} +4 -4
- package/__chunks__/{KeyboardDoubleArrowLeft-BHR8vGMo.js → KeyboardDoubleArrowRight-Ber8mUIO.js} +4 -4
package/__chunks__/{KeyboardDoubleArrowLeft-GpUjmD9o.mjs → KeyboardDoubleArrowRight-AAMLvGk-.mjs}
RENAMED
|
@@ -24,7 +24,7 @@ var __objRest$1 = (source, exclude) => {
|
|
|
24
24
|
}
|
|
25
25
|
return target;
|
|
26
26
|
};
|
|
27
|
-
const
|
|
27
|
+
const KeyboardDoubleArrowLeft = (_a) => {
|
|
28
28
|
var _b = _a, { title, titleId } = _b, props = __objRest$1(_b, ["title", "titleId"]);
|
|
29
29
|
return React.createElement("svg", __spreadValues$1({
|
|
30
30
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -33,7 +33,7 @@ const KeyboardDoubleArrowRight = (_a) => {
|
|
|
33
33
|
}, props), title ? React.createElement("title", {
|
|
34
34
|
id: titleId
|
|
35
35
|
}, title) : null, React.createElement("path", {
|
|
36
|
-
d: "
|
|
36
|
+
d: "M454.54-254.46 228.39-480.62l226.15-226.15 32 31.62L292-480.62l194.54 194.16-32 32Zm246.07 0L474.46-480.62l226.15-226.15 31.62 31.62-194.15 194.53 194.15 194.16-31.62 32Z"
|
|
37
37
|
}));
|
|
38
38
|
};
|
|
39
39
|
var __defProp = Object.defineProperty;
|
|
@@ -61,7 +61,7 @@ var __objRest = (source, exclude) => {
|
|
|
61
61
|
}
|
|
62
62
|
return target;
|
|
63
63
|
};
|
|
64
|
-
const
|
|
64
|
+
const KeyboardDoubleArrowRight = (_a) => {
|
|
65
65
|
var _b = _a, { title, titleId } = _b, props = __objRest(_b, ["title", "titleId"]);
|
|
66
66
|
return React.createElement("svg", __spreadValues({
|
|
67
67
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -70,7 +70,7 @@ const KeyboardDoubleArrowLeft = (_a) => {
|
|
|
70
70
|
}, props), title ? React.createElement("title", {
|
|
71
71
|
id: titleId
|
|
72
72
|
}, title) : null, React.createElement("path", {
|
|
73
|
-
d: "
|
|
73
|
+
d: "M422.54-480.62 228.39-675.15l32-31.62 226.15 226.15-226.15 226.16-32-32 194.15-194.16Zm246.08 0L474.46-675.15l31.62-31.62 226.15 226.15-226.15 226.16-31.62-32 194.16-194.16Z"
|
|
74
74
|
}));
|
|
75
75
|
};
|
|
76
76
|
export {
|
package/__chunks__/{KeyboardDoubleArrowLeft-BHR8vGMo.js → KeyboardDoubleArrowRight-Ber8mUIO.js}
RENAMED
|
@@ -42,7 +42,7 @@ var __objRest$1 = (source, exclude) => {
|
|
|
42
42
|
}
|
|
43
43
|
return target;
|
|
44
44
|
};
|
|
45
|
-
const
|
|
45
|
+
const KeyboardDoubleArrowLeft = (_a) => {
|
|
46
46
|
var _b = _a, { title, titleId } = _b, props = __objRest$1(_b, ["title", "titleId"]);
|
|
47
47
|
return React__namespace.createElement("svg", __spreadValues$1({
|
|
48
48
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -51,7 +51,7 @@ const KeyboardDoubleArrowRight = (_a) => {
|
|
|
51
51
|
}, props), title ? React__namespace.createElement("title", {
|
|
52
52
|
id: titleId
|
|
53
53
|
}, title) : null, React__namespace.createElement("path", {
|
|
54
|
-
d: "
|
|
54
|
+
d: "M454.54-254.46 228.39-480.62l226.15-226.15 32 31.62L292-480.62l194.54 194.16-32 32Zm246.07 0L474.46-480.62l226.15-226.15 31.62 31.62-194.15 194.53 194.15 194.16-31.62 32Z"
|
|
55
55
|
}));
|
|
56
56
|
};
|
|
57
57
|
var __defProp = Object.defineProperty;
|
|
@@ -79,7 +79,7 @@ var __objRest = (source, exclude) => {
|
|
|
79
79
|
}
|
|
80
80
|
return target;
|
|
81
81
|
};
|
|
82
|
-
const
|
|
82
|
+
const KeyboardDoubleArrowRight = (_a) => {
|
|
83
83
|
var _b = _a, { title, titleId } = _b, props = __objRest(_b, ["title", "titleId"]);
|
|
84
84
|
return React__namespace.createElement("svg", __spreadValues({
|
|
85
85
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -88,7 +88,7 @@ const KeyboardDoubleArrowLeft = (_a) => {
|
|
|
88
88
|
}, props), title ? React__namespace.createElement("title", {
|
|
89
89
|
id: titleId
|
|
90
90
|
}, title) : null, React__namespace.createElement("path", {
|
|
91
|
-
d: "
|
|
91
|
+
d: "M422.54-480.62 228.39-675.15l32-31.62 226.15 226.15-226.15 226.16-32-32 194.15-194.16Zm246.08 0L474.46-675.15l31.62-31.62 226.15 226.15-226.15 226.16-31.62-32 194.16-194.16Z"
|
|
92
92
|
}));
|
|
93
93
|
};
|
|
94
94
|
exports.KeyboardDoubleArrowLeft = KeyboardDoubleArrowLeft;
|