nectiasw 0.0.271 → 0.0.273

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,30 +1,30 @@
1
- # React + TypeScript + Vite
2
-
3
- This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
4
-
5
- Currently, two official plugins are available:
6
-
7
- - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
8
- - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
9
-
10
- ## Expanding the ESLint configuration
11
-
12
- If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
13
-
14
- - Configure the top-level `parserOptions` property like this:
15
-
16
- ```js
17
- export default {
18
- // other rules...
19
- parserOptions: {
20
- ecmaVersion: 'latest',
21
- sourceType: 'module',
22
- project: ['./tsconfig.json', './tsconfig.node.json', './tsconfig.app.json'],
23
- tsconfigRootDir: __dirname,
24
- },
25
- };
26
- ```
27
-
28
- - Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked`
29
- - Optionally add `plugin:@typescript-eslint/stylistic-type-checked`
30
- - Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list
1
+ # React + TypeScript + Vite
2
+
3
+ This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
4
+
5
+ Currently, two official plugins are available:
6
+
7
+ - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
8
+ - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
9
+
10
+ ## Expanding the ESLint configuration
11
+
12
+ If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
13
+
14
+ - Configure the top-level `parserOptions` property like this:
15
+
16
+ ```js
17
+ export default {
18
+ // other rules...
19
+ parserOptions: {
20
+ ecmaVersion: 'latest',
21
+ sourceType: 'module',
22
+ project: ['./tsconfig.json', './tsconfig.node.json', './tsconfig.app.json'],
23
+ tsconfigRootDir: __dirname,
24
+ },
25
+ };
26
+ ```
27
+
28
+ - Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked`
29
+ - Optionally add `plugin:@typescript-eslint/stylistic-type-checked`
30
+ - Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list
package/dist/index.es.js CHANGED
@@ -424,7 +424,7 @@ const Z8 = {
424
424
  `, YS = {
425
425
  label: "text-xl font-bold text-primary"
426
426
  };
427
- var rt = /* @__PURE__ */ ((e) => (e.info = "#939799", e.danger = "#E55257", e.opaque = "#DFDFDF", e.success = "#9AC873", e.warning = "#F1A946", e.quinary = "#F5C37E", e.primary = "#316772", e.secondary = "#65BFB1", e.darkened = "#464646", e.disabled = "#F3F3F3", e))(rt || {});
427
+ var nt = /* @__PURE__ */ ((e) => (e.info = "#939799", e.danger = "#E55257", e.opaque = "#DFDFDF", e.success = "#9AC873", e.warning = "#F1A946", e.quinary = "#F5C37E", e.primary = "#316772", e.secondary = "#65BFB1", e.darkened = "#464646", e.disabled = "#F3F3F3", e))(nt || {});
428
428
  function Ac(e) {
429
429
  return e.charAt(0).toUpperCase() + e.slice(1).toLowerCase();
430
430
  }
@@ -484,7 +484,7 @@ const qS = (e) => {
484
484
  id: "textCenterPlugin",
485
485
  beforeDatasetDraw(w) {
486
486
  var C, O, A, F;
487
- d && c && (w.ctx.save(), w.ctx.fillStyle = rt.primary, w.ctx.textAlign = "center", w.ctx.textBaseline = "middle", w.ctx.font = c, w.ctx.fillText(
487
+ d && c && (w.ctx.save(), w.ctx.fillStyle = nt.primary, w.ctx.textAlign = "center", w.ctx.textBaseline = "middle", w.ctx.font = c, w.ctx.fillText(
488
488
  d,
489
489
  (O = (C = w == null ? void 0 : w.getDatasetMeta(0)) == null ? void 0 : C.data[0]) == null ? void 0 : O.x,
490
490
  (F = (A = w == null ? void 0 : w.getDatasetMeta(0)) == null ? void 0 : A.data[0]) == null ? void 0 : F.y
@@ -6368,7 +6368,7 @@ const IY = ({ children: e }) => /* @__PURE__ */ S("h2", { className: Gi.inscript
6368
6368
  modal: {
6369
6369
  box: "flex flex-col w-[50rem] space-y-7 px-[64px] py-[36px] ",
6370
6370
  svg: "flex align-center justify-center h-24 mt-4",
6371
- paragraph: `flex flex-col justify-between text-${rt.darkened} mt-4`,
6371
+ paragraph: `flex flex-col justify-between text-${nt.darkened} mt-4`,
6372
6372
  title: "text-center font-bold text-[2rem] leading-[2.25rem] mb-2 flex justify-center",
6373
6373
  subtitle: "text-justify text-xl leading-6 mt-2",
6374
6374
  buttonGroup: "flex place-content-evenly mt-8"
@@ -11655,7 +11655,7 @@ const RP = le.input`
11655
11655
  font-weight: 700;
11656
11656
  border-radius: 4px;
11657
11657
  border-width: 1px;
11658
- color: ${(e) => e.disabled ? "#BABABA" : rt.darkened};
11658
+ color: ${(e) => e.disabled ? "#BABABA" : nt.darkened};
11659
11659
  cursor: ${(e) => e.disabled ? "default" : "auto"};
11660
11660
  height: 2rem;
11661
11661
  max-width: 100%;
@@ -11669,7 +11669,7 @@ const RP = le.input`
11669
11669
  box-sizing: border-box;
11670
11670
 
11671
11671
  &:focus {
11672
- border-color: ${rt.primary};
11672
+ border-color: ${nt.primary};
11673
11673
  outline: 0;
11674
11674
  }
11675
11675
  `, PP = le.input`
@@ -11686,11 +11686,11 @@ const RP = le.input`
11686
11686
  background-color: ${(e) => e != null && e.disabled ? "transparent" : "white"};
11687
11687
  width: 100%;
11688
11688
  box-sizing: border-box;
11689
- color: ${rt.primary};
11689
+ color: ${nt.primary};
11690
11690
  padding: 0.75rem 1rem 0.75rem 3rem !important;
11691
11691
 
11692
11692
  &:focus {
11693
- border-color: ${rt.primary};
11693
+ border-color: ${nt.primary};
11694
11694
  outline: 0;
11695
11695
  }
11696
11696
  `, K5 = le.span`
@@ -11699,7 +11699,7 @@ const RP = le.input`
11699
11699
  z-index: 10;
11700
11700
  margin: 0;
11701
11701
  padding: 0;
11702
- color: ${rt.primary};
11702
+ color: ${nt.primary};
11703
11703
 
11704
11704
  &:hover {
11705
11705
  cursor: ${(e) => e != null && e.disabled ? "inherit" : "pointer"};
@@ -12130,14 +12130,14 @@ const jP = le.input.attrs({ type: "radio" })`
12130
12130
  autoComplete: "off"
12131
12131
  }
