ingeniuscliq-core 0.4.24 → 0.4.25

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 (221) hide show
  1. package/dist/_virtual/index.js +5 -0
  2. package/dist/_virtual/index2.js +3 -0
  3. package/dist/_virtual/jsx-runtime.js +5 -0
  4. package/dist/_virtual/jsx-runtime2.js +3 -0
  5. package/dist/_virtual/react-jsx-runtime.development.js +3 -0
  6. package/dist/_virtual/react-jsx-runtime.production.js +3 -0
  7. package/dist/_virtual/use-sync-external-store-shim.development.js +3 -0
  8. package/dist/_virtual/use-sync-external-store-shim.production.js +3 -0
  9. package/dist/components/common/carousel/CustomCarousel.tsx +6 -6
  10. package/dist/components/common/carousel/CustomCarouselSection.tsx +12 -12
  11. package/dist/components/common/form/CustomFormField.tsx +6 -6
  12. package/dist/components/common/form/FormCheckbox.tsx +5 -5
  13. package/dist/components/common/form/FormInput.tsx +3 -3
  14. package/dist/components/common/form/FormSelect.tsx +5 -5
  15. package/dist/components/common/form/FormTextArea.tsx +3 -3
  16. package/dist/components/common/form/FormWrapper.tsx +2 -2
  17. package/dist/components/common/logo/Logo.tsx +3 -3
  18. package/dist/components/common/pagination/CustomPagination.tsx +5 -5
  19. package/dist/components/common/select/CustomSelect.tsx +4 -4
  20. package/dist/components/common/spinner/Spinner.tsx +14 -14
  21. package/dist/components/common/stepper/Stepper.tsx +9 -9
  22. package/dist/components/layouts/CoreBaseLayout.tsx +5 -5
  23. package/dist/components/templates/CoreHomeLayout.tsx +2 -2
  24. package/dist/components/templates/CorePreviewLayout.tsx +2 -2
  25. package/dist/components/ui/accordion.tsx +14 -14
  26. package/dist/components/ui/alert-dialog.tsx +27 -27
  27. package/dist/components/ui/alert.tsx +5 -5
  28. package/dist/components/ui/avatar.tsx +11 -11
  29. package/dist/components/ui/badge.tsx +3 -3
  30. package/dist/components/ui/breadcrumb.tsx +14 -13
  31. package/dist/components/ui/button.tsx +4 -4
  32. package/dist/components/ui/card.tsx +8 -8
  33. package/dist/components/ui/carousel.tsx +14 -13
  34. package/dist/components/ui/checkbox.tsx +9 -9
  35. package/dist/components/ui/dialog.tsx +26 -26
  36. package/dist/components/ui/dropdown-menu.tsx +39 -37
  37. package/dist/components/ui/form.tsx +9 -9
  38. package/dist/components/ui/input.tsx +2 -2
  39. package/dist/components/ui/label.tsx +6 -6
  40. package/dist/components/ui/pagination.tsx +17 -15
  41. package/dist/components/ui/popover.tsx +8 -8
  42. package/dist/components/ui/radio-group.tsx +10 -10
  43. package/dist/components/ui/select.tsx +40 -38
  44. package/dist/components/ui/separator.tsx +5 -5
  45. package/dist/components/ui/sheet.tsx +27 -27
  46. package/dist/components/ui/skeleton.tsx +2 -2
  47. package/dist/components/ui/slider.tsx +9 -9
  48. package/dist/components/ui/stepper.tsx +34 -34
  49. package/dist/components/ui/switch.tsx +7 -7
  50. package/dist/components/ui/table.tsx +9 -9
  51. package/dist/components/ui/tabs.tsx +13 -13
  52. package/dist/components/ui/textarea.tsx +2 -2
  53. package/dist/components/ui/tooltip.tsx +8 -8
  54. package/dist/helpers/axiosGlobal.js +2 -1
  55. package/dist/hooks/useNotification.js +1 -1
  56. package/dist/lib/utils.js +2 -2
  57. package/dist/modules/CoreAuth/classes/CoreAuthBuilder.js +1 -1
  58. package/dist/modules/CoreAuth/context/AuthContext.tsx +1 -1
  59. package/dist/modules/CoreAuth/index.js +0 -1
  60. package/dist/modules/CoreCustomization/classes/CoreCustomizationBuilder.js +1 -1
  61. package/dist/modules/CoreCustomization/index.js +0 -1
  62. package/dist/modules/CoreOrder/classes/CoreOrderBuilder.js +1 -1
  63. package/dist/modules/CoreOrder/index.js +0 -1
  64. package/dist/modules/CorePayForm/classes/CorePayFormBuilder.js +1 -1
  65. package/dist/modules/CorePayForm/index.js +0 -1
  66. package/dist/modules/CoreProduct/classes/CoreProductBuilder.js +1 -1
  67. package/dist/modules/CoreProduct/index.js +0 -1
  68. package/dist/modules/CoreShipment/classes/CoreShipmentBuilder.js +1 -1
  69. package/dist/modules/CoreShipment/index.js +0 -1
  70. package/dist/modules/CoreShopCart/classes/CoreShopCartBuilder.js +1 -1
  71. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +814 -0
  72. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +751 -0
  73. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +350 -0
  74. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +161 -0
  75. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +137 -0
  76. package/dist/node_modules/@radix-ui/number/dist/index.js +6 -0
  77. package/dist/node_modules/@radix-ui/primitive/dist/index.js +11 -0
  78. package/dist/node_modules/@radix-ui/react-accordion/dist/index.js +305 -0
  79. package/dist/node_modules/@radix-ui/react-alert-dialog/dist/index.js +147 -0
  80. package/dist/node_modules/@radix-ui/react-arrow/dist/index.js +25 -0
  81. package/dist/node_modules/@radix-ui/react-avatar/dist/index.js +118 -0
  82. package/dist/node_modules/@radix-ui/react-checkbox/dist/index.js +270 -0
  83. package/dist/node_modules/@radix-ui/react-collapsible/dist/index.js +145 -0
  84. package/dist/node_modules/@radix-ui/react-collection/dist/index.js +70 -0
  85. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +39 -0
  86. package/dist/node_modules/@radix-ui/react-context/dist/index.js +79 -0
  87. package/dist/node_modules/@radix-ui/react-dialog/dist/index.js +321 -0
  88. package/dist/node_modules/@radix-ui/react-direction/dist/index.js +11 -0
  89. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +211 -0
  90. package/dist/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +267 -0
  91. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +29 -0
  92. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +207 -0
  93. package/dist/node_modules/@radix-ui/react-id/dist/index.js +15 -0
  94. package/dist/node_modules/@radix-ui/react-label/dist/index.js +24 -0
  95. package/dist/node_modules/@radix-ui/react-menu/dist/index.js +834 -0
  96. package/dist/node_modules/@radix-ui/react-popover/dist/index.js +299 -0
  97. package/dist/node_modules/@radix-ui/react-popper/dist/index.js +283 -0
  98. package/dist/node_modules/@radix-ui/react-portal/dist/index.js +17 -0
  99. package/dist/node_modules/@radix-ui/react-presence/dist/index.js +130 -0
  100. package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +43 -0
  101. package/dist/node_modules/@radix-ui/react-radio-group/dist/index.js +282 -0
  102. package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.js +223 -0
  103. package/dist/node_modules/@radix-ui/react-select/dist/index.js +1156 -0
  104. package/dist/node_modules/@radix-ui/react-separator/dist/index.js +30 -0
  105. package/dist/node_modules/@radix-ui/react-slider/dist/index.js +554 -0
  106. package/dist/node_modules/@radix-ui/react-slot/dist/index.js +99 -0
  107. package/dist/node_modules/@radix-ui/react-switch/dist/index.js +152 -0
  108. package/dist/node_modules/@radix-ui/react-tabs/dist/index.js +187 -0
  109. package/dist/node_modules/@radix-ui/react-tooltip/dist/index.js +482 -0
  110. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +12 -0
  111. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +70 -0
  112. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +18 -0
  113. package/dist/node_modules/@radix-ui/react-use-is-hydrated/dist/index.js +16 -0
  114. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +7 -0
  115. package/dist/node_modules/@radix-ui/react-use-previous/dist/index.js +15 -0
  116. package/dist/node_modules/@radix-ui/react-use-size/dist/index.js +40 -0
  117. package/dist/node_modules/@radix-ui/react-visually-hidden/dist/index.js +35 -0
  118. package/dist/node_modules/@stepperize/core/dist/index.js +3 -0
  119. package/dist/node_modules/@stepperize/react/dist/index.js +6 -0
  120. package/dist/node_modules/aria-hidden/dist/es2015/index.js +137 -0
  121. package/dist/node_modules/axios/index.js +25 -0
  122. package/dist/node_modules/axios/lib/adapters/adapters.js +81 -0
  123. package/dist/node_modules/axios/lib/adapters/fetch.js +229 -0
  124. package/dist/node_modules/axios/lib/adapters/xhr.js +199 -0
  125. package/dist/node_modules/axios/lib/axios.js +86 -0
  126. package/dist/node_modules/axios/lib/cancel/CancelToken.js +133 -0
  127. package/dist/node_modules/axios/lib/cancel/CanceledError.js +23 -0
  128. package/dist/node_modules/axios/lib/cancel/isCancel.js +5 -0
  129. package/dist/node_modules/axios/lib/core/Axios.js +238 -0
  130. package/dist/node_modules/axios/lib/core/AxiosError.js +101 -0
  131. package/dist/node_modules/axios/lib/core/AxiosHeaders.js +312 -0
  132. package/dist/node_modules/axios/lib/core/InterceptorManager.js +69 -0
  133. package/dist/node_modules/axios/lib/core/buildFullPath.js +22 -0
  134. package/dist/node_modules/axios/lib/core/dispatchRequest.js +81 -0
  135. package/dist/node_modules/axios/lib/core/mergeConfig.js +106 -0
  136. package/dist/node_modules/axios/lib/core/settle.js +27 -0
  137. package/dist/node_modules/axios/lib/core/transformData.js +28 -0
  138. package/dist/node_modules/axios/lib/defaults/index.js +159 -0
  139. package/dist/node_modules/axios/lib/defaults/transitional.js +7 -0
  140. package/dist/node_modules/axios/lib/env/data.js +3 -0
  141. package/dist/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +56 -0
  142. package/dist/node_modules/axios/lib/helpers/HttpStatusCode.js +71 -0
  143. package/dist/node_modules/axios/lib/helpers/bind.js +7 -0
  144. package/dist/node_modules/axios/lib/helpers/buildURL.js +69 -0
  145. package/dist/node_modules/axios/lib/helpers/combineURLs.js +15 -0
  146. package/dist/node_modules/axios/lib/helpers/composeSignals.js +48 -0
  147. package/dist/node_modules/axios/lib/helpers/cookies.js +43 -0
  148. package/dist/node_modules/axios/lib/helpers/formDataToJSON.js +93 -0
  149. package/dist/node_modules/axios/lib/helpers/isAbsoluteURL.js +15 -0
  150. package/dist/node_modules/axios/lib/helpers/isAxiosError.js +14 -0
  151. package/dist/node_modules/axios/lib/helpers/isURLSameOrigin.js +16 -0
  152. package/dist/node_modules/axios/lib/helpers/null.js +4 -0
  153. package/dist/node_modules/axios/lib/helpers/parseHeaders.js +55 -0
  154. package/dist/node_modules/axios/lib/helpers/parseProtocol.js +6 -0
  155. package/dist/node_modules/axios/lib/helpers/progressEventReducer.js +46 -0
  156. package/dist/node_modules/axios/lib/helpers/resolveConfig.js +58 -0
  157. package/dist/node_modules/axios/lib/helpers/speedometer.js +53 -0
  158. package/dist/node_modules/axios/lib/helpers/spread.js +28 -0
  159. package/dist/node_modules/axios/lib/helpers/throttle.js +44 -0
  160. package/dist/node_modules/axios/lib/helpers/toFormData.js +219 -0
  161. package/dist/node_modules/axios/lib/helpers/toURLEncodedForm.js +19 -0
  162. package/dist/node_modules/axios/lib/helpers/trackStream.js +88 -0
  163. package/dist/node_modules/axios/lib/helpers/validator.js +99 -0
  164. package/dist/node_modules/axios/lib/platform/browser/classes/Blob.js +3 -0
  165. package/dist/node_modules/axios/lib/platform/browser/classes/FormData.js +3 -0
  166. package/dist/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +5 -0
  167. package/dist/node_modules/axios/lib/platform/browser/index.js +15 -0
  168. package/dist/node_modules/axios/lib/platform/common/utils.js +45 -0
  169. package/dist/node_modules/axios/lib/platform/index.js +9 -0
  170. package/dist/node_modules/axios/lib/utils.js +780 -0
  171. package/dist/node_modules/class-variance-authority/dist/index.js +44 -0
  172. package/dist/node_modules/clsx/dist/clsx.js +3 -0
  173. package/dist/node_modules/embla-carousel/esm/embla-carousel.esm.js +1669 -0
  174. package/dist/node_modules/embla-carousel-react/esm/embla-carousel-react.esm.js +37 -0
  175. package/dist/node_modules/embla-carousel-reactive-utils/esm/embla-carousel-reactive-utils.esm.js +38 -0
  176. package/dist/node_modules/get-nonce/dist/es2015/index.js +8 -0
  177. package/dist/node_modules/lucide-react/dist/esm/Icon.js +43 -0
  178. package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.js +30 -0
  179. package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.js +20 -0
  180. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-left.js +17 -0
  181. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-right.js +17 -0
  182. package/dist/node_modules/lucide-react/dist/esm/icons/check.js +14 -0
  183. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-down.js +14 -0
  184. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-left.js +14 -0
  185. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.js +14 -0
  186. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-up.js +14 -0
  187. package/dist/node_modules/lucide-react/dist/esm/icons/circle.js +14 -0
  188. package/dist/node_modules/lucide-react/dist/esm/icons/ellipsis.js +18 -0
  189. package/dist/node_modules/lucide-react/dist/esm/icons/x.js +17 -0
  190. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils.js +28 -0
  191. package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +363 -0
  192. package/dist/node_modules/react/cjs/react-jsx-runtime.production.js +44 -0
  193. package/dist/node_modules/react/jsx-runtime.js +19 -0
  194. package/dist/node_modules/react-hook-form/dist/index.esm.js +560 -0
  195. package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +9 -0
  196. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +167 -0
  197. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +38 -0
  198. package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +21 -0
  199. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +110 -0
  200. package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +5 -0
  201. package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +7 -0
  202. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +56 -0
  203. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +10 -0
  204. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +31 -0
  205. package/dist/node_modules/react-style-singleton/dist/es2015/component.js +19 -0
  206. package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +25 -0
  207. package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +51 -0
  208. package/dist/node_modules/sonner/dist/index.js +299 -0
  209. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js +3035 -0
  210. package/dist/node_modules/tslib/tslib.es6.js +56 -0
  211. package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +24 -0
  212. package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +48 -0
  213. package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +42 -0
  214. package/dist/node_modules/use-sidecar/dist/es2015/exports.js +21 -0
  215. package/dist/node_modules/use-sidecar/dist/es2015/medium.js +77 -0
  216. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +106 -0
  217. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +77 -0
  218. package/dist/node_modules/use-sync-external-store/shim/index.js +19 -0
  219. package/dist/node_modules/zustand/esm/react.js +22 -0
  220. package/dist/node_modules/zustand/esm/vanilla.js +24 -0
  221. package/package.json +1 -1
