1mpacto-react-ui 0.0.4 → 0.0.6

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.es.js CHANGED
@@ -1,5 +1,314 @@
1
- import Oe from "react";
2
- var H = { exports: {} }, j = {};
1
+ import Re, { isValidElement as xe } from "react";
2
+ const br = {
3
+ black: "#212121",
4
+ white: "#FFFFFF",
5
+ "primary-50": "#E3F2FD",
6
+ "primary-100": "#BBDEFB",
7
+ "primary-200": "#90CAF9",
8
+ "primary-300": "#64B5F6",
9
+ "primary-400": "#42A5F5",
10
+ "primary-500": "#2196F3",
11
+ "primary-600": "#1E88E5",
12
+ "primary-700": "#1976D2",
13
+ "primary-800": "#1565C0",
14
+ "primary-900": "#0D47A1",
15
+ "blue-gray-50": "#ECEFF1",
16
+ "blue-gray-100": "#CFD8DC",
17
+ "blue-gray-200": "#B0BEC5",
18
+ "blue-gray-300": "#90A4AE",
19
+ "blue-gray-400": "#78909C",
20
+ "blue-gray-500": "#607D8B",
21
+ "blue-gray-600": "#546E7A",
22
+ "blue-gray-700": "#455A64",
23
+ "blue-gray-800": "#37474F",
24
+ "blue-gray-900": "#263238",
25
+ "gray-50": "#FAFAFA",
26
+ "gray-100": "#F5F5F5",
27
+ "gray-200": "#EEEEEE",
28
+ "gray-300": "#E0E0E0",
29
+ "gray-400": "#BDBDBD",
30
+ "gray-500": "#9E9E9E",
31
+ "gray-600": "#757575",
32
+ "gray-700": "#616161",
33
+ "gray-800": "#424242",
34
+ "gray-900": "#212121",
35
+ "brown-50": "#EFEBE9",
36
+ "brown-100": "#D7CCC8",
37
+ "brown-200": "#BCAAA4",
38
+ "brown-300": "#A1887F",
39
+ "brown-400": "#8D6E63",
40
+ "brown-500": "#795548",
41
+ "brown-600": "#6D4C41",
42
+ "brown-700": "#5D4037",
43
+ "brown-800": "#4E342E",
44
+ "brown-900": "#3E2723",
45
+ "deep-orange-50": "#FBE9E7",
46
+ "deep-orange-100": "#FFCCBC",
47
+ "deep-orange-200": "#FFAB91",
48
+ "deep-orange-300": "#FF8A65",
49
+ "deep-orange-400": "#FF7043",
50
+ "deep-orange-500": "#FF5722",
51
+ "deep-orange-600": "#F4511E",
52
+ "deep-orange-700": "#E64A19",
53
+ "deep-orange-800": "#D84315",
54
+ "deep-orange-900": "#BF360C",
55
+ "orange-50": "#FFF3E0",
56
+ "orange-100": "#FFE0B2",
57
+ "orange-200": "#FFCC80",
58
+ "orange-300": "#FFB74D",
59
+ "orange-400": "#FFA726",
60
+ "orange-500": "#FF9800",
61
+ "orange-600": "#FB8C00",
62
+ "orange-700": "#F57C00",
63
+ "orange-800": "#EF6C00",
64
+ "orange-900": "#E65100",
65
+ "amber-50": "#FFF8E1",
66
+ "amber-100": "#FFECB3",
67
+ "amber-200": "#FFE082",
68
+ "amber-300": "#FFD54F",
69
+ "amber-400": "#FFCA28",
70
+ "amber-500": "#FFC107",
71
+ "amber-600": "#FFB300",
72
+ "amber-700": "#FFA000",
73
+ "amber-800": "#FF8F00",
74
+ "amber-900": "#FF6F00",
75
+ "yellow-50": "#FFFDE7",
76
+ "yellow-100": "#FFF9C4",
77
+ "yellow-200": "#FFF59D",
78
+ "yellow-300": "#FFF176",
79
+ "yellow-400": "#FFEE58",
80
+ "yellow-500": "#FFEB3B",
81
+ "yellow-600": "#FDD835",
82
+ "yellow-700": "#FBC02D",
83
+ "yellow-800": "#F9A825",
84
+ "yellow-900": "#F57F17",
85
+ "lime-50": "#F9FBE7",
86
+ "lime-100": "#F0F4C3",
87
+ "lime-200": "#E6EE9C",
88
+ "lime-300": "#DCE775",
89
+ "lime-400": "#D4E157",
90
+ "lime-500": "#CDDC39",
91
+ "lime-600": "#C0CA33",
92
+ "lime-700": "#AFB42B",
93
+ "lime-800": "#9E9D24",
94
+ "lime-900": "#827717",
95
+ "light-green-50": "#F1F8E9",
96
+ "light-green-100": "#DCEDC8",
97
+ "light-green-200": "#C5E1A5",
98
+ "light-green-300": "#AED581",
99
+ "light-green-400": "#9CCC65",
100
+ "light-green-500": "#8BC34A",
101
+ "light-green-600": "#7CB342",
102
+ "light-green-700": "#689F38",
103
+ "light-green-800": "#558B2F",
104
+ "light-green-900": "#33691E",
105
+ "green-50": "#E8F5E9",
106
+ "green-100": "#C8E6C9",
107
+ "green-200": "#A5D6A7",
108
+ "green-300": "#81C784",
109
+ "green-400": "#66BB6A",
110
+ "green-500": "#4CAF50",
111
+ "green-600": "#43A047",
112
+ "green-700": "#388E3C",
113
+ "green-800": "#2E7D32",
114
+ "green-900": "#1B5E20",
115
+ "teal-50": "#E0F2F1",
116
+ "teal-100": "#B2DFDB",
117
+ "teal-200": "#80CBC4",
118
+ "teal-300": "#4DB6AC",
119
+ "teal-400": "#26A69A",
120
+ "teal-500": "#009688",
121
+ "teal-600": "#00897B",
122
+ "teal-700": "#00796B",
123
+ "teal-800": "#00695C",
124
+ "teal-900": "#004D40",
125
+ "cyan-50": "#E0F7FA",
126
+ "cyan-100": "#B2EBF2",
127
+ "cyan-200": "#80DEEA",
128
+ "cyan-300": "#4DD0E1",
129
+ "cyan-400": "#26C6DA",
130
+ "cyan-500": "#00BCD4",
131
+ "cyan-600": "#00ACC1",
132
+ "cyan-700": "#0097A7",
133
+ "cyan-800": "#00838F",
134
+ "cyan-900": "#006064",
135
+ "light-blue-50": "#E1F5FE",
136
+ "light-blue-100": "#B3E5FC",
137
+ "light-blue-200": "#81D4FA",
138
+ "light-blue-300": "#4FC3F7",
139
+ "light-blue-400": "#29B6F6",
140
+ "light-blue-500": "#03A9F4",
141
+ "light-blue-600": "#039BE5",
142
+ "light-blue-700": "#0288D1",
143
+ "light-blue-800": "#0277BD",
144
+ "light-blue-900": "#01579B",
145
+ "blue-50": "#E3F2FD",
146
+ "blue-100": "#BBDEFB",
147
+ "blue-200": "#90CAF9",
148
+ "blue-300": "#64B5F6",
149
+ "blue-400": "#42A5F5",
150
+ "blue-500": "#2196F3",
151
+ "blue-600": "#1E88E5",
152
+ "blue-700": "#1976D2",
153
+ "blue-800": "#1565C0",
154
+ "blue-900": "#0D47A1",
155
+ "indigo-50": "#E8EAF6",
156
+ "indigo-100": "#C5CAE9",
157
+ "indigo-200": "#9FA8DA",
158
+ "indigo-300": "#7986CB",
159
+ "indigo-400": "#5C6BC0",
160
+ "indigo-500": "#3F51B5",
161
+ "indigo-600": "#3949AB",
162
+ "indigo-700": "#303F9F",
163
+ "indigo-800": "#283593",
164
+ "indigo-900": "#1A237E",
165
+ "deep-purple-50": "#EDE7F6",
166
+ "deep-purple-100": "#D1C4E9",
167
+ "deep-purple-200": "#B39DDB",
168
+ "deep-purple-300": "#9575CD",
169
+ "deep-purple-400": "#7E57C2",
170
+ "deep-purple-500": "#673AB7",
171
+ "deep-purple-600": "#5E35B1",
172
+ "deep-purple-700": "#512DA8",
173
+ "deep-purple-800": "#4527A0",
174
+ "deep-purple-900": "#311B92",
175
+ "purple-50": "#F3E5F5",
176
+ "purple-100": "#E1BEE7",
177
+ "purple-200": "#CE93D8",
178
+ "purple-300": "#BA68C8",
179
+ "purple-400": "#AB47BC",
180
+ "purple-500": "#9C27B0",
181
+ "purple-600": "#8E24AA",
182
+ "purple-700": "#7B1FA2",
183
+ "purple-800": "#6A1B9A",
184
+ "purple-900": "#4A148C",
185
+ "pink-50": "#FCE4EC",
186
+ "pink-100": "#F8BBD0",
187
+ "pink-200": "#F48FB1",
188
+ "pink-300": "#F06292",
189
+ "pink-400": "#EC407A",
190
+ "pink-500": "#E91E63",
191
+ "pink-600": "#D81B60",
192
+ "pink-700": "#C2185B",
193
+ "pink-800": "#AD1457",
194
+ "pink-900": "#880E4F",
195
+ "red-50": "#FFEBEE",
196
+ "red-100": "#FFCDD2",
197
+ "red-200": "#EF9A9A",
198
+ "red-300": "#E57373",
199
+ "red-400": "#EF5350",
200
+ "red-500": "#F44336",
201
+ "red-600": "#E53935",
202
+ "red-700": "#D32F2F",
203
+ "red-800": "#C62828",
204
+ "red-900": "#B71C1C",
205
+ "payhere-brand-base": "#102A4D",
206
+ "payhere-brand-10": "#CFD4DB",
207
+ "payhere-brand-20": "#AFB8C4",
208
+ "payhere-brand-30": "#8794A6",
209
+ "payhere-brand-40": "#607188",
210
+ "payhere-brand-50": "#384E6B",
211
+ "payhere-brand-60": "#0D2340",
212
+ // 'payhere-brand-70': '#0B1C33',
213
+ // 'payhere-brand-80': '#081527',
214
+ // 'payhere-brand-90': '#050E1A',
215
+ // 'payhere-brand-100': '#03080F',
216
+ "laba-black": "#212529",
217
+ "laba-white": "#FFFFFF",
218
+ "laba-blue-10": "#0163C8",
219
+ "laba-blue-08": "#006DFF",
220
+ "laba-blue-06": "#2899FF",
221
+ "laba-blue-05": "#73A4D6",
222
+ "laba-blue-02": "#DBECFF",
223
+ "laba-blue-01": "#F0F7FF",
224
+ "laba-green-10": "#038C67",
225
+ "laba-green-08": "#04BA27",
226
+ "laba-green-06": "#78D798",
227
+ "laba-green-05": "#ABF3CC",
228
+ "laba-green-02": "#CAEEE5",
229
+ "laba-green-01": "#DFF6F6",
230
+ "laba-grey-10": "#898989",
231
+ "laba-grey-08": "#AEAEAE",
232
+ "laba-grey-06": "#D6D6D6",
233
+ "laba-grey-05": "#EEEEEE",
234
+ "laba-grey-02": "#F2F2F2",
235
+ "laba-grey-01": "#FDFDFD",
236
+ "laba-orange-10": "#C05000",
237
+ "laba-orange-08": "#FF7200",
238
+ "laba-orange-06": "#FF9300",
239
+ "laba-orange-05": "#FFBD78",
240
+ "laba-orange-02": "#FFDDBB",
241
+ "laba-orange-01": "#FFF5EB",
242
+ "laba-red-10": "#9E101F",
243
+ "laba-red-08": "#ED0019",
244
+ "laba-red-06": "#FB004E",
245
+ "laba-red-05": "#FF5378",
246
+ "laba-red-02": "#FFAEBF",
247
+ "laba-red-01": "#FFEBEF"
248
+ }, sr = {
249
+ "payhere-h1": ["60px", { lineHeight: "72px", fontWeight: 700 }],
250
+ "payhere-h2": ["48px", { lineHeight: "58px", fontWeight: 700 }],
251
+ "payhere-h3": ["40px", { lineHeight: "48px", fontWeight: 700 }],
252
+ "payhere-h4": ["30px", { lineHeight: "38px", fontWeight: 700 }],
253
+ "payhere-h5": ["28px", { lineHeight: "40px", fontWeight: 700 }],
254
+ "payhere-h6": ["24px", { lineHeight: "30px", fontWeight: 700 }],
255
+ "payhere-body-lr": ["18px", { lineHeight: "26px", fontWeight: 400 }],
256
+ // large reguler
257
+ "payhere-body-lm": ["18px", { lineHeight: "26px", fontWeight: 500 }],
258
+ // large medium
259
+ "payhere-body-ls": ["18px", { lineHeight: "26px", fontWeight: 600 }],
260
+ // large semibold
261
+ "payhere-body-lb": ["18px", { lineHeight: "26px", fontWeight: 700 }],
262
+ // large bold
263
+ "payhere-body-mr": ["16px", { lineHeight: "24px", fontWeight: 400 }],
264
+ // medium reguler
265
+ "payhere-body-mm": ["16px", { lineHeight: "24px", fontWeight: 500 }],
266
+ // medium medium
267
+ "payhere-body-ms": ["16px", { lineHeight: "24px", fontWeight: 600 }],
268
+ // medium semibold
269
+ "payhere-body-mb": ["16px", { lineHeight: "24px", fontWeight: 700 }],
270
+ // medium bold
271
+ "payhere-label-r": ["15px", { lineHeight: "26px", fontWeight: 400 }],
272
+ // reguler
273
+ "payhere-label-m": ["15px", { lineHeight: "26px", fontWeight: 500 }],
274
+ // medium
275
+ "payhere-body-sr": ["14px", { lineHeight: "22px", fontWeight: 400 }],
276
+ // small reguler
277
+ "payhere-body-sm": ["14px", { lineHeight: "22px", fontWeight: 500 }],
278
+ // small medium
279
+ "payhere-body-esr": ["12px", { lineHeight: "20px", fontWeight: 400 }],
280
+ // extra small reguler
281
+ "payhere-body-esm": ["12px", { lineHeight: "20px", fontWeight: 500 }]
282
+ // extra small medium
283
+ }, fr = {
284
+ "laba-h1": ["24px", { lineHeight: "30px", fontWeight: 700 }],
285
+ "laba-h2": ["18px", { lineHeight: "26px", fontWeight: 700 }],
286
+ "laba-base-rb": ["16px", { lineHeight: "24px", fontWeight: 700 }],
287
+ // reguler bold
288
+ "laba-base-rs": ["16px", { lineHeight: "24px", fontWeight: 600 }],
289
+ // reguler semibold
290
+ "laba-base-rr": ["16px", { lineHeight: "24px", fontWeight: 400 }],
291
+ // reguler reguler
292
+ "laba-base-sb": ["14px", { lineHeight: "20px", fontWeight: 700 }],
293
+ // small bold
294
+ "laba-base-ss": ["14px", { lineHeight: "20px", fontWeight: 600 }],
295
+ // small semibold
296
+ "laba-base-sr": ["14px", { lineHeight: "20px", fontWeight: 400 }],
297
+ // small reguler
298
+ "laba-subtitle-rb": ["12px", { lineHeight: "16px", fontWeight: 700 }],
299
+ // reguler bold
300
+ "laba-subtitle-rs": ["12px", { lineHeight: "16px", fontWeight: 600 }],
301
+ // reguler semibold
302
+ "laba-subtitle-rr": ["12px", { lineHeight: "16px", fontWeight: 400 }],
303
+ // reguler reguler
304
+ "laba-subtitle-sb": ["10px", { lineHeight: "12px", fontWeight: 700 }],
305
+ // small bold
306
+ "laba-subtitle-ss": ["10px", { lineHeight: "12px", fontWeight: 600 }],
307
+ // small semibold
308
+ "laba-subtitle-sr": ["10px", { lineHeight: "12px", fontWeight: 400 }]
309
+ // small reguler
310
+ }, dr = { ...sr, ...fr };
311
+ var Z = { exports: {} }, j = {};
3
312
  /**
4
313
  * @license React
5
314
  * react-jsx-runtime.production.min.js
@@ -9,21 +318,21 @@ var H = { exports: {} }, j = {};
9
318
  * This source code is licensed under the MIT license found in the
10
319
  * LICENSE file in the root directory of this source tree.
11
320
  */