12132
12132
  );
12133
- }), WP = 10, Q5 = 18, zP = (e) => e ? rt.danger : rt.opaque, gl = le.input`
12133
+ }), WP = 10, Q5 = 18, zP = (e) => e ? nt.danger : nt.opaque, gl = le.input`
12134
12134
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
12135
12135
 
12136
12136
  font-weight: 700;
12137
12137
  border-radius: ${(e) => e.inputField ? "12px" : "28px"};
12138
12138
  border-color: ${(e) => zP(e.isError)};
12139
12139
  border-width: 1px;
12140
- color: ${rt.primary};
12140
+ color: ${nt.primary};
12141
12141
  height: ${(e) => e.height ?? "3.25rem"};
12142
12142
  `;
12143
12143
  le(gl)`
@@ -12147,16 +12147,16 @@ le(gl)`
12147
12147
  const UP = le.input`
12148
12148
  padding: 0.75rem 0px 0.75rem 0px;
12149
12149
  border-radius: 0px 28px 28px 0px;
12150
- border-color: ${rt.opaque} ${rt.opaque} ${rt.opaque} transparent;
12150
+ border-color: ${nt.opaque} ${nt.opaque} ${nt.opaque} transparent;
12151
12151
  border-width: 1px;
12152
- color: ${rt.primary};
12152
+ color: ${nt.primary};
12153
12153
  height: 3.25rem;
12154
12154
  `, VP = le.div`
12155
12155
  background-color: ${(e) => e.disabled ? "transparent" : "white"};
12156
12156
  border-radius: 28px 0 0 28px;
12157
- border-color: ${rt.opaque} transparent ${rt.opaque} ${rt.opaque};
12157
+ border-color: ${nt.opaque} transparent ${nt.opaque} ${nt.opaque};
12158
12158
  border-width: 1px;
