@dimasbaguspm/versaur 0.0.39 → 0.0.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.
@@ -87,6 +87,24 @@
87
87
  --color-cream-bold: #e2d9b8;
88
88
  --color-cream-soft: #f9f7f3;
89
89
 
90
+ /* Accent 1 (Lavender) */
91
+ --color-accent-1: #b69ad1;
92
+ --color-accent-1-light: #e8dcf5;
93
+ --color-accent-1-bold: #8a6ba8;
94
+ --color-accent-1-soft: #f7f3ff;
95
+
96
+ /* Accent 2 (Amber) */
97
+ --color-accent-2: #d4a942;
98
+ --color-accent-2-light: #ffeaa3;
99
+ --color-accent-2-bold: #a6822a;
100
+ --color-accent-2-soft: #fffbef;
101
+
102
+ /* Accent 3 (Rose) */
103
+ --color-accent-3: #d1869b;
104
+ --color-accent-3-light: #f5d4df;
105
+ --color-accent-3-bold: #a8647a;
106
+ --color-accent-3-soft: #fff6f8;
107
+
90
108
  /* Border and Accent */
91
109
  --color-border: #e0e0e0;
92
110
  --color-accent: #84a5c0;
@@ -1,6 +1,6 @@
1
1
  import { c as f, j as r, a as l } from "./index-DOdDlCoL.js";
2
2
  import j, { useState as p, useEffect as x, createContext as V, useContext as B, forwardRef as u, useRef as z, useMemo as M } from "react";
3
- import { O as S, n as P, k as N, H as D } from "./image-rectangle-C1ydvFGL.js";
3
+ import { O as S, n as P, k as N, H as D } from "./image-rectangle-S0pOfTm5.js";
4
4
  import { XIcon as R } from "lucide-react";
5
5
  import "./snackbar-DH8jCh2V.js";
