@evercam/ui 0.0.18 → 0.0.20

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.mjs CHANGED
@@ -50,15 +50,15 @@ const Se = W.extend({
50
50
  }
51
51
  }
52
52
  });
53
- function V(e, i, n, b, o, u, r, y) {
53
+ function V(e, i, n, y, o, u, r, b) {
54
54
  var a = typeof e == "function" ? e.options : e;
55
- i && (a.render = i, a.staticRenderFns = n, a._compiled = !0), b && (a.functional = !0), u && (a._scopeId = "data-v-" + u);
55
+ i && (a.render = i, a.staticRenderFns = n, a._compiled = !0), y && (a.functional = !0), u && (a._scopeId = "data-v-" + u);
56
56
  var t;
57
57
  if (r ? (t = function(f) {
58
58
  f = f || // cached call
59
59
  this.$vnode && this.$vnode.ssrContext || // stateful
60
60
  this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !f && typeof __VUE_SSR_CONTEXT__ != "undefined" && (f = __VUE_SSR_CONTEXT__), o && o.call(this, f), f && f._registeredComponents && f._registeredComponents.add(r);
61
- }, a._ssrRegister = t) : o && (t = y ? function() {
61
+ }, a._ssrRegister = t) : o && (t = b ? function() {
62
62
  o.call(
63
63
  this,
64
64
  (a.functional ? this.parent : this).$root.$options.shadowRoot
@@ -162,7 +162,7 @@ var $e = function() {
162
162
  null
163
163
  );
164
164
  const Ee = ze.exports;
165
- function Te(e) {
165
+ function je(e) {
166
166
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
167
167
  }
168
168
  var ie = {}, ae = {}, K = {};
@@ -180,14 +180,14 @@ var ie = {}, ae = {}, K = {};
180
180
  return "0";
181
181
  if (/^[+-]?(\d+|\d*\.\d+)(e[+-]?\d+)?(%|\w+)?$/.test(n))
182
182
  return n.replace(/^[+-]?/, (o) => o === "-" ? "" : "-");
183
- let b = [
183
+ let y = [
184
184
  "var",
185
185
  "calc",
186
186
  "min",
187
187
  "max",
188
188
  "clamp"
189
189
  ];
190
- for (const o of b)
190
+ for (const o of y)
191
191
  if (n.includes(`${o}(`))
192
192
  return `calc(${n} * -1)`;
193
193
  }
@@ -390,9 +390,9 @@ var le = {};
390
390
  return i;
391
391
  }
392
392
  });
393
- function i(n, b) {
394
- return n === void 0 ? b : Array.isArray(n) ? n : [
395
- ...new Set(b.filter((u) => n !== !1 && n[u] !== !1).concat(Object.keys(n).filter((u) => n[u] !== !1)))
393
+ function i(n, y) {
394
+ return n === void 0 ? y : Array.isArray(n) ? n : [
395
+ ...new Set(y.filter((u) => n !== !1 && n[u] !== !1).concat(Object.keys(n).filter((u) => n[u] !== !1)))
396
396
  ];
397
397
  }
398
398
  })(le);
@@ -418,11 +418,11 @@ var ue = Q.exports;
418
418
  return r;
419
419
  },
420
420
  default: function() {
421
- return y;
421
+ return b;
422
422
  }
423
423
  });
424
- const n = /* @__PURE__ */ b(ue);
425
- function b(a) {
424
+ const n = /* @__PURE__ */ y(ue);
425
+ function y(a) {
426
426
  return a && a.__esModule ? a : {
427
427
  default: a
428
428
  };
@@ -434,7 +434,7 @@ var ue = Q.exports;
434
434
  function r(a) {
435
435
  return n.default.dim(a);
436
436
  }
437
- const y = {
437
+ const b = {
438
438
  info(a, t) {
439
439
  u(n.default.bold(n.default.cyan("info")), ...Array.isArray(a) ? [
440
440
  a
@@ -476,9 +476,9 @@ var ue = Q.exports;
476
476
  default: u
477
477
  };
478
478
  }
479
- function b({ version: u, from: r, to: y }) {
479
+ function y({ version: u, from: r, to: b }) {
480
480
  i.default.warn(`${r}-color-renamed`, [
481
- `As of Tailwind CSS ${u}, \`${r}\` has been renamed to \`${y}\`.`,
481
+ `As of Tailwind CSS ${u}, \`${r}\` has been renamed to \`${b}\`.`,
482
482
  "Update your configuration file to silence this warning."
483
483
  ]);
484
484
  }
@@ -775,35 +775,35 @@ var ue = Q.exports;
775
775
  950: "#4c0519"
776
776
  },
777
777
  get lightBlue() {
778
- return b({
778
+ return y({
779
779
  version: "v2.2",
780
780
  from: "lightBlue",
781
781
  to: "sky"
782
782
  }), this.sky;
783
783
  },
784
784
  get warmGray() {
785
- return b({
785
+ return y({
786
786
  version: "v3.0",
787
787
  from: "warmGray",
788
788
  to: "stone"
789
789
  }), this.stone;
790
790
  },
791
791
  get trueGray() {
792
- return b({
792
+ return y({
793
793
  version: "v3.0",
794
794
  from: "trueGray",
795
795
  to: "neutral"
796
796
  }), this.neutral;
797
797
  },
798
798
  get coolGray() {
799
- return b({
799
+ return y({
800
800
  version: "v3.0",
801
801
  from: "coolGray",
802
802
  to: "gray"
803
803
  }), this.gray;
804
804
  },
805
805
  get blueGray() {
806
- return b({
806
+ return y({
807
807
  version: "v3.0",
808
808
  from: "blueGray",
809
809
  to: "slate"
@@ -821,15 +821,15 @@ var fe = {};
821
821
  return i;
822
822
  }
823
823
  });
824
- function i(n, ...b) {
825
- for (let r of b) {
826
- for (let y in r) {
824
+ function i(n, ...y) {
825
+ for (let r of y) {
826
+ for (let b in r) {
827
827
  var o;
828
- !(n == null || (o = n.hasOwnProperty) === null || o === void 0) && o.call(n, y) || (n[y] = r[y]);
828
+ !(n == null || (o = n.hasOwnProperty) === null || o === void 0) && o.call(n, b) || (n[b] = r[b]);
829
829
  }
830
- for (let y of Object.getOwnPropertySymbols(r)) {
830
+ for (let b of Object.getOwnPropertySymbols(r)) {
831
831
  var u;
832
- !(n == null || (u = n.hasOwnProperty) === null || u === void 0) && u.call(n, y) || (n[y] = r[y]);
832
+ !(n == null || (u = n.hasOwnProperty) === null || u === void 0) && u.call(n, b) || (n[b] = r[b]);
833
833
  }
834
834
  }
835
835
  return n;
@@ -848,8 +848,8 @@ var ce = {};
848
848
  function i(n) {
849
849
  if (Array.isArray(n))
850
850
  return n;
851
- let b = n.split("[").length - 1, o = n.split("]").length - 1;
852
- if (b !== o)
851
+ let y = n.split("[").length - 1, o = n.split("]").length - 1;
852
+ if (y !== o)
853
853
  throw new Error(`Path is invalid. Has unbalanced brackets: ${n}`);
854
854
  return n.split(/\.(?![^\[]*\])|[\[\]]/g).filter(Boolean);
855
855
  }
@@ -868,7 +868,7 @@ var de = {}, q = {};
868
868
  }
869
869
  i(e, {
870
870
  flagEnabled: function() {
871
- return y;
871
+ return b;
872
872
  },
873
873
  issueFlagNotices: function() {
874
874
  return t;
@@ -877,7 +877,7 @@ var de = {}, q = {};
877
877
  return d;
878
878
  }
879
879
  });
880
- const n = /* @__PURE__ */ o(ue), b = /* @__PURE__ */ o(H);
880
+ const n = /* @__PURE__ */ o(ue), y = /* @__PURE__ */ o(H);
881
881
  function o(m) {
882
882
  return m && m.__esModule ? m : {
883
883
  default: m
@@ -904,14 +904,14 @@ var de = {}, q = {};
904
904
  "generalizedModifiers"
905
905
  ]
906
906
  };
907
- function y(m, f) {
907
+ function b(m, f) {
908
908
  if (r.future.includes(f)) {
909
909
  var S, g, k;
910
910
  return m.future === "all" || ((k = (g = m == null || (S = m.future) === null || S === void 0 ? void 0 : S[f]) !== null && g !== void 0 ? g : u[f]) !== null && k !== void 0 ? k : !1);
911
911
  }
912
912
  if (r.experimental.includes(f)) {
913
- var $, T, j;
914
- return m.experimental === "all" || ((j = (T = m == null || ($ = m.experimental) === null || $ === void 0 ? void 0 : $[f]) !== null && T !== void 0 ? T : u[f]) !== null && j !== void 0 ? j : !1);
913
+ var $, j, T;
914
+ return m.experimental === "all" || ((T = (j = m == null || ($ = m.experimental) === null || $ === void 0 ? void 0 : $[f]) !== null && j !== void 0 ? j : u[f]) !== null && T !== void 0 ? T : !1);
915
915
  }
916
916
  return !1;
917
917
  }
@@ -924,7 +924,7 @@ var de = {}, q = {};
924
924
  function t(m) {
925
925
  if (process.env.JEST_WORKER_ID === void 0 && a(m).length > 0) {
926
926
  let f = a(m).map((S) => n.default.yellow(S)).join(", ");
927
- b.default.warn("experimental-flags-enabled", [
927
+ y.default.warn("experimental-flags-enabled", [
928
928
  `You have enabled experimental features: ${f}`,
929
929
  "Experimental features in Tailwind CSS are not covered by semver, may introduce breaking changes, and can change at any time."
930
930
  ]);
@@ -942,22 +942,22 @@ var de = {}, q = {};
942
942
  }
943
943
  });
944
944
  const i = q, n = /* @__PURE__ */ o(H);
945
- function b(r) {
945
+ function y(r) {
946
946
  if (typeof WeakMap != "function")
947
947
  return null;
948
- var y = /* @__PURE__ */ new WeakMap(), a = /* @__PURE__ */ new WeakMap();
949
- return (b = function(t) {
950
- return t ? a : y;
948
+ var b = /* @__PURE__ */ new WeakMap(), a = /* @__PURE__ */ new WeakMap();
949
+ return (y = function(t) {
950
+ return t ? a : b;
951
951
  })(r);
952
952
  }
953
- function o(r, y) {
954
- if (!y && r && r.__esModule)
953
+ function o(r, b) {
954
+ if (!b && r && r.__esModule)
955
955
  return r;
956
956
  if (r === null || typeof r != "object" && typeof r != "function")
957
957
  return {
958
958
  default: r
959
959
  };
960
- var a = b(y);
960
+ var a = y(b);
961
961
  if (a && a.has(r))
962
962
  return a.get(r);
963
963
  var t = {}, d = Object.defineProperty && Object.getOwnPropertyDescriptor;
@@ -1043,8 +1043,8 @@ var de = {}, q = {};
1043
1043
  })(),
1044
1044
  extract: (() => {
1045
1045
  let t = (() => {
1046
- var f, S, g, k, $, T, j, z, D, F;
1047
- return !((f = r.purge) === null || f === void 0) && f.extract ? r.purge.extract : !((S = r.content) === null || S === void 0) && S.extract ? r.content.extract : !((g = r.purge) === null || g === void 0 || (k = g.extract) === null || k === void 0) && k.DEFAULT ? r.purge.extract.DEFAULT : !(($ = r.content) === null || $ === void 0 || (T = $.extract) === null || T === void 0) && T.DEFAULT ? r.content.extract.DEFAULT : !((j = r.purge) === null || j === void 0 || (z = j.options) === null || z === void 0) && z.extractors ? r.purge.options.extractors : !((D = r.content) === null || D === void 0 || (F = D.options) === null || F === void 0) && F.extractors ? r.content.options.extractors : {};
1046
+ var f, S, g, k, $, j, T, z, D, F;
1047
+ return !((f = r.purge) === null || f === void 0) && f.extract ? r.purge.extract : !((S = r.content) === null || S === void 0) && S.extract ? r.content.extract : !((g = r.purge) === null || g === void 0 || (k = g.extract) === null || k === void 0) && k.DEFAULT ? r.purge.extract.DEFAULT : !(($ = r.content) === null || $ === void 0 || (j = $.extract) === null || j === void 0) && j.DEFAULT ? r.content.extract.DEFAULT : !((T = r.purge) === null || T === void 0 || (z = T.options) === null || z === void 0) && z.extractors ? r.purge.options.extractors : !((D = r.content) === null || D === void 0 || (F = D.options) === null || F === void 0) && F.extractors ? r.content.options.extractors : {};
1048
1048
  })(), d = {}, m = (() => {
1049
1049
  var f, S, g, k;
1050
1050
  if (!((f = r.purge) === null || f === void 0 || (S = f.options) === null || S === void 0) && S.defaultExtractor)
@@ -1094,8 +1094,8 @@ var pe = {};
1094
1094
  function i(n) {
1095
1095
  if (Object.prototype.toString.call(n) !== "[object Object]")
1096
1096
  return !1;
1097
- const b = Object.getPrototypeOf(n);
1098
- return b === null || b === Object.prototype;
1097
+ const y = Object.getPrototypeOf(n);
1098
+ return y === null || y === Object.prototype;
1099
1099
  }
1100
1100
  })(pe);
1101
1101
  var me = {};
@@ -1109,8 +1109,8 @@ var me = {};
1109
1109
  }
1110
1110
  });
1111
1111
  function i(n) {
1112
- return Array.isArray(n) ? n.map((b) => i(b)) : typeof n == "object" && n !== null ? Object.fromEntries(Object.entries(n).map(([b, o]) => [
1113
- b,
1112
+ return Array.isArray(n) ? n.map((y) => i(y)) : typeof n == "object" && n !== null ? Object.fromEntries(Object.entries(n).map(([y, o]) => [
1113
+ y,
1114
1114
  i(o)
1115
1115
  ])) : n;
1116
1116
  }
@@ -1129,7 +1129,7 @@ var ge = {}, he = {};
1129
1129
  return n.replace(/\\,/g, "\\2c ");
1130
1130
  }
1131
1131
  })(he);
1132
- var Z = {}, ee = {}, be = {};
1132
+ var Z = {}, ee = {}, ye = {};
1133
1133
  (function(e) {
1134
1134
  Object.defineProperty(e, "__esModule", {
1135
1135
  value: !0
@@ -1881,7 +1881,7 @@ var Z = {}, ee = {}, be = {};
1881
1881
  50
1882
1882
  ]
1883
1883
  };
1884
- })(be);
1884
+ })(ye);
1885
1885
  (function(e) {
1886
1886
  Object.defineProperty(e, "__esModule", {
1887
1887
  value: !0
@@ -1901,15 +1901,15 @@ var Z = {}, ee = {}, be = {};
1901
1901
  return S;
1902
1902
  }
1903
1903
  });
1904
- const n = /* @__PURE__ */ b(be);
1905
- function b(g) {
1904
+ const n = /* @__PURE__ */ y(ye);
1905
+ function y(g) {
1906
1906
  return g && g.__esModule ? g : {
1907
1907
  default: g
1908
1908
  };
1909
1909
  }
1910
- let o = /^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i, u = /^#([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i, r = /(?:\d+|\d*\.\d+)%?/, y = /(?:\s*,\s*|\s+)/, a = /\s*[,/]\s*/, t = /var\(--(?:[^ )]*?)\)/, d = new RegExp(`^(rgba?)\\(\\s*(${r.source}|${t.source})(?:${y.source}(${r.source}|${t.source}))?(?:${y.source}(${r.source}|${t.source}))?(?:${a.source}(${r.source}|${t.source}))?\\s*\\)$`), m = new RegExp(`^(hsla?)\\(\\s*((?:${r.source})(?:deg|rad|grad|turn)?|${t.source})(?:${y.source}(${r.source}|${t.source}))?(?:${y.source}(${r.source}|${t.source}))?(?:${a.source}(${r.source}|${t.source}))?\\s*\\)$`);
1910
+ let o = /^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i, u = /^#([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i, r = /(?:\d+|\d*\.\d+)%?/, b = /(?:\s*,\s*|\s+)/, a = /\s*[,/]\s*/, t = /var\(--(?:[^ )]*?)\)/, d = new RegExp(`^(rgba?)\\(\\s*(${r.source}|${t.source})(?:${b.source}(${r.source}|${t.source}))?(?:${b.source}(${r.source}|${t.source}))?(?:${a.source}(${r.source}|${t.source}))?\\s*\\)$`), m = new RegExp(`^(hsla?)\\(\\s*((?:${r.source})(?:deg|rad|grad|turn)?|${t.source})(?:${b.source}(${r.source}|${t.source}))?(?:${b.source}(${r.source}|${t.source}))?(?:${a.source}(${r.source}|${t.source}))?\\s*\\)$`);
1911
1911
  function f(g, { loose: k = !1 } = {}) {
1912
- var $, T;
1912
+ var $, j;
1913
1913
  if (typeof g != "string")
1914
1914
  return null;
1915
1915
  if (g = g.trim(), g === "transparent")
@@ -1927,25 +1927,25 @@ var Z = {}, ee = {}, be = {};
1927
1927
  mode: "rgb",
1928
1928
  color: n.default[g].map((R) => R.toString())
1929
1929
  };
1930
- let j = g.replace(u, (R, B, U, p, O) => [
1930
+ let T = g.replace(u, (R, B, L, p, O) => [
1931
1931
  "#",
1932
1932
  B,
1933
1933
  B,
1934
- U,
1935
- U,
1934
+ L,
1935
+ L,
1936
1936
  p,
1937
1937
  p,
1938
1938
  O ? O + O : ""
1939
1939
  ].join("")).match(o);
1940
- if (j !== null)
1940
+ if (T !== null)
1941
1941
  return {
1942
1942
  mode: "rgb",
1943
1943
  color: [
1944
- parseInt(j[1], 16),
1945
- parseInt(j[2], 16),
1946
- parseInt(j[3], 16)
1944
+ parseInt(T[1], 16),
1945
+ parseInt(T[2], 16),
1946
+ parseInt(T[3], 16)
1947
1947
  ].map((R) => R.toString()),
1948
- alpha: j[4] ? (parseInt(j[4], 16) / 255).toString() : void 0
1948
+ alpha: T[4] ? (parseInt(T[4], 16) / 255).toString() : void 0
1949
1949
  };
1950
1950
  var z;
1951
1951
  let D = (z = g.match(d)) !== null && z !== void 0 ? z : g.match(m);
@@ -1965,12 +1965,12 @@ var Z = {}, ee = {}, be = {};
1965
1965
  } : !k && F.length !== 3 || F.length < 3 && !F.some((R) => /^var\(.*?\)$/.test(R)) ? null : {
1966
1966
  mode: D[1],
1967
1967
  color: F,
1968
- alpha: ($ = D[5]) === null || $ === void 0 || (T = $.toString) === null || T === void 0 ? void 0 : T.call($)
1968
+ alpha: ($ = D[5]) === null || $ === void 0 || (j = $.toString) === null || j === void 0 ? void 0 : j.call($)
1969
1969
  };
1970
1970
  }
1971
1971
  function S({ mode: g, color: k, alpha: $ }) {
1972
- let T = $ !== void 0;
1973
- return g === "rgba" || g === "hsla" ? `${g}(${k.join(", ")}${T ? `, ${$}` : ""})` : `${g}(${k.join(" ")}${T ? ` / ${$}` : ""})`;
1972
+ let j = $ !== void 0;
1973
+ return g === "rgba" || g === "hsla" ? `${g}(${k.join(", ")}${j ? `, ${$}` : ""})` : `${g}(${k.join(" ")}${j ? ` / ${$}` : ""})`;
1974
1974
  }
1975
1975
  })(ee);
1976
1976
  (function(e) {
@@ -1978,22 +1978,22 @@ var Z = {}, ee = {}, be = {};
1978
1978
  value: !0
1979
1979
  });
1980
1980
  function i(u, r) {
1981
- for (var y in r)
1982
- Object.defineProperty(u, y, {
1981
+ for (var b in r)
1982
+ Object.defineProperty(u, b, {
1983
1983
  enumerable: !0,
1984
- get: r[y]
1984
+ get: r[b]
1985
1985
  });
1986
1986
  }
1987
1987
  i(e, {
1988
1988
  withAlphaValue: function() {
1989
- return b;
1989
+ return y;
1990
1990
  },
1991
1991
  default: function() {
1992
1992
  return o;
1993
1993
  }
1994
1994
  });
1995
1995
  const n = ee;
1996
- function b(u, r, y) {
1996
+ function y(u, r, b) {
1997
1997
  if (typeof u == "function")
1998
1998
  return u({
1999
1999
  opacityValue: r
@@ -2001,21 +2001,21 @@ var Z = {}, ee = {}, be = {};
2001
2001
  let a = (0, n.parseColor)(u, {
2002
2002
  loose: !0
2003
2003
  });
2004
- return a === null ? y : (0, n.formatColor)({
2004
+ return a === null ? b : (0, n.formatColor)({
2005
2005
  ...a,
2006
2006
  alpha: r
2007
2007
  });
2008
2008
  }
2009
- function o({ color: u, property: r, variable: y }) {
2009
+ function o({ color: u, property: r, variable: b }) {
2010
2010
  let a = [].concat(r);
2011
2011
  if (typeof u == "function")
2012
2012
  return {
2013
- [y]: "1",
2013
+ [b]: "1",
2014
2014
  ...Object.fromEntries(a.map((d) => [
2015
2015
  d,
2016
2016
  u({
2017
- opacityVariable: y,
2018
- opacityValue: `var(${y})`
2017
+ opacityVariable: b,
2018
+ opacityValue: `var(${b})`
2019
2019
  })
2020
2020
  ]))
2021
2021
  };
@@ -2027,18 +2027,18 @@ var Z = {}, ee = {}, be = {};
2027
2027
  d,
2028
2028
  u
2029
2029
  ])) : {
2030
- [y]: "1",
2030
+ [b]: "1",
2031
2031
  ...Object.fromEntries(a.map((d) => [
2032
2032
  d,
2033
2033
  (0, n.formatColor)({
2034
2034
  ...t,
2035
- alpha: `var(${y})`
2035
+ alpha: `var(${b})`
2036
2036
  })
2037
2037
  ]))
2038
2038
  };
2039
2039
  }
2040
2040
  })(Z);
2041
- var te = {}, ye = {}, G = {};
2041
+ var te = {}, be = {}, G = {};
2042
2042
  (function(e) {
2043
2043
  Object.defineProperty(e, "__esModule", {
2044
2044
  value: !0
@@ -2048,11 +2048,11 @@ var te = {}, ye = {}, G = {};
2048
2048
  return i;
2049
2049
  }
2050
2050
  });
2051
- function i(n, b) {
2052
- let o = [], u = [], r = 0, y = !1;
2051
+ function i(n, y) {
2052
+ let o = [], u = [], r = 0, b = !1;
2053
2053
  for (let a = 0; a < n.length; a++) {
2054
2054
  let t = n[a];
2055
- o.length === 0 && t === b[0] && !y && (b.length === 1 || n.slice(a, a + b.length) === b) && (u.push(n.slice(r, a)), r = a + b.length), y ? y = !1 : t === "\\" && (y = !0), t === "(" || t === "[" || t === "{" ? o.push(t) : (t === ")" && o[o.length - 1] === "(" || t === "]" && o[o.length - 1] === "[" || t === "}" && o[o.length - 1] === "{") && o.pop();
2055
+ o.length === 0 && t === y[0] && !b && (y.length === 1 || n.slice(a, a + y.length) === y) && (u.push(n.slice(r, a)), r = a + y.length), b ? b = !1 : t === "\\" && (b = !0), t === "(" || t === "[" || t === "{" ? o.push(t) : (t === ")" && o[o.length - 1] === "(" || t === "]" && o[o.length - 1] === "[" || t === "}" && o[o.length - 1] === "{") && o.pop();
2056
2056
  }
2057
2057
  return u.push(n.slice(r)), u;
2058
2058
  }
@@ -2073,11 +2073,11 @@ var te = {}, ye = {}, G = {};
2073
2073
  return r;
2074
2074
  },
2075
2075
  formatBoxShadowValue: function() {
2076
- return y;
2076
+ return b;
2077
2077
  }
2078
2078
  });
2079
2079
  const n = G;
2080
- let b = /* @__PURE__ */ new Set([
2080
+ let y = /* @__PURE__ */ new Set([
2081
2081
  "inset",
2082
2082
  "inherit",
2083
2083
  "initial",
@@ -2090,11 +2090,11 @@ var te = {}, ye = {}, G = {};
2090
2090
  raw: m
2091
2091
  }, S = m.split(o), g = /* @__PURE__ */ new Set();
2092
2092
  for (let k of S)
2093
- u.lastIndex = 0, !g.has("KEYWORD") && b.has(k) ? (f.keyword = k, g.add("KEYWORD")) : u.test(k) ? g.has("X") ? g.has("Y") ? g.has("BLUR") ? g.has("SPREAD") || (f.spread = k, g.add("SPREAD")) : (f.blur = k, g.add("BLUR")) : (f.y = k, g.add("Y")) : (f.x = k, g.add("X")) : f.color ? (f.unknown || (f.unknown = []), f.unknown.push(k)) : f.color = k;
2093
+ u.lastIndex = 0, !g.has("KEYWORD") && y.has(k) ? (f.keyword = k, g.add("KEYWORD")) : u.test(k) ? g.has("X") ? g.has("Y") ? g.has("BLUR") ? g.has("SPREAD") || (f.spread = k, g.add("SPREAD")) : (f.blur = k, g.add("BLUR")) : (f.y = k, g.add("Y")) : (f.x = k, g.add("X")) : f.color ? (f.unknown || (f.unknown = []), f.unknown.push(k)) : f.color = k;
2094
2094
  return f.valid = f.x !== void 0 && f.y !== void 0, f;
2095
2095
  });
2096
2096
  }
2097
- function y(a) {
2097
+ function b(a) {
2098
2098
  return a.map((t) => t.valid ? [
2099
2099
  t.keyword,
2100
2100
  t.x,
@@ -2104,7 +2104,7 @@ var te = {}, ye = {}, G = {};
2104
2104
  t.color
2105
2105
  ].filter(Boolean).join(" ") : t.raw).join(", ");
2106
2106
  }
2107
- })(ye);
2107
+ })(be);
2108
2108
  (function(e) {
2109
2109
  Object.defineProperty(e, "__esModule", {
2110
2110
  value: !0
@@ -2133,7 +2133,7 @@ var te = {}, ye = {}, G = {};
2133
2133
  return $;
2134
2134
  },
2135
2135
  lineWidth: function() {
2136
- return j;
2136
+ return T;
2137
2137
  },
2138
2138
  shadow: function() {
2139
2139
  return z;
@@ -2163,7 +2163,7 @@ var te = {}, ye = {}, G = {};
2163
2163
  return C;
2164
2164
  }
2165
2165
  });
2166
- const n = ee, b = ye, o = G;
2166
+ const n = ee, y = be, o = G;
2167
2167
  let u = [
2168
2168
  "min",
2169
2169
  "max",
@@ -2173,14 +2173,14 @@ var te = {}, ye = {}, G = {};
2173
2173
  function r(l) {
2174
2174
  return u.some((x) => new RegExp(`^${x}\\(.*\\)`).test(l));
2175
2175
  }
2176
- const y = "--tw-placeholder", a = new RegExp(y, "g");
2176
+ const b = "--tw-placeholder", a = new RegExp(b, "g");
2177
2177
  function t(l, x = !0) {
2178
2178
  return l.startsWith("--") ? `var(${l})` : l.includes("url(") ? l.split(/(url\(.*?\))/g).filter(Boolean).map((P) => /^url\(.*?\)$/.test(P) ? P : t(P, !1)).join("") : (l = l.replace(/([^\\])_+/g, (P, A) => A + " ".repeat(P.length - 1)).replace(/^_/g, " ").replace(/\\_/g, "_"), x && (l = l.trim()), l = d(l), l);
2179
2179
  }
2180
2180
  function d(l) {
2181
2181
  return l.replace(/(calc|min|max|clamp)\(.+\)/g, (x) => {
2182
2182
  let P = [];
2183
- return x.replace(/var\((--.+?)[,)]/g, (A, I) => (P.push(I), A.replace(I, y))).replace(/(-?\d*\.?\d(?!\b-\d.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g, "$1 $2 ").replace(a, () => P.shift());
2183
+ return x.replace(/var\((--.+?)[,)]/g, (A, I) => (P.push(I), A.replace(I, b))).replace(/(-?\d*\.?\d(?!\b-\d.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g, "$1 $2 ").replace(a, () => P.shift());
2184
2184
  });
2185
2185
  }
2186
2186
  function m(l) {
@@ -2228,16 +2228,16 @@ var te = {}, ye = {}, G = {};
2228
2228
  function $(l) {
2229
2229
  return l === "0" || new RegExp(`^[+-]?[0-9]*.?[0-9]+(?:[eE][+-]?[0-9]+)?${k}$`).test(l) || r(l);
2230
2230
  }
2231
- let T = /* @__PURE__ */ new Set([
2231
+ let j = /* @__PURE__ */ new Set([
2232
2232
  "thin",
2233
2233
  "medium",
2234
2234
  "thick"
2235
2235
  ]);
2236
- function j(l) {
2237
- return T.has(l);
2236
+ function T(l) {
2237
+ return j.has(l);
2238
2238
  }
2239
2239
  function z(l) {
2240
- let x = (0, b.parseBoxShadowValue)(t(l));
2240
+ let x = (0, y.parseBoxShadowValue)(t(l));
2241
2241
  for (let P of x)
2242
2242
  if (!P.valid)
2243
2243
  return !1;
@@ -2273,7 +2273,7 @@ var te = {}, ye = {}, G = {};
2273
2273
  return !0;
2274
2274
  return !1;
2275
2275
  }
2276
- let U = /* @__PURE__ */ new Set([
2276
+ let L = /* @__PURE__ */ new Set([
2277
2277
  "center",
2278
2278
  "top",
2279
2279
  "right",
@@ -2282,7 +2282,7 @@ var te = {}, ye = {}, G = {};
2282
2282
  ]);
2283
2283
  function p(l) {
2284
2284
  let x = 0;
2285
- return (0, o.splitAtTopLevelOnly)(l, "_").every((A) => (A = t(A), A.startsWith("var(") ? !0 : U.has(A) || $(A) || S(A) ? (x++, !0) : !1)) ? x > 0 : !1;
2285
+ return (0, o.splitAtTopLevelOnly)(l, "_").every((A) => (A = t(A), A.startsWith("var(") ? !0 : L.has(A) || $(A) || S(A) ? (x++, !0) : !1)) ? x > 0 : !1;
2286
2286
  }
2287
2287
  function O(l) {
2288
2288
  let x = 0;
@@ -2334,18 +2334,18 @@ var ve = {};
2334
2334
  }), Object.defineProperty(e, "backgroundSize", {
2335
2335
  enumerable: !0,
2336
2336
  get: function() {
2337
- return b;
2337
+ return y;
2338
2338
  }
2339
2339
  });
2340
2340
  const i = te, n = G;
2341
- function b(o) {
2341
+ function y(o) {
2342
2342
  let u = [
2343
2343
  "cover",
2344
2344
  "contain"
2345
2345
  ];
2346
2346
  return (0, n.splitAtTopLevelOnly)(o, ",").every((r) => {
2347
- let y = (0, n.splitAtTopLevelOnly)(r, "_").filter(Boolean);
2348
- return y.length === 1 && u.includes(y[0]) ? !0 : y.length !== 1 && y.length !== 2 ? !1 : y.every((a) => (0, i.length)(a) || (0, i.percentage)(a) || a === "auto");
2347
+ let b = (0, n.splitAtTopLevelOnly)(r, "_").filter(Boolean);
2348
+ return b.length === 1 && u.includes(b[0]) ? !0 : b.length !== 1 && b.length !== 2 ? !1 : b.every((a) => (0, i.length)(a) || (0, i.percentage)(a) || a === "auto");
2349
2349
  });
2350
2350
  }
2351
2351
  })(ve);
@@ -2371,10 +2371,10 @@ var ve = {};
2371
2371
  return k;
2372
2372
  },
2373
2373
  asColor: function() {
2374
- return T;
2374
+ return j;
2375
2375
  },
2376
2376
  asLookupValue: function() {
2377
- return j;
2377
+ return T;
2378
2378
  },
2379
2379
  typeMap: function() {
2380
2380
  return D;
@@ -2383,10 +2383,10 @@ var ve = {};
2383
2383
  return B;
2384
2384
  },
2385
2385
  getMatchingTypes: function() {
2386
- return U;
2386
+ return L;
2387
2387
  }
2388
2388
  });
2389
- const n = /* @__PURE__ */ a(he), b = Z, o = te, u = /* @__PURE__ */ a(K), r = ve, y = q;
2389
+ const n = /* @__PURE__ */ a(he), y = Z, o = te, u = /* @__PURE__ */ a(K), r = ve, b = q;
2390
2390
  function a(p) {
2391
2391
  return p && p.__esModule ? p : {
2392
2392
  default: p
@@ -2444,7 +2444,7 @@ var ve = {};
2444
2444
  function $(p) {
2445
2445
  return (0, o.normalize)(p.slice(1, -1));
2446
2446
  }
2447
- function T(p, O = {}, { tailwindConfig: _ = {} } = {}) {
2447
+ function j(p, O = {}, { tailwindConfig: _ = {} } = {}) {
2448
2448
  var s;
2449
2449
  if (((s = O.values) === null || s === void 0 ? void 0 : s[p]) !== void 0) {
2450
2450
  var h;
@@ -2454,13 +2454,13 @@ var ve = {};
2454
2454
  if (c !== void 0) {
2455
2455
  var C, l, x, P;
2456
2456
  let A = (P = (C = O.values) === null || C === void 0 ? void 0 : C[v]) !== null && P !== void 0 ? P : S(v) ? v.slice(1, -1) : void 0;
2457
- return A === void 0 ? void 0 : (A = k(A), S(c) ? (0, b.withAlphaValue)(A, $(c)) : ((l = _.theme) === null || l === void 0 || (x = l.opacity) === null || x === void 0 ? void 0 : x[c]) === void 0 ? void 0 : (0, b.withAlphaValue)(A, _.theme.opacity[c]));
2457
+ return A === void 0 ? void 0 : (A = k(A), S(c) ? (0, y.withAlphaValue)(A, $(c)) : ((l = _.theme) === null || l === void 0 || (x = l.opacity) === null || x === void 0 ? void 0 : x[c]) === void 0 ? void 0 : (0, y.withAlphaValue)(A, _.theme.opacity[c]));
2458
2458
  }
2459
2459
  return f(p, O, {
2460
2460
  validate: o.color
2461
2461
  });
2462
2462
  }
2463
- function j(p, O = {}) {
2463
+ function T(p, O = {}) {
2464
2464
  var _;
2465
2465
  return (_ = O.values) === null || _ === void 0 ? void 0 : _[p];
2466
2466
  }
@@ -2471,13 +2471,13 @@ var ve = {};
2471
2471
  }
2472
2472
  let D = {
2473
2473
  any: f,
2474
- color: T,
2474
+ color: j,
2475
2475
  url: z(o.url),
2476
2476
  image: z(o.image),
2477
2477
  length: z(o.length),
2478
2478
  percentage: z(o.percentage),
2479
2479
  position: z(o.position),
2480
- lookup: j,
2480
+ lookup: T,
2481
2481
  "generic-name": z(o.genericName),
2482
2482
  "family-name": z(o.familyName),
2483
2483
  number: z(o.number),
@@ -2523,13 +2523,13 @@ var ve = {};
2523
2523
  null
2524
2524
  ];
2525
2525
  }
2526
- let h = U(p, O, _, s);
2526
+ let h = L(p, O, _, s);
2527
2527
  for (let v of h)
2528
2528
  return v;
2529
2529
  return [];
2530
2530
  }
2531
- function* U(p, O, _, s) {
2532
- let h = (0, y.flagEnabled)(s, "generalizedModifiers"), [v, c] = g(O);
2531
+ function* L(p, O, _, s) {
2532
+ let h = (0, b.flagEnabled)(s, "generalizedModifiers"), [v, c] = g(O);
2533
2533
  if (h && _.modifiers != null && (_.modifiers === "any" || typeof _.modifiers == "object" && (c && S(c) || c in _.modifiers)) || (v = O, c = void 0), c !== void 0 && v === "" && (v = "DEFAULT"), c !== void 0 && typeof _.modifiers == "object") {
2534
2534
  var l, x;
2535
2535
  let P = (x = (l = _.modifiers) === null || l === void 0 ? void 0 : l[c]) !== null && x !== void 0 ? x : null;
@@ -2570,7 +2570,7 @@ var xe = {};
2570
2570
  return _;
2571
2571
  }
2572
2572
  });
2573
- const i = /* @__PURE__ */ S(K), n = /* @__PURE__ */ S(oe), b = /* @__PURE__ */ S(le), o = /* @__PURE__ */ S(J), u = fe, r = ce, y = de, a = /* @__PURE__ */ S(pe), t = me, d = ge, m = Z, f = /* @__PURE__ */ S(xe);
2573
+ const i = /* @__PURE__ */ S(K), n = /* @__PURE__ */ S(oe), y = /* @__PURE__ */ S(le), o = /* @__PURE__ */ S(J), u = fe, r = ce, b = de, a = /* @__PURE__ */ S(pe), t = me, d = ge, m = Z, f = /* @__PURE__ */ S(xe);
2574
2574
  function S(s) {
2575
2575
  return s && s.__esModule ? s : {
2576
2576
  default: s
@@ -2603,10 +2603,10 @@ var xe = {};
2603
2603
  }), {});
2604
2604
  }
2605
2605
  };
2606
- function T(s, ...h) {
2606
+ function j(s, ...h) {
2607
2607
  return g(s) ? s(...h) : s;
2608
2608
  }
2609
- function j(s) {
2609
+ function T(s) {
2610
2610
  return s.reduce((h, { extend: v }) => k(h, v, (c, C) => c === void 0 ? [
2611
2611
  C
2612
2612
  ] : Array.isArray(c) ? [
@@ -2622,7 +2622,7 @@ var xe = {};
2622
2622
  ...s.reduce((h, v) => (0, u.defaults)(h, v), {}),
2623
2623
  // In order to resolve n config objects, we combine all of their `extend` properties
2624
2624
  // into arrays instead of objects so they aren't overridden.
2625
- extend: j(s)
2625
+ extend: T(s)
2626
2626
  };
2627
2627
  }
2628
2628
  function D(s, h) {
@@ -2640,7 +2640,7 @@ var xe = {};
2640
2640
  return k(h, s, (v, c) => !g(v) && !c.some(g) ? k({}, v, ...c, D) : (C, l) => k({}, ...[
2641
2641
  v,
2642
2642
  ...c
2643
- ].map((x) => T(x, C, l)), D));
2643
+ ].map((x) => j(x, C, l)), D));
2644
2644
  }
2645
2645
  function* R(s) {
2646
2646
  let h = (0, r.toPath)(s);
@@ -2673,7 +2673,7 @@ var xe = {};
2673
2673
  ...$
2674
2674
  }), Object.keys(s).reduce((v, c) => (v[c] = g(s[c]) ? s[c](h, $) : s[c], v), {});
2675
2675
  }
2676
- function U(s) {
2676
+ function L(s) {
2677
2677
  let h = [];
2678
2678
  return s.forEach((v) => {
2679
2679
  h = [
@@ -2687,7 +2687,7 @@ var xe = {};
2687
2687
  var x;
2688
2688
  h = [
2689
2689
  ...h,
2690
- ...U([
2690
+ ...L([
2691
2691
  (x = l == null ? void 0 : l.config) !== null && x !== void 0 ? x : {}
2692
2692
  ])
2693
2693
  ];
@@ -2699,7 +2699,7 @@ var xe = {};
2699
2699
  ...s
2700
2700
  ].reduceRight((v, c) => g(c) ? c({
2701
2701
  corePlugins: v
2702
- }) : (0, b.default)(c, v), n.default);
2702
+ }) : (0, y.default)(c, v), n.default);
2703
2703
  }
2704
2704
  function O(s) {
2705
2705
  return [
@@ -2711,7 +2711,7 @@ var xe = {};
2711
2711
  }
2712
2712
  function _(s) {
2713
2713
  let h = [
2714
- ...U(s),
2714
+ ...L(s),
2715
2715
  {
2716
2716
  prefix: "",
2717
2717
  important: !1,
@@ -2719,14 +2719,14 @@ var xe = {};
2719
2719
  }
2720
2720
  ];
2721
2721
  var v, c;
2722
- return (0, y.normalizeConfig)((0, u.defaults)({
2722
+ return (0, b.normalizeConfig)((0, u.defaults)({
2723
2723
  theme: B(F(z(h.map((C) => (v = C == null ? void 0 : C.theme) !== null && v !== void 0 ? v : {})))),
2724
2724
  corePlugins: p(h.map((C) => C.corePlugins)),
2725
2725
  plugins: O(s.map((C) => (c = C == null ? void 0 : C.plugins) !== null && c !== void 0 ? c : []))
2726
2726
  }, ...h));
2727
2727
  }
2728
2728
  })(ae);
2729
- var _e = {}, je = {
2729
+ var _e = {}, Te = {
2730
2730
  content: [],
2731
2731
  presets: [],
2732
2732
  darkMode: "media",
@@ -3726,15 +3726,15 @@ var _e = {}, je = {
3726
3726
  return o;
3727
3727
  }
3728
3728
  });
3729
- const i = /* @__PURE__ */ b(je), n = q;
3730
- function b(u) {
3729
+ const i = /* @__PURE__ */ y(Te), n = q;
3730
+ function y(u) {
3731
3731
  return u && u.__esModule ? u : {
3732
3732
  default: u
3733
3733
  };
3734
3734
  }
3735
3735
  function o(u) {
3736
3736
  var r;
3737
- const y = ((r = u == null ? void 0 : u.presets) !== null && r !== void 0 ? r : [
3737
+ const b = ((r = u == null ? void 0 : u.presets) !== null && r !== void 0 ? r : [
3738
3738
  i.default
3739
3739
  ]).slice().reverse().flatMap((d) => o(d instanceof Function ? d() : d)), a = {
3740
3740
  // Add experimental configs here...
@@ -3760,7 +3760,7 @@ var _e = {}, je = {
3760
3760
  return [
3761
3761
  u,
3762
3762
  ...t,
3763
- ...y
3763
+ ...b
3764
3764
  ];
3765
3765
  }
3766
3766
  })(_e);
@@ -3773,8 +3773,8 @@ var _e = {}, je = {
3773
3773
  return o;
3774
3774
  }
3775
3775
  });
3776
- const i = /* @__PURE__ */ b(ae), n = /* @__PURE__ */ b(_e);
3777
- function b(u) {
3776
+ const i = /* @__PURE__ */ y(ae), n = /* @__PURE__ */ y(_e);
3777
+ function y(u) {
3778
3778
  return u && u.__esModule ? u : {
3779
3779
  default: u
3780
3780
  };
@@ -3789,9 +3789,9 @@ var _e = {}, je = {
3789
3789
  })(ie);
3790
3790
  let X = ie;
3791
3791
  var De = (X.__esModule ? X : { default: X }).default;
3792
- const Fe = /* @__PURE__ */ Te(De);
3792
+ const Fe = /* @__PURE__ */ je(De);
3793
3793
  let Y = J;
3794
- var L = (Y.__esModule ? Y : { default: Y }).default;
3794
+ var U = (Y.__esModule ? Y : { default: Y }).default;
3795
3795
  const Me = {
3796
3796
  50: "#FCE3E4",
3797
3797
  100: "#F9CDCE",
@@ -3804,12 +3804,12 @@ const Me = {
3804
3804
  800: "#4E090B",
3805
3805
  900: "#290506"
3806
3806
  }, N = {
3807
- onprimary: L.white,
3808
- warning: L.amber,
3809
- error: L.rose,
3810
- info: L.cyan,
3811
- success: L.lime,
3812
- primary: L.sky,
3807
+ onprimary: U.white,
3808
+ warning: U.amber,
3809
+ error: U.rose,
3810
+ info: U.cyan,
3811
+ success: U.lime,
3812
+ primary: U.sky,
3813
3813
  brand: Me
3814
3814
  }, Ne = {
3815
3815
  ...N,
@@ -3834,10 +3834,10 @@ const Me = {
3834
3834
  "primary-darken": N.primary[600],
3835
3835
  "primary-lighten": N.primary[400],
3836
3836
  // Surfaces
3837
- onsurface: L.slate[500],
3838
- onbackground: L.slate[700],
3839
- surface: L.slate[50],
3840
- background: L.white
3837
+ onsurface: U.slate[500],
3838
+ onbackground: U.slate[700],
3839
+ surface: U.slate[50],
3840
+ background: U.white
3841
3841
  }, Re = {
3842
3842
  prefix: "e-",
3843
3843
  corePlugins: {
@@ -3907,13 +3907,14 @@ const Me = {
3907
3907
  pattern: /e-self-(start|center|end|baseline|stretch)/
3908
3908
  },
3909
3909
  {
3910
- pattern: /e-justify-(around|between|center|end|evenly|normal|start|stretch)/
3910
+ pattern: /e-justify-(around|between|center|end|evenly|normal|start|stretch)/,
3911
+ variants: ["lg", "md", "sm", "xs", "xl"]
3911
3912
  },
3912
3913
  {
3913
3914
  pattern: /e-content-(around|baseline|between|center|end|evenly|normal|start|stretch)/
3914
3915
  }
3915
3916
  ]
3916
- }, we = Fe(Re), Ue = we.theme.fontSize, Le = we.theme.colors, ut = [
3917
+ }, we = Fe(Re), Le = we.theme.fontSize, Ue = we.theme.colors, ut = [
3917
3918
  w.dot,
3918
3919
  w.xs,
3919
3920
  w.sm,
@@ -3973,8 +3974,8 @@ const Me = {
3973
3974
  }), {});
3974
3975
  },
3975
3976
  iconClasses() {
3976
- var b, o;
3977
- const e = this.sizes[this.size] || this.sizes[w.sm], i = `${((o = (b = this.icon) == null ? void 0 : b.split(" ")) == null ? void 0 : o.length) > 1 ? this.icon : `fa fa-${this.icon}`}`;
3977
+ var y, o;
3978
+ const e = this.sizes[this.size] || this.sizes[w.sm], i = `${((o = (y = this.icon) == null ? void 0 : y.split(" ")) == null ? void 0 : o.length) > 1 ? this.icon : `fa fa-${this.icon}`}`;
3978
3979
  return [
3979
3980
  "e-inline-flex e-items-center e-justify-center e-rounded-full",
3980
3981
  this.color,
@@ -4023,8 +4024,8 @@ const qe = He.exports, Ge = W.extend({
4023
4024
  },
4024
4025
  data() {
4025
4026
  return {
4026
- sizes: Ue,
4027
- colors: Le
4027
+ sizes: Le,
4028
+ colors: Ue
4028
4029
  };
4029
4030
  },
4030
4031
  computed: {
@@ -4089,18 +4090,48 @@ const Je = Ke.exports, Qe = W.extend({
4089
4090
  type: String,
4090
4091
  default: void 0
4091
4092
  },
4093
+ justifyXs: {
4094
+ type: String,
4095
+ default: void 0
4096
+ },
4097
+ justifySm: {
4098
+ type: String,
4099
+ default: void 0
4100
+ },
4101
+ justifyMd: {
4102
+ type: String,
4103
+ default: void 0
4104
+ },
4105
+ justifyLg: {
4106
+ type: String,
4107
+ default: void 0
4108
+ },
4109
+ justifyXl: {
4110
+ type: String,
4111
+ default: void 0
4112
+ },
4092
4113
  noGutters: {
4093
4114
  type: Boolean,
4094
4115
  default: !1
4095
4116
  }
4096
4117
  },
4097
4118
  computed: {
4119
+ justifyClasses() {
4120
+ return {
4121
+ [`e-justify-${this.justify}`]: !!this.justify,
4122
+ [`xs:e-justify-${this.justifySm}`]: !!this.justifySm,
4123
+ [`sm:e-justify-${this.justifySm}`]: !!this.justifySm,
4124
+ [`md:e-justify-${this.justifyMd}`]: !!this.justifyMd,
4125
+ [`lg:e-justify-${this.justifyLg}`]: !!this.justifyLg,
4126
+ [`xl:e-justify-${this.justifyXl}`]: !!this.justifyXl
4127
+ };
4128
+ },
4098
4129
  rowClasses() {
4099
4130
  return {
4100
4131
  ...this.align ? { [`e-items-${this.align}`]: !0 } : {},
4101
4132
  ...this.alignContent ? { [`e-content-${this.alignContent}`]: !0 } : {},
4102
- ...this.justify ? { [`e-justify-${this.justify}`]: !0 } : {},
4103
- ...this.noGutters ? { "e-row--no-gutters": !0 } : {}
4133
+ ...this.noGutters ? { "e-row--no-gutters": !0 } : {},
4134
+ ...this.justifyClasses
4104
4135
  };
4105
4136
  }
4106
4137
  }
@@ -4186,12 +4217,12 @@ const rt = tt.exports, nt = W.extend({
4186
4217
  [this.autoClasses("xl:e", this.xl)]: this.isSizePropAuto(this.xl),
4187
4218
  [this.autoClasses("", this.cols)]: this.isSizePropAuto(this.cols, !0),
4188
4219
  // cols="12"
4189
- "xs:e-basis-full": this.xs === 12 || this.xs === "12",
4190
- "sm:e-basis-full": this.sm === 12 || this.sm === "12",
4191
- "md:e-basis-full": this.md === 12 || this.md === "12",
4192
- "lg:e-basis-full": this.lg === 12 || this.lg === "12",
4193
- "xl:e-basis-full": this.xl === 12 || this.xl === "12",
4194
- "e-basis-full": this.cols === 12 || this.cols === "12",
4220
+ "xs:e-basis-full xs:!e-max-w-12/12": this.xs === 12 || this.xs === "12",
4221
+ "sm:e-basis-full sm:!e-max-w-12/12": this.sm === 12 || this.sm === "12",
4222
+ "md:e-basis-full md:!e-max-w-12/12": this.md === 12 || this.md === "12",
4223
+ "lg:e-basis-full lg:!e-max-w-12/12": this.lg === 12 || this.lg === "12",
4224
+ "xl:e-basis-full xl:!e-max-w-12/12": this.xl === 12 || this.xl === "12",
4225
+ "e-basis-full e-max-w-12/12": this.cols === 12 || this.cols === "12",
4195
4226
  // cols="n"
4196
4227
  [`xs:e-basis-${this.xs}/12 xs:!e-max-w-${this.xs}/12`]: this.isSizePropertyNumeric(this.xs),
4197
4228
  [`sm:e-basis-${this.sm}/12 sm:!e-max-w-${this.sm}/12`]: this.isSizePropertyNumeric(this.sm),
@@ -4254,7 +4285,7 @@ export {
4254
4285
  ct as BadgeColors,
4255
4286
  ut as BadgeSizes,
4256
4287
  M as BaseColor,
4257
- Le as Colors,
4288
+ Ue as Colors,
4258
4289
  Ee as EAvatar,
4259
4290
  ne as EBadge,
4260
4291
  lt as ECol,
@@ -4263,7 +4294,8 @@ export {
4263
4294
  Je as ESpinner,
4264
4295
  Be as IconSizes,
4265
4296
  w as Size,
4266
- Ue as TextSizes,
4297
+ Le as TextSizes,
4298
+ re as components,
4267
4299
  dt as default,
4268
4300
  we as fullConfig
4269
4301
  };