12159
- color: ${rt.primary};
12159
+ color: ${nt.primary};
12160
12160
  padding: 0.75rem 0.5rem 0.75rem 1.25rem;
12161
12161
  height: 3.25rem;
12162
12162
  display: flex;
@@ -12170,7 +12170,7 @@ const UP = le.input`
12170
12170
  le.div`
12171
12171
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
12172
12172
  border-radius: 24px;
12173
- background-color: ${rt.danger};
12173
+ background-color: ${nt.danger};
12174
12174
  margin: 5px;
12175
12175
  `;
12176
12176
  const VY = Y.memo((e) => {
@@ -12403,14 +12403,14 @@ const qP = (e) => e === "0" ? "0" : "", ZP = (e, t, n) => {
12403
12403
  value: n
12404
12404
  }
12405
12405
  );
12406
- }), QP = (e) => e ? rt.danger : rt.opaque, JP = le.input`
12406
+ }), QP = (e) => e ? nt.danger : nt.opaque, JP = le.input`
12407
12407
  padding: 0px 8px;
12408
12408
  font-weight: 700;
12409
12409
  border-radius: ${(e) => e.borderRadius ? e.borderRadius : "4px"};
12410
12410
  border-color: ${(e) => QP(e.isError)};
12411
12411
  border-width: 1px;
12412
- background: ${(e) => e.disabled ? rt.disabled : "white"};
12413
- color: ${(e) => e.disabled ? "#BABABA" : rt.darkened};
12412
+ background: ${(e) => e.disabled ? nt.disabled : "white"};
12413
+ color: ${(e) => e.disabled ? "#BABABA" : nt.darkened};
12414
12414
  cursor: ${(e) => e.disabled ? "default" : "auto"};
12415
12415
  height: 2rem;
12416
12416
  max-width: 100%;
@@ -12824,11 +12824,11 @@ const CN = ({
12824
12824
  children: a,
12825
12825
  className: l,
12826
12826
  borderRadius: c,
12827
- backgroundColor: u = rt.secondary,
12827
+ backgroundColor: u = nt.secondary,
12828
12828
  isLabel: d,
12829
12829
  ...f
12830
12830
  }) => {
12831
- const h = t && t > 0 ? rt.danger : u;
12831
+ const h = t && t > 0 ? nt.danger : u;
12832
12832
  return /* @__PURE__ */ S(Ft, { children: /* @__PURE__ */ S(
12833
12833
  EN,
12834
12834
  {
@@ -12862,7 +12862,7 @@ const CN = ({
12862
12862
  }
12863
12863
  `;
12864
12864
  CN.defaultProps = {
12865
- backgroundColor: rt.secondary,
12865
+ backgroundColor: nt.secondary,
12866
12866
  status: T7.DEFAULT
12867
12867
  };
