@easypost/easy-ui 1.0.0-alpha.111 → 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.
Files changed (244) hide show
  1. package/AlertBadge/AlertBadge.d.ts +1 -1
  2. package/AlertBadge/AlertBadge.d.ts.map +1 -1
  3. package/AlertBadge/index.js +20 -16
  4. package/AlertBadge/index.mjs +20 -16
  5. package/Badge/index.js +29 -19
  6. package/Badge/index.mjs +29 -19
  7. package/Banner/index.js +19 -12
  8. package/Banner/index.mjs +19 -12
  9. package/Button/index.js +1 -1
  10. package/Button/index.mjs +1 -1
  11. package/CHANGELOG.md +13 -0
  12. package/Calendar/index.js +1 -1
  13. package/Calendar/index.mjs +1 -1
  14. package/Card/index.js +1 -1
  15. package/Card/index.mjs +1 -1
  16. package/CheckableCard/index.js +33 -24
  17. package/CheckableCard/index.mjs +33 -24
  18. package/Checkbox/index.js +1 -1
  19. package/Checkbox/index.mjs +1 -1
  20. package/CodeBlock/CodeBlock.d.ts.map +1 -1
  21. package/CodeBlock/context.d.ts +2 -1
  22. package/CodeBlock/context.d.ts.map +1 -1
  23. package/CodeBlock/index.js +81 -59
  24. package/CodeBlock/index.mjs +81 -59
  25. package/CodeSnippet/index.js +1 -1
  26. package/CodeSnippet/index.mjs +1 -1
  27. package/ColorPicker/index.js +71 -54
  28. package/ColorPicker/index.mjs +71 -54
  29. package/CustomerPortalLayout/index.js +101 -72
  30. package/CustomerPortalLayout/index.mjs +101 -72
  31. package/DataGrid/index.js +229 -173
  32. package/DataGrid/index.mjs +229 -173
  33. package/DatePicker/index.js +10 -8
  34. package/DatePicker/index.mjs +10 -8
  35. package/DateRangePicker/index.js +10 -8
  36. package/DateRangePicker/index.mjs +10 -8
  37. package/Drawer/context.d.ts +2 -2
  38. package/Drawer/context.d.ts.map +1 -1
  39. package/Drawer/index.js +99 -78
  40. package/Drawer/index.mjs +99 -78
  41. package/Drawer/useIntersectionDetection.d.ts +1 -1
  42. package/Drawer/useIntersectionDetection.d.ts.map +1 -1
  43. package/DropdownButton/index.js +15 -7
  44. package/DropdownButton/index.mjs +16 -8
  45. package/EmptyStateCard/index.js +53 -33
  46. package/EmptyStateCard/index.mjs +53 -33
  47. package/FocusedProductLayout/index.js +104 -76
  48. package/FocusedProductLayout/index.mjs +104 -76
  49. package/ForgeLayout/index.js +283 -217
  50. package/ForgeLayout/index.mjs +283 -217
  51. package/FormLayout/index.js +38 -24
  52. package/FormLayout/index.mjs +38 -24
  53. package/HorizontalGrid/index.js +1 -1
  54. package/HorizontalGrid/index.mjs +1 -1
  55. package/HorizontalStack/index.js +1 -1
  56. package/HorizontalStack/index.mjs +1 -1
  57. package/Icon/index.js +1 -1
  58. package/Icon/index.mjs +1 -1
  59. package/IconButton/index.js +16 -9
  60. package/IconButton/index.mjs +17 -10
  61. package/InputField/index.js +1 -1
  62. package/InputField/index.mjs +1 -1
  63. package/KebabButton/index.js +1 -1
  64. package/KebabButton/index.mjs +1 -1
  65. package/Menu/MenuTrigger.d.ts +1 -1
  66. package/Menu/MenuTrigger.d.ts.map +1 -1
  67. package/Menu/index.js +1 -1
  68. package/Menu/index.mjs +1 -1
  69. package/Modal/context.d.ts +3 -3
  70. package/Modal/context.d.ts.map +1 -1
  71. package/Modal/index.js +124 -93
  72. package/Modal/index.mjs +124 -93
  73. package/Modal/useIntersectionDetection.d.ts +1 -1
  74. package/Modal/useIntersectionDetection.d.ts.map +1 -1
  75. package/MultiSelect/MultiSelectDropdown.d.ts +2 -2
  76. package/MultiSelect/MultiSelectDropdown.d.ts.map +1 -1
  77. package/MultiSelect/index.js +106 -83
  78. package/MultiSelect/index.mjs +107 -84
  79. package/MultiSelect/utilities.d.ts +1 -1
  80. package/MultiSelect/utilities.d.ts.map +1 -1
  81. package/MultipageSection/index.js +94 -71
  82. package/MultipageSection/index.mjs +94 -71
  83. package/NexusLayout/index.js +136 -102
  84. package/NexusLayout/index.mjs +136 -102
  85. package/Notification/NotificationTransition.d.ts +1 -1
  86. package/Notification/NotificationTransition.d.ts.map +1 -1
  87. package/Notification/index.js +1 -1
  88. package/Notification/index.mjs +1 -1
  89. package/Pagination/index.js +62 -50
  90. package/Pagination/index.mjs +63 -51
  91. package/PillGroup/index.js +1 -1
  92. package/PillGroup/index.mjs +1 -1
  93. package/PlanCard/illustrations/Building01/index.js +532 -531
  94. package/PlanCard/illustrations/Building01/index.mjs +532 -531
  95. package/PlanCard/illustrations/Building02/index.js +206 -205
  96. package/PlanCard/illustrations/Building02/index.mjs +206 -205
  97. package/PlanCard/illustrations/Building03/index.js +773 -772
  98. package/PlanCard/illustrations/Building03/index.mjs +773 -772
  99. package/PlanCard/illustrations/Building04/index.js +1528 -1527
  100. package/PlanCard/illustrations/Building04/index.mjs +1528 -1527
  101. package/PlanCard/index.js +59 -36
  102. package/PlanCard/index.mjs +60 -37
  103. package/ProductLayout/index.js +132 -91
  104. package/ProductLayout/index.mjs +132 -91
  105. package/Provider/index.js +18 -14
  106. package/Provider/index.mjs +18 -14
  107. package/RadioButtonGroup/index.js +14 -10
  108. package/RadioButtonGroup/index.mjs +14 -10
  109. package/RadioGroup/index.js +1 -1
  110. package/RadioGroup/index.mjs +1 -1
  111. package/RangeCalendar/index.js +1 -1
  112. package/RangeCalendar/index.mjs +1 -1
  113. package/SearchNav/CondensedSearchNav.d.ts.map +1 -1
  114. package/SearchNav/index.js +197 -141
  115. package/SearchNav/index.mjs +197 -141
  116. package/SearchNav/utilities.d.ts +3 -3
  117. package/SearchNav/utilities.d.ts.map +1 -1
  118. package/SectionCard/index.js +43 -25
  119. package/SectionCard/index.mjs +43 -25
  120. package/Select/index.js +74 -62
  121. package/Select/index.mjs +74 -62
  122. package/SelectorErrorTooltip/index.js +1 -1
  123. package/SelectorErrorTooltip/index.mjs +1 -1
  124. package/Spinner/index.js +1 -1
  125. package/Spinner/index.mjs +1 -1
  126. package/SplitToggleCard/index.js +22 -16
  127. package/SplitToggleCard/index.mjs +22 -16
  128. package/Stepper/index.js +1 -1
  129. package/Stepper/index.mjs +1 -1
  130. package/TabNav/index.js +1 -1
  131. package/TabNav/index.mjs +1 -1
  132. package/TabPanels/index.js +22 -16
  133. package/TabPanels/index.mjs +24 -18
  134. package/Tabs/index.js +1 -1
  135. package/Tabs/index.mjs +1 -1
  136. package/Text/index.js +1 -1
  137. package/Text/index.mjs +1 -1
  138. package/TextField/index.js +1 -1
  139. package/TextField/index.mjs +1 -1
  140. package/Textarea/index.js +3 -3
  141. package/Textarea/index.mjs +3 -3
  142. package/Theme/index.js +1 -1
  143. package/Theme/index.mjs +1 -1
  144. package/Toggle/index.js +1 -1
  145. package/Toggle/index.mjs +1 -1
  146. package/ToggleCard/index.js +20 -15
  147. package/ToggleCard/index.mjs +21 -16
  148. package/Tooltip/index.js +1 -1
  149. package/Tooltip/index.mjs +1 -1
  150. package/UnstyledButton/index.js +1 -1
  151. package/UnstyledButton/index.mjs +1 -1
  152. package/VerticalNav/index.js +115 -88
  153. package/VerticalNav/index.mjs +115 -88
  154. package/VerticalStack/index.js +1 -1
  155. package/VerticalStack/index.mjs +1 -1
  156. package/__chunks__/{Button-5AuHgwU3.js → Button-C3vDXJsJ.js} +15 -12
  157. package/__chunks__/{Button-BsGH6vGC.mjs → Button-Dexauftx.mjs} +16 -13
  158. package/__chunks__/{Calendar-D09mdpmC.js → Calendar-BEbdigVB.js} +3 -2
  159. package/__chunks__/{Calendar-BGZysoV0.mjs → Calendar-BOxw8lwX.mjs} +3 -2
  160. package/__chunks__/{CalendarBase-Bn9o8BdD.mjs → CalendarBase-3a9i7QNo.mjs} +86 -64
  161. package/__chunks__/{CalendarBase-DHxad3N9.js → CalendarBase-Bx8bdXeT.js} +86 -64
  162. package/__chunks__/{Card-CJug4GMX.mjs → Card-8778avMv.mjs} +21 -12
  163. package/__chunks__/{Card-BM2DKiVA.js → Card-DIZFYg6E.js} +21 -12
  164. package/__chunks__/{Checkbox-BWfY9XqH.mjs → Checkbox-C-NlI-Ym.mjs} +36 -28
  165. package/__chunks__/{Checkbox-D2-8vvdr.js → Checkbox-DFWhjlaO.js} +36 -28
  166. package/__chunks__/{CodeSnippet-CIijbclb.js → CodeSnippet-BCOMwE07.js} +16 -12
  167. package/__chunks__/{CodeSnippet-QpCpkoXv.mjs → CodeSnippet-CWnMHdVu.mjs} +16 -12
  168. package/__chunks__/{DatePickerBase-CFB0JDQA.mjs → DatePickerBase-C4PwUr9x.mjs} +80 -62
  169. package/__chunks__/{DatePickerBase-DSPIErms.js → DatePickerBase-XoRply_u.js} +80 -62
  170. package/__chunks__/EasyPostLogo-D3WNdZ29.js +22 -0
  171. package/__chunks__/EasyPostLogo-tf6CCEAq.mjs +23 -0
  172. package/__chunks__/{HelpMenu-CO6kYktc.mjs → HelpMenu-8r0cjx5z.mjs} +30 -21
  173. package/__chunks__/{HelpMenu-nihaGEVy.js → HelpMenu-DBo_fklD.js} +30 -20
  174. package/__chunks__/{HorizontalGrid-CAwv7zKY.js → HorizontalGrid-BAvSeg39.js} +5 -3
  175. package/__chunks__/{HorizontalGrid-Dz8EFgmu.mjs → HorizontalGrid-C4MBFEH-.mjs} +6 -4
  176. package/__chunks__/{HorizontalStack-CxE8tPx_.mjs → HorizontalStack-BkE82C73.mjs} +6 -4
  177. package/__chunks__/{HorizontalStack-CXpjASZi.js → HorizontalStack-DidoI4Ks.js} +5 -3
  178. package/__chunks__/{Icon-W8F9w-jS.js → Icon-BVa5ddiD.js} +11 -10
  179. package/__chunks__/{Icon-0SN9dbwU.mjs → Icon-DzTns8u5.mjs} +11 -10
  180. package/__chunks__/{InputCaption-BJO9_Tby.mjs → InputCaption-B8bZH6sX.mjs} +19 -15
  181. package/__chunks__/{InputCaption-C3Hf9Hvt.js → InputCaption-Dkyn1sg6.js} +19 -15
  182. package/__chunks__/{InputField-dq5XIhr1.mjs → InputField-BTrYBVAD.mjs} +77 -66
  183. package/__chunks__/{InputField-CDHznUZd.js → InputField-Dvkk5R1K.js} +77 -66
  184. package/__chunks__/{InputIcon-Bpg4lyQx.mjs → InputIcon-BLJ6dx_5.mjs} +9 -8
  185. package/__chunks__/{InputIcon-DdcvN3A4.js → InputIcon-BSIAXX9k.js} +9 -8
  186. package/__chunks__/{KebabButton-DdzHU7is.js → KebabButton-3FnxY-Fz.js} +15 -8
  187. package/__chunks__/{KebabButton-Bf1OdC5_.mjs → KebabButton-DSK0ISAn.mjs} +15 -8
  188. package/__chunks__/{Menu-DHwqwFlg.mjs → Menu-C2F4fvhd.mjs} +88 -70
  189. package/__chunks__/{Menu-Kfc6nxFP.js → Menu-Du8SsMeJ.js} +88 -70
  190. package/__chunks__/{Notification-vF_YGVIP.js → Notification-CeJn5Qq1.js} +62 -48
  191. package/__chunks__/{Notification-BoT3Hm0B.mjs → Notification-CgUT2gv6.mjs} +64 -50
  192. package/__chunks__/{PillGroup-DjLJ4wVb.mjs → PillGroup-EJ8t8SrT.mjs} +41 -27
  193. package/__chunks__/{PillGroup-CAHVIlU0.js → PillGroup-rTS853Rr.js} +41 -27
  194. package/__chunks__/{RadioGroup-CGQKZwDU.js → RadioGroup-BFqH1Csi.js} +58 -40
  195. package/__chunks__/{RadioGroup-DUu5GEpn.mjs → RadioGroup-DBgIqOkZ.mjs} +58 -40
  196. package/__chunks__/{RangeCalendar-LPcJB19o.mjs → RangeCalendar-BSsmX9l4.mjs} +3 -2
  197. package/__chunks__/{RangeCalendar-Ckqj2J9L.js → RangeCalendar-Do2nei5A.js} +3 -2
  198. package/__chunks__/{SelectOverlay-DptO7xtn.mjs → SelectOverlay-DUIIhF4t.mjs} +62 -51
  199. package/__chunks__/{SelectOverlay-CmbC4zrD.js → SelectOverlay-DjiJHthj.js} +62 -51
  200. package/__chunks__/{SelectorErrorTooltip-Dw1Fvd_q.mjs → SelectorErrorTooltip-BC-1JoX3.mjs} +19 -12
  201. package/__chunks__/{SelectorErrorTooltip-_D8DSBKs.js → SelectorErrorTooltip-BMxbuFiM.js} +19 -11
  202. package/__chunks__/{Spinner-DOmPV59I.mjs → Spinner-2PFCOK3I.mjs} +17 -13
  203. package/__chunks__/{Spinner-D0ifPtVV.js → Spinner-Dd68v9QX.js} +16 -12
  204. package/__chunks__/{Stepper-CX0Mu37p.js → Stepper-BZ90AIx0.js} +47 -36
  205. package/__chunks__/{Stepper-BEyDIPNJ.mjs → Stepper-q3YNLglj.mjs} +48 -37
  206. package/__chunks__/{TabNav-vCt_zTvE.mjs → TabNav-BnpNl7tj.mjs} +10 -8
  207. package/__chunks__/{TabNav-B8aEzVyr.js → TabNav-CLVG0bL2.js} +10 -8
  208. package/__chunks__/{Tabs-BL8odO0p.js → Tabs-5_61DIBw.js} +46 -37
  209. package/__chunks__/{Tabs-DJ4aKu11.mjs → Tabs-CtyYEye0.mjs} +47 -38
  210. package/__chunks__/{Text-CSESKR_s.js → Text-C4CEsglh.js} +5 -4
  211. package/__chunks__/{Text-YOL3isF4.mjs → Text-u9mYLeWj.mjs} +5 -4
  212. package/__chunks__/{TextField-D2QhDAdD.mjs → TextField-D1JGaTQv.mjs} +3 -3
  213. package/__chunks__/{TextField-94cCP805.js → TextField-DE1vPtQm.js} +3 -3
  214. package/__chunks__/{Theme-BAFk7BvV.mjs → Theme-CyUCrGdN.mjs} +28 -18
  215. package/__chunks__/{Theme-DqbmY4wy.js → Theme-unLHjjnm.js} +27 -17
  216. package/__chunks__/{Toggle-D2ucsFxO.js → Toggle-BHzAGPDh.js} +43 -37
  217. package/__chunks__/{Toggle-CxjLdmzW.mjs → Toggle-DioYP2KQ.mjs} +43 -37
  218. package/__chunks__/{Tooltip-DAyUY3na.mjs → Tooltip-BKGkKnOx.mjs} +25 -17
  219. package/__chunks__/{Tooltip-DqpxBjpa.js → Tooltip-COjtKErw.js} +25 -17
  220. package/__chunks__/{UnstyledButton-DpQ5Ic9D.mjs → UnstyledButton-BCg7eEyP.mjs} +6 -4
  221. package/__chunks__/{UnstyledButton-BFpQ2Irc.js → UnstyledButton-_YQekhlm.js} +5 -3
  222. package/__chunks__/{VerticalStack-C2yDQVHD.mjs → VerticalStack-Cbdpucbh.mjs} +6 -4
  223. package/__chunks__/{VerticalStack-Dzpv3O67.js → VerticalStack-CunLpHRv.js} +5 -3
  224. package/__chunks__/index-CqNUlUoB.js +217 -0
  225. package/__chunks__/index-ee-P7jQr.mjs +218 -0
  226. package/__chunks__/jsx-runtime-CH1d66I3.js +320 -0
  227. package/__chunks__/jsx-runtime-DTpFD6nx.mjs +321 -0
  228. package/__chunks__/{useEdgeInterceptors-D_DARZZd.mjs → useEdgeInterceptors-BBmo6MI4.mjs} +17 -14
  229. package/__chunks__/{useEdgeInterceptors-Ihk8NfjJ.js → useEdgeInterceptors-BLxn3eUi.js} +16 -13
  230. package/package.json +5 -7
  231. package/types.d.ts +1 -1
  232. package/types.d.ts.map +1 -1
  233. package/utilities/Noop.d.ts +1 -1
  234. package/utilities/Noop.d.ts.map +1 -1
  235. package/utilities/react.d.ts +1 -1
  236. package/utilities/react.d.ts.map +1 -1
  237. package/utilities/react.js +1 -1
  238. package/utilities/react.mjs +1 -1
  239. package/utilities/test.d.ts +1 -0
  240. package/utilities/test.d.ts.map +1 -1
  241. package/__chunks__/EasyPostLogo-B3Um5vvS.mjs +0 -22
  242. package/__chunks__/EasyPostLogo-DQt5KlFX.js +0 -21
  243. package/__chunks__/index-CUcRN4NO.js +0 -311
  244. 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
+ };