@mjpvs/agentic-component-library-test 1.3.0
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 +92 -0
- package/dist/components/Box/Box.d.ts +7 -0
- package/dist/components/Box/Box.stories.d.ts +7 -0
- package/dist/components/Box/index.d.ts +2 -0
- package/dist/components/Button/Button.d.ts +9 -0
- package/dist/components/Button/Button.stories.d.ts +13 -0
- package/dist/components/Button/index.d.ts +2 -0
- package/dist/components/Card/Card.d.ts +7 -0
- package/dist/components/Card/Card.stories.d.ts +12 -0
- package/dist/components/Card/index.d.ts +2 -0
- package/dist/components/Container/Container.d.ts +6 -0
- package/dist/components/Container/Container.stories.d.ts +7 -0
- package/dist/components/Container/index.d.ts +2 -0
- package/dist/components/Flex/Flex.d.ts +11 -0
- package/dist/components/Flex/Flex.stories.d.ts +9 -0
- package/dist/components/Flex/index.d.ts +2 -0
- package/dist/components/Grid/Grid.d.ts +14 -0
- package/dist/components/Grid/Grid.stories.d.ts +9 -0
- package/dist/components/Grid/index.d.ts +2 -0
- package/dist/components/Heading/Heading.d.ts +6 -0
- package/dist/components/Heading/Heading.stories.d.ts +9 -0
- package/dist/components/Heading/index.d.ts +2 -0
- package/dist/components/Video/Video.d.ts +12 -0
- package/dist/components/Video/Video.stories.d.ts +9 -0
- package/dist/components/Video/index.d.ts +2 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.js +963 -0
- package/package.json +91 -0
package/dist/index.js
ADDED
|
@@ -0,0 +1,963 @@
|
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var r=document.createElement("style");r.appendChild(document.createTextNode('*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;padding:0}:root{--color-primary-50: #eff6ff;--color-primary-100: #dbeafe;--color-primary-200: #bfdbfe;--color-primary-300: #93c5fd;--color-primary-400: #60a5fa;--color-primary-500: #3b82f6;--color-primary-600: #2563eb;--color-primary-700: #1d4ed8;--color-primary-800: #1e40af;--color-primary-900: #1e3a8a;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--color-white: #ffffff;--color-black: #000000;--font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-family-heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-lineHeight-tight: 1.2;--font-lineHeight-normal: 1.5;--font-lineHeight-relaxed: 1.75;--spacing-0: 0;--spacing-xs: .25rem;--spacing-sm: .375rem;--spacing-md: .5rem;--spacing-lg: .75rem;--spacing-xl: 1rem;--spacing-2xl: 1.5rem;--spacing-3xl: 2rem;--borderRadius-none: 0;--borderRadius-sm: .125rem;--borderRadius-md: .375rem;--borderRadius-lg: .5rem;--borderRadius-full: 9999px;--shadow-sm: 0px 1px 2px 0px rgba(0, 0, 0, .05);--shadow-md: 0px 1px 3px 0px rgba(0, 0, 0, .1), rgba(0, 0, 0, .06);--shadow-lg: 0px 4px 6px -1px rgba(0, 0, 0, .1), rgba(0, 0, 0, .05);--transition-duration-fast: .15s;--transition-duration-normal: .2s;--transition-duration-slow: .3s;--transition-ease-in: ease-in;--transition-ease-out: ease-out;--transition-ease-inOut: ease-in-out;--grid-columns: 12;--grid-gutter-xs: .25rem;--grid-gutter-sm: .5rem;--grid-gutter-md: 1rem;--grid-gutter-lg: 1.5rem;--grid-gutter-xl: 2rem;--container-xs: 480px;--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1280px;--container-2xl: 1536px}._heading_v48j8_1{margin:0 0 var(--spacing-md) 0;font-weight:var(--font-weight-semibold);line-height:var(--font-line-height-tight);font-family:var(--font-family-heading)}._heading-1_v48j8_8{font-size:var(--font-size-4xl)}._heading-2_v48j8_9{font-size:var(--font-size-2xl)}._heading-3_v48j8_10{font-size:var(--font-size-xl)}._heading-4_v48j8_11{font-size:var(--font-size-base)}._heading-5_v48j8_12{font-size:var(--font-size-sm)}._heading-6_v48j8_13{font-size:var(--font-size-xs)}._btn_1kzw4_1{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--border-radius-md);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-duration-normal) var(--transition-ease-in-out);font-family:inherit}._btn_1kzw4_1:disabled{opacity:.6;cursor:not-allowed}._btn-primary_1kzw4_18{background-color:var(--color-primary-500);color:var(--color-white)}._btn-primary_1kzw4_18:hover:not(:disabled){background-color:var(--color-primary-600)}._btn-secondary_1kzw4_27{background-color:var(--color-gray-500);color:var(--color-white)}._btn-secondary_1kzw4_27:hover:not(:disabled){background-color:var(--color-gray-600)}._btn-outline_1kzw4_36{background-color:transparent;color:var(--color-primary-500);border:1px solid var(--color-primary-500)}._btn-outline_1kzw4_36:hover:not(:disabled){background-color:var(--color-primary-500);color:var(--color-white)}._btn-small_1kzw4_47{padding:var(--spacing-sm) var(--spacing-md);font-size:var(--font-size-sm)}._btn-medium_1kzw4_52{padding:var(--spacing-md) var(--spacing-xl);font-size:var(--font-size-base)}._btn-large_1kzw4_57{padding:var(--spacing-lg) var(--spacing-2xl);font-size:var(--font-size-lg)}._card_b4mt8_1{background-color:var(--color-white);border-radius:var(--border-radius-lg);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid var(--color-gray-200)}._card-title_b4mt8_8{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-md);color:var(--color-gray-900)}._card-content_b4mt8_15{color:var(--color-gray-600)}._card-padding-none_b4mt8_19{padding:var(--spacing-0)}._card-padding-small_b4mt8_23{padding:var(--spacing-md)}._card-padding-medium_b4mt8_27{padding:var(--spacing-xl)}._card-padding-large_b4mt8_31{padding:var(--spacing-2xl)}._box_w6n89_1{display:block}._flex_1cs1w_1{display:flex}._flex-row_1cs1w_5{flex-direction:row}._flex-column_1cs1w_9{flex-direction:column}._flex-row-reverse_1cs1w_13{flex-direction:row-reverse}._flex-column-reverse_1cs1w_17{flex-direction:column-reverse}._justify-start_1cs1w_21{justify-content:flex-start}._justify-end_1cs1w_25{justify-content:flex-end}._justify-center_1cs1w_29{justify-content:center}._justify-between_1cs1w_33{justify-content:space-between}._justify-around_1cs1w_37{justify-content:space-around}._justify-evenly_1cs1w_41{justify-content:space-evenly}._align-start_1cs1w_45{align-items:flex-start}._align-end_1cs1w_49{align-items:flex-end}._align-center_1cs1w_53{align-items:center}._align-stretch_1cs1w_57{align-items:stretch}._align-baseline_1cs1w_61{align-items:baseline}._flex-wrap_1cs1w_65{flex-wrap:wrap}._flex-wrap-reverse_1cs1w_69{flex-wrap:wrap-reverse}._gap-xs_1cs1w_73{gap:var(--spacing-xs)}._gap-sm_1cs1w_77{gap:var(--spacing-sm)}._gap-md_1cs1w_81{gap:var(--spacing-md)}._gap-lg_1cs1w_85{gap:var(--spacing-lg)}._gap-xl_1cs1w_89{gap:var(--spacing-xl)}._grid_vnmpy_1{display:grid}._grid-1_vnmpy_5{grid-template-columns:repeat(1,1fr)}._grid-2_vnmpy_9{grid-template-columns:repeat(2,1fr)}._grid-3_vnmpy_13{grid-template-columns:repeat(3,1fr)}._grid-4_vnmpy_17{grid-template-columns:repeat(4,1fr)}._grid-5_vnmpy_21{grid-template-columns:repeat(5,1fr)}._grid-6_vnmpy_25{grid-template-columns:repeat(6,1fr)}._grid-7_vnmpy_29{grid-template-columns:repeat(7,1fr)}._grid-8_vnmpy_33{grid-template-columns:repeat(8,1fr)}._grid-9_vnmpy_37{grid-template-columns:repeat(9,1fr)}._grid-10_vnmpy_41{grid-template-columns:repeat(10,1fr)}._grid-11_vnmpy_45{grid-template-columns:repeat(11,1fr)}._grid-12_vnmpy_49{grid-template-columns:repeat(12,1fr)}._grid-item_vnmpy_53{min-width:0}._span-1_vnmpy_57{grid-column:span 1}._span-2_vnmpy_61{grid-column:span 2}._span-3_vnmpy_65{grid-column:span 3}._span-4_vnmpy_69{grid-column:span 4}._span-5_vnmpy_73{grid-column:span 5}._span-6_vnmpy_77{grid-column:span 6}._span-7_vnmpy_81{grid-column:span 7}._span-8_vnmpy_85{grid-column:span 8}._span-9_vnmpy_89{grid-column:span 9}._span-10_vnmpy_93{grid-column:span 10}._span-11_vnmpy_97{grid-column:span 11}._span-12_vnmpy_101{grid-column:span 12}._start-1_vnmpy_105{grid-column-start:1}._start-2_vnmpy_109{grid-column-start:2}._start-3_vnmpy_113{grid-column-start:3}._start-4_vnmpy_117{grid-column-start:4}._start-5_vnmpy_121{grid-column-start:5}._start-6_vnmpy_125{grid-column-start:6}._start-7_vnmpy_129{grid-column-start:7}._start-8_vnmpy_133{grid-column-start:8}._start-9_vnmpy_137{grid-column-start:9}._start-10_vnmpy_141{grid-column-start:10}._start-11_vnmpy_145{grid-column-start:11}._start-12_vnmpy_149{grid-column-start:12}._gap-xs_vnmpy_153{gap:var(--spacing-xs)}._gap-sm_vnmpy_157{gap:var(--spacing-sm)}._gap-md_vnmpy_161{gap:var(--spacing-md)}._gap-lg_vnmpy_165{gap:var(--spacing-lg)}._gap-xl_vnmpy_169{gap:var(--spacing-xl)}._container_8vstk_1{width:100%;margin-left:auto;margin-right:auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._container-xs_8vstk_9{max-width:var(--container-xs)}._container-sm_8vstk_13{max-width:var(--container-sm)}._container-md_8vstk_17{max-width:var(--container-md)}._container-lg_8vstk_21{max-width:var(--container-lg)}._container-xl_8vstk_25{max-width:var(--container-xl)}._container-2xl_8vstk_29{max-width:var(--container-2xl)}._container-full_8vstk_33{max-width:100%}._video_emnth_1{position:relative;width:100%;overflow:hidden}._video_emnth_1 iframe{position:absolute;top:0;left:0;width:100%;height:100%}._aspect-169_emnth_15{padding-bottom:56.25%}._aspect-43_emnth_19{padding-bottom:75%}._aspect-11_emnth_23{padding-bottom:100%}')),document.head.appendChild(r)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
|
|
2
|
+
import De from "react";
|
|
3
|
+
const yr = "_heading_v48j8_1", D = {
|
|
4
|
+
heading: yr,
|
|
5
|
+
"heading-1": "_heading-1_v48j8_8",
|
|
6
|
+
"heading-2": "_heading-2_v48j8_9",
|
|
7
|
+
"heading-3": "_heading-3_v48j8_10",
|
|
8
|
+
"heading-4": "_heading-4_v48j8_11",
|
|
9
|
+
"heading-5": "_heading-5_v48j8_12",
|
|
10
|
+
"heading-6": "_heading-6_v48j8_13"
|
|
11
|
+
}, br = "_btn_1kzw4_1", I = {
|
|
12
|
+
btn: br,
|
|
13
|
+
"btn-primary": "_btn-primary_1kzw4_18",
|
|
14
|
+
"btn-secondary": "_btn-secondary_1kzw4_27",
|
|
15
|
+
"btn-outline": "_btn-outline_1kzw4_36",
|
|
16
|
+
"btn-small": "_btn-small_1kzw4_47",
|
|
17
|
+
"btn-medium": "_btn-medium_1kzw4_52",
|
|
18
|
+
"btn-large": "_btn-large_1kzw4_57"
|
|
19
|
+
}, hr = "_card_b4mt8_1", A = {
|
|
20
|
+
card: hr,
|
|
21
|
+
"card-title": "_card-title_b4mt8_8",
|
|
22
|
+
"card-content": "_card-content_b4mt8_15",
|
|
23
|
+
"card-padding-none": "_card-padding-none_b4mt8_19",
|
|
24
|
+
"card-padding-small": "_card-padding-small_b4mt8_23",
|
|
25
|
+
"card-padding-medium": "_card-padding-medium_b4mt8_27",
|
|
26
|
+
"card-padding-large": "_card-padding-large_b4mt8_31"
|
|
27
|
+
}, wr = "_box_w6n89_1", xr = {
|
|
28
|
+
box: wr
|
|
29
|
+
}, Er = "_flex_1cs1w_1", f = {
|
|
30
|
+
flex: Er,
|
|
31
|
+
"flex-row": "_flex-row_1cs1w_5",
|
|
32
|
+
"flex-column": "_flex-column_1cs1w_9",
|
|
33
|
+
"flex-row-reverse": "_flex-row-reverse_1cs1w_13",
|
|
34
|
+
"flex-column-reverse": "_flex-column-reverse_1cs1w_17",
|
|
35
|
+
"justify-start": "_justify-start_1cs1w_21",
|
|
36
|
+
"justify-end": "_justify-end_1cs1w_25",
|
|
37
|
+
"justify-center": "_justify-center_1cs1w_29",
|
|
38
|
+
"justify-between": "_justify-between_1cs1w_33",
|
|
39
|
+
"justify-around": "_justify-around_1cs1w_37",
|
|
40
|
+
"justify-evenly": "_justify-evenly_1cs1w_41",
|
|
41
|
+
"align-start": "_align-start_1cs1w_45",
|
|
42
|
+
"align-end": "_align-end_1cs1w_49",
|
|
43
|
+
"align-center": "_align-center_1cs1w_53",
|
|
44
|
+
"align-stretch": "_align-stretch_1cs1w_57",
|
|
45
|
+
"align-baseline": "_align-baseline_1cs1w_61",
|
|
46
|
+
"flex-wrap": "_flex-wrap_1cs1w_65",
|
|
47
|
+
"flex-wrap-reverse": "_flex-wrap-reverse_1cs1w_69",
|
|
48
|
+
"gap-xs": "_gap-xs_1cs1w_73",
|
|
49
|
+
"gap-sm": "_gap-sm_1cs1w_77",
|
|
50
|
+
"gap-md": "_gap-md_1cs1w_81",
|
|
51
|
+
"gap-lg": "_gap-lg_1cs1w_85",
|
|
52
|
+
"gap-xl": "_gap-xl_1cs1w_89"
|
|
53
|
+
}, Rr = "_grid_vnmpy_1", a = {
|
|
54
|
+
grid: Rr,
|
|
55
|
+
"grid-1": "_grid-1_vnmpy_5",
|
|
56
|
+
"grid-2": "_grid-2_vnmpy_9",
|
|
57
|
+
"grid-3": "_grid-3_vnmpy_13",
|
|
58
|
+
"grid-4": "_grid-4_vnmpy_17",
|
|
59
|
+
"grid-5": "_grid-5_vnmpy_21",
|
|
60
|
+
"grid-6": "_grid-6_vnmpy_25",
|
|
61
|
+
"grid-7": "_grid-7_vnmpy_29",
|
|
62
|
+
"grid-8": "_grid-8_vnmpy_33",
|
|
63
|
+
"grid-9": "_grid-9_vnmpy_37",
|
|
64
|
+
"grid-10": "_grid-10_vnmpy_41",
|
|
65
|
+
"grid-11": "_grid-11_vnmpy_45",
|
|
66
|
+
"grid-12": "_grid-12_vnmpy_49",
|
|
67
|
+
"grid-item": "_grid-item_vnmpy_53",
|
|
68
|
+
"span-1": "_span-1_vnmpy_57",
|
|
69
|
+
"span-2": "_span-2_vnmpy_61",
|
|
70
|
+
"span-3": "_span-3_vnmpy_65",
|
|
71
|
+
"span-4": "_span-4_vnmpy_69",
|
|
72
|
+
"span-5": "_span-5_vnmpy_73",
|
|
73
|
+
"span-6": "_span-6_vnmpy_77",
|
|
74
|
+
"span-7": "_span-7_vnmpy_81",
|
|
75
|
+
"span-8": "_span-8_vnmpy_85",
|
|
76
|
+
"span-9": "_span-9_vnmpy_89",
|
|
77
|
+
"span-10": "_span-10_vnmpy_93",
|
|
78
|
+
"span-11": "_span-11_vnmpy_97",
|
|
79
|
+
"span-12": "_span-12_vnmpy_101",
|
|
80
|
+
"start-1": "_start-1_vnmpy_105",
|
|
81
|
+
"start-2": "_start-2_vnmpy_109",
|
|
82
|
+
"start-3": "_start-3_vnmpy_113",
|
|
83
|
+
"start-4": "_start-4_vnmpy_117",
|
|
84
|
+
"start-5": "_start-5_vnmpy_121",
|
|
85
|
+
"start-6": "_start-6_vnmpy_125",
|
|
86
|
+
"start-7": "_start-7_vnmpy_129",
|
|
87
|
+
"start-8": "_start-8_vnmpy_133",
|
|
88
|
+
"start-9": "_start-9_vnmpy_137",
|
|
89
|
+
"start-10": "_start-10_vnmpy_141",
|
|
90
|
+
"start-11": "_start-11_vnmpy_145",
|
|
91
|
+
"start-12": "_start-12_vnmpy_149",
|
|
92
|
+
"gap-xs": "_gap-xs_vnmpy_153",
|
|
93
|
+
"gap-sm": "_gap-sm_vnmpy_157",
|
|
94
|
+
"gap-md": "_gap-md_vnmpy_161",
|
|
95
|
+
"gap-lg": "_gap-lg_vnmpy_165",
|
|
96
|
+
"gap-xl": "_gap-xl_vnmpy_169"
|
|
97
|
+
}, jr = "_container_8vstk_1", $ = {
|
|
98
|
+
container: jr,
|
|
99
|
+
"container-xs": "_container-xs_8vstk_9",
|
|
100
|
+
"container-sm": "_container-sm_8vstk_13",
|
|
101
|
+
"container-md": "_container-md_8vstk_17",
|
|
102
|
+
"container-lg": "_container-lg_8vstk_21",
|
|
103
|
+
"container-xl": "_container-xl_8vstk_25",
|
|
104
|
+
"container-2xl": "_container-2xl_8vstk_29",
|
|
105
|
+
"container-full": "_container-full_8vstk_33"
|
|
106
|
+
}, Cr = "_video_emnth_1", X = {
|
|
107
|
+
video: Cr,
|
|
108
|
+
"aspect-169": "_aspect-169_emnth_15",
|
|
109
|
+
"aspect-43": "_aspect-43_emnth_19",
|
|
110
|
+
"aspect-11": "_aspect-11_emnth_23"
|
|
111
|
+
};
|
|
112
|
+
var K = { exports: {} }, U = {};
|
|
113
|
+
/**
|
|
114
|
+
* @license React
|
|
115
|
+
* react-jsx-runtime.production.min.js
|
|
116
|
+
*
|
|
117
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
118
|
+
*
|
|
119
|
+
* This source code is licensed under the MIT license found in the
|
|
120
|
+
* LICENSE file in the root directory of this source tree.
|
|
121
|
+
*/
|
|
122
|
+
var Pe;
|
|
123
|
+
function Tr() {
|
|
124
|
+
if (Pe) return U;
|
|
125
|
+
Pe = 1;
|
|
126
|
+
var _ = De, c = Symbol.for("react.element"), d = Symbol.for("react.fragment"), u = Object.prototype.hasOwnProperty, w = _.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, R = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
127
|
+
function C(j, g, O) {
|
|
128
|
+
var m, T = {}, P = null, z = null;
|
|
129
|
+
O !== void 0 && (P = "" + O), g.key !== void 0 && (P = "" + g.key), g.ref !== void 0 && (z = g.ref);
|
|
130
|
+
for (m in g) u.call(g, m) && !R.hasOwnProperty(m) && (T[m] = g[m]);
|
|
131
|
+
if (j && j.defaultProps) for (m in g = j.defaultProps, g) T[m] === void 0 && (T[m] = g[m]);
|
|
132
|
+
return { $$typeof: c, type: j, key: P, ref: z, props: T, _owner: w.current };
|
|
133
|
+
}
|
|
134
|
+
return U.Fragment = d, U.jsx = C, U.jsxs = C, U;
|
|
135
|
+
}
|
|
136
|
+
var M = {};
|
|
137
|
+
/**
|
|
138
|
+
* @license React
|
|
139
|
+
* react-jsx-runtime.development.js
|
|
140
|
+
*
|
|
141
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
142
|
+
*
|
|
143
|
+
* This source code is licensed under the MIT license found in the
|
|
144
|
+
* LICENSE file in the root directory of this source tree.
|
|
145
|
+
*/
|
|
146
|
+
var ke;
|
|
147
|
+
function Or() {
|
|
148
|
+
return ke || (ke = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
149
|
+
var _ = De, c = Symbol.for("react.element"), d = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), w = Symbol.for("react.strict_mode"), R = Symbol.for("react.profiler"), C = Symbol.for("react.provider"), j = Symbol.for("react.context"), g = Symbol.for("react.forward_ref"), O = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), T = Symbol.for("react.memo"), P = Symbol.for("react.lazy"), z = Symbol.for("react.offscreen"), se = Symbol.iterator, Ae = "@@iterator";
|
|
150
|
+
function Ie(e) {
|
|
151
|
+
if (e === null || typeof e != "object")
|
|
152
|
+
return null;
|
|
153
|
+
var r = se && e[se] || e[Ae];
|
|
154
|
+
return typeof r == "function" ? r : null;
|
|
155
|
+
}
|
|
156
|
+
var N = _.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
157
|
+
function y(e) {
|
|
158
|
+
{
|
|
159
|
+
for (var r = arguments.length, n = new Array(r > 1 ? r - 1 : 0), t = 1; t < r; t++)
|
|
160
|
+
n[t - 1] = arguments[t];
|
|
161
|
+
Ne("error", e, n);
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
function Ne(e, r, n) {
|
|
165
|
+
{
|
|
166
|
+
var t = N.ReactDebugCurrentFrame, o = t.getStackAddendum();
|
|
167
|
+
o !== "" && (r += "%s", n = n.concat([o]));
|
|
168
|
+
var l = n.map(function(i) {
|
|
169
|
+
return String(i);
|
|
170
|
+
});
|
|
171
|
+
l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
var Ye = !1, We = !1, Le = !1, Ve = !1, Ue = !1, ie;
|
|
175
|
+
ie = Symbol.for("react.module.reference");
|
|
176
|
+
function Me(e) {
|
|
177
|
+
return !!(typeof e == "string" || typeof e == "function" || e === u || e === R || Ue || e === w || e === O || e === m || Ve || e === z || Ye || We || Le || typeof e == "object" && e !== null && (e.$$typeof === P || e.$$typeof === T || e.$$typeof === C || e.$$typeof === j || e.$$typeof === g || // This needs to include all possible module reference object
|
|
178
|
+
// types supported by any Flight configuration anywhere since
|
|
179
|
+
// we don't know which Flight build this will end up being used
|
|
180
|
+
// with.
|
|
181
|
+
e.$$typeof === ie || e.getModuleId !== void 0));
|
|
182
|
+
}
|
|
183
|
+
function ze(e, r, n) {
|
|
184
|
+
var t = e.displayName;
|
|
185
|
+
if (t)
|
|
186
|
+
return t;
|
|
187
|
+
var o = r.displayName || r.name || "";
|
|
188
|
+
return o !== "" ? n + "(" + o + ")" : n;
|
|
189
|
+
}
|
|
190
|
+
function oe(e) {
|
|
191
|
+
return e.displayName || "Context";
|
|
192
|
+
}
|
|
193
|
+
function S(e) {
|
|
194
|
+
if (e == null)
|
|
195
|
+
return null;
|
|
196
|
+
if (typeof e.tag == "number" && y("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
197
|
+
return e.displayName || e.name || null;
|
|
198
|
+
if (typeof e == "string")
|
|
199
|
+
return e;
|
|
200
|
+
switch (e) {
|
|
201
|
+
case u:
|
|
202
|
+
return "Fragment";
|
|
203
|
+
case d:
|
|
204
|
+
return "Portal";
|
|
205
|
+
case R:
|
|
206
|
+
return "Profiler";
|
|
207
|
+
case w:
|
|
208
|
+
return "StrictMode";
|
|
209
|
+
case O:
|
|
210
|
+
return "Suspense";
|
|
211
|
+
case m:
|
|
212
|
+
return "SuspenseList";
|
|
213
|
+
}
|
|
214
|
+
if (typeof e == "object")
|
|
215
|
+
switch (e.$$typeof) {
|
|
216
|
+
case j:
|
|
217
|
+
var r = e;
|
|
218
|
+
return oe(r) + ".Consumer";
|
|
219
|
+
case C:
|
|
220
|
+
var n = e;
|
|
221
|
+
return oe(n._context) + ".Provider";
|
|
222
|
+
case g:
|
|
223
|
+
return ze(e, e.render, "ForwardRef");
|
|
224
|
+
case T:
|
|
225
|
+
var t = e.displayName || null;
|
|
226
|
+
return t !== null ? t : S(e.type) || "Memo";
|
|
227
|
+
case P: {
|
|
228
|
+
var o = e, l = o._payload, i = o._init;
|
|
229
|
+
try {
|
|
230
|
+
return S(i(l));
|
|
231
|
+
} catch {
|
|
232
|
+
return null;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
return null;
|
|
237
|
+
}
|
|
238
|
+
var k = Object.assign, L = 0, le, ce, ue, fe, _e, de, pe;
|
|
239
|
+
function ve() {
|
|
240
|
+
}
|
|
241
|
+
ve.__reactDisabledLog = !0;
|
|
242
|
+
function Be() {
|
|
243
|
+
{
|
|
244
|
+
if (L === 0) {
|
|
245
|
+
le = console.log, ce = console.info, ue = console.warn, fe = console.error, _e = console.group, de = console.groupCollapsed, pe = console.groupEnd;
|
|
246
|
+
var e = {
|
|
247
|
+
configurable: !0,
|
|
248
|
+
enumerable: !0,
|
|
249
|
+
value: ve,
|
|
250
|
+
writable: !0
|
|
251
|
+
};
|
|
252
|
+
Object.defineProperties(console, {
|
|
253
|
+
info: e,
|
|
254
|
+
log: e,
|
|
255
|
+
warn: e,
|
|
256
|
+
error: e,
|
|
257
|
+
group: e,
|
|
258
|
+
groupCollapsed: e,
|
|
259
|
+
groupEnd: e
|
|
260
|
+
});
|
|
261
|
+
}
|
|
262
|
+
L++;
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
function Je() {
|
|
266
|
+
{
|
|
267
|
+
if (L--, L === 0) {
|
|
268
|
+
var e = {
|
|
269
|
+
configurable: !0,
|
|
270
|
+
enumerable: !0,
|
|
271
|
+
writable: !0
|
|
272
|
+
};
|
|
273
|
+
Object.defineProperties(console, {
|
|
274
|
+
log: k({}, e, {
|
|
275
|
+
value: le
|
|
276
|
+
}),
|
|
277
|
+
info: k({}, e, {
|
|
278
|
+
value: ce
|
|
279
|
+
}),
|
|
280
|
+
warn: k({}, e, {
|
|
281
|
+
value: ue
|
|
282
|
+
}),
|
|
283
|
+
error: k({}, e, {
|
|
284
|
+
value: fe
|
|
285
|
+
}),
|
|
286
|
+
group: k({}, e, {
|
|
287
|
+
value: _e
|
|
288
|
+
}),
|
|
289
|
+
groupCollapsed: k({}, e, {
|
|
290
|
+
value: de
|
|
291
|
+
}),
|
|
292
|
+
groupEnd: k({}, e, {
|
|
293
|
+
value: pe
|
|
294
|
+
})
|
|
295
|
+
});
|
|
296
|
+
}
|
|
297
|
+
L < 0 && y("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
var H = N.ReactCurrentDispatcher, Z;
|
|
301
|
+
function B(e, r, n) {
|
|
302
|
+
{
|
|
303
|
+
if (Z === void 0)
|
|
304
|
+
try {
|
|
305
|
+
throw Error();
|
|
306
|
+
} catch (o) {
|
|
307
|
+
var t = o.stack.trim().match(/\n( *(at )?)/);
|
|
308
|
+
Z = t && t[1] || "";
|
|
309
|
+
}
|
|
310
|
+
return `
|
|
311
|
+
` + Z + e;
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
var Q = !1, J;
|
|
315
|
+
{
|
|
316
|
+
var qe = typeof WeakMap == "function" ? WeakMap : Map;
|
|
317
|
+
J = new qe();
|
|
318
|
+
}
|
|
319
|
+
function ge(e, r) {
|
|
320
|
+
if (!e || Q)
|
|
321
|
+
return "";
|
|
322
|
+
{
|
|
323
|
+
var n = J.get(e);
|
|
324
|
+
if (n !== void 0)
|
|
325
|
+
return n;
|
|
326
|
+
}
|
|
327
|
+
var t;
|
|
328
|
+
Q = !0;
|
|
329
|
+
var o = Error.prepareStackTrace;
|
|
330
|
+
Error.prepareStackTrace = void 0;
|
|
331
|
+
var l;
|
|
332
|
+
l = H.current, H.current = null, Be();
|
|
333
|
+
try {
|
|
334
|
+
if (r) {
|
|
335
|
+
var i = function() {
|
|
336
|
+
throw Error();
|
|
337
|
+
};
|
|
338
|
+
if (Object.defineProperty(i.prototype, "props", {
|
|
339
|
+
set: function() {
|
|
340
|
+
throw Error();
|
|
341
|
+
}
|
|
342
|
+
}), typeof Reflect == "object" && Reflect.construct) {
|
|
343
|
+
try {
|
|
344
|
+
Reflect.construct(i, []);
|
|
345
|
+
} catch (h) {
|
|
346
|
+
t = h;
|
|
347
|
+
}
|
|
348
|
+
Reflect.construct(e, [], i);
|
|
349
|
+
} else {
|
|
350
|
+
try {
|
|
351
|
+
i.call();
|
|
352
|
+
} catch (h) {
|
|
353
|
+
t = h;
|
|
354
|
+
}
|
|
355
|
+
e.call(i.prototype);
|
|
356
|
+
}
|
|
357
|
+
} else {
|
|
358
|
+
try {
|
|
359
|
+
throw Error();
|
|
360
|
+
} catch (h) {
|
|
361
|
+
t = h;
|
|
362
|
+
}
|
|
363
|
+
e();
|
|
364
|
+
}
|
|
365
|
+
} catch (h) {
|
|
366
|
+
if (h && t && typeof h.stack == "string") {
|
|
367
|
+
for (var s = h.stack.split(`
|
|
368
|
+
`), b = t.stack.split(`
|
|
369
|
+
`), p = s.length - 1, v = b.length - 1; p >= 1 && v >= 0 && s[p] !== b[v]; )
|
|
370
|
+
v--;
|
|
371
|
+
for (; p >= 1 && v >= 0; p--, v--)
|
|
372
|
+
if (s[p] !== b[v]) {
|
|
373
|
+
if (p !== 1 || v !== 1)
|
|
374
|
+
do
|
|
375
|
+
if (p--, v--, v < 0 || s[p] !== b[v]) {
|
|
376
|
+
var x = `
|
|
377
|
+
` + s[p].replace(" at new ", " at ");
|
|
378
|
+
return e.displayName && x.includes("<anonymous>") && (x = x.replace("<anonymous>", e.displayName)), typeof e == "function" && J.set(e, x), x;
|
|
379
|
+
}
|
|
380
|
+
while (p >= 1 && v >= 0);
|
|
381
|
+
break;
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
} finally {
|
|
385
|
+
Q = !1, H.current = l, Je(), Error.prepareStackTrace = o;
|
|
386
|
+
}
|
|
387
|
+
var W = e ? e.displayName || e.name : "", F = W ? B(W) : "";
|
|
388
|
+
return typeof e == "function" && J.set(e, F), F;
|
|
389
|
+
}
|
|
390
|
+
function Ge(e, r, n) {
|
|
391
|
+
return ge(e, !1);
|
|
392
|
+
}
|
|
393
|
+
function Ke(e) {
|
|
394
|
+
var r = e.prototype;
|
|
395
|
+
return !!(r && r.isReactComponent);
|
|
396
|
+
}
|
|
397
|
+
function q(e, r, n) {
|
|
398
|
+
if (e == null)
|
|
399
|
+
return "";
|
|
400
|
+
if (typeof e == "function")
|
|
401
|
+
return ge(e, Ke(e));
|
|
402
|
+
if (typeof e == "string")
|
|
403
|
+
return B(e);
|
|
404
|
+
switch (e) {
|
|
405
|
+
case O:
|
|
406
|
+
return B("Suspense");
|
|
407
|
+
case m:
|
|
408
|
+
return B("SuspenseList");
|
|
409
|
+
}
|
|
410
|
+
if (typeof e == "object")
|
|
411
|
+
switch (e.$$typeof) {
|
|
412
|
+
case g:
|
|
413
|
+
return Ge(e.render);
|
|
414
|
+
case T:
|
|
415
|
+
return q(e.type, r, n);
|
|
416
|
+
case P: {
|
|
417
|
+
var t = e, o = t._payload, l = t._init;
|
|
418
|
+
try {
|
|
419
|
+
return q(l(o), r, n);
|
|
420
|
+
} catch {
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
return "";
|
|
425
|
+
}
|
|
426
|
+
var V = Object.prototype.hasOwnProperty, me = {}, ye = N.ReactDebugCurrentFrame;
|
|
427
|
+
function G(e) {
|
|
428
|
+
if (e) {
|
|
429
|
+
var r = e._owner, n = q(e.type, e._source, r ? r.type : null);
|
|
430
|
+
ye.setExtraStackFrame(n);
|
|
431
|
+
} else
|
|
432
|
+
ye.setExtraStackFrame(null);
|
|
433
|
+
}
|
|
434
|
+
function Xe(e, r, n, t, o) {
|
|
435
|
+
{
|
|
436
|
+
var l = Function.call.bind(V);
|
|
437
|
+
for (var i in e)
|
|
438
|
+
if (l(e, i)) {
|
|
439
|
+
var s = void 0;
|
|
440
|
+
try {
|
|
441
|
+
if (typeof e[i] != "function") {
|
|
442
|
+
var b = Error((t || "React class") + ": " + n + " type `" + i + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[i] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
443
|
+
throw b.name = "Invariant Violation", b;
|
|
444
|
+
}
|
|
445
|
+
s = e[i](r, i, t, n, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
446
|
+
} catch (p) {
|
|
447
|
+
s = p;
|
|
448
|
+
}
|
|
449
|
+
s && !(s instanceof Error) && (G(o), y("%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).", t || "React class", n, i, typeof s), G(null)), s instanceof Error && !(s.message in me) && (me[s.message] = !0, G(o), y("Failed %s type: %s", n, s.message), G(null));
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
var He = Array.isArray;
|
|
454
|
+
function ee(e) {
|
|
455
|
+
return He(e);
|
|
456
|
+
}
|
|
457
|
+
function Ze(e) {
|
|
458
|
+
{
|
|
459
|
+
var r = typeof Symbol == "function" && Symbol.toStringTag, n = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
460
|
+
return n;
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
function Qe(e) {
|
|
464
|
+
try {
|
|
465
|
+
return be(e), !1;
|
|
466
|
+
} catch {
|
|
467
|
+
return !0;
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
function be(e) {
|
|
471
|
+
return "" + e;
|
|
472
|
+
}
|
|
473
|
+
function he(e) {
|
|
474
|
+
if (Qe(e))
|
|
475
|
+
return y("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ze(e)), be(e);
|
|
476
|
+
}
|
|
477
|
+
var we = N.ReactCurrentOwner, er = {
|
|
478
|
+
key: !0,
|
|
479
|
+
ref: !0,
|
|
480
|
+
__self: !0,
|
|
481
|
+
__source: !0
|
|
482
|
+
}, xe, Ee;
|
|
483
|
+
function rr(e) {
|
|
484
|
+
if (V.call(e, "ref")) {
|
|
485
|
+
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
486
|
+
if (r && r.isReactWarning)
|
|
487
|
+
return !1;
|
|
488
|
+
}
|
|
489
|
+
return e.ref !== void 0;
|
|
490
|
+
}
|
|
491
|
+
function nr(e) {
|
|
492
|
+
if (V.call(e, "key")) {
|
|
493
|
+
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
494
|
+
if (r && r.isReactWarning)
|
|
495
|
+
return !1;
|
|
496
|
+
}
|
|
497
|
+
return e.key !== void 0;
|
|
498
|
+
}
|
|
499
|
+
function tr(e, r) {
|
|
500
|
+
typeof e.ref == "string" && we.current;
|
|
501
|
+
}
|
|
502
|
+
function ar(e, r) {
|
|
503
|
+
{
|
|
504
|
+
var n = function() {
|
|
505
|
+
xe || (xe = !0, y("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
506
|
+
};
|
|
507
|
+
n.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
508
|
+
get: n,
|
|
509
|
+
configurable: !0
|
|
510
|
+
});
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
function sr(e, r) {
|
|
514
|
+
{
|
|
515
|
+
var n = function() {
|
|
516
|
+
Ee || (Ee = !0, y("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
517
|
+
};
|
|
518
|
+
n.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
519
|
+
get: n,
|
|
520
|
+
configurable: !0
|
|
521
|
+
});
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
var ir = function(e, r, n, t, o, l, i) {
|
|
525
|
+
var s = {
|
|
526
|
+
// This tag allows us to uniquely identify this as a React Element
|
|
527
|
+
$$typeof: c,
|
|
528
|
+
// Built-in properties that belong on the element
|
|
529
|
+
type: e,
|
|
530
|
+
key: r,
|
|
531
|
+
ref: n,
|
|
532
|
+
props: i,
|
|
533
|
+
// Record the component responsible for creating this element.
|
|
534
|
+
_owner: l
|
|
535
|
+
};
|
|
536
|
+
return s._store = {}, Object.defineProperty(s._store, "validated", {
|
|
537
|
+
configurable: !1,
|
|
538
|
+
enumerable: !1,
|
|
539
|
+
writable: !0,
|
|
540
|
+
value: !1
|
|
541
|
+
}), Object.defineProperty(s, "_self", {
|
|
542
|
+
configurable: !1,
|
|
543
|
+
enumerable: !1,
|
|
544
|
+
writable: !1,
|
|
545
|
+
value: t
|
|
546
|
+
}), Object.defineProperty(s, "_source", {
|
|
547
|
+
configurable: !1,
|
|
548
|
+
enumerable: !1,
|
|
549
|
+
writable: !1,
|
|
550
|
+
value: o
|
|
551
|
+
}), Object.freeze && (Object.freeze(s.props), Object.freeze(s)), s;
|
|
552
|
+
};
|
|
553
|
+
function or(e, r, n, t, o) {
|
|
554
|
+
{
|
|
555
|
+
var l, i = {}, s = null, b = null;
|
|
556
|
+
n !== void 0 && (he(n), s = "" + n), nr(r) && (he(r.key), s = "" + r.key), rr(r) && (b = r.ref, tr(r, o));
|
|
557
|
+
for (l in r)
|
|
558
|
+
V.call(r, l) && !er.hasOwnProperty(l) && (i[l] = r[l]);
|
|
559
|
+
if (e && e.defaultProps) {
|
|
560
|
+
var p = e.defaultProps;
|
|
561
|
+
for (l in p)
|
|
562
|
+
i[l] === void 0 && (i[l] = p[l]);
|
|
563
|
+
}
|
|
564
|
+
if (s || b) {
|
|
565
|
+
var v = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
566
|
+
s && ar(i, v), b && sr(i, v);
|
|
567
|
+
}
|
|
568
|
+
return ir(e, s, b, o, t, we.current, i);
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
var re = N.ReactCurrentOwner, Re = N.ReactDebugCurrentFrame;
|
|
572
|
+
function Y(e) {
|
|
573
|
+
if (e) {
|
|
574
|
+
var r = e._owner, n = q(e.type, e._source, r ? r.type : null);
|
|
575
|
+
Re.setExtraStackFrame(n);
|
|
576
|
+
} else
|
|
577
|
+
Re.setExtraStackFrame(null);
|
|
578
|
+
}
|
|
579
|
+
var ne;
|
|
580
|
+
ne = !1;
|
|
581
|
+
function te(e) {
|
|
582
|
+
return typeof e == "object" && e !== null && e.$$typeof === c;
|
|
583
|
+
}
|
|
584
|
+
function je() {
|
|
585
|
+
{
|
|
586
|
+
if (re.current) {
|
|
587
|
+
var e = S(re.current.type);
|
|
588
|
+
if (e)
|
|
589
|
+
return `
|
|
590
|
+
|
|
591
|
+
Check the render method of \`` + e + "`.";
|
|
592
|
+
}
|
|
593
|
+
return "";
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
function lr(e) {
|
|
597
|
+
return "";
|
|
598
|
+
}
|
|
599
|
+
var Ce = {};
|
|
600
|
+
function cr(e) {
|
|
601
|
+
{
|
|
602
|
+
var r = je();
|
|
603
|
+
if (!r) {
|
|
604
|
+
var n = typeof e == "string" ? e : e.displayName || e.name;
|
|
605
|
+
n && (r = `
|
|
606
|
+
|
|
607
|
+
Check the top-level render call using <` + n + ">.");
|
|
608
|
+
}
|
|
609
|
+
return r;
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
function Te(e, r) {
|
|
613
|
+
{
|
|
614
|
+
if (!e._store || e._store.validated || e.key != null)
|
|
615
|
+
return;
|
|
616
|
+
e._store.validated = !0;
|
|
617
|
+
var n = cr(r);
|
|
618
|
+
if (Ce[n])
|
|
619
|
+
return;
|
|
620
|
+
Ce[n] = !0;
|
|
621
|
+
var t = "";
|
|
622
|
+
e && e._owner && e._owner !== re.current && (t = " It was passed a child from " + S(e._owner.type) + "."), Y(e), y('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', n, t), Y(null);
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
function Oe(e, r) {
|
|
626
|
+
{
|
|
627
|
+
if (typeof e != "object")
|
|
628
|
+
return;
|
|
629
|
+
if (ee(e))
|
|
630
|
+
for (var n = 0; n < e.length; n++) {
|
|
631
|
+
var t = e[n];
|
|
632
|
+
te(t) && Te(t, r);
|
|
633
|
+
}
|
|
634
|
+
else if (te(e))
|
|
635
|
+
e._store && (e._store.validated = !0);
|
|
636
|
+
else if (e) {
|
|
637
|
+
var o = Ie(e);
|
|
638
|
+
if (typeof o == "function" && o !== e.entries)
|
|
639
|
+
for (var l = o.call(e), i; !(i = l.next()).done; )
|
|
640
|
+
te(i.value) && Te(i.value, r);
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
function ur(e) {
|
|
645
|
+
{
|
|
646
|
+
var r = e.type;
|
|
647
|
+
if (r == null || typeof r == "string")
|
|
648
|
+
return;
|
|
649
|
+
var n;
|
|
650
|
+
if (typeof r == "function")
|
|
651
|
+
n = r.propTypes;
|
|
652
|
+
else if (typeof r == "object" && (r.$$typeof === g || // Note: Memo only checks outer props here.
|
|
653
|
+
// Inner props are checked in the reconciler.
|
|
654
|
+
r.$$typeof === T))
|
|
655
|
+
n = r.propTypes;
|
|
656
|
+
else
|
|
657
|
+
return;
|
|
658
|
+
if (n) {
|
|
659
|
+
var t = S(r);
|
|
660
|
+
Xe(n, e.props, "prop", t, e);
|
|
661
|
+
} else if (r.PropTypes !== void 0 && !ne) {
|
|
662
|
+
ne = !0;
|
|
663
|
+
var o = S(r);
|
|
664
|
+
y("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", o || "Unknown");
|
|
665
|
+
}
|
|
666
|
+
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && y("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
function fr(e) {
|
|
670
|
+
{
|
|
671
|
+
for (var r = Object.keys(e.props), n = 0; n < r.length; n++) {
|
|
672
|
+
var t = r[n];
|
|
673
|
+
if (t !== "children" && t !== "key") {
|
|
674
|
+
Y(e), y("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", t), Y(null);
|
|
675
|
+
break;
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
e.ref !== null && (Y(e), y("Invalid attribute `ref` supplied to `React.Fragment`."), Y(null));
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
var Se = {};
|
|
682
|
+
function $e(e, r, n, t, o, l) {
|
|
683
|
+
{
|
|
684
|
+
var i = Me(e);
|
|
685
|
+
if (!i) {
|
|
686
|
+
var s = "";
|
|
687
|
+
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (s += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
688
|
+
var b = lr();
|
|
689
|
+
b ? s += b : s += je();
|
|
690
|
+
var p;
|
|
691
|
+
e === null ? p = "null" : ee(e) ? p = "array" : e !== void 0 && e.$$typeof === c ? (p = "<" + (S(e.type) || "Unknown") + " />", s = " Did you accidentally export a JSX literal instead of a component?") : p = typeof e, y("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", p, s);
|
|
692
|
+
}
|
|
693
|
+
var v = or(e, r, n, o, l);
|
|
694
|
+
if (v == null)
|
|
695
|
+
return v;
|
|
696
|
+
if (i) {
|
|
697
|
+
var x = r.children;
|
|
698
|
+
if (x !== void 0)
|
|
699
|
+
if (t)
|
|
700
|
+
if (ee(x)) {
|
|
701
|
+
for (var W = 0; W < x.length; W++)
|
|
702
|
+
Oe(x[W], e);
|
|
703
|
+
Object.freeze && Object.freeze(x);
|
|
704
|
+
} else
|
|
705
|
+
y("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
706
|
+
else
|
|
707
|
+
Oe(x, e);
|
|
708
|
+
}
|
|
709
|
+
if (V.call(r, "key")) {
|
|
710
|
+
var F = S(e), h = Object.keys(r).filter(function(mr) {
|
|
711
|
+
return mr !== "key";
|
|
712
|
+
}), ae = h.length > 0 ? "{key: someKey, " + h.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
713
|
+
if (!Se[F + ae]) {
|
|
714
|
+
var gr = h.length > 0 ? "{" + h.join(": ..., ") + ": ...}" : "{}";
|
|
715
|
+
y(`A props object containing a "key" prop is being spread into JSX:
|
|
716
|
+
let props = %s;
|
|
717
|
+
<%s {...props} />
|
|
718
|
+
React keys must be passed directly to JSX without using spread:
|
|
719
|
+
let props = %s;
|
|
720
|
+
<%s key={someKey} {...props} />`, ae, F, gr, F), Se[F + ae] = !0;
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
return e === u ? fr(v) : ur(v), v;
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
function _r(e, r, n) {
|
|
727
|
+
return $e(e, r, n, !0);
|
|
728
|
+
}
|
|
729
|
+
function dr(e, r, n) {
|
|
730
|
+
return $e(e, r, n, !1);
|
|
731
|
+
}
|
|
732
|
+
var pr = dr, vr = _r;
|
|
733
|
+
M.Fragment = u, M.jsx = pr, M.jsxs = vr;
|
|
734
|
+
})()), M;
|
|
735
|
+
}
|
|
736
|
+
var Fe;
|
|
737
|
+
function Sr() {
|
|
738
|
+
return Fe || (Fe = 1, process.env.NODE_ENV === "production" ? K.exports = Tr() : K.exports = Or()), K.exports;
|
|
739
|
+
}
|
|
740
|
+
var E = Sr();
|
|
741
|
+
const $r = {
|
|
742
|
+
1: D["heading-1"],
|
|
743
|
+
2: D["heading-2"],
|
|
744
|
+
3: D["heading-3"],
|
|
745
|
+
4: D["heading-4"],
|
|
746
|
+
5: D["heading-5"],
|
|
747
|
+
6: D["heading-6"]
|
|
748
|
+
};
|
|
749
|
+
function Jr({ level: _ = 1, children: c, className: d = "" }) {
|
|
750
|
+
const u = `h${_}`;
|
|
751
|
+
return /* @__PURE__ */ E.jsx(u, { className: `${D.heading} ${$r[_]} ${d}`, children: c });
|
|
752
|
+
}
|
|
753
|
+
const Pr = {
|
|
754
|
+
primary: I["btn-primary"],
|
|
755
|
+
secondary: I["btn-secondary"],
|
|
756
|
+
outline: I["btn-outline"]
|
|
757
|
+
}, kr = {
|
|
758
|
+
small: I["btn-small"],
|
|
759
|
+
medium: I["btn-medium"],
|
|
760
|
+
large: I["btn-large"]
|
|
761
|
+
};
|
|
762
|
+
function qr({
|
|
763
|
+
variant: _ = "primary",
|
|
764
|
+
size: c = "medium",
|
|
765
|
+
children: d,
|
|
766
|
+
onClick: u,
|
|
767
|
+
disabled: w = !1,
|
|
768
|
+
className: R = ""
|
|
769
|
+
}) {
|
|
770
|
+
return /* @__PURE__ */ E.jsx(
|
|
771
|
+
"button",
|
|
772
|
+
{
|
|
773
|
+
className: `${I.btn} ${Pr[_]} ${kr[c]} ${R}`,
|
|
774
|
+
onClick: u,
|
|
775
|
+
disabled: w,
|
|
776
|
+
children: d
|
|
777
|
+
}
|
|
778
|
+
);
|
|
779
|
+
}
|
|
780
|
+
const Fr = {
|
|
781
|
+
none: A["card-padding-none"],
|
|
782
|
+
small: A["card-padding-small"],
|
|
783
|
+
medium: A["card-padding-medium"],
|
|
784
|
+
large: A["card-padding-large"]
|
|
785
|
+
};
|
|
786
|
+
function Gr({
|
|
787
|
+
children: _,
|
|
788
|
+
title: c,
|
|
789
|
+
className: d = "",
|
|
790
|
+
padding: u = "medium"
|
|
791
|
+
}) {
|
|
792
|
+
return /* @__PURE__ */ E.jsxs("div", { className: `${A.card} ${Fr[u]} ${d}`, children: [
|
|
793
|
+
c && /* @__PURE__ */ E.jsx("div", { className: A["card-title"], children: c }),
|
|
794
|
+
/* @__PURE__ */ E.jsx("div", { className: A["card-content"], children: _ })
|
|
795
|
+
] });
|
|
796
|
+
}
|
|
797
|
+
function Kr({ children: _, className: c = "", as: d = "div", style: u }) {
|
|
798
|
+
return /* @__PURE__ */ E.jsx(d, { className: `${xr.box} ${c}`, style: u, children: _ });
|
|
799
|
+
}
|
|
800
|
+
const Dr = {
|
|
801
|
+
row: f["flex-row"],
|
|
802
|
+
column: f["flex-column"],
|
|
803
|
+
"row-reverse": f["flex-row-reverse"],
|
|
804
|
+
"column-reverse": f["flex-column-reverse"]
|
|
805
|
+
}, Ar = {
|
|
806
|
+
start: f["justify-start"],
|
|
807
|
+
end: f["justify-end"],
|
|
808
|
+
center: f["justify-center"],
|
|
809
|
+
between: f["justify-between"],
|
|
810
|
+
around: f["justify-around"],
|
|
811
|
+
evenly: f["justify-evenly"]
|
|
812
|
+
}, Ir = {
|
|
813
|
+
start: f["align-start"],
|
|
814
|
+
end: f["align-end"],
|
|
815
|
+
center: f["align-center"],
|
|
816
|
+
stretch: f["align-stretch"],
|
|
817
|
+
baseline: f["align-baseline"]
|
|
818
|
+
}, Nr = {
|
|
819
|
+
xs: f["gap-xs"],
|
|
820
|
+
sm: f["gap-sm"],
|
|
821
|
+
md: f["gap-md"],
|
|
822
|
+
lg: f["gap-lg"],
|
|
823
|
+
xl: f["gap-xl"]
|
|
824
|
+
}, Yr = {
|
|
825
|
+
nowrap: "",
|
|
826
|
+
wrap: f["flex-wrap"],
|
|
827
|
+
"wrap-reverse": f["flex-wrap-reverse"]
|
|
828
|
+
};
|
|
829
|
+
function Xr({
|
|
830
|
+
children: _,
|
|
831
|
+
className: c = "",
|
|
832
|
+
direction: d = "row",
|
|
833
|
+
justify: u = "start",
|
|
834
|
+
align: w = "stretch",
|
|
835
|
+
gap: R,
|
|
836
|
+
wrap: C = "nowrap",
|
|
837
|
+
style: j
|
|
838
|
+
}) {
|
|
839
|
+
const g = [
|
|
840
|
+
f.flex,
|
|
841
|
+
Dr[d],
|
|
842
|
+
Ar[u],
|
|
843
|
+
Ir[w],
|
|
844
|
+
R ? Nr[R] : "",
|
|
845
|
+
Yr[C]
|
|
846
|
+
].filter(Boolean).join(" ");
|
|
847
|
+
return /* @__PURE__ */ E.jsx("div", { className: `${g} ${c}`, style: j, children: _ });
|
|
848
|
+
}
|
|
849
|
+
const Wr = {
|
|
850
|
+
1: a["grid-1"],
|
|
851
|
+
2: a["grid-2"],
|
|
852
|
+
3: a["grid-3"],
|
|
853
|
+
4: a["grid-4"],
|
|
854
|
+
5: a["grid-5"],
|
|
855
|
+
6: a["grid-6"],
|
|
856
|
+
7: a["grid-7"],
|
|
857
|
+
8: a["grid-8"],
|
|
858
|
+
9: a["grid-9"],
|
|
859
|
+
10: a["grid-10"],
|
|
860
|
+
11: a["grid-11"],
|
|
861
|
+
12: a["grid-12"]
|
|
862
|
+
}, Lr = {
|
|
863
|
+
xs: a["gap-xs"],
|
|
864
|
+
sm: a["gap-sm"],
|
|
865
|
+
md: a["gap-md"],
|
|
866
|
+
lg: a["gap-lg"],
|
|
867
|
+
xl: a["gap-xl"]
|
|
868
|
+
};
|
|
869
|
+
function Hr({ children: _, className: c = "", columns: d = 12, gap: u = "md" }) {
|
|
870
|
+
return /* @__PURE__ */ E.jsx("div", { className: `${a.grid} ${Wr[d]} ${Lr[u]} ${c}`, children: _ });
|
|
871
|
+
}
|
|
872
|
+
const Vr = {
|
|
873
|
+
1: a["span-1"],
|
|
874
|
+
2: a["span-2"],
|
|
875
|
+
3: a["span-3"],
|
|
876
|
+
4: a["span-4"],
|
|
877
|
+
5: a["span-5"],
|
|
878
|
+
6: a["span-6"],
|
|
879
|
+
7: a["span-7"],
|
|
880
|
+
8: a["span-8"],
|
|
881
|
+
9: a["span-9"],
|
|
882
|
+
10: a["span-10"],
|
|
883
|
+
11: a["span-11"],
|
|
884
|
+
12: a["span-12"]
|
|
885
|
+
}, Ur = {
|
|
886
|
+
1: a["start-1"],
|
|
887
|
+
2: a["start-2"],
|
|
888
|
+
3: a["start-3"],
|
|
889
|
+
4: a["start-4"],
|
|
890
|
+
5: a["start-5"],
|
|
891
|
+
6: a["start-6"],
|
|
892
|
+
7: a["start-7"],
|
|
893
|
+
8: a["start-8"],
|
|
894
|
+
9: a["start-9"],
|
|
895
|
+
10: a["start-10"],
|
|
896
|
+
11: a["start-11"],
|
|
897
|
+
12: a["start-12"]
|
|
898
|
+
};
|
|
899
|
+
function Zr({ children: _, className: c = "", span: d, start: u }) {
|
|
900
|
+
const w = [
|
|
901
|
+
a["grid-item"],
|
|
902
|
+
d ? Vr[d] : "",
|
|
903
|
+
u ? Ur[u] : ""
|
|
904
|
+
].filter(Boolean).join(" ");
|
|
905
|
+
return /* @__PURE__ */ E.jsx("div", { className: `${w} ${c}`, children: _ });
|
|
906
|
+
}
|
|
907
|
+
const Mr = {
|
|
908
|
+
xs: $["container-xs"],
|
|
909
|
+
sm: $["container-sm"],
|
|
910
|
+
md: $["container-md"],
|
|
911
|
+
lg: $["container-lg"],
|
|
912
|
+
xl: $["container-xl"],
|
|
913
|
+
"2xl": $["container-2xl"],
|
|
914
|
+
full: $["container-full"]
|
|
915
|
+
};
|
|
916
|
+
function Qr({ children: _, className: c = "", size: d = "lg" }) {
|
|
917
|
+
return /* @__PURE__ */ E.jsx("div", { className: `${$.container} ${Mr[d]} ${c}`, children: _ });
|
|
918
|
+
}
|
|
919
|
+
const zr = {
|
|
920
|
+
"16-9": X["aspect-169"],
|
|
921
|
+
"4-3": X["aspect-43"],
|
|
922
|
+
"1-1": X["aspect-11"]
|
|
923
|
+
};
|
|
924
|
+
function en({
|
|
925
|
+
videoId: _,
|
|
926
|
+
className: c = "",
|
|
927
|
+
aspectRatio: d = "16-9",
|
|
928
|
+
autoplay: u = !1,
|
|
929
|
+
controls: w = !0,
|
|
930
|
+
loop: R = !1,
|
|
931
|
+
muted: C = !1,
|
|
932
|
+
rel: j = !1,
|
|
933
|
+
title: g = "YouTube video"
|
|
934
|
+
}) {
|
|
935
|
+
const O = new URLSearchParams({
|
|
936
|
+
...u && { autoplay: "1" },
|
|
937
|
+
...w && { controls: "1" },
|
|
938
|
+
...R && { loop: "1" },
|
|
939
|
+
...C && { muted: "1" },
|
|
940
|
+
...!j && { rel: "0" }
|
|
941
|
+
}), m = `https://www.youtube.com/embed/${_}?${O.toString()}`;
|
|
942
|
+
return /* @__PURE__ */ E.jsx("div", { className: `${X.video} ${zr[d]} ${c}`, children: /* @__PURE__ */ E.jsx(
|
|
943
|
+
"iframe",
|
|
944
|
+
{
|
|
945
|
+
src: m,
|
|
946
|
+
title: g,
|
|
947
|
+
frameBorder: "0",
|
|
948
|
+
allow: "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
|
|
949
|
+
allowFullScreen: !0
|
|
950
|
+
}
|
|
951
|
+
) });
|
|
952
|
+
}
|
|
953
|
+
export {
|
|
954
|
+
Kr as Box,
|
|
955
|
+
qr as Button,
|
|
956
|
+
Gr as Card,
|
|
957
|
+
Qr as Container,
|
|
958
|
+
Xr as Flex,
|
|
959
|
+
Hr as Grid,
|
|
960
|
+
Zr as GridItem,
|
|
961
|
+
Jr as Heading,
|
|
962
|
+
en as Video
|
|
963
|
+
};
|