@easypost/easy-ui 1.0.0-alpha.112 → 1.0.0-alpha.113
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 +6 -0
- package/Calendar/index.js +1 -1
- package/Calendar/index.mjs +1 -1
- package/Card/index.js +1 -1
- package/Card/index.mjs +1 -1
- package/CheckableCard/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 +283 -217
- 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 +197 -141
- 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-C3vDXJsJ.js} +15 -12
- package/__chunks__/{Button-BsGH6vGC.mjs → Button-Dexauftx.mjs} +16 -13
- package/__chunks__/{Calendar-D09mdpmC.js → Calendar-BEbdigVB.js} +3 -2
- package/__chunks__/{Calendar-BGZysoV0.mjs → Calendar-BOxw8lwX.mjs} +3 -2
- package/__chunks__/{CalendarBase-Bn9o8BdD.mjs → CalendarBase-3a9i7QNo.mjs} +86 -64
- package/__chunks__/{CalendarBase-DHxad3N9.js → CalendarBase-Bx8bdXeT.js} +86 -64
- package/__chunks__/{Card-CJug4GMX.mjs → Card-8778avMv.mjs} +21 -12
- package/__chunks__/{Card-BM2DKiVA.js → Card-DIZFYg6E.js} +21 -12
- package/__chunks__/{Checkbox-BWfY9XqH.mjs → Checkbox-C-NlI-Ym.mjs} +36 -28
- package/__chunks__/{Checkbox-D2-8vvdr.js → Checkbox-DFWhjlaO.js} +36 -28
- package/__chunks__/{CodeSnippet-CIijbclb.js → CodeSnippet-BCOMwE07.js} +16 -12
- package/__chunks__/{CodeSnippet-QpCpkoXv.mjs → CodeSnippet-CWnMHdVu.mjs} +16 -12
- package/__chunks__/{DatePickerBase-CFB0JDQA.mjs → DatePickerBase-C4PwUr9x.mjs} +80 -62
- package/__chunks__/{DatePickerBase-DSPIErms.js → DatePickerBase-XoRply_u.js} +80 -62
- package/__chunks__/EasyPostLogo-D3WNdZ29.js +22 -0
- package/__chunks__/EasyPostLogo-tf6CCEAq.mjs +23 -0
- package/__chunks__/{HelpMenu-CO6kYktc.mjs → HelpMenu-8r0cjx5z.mjs} +30 -21
- package/__chunks__/{HelpMenu-nihaGEVy.js → HelpMenu-DBo_fklD.js} +30 -20
- package/__chunks__/{HorizontalGrid-CAwv7zKY.js → HorizontalGrid-BAvSeg39.js} +5 -3
- package/__chunks__/{HorizontalGrid-Dz8EFgmu.mjs → HorizontalGrid-C4MBFEH-.mjs} +6 -4
- package/__chunks__/{HorizontalStack-CxE8tPx_.mjs → HorizontalStack-BkE82C73.mjs} +6 -4
- package/__chunks__/{HorizontalStack-CXpjASZi.js → HorizontalStack-DidoI4Ks.js} +5 -3
- package/__chunks__/{Icon-W8F9w-jS.js → Icon-BVa5ddiD.js} +11 -10
- package/__chunks__/{Icon-0SN9dbwU.mjs → Icon-DzTns8u5.mjs} +11 -10
- package/__chunks__/{InputCaption-BJO9_Tby.mjs → InputCaption-B8bZH6sX.mjs} +19 -15
- package/__chunks__/{InputCaption-C3Hf9Hvt.js → InputCaption-Dkyn1sg6.js} +19 -15
- package/__chunks__/{InputField-dq5XIhr1.mjs → InputField-BTrYBVAD.mjs} +77 -66
- package/__chunks__/{InputField-CDHznUZd.js → InputField-Dvkk5R1K.js} +77 -66
- package/__chunks__/{InputIcon-Bpg4lyQx.mjs → InputIcon-BLJ6dx_5.mjs} +9 -8
- package/__chunks__/{InputIcon-DdcvN3A4.js → InputIcon-BSIAXX9k.js} +9 -8
- package/__chunks__/{KebabButton-DdzHU7is.js → KebabButton-3FnxY-Fz.js} +15 -8
- package/__chunks__/{KebabButton-Bf1OdC5_.mjs → KebabButton-DSK0ISAn.mjs} +15 -8
- package/__chunks__/{Menu-DHwqwFlg.mjs → Menu-C2F4fvhd.mjs} +88 -70
- package/__chunks__/{Menu-Kfc6nxFP.js → Menu-Du8SsMeJ.js} +88 -70
- package/__chunks__/{Notification-vF_YGVIP.js → Notification-CeJn5Qq1.js} +62 -48
- package/__chunks__/{Notification-BoT3Hm0B.mjs → Notification-CgUT2gv6.mjs} +64 -50
- package/__chunks__/{PillGroup-DjLJ4wVb.mjs → PillGroup-EJ8t8SrT.mjs} +41 -27
- package/__chunks__/{PillGroup-CAHVIlU0.js → PillGroup-rTS853Rr.js} +41 -27
- package/__chunks__/{RadioGroup-CGQKZwDU.js → RadioGroup-BFqH1Csi.js} +58 -40
- package/__chunks__/{RadioGroup-DUu5GEpn.mjs → RadioGroup-DBgIqOkZ.mjs} +58 -40
- package/__chunks__/{RangeCalendar-LPcJB19o.mjs → RangeCalendar-BSsmX9l4.mjs} +3 -2
- package/__chunks__/{RangeCalendar-Ckqj2J9L.js → RangeCalendar-Do2nei5A.js} +3 -2
- package/__chunks__/{SelectOverlay-DptO7xtn.mjs → SelectOverlay-DUIIhF4t.mjs} +62 -51
- package/__chunks__/{SelectOverlay-CmbC4zrD.js → SelectOverlay-DjiJHthj.js} +62 -51
- package/__chunks__/{SelectorErrorTooltip-Dw1Fvd_q.mjs → SelectorErrorTooltip-BC-1JoX3.mjs} +19 -12
- package/__chunks__/{SelectorErrorTooltip-_D8DSBKs.js → SelectorErrorTooltip-BMxbuFiM.js} +19 -11
- package/__chunks__/{Spinner-DOmPV59I.mjs → Spinner-2PFCOK3I.mjs} +17 -13
- package/__chunks__/{Spinner-D0ifPtVV.js → Spinner-Dd68v9QX.js} +16 -12
- package/__chunks__/{Stepper-CX0Mu37p.js → Stepper-BZ90AIx0.js} +47 -36
- package/__chunks__/{Stepper-BEyDIPNJ.mjs → Stepper-q3YNLglj.mjs} +48 -37
- package/__chunks__/{TabNav-vCt_zTvE.mjs → TabNav-BnpNl7tj.mjs} +10 -8
- package/__chunks__/{TabNav-B8aEzVyr.js → TabNav-CLVG0bL2.js} +10 -8
- package/__chunks__/{Tabs-BL8odO0p.js → Tabs-5_61DIBw.js} +46 -37
- package/__chunks__/{Tabs-DJ4aKu11.mjs → Tabs-CtyYEye0.mjs} +47 -38
- package/__chunks__/{Text-CSESKR_s.js → Text-C4CEsglh.js} +5 -4
- package/__chunks__/{Text-YOL3isF4.mjs → Text-u9mYLeWj.mjs} +5 -4
- package/__chunks__/{TextField-D2QhDAdD.mjs → TextField-D1JGaTQv.mjs} +3 -3
- package/__chunks__/{TextField-94cCP805.js → TextField-DE1vPtQm.js} +3 -3
- package/__chunks__/{Theme-BAFk7BvV.mjs → Theme-CyUCrGdN.mjs} +28 -18
- package/__chunks__/{Theme-DqbmY4wy.js → Theme-unLHjjnm.js} +27 -17
- package/__chunks__/{Toggle-D2ucsFxO.js → Toggle-BHzAGPDh.js} +43 -37
- package/__chunks__/{Toggle-CxjLdmzW.mjs → Toggle-DioYP2KQ.mjs} +43 -37
- package/__chunks__/{Tooltip-DAyUY3na.mjs → Tooltip-BKGkKnOx.mjs} +25 -17
- package/__chunks__/{Tooltip-DqpxBjpa.js → Tooltip-COjtKErw.js} +25 -17
- package/__chunks__/{UnstyledButton-DpQ5Ic9D.mjs → UnstyledButton-BCg7eEyP.mjs} +6 -4
- package/__chunks__/{UnstyledButton-BFpQ2Irc.js → UnstyledButton-_YQekhlm.js} +5 -3
- package/__chunks__/{VerticalStack-C2yDQVHD.mjs → VerticalStack-Cbdpucbh.mjs} +6 -4
- package/__chunks__/{VerticalStack-Dzpv3O67.js → VerticalStack-CunLpHRv.js} +5 -3
- package/__chunks__/index-CqNUlUoB.js +217 -0
- package/__chunks__/index-ee-P7jQr.mjs +218 -0
- package/__chunks__/jsx-runtime-CH1d66I3.js +320 -0
- package/__chunks__/jsx-runtime-DTpFD6nx.mjs +321 -0
- package/__chunks__/{useEdgeInterceptors-D_DARZZd.mjs → useEdgeInterceptors-BBmo6MI4.mjs} +17 -14
- package/__chunks__/{useEdgeInterceptors-Ihk8NfjJ.js → useEdgeInterceptors-BLxn3eUi.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
|
+
};
|