@julseb-lib/react 0.0.83 → 0.0.85
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/dist/index.cjs.js +43 -35
- package/dist/index.es.js +83 -62
- package/dist/index.umd.js +39 -31
- package/dist/lib/components/Text/styles.tsx +22 -0
- package/dist/lib/types/component-items.ts +2 -0
- package/dist/lib/utils/options-markdown.ts +1 -0
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -232,8 +232,8 @@ function ae() {
|
|
|
232
232
|
}
|
|
233
233
|
var k2 = !1, n2;
|
|
234
234
|
{
|
|
235
|
-
var
|
|
236
|
-
n2 = new
|
|
235
|
+
var N2 = typeof WeakMap == "function" ? WeakMap : Map;
|
|
236
|
+
n2 = new N2();
|
|
237
237
|
}
|
|
238
238
|
function G(w, S) {
|
|
239
239
|
if (!w || k2)
|
|
@@ -284,14 +284,14 @@ function ae() {
|
|
|
284
284
|
} catch (D2) {
|
|
285
285
|
if (D2 && h2 && typeof D2.stack == "string") {
|
|
286
286
|
for (var v2 = D2.stack.split(`
|
|
287
|
-
`),
|
|
288
|
-
`), S2 = v2.length - 1, I2 =
|
|
287
|
+
`), O2 = h2.stack.split(`
|
|
288
|
+
`), S2 = v2.length - 1, I2 = O2.length - 1; S2 >= 1 && I2 >= 0 && v2[S2] !== O2[I2]; )
|
|
289
289
|
I2--;
|
|
290
290
|
for (; S2 >= 1 && I2 >= 0; S2--, I2--)
|
|
291
|
-
if (v2[S2] !==
|
|
291
|
+
if (v2[S2] !== O2[I2]) {
|
|
292
292
|
if (S2 !== 1 || I2 !== 1)
|
|
293
293
|
do
|
|
294
|
-
if (S2--, I2--, I2 < 0 || v2[S2] !==
|
|
294
|
+
if (S2--, I2--, I2 < 0 || v2[S2] !== O2[I2]) {
|
|
295
295
|
var W2 = `
|
|
296
296
|
` + v2[S2].replace(" at new ", " at ");
|
|
297
297
|
return w.displayName && W2.includes("<anonymous>") && (W2 = W2.replace("<anonymous>", w.displayName)), typeof w == "function" && n2.set(w, W2), W2;
|
|
@@ -358,8 +358,8 @@ function ae() {
|
|
|
358
358
|
var v2 = void 0;
|
|
359
359
|
try {
|
|
360
360
|
if (typeof w[M2] != "function") {
|
|
361
|
-
var
|
|
362
|
-
throw
|
|
361
|
+
var O2 = Error((h2 || "React class") + ": " + B + " type `" + M2 + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof w[M2] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
362
|
+
throw O2.name = "Invariant Violation", O2;
|
|
363
363
|
}
|
|
364
364
|
v2 = w[M2](S, M2, h2, B, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
365
365
|
} catch (S2) {
|
|
@@ -475,8 +475,8 @@ function ae() {
|
|
|
475
475
|
};
|
|
476
476
|
function ul(w, S, B, h2, b2) {
|
|
477
477
|
{
|
|
478
|
-
var H2, M2 = {}, v2 = null,
|
|
479
|
-
B !== void 0 && (A1(B), v2 = "" + B), nl(S) && (A1(S.key), v2 = "" + S.key), zl(S) && (
|
|
478
|
+
var H2, M2 = {}, v2 = null, O2 = null;
|
|
479
|
+
B !== void 0 && (A1(B), v2 = "" + B), nl(S) && (A1(S.key), v2 = "" + S.key), zl(S) && (O2 = S.ref, vl(S, b2));
|
|
480
480
|
for (H2 in S)
|
|
481
481
|
D0.call(S, H2) && !pl.hasOwnProperty(H2) && (M2[H2] = S[H2]);
|
|
482
482
|
if (w && w.defaultProps) {
|
|
@@ -484,11 +484,11 @@ function ae() {
|
|
|
484
484
|
for (H2 in S2)
|
|
485
485
|
M2[H2] === void 0 && (M2[H2] = S2[H2]);
|
|
486
486
|
}
|
|
487
|
-
if (v2 ||
|
|
487
|
+
if (v2 || O2) {
|
|
488
488
|
var I2 = typeof w == "function" ? w.displayName || w.name || "Unknown" : w;
|
|
489
|
-
v2 && Ml(M2, I2),
|
|
489
|
+
v2 && Ml(M2, I2), O2 && gl(M2, I2);
|
|
490
490
|
}
|
|
491
|
-
return kl(w, v2,
|
|
491
|
+
return kl(w, v2, O2, b2, h2, G0.current, M2);
|
|
492
492
|
}
|
|
493
493
|
}
|
|
494
494
|
var b3 = k.ReactCurrentOwner, _1 = k.ReactDebugCurrentFrame;
|
|
@@ -608,8 +608,8 @@ Check the top-level render call using <` + B + ">.");
|
|
|
608
608
|
if (!M2) {
|
|
609
609
|
var v2 = "";
|
|
610
610
|
(w === void 0 || typeof w == "object" && w !== null && Object.keys(w).length === 0) && (v2 += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
611
|
-
var
|
|
612
|
-
|
|
611
|
+
var O2 = bl();
|
|
612
|
+
O2 ? v2 += O2 : v2 += S1();
|
|
613
613
|
var S2;
|
|
614
614
|
w === null ? S2 = "null" : k3(w) ? S2 = "array" : w !== void 0 && w.$$typeof === e ? (S2 = "<" + (Z(w.type) || "Unknown") + " />", v2 = " Did you accidentally export a JSX literal instead of a component?") : S2 = typeof w, y("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", S2, v2);
|
|
615
615
|
}
|
|
@@ -3584,7 +3584,7 @@ const o = new Me(), t1 = ({
|
|
|
3584
3584
|
return null;
|
|
3585
3585
|
}
|
|
3586
3586
|
}}
|
|
3587
|
-
`,
|
|
3587
|
+
`, T2 = ({
|
|
3588
3588
|
$fontSize: l,
|
|
3589
3589
|
$fontWeight: e,
|
|
3590
3590
|
$textAlign: c,
|
|
@@ -3861,7 +3861,7 @@ function a1({
|
|
|
3861
3861
|
return L2(() => (document.addEventListener("keydown", r), () => document.removeEventListener("keydown", r)), [r]), { isOpen: t, setIsOpen: h, cursor: d, listRef: i, handleKeyboardNavigation: r };
|
|
3862
3862
|
}
|
|
3863
3863
|
const Y4 = u.h1`
|
|
3864
|
-
${({ $textAlign: l, $color: e, $display: c, $linkColor: t }) =>
|
|
3864
|
+
${({ $textAlign: l, $color: e, $display: c, $linkColor: t }) => T2({
|
|
3865
3865
|
$fontSize: c ? "display-h1" : "h1",
|
|
3866
3866
|
$fontWeight: "black",
|
|
3867
3867
|
$textAlign: l,
|
|
@@ -3869,7 +3869,7 @@ const Y4 = u.h1`
|
|
|
3869
3869
|
$linkColor: t
|
|
3870
3870
|
})}
|
|
3871
3871
|
`, U4 = u.h2`
|
|
3872
|
-
${({ $textAlign: l, $color: e, $display: c, $linkColor: t }) =>
|
|
3872
|
+
${({ $textAlign: l, $color: e, $display: c, $linkColor: t }) => T2({
|
|
3873
3873
|
$fontSize: c ? "display-h2" : "h2",
|
|
3874
3874
|
$fontWeight: "black",
|
|
3875
3875
|
$textAlign: l,
|
|
@@ -3877,7 +3877,7 @@ const Y4 = u.h1`
|
|
|
3877
3877
|
$linkColor: t
|
|
3878
3878
|
})}
|
|
3879
3879
|
`, F4 = u.h3`
|
|
3880
|
-
${({ $textAlign: l, $color: e, $display: c, $linkColor: t }) =>
|
|
3880
|
+
${({ $textAlign: l, $color: e, $display: c, $linkColor: t }) => T2({
|
|
3881
3881
|
$fontSize: c ? "display-h3" : "h3",
|
|
3882
3882
|
$fontWeight: "black",
|
|
3883
3883
|
$textAlign: l,
|
|
@@ -3885,7 +3885,7 @@ const Y4 = u.h1`
|
|
|
3885
3885
|
$linkColor: t
|
|
3886
3886
|
})}
|
|
3887
3887
|
`, W4 = u.h4`
|
|
3888
|
-
${({ $textAlign: l, $color: e, $display: c, $linkColor: t }) =>
|
|
3888
|
+
${({ $textAlign: l, $color: e, $display: c, $linkColor: t }) => T2({
|
|
3889
3889
|
$fontSize: c ? "display-h4" : "h4",
|
|
3890
3890
|
$fontWeight: "black",
|
|
3891
3891
|
$textAlign: l,
|
|
@@ -3893,7 +3893,7 @@ const Y4 = u.h1`
|
|
|
3893
3893
|
$linkColor: t
|
|
3894
3894
|
})}
|
|
3895
3895
|
`, Z4 = u.h5`
|
|
3896
|
-
${({ $textAlign: l, $color: e, $display: c, $linkColor: t }) =>
|
|
3896
|
+
${({ $textAlign: l, $color: e, $display: c, $linkColor: t }) => T2({
|
|
3897
3897
|
$fontSize: c ? "display-h5" : "h5",
|
|
3898
3898
|
$fontWeight: "black",
|
|
3899
3899
|
$textAlign: l,
|
|
@@ -3901,7 +3901,7 @@ const Y4 = u.h1`
|
|
|
3901
3901
|
$linkColor: t
|
|
3902
3902
|
})}
|
|
3903
3903
|
`, K4 = u.h6`
|
|
3904
|
-
${({ $textAlign: l, $color: e, $linkColor: c }) =>
|
|
3904
|
+
${({ $textAlign: l, $color: e, $linkColor: c }) => T2({
|
|
3905
3905
|
$fontSize: "h6",
|
|
3906
3906
|
$fontWeight: "black",
|
|
3907
3907
|
$textAlign: l,
|
|
@@ -3909,7 +3909,7 @@ const Y4 = u.h1`
|
|
|
3909
3909
|
$linkColor: c
|
|
3910
3910
|
})}
|
|
3911
3911
|
`, X4 = u.p`
|
|
3912
|
-
${({ $textAlign: l, $color: e, $linkColor: c }) =>
|
|
3912
|
+
${({ $textAlign: l, $color: e, $linkColor: c }) => T2({
|
|
3913
3913
|
$fontSize: "body",
|
|
3914
3914
|
$fontWeight: "regular",
|
|
3915
3915
|
$textAlign: l,
|
|
@@ -3917,7 +3917,7 @@ const Y4 = u.h1`
|
|
|
3917
3917
|
$linkColor: c
|
|
3918
3918
|
})}
|
|
3919
3919
|
`, q4 = u.strong`
|
|
3920
|
-
${({ $textAlign: l, $color: e, $linkColor: c }) =>
|
|
3920
|
+
${({ $textAlign: l, $color: e, $linkColor: c }) => T2({
|
|
3921
3921
|
$fontSize: "inherit",
|
|
3922
3922
|
$fontWeight: "black",
|
|
3923
3923
|
$textAlign: l,
|
|
@@ -3926,7 +3926,7 @@ const Y4 = u.h1`
|
|
|
3926
3926
|
})}
|
|
3927
3927
|
`, Q4 = u.em`
|
|
3928
3928
|
font-style: italic;
|
|
3929
|
-
${({ $textAlign: l, $color: e, $linkColor: c }) =>
|
|
3929
|
+
${({ $textAlign: l, $color: e, $linkColor: c }) => T2({
|
|
3930
3930
|
$fontSize: "inherit",
|
|
3931
3931
|
$fontWeight: "regular",
|
|
3932
3932
|
$textAlign: l,
|
|
@@ -3934,7 +3934,7 @@ const Y4 = u.h1`
|
|
|
3934
3934
|
$linkColor: c
|
|
3935
3935
|
})}
|
|
3936
3936
|
`, J4 = u.small`
|
|
3937
|
-
${({ $textAlign: l, $color: e, $linkColor: c }) =>
|
|
3937
|
+
${({ $textAlign: l, $color: e, $linkColor: c }) => T2({
|
|
3938
3938
|
$fontSize: "small",
|
|
3939
3939
|
$fontWeight: "regular",
|
|
3940
3940
|
$textAlign: l,
|
|
@@ -3943,7 +3943,7 @@ const Y4 = u.h1`
|
|
|
3943
3943
|
})}
|
|
3944
3944
|
`, l7 = u.blockquote`
|
|
3945
3945
|
font-style: italic;
|
|
3946
|
-
${({ $textAlign: l, $color: e, $linkColor: c }) =>
|
|
3946
|
+
${({ $textAlign: l, $color: e, $linkColor: c }) => T2({
|
|
3947
3947
|
$fontSize: "h6",
|
|
3948
3948
|
$fontWeight: "bold",
|
|
3949
3949
|
$textAlign: l,
|
|
@@ -3963,24 +3963,44 @@ const Y4 = u.h1`
|
|
|
3963
3963
|
}
|
|
3964
3964
|
`, c7 = u.ul`
|
|
3965
3965
|
${e7};
|
|
3966
|
-
${({ $textAlign: l, $color: e, $linkColor: c }) =>
|
|
3966
|
+
${({ $textAlign: l, $color: e, $linkColor: c }) => T2({
|
|
3967
3967
|
$fontSize: "body",
|
|
3968
3968
|
$fontWeight: "regular",
|
|
3969
3969
|
$textAlign: l,
|
|
3970
3970
|
$color: e,
|
|
3971
3971
|
$linkColor: c
|
|
3972
3972
|
})}
|
|
3973
|
+
|
|
3974
|
+
li {
|
|
3975
|
+
${({ $textAlign: l, $color: e, $linkColor: c }) => T2({
|
|
3976
|
+
$fontSize: "body",
|
|
3977
|
+
$fontWeight: "regular",
|
|
3978
|
+
$textAlign: l,
|
|
3979
|
+
$color: e,
|
|
3980
|
+
$linkColor: c
|
|
3981
|
+
})}
|
|
3982
|
+
}
|
|
3973
3983
|
`, t7 = u.ol`
|
|
3974
3984
|
${e7};
|
|
3975
|
-
${({ $textAlign: l, $color: e, $linkColor: c }) =>
|
|
3985
|
+
${({ $textAlign: l, $color: e, $linkColor: c }) => T2({
|
|
3976
3986
|
$fontSize: "body",
|
|
3977
3987
|
$fontWeight: "regular",
|
|
3978
3988
|
$textAlign: l,
|
|
3979
3989
|
$color: e,
|
|
3980
3990
|
$linkColor: c
|
|
3981
3991
|
})}
|
|
3992
|
+
|
|
3993
|
+
li {
|
|
3994
|
+
${({ $textAlign: l, $color: e, $linkColor: c }) => T2({
|
|
3995
|
+
$fontSize: "body",
|
|
3996
|
+
$fontWeight: "regular",
|
|
3997
|
+
$textAlign: l,
|
|
3998
|
+
$color: e,
|
|
3999
|
+
$linkColor: c
|
|
4000
|
+
})}
|
|
4001
|
+
}
|
|
3982
4002
|
`, a7 = u.dl`
|
|
3983
|
-
${({ $textAlign: l, $color: e, $linkColor: c }) =>
|
|
4003
|
+
${({ $textAlign: l, $color: e, $linkColor: c }) => T2({
|
|
3984
4004
|
$fontSize: "body",
|
|
3985
4005
|
$fontWeight: "regular",
|
|
3986
4006
|
$textAlign: l,
|
|
@@ -4342,7 +4362,7 @@ const ge = R(
|
|
|
4342
4362
|
), P1 = R(
|
|
4343
4363
|
({ "data-testid": l, ...e }, c) => /* @__PURE__ */ a.jsx("tr", { "data-testid": l, ref: c, ...e })
|
|
4344
4364
|
), h7 = u.table`
|
|
4345
|
-
${
|
|
4365
|
+
${T2({
|
|
4346
4366
|
$fontSize: "small",
|
|
4347
4367
|
$fontWeight: "regular",
|
|
4348
4368
|
$linkColor: "primary"
|
|
@@ -4615,6 +4635,7 @@ const Y1 = R(
|
|
|
4615
4635
|
bold: !0,
|
|
4616
4636
|
italic: !0,
|
|
4617
4637
|
strikethrough: !0,
|
|
4638
|
+
underline: !0,
|
|
4618
4639
|
ul: !0,
|
|
4619
4640
|
ol: !0,
|
|
4620
4641
|
link: !0,
|
|
@@ -17625,52 +17646,52 @@ const ai = R(({ "data-testid": l, as: e, children: c, ...t }, h) => /* @__PURE__
|
|
|
17625
17646
|
}
|
|
17626
17647
|
);
|
|
17627
17648
|
}
|
|
17628
|
-
),
|
|
17649
|
+
), V2 = R2(24), ri = [
|
|
17629
17650
|
{
|
|
17630
17651
|
name: "bold",
|
|
17631
17652
|
code: "** **",
|
|
17632
|
-
defaultIcon: /* @__PURE__ */ a.jsx(Fe, { size:
|
|
17653
|
+
defaultIcon: /* @__PURE__ */ a.jsx(Fe, { size: V2 })
|
|
17633
17654
|
},
|
|
17634
17655
|
{
|
|
17635
17656
|
name: "italic",
|
|
17636
17657
|
code: "* *",
|
|
17637
|
-
defaultIcon: /* @__PURE__ */ a.jsx(Xe, { size:
|
|
17658
|
+
defaultIcon: /* @__PURE__ */ a.jsx(Xe, { size: V2 })
|
|
17638
17659
|
},
|
|
17639
17660
|
{
|
|
17640
17661
|
name: "strikethrough",
|
|
17641
17662
|
code: "~~ ~~",
|
|
17642
|
-
defaultIcon: /* @__PURE__ */ a.jsx(ec, { size:
|
|
17663
|
+
defaultIcon: /* @__PURE__ */ a.jsx(ec, { size: V2 })
|
|
17643
17664
|
},
|
|
17644
17665
|
{
|
|
17645
17666
|
name: "underline",
|
|
17646
17667
|
code: "<u> </u>",
|
|
17647
|
-
defaultIcon: /* @__PURE__ */ a.jsx(rc, { size:
|
|
17668
|
+
defaultIcon: /* @__PURE__ */ a.jsx(rc, { size: V2 })
|
|
17648
17669
|
},
|
|
17649
17670
|
{
|
|
17650
17671
|
displayName: "Unordered list",
|
|
17651
17672
|
name: "ul",
|
|
17652
17673
|
code: `
|
|
17653
17674
|
- `,
|
|
17654
|
-
defaultIcon: /* @__PURE__ */ a.jsx(cc, { size:
|
|
17675
|
+
defaultIcon: /* @__PURE__ */ a.jsx(cc, { size: V2 })
|
|
17655
17676
|
},
|
|
17656
17677
|
{
|
|
17657
17678
|
displayName: "Ordered list",
|
|
17658
17679
|
name: "ol",
|
|
17659
17680
|
code: `
|
|
17660
17681
|
1. `,
|
|
17661
|
-
defaultIcon: /* @__PURE__ */ a.jsx(Qe, { size:
|
|
17682
|
+
defaultIcon: /* @__PURE__ */ a.jsx(Qe, { size: V2 })
|
|
17662
17683
|
},
|
|
17663
17684
|
{
|
|
17664
17685
|
name: "link",
|
|
17665
17686
|
code: "[](URL here)",
|
|
17666
|
-
defaultIcon: /* @__PURE__ */ a.jsx(qe, { size:
|
|
17687
|
+
defaultIcon: /* @__PURE__ */ a.jsx(qe, { size: V2 })
|
|
17667
17688
|
},
|
|
17668
17689
|
{
|
|
17669
17690
|
name: "quote",
|
|
17670
17691
|
displayName: "Blockquote",
|
|
17671
17692
|
code: `
|
|
17672
17693
|
> `,
|
|
17673
|
-
defaultIcon: /* @__PURE__ */ a.jsx(Je, { size:
|
|
17694
|
+
defaultIcon: /* @__PURE__ */ a.jsx(Je, { size: V2 })
|
|
17674
17695
|
},
|
|
17675
17696
|
{
|
|
17676
17697
|
displayName: "Separator",
|
|
@@ -17680,43 +17701,43 @@ const ai = R(({ "data-testid": l, as: e, children: c, ...t }, h) => /* @__PURE__
|
|
|
17680
17701
|
---
|
|
17681
17702
|
|
|
17682
17703
|
`,
|
|
17683
|
-
defaultIcon: /* @__PURE__ */ a.jsx(lc, { size:
|
|
17704
|
+
defaultIcon: /* @__PURE__ */ a.jsx(lc, { size: V2 })
|
|
17684
17705
|
},
|
|
17685
17706
|
{
|
|
17686
17707
|
name: "code",
|
|
17687
17708
|
code: "``",
|
|
17688
|
-
defaultIcon: /* @__PURE__ */ a.jsx(Ze, { size:
|
|
17709
|
+
defaultIcon: /* @__PURE__ */ a.jsx(Ze, { size: V2 })
|
|
17689
17710
|
},
|
|
17690
17711
|
{
|
|
17691
17712
|
displayName: "Code block",
|
|
17692
17713
|
name: "codeBlock",
|
|
17693
17714
|
code: "\n```\n\n```\n",
|
|
17694
|
-
defaultIcon: /* @__PURE__ */ a.jsx(We, { size:
|
|
17715
|
+
defaultIcon: /* @__PURE__ */ a.jsx(We, { size: V2 })
|
|
17695
17716
|
},
|
|
17696
17717
|
{
|
|
17697
17718
|
name: "comment",
|
|
17698
17719
|
code: `
|
|
17699
17720
|
<!-- -->
|
|
17700
17721
|
`,
|
|
17701
|
-
defaultIcon: /* @__PURE__ */ a.jsx(Ke, { size:
|
|
17722
|
+
defaultIcon: /* @__PURE__ */ a.jsx(Ke, { size: V2 })
|
|
17702
17723
|
},
|
|
17703
17724
|
{
|
|
17704
17725
|
name: "image",
|
|
17705
17726
|
code: "",
|
|
17706
|
-
defaultIcon: /* @__PURE__ */ a.jsx(n7, { size:
|
|
17727
|
+
defaultIcon: /* @__PURE__ */ a.jsx(n7, { size: V2 })
|
|
17707
17728
|
}
|
|
17708
17729
|
], fi = [
|
|
17709
17730
|
{
|
|
17710
17731
|
name: "editorCode",
|
|
17711
|
-
defaultIcon: /* @__PURE__ */ a.jsx(tc, { size:
|
|
17732
|
+
defaultIcon: /* @__PURE__ */ a.jsx(tc, { size: V2 })
|
|
17712
17733
|
},
|
|
17713
17734
|
{
|
|
17714
17735
|
name: "editorLive",
|
|
17715
|
-
defaultIcon: /* @__PURE__ */ a.jsx(ac, { size:
|
|
17736
|
+
defaultIcon: /* @__PURE__ */ a.jsx(ac, { size: V2 })
|
|
17716
17737
|
},
|
|
17717
17738
|
{
|
|
17718
17739
|
name: "editorPreview",
|
|
17719
|
-
defaultIcon: /* @__PURE__ */ a.jsx(hc, { size:
|
|
17740
|
+
defaultIcon: /* @__PURE__ */ a.jsx(hc, { size: V2 })
|
|
17720
17741
|
}
|
|
17721
17742
|
], si = [
|
|
17722
17743
|
{
|
|
@@ -19705,10 +19726,10 @@ function Ci() {
|
|
|
19705
19726
|
function n2(G) {
|
|
19706
19727
|
return A(G) === h;
|
|
19707
19728
|
}
|
|
19708
|
-
function
|
|
19729
|
+
function N2(G) {
|
|
19709
19730
|
return A(G) === p;
|
|
19710
19731
|
}
|
|
19711
|
-
x2.AsyncMode = C, x2.ConcurrentMode = j, x2.ContextConsumer = I, x2.ContextProvider = E, x2.Element = U, x2.ForwardRef = F, x2.Fragment = s2, x2.Lazy = J, x2.Memo = Z, x2.Portal = Q, x2.Profiler = P, x2.StrictMode = K, x2.Suspense = c2, x2.isAsyncMode = _2, x2.isConcurrentMode = L, x2.isContextConsumer = T, x2.isContextProvider = l2, x2.isElement = t2, x2.isForwardRef = O, x2.isFragment = e2, x2.isLazy = a2, x2.isMemo = i2, x2.isPortal = o2, x2.isProfiler = k2, x2.isStrictMode = n2, x2.isSuspense =
|
|
19732
|
+
x2.AsyncMode = C, x2.ConcurrentMode = j, x2.ContextConsumer = I, x2.ContextProvider = E, x2.Element = U, x2.ForwardRef = F, x2.Fragment = s2, x2.Lazy = J, x2.Memo = Z, x2.Portal = Q, x2.Profiler = P, x2.StrictMode = K, x2.Suspense = c2, x2.isAsyncMode = _2, x2.isConcurrentMode = L, x2.isContextConsumer = T, x2.isContextProvider = l2, x2.isElement = t2, x2.isForwardRef = O, x2.isFragment = e2, x2.isLazy = a2, x2.isMemo = i2, x2.isPortal = o2, x2.isProfiler = k2, x2.isStrictMode = n2, x2.isSuspense = N2, x2.isValidElementType = $, x2.typeOf = A;
|
|
19712
19733
|
}()), x2;
|
|
19713
19734
|
}
|
|
19714
19735
|
var u4;
|
|
@@ -19881,8 +19902,8 @@ function Ai() {
|
|
|
19881
19902
|
function x(L) {
|
|
19882
19903
|
if (process.env.NODE_ENV !== "production")
|
|
19883
19904
|
var T = {}, l2 = 0;
|
|
19884
|
-
function t2(e2, a2, i2, o2, k2, n2,
|
|
19885
|
-
if (o2 = o2 || z, n2 = n2 || i2,
|
|
19905
|
+
function t2(e2, a2, i2, o2, k2, n2, N2) {
|
|
19906
|
+
if (o2 = o2 || z, n2 = n2 || i2, N2 !== c) {
|
|
19886
19907
|
if (r) {
|
|
19887
19908
|
var G = new Error(
|
|
19888
19909
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
@@ -19977,7 +19998,7 @@ function Ai() {
|
|
|
19977
19998
|
for (var i2 = l2[t2], o2 = 0; o2 < L.length; o2++)
|
|
19978
19999
|
if (M(i2, L[o2]))
|
|
19979
20000
|
return null;
|
|
19980
|
-
var k2 = JSON.stringify(L, function(
|
|
20001
|
+
var k2 = JSON.stringify(L, function(N2, G) {
|
|
19981
20002
|
var F2 = c2(G);
|
|
19982
20003
|
return F2 === "symbol" ? String(G) : G;
|
|
19983
20004
|
});
|
|
@@ -20014,7 +20035,7 @@ function Ai() {
|
|
|
20014
20035
|
}
|
|
20015
20036
|
function t2(O, e2, a2, i2, o2) {
|
|
20016
20037
|
for (var k2 = [], n2 = 0; n2 < L.length; n2++) {
|
|
20017
|
-
var
|
|
20038
|
+
var N2 = L[n2], G = N2(O, e2, a2, i2, o2, c);
|
|
20018
20039
|
if (G == null)
|
|
20019
20040
|
return null;
|
|
20020
20041
|
G.data && t(G.data, "expectedType") && k2.push(G.data.expectedType);
|
|
@@ -20044,9 +20065,9 @@ function Ai() {
|
|
|
20044
20065
|
var n2 = L[k2];
|
|
20045
20066
|
if (typeof n2 != "function")
|
|
20046
20067
|
return s2(O, e2, a2, k2, c2(n2));
|
|
20047
|
-
var
|
|
20048
|
-
if (
|
|
20049
|
-
return
|
|
20068
|
+
var N2 = n2(i2, k2, O, e2, a2 + "." + k2, c);
|
|
20069
|
+
if (N2)
|
|
20070
|
+
return N2;
|
|
20050
20071
|
}
|
|
20051
20072
|
return null;
|
|
20052
20073
|
}
|
|
@@ -20059,15 +20080,15 @@ function Ai() {
|
|
|
20059
20080
|
return new v("Invalid " + e2 + " `" + a2 + "` of type `" + o2 + "` " + ("supplied to `" + O + "`, expected `object`."));
|
|
20060
20081
|
var k2 = e({}, l2[t2], L);
|
|
20061
20082
|
for (var n2 in k2) {
|
|
20062
|
-
var
|
|
20063
|
-
if (t(L, n2) && typeof
|
|
20064
|
-
return s2(O, e2, a2, n2, c2(
|
|
20065
|
-
if (!
|
|
20083
|
+
var N2 = L[n2];
|
|
20084
|
+
if (t(L, n2) && typeof N2 != "function")
|
|
20085
|
+
return s2(O, e2, a2, n2, c2(N2));
|
|
20086
|
+
if (!N2)
|
|
20066
20087
|
return new v(
|
|
20067
20088
|
"Invalid " + e2 + " `" + a2 + "` key `" + n2 + "` supplied to `" + O + "`.\nBad object: " + JSON.stringify(l2[t2], null, " ") + `
|
|
20068
20089
|
Valid keys: ` + JSON.stringify(Object.keys(L), null, " ")
|
|
20069
20090
|
);
|
|
20070
|
-
var G =
|
|
20091
|
+
var G = N2(i2, n2, O, e2, a2 + "." + n2, c);
|
|
20071
20092
|
if (G)
|
|
20072
20093
|
return G;
|
|
20073
20094
|
}
|