12
- var ye;
13
- function ir() {
14
- if (ye) return j;
15
- ye = 1;
16
- var N = Oe, w = Symbol.for("react.element"), V = Symbol.for("react.fragment"), m = Object.prototype.hasOwnProperty, D = N.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, F = { key: !0, ref: !0, __self: !0, __source: !0 };
17
- function C(h, l, y) {
18
- var d, g = {}, _ = null, A = null;
19
- y !== void 0 && (_ = "" + y), l.key !== void 0 && (_ = "" + l.key), l.ref !== void 0 && (A = l.ref);
20
- for (d in l) m.call(l, d) && !F.hasOwnProperty(d) && (g[d] = l[d]);
21
- if (h && h.defaultProps) for (d in l = h.defaultProps, l) g[d] === void 0 && (g[d] = l[d]);
22
- return { $$typeof: w, type: h, key: _, ref: A, props: g, _owner: D.current };
321
+ var De;
322
+ function cr() {
323
+ if (De) return j;
324
+ De = 1;
325
+ var S = Re, C = Symbol.for("react.element"), v = Symbol.for("react.fragment"), F = Object.prototype.hasOwnProperty, A = S.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, R = { key: !0, ref: !0, __self: !0, __source: !0 };
326
+ function m(_, f, B) {
327
+ var g, h = {}, x = null, $ = null;
328
+ B !== void 0 && (x = "" + B), f.key !== void 0 && (x = "" + f.key), f.ref !== void 0 && ($ = f.ref);
329
+ for (g in f) F.call(f, g) && !R.hasOwnProperty(g) && (h[g] = f[g]);
330
+ if (_ && _.defaultProps) for (g in f = _.defaultProps, f) h[g] === void 0 && (h[g] = f[g]);
331
+ return { $$typeof: C, type: _, key: x, ref: $, props: h, _owner: A.current };
23
332
  }
24
- return j.Fragment = V, j.jsx = C, j.jsxs = C, j;
333
+ return j.Fragment = v, j.jsx = m, j.jsxs = m, j;
25
334
  }
26
- var k = {};
335
+ var H = {};
27
336
  /**
28
337
  * @license React
29
338
  * react-jsx-runtime.development.js
@@ -33,54 +342,54 @@ var k = {};
33
342
  * This source code is licensed under the MIT license found in the
34
343
  * LICENSE file in the root directory of this source tree.
35
344
  */
36
- var Te;
37
- function ur() {
38
- return Te || (Te = 1, process.env.NODE_ENV !== "production" && function() {
39
- var N = Oe, w = Symbol.for("react.element"), V = Symbol.for("react.portal"), m = Symbol.for("react.fragment"), D = Symbol.for("react.strict_mode"), F = Symbol.for("react.profiler"), C = Symbol.for("react.provider"), h = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), y = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), g = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), A = Symbol.for("react.offscreen"), X = Symbol.iterator, Pe = "@@iterator";
345
+ var Ae;
346
+ function pr() {
347
+ return Ae || (Ae = 1, process.env.NODE_ENV !== "production" && function() {
348
+ var S = Re, C = Symbol.for("react.element"), v = Symbol.for("react.portal"), F = Symbol.for("react.fragment"), A = Symbol.for("react.strict_mode"), R = Symbol.for("react.profiler"), m = Symbol.for("react.provider"), _ = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), B = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), x = Symbol.for("react.lazy"), $ = Symbol.for("react.offscreen"), Q = Symbol.iterator, Be = "@@iterator";
40
349
  function we(e) {
41
350
  if (e === null || typeof e != "object")
42
351
  return null;
43
- var r = X && e[X] || e[Pe];
352
+ var r = Q && e[Q] || e[Be];
44
353
  return typeof r == "function" ? r : null;
45
354
  }
46
- var T = N.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
355
+ var w = S.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
47
356
  function c(e) {
48
357
  {
49
358
  for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
50
359
  t[n - 1] = arguments[n];
51
- Ce("error", e, t);
360
+ Te("error", e, t);
52
361
  }
53
362
  }
54
- function Ce(e, r, t) {
363
+ function Te(e, r, t) {
55
364
  {
56
- var n = T.ReactDebugCurrentFrame, i = n.getStackAddendum();
57
- i !== "" && (r += "%s", t = t.concat([i]));
58
- var u = t.map(function(o) {
59
- return String(o);
365
+ var n = w.ReactDebugCurrentFrame, o = n.getStackAddendum();
366
+ o !== "" && (r += "%s", t = t.concat([o]));
367
+ var l = t.map(function(i) {
368
+ return String(i);
60
369
  });
61
- u.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, u);
370
+ l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
62
371
  }
63
372
  }
64
- var Se = !1, xe = !1, je = !1, ke = !1, De = !1, Z;
65
- Z = Symbol.for("react.module.reference");
66
- function Fe(e) {
67
- return !!(typeof e == "string" || typeof e == "function" || e === m || e === F || De || e === D || e === y || e === d || ke || e === A || Se || xe || je || typeof e == "object" && e !== null && (e.$$typeof === _ || e.$$typeof === g || e.$$typeof === C || e.$$typeof === h || e.$$typeof === l || // This needs to include all possible module reference object
373
+ var Oe = !1, Pe = !1, Se = !1, We = !1, ke = !1, ee;
374
+ ee = Symbol.for("react.module.reference");
375
+ function je(e) {
376
+ return !!(typeof e == "string" || typeof e == "function" || e === F || e === R || ke || e === A || e === B || e === g || We || e === $ || Oe || Pe || Se || typeof e == "object" && e !== null && (e.$$typeof === x || e.$$typeof === h || e.$$typeof === m || e.$$typeof === _ || e.$$typeof === f || // This needs to include all possible module reference object
68
377
  // types supported by any Flight configuration anywhere since
69
378
  // we don't know which Flight build this will end up being used
70
379
  // with.
71
- e.$$typeof === Z || e.getModuleId !== void 0));
380
+ e.$$typeof === ee || e.getModuleId !== void 0));
72
381
  }
73
- function Ae(e, r, t) {
382
+ function He(e, r, t) {
74
383
  var n = e.displayName;
75
384
  if (n)
76
385
  return n;
77
- var i = r.displayName || r.name || "";
78
- return i !== "" ? t + "(" + i + ")" : t;
386
+ var o = r.displayName || r.name || "";
387
+ return o !== "" ? t + "(" + o + ")" : t;
79
388
  }
80
- function Q(e) {
389
+ function re(e) {
81
390
  return e.displayName || "Context";
82
391
  }
83
- function b(e) {
392
+ function E(e) {
84
393
  if (e == null)
85
394
  return null;
86
395
  if (typeof e.tag == "number" && c("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
@@ -88,36 +397,36 @@ function ur() {
88
397
  if (typeof e == "string")
89
398
  return e;
90
399
  switch (e) {
91
- case m:
400
+ case F:
92
401
  return "Fragment";
93
- case V:
402
+ case v:
94
403
  return "Portal";
95
- case F:
404
+ case R:
96
405
  return "Profiler";
97
- case D:
406
+ case A:
98
407
  return "StrictMode";
99
- case y:
408
+ case B:
100
409
  return "Suspense";
101
- case d:
410
+ case g:
102
411
  return "SuspenseList";
103
412
  }
104
413
  if (typeof e == "object")
105
414
  switch (e.$$typeof) {
106
- case h:
415
+ case _:
107
416
  var r = e;
108
- return Q(r) + ".Consumer";
109
- case C:
417
+ return re(r) + ".Consumer";
418
+ case m:
110
419
  var t = e;
111
- return Q(t._context) + ".Provider";
112
- case l:
113
- return Ae(e, e.render, "ForwardRef");
114
- case g:
420
+ return re(t._context) + ".Provider";
421
+ case f:
422
+ return He(e, e.render, "ForwardRef");
423
+ case h:
115
424
  var n = e.displayName || null;
116
- return n !== null ? n : b(e.type) || "Memo";
117
- case _: {
118
- var i = e, u = i._payload, o = i._init;
425
+ return n !== null ? n : E(e.type) || "Memo";
426
+ case x: {
427
+ var o = e, l = o._payload, i = o._init;
119
428
  try {
120
- return b(o(u));
429
+ return E(i(l));
121
430
  } catch {
122
431
  return null;
123
432
  }
@@ -125,18 +434,18 @@ function ur() {
125
434
  }
126
435
  return null;
127
436
  }
128
- var R = Object.assign, S = 0, ee, re, te, ne, ae, oe, ie;
129
- function ue() {
437
+ var D = Object.assign, W = 0, te, ne, ae, ie, oe, le, ue;
438
+ function se() {
130
439
  }
131
- ue.__reactDisabledLog = !0;
132
- function Ie() {
440
+ se.__reactDisabledLog = !0;
441
+ function $e() {
133
442
  {
134
- if (S === 0) {
135
- ee = console.log, re = console.info, te = console.warn, ne = console.error, ae = console.group, oe = console.groupCollapsed, ie = console.groupEnd;
443
+ if (W === 0) {
444
+ te = console.log, ne = console.info, ae = console.warn, ie = console.error, oe = console.group, le = console.groupCollapsed, ue = console.groupEnd;
136
445
  var e = {
137
446
  configurable: !0,
138
447
  enumerable: !0,
139
- value: ue,
448
+ value: se,
140
449
  writable: !0
141
450
  };
142
451
  Object.defineProperties(console, {
@@ -149,251 +458,251 @@ function ur() {
149
458
  groupEnd: e
150
459
  });
151
460
  }
152
- S++;
461
+ W++;
153
462
  }
154
463
  }
155
- function $e() {
464
+ function Ye() {
156
465
  {
157
- if (S--, S === 0) {
466
+ if (W--, W === 0) {
158
467
  var e = {
159
468
  configurable: !0,
160
469
  enumerable: !0,
161
470
  writable: !0
162
471
  };
163
472
  Object.defineProperties(console, {
164
- log: R({}, e, {
165
- value: ee
166
- }),
167
- info: R({}, e, {
168
- value: re
169
- }),
170
- warn: R({}, e, {
473
+ log: D({}, e, {
171
474
  value: te
172
475
  }),
173
- error: R({}, e, {
476
+ info: D({}, e, {
174
477
  value: ne
175
478
  }),
176
- group: R({}, e, {
479
+ warn: D({}, e, {
177
480
  value: ae
178
481
  }),
179
- groupCollapsed: R({}, e, {
482
+ error: D({}, e, {
483
+ value: ie
484
+ }),
485
+ group: D({}, e, {
180
486
  value: oe
181
487
  }),
182
- groupEnd: R({}, e, {
183
- value: ie
488
+ groupCollapsed: D({}, e, {
489
+ value: le
490
+ }),
491
+ groupEnd: D({}, e, {
492
+ value: ue
184
493
  })
185
494
  });
186
495
  }
187
- S < 0 && c("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
496
+ W < 0 && c("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
188
497
  }
189
498
  }
190
- var M = T.ReactCurrentDispatcher, U;
191
- function I(e, r, t) {
499
+ var M = w.ReactCurrentDispatcher, U;
500
+ function Y(e, r, t) {
192
501
  {
193
502
  if (U === void 0)
194
503
  try {
195
504
  throw Error();
196
- } catch (i) {
197
- var n = i.stack.trim().match(/\n( *(at )?)/);
505
+ } catch (o) {
506
+ var n = o.stack.trim().match(/\n( *(at )?)/);
198
507
  U = n && n[1] || "";
199
508
  }
200
509
  return `
201
510
  ` + U + e;
202
511
  }
203
512
  }
204
- var B = !1, $;
513
+ var q = !1, I;
205
514
  {
206
- var We = typeof WeakMap == "function" ? WeakMap : Map;
207
- $ = new We();
515
+ var Ie = typeof WeakMap == "function" ? WeakMap : Map;
516
+ I = new Ie();
208
517
  }
209
- function se(e, r) {
210
- if (!e || B)
518
+ function fe(e, r) {
519
+ if (!e || q)
211
520
  return "";
212
521
  {
213
- var t = $.get(e);
522
+ var t = I.get(e);
214
523
  if (t !== void 0)
215
524
  return t;
216
525
  }
217
526
  var n;
218
- B = !0;
219
- var i = Error.prepareStackTrace;
527
+ q = !0;
528
+ var o = Error.prepareStackTrace;
220
529
  Error.prepareStackTrace = void 0;
221
- var u;
222
- u = M.current, M.current = null, Ie();
530
+ var l;
531
+ l = M.current, M.current = null, $e();
223
532
  try {
224
533
  if (r) {
225
- var o = function() {
534
+ var i = function() {
226
535
  throw Error();
227
536
  };
228
- if (Object.defineProperty(o.prototype, "props", {
537
+ if (Object.defineProperty(i.prototype, "props", {
229
538
  set: function() {
230
539
  throw Error();
231
540
  }
232
541
  }), typeof Reflect == "object" && Reflect.construct) {
233
542
  try {
234
- Reflect.construct(o, []);
235
- } catch (E) {
236
- n = E;
543
+ Reflect.construct(i, []);
544
+ } catch (y) {
545
+ n = y;
237
546
  }
238
- Reflect.construct(e, [], o);
547
+ Reflect.construct(e, [], i);
239
548
  } else {
240
549
  try {
241
- o.call();
242
- } catch (E) {
243
- n = E;
550
+ i.call();
551
+ } catch (y) {
552
+ n = y;
244
553
  }
245
- e.call(o.prototype);
554
+ e.call(i.prototype);
246
555
  }
247
556
  } else {
248
557
  try {
249
558
  throw Error();
250
- } catch (E) {
251
- n = E;
559
+ } catch (y) {
560
+ n = y;
252
561
  }
253
562
  e();
254
563
  }
255
- } catch (E) {
256
- if (E && n && typeof E.stack == "string") {
257
- for (var a = E.stack.split(`
258
- `), v = n.stack.split(`
259
- `), s = a.length - 1, f = v.length - 1; s >= 1 && f >= 0 && a[s] !== v[f]; )
260
- f--;
261
- for (; s >= 1 && f >= 0; s--, f--)
262
- if (a[s] !== v[f]) {
263
- if (s !== 1 || f !== 1)
564
+ } catch (y) {
565
+ if (y && n && typeof y.stack == "string") {
566
+ for (var a = y.stack.split(`
567
+ `), p = n.stack.split(`
568
+ `), u = a.length - 1, s = p.length - 1; u >= 1 && s >= 0 && a[u] !== p[s]; )
569
+ s--;
570
+ for (; u >= 1 && s >= 0; u--, s--)
571
+ if (a[u] !== p[s]) {
572
+ if (u !== 1 || s !== 1)
264
573
  do
265
- if (s--, f--, f < 0 || a[s] !== v[f]) {
266
- var p = `
267
- ` + a[s].replace(" at new ", " at ");
268
- return e.displayName && p.includes("<anonymous>") && (p = p.replace("<anonymous>", e.displayName)), typeof e == "function" && $.set(e, p), p;
574
+ if (u--, s--, s < 0 || a[u] !== p[s]) {
575
+ var d = `
576
+ ` + a[u].replace(" at new ", " at ");
577
+ return e.displayName && d.includes("<anonymous>") && (d = d.replace("<anonymous>", e.displayName)), typeof e == "function" && I.set(e, d), d;
269
578
  }
270
- while (s >= 1 && f >= 0);
579
+ while (u >= 1 && s >= 0);
271
580
  break;
272
581
  }
273
582
  }
274
583
  } finally {
275
- B = !1, M.current = u, $e(), Error.prepareStackTrace = i;
584
+ q = !1, M.current = l, Ye(), Error.prepareStackTrace = o;
276
585
  }
277
- var P = e ? e.displayName || e.name : "", me = P ? I(P) : "";
278
- return typeof e == "function" && $.set(e, me), me;
586
+ var O = e ? e.displayName || e.name : "", _e = O ? Y(O) : "";
587
+ return typeof e == "function" && I.set(e, _e), _e;
279
588
  }
280
- function Ye(e, r, t) {
281
- return se(e, !1);
589
+ function Le(e, r, t) {
590
+ return fe(e, !1);
282
591
  }
283
- function Le(e) {
592
+ function Ne(e) {
284
593
  var r = e.prototype;
285
594
  return !!(r && r.isReactComponent);
286
595
  }
287
- function W(e, r, t) {
596
+ function L(e, r, t) {
288
597
  if (e == null)
289
598
  return "";
290
599
  if (typeof e == "function")
291
- return se(e, Le(e));
600
+ return fe(e, Ne(e));
292
601
  if (typeof e == "string")
293
- return I(e);
602
+ return Y(e);
294
603
  switch (e) {
295
- case y:
296
- return I("Suspense");
297
- case d:
298
- return I("SuspenseList");
604
+ case B:
605
+ return Y("Suspense");
606
+ case g:
607
+ return Y("SuspenseList");
299
608
  }
300
609
  if (typeof e == "object")
301
610
  switch (e.$$typeof) {
302
- case l:
303
- return Ye(e.render);
304
- case g:
305
- return W(e.type, r, t);
306
- case _: {
307
- var n = e, i = n._payload, u = n._init;
611
+ case f:
612
+ return Le(e.render);
613
+ case h:
614
+ return L(e.type, r, t);
615
+ case x: {
616
+ var n = e, o = n._payload, l = n._init;
308
617
  try {
309
- return W(u(i), r, t);
618
+ return L(l(o), r, t);
310
619
  } catch {
311
620
  }
312
621
  }
313
622
  }
314
623
  return "";
315
624
  }
316
- var Y = Object.prototype.hasOwnProperty, fe = {}, le = T.ReactDebugCurrentFrame;
317
- function L(e) {
625
+ var N = Object.prototype.hasOwnProperty, ce = {}, pe = w.ReactDebugCurrentFrame;
626
+ function V(e) {
318
627
  if (e) {
319
- var r = e._owner, t = W(e.type, e._source, r ? r.type : null);
320
- le.setExtraStackFrame(t);
628
+ var r = e._owner, t = L(e.type, e._source, r ? r.type : null);
629
+ pe.setExtraStackFrame(t);
321
630
  } else
322
- le.setExtraStackFrame(null);
631
+ pe.setExtraStackFrame(null);
323
632
  }
324
- function Ne(e, r, t, n, i) {
633
+ function Ve(e, r, t, n, o) {
325
634
  {
326
- var u = Function.call.bind(Y);
327
- for (var o in e)
328
- if (u(e, o)) {
635
+ var l = Function.call.bind(N);
636
+ for (var i in e)
637
+ if (l(e, i)) {
329
638
  var a = void 0;
330
639
  try {
331
- if (typeof e[o] != "function") {
332
- var v = Error((n || "React class") + ": " + t + " type `" + o + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[o] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
333
- throw v.name = "Invariant Violation", v;
640
+ if (typeof e[i] != "function") {
641
+ var p = Error((n || "React class") + ": " + t + " 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`.");
642
+ throw p.name = "Invariant Violation", p;
334
643
  }
335
- a = e[o](r, o, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
336
- } catch (s) {
337
- a = s;
644
+ a = e[i](r, i, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
645
+ } catch (u) {
646
+ a = u;
338
647
  }
339
- a && !(a instanceof Error) && (L(i), c("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", n || "React class", t, o, typeof a), L(null)), a instanceof Error && !(a.message in fe) && (fe[a.message] = !0, L(i), c("Failed %s type: %s", t, a.message), L(null));
648
+ a && !(a instanceof Error) && (V(o), c("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", n || "React class", t, i, typeof a), V(null)), a instanceof Error && !(a.message in ce) && (ce[a.message] = !0, V(o), c("Failed %s type: %s", t, a.message), V(null));
340
649
  }
341
650
  }
342
651
  }
343
- var Ve = Array.isArray;
344
- function q(e) {
345
- return Ve(e);
652
+ var Me = Array.isArray;
653
+ function z(e) {
654
+ return Me(e);
346
655
  }
347
- function Me(e) {
656
+ function Ue(e) {
348
657
  {
349
658
  var r = typeof Symbol == "function" && Symbol.toStringTag, t = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
350
659
  return t;
351
660
  }
352
661
  }
353
- function Ue(e) {
662
+ function qe(e) {
354
663
  try {
355
- return ce(e), !1;
664
+ return ge(e), !1;
356
665
  } catch {
357
666
  return !0;
358
667
  }
359
668
  }
360
- function ce(e) {
669
+ function ge(e) {
361
670
  return "" + e;
362
671
  }
363
- function ve(e) {
364
- if (Ue(e))
365
- return c("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Me(e)), ce(e);
672
+ function be(e) {
673
+ if (qe(e))
674
+ return c("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ue(e)), ge(e);
366
675
  }
367
- var x = T.ReactCurrentOwner, Be = {
676
+ var k = w.ReactCurrentOwner, ze = {
368
677
  key: !0,
369
678
  ref: !0,
370
679
  __self: !0,
371
680
  __source: !0
372
- }, de, pe, J;
681
+ }, de, Fe, J;
373
682
  J = {};
374
- function qe(e) {
375
- if (Y.call(e, "ref")) {
683
+ function Je(e) {
684
+ if (N.call(e, "ref")) {
376
685
  var r = Object.getOwnPropertyDescriptor(e, "ref").get;
377
686
  if (r && r.isReactWarning)
378
687
  return !1;
379
688
  }
380
689
  return e.ref !== void 0;
381
690
  }
382
- function Je(e) {
383
- if (Y.call(e, "key")) {
691
+ function Ge(e) {
692
+ if (N.call(e, "key")) {
384
693
  var r = Object.getOwnPropertyDescriptor(e, "key").get;
385
694
  if (r && r.isReactWarning)
386
695
  return !1;
387
696
  }
388
697
  return e.key !== void 0;
389
698
  }
390
- function Ge(e, r) {
391
- if (typeof e.ref == "string" && x.current && r && x.current.stateNode !== r) {
392
- var t = b(x.current.type);
393
- J[t] || (c('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', b(x.current.type), e.ref), J[t] = !0);
699
+ function Ke(e, r) {
700
+ if (typeof e.ref == "string" && k.current && r && k.current.stateNode !== r) {
701
+ var t = E(k.current.type);
702
+ J[t] || (c('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', E(k.current.type), e.ref), J[t] = !0);
394
703
  }
395
704
  }
396
- function ze(e, r) {
705
+ function Xe(e, r) {
397
706
  {
398
707
  var t = function() {
399
708
  de || (de = !0, c("%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));
@@ -404,10 +713,10 @@ function ur() {
404
713
  });
405
714
  }
406
715
  }
407
- function Ke(e, r) {
716
+ function Ze(e, r) {
408
717
  {
409
718
  var t = function() {
410
- pe || (pe = !0, c("%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));
719
+ Fe || (Fe = !0, c("%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));
411
720
  };
412
721
  t.isReactWarning = !0, Object.defineProperty(e, "ref", {
413
722
  get: t,
@@ -415,17 +724,17 @@ function ur() {
415
724
  });
416
725
  }
417
726
  }
418
- var He = function(e, r, t, n, i, u, o) {
727
+ var Qe = function(e, r, t, n, o, l, i) {
419
728
  var a = {
420
729
  // This tag allows us to uniquely identify this as a React Element
421
- $$typeof: w,
730
+ $$typeof: C,
422
731
  // Built-in properties that belong on the element
423
732
  type: e,
424
733
  key: r,
425
734
  ref: t,
426
- props: o,
735
+ props: i,
427
736
  // Record the component responsible for creating this element.
428
- _owner: u
737
+ _owner: l
429
738
  };
430
739
  return a._store = {}, Object.defineProperty(a._store, "validated", {
431
740
  configurable: !1,
@@ -441,44 +750,44 @@ function ur() {
441
750
  configurable: !1,
442
751
  enumerable: !1,
443
752
  writable: !1,
444
- value: i
753
+ value: o
445
754
  }), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a;
446
755
  };
447
- function Xe(e, r, t, n, i) {
756
+ function er(e, r, t, n, o) {
448
757
  {
449
- var u, o = {}, a = null, v = null;
450
- t !== void 0 && (ve(t), a = "" + t), Je(r) && (ve(r.key), a = "" + r.key), qe(r) && (v = r.ref, Ge(r, i));
451
- for (u in r)
452
- Y.call(r, u) && !Be.hasOwnProperty(u) && (o[u] = r[u]);
758
+ var l, i = {}, a = null, p = null;
759
+ t !== void 0 && (be(t), a = "" + t), Ge(r) && (be(r.key), a = "" + r.key), Je(r) && (p = r.ref, Ke(r, o));
760
+ for (l in r)
761
+ N.call(r, l) && !ze.hasOwnProperty(l) && (i[l] = r[l]);
453
762
  if (e && e.defaultProps) {
454
- var s = e.defaultProps;
455
- for (u in s)
456
- o[u] === void 0 && (o[u] = s[u]);
763
+ var u = e.defaultProps;
764
+ for (l in u)
765
+ i[l] === void 0 && (i[l] = u[l]);
457
766
  }
458
- if (a || v) {
459
- var f = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
460
- a && ze(o, f), v && Ke(o, f);
767
+ if (a || p) {
768
+ var s = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
769
+ a && Xe(i, s), p && Ze(i, s);
461
770
  }
462
- return He(e, a, v, i, n, x.current, o);
771
+ return Qe(e, a, p, o, n, k.current, i);
463
772
  }
464
773
  }
465
- var G = T.ReactCurrentOwner, ge = T.ReactDebugCurrentFrame;
466
- function O(e) {
774
+ var G = w.ReactCurrentOwner, he = w.ReactDebugCurrentFrame;
775
+ function T(e) {
467
776
  if (e) {
468
- var r = e._owner, t = W(e.type, e._source, r ? r.type : null);
469
- ge.setExtraStackFrame(t);
777
+ var r = e._owner, t = L(e.type, e._source, r ? r.type : null);
778
+ he.setExtraStackFrame(t);
470
779
  } else
471
- ge.setExtraStackFrame(null);
780
+ he.setExtraStackFrame(null);
472
781
  }
473
- var z;
474
- z = !1;
475
- function K(e) {
476
- return typeof e == "object" && e !== null && e.$$typeof === w;
782
+ var K;
783
+ K = !1;
784
+ function X(e) {
785
+ return typeof e == "object" && e !== null && e.$$typeof === C;
477
786
  }
478
- function be() {
787
+ function Ee() {
479
788
  {
480
789
  if (G.current) {
481
- var e = b(G.current.type);
790
+ var e = E(G.current.type);
482
791
  if (e)
483
792
  return `
484
793
 
@@ -487,13 +796,13 @@ Check the render method of \`` + e + "`.";
487
796
  return "";
488
797
  }
489
798
  }
490
- function Ze(e) {
799
+ function rr(e) {
491
800
  return "";
492
801
  }
493
- var Ee = {};
494
- function Qe(e) {
802
+ var ye = {};
803
+ function tr(e) {
495
804
  {
496
- var r = be();
805
+ var r = Ee();
497
806
  if (!r) {
498
807
  var t = typeof e == "string" ? e : e.displayName || e.name;
499
808
  t && (r = `
@@ -503,39 +812,39 @@ Check the top-level render call using <` + t + ">.");
503
812
  return r;
504
813
  }
505
814
  }
506
- function he(e, r) {
815
+ function ve(e, r) {
507
816
  {
508
817
  if (!e._store || e._store.validated || e.key != null)
509
818
  return;
510
819
  e._store.validated = !0;
511
- var t = Qe(r);
512
- if (Ee[t])
820
+ var t = tr(r);
821
+ if (ye[t])
513
822
  return;
514
- Ee[t] = !0;
823
+ ye[t] = !0;
515
824
  var n = "";
516
- e && e._owner && e._owner !== G.current && (n = " It was passed a child from " + b(e._owner.type) + "."), O(e), c('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n), O(null);
825
+ e && e._owner && e._owner !== G.current && (n = " It was passed a child from " + E(e._owner.type) + "."), T(e), c('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n), T(null);
517
826
  }
518
827
  }
519
- function _e(e, r) {
828
+ function me(e, r) {
520
829
  {
521
830
  if (typeof e != "object")
522
831
  return;
523
- if (q(e))
832
+ if (z(e))
524
833
  for (var t = 0; t < e.length; t++) {
525
834
  var n = e[t];
526
- K(n) && he(n, r);
835
+ X(n) && ve(n, r);
527
836
  }
528
- else if (K(e))
837
+ else if (X(e))
529
838
  e._store && (e._store.validated = !0);
530
839
  else if (e) {
531
- var i = we(e);
532
- if (typeof i == "function" && i !== e.entries)
533
- for (var u = i.call(e), o; !(o = u.next()).done; )
534
- K(o.value) && he(o.value, r);
840
+ var o = we(e);
841
+ if (typeof o == "function" && o !== e.entries)
842
+ for (var l = o.call(e), i; !(i = l.next()).done; )
843
+ X(i.value) && ve(i.value, r);
535
844
  }
536
845
  }
537
846
  }
538
- function er(e) {
847
+ function nr(e) {
539
848
  {
540
849
  var r = e.type;
541
850
  if (r == null || typeof r == "string")
@@ -543,79 +852,133 @@ Check the top-level render call using <` + t + ">.");
543
852
  var t;
544
853
  if (typeof r == "function")
545
854
  t = r.propTypes;
546
- else if (typeof r == "object" && (r.$$typeof === l || // Note: Memo only checks outer props here.
855
+ else if (typeof r == "object" && (r.$$typeof === f || // Note: Memo only checks outer props here.
547
856
  // Inner props are checked in the reconciler.
548
- r.$$typeof === g))
857
+ r.$$typeof === h))
549
858
  t = r.propTypes;
550
859
  else
551
860
  return;
552
861
  if (t) {
553
- var n = b(r);
554
- Ne(t, e.props, "prop", n, e);
555
- } else if (r.PropTypes !== void 0 && !z) {
556
- z = !0;
557
- var i = b(r);
558
- c("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", i || "Unknown");
862
+ var n = E(r);
863
+ Ve(t, e.props, "prop", n, e);
864
+ } else if (r.PropTypes !== void 0 && !K) {
865
+ K = !0;
866
+ var o = E(r);
867
+ c("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", o || "Unknown");
559
868
  }
560
869
  typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && c("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
561
870
  }
562
871
  }
563
- function rr(e) {
872
+ function ar(e) {
564
873
  {
565
874
  for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
566
875
  var n = r[t];
567
876
  if (n !== "children" && n !== "key") {
568
- O(e), c("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), O(null);
877
+ T(e), c("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), T(null);
569
878
  break;
570
879
  }
571
880
  }
572
- e.ref !== null && (O(e), c("Invalid attribute `ref` supplied to `React.Fragment`."), O(null));
881
+ e.ref !== null && (T(e), c("Invalid attribute `ref` supplied to `React.Fragment`."), T(null));
573
882
  }
574
883
  }
575
- function Re(e, r, t, n, i, u) {
884
+ function Ce(e, r, t, n, o, l) {
576
885
  {
577
- var o = Fe(e);
578
- if (!o) {
886
+ var i = je(e);
887
+ if (!i) {
579
888
  var a = "";
580
889
  (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (a += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
581
- var v = Ze();
582
- v ? a += v : a += be();
583
- var s;
584
- e === null ? s = "null" : q(e) ? s = "array" : e !== void 0 && e.$$typeof === w ? (s = "<" + (b(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : s = typeof e, c("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", s, a);
890
+ var p = rr();
891
+ p ? a += p : a += Ee();
892
+ var u;
893
+ e === null ? u = "null" : z(e) ? u = "array" : e !== void 0 && e.$$typeof === C ? (u = "<" + (E(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : u = typeof e, c("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", u, a);
585
894
  }
586
- var f = Xe(e, r, t, i, u);
587
- if (f == null)
588
- return f;
589
- if (o) {
590
- var p = r.children;
591
- if (p !== void 0)
895
+ var s = er(e, r, t, o, l);
896
+ if (s == null)
897
+ return s;
898
+ if (i) {
899
+ var d = r.children;
900
+ if (d !== void 0)
592
901
  if (n)
593
- if (q(p)) {
594
- for (var P = 0; P < p.length; P++)
595
- _e(p[P], e);
596
- Object.freeze && Object.freeze(p);
902
+ if (z(d)) {
903
+ for (var O = 0; O < d.length; O++)
904
+ me(d[O], e);
905
+ Object.freeze && Object.freeze(d);
597
906
  } else
598
907
  c("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
599
908
  else
600
- _e(p, e);
909
+ me(d, e);
601
910
  }
602
- return e === m ? rr(f) : er(f), f;
911
+ return e === F ? ar(s) : nr(s), s;
603
912
  }
604
913
  }
605
- function tr(e, r, t) {
606
- return Re(e, r, t, !0);
914
+ function ir(e, r, t) {
915
+ return Ce(e, r, t, !0);
607
916
  }
608
- function nr(e, r, t) {
609
- return Re(e, r, t, !1);
917
+ function or(e, r, t) {
918
+ return Ce(e, r, t, !1);
610
919
  }
611
- var ar = nr, or = tr;
612
- k.Fragment = m, k.jsx = ar, k.jsxs = or;
613
- }()), k;
920
+ var lr = or, ur = ir;
921
+ H.Fragment = F, H.jsx = lr, H.jsxs = ur;
922
+ }()), H;
614
923
  }
615
- process.env.NODE_ENV === "production" ? H.exports = ir() : H.exports = ur();
616
- var sr = H.exports;
617
- const lr = () => /* @__PURE__ */ sr.jsx("div", { className: "1ru-w-full 1ru-bg-red-900", children: "index" });
924
+ process.env.NODE_ENV === "production" ? Z.exports = cr() : Z.exports = pr();
925
+ var P = Z.exports;
926
+ const Fr = () => /* @__PURE__ */ P.jsx("div", { className: "1ru-w-full 1ru-bg-red-900", children: "index" }), b = {
927
+ "button-base": "_button-base_18iwt_1",
928
+ "button-xs": "_button-xs_18iwt_1",
929
+ "button-s": "_button-s_18iwt_1",
930
+ "button-small": "_button-small_18iwt_1",
931
+ "button-reguler": "_button-reguler_18iwt_1",
932
+ "button-m": "_button-m_18iwt_1",
933
+ "button-large": "_button-large_18iwt_1",
934
+ "button-l": "_button-l_18iwt_1",
935
+ "button-filled": "_button-filled_18iwt_41",
936
+ "button-ghost": "_button-ghost_18iwt_48",
937
+ "button-nude": "_button-nude_18iwt_55",
938
+ "button-primary": "_button-primary_18iwt_62",
939
+ "button-secondary": "_button-secondary_18iwt_73",
940
+ "button-tertiary": "_button-tertiary_18iwt_83"
941
+ }, hr = ({
942
+ size: S = "reguler",
943
+ kind: C = "filled",
944
+ startIcon: v = () => /* @__PURE__ */ P.jsx(P.Fragment, {}),
945
+ endIcon: F = () => /* @__PURE__ */ P.jsx(P.Fragment, {}),
946
+ children: A,
947
+ ...R
948
+ }) => {
949
+ const m = {
950
+ size: {
951
+ large: b["button-large"],
952
+ reguler: b["button-reguler"],
953
+ small: b["button-small"],
954
+ l: b["button-l"],
955
+ m: b["button-m"],
956
+ s: b["button-s"],
957
+ xs: b["button-xs"]
958
+ },
959
+ kind: {
960
+ filled: b["button-filled"],
961
+ ghost: b["button-ghost"],
962
+ nude: b["button-nude"],
963
+ primary: b["button-primary"],
964
+ secondary: b["button-secondary"],
965
+ tertiary: b["button-tertiary"]
966
+ }
967
+ };
968
+ return /* @__PURE__ */ P.jsxs("button", { className: `${m.size[S]} ${m.kind[C]}`, ...R, children: [
969
+ typeof v == "function" && v(),
970
+ xe(v) && v,
971
+ A,
972
+ typeof F == "function" && F(),
973
+ xe(F) && F
974
+ ] });
975
+ };
618
976
  export {
619
- lr as TPublish
977
+ hr as Button,
978
+ br as ConfigColors,
979
+ Fr as TPublish,
980
+ dr as configTypography,
981
+ fr as configTypographyLabaBisnis,
982
+ sr as configTypographyPayhere
620
983
  };
621
984
  //# sourceMappingURL=index.es.js.map