@easypost/easy-ui 1.0.0-alpha.75 → 1.0.0-alpha.77
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/Badge.d.ts +11 -0
- package/Badge/Badge.d.ts.map +1 -1
- package/Badge/index.js +19 -15
- package/Badge/index.mjs +19 -15
- package/Banner/index.js +1 -1
- package/Banner/index.mjs +1 -1
- package/Button/index.mjs +1 -1
- package/CHANGELOG.md +23 -0
- package/Calendar/index.js +1 -1
- package/Calendar/index.mjs +1 -1
- package/Card/Card.d.ts +2 -0
- package/Card/Card.d.ts.map +1 -1
- package/Card/index.js +1 -1
- package/Card/index.mjs +1 -1
- package/CheckableCard/index.js +3 -3
- package/CheckableCard/index.mjs +3 -3
- package/Checkbox/index.js +1 -1
- package/Checkbox/index.mjs +1 -1
- package/CodeBlock/index.js +4 -4
- package/CodeBlock/index.mjs +7 -7
- package/CodeSnippet/index.js +1 -1
- package/CodeSnippet/index.mjs +1 -1
- package/DataGrid/index.js +5 -5
- package/DataGrid/index.mjs +17 -17
- 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 +4 -1686
- package/Drawer/index.mjs +6 -1688
- package/DropdownButton/index.mjs +1 -1
- package/EmptyStateCard/index.js +2 -2
- package/EmptyStateCard/index.mjs +2 -2
- package/FocusedProductLayout/index.js +2 -2
- package/FocusedProductLayout/index.mjs +4 -4
- package/ForgeLayout/index.js +4 -4
- package/ForgeLayout/index.mjs +11 -11
- package/FormLayout/index.js +1 -1
- package/FormLayout/index.mjs +1 -1
- package/IconButton/index.js +1 -1
- package/IconButton/index.mjs +2 -2
- 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 +1 -1
- package/Modal/index.mjs +6 -6
- package/MultiSelect/index.js +3 -3
- package/MultiSelect/index.mjs +20 -20
- package/NexusLayout/index.js +2 -2
- package/NexusLayout/index.mjs +6 -6
- package/Notification/Notification.d.ts +12 -1
- package/Notification/Notification.d.ts.map +1 -1
- package/Notification/NotificationContainer.d.ts.map +1 -1
- package/Notification/NotificationRegion.d.ts +7 -2
- package/Notification/NotificationRegion.d.ts.map +1 -1
- package/Notification/NotificationTransition.d.ts +29 -0
- package/Notification/NotificationTransition.d.ts.map +1 -0
- package/Notification/index.js +1 -1
- package/Notification/index.mjs +1 -1
- package/Pagination/index.js +2 -2
- package/Pagination/index.mjs +3 -3
- package/PillGroup/index.js +1 -1
- package/PillGroup/index.mjs +1 -1
- package/PlanCard/PlanCard.d.ts +89 -0
- package/PlanCard/PlanCard.d.ts.map +1 -0
- package/PlanCard/PlanCard.stories.d.ts +12 -0
- package/PlanCard/PlanCard.stories.d.ts.map +1 -0
- package/PlanCard/PlanCard.test.d.ts +2 -0
- package/PlanCard/PlanCard.test.d.ts.map +1 -0
- package/PlanCard/illustrations/Building01/Building01.d.ts +3 -0
- package/PlanCard/illustrations/Building01/Building01.d.ts.map +1 -0
- package/PlanCard/illustrations/Building01/index.d.ts +2 -0
- package/PlanCard/illustrations/Building01/index.d.ts.map +1 -0
- package/PlanCard/illustrations/Building01/index.js +540 -0
- package/PlanCard/illustrations/Building01/index.mjs +540 -0
- package/PlanCard/illustrations/Building02/Building02.d.ts +3 -0
- package/PlanCard/illustrations/Building02/Building02.d.ts.map +1 -0
- package/PlanCard/illustrations/Building02/index.d.ts +2 -0
- package/PlanCard/illustrations/Building02/index.d.ts.map +1 -0
- package/PlanCard/illustrations/Building02/index.js +214 -0
- package/PlanCard/illustrations/Building02/index.mjs +214 -0
- package/PlanCard/illustrations/Building03/Building03.d.ts +3 -0
- package/PlanCard/illustrations/Building03/Building03.d.ts.map +1 -0
- package/PlanCard/illustrations/Building03/index.d.ts +2 -0
- package/PlanCard/illustrations/Building03/index.d.ts.map +1 -0
- package/PlanCard/illustrations/Building03/index.js +781 -0
- package/PlanCard/illustrations/Building03/index.mjs +781 -0
- package/PlanCard/illustrations/Building04/Building04.d.ts +3 -0
- package/PlanCard/illustrations/Building04/Building04.d.ts.map +1 -0
- package/PlanCard/illustrations/Building04/index.d.ts +2 -0
- package/PlanCard/illustrations/Building04/index.d.ts.map +1 -0
- package/PlanCard/illustrations/Building04/index.js +1536 -0
- package/PlanCard/illustrations/Building04/index.mjs +1536 -0
- package/PlanCard/index.d.ts +2 -0
- package/PlanCard/index.d.ts.map +1 -0
- package/PlanCard/index.js +146 -0
- package/PlanCard/index.mjs +146 -0
- package/ProductLayout/index.js +3 -3
- package/ProductLayout/index.mjs +10 -10
- package/Provider/index.js +2 -2
- package/Provider/index.mjs +3 -3
- package/RadioButtonGroup/index.js +1 -1
- 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 +3 -3
- package/SearchNav/index.mjs +5 -5
- package/SectionCard/index.js +2 -2
- package/SectionCard/index.mjs +2 -2
- package/Select/index.js +3 -3
- package/Select/index.mjs +4 -4
- 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 +2 -2
- package/SplitToggleCard/index.mjs +2 -2
- package/Stepper/index.mjs +1 -1
- package/TabNav/index.mjs +1 -1
- package/TabPanels/index.mjs +5 -5
- package/Tabs/index.mjs +1 -1
- package/Text/Text.d.ts +4 -1
- package/Text/Text.d.ts.map +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.js +1 -1
- package/Theme/index.mjs +1 -1
- package/Toggle/index.js +1 -1
- package/Toggle/index.mjs +1 -1
- package/ToggleCard/index.js +1 -1
- package/ToggleCard/index.mjs +1 -1
- package/Tooltip/index.js +1 -1
- package/Tooltip/index.mjs +1 -1
- package/UnstyledButton/index.mjs +1 -1
- package/VerticalNav/index.js +1 -1
- package/VerticalNav/index.mjs +3 -3
- package/__chunks__/{Button-cjD7z6sK.mjs → Button-D-ucl04v.mjs} +1 -1
- package/__chunks__/{Button-CSNMWizI.mjs → Button-UHHZB1DN.mjs} +3 -3
- package/__chunks__/CSSTransition-BXyX0mUc.js +1689 -0
- package/__chunks__/CSSTransition-C4FQrt4m.mjs +1690 -0
- package/__chunks__/{Calendar-BGIbWVyN.js → Calendar-2o01guc2.js} +1 -1
- package/__chunks__/{Calendar-B4BCW9t8.mjs → Calendar-DjW0E3mk.mjs} +1 -1
- package/__chunks__/{CalendarBase-C_AQ7bu5.mjs → CalendarBase-D8NmV5mS.mjs} +5 -5
- package/__chunks__/{CalendarBase-BgzOdHfS.js → CalendarBase-RcVbhUvM.js} +1 -1
- package/__chunks__/{Card-svNtJnxD.js → Card-BM2DKiVA.js} +2 -2
- package/__chunks__/{Card-DLf_ttOB.mjs → Card-CJug4GMX.mjs} +2 -2
- package/__chunks__/{Checkbox-BMBM6doF.mjs → Checkbox-C8XZu-1F.mjs} +7 -7
- package/__chunks__/{Checkbox-DEmP9BGE.js → Checkbox-sznEdCc0.js} +2 -2
- package/__chunks__/{CodeSnippet-BBZpDbHX.js → CodeSnippet-Bpf7eWjq.js} +2 -2
- package/__chunks__/{CodeSnippet-B6KCRlKQ.mjs → CodeSnippet-DOyQDfxp.mjs} +2 -2
- package/__chunks__/{DatePickerBase-VNenwOmb.mjs → DatePickerBase-BJH3bhGM.mjs} +10 -10
- package/__chunks__/{DatePickerBase-WNWiVJoF.js → DatePickerBase-BWFcyR_m.js} +2 -2
- package/__chunks__/{Dialog-E2U6mUFU.mjs → Dialog-BBt18JUl.mjs} +7 -7
- package/__chunks__/{FocusScope-CQhiv02m.mjs → FocusScope-jG-ZgYgr.mjs} +2 -2
- package/__chunks__/{HelpMenu-CTNmYcKm.js → HelpMenu-B3gwBqqY.js} +2 -2
- package/__chunks__/{HelpMenu-Bed-PzGS.mjs → HelpMenu-DQngktSJ.mjs} +3 -3
- package/__chunks__/{InputCaption-z01Eep0I.js → InputCaption-G9D1cPnP.js} +1 -1
- package/__chunks__/{InputCaption-CRtCXzV7.mjs → InputCaption-aU5qZQlo.mjs} +1 -1
- package/__chunks__/{InputField-Bb98b1MA.js → InputField-CPgMRigD.js} +2 -2
- package/__chunks__/{InputField-Dm5yHcWV.mjs → InputField-D4feGzmR.mjs} +5 -5
- package/__chunks__/{KebabButton-B9eYB6ZD.js → KebabButton-B97kYKaW.js} +1 -1
- package/__chunks__/{KebabButton-gf3gFlb0.mjs → KebabButton-tTikhARu.mjs} +2 -2
- package/__chunks__/{Menu-BVTFMAX-.js → Menu-BjKQfXId.js} +2 -2
- package/__chunks__/{Menu-DJS86zDM.mjs → Menu-L3un-ZpR.mjs} +13 -13
- package/__chunks__/{Notification-lg6ggtug.mjs → Notification-C22_98O5.mjs} +350 -36
- package/__chunks__/{Notification-BCS0ugaf.js → Notification-eckCE8Jj.js} +348 -34
- package/__chunks__/{Overlay-CG-kKp6T.mjs → Overlay-huXBYY4a.mjs} +2 -2
- package/__chunks__/{PillGroup-DZtHC3NK.mjs → PillGroup-8hng2YcX.mjs} +15 -15
- package/__chunks__/{PillGroup-D-VEy6sn.js → PillGroup-q2LMLV6q.js} +1 -1
- package/__chunks__/{RadioGroup-ppUojVMB.mjs → RadioGroup-CaCZDI4f.mjs} +9 -9
- package/__chunks__/{RadioGroup-CDmT0FW5.js → RadioGroup-Cbzsv5jw.js} +2 -2
- package/__chunks__/{RangeCalendar-rMPxj6HM.mjs → RangeCalendar-DhFnV8j-.mjs} +1 -1
- package/__chunks__/{RangeCalendar-B5UtHhmt.js → RangeCalendar-aUakXSjU.js} +1 -1
- package/__chunks__/{SelectOverlay-DgDBimW8.js → SelectOverlay-BFRRqmYL.js} +1 -1
- package/__chunks__/{SelectOverlay-CG2jyYZ_.mjs → SelectOverlay-CsxfifYV.mjs} +10 -10
- package/__chunks__/{SelectorErrorTooltip-Dkuaiq7N.mjs → SelectorErrorTooltip-C5XJ5swy.mjs} +2 -2
- package/__chunks__/{SelectorErrorTooltip-BfKzfYpQ.js → SelectorErrorTooltip-EwN0tf2g.js} +2 -2
- package/__chunks__/{Spinner-C4B8utkI.mjs → Spinner-BsFJZqxe.mjs} +1 -1
- package/__chunks__/{Spinner-BQg8KbBa.js → Spinner-BsvfYBAO.js} +1 -1
- package/__chunks__/{Stepper-Dbvg5Wn_.mjs → Stepper-F7Czxecp.mjs} +2 -2
- package/__chunks__/{TabNav-CNAVzfBp.mjs → TabNav-DbDaDR6R.mjs} +1 -1
- package/__chunks__/{Tabs-Chw75GHi.mjs → Tabs-DbH5NmIf.mjs} +2 -2
- package/__chunks__/Text-B1xglKFU.js +112 -0
- package/__chunks__/Text-CX5GoBTS.mjs +113 -0
- package/__chunks__/{TextField-HXNCIy4W.mjs → TextField-BwGqzpya.mjs} +1 -1
- package/__chunks__/{TextField-Co8OtDnO.js → TextField-D1YUSD6j.js} +1 -1
- package/__chunks__/{Theme-CctofSlt.mjs → Theme-Bzhg0otp.mjs} +1 -1
- package/__chunks__/{Theme-Ck5K42IR.js → Theme-Cos5kTlc.js} +1 -1
- package/__chunks__/{Toggle-C1cAD3ld.js → Toggle-13H0VeGP.js} +1 -1
- package/__chunks__/{Toggle-Dm0_ZvLs.mjs → Toggle-DqKzs3Y8.mjs} +4 -4
- package/__chunks__/{Tooltip-DzWQUbuB.mjs → Tooltip-By8WH1wI.mjs} +6 -6
- package/__chunks__/{Tooltip-C9bST6SD.js → Tooltip-DP2EYuM4.js} +1 -1
- package/__chunks__/{UnstyledButton-D0_XmlIu.mjs → UnstyledButton-0yreaZnh.mjs} +1 -1
- package/__chunks__/{VisuallyHidden-Buyb8r_B.mjs → VisuallyHidden-DLuOutNi.mjs} +1 -1
- package/__chunks__/{ariaHideOutside-b0UviP2F.mjs → ariaHideOutside-DRsDXtWO.mjs} +3 -3
- package/__chunks__/{focusSafely-psnzsNzD.mjs → focusSafely-BW4_g0fd.mjs} +1 -1
- package/__chunks__/{tokens-CyXKQDx6.mjs → tokens-D4KvbbyC.mjs} +1 -0
- package/__chunks__/{tokens-MDLCVf35.js → tokens-oBdmeeGv.js} +1 -0
- package/__chunks__/{useButton-Doz4-YMS.mjs → useButton-ovH6gI84.mjs} +2 -2
- package/__chunks__/{useDialog-B6qJASRh.mjs → useDialog-zKH03v_d.mjs} +2 -2
- package/__chunks__/{useFocus-BL_s_3zv.mjs → useFocus-BJE6cxrg.mjs} +1 -1
- package/__chunks__/{useFocusRing-4hM0Ggs3.mjs → useFocusRing-Dg_M1jfs.mjs} +3 -3
- package/__chunks__/{useFocusVisible-CQ1e0o7u.mjs → useFocusVisible-DgcLCVnV.mjs} +2 -2
- package/__chunks__/{useFocusWithin-BgSjulWP.mjs → useFocusWithin-BE5KE588.mjs} +1 -1
- package/__chunks__/{useFocusable-C-Ge2Ht4.mjs → useFocusable-B5QcOTFc.mjs} +2 -2
- package/__chunks__/{useFormValidation-Crn66hAu.mjs → useFormValidation-gt5I8m2g.mjs} +1 -1
- package/__chunks__/{useHasTabbableChild-DQC24yLO.mjs → useHasTabbableChild-BBua_oUS.mjs} +1 -1
- package/__chunks__/{useHighlightSelectionDescription-BGq4guwQ.mjs → useHighlightSelectionDescription-Dl5YfxVo.mjs} +1 -1
- package/__chunks__/{useHover-BBXJy5NT.mjs → useHover-mdyQ6kou.mjs} +1 -1
- package/__chunks__/{useLink-Dmu5rS4r.mjs → useLink-Dr9Pjalq.mjs} +2 -2
- package/__chunks__/{useListBoxSection-CpQ4pADf.mjs → useListBoxSection-Bw5OEI4S.mjs} +6 -6
- package/__chunks__/{useMenuTrigger-BlLkvrnl.mjs → useMenuTrigger-C9nRdVJk.mjs} +3 -3
- package/__chunks__/{useMenuTriggerState-C-zvqrX2.mjs → useMenuTriggerState-BHenEvUl.mjs} +1 -1
- package/__chunks__/{useModalOverlay-BlCaGnUr.mjs → useModalOverlay-BLiaW3WH.mjs} +2 -2
- package/__chunks__/{useOverlayPosition-D8MX_oIt.mjs → useOverlayPosition-_GnIrSzW.mjs} +2 -2
- package/__chunks__/{useOverlayTrigger-Coc4zW72.mjs → useOverlayTrigger-BIc8jsUc.mjs} +1 -1
- package/__chunks__/{usePress-BH70cn5g.mjs → usePress-DQ3FxwWo.mjs} +2 -2
- package/__chunks__/{useSelectableItem-Xr4pjjqP.mjs → useSelectableItem-DcveeRN2.mjs} +4 -4
- package/__chunks__/{useSelectableList-D7mL6j6I.mjs → useSelectableList-C_zJw1dp.mjs} +1 -1
- package/__chunks__/{useTextField-Dn8JlzYF.mjs → useTextField-B6vr1ZoD.mjs} +3 -3
- package/__chunks__/{useToggle-BlKdU7Ta.mjs → useToggle-C7k9_K6R.mjs} +2 -2
- package/__chunks__/{utilities-BB2zmROs.mjs → utilities-U5Ql_Myz.mjs} +3 -3
- package/package.json +3 -3
- package/style.css +298 -207
- package/styles/_token-helpers.scss +4 -0
- package/__chunks__/Text-BYGcKHR7.mjs +0 -110
- package/__chunks__/Text-DZ601qf9.js +0 -109
package/Badge/Badge.d.ts
CHANGED
|
@@ -8,6 +8,11 @@ export type BadgeProps = {
|
|
|
8
8
|
* for icon badges.
|
|
9
9
|
*/
|
|
10
10
|
accessibilityLabel?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Whether the badge should be displayed as a block element.
|
|
13
|
+
* @default false
|
|
14
|
+
*/
|
|
15
|
+
block?: boolean;
|
|
11
16
|
/** Primary badge label. */
|
|
12
17
|
children?: ReactNode;
|
|
13
18
|
/** Badge icon */
|
|
@@ -54,6 +59,12 @@ export type BadgeProps = {
|
|
|
54
59
|
* ```tsx
|
|
55
60
|
* <Badge icon={IconSymbol}>Badge text</Badge>
|
|
56
61
|
* ```
|
|
62
|
+
*
|
|
63
|
+
* @example
|
|
64
|
+
* _Block:_
|
|
65
|
+
* ```tsx
|
|
66
|
+
* <Badge block>Badge text</Badge>
|
|
67
|
+
* ```
|
|
57
68
|
*/
|
|
58
69
|
export declare function Badge(props: BadgeProps): React.JSX.Element;
|
|
59
70
|
//# sourceMappingURL=Badge.d.ts.map
|
package/Badge/Badge.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../src/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGzC,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAKtC,eAAO,MAAM,eAAe,YAAY,CAAC;AAEzC,MAAM,MAAM,YAAY,GACpB,SAAS,GACT,WAAW,GACX,OAAO,GACP,SAAS,GACT,MAAM,GACN,SAAS,GACT,SAAS,GACT,QAAQ,CAAC;AAEb,MAAM,MAAM,UAAU,GAAG;IACvB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB,iBAAiB;IACjB,IAAI,CAAC,EAAE,UAAU,CAAC;IAElB;;OAEG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;IAE3B;;;OAGG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;CACxB,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../src/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGzC,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAKtC,eAAO,MAAM,eAAe,YAAY,CAAC;AAEzC,MAAM,MAAM,YAAY,GACpB,SAAS,GACT,WAAW,GACX,OAAO,GACP,SAAS,GACT,MAAM,GACN,SAAS,GACT,SAAS,GACT,QAAQ,CAAC;AAEb,MAAM,MAAM,UAAU,GAAG;IACvB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB,iBAAiB;IACjB,IAAI,CAAC,EAAE,UAAU,CAAC;IAElB;;OAEG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;IAE3B;;;OAGG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;CACxB,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,qBAoDtC"}
|
package/Badge/index.js
CHANGED
|
@@ -2,24 +2,28 @@
|
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const React = require("react");
|
|
4
4
|
const Icon = require("../__chunks__/Icon-W8F9w-jS.js");
|
|
5
|
-
const Text = require("../__chunks__/Text-
|
|
5
|
+
const Text = require("../__chunks__/Text-B1xglKFU.js");
|
|
6
6
|
const utilities_css = require("../utilities/css.js");
|
|
7
|
-
const root = "
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
7
|
+
const root = "_root_kb4na_4";
|
|
8
|
+
const block = "_block_kb4na_15";
|
|
9
|
+
const primary = "_primary_kb4na_19";
|
|
10
|
+
const secondary = "_secondary_kb4na_20";
|
|
11
|
+
const hasSecondary = "_hasSecondary_kb4na_35";
|
|
12
|
+
const text = "_text_kb4na_41";
|
|
13
|
+
const variantPrimary = "_variantPrimary_kb4na_46";
|
|
14
|
+
const variantSecondary = "_variantSecondary_kb4na_53";
|
|
15
|
+
const variantBlack = "_variantBlack_kb4na_60";
|
|
16
|
+
const variantInverse = "_variantInverse_kb4na_67";
|
|
17
|
+
const variantGray = "_variantGray_kb4na_74";
|
|
18
|
+
const variantSuccess = "_variantSuccess_kb4na_81";
|
|
19
|
+
const variantWarning = "_variantWarning_kb4na_88";
|
|
20
|
+
const variantDanger = "_variantDanger_kb4na_95";
|
|
19
21
|
const styles = {
|
|
20
22
|
root,
|
|
23
|
+
block,
|
|
21
24
|
primary,
|
|
22
25
|
secondary,
|
|
26
|
+
hasSecondary,
|
|
23
27
|
text,
|
|
24
28
|
variantPrimary,
|
|
25
29
|
variantSecondary,
|
|
@@ -32,8 +36,8 @@ const styles = {
|
|
|
32
36
|
};
|
|
33
37
|
const DEFAULT_VARIANT = "primary";
|
|
34
38
|
function Badge(props) {
|
|
35
|
-
const { accessibilityLabel, children, secondaryLabel, icon, variant = DEFAULT_VARIANT } = props;
|
|
36
|
-
const className = utilities_css.classNames(styles.root, styles[utilities_css.variationName("variant", variant)]);
|
|
39
|
+
const { accessibilityLabel, block: block2 = false, children, secondaryLabel, icon, variant = DEFAULT_VARIANT } = props;
|
|
40
|
+
const className = utilities_css.classNames(styles.root, styles[utilities_css.variationName("variant", variant)], block2 && styles.block, (icon || secondaryLabel) && styles.hasSecondary);
|
|
37
41
|
if (!icon && !children) {
|
|
38
42
|
console.warn("Badge requires one of children or icon");
|
|
39
43
|
}
|
package/Badge/index.mjs
CHANGED
|
@@ -1,23 +1,27 @@
|
|
|
1
1
|
import React__default from "react";
|
|
2
2
|
import { I as Icon } from "../__chunks__/Icon-0SN9dbwU.mjs";
|
|
3
|
-
import { T as Text } from "../__chunks__/Text-
|
|
3
|
+
import { T as Text } from "../__chunks__/Text-CX5GoBTS.mjs";
|
|
4
4
|
import { classNames, variationName } from "../utilities/css.mjs";
|
|
5
|
-
const root = "
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
const
|
|
5
|
+
const root = "_root_kb4na_4";
|
|
6
|
+
const block = "_block_kb4na_15";
|
|
7
|
+
const primary = "_primary_kb4na_19";
|
|
8
|
+
const secondary = "_secondary_kb4na_20";
|
|
9
|
+
const hasSecondary = "_hasSecondary_kb4na_35";
|
|
10
|
+
const text = "_text_kb4na_41";
|
|
11
|
+
const variantPrimary = "_variantPrimary_kb4na_46";
|
|
12
|
+
const variantSecondary = "_variantSecondary_kb4na_53";
|
|
13
|
+
const variantBlack = "_variantBlack_kb4na_60";
|
|
14
|
+
const variantInverse = "_variantInverse_kb4na_67";
|
|
15
|
+
const variantGray = "_variantGray_kb4na_74";
|
|
16
|
+
const variantSuccess = "_variantSuccess_kb4na_81";
|
|
17
|
+
const variantWarning = "_variantWarning_kb4na_88";
|
|
18
|
+
const variantDanger = "_variantDanger_kb4na_95";
|
|
17
19
|
const styles = {
|
|
18
20
|
root,
|
|
21
|
+
block,
|
|
19
22
|
primary,
|
|
20
23
|
secondary,
|
|
24
|
+
hasSecondary,
|
|
21
25
|
text,
|
|
22
26
|
variantPrimary,
|
|
23
27
|
variantSecondary,
|
|
@@ -30,8 +34,8 @@ const styles = {
|
|
|
30
34
|
};
|
|
31
35
|
const DEFAULT_VARIANT = "primary";
|
|
32
36
|
function Badge(props) {
|
|
33
|
-
const { accessibilityLabel, children, secondaryLabel, icon, variant = DEFAULT_VARIANT } = props;
|
|
34
|
-
const className = classNames(styles.root, styles[variationName("variant", variant)]);
|
|
37
|
+
const { accessibilityLabel, block: block2 = false, children, secondaryLabel, icon, variant = DEFAULT_VARIANT } = props;
|
|
38
|
+
const className = classNames(styles.root, styles[variationName("variant", variant)], block2 && styles.block, (icon || secondaryLabel) && styles.hasSecondary);
|
|
35
39
|
if (!icon && !children) {
|
|
36
40
|
console.warn("Badge requires one of children or icon");
|
|
37
41
|
}
|
package/Banner/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const React = require("react");
|
|
4
|
-
const Text = require("../__chunks__/Text-
|
|
4
|
+
const Text = require("../__chunks__/Text-B1xglKFU.js");
|
|
5
5
|
const utilities_css = require("../utilities/css.js");
|
|
6
6
|
const colorSuccess = "_colorSuccess_1w4t9_4";
|
|
7
7
|
const colorPrimary = "_colorPrimary_1w4t9_9";
|
package/Banner/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React__default from "react";
|
|
2
|
-
import { T as Text } from "../__chunks__/Text-
|
|
2
|
+
import { T as Text } from "../__chunks__/Text-CX5GoBTS.mjs";
|
|
3
3
|
import { classNames, variationName } from "../utilities/css.mjs";
|
|
4
4
|
const colorSuccess = "_colorSuccess_1w4t9_4";
|
|
5
5
|
const colorPrimary = "_colorPrimary_1w4t9_9";
|
package/Button/index.mjs
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @easypost/easy-ui
|
|
2
2
|
|
|
3
|
+
## 1.0.0-alpha.77
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- b0b6ef1: feat: add PlanCard
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [b0b6ef1]
|
|
12
|
+
- @easypost/easy-ui-tokens@1.0.0-alpha.16
|
|
13
|
+
|
|
14
|
+
## 1.0.0-alpha.76
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- 35e6d73: feat(Notification): add transitions
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- c2ea4f7: fix(Notification): border radius
|
|
23
|
+
- Updated dependencies [e622eea]
|
|
24
|
+
- @easypost/easy-ui-icons@1.0.0-alpha.39
|
|
25
|
+
|
|
3
26
|
## 1.0.0-alpha.75
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
package/Calendar/index.js
CHANGED
package/Calendar/index.mjs
CHANGED
package/Card/Card.d.ts
CHANGED
package/Card/Card.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../src/Card/Card.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACzE,OAAO,EACL,YAAY,EACZ,oBAAoB,EACpB,WAAW,EACX,mBAAmB,EACpB,MAAM,UAAU,CAAC;AAClB,OAAO,EACL,cAAc,EAKf,MAAM,kBAAkB,CAAC;AAS1B,KAAK,UAAU,GAAG,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAEhD,MAAM,MAAM,cAAc,GACtB,SAAS,GACT,WAAW,GACX,mBAAmB,CAAC,OAAO,CAAC,CAAC;AACjC,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,CAAC;AAC3D,MAAM,MAAM,UAAU,GAClB,SAAS,GACT,WAAW,GACX,QAAQ,GACR,SAAS,GACT,SAAS,GACT,SAAS,GACT,mBAAmB,CAAC,OAAO,CAAC,CAAC;AACjC,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,UAAU,CAAC,CAAC;AAErD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,6CAA6C;IAC7C,EAAE,CAAC,EAAE,WAAW,CAAC;IAEjB,2BAA2B;IAC3B,QAAQ,EAAE,SAAS,CAAC;IAEpB,sEAAsE;IACtE,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,sEAAsE;IACtE,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,WAAW,CAAC;IAExB;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;CAC7B,GAAG,iBAAiB,CAAC,WAAW,CAAC,CAAC;AAEnC,MAAM,MAAM,aAAa,GAAG;IAC1B,iFAAiF;IACjF,UAAU,CAAC,EAAE,cAAc,CAAC;IAE5B,gCAAgC;IAChC,QAAQ,EAAE,SAAS,CAAC;IAEpB;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;IAEtB;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,WAAW,CAAC;IAEvB;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,WAAW,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,kBAAkB,GAAG,aAAa,CAAC;AAE3D;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,OAAO,CAAC,aAAa,CAAC,mCAS9D;AAED,iBAAS,aAAa,CAAC,KAAK,EAAE,kBAAkB,
|
|
1
|
+
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../src/Card/Card.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACzE,OAAO,EACL,YAAY,EACZ,oBAAoB,EACpB,WAAW,EACX,mBAAmB,EACpB,MAAM,UAAU,CAAC;AAClB,OAAO,EACL,cAAc,EAKf,MAAM,kBAAkB,CAAC;AAS1B,KAAK,UAAU,GAAG,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAEhD,MAAM,MAAM,cAAc,GACtB,SAAS,GACT,WAAW,GACX,mBAAmB,CAAC,OAAO,CAAC,CAAC;AACjC,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,CAAC;AAC3D,MAAM,MAAM,UAAU,GAClB,SAAS,GACT,WAAW,GACX,QAAQ,GACR,SAAS,GACT,SAAS,GACT,SAAS,GACT,mBAAmB,CAAC,OAAO,CAAC,CAAC;AACjC,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,UAAU,CAAC,CAAC;AAErD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,6CAA6C;IAC7C,EAAE,CAAC,EAAE,WAAW,CAAC;IAEjB,2BAA2B;IAC3B,QAAQ,EAAE,SAAS,CAAC;IAEpB,sEAAsE;IACtE,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,sEAAsE;IACtE,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,WAAW,CAAC;IAExB,yBAAyB;IACzB,WAAW,CAAC,EAAE,mBAAmB,CAAC,OAAO,CAAC,CAAC;IAE3C;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;CAC7B,GAAG,iBAAiB,CAAC,WAAW,CAAC,CAAC;AAEnC,MAAM,MAAM,aAAa,GAAG;IAC1B,iFAAiF;IACjF,UAAU,CAAC,EAAE,cAAc,CAAC;IAE5B,gCAAgC;IAChC,QAAQ,EAAE,SAAS,CAAC;IAEpB;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;IAEtB;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,WAAW,CAAC;IAEvB;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,WAAW,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,kBAAkB,GAAG,aAAa,CAAC;AAE3D;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,OAAO,CAAC,aAAa,CAAC,mCAS9D;AAED,iBAAS,aAAa,CAAC,KAAK,EAAE,kBAAkB,qBAyD/C;AAED,iBAAS,QAAQ,CAAC,EAChB,UAAU,EACV,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,QAAQ,GACT,EAAE,aAAa,qBA0Cf;AAqED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,qBAqBpC;yBArBe,IAAI"}
|
package/Card/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const Card = require("../__chunks__/Card-
|
|
3
|
+
const Card = require("../__chunks__/Card-BM2DKiVA.js");
|
|
4
4
|
exports.Card = Card.Card;
|
|
5
5
|
exports.pickCardAreaProps = Card.pickCardAreaProps;
|
package/Card/index.mjs
CHANGED
package/CheckableCard/index.js
CHANGED
|
@@ -32,10 +32,10 @@ var __objRest = (source, exclude) => {
|
|
|
32
32
|
};
|
|
33
33
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
34
34
|
const React = require("react");
|
|
35
|
-
const Card = require("../__chunks__/Card-
|
|
36
|
-
const Checkbox = require("../__chunks__/Checkbox-
|
|
35
|
+
const Card = require("../__chunks__/Card-BM2DKiVA.js");
|
|
36
|
+
const Checkbox = require("../__chunks__/Checkbox-sznEdCc0.js");
|
|
37
37
|
const HorizontalStack = require("../__chunks__/HorizontalStack-CXpjASZi.js");
|
|
38
|
-
const Text = require("../__chunks__/Text-
|
|
38
|
+
const Text = require("../__chunks__/Text-B1xglKFU.js");
|
|
39
39
|
const VerticalStack = require("../__chunks__/VerticalStack-Dzpv3O67.js");
|
|
40
40
|
const textContainer = "_textContainer_e4oa4_4";
|
|
41
41
|
const styles = {
|
package/CheckableCard/index.mjs
CHANGED
|
@@ -30,10 +30,10 @@ var __objRest = (source, exclude) => {
|
|
|
30
30
|
return target;
|
|
31
31
|
};
|
|
32
32
|
import React__default from "react";
|
|
33
|
-
import { C as Card } from "../__chunks__/Card-
|
|
34
|
-
import { C as Checkbox } from "../__chunks__/Checkbox-
|
|
33
|
+
import { C as Card } from "../__chunks__/Card-CJug4GMX.mjs";
|
|
34
|
+
import { C as Checkbox } from "../__chunks__/Checkbox-C8XZu-1F.mjs";
|
|
35
35
|
import { H as HorizontalStack } from "../__chunks__/HorizontalStack-CxE8tPx_.mjs";
|
|
36
|
-
import { T as Text } from "../__chunks__/Text-
|
|
36
|
+
import { T as Text } from "../__chunks__/Text-CX5GoBTS.mjs";
|
|
37
37
|
import { V as VerticalStack } from "../__chunks__/VerticalStack-C2yDQVHD.mjs";
|
|
38
38
|
const textContainer = "_textContainer_e4oa4_4";
|
|
39
39
|
const styles = {
|
package/Checkbox/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const Checkbox = require("../__chunks__/Checkbox-
|
|
3
|
+
const Checkbox = require("../__chunks__/Checkbox-sznEdCc0.js");
|
|
4
4
|
exports.Checkbox = Checkbox.Checkbox;
|
|
5
5
|
exports.DEFAULT_SIZE = Checkbox.DEFAULT_SIZE;
|
package/Checkbox/index.mjs
CHANGED
package/CodeBlock/index.js
CHANGED
|
@@ -17,18 +17,18 @@ var __spreadValues = (a, b) => {
|
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
19
19
|
const React = require("react");
|
|
20
|
-
const CodeSnippet = require("../__chunks__/CodeSnippet-
|
|
20
|
+
const CodeSnippet = require("../__chunks__/CodeSnippet-Bpf7eWjq.js");
|
|
21
21
|
const HorizontalStack = require("../__chunks__/HorizontalStack-CXpjASZi.js");
|
|
22
22
|
const utilities_css = require("../utilities/css.js");
|
|
23
23
|
const utilities_react = require("../utilities/react.js");
|
|
24
24
|
const Icon = require("../__chunks__/Icon-W8F9w-jS.js");
|
|
25
|
-
const Text = require("../__chunks__/Text-
|
|
26
|
-
const Tooltip = require("../__chunks__/Tooltip-
|
|
25
|
+
const Text = require("../__chunks__/Text-B1xglKFU.js");
|
|
26
|
+
const Tooltip = require("../__chunks__/Tooltip-DP2EYuM4.js");
|
|
27
27
|
const useHover = require("../__chunks__/useHover-BCKoTdS5.js");
|
|
28
28
|
const useFocus = require("../__chunks__/useFocus-Da6IfenG.js");
|
|
29
29
|
const mergeProps = require("../__chunks__/mergeProps-6pKCnMWU.js");
|
|
30
30
|
const ExpandMore400 = require("../__chunks__/ExpandMore400-CJpvxyJm.js");
|
|
31
|
-
const Menu = require("../__chunks__/Menu-
|
|
31
|
+
const Menu = require("../__chunks__/Menu-BjKQfXId.js");
|
|
32
32
|
const UnstyledButton = require("../__chunks__/UnstyledButton-d3ChgECf.js");
|
|
33
33
|
function _interopNamespaceDefault(e) {
|
|
34
34
|
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
package/CodeBlock/index.mjs
CHANGED
|
@@ -16,19 +16,19 @@ var __spreadValues = (a, b) => {
|
|
|
16
16
|
};
|
|
17
17
|
import * as React from "react";
|
|
18
18
|
import React__default, { useCallback, useMemo } from "react";
|
|
19
|
-
import { f as friendlySnippetLanguageNames, a as CodeBlockContext, u as useCodeBlock, C as CodeSnippet } from "../__chunks__/CodeSnippet-
|
|
19
|
+
import { f as friendlySnippetLanguageNames, a as CodeBlockContext, u as useCodeBlock, C as CodeSnippet } from "../__chunks__/CodeSnippet-DOyQDfxp.mjs";
|
|
20
20
|
import { H as HorizontalStack } from "../__chunks__/HorizontalStack-CxE8tPx_.mjs";
|
|
21
21
|
import { classNames, variationName } from "../utilities/css.mjs";
|
|
22
22
|
import { filterChildrenByDisplayName } from "../utilities/react.mjs";
|
|
23
23
|
import { I as Icon } from "../__chunks__/Icon-0SN9dbwU.mjs";
|
|
24
|
-
import { T as Text } from "../__chunks__/Text-
|
|
25
|
-
import { T as Tooltip, $ as $8796f90736e175cb$export$4d40659c25ecb50b } from "../__chunks__/Tooltip-
|
|
26
|
-
import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/useHover-
|
|
27
|
-
import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "../__chunks__/useFocus-
|
|
24
|
+
import { T as Text } from "../__chunks__/Text-CX5GoBTS.mjs";
|
|
25
|
+
import { T as Tooltip, $ as $8796f90736e175cb$export$4d40659c25ecb50b } from "../__chunks__/Tooltip-By8WH1wI.mjs";
|
|
26
|
+
import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/useHover-mdyQ6kou.mjs";
|
|
27
|
+
import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "../__chunks__/useFocus-BJE6cxrg.mjs";
|
|
28
28
|
import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "../__chunks__/mergeProps-DRsiQq2k.mjs";
|
|
29
29
|
import { E as ExpandMore400 } from "../__chunks__/ExpandMore400-CH7GNxqk.mjs";
|
|
30
|
-
import { M as Menu } from "../__chunks__/Menu-
|
|
31
|
-
import { U as UnstyledButton } from "../__chunks__/UnstyledButton-
|
|
30
|
+
import { M as Menu } from "../__chunks__/Menu-L3un-ZpR.mjs";
|
|
31
|
+
import { U as UnstyledButton } from "../__chunks__/UnstyledButton-0yreaZnh.mjs";
|
|
32
32
|
var __defProp2 = Object.defineProperty;
|
|
33
33
|
var __getOwnPropSymbols2 = Object.getOwnPropertySymbols;
|
|
34
34
|
var __hasOwnProp2 = Object.prototype.hasOwnProperty;
|
package/CodeSnippet/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const CodeSnippet = require("../__chunks__/CodeSnippet-
|
|
3
|
+
const CodeSnippet = require("../__chunks__/CodeSnippet-Bpf7eWjq.js");
|
|
4
4
|
exports.CodeSnippet = CodeSnippet.CodeSnippet;
|
package/CodeSnippet/index.mjs
CHANGED
package/DataGrid/index.js
CHANGED
|
@@ -69,13 +69,13 @@ var __yieldStar = (value) => {
|
|
|
69
69
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
70
70
|
const React = require("react");
|
|
71
71
|
const Icon = require("../__chunks__/Icon-W8F9w-jS.js");
|
|
72
|
-
const Menu = require("../__chunks__/Menu-
|
|
73
|
-
const Text = require("../__chunks__/Text-
|
|
74
|
-
const KebabButton = require("../__chunks__/KebabButton-
|
|
72
|
+
const Menu = require("../__chunks__/Menu-BjKQfXId.js");
|
|
73
|
+
const Text = require("../__chunks__/Text-B1xglKFU.js");
|
|
74
|
+
const KebabButton = require("../__chunks__/KebabButton-B97kYKaW.js");
|
|
75
75
|
const utilities_css = require("../utilities/css.js");
|
|
76
76
|
const usePress = require("../__chunks__/usePress-DchxjERD.js");
|
|
77
77
|
const ArrowForwardIos = require("../__chunks__/ArrowForwardIos-DpRiDPNZ.js");
|
|
78
|
-
const Checkbox = require("../__chunks__/Checkbox-
|
|
78
|
+
const Checkbox = require("../__chunks__/Checkbox-sznEdCc0.js");
|
|
79
79
|
const useFocusVisible = require("../__chunks__/useFocusVisible-CLoIPL6T.js");
|
|
80
80
|
const focusSafely = require("../__chunks__/focusSafely-CucekFxc.js");
|
|
81
81
|
const FocusScope = require("../__chunks__/FocusScope-DxiwSl55.js");
|
|
@@ -93,7 +93,7 @@ const SelectionManager = require("../__chunks__/SelectionManager-px2R7S_e.js");
|
|
|
93
93
|
const useHover = require("../__chunks__/useHover-BCKoTdS5.js");
|
|
94
94
|
const useEdgeInterceptors = require("../__chunks__/useEdgeInterceptors-Ihk8NfjJ.js");
|
|
95
95
|
const useResizeObserver = require("../__chunks__/useResizeObserver-BsbT3mjh.js");
|
|
96
|
-
const Spinner = require("../__chunks__/Spinner-
|
|
96
|
+
const Spinner = require("../__chunks__/Spinner-BsvfYBAO.js");
|
|
97
97
|
const useSelectableList = require("../__chunks__/useSelectableList-F9Rfjy4j.js");
|
|
98
98
|
const LiveAnnouncer = require("../__chunks__/LiveAnnouncer-CzeNwq2D.js");
|
|
99
99
|
const filterDOMProps = require("../__chunks__/filterDOMProps-D3iOHP0H.js");
|
package/DataGrid/index.mjs
CHANGED
|
@@ -67,36 +67,36 @@ var __yieldStar = (value) => {
|
|
|
67
67
|
};
|
|
68
68
|
import React__default, { useMemo, useRef, useEffect, useState, useCallback, forwardRef, createContext, useContext, useLayoutEffect } from "react";
|
|
69
69
|
import { I as Icon } from "../__chunks__/Icon-0SN9dbwU.mjs";
|
|
70
|
-
import { M as Menu } from "../__chunks__/Menu-
|
|
71
|
-
import { T as Text } from "../__chunks__/Text-
|
|
72
|
-
import { K as KebabButton } from "../__chunks__/KebabButton-
|
|
70
|
+
import { M as Menu } from "../__chunks__/Menu-L3un-ZpR.mjs";
|
|
71
|
+
import { T as Text } from "../__chunks__/Text-CX5GoBTS.mjs";
|
|
72
|
+
import { K as KebabButton } from "../__chunks__/KebabButton-tTikhARu.mjs";
|
|
73
73
|
import { classNames, variationName, getComponentToken } from "../utilities/css.mjs";
|
|
74
|
-
import { $ as $f6c31cce2adf654f$export$45712eceda6fad21, f as $ea8dcbcb9ea1b556$export$bdc77b0c0a3a85d6 } from "../__chunks__/usePress-
|
|
74
|
+
import { $ as $f6c31cce2adf654f$export$45712eceda6fad21, f as $ea8dcbcb9ea1b556$export$bdc77b0c0a3a85d6 } from "../__chunks__/usePress-DQ3FxwWo.mjs";
|
|
75
75
|
import { A as ArrowForwardIos } from "../__chunks__/ArrowForwardIos-DSeLeLhY.mjs";
|
|
76
|
-
import { C as Checkbox } from "../__chunks__/Checkbox-
|
|
77
|
-
import { f as $507fabe10e71c6fb$export$b9b3dfddab17db27, B as $f4e2df6bd15f8569$export$1b00cb14a96194e6, o as $c87311424ea30a05$export$a11b0059900ceec8 } from "../__chunks__/useFocusVisible-
|
|
78
|
-
import { $ as $3ad3f6e1647bc98d$export$80f3e147d781571c } from "../__chunks__/focusSafely-
|
|
79
|
-
import { $ as $9bf71ea28793e738$export$2d6ec8fc375ceafa } from "../__chunks__/FocusScope-
|
|
76
|
+
import { C as Checkbox } from "../__chunks__/Checkbox-C8XZu-1F.mjs";
|
|
77
|
+
import { f as $507fabe10e71c6fb$export$b9b3dfddab17db27, B as $f4e2df6bd15f8569$export$1b00cb14a96194e6, o as $c87311424ea30a05$export$a11b0059900ceec8 } from "../__chunks__/useFocusVisible-DgcLCVnV.mjs";
|
|
78
|
+
import { $ as $3ad3f6e1647bc98d$export$80f3e147d781571c } from "../__chunks__/focusSafely-BW4_g0fd.mjs";
|
|
79
|
+
import { $ as $9bf71ea28793e738$export$2d6ec8fc375ceafa } from "../__chunks__/FocusScope-jG-ZgYgr.mjs";
|
|
80
80
|
import { c as $bdb11010cef70236$export$f680877a34711e37, $ as $3ef42575df84b30b$export$9d1611c77c2fe928, f as $ff5963eb1fccf552$export$e08e3b67e392101e } from "../__chunks__/mergeProps-DRsiQq2k.mjs";
|
|
81
81
|
import { $ as $62d8ded9296f3872$export$cfa2225e87938781 } from "../__chunks__/getScrollParent-B5CCP-yO.mjs";
|
|
82
82
|
import { b as $2f04cbc44ee30ce0$export$c826860796309d1b, $ as $ef06256079686ba0$export$f8aeda7b10753fa1 } from "../__chunks__/scrollIntoView-DSPpbfzY.mjs";
|
|
83
83
|
import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "../__chunks__/context-C5QKMZmh.mjs";
|
|
84
|
-
import { b as $ae20dd8cbca75726$export$d6daf82dcd84e87c, $ as $880e95eb8b93ba9a$export$ecf600387e221c37 } from "../__chunks__/useSelectableItem-
|
|
85
|
-
import { $ as $5b9b5b5723db6ae1$export$be42ebdab07ae4c2, a as $92599c3fd427b763$export$137e594ef3218a10, b as $835c96616a7cb4f9$exports } from "../__chunks__/useHighlightSelectionDescription-
|
|
84
|
+
import { b as $ae20dd8cbca75726$export$d6daf82dcd84e87c, $ as $880e95eb8b93ba9a$export$ecf600387e221c37 } from "../__chunks__/useSelectableItem-DcveeRN2.mjs";
|
|
85
|
+
import { $ as $5b9b5b5723db6ae1$export$be42ebdab07ae4c2, a as $92599c3fd427b763$export$137e594ef3218a10, b as $835c96616a7cb4f9$exports } from "../__chunks__/useHighlightSelectionDescription-Dl5YfxVo.mjs";
|
|
86
86
|
import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "../__chunks__/useLocalizedStringFormatter-SC1Py3Uf.mjs";
|
|
87
|
-
import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../__chunks__/useFocusRing-
|
|
88
|
-
import { $ as $f645667febf57a63$export$4c014de7c8940b4c } from "../__chunks__/useFocusable-
|
|
89
|
-
import { a as $5c3e21d68f1c4674$export$439d29a4e110a164 } from "../__chunks__/VisuallyHidden-
|
|
87
|
+
import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../__chunks__/useFocusRing-Dg_M1jfs.mjs";
|
|
88
|
+
import { $ as $f645667febf57a63$export$4c014de7c8940b4c } from "../__chunks__/useFocusable-B5QcOTFc.mjs";
|
|
89
|
+
import { a as $5c3e21d68f1c4674$export$439d29a4e110a164 } from "../__chunks__/VisuallyHidden-DLuOutNi.mjs";
|
|
90
90
|
import { $ as $7af3f5b51489e0b5$export$253fe78d46329472, c as $c5a24bc478652b5f$export$1005530eda016c13, d as $c5a24bc478652b5f$export$7475b2c64539e4cf, e as $c5a24bc478652b5f$export$fbdeaa6a76694f71, b as $d496c0a20b6e58ec$export$6c8a5aaad13c9852, a as $7613b1592d41b092$export$6cd28814d92fa9c9, f as $c5a24bc478652b5f$export$5f3398f8733f90e2 } from "../__chunks__/SelectionManager-my6312qq.mjs";
|
|
91
|
-
import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/useHover-
|
|
91
|
+
import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/useHover-mdyQ6kou.mjs";
|
|
92
92
|
import { u as useEdgeInterceptors } from "../__chunks__/useEdgeInterceptors-D_DARZZd.mjs";
|
|
93
93
|
import { $ as $9daab02d461809db$export$683480f191c0e3ea } from "../__chunks__/useResizeObserver-Dyb4wvuA.mjs";
|
|
94
|
-
import { S as Spinner } from "../__chunks__/Spinner-
|
|
95
|
-
import { c as $657e4dc4a6e88df0$export$8f5ed9ff9f511381 } from "../__chunks__/useSelectableList-
|
|
94
|
+
import { S as Spinner } from "../__chunks__/Spinner-BsFJZqxe.mjs";
|
|
95
|
+
import { c as $657e4dc4a6e88df0$export$8f5ed9ff9f511381 } from "../__chunks__/useSelectableList-C_zJw1dp.mjs";
|
|
96
96
|
import { $ as $319e236875307eab$export$a9b970dcc4ae71a9 } from "../__chunks__/LiveAnnouncer-BSV5-C0m.mjs";
|
|
97
97
|
import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "../__chunks__/filterDOMProps-EDDcM64A.mjs";
|
|
98
98
|
import { $ as $325a3faab7a68acd$export$a16aca283550c30d } from "../__chunks__/useCollator-DiblLehW.mjs";
|
|
99
|
-
import { $ as $83013635b024ae3d$export$eac1895992b9f3d6 } from "../__chunks__/useHasTabbableChild-
|
|
99
|
+
import { $ as $83013635b024ae3d$export$eac1895992b9f3d6 } from "../__chunks__/useHasTabbableChild-BBua_oUS.mjs";
|
|
100
100
|
import { $ as $4f58c5f72bcf79f7$export$496315a1608d9602 } from "../__chunks__/useUpdateEffect-C9amKlvd.mjs";
|
|
101
101
|
function $62967d126f3aa823$export$4007ac09ff9c68ed(props) {
|
|
102
102
|
let { collection, focusMode } = props;
|
package/DatePicker/index.js
CHANGED
|
@@ -20,9 +20,9 @@ var __spreadValues = (a, b) => {
|
|
|
20
20
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
21
21
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
22
22
|
const React = require("react");
|
|
23
|
-
const DatePickerBase = require("../__chunks__/DatePickerBase-
|
|
24
|
-
const Calendar = require("../__chunks__/Calendar-
|
|
25
|
-
const CalendarBase = require("../__chunks__/CalendarBase-
|
|
23
|
+
const DatePickerBase = require("../__chunks__/DatePickerBase-BWFcyR_m.js");
|
|
24
|
+
const Calendar = require("../__chunks__/Calendar-2o01guc2.js");
|
|
25
|
+
const CalendarBase = require("../__chunks__/CalendarBase-RcVbhUvM.js");
|
|
26
26
|
const useFormValidation = require("../__chunks__/useFormValidation-DaCYT2Ut.js");
|
|
27
27
|
const Overlay = require("../__chunks__/Overlay-BqaNlC3s.js");
|
|
28
28
|
const useControlledState = require("../__chunks__/useControlledState-mnKBd6Uc.js");
|
package/DatePicker/index.mjs
CHANGED
|
@@ -18,17 +18,17 @@ var __spreadValues = (a, b) => {
|
|
|
18
18
|
};
|
|
19
19
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
20
|
import React__default, { useState, useMemo, useRef } from "react";
|
|
21
|
-
import { $ as $35a22f14a1f04b11$export$2440da353cedad43, h as $35a22f14a1f04b11$export$f18627323ab57ac0, b as $35a22f14a1f04b11$export$7e319ea407e63bc0, c as $35a22f14a1f04b11$export$c5221a78ef73c5e9, d as $3dfb0f96be0d6a08$export$4a931266a3838b86, f as $16f0b7bb276bc17e$export$300019f83c56d282, e as $dfb4eba373ed9493$exports, D as DatePickerBase } from "../__chunks__/DatePickerBase-
|
|
22
|
-
import { C as Calendar } from "../__chunks__/Calendar-
|
|
23
|
-
import { m as $fb18d541ea1ad717$export$ad991b66133851cf, n as $11d87f3f76e88657$export$b21e0b124e224484, d as $11d87f3f76e88657$export$93522d1a439f3617 } from "../__chunks__/CalendarBase-
|
|
24
|
-
import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, c as $e5be200c675c3b3a$export$a763b9476acd3eb } from "../__chunks__/useFormValidation-
|
|
25
|
-
import { a as $fc909762b330b746$export$61c6a8c84e605fb6 } from "../__chunks__/Overlay-
|
|
21
|
+
import { $ as $35a22f14a1f04b11$export$2440da353cedad43, h as $35a22f14a1f04b11$export$f18627323ab57ac0, b as $35a22f14a1f04b11$export$7e319ea407e63bc0, c as $35a22f14a1f04b11$export$c5221a78ef73c5e9, d as $3dfb0f96be0d6a08$export$4a931266a3838b86, f as $16f0b7bb276bc17e$export$300019f83c56d282, e as $dfb4eba373ed9493$exports, D as DatePickerBase } from "../__chunks__/DatePickerBase-BJH3bhGM.mjs";
|
|
22
|
+
import { C as Calendar } from "../__chunks__/Calendar-DjW0E3mk.mjs";
|
|
23
|
+
import { m as $fb18d541ea1ad717$export$ad991b66133851cf, n as $11d87f3f76e88657$export$b21e0b124e224484, d as $11d87f3f76e88657$export$93522d1a439f3617 } from "../__chunks__/CalendarBase-D8NmV5mS.mjs";
|
|
24
|
+
import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, c as $e5be200c675c3b3a$export$a763b9476acd3eb } from "../__chunks__/useFormValidation-gt5I8m2g.mjs";
|
|
25
|
+
import { a as $fc909762b330b746$export$61c6a8c84e605fb6 } from "../__chunks__/Overlay-huXBYY4a.mjs";
|
|
26
26
|
import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "../__chunks__/useControlledState-CFWhSD5C.mjs";
|
|
27
|
-
import { a as $9bf71ea28793e738$export$c5251b9e124bf29 } from "../__chunks__/FocusScope-
|
|
27
|
+
import { a as $9bf71ea28793e738$export$c5251b9e124bf29 } from "../__chunks__/FocusScope-jG-ZgYgr.mjs";
|
|
28
28
|
import { c as $bdb11010cef70236$export$f680877a34711e37, $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "../__chunks__/mergeProps-DRsiQq2k.mjs";
|
|
29
29
|
import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "../__chunks__/filterDOMProps-EDDcM64A.mjs";
|
|
30
30
|
import { $ as $ef06256079686ba0$export$f8aeda7b10753fa1 } from "../__chunks__/scrollIntoView-DSPpbfzY.mjs";
|
|
31
|
-
import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "../__chunks__/useFocusWithin-
|
|
31
|
+
import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "../__chunks__/useFocusWithin-BE5KE588.mjs";
|
|
32
32
|
import { $ as $2baaea4c71418dea$export$294aa081a6c6f55d } from "../__chunks__/useField-D71RzzwQ.mjs";
|
|
33
33
|
import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "../__chunks__/context-C5QKMZmh.mjs";
|
|
34
34
|
import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "../__chunks__/useLocalizedStringFormatter-SC1Py3Uf.mjs";
|
package/DateRangePicker/index.js
CHANGED
|
@@ -20,9 +20,9 @@ var __spreadValues = (a, b) => {
|
|
|
20
20
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
21
21
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
22
22
|
const React = require("react");
|
|
23
|
-
const RangeCalendar = require("../__chunks__/RangeCalendar-
|
|
24
|
-
const DatePickerBase = require("../__chunks__/DatePickerBase-
|
|
25
|
-
const CalendarBase = require("../__chunks__/CalendarBase-
|
|
23
|
+
const RangeCalendar = require("../__chunks__/RangeCalendar-aUakXSjU.js");
|
|
24
|
+
const DatePickerBase = require("../__chunks__/DatePickerBase-BWFcyR_m.js");
|
|
25
|
+
const CalendarBase = require("../__chunks__/CalendarBase-RcVbhUvM.js");
|
|
26
26
|
const useFormValidation = require("../__chunks__/useFormValidation-DaCYT2Ut.js");
|
|
27
27
|
const Overlay = require("../__chunks__/Overlay-BqaNlC3s.js");
|
|
28
28
|
const useControlledState = require("../__chunks__/useControlledState-mnKBd6Uc.js");
|
|
@@ -18,17 +18,17 @@ var __spreadValues = (a, b) => {
|
|
|
18
18
|
};
|
|
19
19
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
20
|
import React__default, { useState, useMemo, useRef } from "react";
|
|
21
|
-
import { R as RangeCalendar } from "../__chunks__/RangeCalendar-
|
|
22
|
-
import { $ as $35a22f14a1f04b11$export$2440da353cedad43, a as $35a22f14a1f04b11$export$80ff8fc0ae339c13, b as $35a22f14a1f04b11$export$7e319ea407e63bc0, c as $35a22f14a1f04b11$export$c5221a78ef73c5e9, d as $3dfb0f96be0d6a08$export$4a931266a3838b86, e as $dfb4eba373ed9493$exports, f as $16f0b7bb276bc17e$export$300019f83c56d282, g as $16f0b7bb276bc17e$export$7b3062cd49e80452, D as DatePickerBase } from "../__chunks__/DatePickerBase-
|
|
23
|
-
import { m as $fb18d541ea1ad717$export$ad991b66133851cf, n as $11d87f3f76e88657$export$b21e0b124e224484, d as $11d87f3f76e88657$export$93522d1a439f3617 } from "../__chunks__/CalendarBase-
|
|
24
|
-
import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, b as $e5be200c675c3b3a$export$dad6ae84456c676a, c as $e5be200c675c3b3a$export$a763b9476acd3eb, d as $e5be200c675c3b3a$export$75ee7c75d68f5b0e } from "../__chunks__/useFormValidation-
|
|
25
|
-
import { a as $fc909762b330b746$export$61c6a8c84e605fb6 } from "../__chunks__/Overlay-
|
|
21
|
+
import { R as RangeCalendar } from "../__chunks__/RangeCalendar-DhFnV8j-.mjs";
|
|
22
|
+
import { $ as $35a22f14a1f04b11$export$2440da353cedad43, a as $35a22f14a1f04b11$export$80ff8fc0ae339c13, b as $35a22f14a1f04b11$export$7e319ea407e63bc0, c as $35a22f14a1f04b11$export$c5221a78ef73c5e9, d as $3dfb0f96be0d6a08$export$4a931266a3838b86, e as $dfb4eba373ed9493$exports, f as $16f0b7bb276bc17e$export$300019f83c56d282, g as $16f0b7bb276bc17e$export$7b3062cd49e80452, D as DatePickerBase } from "../__chunks__/DatePickerBase-BJH3bhGM.mjs";
|
|
23
|
+
import { m as $fb18d541ea1ad717$export$ad991b66133851cf, n as $11d87f3f76e88657$export$b21e0b124e224484, d as $11d87f3f76e88657$export$93522d1a439f3617 } from "../__chunks__/CalendarBase-D8NmV5mS.mjs";
|
|
24
|
+
import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, b as $e5be200c675c3b3a$export$dad6ae84456c676a, c as $e5be200c675c3b3a$export$a763b9476acd3eb, d as $e5be200c675c3b3a$export$75ee7c75d68f5b0e } from "../__chunks__/useFormValidation-gt5I8m2g.mjs";
|
|
25
|
+
import { a as $fc909762b330b746$export$61c6a8c84e605fb6 } from "../__chunks__/Overlay-huXBYY4a.mjs";
|
|
26
26
|
import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "../__chunks__/useControlledState-CFWhSD5C.mjs";
|
|
27
|
-
import { a as $9bf71ea28793e738$export$c5251b9e124bf29 } from "../__chunks__/FocusScope-
|
|
27
|
+
import { a as $9bf71ea28793e738$export$c5251b9e124bf29 } from "../__chunks__/FocusScope-jG-ZgYgr.mjs";
|
|
28
28
|
import { c as $bdb11010cef70236$export$f680877a34711e37, $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "../__chunks__/mergeProps-DRsiQq2k.mjs";
|
|
29
29
|
import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "../__chunks__/filterDOMProps-EDDcM64A.mjs";
|
|
30
30
|
import { $ as $ef06256079686ba0$export$f8aeda7b10753fa1 } from "../__chunks__/scrollIntoView-DSPpbfzY.mjs";
|
|
31
|
-
import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "../__chunks__/useFocusWithin-
|
|
31
|
+
import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "../__chunks__/useFocusWithin-BE5KE588.mjs";
|
|
32
32
|
import { $ as $2baaea4c71418dea$export$294aa081a6c6f55d } from "../__chunks__/useField-D71RzzwQ.mjs";
|
|
33
33
|
import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "../__chunks__/context-C5QKMZmh.mjs";
|
|
34
34
|
import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "../__chunks__/useLocalizedStringFormatter-SC1Py3Uf.mjs";
|