1mpacto-react-ui 0.0.5 → 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,5 @@
1
- import Re from "react";
2
- const fr = {
1
+ import Re, { isValidElement as xe } from "react";
2
+ const br = {
3
3
  black: "#212121",
4
4
  white: "#FFFFFF",
5
5
  "primary-50": "#E3F2FD",
@@ -209,12 +209,106 @@ const fr = {
209
209
  "payhere-brand-40": "#607188",
210
210
  "payhere-brand-50": "#384E6B",
211
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
- };
217
- var H = { exports: {} }, O = {};
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 = {};
218
312
  /**
219
313
  * @license React
220
314
  * react-jsx-runtime.production.min.js
@@ -224,21 +318,21 @@ var H = { exports: {} }, O = {};
224
318
  * This source code is licensed under the MIT license found in the
225
319
  * LICENSE file in the root directory of this source tree.
226
320
  */
227
- var me;
228
- function or() {
229
- if (me) return O;
230
- me = 1;
231
- var L = Re, A = Symbol.for("react.element"), N = Symbol.for("react.fragment"), h = Object.prototype.hasOwnProperty, S = L.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, x = { key: !0, ref: !0, __self: !0, __source: !0 };
232
- function B(b, f, m) {
233
- var p, g = {}, y = null, k = null;
234
- m !== void 0 && (y = "" + m), f.key !== void 0 && (y = "" + f.key), f.ref !== void 0 && (k = f.ref);
235
- for (p in f) h.call(f, p) && !x.hasOwnProperty(p) && (g[p] = f[p]);
236
- if (b && b.defaultProps) for (p in f = b.defaultProps, f) g[p] === void 0 && (g[p] = f[p]);
237
- return { $$typeof: A, type: b, key: y, ref: k, props: g, _owner: S.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 };
238
332
  }
239
- return O.Fragment = N, O.jsx = B, O.jsxs = B, O;
333
+ return j.Fragment = v, j.jsx = m, j.jsxs = m, j;
240
334
  }
241
- var P = {};
335
+ var H = {};
242
336
  /**
243
337
  * @license React
244
338
  * react-jsx-runtime.development.js
@@ -248,54 +342,54 @@ var P = {};
248
342
  * This source code is licensed under the MIT license found in the
249
343
  * LICENSE file in the root directory of this source tree.
250
344
  */
251
- var _e;
252
- function ur() {
253
- return _e || (_e = 1, process.env.NODE_ENV !== "production" && function() {
254
- var L = Re, A = Symbol.for("react.element"), N = Symbol.for("react.portal"), h = Symbol.for("react.fragment"), S = Symbol.for("react.strict_mode"), x = Symbol.for("react.profiler"), B = Symbol.for("react.provider"), b = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), m = Symbol.for("react.suspense"), p = Symbol.for("react.suspense_list"), g = Symbol.for("react.memo"), y = Symbol.for("react.lazy"), k = Symbol.for("react.offscreen"), X = Symbol.iterator, De = "@@iterator";
255
- function Ae(e) {
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";
349
+ function we(e) {
256
350
  if (e === null || typeof e != "object")
257
351
  return null;
258
- var r = X && e[X] || e[De];
352
+ var r = Q && e[Q] || e[Be];
259
353
  return typeof r == "function" ? r : null;
260
354
  }
261
- var _ = L.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
355
+ var w = S.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
262
356
  function c(e) {
263
357
  {
264
- for (var r = arguments.length, n = new Array(r > 1 ? r - 1 : 0), a = 1; a < r; a++)
265
- n[a - 1] = arguments[a];
266
- Be("error", e, n);
358
+ for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
359
+ t[n - 1] = arguments[n];
360
+ Te("error", e, t);
267
361
  }
268
362
  }
269
- function Be(e, r, n) {
363
+ function Te(e, r, t) {
270
364
  {
271
- var a = _.ReactDebugCurrentFrame, o = a.getStackAddendum();
272
- o !== "" && (r += "%s", n = n.concat([o]));
273
- var u = n.map(function(i) {
365
+ var n = w.ReactDebugCurrentFrame, o = n.getStackAddendum();
366
+ o !== "" && (r += "%s", t = t.concat([o]));
367
+ var l = t.map(function(i) {
274
368
  return String(i);
275
369
  });
276
- 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);
277
371
  }
278
372
  }
279
- var we = !1, Te = !1, Oe = !1, Pe = !1, Se = !1, Z;
280
- Z = Symbol.for("react.module.reference");
281
- function xe(e) {
282
- return !!(typeof e == "string" || typeof e == "function" || e === h || e === x || Se || e === S || e === m || e === p || Pe || e === k || we || Te || Oe || typeof e == "object" && e !== null && (e.$$typeof === y || e.$$typeof === g || e.$$typeof === B || e.$$typeof === b || e.$$typeof === f || // 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
283
377
  // types supported by any Flight configuration anywhere since
284
378
  // we don't know which Flight build this will end up being used
285
379
  // with.
286
- e.$$typeof === Z || e.getModuleId !== void 0));
380
+ e.$$typeof === ee || e.getModuleId !== void 0));
287
381
  }
288
- function ke(e, r, n) {
289
- var a = e.displayName;
290
- if (a)
291
- return a;
382
+ function He(e, r, t) {
383
+ var n = e.displayName;
384
+ if (n)
385
+ return n;
292
386
  var o = r.displayName || r.name || "";
293
- return o !== "" ? n + "(" + o + ")" : n;
387
+ return o !== "" ? t + "(" + o + ")" : t;
294
388
  }
295
- function Q(e) {
389
+ function re(e) {
296
390
  return e.displayName || "Context";
297
391
  }
298
- function v(e) {
392
+ function E(e) {
299
393
  if (e == null)
300
394
  return null;
301
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")
@@ -303,36 +397,36 @@ function ur() {
303
397
  if (typeof e == "string")
304
398
  return e;
305
399
  switch (e) {
306
- case h:
400
+ case F:
307
401
  return "Fragment";
308
- case N:
402
+ case v:
309
403
  return "Portal";
310
- case x:
404
+ case R:
311
405
  return "Profiler";
312
- case S:
406
+ case A:
313
407
  return "StrictMode";
314
- case m:
408
+ case B:
315
409
  return "Suspense";
316
- case p:
410
+ case g:
317
411
  return "SuspenseList";
318
412
  }
319
413
  if (typeof e == "object")
320
414
  switch (e.$$typeof) {
321
- case b:
415
+ case _:
322
416
  var r = e;
323
- return Q(r) + ".Consumer";
324
- case B:
325
- var n = e;
326
- return Q(n._context) + ".Provider";
417
+ return re(r) + ".Consumer";
418
+ case m:
419
+ var t = e;
420
+ return re(t._context) + ".Provider";
327
421
  case f:
328
- return ke(e, e.render, "ForwardRef");
329
- case g:
330
- var a = e.displayName || null;
331
- return a !== null ? a : v(e.type) || "Memo";
332
- case y: {
333
- var o = e, u = o._payload, i = o._init;
422
+ return He(e, e.render, "ForwardRef");
423
+ case h:
424
+ var n = e.displayName || null;
425
+ return n !== null ? n : E(e.type) || "Memo";
426
+ case x: {
427
+ var o = e, l = o._payload, i = o._init;
334
428
  try {
335
- return v(i(u));
429
+ return E(i(l));
336
430
  } catch {
337
431
  return null;
338
432
  }
@@ -340,18 +434,18 @@ function ur() {
340
434
  }
341
435
  return null;
342
436
  }
343
- var C = Object.assign, w = 0, ee, re, ne, ae, te, ie, oe;
344
- function ue() {
437
+ var D = Object.assign, W = 0, te, ne, ae, ie, oe, le, ue;
438
+ function se() {
345
439
  }
346
- ue.__reactDisabledLog = !0;
347
- function je() {
440
+ se.__reactDisabledLog = !0;
441
+ function $e() {
348
442
  {
349
- if (w === 0) {
350
- ee = console.log, re = console.info, ne = console.warn, ae = console.error, te = console.group, ie = console.groupCollapsed, oe = 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;
351
445
  var e = {
352
446
  configurable: !0,
353
447
  enumerable: !0,
354
- value: ue,
448
+ value: se,
355
449
  writable: !0
356
450
  };
357
451
  Object.defineProperties(console, {
@@ -364,77 +458,77 @@ function ur() {
364
458
  groupEnd: e
365
459
  });
366
460
  }
367
- w++;
461
+ W++;
368
462
  }
369
463
  }
370
- function Ie() {
464
+ function Ye() {
371
465
  {
372
- if (w--, w === 0) {
466
+ if (W--, W === 0) {
373
467
  var e = {
374
468
  configurable: !0,
375
469
  enumerable: !0,
376
470
  writable: !0
377
471
  };
378
472
  Object.defineProperties(console, {
379
- log: C({}, e, {
380
- value: ee
381
- }),
382
- info: C({}, e, {
383
- value: re
473
+ log: D({}, e, {
474
+ value: te
384
475
  }),
385
- warn: C({}, e, {
476
+ info: D({}, e, {
386
477
  value: ne
387
478
  }),
388
- error: C({}, e, {
479
+ warn: D({}, e, {
389
480
  value: ae
390
481
  }),
391
- group: C({}, e, {
392
- value: te
393
- }),
394
- groupCollapsed: C({}, e, {
482
+ error: D({}, e, {
395
483
  value: ie
396
484
  }),
397
- groupEnd: C({}, e, {
485
+ group: D({}, e, {
398
486
  value: oe
487
+ }),
488
+ groupCollapsed: D({}, e, {
489
+ value: le
490
+ }),
491
+ groupEnd: D({}, e, {
492
+ value: ue
399
493
  })
400
494
  });
401
495
  }
402
- w < 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.");
403
497
  }
404
498
  }
405
- var V = _.ReactCurrentDispatcher, M;
406
- function j(e, r, n) {
499
+ var M = w.ReactCurrentDispatcher, U;
500
+ function Y(e, r, t) {
407
501
  {
408
- if (M === void 0)
502
+ if (U === void 0)
409
503
  try {
410
504
  throw Error();
411
505
  } catch (o) {
412
- var a = o.stack.trim().match(/\n( *(at )?)/);
413
- M = a && a[1] || "";
506
+ var n = o.stack.trim().match(/\n( *(at )?)/);
507
+ U = n && n[1] || "";
414
508
  }
415
509
  return `
416
- ` + M + e;
510
+ ` + U + e;
417
511
  }
418
512
  }
419
- var U = !1, I;
513
+ var q = !1, I;
420
514
  {
421
- var $e = typeof WeakMap == "function" ? WeakMap : Map;
422
- I = new $e();
515
+ var Ie = typeof WeakMap == "function" ? WeakMap : Map;
516
+ I = new Ie();
423
517
  }
424
- function le(e, r) {
425
- if (!e || U)
518
+ function fe(e, r) {
519
+ if (!e || q)
426
520
  return "";
427
521
  {
428
- var n = I.get(e);
429
- if (n !== void 0)
430
- return n;
522
+ var t = I.get(e);
523
+ if (t !== void 0)
524
+ return t;
431
525
  }
432
- var a;
433
- U = !0;
526
+ var n;
527
+ q = !0;
434
528
  var o = Error.prepareStackTrace;
435
529
  Error.prepareStackTrace = void 0;
436
- var u;
437
- u = V.current, V.current = null, je();
530
+ var l;
531
+ l = M.current, M.current = null, $e();
438
532
  try {
439
533
  if (r) {
440
534
  var i = function() {
@@ -447,253 +541,253 @@ function ur() {
447
541
  }), typeof Reflect == "object" && Reflect.construct) {
448
542
  try {
449
543
  Reflect.construct(i, []);
450
- } catch (F) {
451
- a = F;
544
+ } catch (y) {
545
+ n = y;
452
546
  }
453
547
  Reflect.construct(e, [], i);
454
548
  } else {
455
549
  try {
456
550
  i.call();
457
- } catch (F) {
458
- a = F;
551
+ } catch (y) {
552
+ n = y;
459
553
  }
460
554
  e.call(i.prototype);
461
555
  }
462
556
  } else {
463
557
  try {
464
558
  throw Error();
465
- } catch (F) {
466
- a = F;
559
+ } catch (y) {
560
+ n = y;
467
561
  }
468
562
  e();
469
563
  }
470
- } catch (F) {
471
- if (F && a && typeof F.stack == "string") {
472
- for (var t = F.stack.split(`
473
- `), d = a.stack.split(`
474
- `), l = t.length - 1, s = d.length - 1; l >= 1 && s >= 0 && t[l] !== d[s]; )
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]; )
475
569
  s--;
476
- for (; l >= 1 && s >= 0; l--, s--)
477
- if (t[l] !== d[s]) {
478
- if (l !== 1 || s !== 1)
570
+ for (; u >= 1 && s >= 0; u--, s--)
571
+ if (a[u] !== p[s]) {
572
+ if (u !== 1 || s !== 1)
479
573
  do
480
- if (l--, s--, s < 0 || t[l] !== d[s]) {
481
- var E = `
482
- ` + t[l].replace(" at new ", " at ");
483
- return e.displayName && E.includes("<anonymous>") && (E = E.replace("<anonymous>", e.displayName)), typeof e == "function" && I.set(e, E), E;
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;
484
578
  }
485
- while (l >= 1 && s >= 0);
579
+ while (u >= 1 && s >= 0);
486
580
  break;
487
581
  }
488
582
  }
489
583
  } finally {
490
- U = !1, V.current = u, Ie(), Error.prepareStackTrace = o;
584
+ q = !1, M.current = l, Ye(), Error.prepareStackTrace = o;
491
585
  }
492
- var D = e ? e.displayName || e.name : "", he = D ? j(D) : "";
493
- return typeof e == "function" && I.set(e, he), he;
586
+ var O = e ? e.displayName || e.name : "", _e = O ? Y(O) : "";
587
+ return typeof e == "function" && I.set(e, _e), _e;
494
588
  }
495
- function We(e, r, n) {
496
- return le(e, !1);
589
+ function Le(e, r, t) {
590
+ return fe(e, !1);
497
591
  }
498
- function Ye(e) {
592
+ function Ne(e) {
499
593
  var r = e.prototype;
500
594
  return !!(r && r.isReactComponent);
501
595
  }
502
- function $(e, r, n) {
596
+ function L(e, r, t) {
503
597
  if (e == null)
504
598
  return "";
505
599
  if (typeof e == "function")
506
- return le(e, Ye(e));
600
+ return fe(e, Ne(e));
507
601
  if (typeof e == "string")
508
- return j(e);
602
+ return Y(e);
509
603
  switch (e) {
510
- case m:
511
- return j("Suspense");
512
- case p:
513
- return j("SuspenseList");
604
+ case B:
605
+ return Y("Suspense");
606
+ case g:
607
+ return Y("SuspenseList");
514
608
  }
515
609
  if (typeof e == "object")
516
610
  switch (e.$$typeof) {
517
611
  case f:
518
- return We(e.render);
519
- case g:
520
- return $(e.type, r, n);
521
- case y: {
522
- var a = e, o = a._payload, u = a._init;
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;
523
617
  try {
524
- return $(u(o), r, n);
618
+ return L(l(o), r, t);
525
619
  } catch {
526
620
  }
527
621
  }
528
622
  }
529
623
  return "";
530
624
  }
531
- var W = Object.prototype.hasOwnProperty, se = {}, fe = _.ReactDebugCurrentFrame;
532
- function Y(e) {
625
+ var N = Object.prototype.hasOwnProperty, ce = {}, pe = w.ReactDebugCurrentFrame;
626
+ function V(e) {
533
627
  if (e) {
534
- var r = e._owner, n = $(e.type, e._source, r ? r.type : null);
535
- fe.setExtraStackFrame(n);
628
+ var r = e._owner, t = L(e.type, e._source, r ? r.type : null);
629
+ pe.setExtraStackFrame(t);
536
630
  } else
537
- fe.setExtraStackFrame(null);
631
+ pe.setExtraStackFrame(null);
538
632
  }
539
- function Le(e, r, n, a, o) {
633
+ function Ve(e, r, t, n, o) {
540
634
  {
541
- var u = Function.call.bind(W);
635
+ var l = Function.call.bind(N);
542
636
  for (var i in e)
543
- if (u(e, i)) {
544
- var t = void 0;
637
+ if (l(e, i)) {
638
+ var a = void 0;
545
639
  try {
546
640
  if (typeof e[i] != "function") {
547
- var d = Error((a || "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`.");
548
- throw d.name = "Invariant Violation", d;
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;
549
643
  }
550
- t = e[i](r, i, a, n, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
551
- } catch (l) {
552
- t = l;
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;
553
647
  }
554
- t && !(t instanceof Error) && (Y(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).", a || "React class", n, i, typeof t), Y(null)), t instanceof Error && !(t.message in se) && (se[t.message] = !0, Y(o), c("Failed %s type: %s", n, t.message), Y(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));
555
649
  }
556
650
  }
557
651
  }
558
- var Ne = Array.isArray;
559
- function q(e) {
560
- return Ne(e);
652
+ var Me = Array.isArray;
653
+ function z(e) {
654
+ return Me(e);
561
655
  }
562
- function Ve(e) {
656
+ function Ue(e) {
563
657
  {
564
- var r = typeof Symbol == "function" && Symbol.toStringTag, n = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
565
- return n;
658
+ var r = typeof Symbol == "function" && Symbol.toStringTag, t = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
659
+ return t;
566
660
  }
567
661
  }
568
- function Me(e) {
662
+ function qe(e) {
569
663
  try {
570
- return ce(e), !1;
664
+ return ge(e), !1;
571
665
  } catch {
572
666
  return !0;
573
667
  }
574
668
  }
575
- function ce(e) {
669
+ function ge(e) {
576
670
  return "" + e;
577
671
  }
578
- function de(e) {
579
- if (Me(e))
580
- return c("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ve(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);
581
675
  }
582
- var T = _.ReactCurrentOwner, Ue = {
676
+ var k = w.ReactCurrentOwner, ze = {
583
677
  key: !0,
584
678
  ref: !0,
585
679
  __self: !0,
586
680
  __source: !0
587
- }, pe, Ee, J;
681
+ }, de, Fe, J;
588
682
  J = {};
589
- function qe(e) {
590
- if (W.call(e, "ref")) {
683
+ function Je(e) {
684
+ if (N.call(e, "ref")) {
591
685
  var r = Object.getOwnPropertyDescriptor(e, "ref").get;
592
686
  if (r && r.isReactWarning)
593
687
  return !1;
594
688
  }
595
689
  return e.ref !== void 0;
596
690
  }
597
- function Je(e) {
598
- if (W.call(e, "key")) {
691
+ function Ge(e) {
692
+ if (N.call(e, "key")) {
599
693
  var r = Object.getOwnPropertyDescriptor(e, "key").get;
600
694
  if (r && r.isReactWarning)
601
695
  return !1;
602
696
  }
603
697
  return e.key !== void 0;
604
698
  }
605
- function Ge(e, r) {
606
- if (typeof e.ref == "string" && T.current && r && T.current.stateNode !== r) {
607
- var n = v(T.current.type);
608
- J[n] || (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', v(T.current.type), e.ref), J[n] = !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);
609
703
  }
610
704
  }
611
- function ze(e, r) {
705
+ function Xe(e, r) {
612
706
  {
613
- var n = function() {
614
- pe || (pe = !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));
707
+ var t = function() {
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));
615
709
  };
616
- n.isReactWarning = !0, Object.defineProperty(e, "key", {
617
- get: n,
710
+ t.isReactWarning = !0, Object.defineProperty(e, "key", {
711
+ get: t,
618
712
  configurable: !0
619
713
  });
620
714
  }
621
715
  }
622
- function Ke(e, r) {
716
+ function Ze(e, r) {
623
717
  {
624
- var n = function() {
625
- Ee || (Ee = !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));
718
+ var t = function() {
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));
626
720
  };
627
- n.isReactWarning = !0, Object.defineProperty(e, "ref", {
628
- get: n,
721
+ t.isReactWarning = !0, Object.defineProperty(e, "ref", {
722
+ get: t,
629
723
  configurable: !0
630
724
  });
631
725
  }
632
726
  }
633
- var He = function(e, r, n, a, o, u, i) {
634
- var t = {
727
+ var Qe = function(e, r, t, n, o, l, i) {
728
+ var a = {
635
729
  // This tag allows us to uniquely identify this as a React Element
636
- $$typeof: A,
730
+ $$typeof: C,
637
731
  // Built-in properties that belong on the element
638
732
  type: e,
639
733
  key: r,
640
- ref: n,
734
+ ref: t,
641
735
  props: i,
642
736
  // Record the component responsible for creating this element.
643
- _owner: u
737
+ _owner: l
644
738
  };
645
- return t._store = {}, Object.defineProperty(t._store, "validated", {
739
+ return a._store = {}, Object.defineProperty(a._store, "validated", {
646
740
  configurable: !1,
647
741
  enumerable: !1,
648
742
  writable: !0,
649
743
  value: !1
650
- }), Object.defineProperty(t, "_self", {
744
+ }), Object.defineProperty(a, "_self", {
651
745
  configurable: !1,
652
746
  enumerable: !1,
653
747
  writable: !1,
654
- value: a
655
- }), Object.defineProperty(t, "_source", {
748
+ value: n
749
+ }), Object.defineProperty(a, "_source", {
656
750
  configurable: !1,
657
751
  enumerable: !1,
658
752
  writable: !1,
659
753
  value: o
660
- }), Object.freeze && (Object.freeze(t.props), Object.freeze(t)), t;
754
+ }), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a;
661
755
  };
662
- function Xe(e, r, n, a, o) {
756
+ function er(e, r, t, n, o) {
663
757
  {
664
- var u, i = {}, t = null, d = null;
665
- n !== void 0 && (de(n), t = "" + n), Je(r) && (de(r.key), t = "" + r.key), qe(r) && (d = r.ref, Ge(r, o));
666
- for (u in r)
667
- W.call(r, u) && !Ue.hasOwnProperty(u) && (i[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]);
668
762
  if (e && e.defaultProps) {
669
- var l = e.defaultProps;
670
- for (u in l)
671
- i[u] === void 0 && (i[u] = l[u]);
763
+ var u = e.defaultProps;
764
+ for (l in u)
765
+ i[l] === void 0 && (i[l] = u[l]);
672
766
  }
673
- if (t || d) {
767
+ if (a || p) {
674
768
  var s = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
675
- t && ze(i, s), d && Ke(i, s);
769
+ a && Xe(i, s), p && Ze(i, s);
676
770
  }
677
- return He(e, t, d, o, a, T.current, i);
771
+ return Qe(e, a, p, o, n, k.current, i);
678
772
  }
679
773
  }
680
- var G = _.ReactCurrentOwner, ge = _.ReactDebugCurrentFrame;
681
- function R(e) {
774
+ var G = w.ReactCurrentOwner, he = w.ReactDebugCurrentFrame;
775
+ function T(e) {
682
776
  if (e) {
683
- var r = e._owner, n = $(e.type, e._source, r ? r.type : null);
684
- ge.setExtraStackFrame(n);
777
+ var r = e._owner, t = L(e.type, e._source, r ? r.type : null);
778
+ he.setExtraStackFrame(t);
685
779
  } else
686
- ge.setExtraStackFrame(null);
780
+ he.setExtraStackFrame(null);
687
781
  }
688
- var z;
689
- z = !1;
690
- function K(e) {
691
- return typeof e == "object" && e !== null && e.$$typeof === A;
782
+ var K;
783
+ K = !1;
784
+ function X(e) {
785
+ return typeof e == "object" && e !== null && e.$$typeof === C;
692
786
  }
693
- function ve() {
787
+ function Ee() {
694
788
  {
695
789
  if (G.current) {
696
- var e = v(G.current.type);
790
+ var e = E(G.current.type);
697
791
  if (e)
698
792
  return `
699
793
 
@@ -702,136 +796,189 @@ Check the render method of \`` + e + "`.";
702
796
  return "";
703
797
  }
704
798
  }
705
- function Ze(e) {
799
+ function rr(e) {
706
800
  return "";
707
801
  }
708
- var Fe = {};
709
- function Qe(e) {
802
+ var ye = {};
803
+ function tr(e) {
710
804
  {
711
- var r = ve();
805
+ var r = Ee();
712
806
  if (!r) {
713
- var n = typeof e == "string" ? e : e.displayName || e.name;
714
- n && (r = `
807
+ var t = typeof e == "string" ? e : e.displayName || e.name;
808
+ t && (r = `
715
809
 
716
- Check the top-level render call using <` + n + ">.");
810
+ Check the top-level render call using <` + t + ">.");
717
811
  }
718
812
  return r;
719
813
  }
720
814
  }
721
- function be(e, r) {
815
+ function ve(e, r) {
722
816
  {
723
817
  if (!e._store || e._store.validated || e.key != null)
724
818
  return;
725
819
  e._store.validated = !0;
726
- var n = Qe(r);
727
- if (Fe[n])
820
+ var t = tr(r);
821
+ if (ye[t])
728
822
  return;
729
- Fe[n] = !0;
730
- var a = "";
731
- e && e._owner && e._owner !== G.current && (a = " It was passed a child from " + v(e._owner.type) + "."), R(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.', n, a), R(null);
823
+ ye[t] = !0;
824
+ var n = "";
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);
732
826
  }
733
827
  }
734
- function ye(e, r) {
828
+ function me(e, r) {
735
829
  {
736
830
  if (typeof e != "object")
737
831
  return;
738
- if (q(e))
739
- for (var n = 0; n < e.length; n++) {
740
- var a = e[n];
741
- K(a) && be(a, r);
832
+ if (z(e))
833
+ for (var t = 0; t < e.length; t++) {
834
+ var n = e[t];
835
+ X(n) && ve(n, r);
742
836
  }
743
- else if (K(e))
837
+ else if (X(e))
744
838
  e._store && (e._store.validated = !0);
745
839
  else if (e) {
746
- var o = Ae(e);
840
+ var o = we(e);
747
841
  if (typeof o == "function" && o !== e.entries)
748
- for (var u = o.call(e), i; !(i = u.next()).done; )
749
- K(i.value) && be(i.value, r);
842
+ for (var l = o.call(e), i; !(i = l.next()).done; )
843
+ X(i.value) && ve(i.value, r);
750
844
  }
751
845
  }
752
846
  }
753
- function er(e) {
847
+ function nr(e) {
754
848
  {
755
849
  var r = e.type;
756
850
  if (r == null || typeof r == "string")
757
851
  return;
758
- var n;
852
+ var t;
759
853
  if (typeof r == "function")
760
- n = r.propTypes;
854
+ t = r.propTypes;
761
855
  else if (typeof r == "object" && (r.$$typeof === f || // Note: Memo only checks outer props here.
762
856
  // Inner props are checked in the reconciler.
763
- r.$$typeof === g))
764
- n = r.propTypes;
857
+ r.$$typeof === h))
858
+ t = r.propTypes;
765
859
  else
766
860
  return;
767
- if (n) {
768
- var a = v(r);
769
- Le(n, e.props, "prop", a, e);
770
- } else if (r.PropTypes !== void 0 && !z) {
771
- z = !0;
772
- var o = v(r);
861
+ if (t) {
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);
773
867
  c("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", o || "Unknown");
774
868
  }
775
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.");
776
870
  }
777
871
  }
778
- function rr(e) {
872
+ function ar(e) {
779
873
  {
780
- for (var r = Object.keys(e.props), n = 0; n < r.length; n++) {
781
- var a = r[n];
782
- if (a !== "children" && a !== "key") {
783
- R(e), c("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", a), R(null);
874
+ for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
875
+ var n = r[t];
876
+ if (n !== "children" && n !== "key") {
877
+ T(e), c("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), T(null);
784
878
  break;
785
879
  }
786
880
  }
787
- e.ref !== null && (R(e), c("Invalid attribute `ref` supplied to `React.Fragment`."), R(null));
881
+ e.ref !== null && (T(e), c("Invalid attribute `ref` supplied to `React.Fragment`."), T(null));
788
882
  }
789
883
  }
790
- function Ce(e, r, n, a, o, u) {
884
+ function Ce(e, r, t, n, o, l) {
791
885
  {
792
- var i = xe(e);
886
+ var i = je(e);
793
887
  if (!i) {
794
- var t = "";
795
- (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (t += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
796
- var d = Ze();
797
- d ? t += d : t += ve();
798
- var l;
799
- e === null ? l = "null" : q(e) ? l = "array" : e !== void 0 && e.$$typeof === A ? (l = "<" + (v(e.type) || "Unknown") + " />", t = " Did you accidentally export a JSX literal instead of a component?") : l = 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", l, t);
888
+ var a = "";
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.");
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);
800
894
  }
801
- var s = Xe(e, r, n, o, u);
895
+ var s = er(e, r, t, o, l);
802
896
  if (s == null)
803
897
  return s;
804
898
  if (i) {
805
- var E = r.children;
806
- if (E !== void 0)
807
- if (a)
808
- if (q(E)) {
809
- for (var D = 0; D < E.length; D++)
810
- ye(E[D], e);
811
- Object.freeze && Object.freeze(E);
899
+ var d = r.children;
900
+ if (d !== void 0)
901
+ if (n)
902
+ if (z(d)) {
903
+ for (var O = 0; O < d.length; O++)
904
+ me(d[O], e);
905
+ Object.freeze && Object.freeze(d);
812
906
  } else
813
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.");
814
908
  else
815
- ye(E, e);
909
+ me(d, e);
816
910
  }
817
- return e === h ? rr(s) : er(s), s;
911
+ return e === F ? ar(s) : nr(s), s;
818
912
  }
819
913
  }
820
- function nr(e, r, n) {
821
- return Ce(e, r, n, !0);
914
+ function ir(e, r, t) {
915
+ return Ce(e, r, t, !0);
822
916
  }
823
- function ar(e, r, n) {
824
- return Ce(e, r, n, !1);
917
+ function or(e, r, t) {
918
+ return Ce(e, r, t, !1);
825
919
  }
826
- var tr = ar, ir = nr;
827
- P.Fragment = h, P.jsx = tr, P.jsxs = ir;
828
- }()), P;
920
+ var lr = or, ur = ir;
921
+ H.Fragment = F, H.jsx = lr, H.jsxs = ur;
922
+ }()), H;
829
923
  }
830
- process.env.NODE_ENV === "production" ? H.exports = or() : H.exports = ur();
831
- var lr = H.exports;
832
- const cr = () => /* @__PURE__ */ lr.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
+ };
833
976
  export {
834
- fr as ConfigColors,
835
- cr 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
836
983
  };
837
984
  //# sourceMappingURL=index.es.js.map