rds-ui-system 2.0.15 → 2.0.16

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.
@@ -14,11 +14,11 @@ var Ze
14
14
  function x1() {
15
15
  if (Ze) return $
16
16
  Ze = 1
17
- var r = ye,
17
+ var t = ye,
18
18
  i = Symbol.for('react.element'),
19
19
  h = Symbol.for('react.fragment'),
20
20
  f = Object.prototype.hasOwnProperty,
21
- g = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,
21
+ g = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,
22
22
  v = { key: !0, ref: !0, __self: !0, __source: !0 }
23
23
  function o(w, d, j) {
24
24
  var u,
@@ -49,7 +49,7 @@ function f1() {
49
49
  ((Ae = 1),
50
50
  process.env.NODE_ENV !== 'production' &&
51
51
  (function () {
52
- var r = ye,
52
+ var t = ye,
53
53
  i = Symbol.for('react.element'),
54
54
  h = Symbol.for('react.portal'),
55
55
  f = Symbol.for('react.fragment'),
@@ -67,26 +67,26 @@ function f1() {
67
67
  O = '@@iterator'
68
68
  function F(l) {
69
69
  if (l === null || typeof l != 'object') return null
70
- var t = (E && l[E]) || l[O]
71
- return typeof t == 'function' ? t : null
70
+ var r = (E && l[E]) || l[O]
71
+ return typeof r == 'function' ? r : null
72
72
  }
73
- var a = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
73
+ var a = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
74
74
  function m(l) {
75
75
  {
76
- for (var t = arguments.length, s = new Array(t > 1 ? t - 1 : 0), n = 1; n < t; n++)
76
+ for (var r = arguments.length, s = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
77
77
  s[n - 1] = arguments[n]
78
78
  H('error', l, s)
79
79
  }
80
80
  }
81
- function H(l, t, s) {
81
+ function H(l, r, s) {
82
82
  {
83
83
  var n = a.ReactDebugCurrentFrame,
84
84
  C = n.getStackAddendum()
85
- C !== '' && ((t += '%s'), (s = s.concat([C])))
85
+ C !== '' && ((r += '%s'), (s = s.concat([C])))
86
86
  var L = s.map(function (p) {
87
87
  return String(p)
88
88
  })
89
- L.unshift('Warning: ' + t), Function.prototype.apply.call(console[l], console, L)
89
+ L.unshift('Warning: ' + r), Function.prototype.apply.call(console[l], console, L)
90
90
  }
91
91
  }
92
92
  var P = !1,
@@ -125,10 +125,10 @@ function f1() {
125
125
  l.getModuleId !== void 0))
126
126
  )
127
127
  }
128
- function Fe(l, t, s) {
128
+ function Fe(l, r, s) {
129
129
  var n = l.displayName
130
130
  if (n) return n
131
- var C = t.displayName || t.name || ''
131
+ var C = r.displayName || r.name || ''
132
132
  return C !== '' ? s + '(' + C + ')' : s
133
133
  }
134
134
  function ce(l) {
@@ -162,8 +162,8 @@ function f1() {
162
162
  if (typeof l == 'object')
163
163
  switch (l.$$typeof) {
164
164
  case w:
165
- var t = l
166
- return ce(t) + '.Consumer'
165
+ var r = l
166
+ return ce(r) + '.Consumer'
167
167
  case o:
168
168
  var s = l
169
169
  return ce(s._context) + '.Provider'
@@ -262,7 +262,7 @@ function f1() {
262
262
  }
263
263
  var X = a.ReactCurrentDispatcher,
264
264
  q
265
- function W(l, t, s) {
265
+ function W(l, r, s) {
266
266
  {
267
267
  if (q === void 0)
268
268
  try {
@@ -285,7 +285,7 @@ function f1() {
285
285
  var $e = typeof WeakMap == 'function' ? WeakMap : Map
286
286
  Y = new $e()
287
287
  }
288
- function ve(l, t) {
288
+ function ve(l, r) {
289
289
  if (!l || Q) return ''
290
290
  {
291
291
  var s = Y.get(l)
@@ -298,7 +298,7 @@ function f1() {
298
298
  var L
299
299
  ;(L = X.current), (X.current = null), Ie()
300
300
  try {
301
- if (t) {
301
+ if (r) {
302
302
  var p = function () {
303
303
  throw Error()
304
304
  }
@@ -370,14 +370,14 @@ function f1() {
370
370
  Re = B ? W(B) : ''
371
371
  return typeof l == 'function' && Y.set(l, Re), Re
372
372
  }
373
- function Ue(l, t, s) {
373
+ function Ue(l, r, s) {
374
374
  return ve(l, !1)
375
375
  }
376
376
  function De(l) {
377
- var t = l.prototype
378
- return !!(t && t.isReactComponent)
377
+ var r = l.prototype
378
+ return !!(r && r.isReactComponent)
379
379
  }
380
- function z(l, t, s) {
380
+ function z(l, r, s) {
381
381
  if (l == null) return ''
382
382
  if (typeof l == 'function') return ve(l, De(l))
383
383
  if (typeof l == 'string') return W(l)
@@ -392,13 +392,13 @@ function f1() {
392
392
  case d:
393
393
  return Ue(l.render)
394
394
  case c:
395
- return z(l.type, t, s)
395
+ return z(l.type, r, s)
396
396
  case _: {
397
397
  var n = l,
398
398
  C = n._payload,
399
399
  L = n._init
400
400
  try {
401
- return z(L(C), t, s)
401
+ return z(L(C), r, s)
402
402
  } catch {}
403
403
  }
404
404
  }
@@ -409,12 +409,12 @@ function f1() {
409
409
  ue = a.ReactDebugCurrentFrame
410
410
  function J(l) {
411
411
  if (l) {
412
- var t = l._owner,
413
- s = z(l.type, l._source, t ? t.type : null)
412
+ var r = l._owner,
413
+ s = z(l.type, l._source, r ? r.type : null)
414
414
  ue.setExtraStackFrame(s)
415
415
  } else ue.setExtraStackFrame(null)
416
416
  }
417
- function We(l, t, s, n, C) {
417
+ function We(l, r, s, n, C) {
418
418
  {
419
419
  var L = Function.call.bind(G)
420
420
  for (var p in l)
@@ -434,7 +434,7 @@ function f1() {
434
434
  )
435
435
  throw ((k.name = 'Invariant Violation'), k)
436
436
  }
437
- x = l[p](t, p, n, s, null, 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED')
437
+ x = l[p](r, p, n, s, null, 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED')
438
438
  } catch (V) {
439
439
  x = V
440
440
  }
@@ -461,8 +461,8 @@ function f1() {
461
461
  }
462
462
  function ze(l) {
463
463
  {
464
- var t = typeof Symbol == 'function' && Symbol.toStringTag,
465
- s = (t && l[Symbol.toStringTag]) || l.constructor.name || 'Object'
464
+ var r = typeof Symbol == 'function' && Symbol.toStringTag,
465
+ s = (r && l[Symbol.toStringTag]) || l.constructor.name || 'Object'
466
466
  return s
467
467
  }
468
468
  }
@@ -499,20 +499,20 @@ function f1() {
499
499
  le = {}
500
500
  function Ke(l) {
501
501
  if (G.call(l, 'ref')) {
502
- var t = Object.getOwnPropertyDescriptor(l, 'ref').get
503
- if (t && t.isReactWarning) return !1
502
+ var r = Object.getOwnPropertyDescriptor(l, 'ref').get
503
+ if (r && r.isReactWarning) return !1
504
504
  }
505
505
  return l.ref !== void 0
506
506
  }
507
507
  function Xe(l) {
508
508
  if (G.call(l, 'key')) {
509
- var t = Object.getOwnPropertyDescriptor(l, 'key').get
510
- if (t && t.isReactWarning) return !1
509
+ var r = Object.getOwnPropertyDescriptor(l, 'key').get
510
+ if (r && r.isReactWarning) return !1
511
511
  }
512
512
  return l.key !== void 0
513
513
  }
514
- function qe(l, t) {
515
- if (typeof l.ref == 'string' && S.current && t && S.current.stateNode !== t) {
514
+ function qe(l, r) {
515
+ if (typeof l.ref == 'string' && S.current && r && S.current.stateNode !== r) {
516
516
  var s = Z(S.current.type)
517
517
  le[s] ||
518
518
  (m(
@@ -523,14 +523,14 @@ function f1() {
523
523
  (le[s] = !0))
524
524
  }
525
525
  }
526
- function Qe(l, t) {
526
+ function Qe(l, r) {
527
527
  {
528
528
  var s = function () {
529
529
  be ||
530
530
  ((be = !0),
531
531
  m(
532
532
  '%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)',
533
- t,
533
+ r,
534
534
  ))
535
535
  }
536
536
  ;(s.isReactWarning = !0),
@@ -540,14 +540,14 @@ function f1() {
540
540
  })
541
541
  }
542
542
  }
543
- function e1(l, t) {
543
+ function e1(l, r) {
544
544
  {
545
545
  var s = function () {
546
546
  Le ||
547
547
  ((Le = !0),
548
548
  m(
549
549
  '%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)',
550
- t,
550
+ r,
551
551
  ))
552
552
  }
553
553
  ;(s.isReactWarning = !0),
@@ -557,13 +557,13 @@ function f1() {
557
557
  })
558
558
  }
559
559
  }
560
- var l1 = function (l, t, s, n, C, L, p) {
560
+ var l1 = function (l, r, s, n, C, L, p) {
561
561
  var x = {
562
562
  // This tag allows us to uniquely identify this as a React Element
563
563
  $$typeof: i,
564
564
  // Built-in properties that belong on the element
565
565
  type: l,
566
- key: t,
566
+ key: r,
567
567
  ref: s,
568
568
  props: p,
569
569
  // Record the component responsible for creating this element.
@@ -593,16 +593,16 @@ function f1() {
593
593
  x
594
594
  )
595
595
  }
596
- function i1(l, t, s, n, C) {
596
+ function i1(l, r, s, n, C) {
597
597
  {
598
598
  var L,
599
599
  p = {},
600
600
  x = null,
601
601
  k = null
602
602
  s !== void 0 && (Ce(s), (x = '' + s)),
603
- Xe(t) && (Ce(t.key), (x = '' + t.key)),
604
- Ke(t) && ((k = t.ref), qe(t, C))
605
- for (L in t) G.call(t, L) && !Je.hasOwnProperty(L) && (p[L] = t[L])
603
+ Xe(r) && (Ce(r.key), (x = '' + r.key)),
604
+ Ke(r) && ((k = r.ref), qe(r, C))
605
+ for (L in r) G.call(r, L) && !Je.hasOwnProperty(L) && (p[L] = r[L])
606
606
  if (l && l.defaultProps) {
607
607
  var V = l.defaultProps
608
608
  for (L in V) p[L] === void 0 && (p[L] = V[L])
@@ -618,14 +618,14 @@ function f1() {
618
618
  _e = a.ReactDebugCurrentFrame
619
619
  function T(l) {
620
620
  if (l) {
621
- var t = l._owner,
622
- s = z(l.type, l._source, t ? t.type : null)
621
+ var r = l._owner,
622
+ s = z(l.type, l._source, r ? r.type : null)
623
623
  _e.setExtraStackFrame(s)
624
624
  } else _e.setExtraStackFrame(null)
625
625
  }
626
- var re
627
- re = !1
628
- function te(l) {
626
+ var te
627
+ te = !1
628
+ function re(l) {
629
629
  return typeof l == 'object' && l !== null && l.$$typeof === i
630
630
  }
631
631
  function Ve() {
@@ -644,31 +644,31 @@ Check the render method of \`` +
644
644
  return ''
645
645
  }
646
646
  }
647
- function r1(l) {
647
+ function t1(l) {
648
648
  return ''
649
649
  }
650
650
  var He = {}
651
- function t1(l) {
651
+ function r1(l) {
652
652
  {
653
- var t = Ve()
654
- if (!t) {
653
+ var r = Ve()
654
+ if (!r) {
655
655
  var s = typeof l == 'string' ? l : l.displayName || l.name
656
656
  s &&
657
- (t =
657
+ (r =
658
658
  `
659
659
 
660
660
  Check the top-level render call using <` +
661
661
  s +
662
662
  '>.')
663
663
  }
664
- return t
664
+ return r
665
665
  }
666
666
  }
667
- function Me(l, t) {
667
+ function Me(l, r) {
668
668
  {
669
669
  if (!l._store || l._store.validated || l.key != null) return
670
670
  l._store.validated = !0
671
- var s = t1(t)
671
+ var s = r1(r)
672
672
  if (He[s]) return
673
673
  He[s] = !0
674
674
  var n = ''
@@ -682,49 +682,49 @@ Check the top-level render call using <` +
682
682
  T(null)
683
683
  }
684
684
  }
685
- function ke(l, t) {
685
+ function ke(l, r) {
686
686
  {
687
687
  if (typeof l != 'object') return
688
688
  if (ee(l))
689
689
  for (var s = 0; s < l.length; s++) {
690
690
  var n = l[s]
691
- te(n) && Me(n, t)
691
+ re(n) && Me(n, r)
692
692
  }
693
- else if (te(l)) l._store && (l._store.validated = !0)
693
+ else if (re(l)) l._store && (l._store.validated = !0)
694
694
  else if (l) {
695
695
  var C = F(l)
696
696
  if (typeof C == 'function' && C !== l.entries)
697
- for (var L = C.call(l), p; !(p = L.next()).done; ) te(p.value) && Me(p.value, t)
697
+ for (var L = C.call(l), p; !(p = L.next()).done; ) re(p.value) && Me(p.value, r)
698
698
  }
699
699
  }
700
700
  }
701
701
  function s1(l) {
702
702
  {
703
- var t = l.type
704
- if (t == null || typeof t == 'string') return
703
+ var r = l.type
704
+ if (r == null || typeof r == 'string') return
705
705
  var s
706
- if (typeof t == 'function') s = t.propTypes
706
+ if (typeof r == 'function') s = r.propTypes
707
707
  else if (
708
- typeof t == 'object' &&
709
- (t.$$typeof === d || // Note: Memo only checks outer props here.
708
+ typeof r == 'object' &&
709
+ (r.$$typeof === d || // Note: Memo only checks outer props here.
710
710
  // Inner props are checked in the reconciler.
711
- t.$$typeof === c)
711
+ r.$$typeof === c)
712
712
  )
713
- s = t.propTypes
713
+ s = r.propTypes
714
714
  else return
715
715
  if (s) {
716
- var n = Z(t)
716
+ var n = Z(r)
717
717
  We(s, l.props, 'prop', n, l)
718
- } else if (t.PropTypes !== void 0 && !re) {
719
- re = !0
720
- var C = Z(t)
718
+ } else if (r.PropTypes !== void 0 && !te) {
719
+ te = !0
720
+ var C = Z(r)
721
721
  m(
722
722
  'Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?',
723
723
  C || 'Unknown',
724
724
  )
725
725
  }
726
- typeof t.getDefaultProps == 'function' &&
727
- !t.getDefaultProps.isReactClassApproved &&
726
+ typeof r.getDefaultProps == 'function' &&
727
+ !r.getDefaultProps.isReactClassApproved &&
728
728
  m(
729
729
  'getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.',
730
730
  )
@@ -732,8 +732,8 @@ Check the top-level render call using <` +
732
732
  }
733
733
  function n1(l) {
734
734
  {
735
- for (var t = Object.keys(l.props), s = 0; s < t.length; s++) {
736
- var n = t[s]
735
+ for (var r = Object.keys(l.props), s = 0; s < r.length; s++) {
736
+ var n = r[s]
737
737
  if (n !== 'children' && n !== 'key') {
738
738
  T(l),
739
739
  m(
@@ -747,7 +747,7 @@ Check the top-level render call using <` +
747
747
  l.ref !== null && (T(l), m('Invalid attribute `ref` supplied to `React.Fragment`.'), T(null))
748
748
  }
749
749
  }
750
- function Pe(l, t, s, n, C, L) {
750
+ function Pe(l, r, s, n, C, L) {
751
751
  {
752
752
  var p = Oe(l)
753
753
  if (!p) {
@@ -755,7 +755,7 @@ Check the top-level render call using <` +
755
755
  ;(l === void 0 || (typeof l == 'object' && l !== null && Object.keys(l).length === 0)) &&
756
756
  (x +=
757
757
  " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.")
758
- var k = r1()
758
+ var k = t1()
759
759
  k ? (x += k) : (x += Ve())
760
760
  var V
761
761
  l === null
@@ -772,10 +772,10 @@ Check the top-level render call using <` +
772
772
  x,
773
773
  )
774
774
  }
775
- var M = i1(l, t, s, C, L)
775
+ var M = i1(l, r, s, C, L)
776
776
  if (M == null) return M
777
777
  if (p) {
778
- var R = t.children
778
+ var R = r.children
779
779
  if (R !== void 0)
780
780
  if (n)
781
781
  if (ee(R)) {
@@ -790,11 +790,11 @@ Check the top-level render call using <` +
790
790
  return l === f ? n1(M) : s1(M), M
791
791
  }
792
792
  }
793
- function a1(l, t, s) {
794
- return Pe(l, t, s, !0)
793
+ function a1(l, r, s) {
794
+ return Pe(l, r, s, !0)
795
795
  }
796
- function c1(l, t, s) {
797
- return Pe(l, t, s, !1)
796
+ function c1(l, r, s) {
797
+ return Pe(l, r, s, !1)
798
798
  }
799
799
  var h1 = c1,
800
800
  o1 = a1
@@ -806,8 +806,8 @@ Check the top-level render call using <` +
806
806
  process.env.NODE_ENV === 'production' ? (se.exports = x1()) : (se.exports = f1())
807
807
  var e = se.exports
808
808
  const ne = {
809
- Warning: (r, i) =>
810
- r
809
+ Warning: (t, i) =>
810
+ t
811
811
  ? /* @__PURE__ */ e.jsx('svg', {
812
812
  viewBox: '0 0 24 24',
813
813
  fill: 'none',
@@ -833,8 +833,8 @@ const ne = {
833
833
  }),
834
834
  ],
835
835
  }),
836
- Error: (r, i) =>
837
- r
836
+ Error: (t, i) =>
837
+ t
838
838
  ? /* @__PURE__ */ e.jsx('svg', {
839
839
  viewBox: '0 0 24 24',
840
840
  fill: 'none',
@@ -857,8 +857,8 @@ const ne = {
857
857
  fill: i ? '#afb0b7' : 'black',
858
858
  }),
859
859
  }),
860
- Checked: (r, i) =>
861
- r
860
+ Checked: (t, i) =>
861
+ t
862
862
  ? /* @__PURE__ */ e.jsxs('svg', {
863
863
  width: '24',
864
864
  height: '24',
@@ -899,8 +899,8 @@ const ne = {
899
899
  fill: i ? '#afb0b7' : 'black',
900
900
  }),
901
901
  }),
902
- Add: (r, i) =>
903
- r
902
+ Add: (t, i) =>
903
+ t
904
904
  ? /* @__PURE__ */ e.jsxs('svg', {
905
905
  viewBox: '0 0 24 24',
906
906
  fill: 'none',
@@ -945,8 +945,8 @@ const ne = {
945
945
  }),
946
946
  ],
947
947
  }),
948
- AddBox: (r, i) =>
949
- r
948
+ AddBox: (t, i) =>
949
+ t
950
950
  ? /* @__PURE__ */ e.jsxs('svg', {
951
951
  viewBox: '0 0 24 24',
952
952
  fill: 'none',
@@ -997,8 +997,8 @@ const ne = {
997
997
  }),
998
998
  ],
999
999
  }),
1000
- AddCircle: (r, i) =>
1001
- r
1000
+ AddCircle: (t, i) =>
1001
+ t
1002
1002
  ? /* @__PURE__ */ e.jsxs('svg', {
1003
1003
  viewBox: '0 0 24 24',
1004
1004
  fill: 'none',
@@ -1043,8 +1043,8 @@ const ne = {
1043
1043
  }),
1044
1044
  ],
1045
1045
  }),
1046
- Remove: (r, i) =>
1047
- r
1046
+ Remove: (t, i) =>
1047
+ t
1048
1048
  ? /* @__PURE__ */ e.jsxs('svg', {
1049
1049
  viewBox: '0 0 24 24',
1050
1050
  fill: 'none',
@@ -1089,8 +1089,8 @@ const ne = {
1089
1089
  }),
1090
1090
  ],
1091
1091
  }),
1092
- RemoveCircle: (r, i) =>
1093
- r
1092
+ RemoveCircle: (t, i) =>
1093
+ t
1094
1094
  ? /* @__PURE__ */ e.jsxs('svg', {
1095
1095
  viewBox: '0 0 24 24',
1096
1096
  fill: 'none',
@@ -1135,8 +1135,8 @@ const ne = {
1135
1135
  }),
1136
1136
  ],
1137
1137
  }),
1138
- Block: (r, i) =>
1139
- r
1138
+ Block: (t, i) =>
1139
+ t
1140
1140
  ? /* @__PURE__ */ e.jsxs('svg', {
1141
1141
  viewBox: '0 0 24 24',
1142
1142
  fill: 'none',
@@ -1187,8 +1187,8 @@ const ne = {
1187
1187
  }),
1188
1188
  ],
1189
1189
  }),
1190
- ContentCopy: (r, i) =>
1191
- r
1190
+ ContentCopy: (t, i) =>
1191
+ t
1192
1192
  ? /* @__PURE__ */ e.jsxs('svg', {
1193
1193
  viewBox: '0 0 24 24',
1194
1194
  fill: 'none',
@@ -1233,8 +1233,8 @@ const ne = {
1233
1233
  }),
1234
1234
  ],
1235
1235
  }),
1236
- SaveAlt: (r, i) =>
1237
- r
1236
+ SaveAlt: (t, i) =>
1237
+ t
1238
1238
  ? /* @__PURE__ */ e.jsxs('svg', {
1239
1239
  viewBox: '0 0 24 24',
1240
1240
  fill: 'none',
@@ -1285,8 +1285,8 @@ const ne = {
1285
1285
  }),
1286
1286
  ],
1287
1287
  }),
1288
- Unarchive: (r, i) =>
1289
- r
1288
+ Unarchive: (t, i) =>
1289
+ t
1290
1290
  ? /* @__PURE__ */ e.jsxs('svg', {
1291
1291
  viewBox: '0 0 24 24',
1292
1292
  fill: 'none',
@@ -1331,8 +1331,8 @@ const ne = {
1331
1331
  }),
1332
1332
  ],
1333
1333
  }),
1334
- MoreHoriz: (r, i) =>
1335
- r
1334
+ MoreHoriz: (t, i) =>
1335
+ t
1336
1336
  ? /* @__PURE__ */ e.jsxs('svg', {
1337
1337
  viewBox: '0 0 24 24',
1338
1338
  fill: 'none',
@@ -1377,8 +1377,8 @@ const ne = {
1377
1377
  }),
1378
1378
  ],
1379
1379
  }),
1380
- MoreVert: (r, i) =>
1381
- r
1380
+ MoreVert: (t, i) =>
1381
+ t
1382
1382
  ? /* @__PURE__ */ e.jsxs('svg', {
1383
1383
  viewBox: '0 0 24 24',
1384
1384
  fill: 'none',
@@ -1423,8 +1423,8 @@ const ne = {
1423
1423
  }),
1424
1424
  ],
1425
1425
  }),
1426
- Menu: (r, i) =>
1427
- r
1426
+ Menu: (t, i) =>
1427
+ t
1428
1428
  ? /* @__PURE__ */ e.jsxs('svg', {
1429
1429
  viewBox: '0 0 24 24',
1430
1430
  fill: 'none',
@@ -1475,8 +1475,8 @@ const ne = {
1475
1475
  }),
1476
1476
  ],
1477
1477
  }),
1478
- Refresh: (r, i) =>
1479
- r
1478
+ Refresh: (t, i) =>
1479
+ t
1480
1480
  ? /* @__PURE__ */ e.jsxs('svg', {
1481
1481
  viewBox: '0 0 24 24',
1482
1482
  fill: 'none',
@@ -1521,8 +1521,8 @@ const ne = {
1521
1521
  }),
1522
1522
  ],
1523
1523
  }),
1524
- Move: (r, i) =>
1525
- r
1524
+ Move: (t, i) =>
1525
+ t
1526
1526
  ? /* @__PURE__ */ e.jsxs('svg', {
1527
1527
  viewBox: '0 0 24 24',
1528
1528
  fill: 'none',
@@ -1567,8 +1567,8 @@ const ne = {
1567
1567
  }),
1568
1568
  ],
1569
1569
  }),
1570
- South: (r, i) =>
1571
- r
1570
+ South: (t, i) =>
1571
+ t
1572
1572
  ? /* @__PURE__ */ e.jsxs('svg', {
1573
1573
  viewBox: '0 0 24 24',
1574
1574
  fill: 'none',
@@ -1613,8 +1613,8 @@ const ne = {
1613
1613
  }),
1614
1614
  ],
1615
1615
  }),
1616
- North: (r, i) =>
1617
- r
1616
+ North: (t, i) =>
1617
+ t
1618
1618
  ? /* @__PURE__ */ e.jsxs('svg', {
1619
1619
  viewBox: '0 0 24 24',
1620
1620
  fill: 'none',
@@ -1665,8 +1665,8 @@ const ne = {
1665
1665
  }),
1666
1666
  ],
1667
1667
  }),
1668
- West: (r, i) =>
1669
- r
1668
+ West: (t, i) =>
1669
+ t
1670
1670
  ? /* @__PURE__ */ e.jsxs('svg', {
1671
1671
  viewBox: '0 0 24 24',
1672
1672
  fill: 'none',
@@ -1711,8 +1711,8 @@ const ne = {
1711
1711
  }),
1712
1712
  ],
1713
1713
  }),
1714
- ExpandMore: (r, i) =>
1715
- r
1714
+ ExpandMore: (t, i) =>
1715
+ t
1716
1716
  ? /* @__PURE__ */ e.jsxs('svg', {
1717
1717
  viewBox: '0 0 24 24',
1718
1718
  fill: 'none',
@@ -1757,8 +1757,8 @@ const ne = {
1757
1757
  }),
1758
1758
  ],
1759
1759
  }),
1760
- ExpandLess: (r, i) =>
1761
- r
1760
+ ExpandLess: (t, i) =>
1761
+ t
1762
1762
  ? /* @__PURE__ */ e.jsxs('svg', {
1763
1763
  viewBox: '0 0 24 24',
1764
1764
  fill: 'none',
@@ -1803,8 +1803,8 @@ const ne = {
1803
1803
  }),
1804
1804
  ],
1805
1805
  }),
1806
- Close: (r, i) =>
1807
- r
1806
+ Close: (t, i) =>
1807
+ t
1808
1808
  ? /* @__PURE__ */ e.jsxs('svg', {
1809
1809
  viewBox: '0 0 24 24',
1810
1810
  fill: 'none',
@@ -1849,8 +1849,8 @@ const ne = {
1849
1849
  }),
1850
1850
  ],
1851
1851
  }),
1852
- Cancel: (r, i) =>
1853
- r
1852
+ Cancel: (t, i) =>
1853
+ t
1854
1854
  ? /* @__PURE__ */ e.jsxs('svg', {
1855
1855
  viewBox: '0 0 24 24',
1856
1856
  fill: 'none',
@@ -1895,8 +1895,8 @@ const ne = {
1895
1895
  }),
1896
1896
  ],
1897
1897
  }),
1898
- Delete: (r, i) =>
1899
- r
1898
+ Delete: (t, i) =>
1899
+ t
1900
1900
  ? /* @__PURE__ */ e.jsxs('svg', {
1901
1901
  viewBox: '0 0 24 24',
1902
1902
  fill: 'none',
@@ -1941,8 +1941,8 @@ const ne = {
1941
1941
  }),
1942
1942
  ],
1943
1943
  }),
1944
- FilterAlt: (r, i) =>
1945
- r
1944
+ FilterAlt: (t, i) =>
1945
+ t
1946
1946
  ? /* @__PURE__ */ e.jsxs('svg', {
1947
1947
  viewBox: '0 0 24 24',
1948
1948
  fill: 'none',
@@ -1987,8 +1987,8 @@ const ne = {
1987
1987
  }),
1988
1988
  ],
1989
1989
  }),
1990
- Edit: (r, i) =>
1991
- r
1990
+ Edit: (t, i) =>
1991
+ t
1992
1992
  ? /* @__PURE__ */ e.jsx('svg', {
1993
1993
  viewBox: '0 0 24 24',
1994
1994
  fill: 'none',
@@ -2011,8 +2011,8 @@ const ne = {
2011
2011
  fill: i ? '#afb0b7' : 'black',
2012
2012
  }),
2013
2013
  }),
2014
- CheckCircle: (r, i) =>
2015
- r
2014
+ CheckCircle: (t, i) =>
2015
+ t
2016
2016
  ? /* @__PURE__ */ e.jsxs('svg', {
2017
2017
  viewBox: '0 0 24 24',
2018
2018
  fill: 'none',
@@ -2063,8 +2063,8 @@ const ne = {
2063
2063
  }),
2064
2064
  ],
2065
2065
  }),
2066
- CalendarToday: (r, i) =>
2067
- r
2066
+ CalendarToday: (t, i) =>
2067
+ t
2068
2068
  ? /* @__PURE__ */ e.jsxs('svg', {
2069
2069
  viewBox: '0 0 24 24',
2070
2070
  fill: 'none',
@@ -2115,8 +2115,8 @@ const ne = {
2115
2115
  }),
2116
2116
  ],
2117
2117
  }),
2118
- AccountCircle: (r, i) =>
2119
- r
2118
+ AccountCircle: (t, i) =>
2119
+ t
2120
2120
  ? /* @__PURE__ */ e.jsxs('svg', {
2121
2121
  viewBox: '0 0 24 24',
2122
2122
  fill: 'none',
@@ -2167,8 +2167,8 @@ const ne = {
2167
2167
  }),
2168
2168
  ],
2169
2169
  }),
2170
- Done: (r, i) =>
2171
- r
2170
+ Done: (t, i) =>
2171
+ t
2172
2172
  ? /* @__PURE__ */ e.jsxs('svg', {
2173
2173
  viewBox: '0 0 24 24',
2174
2174
  fill: 'none',
@@ -2219,8 +2219,8 @@ const ne = {
2219
2219
  }),
2220
2220
  ],
2221
2221
  }),
2222
- LogIn: (r, i) =>
2223
- r
2222
+ LogIn: (t, i) =>
2223
+ t
2224
2224
  ? /* @__PURE__ */ e.jsxs('svg', {
2225
2225
  viewBox: '0 0 24 24',
2226
2226
  fill: 'none',
@@ -2271,8 +2271,8 @@ const ne = {
2271
2271
  }),
2272
2272
  ],
2273
2273
  }),
2274
- OpenWith: (r, i) =>
2275
- r
2274
+ OpenWith: (t, i) =>
2275
+ t
2276
2276
  ? /* @__PURE__ */ e.jsxs('svg', {
2277
2277
  viewBox: '0 0 24 24',
2278
2278
  fill: 'none',
@@ -2323,8 +2323,8 @@ const ne = {
2323
2323
  }),
2324
2324
  ],
2325
2325
  }),
2326
- Search: (r, i) =>
2327
- r
2326
+ Search: (t, i) =>
2327
+ t
2328
2328
  ? /* @__PURE__ */ e.jsxs('svg', {
2329
2329
  viewBox: '0 0 24 24',
2330
2330
  fill: 'none',
@@ -2375,8 +2375,8 @@ const ne = {
2375
2375
  }),
2376
2376
  ],
2377
2377
  }),
2378
- Info: (r, i) =>
2379
- r
2378
+ Info: (t, i) =>
2379
+ t
2380
2380
  ? /* @__PURE__ */ e.jsxs('svg', {
2381
2381
  viewBox: '0 0 24 24',
2382
2382
  fill: 'none',
@@ -2427,8 +2427,8 @@ const ne = {
2427
2427
  }),
2428
2428
  ],
2429
2429
  }),
2430
- Help: (r, i) =>
2431
- r
2430
+ Help: (t, i) =>
2431
+ t
2432
2432
  ? /* @__PURE__ */ e.jsxs('svg', {
2433
2433
  viewBox: '0 0 24 24',
2434
2434
  fill: 'none',
@@ -2479,8 +2479,8 @@ const ne = {
2479
2479
  }),
2480
2480
  ],
2481
2481
  }),
2482
- KeyboardArrowLeft: (r, i) =>
2483
- r
2482
+ KeyboardArrowLeft: (t, i) =>
2483
+ t
2484
2484
  ? /* @__PURE__ */ e.jsxs('svg', {
2485
2485
  viewBox: '0 0 24 24',
2486
2486
  fill: 'none',
@@ -2531,8 +2531,8 @@ const ne = {
2531
2531
  }),
2532
2532
  ],
2533
2533
  }),
2534
- KeyboardArrowRight: (r, i) =>
2535
- r
2534
+ KeyboardArrowRight: (t, i) =>
2535
+ t
2536
2536
  ? /* @__PURE__ */ e.jsxs('svg', {
2537
2537
  viewBox: '0 0 24 24',
2538
2538
  fill: 'none',
@@ -2583,8 +2583,8 @@ const ne = {
2583
2583
  }),
2584
2584
  ],
2585
2585
  }),
2586
- DownloadDone: (r, i) =>
2587
- r
2586
+ DownloadDone: (t, i) =>
2587
+ t
2588
2588
  ? /* @__PURE__ */ e.jsxs('svg', {
2589
2589
  viewBox: '0 0 24 24',
2590
2590
  fill: 'none',
@@ -2635,8 +2635,8 @@ const ne = {
2635
2635
  }),
2636
2636
  ],
2637
2637
  }),
2638
- Place: (r, i) =>
2639
- r
2638
+ Place: (t, i) =>
2639
+ t
2640
2640
  ? /* @__PURE__ */ e.jsxs('svg', {
2641
2641
  viewBox: '0 0 24 24',
2642
2642
  fill: 'none',
@@ -2681,8 +2681,8 @@ const ne = {
2681
2681
  }),
2682
2682
  ],
2683
2683
  }),
2684
- OpenInNew: (r, i) =>
2685
- r
2684
+ OpenInNew: (t, i) =>
2685
+ t
2686
2686
  ? /* @__PURE__ */ e.jsxs('svg', {
2687
2687
  viewBox: '0 0 24 24',
2688
2688
  fill: 'none',
@@ -2733,8 +2733,8 @@ const ne = {
2733
2733
  }),
2734
2734
  ],
2735
2735
  }),
2736
- Schedule: (r, i) =>
2737
- r
2736
+ Schedule: (t, i) =>
2737
+ t
2738
2738
  ? /* @__PURE__ */ e.jsxs('svg', {
2739
2739
  viewBox: '0 0 24 24',
2740
2740
  fill: 'none',
@@ -2785,8 +2785,8 @@ const ne = {
2785
2785
  }),
2786
2786
  ],
2787
2787
  }),
2788
- ZoomIn: (r, i) =>
2789
- r
2788
+ ZoomIn: (t, i) =>
2789
+ t
2790
2790
  ? /* @__PURE__ */ e.jsxs('svg', {
2791
2791
  viewBox: '0 0 24 24',
2792
2792
  fill: 'none',
@@ -2837,8 +2837,8 @@ const ne = {
2837
2837
  }),
2838
2838
  ],
2839
2839
  }),
2840
- ZoomOut: (r, i) =>
2841
- r
2840
+ ZoomOut: (t, i) =>
2841
+ t
2842
2842
  ? /* @__PURE__ */ e.jsxs('svg', {
2843
2843
  viewBox: '0 0 24 24',
2844
2844
  fill: 'none',
@@ -2889,8 +2889,8 @@ const ne = {
2889
2889
  }),
2890
2890
  ],
2891
2891
  }),
2892
- Photo: (r, i) =>
2893
- r
2892
+ Photo: (t, i) =>
2893
+ t
2894
2894
  ? /* @__PURE__ */ e.jsxs('svg', {
2895
2895
  xmlns: 'http://www.w3.org/2000/svg',
2896
2896
  height: '24px',
@@ -2939,7 +2939,7 @@ const ne = {
2939
2939
  OUTLINED: 'bg-[#ffffff] hover:bg-[#f0eff1] active:bg-[#e9e8ea] h-12 text-black border border-1 border-black',
2940
2940
  },
2941
2941
  b1 = ({
2942
- label: r,
2942
+ label: t,
2943
2943
  variant: i = 'DEFAULT',
2944
2944
  isDisabled: h = !1,
2945
2945
  isOutlined: f = !1,
@@ -2979,7 +2979,7 @@ const ne = {
2979
2979
  /* @__PURE__ */ e.jsx('p', {
2980
2980
  className: `flex-grow-0 flex-shrink-0 text-[0.8750em] text-center
2981
2981
  `,
2982
- children: v || r,
2982
+ children: v || t,
2983
2983
  }),
2984
2984
  ],
2985
2985
  }),
@@ -2992,7 +2992,7 @@ const ne = {
2992
2992
  'flex flex-col justify-start items-start self-stretch flex-grow-0 flex-shrink-0 gap-2.5 transition-all duration-400 rounded border border-1 border-[#373940] hover:outline outline-offset-0 outline-1',
2993
2993
  },
2994
2994
  _1 = ({
2995
- placeholder: r,
2995
+ placeholder: t,
2996
2996
  label: i,
2997
2997
  variant: h = 'DEFAULT',
2998
2998
  isDisabled: f = !1,
@@ -3040,7 +3040,7 @@ const ne = {
3040
3040
  name: w,
3041
3041
  type: d,
3042
3042
  onChange: E,
3043
- placeholder: r,
3043
+ placeholder: t,
3044
3044
  className: F,
3045
3045
  }),
3046
3046
  /* @__PURE__ */ e.jsx('div', {
@@ -3100,10 +3100,10 @@ const ne = {
3100
3100
  H1 = {
3101
3101
  DEFAULT: 'bg-black hover:bg-black-800 active:bg-grey-900',
3102
3102
  },
3103
- M1 = ({ options: r, selectedCatOptions: i, setSelectedCatOptions: h, variant: f = 'DEFAULT' }) => {
3103
+ M1 = ({ options: t, selectedCatOptions: i, setSelectedCatOptions: h, variant: f = 'DEFAULT' }) => {
3104
3104
  const [g, v] = N(null),
3105
3105
  o = {},
3106
- w = r,
3106
+ w = t,
3107
3107
  d = (a) => {
3108
3108
  const m = a.classId.split('_')[0],
3109
3109
  H = parseInt(m.split('.')[0])
@@ -3324,7 +3324,7 @@ const ne = {
3324
3324
  DEFAULT: 'bg-yellow-200 hover-bg-green-400 active-bg-green-500',
3325
3325
  },
3326
3326
  p1 = ({
3327
- placeholder: r,
3327
+ placeholder: t,
3328
3328
  label: i,
3329
3329
  isDisabled: h = !1,
3330
3330
  isError: f = !1,
@@ -3397,7 +3397,7 @@ const ne = {
3397
3397
  Z1 = {
3398
3398
  DEFAULT: 'bg-black hover:bg-black-800 active:bg-grey-900',
3399
3399
  },
3400
- A1 = ({ label: r, isDisabled: i, variant: h = 'DEFAULT', onClick: f }) =>
3400
+ A1 = ({ label: t, isDisabled: i, variant: h = 'DEFAULT', onClick: f }) =>
3401
3401
  /* @__PURE__ */ e.jsx('button', {
3402
3402
  className: `justify-start items-start h-8 overflow-hidden rounded-lg bg-[#d8e6f2] hover:bg-[#c2d6e7]
3403
3403
  transition-colors duration-300 w-auto inline-block ${
@@ -3409,7 +3409,7 @@ const ne = {
3409
3409
  children: [
3410
3410
  /* @__PURE__ */ e.jsx('p', {
3411
3411
  className: 'flex-grow-0 flex-shrink-0 text-sm font-medium text-center text-black',
3412
- children: r,
3412
+ children: t,
3413
3413
  }),
3414
3414
  /* @__PURE__ */ e.jsxs('svg', {
3415
3415
  viewBox: '0 0 18 18',
@@ -3443,7 +3443,7 @@ const ne = {
3443
3443
  DEFAULT: 'bg-yellow-200 hover-bg-green-400 active-bg-green-500',
3444
3444
  },
3445
3445
  E1 = ({
3446
- placeholder: r,
3446
+ placeholder: t,
3447
3447
  label: i,
3448
3448
  isDisabled: h = !1,
3449
3449
  isError: f = !1,
@@ -3514,7 +3514,7 @@ const ne = {
3514
3514
  DEFAULT: 'bg-black hover:bg-black-800 active:bg-grey-900',
3515
3515
  },
3516
3516
  O1 = ({
3517
- id: r,
3517
+ id: t,
3518
3518
  options: i,
3519
3519
  selectedOptions: h,
3520
3520
  onSelectionChange: f,
@@ -3615,7 +3615,7 @@ const ne = {
3615
3615
  children:
3616
3616
  j &&
3617
3617
  /* @__PURE__ */ e.jsx('ul', {
3618
- id: r,
3618
+ id: t,
3619
3619
  className: `dropdown-list overflow-y-auto overflow-x-hidden absolute max-h-[10em]
3620
3620
  bg-brand-white z-10 w-[110%] top-[3.1em]`,
3621
3621
  children:
@@ -3656,7 +3656,7 @@ const ne = {
3656
3656
  DEFAULT: 'bg-black hover:bg-black-800 active:bg-grey-900',
3657
3657
  },
3658
3658
  S1 = ({
3659
- id: r,
3659
+ id: t,
3660
3660
  selectedOptions: i,
3661
3661
  onSelectionChange: h,
3662
3662
  options: f,
@@ -3782,7 +3782,7 @@ const ne = {
3782
3782
  SMALL: 'text-[0.8750em]',
3783
3783
  },
3784
3784
  U1 = ({
3785
- variant: r = 'DEFAULT',
3785
+ variant: t = 'DEFAULT',
3786
3786
  isDisabled: i = !1,
3787
3787
  text: h,
3788
3788
  children: f,
@@ -3794,7 +3794,7 @@ const ne = {
3794
3794
  }) =>
3795
3795
  /* @__PURE__ */ e.jsx('p', {
3796
3796
  title: d,
3797
- className: `${g1[r]} ${g ? 'font-semibold' : ''} ${w || ''} ${
3797
+ className: `${g1[t]} ${g ? 'font-semibold' : ''} ${w || ''} ${
3798
3798
  i ? 'opacity-[0.3] cursor-not-allowed pointer-events-none' : ''
3799
3799
  }`,
3800
3800
  children: f || h,
@@ -3807,7 +3807,7 @@ const ne = {
3807
3807
  'flex flex-col justify-start items-start self-stretch flex-grow-0 flex-shrink-0 gap-2.5 transition-all duration-400 rounded border border-1 border-[#373940] hover:outline outline-offset-0 outline-1',
3808
3808
  },
3809
3809
  W1 = ({
3810
- value: r,
3810
+ value: t,
3811
3811
  placeholder: i,
3812
3812
  label: h,
3813
3813
  variant: f = 'DEFAULT',
@@ -3838,7 +3838,7 @@ const ne = {
3838
3838
  }),
3839
3839
  /* @__PURE__ */ e.jsx('textarea', {
3840
3840
  id: u,
3841
- value: r,
3841
+ value: t,
3842
3842
  defaultValue: o,
3843
3843
  placeholder: i,
3844
3844
  onChange: d,
@@ -3860,7 +3860,7 @@ const ne = {
3860
3860
  z1 = {
3861
3861
  DEFAULT: 'bg-black hover:bg-black-800 active:bg-grey-900',
3862
3862
  },
3863
- G1 = ({ variant: r = 'DEFAULT', isDisabled: i = !1, children: h }) =>
3863
+ G1 = ({ variant: t = 'DEFAULT', isDisabled: i = !1, children: h }) =>
3864
3864
  /* @__PURE__ */ e.jsx('div', {
3865
3865
  className: `overflow-hidden rounded-lg bg-white shadow-[0px_0px_8px_0px_rgba(0,0,0,0.05)]
3866
3866
  flex`,
@@ -3869,7 +3869,7 @@ const ne = {
3869
3869
  J1 = {
3870
3870
  DEFAULT: 'default',
3871
3871
  },
3872
- K1 = ({ children: r, customWidth: i, customHeight: h, onClick: f, width: g = '60', height: v = '30' }) => {
3872
+ K1 = ({ children: t, customWidth: i, customHeight: h, onClick: f, width: g = '60', height: v = '30' }) => {
3873
3873
  K(
3874
3874
  () => (
3875
3875
  (document.body.style.overflow = 'hidden'),
@@ -3879,8 +3879,8 @@ const ne = {
3879
3879
  ),
3880
3880
  [],
3881
3881
  )
3882
- const o = i ? g : '20',
3883
- w = h ? v : '40'
3882
+ const o = i ? g : 'auto',
3883
+ w = h ? v : 'auto'
3884
3884
  return /* @__PURE__ */ e.jsxs(e.Fragment, {
3885
3885
  children: [
3886
3886
  /* @__PURE__ */ e.jsx('div', {
@@ -3892,7 +3892,7 @@ const ne = {
3892
3892
  className: `fixed z-50 flex items-center justify-center p-8 overflow-hidden h-[30em] w-[30em]
3893
3893
  lg:w-[${o}em] lg:h-[${w}em] -translate-x-1/2 -translate-y-1/2 border border-white rounded-md top-1/2 left-1/2 bg-brand-white`,
3894
3894
  style: { width: `${o}em`, height: `${w}em` },
3895
- children: r || 'test',
3895
+ children: t || 'test',
3896
3896
  }),
3897
3897
  ],
3898
3898
  })
@@ -3907,10 +3907,10 @@ const ne = {
3907
3907
  h2: 'text-black text-[2.25em]',
3908
3908
  h3: 'text-black text-[1.625em]',
3909
3909
  },
3910
- q1 = ({ variant: r = 'h1', children: i, bold: h, label: f, customClasses: g }) => {
3911
- const v = r === 'h2' ? 'h2' : r === 'h3' ? 'h3' : 'h1'
3910
+ q1 = ({ variant: t = 'h1', children: i, bold: h, label: f, customClasses: g }) => {
3911
+ const v = t === 'h2' ? 'h2' : t === 'h3' ? 'h3' : 'h1'
3912
3912
  return /* @__PURE__ */ e.jsx(v, {
3913
- className: `${j1[r]} ${h ? 'font-semibold' : 'font-normal'} ${g}`,
3913
+ className: `${j1[t]} ${h ? 'font-semibold' : 'font-normal'} ${g}`,
3914
3914
  children: i || f,
3915
3915
  })
3916
3916
  },
@@ -3920,10 +3920,10 @@ const ne = {
3920
3920
  el = {
3921
3921
  DEFAULT: 'bg-black hover:bg-black-800 active:bg-grey-900',
3922
3922
  },
3923
- ll = ({ name: r, isOutlined: i, isDisabled: h }) =>
3924
- /* @__PURE__ */ e.jsx('div', { children: /* @__PURE__ */ e.jsx('span', { children: ne[r](i == !1, h == !0) }) }),
3923
+ ll = ({ name: t, isOutlined: i, isDisabled: h }) =>
3924
+ /* @__PURE__ */ e.jsx('div', { children: /* @__PURE__ */ e.jsx('span', { children: ne[t](i == !1, h == !0) }) }),
3925
3925
  il = () => /* @__PURE__ */ e.jsx('div', { children: 'Banner' }),
3926
- rl = () => /* @__PURE__ */ e.jsx('div', { children: 'Footer' })
3926
+ tl = () => /* @__PURE__ */ e.jsx('div', { children: 'Footer' })
3927
3927
  export {
3928
3928
  V1 as ACCORDION_VARIANT,
3929
3929
  M1 as Accordion,
@@ -3947,7 +3947,7 @@ export {
3947
3947
  il as MlBanner,
3948
3948
  K1 as Modal,
3949
3949
  S1 as MultiSelect,
3950
- rl as OrFooter,
3950
+ tl as OrFooter,
3951
3951
  N1 as RADIO_VARIANT,
3952
3952
  E1 as Radio,
3953
3953
  T1 as SELECT_VARIANT,
@@ -3766,8 +3766,8 @@ Check the top-level render call using <` +
3766
3766
  ),
3767
3767
  [],
3768
3768
  )
3769
- const d = i ? v : '20',
3770
- p = o ? j : '40'
3769
+ const d = i ? v : 'auto',
3770
+ p = o ? j : 'auto'
3771
3771
  return e.jsxs(e.Fragment, {
3772
3772
  children: [
3773
3773
  e.jsx('div', {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rds-ui-system",
3
3
  "private": false,
4
- "version": "2.0.15",
4
+ "version": "2.0.16",
5
5
  "packageManager": "pnpm@8.4.0",
6
6
  "main": "./dist/rds-ui-system.umd.js",
7
7
  "module": "./dist/rds-ui-system.es.js",