@local-logic/design-system 0.7.39 → 0.7.41

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.
@@ -3,7 +3,7 @@ import { Icon as IconType } from '@phosphor-icons/react';
3
3
  export declare function Input({ name, label, type, isDisabled, maxLength, prefixIcon: PrefixIcon, suffixIcon: SuffixIcon, className, fieldClassName, onChange, onFocus, onBlur, }: {
4
4
  name: string;
5
5
  label: string;
6
- type?: "text" | "number";
6
+ type?: "text" | "number" | "email" | "tel";
7
7
  isDisabled?: boolean;
8
8
  maxLength?: number;
9
9
  prefixIcon?: IconType;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Form/Root/Input/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAQ9D,wBAAgB,KAAK,CAAC,EACpB,IAAI,EACJ,KAAK,EACL,IAAa,EACb,UAAU,EACV,SAAe,EACf,UAAU,EAAE,UAAU,EACtB,UAAU,EAAE,UAAU,EACtB,SAAS,EACT,cAAc,EACd,QAAQ,EACR,OAAO,EACP,MAAM,GACP,EAAE;IACD,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC5D,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC3D,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;CAC3D,qBA8DA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Form/Root/Input/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAQ9D,wBAAgB,KAAK,CAAC,EACpB,IAAI,EACJ,KAAK,EACL,IAAa,EACb,UAAU,EACV,SAAe,EACf,UAAU,EAAE,UAAU,EACtB,UAAU,EAAE,UAAU,EACtB,SAAS,EACT,cAAc,EACd,QAAQ,EACR,OAAO,EACP,MAAM,GACP,EAAE;IACD,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,KAAK,CAAC;IAC3C,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC5D,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC3D,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;CAC3D,qBA8DA"}
@@ -2,5 +2,5 @@ export declare const container = "relative overflow-hidden";
2
2
  export declare const list = "h-full flex gap-x-2 items-center overflow-auto no-scrollbar outline-px focus:outline-primary-100 -outline-offset-2";
3
3
  export declare const leftArrowContainer = "h-full hidden md:flex items-center w-16 absolute from-base-white via-base-white to-transparent justify-start left-0 bg-gradient-to-r pl-1";
4
4
  export declare const rightArrowContainer = "h-full hidden md:flex items-center w-16 absolute from-base-white via-base-white to-transparent justify-end right-0 bg-gradient-to-l pr-1";
5
- export declare const arrowIcon = "flex justify-center items-center border-2 border-gray-400 text-gray-400 rounded-full w-8 h-8 bg-base-white cursor-pointer hover:scale-110 hover:shadow-md transition-all";
5
+ export declare const arrowIcon = "flex justify-center items-center border-2 border-gray-400 text-gray-400 rounded-full w-8 h-8 bg-base-white cursor-pointer hover:scale-110 transition-all";
6
6
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/HorizontalScrollFilters/Root/ScrollList/styles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,6BAA6B,CAAC;AAEpD,eAAO,MAAM,IAAI,uHAAuH,CAAC;AAGzI,eAAO,MAAM,kBAAkB,8IAAiE,CAAC;AACjG,eAAO,MAAM,mBAAmB,6IAAgE,CAAC;AACjG,eAAO,MAAM,SAAS,6KAA6K,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/HorizontalScrollFilters/Root/ScrollList/styles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,6BAA6B,CAAC;AAEpD,eAAO,MAAM,IAAI,uHAAuH,CAAC;AAGzI,eAAO,MAAM,kBAAkB,8IAAiE,CAAC;AACjG,eAAO,MAAM,mBAAmB,6IAAgE,CAAC;AACjG,eAAO,MAAM,SAAS,6JAA6J,CAAC"}
package/dist/index.es.js CHANGED
@@ -3003,7 +3003,7 @@ function zh(e) {
3003
3003
  var t = Object.prototype.toString.call(e);
3004
3004
  return t === "[object RegExp]" || t === "[object Date]" || Kh(e);
3005
3005
  }
3006
- var Zh = typeof Symbol == "function" && Symbol.for, Hh = Zh ? Symbol.for("react.element") : 60103;
3006
+ var Zh = typeof Symbol == "function" && Symbol.for, Hh = Zh ? /* @__PURE__ */ Symbol.for("react.element") : 60103;
3007
3007
  function Kh(e) {
3008
3008
  return e.$$typeof === Hh;
3009
3009
  }
@@ -3145,10 +3145,10 @@ function vc(e) {
3145
3145
  var t = Zt(e);
3146
3146
  return t == xp || t == Sp || t == Ep || t == Ap;
3147
3147
  }
3148
- var Jr = et["__core-js_shared__"], Ns = function() {
3148
+ var Jr = et["__core-js_shared__"], Ns = (function() {
3149
3149
  var e = /[^.]+$/.exec(Jr && Jr.keys && Jr.keys.IE_PROTO || "");
3150
3150
  return e ? "Symbol(src)_1." + e : "";
3151
- }();
3151
+ })();
3152
3152
  function Pp(e) {
3153
3153
  return !!Ns && Ns in e;
3154
3154
  }
@@ -3287,13 +3287,13 @@ function rm(e, t) {
3287
3287
  ;
3288
3288
  return e;
3289
3289
  }
3290
- var ks = function() {
3290
+ var ks = (function() {
3291
3291
  try {
3292
3292
  var e = Gt(Object, "defineProperty");
3293
3293
  return e({}, "", {}), e;
3294
3294
  } catch {
3295
3295
  }
3296
- }();
3296
+ })();
3297
3297
  function bc(e, t, n) {
3298
3298
  t == "__proto__" && ks ? ks(e, t, {
3299
3299
  configurable: !0,
@@ -3325,9 +3325,9 @@ var am = "[object Arguments]";
3325
3325
  function Ls(e) {
3326
3326
  return Ht(e) && Zt(e) == am;
3327
3327
  }
3328
- var Tc = Object.prototype, lm = Tc.hasOwnProperty, cm = Tc.propertyIsEnumerable, um = Ls(/* @__PURE__ */ function() {
3328
+ var Tc = Object.prototype, lm = Tc.hasOwnProperty, cm = Tc.propertyIsEnumerable, um = Ls(/* @__PURE__ */ (function() {
3329
3329
  return arguments;
3330
- }()) ? Ls : function(e) {
3330
+ })()) ? Ls : function(e) {
3331
3331
  return Ht(e) && lm.call(e, "callee") && !cm.call(e, "callee");
3332
3332
  }, Hn = Array.isArray;
3333
3333
  function dm() {
@@ -3353,13 +3353,13 @@ function Si(e) {
3353
3353
  return e(t);
3354
3354
  };
3355
3355
  }
3356
- var Ac = typeof exports == "object" && exports && !exports.nodeType && exports, Dn = Ac && typeof module == "object" && module && !module.nodeType && module, Wm = Dn && Dn.exports === Ac, eo = Wm && hc.process, pn = function() {
3356
+ var Ac = typeof exports == "object" && exports && !exports.nodeType && exports, Dn = Ac && typeof module == "object" && module && !module.nodeType && module, Wm = Dn && Dn.exports === Ac, eo = Wm && hc.process, pn = (function() {
3357
3357
  try {
3358
3358
  var e = Dn && Dn.require && Dn.require("util").types;
3359
3359
  return e || eo && eo.binding && eo.binding("util");
3360
3360
  } catch {
3361
3361
  }
3362
- }(), js = pn && pn.isTypedArray, zm = js ? Si(js) : Um, Zm = Object.prototype, Hm = Zm.hasOwnProperty;
3362
+ })(), js = pn && pn.isTypedArray, zm = js ? Si(js) : Um, Zm = Object.prototype, Hm = Zm.hasOwnProperty;
3363
3363
  function Pc(e, t) {
3364
3364
  var n = Hn(e), r = !n && um(e), o = !n && !r && xc(e), i = !n && !r && !o && zm(e), s = n || r || o || i, a = s ? sm(e.length, String) : [], l = a.length;
3365
3365
  for (var c in e)
@@ -3548,7 +3548,7 @@ function Kg(e, t, n) {
3548
3548
  return Pg(e);
3549
3549
  }
3550
3550
  }
3551
- var Js = Object.create, Gg = /* @__PURE__ */ function() {
3551
+ var Js = Object.create, Gg = /* @__PURE__ */ (function() {
3552
3552
  function e() {
3553
3553
  }
3554
3554
  return function(t) {
@@ -3560,7 +3560,7 @@ var Js = Object.create, Gg = /* @__PURE__ */ function() {
3560
3560
  var n = new e();
3561
3561
  return e.prototype = void 0, n;
3562
3562
  };
3563
- }();
3563
+ })();
3564
3564
  function Yg(e) {
3565
3565
  return typeof e.constructor == "function" && !Ai(e) ? Gg(xi(e)) : {};
3566
3566
  }
@@ -3746,7 +3746,7 @@ var sa;
3746
3746
  function W0() {
3747
3747
  if (sa) return W;
3748
3748
  sa = 1;
3749
- var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, a = e ? Symbol.for("react.context") : 60110, l = e ? Symbol.for("react.async_mode") : 60111, c = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, f = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, y = e ? Symbol.for("react.lazy") : 60116, m = e ? Symbol.for("react.block") : 60121, g = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, T = e ? Symbol.for("react.scope") : 60119;
3749
+ var e = typeof Symbol == "function" && Symbol.for, t = e ? /* @__PURE__ */ Symbol.for("react.element") : 60103, n = e ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, r = e ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, o = e ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, i = e ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, s = e ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, a = e ? /* @__PURE__ */ Symbol.for("react.context") : 60110, l = e ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, c = e ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, u = e ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, f = e ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, h = e ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, p = e ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, y = e ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, m = e ? /* @__PURE__ */ Symbol.for("react.block") : 60121, g = e ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, v = e ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, T = e ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
3750
3750
  function w(b) {
3751
3751
  if (typeof b == "object" && b !== null) {
3752
3752
  var C = b.$$typeof;
@@ -3810,8 +3810,8 @@ function W0() {
3810
3810
  }
3811
3811
  var z = {}, aa;
3812
3812
  function z0() {
3813
- return aa || (aa = 1, re.env.NODE_ENV !== "production" && function() {
3814
- var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, a = e ? Symbol.for("react.context") : 60110, l = e ? Symbol.for("react.async_mode") : 60111, c = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, f = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, y = e ? Symbol.for("react.lazy") : 60116, m = e ? Symbol.for("react.block") : 60121, g = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, T = e ? Symbol.for("react.scope") : 60119;
3813
+ return aa || (aa = 1, re.env.NODE_ENV !== "production" && (function() {
3814
+ var e = typeof Symbol == "function" && Symbol.for, t = e ? /* @__PURE__ */ Symbol.for("react.element") : 60103, n = e ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, r = e ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, o = e ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, i = e ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, s = e ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, a = e ? /* @__PURE__ */ Symbol.for("react.context") : 60110, l = e ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, c = e ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, u = e ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, f = e ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, h = e ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, p = e ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, y = e ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, m = e ? /* @__PURE__ */ Symbol.for("react.block") : 60121, g = e ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, v = e ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, T = e ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
3815
3815
  function w(V) {
3816
3816
  return typeof V == "string" || typeof V == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
3817
3817
  V === r || V === c || V === i || V === o || V === f || V === h || typeof V == "object" && V !== null && (V.$$typeof === y || V.$$typeof === p || V.$$typeof === s || V.$$typeof === a || V.$$typeof === u || V.$$typeof === g || V.$$typeof === v || V.$$typeof === T || V.$$typeof === m);
@@ -3889,7 +3889,7 @@ function z0() {
3889
3889
  return P(V) === f;
3890
3890
  }
3891
3891
  z.AsyncMode = b, z.ConcurrentMode = C, z.ContextConsumer = S, z.ContextProvider = A, z.Element = N, z.ForwardRef = j, z.Fragment = X, z.Lazy = Se, z.Memo = le, z.Portal = k, z.Profiler = q, z.StrictMode = te, z.Suspense = B, z.isAsyncMode = he, z.isConcurrentMode = Te, z.isContextConsumer = De, z.isContextProvider = Ae, z.isElement = G, z.isForwardRef = ie, z.isFragment = Oe, z.isLazy = Rt, z.isMemo = Q, z.isPortal = Dt, z.isProfiler = tt, z.isStrictMode = nt, z.isSuspense = rt, z.isValidElementType = w, z.typeOf = P;
3892
- }()), z;
3892
+ })()), z;
3893
3893
  }
3894
3894
  var la;
3895
3895
  function Z0() {
@@ -4731,7 +4731,7 @@ var uy = function(t, n, r) {
4731
4731
  }
4732
4732
  return o;
4733
4733
  };
4734
- }, hy = /* @__PURE__ */ function(e) {
4734
+ }, hy = /* @__PURE__ */ (function(e) {
4735
4735
  Bc(t, e);
4736
4736
  function t(r) {
4737
4737
  var o;
@@ -4864,11 +4864,11 @@ var uy = function(t, n, r) {
4864
4864
  });
4865
4865
  return s ? Le(s, h) : a ? a(h) : l ? typeof l == "function" ? l(h) : Vi(l) ? null : Fr.only(l) : null;
4866
4866
  }, t;
4867
- }(wi);
4867
+ })(wi);
4868
4868
  hy.defaultProps = {
4869
4869
  validateOnChange: !0
4870
4870
  };
4871
- var py = /* @__PURE__ */ function(e) {
4871
+ var py = /* @__PURE__ */ (function(e) {
4872
4872
  Bc(t, e);
4873
4873
  function t() {
4874
4874
  return e.apply(this, arguments) || this;
@@ -4880,7 +4880,7 @@ var py = /* @__PURE__ */ function(e) {
4880
4880
  var o = this.props, i = o.component, s = o.formik, a = o.render, l = o.children, c = o.name, u = bt(o, ["component", "formik", "render", "children", "name"]), f = J(s.touched, c), h = J(s.errors, c);
4881
4881
  return f && h ? a ? ye(a) ? a(h) : null : l ? ye(l) ? l(h) : null : i ? Le(i, u, h) : h : null;
4882
4882
  }, t;
4883
- }(wi), Ii = /* @__PURE__ */ cy(py);
4883
+ })(wi), Ii = /* @__PURE__ */ cy(py);
4884
4884
  const Wc = Ve.createContext({}), _r = () => me(Wc), my = "w-full", Ni = "flex ml-5 mt-2 text-xs text-feedback-danger-200";
4885
4885
  function gy({
4886
4886
  disableOnSubmit: e,
@@ -5781,7 +5781,7 @@ class es extends Ji {
5781
5781
  if (f) {
5782
5782
  const A = Math.min(this.currentTime, o) / a;
5783
5783
  let N = Math.floor(A), j = A % 1;
5784
- !j && A >= 1 && (j = 1), j === 1 && N--, N = Math.min(N, f + 1), !!(N % 2) && (h === "reverse" ? (j = 1 - j, p && (j -= p / a)) : h === "mirror" && (P = s)), w = lt(0, 1, j) * a;
5784
+ !j && A >= 1 && (j = 1), j === 1 && N--, N = Math.min(N, f + 1), N % 2 && (h === "reverse" ? (j = 1 - j, p && (j -= p / a)) : h === "mirror" && (P = s)), w = lt(0, 1, j) * a;
5785
5785
  }
5786
5786
  const b = T ? { done: !1, value: u[0] } : P.next(w);
5787
5787
  i && (b.value = i(b.value));
@@ -7374,7 +7374,7 @@ function Yu(e, t, n) {
7374
7374
  const z1 = /* @__PURE__ */ Gu({
7375
7375
  scrapeMotionValuesFromProps: Yu,
7376
7376
  createRenderState: Hu
7377
- }), Z1 = Symbol.for("motionComponentSymbol");
7377
+ }), Z1 = /* @__PURE__ */ Symbol.for("motionComponentSymbol");
7378
7378
  function sn(e) {
7379
7379
  return e && typeof e == "object" && Object.prototype.hasOwnProperty.call(e, "current");
7380
7380
  }
@@ -8710,12 +8710,12 @@ class tw {
8710
8710
  sn(l) && l.current && (this.constraints = this.resolveRefConstraints());
8711
8711
  }, { projection: o } = this.visualElement, i = o.addEventListener("measure", r);
8712
8712
  o && !o.layout && (o.root && o.root.updateScroll(), o.updateLayout()), ee.read(r);
8713
- const s = zn(window, "resize", () => this.scalePositionWithinConstraints()), a = o.addEventListener("didUpdate", ({ delta: l, hasLayoutChanged: c }) => {
8713
+ const s = zn(window, "resize", () => this.scalePositionWithinConstraints()), a = o.addEventListener("didUpdate", (({ delta: l, hasLayoutChanged: c }) => {
8714
8714
  this.isDragging && c && (ke((u) => {
8715
8715
  const f = this.getAxisMotionValue(u);
8716
8716
  f && (this.originPoint[u] += l[u].translate, f.set(f.get() + l[u].translate));
8717
8717
  }), this.visualElement.render());
8718
- });
8718
+ }));
8719
8719
  return () => {
8720
8720
  s(), n(), i(), a && a();
8721
8721
  };
@@ -10543,7 +10543,7 @@ const kT = `
10543
10543
  children: /* @__PURE__ */ E(Dd, { className: LT })
10544
10544
  }
10545
10545
  );
10546
- }, $T = "relative overflow-hidden", jT = "h-full flex gap-x-2 items-center overflow-auto no-scrollbar outline-px focus:outline-primary-100 -outline-offset-2", Nd = "h-full hidden md:flex items-center w-16 absolute from-base-white via-base-white to-transparent", BT = `${Nd} justify-start left-0 bg-gradient-to-r pl-1`, UT = `${Nd} justify-end right-0 bg-gradient-to-l pr-1`, Rl = "flex justify-center items-center border-2 border-gray-400 text-gray-400 rounded-full w-8 h-8 bg-base-white cursor-pointer hover:scale-110 hover:shadow-md transition-all", Dl = 50, hi = 128;
10546
+ }, $T = "relative overflow-hidden", jT = "h-full flex gap-x-2 items-center overflow-auto no-scrollbar outline-px focus:outline-primary-100 -outline-offset-2", Nd = "h-full hidden md:flex items-center w-16 absolute from-base-white via-base-white to-transparent", BT = `${Nd} justify-start left-0 bg-gradient-to-r pl-1`, UT = `${Nd} justify-end right-0 bg-gradient-to-l pr-1`, Rl = "flex justify-center items-center border-2 border-gray-400 text-gray-400 rounded-full w-8 h-8 bg-base-white cursor-pointer hover:scale-110 transition-all", Dl = 50, hi = 128;
10547
10547
  function WT(e, t, n, r, o) {
10548
10548
  if (e || t === n || !o?.current || !t || !r) return;
10549
10549
  const i = o.current.querySelector(
@@ -10846,7 +10846,7 @@ function rE(e) {
10846
10846
  });
10847
10847
  return t.displayName = `${e}.SlotClone`, t;
10848
10848
  }
10849
- var oE = Symbol("radix.slottable");
10849
+ var oE = /* @__PURE__ */ Symbol("radix.slottable");
10850
10850
  function iE(e) {
10851
10851
  return d.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId === oE;
10852
10852
  }
@@ -10886,7 +10886,7 @@ var lE = [
10886
10886
  ], we = lE.reduce((e, t) => {
10887
10887
  const n = /* @__PURE__ */ Or(`Primitive.${t}`), r = d.forwardRef((o, i) => {
10888
10888
  const { asChild: s, ...a } = o, l = s ? n : t;
10889
- return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ E(l, { ...a, ref: i });
10889
+ return typeof window < "u" && (window[/* @__PURE__ */ Symbol.for("radix-ui")] = !0), /* @__PURE__ */ E(l, { ...a, ref: i });
10890
10890
  });
10891
10891
  return r.displayName = `Primitive.${t}`, { ...e, [t]: r };
10892
10892
  }, {});
@@ -12097,7 +12097,9 @@ function z2(e) {
12097
12097
  const u = e + "CollectionItemSlot", f = "data-radix-collection-item", h = /* @__PURE__ */ Or(u), p = Ve.forwardRef(
12098
12098
  (m, g) => {
12099
12099
  const { scope: v, children: T, ...w } = m, P = Ve.useRef(null), b = Re(g, P), C = i(u, v);
12100
- return Ve.useEffect(() => (C.itemMap.set(P, { ref: P, ...w }), () => void C.itemMap.delete(P))), /* @__PURE__ */ E(h, { [f]: "", ref: b, children: T });
12100
+ return Ve.useEffect(() => (C.itemMap.set(P, { ref: P, ...w }), () => {
12101
+ C.itemMap.delete(P);
12102
+ })), /* @__PURE__ */ E(h, { [f]: "", ref: b, children: T });
12101
12103
  }
12102
12104
  );
12103
12105
  p.displayName = u;