@easypost/easy-ui 1.0.0-alpha.112 → 1.0.0-alpha.114
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/AlertBadge/AlertBadge.d.ts +1 -1
- package/AlertBadge/AlertBadge.d.ts.map +1 -1
- package/AlertBadge/index.js +20 -16
- package/AlertBadge/index.mjs +20 -16
- package/Badge/index.js +29 -19
- package/Badge/index.mjs +29 -19
- package/Banner/index.js +19 -12
- package/Banner/index.mjs +19 -12
- package/Button/index.js +1 -1
- package/Button/index.mjs +1 -1
- package/CHANGELOG.md +12 -0
- package/Calendar/index.js +1 -1
- package/Calendar/index.mjs +1 -1
- package/Card/index.js +1 -1
- package/Card/index.mjs +1 -1
- package/CheckableCard/index.js +33 -24
- package/CheckableCard/index.mjs +33 -24
- package/Checkbox/index.js +1 -1
- package/Checkbox/index.mjs +1 -1
- package/CodeBlock/CodeBlock.d.ts.map +1 -1
- package/CodeBlock/context.d.ts +2 -1
- package/CodeBlock/context.d.ts.map +1 -1
- package/CodeBlock/index.js +81 -59
- package/CodeBlock/index.mjs +81 -59
- package/CodeSnippet/index.js +1 -1
- package/CodeSnippet/index.mjs +1 -1
- package/ColorPicker/index.js +71 -54
- package/ColorPicker/index.mjs +71 -54
- package/CustomerPortalLayout/index.js +101 -72
- package/CustomerPortalLayout/index.mjs +101 -72
- package/DataGrid/index.js +229 -173
- package/DataGrid/index.mjs +229 -173
- package/DatePicker/index.js +10 -8
- package/DatePicker/index.mjs +10 -8
- package/DateRangePicker/index.js +10 -8
- package/DateRangePicker/index.mjs +10 -8
- package/Drawer/context.d.ts +2 -2
- package/Drawer/context.d.ts.map +1 -1
- package/Drawer/index.js +99 -78
- package/Drawer/index.mjs +99 -78
- package/Drawer/useIntersectionDetection.d.ts +1 -1
- package/Drawer/useIntersectionDetection.d.ts.map +1 -1
- package/DropdownButton/index.js +15 -7
- package/DropdownButton/index.mjs +16 -8
- package/EmptyStateCard/index.js +53 -33
- package/EmptyStateCard/index.mjs +53 -33
- package/FocusedProductLayout/index.js +104 -76
- package/FocusedProductLayout/index.mjs +104 -76
- package/ForgeLayout/index.js +283 -217
- package/ForgeLayout/index.mjs +284 -218
- package/FormLayout/index.js +38 -24
- package/FormLayout/index.mjs +38 -24
- 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 +16 -9
- package/IconButton/index.mjs +17 -10
- 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/MenuTrigger.d.ts +1 -1
- package/Menu/MenuTrigger.d.ts.map +1 -1
- package/Menu/index.js +1 -1
- package/Menu/index.mjs +1 -1
- package/Modal/context.d.ts +3 -3
- package/Modal/context.d.ts.map +1 -1
- package/Modal/index.js +124 -93
- package/Modal/index.mjs +124 -93
- package/Modal/useIntersectionDetection.d.ts +1 -1
- package/Modal/useIntersectionDetection.d.ts.map +1 -1
- package/MultiSelect/MultiSelectDropdown.d.ts +2 -2
- package/MultiSelect/MultiSelectDropdown.d.ts.map +1 -1
- package/MultiSelect/index.js +106 -83
- package/MultiSelect/index.mjs +107 -84
- package/MultiSelect/utilities.d.ts +1 -1
- package/MultiSelect/utilities.d.ts.map +1 -1
- package/MultipageSection/index.js +94 -71
- package/MultipageSection/index.mjs +94 -71
- package/NexusLayout/index.js +136 -102
- package/NexusLayout/index.mjs +136 -102
- package/Notification/NotificationTransition.d.ts +1 -1
- package/Notification/NotificationTransition.d.ts.map +1 -1
- package/Notification/index.js +1 -1
- package/Notification/index.mjs +1 -1
- package/Pagination/index.js +62 -50
- package/Pagination/index.mjs +63 -51
- package/PillGroup/index.js +1 -1
- package/PillGroup/index.mjs +1 -1
- package/PlanCard/illustrations/Building01/index.js +532 -531
- package/PlanCard/illustrations/Building01/index.mjs +532 -531
- package/PlanCard/illustrations/Building02/index.js +206 -205
- package/PlanCard/illustrations/Building02/index.mjs +206 -205
- package/PlanCard/illustrations/Building03/index.js +773 -772
- package/PlanCard/illustrations/Building03/index.mjs +773 -772
- package/PlanCard/illustrations/Building04/index.js +1528 -1527
- package/PlanCard/illustrations/Building04/index.mjs +1528 -1527
- package/PlanCard/index.js +59 -36
- package/PlanCard/index.mjs +60 -37
- package/ProductLayout/index.js +132 -91
- package/ProductLayout/index.mjs +132 -91
- package/Provider/index.js +18 -14
- package/Provider/index.mjs +18 -14
- package/RadioButtonGroup/index.js +14 -10
- package/RadioButtonGroup/index.mjs +14 -10
- 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/CondensedSearchNav.d.ts.map +1 -1
- package/SearchNav/index.js +197 -141
- package/SearchNav/index.mjs +198 -142
- package/SearchNav/utilities.d.ts +3 -3
- package/SearchNav/utilities.d.ts.map +1 -1
- package/SectionCard/index.js +43 -25
- package/SectionCard/index.mjs +43 -25
- package/Select/index.js +74 -62
- package/Select/index.mjs +74 -62
- 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 +22 -16
- package/SplitToggleCard/index.mjs +22 -16
- 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 +22 -16
- package/TabPanels/index.mjs +24 -18
- 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 +3 -3
- package/Textarea/index.mjs +3 -3
- 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 +20 -15
- package/ToggleCard/index.mjs +21 -16
- 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 +115 -88
- package/VerticalNav/index.mjs +115 -88
- package/VerticalStack/index.js +1 -1
- package/VerticalStack/index.mjs +1 -1
- package/__chunks__/{Button-5AuHgwU3.js → Button-CQdi4TMV.js} +15 -12
- package/__chunks__/{Button-BsGH6vGC.mjs → Button-JL1YQxJ5.mjs} +16 -13
- package/__chunks__/{Calendar-D09mdpmC.js → Calendar-C9zdRov0.js} +3 -2
- package/__chunks__/{Calendar-BGZysoV0.mjs → Calendar-DLzAtdfg.mjs} +3 -2
- package/__chunks__/{CalendarBase-Bn9o8BdD.mjs → CalendarBase-DJ38_qK6.mjs} +86 -64
- package/__chunks__/{CalendarBase-DHxad3N9.js → CalendarBase-M-f289w8.js} +86 -64
- package/__chunks__/{Card-CJug4GMX.mjs → Card-BgjWYPVY.mjs} +21 -12
- package/__chunks__/{Card-BM2DKiVA.js → Card-LPIW5drP.js} +21 -12
- package/__chunks__/{Checkbox-D2-8vvdr.js → Checkbox-B_-6lfKk.js} +36 -28
- package/__chunks__/{Checkbox-BWfY9XqH.mjs → Checkbox-DcaO0fC3.mjs} +36 -28
- package/__chunks__/{CodeSnippet-CIijbclb.js → CodeSnippet-25l4r2Gh.js} +16 -12
- package/__chunks__/{CodeSnippet-QpCpkoXv.mjs → CodeSnippet-B3nsMpvq.mjs} +16 -12
- package/__chunks__/{DatePickerBase-CFB0JDQA.mjs → DatePickerBase-BQc8LKWg.mjs} +80 -62
- package/__chunks__/{DatePickerBase-DSPIErms.js → DatePickerBase-BYYfRTEY.js} +80 -62
- package/__chunks__/EasyPostLogo-C9-Q0lSn.js +22 -0
- package/__chunks__/EasyPostLogo-DgIgAGa3.mjs +23 -0
- package/__chunks__/{HelpMenu-CO6kYktc.mjs → HelpMenu-BZRV42ab.mjs} +30 -21
- package/__chunks__/{HelpMenu-nihaGEVy.js → HelpMenu-C2t8KQuU.js} +30 -20
- package/__chunks__/{HorizontalGrid-CAwv7zKY.js → HorizontalGrid-CAoDcmPW.js} +5 -3
- package/__chunks__/{HorizontalGrid-Dz8EFgmu.mjs → HorizontalGrid-DbLeJBt8.mjs} +6 -4
- package/__chunks__/{HorizontalStack-CxE8tPx_.mjs → HorizontalStack-CJavrBHm.mjs} +6 -4
- package/__chunks__/{HorizontalStack-CXpjASZi.js → HorizontalStack-CWdKKY8L.js} +5 -3
- package/__chunks__/{Icon-0SN9dbwU.mjs → Icon-BIpaQJ_I.mjs} +11 -10
- package/__chunks__/{Icon-W8F9w-jS.js → Icon-BRlbo3RF.js} +11 -10
- package/__chunks__/{InputCaption-C3Hf9Hvt.js → InputCaption-CccF4ynE.js} +19 -15
- package/__chunks__/{InputCaption-BJO9_Tby.mjs → InputCaption-DoyGkWQe.mjs} +19 -15
- package/__chunks__/{InputField-dq5XIhr1.mjs → InputField-CAY9O90X.mjs} +77 -66
- package/__chunks__/{InputField-CDHznUZd.js → InputField-DGb4ZDoR.js} +77 -66
- package/__chunks__/{InputIcon-Bpg4lyQx.mjs → InputIcon-CEATdJ1j.mjs} +9 -8
- package/__chunks__/{InputIcon-DdcvN3A4.js → InputIcon-DDKBJ_Tk.js} +9 -8
- package/__chunks__/{KebabButton-Bf1OdC5_.mjs → KebabButton-D-5Mjaj0.mjs} +15 -8
- package/__chunks__/{KebabButton-DdzHU7is.js → KebabButton-TbapERgy.js} +15 -8
- package/__chunks__/{Menu-DHwqwFlg.mjs → Menu-Ci1FGh8B.mjs} +88 -70
- package/__chunks__/{Menu-Kfc6nxFP.js → Menu-MGDv1tob.js} +88 -70
- package/__chunks__/{Notification-vF_YGVIP.js → Notification-DDQHWloB.js} +62 -48
- package/__chunks__/{Notification-BoT3Hm0B.mjs → Notification-DnNx0rb6.mjs} +64 -50
- package/__chunks__/{PillGroup-CAHVIlU0.js → PillGroup-BK8VCf3B.js} +41 -27
- package/__chunks__/{PillGroup-DjLJ4wVb.mjs → PillGroup-DN72MPhg.mjs} +41 -27
- package/__chunks__/{RadioGroup-DUu5GEpn.mjs → RadioGroup-BfKaJnSo.mjs} +58 -40
- package/__chunks__/{RadioGroup-CGQKZwDU.js → RadioGroup-BiCqtR0F.js} +58 -40
- package/__chunks__/{RangeCalendar-LPcJB19o.mjs → RangeCalendar-BdTjX8NT.mjs} +3 -2
- package/__chunks__/{RangeCalendar-Ckqj2J9L.js → RangeCalendar-Dz6LyRYS.js} +3 -2
- package/__chunks__/{SelectOverlay-CmbC4zrD.js → SelectOverlay-Bva0SG8D.js} +62 -51
- package/__chunks__/{SelectOverlay-DptO7xtn.mjs → SelectOverlay-q23ZLLi4.mjs} +62 -51
- package/__chunks__/{SelectorErrorTooltip-_D8DSBKs.js → SelectorErrorTooltip-BNLrFRLN.js} +19 -11
- package/__chunks__/{SelectorErrorTooltip-Dw1Fvd_q.mjs → SelectorErrorTooltip-rO2-k3Gl.mjs} +19 -12
- package/__chunks__/{Spinner-DOmPV59I.mjs → Spinner-COsekFr1.mjs} +17 -13
- package/__chunks__/{Spinner-D0ifPtVV.js → Spinner-vRnrcEz0.js} +16 -12
- package/__chunks__/{Stepper-BEyDIPNJ.mjs → Stepper-DlI-16t-.mjs} +48 -37
- package/__chunks__/{Stepper-CX0Mu37p.js → Stepper-lhcjfVFY.js} +47 -36
- package/__chunks__/{TabNav-vCt_zTvE.mjs → TabNav-BNhQF0b0.mjs} +10 -8
- package/__chunks__/{TabNav-B8aEzVyr.js → TabNav-bVgyfEV7.js} +10 -8
- package/__chunks__/{Tabs-DJ4aKu11.mjs → Tabs-BaROnbKg.mjs} +47 -38
- package/__chunks__/{Tabs-BL8odO0p.js → Tabs-DSngzN9A.js} +46 -37
- package/__chunks__/{Text-YOL3isF4.mjs → Text-D6oT5WJQ.mjs} +5 -4
- package/__chunks__/{Text-CSESKR_s.js → Text-DkzMEqky.js} +5 -4
- package/__chunks__/{TextField-D2QhDAdD.mjs → TextField-818kTElu.mjs} +3 -3
- package/__chunks__/{TextField-94cCP805.js → TextField-DKQVJPP_.js} +3 -3
- package/__chunks__/{Theme-DqbmY4wy.js → Theme-C2nSZUpG.js} +27 -17
- package/__chunks__/{Theme-BAFk7BvV.mjs → Theme-M__gFMM3.mjs} +28 -18
- package/__chunks__/{Toggle-D2ucsFxO.js → Toggle-BmJjrdVn.js} +43 -37
- package/__chunks__/{Toggle-CxjLdmzW.mjs → Toggle-DlDQ7rr2.mjs} +43 -37
- package/__chunks__/{Tooltip-DqpxBjpa.js → Tooltip-BSMvNula.js} +25 -17
- package/__chunks__/{Tooltip-DAyUY3na.mjs → Tooltip-BXRi0h4E.mjs} +25 -17
- package/__chunks__/{UnstyledButton-BFpQ2Irc.js → UnstyledButton-DW8CjaXN.js} +5 -3
- package/__chunks__/{UnstyledButton-DpQ5Ic9D.mjs → UnstyledButton-DxJLvL-G.mjs} +6 -4
- package/__chunks__/{VerticalStack-Dzpv3O67.js → VerticalStack-BHkiocKU.js} +5 -3
- package/__chunks__/{VerticalStack-C2yDQVHD.mjs → VerticalStack-DoMqBfYD.mjs} +6 -4
- package/__chunks__/index-CqNUlUoB.js +217 -0
- package/__chunks__/index-ee-P7jQr.mjs +218 -0
- package/__chunks__/{useEdgeInterceptors-D_DARZZd.mjs → useEdgeInterceptors-OZmGXvtF.mjs} +17 -14
- package/__chunks__/{useEdgeInterceptors-Ihk8NfjJ.js → useEdgeInterceptors-Rb2Hf0v8.js} +16 -13
- package/package.json +4 -6
- package/types.d.ts +1 -1
- package/types.d.ts.map +1 -1
- package/utilities/Noop.d.ts +1 -1
- package/utilities/Noop.d.ts.map +1 -1
- package/utilities/react.d.ts +1 -1
- package/utilities/react.d.ts.map +1 -1
- package/utilities/react.js +1 -1
- package/utilities/react.mjs +1 -1
- package/utilities/test.d.ts +1 -0
- package/utilities/test.d.ts.map +1 -1
- package/__chunks__/EasyPostLogo-B3Um5vvS.mjs +0 -22
- package/__chunks__/EasyPostLogo-DQt5KlFX.js +0 -21
- package/__chunks__/index-CUcRN4NO.js +0 -311
- package/__chunks__/index-Izk6uvQC.mjs +0 -312
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var reactIs = { exports: {} };
|
|
3
|
+
var reactIs_production = {};
|
|
4
|
+
/**
|
|
5
|
+
* @license React
|
|
6
|
+
* react-is.production.js
|
|
7
|
+
*
|
|
8
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
9
|
+
*
|
|
10
|
+
* This source code is licensed under the MIT license found in the
|
|
11
|
+
* LICENSE file in the root directory of this source tree.
|
|
12
|
+
*/
|
|
13
|
+
var hasRequiredReactIs_production;
|
|
14
|
+
function requireReactIs_production() {
|
|
15
|
+
if (hasRequiredReactIs_production) return reactIs_production;
|
|
16
|
+
hasRequiredReactIs_production = 1;
|
|
17
|
+
var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"), REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference");
|
|
18
|
+
function typeOf(object) {
|
|
19
|
+
if ("object" === typeof object && null !== object) {
|
|
20
|
+
var $$typeof = object.$$typeof;
|
|
21
|
+
switch ($$typeof) {
|
|
22
|
+
case REACT_ELEMENT_TYPE:
|
|
23
|
+
switch (object = object.type, object) {
|
|
24
|
+
case REACT_FRAGMENT_TYPE:
|
|
25
|
+
case REACT_PROFILER_TYPE:
|
|
26
|
+
case REACT_STRICT_MODE_TYPE:
|
|
27
|
+
case REACT_SUSPENSE_TYPE:
|
|
28
|
+
case REACT_SUSPENSE_LIST_TYPE:
|
|
29
|
+
case REACT_VIEW_TRANSITION_TYPE:
|
|
30
|
+
return object;
|
|
31
|
+
default:
|
|
32
|
+
switch (object = object && object.$$typeof, object) {
|
|
33
|
+
case REACT_CONTEXT_TYPE:
|
|
34
|
+
case REACT_FORWARD_REF_TYPE:
|
|
35
|
+
case REACT_LAZY_TYPE:
|
|
36
|
+
case REACT_MEMO_TYPE:
|
|
37
|
+
return object;
|
|
38
|
+
case REACT_CONSUMER_TYPE:
|
|
39
|
+
return object;
|
|
40
|
+
default:
|
|
41
|
+
return $$typeof;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
case REACT_PORTAL_TYPE:
|
|
45
|
+
return $$typeof;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
reactIs_production.ContextConsumer = REACT_CONSUMER_TYPE;
|
|
50
|
+
reactIs_production.ContextProvider = REACT_CONTEXT_TYPE;
|
|
51
|
+
reactIs_production.Element = REACT_ELEMENT_TYPE;
|
|
52
|
+
reactIs_production.ForwardRef = REACT_FORWARD_REF_TYPE;
|
|
53
|
+
reactIs_production.Fragment = REACT_FRAGMENT_TYPE;
|
|
54
|
+
reactIs_production.Lazy = REACT_LAZY_TYPE;
|
|
55
|
+
reactIs_production.Memo = REACT_MEMO_TYPE;
|
|
56
|
+
reactIs_production.Portal = REACT_PORTAL_TYPE;
|
|
57
|
+
reactIs_production.Profiler = REACT_PROFILER_TYPE;
|
|
58
|
+
reactIs_production.StrictMode = REACT_STRICT_MODE_TYPE;
|
|
59
|
+
reactIs_production.Suspense = REACT_SUSPENSE_TYPE;
|
|
60
|
+
reactIs_production.SuspenseList = REACT_SUSPENSE_LIST_TYPE;
|
|
61
|
+
reactIs_production.isContextConsumer = function(object) {
|
|
62
|
+
return typeOf(object) === REACT_CONSUMER_TYPE;
|
|
63
|
+
};
|
|
64
|
+
reactIs_production.isContextProvider = function(object) {
|
|
65
|
+
return typeOf(object) === REACT_CONTEXT_TYPE;
|
|
66
|
+
};
|
|
67
|
+
reactIs_production.isElement = function(object) {
|
|
68
|
+
return "object" === typeof object && null !== object && object.$$typeof === REACT_ELEMENT_TYPE;
|
|
69
|
+
};
|
|
70
|
+
reactIs_production.isForwardRef = function(object) {
|
|
71
|
+
return typeOf(object) === REACT_FORWARD_REF_TYPE;
|
|
72
|
+
};
|
|
73
|
+
reactIs_production.isFragment = function(object) {
|
|
74
|
+
return typeOf(object) === REACT_FRAGMENT_TYPE;
|
|
75
|
+
};
|
|
76
|
+
reactIs_production.isLazy = function(object) {
|
|
77
|
+
return typeOf(object) === REACT_LAZY_TYPE;
|
|
78
|
+
};
|
|
79
|
+
reactIs_production.isMemo = function(object) {
|
|
80
|
+
return typeOf(object) === REACT_MEMO_TYPE;
|
|
81
|
+
};
|
|
82
|
+
reactIs_production.isPortal = function(object) {
|
|
83
|
+
return typeOf(object) === REACT_PORTAL_TYPE;
|
|
84
|
+
};
|
|
85
|
+
reactIs_production.isProfiler = function(object) {
|
|
86
|
+
return typeOf(object) === REACT_PROFILER_TYPE;
|
|
87
|
+
};
|
|
88
|
+
reactIs_production.isStrictMode = function(object) {
|
|
89
|
+
return typeOf(object) === REACT_STRICT_MODE_TYPE;
|
|
90
|
+
};
|
|
91
|
+
reactIs_production.isSuspense = function(object) {
|
|
92
|
+
return typeOf(object) === REACT_SUSPENSE_TYPE;
|
|
93
|
+
};
|
|
94
|
+
reactIs_production.isSuspenseList = function(object) {
|
|
95
|
+
return typeOf(object) === REACT_SUSPENSE_LIST_TYPE;
|
|
96
|
+
};
|
|
97
|
+
reactIs_production.isValidElementType = function(type) {
|
|
98
|
+
return "string" === typeof type || "function" === typeof type || type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || "object" === typeof type && null !== type && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_CONSUMER_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_CLIENT_REFERENCE || void 0 !== type.getModuleId) ? true : false;
|
|
99
|
+
};
|
|
100
|
+
reactIs_production.typeOf = typeOf;
|
|
101
|
+
return reactIs_production;
|
|
102
|
+
}
|
|
103
|
+
var reactIs_development = {};
|
|
104
|
+
/**
|
|
105
|
+
* @license React
|
|
106
|
+
* react-is.development.js
|
|
107
|
+
*
|
|
108
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
109
|
+
*
|
|
110
|
+
* This source code is licensed under the MIT license found in the
|
|
111
|
+
* LICENSE file in the root directory of this source tree.
|
|
112
|
+
*/
|
|
113
|
+
var hasRequiredReactIs_development;
|
|
114
|
+
function requireReactIs_development() {
|
|
115
|
+
if (hasRequiredReactIs_development) return reactIs_development;
|
|
116
|
+
hasRequiredReactIs_development = 1;
|
|
117
|
+
"production" !== process.env.NODE_ENV && function() {
|
|
118
|
+
function typeOf(object) {
|
|
119
|
+
if ("object" === typeof object && null !== object) {
|
|
120
|
+
var $$typeof = object.$$typeof;
|
|
121
|
+
switch ($$typeof) {
|
|
122
|
+
case REACT_ELEMENT_TYPE:
|
|
123
|
+
switch (object = object.type, object) {
|
|
124
|
+
case REACT_FRAGMENT_TYPE:
|
|
125
|
+
case REACT_PROFILER_TYPE:
|
|
126
|
+
case REACT_STRICT_MODE_TYPE:
|
|
127
|
+
case REACT_SUSPENSE_TYPE:
|
|
128
|
+
case REACT_SUSPENSE_LIST_TYPE:
|
|
129
|
+
case REACT_VIEW_TRANSITION_TYPE:
|
|
130
|
+
return object;
|
|
131
|
+
default:
|
|
132
|
+
switch (object = object && object.$$typeof, object) {
|
|
133
|
+
case REACT_CONTEXT_TYPE:
|
|
134
|
+
case REACT_FORWARD_REF_TYPE:
|
|
135
|
+
case REACT_LAZY_TYPE:
|
|
136
|
+
case REACT_MEMO_TYPE:
|
|
137
|
+
return object;
|
|
138
|
+
case REACT_CONSUMER_TYPE:
|
|
139
|
+
return object;
|
|
140
|
+
default:
|
|
141
|
+
return $$typeof;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
case REACT_PORTAL_TYPE:
|
|
145
|
+
return $$typeof;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"), REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference");
|
|
150
|
+
reactIs_development.ContextConsumer = REACT_CONSUMER_TYPE;
|
|
151
|
+
reactIs_development.ContextProvider = REACT_CONTEXT_TYPE;
|
|
152
|
+
reactIs_development.Element = REACT_ELEMENT_TYPE;
|
|
153
|
+
reactIs_development.ForwardRef = REACT_FORWARD_REF_TYPE;
|
|
154
|
+
reactIs_development.Fragment = REACT_FRAGMENT_TYPE;
|
|
155
|
+
reactIs_development.Lazy = REACT_LAZY_TYPE;
|
|
156
|
+
reactIs_development.Memo = REACT_MEMO_TYPE;
|
|
157
|
+
reactIs_development.Portal = REACT_PORTAL_TYPE;
|
|
158
|
+
reactIs_development.Profiler = REACT_PROFILER_TYPE;
|
|
159
|
+
reactIs_development.StrictMode = REACT_STRICT_MODE_TYPE;
|
|
160
|
+
reactIs_development.Suspense = REACT_SUSPENSE_TYPE;
|
|
161
|
+
reactIs_development.SuspenseList = REACT_SUSPENSE_LIST_TYPE;
|
|
162
|
+
reactIs_development.isContextConsumer = function(object) {
|
|
163
|
+
return typeOf(object) === REACT_CONSUMER_TYPE;
|
|
164
|
+
};
|
|
165
|
+
reactIs_development.isContextProvider = function(object) {
|
|
166
|
+
return typeOf(object) === REACT_CONTEXT_TYPE;
|
|
167
|
+
};
|
|
168
|
+
reactIs_development.isElement = function(object) {
|
|
169
|
+
return "object" === typeof object && null !== object && object.$$typeof === REACT_ELEMENT_TYPE;
|
|
170
|
+
};
|
|
171
|
+
reactIs_development.isForwardRef = function(object) {
|
|
172
|
+
return typeOf(object) === REACT_FORWARD_REF_TYPE;
|
|
173
|
+
};
|
|
174
|
+
reactIs_development.isFragment = function(object) {
|
|
175
|
+
return typeOf(object) === REACT_FRAGMENT_TYPE;
|
|
176
|
+
};
|
|
177
|
+
reactIs_development.isLazy = function(object) {
|
|
178
|
+
return typeOf(object) === REACT_LAZY_TYPE;
|
|
179
|
+
};
|
|
180
|
+
reactIs_development.isMemo = function(object) {
|
|
181
|
+
return typeOf(object) === REACT_MEMO_TYPE;
|
|
182
|
+
};
|
|
183
|
+
reactIs_development.isPortal = function(object) {
|
|
184
|
+
return typeOf(object) === REACT_PORTAL_TYPE;
|
|
185
|
+
};
|
|
186
|
+
reactIs_development.isProfiler = function(object) {
|
|
187
|
+
return typeOf(object) === REACT_PROFILER_TYPE;
|
|
188
|
+
};
|
|
189
|
+
reactIs_development.isStrictMode = function(object) {
|
|
190
|
+
return typeOf(object) === REACT_STRICT_MODE_TYPE;
|
|
191
|
+
};
|
|
192
|
+
reactIs_development.isSuspense = function(object) {
|
|
193
|
+
return typeOf(object) === REACT_SUSPENSE_TYPE;
|
|
194
|
+
};
|
|
195
|
+
reactIs_development.isSuspenseList = function(object) {
|
|
196
|
+
return typeOf(object) === REACT_SUSPENSE_LIST_TYPE;
|
|
197
|
+
};
|
|
198
|
+
reactIs_development.isValidElementType = function(type) {
|
|
199
|
+
return "string" === typeof type || "function" === typeof type || type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || "object" === typeof type && null !== type && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_CONSUMER_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_CLIENT_REFERENCE || void 0 !== type.getModuleId) ? true : false;
|
|
200
|
+
};
|
|
201
|
+
reactIs_development.typeOf = typeOf;
|
|
202
|
+
}();
|
|
203
|
+
return reactIs_development;
|
|
204
|
+
}
|
|
205
|
+
var hasRequiredReactIs;
|
|
206
|
+
function requireReactIs() {
|
|
207
|
+
if (hasRequiredReactIs) return reactIs.exports;
|
|
208
|
+
hasRequiredReactIs = 1;
|
|
209
|
+
if (process.env.NODE_ENV === "production") {
|
|
210
|
+
reactIs.exports = /* @__PURE__ */ requireReactIs_production();
|
|
211
|
+
} else {
|
|
212
|
+
reactIs.exports = /* @__PURE__ */ requireReactIs_development();
|
|
213
|
+
}
|
|
214
|
+
return reactIs.exports;
|
|
215
|
+
}
|
|
216
|
+
var reactIsExports = /* @__PURE__ */ requireReactIs();
|
|
217
|
+
exports.reactIsExports = reactIsExports;
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
var reactIs = { exports: {} };
|
|
2
|
+
var reactIs_production = {};
|
|
3
|
+
/**
|
|
4
|
+
* @license React
|
|
5
|
+
* react-is.production.js
|
|
6
|
+
*
|
|
7
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
8
|
+
*
|
|
9
|
+
* This source code is licensed under the MIT license found in the
|
|
10
|
+
* LICENSE file in the root directory of this source tree.
|
|
11
|
+
*/
|
|
12
|
+
var hasRequiredReactIs_production;
|
|
13
|
+
function requireReactIs_production() {
|
|
14
|
+
if (hasRequiredReactIs_production) return reactIs_production;
|
|
15
|
+
hasRequiredReactIs_production = 1;
|
|
16
|
+
var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"), REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference");
|
|
17
|
+
function typeOf(object) {
|
|
18
|
+
if ("object" === typeof object && null !== object) {
|
|
19
|
+
var $$typeof = object.$$typeof;
|
|
20
|
+
switch ($$typeof) {
|
|
21
|
+
case REACT_ELEMENT_TYPE:
|
|
22
|
+
switch (object = object.type, object) {
|
|
23
|
+
case REACT_FRAGMENT_TYPE:
|
|
24
|
+
case REACT_PROFILER_TYPE:
|
|
25
|
+
case REACT_STRICT_MODE_TYPE:
|
|
26
|
+
case REACT_SUSPENSE_TYPE:
|
|
27
|
+
case REACT_SUSPENSE_LIST_TYPE:
|
|
28
|
+
case REACT_VIEW_TRANSITION_TYPE:
|
|
29
|
+
return object;
|
|
30
|
+
default:
|
|
31
|
+
switch (object = object && object.$$typeof, object) {
|
|
32
|
+
case REACT_CONTEXT_TYPE:
|
|
33
|
+
case REACT_FORWARD_REF_TYPE:
|
|
34
|
+
case REACT_LAZY_TYPE:
|
|
35
|
+
case REACT_MEMO_TYPE:
|
|
36
|
+
return object;
|
|
37
|
+
case REACT_CONSUMER_TYPE:
|
|
38
|
+
return object;
|
|
39
|
+
default:
|
|
40
|
+
return $$typeof;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
case REACT_PORTAL_TYPE:
|
|
44
|
+
return $$typeof;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
reactIs_production.ContextConsumer = REACT_CONSUMER_TYPE;
|
|
49
|
+
reactIs_production.ContextProvider = REACT_CONTEXT_TYPE;
|
|
50
|
+
reactIs_production.Element = REACT_ELEMENT_TYPE;
|
|
51
|
+
reactIs_production.ForwardRef = REACT_FORWARD_REF_TYPE;
|
|
52
|
+
reactIs_production.Fragment = REACT_FRAGMENT_TYPE;
|
|
53
|
+
reactIs_production.Lazy = REACT_LAZY_TYPE;
|
|
54
|
+
reactIs_production.Memo = REACT_MEMO_TYPE;
|
|
55
|
+
reactIs_production.Portal = REACT_PORTAL_TYPE;
|
|
56
|
+
reactIs_production.Profiler = REACT_PROFILER_TYPE;
|
|
57
|
+
reactIs_production.StrictMode = REACT_STRICT_MODE_TYPE;
|
|
58
|
+
reactIs_production.Suspense = REACT_SUSPENSE_TYPE;
|
|
59
|
+
reactIs_production.SuspenseList = REACT_SUSPENSE_LIST_TYPE;
|
|
60
|
+
reactIs_production.isContextConsumer = function(object) {
|
|
61
|
+
return typeOf(object) === REACT_CONSUMER_TYPE;
|
|
62
|
+
};
|
|
63
|
+
reactIs_production.isContextProvider = function(object) {
|
|
64
|
+
return typeOf(object) === REACT_CONTEXT_TYPE;
|
|
65
|
+
};
|
|
66
|
+
reactIs_production.isElement = function(object) {
|
|
67
|
+
return "object" === typeof object && null !== object && object.$$typeof === REACT_ELEMENT_TYPE;
|
|
68
|
+
};
|
|
69
|
+
reactIs_production.isForwardRef = function(object) {
|
|
70
|
+
return typeOf(object) === REACT_FORWARD_REF_TYPE;
|
|
71
|
+
};
|
|
72
|
+
reactIs_production.isFragment = function(object) {
|
|
73
|
+
return typeOf(object) === REACT_FRAGMENT_TYPE;
|
|
74
|
+
};
|
|
75
|
+
reactIs_production.isLazy = function(object) {
|
|
76
|
+
return typeOf(object) === REACT_LAZY_TYPE;
|
|
77
|
+
};
|
|
78
|
+
reactIs_production.isMemo = function(object) {
|
|
79
|
+
return typeOf(object) === REACT_MEMO_TYPE;
|
|
80
|
+
};
|
|
81
|
+
reactIs_production.isPortal = function(object) {
|
|
82
|
+
return typeOf(object) === REACT_PORTAL_TYPE;
|
|
83
|
+
};
|
|
84
|
+
reactIs_production.isProfiler = function(object) {
|
|
85
|
+
return typeOf(object) === REACT_PROFILER_TYPE;
|
|
86
|
+
};
|
|
87
|
+
reactIs_production.isStrictMode = function(object) {
|
|
88
|
+
return typeOf(object) === REACT_STRICT_MODE_TYPE;
|
|
89
|
+
};
|
|
90
|
+
reactIs_production.isSuspense = function(object) {
|
|
91
|
+
return typeOf(object) === REACT_SUSPENSE_TYPE;
|
|
92
|
+
};
|
|
93
|
+
reactIs_production.isSuspenseList = function(object) {
|
|
94
|
+
return typeOf(object) === REACT_SUSPENSE_LIST_TYPE;
|
|
95
|
+
};
|
|
96
|
+
reactIs_production.isValidElementType = function(type) {
|
|
97
|
+
return "string" === typeof type || "function" === typeof type || type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || "object" === typeof type && null !== type && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_CONSUMER_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_CLIENT_REFERENCE || void 0 !== type.getModuleId) ? true : false;
|
|
98
|
+
};
|
|
99
|
+
reactIs_production.typeOf = typeOf;
|
|
100
|
+
return reactIs_production;
|
|
101
|
+
}
|
|
102
|
+
var reactIs_development = {};
|
|
103
|
+
/**
|
|
104
|
+
* @license React
|
|
105
|
+
* react-is.development.js
|
|
106
|
+
*
|
|
107
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
108
|
+
*
|
|
109
|
+
* This source code is licensed under the MIT license found in the
|
|
110
|
+
* LICENSE file in the root directory of this source tree.
|
|
111
|
+
*/
|
|
112
|
+
var hasRequiredReactIs_development;
|
|
113
|
+
function requireReactIs_development() {
|
|
114
|
+
if (hasRequiredReactIs_development) return reactIs_development;
|
|
115
|
+
hasRequiredReactIs_development = 1;
|
|
116
|
+
"production" !== process.env.NODE_ENV && function() {
|
|
117
|
+
function typeOf(object) {
|
|
118
|
+
if ("object" === typeof object && null !== object) {
|
|
119
|
+
var $$typeof = object.$$typeof;
|
|
120
|
+
switch ($$typeof) {
|
|
121
|
+
case REACT_ELEMENT_TYPE:
|
|
122
|
+
switch (object = object.type, object) {
|
|
123
|
+
case REACT_FRAGMENT_TYPE:
|
|
124
|
+
case REACT_PROFILER_TYPE:
|
|
125
|
+
case REACT_STRICT_MODE_TYPE:
|
|
126
|
+
case REACT_SUSPENSE_TYPE:
|
|
127
|
+
case REACT_SUSPENSE_LIST_TYPE:
|
|
128
|
+
case REACT_VIEW_TRANSITION_TYPE:
|
|
129
|
+
return object;
|
|
130
|
+
default:
|
|
131
|
+
switch (object = object && object.$$typeof, object) {
|
|
132
|
+
case REACT_CONTEXT_TYPE:
|
|
133
|
+
case REACT_FORWARD_REF_TYPE:
|
|
134
|
+
case REACT_LAZY_TYPE:
|
|
135
|
+
case REACT_MEMO_TYPE:
|
|
136
|
+
return object;
|
|
137
|
+
case REACT_CONSUMER_TYPE:
|
|
138
|
+
return object;
|
|
139
|
+
default:
|
|
140
|
+
return $$typeof;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
case REACT_PORTAL_TYPE:
|
|
144
|
+
return $$typeof;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"), REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference");
|
|
149
|
+
reactIs_development.ContextConsumer = REACT_CONSUMER_TYPE;
|
|
150
|
+
reactIs_development.ContextProvider = REACT_CONTEXT_TYPE;
|
|
151
|
+
reactIs_development.Element = REACT_ELEMENT_TYPE;
|
|
152
|
+
reactIs_development.ForwardRef = REACT_FORWARD_REF_TYPE;
|
|
153
|
+
reactIs_development.Fragment = REACT_FRAGMENT_TYPE;
|
|
154
|
+
reactIs_development.Lazy = REACT_LAZY_TYPE;
|
|
155
|
+
reactIs_development.Memo = REACT_MEMO_TYPE;
|
|
156
|
+
reactIs_development.Portal = REACT_PORTAL_TYPE;
|
|
157
|
+
reactIs_development.Profiler = REACT_PROFILER_TYPE;
|
|
158
|
+
reactIs_development.StrictMode = REACT_STRICT_MODE_TYPE;
|
|
159
|
+
reactIs_development.Suspense = REACT_SUSPENSE_TYPE;
|
|
160
|
+
reactIs_development.SuspenseList = REACT_SUSPENSE_LIST_TYPE;
|
|
161
|
+
reactIs_development.isContextConsumer = function(object) {
|
|
162
|
+
return typeOf(object) === REACT_CONSUMER_TYPE;
|
|
163
|
+
};
|
|
164
|
+
reactIs_development.isContextProvider = function(object) {
|
|
165
|
+
return typeOf(object) === REACT_CONTEXT_TYPE;
|
|
166
|
+
};
|
|
167
|
+
reactIs_development.isElement = function(object) {
|
|
168
|
+
return "object" === typeof object && null !== object && object.$$typeof === REACT_ELEMENT_TYPE;
|
|
169
|
+
};
|
|
170
|
+
reactIs_development.isForwardRef = function(object) {
|
|
171
|
+
return typeOf(object) === REACT_FORWARD_REF_TYPE;
|
|
172
|
+
};
|
|
173
|
+
reactIs_development.isFragment = function(object) {
|
|
174
|
+
return typeOf(object) === REACT_FRAGMENT_TYPE;
|
|
175
|
+
};
|
|
176
|
+
reactIs_development.isLazy = function(object) {
|
|
177
|
+
return typeOf(object) === REACT_LAZY_TYPE;
|
|
178
|
+
};
|
|
179
|
+
reactIs_development.isMemo = function(object) {
|
|
180
|
+
return typeOf(object) === REACT_MEMO_TYPE;
|
|
181
|
+
};
|
|
182
|
+
reactIs_development.isPortal = function(object) {
|
|
183
|
+
return typeOf(object) === REACT_PORTAL_TYPE;
|
|
184
|
+
};
|
|
185
|
+
reactIs_development.isProfiler = function(object) {
|
|
186
|
+
return typeOf(object) === REACT_PROFILER_TYPE;
|
|
187
|
+
};
|
|
188
|
+
reactIs_development.isStrictMode = function(object) {
|
|
189
|
+
return typeOf(object) === REACT_STRICT_MODE_TYPE;
|
|
190
|
+
};
|
|
191
|
+
reactIs_development.isSuspense = function(object) {
|
|
192
|
+
return typeOf(object) === REACT_SUSPENSE_TYPE;
|
|
193
|
+
};
|
|
194
|
+
reactIs_development.isSuspenseList = function(object) {
|
|
195
|
+
return typeOf(object) === REACT_SUSPENSE_LIST_TYPE;
|
|
196
|
+
};
|
|
197
|
+
reactIs_development.isValidElementType = function(type) {
|
|
198
|
+
return "string" === typeof type || "function" === typeof type || type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || "object" === typeof type && null !== type && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_CONSUMER_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_CLIENT_REFERENCE || void 0 !== type.getModuleId) ? true : false;
|
|
199
|
+
};
|
|
200
|
+
reactIs_development.typeOf = typeOf;
|
|
201
|
+
}();
|
|
202
|
+
return reactIs_development;
|
|
203
|
+
}
|
|
204
|
+
var hasRequiredReactIs;
|
|
205
|
+
function requireReactIs() {
|
|
206
|
+
if (hasRequiredReactIs) return reactIs.exports;
|
|
207
|
+
hasRequiredReactIs = 1;
|
|
208
|
+
if (process.env.NODE_ENV === "production") {
|
|
209
|
+
reactIs.exports = /* @__PURE__ */ requireReactIs_production();
|
|
210
|
+
} else {
|
|
211
|
+
reactIs.exports = /* @__PURE__ */ requireReactIs_development();
|
|
212
|
+
}
|
|
213
|
+
return reactIs.exports;
|
|
214
|
+
}
|
|
215
|
+
var reactIsExports = /* @__PURE__ */ requireReactIs();
|
|
216
|
+
export {
|
|
217
|
+
reactIsExports as r
|
|
218
|
+
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { useRef, useCallback } from "react";
|
|
2
3
|
import { u as useIntersectionDetection } from "./useIntersectionDetection-BvUmtDgl.mjs";
|
|
3
4
|
import { classNames } from "../utilities/css.mjs";
|
|
4
5
|
const interceptor = "_interceptor_fwuq0_4";
|
|
@@ -23,19 +24,21 @@ function useEdgeInterceptors(containerRef) {
|
|
|
23
24
|
const isLeftEdgeUnderScroll = useIntersectionDetection(leftInterceptorRef, containerRef);
|
|
24
25
|
const isRightEdgeUnderScroll = useIntersectionDetection(rightInterceptorRef, containerRef);
|
|
25
26
|
const renderInterceptors = useCallback(() => {
|
|
26
|
-
return
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
27
|
+
return jsxs(Fragment, {
|
|
28
|
+
children: [jsx("div", {
|
|
29
|
+
ref: topInterceptorRef,
|
|
30
|
+
className: classNames(styles.interceptor, styles.top)
|
|
31
|
+
}), jsx("div", {
|
|
32
|
+
ref: bottomInterceptorRef,
|
|
33
|
+
className: classNames(styles.interceptor, styles.bottom)
|
|
34
|
+
}), jsx("div", {
|
|
35
|
+
ref: leftInterceptorRef,
|
|
36
|
+
className: classNames(styles.interceptor, styles.left)
|
|
37
|
+
}), jsx("div", {
|
|
38
|
+
ref: rightInterceptorRef,
|
|
39
|
+
className: classNames(styles.interceptor, styles.right)
|
|
40
|
+
})]
|
|
41
|
+
});
|
|
39
42
|
}, []);
|
|
40
43
|
return [renderInterceptors, {
|
|
41
44
|
isTopEdgeUnderScroll,
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
const jsxRuntime = require("react/jsx-runtime");
|
|
2
3
|
const React = require("react");
|
|
3
4
|
const useIntersectionDetection = require("./useIntersectionDetection-DI5n4zwA.js");
|
|
4
5
|
const utilities_css = require("../utilities/css.js");
|
|
@@ -24,19 +25,21 @@ function useEdgeInterceptors(containerRef) {
|
|
|
24
25
|
const isLeftEdgeUnderScroll = useIntersectionDetection.useIntersectionDetection(leftInterceptorRef, containerRef);
|
|
25
26
|
const isRightEdgeUnderScroll = useIntersectionDetection.useIntersectionDetection(rightInterceptorRef, containerRef);
|
|
26
27
|
const renderInterceptors = React.useCallback(() => {
|
|
27
|
-
return
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
28
|
+
return jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
29
|
+
children: [jsxRuntime.jsx("div", {
|
|
30
|
+
ref: topInterceptorRef,
|
|
31
|
+
className: utilities_css.classNames(styles.interceptor, styles.top)
|
|
32
|
+
}), jsxRuntime.jsx("div", {
|
|
33
|
+
ref: bottomInterceptorRef,
|
|
34
|
+
className: utilities_css.classNames(styles.interceptor, styles.bottom)
|
|
35
|
+
}), jsxRuntime.jsx("div", {
|
|
36
|
+
ref: leftInterceptorRef,
|
|
37
|
+
className: utilities_css.classNames(styles.interceptor, styles.left)
|
|
38
|
+
}), jsxRuntime.jsx("div", {
|
|
39
|
+
ref: rightInterceptorRef,
|
|
40
|
+
className: utilities_css.classNames(styles.interceptor, styles.right)
|
|
41
|
+
})]
|
|
42
|
+
});
|
|
40
43
|
}, []);
|
|
41
44
|
return [renderInterceptors, {
|
|
42
45
|
isTopEdgeUnderScroll,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@easypost/easy-ui",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.114",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"**/*.css"
|
|
6
6
|
],
|
|
@@ -11,21 +11,19 @@
|
|
|
11
11
|
"@react-aria/utils": "^3.32.0",
|
|
12
12
|
"@react-stately/toast": "^3.1.2",
|
|
13
13
|
"@react-types/shared": "^3.32.1",
|
|
14
|
-
"@types/react": "^18.3.1",
|
|
15
|
-
"@types/react-dom": "^18.3.1",
|
|
16
14
|
"lodash": "^4.17.21",
|
|
17
15
|
"overlayscrollbars": "^2.3.0",
|
|
18
16
|
"overlayscrollbars-react": "^0.5.6",
|
|
19
17
|
"react-aria": "^3.45.0",
|
|
20
18
|
"react-aria-components": "^1.14.0",
|
|
21
|
-
"react-is": "^18.3.1",
|
|
22
19
|
"react-stately": "^3.43.0",
|
|
23
20
|
"react-syntax-highlighter": "^15.6.1",
|
|
24
21
|
"react-transition-group": "^4.4.5",
|
|
25
22
|
"use-clipboard-copy": "^0.2.0"
|
|
26
23
|
},
|
|
27
24
|
"peerDependencies": {
|
|
28
|
-
"react": "^16.14.0 || ^17.0.0 || ^18.0.0",
|
|
29
|
-
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0"
|
|
25
|
+
"react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
26
|
+
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
27
|
+
"react-is": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
30
28
|
}
|
|
31
29
|
}
|
package/types.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import React, { ComponentProps } from "react";
|
|
|
3
3
|
import { ResponsiveProp } from "./utilities/css";
|
|
4
4
|
export type DesignTokens = typeof tokens;
|
|
5
5
|
export type DesignTokenAliases = keyof DesignTokens;
|
|
6
|
-
export type Falsy = boolean | undefined | null | 0;
|
|
6
|
+
export type Falsy = boolean | undefined | null | 0 | 0n;
|
|
7
7
|
export type Heading = "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
8
8
|
/**
|
|
9
9
|
* Tells TypeScript to not try to infer a generic type argument. This is useful
|
package/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,oCAAoC,CAAC;AAC7D,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAEjD,MAAM,MAAM,YAAY,GAAG,OAAO,MAAM,CAAC;AACzC,MAAM,MAAM,kBAAkB,GAAG,MAAM,YAAY,CAAC;AAEpD,MAAM,MAAM,KAAK,GAAG,OAAO,GAAG,SAAS,GAAG,IAAI,GAAG,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}
|
package/utilities/Noop.d.ts
CHANGED
|
@@ -5,5 +5,5 @@ import { ReactElement } from "react";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare function Noop({ children }: {
|
|
7
7
|
children: ReactElement;
|
|
8
|
-
}): ReactElement<
|
|
8
|
+
}): ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
9
9
|
//# sourceMappingURL=Noop.d.ts.map
|
package/utilities/Noop.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Noop.d.ts","sourceRoot":"","sources":["../../src/utilities/Noop.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAErC;;;GAGG;AACH,wBAAgB,IAAI,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,YAAY,CAAA;CAAE,
|
|
1
|
+
{"version":3,"file":"Noop.d.ts","sourceRoot":"","sources":["../../src/utilities/Noop.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAErC;;;GAGG;AACH,wBAAgB,IAAI,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,YAAY,CAAA;CAAE,8EAE5D"}
|
package/utilities/react.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import { Key, ReactElement, ReactNode } from "react";
|
|
|
11
11
|
* @returns flattened children
|
|
12
12
|
*/
|
|
13
13
|
export declare function flattenChildren(children: ReactNode, depth?: number, keys?: (string | number)[]): ReactNode[];
|
|
14
|
-
export declare function filterChildrenByDisplayName(children: ReactNode, displayName: string): ReactElement<
|
|
14
|
+
export declare function filterChildrenByDisplayName(children: ReactNode, displayName: string): ReactElement<unknown, string | import("react").JSXElementConstructor<any>>[];
|
|
15
15
|
export declare function getDisplayNameFromReactNode(component: ReactNode): string | undefined;
|
|
16
16
|
/**
|
|
17
17
|
* When Children.toArray is called, keys of the child are modified
|
package/utilities/react.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react.d.ts","sourceRoot":"","sources":["../../src/utilities/react.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,GAAG,EAEH,YAAY,EACZ,SAAS,EAGV,MAAM,OAAO,CAAC;AAGf;;;;;;;;;;GAUG;AACH,wBAAgB,eAAe,CAC7B,QAAQ,EAAE,SAAS,EACnB,KAAK,GAAE,MAAU,EACjB,IAAI,GAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAO,GAC7B,SAAS,EAAE,CA4Bb;AAED,wBAAgB,2BAA2B,CACzC,QAAQ,EAAE,SAAS,EACnB,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"react.d.ts","sourceRoot":"","sources":["../../src/utilities/react.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,GAAG,EAEH,YAAY,EACZ,SAAS,EAGV,MAAM,OAAO,CAAC;AAGf;;;;;;;;;;GAUG;AACH,wBAAgB,eAAe,CAC7B,QAAQ,EAAE,SAAS,EACnB,KAAK,GAAE,MAAU,EACjB,IAAI,GAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAO,GAC7B,SAAS,EAAE,CA4Bb;AAED,wBAAgB,2BAA2B,CACzC,QAAQ,EAAE,SAAS,EACnB,WAAW,EAAE,MAAM,gFASpB;AAED,wBAAgB,2BAA2B,CAAC,SAAS,EAAE,SAAS,sBAM/D;AAED;;;;GAIG;AACH,wBAAgB,eAAe,CAC7B,GAAG,EAAE,GAAG,GAAG,IAAI,EACf,KAAK,GAAE,MAAU,EACjB,UAAU,GAAE,MAAM,GAAG,GAAQ,GAC5B,MAAM,GAAG,GAAG,CASd;AAyBD;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CACtB,QAAQ,EAAE,SAAS,GAAG,SAAS,EAAE,EACjC,UAAU,EAAE,CACV,KAAK,EAAE,SAAS,EAChB,KAAK,CAAC,EAAE,MAAM,EACd,QAAQ,CAAC,EAAE,SAAS,EAAE,KACnB,OAAO,GACX,SAAS,GAAG,SAAS,CAqBvB"}
|
package/utilities/react.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 index = require("../__chunks__/index-
|
|
4
|
+
const index = require("../__chunks__/index-CqNUlUoB.js");
|
|
5
5
|
function flattenChildren(children, depth = 0, keys = []) {
|
|
6
6
|
return React.Children.toArray(children).reduce((acc, node, nodeIndex) => {
|
|
7
7
|
if (index.reactIsExports.isFragment(node)) {
|
package/utilities/react.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Children, isValidElement, cloneElement } from "react";
|
|
2
|
-
import { r as reactIsExports } from "../__chunks__/index-
|
|
2
|
+
import { r as reactIsExports } from "../__chunks__/index-ee-P7jQr.mjs";
|
|
3
3
|
function flattenChildren(children, depth = 0, keys = []) {
|
|
4
4
|
return Children.toArray(children).reduce((acc, node, nodeIndex) => {
|
|
5
5
|
if (reactIsExports.isFragment(node)) {
|
package/utilities/test.d.ts
CHANGED
package/utilities/test.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test.d.ts","sourceRoot":"","sources":["../../src/utilities/test.ts"],"names":[],"mappings":"AACA,OAAkB,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAIrC,OAAO,CAAC,MAAM,CAAC;IAEb,IAAI,IAAI,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"test.d.ts","sourceRoot":"","sources":["../../src/utilities/test.ts"],"names":[],"mappings":"AACA,OAAkB,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAIrC,OAAO,CAAC,MAAM,CAAC;IAEb,IAAI,IAAI,EAAE,MAAM,CAAC;IAEjB,IAAI,wBAAwB,EAAE,OAAO,CAAC;CACvC;AAED;;GAEG;AACH,wBAAgB,MAAM,CAAC,GAAG,EAAE,YAAY;;;uBAakC,CAAC,yJAM1D,CAAC,6BACO,CAAC;mBAGd,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAhB3B;AAED;;;;;GAKG;AACH,wBAAgB,+BAA+B,SAW9C;AAED,wBAAgB,oBAAoB,eAMnC;AAED,wBAAgB,wBAAwB,eAUvC;AAED,wBAAgB,mBAAmB,SAElC;AAED,wBAAgB,cAAc,CAAC,EAC7B,UAAU,GACX,EAAE;IACD,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC;CACxC,cAeA;AAED,wBAAgB,mBAAmB,eAKlC;AAED,wBAAsB,SAAS,CAAC,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,OAAO,iBAIhE;AAED,wBAAsB,YAAY,CAAC,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,iBAI/D;AAED,wBAAsB,SAAS,CAAC,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,OAAO,iBAIhE;AAED,wBAAsB,OAAO,CAAC,IAAI,EAAE,SAAS,iBAI5C;AAED,wBAAsB,QAAQ,CAC5B,IAAI,EAAE,SAAS,EACf,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,MAAM,iBAKb;AAED,wBAAsB,cAAc,CAAC,IAAI,EAAE,SAAS,EAAE,EAAE,EAAE,WAAW,iBAEpE;AAED,wBAAgB,2BAA2B,SAE1C;AAED,wBAAgB,0BAA0B,SAEzC"}
|