@@ -0,0 +1,363 @@
1
+ import { __exports as reactJsxRuntime_development } from '../../../_virtual/react-jsx-runtime.development.js';
2
+ import React__default from 'react';
3
+
4
+ /**
5
+ * @license React
6
+ * react-jsx-runtime.development.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
+
14
+ var hasRequiredReactJsxRuntime_development;
15
+
16
+ function requireReactJsxRuntime_development () {
17
+ if (hasRequiredReactJsxRuntime_development) return reactJsxRuntime_development;
18
+ hasRequiredReactJsxRuntime_development = 1;
19
+ "production" !== process.env.NODE_ENV &&
20
+ (function () {
21
+ function getComponentNameFromType(type) {
22
+ if (null == type) return null;
23
+ if ("function" === typeof type)
24
+ return type.$$typeof === REACT_CLIENT_REFERENCE
25
+ ? null
26
+ : type.displayName || type.name || null;
27
+ if ("string" === typeof type) return type;
28
+ switch (type) {
29
+ case REACT_FRAGMENT_TYPE:
30
+ return "Fragment";
31
+ case REACT_PROFILER_TYPE:
32
+ return "Profiler";
33
+ case REACT_STRICT_MODE_TYPE:
34
+ return "StrictMode";
35
+ case REACT_SUSPENSE_TYPE:
36
+ return "Suspense";
37
+ case REACT_SUSPENSE_LIST_TYPE:
38
+ return "SuspenseList";
39
+ case REACT_ACTIVITY_TYPE:
40
+ return "Activity";
41
+ }
42
+ if ("object" === typeof type)
43
+ switch (
44
+ ("number" === typeof type.tag &&
45
+ console.error(
46
+ "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
47
+ ),
48
+ type.$$typeof)
49
+ ) {
50
+ case REACT_PORTAL_TYPE:
51
+ return "Portal";
52
+ case REACT_CONTEXT_TYPE:
53
+ return type.displayName || "Context";
54
+ case REACT_CONSUMER_TYPE:
55
+ return (type._context.displayName || "Context") + ".Consumer";
56
+ case REACT_FORWARD_REF_TYPE:
57
+ var innerType = type.render;
58
+ type = type.displayName;
59
+ type ||
60
+ ((type = innerType.displayName || innerType.name || ""),
61
+ (type = "" !== type ? "ForwardRef(" + type + ")" : "ForwardRef"));
62
+ return type;
63
+ case REACT_MEMO_TYPE:
64
+ return (
65
+ (innerType = type.displayName || null),
66
+ null !== innerType
67
+ ? innerType
68
+ : getComponentNameFromType(type.type) || "Memo"
69
+ );
70
+ case REACT_LAZY_TYPE:
71
+ innerType = type._payload;
72
+ type = type._init;
73
+ try {
74
+ return getComponentNameFromType(type(innerType));
75
+ } catch (x) {}
76
+ }
77
+ return null;
78
+ }
79
+ function testStringCoercion(value) {
80
+ return "" + value;
81
+ }
82
+ function checkKeyStringCoercion(value) {
83
+ try {
84
+ testStringCoercion(value);
85
+ var JSCompiler_inline_result = !1;
86
+ } catch (e) {
87
+ JSCompiler_inline_result = true;
88
+ }
89
+ if (JSCompiler_inline_result) {
90
+ JSCompiler_inline_result = console;
91
+ var JSCompiler_temp_const = JSCompiler_inline_result.error;
92
+ var JSCompiler_inline_result$jscomp$0 =
93
+ ("function" === typeof Symbol &&
94
+ Symbol.toStringTag &&
95
+ value[Symbol.toStringTag]) ||
96
+ value.constructor.name ||
97
+ "Object";
98
+ JSCompiler_temp_const.call(
99
+ JSCompiler_inline_result,
100
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
101
+ JSCompiler_inline_result$jscomp$0
102
+ );
103
+ return testStringCoercion(value);
104
+ }
105
+ }
106
+ function getTaskName(type) {
107
+ if (type === REACT_FRAGMENT_TYPE) return "<>";
108
+ if (
109
+ "object" === typeof type &&
110
+ null !== type &&
111
+ type.$$typeof === REACT_LAZY_TYPE
112
+ )
113
+ return "<...>";
114
+ try {
115
+ var name = getComponentNameFromType(type);
116
+ return name ? "<" + name + ">" : "<...>";
117
+ } catch (x) {
118
+ return "<...>";
119
+ }
120
+ }
121
+ function getOwner() {
122
+ var dispatcher = ReactSharedInternals.A;
123
+ return null === dispatcher ? null : dispatcher.getOwner();
124
+ }
125
+ function UnknownOwner() {
126
+ return Error("react-stack-top-frame");
127
+ }
128
+ function hasValidKey(config) {
129
+ if (hasOwnProperty.call(config, "key")) {
130
+ var getter = Object.getOwnPropertyDescriptor(config, "key").get;
131
+ if (getter && getter.isReactWarning) return false;
132
+ }
133
+ return void 0 !== config.key;
134
+ }
135
+ function defineKeyPropWarningGetter(props, displayName) {
136
+ function warnAboutAccessingKey() {
137
+ specialPropKeyWarningShown ||
138
+ ((specialPropKeyWarningShown = true),
139
+ console.error(
140
+ "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
141
+ displayName
142
+ ));
143
+ }
144
+ warnAboutAccessingKey.isReactWarning = true;
145
+ Object.defineProperty(props, "key", {
146
+ get: warnAboutAccessingKey,
147
+ configurable: true
148
+ });
149
+ }
150
+ function elementRefGetterWithDeprecationWarning() {
151
+ var componentName = getComponentNameFromType(this.type);
152
+ didWarnAboutElementRef[componentName] ||
153
+ ((didWarnAboutElementRef[componentName] = true),
154
+ console.error(
155
+ "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
156
+ ));
157
+ componentName = this.props.ref;
158
+ return void 0 !== componentName ? componentName : null;
159
+ }
160
+ function ReactElement(type, key, props, owner, debugStack, debugTask) {
161
+ var refProp = props.ref;
162
+ type = {
163
+ $$typeof: REACT_ELEMENT_TYPE,
164
+ type: type,
165
+ key: key,
166
+ props: props,
167
+ _owner: owner
168
+ };
169
+ null !== (void 0 !== refProp ? refProp : null)
170
+ ? Object.defineProperty(type, "ref", {
171
+ enumerable: false,
172
+ get: elementRefGetterWithDeprecationWarning
173
+ })
174
+ : Object.defineProperty(type, "ref", { enumerable: false, value: null });
175
+ type._store = {};
176
+ Object.defineProperty(type._store, "validated", {
177
+ configurable: false,
178
+ enumerable: false,
179
+ writable: true,
180
+ value: 0
181
+ });
182
+ Object.defineProperty(type, "_debugInfo", {
183
+ configurable: false,
184
+ enumerable: false,
185
+ writable: true,
186
+ value: null
187
+ });
188
+ Object.defineProperty(type, "_debugStack", {
189
+ configurable: false,
190
+ enumerable: false,
191
+ writable: true,
192
+ value: debugStack
193
+ });
194
+ Object.defineProperty(type, "_debugTask", {
195
+ configurable: false,
196
+ enumerable: false,
197
+ writable: true,
198
+ value: debugTask
199
+ });
200
+ Object.freeze && (Object.freeze(type.props), Object.freeze(type));
201
+ return type;
202
+ }
203
+ function jsxDEVImpl(
204
+ type,
205
+ config,
206
+ maybeKey,
207
+ isStaticChildren,
208
+ debugStack,
209
+ debugTask
210
+ ) {
211
+ var children = config.children;
212
+ if (void 0 !== children)
213
+ if (isStaticChildren)
214
+ if (isArrayImpl(children)) {
215
+ for (
216
+ isStaticChildren = 0;
217
+ isStaticChildren < children.length;
218
+ isStaticChildren++
219
+ )
220
+ validateChildKeys(children[isStaticChildren]);
221
+ Object.freeze && Object.freeze(children);
222
+ } else
223
+ console.error(
224
+ "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
225
+ );
226
+ else validateChildKeys(children);
227
+ if (hasOwnProperty.call(config, "key")) {
228
+ children = getComponentNameFromType(type);
229
+ var keys = Object.keys(config).filter(function (k) {
230
+ return "key" !== k;
231
+ });
232
+ isStaticChildren =
233
+ 0 < keys.length
234
+ ? "{key: someKey, " + keys.join(": ..., ") + ": ...}"
235
+ : "{key: someKey}";
236
+ didWarnAboutKeySpread[children + isStaticChildren] ||
237
+ ((keys =
238
+ 0 < keys.length ? "{" + keys.join(": ..., ") + ": ...}" : "{}"),
239
+ console.error(
240
+ 'A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />',
241
+ isStaticChildren,
242
+ children,
243
+ keys,
244
+ children
245
+ ),
246
+ (didWarnAboutKeySpread[children + isStaticChildren] = true));
247
+ }
248
+ children = null;
249
+ void 0 !== maybeKey &&
250
+ (checkKeyStringCoercion(maybeKey), (children = "" + maybeKey));
251
+ hasValidKey(config) &&
252
+ (checkKeyStringCoercion(config.key), (children = "" + config.key));
253
+ if ("key" in config) {
254
+ maybeKey = {};
255
+ for (var propName in config)
256
+ "key" !== propName && (maybeKey[propName] = config[propName]);
257
+ } else maybeKey = config;
258
+ children &&
259
+ defineKeyPropWarningGetter(
260
+ maybeKey,
261
+ "function" === typeof type
262
+ ? type.displayName || type.name || "Unknown"
263
+ : type
264
+ );
265
+ return ReactElement(
266
+ type,
267
+ children,
268
+ maybeKey,
269
+ getOwner(),
270
+ debugStack,
271
+ debugTask
272
+ );
273
+ }
274
+ function validateChildKeys(node) {
275
+ isValidElement(node)
276
+ ? node._store && (node._store.validated = 1)
277
+ : "object" === typeof node &&
278
+ null !== node &&
279
+ node.$$typeof === REACT_LAZY_TYPE &&
280
+ ("fulfilled" === node._payload.status
281
+ ? isValidElement(node._payload.value) &&
282
+ node._payload.value._store &&
283
+ (node._payload.value._store.validated = 1)
284
+ : node._store && (node._store.validated = 1));
285
+ }
286
+ function isValidElement(object) {
287
+ return (
288
+ "object" === typeof object &&
289
+ null !== object &&
290
+ object.$$typeof === REACT_ELEMENT_TYPE
291
+ );
292
+ }
293
+ var React = React__default,
294
+ REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
295
+ REACT_PORTAL_TYPE = Symbol.for("react.portal"),
296
+ REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"),
297
+ REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"),
298
+ REACT_PROFILER_TYPE = Symbol.for("react.profiler"),
299
+ REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
300
+ REACT_CONTEXT_TYPE = Symbol.for("react.context"),
301
+ REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"),
302
+ REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"),
303
+ REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"),
304
+ REACT_MEMO_TYPE = Symbol.for("react.memo"),
305
+ REACT_LAZY_TYPE = Symbol.for("react.lazy"),
306
+ REACT_ACTIVITY_TYPE = Symbol.for("react.activity"),
307
+ REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"),
308
+ ReactSharedInternals =
309
+ React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
310
+ hasOwnProperty = Object.prototype.hasOwnProperty,
311
+ isArrayImpl = Array.isArray,
312
+ createTask = console.createTask
313
+ ? console.createTask
314
+ : function () {
315
+ return null;
316
+ };
317
+ React = {
318
+ react_stack_bottom_frame: function (callStackForError) {
319
+ return callStackForError();
320
+ }
321
+ };
322
+ var specialPropKeyWarningShown;
323
+ var didWarnAboutElementRef = {};
324
+ var unknownOwnerDebugStack = React.react_stack_bottom_frame.bind(
325
+ React,
326
+ UnknownOwner
327
+ )();
328
+ var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));
329
+ var didWarnAboutKeySpread = {};
330
+ reactJsxRuntime_development.Fragment = REACT_FRAGMENT_TYPE;
331
+ reactJsxRuntime_development.jsx = function (type, config, maybeKey) {
332
+ var trackActualOwner =
333
+ 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
334
+ return jsxDEVImpl(
335
+ type,
336
+ config,
337
+ maybeKey,
338
+ false,
339
+ trackActualOwner
340
+ ? Error("react-stack-top-frame")
341
+ : unknownOwnerDebugStack,
342
+ trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask
343
+ );
344
+ };
345
+ reactJsxRuntime_development.jsxs = function (type, config, maybeKey) {
346
+ var trackActualOwner =
347
+ 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
348
+ return jsxDEVImpl(
349
+ type,
350
+ config,
351
+ maybeKey,
352
+ true,
353
+ trackActualOwner
354
+ ? Error("react-stack-top-frame")
355
+ : unknownOwnerDebugStack,
356
+ trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask
357
+ );
358
+ };
359
+ })();
360
+ return reactJsxRuntime_development;
361
+ }
362
+
363
+ export { requireReactJsxRuntime_development as __require };
@@ -0,0 +1,44 @@
1
+ import { __exports as reactJsxRuntime_production } from '../../../_virtual/react-jsx-runtime.production.js';
2
+
3
+ /**
4
+ * @license React
5
+ * react-jsx-runtime.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
+
13
+ var hasRequiredReactJsxRuntime_production;
14
+
15
+ function requireReactJsxRuntime_production () {
16
+ if (hasRequiredReactJsxRuntime_production) return reactJsxRuntime_production;
17
+ hasRequiredReactJsxRuntime_production = 1;
18
+ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
19
+ REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
20
+ function jsxProd(type, config, maybeKey) {
21
+ var key = null;
22
+ void 0 !== maybeKey && (key = "" + maybeKey);
23
+ void 0 !== config.key && (key = "" + config.key);
24
+ if ("key" in config) {
25
+ maybeKey = {};
26
+ for (var propName in config)
27
+ "key" !== propName && (maybeKey[propName] = config[propName]);
28
+ } else maybeKey = config;
29
+ config = maybeKey.ref;
30
+ return {
31
+ $$typeof: REACT_ELEMENT_TYPE,
32
+ type: type,
33
+ key: key,
34
+ ref: void 0 !== config ? config : null,
35
+ props: maybeKey
36
+ };
37
+ }
38
+ reactJsxRuntime_production.Fragment = REACT_FRAGMENT_TYPE;
39
+ reactJsxRuntime_production.jsx = jsxProd;
40
+ reactJsxRuntime_production.jsxs = jsxProd;
41
+ return reactJsxRuntime_production;
42
+ }
43
+
44
+ export { requireReactJsxRuntime_production as __require };
@@ -0,0 +1,19 @@
1
+ import { __module as jsxRuntime } from '../../_virtual/jsx-runtime2.js';
2
+ import { __require as requireReactJsxRuntime_production } from './cjs/react-jsx-runtime.production.js';
3
+ import { __require as requireReactJsxRuntime_development } from './cjs/react-jsx-runtime.development.js';
4
+
5
+ var hasRequiredJsxRuntime;
6
+
7
+ function requireJsxRuntime () {
8
+ if (hasRequiredJsxRuntime) return jsxRuntime.exports;
9
+ hasRequiredJsxRuntime = 1;
10
+
11
+ if (process.env.NODE_ENV === 'production') {
12
+ jsxRuntime.exports = requireReactJsxRuntime_production();
13
+ } else {
14
+ jsxRuntime.exports = requireReactJsxRuntime_development();
15
+ }
16
+ return jsxRuntime.exports;
17
+ }
18
+
19
+ export { requireJsxRuntime as __require };