12868
12868
  const _N = (e) => /* @__PURE__ */ S(
@@ -12996,7 +12996,7 @@ const DN = le.div`
12996
12996
 
12997
12997
  &:hover {
12998
12998
  background-color: white;
12999
- color: ${rt.primary};
12999
+ color: ${nt.primary};
13000
13000
  }
13001
13001
 
13002
13002
  svg {
@@ -20239,7 +20239,7 @@ const kW = le.table`
20239
20239
  index: A,
20240
20240
  className: P,
20241
20241
  align: D == null ? void 0 : D.align,
20242
- color: R ? rt.darkened : D == null ? void 0 : D.color,
20242
+ color: R ? nt.darkened : D == null ? void 0 : D.color,
20243
20243
  children: [
20244
20244
  A === 0 && f && /* @__PURE__ */ S(
20245
20245
  wv,
@@ -20382,20 +20382,13 @@ const U9 = ({
20382
20382
  onClick: l,
20383
20383
  textInColor: c
20384
20384
  }) => {
20385
- const u = !!l, d = () => c === !0 && a ? { color: a } : { color: "#000000" };
20385
+ const u = !!l, d = () => c === !0 && a ? { color: a } : { color: nt.darkened };
20386
20386
  return /* @__PURE__ */ ne("div", { className: u ? hn.cols.details : hn.cols.grids, children: [
20387
- /* @__PURE__ */ ne(
20388
- "div",
20389
- {
20390
- className: "w-1/5 flex justify-start",
20391
- style: d(),
20392
- children: [
20393
- i,
20394
- " ",
20395
- r
20396
- ]
20397
- }
20398
- ),
20387
+ /* @__PURE__ */ ne("div", { className: "w-1/5 flex justify-start", style: d(), children: [
20388
+ i,
20389
+ " ",
20390
+ r
20391
+ ] }),
20399
20392
  /* @__PURE__ */ S("div", { className: "w-3/5 flex justify-center", children: /* @__PURE__ */ S(BW, { color: a, className: hn.kind }) }),
20400
20393
  u && /* @__PURE__ */ S("div", { className: "w-auto flex justify-end", children: /* @__PURE__ */ S(
20401
20394
  xr,
@@ -20496,7 +20489,7 @@ const gq = ({
20496
20489
 
20497
20490
  & .react-select_dropdown-indicator {
20498
20491
  color: #464646;
20499
- background-color: ${rt.secondary};
20492
+ background-color: ${nt.secondary};
20500
20493
  padding: 100px;
20501
20494
  }
20502
20495
 
@@ -20512,7 +20505,7 @@ V9.defaultProps = {
20512
20505
  classNamePrefix: "react-select"
20513
20506
  };
20514
20507
  const LW = le.div`
20515
- background: ${(e) => e.color ?? rt.secondary};
20508
+ background: ${(e) => e.color ?? nt.secondary};
20516
20509
  border: 1px solid #dfdfdf;
20517
20510
  border-radius: 0rem 2.25rem 2.25rem 0rem;
20518
20511
  width: 4rem;
@@ -20823,7 +20816,7 @@ const LW = le.div`
20823
20816
  inputDisabled: F,
20824
20817
  defaultValue: D
20825
20818
  }, P) {
20826
- const R = a ?? [], N = r ?? [], M = x ?? rt.secondary, W = _ ?? rt.secondary, K = E ?? rt.secondary, q = w ?? rt.secondary, ee = Y.useCallback(
20819
+ const R = a ?? [], N = r ?? [], M = x ?? nt.secondary, W = _ ?? nt.secondary, K = E ?? nt.secondary, q = w ?? nt.secondary, ee = Y.useCallback(
20827
20820
  (I) => {
20828
20821
  var U;
20829
20822
  h && h((U = I == null ? void 0 : I.target) == null ? void 0 : U.value);
@@ -20852,7 +20845,7 @@ const LW = le.div`
20852
20845
  },
20853
20846
  onChange: ee,
20854
20847
  placeholder: m ?? "Escribe el RUT o Nombre del Cliente",
20855
- placeholderColor: C ?? rt.secondary,
20848
+ placeholderColor: C ?? nt.secondary,
20856
20849
  disabled: F
20857
20850
  }
20858
20851
  ) }),
@@ -20862,7 +20855,7 @@ const LW = le.div`
20862
20855
  R == null ? void 0 : R.map((I, U) => /* @__PURE__ */ S(
20863
20856
  UW,
20864
20857
  {
20865
- theming: O ?? rt.primary,
20858
+ theming: O ?? nt.primary,
20866
20859
  onClick: () => ce(I),
20867
20860
  children: v == null ? void 0 : v(I)
20868
20861
  },
@@ -21539,7 +21532,7 @@ Xc.exports;
21539
21532
  for (; V-- && ye < Oe; ) {
21540
21533
  ae += s;
21541
21534
  for (var Qe = -1, Ne = o[ae]; ++Qe < fe; ) {
21542
- var nt = se[Qe], st = nt.iteratee, hr = nt.type, jn = st(Ne);
21535
+ var rt = se[Qe], st = rt.iteratee, hr = rt.type, jn = st(Ne);
21543
21536
  if (hr == q)
21544
21537
  Ne = jn;
21545
21538
  else if (!jn) {
@@ -21771,12 +21764,12 @@ Xc.exports;
21771
21764
  return Oe;
21772
21765
  B.set(o, L), P4(o) ? o.forEach(function(Ne) {
21773
21766
  L.add(Rr(Ne, s, p, Ne, o, B));
21774
- }) : B4(o) && o.forEach(function(Ne, nt) {
21775
- L.set(nt, Rr(Ne, s, p, nt, o, B));
21767
+ }) : B4(o) && o.forEach(function(Ne, rt) {
21768
+ L.set(rt, Rr(Ne, s, p, rt, o, B));
21776
21769
  });
21777
21770
  var Pe = ae ? V ? F2 : T2 : V ? Xn : vn, Qe = se ? n : Pe(o);
21778
- return Tr(Qe || o, function(Ne, nt) {
21779
- Qe && (nt = Ne, Ne = o[nt]), Ys(L, nt, Rr(Ne, s, p, nt, o, B));
21771
+ return Tr(Qe || o, function(Ne, rt) {
21772
+ Qe && (rt = Ne, Ne = o[rt]), Ys(L, rt, Rr(Ne, s, p, rt, o, B));
21780
21773
  }), L;
21781
21774
  }
21782
21775
  function gy(o) {
@@ -22541,11 +22534,11 @@ Xc.exports;
22541
22534
  function N0(o, s, p, y, k, B, L, $, V, ae) {
22542
22535
  var se = s & F, fe = s & g, ye = s & _, Oe = s & (w | C), Pe = s & P, Qe = ye ? n : Xs(o);
22543
22536
  function Ne() {
22544
- for (var nt = arguments.length, st = Q(nt), hr = nt; hr--; )
22537
+ for (var rt = arguments.length, st = Q(rt), hr = rt; hr--; )
22545
22538
  st[hr] = arguments[hr];
22546
22539
  if (Oe)
22547
22540
  var jn = ja(Ne), mr = sb(st, jn);
22548
- if (y && (st = z3(st, y, k, Oe)), B && (st = U3(st, B, L, Oe)), nt -= mr, Oe && nt < ae) {
22541
+ if (y && (st = z3(st, y, k, Oe)), B && (st = U3(st, B, L, Oe)), rt -= mr, Oe && rt < ae) {
22549
22542
  var en = mo(st, jn);
22550
22543
  return Q3(
22551
22544
  o,
@@ -22557,11 +22550,11 @@ Xc.exports;
22557
22550
  en,
22558
22551
  $,
22559
22552
  V,
22560
- ae - nt
22553
+ ae - rt
22561
22554
  );
22562
22555
  }
22563
22556
  var Jr = fe ? p : this, $i = ye ? Jr[o] : o;
22564
- return nt = st.length, $ ? st = mw(st, $) : Pe && nt > 1 && st.reverse(), se && V < nt && (st.length = V), this && this !== En && this instanceof Ne && ($i = Qe || Xs($i)), $i.apply(Jr, st);
22557
+ return rt = st.length, $ ? st = mw(st, $) : Pe && rt > 1 && st.reverse(), se && V < rt && (st.length = V), this && this !== En && this instanceof Ne && ($i = Qe || Xs($i)), $i.apply(Jr, st);
22565
22558
  }
22566
22559
  return Ne;
22567
22560
  }
@@ -22713,8 +22706,8 @@ Xc.exports;
22713
22706
  break;
22714
22707
  }
22715
22708
  if (Oe) {
22716
- if (!Ju(s, function(nt, st) {
22717
- if (!Hs(Oe, st) && (Pe === nt || k(Pe, nt, p, y, B)))
22709
+ if (!Ju(s, function(rt, st) {
22710
+ if (!Hs(Oe, st) && (Pe === rt || k(Pe, rt, p, y, B)))
22718
22711
  return Oe.push(st);
22719
22712
  })) {
22720
22713
  ye = !1;
@@ -22778,10 +22771,10 @@ Xc.exports;
22778
22771
  B.set(o, s), B.set(s, o);
22779
22772
  for (var Ne = L; ++fe < V; ) {
22780
22773
  ye = $[fe];
22781
- var nt = o[ye], st = s[ye];
22774
+ var rt = o[ye], st = s[ye];
22782
22775
  if (y)
22783
- var hr = L ? y(st, nt, ye, s, o, B) : y(nt, st, ye, o, s, B);
22784
- if (!(hr === n ? nt === st || k(nt, st, p, y, B) : hr)) {
22776
+ var hr = L ? y(st, rt, ye, s, o, B) : y(rt, st, ye, o, s, B);
22777
+ if (!(hr === n ? rt === st || k(rt, st, p, y, B) : hr)) {
22785
22778
  Qe = !1;
22786
22779
  break;
22787
22780
  }
@@ -23605,7 +23598,7 @@ Xc.exports;
23605
23598
  return y = k = n, ae = en, L = o.apply($i, Jr), L;
23606
23599
  }
23607
23600
  function Pe(en) {
23608
- return ae = en, $ = Js(nt, s), se ? Oe(en) : L;
23601
+ return ae = en, $ = Js(rt, s), se ? Oe(en) : L;
23609
23602
  }
23610
23603
  function Qe(en) {
23611
23604
  var Jr = en - V, $i = en - ae, Z4 = s - Jr;
@@ -23615,11 +23608,11 @@ Xc.exports;
23615
23608
  var Jr = en - V, $i = en - ae;
23616
23609
  return V === n || Jr >= s || Jr < 0 || fe && $i >= B;
23617
23610
  }
23618
- function nt() {
23611
+ function rt() {
23619
23612
  var en = U0();
23620
23613
  if (Ne(en))
23621
23614
  return st(en);
23622
- $ = Js(nt, Qe(en));
23615
+ $ = Js(rt, Qe(en));
23623
23616
  }
23624
23617
  function st(en) {
23625
23618
  return $ = n, ye && y ? Oe(en) : (y = k = n, L);
@@ -23636,9 +23629,9 @@ Xc.exports;
23636
23629
  if ($ === n)
23637
23630
  return Pe(V);
23638
23631
  if (fe)
23639
- return $3($), $ = Js(nt, s), Oe(V);
23632
+ return $3($), $ = Js(rt, s), Oe(V);
23640
23633
  }
23641
- return $ === n && ($ = Js(nt, s)), L;
23634
+ return $ === n && ($ = Js(rt, s)), L;
23642
23635
  }
23643
23636
  return mr.cancel = hr, mr.flush = jn, mr;
23644
23637
  }
@@ -24184,9 +24177,9 @@ Xc.exports;
24184
24177
  "g"
24185
24178
  ), Oe = "//# sourceURL=" + (wt.call(s, "sourceURL") ? (s.sourceURL + "").replace(/\s/g, " ") : "lodash.templateSources[" + ++Ux + "]") + `
24186
24179
  `;
24187
- o.replace(ye, function(Ne, nt, st, hr, jn, mr) {
24188
- return st || (st = hr), fe += o.slice(ae, mr).replace(di, ub), nt && ($ = !0, fe += `' +
24189
- __e(` + nt + `) +
24180
+ o.replace(ye, function(Ne, rt, st, hr, jn, mr) {
24181
+ return st || (st = hr), fe += o.slice(ae, mr).replace(di, ub), rt && ($ = !0, fe += `' +
24182
+ __e(` + rt + `) +
24190
24183
  '`), jn && (V = !0, fe += `';
24191
24184
  ` + jn + `;
24192
24185
  __p += '`), st && (fe += `' +
@@ -24507,8 +24500,8 @@ function print() { __p += __j.call(arguments, '') }
24507
24500
  }, fi(ot.prototype, function(o, s) {
24508
24501
  var p = /^(?:filter|find|map|reject)|While$/.test(s), y = /^(?:head|last)$/.test(s), k = T[y ? "take" + (s == "last" ? "Right" : "") : s], B = y || /^find/.test(s);
24509
24502
  k && (T.prototype[s] = function() {
24510
- var L = this.__wrapped__, $ = y ? [1] : arguments, V = L instanceof ot, ae = $[0], se = V || ze(L), fe = function(nt) {
24511
- var st = k.apply(T, ho([nt], $));
24503
+ var L = this.__wrapped__, $ = y ? [1] : arguments, V = L instanceof ot, ae = $[0], se = V || ze(L), fe = function(rt) {
24504
+ var st = k.apply(T, ho([rt], $));
24512
24505
  return y && ye ? st[0] : st;
24513
24506
  };
24514
24507
  se && p && typeof ae == "function" && ae.length != 1 && (V = se = !1);
@@ -35043,7 +35036,7 @@ export {
35043
35036
  wv as Checkbox,
35044
35037
  RY as Col,
35045
35038
  XY as Collapse,
35046
- rt as Color,
35039
+ nt as Color,
35047
35040
  nN as Colspan,
35048
35041
  GY as Container,
35049
35042
  ZY as Counter,