6
6
  function F() {
@@ -1,9 +1,9 @@
1
1
  import { c as v, j as e, a as m } from "./index-DOdDlCoL.js";
2
2
  import x, { createContext as N, useContext as z, useId as F, forwardRef as j, useRef as B, useState as R, useEffect as U, useMemo as E } from "react";
3
- import { I as C } from "./image-rectangle-C1ydvFGL.js";
3
+ import { I as C } from "./image-rectangle-S0pOfTm5.js";
4
4
  import { Calendar as X, SearchIcon as Y, Clock as Z, Banknote as ee, MailIcon as re, Check as P } from "lucide-react";
5
5
  import "./snackbar-DH8jCh2V.js";
6
- import { M as O, D as M, B as V } from "./bottom-sheet-B9Knzg2N.js";
6
+ import { M as O, D as M, B as V } from "./bottom-sheet-Da41OlDM.js";
7
7
  const te = v("space-y-2", {
8
8
  variants: {
9
9
  direction: {
@@ -1,4 +1,4 @@
1
- import { B as a, C as n, b as p, a as u, D as s, k as I, E as i, M as l, P as S, R as c, d as r, c as g, S as h, e as o, j as m, i as M, h as b, f as k, T as x, g as C } from "../bottom-sheet-input-Ch9h_vZC.js";
1
+ import { B as a, C as n, b as p, a as u, D as s, k as I, E as i, M as l, P as S, R as c, d as r, c as g, S as h, e as o, j as m, i as M, h as b, f as k, T as x, g as C } from "../bottom-sheet-input-BB3FZtpr.js";
2
2
  export {
3
3
  a as BottomSheetInput,
4
4
  n as CheckboxInput,
@@ -792,6 +792,10 @@ const AttributeListItem = forwardRef(function({ children: t, className: r, span:
792
792
  tertiary: "bg-tertiary-light text-tertiary",
793
793
  ghost: "bg-ghost-light text-ghost",
794
794
  neutral: "bg-neutral-light text-foreground border border-border",
795
+ // Accent variants
796
+ accent_1: "bg-accent-1-light text-accent-1",
797
+ accent_2: "bg-accent-2-light text-accent-2",
798
+ accent_3: "bg-accent-3-light text-accent-3",
795
799
  // Semantic variants
796
800
  success: "bg-success-light text-success",
797
801
  info: "bg-info-light text-info",
@@ -880,6 +884,10 @@ const AttributeListItem = forwardRef(function({ children: t, className: r, span:
880
884
  tertiary: "",
881
885
  ghost: "",
882
886
  neutral: "",
887
+ // Accent colors
888
+ accent_1: "",
889
+ accent_2: "",
890
+ accent_3: "",
883
891
  // Semantic colors
884
892
  success: "",
885
893
  info: "",
@@ -905,17 +913,17 @@ const AttributeListItem = forwardRef(function({ children: t, className: r, span:
905
913
  {
906
914
  variant: "default",
907
915
  color: "primary",
908
- className: "bg-primary-light/60 text-primary"
916
+ className: "bg-primary-light text-primary-bold"
909
917
  },
910
918
  {
911
919
  variant: "default",
912
920
  color: "secondary",
913
- className: "bg-secondary-light/70 text-secondary"
921
+ className: "bg-secondary-light text-secondary-bold"
914
922
  },
915
923
  {
916
924
  variant: "default",
917
925
  color: "tertiary",
918
- className: "bg-tertiary-light/50 text-tertiary"
926
+ className: "bg-tertiary-light text-tertiary-bold"
919
927
  },
920
928
  {
921
929
  variant: "default",
@@ -930,22 +938,37 @@ const AttributeListItem = forwardRef(function({ children: t, className: r, span:
930
938
  {
931
939
  variant: "default",
932
940
  color: "success",
933
- className: "bg-success-light/40 text-success"
941
+ className: "bg-success-light/50 text-success-bold"
934
942
  },
935
943
  {
936
944
  variant: "default",
937
945
  color: "info",
938
- className: "bg-info-light/50 text-info"
946
+ className: "bg-info-light/50 text-info-bold"
939
947
  },
940
948
  {
941
949
  variant: "default",
942
950
  color: "warning",
943
- className: "bg-warning-light/50 text-warning"
951
+ className: "bg-warning-light/50 text-warning-bold"
944
952
  },
945
953
  {
946
954
  variant: "default",
947
955
  color: "danger",
948
- className: "bg-danger-light/40 text-danger"
956
+ className: "bg-danger-light/40 text-danger-bold"
957
+ },
958
+ {
959
+ variant: "default",
960
+ color: "accent_1",
961
+ className: "bg-accent-1-light text-accent-1-bold"
962
+ },
963
+ {
964
+ variant: "default",
965
+ color: "accent_2",
966
+ className: "bg-accent-2-light text-accent-2-bold"
967
+ },
968
+ {
969
+ variant: "default",
970
+ color: "accent_3",
971
+ className: "bg-accent-3-light text-accent-3-bold"
949
972
  },
950
973
  // Outline variant color combinations
951
974
  {
@@ -993,6 +1016,21 @@ const AttributeListItem = forwardRef(function({ children: t, className: r, span:
993
1016
  color: "danger",
994
1017
  className: "border-danger text-danger"
995
1018
  },
1019
+ {
1020
+ variant: "outline",
1021
+ color: "accent_1",
1022
+ className: "border-accent-1 text-accent-1"
1023
+ },
1024
+ {
1025
+ variant: "outline",
1026
+ color: "accent_2",
1027
+ className: "border-accent-2 text-accent-2"
1028
+ },
1029
+ {
1030
+ variant: "outline",
1031
+ color: "accent_3",
1032
+ className: "border-accent-3 text-accent-3"
1033
+ },
996
1034
  // Icon-only size adjustments
997
1035
  {
998
1036
  iconOnly: !0,
@@ -1108,12 +1146,18 @@ const AttributeListItem = forwardRef(function({ children: t, className: r, span:
1108
1146
  primary: "bg-primary text-white hover:bg-primary/90 focus-visible:ring-primary-light focus-visible:ring-offset-white shadow-sm hover:shadow-md",
1109
1147
  secondary: "bg-secondary text-white hover:bg-secondary/90 focus-visible:ring-secondary-light focus-visible:ring-offset-white shadow-sm hover:shadow-md",
1110
1148
  tertiary: "bg-tertiary text-white hover:bg-tertiary/90 focus-visible:ring-tertiary-light focus-visible:ring-offset-white shadow-sm hover:shadow-md",
1149
+ accent_1: "bg-accent-1 text-white hover:bg-accent-1/90 focus-visible:ring-accent-1-light focus-visible:ring-offset-white shadow-sm hover:shadow-md",
1150
+ accent_2: "bg-accent-2 text-white hover:bg-accent-2/90 focus-visible:ring-accent-2-light focus-visible:ring-offset-white shadow-sm hover:shadow-md",
1151
+ accent_3: "bg-accent-3 text-white hover:bg-accent-3/90 focus-visible:ring-accent-3-light focus-visible:ring-offset-white shadow-sm hover:shadow-md",
1111
1152
  ghost: "bg-white text-foreground hover:bg-ghost-soft focus-visible:ring-ghost-light focus-visible:ring-offset-white",
1112
1153
  neutral: "bg-neutral text-foreground border border-border hover:bg-neutral/80 focus-visible:ring-foreground-light focus-visible:ring-offset-white shadow-sm",
1113
1154
  // Outline variants
1114
1155
  "primary-outline": "border border-primary text-primary bg-white hover:bg-primary hover:text-white focus-visible:ring-primary-light focus-visible:ring-offset-white transition-all",
1115
1156
  "secondary-outline": "border border-secondary text-secondary bg-white hover:bg-secondary hover:text-white focus-visible:ring-secondary-light focus-visible:ring-offset-white transition-all",
1116
1157
  "tertiary-outline": "border border-tertiary text-tertiary bg-white hover:bg-tertiary hover:text-white focus-visible:ring-tertiary-light focus-visible:ring-offset-white transition-all",
1158
+ "accent_1-outline": "border border-accent-1 text-accent-1 bg-white hover:bg-accent-1 hover:text-white focus-visible:ring-accent-1-light focus-visible:ring-offset-white transition-all",
1159
+ "accent_2-outline": "border border-accent-2 text-accent-2 bg-white hover:bg-accent-2 hover:text-white focus-visible:ring-accent-2-light focus-visible:ring-offset-white transition-all",
1160
+ "accent_3-outline": "border border-accent-3 text-accent-3 bg-white hover:bg-accent-3 hover:text-white focus-visible:ring-accent-3-light focus-visible:ring-offset-white transition-all",
1117
1161
  "ghost-outline": "border border-ghost text-ghost bg-white hover:bg-ghost hover:text-white focus-visible:ring-ghost-light focus-visible:ring-offset-white transition-all",
1118
1162
  "neutral-outline": "border border-border text-foreground bg-white hover:bg-neutral hover:text-foreground focus-visible:ring-foreground-light focus-visible:ring-offset-white transition-all",
1119
1163
  // Ghost variants (subtle)
@@ -1121,6 +1165,9 @@ const AttributeListItem = forwardRef(function({ children: t, className: r, span:
1121
1165
  "secondary-ghost": "text-secondary bg-white hover:bg-secondary/20 focus-visible:ring-secondary focus-visible:ring-offset-white",
1122
1166
  "tertiary-ghost": "text-tertiary bg-white hover:bg-tertiary/20 focus-visible:ring-tertiary focus-visible:ring-offset-white",
1123
1167
  "neutral-ghost": "text-foreground bg-white hover:bg-neutral/50 focus-visible:ring-foreground focus-visible:ring-offset-white",
1168
+ "accent_1-ghost": "text-accent-1 bg-white hover:bg-accent-1/20 focus-visible:ring-accent-1 focus-visible:ring-offset-white",
1169
+ "accent_2-ghost": "text-accent-2 bg-white hover:bg-accent-2/20 focus-visible:ring-accent-2 focus-visible:ring-offset-white",
1170
+ "accent_3-ghost": "text-accent-3 bg-white hover:bg-accent-3/20 focus-visible:ring-accent-3 focus-visible:ring-offset-white",
1124
1171
  // Semantic variants
1125
1172
  success: "bg-success text-white hover:bg-success/90 focus-visible:ring-success-light focus-visible:ring-offset-white shadow-sm hover:shadow-md",
1126
1173
  "success-outline": "border border-success text-success bg-white hover:bg-success hover:text-white focus-visible:ring-success-light focus-visible:ring-offset-white transition-all",
@@ -1254,7 +1301,7 @@ function useMenuPosition(e, t, r, i = "bottom-start", s) {
1254
1301
  c.style.visibility = "hidden", c.style.position = "absolute", c.style.opacity = "0";
1255
1302
  const x = c.getBoundingClientRect();
1256
1303
  c.style.visibility = R, c.style.position = E, c.style.opacity = C;
1257
- const N = w.bottom - n.bottom - 8, I = n.top - w.top - 8, V = w.right - n.left - 8, B = n.right - w.left - 8;
1304
+ const N = w.bottom - n.bottom - 8, I = n.top - w.top - 8, V = w.right - n.left - 8, k = n.right - w.left - 8;
1258
1305
  let p = i;
1259
1306
  if (i === "auto") {
1260
1307
  const b = [
@@ -1267,7 +1314,7 @@ function useMenuPosition(e, t, r, i = "bottom-start", s) {
1267
1314
  },
1268
1315
  {
1269
1316
  name: "bottom-end",
1270
- fits: N >= x.height && B >= x.width,
1317
+ fits: N >= x.height && k >= x.width,
1271
1318
  spaceUsed: N,
1272
1319
  priority: 2
1273
1320
  },
@@ -1279,14 +1326,14 @@ function useMenuPosition(e, t, r, i = "bottom-start", s) {
1279
1326
  },
1280
1327
  {
1281
1328
  name: "top-end",
1282
- fits: I >= x.height && B >= x.width,
1329
+ fits: I >= x.height && k >= x.width,
1283
1330
  spaceUsed: I,
1284
1331
  priority: 4
1285
1332
  }
1286
1333
  ].filter((j) => j.fits);
1287
1334
  b.length > 0 ? p = b.sort(
1288
- (j, k) => j.priority - k.priority
1289
- )[0].name : N >= I ? p = V >= B ? "bottom-start" : "bottom-end" : p = V >= B ? "top-start" : "top-end";
1335
+ (j, B) => j.priority - B.priority
1336
+ )[0].name : N >= I ? p = V >= k ? "bottom-start" : "bottom-end" : p = V >= k ? "top-start" : "top-end";
1290
1337
  }
1291
1338
  const g = {};
1292
1339
  if (s)
@@ -1999,11 +2046,12 @@ const cardVariants = cva(
1999
2046
  {
2000
2047
  variants: {
2001
2048
  size: {
2002
- xs: "p-2",
2003
- sm: "p-3",
2004
- md: "p-4",
2005
- lg: "p-6",
2006
- xl: "p-8"
2049
+ none: "p-0",
2050
+ xs: "p-2 sm:p-2",
2051
+ sm: "p-2 sm:p-3",
2052
+ md: "p-3 sm:p-4",
2053
+ lg: "p-4 sm:p-6",
2054
+ xl: "p-6 sm:p-8"
2007
2055
  },
2008
2056
  shape: {
2009
2057
  rounded: "rounded-lg",
@@ -2025,7 +2073,7 @@ const cardVariants = cva(
2025
2073
  "ul",
2026
2074
  {
2027
2075
  ref: t,
2028
- className: "flex items-center min-w-0 overflow-hidden w-full",
2076
+ className: "flex flex-wrap items-center min-w-0 overflow-hidden w-full gap-x-0",
2029
2077
  children: e
2030
2078
  }
2031
2079
  )
@@ -2034,8 +2082,8 @@ const cardVariants = cva(
2034
2082
  "li",
2035
2083
  {
2036
2084
  ref: t,
2037
- className: "flex items-center min-w-0 flex-shrink after:content-[''] after:inline-block after:mx-2 after:w-1 after:h-1 after:rounded-full after:bg-ghost last:after:hidden after:flex-shrink-0",
2038
- children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "truncate min-w-0", children: e })
2085
+ className: "flex items-center min-w-0 flex-shrink-0 after:content-[''] after:inline-block after:mx-1.5 sm:after:mx-2 after:w-1 after:h-1 after:rounded-full after:bg-ghost last:after:hidden after:flex-shrink-0",
2086
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { as: "span", fontSize: "sm", color: "gray", ellipsis: !0, clamp: 1, children: e })
2039
2087
  }
2040
2088
  )
2041
2089
  ), CardRoot = forwardRef(
@@ -2049,45 +2097,46 @@ const cardVariants = cva(
2049
2097
  actions: l,
2050
2098
  supplementaryInfo: a,
2051
2099
  bordered: u = !1,
2052
- className: c,
2053
- ...f
2054
- }, n) => /* @__PURE__ */ jsxRuntimeExports.jsx(
2055
- "button",
2100
+ as: c = "button",
2101
+ className: f,
2102
+ ...n
2103
+ }, d) => /* @__PURE__ */ jsxRuntimeExports.jsx(
2104
+ c,
2056
2105
  {
2057
- ref: n,
2058
- className: cn(cardVariants({ size: e, shape: t, bordered: u }), c),
2059
- ...f,
2060
- children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-start gap-4 w-full", children: [
2106
+ ref: d,
2107
+ className: cn(cardVariants({ size: e, shape: t, bordered: u }), f),
2108
+ ...n,
2109
+ children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-start gap-3 sm:gap-4 w-full", children: [
2061
2110
  r && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "flex-shrink-0", children: r }),
2062
2111
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "w-full min-w-0", children: [
2063
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "mb-2", children: [
2064
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex justify-between", children: [
2112
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "mb-2", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-start justify-between gap-2", children: [
2113
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex-1 min-w-0", children: [
2065
2114
  /* @__PURE__ */ jsxRuntimeExports.jsx(
2066
2115
  Text,
2067
2116
  {
2068
2117
  as: "h3",
2069
2118
  fontSize: "base",
2070
2119
  fontWeight: "semibold",
2071
- className: "truncate",
2120
+ className: "break-words leading-tight",
2072
2121
  children: i
2073
2122
  }
2074
2123
  ),
2075
- l && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: l })
2124
+ s && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "mt-1", children: typeof s == "string" ? /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { as: "p", fontSize: "sm", color: "gray", children: s }) : /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "min-w-0 overflow-hidden", children: s }) })
2076
2125
  ] }),
2077
- s && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: cn(l && "-mt-3"), children: typeof s == "string" ? /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { as: "p", fontSize: "sm", color: "gray", children: s }) : /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "min-w-0 overflow-hidden", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
2126
+ l && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "flex-shrink-0 ml-2 -mt-1", children: l })
2127
+ ] }) }),
2128
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex flex-col gap-2 sm:flex-row sm:justify-between sm:items-center", children: [
2129
+ o && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "flex-shrink-0 order-1 sm:order-none overflow-hidden", children: o }),
2130
+ a && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "flex-shrink-0 order-2 sm:order-none sm:ml-auto", children: typeof a == "string" ? /* @__PURE__ */ jsxRuntimeExports.jsx(
2078
2131
  Text,
2079
2132
  {
2080
2133
  as: "p",
2081
2134
  fontSize: "sm",
2082
2135
  color: "gray",
2083
- className: "min-w-0",
2084
- children: s
2136
+ className: "truncate",
2137
+ children: a
2085
2138
  }
2086
- ) }) })
2087
- ] }),
2088
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex justify-between items-center gap-2", children: [
2089
- o && o,
2090
- a && typeof a == "string" ? /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { as: "p", fontSize: "sm", color: "gray", children: a }) : /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: a })
2139
+ ) : /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "overflow-hidden", children: a }) })
2091
2140
  ] })
