@stihl-design-system/components 1.0.0-RC.10 → 1.0.0-RC.12
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/README.md +0 -9
- package/{accordion.B3UkxlAZ.js → accordion.Rvtiu8Y4.js} +3 -3
- package/accordion.d.ts +1 -0
- package/arialiveregions.Cyycgs8g.js +27 -0
- package/arialiveregions.d.ts +1 -0
- package/assets/Accordion.i4k5SMQM.css +1 -0
- package/assets/CheckboxGroup.BH1Br1dg.css +1 -0
- package/assets/Chip.DSdLuzoi.css +1 -0
- package/assets/CustomReactSelect.vHt8qNKC.css +1 -0
- package/assets/Dialog.BgzebVk4.css +1 -0
- package/assets/Drawer.Bauwxrk7.css +1 -0
- package/assets/Fieldset.DOdTbb7C.css +1 -0
- package/assets/Icon.DxRSBRSL.css +1 -0
- package/assets/InputPassword.CG7Ugu73.css +1 -0
- package/assets/InputSearch.CseChMc-.css +1 -0
- package/assets/InputStepper.C0eAYr7P.css +1 -0
- package/assets/Notification.DbRapUJo.css +1 -0
- package/assets/RadioGroup.BfMo157q.css +1 -0
- package/assets/Select.D4EXgIbz.css +1 -0
- package/assets/Textarea.KJGPTYMz.css +1 -0
- package/assets/Toast.CuafTAf7.css +1 -0
- package/assets/arialiveregions.DhsijBaL.css +1 -0
- package/assets/asterisk.BfVAUBO7.css +1 -0
- package/assets/button.DF4RBeC2.css +1 -0
- package/assets/buttonround.19uK_-oO.css +1 -0
- package/assets/checkbox.ByOoFouu.css +1 -0
- package/assets/chipgroup.BzfZLbkv.css +1 -0
- package/assets/flag.B-RLcMcf.css +1 -0
- package/assets/floatingactionbutton.E9HekT6S.css +1 -0
- package/assets/heading.u4f8Mz94.css +1 -0
- package/assets/input.BAkFKPW3.css +1 -0
- package/assets/link.DDJj0D1U.css +1 -0
- package/assets/linkstandalone.DIazcjIv.css +1 -0
- package/assets/logo.CnW8alZU.css +1 -0
- package/assets/optioncheckbox.BZaWtRD7.css +1 -0
- package/assets/radio.X-RTl_jo.css +1 -0
- package/assets/skiptocontent.PTL3256m.css +1 -0
- package/assets/spinner.2iWJWKyA.css +1 -0
- package/assets/switch.gw6aa3kx.css +1 -0
- package/assets/systemfeedback.BPz5YlPC.css +1 -0
- package/assets/text.DjTG_qNb.css +1 -0
- package/assets/title.rosWPEG3.css +1 -0
- package/asterisk.DpzETKdT.js +8 -0
- package/asterisk.d.ts +1 -0
- package/button.M4nXjcUn.js +135 -0
- package/button.d.ts +1 -0
- package/buttonround.E56F_805.js +118 -0
- package/buttonround.d.ts +1 -0
- package/checkbox.Cb2_ey6U.js +111 -0
- package/checkbox.d.ts +1 -0
- package/checkboxgroup.DBDmB-zR.js +8 -0
- package/checkboxgroup.d.ts +1 -0
- package/chip.C_1tGqvZ.js +10 -0
- package/chip.d.ts +2 -0
- package/chipgroup.BvTj1ziW.js +174 -0
- package/chipgroup.d.ts +2 -0
- package/chunks/Accordion.CB6jB3s_.js +125 -0
- package/chunks/{AriaLiveRegions.utils.D2ni4Yrf.js → AriaLiveRegions.utils.BGSZafnS.js} +2 -2
- package/chunks/CheckboxGroup.S6i5EOc4.js +92 -0
- package/chunks/Chip.CMlPUyOJ.js +142 -0
- package/chunks/{CustomReactSelect.ChAtL6fu.js → CustomReactSelect.Cg_XW3YK.js} +1056 -1049
- package/chunks/Dialog.CudsqNag.js +148 -0
- package/chunks/Drawer.ueG2Bzr9.js +154 -0
- package/chunks/Fieldset.Cjmkgxxk.js +99 -0
- package/chunks/{Icon.C2o2seDb.js → Icon.BCmt_XBG.js} +45 -45
- package/chunks/InputPassword.CNLbBFjx.js +143 -0
- package/chunks/InputSearch.CHA6mkX_.js +192 -0
- package/chunks/InputStepper.xmWGU9pU.js +294 -0
- package/chunks/Notification.o6pagKQy.js +93 -0
- package/chunks/RadioGroup.Crj7NoOs.js +137 -0
- package/chunks/Select.E6gLFYLk.js +194 -0
- package/chunks/Textarea.DUBSOpNL.js +198 -0
- package/chunks/Toast.DyEi2GEP.js +89 -0
- package/chunks/translate.isa3FHb8.js +11 -0
- package/{combobox.JL1Dsn3E.js → combobox.DUzv8jzM.js} +1 -1
- package/combobox.d.ts +1 -0
- package/components/Accordion/Accordion.d.ts +0 -1
- package/components/Accordion/Accordion.utils.d.ts +0 -1
- package/components/Button/Button.d.ts +0 -1
- package/components/ButtonRound/ButtonRound.d.ts +0 -1
- package/components/Checkbox/Checkbox.d.ts +0 -1
- package/components/CheckboxGroup/CheckboxGroup.d.ts +6 -7
- package/components/CheckboxGroup/CheckboxGroup.utils.d.ts +0 -1
- package/components/ChipGroup/Chip.d.ts +12 -0
- package/components/ChipGroup/ChipGroup.d.ts +42 -0
- package/components/ChipGroup/ChipGroup.utils.d.ts +60 -0
- package/components/ChipGroup/ChipGroup.utils.test.d.ts +1 -0
- package/components/Combobox/Combobox.d.ts +1 -2
- package/components/Combobox/Combobox.utils.d.ts +6 -1
- package/components/{CustomReactSelect → Combobox/CustomReactSelect}/CustomReactSelect.d.ts +2 -3
- package/components/Combobox/CustomReactSelect/CustomReactSelect.utils.d.ts +3 -0
- package/components/Combobox/CustomReactSelect/CustomReactSelect.utils.test.d.ts +1 -0
- package/components/{CustomReactSelect → Combobox/CustomReactSelect}/OptionCheckbox.d.ts +0 -1
- package/components/Dialog/Dialog.d.ts +0 -1
- package/components/Dialog/Dialog.utils.d.ts +0 -1
- package/components/Drawer/Drawer.d.ts +0 -1
- package/components/Drawer/Drawer.utils.d.ts +0 -1
- package/components/Fieldset/Fieldset.d.ts +0 -1
- package/components/Fieldset/Fieldset.utils.d.ts +7 -1
- package/components/Flag/Flag.d.ts +23 -0
- package/components/Flag/Flag.test.d.ts +1 -0
- package/components/Flag/Flag.utils.d.ts +2 -0
- package/components/FloatingActionButton/FloatingActionButton.d.ts +0 -1
- package/components/Heading/Heading.d.ts +0 -1
- package/components/Icon/Icon.d.ts +0 -1
- package/components/Icon/Icon.utils.d.ts +0 -1
- package/components/Input/Input.d.ts +0 -1
- package/components/Input/Input.utils.d.ts +0 -1
- package/components/InputPassword/InputPassword.d.ts +0 -1
- package/components/InputPassword/InputPassword.utils.d.ts +0 -1
- package/components/InputSearch/InputSearch.d.ts +0 -1
- package/components/InputSearch/InputSearch.utils.d.ts +0 -1
- package/components/InputStepper/InputStepper.d.ts +0 -1
- package/components/InputStepper/InputStepper.utils.d.ts +0 -1
- package/components/Link/Link.d.ts +0 -1
- package/components/LinkStandalone/LinkStandalone.d.ts +0 -1
- package/components/Logo/Logo.d.ts +1 -2
- package/components/Logo/Logo.utils.d.ts +0 -1
- package/components/Notification/Notification.d.ts +0 -1
- package/components/Notification/Notification.utils.d.ts +0 -1
- package/components/Radio/Radio.d.ts +1 -2
- package/components/RadioGroup/RadioGroup.d.ts +7 -8
- package/components/RadioGroup/RadioGroup.utils.d.ts +2 -3
- package/components/Select/Select.d.ts +0 -1
- package/components/Select/Select.utils.d.ts +0 -1
- package/components/SkipToContent/SkipToContent.d.ts +0 -1
- package/components/Spinner/Spinner.d.ts +0 -1
- package/components/Switch/Switch.d.ts +0 -1
- package/components/SystemFeedback/SystemFeedback.d.ts +0 -1
- package/components/Text/Text.d.ts +0 -1
- package/components/Textarea/Textarea.d.ts +0 -1
- package/components/Textarea/Textarea.utils.d.ts +0 -1
- package/components/Title/Title.d.ts +0 -1
- package/components/Toast/Toast.d.ts +0 -1
- package/components/Toast/Toast.utils.d.ts +0 -1
- package/components/Toast/ToastManager.d.ts +0 -1
- package/customreactselect.CXmBRqQ9.js +13 -0
- package/customreactselect.d.ts +2 -1
- package/{dialog.D3bJ0rsW.js → dialog.DYlBUsOD.js} +2 -2
- package/dialog.d.ts +1 -0
- package/{drawer.CNPF1-Kc.js → drawer.CvhbP1ra.js} +2 -2
- package/drawer.d.ts +1 -0
- package/fieldset.CtUGEdLv.js +11 -0
- package/fieldset.d.ts +1 -0
- package/flag.BKpsdB_-.js +43 -0
- package/flag.d.ts +2 -0
- package/floatingactionbutton.D5L0B7zI.js +87 -0
- package/floatingactionbutton.d.ts +1 -0
- package/heading.IPIYc5vW.js +50 -0
- package/heading.d.ts +1 -0
- package/{icon.BoMgOmC1.js → icon.Ck0BpI34.js} +1 -1
- package/icon.d.ts +1 -0
- package/index.d.ts +4 -0
- package/index.es.js +134 -114
- package/input.BEnCFNM-.js +239 -0
- package/input.d.ts +1 -0
- package/{inputpassword.nsYu6YeB.js → inputpassword.B-D_jB9w.js} +4 -4
- package/inputpassword.d.ts +1 -0
- package/{inputsearch.ZGIrDrcv.js → inputsearch.CaSpklR1.js} +4 -4
- package/inputsearch.d.ts +1 -0
- package/{inputstepper.BvY36hA1.js → inputstepper.C7KD1-0S.js} +4 -4
- package/inputstepper.d.ts +1 -0
- package/link.DREJAoPG.js +116 -0
- package/link.d.ts +1 -0
- package/linkstandalone.BBoEniZ_.js +79 -0
- package/linkstandalone.d.ts +1 -0
- package/logo.Hul8qCFo.js +65 -0
- package/logo.d.ts +1 -0
- package/{notification.BAS13UQ6.js → notification.JWhrkEcE.js} +3 -3
- package/notification.d.ts +1 -0
- package/optioncheckbox.BRUTnQnJ.js +43 -0
- package/optioncheckbox.d.ts +2 -1
- package/package.json +47 -40
- package/partials/index.js +407 -407
- package/partials/lib/partials.d.ts +0 -1
- package/radio.DEILy_lV.js +114 -0
- package/radio.d.ts +1 -0
- package/radiogroup.DeU-HdlP.js +10 -0
- package/radiogroup.d.ts +1 -0
- package/{select.C4OZMB-V.js → select.BYraFJzz.js} +4 -4
- package/select.d.ts +1 -0
- package/skiptocontent.BxvpIB7H.js +45 -0
- package/skiptocontent.d.ts +1 -0
- package/spinner.Bq97Og-6.js +58 -0
- package/spinner.d.ts +1 -0
- package/styles/fonts/STIHLContrafaceDigitalTextDemi.woff +0 -0
- package/styles/fonts/STIHLContrafaceDigitalTextDemi.woff2 +0 -0
- package/styles/fonts/font-face.min.css +1 -1
- package/styles/scss/ds/index.scss +19 -0
- package/styles/scss/ds/lib/animation.scss +21 -0
- package/styles/scss/ds/lib/breakpoints.scss +15 -0
- package/styles/scss/ds/lib/container-query.scss +54 -0
- package/styles/scss/ds/lib/ds-internal/_a11y.scss +15 -0
- package/styles/scss/{lib → ds/lib/ds-internal}/_focus.scss +13 -15
- package/styles/scss/ds/lib/ds-internal/_heading.scss +37 -0
- package/styles/scss/ds/lib/ds-internal/_helpers.scss +32 -0
- package/styles/scss/ds/lib/ds-internal/_high-contrast.scss +6 -0
- package/styles/scss/ds/lib/ds-internal/_hover.scss +6 -0
- package/styles/scss/ds/lib/ds-internal/_index.scss +9 -0
- package/styles/scss/ds/lib/ds-internal/_link.scss +62 -0
- package/styles/scss/ds/lib/ds-internal/_spacing-dynamic.scss +53 -0
- package/styles/scss/ds/lib/ds-internal/_text.scss +30 -0
- package/styles/scss/ds/lib/grid-extended.scss +11 -0
- package/styles/scss/ds/lib/grid-full.scss +6 -0
- package/styles/scss/ds/lib/grid-main.scss +119 -0
- package/styles/scss/ds/lib/grid-narrow.scss +14 -0
- package/styles/scss/ds/lib/grid-sidebar-sidebar.scss +52 -0
- package/styles/scss/{lib/_grid-sidebar.scss → ds/lib/grid-sidebar.scss} +23 -32
- package/styles/scss/{lib/_grid.scss → ds/lib/grid.scss} +15 -17
- package/styles/scss/ds/lib/heading.scss +75 -0
- package/styles/scss/ds/lib/link.scss +74 -0
- package/styles/scss/ds/lib/media-query.scss +32 -0
- package/styles/scss/{lib/_shadow.scss → ds/lib/shadow.scss} +2 -2
- package/styles/scss/ds/lib/spacing-dynamic.scss +7 -0
- package/styles/scss/ds/lib/spacing.scss +20 -0
- package/styles/scss/ds/lib/text.scss +83 -0
- package/styles/scss/ds/lib/theme.scss +162 -0
- package/styles/scss/ds/lib/transition.scss +36 -0
- package/switch.DI8YYa5G.js +65 -0
- package/switch.d.ts +1 -0
- package/{systemfeedback.ZzRUAVYX.js → systemfeedback.C3Pfxxpp.js} +6 -6
- package/systemfeedback.d.ts +1 -0
- package/text.DThvTwm8.js +57 -0
- package/text.d.ts +1 -0
- package/{textarea.CtQtGqn5.js → textarea.CBvH0ljM.js} +3 -3
- package/textarea.d.ts +1 -0
- package/title.DqzdB2Gq.js +36 -0
- package/title.d.ts +1 -0
- package/toast.d.ts +1 -0
- package/{toast.DVd9dLs2.js → toast.n1QUINSA.js} +3 -3
- package/{toastmanager.Dh0gzFkM.js → toastmanager.B7EZ4JSI.js} +2 -2
- package/toastmanager.d.ts +1 -0
- package/utils/index.d.ts +1 -0
- package/utils/translate.d.ts +11 -0
- package/utils/translate.test.d.ts +1 -0
- package/utils/useBreakpoint.d.ts +0 -1
- package/utils/useIsomorphicLayoutEffect.d.ts +0 -1
- package/utils/vitest.setup.d.ts +0 -1
- package/arialiveregions.BK4T7Vhk.js +0 -27
- package/assets/Accordion.lFv7Q_RG.css +0 -1
- package/assets/CustomReactSelect.CMkn-EGK.css +0 -1
- package/assets/Dialog.fiQvxJg_.css +0 -1
- package/assets/Drawer.BqBgbSuP.css +0 -1
- package/assets/Fieldset.qHYeUFZt.css +0 -1
- package/assets/Icon.Duy_0R8w.css +0 -1
- package/assets/InputPassword.Cf394z47.css +0 -1
- package/assets/InputSearch.eCRQoxjN.css +0 -1
- package/assets/InputStepper.B80KulYE.css +0 -1
- package/assets/Notification.DK6agBGS.css +0 -1
- package/assets/RadioGroup.Bz3_xkZU.css +0 -1
- package/assets/Select.BptsMxz4.css +0 -1
- package/assets/Textarea.CIIVh03G.css +0 -1
- package/assets/Toast.Dsvs1zdM.css +0 -1
- package/assets/arialiveregions.GsGx2USO.css +0 -1
- package/assets/asterisk.DlJ4YtSZ.css +0 -1
- package/assets/button.B1O7Yw3Q.css +0 -1
- package/assets/buttonround.DlH_ipDo.css +0 -1
- package/assets/checkbox.K4CVYK9g.css +0 -1
- package/assets/floatingactionbutton.DRYentYC.css +0 -1
- package/assets/heading.6bER-Eac.css +0 -1
- package/assets/input.C0MrSbQu.css +0 -1
- package/assets/link.vtTST2ki.css +0 -1
- package/assets/linkstandalone.BtAcziZ7.css +0 -1
- package/assets/logo.pETQEsvZ.css +0 -1
- package/assets/optioncheckbox.BJJAph5_.css +0 -1
- package/assets/radio.9kpIO3HC.css +0 -1
- package/assets/skiptocontent.CHcqLS7S.css +0 -1
- package/assets/spinner.D_Nnf1ZG.css +0 -1
- package/assets/switch.2DQF2zH-.css +0 -1
- package/assets/systemfeedback.Sq0bAIyf.css +0 -1
- package/assets/text.Dhb_l50R.css +0 -1
- package/assets/title.f74Bosn-.css +0 -1
- package/asterisk.DDn-yX4P.js +0 -8
- package/button.DH0h6uPs.js +0 -135
- package/buttonround.0mw4zzlU.js +0 -118
- package/checkbox.DETR3e3X.js +0 -112
- package/checkboxgroup.CZqrlF-x.js +0 -9
- package/chunks/Accordion.pI3JyHJL.js +0 -125
- package/chunks/CheckboxGroup.4J_gZ_XJ.js +0 -87
- package/chunks/Dialog.Z5ESJQMi.js +0 -148
- package/chunks/Drawer.BdowMqE0.js +0 -154
- package/chunks/Fieldset.COGbZwry.js +0 -99
- package/chunks/InputPassword.Dgo95-PU.js +0 -140
- package/chunks/InputSearch.BFof0pBn.js +0 -189
- package/chunks/InputStepper.4IqLa5tX.js +0 -291
- package/chunks/Notification.BhwbaXqk.js +0 -93
- package/chunks/RadioGroup.C5jbCJM4.js +0 -132
- package/chunks/RadioGroup.module.BBZwHDjW.js +0 -11
- package/chunks/Select.fXeQJXtz.js +0 -191
- package/chunks/Textarea.Bewrp0Za.js +0 -195
- package/chunks/Toast.DA_CQ9J-.js +0 -89
- package/components/CustomReactSelect/CustomReactSelect.utils.d.ts +0 -16
- package/customreactselect.Dg8Kgq3e.js +0 -13
- package/fieldset.CTshPWYX.js +0 -11
- package/floatingactionbutton.CCIj9Fjr.js +0 -87
- package/heading.CAkraI2D.js +0 -50
- package/input.CTgeAYdu.js +0 -236
- package/link.DAZNwQ0a.js +0 -116
- package/linkstandalone.C9X3er7g.js +0 -80
- package/logo.CEO6OV7u.js +0 -65
- package/optioncheckbox.DZWwtx6f.js +0 -43
- package/radio.CWGJtmKl.js +0 -115
- package/radiogroup.BhffFqN3.js +0 -11
- package/skiptocontent.C4yQfWr2.js +0 -46
- package/spinner.D-xrotcu.js +0 -58
- package/styles/scss/_index.scss +0 -23
- package/styles/scss/lib/_a11y.scss +0 -15
- package/styles/scss/lib/_animation.scss +0 -21
- package/styles/scss/lib/_breakpoints.scss +0 -16
- package/styles/scss/lib/_container-query.scss +0 -58
- package/styles/scss/lib/_grid-extended.scss +0 -11
- package/styles/scss/lib/_grid-full.scss +0 -6
- package/styles/scss/lib/_grid-main.scss +0 -117
- package/styles/scss/lib/_grid-narrow.scss +0 -16
- package/styles/scss/lib/_grid-sidebar-sidebar.scss +0 -50
- package/styles/scss/lib/_heading.scss +0 -107
- package/styles/scss/lib/_helpers.scss +0 -15
- package/styles/scss/lib/_high-contrast.scss +0 -24
- package/styles/scss/lib/_hover.scss +0 -10
- package/styles/scss/lib/_link.scss +0 -126
- package/styles/scss/lib/_media-query.scss +0 -32
- package/styles/scss/lib/_spacing.scss +0 -32
- package/styles/scss/lib/_text.scss +0 -110
- package/styles/scss/lib/_theme.scss +0 -162
- package/styles/scss/lib/_transition.scss +0 -45
- package/switch.CmpNUC7s.js +0 -65
- package/text.rgDKQBrU.js +0 -57
- package/title.LY1ylQsb.js +0 -36
- package/utils/render-in-iframe.d.ts +0 -15
- /package/components/{CustomReactSelect/CustomReactSelect.utils.test.d.ts → ChipGroup/ChipGroup.test.d.ts} +0 -0
package/partials/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var Yr = { exports: {} }, Je = {},
|
|
1
|
+
var Yr = { exports: {} }, Je = {}, _r = { exports: {} }, h = {};
|
|
2
2
|
/**
|
|
3
3
|
* @license React
|
|
4
4
|
* react.production.min.js
|
|
@@ -9,12 +9,12 @@ var Yr = { exports: {} }, Je = {}, br = { exports: {} }, m = {};
|
|
|
9
9
|
* LICENSE file in the root directory of this source tree.
|
|
10
10
|
*/
|
|
11
11
|
var vt;
|
|
12
|
-
function
|
|
13
|
-
if (vt) return
|
|
12
|
+
function Vt() {
|
|
13
|
+
if (vt) return h;
|
|
14
14
|
vt = 1;
|
|
15
|
-
var
|
|
15
|
+
var N = Symbol.for("react.element"), d = Symbol.for("react.portal"), J = Symbol.for("react.fragment"), K = Symbol.for("react.strict_mode"), pe = Symbol.for("react.profiler"), ne = Symbol.for("react.provider"), ae = Symbol.for("react.context"), ee = Symbol.for("react.forward_ref"), $ = Symbol.for("react.suspense"), re = Symbol.for("react.memo"), L = Symbol.for("react.lazy"), V = Symbol.iterator;
|
|
16
16
|
function te(n) {
|
|
17
|
-
return n === null || typeof n != "object" ? null : (n =
|
|
17
|
+
return n === null || typeof n != "object" ? null : (n = V && n[V] || n["@@iterator"], typeof n == "function" ? n : null);
|
|
18
18
|
}
|
|
19
19
|
var X = { isMounted: function() {
|
|
20
20
|
return !1;
|
|
@@ -39,24 +39,24 @@ function Nt() {
|
|
|
39
39
|
}
|
|
40
40
|
var ge = A.prototype = new ie();
|
|
41
41
|
ge.constructor = A, ce(ge, oe.prototype), ge.isPureReactComponent = !0;
|
|
42
|
-
var ue = Array.isArray,
|
|
42
|
+
var ue = Array.isArray, U = Object.prototype.hasOwnProperty, G = { current: null }, le = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
43
43
|
function ve(n, u, g) {
|
|
44
|
-
var
|
|
45
|
-
if (u != null) for (
|
|
44
|
+
var b, E = {}, k = null, x = null;
|
|
45
|
+
if (u != null) for (b in u.ref !== void 0 && (x = u.ref), u.key !== void 0 && (k = "" + u.key), u) U.call(u, b) && !le.hasOwnProperty(b) && (E[b] = u[b]);
|
|
46
46
|
var T = arguments.length - 2;
|
|
47
47
|
if (T === 1) E.children = g;
|
|
48
48
|
else if (1 < T) {
|
|
49
|
-
for (var C = Array(T),
|
|
49
|
+
for (var C = Array(T), M = 0; M < T; M++) C[M] = arguments[M + 2];
|
|
50
50
|
E.children = C;
|
|
51
51
|
}
|
|
52
|
-
if (n && n.defaultProps) for (
|
|
53
|
-
return { $$typeof:
|
|
52
|
+
if (n && n.defaultProps) for (b in T = n.defaultProps, T) E[b] === void 0 && (E[b] = T[b]);
|
|
53
|
+
return { $$typeof: N, type: n, key: k, ref: x, props: E, _owner: G.current };
|
|
54
54
|
}
|
|
55
55
|
function Ce(n, u) {
|
|
56
|
-
return { $$typeof:
|
|
56
|
+
return { $$typeof: N, type: n.type, key: u, ref: n.ref, props: n.props, _owner: n._owner };
|
|
57
57
|
}
|
|
58
58
|
function Se(n) {
|
|
59
|
-
return typeof n == "object" && n !== null && n.$$typeof ===
|
|
59
|
+
return typeof n == "object" && n !== null && n.$$typeof === N;
|
|
60
60
|
}
|
|
61
61
|
function Be(n) {
|
|
62
62
|
var u = { "=": "=0", ":": "=2" };
|
|
@@ -65,44 +65,44 @@ function Nt() {
|
|
|
65
65
|
});
|
|
66
66
|
}
|
|
67
67
|
var Te = /\/+/g;
|
|
68
|
-
function
|
|
68
|
+
function q(n, u) {
|
|
69
69
|
return typeof n == "object" && n !== null && n.key != null ? Be("" + n.key) : u.toString(36);
|
|
70
70
|
}
|
|
71
|
-
function Q(n, u, g,
|
|
72
|
-
var
|
|
73
|
-
(
|
|
74
|
-
var
|
|
75
|
-
if (n === null)
|
|
76
|
-
else switch (
|
|
71
|
+
function Q(n, u, g, b, E) {
|
|
72
|
+
var k = typeof n;
|
|
73
|
+
(k === "undefined" || k === "boolean") && (n = null);
|
|
74
|
+
var x = !1;
|
|
75
|
+
if (n === null) x = !0;
|
|
76
|
+
else switch (k) {
|
|
77
77
|
case "string":
|
|
78
78
|
case "number":
|
|
79
|
-
|
|
79
|
+
x = !0;
|
|
80
80
|
break;
|
|
81
81
|
case "object":
|
|
82
82
|
switch (n.$$typeof) {
|
|
83
|
-
case
|
|
83
|
+
case N:
|
|
84
84
|
case d:
|
|
85
|
-
|
|
85
|
+
x = !0;
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
|
-
if (
|
|
89
|
-
return
|
|
90
|
-
})) : E != null && (Se(E) && (E = Ce(E, g + (!E.key ||
|
|
91
|
-
if (
|
|
92
|
-
|
|
93
|
-
var C =
|
|
94
|
-
|
|
88
|
+
if (x) return x = n, E = E(x), n = b === "" ? "." + q(x, 0) : b, ue(E) ? (g = "", n != null && (g = n.replace(Te, "$&/") + "/"), Q(E, u, g, "", function(M) {
|
|
89
|
+
return M;
|
|
90
|
+
})) : E != null && (Se(E) && (E = Ce(E, g + (!E.key || x && x.key === E.key ? "" : ("" + E.key).replace(Te, "$&/") + "/") + n)), u.push(E)), 1;
|
|
91
|
+
if (x = 0, b = b === "" ? "." : b + ":", ue(n)) for (var T = 0; T < n.length; T++) {
|
|
92
|
+
k = n[T];
|
|
93
|
+
var C = b + q(k, T);
|
|
94
|
+
x += Q(k, u, g, C, E);
|
|
95
95
|
}
|
|
96
|
-
else if (C = te(n), typeof C == "function") for (n = C.call(n), T = 0; !(
|
|
97
|
-
else if (
|
|
98
|
-
return
|
|
96
|
+
else if (C = te(n), typeof C == "function") for (n = C.call(n), T = 0; !(k = n.next()).done; ) k = k.value, C = b + q(k, T++), x += Q(k, u, g, C, E);
|
|
97
|
+
else if (k === "object") throw u = String(n), Error("Objects are not valid as a React child (found: " + (u === "[object Object]" ? "object with keys {" + Object.keys(n).join(", ") + "}" : u) + "). If you meant to render a collection of children, use an array instead.");
|
|
98
|
+
return x;
|
|
99
99
|
}
|
|
100
100
|
function Y(n, u, g) {
|
|
101
101
|
if (n == null) return n;
|
|
102
|
-
var
|
|
103
|
-
return Q(n,
|
|
104
|
-
return u.call(g,
|
|
105
|
-
}),
|
|
102
|
+
var b = [], E = 0;
|
|
103
|
+
return Q(n, b, "", "", function(k) {
|
|
104
|
+
return u.call(g, k, E++);
|
|
105
|
+
}), b;
|
|
106
106
|
}
|
|
107
107
|
function se(n) {
|
|
108
108
|
if (n._status === -1) {
|
|
@@ -116,11 +116,11 @@ function Nt() {
|
|
|
116
116
|
if (n._status === 1) return n._result.default;
|
|
117
117
|
throw n._result;
|
|
118
118
|
}
|
|
119
|
-
var f = { current: null }, fe = { transition: null },
|
|
120
|
-
function
|
|
119
|
+
var f = { current: null }, fe = { transition: null }, xe = { ReactCurrentDispatcher: f, ReactCurrentBatchConfig: fe, ReactCurrentOwner: G };
|
|
120
|
+
function ye() {
|
|
121
121
|
throw Error("act(...) is not supported in production builds of React.");
|
|
122
122
|
}
|
|
123
|
-
return
|
|
123
|
+
return h.Children = { map: Y, forEach: function(n, u, g) {
|
|
124
124
|
Y(n, function() {
|
|
125
125
|
u.apply(this, arguments);
|
|
126
126
|
}, g);
|
|
@@ -136,35 +136,35 @@ function Nt() {
|
|
|
136
136
|
}, only: function(n) {
|
|
137
137
|
if (!Se(n)) throw Error("React.Children.only expected to receive a single React element child.");
|
|
138
138
|
return n;
|
|
139
|
-
} },
|
|
139
|
+
} }, h.Component = oe, h.Fragment = J, h.Profiler = pe, h.PureComponent = A, h.StrictMode = K, h.Suspense = $, h.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = xe, h.act = ye, h.cloneElement = function(n, u, g) {
|
|
140
140
|
if (n == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + n + ".");
|
|
141
|
-
var
|
|
141
|
+
var b = ce({}, n.props), E = n.key, k = n.ref, x = n._owner;
|
|
142
142
|
if (u != null) {
|
|
143
|
-
if (u.ref !== void 0 && (
|
|
144
|
-
for (C in u)
|
|
143
|
+
if (u.ref !== void 0 && (k = u.ref, x = G.current), u.key !== void 0 && (E = "" + u.key), n.type && n.type.defaultProps) var T = n.type.defaultProps;
|
|
144
|
+
for (C in u) U.call(u, C) && !le.hasOwnProperty(C) && (b[C] = u[C] === void 0 && T !== void 0 ? T[C] : u[C]);
|
|
145
145
|
}
|
|
146
146
|
var C = arguments.length - 2;
|
|
147
|
-
if (C === 1)
|
|
147
|
+
if (C === 1) b.children = g;
|
|
148
148
|
else if (1 < C) {
|
|
149
149
|
T = Array(C);
|
|
150
|
-
for (var
|
|
151
|
-
|
|
150
|
+
for (var M = 0; M < C; M++) T[M] = arguments[M + 2];
|
|
151
|
+
b.children = T;
|
|
152
152
|
}
|
|
153
|
-
return { $$typeof:
|
|
154
|
-
},
|
|
153
|
+
return { $$typeof: N, type: n.type, key: E, ref: k, props: b, _owner: x };
|
|
154
|
+
}, h.createContext = function(n) {
|
|
155
155
|
return n = { $$typeof: ae, _currentValue: n, _currentValue2: n, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, n.Provider = { $$typeof: ne, _context: n }, n.Consumer = n;
|
|
156
|
-
},
|
|
156
|
+
}, h.createElement = ve, h.createFactory = function(n) {
|
|
157
157
|
var u = ve.bind(null, n);
|
|
158
158
|
return u.type = n, u;
|
|
159
|
-
},
|
|
159
|
+
}, h.createRef = function() {
|
|
160
160
|
return { current: null };
|
|
161
|
-
},
|
|
161
|
+
}, h.forwardRef = function(n) {
|
|
162
162
|
return { $$typeof: ee, render: n };
|
|
163
|
-
},
|
|
163
|
+
}, h.isValidElement = Se, h.lazy = function(n) {
|
|
164
164
|
return { $$typeof: L, _payload: { _status: -1, _result: n }, _init: se };
|
|
165
|
-
},
|
|
165
|
+
}, h.memo = function(n, u) {
|
|
166
166
|
return { $$typeof: re, type: n, compare: u === void 0 ? null : u };
|
|
167
|
-
},
|
|
167
|
+
}, h.startTransition = function(n) {
|
|
168
168
|
var u = fe.transition;
|
|
169
169
|
fe.transition = {};
|
|
170
170
|
try {
|
|
@@ -172,36 +172,36 @@ function Nt() {
|
|
|
172
172
|
} finally {
|
|
173
173
|
fe.transition = u;
|
|
174
174
|
}
|
|
175
|
-
},
|
|
175
|
+
}, h.unstable_act = ye, h.useCallback = function(n, u) {
|
|
176
176
|
return f.current.useCallback(n, u);
|
|
177
|
-
},
|
|
177
|
+
}, h.useContext = function(n) {
|
|
178
178
|
return f.current.useContext(n);
|
|
179
|
-
},
|
|
180
|
-
},
|
|
179
|
+
}, h.useDebugValue = function() {
|
|
180
|
+
}, h.useDeferredValue = function(n) {
|
|
181
181
|
return f.current.useDeferredValue(n);
|
|
182
|
-
},
|
|
182
|
+
}, h.useEffect = function(n, u) {
|
|
183
183
|
return f.current.useEffect(n, u);
|
|
184
|
-
},
|
|
184
|
+
}, h.useId = function() {
|
|
185
185
|
return f.current.useId();
|
|
186
|
-
},
|
|
186
|
+
}, h.useImperativeHandle = function(n, u, g) {
|
|
187
187
|
return f.current.useImperativeHandle(n, u, g);
|
|
188
|
-
},
|
|
188
|
+
}, h.useInsertionEffect = function(n, u) {
|
|
189
189
|
return f.current.useInsertionEffect(n, u);
|
|
190
|
-
},
|
|
190
|
+
}, h.useLayoutEffect = function(n, u) {
|
|
191
191
|
return f.current.useLayoutEffect(n, u);
|
|
192
|
-
},
|
|
192
|
+
}, h.useMemo = function(n, u) {
|
|
193
193
|
return f.current.useMemo(n, u);
|
|
194
|
-
},
|
|
194
|
+
}, h.useReducer = function(n, u, g) {
|
|
195
195
|
return f.current.useReducer(n, u, g);
|
|
196
|
-
},
|
|
196
|
+
}, h.useRef = function(n) {
|
|
197
197
|
return f.current.useRef(n);
|
|
198
|
-
},
|
|
198
|
+
}, h.useState = function(n) {
|
|
199
199
|
return f.current.useState(n);
|
|
200
|
-
},
|
|
200
|
+
}, h.useSyncExternalStore = function(n, u, g) {
|
|
201
201
|
return f.current.useSyncExternalStore(n, u, g);
|
|
202
|
-
},
|
|
202
|
+
}, h.useTransition = function() {
|
|
203
203
|
return f.current.useTransition();
|
|
204
|
-
},
|
|
204
|
+
}, h.version = "18.3.1", h;
|
|
205
205
|
}
|
|
206
206
|
var Qe = { exports: {} };
|
|
207
207
|
/**
|
|
@@ -214,12 +214,12 @@ var Qe = { exports: {} };
|
|
|
214
214
|
* LICENSE file in the root directory of this source tree.
|
|
215
215
|
*/
|
|
216
216
|
Qe.exports;
|
|
217
|
-
var
|
|
217
|
+
var yt;
|
|
218
218
|
function Yt() {
|
|
219
|
-
return
|
|
219
|
+
return yt || (yt = 1, function(N, d) {
|
|
220
220
|
process.env.NODE_ENV !== "production" && function() {
|
|
221
221
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
|
|
222
|
-
var J = "18.3.1", K = Symbol.for("react.element"), pe = Symbol.for("react.portal"), ne = Symbol.for("react.fragment"), ae = Symbol.for("react.strict_mode"), ee = Symbol.for("react.profiler"), $ = Symbol.for("react.provider"), re = Symbol.for("react.context"), L = Symbol.for("react.forward_ref"),
|
|
222
|
+
var J = "18.3.1", K = Symbol.for("react.element"), pe = Symbol.for("react.portal"), ne = Symbol.for("react.fragment"), ae = Symbol.for("react.strict_mode"), ee = Symbol.for("react.profiler"), $ = Symbol.for("react.provider"), re = Symbol.for("react.context"), L = Symbol.for("react.forward_ref"), V = Symbol.for("react.suspense"), te = Symbol.for("react.suspense_list"), X = Symbol.for("react.memo"), ce = Symbol.for("react.lazy"), $e = Symbol.for("react.offscreen"), oe = Symbol.iterator, ie = "@@iterator";
|
|
223
223
|
function A(e) {
|
|
224
224
|
if (e === null || typeof e != "object")
|
|
225
225
|
return null;
|
|
@@ -234,7 +234,7 @@ function Yt() {
|
|
|
234
234
|
current: null
|
|
235
235
|
}, ue = {
|
|
236
236
|
transition: null
|
|
237
|
-
},
|
|
237
|
+
}, U = {
|
|
238
238
|
current: null,
|
|
239
239
|
// Used to reproduce behavior of `batchedUpdates` in legacy mode.
|
|
240
240
|
isBatchingLegacy: !1,
|
|
@@ -257,12 +257,12 @@ function Yt() {
|
|
|
257
257
|
var r = le.getCurrentStack;
|
|
258
258
|
return r && (e += r() || ""), e;
|
|
259
259
|
};
|
|
260
|
-
var Se = !1, Be = !1, Te = !1,
|
|
260
|
+
var Se = !1, Be = !1, Te = !1, q = !1, Q = !1, Y = {
|
|
261
261
|
ReactCurrentDispatcher: ge,
|
|
262
262
|
ReactCurrentBatchConfig: ue,
|
|
263
263
|
ReactCurrentOwner: G
|
|
264
264
|
};
|
|
265
|
-
Y.ReactDebugCurrentFrame = le, Y.ReactCurrentActQueue =
|
|
265
|
+
Y.ReactDebugCurrentFrame = le, Y.ReactCurrentActQueue = U;
|
|
266
266
|
function se(e) {
|
|
267
267
|
{
|
|
268
268
|
for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), o = 1; o < r; o++)
|
|
@@ -287,13 +287,13 @@ function Yt() {
|
|
|
287
287
|
p.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, p);
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
|
-
var
|
|
291
|
-
function
|
|
290
|
+
var xe = {};
|
|
291
|
+
function ye(e, r) {
|
|
292
292
|
{
|
|
293
293
|
var a = e.constructor, o = a && (a.displayName || a.name) || "ReactClass", c = o + "." + r;
|
|
294
|
-
if (
|
|
294
|
+
if (xe[c])
|
|
295
295
|
return;
|
|
296
|
-
f("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.", r, o),
|
|
296
|
+
f("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.", r, o), xe[c] = !0;
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
299
|
var n = {
|
|
@@ -323,7 +323,7 @@ function Yt() {
|
|
|
323
323
|
* @internal
|
|
324
324
|
*/
|
|
325
325
|
enqueueForceUpdate: function(e, r, a) {
|
|
326
|
-
|
|
326
|
+
ye(e, "forceUpdate");
|
|
327
327
|
},
|
|
328
328
|
/**
|
|
329
329
|
* Replaces all of the state. Always use this or `setState` to mutate state.
|
|
@@ -339,7 +339,7 @@ function Yt() {
|
|
|
339
339
|
* @internal
|
|
340
340
|
*/
|
|
341
341
|
enqueueReplaceState: function(e, r, a, o) {
|
|
342
|
-
|
|
342
|
+
ye(e, "replaceState");
|
|
343
343
|
},
|
|
344
344
|
/**
|
|
345
345
|
* Sets a subset of the state. This only exists because _pendingState is
|
|
@@ -354,43 +354,43 @@ function Yt() {
|
|
|
354
354
|
* @internal
|
|
355
355
|
*/
|
|
356
356
|
enqueueSetState: function(e, r, a, o) {
|
|
357
|
-
|
|
357
|
+
ye(e, "setState");
|
|
358
358
|
}
|
|
359
359
|
}, u = Object.assign, g = {};
|
|
360
360
|
Object.freeze(g);
|
|
361
|
-
function
|
|
361
|
+
function b(e, r, a) {
|
|
362
362
|
this.props = e, this.context = r, this.refs = g, this.updater = a || n;
|
|
363
363
|
}
|
|
364
|
-
|
|
364
|
+
b.prototype.isReactComponent = {}, b.prototype.setState = function(e, r) {
|
|
365
365
|
if (typeof e != "object" && typeof e != "function" && e != null)
|
|
366
366
|
throw new Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
|
|
367
367
|
this.updater.enqueueSetState(this, e, r, "setState");
|
|
368
|
-
},
|
|
368
|
+
}, b.prototype.forceUpdate = function(e) {
|
|
369
369
|
this.updater.enqueueForceUpdate(this, e, "forceUpdate");
|
|
370
370
|
};
|
|
371
371
|
{
|
|
372
372
|
var E = {
|
|
373
373
|
isMounted: ["isMounted", "Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],
|
|
374
374
|
replaceState: ["replaceState", "Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]
|
|
375
|
-
},
|
|
376
|
-
Object.defineProperty(
|
|
375
|
+
}, k = function(e, r) {
|
|
376
|
+
Object.defineProperty(b.prototype, e, {
|
|
377
377
|
get: function() {
|
|
378
378
|
se("%s(...) is deprecated in plain JavaScript React classes. %s", r[0], r[1]);
|
|
379
379
|
}
|
|
380
380
|
});
|
|
381
381
|
};
|
|
382
|
-
for (var
|
|
383
|
-
E.hasOwnProperty(
|
|
382
|
+
for (var x in E)
|
|
383
|
+
E.hasOwnProperty(x) && k(x, E[x]);
|
|
384
384
|
}
|
|
385
385
|
function T() {
|
|
386
386
|
}
|
|
387
|
-
T.prototype =
|
|
387
|
+
T.prototype = b.prototype;
|
|
388
388
|
function C(e, r, a) {
|
|
389
389
|
this.props = e, this.context = r, this.refs = g, this.updater = a || n;
|
|
390
390
|
}
|
|
391
|
-
var
|
|
392
|
-
|
|
393
|
-
function
|
|
391
|
+
var M = C.prototype = new T();
|
|
392
|
+
M.constructor = C, u(M, b.prototype), M.isPureReactComponent = !0;
|
|
393
|
+
function br() {
|
|
394
394
|
var e = {
|
|
395
395
|
current: null
|
|
396
396
|
};
|
|
@@ -406,19 +406,19 @@ function Yt() {
|
|
|
406
406
|
return a;
|
|
407
407
|
}
|
|
408
408
|
}
|
|
409
|
-
function
|
|
409
|
+
function Ue(e) {
|
|
410
410
|
try {
|
|
411
|
-
return
|
|
411
|
+
return _e(e), !1;
|
|
412
412
|
} catch {
|
|
413
413
|
return !0;
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
|
-
function
|
|
416
|
+
function _e(e) {
|
|
417
417
|
return "" + e;
|
|
418
418
|
}
|
|
419
419
|
function Oe(e) {
|
|
420
|
-
if (
|
|
421
|
-
return f("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Rr(e)),
|
|
420
|
+
if (Ue(e))
|
|
421
|
+
return f("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Rr(e)), _e(e);
|
|
422
422
|
}
|
|
423
423
|
function er(e, r, a) {
|
|
424
424
|
var o = e.displayName;
|
|
@@ -427,7 +427,7 @@ function Yt() {
|
|
|
427
427
|
var c = r.displayName || r.name || "";
|
|
428
428
|
return c !== "" ? a + "(" + c + ")" : a;
|
|
429
429
|
}
|
|
430
|
-
function
|
|
430
|
+
function ke(e) {
|
|
431
431
|
return e.displayName || "Context";
|
|
432
432
|
}
|
|
433
433
|
function de(e) {
|
|
@@ -446,7 +446,7 @@ function Yt() {
|
|
|
446
446
|
return "Profiler";
|
|
447
447
|
case ae:
|
|
448
448
|
return "StrictMode";
|
|
449
|
-
case
|
|
449
|
+
case V:
|
|
450
450
|
return "Suspense";
|
|
451
451
|
case te:
|
|
452
452
|
return "SuspenseList";
|
|
@@ -455,10 +455,10 @@ function Yt() {
|
|
|
455
455
|
switch (e.$$typeof) {
|
|
456
456
|
case re:
|
|
457
457
|
var r = e;
|
|
458
|
-
return
|
|
458
|
+
return ke(r) + ".Consumer";
|
|
459
459
|
case $:
|
|
460
460
|
var a = e;
|
|
461
|
-
return
|
|
461
|
+
return ke(a._context) + ".Provider";
|
|
462
462
|
case L:
|
|
463
463
|
return er(e, e.render, "ForwardRef");
|
|
464
464
|
case X:
|
|
@@ -475,23 +475,23 @@ function Yt() {
|
|
|
475
475
|
}
|
|
476
476
|
return null;
|
|
477
477
|
}
|
|
478
|
-
var
|
|
478
|
+
var Pe = Object.prototype.hasOwnProperty, Me = {
|
|
479
479
|
key: !0,
|
|
480
480
|
ref: !0,
|
|
481
481
|
__self: !0,
|
|
482
482
|
__source: !0
|
|
483
|
-
}, rr, tr,
|
|
484
|
-
|
|
483
|
+
}, rr, tr, We;
|
|
484
|
+
We = {};
|
|
485
485
|
function ze(e) {
|
|
486
|
-
if (
|
|
486
|
+
if (Pe.call(e, "ref")) {
|
|
487
487
|
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
488
488
|
if (r && r.isReactWarning)
|
|
489
489
|
return !1;
|
|
490
490
|
}
|
|
491
491
|
return e.ref !== void 0;
|
|
492
492
|
}
|
|
493
|
-
function
|
|
494
|
-
if (
|
|
493
|
+
function be(e) {
|
|
494
|
+
if (Pe.call(e, "key")) {
|
|
495
495
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
496
496
|
if (r && r.isReactWarning)
|
|
497
497
|
return !1;
|
|
@@ -519,11 +519,11 @@ function Yt() {
|
|
|
519
519
|
function ar(e) {
|
|
520
520
|
if (typeof e.ref == "string" && G.current && e.__self && G.current.stateNode !== e.__self) {
|
|
521
521
|
var r = de(G.current.type);
|
|
522
|
-
|
|
522
|
+
We[r] || (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', r, e.ref), We[r] = !0);
|
|
523
523
|
}
|
|
524
524
|
}
|
|
525
|
-
var
|
|
526
|
-
var
|
|
525
|
+
var je = function(e, r, a, o, c, p, l) {
|
|
526
|
+
var y = {
|
|
527
527
|
// This tag allows us to uniquely identify this as a React Element
|
|
528
528
|
$$typeof: K,
|
|
529
529
|
// Built-in properties that belong on the element
|
|
@@ -534,37 +534,37 @@ function Yt() {
|
|
|
534
534
|
// Record the component responsible for creating this element.
|
|
535
535
|
_owner: p
|
|
536
536
|
};
|
|
537
|
-
return
|
|
537
|
+
return y._store = {}, Object.defineProperty(y._store, "validated", {
|
|
538
538
|
configurable: !1,
|
|
539
539
|
enumerable: !1,
|
|
540
540
|
writable: !0,
|
|
541
541
|
value: !1
|
|
542
|
-
}), Object.defineProperty(
|
|
542
|
+
}), Object.defineProperty(y, "_self", {
|
|
543
543
|
configurable: !1,
|
|
544
544
|
enumerable: !1,
|
|
545
545
|
writable: !1,
|
|
546
546
|
value: o
|
|
547
|
-
}), Object.defineProperty(
|
|
547
|
+
}), Object.defineProperty(y, "_source", {
|
|
548
548
|
configurable: !1,
|
|
549
549
|
enumerable: !1,
|
|
550
550
|
writable: !1,
|
|
551
551
|
value: c
|
|
552
|
-
}), Object.freeze && (Object.freeze(
|
|
552
|
+
}), Object.freeze && (Object.freeze(y.props), Object.freeze(y)), y;
|
|
553
553
|
};
|
|
554
554
|
function wr(e, r, a) {
|
|
555
|
-
var o, c = {}, p = null, l = null,
|
|
555
|
+
var o, c = {}, p = null, l = null, y = null, R = null;
|
|
556
556
|
if (r != null) {
|
|
557
|
-
ze(r) && (l = r.ref, ar(r)),
|
|
557
|
+
ze(r) && (l = r.ref, ar(r)), be(r) && (Oe(r.key), p = "" + r.key), y = r.__self === void 0 ? null : r.__self, R = r.__source === void 0 ? null : r.__source;
|
|
558
558
|
for (o in r)
|
|
559
|
-
|
|
559
|
+
Pe.call(r, o) && !Me.hasOwnProperty(o) && (c[o] = r[o]);
|
|
560
560
|
}
|
|
561
561
|
var O = arguments.length - 2;
|
|
562
562
|
if (O === 1)
|
|
563
563
|
c.children = a;
|
|
564
564
|
else if (O > 1) {
|
|
565
|
-
for (var
|
|
566
|
-
j
|
|
567
|
-
Object.freeze && Object.freeze(
|
|
565
|
+
for (var P = Array(O), j = 0; j < O; j++)
|
|
566
|
+
P[j] = arguments[j + 2];
|
|
567
|
+
Object.freeze && Object.freeze(P), c.children = P;
|
|
568
568
|
}
|
|
569
569
|
if (e && e.defaultProps) {
|
|
570
570
|
var D = e.defaultProps;
|
|
@@ -572,41 +572,41 @@ function Yt() {
|
|
|
572
572
|
c[o] === void 0 && (c[o] = D[o]);
|
|
573
573
|
}
|
|
574
574
|
if (p || l) {
|
|
575
|
-
var
|
|
576
|
-
p && Er(c,
|
|
575
|
+
var W = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
576
|
+
p && Er(c, W), l && nr(c, W);
|
|
577
577
|
}
|
|
578
|
-
return
|
|
578
|
+
return je(e, p, l, y, R, G.current, c);
|
|
579
579
|
}
|
|
580
580
|
function Cr(e, r) {
|
|
581
|
-
var a =
|
|
581
|
+
var a = je(e.type, r, e.ref, e._self, e._source, e._owner, e.props);
|
|
582
582
|
return a;
|
|
583
583
|
}
|
|
584
584
|
function Sr(e, r, a) {
|
|
585
585
|
if (e == null)
|
|
586
586
|
throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");
|
|
587
|
-
var o, c = u({}, e.props), p = e.key, l = e.ref,
|
|
587
|
+
var o, c = u({}, e.props), p = e.key, l = e.ref, y = e._self, R = e._source, O = e._owner;
|
|
588
588
|
if (r != null) {
|
|
589
|
-
ze(r) && (l = r.ref, O = G.current),
|
|
590
|
-
var
|
|
591
|
-
e.type && e.type.defaultProps && (
|
|
589
|
+
ze(r) && (l = r.ref, O = G.current), be(r) && (Oe(r.key), p = "" + r.key);
|
|
590
|
+
var P;
|
|
591
|
+
e.type && e.type.defaultProps && (P = e.type.defaultProps);
|
|
592
592
|
for (o in r)
|
|
593
|
-
|
|
593
|
+
Pe.call(r, o) && !Me.hasOwnProperty(o) && (r[o] === void 0 && P !== void 0 ? c[o] = P[o] : c[o] = r[o]);
|
|
594
594
|
}
|
|
595
|
-
var
|
|
596
|
-
if (
|
|
595
|
+
var j = arguments.length - 2;
|
|
596
|
+
if (j === 1)
|
|
597
597
|
c.children = a;
|
|
598
|
-
else if (
|
|
599
|
-
for (var D = Array(
|
|
600
|
-
D[
|
|
598
|
+
else if (j > 1) {
|
|
599
|
+
for (var D = Array(j), W = 0; W < j; W++)
|
|
600
|
+
D[W] = arguments[W + 2];
|
|
601
601
|
c.children = D;
|
|
602
602
|
}
|
|
603
|
-
return
|
|
603
|
+
return je(e.type, p, l, y, R, O, c);
|
|
604
604
|
}
|
|
605
605
|
function Re(e) {
|
|
606
606
|
return typeof e == "object" && e !== null && e.$$typeof === K;
|
|
607
607
|
}
|
|
608
608
|
var or = ".", Tr = ":";
|
|
609
|
-
function
|
|
609
|
+
function xr(e) {
|
|
610
610
|
var r = /[=:]/g, a = {
|
|
611
611
|
"=": "=0",
|
|
612
612
|
":": "=2"
|
|
@@ -615,12 +615,12 @@ function Yt() {
|
|
|
615
615
|
});
|
|
616
616
|
return "$" + o;
|
|
617
617
|
}
|
|
618
|
-
var
|
|
619
|
-
function
|
|
618
|
+
var Ne = !1, ir = /\/+/g;
|
|
619
|
+
function me(e) {
|
|
620
620
|
return e.replace(ir, "$&/");
|
|
621
621
|
}
|
|
622
622
|
function Ae(e, r) {
|
|
623
|
-
return typeof e == "object" && e !== null && e.key != null ? (Oe(e.key),
|
|
623
|
+
return typeof e == "object" && e !== null && e.key != null ? (Oe(e.key), xr("" + e.key)) : r.toString(36);
|
|
624
624
|
}
|
|
625
625
|
function Ee(e, r, a, o, c) {
|
|
626
626
|
var p = typeof e;
|
|
@@ -642,42 +642,42 @@ function Yt() {
|
|
|
642
642
|
}
|
|
643
643
|
}
|
|
644
644
|
if (l) {
|
|
645
|
-
var
|
|
645
|
+
var y = e, R = c(y), O = o === "" ? or + Ae(y, 0) : o;
|
|
646
646
|
if (Le(R)) {
|
|
647
|
-
var
|
|
648
|
-
O != null && (
|
|
649
|
-
return
|
|
647
|
+
var P = "";
|
|
648
|
+
O != null && (P = me(O) + "/"), Ee(R, r, P, "", function(Nt) {
|
|
649
|
+
return Nt;
|
|
650
650
|
});
|
|
651
|
-
} else R != null && (Re(R) && (R.key && (!
|
|
651
|
+
} else R != null && (Re(R) && (R.key && (!y || y.key !== R.key) && Oe(R.key), R = Cr(
|
|
652
652
|
R,
|
|
653
653
|
// Keep both the (mapped) and old keys if they differ, just as
|
|
654
654
|
// traverseAllChildren used to do for objects as children
|
|
655
655
|
a + // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key
|
|
656
|
-
(R.key && (!
|
|
656
|
+
(R.key && (!y || y.key !== R.key) ? (
|
|
657
657
|
// $FlowFixMe Flow incorrectly thinks existing element's key can be a number
|
|
658
658
|
// eslint-disable-next-line react-internal/safe-string-coercion
|
|
659
|
-
|
|
659
|
+
me("" + R.key) + "/"
|
|
660
660
|
) : "") + O
|
|
661
661
|
)), r.push(R));
|
|
662
662
|
return 1;
|
|
663
663
|
}
|
|
664
|
-
var
|
|
664
|
+
var j, D, W = 0, z = o === "" ? or : o + Tr;
|
|
665
665
|
if (Le(e))
|
|
666
666
|
for (var gr = 0; gr < e.length; gr++)
|
|
667
|
-
|
|
667
|
+
j = e[gr], D = z + Ae(j, gr), W += Ee(j, r, a, D, c);
|
|
668
668
|
else {
|
|
669
|
-
var
|
|
670
|
-
if (typeof
|
|
669
|
+
var Vr = A(e);
|
|
670
|
+
if (typeof Vr == "function") {
|
|
671
671
|
var ft = e;
|
|
672
|
-
|
|
673
|
-
for (var
|
|
674
|
-
|
|
672
|
+
Vr === ft.entries && (Ne || se("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), Ne = !0);
|
|
673
|
+
for (var Mt = Vr.call(ft), dt, Wt = 0; !(dt = Mt.next()).done; )
|
|
674
|
+
j = dt.value, D = z + Ae(j, Wt++), W += Ee(j, r, a, D, c);
|
|
675
675
|
} else if (p === "object") {
|
|
676
676
|
var pt = String(e);
|
|
677
677
|
throw new Error("Objects are not valid as a React child (found: " + (pt === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : pt) + "). If you meant to render a collection of children, use an array instead.");
|
|
678
678
|
}
|
|
679
679
|
}
|
|
680
|
-
return
|
|
680
|
+
return W;
|
|
681
681
|
}
|
|
682
682
|
function Ie(e, r, a) {
|
|
683
683
|
if (e == null)
|
|
@@ -698,7 +698,7 @@ function Yt() {
|
|
|
698
698
|
r.apply(this, arguments);
|
|
699
699
|
}, a);
|
|
700
700
|
}
|
|
701
|
-
function
|
|
701
|
+
function kr(e) {
|
|
702
702
|
return Ie(e, function(r) {
|
|
703
703
|
return r;
|
|
704
704
|
}) || [];
|
|
@@ -788,26 +788,26 @@ function Yt() {
|
|
|
788
788
|
}
|
|
789
789
|
return r._currentRenderer = null, r._currentRenderer2 = null, r;
|
|
790
790
|
}
|
|
791
|
-
var De = -1,
|
|
792
|
-
function
|
|
791
|
+
var De = -1, qe = 0, He = 1, lr = 2;
|
|
792
|
+
function Pr(e) {
|
|
793
793
|
if (e._status === De) {
|
|
794
794
|
var r = e._result, a = r();
|
|
795
795
|
if (a.then(function(p) {
|
|
796
|
-
if (e._status ===
|
|
796
|
+
if (e._status === qe || e._status === De) {
|
|
797
797
|
var l = e;
|
|
798
|
-
l._status =
|
|
798
|
+
l._status = He, l._result = p;
|
|
799
799
|
}
|
|
800
800
|
}, function(p) {
|
|
801
|
-
if (e._status ===
|
|
801
|
+
if (e._status === qe || e._status === De) {
|
|
802
802
|
var l = e;
|
|
803
803
|
l._status = lr, l._result = p;
|
|
804
804
|
}
|
|
805
805
|
}), e._status === De) {
|
|
806
806
|
var o = e;
|
|
807
|
-
o._status =
|
|
807
|
+
o._status = qe, o._result = a;
|
|
808
808
|
}
|
|
809
809
|
}
|
|
810
|
-
if (e._status ===
|
|
810
|
+
if (e._status === He) {
|
|
811
811
|
var c = e._result;
|
|
812
812
|
return c === void 0 && f(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
813
813
|
|
|
@@ -821,7 +821,7 @@ Your code should look like:
|
|
|
821
821
|
} else
|
|
822
822
|
throw e._result;
|
|
823
823
|
}
|
|
824
|
-
function
|
|
824
|
+
function jr(e) {
|
|
825
825
|
var r = {
|
|
826
826
|
// We use these fields to store the result.
|
|
827
827
|
_status: De,
|
|
@@ -829,7 +829,7 @@ Your code should look like:
|
|
|
829
829
|
}, a = {
|
|
830
830
|
$$typeof: ce,
|
|
831
831
|
_payload: r,
|
|
832
|
-
_init:
|
|
832
|
+
_init: Pr
|
|
833
833
|
};
|
|
834
834
|
{
|
|
835
835
|
var o, c;
|
|
@@ -884,7 +884,7 @@ Your code should look like:
|
|
|
884
884
|
var fr;
|
|
885
885
|
fr = Symbol.for("react.module.reference");
|
|
886
886
|
function t(e) {
|
|
887
|
-
return !!(typeof e == "string" || typeof e == "function" || e === ne || e === ee || Q || e === ae || e ===
|
|
887
|
+
return !!(typeof e == "string" || typeof e == "function" || e === ne || e === ee || Q || e === ae || e === V || e === te || q || e === $e || Se || Be || Te || typeof e == "object" && e !== null && (e.$$typeof === ce || e.$$typeof === X || e.$$typeof === $ || e.$$typeof === re || e.$$typeof === L || // This needs to include all possible module reference object
|
|
888
888
|
// types supported by any Flight configuration anywhere since
|
|
889
889
|
// we don't know which Flight build this will end up being used
|
|
890
890
|
// with.
|
|
@@ -936,11 +936,11 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
936
936
|
var o = s();
|
|
937
937
|
return o.useReducer(e, r, a);
|
|
938
938
|
}
|
|
939
|
-
function
|
|
939
|
+
function _(e) {
|
|
940
940
|
var r = s();
|
|
941
941
|
return r.useRef(e);
|
|
942
942
|
}
|
|
943
|
-
function
|
|
943
|
+
function m(e, r) {
|
|
944
944
|
var a = s();
|
|
945
945
|
return a.useEffect(e, r);
|
|
946
946
|
}
|
|
@@ -964,13 +964,13 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
964
964
|
var o = s();
|
|
965
965
|
return o.useImperativeHandle(e, r, a);
|
|
966
966
|
}
|
|
967
|
-
function
|
|
967
|
+
function he(e, r) {
|
|
968
968
|
{
|
|
969
969
|
var a = s();
|
|
970
970
|
return a.useDebugValue(e, r);
|
|
971
971
|
}
|
|
972
972
|
}
|
|
973
|
-
function
|
|
973
|
+
function H() {
|
|
974
974
|
var e = s();
|
|
975
975
|
return e.useTransition();
|
|
976
976
|
}
|
|
@@ -986,14 +986,14 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
986
986
|
var o = s();
|
|
987
987
|
return o.useSyncExternalStore(e, r, a);
|
|
988
988
|
}
|
|
989
|
-
var Ge = 0, Br, zr,
|
|
989
|
+
var Ge = 0, Br, zr, qr, Hr, Kr, Gr, Jr;
|
|
990
990
|
function Xr() {
|
|
991
991
|
}
|
|
992
992
|
Xr.__reactDisabledLog = !0;
|
|
993
993
|
function Rt() {
|
|
994
994
|
{
|
|
995
995
|
if (Ge === 0) {
|
|
996
|
-
Br = console.log, zr = console.info,
|
|
996
|
+
Br = console.log, zr = console.info, qr = console.warn, Hr = console.error, Kr = console.group, Gr = console.groupCollapsed, Jr = console.groupEnd;
|
|
997
997
|
var e = {
|
|
998
998
|
configurable: !0,
|
|
999
999
|
enumerable: !0,
|
|
@@ -1029,10 +1029,10 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1029
1029
|
value: zr
|
|
1030
1030
|
}),
|
|
1031
1031
|
warn: u({}, e, {
|
|
1032
|
-
value:
|
|
1032
|
+
value: qr
|
|
1033
1033
|
}),
|
|
1034
1034
|
error: u({}, e, {
|
|
1035
|
-
value:
|
|
1035
|
+
value: Hr
|
|
1036
1036
|
}),
|
|
1037
1037
|
group: u({}, e, {
|
|
1038
1038
|
value: Kr
|
|
@@ -1115,28 +1115,28 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1115
1115
|
}
|
|
1116
1116
|
} catch (z) {
|
|
1117
1117
|
if (z && o && typeof z.stack == "string") {
|
|
1118
|
-
for (var
|
|
1118
|
+
for (var y = z.stack.split(`
|
|
1119
1119
|
`), R = o.stack.split(`
|
|
1120
|
-
`), O =
|
|
1121
|
-
|
|
1122
|
-
for (; O >= 1 &&
|
|
1123
|
-
if (
|
|
1124
|
-
if (O !== 1 ||
|
|
1120
|
+
`), O = y.length - 1, P = R.length - 1; O >= 1 && P >= 0 && y[O] !== R[P]; )
|
|
1121
|
+
P--;
|
|
1122
|
+
for (; O >= 1 && P >= 0; O--, P--)
|
|
1123
|
+
if (y[O] !== R[P]) {
|
|
1124
|
+
if (O !== 1 || P !== 1)
|
|
1125
1125
|
do
|
|
1126
|
-
if (O--,
|
|
1127
|
-
var
|
|
1128
|
-
` +
|
|
1129
|
-
return e.displayName &&
|
|
1126
|
+
if (O--, P--, P < 0 || y[O] !== R[P]) {
|
|
1127
|
+
var j = `
|
|
1128
|
+
` + y[O].replace(" at new ", " at ");
|
|
1129
|
+
return e.displayName && j.includes("<anonymous>") && (j = j.replace("<anonymous>", e.displayName)), typeof e == "function" && pr.set(e, j), j;
|
|
1130
1130
|
}
|
|
1131
|
-
while (O >= 1 &&
|
|
1131
|
+
while (O >= 1 && P >= 0);
|
|
1132
1132
|
break;
|
|
1133
1133
|
}
|
|
1134
1134
|
}
|
|
1135
1135
|
} finally {
|
|
1136
1136
|
Lr = !1, Fr.current = p, Et(), Error.prepareStackTrace = c;
|
|
1137
1137
|
}
|
|
1138
|
-
var D = e ? e.displayName || e.name : "",
|
|
1139
|
-
return typeof e == "function" && pr.set(e,
|
|
1138
|
+
var D = e ? e.displayName || e.name : "", W = D ? dr(D) : "";
|
|
1139
|
+
return typeof e == "function" && pr.set(e, W), W;
|
|
1140
1140
|
}
|
|
1141
1141
|
function Ct(e, r, a) {
|
|
1142
1142
|
return Qr(e, !1);
|
|
@@ -1153,7 +1153,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1153
1153
|
if (typeof e == "string")
|
|
1154
1154
|
return dr(e);
|
|
1155
1155
|
switch (e) {
|
|
1156
|
-
case
|
|
1156
|
+
case V:
|
|
1157
1157
|
return dr("Suspense");
|
|
1158
1158
|
case te:
|
|
1159
1159
|
return dr("SuspenseList");
|
|
@@ -1175,7 +1175,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1175
1175
|
return "";
|
|
1176
1176
|
}
|
|
1177
1177
|
var Zr = {}, et = Y.ReactDebugCurrentFrame;
|
|
1178
|
-
function
|
|
1178
|
+
function yr(e) {
|
|
1179
1179
|
if (e) {
|
|
1180
1180
|
var r = e._owner, a = vr(e.type, e._source, r ? r.type : null);
|
|
1181
1181
|
et.setExtraStackFrame(a);
|
|
@@ -1184,32 +1184,32 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1184
1184
|
}
|
|
1185
1185
|
function Tt(e, r, a, o, c) {
|
|
1186
1186
|
{
|
|
1187
|
-
var p = Function.call.bind(
|
|
1187
|
+
var p = Function.call.bind(Pe);
|
|
1188
1188
|
for (var l in e)
|
|
1189
1189
|
if (p(e, l)) {
|
|
1190
|
-
var
|
|
1190
|
+
var y = void 0;
|
|
1191
1191
|
try {
|
|
1192
1192
|
if (typeof e[l] != "function") {
|
|
1193
1193
|
var R = Error((o || "React class") + ": " + a + " type `" + l + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[l] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1194
1194
|
throw R.name = "Invariant Violation", R;
|
|
1195
1195
|
}
|
|
1196
|
-
|
|
1196
|
+
y = e[l](r, l, o, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1197
1197
|
} catch (O) {
|
|
1198
|
-
|
|
1198
|
+
y = O;
|
|
1199
1199
|
}
|
|
1200
|
-
|
|
1200
|
+
y && !(y instanceof Error) && (yr(c), 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).", o || "React class", a, l, typeof y), yr(null)), y instanceof Error && !(y.message in Zr) && (Zr[y.message] = !0, yr(c), f("Failed %s type: %s", a, y.message), yr(null));
|
|
1201
1201
|
}
|
|
1202
1202
|
}
|
|
1203
1203
|
}
|
|
1204
|
-
function
|
|
1204
|
+
function Ve(e) {
|
|
1205
1205
|
if (e) {
|
|
1206
1206
|
var r = e._owner, a = vr(e.type, e._source, r ? r.type : null);
|
|
1207
1207
|
Ce(a);
|
|
1208
1208
|
} else
|
|
1209
1209
|
Ce(null);
|
|
1210
1210
|
}
|
|
1211
|
-
var
|
|
1212
|
-
|
|
1211
|
+
var Ur;
|
|
1212
|
+
Ur = !1;
|
|
1213
1213
|
function rt() {
|
|
1214
1214
|
if (G.current) {
|
|
1215
1215
|
var e = de(G.current.type);
|
|
@@ -1220,7 +1220,7 @@ Check the render method of \`` + e + "`.";
|
|
|
1220
1220
|
}
|
|
1221
1221
|
return "";
|
|
1222
1222
|
}
|
|
1223
|
-
function
|
|
1223
|
+
function xt(e) {
|
|
1224
1224
|
if (e !== void 0) {
|
|
1225
1225
|
var r = e.fileName.replace(/^.*[\\\/]/, ""), a = e.lineNumber;
|
|
1226
1226
|
return `
|
|
@@ -1230,10 +1230,10 @@ Check your code at ` + r + ":" + a + ".";
|
|
|
1230
1230
|
return "";
|
|
1231
1231
|
}
|
|
1232
1232
|
function Ot(e) {
|
|
1233
|
-
return e != null ?
|
|
1233
|
+
return e != null ? xt(e.__source) : "";
|
|
1234
1234
|
}
|
|
1235
1235
|
var tt = {};
|
|
1236
|
-
function
|
|
1236
|
+
function kt(e) {
|
|
1237
1237
|
var r = rt();
|
|
1238
1238
|
if (!r) {
|
|
1239
1239
|
var a = typeof e == "string" ? e : e.displayName || e.name;
|
|
@@ -1246,11 +1246,11 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1246
1246
|
function nt(e, r) {
|
|
1247
1247
|
if (!(!e._store || e._store.validated || e.key != null)) {
|
|
1248
1248
|
e._store.validated = !0;
|
|
1249
|
-
var a =
|
|
1249
|
+
var a = kt(r);
|
|
1250
1250
|
if (!tt[a]) {
|
|
1251
1251
|
tt[a] = !0;
|
|
1252
1252
|
var o = "";
|
|
1253
|
-
e && e._owner && e._owner !== G.current && (o = " It was passed a child from " + de(e._owner.type) + "."),
|
|
1253
|
+
e && e._owner && e._owner !== G.current && (o = " It was passed a child from " + de(e._owner.type) + "."), Ve(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.', a, o), Ve(null);
|
|
1254
1254
|
}
|
|
1255
1255
|
}
|
|
1256
1256
|
}
|
|
@@ -1288,24 +1288,24 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1288
1288
|
if (a) {
|
|
1289
1289
|
var o = de(r);
|
|
1290
1290
|
Tt(a, e.props, "prop", o, e);
|
|
1291
|
-
} else if (r.PropTypes !== void 0 && !
|
|
1292
|
-
|
|
1291
|
+
} else if (r.PropTypes !== void 0 && !Ur) {
|
|
1292
|
+
Ur = !0;
|
|
1293
1293
|
var c = de(r);
|
|
1294
1294
|
f("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", c || "Unknown");
|
|
1295
1295
|
}
|
|
1296
1296
|
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && f("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
1297
1297
|
}
|
|
1298
1298
|
}
|
|
1299
|
-
function
|
|
1299
|
+
function Pt(e) {
|
|
1300
1300
|
{
|
|
1301
1301
|
for (var r = Object.keys(e.props), a = 0; a < r.length; a++) {
|
|
1302
1302
|
var o = r[a];
|
|
1303
1303
|
if (o !== "children" && o !== "key") {
|
|
1304
|
-
|
|
1304
|
+
Ve(e), f("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", o), Ve(null);
|
|
1305
1305
|
break;
|
|
1306
1306
|
}
|
|
1307
1307
|
}
|
|
1308
|
-
e.ref !== null && (
|
|
1308
|
+
e.ref !== null && (Ve(e), f("Invalid attribute `ref` supplied to `React.Fragment`."), Ve(null));
|
|
1309
1309
|
}
|
|
1310
1310
|
}
|
|
1311
1311
|
function it(e, r, a) {
|
|
@@ -1318,16 +1318,16 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1318
1318
|
var l;
|
|
1319
1319
|
e === null ? l = "null" : Le(e) ? l = "array" : e !== void 0 && e.$$typeof === K ? (l = "<" + (de(e.type) || "Unknown") + " />", c = " Did you accidentally export a JSX literal instead of a component?") : l = typeof e, f("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", l, c);
|
|
1320
1320
|
}
|
|
1321
|
-
var
|
|
1322
|
-
if (
|
|
1323
|
-
return
|
|
1321
|
+
var y = wr.apply(this, arguments);
|
|
1322
|
+
if (y == null)
|
|
1323
|
+
return y;
|
|
1324
1324
|
if (o)
|
|
1325
1325
|
for (var R = 2; R < arguments.length; R++)
|
|
1326
1326
|
at(arguments[R], e);
|
|
1327
|
-
return e === ne ?
|
|
1327
|
+
return e === ne ? Pt(y) : ot(y), y;
|
|
1328
1328
|
}
|
|
1329
1329
|
var ut = !1;
|
|
1330
|
-
function
|
|
1330
|
+
function jt(e) {
|
|
1331
1331
|
var r = it.bind(null, e);
|
|
1332
1332
|
return r.type = e, ut || (ut = !0, se("React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.")), Object.defineProperty(r, "type", {
|
|
1333
1333
|
enumerable: !1,
|
|
@@ -1357,83 +1357,83 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1357
1357
|
}
|
|
1358
1358
|
}
|
|
1359
1359
|
}
|
|
1360
|
-
var st = !1,
|
|
1360
|
+
var st = !1, mr = null;
|
|
1361
1361
|
function Dt(e) {
|
|
1362
|
-
if (
|
|
1362
|
+
if (mr === null)
|
|
1363
1363
|
try {
|
|
1364
|
-
var r = ("require" + Math.random()).slice(0, 7), a =
|
|
1365
|
-
|
|
1364
|
+
var r = ("require" + Math.random()).slice(0, 7), a = N && N[r];
|
|
1365
|
+
mr = a.call(N, "timers").setImmediate;
|
|
1366
1366
|
} catch {
|
|
1367
|
-
|
|
1367
|
+
mr = function(c) {
|
|
1368
1368
|
st === !1 && (st = !0, typeof MessageChannel > "u" && f("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));
|
|
1369
1369
|
var p = new MessageChannel();
|
|
1370
1370
|
p.port1.onmessage = c, p.port2.postMessage(void 0);
|
|
1371
1371
|
};
|
|
1372
1372
|
}
|
|
1373
|
-
return
|
|
1373
|
+
return mr(e);
|
|
1374
1374
|
}
|
|
1375
1375
|
var Ye = 0, ct = !1;
|
|
1376
1376
|
function lt(e) {
|
|
1377
1377
|
{
|
|
1378
1378
|
var r = Ye;
|
|
1379
|
-
Ye++,
|
|
1380
|
-
var a =
|
|
1379
|
+
Ye++, U.current === null && (U.current = []);
|
|
1380
|
+
var a = U.isBatchingLegacy, o;
|
|
1381
1381
|
try {
|
|
1382
|
-
if (
|
|
1383
|
-
var c =
|
|
1384
|
-
c !== null && (
|
|
1382
|
+
if (U.isBatchingLegacy = !0, o = e(), !a && U.didScheduleLegacyUpdate) {
|
|
1383
|
+
var c = U.current;
|
|
1384
|
+
c !== null && (U.didScheduleLegacyUpdate = !1, Nr(c));
|
|
1385
1385
|
}
|
|
1386
1386
|
} catch (D) {
|
|
1387
|
-
throw
|
|
1387
|
+
throw hr(r), D;
|
|
1388
1388
|
} finally {
|
|
1389
|
-
|
|
1389
|
+
U.isBatchingLegacy = a;
|
|
1390
1390
|
}
|
|
1391
1391
|
if (o !== null && typeof o == "object" && typeof o.then == "function") {
|
|
1392
|
-
var p = o, l = !1,
|
|
1393
|
-
then: function(D,
|
|
1392
|
+
var p = o, l = !1, y = {
|
|
1393
|
+
then: function(D, W) {
|
|
1394
1394
|
l = !0, p.then(function(z) {
|
|
1395
|
-
|
|
1395
|
+
hr(r), Ye === 0 ? Mr(z, D, W) : D(z);
|
|
1396
1396
|
}, function(z) {
|
|
1397
|
-
|
|
1397
|
+
hr(r), W(z);
|
|
1398
1398
|
});
|
|
1399
1399
|
}
|
|
1400
1400
|
};
|
|
1401
1401
|
return !ct && typeof Promise < "u" && Promise.resolve().then(function() {
|
|
1402
1402
|
}).then(function() {
|
|
1403
1403
|
l || (ct = !0, f("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"));
|
|
1404
|
-
}),
|
|
1404
|
+
}), y;
|
|
1405
1405
|
} else {
|
|
1406
1406
|
var R = o;
|
|
1407
|
-
if (
|
|
1408
|
-
var O =
|
|
1409
|
-
O !== null && (
|
|
1410
|
-
var
|
|
1411
|
-
then: function(D,
|
|
1412
|
-
|
|
1407
|
+
if (hr(r), Ye === 0) {
|
|
1408
|
+
var O = U.current;
|
|
1409
|
+
O !== null && (Nr(O), U.current = null);
|
|
1410
|
+
var P = {
|
|
1411
|
+
then: function(D, W) {
|
|
1412
|
+
U.current === null ? (U.current = [], Mr(R, D, W)) : D(R);
|
|
1413
1413
|
}
|
|
1414
1414
|
};
|
|
1415
|
-
return
|
|
1415
|
+
return P;
|
|
1416
1416
|
} else {
|
|
1417
|
-
var
|
|
1418
|
-
then: function(D,
|
|
1417
|
+
var j = {
|
|
1418
|
+
then: function(D, W) {
|
|
1419
1419
|
D(R);
|
|
1420
1420
|
}
|
|
1421
1421
|
};
|
|
1422
|
-
return
|
|
1422
|
+
return j;
|
|
1423
1423
|
}
|
|
1424
1424
|
}
|
|
1425
1425
|
}
|
|
1426
1426
|
}
|
|
1427
|
-
function
|
|
1427
|
+
function hr(e) {
|
|
1428
1428
|
e !== Ye - 1 && f("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "), Ye = e;
|
|
1429
1429
|
}
|
|
1430
|
-
function
|
|
1430
|
+
function Mr(e, r, a) {
|
|
1431
1431
|
{
|
|
1432
|
-
var o =
|
|
1432
|
+
var o = U.current;
|
|
1433
1433
|
if (o !== null)
|
|
1434
1434
|
try {
|
|
1435
|
-
|
|
1436
|
-
o.length === 0 ? (
|
|
1435
|
+
Nr(o), Dt(function() {
|
|
1436
|
+
o.length === 0 ? (U.current = null, r(e)) : Mr(e, r, a);
|
|
1437
1437
|
});
|
|
1438
1438
|
} catch (c) {
|
|
1439
1439
|
a(c);
|
|
@@ -1442,10 +1442,10 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1442
1442
|
r(e);
|
|
1443
1443
|
}
|
|
1444
1444
|
}
|
|
1445
|
-
var
|
|
1446
|
-
function
|
|
1447
|
-
if (!
|
|
1448
|
-
|
|
1445
|
+
var Wr = !1;
|
|
1446
|
+
function Nr(e) {
|
|
1447
|
+
if (!Wr) {
|
|
1448
|
+
Wr = !0;
|
|
1449
1449
|
var r = 0;
|
|
1450
1450
|
try {
|
|
1451
1451
|
for (; r < e.length; r++) {
|
|
@@ -1458,24 +1458,24 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1458
1458
|
} catch (o) {
|
|
1459
1459
|
throw e = e.slice(r + 1), o;
|
|
1460
1460
|
} finally {
|
|
1461
|
-
|
|
1461
|
+
Wr = !1;
|
|
1462
1462
|
}
|
|
1463
1463
|
}
|
|
1464
1464
|
}
|
|
1465
|
-
var Ft = it, $t = At, Lt =
|
|
1465
|
+
var Ft = it, $t = At, Lt = jt, Ut = {
|
|
1466
1466
|
map: Ie,
|
|
1467
1467
|
forEach: ur,
|
|
1468
1468
|
count: Or,
|
|
1469
|
-
toArray:
|
|
1469
|
+
toArray: kr,
|
|
1470
1470
|
only: sr
|
|
1471
1471
|
};
|
|
1472
|
-
d.Children =
|
|
1472
|
+
d.Children = Ut, d.Component = b, d.Fragment = ne, d.Profiler = ee, d.PureComponent = C, d.StrictMode = ae, d.Suspense = V, d.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Y, d.act = lt, d.cloneElement = $t, d.createContext = cr, d.createElement = Ft, d.createFactory = Lt, d.createRef = br, d.forwardRef = Ar, d.isValidElement = Re, d.lazy = jr, d.memo = i, d.startTransition = It, d.unstable_act = lt, d.useCallback = F, d.useContext = v, d.useDebugValue = he, d.useDeferredValue = Ke, d.useEffect = m, d.useId = Ir, d.useImperativeHandle = we, d.useInsertionEffect = B, d.useLayoutEffect = I, d.useMemo = Z, d.useReducer = S, d.useRef = _, d.useState = w, d.useSyncExternalStore = Dr, d.useTransition = H, d.version = J, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
|
|
1473
1473
|
}();
|
|
1474
1474
|
}(Qe, Qe.exports)), Qe.exports;
|
|
1475
1475
|
}
|
|
1476
|
-
var
|
|
1477
|
-
function
|
|
1478
|
-
return
|
|
1476
|
+
var mt;
|
|
1477
|
+
function _t() {
|
|
1478
|
+
return mt || (mt = 1, process.env.NODE_ENV === "production" ? _r.exports = Vt() : _r.exports = Yt()), _r.exports;
|
|
1479
1479
|
}
|
|
1480
1480
|
/**
|
|
1481
1481
|
* @license React
|
|
@@ -1486,17 +1486,17 @@ function bt() {
|
|
|
1486
1486
|
* This source code is licensed under the MIT license found in the
|
|
1487
1487
|
* LICENSE file in the root directory of this source tree.
|
|
1488
1488
|
*/
|
|
1489
|
-
var
|
|
1489
|
+
var ht;
|
|
1490
1490
|
function Bt() {
|
|
1491
|
-
if (
|
|
1492
|
-
|
|
1493
|
-
var
|
|
1491
|
+
if (ht) return Je;
|
|
1492
|
+
ht = 1;
|
|
1493
|
+
var N = _t(), d = Symbol.for("react.element"), J = Symbol.for("react.fragment"), K = Object.prototype.hasOwnProperty, pe = N.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, ne = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
1494
1494
|
function ae(ee, $, re) {
|
|
1495
|
-
var L,
|
|
1495
|
+
var L, V = {}, te = null, X = null;
|
|
1496
1496
|
re !== void 0 && (te = "" + re), $.key !== void 0 && (te = "" + $.key), $.ref !== void 0 && (X = $.ref);
|
|
1497
|
-
for (L in $) K.call($, L) && !ne.hasOwnProperty(L) && (
|
|
1498
|
-
if (ee && ee.defaultProps) for (L in $ = ee.defaultProps, $)
|
|
1499
|
-
return { $$typeof: d, type: ee, key: te, ref: X, props:
|
|
1497
|
+
for (L in $) K.call($, L) && !ne.hasOwnProperty(L) && (V[L] = $[L]);
|
|
1498
|
+
if (ee && ee.defaultProps) for (L in $ = ee.defaultProps, $) V[L] === void 0 && (V[L] = $[L]);
|
|
1499
|
+
return { $$typeof: d, type: ee, key: te, ref: X, props: V, _owner: pe.current };
|
|
1500
1500
|
}
|
|
1501
1501
|
return Je.Fragment = J, Je.jsx = ae, Je.jsxs = ae, Je;
|
|
1502
1502
|
}
|
|
@@ -1513,14 +1513,14 @@ var Xe = {};
|
|
|
1513
1513
|
var gt;
|
|
1514
1514
|
function zt() {
|
|
1515
1515
|
return gt || (gt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
1516
|
-
var
|
|
1516
|
+
var N = _t(), d = Symbol.for("react.element"), J = Symbol.for("react.portal"), K = Symbol.for("react.fragment"), pe = Symbol.for("react.strict_mode"), ne = Symbol.for("react.profiler"), ae = Symbol.for("react.provider"), ee = Symbol.for("react.context"), $ = Symbol.for("react.forward_ref"), re = Symbol.for("react.suspense"), L = Symbol.for("react.suspense_list"), V = Symbol.for("react.memo"), te = Symbol.for("react.lazy"), X = Symbol.for("react.offscreen"), ce = Symbol.iterator, $e = "@@iterator";
|
|
1517
1517
|
function oe(t) {
|
|
1518
1518
|
if (t === null || typeof t != "object")
|
|
1519
1519
|
return null;
|
|
1520
1520
|
var i = ce && t[ce] || t[$e];
|
|
1521
1521
|
return typeof i == "function" ? i : null;
|
|
1522
1522
|
}
|
|
1523
|
-
var ie =
|
|
1523
|
+
var ie = N.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
1524
1524
|
function A(t) {
|
|
1525
1525
|
{
|
|
1526
1526
|
for (var i = arguments.length, s = new Array(i > 1 ? i - 1 : 0), v = 1; v < i; v++)
|
|
@@ -1532,16 +1532,16 @@ function zt() {
|
|
|
1532
1532
|
{
|
|
1533
1533
|
var v = ie.ReactDebugCurrentFrame, w = v.getStackAddendum();
|
|
1534
1534
|
w !== "" && (i += "%s", s = s.concat([w]));
|
|
1535
|
-
var S = s.map(function(
|
|
1536
|
-
return String(
|
|
1535
|
+
var S = s.map(function(_) {
|
|
1536
|
+
return String(_);
|
|
1537
1537
|
});
|
|
1538
1538
|
S.unshift("Warning: " + i), Function.prototype.apply.call(console[t], console, S);
|
|
1539
1539
|
}
|
|
1540
1540
|
}
|
|
1541
|
-
var ue = !1,
|
|
1541
|
+
var ue = !1, U = !1, G = !1, le = !1, ve = !1, Ce;
|
|
1542
1542
|
Ce = Symbol.for("react.module.reference");
|
|
1543
1543
|
function Se(t) {
|
|
1544
|
-
return !!(typeof t == "string" || typeof t == "function" || t === K || t === ne || ve || t === pe || t === re || t === L || le || t === X || ue ||
|
|
1544
|
+
return !!(typeof t == "string" || typeof t == "function" || t === K || t === ne || ve || t === pe || t === re || t === L || le || t === X || ue || U || G || typeof t == "object" && t !== null && (t.$$typeof === te || t.$$typeof === V || t.$$typeof === ae || t.$$typeof === ee || t.$$typeof === $ || // This needs to include all possible module reference object
|
|
1545
1545
|
// types supported by any Flight configuration anywhere since
|
|
1546
1546
|
// we don't know which Flight build this will end up being used
|
|
1547
1547
|
// with.
|
|
@@ -1557,7 +1557,7 @@ function zt() {
|
|
|
1557
1557
|
function Te(t) {
|
|
1558
1558
|
return t.displayName || "Context";
|
|
1559
1559
|
}
|
|
1560
|
-
function
|
|
1560
|
+
function q(t) {
|
|
1561
1561
|
if (t == null)
|
|
1562
1562
|
return null;
|
|
1563
1563
|
if (typeof t.tag == "number" && A("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof t == "function")
|
|
@@ -1588,13 +1588,13 @@ function zt() {
|
|
|
1588
1588
|
return Te(s._context) + ".Provider";
|
|
1589
1589
|
case $:
|
|
1590
1590
|
return Be(t, t.render, "ForwardRef");
|
|
1591
|
-
case
|
|
1591
|
+
case V:
|
|
1592
1592
|
var v = t.displayName || null;
|
|
1593
|
-
return v !== null ? v :
|
|
1593
|
+
return v !== null ? v : q(t.type) || "Memo";
|
|
1594
1594
|
case te: {
|
|
1595
|
-
var w = t, S = w._payload,
|
|
1595
|
+
var w = t, S = w._payload, _ = w._init;
|
|
1596
1596
|
try {
|
|
1597
|
-
return
|
|
1597
|
+
return q(_(S));
|
|
1598
1598
|
} catch {
|
|
1599
1599
|
return null;
|
|
1600
1600
|
}
|
|
@@ -1602,14 +1602,14 @@ function zt() {
|
|
|
1602
1602
|
}
|
|
1603
1603
|
return null;
|
|
1604
1604
|
}
|
|
1605
|
-
var Q = Object.assign, Y = 0, se, f, fe,
|
|
1605
|
+
var Q = Object.assign, Y = 0, se, f, fe, xe, ye, n, u;
|
|
1606
1606
|
function g() {
|
|
1607
1607
|
}
|
|
1608
1608
|
g.__reactDisabledLog = !0;
|
|
1609
|
-
function
|
|
1609
|
+
function b() {
|
|
1610
1610
|
{
|
|
1611
1611
|
if (Y === 0) {
|
|
1612
|
-
se = console.log, f = console.info, fe = console.warn,
|
|
1612
|
+
se = console.log, f = console.info, fe = console.warn, xe = console.error, ye = console.group, n = console.groupCollapsed, u = console.groupEnd;
|
|
1613
1613
|
var t = {
|
|
1614
1614
|
configurable: !0,
|
|
1615
1615
|
enumerable: !0,
|
|
@@ -1648,10 +1648,10 @@ function zt() {
|
|
|
1648
1648
|
value: fe
|
|
1649
1649
|
}),
|
|
1650
1650
|
error: Q({}, t, {
|
|
1651
|
-
value:
|
|
1651
|
+
value: xe
|
|
1652
1652
|
}),
|
|
1653
1653
|
group: Q({}, t, {
|
|
1654
|
-
value:
|
|
1654
|
+
value: ye
|
|
1655
1655
|
}),
|
|
1656
1656
|
groupCollapsed: Q({}, t, {
|
|
1657
1657
|
value: n
|
|
@@ -1664,30 +1664,30 @@ function zt() {
|
|
|
1664
1664
|
Y < 0 && A("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
1665
1665
|
}
|
|
1666
1666
|
}
|
|
1667
|
-
var
|
|
1667
|
+
var k = ie.ReactCurrentDispatcher, x;
|
|
1668
1668
|
function T(t, i, s) {
|
|
1669
1669
|
{
|
|
1670
|
-
if (
|
|
1670
|
+
if (x === void 0)
|
|
1671
1671
|
try {
|
|
1672
1672
|
throw Error();
|
|
1673
1673
|
} catch (w) {
|
|
1674
1674
|
var v = w.stack.trim().match(/\n( *(at )?)/);
|
|
1675
|
-
|
|
1675
|
+
x = v && v[1] || "";
|
|
1676
1676
|
}
|
|
1677
1677
|
return `
|
|
1678
|
-
` +
|
|
1678
|
+
` + x + t;
|
|
1679
1679
|
}
|
|
1680
1680
|
}
|
|
1681
|
-
var C = !1,
|
|
1681
|
+
var C = !1, M;
|
|
1682
1682
|
{
|
|
1683
|
-
var
|
|
1684
|
-
|
|
1683
|
+
var br = typeof WeakMap == "function" ? WeakMap : Map;
|
|
1684
|
+
M = new br();
|
|
1685
1685
|
}
|
|
1686
1686
|
function Ze(t, i) {
|
|
1687
1687
|
if (!t || C)
|
|
1688
1688
|
return "";
|
|
1689
1689
|
{
|
|
1690
|
-
var s =
|
|
1690
|
+
var s = M.get(t);
|
|
1691
1691
|
if (s !== void 0)
|
|
1692
1692
|
return s;
|
|
1693
1693
|
}
|
|
@@ -1696,63 +1696,63 @@ function zt() {
|
|
|
1696
1696
|
var w = Error.prepareStackTrace;
|
|
1697
1697
|
Error.prepareStackTrace = void 0;
|
|
1698
1698
|
var S;
|
|
1699
|
-
S =
|
|
1699
|
+
S = k.current, k.current = null, b();
|
|
1700
1700
|
try {
|
|
1701
1701
|
if (i) {
|
|
1702
|
-
var
|
|
1702
|
+
var _ = function() {
|
|
1703
1703
|
throw Error();
|
|
1704
1704
|
};
|
|
1705
|
-
if (Object.defineProperty(
|
|
1705
|
+
if (Object.defineProperty(_.prototype, "props", {
|
|
1706
1706
|
set: function() {
|
|
1707
1707
|
throw Error();
|
|
1708
1708
|
}
|
|
1709
1709
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
1710
1710
|
try {
|
|
1711
|
-
Reflect.construct(
|
|
1712
|
-
} catch (
|
|
1713
|
-
v =
|
|
1711
|
+
Reflect.construct(_, []);
|
|
1712
|
+
} catch (H) {
|
|
1713
|
+
v = H;
|
|
1714
1714
|
}
|
|
1715
|
-
Reflect.construct(t, [],
|
|
1715
|
+
Reflect.construct(t, [], _);
|
|
1716
1716
|
} else {
|
|
1717
1717
|
try {
|
|
1718
|
-
|
|
1719
|
-
} catch (
|
|
1720
|
-
v =
|
|
1718
|
+
_.call();
|
|
1719
|
+
} catch (H) {
|
|
1720
|
+
v = H;
|
|
1721
1721
|
}
|
|
1722
|
-
t.call(
|
|
1722
|
+
t.call(_.prototype);
|
|
1723
1723
|
}
|
|
1724
1724
|
} else {
|
|
1725
1725
|
try {
|
|
1726
1726
|
throw Error();
|
|
1727
|
-
} catch (
|
|
1728
|
-
v =
|
|
1727
|
+
} catch (H) {
|
|
1728
|
+
v = H;
|
|
1729
1729
|
}
|
|
1730
1730
|
t();
|
|
1731
1731
|
}
|
|
1732
|
-
} catch (
|
|
1733
|
-
if (
|
|
1734
|
-
for (var
|
|
1732
|
+
} catch (H) {
|
|
1733
|
+
if (H && v && typeof H.stack == "string") {
|
|
1734
|
+
for (var m = H.stack.split(`
|
|
1735
1735
|
`), B = v.stack.split(`
|
|
1736
|
-
`), I =
|
|
1736
|
+
`), I = m.length - 1, F = B.length - 1; I >= 1 && F >= 0 && m[I] !== B[F]; )
|
|
1737
1737
|
F--;
|
|
1738
1738
|
for (; I >= 1 && F >= 0; I--, F--)
|
|
1739
|
-
if (
|
|
1739
|
+
if (m[I] !== B[F]) {
|
|
1740
1740
|
if (I !== 1 || F !== 1)
|
|
1741
1741
|
do
|
|
1742
|
-
if (I--, F--, F < 0 ||
|
|
1742
|
+
if (I--, F--, F < 0 || m[I] !== B[F]) {
|
|
1743
1743
|
var Z = `
|
|
1744
|
-
` +
|
|
1745
|
-
return t.displayName && Z.includes("<anonymous>") && (Z = Z.replace("<anonymous>", t.displayName)), typeof t == "function" &&
|
|
1744
|
+
` + m[I].replace(" at new ", " at ");
|
|
1745
|
+
return t.displayName && Z.includes("<anonymous>") && (Z = Z.replace("<anonymous>", t.displayName)), typeof t == "function" && M.set(t, Z), Z;
|
|
1746
1746
|
}
|
|
1747
1747
|
while (I >= 1 && F >= 0);
|
|
1748
1748
|
break;
|
|
1749
1749
|
}
|
|
1750
1750
|
}
|
|
1751
1751
|
} finally {
|
|
1752
|
-
C = !1,
|
|
1752
|
+
C = !1, k.current = S, E(), Error.prepareStackTrace = w;
|
|
1753
1753
|
}
|
|
1754
|
-
var we = t ? t.displayName || t.name : "",
|
|
1755
|
-
return typeof t == "function" &&
|
|
1754
|
+
var we = t ? t.displayName || t.name : "", he = we ? T(we) : "";
|
|
1755
|
+
return typeof t == "function" && M.set(t, he), he;
|
|
1756
1756
|
}
|
|
1757
1757
|
function Le(t, i, s) {
|
|
1758
1758
|
return Ze(t, !1);
|
|
@@ -1761,7 +1761,7 @@ function zt() {
|
|
|
1761
1761
|
var i = t.prototype;
|
|
1762
1762
|
return !!(i && i.isReactComponent);
|
|
1763
1763
|
}
|
|
1764
|
-
function
|
|
1764
|
+
function Ue(t, i, s) {
|
|
1765
1765
|
if (t == null)
|
|
1766
1766
|
return "";
|
|
1767
1767
|
if (typeof t == "function")
|
|
@@ -1778,48 +1778,48 @@ function zt() {
|
|
|
1778
1778
|
switch (t.$$typeof) {
|
|
1779
1779
|
case $:
|
|
1780
1780
|
return Le(t.render);
|
|
1781
|
-
case
|
|
1782
|
-
return
|
|
1781
|
+
case V:
|
|
1782
|
+
return Ue(t.type, i, s);
|
|
1783
1783
|
case te: {
|
|
1784
1784
|
var v = t, w = v._payload, S = v._init;
|
|
1785
1785
|
try {
|
|
1786
|
-
return
|
|
1786
|
+
return Ue(S(w), i, s);
|
|
1787
1787
|
} catch {
|
|
1788
1788
|
}
|
|
1789
1789
|
}
|
|
1790
1790
|
}
|
|
1791
1791
|
return "";
|
|
1792
1792
|
}
|
|
1793
|
-
var
|
|
1794
|
-
function
|
|
1793
|
+
var _e = Object.prototype.hasOwnProperty, Oe = {}, er = ie.ReactDebugCurrentFrame;
|
|
1794
|
+
function ke(t) {
|
|
1795
1795
|
if (t) {
|
|
1796
|
-
var i = t._owner, s =
|
|
1796
|
+
var i = t._owner, s = Ue(t.type, t._source, i ? i.type : null);
|
|
1797
1797
|
er.setExtraStackFrame(s);
|
|
1798
1798
|
} else
|
|
1799
1799
|
er.setExtraStackFrame(null);
|
|
1800
1800
|
}
|
|
1801
1801
|
function de(t, i, s, v, w) {
|
|
1802
1802
|
{
|
|
1803
|
-
var S = Function.call.bind(
|
|
1804
|
-
for (var
|
|
1805
|
-
if (S(t,
|
|
1806
|
-
var
|
|
1803
|
+
var S = Function.call.bind(_e);
|
|
1804
|
+
for (var _ in t)
|
|
1805
|
+
if (S(t, _)) {
|
|
1806
|
+
var m = void 0;
|
|
1807
1807
|
try {
|
|
1808
|
-
if (typeof t[
|
|
1809
|
-
var B = Error((v || "React class") + ": " + s + " type `" +
|
|
1808
|
+
if (typeof t[_] != "function") {
|
|
1809
|
+
var B = Error((v || "React class") + ": " + s + " type `" + _ + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[_] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1810
1810
|
throw B.name = "Invariant Violation", B;
|
|
1811
1811
|
}
|
|
1812
|
-
|
|
1812
|
+
m = t[_](i, _, v, s, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1813
1813
|
} catch (I) {
|
|
1814
|
-
|
|
1814
|
+
m = I;
|
|
1815
1815
|
}
|
|
1816
|
-
|
|
1816
|
+
m && !(m instanceof Error) && (ke(w), A("%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).", v || "React class", s, _, typeof m), ke(null)), m instanceof Error && !(m.message in Oe) && (Oe[m.message] = !0, ke(w), A("Failed %s type: %s", s, m.message), ke(null));
|
|
1817
1817
|
}
|
|
1818
1818
|
}
|
|
1819
1819
|
}
|
|
1820
|
-
var
|
|
1821
|
-
function
|
|
1822
|
-
return
|
|
1820
|
+
var Pe = Array.isArray;
|
|
1821
|
+
function Me(t) {
|
|
1822
|
+
return Pe(t);
|
|
1823
1823
|
}
|
|
1824
1824
|
function rr(t) {
|
|
1825
1825
|
{
|
|
@@ -1829,27 +1829,27 @@ function zt() {
|
|
|
1829
1829
|
}
|
|
1830
1830
|
function tr(t) {
|
|
1831
1831
|
try {
|
|
1832
|
-
return
|
|
1832
|
+
return We(t), !1;
|
|
1833
1833
|
} catch {
|
|
1834
1834
|
return !0;
|
|
1835
1835
|
}
|
|
1836
1836
|
}
|
|
1837
|
-
function
|
|
1837
|
+
function We(t) {
|
|
1838
1838
|
return "" + t;
|
|
1839
1839
|
}
|
|
1840
1840
|
function ze(t) {
|
|
1841
1841
|
if (tr(t))
|
|
1842
|
-
return A("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", rr(t)),
|
|
1842
|
+
return A("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", rr(t)), We(t);
|
|
1843
1843
|
}
|
|
1844
|
-
var
|
|
1844
|
+
var be = ie.ReactCurrentOwner, Er = {
|
|
1845
1845
|
key: !0,
|
|
1846
1846
|
ref: !0,
|
|
1847
1847
|
__self: !0,
|
|
1848
1848
|
__source: !0
|
|
1849
|
-
}, nr, ar,
|
|
1850
|
-
|
|
1849
|
+
}, nr, ar, je;
|
|
1850
|
+
je = {};
|
|
1851
1851
|
function wr(t) {
|
|
1852
|
-
if (
|
|
1852
|
+
if (_e.call(t, "ref")) {
|
|
1853
1853
|
var i = Object.getOwnPropertyDescriptor(t, "ref").get;
|
|
1854
1854
|
if (i && i.isReactWarning)
|
|
1855
1855
|
return !1;
|
|
@@ -1857,7 +1857,7 @@ function zt() {
|
|
|
1857
1857
|
return t.ref !== void 0;
|
|
1858
1858
|
}
|
|
1859
1859
|
function Cr(t) {
|
|
1860
|
-
if (
|
|
1860
|
+
if (_e.call(t, "key")) {
|
|
1861
1861
|
var i = Object.getOwnPropertyDescriptor(t, "key").get;
|
|
1862
1862
|
if (i && i.isReactWarning)
|
|
1863
1863
|
return !1;
|
|
@@ -1865,9 +1865,9 @@ function zt() {
|
|
|
1865
1865
|
return t.key !== void 0;
|
|
1866
1866
|
}
|
|
1867
1867
|
function Sr(t, i) {
|
|
1868
|
-
if (typeof t.ref == "string" &&
|
|
1869
|
-
var s =
|
|
1870
|
-
|
|
1868
|
+
if (typeof t.ref == "string" && be.current && i && be.current.stateNode !== i) {
|
|
1869
|
+
var s = q(be.current.type);
|
|
1870
|
+
je[s] || (A('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', q(be.current.type), t.ref), je[s] = !0);
|
|
1871
1871
|
}
|
|
1872
1872
|
}
|
|
1873
1873
|
function Re(t, i) {
|
|
@@ -1892,57 +1892,57 @@ function zt() {
|
|
|
1892
1892
|
});
|
|
1893
1893
|
}
|
|
1894
1894
|
}
|
|
1895
|
-
var Tr = function(t, i, s, v, w, S,
|
|
1896
|
-
var
|
|
1895
|
+
var Tr = function(t, i, s, v, w, S, _) {
|
|
1896
|
+
var m = {
|
|
1897
1897
|
// This tag allows us to uniquely identify this as a React Element
|
|
1898
1898
|
$$typeof: d,
|
|
1899
1899
|
// Built-in properties that belong on the element
|
|
1900
1900
|
type: t,
|
|
1901
1901
|
key: i,
|
|
1902
1902
|
ref: s,
|
|
1903
|
-
props:
|
|
1903
|
+
props: _,
|
|
1904
1904
|
// Record the component responsible for creating this element.
|
|
1905
1905
|
_owner: S
|
|
1906
1906
|
};
|
|
1907
|
-
return
|
|
1907
|
+
return m._store = {}, Object.defineProperty(m._store, "validated", {
|
|
1908
1908
|
configurable: !1,
|
|
1909
1909
|
enumerable: !1,
|
|
1910
1910
|
writable: !0,
|
|
1911
1911
|
value: !1
|
|
1912
|
-
}), Object.defineProperty(
|
|
1912
|
+
}), Object.defineProperty(m, "_self", {
|
|
1913
1913
|
configurable: !1,
|
|
1914
1914
|
enumerable: !1,
|
|
1915
1915
|
writable: !1,
|
|
1916
1916
|
value: v
|
|
1917
|
-
}), Object.defineProperty(
|
|
1917
|
+
}), Object.defineProperty(m, "_source", {
|
|
1918
1918
|
configurable: !1,
|
|
1919
1919
|
enumerable: !1,
|
|
1920
1920
|
writable: !1,
|
|
1921
1921
|
value: w
|
|
1922
|
-
}), Object.freeze && (Object.freeze(
|
|
1922
|
+
}), Object.freeze && (Object.freeze(m.props), Object.freeze(m)), m;
|
|
1923
1923
|
};
|
|
1924
|
-
function
|
|
1924
|
+
function xr(t, i, s, v, w) {
|
|
1925
1925
|
{
|
|
1926
|
-
var S,
|
|
1927
|
-
s !== void 0 && (ze(s),
|
|
1926
|
+
var S, _ = {}, m = null, B = null;
|
|
1927
|
+
s !== void 0 && (ze(s), m = "" + s), Cr(i) && (ze(i.key), m = "" + i.key), wr(i) && (B = i.ref, Sr(i, w));
|
|
1928
1928
|
for (S in i)
|
|
1929
|
-
|
|
1929
|
+
_e.call(i, S) && !Er.hasOwnProperty(S) && (_[S] = i[S]);
|
|
1930
1930
|
if (t && t.defaultProps) {
|
|
1931
1931
|
var I = t.defaultProps;
|
|
1932
1932
|
for (S in I)
|
|
1933
|
-
|
|
1933
|
+
_[S] === void 0 && (_[S] = I[S]);
|
|
1934
1934
|
}
|
|
1935
|
-
if (
|
|
1935
|
+
if (m || B) {
|
|
1936
1936
|
var F = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
|
|
1937
|
-
|
|
1937
|
+
m && Re(_, F), B && or(_, F);
|
|
1938
1938
|
}
|
|
1939
|
-
return Tr(t,
|
|
1939
|
+
return Tr(t, m, B, w, v, be.current, _);
|
|
1940
1940
|
}
|
|
1941
1941
|
}
|
|
1942
|
-
var
|
|
1943
|
-
function
|
|
1942
|
+
var Ne = ie.ReactCurrentOwner, ir = ie.ReactDebugCurrentFrame;
|
|
1943
|
+
function me(t) {
|
|
1944
1944
|
if (t) {
|
|
1945
|
-
var i = t._owner, s =
|
|
1945
|
+
var i = t._owner, s = Ue(t.type, t._source, i ? i.type : null);
|
|
1946
1946
|
ir.setExtraStackFrame(s);
|
|
1947
1947
|
} else
|
|
1948
1948
|
ir.setExtraStackFrame(null);
|
|
@@ -1954,8 +1954,8 @@ function zt() {
|
|
|
1954
1954
|
}
|
|
1955
1955
|
function Ie() {
|
|
1956
1956
|
{
|
|
1957
|
-
if (
|
|
1958
|
-
var t =
|
|
1957
|
+
if (Ne.current) {
|
|
1958
|
+
var t = q(Ne.current.type);
|
|
1959
1959
|
if (t)
|
|
1960
1960
|
return `
|
|
1961
1961
|
|
|
@@ -1968,7 +1968,7 @@ Check the render method of \`` + t + "`.";
|
|
|
1968
1968
|
return "";
|
|
1969
1969
|
}
|
|
1970
1970
|
var ur = {};
|
|
1971
|
-
function
|
|
1971
|
+
function kr(t) {
|
|
1972
1972
|
{
|
|
1973
1973
|
var i = Ie();
|
|
1974
1974
|
if (!i) {
|
|
@@ -1985,19 +1985,19 @@ Check the top-level render call using <` + s + ">.");
|
|
|
1985
1985
|
if (!t._store || t._store.validated || t.key != null)
|
|
1986
1986
|
return;
|
|
1987
1987
|
t._store.validated = !0;
|
|
1988
|
-
var s =
|
|
1988
|
+
var s = kr(i);
|
|
1989
1989
|
if (ur[s])
|
|
1990
1990
|
return;
|
|
1991
1991
|
ur[s] = !0;
|
|
1992
1992
|
var v = "";
|
|
1993
|
-
t && t._owner && t._owner !==
|
|
1993
|
+
t && t._owner && t._owner !== Ne.current && (v = " It was passed a child from " + q(t._owner.type) + "."), me(t), A('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', s, v), me(null);
|
|
1994
1994
|
}
|
|
1995
1995
|
}
|
|
1996
1996
|
function cr(t, i) {
|
|
1997
1997
|
{
|
|
1998
1998
|
if (typeof t != "object")
|
|
1999
1999
|
return;
|
|
2000
|
-
if (
|
|
2000
|
+
if (Me(t))
|
|
2001
2001
|
for (var s = 0; s < t.length; s++) {
|
|
2002
2002
|
var v = t[s];
|
|
2003
2003
|
Ee(v) && sr(v, i);
|
|
@@ -2007,8 +2007,8 @@ Check the top-level render call using <` + s + ">.");
|
|
|
2007
2007
|
else if (t) {
|
|
2008
2008
|
var w = oe(t);
|
|
2009
2009
|
if (typeof w == "function" && w !== t.entries)
|
|
2010
|
-
for (var S = w.call(t),
|
|
2011
|
-
Ee(
|
|
2010
|
+
for (var S = w.call(t), _; !(_ = S.next()).done; )
|
|
2011
|
+
Ee(_.value) && sr(_.value, i);
|
|
2012
2012
|
}
|
|
2013
2013
|
}
|
|
2014
2014
|
}
|
|
@@ -2022,53 +2022,53 @@ Check the top-level render call using <` + s + ">.");
|
|
|
2022
2022
|
s = i.propTypes;
|
|
2023
2023
|
else if (typeof i == "object" && (i.$$typeof === $ || // Note: Memo only checks outer props here.
|
|
2024
2024
|
// Inner props are checked in the reconciler.
|
|
2025
|
-
i.$$typeof ===
|
|
2025
|
+
i.$$typeof === V))
|
|
2026
2026
|
s = i.propTypes;
|
|
2027
2027
|
else
|
|
2028
2028
|
return;
|
|
2029
2029
|
if (s) {
|
|
2030
|
-
var v =
|
|
2030
|
+
var v = q(i);
|
|
2031
2031
|
de(s, t.props, "prop", v, t);
|
|
2032
2032
|
} else if (i.PropTypes !== void 0 && !Ae) {
|
|
2033
2033
|
Ae = !0;
|
|
2034
|
-
var w =
|
|
2034
|
+
var w = q(i);
|
|
2035
2035
|
A("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", w || "Unknown");
|
|
2036
2036
|
}
|
|
2037
2037
|
typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved && A("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
2038
2038
|
}
|
|
2039
2039
|
}
|
|
2040
|
-
function
|
|
2040
|
+
function qe(t) {
|
|
2041
2041
|
{
|
|
2042
2042
|
for (var i = Object.keys(t.props), s = 0; s < i.length; s++) {
|
|
2043
2043
|
var v = i[s];
|
|
2044
2044
|
if (v !== "children" && v !== "key") {
|
|
2045
|
-
|
|
2045
|
+
me(t), A("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", v), me(null);
|
|
2046
2046
|
break;
|
|
2047
2047
|
}
|
|
2048
2048
|
}
|
|
2049
|
-
t.ref !== null && (
|
|
2049
|
+
t.ref !== null && (me(t), A("Invalid attribute `ref` supplied to `React.Fragment`."), me(null));
|
|
2050
2050
|
}
|
|
2051
2051
|
}
|
|
2052
|
-
var
|
|
2052
|
+
var He = {};
|
|
2053
2053
|
function lr(t, i, s, v, w, S) {
|
|
2054
2054
|
{
|
|
2055
|
-
var
|
|
2056
|
-
if (!
|
|
2057
|
-
var
|
|
2058
|
-
(t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (
|
|
2055
|
+
var _ = Se(t);
|
|
2056
|
+
if (!_) {
|
|
2057
|
+
var m = "";
|
|
2058
|
+
(t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (m += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
2059
2059
|
var B = Or();
|
|
2060
|
-
B ?
|
|
2060
|
+
B ? m += B : m += Ie();
|
|
2061
2061
|
var I;
|
|
2062
|
-
t === null ? I = "null" :
|
|
2062
|
+
t === null ? I = "null" : Me(t) ? I = "array" : t !== void 0 && t.$$typeof === d ? (I = "<" + (q(t.type) || "Unknown") + " />", m = " Did you accidentally export a JSX literal instead of a component?") : I = typeof t, A("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", I, m);
|
|
2063
2063
|
}
|
|
2064
|
-
var F =
|
|
2064
|
+
var F = xr(t, i, s, w, S);
|
|
2065
2065
|
if (F == null)
|
|
2066
2066
|
return F;
|
|
2067
|
-
if (
|
|
2067
|
+
if (_) {
|
|
2068
2068
|
var Z = i.children;
|
|
2069
2069
|
if (Z !== void 0)
|
|
2070
2070
|
if (v)
|
|
2071
|
-
if (
|
|
2071
|
+
if (Me(Z)) {
|
|
2072
2072
|
for (var we = 0; we < Z.length; we++)
|
|
2073
2073
|
cr(Z[we], t);
|
|
2074
2074
|
Object.freeze && Object.freeze(Z);
|
|
@@ -2077,47 +2077,47 @@ Check the top-level render call using <` + s + ">.");
|
|
|
2077
2077
|
else
|
|
2078
2078
|
cr(Z, t);
|
|
2079
2079
|
}
|
|
2080
|
-
if (
|
|
2081
|
-
var
|
|
2080
|
+
if (_e.call(i, "key")) {
|
|
2081
|
+
var he = q(t), H = Object.keys(i).filter(function(Dr) {
|
|
2082
2082
|
return Dr !== "key";
|
|
2083
|
-
}), Ke =
|
|
2084
|
-
if (!
|
|
2085
|
-
var Ir =
|
|
2083
|
+
}), Ke = H.length > 0 ? "{key: someKey, " + H.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
2084
|
+
if (!He[he + Ke]) {
|
|
2085
|
+
var Ir = H.length > 0 ? "{" + H.join(": ..., ") + ": ...}" : "{}";
|
|
2086
2086
|
A(`A props object containing a "key" prop is being spread into JSX:
|
|
2087
2087
|
let props = %s;
|
|
2088
2088
|
<%s {...props} />
|
|
2089
2089
|
React keys must be passed directly to JSX without using spread:
|
|
2090
2090
|
let props = %s;
|
|
2091
|
-
<%s key={someKey} {...props} />`, Ke,
|
|
2091
|
+
<%s key={someKey} {...props} />`, Ke, he, Ir, he), He[he + Ke] = !0;
|
|
2092
2092
|
}
|
|
2093
2093
|
}
|
|
2094
|
-
return t === K ?
|
|
2094
|
+
return t === K ? qe(F) : De(F), F;
|
|
2095
2095
|
}
|
|
2096
2096
|
}
|
|
2097
|
-
function
|
|
2097
|
+
function Pr(t, i, s) {
|
|
2098
2098
|
return lr(t, i, s, !0);
|
|
2099
2099
|
}
|
|
2100
|
-
function
|
|
2100
|
+
function jr(t, i, s) {
|
|
2101
2101
|
return lr(t, i, s, !1);
|
|
2102
2102
|
}
|
|
2103
|
-
var Ar =
|
|
2103
|
+
var Ar = jr, fr = Pr;
|
|
2104
2104
|
Xe.Fragment = K, Xe.jsx = Ar, Xe.jsxs = fr;
|
|
2105
2105
|
}()), Xe;
|
|
2106
2106
|
}
|
|
2107
2107
|
process.env.NODE_ENV === "production" ? Yr.exports = Bt() : Yr.exports = zt();
|
|
2108
2108
|
var Fe = Yr.exports;
|
|
2109
|
-
const
|
|
2110
|
-
if (
|
|
2109
|
+
const qt = typeof window < "u" && typeof window.document < "u", bt = (N) => {
|
|
2110
|
+
if (qt)
|
|
2111
2111
|
throw new Error(
|
|
2112
|
-
`[STIHL Design System] Partials can only be used during build time. You are using '${
|
|
2112
|
+
`[STIHL Design System] Partials can only be used during build time. You are using '${N}' at run time in a browser which defeats the effect of the partial.`
|
|
2113
2113
|
);
|
|
2114
2114
|
};
|
|
2115
|
-
function
|
|
2115
|
+
function Ht(N) {
|
|
2116
2116
|
const { format: d } = {
|
|
2117
2117
|
format: "jsx",
|
|
2118
|
-
...
|
|
2118
|
+
...N
|
|
2119
2119
|
};
|
|
2120
|
-
|
|
2120
|
+
bt("getMetaIconLinks");
|
|
2121
2121
|
let J = ["<link rel=icon href=%PUBLIC_URL%/favicon.ico sizes=32x32>", "<link rel=icon href=%PUBLIC_URL%/icon.svg type=image/svg+xml>", "<link rel=apple-touch-icon href=%PUBLIC_URL%/apple-icon.png>", "<link rel=manifest href=%PUBLIC_URL%/manifest.webmanifest>"];
|
|
2122
2122
|
switch (d === "html" && (J = J.map((K) => K.replace("%PUBLIC_URL%", ""))), d) {
|
|
2123
2123
|
case "html":
|
|
@@ -2132,16 +2132,16 @@ function qt(W) {
|
|
|
2132
2132
|
] });
|
|
2133
2133
|
}
|
|
2134
2134
|
}
|
|
2135
|
-
function Kt(
|
|
2135
|
+
function Kt(N) {
|
|
2136
2136
|
const { format: d } = {
|
|
2137
2137
|
format: "jsx",
|
|
2138
|
-
...
|
|
2138
|
+
...N
|
|
2139
2139
|
};
|
|
2140
|
-
|
|
2141
|
-
const J =
|
|
2140
|
+
bt("getResetStyles");
|
|
2141
|
+
const J = "@layer ds-reset{*,*::before,*::after{box-sizing:border-box}:root{--ds-spacing-dynamic-xs: 16px;--ds-spacing-dynamic-s: 24px;--ds-spacing-dynamic-m: 32px;--ds-spacing-dynamic-l: 40px;--ds-spacing-dynamic-xl: 56px;--ds-spacing-dynamic-xxl: 80px;font-size:100%}@media(min-width: 320px){:root{--ds-spacing-dynamic-xs: 16px;--ds-spacing-dynamic-s: 24px;--ds-spacing-dynamic-m: 32px;--ds-spacing-dynamic-l: 40px;--ds-spacing-dynamic-xl: 56px;--ds-spacing-dynamic-xxl: 80px}}@media(min-width: 768px){:root{--ds-spacing-dynamic-xs: 24px;--ds-spacing-dynamic-s: 32px;--ds-spacing-dynamic-m: 40px;--ds-spacing-dynamic-l: 48px;--ds-spacing-dynamic-xl: 64px;--ds-spacing-dynamic-xxl: 96px}}@media(min-width: 1024px){:root{--ds-spacing-dynamic-xs: 24px;--ds-spacing-dynamic-s: 32px;--ds-spacing-dynamic-m: 40px;--ds-spacing-dynamic-l: 48px;--ds-spacing-dynamic-xl: 64px;--ds-spacing-dynamic-xxl: 96px}}@media(min-width: 1536px){:root{--ds-spacing-dynamic-xs: 32px;--ds-spacing-dynamic-s: 40px;--ds-spacing-dynamic-m: 48px;--ds-spacing-dynamic-l: 56px;--ds-spacing-dynamic-xl: 80px;--ds-spacing-dynamic-xxl: 128px}}@media(min-width: 1668px){:root{--ds-spacing-dynamic-xs: 32px;--ds-spacing-dynamic-s: 40px;--ds-spacing-dynamic-m: 48px;--ds-spacing-dynamic-l: 56px;--ds-spacing-dynamic-xl: 80px;--ds-spacing-dynamic-xxl: 128px}}:where(html){font-family:STIHL Contraface Digital Text Regular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;font-style:normal;font-variant:normal;hyphens:manual;overflow-wrap:break-word;font-weight:normal;font-size:1rem;line-height:1.5;font-size-adjust:.414;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}:where(body){hyphens:manual;line-height:1.5;margin:unset;min-height:100vh}:where(body,h1,h2,h3,h4,p,figure,blockquote,dl,dd){margin-block-end:0}:where(h1,h2,h3,h4,h5,h6){margin:0;padding:0;text-wrap:balance;hyphens:manual;overflow-wrap:break-word}:where(a:not([class])){text-decoration-skip-ink:auto;color:currentColor}:where(button,input,textarea,select){font:inherit}:target{scroll-margin-block:5ex}}";
|
|
2142
2142
|
return d === "html" ? `<style data-ds-css-reset-styles>${J}</style>` : /* @__PURE__ */ Fe.jsx("style", { "data-ds-css-reset-styles": !0, suppressHydrationWarning: !0, dangerouslySetInnerHTML: { __html: J } });
|
|
2143
2143
|
}
|
|
2144
2144
|
export {
|
|
2145
|
-
|
|
2145
|
+
Ht as getMetaIconLinks,
|
|
2146
2146
|
Kt as getResetStyles
|
|
2147
2147
|
};
|