@mailstep/design-system 0.6.36 → 0.6.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailstep/design-system",
3
- "version": "0.6.36",
3
+ "version": "0.6.37",
4
4
  "license": "ISC",
5
5
  "type": "module",
6
6
  "main": "./ui/index.js",
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const ArrowForward: FC<SvgProps>;
@@ -0,0 +1,13 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ export var ArrowForward = function (props) { return (_jsx("svg", __assign({ width: "7", height: "11", viewBox: "0 0 7 11", fill: "#A3B3C1" }, props, { children: _jsx("path", { d: "M0.244995 9.565L1.13 10.45L6.08 5.5L1.13 0.550003L0.244995 1.435L4.31 5.5L0.244995 9.565Z" }) }))); };
@@ -59,3 +59,4 @@ export { Desktop } from './Desktop';
59
59
  export { Message } from './Message';
60
60
  export { ToastSuccess } from './ToastSuccess';
61
61
  export { ToastError } from './ToastError';
62
+ export { ArrowForward } from './ArrowForward';
@@ -59,3 +59,4 @@ export { Desktop } from './Desktop';
59
59
  export { Message } from './Message';
60
60
  export { ToastSuccess } from './ToastSuccess';
61
61
  export { ToastError } from './ToastError';
62
+ export { ArrowForward } from './ArrowForward';
package/ui/index.es.js CHANGED
@@ -8202,7 +8202,7 @@ const rU = {
8202
8202
  ] }), fU = (e) => /* @__PURE__ */ b.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "#A3B3C1", ...e, children: [
8203
8203
  /* @__PURE__ */ b.jsx("g", { clipPath: "url(#clip0_1818_912)", children: /* @__PURE__ */ b.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 15.5C12.1421 15.5 15.5 12.1421 15.5 8C15.5 3.85786 12.1421 0.5 8 0.5C3.85786 0.5 0.5 3.85786 0.5 8C0.5 12.1421 3.85786 15.5 8 15.5ZM5.19458 5.19477C5.48748 4.90187 5.96235 4.90187 6.25524 5.19477L8.16626 7.10578L10.0773 5.19477C10.3702 4.90187 10.845 4.90187 11.1379 5.19477C11.4308 5.48766 11.4308 5.96253 11.1379 6.25543L9.22692 8.16644L11.1379 10.0774C11.4308 10.3703 11.4308 10.8452 11.1379 11.1381C10.845 11.431 10.3702 11.431 10.0773 11.1381L8.16626 9.2271L6.25525 11.1381C5.96236 11.431 5.48749 11.431 5.19459 11.1381C4.9017 10.8452 4.9017 10.3703 5.19459 10.0774L7.1056 8.16644L5.19458 6.25543C4.90169 5.96253 4.90169 5.48766 5.19458 5.19477Z" }) }),
8204
8204
  /* @__PURE__ */ b.jsx("defs", { children: /* @__PURE__ */ b.jsx("clipPath", { id: "clip0_1818_912", children: /* @__PURE__ */ b.jsx("rect", { width: "15", height: "15", fill: "white", transform: "translate(0.5 0.5)" }) }) })
8205
- ] }), hU = ie.div`
8205
+ ] }), SSe = (e) => /* @__PURE__ */ b.jsx("svg", { width: "7", height: "11", viewBox: "0 0 7 11", fill: "#A3B3C1", ...e, children: /* @__PURE__ */ b.jsx("path", { d: "M0.244995 9.565L1.13 10.45L6.08 5.5L1.13 0.550003L0.244995 1.435L4.31 5.5L0.244995 9.565Z" }) }), hU = ie.div`
8206
8206
  position: fixed;
8207
8207
  z-index: 10;
8208
8208
  bottom: 3rem;