2092
2141
  ] })
2093
2142
  ] })
package/dist/js/index.js CHANGED
@@ -1,82 +1,83 @@
1
- import { L as e, P as s, S as r } from "./skeleton-BNZyaRjo.js";
2
- import { A as n, a as u, B as p, b as i, F as l, e as I, P as c, c as S, d as m, S as B, T as g } from "./top-bar-CKFu3xrL.js";
3
- import { B as b, C as T, b as x, a as h, D as f, k as C, E as M, M as P, P as A, R as k, d as F, c as D, S as L, e as H, j as R, i as w, h as G, f as j, T as q, g as v } from "./bottom-sheet-input-Ch9h_vZC.js";
4
- import { B as E, D as N, M as z } from "./bottom-sheet-B9Knzg2N.js";
5
- import { A as K, a as O, b as Q, c as U, d as V, e as W, B as X, s as Y, f as Z, g as _, j as $, k as aa, h as ta, i as ea, C as sa, l as ra, F as oa, H as na, m as ua, I as pa, p as ia, r as la, q as Ia, M as ca, N as Sa, T as ma, n as Ba, o as ga } from "./image-rectangle-C1ydvFGL.js";
6
- import { T as ba } from "./tooltip-CvOzRRkS.js";
7
- import { S as xa } from "./snackbar-DH8jCh2V.js";
8
- import { B as fa, T as Ca } from "./tabs-38zAflsT.js";
9
- import { S as Pa, u as Aa } from "./use-snackbars-CKi6BQDT.js";
1
+ import { L as t, P as s, S as r } from "./skeleton-BNZyaRjo.js";
2
+ import { A as n, a as u, B as p, b as i, F as l, f as I, P as c, c as S, d as m, e as B, S as g, T as d } from "./top-bar-DYbS1NgD.js";
3
+ import { B as T, C as x, b as f, a as h, D as P, k as C, E as M, M as A, P as k, R as F, d as L, c as D, S as H, e as R, j as w, i as G, h as j, f as q, T as v, g as y } from "./bottom-sheet-input-BB3FZtpr.js";
4
+ import { B as N, D as z, M as J } from "./bottom-sheet-Da41OlDM.js";
5
+ import { A as O, a as Q, b as U, c as V, d as W, e as X, B as Y, s as Z, f as _, g as $, j as aa, k as ea, h as ta, i as sa, C as ra, l as oa, F as na, H as ua, m as pa, I as ia, p as la, r as Ia, q as ca, M as Sa, N as ma, T as Ba, n as ga, o as da } from "./image-rectangle-S0pOfTm5.js";
6
+ import { T as Ta } from "./tooltip-VV9T0wn6.js";
7
+ import { S as fa } from "./snackbar-DH8jCh2V.js";
8
+ import { B as Pa, T as Ca } from "./tabs-C8iGcy7x.js";
9
+ import { S as Aa, u as ka } from "./use-snackbars-Cou8L41F.js";
10
10
  export {
11
- K as Accordion,
12
- O as Alert,
13
- Q as Anchor,
11
+ O as Accordion,
12
+ Q as Alert,
13
+ U as Anchor,
14
14
  n as AppBar,
15
- U as Attribute,
16
- V as AttributeList,
17
- W as Avatar,
18
- X as Badge,
15
+ V as Attribute,
16
+ W as AttributeList,
17
+ X as Avatar,
18
+ Y as Badge,
19
19
  u as BadgeGroup,
20
- Y as BaseImage,
20
+ Z as BaseImage,
21
21
  p as BottomBar,
22
- E as BottomSheet,
23
- b as BottomSheetInput,
24
- Z as Brand,
25
- fa as Breadcrumbs,
26
- _ as Button,
27
- $ as ButtonFloat,
22
+ N as BottomSheet,
23
+ T as BottomSheetInput,
24
+ _ as Brand,
25
+ Pa as Breadcrumbs,
26
+ $ as Button,
27
+ aa as ButtonFloat,
28
28
  i as ButtonGroup,
29
- aa as ButtonIcon,
29
+ ea as ButtonIcon,
30
30
  ta as ButtonMenu,
31
- ea as ButtonMenuIcon,
32
- sa as Calculator,
33
- ra as Card,
34
- T as CheckboxInput,
35
- x as ChipMultipleInput,
31
+ sa as ButtonMenuIcon,
32
+ ra as Calculator,
33
+ oa as Card,
34
+ x as CheckboxInput,
35
+ f as ChipMultipleInput,
36
36
  h as ChipSingleInput,
37
- f as DateSinglePickerInput,
38
- N as Drawer,
37
+ P as DateSinglePickerInput,
38
+ z as Drawer,
39
39
  C as DrawerInput,
40
40
  M as EmailInput,
41
- oa as FilterChip,
41
+ na as FilterChip,
42
42
  l as FilterChipGroup,
43
43
  I as FormLayout,
44
- na as Heading,
45
- ua as Hr,
46
- pa as Icon,
47
- ia as ImageCircle,
48
- la as ImageRectangle,
49
- Ia as ImageSquare,
50
- e as LoadingIndicator,
51
- ca as Menu,
52
- z as Modal,
53
- P as ModalInput,
54
- Sa as NoResults,
44
+ ua as Heading,
45
+ pa as Hr,
46
+ ia as Icon,
47
+ la as ImageCircle,
48
+ Ia as ImageRectangle,
49
+ ca as ImageSquare,
50
+ t as LoadingIndicator,
51
+ Sa as Menu,
52
+ J as Modal,
53
+ A as ModalInput,
54
+ ma as NoResults,
55
55
  c as PageContent,
56
56
  S as PageHeader,
57
57
  m as PageLayout,
58
- A as PriceInput,
58
+ B as PageLoader,
59
+ k as PriceInput,
59
60
  s as ProgressIndicator,
60
- k as RadioInput,
61
- F as SearchInput,
61
+ F as RadioInput,
62
+ L as SearchInput,
62
63
  D as SegmentMultipleInput,
63
- L as SegmentSingleInput,
64
- H as SelectInput,
65
- R as SelectableMultipleInput,
66
- w as SelectableSingleInput,
67
- B as SideBar,
64
+ H as SegmentSingleInput,
65
+ R as SelectInput,
66
+ w as SelectableMultipleInput,
67
+ G as SelectableSingleInput,
68
+ g as SideBar,
68
69
  r as Skeleton,
69
- xa as Snackbar,
70
- Pa as SnackbarsProvider,
71
- G as SwitchInput,
72
- ma as Table,
70
+ fa as Snackbar,
71
+ Aa as SnackbarsProvider,
72
+ j as SwitchInput,
73
+ Ba as Table,
73
74
  Ca as Tabs,
74
- Ba as Text,
75
- j as TextAreaInput,
76
- q as TextInput,
77
- ga as Tile,
78
- v as TimePickerInput,
79
- ba as Tooltip,
80
- g as TopBar,
81
- Aa as useSnackbars
75
+ ga as Text,
76
+ q as TextAreaInput,
77
+ v as TextInput,
78
+ da as Tile,
79
+ y as TimePickerInput,
80
+ Ta as Tooltip,
81
+ d as TopBar,
82
+ ka as useSnackbars
82
83
  };
