@intlayer/design-system 2.0.2
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/LICENSE +21 -0
- package/README.md +30 -0
- package/dist/.vite/manifest.json +953 -0
- package/dist/MarkDownRender-BeQGOIow.cjs +14 -0
- package/dist/MarkDownRender-gURA8GAt.js +315 -0
- package/dist/StringWrapper-CW70GPXq.js +28 -0
- package/dist/StringWrapper-DUDqtkwz.cjs +1 -0
- package/dist/check-BLEiR8OY.js +12 -0
- package/dist/check-rhNgx2ZQ.cjs +6 -0
- package/dist/components/Accordion/Accordion.cjs.js +8 -0
- package/dist/components/Accordion/Accordion.d.ts +10 -0
- package/dist/components/Accordion/Accordion.es.js +48 -0
- package/dist/components/Accordion/index.cjs.js +1 -0
- package/dist/components/Accordion/index.d.ts +1 -0
- package/dist/components/Accordion/index.es.js +5 -0
- package/dist/components/Avatar/index.cjs.js +6 -0
- package/dist/components/Avatar/index.d.ts +9 -0
- package/dist/components/Avatar/index.es.js +71 -0
- package/dist/components/Button/index.cjs.js +6 -0
- package/dist/components/Button/index.d.ts +22 -0
- package/dist/components/Button/index.es.js +306 -0
- package/dist/components/Container/index.cjs.js +7 -0
- package/dist/components/Container/index.d.ts +23 -0
- package/dist/components/Container/index.es.js +152 -0
- package/dist/components/ContentEditor/ContentEditor.cjs.js +5 -0
- package/dist/components/ContentEditor/ContentEditor.d.ts +8 -0
- package/dist/components/ContentEditor/ContentEditor.es.js +75 -0
- package/dist/components/ContentEditor/index.cjs.js +1 -0
- package/dist/components/ContentEditor/index.d.ts +1 -0
- package/dist/components/ContentEditor/index.es.js +5 -0
- package/dist/components/ContentSelector/ContentSelector.cjs.js +1 -0
- package/dist/components/ContentSelector/ContentSelector.d.ts +11 -0
- package/dist/components/ContentSelector/ContentSelector.es.js +14 -0
- package/dist/components/ContentSelector/index.cjs.js +1 -0
- package/dist/components/ContentSelector/index.d.ts +1 -0
- package/dist/components/ContentSelector/index.es.js +5 -0
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs.js +1 -0
- package/dist/components/DictionaryEditor/DictionaryEditor.d.ts +20 -0
- package/dist/components/DictionaryEditor/DictionaryEditor.es.js +25 -0
- package/dist/components/DictionaryEditor/ItemLayout.cjs.js +1 -0
- package/dist/components/DictionaryEditor/ItemLayout.d.ts +16 -0
- package/dist/components/DictionaryEditor/ItemLayout.es.js +81 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs.js +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.d.ts +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.es.js +10 -0
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.cjs.js +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.d.ts +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.es.js +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs.js +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.d.ts +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.es.js +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs.js +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.d.ts +8 -0
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.es.js +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.cjs.js +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.d.ts +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.es.js +7 -0
- package/dist/components/DictionaryEditor/NodeWrapper/index.cjs.js +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/index.d.ts +19 -0
- package/dist/components/DictionaryEditor/NodeWrapper/index.es.js +9 -0
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.js +1 -0
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.d.ts +10 -0
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.es.js +40 -0
- package/dist/components/DictionaryEditor/index.cjs.js +1 -0
- package/dist/components/DictionaryEditor/index.d.ts +1 -0
- package/dist/components/DictionaryEditor/index.es.js +5 -0
- package/dist/components/DropDown/index.cjs.js +5 -0
- package/dist/components/DropDown/index.d.ts +3 -0
- package/dist/components/DropDown/index.es.js +50 -0
- package/dist/components/DropDown/types.cjs.js +1 -0
- package/dist/components/DropDown/types.d.ts +15 -0
- package/dist/components/DropDown/types.es.js +1 -0
- package/dist/components/Footer/index.cjs.js +1 -0
- package/dist/components/Footer/index.d.ts +17 -0
- package/dist/components/Footer/index.es.js +64 -0
- package/dist/components/Headers/index.cjs.js +1 -0
- package/dist/components/Headers/index.d.ts +5 -0
- package/dist/components/Headers/index.es.js +35 -0
- package/dist/components/IDE/CodeRender.cjs.js +11 -0
- package/dist/components/IDE/CodeRender.d.ts +10 -0
- package/dist/components/IDE/CodeRender.es.js +833 -0
- package/dist/components/IDE/IDE.cjs.js +1 -0
- package/dist/components/IDE/IDE.d.ts +10 -0
- package/dist/components/IDE/IDE.es.js +124 -0
- package/dist/components/IDE/MarkDownRender.cjs.js +1 -0
- package/dist/components/IDE/MarkDownRender.d.ts +8 -0
- package/dist/components/IDE/MarkDownRender.es.js +7 -0
- package/dist/components/IDE/index.cjs.js +1 -0
- package/dist/components/IDE/index.d.ts +2 -0
- package/dist/components/IDE/index.es.js +7 -0
- package/dist/components/Loader/index.cjs.js +1 -0
- package/dist/components/Loader/index.d.ts +6 -0
- package/dist/components/Loader/index.es.js +21 -0
- package/dist/components/Loader/spinner.cjs.js +1 -0
- package/dist/components/Loader/spinner.d.ts +7 -0
- package/dist/components/Loader/spinner.es.js +22 -0
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.js +6 -0
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts +11 -0
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.es.js +571 -0
- package/dist/components/LocaleSwitcherDropDown/index.cjs.js +1 -0
- package/dist/components/LocaleSwitcherDropDown/index.d.ts +1 -0
- package/dist/components/LocaleSwitcherDropDown/index.es.js +5 -0
- package/dist/components/Logo/LogoCircle.cjs.js +1 -0
- package/dist/components/Logo/LogoCircle.d.ts +4 -0
- package/dist/components/Logo/LogoCircle.es.js +12 -0
- package/dist/components/Logo/LogoNoFrame.cjs.js +1 -0
- package/dist/components/Logo/LogoNoFrame.d.ts +4 -0
- package/dist/components/Logo/LogoNoFrame.es.js +28 -0
- package/dist/components/Logo/LogoSquare.cjs.js +1 -0
- package/dist/components/Logo/LogoSquare.d.ts +4 -0
- package/dist/components/Logo/LogoSquare.es.js +12 -0
- package/dist/components/Logo/LogoSquircle.cjs.js +1 -0
- package/dist/components/Logo/LogoSquircle.d.ts +4 -0
- package/dist/components/Logo/LogoSquircle.es.js +17 -0
- package/dist/components/Logo/LogoTextOnly.cjs.js +1 -0
- package/dist/components/Logo/LogoTextOnly.d.ts +4 -0
- package/dist/components/Logo/LogoTextOnly.es.js +28 -0
- package/dist/components/Logo/LogoWithTextBelowCircle.cjs.js +1 -0
- package/dist/components/Logo/LogoWithTextBelowCircle.d.ts +4 -0
- package/dist/components/Logo/LogoWithTextBelowCircle.es.js +30 -0
- package/dist/components/Logo/LogoWithTextBelowNoFrame.cjs.js +1 -0
- package/dist/components/Logo/LogoWithTextBelowNoFrame.d.ts +4 -0
- package/dist/components/Logo/LogoWithTextBelowNoFrame.es.js +28 -0
- package/dist/components/Logo/LogoWithTextBelowSquircle.cjs.js +1 -0
- package/dist/components/Logo/LogoWithTextBelowSquircle.d.ts +4 -0
- package/dist/components/Logo/LogoWithTextBelowSquircle.es.js +17 -0
- package/dist/components/Logo/LogoWithTextCircle.cjs.js +1 -0
- package/dist/components/Logo/LogoWithTextCircle.d.ts +4 -0
- package/dist/components/Logo/LogoWithTextCircle.es.js +51 -0
- package/dist/components/Logo/LogoWithTextNoFrame.cjs.js +1 -0
- package/dist/components/Logo/LogoWithTextNoFrame.d.ts +4 -0
- package/dist/components/Logo/LogoWithTextNoFrame.es.js +28 -0
- package/dist/components/Logo/LogoWithTextSquircle.cjs.js +1 -0
- package/dist/components/Logo/LogoWithTextSquircle.d.ts +4 -0
- package/dist/components/Logo/LogoWithTextSquircle.es.js +17 -0
- package/dist/components/Logo/index.cjs.js +1 -0
- package/dist/components/Logo/index.d.ts +20 -0
- package/dist/components/Logo/index.es.js +65 -0
- package/dist/components/MarkDownRender/index.cjs.js +1 -0
- package/dist/components/MarkDownRender/index.d.ts +8 -0
- package/dist/components/MarkDownRender/index.es.js +84 -0
- package/dist/components/MaxHeightSmoother/index.cjs.js +6 -0
- package/dist/components/MaxHeightSmoother/index.d.ts +11 -0
- package/dist/components/MaxHeightSmoother/index.es.js +52 -0
- package/dist/components/MaxWidthSmoother/index.cjs.js +6 -0
- package/dist/components/MaxWidthSmoother/index.d.ts +11 -0
- package/dist/components/MaxWidthSmoother/index.es.js +39 -0
- package/dist/components/Modal/index.cjs.js +1 -0
- package/dist/components/Modal/index.d.ts +9 -0
- package/dist/components/Modal/index.es.js +64 -0
- package/dist/components/Navbar/Burger.cjs.js +1 -0
- package/dist/components/Navbar/Burger.d.ts +7 -0
- package/dist/components/Navbar/Burger.es.js +84 -0
- package/dist/components/Navbar/DesktopNavbar.cjs.js +7 -0
- package/dist/components/Navbar/DesktopNavbar.d.ts +10 -0
- package/dist/components/Navbar/DesktopNavbar.es.js +76 -0
- package/dist/components/Navbar/MobileNavbar.cjs.js +9 -0
- package/dist/components/Navbar/MobileNavbar.d.ts +12 -0
- package/dist/components/Navbar/MobileNavbar.es.js +199 -0
- package/dist/components/Navbar/index.cjs.js +1 -0
- package/dist/components/Navbar/index.d.ts +20 -0
- package/dist/components/Navbar/index.es.js +25 -0
- package/dist/components/Navbar/useNavigation.cjs.js +1 -0
- package/dist/components/Navbar/useNavigation.d.ts +5 -0
- package/dist/components/Navbar/useNavigation.es.js +39 -0
- package/dist/components/Popover/index.cjs.js +1 -0
- package/dist/components/Popover/index.d.ts +8 -0
- package/dist/components/Popover/index.es.js +48 -0
- package/dist/components/PressableDiv/PressableDiv.cjs.js +1 -0
- package/dist/components/PressableDiv/PressableDiv.d.ts +10 -0
- package/dist/components/PressableDiv/PressableDiv.es.js +62 -0
- package/dist/components/PressableDiv/index.cjs.js +1 -0
- package/dist/components/PressableDiv/index.d.ts +1 -0
- package/dist/components/PressableDiv/index.es.js +5 -0
- package/dist/components/ProfileDropDown/index.cjs.js +6 -0
- package/dist/components/ProfileDropDown/index.d.ts +6 -0
- package/dist/components/ProfileDropDown/index.es.js +37 -0
- package/dist/components/RedirectionButton/RedirectionButton.cjs.js +6 -0
- package/dist/components/RedirectionButton/RedirectionButton.d.ts +8 -0
- package/dist/components/RedirectionButton/RedirectionButton.es.js +42 -0
- package/dist/components/RedirectionButton/index.cjs.js +1 -0
- package/dist/components/RedirectionButton/index.d.ts +1 -0
- package/dist/components/RedirectionButton/index.es.js +5 -0
- package/dist/components/RightDrawer/RightDrawer.cjs.js +8 -0
- package/dist/components/RightDrawer/RightDrawer.d.ts +16 -0
- package/dist/components/RightDrawer/RightDrawer.es.js +118 -0
- package/dist/components/RightDrawer/index.cjs.js +1 -0
- package/dist/components/RightDrawer/index.d.ts +2 -0
- package/dist/components/RightDrawer/index.es.js +8 -0
- package/dist/components/RightDrawer/useRightDrawerStore.cjs.js +1 -0
- package/dist/components/RightDrawer/useRightDrawerStore.d.ts +8 -0
- package/dist/components/RightDrawer/useRightDrawerStore.es.js +15 -0
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs.js +1 -0
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.d.ts +10 -0
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.es.js +69 -0
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.cjs.js +1 -0
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.d.ts +10 -0
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.es.js +65 -0
- package/dist/components/ThemeSwitcherDropDown/index.cjs.js +1 -0
- package/dist/components/ThemeSwitcherDropDown/index.d.ts +3 -0
- package/dist/components/ThemeSwitcherDropDown/index.es.js +9 -0
- package/dist/components/ThemeSwitcherDropDown/types.cjs.js +1 -0
- package/dist/components/ThemeSwitcherDropDown/types.d.ts +5 -0
- package/dist/components/ThemeSwitcherDropDown/types.es.js +5 -0
- package/dist/components/index.cjs.js +1 -0
- package/dist/components/index.d.ts +22 -0
- package/dist/components/index.es.js +61 -0
- package/dist/createLucideIcon-DlZEiEGq.js +80 -0
- package/dist/createLucideIcon-ZOnO-fn6.cjs +21 -0
- package/dist/hooks/index.cjs.js +1 -0
- package/dist/hooks/index.d.ts +5 -0
- package/dist/hooks/index.es.js +13 -0
- package/dist/hooks/useDevice.cjs.js +1 -0
- package/dist/hooks/useDevice.d.ts +8 -0
- package/dist/hooks/useDevice.es.js +48 -0
- package/dist/hooks/useGetElementOrWindow.cjs.js +1 -0
- package/dist/hooks/useGetElementOrWindow.d.ts +1 -0
- package/dist/hooks/useGetElementOrWindow.es.js +11 -0
- package/dist/hooks/useIsMounted.cjs.js +1 -0
- package/dist/hooks/useIsMounted.d.ts +1 -0
- package/dist/hooks/useIsMounted.es.js +11 -0
- package/dist/hooks/useScrollBlockage/index.cjs.js +1 -0
- package/dist/hooks/useScrollBlockage/index.d.ts +14 -0
- package/dist/hooks/useScrollBlockage/index.es.js +24 -0
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.cjs.js +1 -0
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +12 -0
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.es.js +40 -0
- package/dist/hooks/useScrollDetection.cjs.js +1 -0
- package/dist/hooks/useScrollDetection.d.ts +13 -0
- package/dist/hooks/useScrollDetection.es.js +41 -0
- package/dist/index-B2ncVbtX.cjs +1 -0
- package/dist/index-D-PWvdb-.js +91 -0
- package/dist/intlayer-editor/src/client/renderContentEditor.d.ts +14 -0
- package/dist/jsx-runtime-D6agescH.cjs +30 -0
- package/dist/jsx-runtime-Tw_Kw2GZ.js +638 -0
- package/dist/localeList-CaRF-907.js +300 -0
- package/dist/localeList-DlUgKn8J.cjs +1 -0
- package/dist/motion-BuKul-u9.cjs +1 -0
- package/dist/motion-CP5YERk7.js +4517 -0
- package/dist/styled-components.browser.esm-D6kkzXl4.js +1085 -0
- package/dist/styled-components.browser.esm-GqWwDlfY.cjs +58 -0
- package/dist/sun-BQYZHcpc.cjs +16 -0
- package/dist/sun-BrKC5Qwg.js +49 -0
- package/dist/utils/capitalize.cjs.js +1 -0
- package/dist/utils/capitalize.d.ts +1 -0
- package/dist/utils/capitalize.es.js +5 -0
- package/dist/utils/cn.cjs.js +1 -0
- package/dist/utils/cn.d.ts +3 -0
- package/dist/utils/cn.es.js +2338 -0
- package/dist/x-BKwnSvvj.js +15 -0
- package/dist/x-DIXoN4xe.cjs +6 -0
- package/package.json +84 -0
|
@@ -0,0 +1,638 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import we from "react";
|
|
3
|
+
var Z = { exports: {} }, F = {};
|
|
4
|
+
/**
|
|
5
|
+
* @license React
|
|
6
|
+
* react-jsx-runtime.production.min.js
|
|
7
|
+
*
|
|
8
|
+
* Copyright (c) Facebook, Inc. and its 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 Oe;
|
|
14
|
+
function cr() {
|
|
15
|
+
if (Oe) return F;
|
|
16
|
+
Oe = 1;
|
|
17
|
+
var V = we, M = Symbol.for("react.element"), P = Symbol.for("react.fragment"), U = Object.prototype.hasOwnProperty, T = V.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, I = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
18
|
+
function j(h, d, E) {
|
|
19
|
+
var p, y = {}, b = null, O = null;
|
|
20
|
+
E !== void 0 && (b = "" + E), d.key !== void 0 && (b = "" + d.key), d.ref !== void 0 && (O = d.ref);
|
|
21
|
+
for (p in d) U.call(d, p) && !I.hasOwnProperty(p) && (y[p] = d[p]);
|
|
22
|
+
if (h && h.defaultProps) for (p in d = h.defaultProps, d) y[p] === void 0 && (y[p] = d[p]);
|
|
23
|
+
return { $$typeof: M, type: h, key: b, ref: O, props: y, _owner: T.current };
|
|
24
|
+
}
|
|
25
|
+
return F.Fragment = P, F.jsx = j, F.jsxs = j, F;
|
|
26
|
+
}
|
|
27
|
+
var A = {}, Se;
|
|
28
|
+
function vr() {
|
|
29
|
+
if (Se) return A;
|
|
30
|
+
Se = 1;
|
|
31
|
+
var V = {};
|
|
32
|
+
/**
|
|
33
|
+
* @license React
|
|
34
|
+
* react-jsx-runtime.development.js
|
|
35
|
+
*
|
|
36
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
37
|
+
*
|
|
38
|
+
* This source code is licensed under the MIT license found in the
|
|
39
|
+
* LICENSE file in the root directory of this source tree.
|
|
40
|
+
*/
|
|
41
|
+
return V.NODE_ENV !== "production" && function() {
|
|
42
|
+
var M = we, P = Symbol.for("react.element"), U = Symbol.for("react.portal"), T = Symbol.for("react.fragment"), I = Symbol.for("react.strict_mode"), j = Symbol.for("react.profiler"), h = Symbol.for("react.provider"), d = Symbol.for("react.context"), E = Symbol.for("react.forward_ref"), p = Symbol.for("react.suspense"), y = Symbol.for("react.suspense_list"), b = Symbol.for("react.memo"), O = Symbol.for("react.lazy"), Ce = Symbol.for("react.offscreen"), Q = Symbol.iterator, Pe = "@@iterator";
|
|
43
|
+
function je(e) {
|
|
44
|
+
if (e === null || typeof e != "object")
|
|
45
|
+
return null;
|
|
46
|
+
var r = Q && e[Q] || e[Pe];
|
|
47
|
+
return typeof r == "function" ? r : null;
|
|
48
|
+
}
|
|
49
|
+
var S = M.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
50
|
+
function f(e) {
|
|
51
|
+
{
|
|
52
|
+
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
|
|
53
|
+
t[n - 1] = arguments[n];
|
|
54
|
+
xe("error", e, t);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
function xe(e, r, t) {
|
|
58
|
+
{
|
|
59
|
+
var n = S.ReactDebugCurrentFrame, i = n.getStackAddendum();
|
|
60
|
+
i !== "" && (r += "%s", t = t.concat([i]));
|
|
61
|
+
var u = t.map(function(o) {
|
|
62
|
+
return String(o);
|
|
63
|
+
});
|
|
64
|
+
u.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, u);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
var ke = !1, De = !1, Fe = !1, Ae = !1, Ie = !1, ee;
|
|
68
|
+
ee = Symbol.for("react.module.reference");
|
|
69
|
+
function We(e) {
|
|
70
|
+
return !!(typeof e == "string" || typeof e == "function" || e === T || e === j || Ie || e === I || e === p || e === y || Ae || e === Ce || ke || De || Fe || typeof e == "object" && e !== null && (e.$$typeof === O || e.$$typeof === b || e.$$typeof === h || e.$$typeof === d || e.$$typeof === E || // This needs to include all possible module reference object
|
|
71
|
+
// types supported by any Flight configuration anywhere since
|
|
72
|
+
// we don't know which Flight build this will end up being used
|
|
73
|
+
// with.
|
|
74
|
+
e.$$typeof === ee || e.getModuleId !== void 0));
|
|
75
|
+
}
|
|
76
|
+
function Ye(e, r, t) {
|
|
77
|
+
var n = e.displayName;
|
|
78
|
+
if (n)
|
|
79
|
+
return n;
|
|
80
|
+
var i = r.displayName || r.name || "";
|
|
81
|
+
return i !== "" ? t + "(" + i + ")" : t;
|
|
82
|
+
}
|
|
83
|
+
function re(e) {
|
|
84
|
+
return e.displayName || "Context";
|
|
85
|
+
}
|
|
86
|
+
function _(e) {
|
|
87
|
+
if (e == null)
|
|
88
|
+
return null;
|
|
89
|
+
if (typeof e.tag == "number" && f("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
90
|
+
return e.displayName || e.name || null;
|
|
91
|
+
if (typeof e == "string")
|
|
92
|
+
return e;
|
|
93
|
+
switch (e) {
|
|
94
|
+
case T:
|
|
95
|
+
return "Fragment";
|
|
96
|
+
case U:
|
|
97
|
+
return "Portal";
|
|
98
|
+
case j:
|
|
99
|
+
return "Profiler";
|
|
100
|
+
case I:
|
|
101
|
+
return "StrictMode";
|
|
102
|
+
case p:
|
|
103
|
+
return "Suspense";
|
|
104
|
+
case y:
|
|
105
|
+
return "SuspenseList";
|
|
106
|
+
}
|
|
107
|
+
if (typeof e == "object")
|
|
108
|
+
switch (e.$$typeof) {
|
|
109
|
+
case d:
|
|
110
|
+
var r = e;
|
|
111
|
+
return re(r) + ".Consumer";
|
|
112
|
+
case h:
|
|
113
|
+
var t = e;
|
|
114
|
+
return re(t._context) + ".Provider";
|
|
115
|
+
case E:
|
|
116
|
+
return Ye(e, e.render, "ForwardRef");
|
|
117
|
+
case b:
|
|
118
|
+
var n = e.displayName || null;
|
|
119
|
+
return n !== null ? n : _(e.type) || "Memo";
|
|
120
|
+
case O: {
|
|
121
|
+
var i = e, u = i._payload, o = i._init;
|
|
122
|
+
try {
|
|
123
|
+
return _(o(u));
|
|
124
|
+
} catch {
|
|
125
|
+
return null;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
return null;
|
|
130
|
+
}
|
|
131
|
+
var R = Object.assign, x = 0, te, ne, ae, oe, ie, ue, se;
|
|
132
|
+
function le() {
|
|
133
|
+
}
|
|
134
|
+
le.__reactDisabledLog = !0;
|
|
135
|
+
function $e() {
|
|
136
|
+
{
|
|
137
|
+
if (x === 0) {
|
|
138
|
+
te = console.log, ne = console.info, ae = console.warn, oe = console.error, ie = console.group, ue = console.groupCollapsed, se = console.groupEnd;
|
|
139
|
+
var e = {
|
|
140
|
+
configurable: !0,
|
|
141
|
+
enumerable: !0,
|
|
142
|
+
value: le,
|
|
143
|
+
writable: !0
|
|
144
|
+
};
|
|
145
|
+
Object.defineProperties(console, {
|
|
146
|
+
info: e,
|
|
147
|
+
log: e,
|
|
148
|
+
warn: e,
|
|
149
|
+
error: e,
|
|
150
|
+
group: e,
|
|
151
|
+
groupCollapsed: e,
|
|
152
|
+
groupEnd: e
|
|
153
|
+
});
|
|
154
|
+
}
|
|
155
|
+
x++;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
function Le() {
|
|
159
|
+
{
|
|
160
|
+
if (x--, x === 0) {
|
|
161
|
+
var e = {
|
|
162
|
+
configurable: !0,
|
|
163
|
+
enumerable: !0,
|
|
164
|
+
writable: !0
|
|
165
|
+
};
|
|
166
|
+
Object.defineProperties(console, {
|
|
167
|
+
log: R({}, e, {
|
|
168
|
+
value: te
|
|
169
|
+
}),
|
|
170
|
+
info: R({}, e, {
|
|
171
|
+
value: ne
|
|
172
|
+
}),
|
|
173
|
+
warn: R({}, e, {
|
|
174
|
+
value: ae
|
|
175
|
+
}),
|
|
176
|
+
error: R({}, e, {
|
|
177
|
+
value: oe
|
|
178
|
+
}),
|
|
179
|
+
group: R({}, e, {
|
|
180
|
+
value: ie
|
|
181
|
+
}),
|
|
182
|
+
groupCollapsed: R({}, e, {
|
|
183
|
+
value: ue
|
|
184
|
+
}),
|
|
185
|
+
groupEnd: R({}, e, {
|
|
186
|
+
value: se
|
|
187
|
+
})
|
|
188
|
+
});
|
|
189
|
+
}
|
|
190
|
+
x < 0 && f("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
var N = S.ReactCurrentDispatcher, B;
|
|
194
|
+
function W(e, r, t) {
|
|
195
|
+
{
|
|
196
|
+
if (B === void 0)
|
|
197
|
+
try {
|
|
198
|
+
throw Error();
|
|
199
|
+
} catch (i) {
|
|
200
|
+
var n = i.stack.trim().match(/\n( *(at )?)/);
|
|
201
|
+
B = n && n[1] || "";
|
|
202
|
+
}
|
|
203
|
+
return `
|
|
204
|
+
` + B + e;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
var J = !1, Y;
|
|
208
|
+
{
|
|
209
|
+
var Ve = typeof WeakMap == "function" ? WeakMap : Map;
|
|
210
|
+
Y = new Ve();
|
|
211
|
+
}
|
|
212
|
+
function fe(e, r) {
|
|
213
|
+
if (!e || J)
|
|
214
|
+
return "";
|
|
215
|
+
{
|
|
216
|
+
var t = Y.get(e);
|
|
217
|
+
if (t !== void 0)
|
|
218
|
+
return t;
|
|
219
|
+
}
|
|
220
|
+
var n;
|
|
221
|
+
J = !0;
|
|
222
|
+
var i = Error.prepareStackTrace;
|
|
223
|
+
Error.prepareStackTrace = void 0;
|
|
224
|
+
var u;
|
|
225
|
+
u = N.current, N.current = null, $e();
|
|
226
|
+
try {
|
|
227
|
+
if (r) {
|
|
228
|
+
var o = function() {
|
|
229
|
+
throw Error();
|
|
230
|
+
};
|
|
231
|
+
if (Object.defineProperty(o.prototype, "props", {
|
|
232
|
+
set: function() {
|
|
233
|
+
throw Error();
|
|
234
|
+
}
|
|
235
|
+
}), typeof Reflect == "object" && Reflect.construct) {
|
|
236
|
+
try {
|
|
237
|
+
Reflect.construct(o, []);
|
|
238
|
+
} catch (v) {
|
|
239
|
+
n = v;
|
|
240
|
+
}
|
|
241
|
+
Reflect.construct(e, [], o);
|
|
242
|
+
} else {
|
|
243
|
+
try {
|
|
244
|
+
o.call();
|
|
245
|
+
} catch (v) {
|
|
246
|
+
n = v;
|
|
247
|
+
}
|
|
248
|
+
e.call(o.prototype);
|
|
249
|
+
}
|
|
250
|
+
} else {
|
|
251
|
+
try {
|
|
252
|
+
throw Error();
|
|
253
|
+
} catch (v) {
|
|
254
|
+
n = v;
|
|
255
|
+
}
|
|
256
|
+
e();
|
|
257
|
+
}
|
|
258
|
+
} catch (v) {
|
|
259
|
+
if (v && n && typeof v.stack == "string") {
|
|
260
|
+
for (var a = v.stack.split(`
|
|
261
|
+
`), c = n.stack.split(`
|
|
262
|
+
`), s = a.length - 1, l = c.length - 1; s >= 1 && l >= 0 && a[s] !== c[l]; )
|
|
263
|
+
l--;
|
|
264
|
+
for (; s >= 1 && l >= 0; s--, l--)
|
|
265
|
+
if (a[s] !== c[l]) {
|
|
266
|
+
if (s !== 1 || l !== 1)
|
|
267
|
+
do
|
|
268
|
+
if (s--, l--, l < 0 || a[s] !== c[l]) {
|
|
269
|
+
var g = `
|
|
270
|
+
` + a[s].replace(" at new ", " at ");
|
|
271
|
+
return e.displayName && g.includes("<anonymous>") && (g = g.replace("<anonymous>", e.displayName)), typeof e == "function" && Y.set(e, g), g;
|
|
272
|
+
}
|
|
273
|
+
while (s >= 1 && l >= 0);
|
|
274
|
+
break;
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
} finally {
|
|
278
|
+
J = !1, N.current = u, Le(), Error.prepareStackTrace = i;
|
|
279
|
+
}
|
|
280
|
+
var C = e ? e.displayName || e.name : "", m = C ? W(C) : "";
|
|
281
|
+
return typeof e == "function" && Y.set(e, m), m;
|
|
282
|
+
}
|
|
283
|
+
function Me(e, r, t) {
|
|
284
|
+
return fe(e, !1);
|
|
285
|
+
}
|
|
286
|
+
function Ue(e) {
|
|
287
|
+
var r = e.prototype;
|
|
288
|
+
return !!(r && r.isReactComponent);
|
|
289
|
+
}
|
|
290
|
+
function $(e, r, t) {
|
|
291
|
+
if (e == null)
|
|
292
|
+
return "";
|
|
293
|
+
if (typeof e == "function")
|
|
294
|
+
return fe(e, Ue(e));
|
|
295
|
+
if (typeof e == "string")
|
|
296
|
+
return W(e);
|
|
297
|
+
switch (e) {
|
|
298
|
+
case p:
|
|
299
|
+
return W("Suspense");
|
|
300
|
+
case y:
|
|
301
|
+
return W("SuspenseList");
|
|
302
|
+
}
|
|
303
|
+
if (typeof e == "object")
|
|
304
|
+
switch (e.$$typeof) {
|
|
305
|
+
case E:
|
|
306
|
+
return Me(e.render);
|
|
307
|
+
case b:
|
|
308
|
+
return $(e.type, r, t);
|
|
309
|
+
case O: {
|
|
310
|
+
var n = e, i = n._payload, u = n._init;
|
|
311
|
+
try {
|
|
312
|
+
return $(u(i), r, t);
|
|
313
|
+
} catch {
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
return "";
|
|
318
|
+
}
|
|
319
|
+
var k = Object.prototype.hasOwnProperty, ce = {}, ve = S.ReactDebugCurrentFrame;
|
|
320
|
+
function L(e) {
|
|
321
|
+
if (e) {
|
|
322
|
+
var r = e._owner, t = $(e.type, e._source, r ? r.type : null);
|
|
323
|
+
ve.setExtraStackFrame(t);
|
|
324
|
+
} else
|
|
325
|
+
ve.setExtraStackFrame(null);
|
|
326
|
+
}
|
|
327
|
+
function Ne(e, r, t, n, i) {
|
|
328
|
+
{
|
|
329
|
+
var u = Function.call.bind(k);
|
|
330
|
+
for (var o in e)
|
|
331
|
+
if (u(e, o)) {
|
|
332
|
+
var a = void 0;
|
|
333
|
+
try {
|
|
334
|
+
if (typeof e[o] != "function") {
|
|
335
|
+
var c = Error((n || "React class") + ": " + t + " type `" + o + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[o] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
336
|
+
throw c.name = "Invariant Violation", c;
|
|
337
|
+
}
|
|
338
|
+
a = e[o](r, o, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
339
|
+
} catch (s) {
|
|
340
|
+
a = s;
|
|
341
|
+
}
|
|
342
|
+
a && !(a instanceof Error) && (L(i), f("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", n || "React class", t, o, typeof a), L(null)), a instanceof Error && !(a.message in ce) && (ce[a.message] = !0, L(i), f("Failed %s type: %s", t, a.message), L(null));
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
var Be = Array.isArray;
|
|
347
|
+
function K(e) {
|
|
348
|
+
return Be(e);
|
|
349
|
+
}
|
|
350
|
+
function Je(e) {
|
|
351
|
+
{
|
|
352
|
+
var r = typeof Symbol == "function" && Symbol.toStringTag, t = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
353
|
+
return t;
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
function Ke(e) {
|
|
357
|
+
try {
|
|
358
|
+
return de(e), !1;
|
|
359
|
+
} catch {
|
|
360
|
+
return !0;
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
function de(e) {
|
|
364
|
+
return "" + e;
|
|
365
|
+
}
|
|
366
|
+
function pe(e) {
|
|
367
|
+
if (Ke(e))
|
|
368
|
+
return f("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Je(e)), de(e);
|
|
369
|
+
}
|
|
370
|
+
var D = S.ReactCurrentOwner, qe = {
|
|
371
|
+
key: !0,
|
|
372
|
+
ref: !0,
|
|
373
|
+
__self: !0,
|
|
374
|
+
__source: !0
|
|
375
|
+
}, ge, _e, q;
|
|
376
|
+
q = {};
|
|
377
|
+
function Ge(e) {
|
|
378
|
+
if (k.call(e, "ref")) {
|
|
379
|
+
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
380
|
+
if (r && r.isReactWarning)
|
|
381
|
+
return !1;
|
|
382
|
+
}
|
|
383
|
+
return e.ref !== void 0;
|
|
384
|
+
}
|
|
385
|
+
function ze(e) {
|
|
386
|
+
if (k.call(e, "key")) {
|
|
387
|
+
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
388
|
+
if (r && r.isReactWarning)
|
|
389
|
+
return !1;
|
|
390
|
+
}
|
|
391
|
+
return e.key !== void 0;
|
|
392
|
+
}
|
|
393
|
+
function Xe(e, r) {
|
|
394
|
+
if (typeof e.ref == "string" && D.current && r && D.current.stateNode !== r) {
|
|
395
|
+
var t = _(D.current.type);
|
|
396
|
+
q[t] || (f('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', _(D.current.type), e.ref), q[t] = !0);
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
function He(e, r) {
|
|
400
|
+
{
|
|
401
|
+
var t = function() {
|
|
402
|
+
ge || (ge = !0, f("%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://reactjs.org/link/special-props)", r));
|
|
403
|
+
};
|
|
404
|
+
t.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
405
|
+
get: t,
|
|
406
|
+
configurable: !0
|
|
407
|
+
});
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
function Ze(e, r) {
|
|
411
|
+
{
|
|
412
|
+
var t = function() {
|
|
413
|
+
_e || (_e = !0, f("%s: `ref` 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://reactjs.org/link/special-props)", r));
|
|
414
|
+
};
|
|
415
|
+
t.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
416
|
+
get: t,
|
|
417
|
+
configurable: !0
|
|
418
|
+
});
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
var Qe = function(e, r, t, n, i, u, o) {
|
|
422
|
+
var a = {
|
|
423
|
+
// This tag allows us to uniquely identify this as a React Element
|
|
424
|
+
$$typeof: P,
|
|
425
|
+
// Built-in properties that belong on the element
|
|
426
|
+
type: e,
|
|
427
|
+
key: r,
|
|
428
|
+
ref: t,
|
|
429
|
+
props: o,
|
|
430
|
+
// Record the component responsible for creating this element.
|
|
431
|
+
_owner: u
|
|
432
|
+
};
|
|
433
|
+
return a._store = {}, Object.defineProperty(a._store, "validated", {
|
|
434
|
+
configurable: !1,
|
|
435
|
+
enumerable: !1,
|
|
436
|
+
writable: !0,
|
|
437
|
+
value: !1
|
|
438
|
+
}), Object.defineProperty(a, "_self", {
|
|
439
|
+
configurable: !1,
|
|
440
|
+
enumerable: !1,
|
|
441
|
+
writable: !1,
|
|
442
|
+
value: n
|
|
443
|
+
}), Object.defineProperty(a, "_source", {
|
|
444
|
+
configurable: !1,
|
|
445
|
+
enumerable: !1,
|
|
446
|
+
writable: !1,
|
|
447
|
+
value: i
|
|
448
|
+
}), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a;
|
|
449
|
+
};
|
|
450
|
+
function er(e, r, t, n, i) {
|
|
451
|
+
{
|
|
452
|
+
var u, o = {}, a = null, c = null;
|
|
453
|
+
t !== void 0 && (pe(t), a = "" + t), ze(r) && (pe(r.key), a = "" + r.key), Ge(r) && (c = r.ref, Xe(r, i));
|
|
454
|
+
for (u in r)
|
|
455
|
+
k.call(r, u) && !qe.hasOwnProperty(u) && (o[u] = r[u]);
|
|
456
|
+
if (e && e.defaultProps) {
|
|
457
|
+
var s = e.defaultProps;
|
|
458
|
+
for (u in s)
|
|
459
|
+
o[u] === void 0 && (o[u] = s[u]);
|
|
460
|
+
}
|
|
461
|
+
if (a || c) {
|
|
462
|
+
var l = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
463
|
+
a && He(o, l), c && Ze(o, l);
|
|
464
|
+
}
|
|
465
|
+
return Qe(e, a, c, i, n, D.current, o);
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
var G = S.ReactCurrentOwner, ye = S.ReactDebugCurrentFrame;
|
|
469
|
+
function w(e) {
|
|
470
|
+
if (e) {
|
|
471
|
+
var r = e._owner, t = $(e.type, e._source, r ? r.type : null);
|
|
472
|
+
ye.setExtraStackFrame(t);
|
|
473
|
+
} else
|
|
474
|
+
ye.setExtraStackFrame(null);
|
|
475
|
+
}
|
|
476
|
+
var z;
|
|
477
|
+
z = !1;
|
|
478
|
+
function X(e) {
|
|
479
|
+
return typeof e == "object" && e !== null && e.$$typeof === P;
|
|
480
|
+
}
|
|
481
|
+
function be() {
|
|
482
|
+
{
|
|
483
|
+
if (G.current) {
|
|
484
|
+
var e = _(G.current.type);
|
|
485
|
+
if (e)
|
|
486
|
+
return `
|
|
487
|
+
|
|
488
|
+
Check the render method of \`` + e + "`.";
|
|
489
|
+
}
|
|
490
|
+
return "";
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
function rr(e) {
|
|
494
|
+
return "";
|
|
495
|
+
}
|
|
496
|
+
var he = {};
|
|
497
|
+
function tr(e) {
|
|
498
|
+
{
|
|
499
|
+
var r = be();
|
|
500
|
+
if (!r) {
|
|
501
|
+
var t = typeof e == "string" ? e : e.displayName || e.name;
|
|
502
|
+
t && (r = `
|
|
503
|
+
|
|
504
|
+
Check the top-level render call using <` + t + ">.");
|
|
505
|
+
}
|
|
506
|
+
return r;
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
function Ee(e, r) {
|
|
510
|
+
{
|
|
511
|
+
if (!e._store || e._store.validated || e.key != null)
|
|
512
|
+
return;
|
|
513
|
+
e._store.validated = !0;
|
|
514
|
+
var t = tr(r);
|
|
515
|
+
if (he[t])
|
|
516
|
+
return;
|
|
517
|
+
he[t] = !0;
|
|
518
|
+
var n = "";
|
|
519
|
+
e && e._owner && e._owner !== G.current && (n = " It was passed a child from " + _(e._owner.type) + "."), w(e), f('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n), w(null);
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
function Re(e, r) {
|
|
523
|
+
{
|
|
524
|
+
if (typeof e != "object")
|
|
525
|
+
return;
|
|
526
|
+
if (K(e))
|
|
527
|
+
for (var t = 0; t < e.length; t++) {
|
|
528
|
+
var n = e[t];
|
|
529
|
+
X(n) && Ee(n, r);
|
|
530
|
+
}
|
|
531
|
+
else if (X(e))
|
|
532
|
+
e._store && (e._store.validated = !0);
|
|
533
|
+
else if (e) {
|
|
534
|
+
var i = je(e);
|
|
535
|
+
if (typeof i == "function" && i !== e.entries)
|
|
536
|
+
for (var u = i.call(e), o; !(o = u.next()).done; )
|
|
537
|
+
X(o.value) && Ee(o.value, r);
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
function nr(e) {
|
|
542
|
+
{
|
|
543
|
+
var r = e.type;
|
|
544
|
+
if (r == null || typeof r == "string")
|
|
545
|
+
return;
|
|
546
|
+
var t;
|
|
547
|
+
if (typeof r == "function")
|
|
548
|
+
t = r.propTypes;
|
|
549
|
+
else if (typeof r == "object" && (r.$$typeof === E || // Note: Memo only checks outer props here.
|
|
550
|
+
// Inner props are checked in the reconciler.
|
|
551
|
+
r.$$typeof === b))
|
|
552
|
+
t = r.propTypes;
|
|
553
|
+
else
|
|
554
|
+
return;
|
|
555
|
+
if (t) {
|
|
556
|
+
var n = _(r);
|
|
557
|
+
Ne(t, e.props, "prop", n, e);
|
|
558
|
+
} else if (r.PropTypes !== void 0 && !z) {
|
|
559
|
+
z = !0;
|
|
560
|
+
var i = _(r);
|
|
561
|
+
f("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", i || "Unknown");
|
|
562
|
+
}
|
|
563
|
+
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && f("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
function ar(e) {
|
|
567
|
+
{
|
|
568
|
+
for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
|
|
569
|
+
var n = r[t];
|
|
570
|
+
if (n !== "children" && n !== "key") {
|
|
571
|
+
w(e), f("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), w(null);
|
|
572
|
+
break;
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
e.ref !== null && (w(e), f("Invalid attribute `ref` supplied to `React.Fragment`."), w(null));
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
var me = {};
|
|
579
|
+
function Te(e, r, t, n, i, u) {
|
|
580
|
+
{
|
|
581
|
+
var o = We(e);
|
|
582
|
+
if (!o) {
|
|
583
|
+
var a = "";
|
|
584
|
+
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (a += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
585
|
+
var c = rr();
|
|
586
|
+
c ? a += c : a += be();
|
|
587
|
+
var s;
|
|
588
|
+
e === null ? s = "null" : K(e) ? s = "array" : e !== void 0 && e.$$typeof === P ? (s = "<" + (_(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : s = typeof e, f("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", s, a);
|
|
589
|
+
}
|
|
590
|
+
var l = er(e, r, t, i, u);
|
|
591
|
+
if (l == null)
|
|
592
|
+
return l;
|
|
593
|
+
if (o) {
|
|
594
|
+
var g = r.children;
|
|
595
|
+
if (g !== void 0)
|
|
596
|
+
if (n)
|
|
597
|
+
if (K(g)) {
|
|
598
|
+
for (var C = 0; C < g.length; C++)
|
|
599
|
+
Re(g[C], e);
|
|
600
|
+
Object.freeze && Object.freeze(g);
|
|
601
|
+
} else
|
|
602
|
+
f("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
603
|
+
else
|
|
604
|
+
Re(g, e);
|
|
605
|
+
}
|
|
606
|
+
if (k.call(r, "key")) {
|
|
607
|
+
var m = _(e), v = Object.keys(r).filter(function(fr) {
|
|
608
|
+
return fr !== "key";
|
|
609
|
+
}), H = v.length > 0 ? "{key: someKey, " + v.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
610
|
+
if (!me[m + H]) {
|
|
611
|
+
var lr = v.length > 0 ? "{" + v.join(": ..., ") + ": ...}" : "{}";
|
|
612
|
+
f(`A props object containing a "key" prop is being spread into JSX:
|
|
613
|
+
let props = %s;
|
|
614
|
+
<%s {...props} />
|
|
615
|
+
React keys must be passed directly to JSX without using spread:
|
|
616
|
+
let props = %s;
|
|
617
|
+
<%s key={someKey} {...props} />`, H, m, lr, m), me[m + H] = !0;
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
return e === T ? ar(l) : nr(l), l;
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
function or(e, r, t) {
|
|
624
|
+
return Te(e, r, t, !0);
|
|
625
|
+
}
|
|
626
|
+
function ir(e, r, t) {
|
|
627
|
+
return Te(e, r, t, !1);
|
|
628
|
+
}
|
|
629
|
+
var ur = ir, sr = or;
|
|
630
|
+
A.Fragment = T, A.jsx = ur, A.jsxs = sr;
|
|
631
|
+
}(), A;
|
|
632
|
+
}
|
|
633
|
+
var dr = {};
|
|
634
|
+
dr.NODE_ENV === "production" ? Z.exports = cr() : Z.exports = vr();
|
|
635
|
+
var gr = Z.exports;
|
|
636
|
+
export {
|
|
637
|
+
gr as j
|
|
638
|
+
};
|