@@ -8251,7 +8251,7 @@ const rU = {
8251
8251
  color: ${({
8252
8252
  fontColor: e
8253
8253
  }) => te.color(e)};
8254
- `, SSe = ({
8254
+ `, ISe = ({
8255
8255
  title: e,
8256
8256
  children: t,
8257
8257
  onClose: r,
@@ -9124,7 +9124,7 @@ const LU = {
9124
9124
  default: LU,
9125
9125
  light: BU,
9126
9126
  mailwise: FU
9127
- }, EN = hm("en"), ISe = ({
9127
+ }, EN = hm("en"), kSe = ({
9128
9128
  children: e,
9129
9129
  theme: t = "default",
9130
9130
  preflight: r = !0,
@@ -11910,7 +11910,7 @@ const to = /* @__PURE__ */ ho(Oae), Rd = (e, t) => {
11910
11910
  return bt(() => (document.addEventListener("keydown", r, !1), () => {
11911
11911
  document.removeEventListener("keydown", r, !1);
11912
11912
  }), [r]), null;
11913
- }, kSe = {
11913
+ }, OSe = {
11914
11914
  createRgba: Rd,
11915
11915
  KeyPress: Tae
11916
11916
  }, jA = (e, t = "default") => ({
@@ -15136,7 +15136,7 @@ const xse = ie.img`
15136
15136
  }
15137
15137
  }
15138
15138
  }
15139
- `, OSe = {
15139
+ `, TSe = {
15140
15140
  greenWhite: {
15141
15141
  color: "green60",
15142
15142
  textColor: "white"
@@ -15205,7 +15205,7 @@ const xse = ie.img`
15205
15205
  &::-webkit-scrollbar {
15206
15206
  display: none;
15207
15207
  }
15208
- `, TSe = ({
15208
+ `, PSe = ({
15209
15209
  onImageUpload: e,
15210
15210
  onImageRemove: t,
15211
15211
  lightBoxAction: r,
@@ -15332,16 +15332,16 @@ const xse = ie.img`
15332
15332
  /* @__PURE__ */ b.jsx(f9, { children: o }),
15333
15333
  r && l && l > 0 && /* @__PURE__ */ b.jsx(Fse, { children: /* @__PURE__ */ b.jsx(f9, { variant: "medium", children: l }) })
15334
15334
  ] }) });
15335
- }, PSe = ({
15335
+ }, MSe = ({
15336
15336
  tabsDefinition: e,
15337
15337
  activeTab: t,
15338
15338
  onTabSwitch: r,
15339
15339
  mb: n
15340
- }) => /* @__PURE__ */ b.jsx(jse, { $mb: n, children: e.map((i, o) => /* @__PURE__ */ b.jsx(Wse, { value: o, tabDefinition: i, isActive: o === t, onTabSwitch: r }, o)) }), MSe = ({
15340
+ }) => /* @__PURE__ */ b.jsx(jse, { $mb: n, children: e.map((i, o) => /* @__PURE__ */ b.jsx(Wse, { value: o, tabDefinition: i, isActive: o === t, onTabSwitch: r }, o)) }), DSe = ({
15341
15341
  activeTab: e,
15342
15342
  value: t,
15343
15343
  children: r
15344
- }) => e === t ? r : null, DSe = (e) => {
15344
+ }) => e === t ? r : null, RSe = (e) => {
15345
15345
  const t = e.map((l) => l.default).indexOf(!0), r = t === -1 ? 0 : t, [n, i] = He(r), o = ke((l) => {
15346
15346
  i(l);
15347
15347
  }, []);
@@ -16818,7 +16818,7 @@ const Hle = Ti(ft.div)`
16818
16818
  info: "info",
16819
16819
  warning: "circleTriangle",
16820
16820
  danger: "circleTriangle"
16821
- }, RSe = (e) => {
16821
+ }, NSe = (e) => {
16822
16822
  const {
16823
16823
  intent: t,
16824
16824
  inline: r,
@@ -16868,7 +16868,7 @@ const Hle = Ti(ft.div)`
16868
16868
  :hover {
16869
16869
  background-color: ${(e) => e.$hoverColorBack ? te.color(e.$hoverColorBack) : "auto"};
16870
16870
  }
16871
- `, NSe = ({
16871
+ `, _Se = ({
16872
16872
  src: e,
16873
16873
  size: t = ece,
16874
16874
  colorFront: r,
@@ -16913,7 +16913,7 @@ const Hle = Ti(ft.div)`
16913
16913
  }) => e ? kt`
16914
16914
  width: ${e};
16915
16915
  ` : ""};
16916
- `, _Se = ({
16916
+ `, LSe = ({
16917
16917
  children: e,
16918
16918
  color: t = "red1",
16919
16919
  size: r = "default",
@@ -16936,7 +16936,7 @@ const Hle = Ti(ft.div)`
16936
16936
  border: slim;
16937
16937
  border-color: lightGray3;
16938
16938
  border-radius: md;
16939
- `, LSe = ({
16939
+ `, BSe = ({
16940
16940
  children: e,
16941
16941
  className: t,
16942
16942
  id: r,
@@ -17011,7 +17011,7 @@ const Hle = Ti(ft.div)`
17011
17011
  theme: n
17012
17012
  });
17013
17013
  return /* @__PURE__ */ b.jsx(sce, { color: i, children: /* @__PURE__ */ b.jsx(lce, { ...r, children: e }) });
17014
- }, BSe = ({
17014
+ }, FSe = ({
17015
17015
  img: e,
17016
17016
  body: t,
17017
17017
  children: r,
@@ -17061,7 +17061,7 @@ const Hle = Ti(ft.div)`
17061
17061
  showArrow: e
17062
17062
  }) => e ? "block" : "none"};
17063
17063
  }
17064
- `, FSe = ({
17064
+ `, VSe = ({
17065
17065
  show: e,
17066
17066
  className: t,
17067
17067
  wrapRef: r,
@@ -17298,7 +17298,7 @@ const Ice = (e, t) => Object.entries(e).map(([r, n]) => `${n} ${r}`).join(", "),
17298
17298
  font-weight: bold;
17299
17299
  display: block;
17300
17300
  margin-bottom: 6px;
17301
- `, VSe = ie.label`
17301
+ `, jSe = ie.label`
17302
17302
  margin-left: 8px;
17303
17303
  ${rL};
17304
17304
  ${({
@@ -17326,7 +17326,7 @@ const Ice = (e, t) => Object.entries(e).map(([r, n]) => `${n} ${r}`).join(", "),
17326
17326
  gabTop: t,
17327
17327
  gabBottom: r
17328
17328
  }) => `${Ig[e] || Ig[t]} 0 ${Ig[e] || Ig[r]}`};
17329
- `, jSe = ({
17329
+ `, WSe = ({
17330
17330
  gab: e = "none",
17331
17331
  gabTop: t = "none",
17332
17332
  gabBottom: r = "none",
@@ -17368,7 +17368,7 @@ const Ice = (e, t) => Object.entries(e).map(([r, n]) => `${n} ${r}`).join(", "),
17368
17368
  width: t,
17369
17369
  size: r
17370
17370
  }) => e || (t ? "auto" : r ? dO[r] : dO.medium)};
17371
- `, WSe = ({
17371
+ `, HSe = ({
17372
17372
  brand: e = "mailship",
17373
17373
  variant: t,
17374
17374
  size: r,
@@ -17527,7 +17527,7 @@ const Ice = (e, t) => Object.entries(e).map(([r, n]) => `${n} ${r}`).join(", "),
17527
17527
  `, $ce = ie.span`
17528
17528
  position: relative;
17529
17529
  align-self: center;
17530
- `, HSe = ({
17530
+ `, GSe = ({
17531
17531
  progress: e = 0,
17532
17532
  status: t,
17533
17533
  errorMessage: r,
@@ -17684,7 +17684,7 @@ const Ice = (e, t) => Object.entries(e).map(([r, n]) => `${n} ${r}`).join(", "),
17684
17684
  success: "Success",
17685
17685
  error: "Error",
17686
17686
  warning: "Warning"
17687
- }, GSe = ({
17687
+ }, zSe = ({
17688
17688
  closeToast: e,
17689
17689
  title: t,
17690
17690
  text: r,
@@ -18296,7 +18296,7 @@ const Ice = (e, t) => Object.entries(e).map(([r, n]) => `${n} ${r}`).join(", "),
18296
18296
  margin: 0;
18297
18297
  margin-left: 8px;
18298
18298
  font-size: 14px;
18299
- `, zSe = ({
18299
+ `, YSe = ({
18300
18300
  label: e,
18301
18301
  id: t,
18302
18302
  name: r,
@@ -37372,7 +37372,7 @@ function print() { __p += __j.call(arguments, '') }
37372
37372
  var X4e = qv.exports, UT = X4e.runInContext(), oh = IN(UT, UT), $4e = VA, QF = $4e("get", BA());
37373
37373
  QF.placeholder = Tm();
37374
37374
  var q4e = QF;
37375
- const Cs = /* @__PURE__ */ ho(q4e), YSe = ({
37375
+ const Cs = /* @__PURE__ */ ho(q4e), ZSe = ({
37376
37376
  rowData: e,
37377
37377
  column: t
37378
37378
  }) => {
@@ -37380,7 +37380,7 @@ const Cs = /* @__PURE__ */ ho(q4e), YSe = ({
37380
37380
  return r ? /* @__PURE__ */ b.jsx("span", { className: "cell", children: rt.fromISO(r).toFormat("dd. MM. yyyy") }) : null;
37381
37381
  }, Q4e = {
37382
37382
  dateTimeFormat: "dd. MM. yyyy HH:mm"
37383
- }, ZSe = ({
37383
+ }, JSe = ({
37384
37384
  rowData: e,
37385
37385
  column: t
37386
37386
  }) => {
@@ -37390,7 +37390,7 @@ const Cs = /* @__PURE__ */ ho(q4e), YSe = ({
37390
37390
  return r ? /* @__PURE__ */ b.jsx("span", { className: "cell", children: rt.fromISO(r, {
37391
37391
  setZone: !0
37392
37392
  }).toFormat(n) }) : null;
37393
- }, JSe = ({
37393
+ }, USe = ({
37394
37394
  rowData: e,
37395
37395
  column: t
37396
37396
  }) => {
@@ -37406,7 +37406,7 @@ const Cs = /* @__PURE__ */ ho(q4e), YSe = ({
37406
37406
  }) => {
37407
37407
  const n = Cs(t.name, e) ? /* @__PURE__ */ b.jsx(dU, {}) : /* @__PURE__ */ b.jsx(fU, {});
37408
37408
  return /* @__PURE__ */ b.jsx(K4e, { children: n });
37409
- }, USe = fe.memo(e6e), t6e = ie.div`
37409
+ }, XSe = fe.memo(e6e), t6e = ie.div`
37410
37410
  width: 100%;
37411
37411
  `, r6e = ie.div`
37412
37412
  display: flex;
@@ -37418,7 +37418,7 @@ const Cs = /* @__PURE__ */ ho(q4e), YSe = ({
37418
37418
  & .faIcon {
37419
37419
  margin-right: 4px;
37420
37420
  }
37421
- `, XSe = ({
37421
+ `, $Se = ({
37422
37422
  rowData: e,
37423
37423
  onRowAction: t
37424
37424
  }) => {
@@ -37430,9 +37430,9 @@ const Cs = /* @__PURE__ */ ho(q4e), YSe = ({
37430
37430
  /* @__PURE__ */ b.jsx(Tr, { icon: "deleteX", size: "12px" }),
37431
37431
  /* @__PURE__ */ b.jsx(Pn, { id: "dataGrid.deleteItem", message: "Delete" })
37432
37432
  ] }) });
37433
- }, $Se = ie(qce)`
37433
+ }, qSe = ie(qce)`
37434
37434
  text-decoration: underline;
37435
- `, qSe = (e) => /* @__PURE__ */ b.jsx(oi, { ...e, appearance: "primary", variant: "link" }), n6e = ie.div`
37435
+ `, QSe = (e) => /* @__PURE__ */ b.jsx(oi, { ...e, appearance: "primary", variant: "link" }), n6e = ie.div`
37436
37436
  display: flex;
37437
37437
  justify-content: center;
37438
37438
  width: 100%;
@@ -37463,7 +37463,7 @@ const Cs = /* @__PURE__ */ ho(q4e), YSe = ({
37463
37463
  border: 1x solid;
37464
37464
  border-radius: md;
37465
37465
  border-color: lightGray3;
37466
- `, QSe = ({
37466
+ `, KSe = ({
37467
37467
  rowData: e,
37468
37468
  column: t,
37469
37469
  onClick: r
@@ -37570,7 +37570,7 @@ const Cs = /* @__PURE__ */ ho(q4e), YSe = ({
37570
37570
  display: flex;
37571
37571
  justify-content: flex-start;
37572
37572
  width: fit-content;
37573
- `, KSe = ({
37573
+ `, eIe = ({
37574
37574
  value: e,
37575
37575
  enumObj: t,
37576
37576
  appearanceMap: r,
@@ -37615,7 +37615,7 @@ const Cs = /* @__PURE__ */ ho(q4e), YSe = ({
37615
37615
  line-break: anywhere;
37616
37616
  white-space: initial;
37617
37617
  }
37618
- `, eIe = ({
37618
+ `, tIe = ({
37619
37619
  rowData: e,
37620
37620
  column: t
37621
37621
  }) => {
@@ -37645,7 +37645,7 @@ const Cs = /* @__PURE__ */ ho(q4e), YSe = ({
37645
37645
  return e ? o.push(/* @__PURE__ */ b.jsx(XT, { icon: "pen", onClick: n, linkTo: r }, "edit")) : o.push(/* @__PURE__ */ b.jsx(XT, { icon: "chevronRight", onClick: n, linkTo: r }, "read")), o;
37646
37646
  }, [e, n, r]);
37647
37647
  return /* @__PURE__ */ b.jsx(g6e, { onClick: n, children: i });
37648
- }, tIe = ({
37648
+ }, rIe = ({
37649
37649
  rowData: e,
37650
37650
  column: t,
37651
37651
  onRowAction: r
@@ -37995,7 +37995,7 @@ const Z6e = /* @__PURE__ */ ho(Y6e), KF = (e) => ke((t, r) => {
37995
37995
  return !(e.rowData !== t.rowData || e.displayColumnWidth !== t.displayColumnWidth || ((r = e.column) == null ? void 0 : r.fixedSize) != ((n = t.column) == null ? void 0 : n.fixedSize) || ((i = e.column) == null ? void 0 : i.flexGrow) != ((o = t.column) == null ? void 0 : o.flexGrow) || ((l = e.column) == null ? void 0 : l.flexShrink) != ((c = t.column) == null ? void 0 : c.flexShrink) || ((u = e.group) == null ? void 0 : u.start) != ((f = t.group) == null ? void 0 : f.start) || ((h = e.group) == null ? void 0 : h.end) != ((p = t.group) == null ? void 0 : p.end) || ((v = e.column) != null && v.formatRowValue || (m = t.column) != null && m.formatRowValue) && ((w = e.column) == null ? void 0 : w.formatRowValue) !== ((C = t.column) == null ? void 0 : C.formatRowValue) || ((S = e.column) != null && S.cellComponent || (x = t.column) != null && x.cellComponent) && (((I = e.column) == null ? void 0 : I.cellComponent) !== ((O = t.column) == null ? void 0 : O.cellComponent) || e.onRowAction !== t.onRowAction));
37996
37996
  }), K6e = (e) => /* @__PURE__ */ b.jsx("svg", { "data-icon": "edit", viewBox: "0 0 16 16", ...e, children: /* @__PURE__ */ b.jsx("path", { d: "M3.25 10.26l2.47 2.47 6.69-6.69-2.46-2.48-6.7 6.7zM.99 14.99l3.86-1.39-2.46-2.44-1.4 3.83zm12.25-14c-.48 0-.92.2-1.24.51l-1.44 1.44 2.47 2.47 1.44-1.44c.32-.32.51-.75.51-1.24.01-.95-.77-1.74-1.74-1.74z", fillRule: "evenodd" }) }), e5e = (e) => /* @__PURE__ */ b.jsx("svg", { "data-icon": "eye-open", viewBox: "0 0 16 16", ...e, children: /* @__PURE__ */ b.jsx("path", { d: "M8.002 7.003a1.003 1.003 0 000 2.005 1.003 1.003 0 000-2.005zm7.988.972v-.02-.01-.02-.02a.675.675 0 00-.17-.36c-.509-.673-1.118-1.264-1.737-1.806-1.328-1.173-2.846-2.155-4.523-2.546a6.702 6.702 0 00-2.925-.06c-.889.18-1.738.541-2.546.992C2.84 4.837 1.692 5.81.694 6.902c-.18.211-.36.411-.53.632a.742.742 0 000 .932c.51.672 1.119 1.264 1.738 1.805 1.328 1.173 2.846 2.156 4.523 2.547.968.23 1.947.24 2.925.04.889-.18 1.738-.542 2.546-.993 1.248-.712 2.397-1.684 3.395-2.777.18-.2.37-.411.54-.632.09-.1.149-.23.169-.36v-.02-.02-.01-.02-.03c0-.01-.01-.01-.01-.02zm-7.988 3.038a2.998 2.998 0 01-2.995-3.008 2.998 2.998 0 012.995-3.008 2.998 2.998 0 012.996 3.008 2.998 2.998 0 01-2.996 3.008z", fillRule: "evenodd" }) }), iw = Symbol();
37997
37997
  var Qv = /* @__PURE__ */ ((e) => (e.TopLeft = "top-left", e.TopRight = "top-right", e.BottomLeft = "bottom-left", e.BottomRight = "bottom-right", e))(Qv || {});
37998
- const rIe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
37998
+ const nIe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
37999
37999
  __proto__: null,
38000
38000
  ExtraControlButtonPosition: Qv,
38001
38001
  rowClassSymbol: iw
@@ -45023,7 +45023,7 @@ const ii = {
45023
45023
  setColumnsOrder: `${ni}/setColumnsOrder`
45024
45024
  };
45025
45025
  let qP = !1;
45026
- const nIe = (e = {}, t) => mwe(e, (r) => {
45026
+ const iIe = (e = {}, t) => mwe(e, (r) => {
45027
45027
  var i, o, l, c, u;
45028
45028
  !qP && e && Object.keys(e).length > 0 && (r = ywe(r), qP = !0);
45029
45029
  const n = t.gridName;
@@ -46798,7 +46798,7 @@ const oCe = ie.div`
46798
46798
  border-left: ${({
46799
46799
  $hasBorder: e
46800
46800
  }) => e ? "1px solid white" : "none"};
46801
- `, iIe = ie.button`
46801
+ `, aIe = ie.button`
46802
46802
  display: none;
46803
46803
  min-width: 160px;
46804
46804
  height: 38px;
@@ -50935,7 +50935,7 @@ const txe = /* @__PURE__ */ ho(exe), rxe = (e, t, r = [], n) => {
50935
50935
  }), onChange: l, onClear: c, variant: "gray" }),
50936
50936
  /* @__PURE__ */ b.jsx(aj, { onDragEnd: n, children: /* @__PURE__ */ b.jsx(Ix, { droppableId: "droppable", direction: "vertical", children: (u) => /* @__PURE__ */ b.jsx(ft.div, { h: "400px", overflowY: "scroll", mt: "20px", ref: u.innerRef, ...u.droppableProps, children: e == null ? void 0 : e.map((f, h) => /* @__PURE__ */ b.jsx(hj, { draggableId: f.name, index: h, isDragDisabled: !!i, children: (p, v) => /* @__PURE__ */ b.jsx(vxe, { column: f, innerRef: p.innerRef, columnsConfigValues: t, setColumnsConfigOptions: r, searchedValue: i, draggableProps: p.draggableProps, dragHandleProps: p.dragHandleProps }, h) }, f.name)) }) }) })
50937
50937
  ] });
50938
- }, aIe = (e) => {
50938
+ }, oIe = (e) => {
50939
50939
  const {
50940
50940
  optimizeFilters: t = !1,
50941
50941
  extraControlButtons: r,
@@ -51747,7 +51747,7 @@ function vEe(e, t) {
51747
51747
  }
51748
51748
  return r;
51749
51749
  }
51750
- const oIe = (e, t = "grid") => {
51750
+ const sIe = (e, t = "grid") => {
51751
51751
  const r = Owe(e), n = Pwe(e);
51752
51752
  return cEe((i) => ({
51753
51753
  [`${t}Selectors`]: n(i)
@@ -51770,7 +51770,7 @@ const oIe = (e, t = "grid") => {
51770
51770
  setColumnsOrder: r.setColumnsOrder
51771
51771
  }, i)
51772
51772
  }));
51773
- }, sIe = (e, t, r, n) => it(() => {
51773
+ }, lIe = (e, t, r, n) => it(() => {
51774
51774
  if (e)
51775
51775
  return {
51776
51776
  onClick: t,
@@ -51856,7 +51856,7 @@ const oIe = (e, t = "grid") => {
51856
51856
  `, AEe = ie.div`
51857
51857
  display: flex;
51858
51858
  position: relative;
51859
- `, lIe = ({
51859
+ `, cIe = ({
51860
51860
  name: e,
51861
51861
  label: t,
51862
51862
  value: r,
@@ -51888,39 +51888,40 @@ const oIe = (e, t = "grid") => {
51888
51888
  };
51889
51889
  export {
51890
51890
  sU as AddPhoto,
51891
- RSe as Alert,
51891
+ NSe as Alert,
51892
51892
  cU as ArrowDown,
51893
+ SSe as ArrowForward,
51893
51894
  uU as ArrowUp,
51894
- NSe as Avatar,
51895
- _Se as Badge,
51895
+ _Se as Avatar,
51896
+ LSe as Badge,
51896
51897
  $Ee as BarcodeScan,
51897
- USe as BoolIconCell,
51898
- LSe as BorderedBox,
51898
+ XSe as BoolIconCell,
51899
+ BSe as BorderedBox,
51899
51900
  tSe as Box,
51900
51901
  oi as Button,
51901
- qSe as ButtonInCell,
51902
+ QSe as ButtonInCell,
51902
51903
  gSe as Calendar,
51903
51904
  iU as Cancel,
51904
- BSe as Card,
51905
+ FSe as Card,
51905
51906
  dce as CardBody,
51906
51907
  fce as CardImage,
51907
51908
  Wm as Checkbox,
51908
51909
  nSe as CheckedBox,
51909
- aIe as CommonGrid,
51910
+ oIe as CommonGrid,
51910
51911
  bSe as Company,
51911
51912
  _Ee as Complaint,
51912
51913
  iSe as Consolidation,
51913
- SSe as CornerDialog,
51914
- iIe as CustomSelectButton,
51915
- YSe as DateCell,
51914
+ ISe as CornerDialog,
51915
+ aIe as CustomSelectButton,
51916
+ ZSe as DateCell,
51916
51917
  SO as DatePicker,
51917
- ZSe as DateTimeCell,
51918
+ JSe as DateTimeCell,
51918
51919
  xSe as Desktop,
51919
51920
  aSe as Dispatch,
51920
- FSe as Dropdown,
51921
+ VSe as Dropdown,
51921
51922
  ICe as DropdownSelect,
51922
51923
  oSe as EmptyRack,
51923
- KSe as EnumInCell,
51924
+ eIe as EnumInCell,
51924
51925
  tC as ErrorMessage,
51925
51926
  LEe as Expeditions,
51926
51927
  Vm as FieldLabel,
@@ -51942,12 +51943,12 @@ export {
51942
51943
  _U as H7,
51943
51944
  BEe as HamburgerMenu,
51944
51945
  FEe as HelpCircle1,
51945
- eIe as HoverBubble,
51946
+ tIe as HoverBubble,
51946
51947
  Tr as Icon,
51947
51948
  XT as IconButtonInCell,
51948
51949
  kce as Image,
51949
- QSe as ImageCell,
51950
- TSe as ImageList,
51950
+ KSe as ImageCell,
51951
+ PSe as ImageList,
51951
51952
  XEe as ImagePlaceholder,
51952
51953
  VEe as Income,
51953
51954
  lSe as Info,
@@ -51956,13 +51957,13 @@ export {
51956
51957
  jEe as Inventory,
51957
51958
  qEe as Inventory2,
51958
51959
  Tae as KeyPress,
51959
- VSe as Label,
51960
+ jSe as Label,
51960
51961
  bse as LightBox,
51961
- jSe as Line,
51962
+ WSe as Line,
51962
51963
  KA as Link,
51963
- $Se as LinkInCell,
51964
+ qSe as LinkInCell,
51964
51965
  cSe as Location,
51965
- WSe as Logo,
51966
+ HSe as Logo,
51966
51967
  QEe as Logout1,
51967
51968
  uSe as MakePhoto,
51968
51969
  WEe as MenuItems,
@@ -51985,12 +51986,12 @@ export {
51985
51986
  UEe as Product,
51986
51987
  YEe as Products,
51987
51988
  aU as Profile,
51988
- HSe as ProgressBar,
51989
+ GSe as ProgressBar,
51989
51990
  KEe as Puzzle1,
51990
51991
  vSe as QRCode,
51991
51992
  rSe as Rack,
51992
- zSe as RadioButton,
51993
- XSe as RemoveCell,
51993
+ YSe as RadioButton,
51994
+ $Se as RemoveCell,
51994
51995
  ZEe as Return,
51995
51996
  v6e as RowActionsCell,
51996
51997
  mSe as Rows,
@@ -52002,26 +52003,26 @@ export {
52002
52003
  Th as SpaceAround,
52003
52004
  Th as SpaceAroundWrap,
52004
52005
  iA as Spinner,
52005
- JSe as StringJoinCell,
52006
+ USe as StringJoinCell,
52006
52007
  i6e as SwitchInCell,
52007
- MSe as TabContent,
52008
- PSe as Tabs,
52008
+ DSe as TabContent,
52009
+ MSe as Tabs,
52009
52010
  Tse as Tag,
52010
52011
  na as Text,
52011
- lIe as TextArea,
52012
- ISe as ThemeProvider,
52012
+ cIe as TextArea,
52013
+ kSe as ThemeProvider,
52013
52014
  pSe as ThreeDots,
52014
- GSe as Toast,
52015
+ zSe as Toast,
52015
52016
  fU as ToastError,
52016
52017
  dU as ToastSuccess,
52017
52018
  jm as Toggle,
52018
- tIe as ToggleCell,
52019
+ rIe as ToggleCell,
52019
52020
  JEe as Transfer,
52020
52021
  wSe as Truck,
52021
52022
  fSe as TwoBoxes,
52022
52023
  hSe as TwoCheckedBoxes,
52023
52024
  ASe as TwoUsers,
52024
- rIe as Types,
52025
+ nIe as Types,
52025
52026
  na as Typography,
52026
52027
  ni as actionPrefix,
52027
52028
  Jt as actionTypes,
@@ -52030,16 +52031,16 @@ export {
52030
52031
  Rd as createRgba,
52031
52032
  Twe as createSelectors,
52032
52033
  Hb as iconDictionary,
52033
- OSe as palletes,
52034
- nIe as reducer,
52034
+ TSe as palletes,
52035
+ iIe as reducer,
52035
52036
  xN as themes,
52036
52037
  KF as useAddFilter,
52037
52038
  tf as useClickOutside,
52038
52039
  Bv as useEvent,
52039
- sIe as useFloatingButton,
52040
+ lIe as useFloatingButton,
52040
52041
  yse as useLightBox,
52041
52042
  x_ as useModal,
52042
- DSe as useTabs,
52043
- kSe as utils,
52044
- oIe as withReduxActions
52043
+ RSe as useTabs,
52044
+ OSe as utils,
52045
+ sIe as withReduxActions
52045
52046
  };