@@ -1,7 +1,7 @@
1
- import { A as r, a as e, B as s, b as t, F as p, e as B, P as u, c as d, d as g, S as P, T as i } from "../top-bar-CKFu3xrL.js";
1
+ import { A as e, a as r, B as s, b as t, F as p, f as B, P as u, c as d, d as g, e as P, S as i, T as m } from "../top-bar-DYbS1NgD.js";
2
2
  export {
3
- r as AppBar,
4
- e as BadgeGroup,
3
+ e as AppBar,
4
+ r as BadgeGroup,
5
5
  s as BottomBar,
6
6
  t as ButtonGroup,
7
7
  p as FilterChipGroup,
@@ -9,6 +9,7 @@ export {
9
9
  u as PageContent,
10
10
  d as PageHeader,
11
11
  g as PageLayout,
12
- P as SideBar,
13
- i as TopBar
12
+ P as PageLoader,
13
+ i as SideBar,
14
+ m as TopBar
14
15
  };
@@ -1,4 +1,4 @@
1
- import { B as s, T as b } from "../tabs-38zAflsT.js";
1
+ import { B as s, T as b } from "../tabs-C8iGcy7x.js";
2
2
  export {
3
3
  s as Breadcrumbs,
4
4
  b as Tabs
@@ -1,6 +1,6 @@
1
- import { B as a, D as e, M as t } from "../bottom-sheet-B9Knzg2N.js";
2
- import { M as m } from "../image-rectangle-C1ydvFGL.js";
3
- import { T as M } from "../tooltip-CvOzRRkS.js";
1
+ import { B as a, D as e, M as t } from "../bottom-sheet-Da41OlDM.js";
2
+ import { M as m } from "../image-rectangle-S0pOfTm5.js";
3
+ import { T as M } from "../tooltip-VV9T0wn6.js";
4
4
  export {
5
5
  a as BottomSheet,
6
6
  e as Drawer,
@@ -1,4 +1,4 @@
1
- import { A as t, a as e, b as o, c as r, d as n, e as u, B as c, s as l, f as i, g as B, j as g, k as I, h as m, i as A, C as d, l as b, F as C, H as p, m as T, I as f, p as h, r as x, q as F, N as H, T as S, n as k, o as q } from "../image-rectangle-C1ydvFGL.js";
1
+ import { A as t, a as e, b as o, c as r, d as n, e as u, B as c, s as l, f as i, g as B, j as g, k as I, h as m, i as A, C as d, l as b, F as C, H as p, m as T, I as f, p as h, r as x, q as F, N as H, T as S, n as k, o as q } from "../image-rectangle-S0pOfTm5.js";
2
2
  import { S as N } from "../snackbar-DH8jCh2V.js";
3
3
  export {
4
4
  t as Accordion,
@@ -1,4 +1,4 @@
1
- import { S as s, u as e } from "../use-snackbars-CKi6BQDT.js";
1
+ import { S as s, u as e } from "../use-snackbars-Cou8L41F.js";
2
2
  export {
3
3
  s as SnackbarsProvider,
4
4
  e as useSnackbars
@@ -1,6 +1,6 @@
1
1
  import { c as d, j as s, a as u } from "./index-DOdDlCoL.js";
2
2
  import { forwardRef as f, createContext as x, useContext as g, useState as p, useLayoutEffect as y, useRef as h } from "react";
3
- import { I as w } from "./image-rectangle-C1ydvFGL.js";
3
+ import { I as w } from "./image-rectangle-S0pOfTm5.js";
4
4
  import "./snackbar-DH8jCh2V.js";
5
5
  import { ChevronRight as T } from "lucide-react";
6
6
  const j = d(
@@ -1,6 +1,6 @@
1
1
  import { c as v, j as c, a as w } from "./index-DOdDlCoL.js";
2
2
  import { useRef as m, useState as d, useEffect as h, useId as T, cloneElement as j } from "react";
3
- import { n as y } from "./image-rectangle-C1ydvFGL.js";
3
+ import { n as y } from "./image-rectangle-S0pOfTm5.js";
4
4
  function P(e = "auto") {
5
5
  const n = m(null), [a, t] = d("bottom");
6
6
  return h(() => {