sodtrack-web-ui 0.9.7 → 0.10.0

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.
Files changed (56) hide show
  1. package/dist/alert.js +73 -108
  2. package/dist/alert.mjs +5 -5
  3. package/dist/button.d.mts +1 -1
  4. package/dist/button.d.ts +1 -1
  5. package/dist/button.js +69 -104
  6. package/dist/button.mjs +5 -5
  7. package/dist/chip-form.d.mts +1 -1
  8. package/dist/chip-form.d.ts +1 -1
  9. package/dist/chip-form.js +62 -97
  10. package/dist/chip-form.mjs +4 -4
  11. package/dist/chip-status.js +54 -83
  12. package/dist/chip-status.mjs +3 -3
  13. package/dist/{chunk-ZVOUAD54.mjs → chunk-43ZOCBKC.mjs} +3 -3
  14. package/dist/{chunk-KY2KI4AD.mjs → chunk-6UTUXZ6O.mjs} +4 -4
  15. package/dist/{chunk-YXXI2T2N.mjs → chunk-C4ZV43GD.mjs} +3 -3
  16. package/dist/{chunk-WSAW6L2X.mjs → chunk-ETWA7H3J.mjs} +2 -2
  17. package/dist/{chunk-RZ2JP5UH.mjs → chunk-GJ222HBF.mjs} +3 -3
  18. package/dist/{chunk-2MWIFYP3.mjs → chunk-HITW5HAF.mjs} +9 -12
  19. package/dist/{chunk-FRPPC3Z5.mjs → chunk-IEXCSWAN.mjs} +3 -3
  20. package/dist/chunk-JLC2U5CN.mjs +119 -0
  21. package/dist/{chunk-P3UP2HUA.mjs → chunk-JPFQSSNB.mjs} +8 -14
  22. package/dist/{chunk-XDQ2Y2UR.mjs → chunk-O6IV5UZF.mjs} +4 -4
  23. package/dist/{chunk-3FWR5NYS.mjs → chunk-OEJTAGOH.mjs} +5 -5
  24. package/dist/{chunk-JVSF3AX2.mjs → chunk-QJP7GRT5.mjs} +2 -2
  25. package/dist/{chunk-5IAVWONP.mjs → chunk-V3KVRFIJ.mjs} +3 -3
  26. package/dist/{chunk-ERH7LWVL.mjs → chunk-XNUL6DTJ.mjs} +16 -16
  27. package/dist/{chunk-PLJ6ZHAI.mjs → chunk-Z5RNXXM3.mjs} +46 -72
  28. package/dist/{chunk-4YE5CU7E.mjs → chunk-Z643E574.mjs} +4 -4
  29. package/dist/data-table.js +70 -105
  30. package/dist/data-table.mjs +6 -6
  31. package/dist/drawer.d.mts +34 -0
  32. package/dist/drawer.d.ts +34 -0
  33. package/dist/drawer.js +6100 -0
  34. package/dist/drawer.mjs +8 -0
  35. package/dist/icon-button.d.mts +1 -1
  36. package/dist/icon-button.d.ts +1 -1
  37. package/dist/icon-button.js +54 -83
  38. package/dist/icon-button.mjs +3 -3
  39. package/dist/icons.js +61 -87
  40. package/dist/icons.mjs +2 -2
  41. package/dist/index.css +54 -0
  42. package/dist/index.d.mts +3 -0
  43. package/dist/index.d.ts +3 -0
  44. package/dist/index.js +205 -120
  45. package/dist/index.mjs +16 -15
  46. package/dist/scrollarea.js +62 -97
  47. package/dist/scrollarea.mjs +4 -4
  48. package/dist/spinner.js +61 -90
  49. package/dist/spinner.mjs +4 -4
  50. package/dist/tab.js +62 -97
  51. package/dist/tab.mjs +4 -4
  52. package/dist/text-field.js +69 -104
  53. package/dist/text-field.mjs +5 -5
  54. package/dist/tooltip.js +62 -97
  55. package/dist/tooltip.mjs +4 -4
  56. package/package.json +14 -11
package/dist/alert.js CHANGED
@@ -28,9 +28,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  mod
29
29
  ));
30
30
 
31
- // node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react.production.min.js
31
+ // node_modules/react/cjs/react.production.min.js
32
32
  var require_react_production_min = __commonJS({
33
- "node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react.production.min.js"(exports) {
33
+ "node_modules/react/cjs/react.production.min.js"(exports) {
34
34
  var l = Symbol.for("react.element");
35
35
  var n = Symbol.for("react.portal");
36
36
  var p = Symbol.for("react.fragment");
@@ -44,8 +44,7 @@ var require_react_production_min = __commonJS({
44
44
  var y = Symbol.for("react.lazy");
45
45
  var z = Symbol.iterator;
46
46
  function A(a) {
47
- if (null === a || "object" !== typeof a)
48
- return null;
47
+ if (null === a || "object" !== typeof a) return null;
49
48
  a = z && a[z] || a["@@iterator"];
50
49
  return "function" === typeof a ? a : null;
51
50
  }
@@ -65,8 +64,7 @@ var require_react_production_min = __commonJS({
65
64
  }
66
65
  E.prototype.isReactComponent = {};
67
66
  E.prototype.setState = function(a, b) {
68
- if ("object" !== typeof a && "function" !== typeof a && null != a)
69
- throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
67
+ if ("object" !== typeof a && "function" !== typeof a && null != a) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
70
68
  this.updater.enqueueSetState(this, a, b, "setState");
71
69
  };
72
70
  E.prototype.forceUpdate = function(a) {
@@ -91,20 +89,14 @@ var require_react_production_min = __commonJS({
91
89
  var L = { key: true, ref: true, __self: true, __source: true };
92
90
  function M(a, b, e) {
93
91
  var d, c = {}, k = null, h = null;
94
- if (null != b)
95
- for (d in void 0 !== b.ref && (h = b.ref), void 0 !== b.key && (k = "" + b.key), b)
96
- J.call(b, d) && !L.hasOwnProperty(d) && (c[d] = b[d]);
92
+ if (null != b) for (d in void 0 !== b.ref && (h = b.ref), void 0 !== b.key && (k = "" + b.key), b) J.call(b, d) && !L.hasOwnProperty(d) && (c[d] = b[d]);
97
93
  var g = arguments.length - 2;
98
- if (1 === g)
99
- c.children = e;
94
+ if (1 === g) c.children = e;
100
95
  else if (1 < g) {
101
- for (var f = Array(g), m = 0; m < g; m++)
102
- f[m] = arguments[m + 2];
96
+ for (var f = Array(g), m = 0; m < g; m++) f[m] = arguments[m + 2];
103
97
  c.children = f;
104
98
  }
105
- if (a && a.defaultProps)
106
- for (d in g = a.defaultProps, g)
107
- void 0 === c[d] && (c[d] = g[d]);
99
+ if (a && a.defaultProps) for (d in g = a.defaultProps, g) void 0 === c[d] && (c[d] = g[d]);
108
100
  return { $$typeof: l, type: a, key: k, ref: h, props: c, _owner: K.current };
109
101
  }
110
102
  function N(a, b) {
@@ -125,46 +117,37 @@ var require_react_production_min = __commonJS({
125
117
  }
126
118
  function R(a, b, e, d, c) {
127
119
  var k = typeof a;
128
- if ("undefined" === k || "boolean" === k)
129
- a = null;
120
+ if ("undefined" === k || "boolean" === k) a = null;
130
121
  var h = false;
131
- if (null === a)
132
- h = true;
133
- else
134
- switch (k) {
135
- case "string":
136
- case "number":
137
- h = true;
138
- break;
139
- case "object":
140
- switch (a.$$typeof) {
141
- case l:
142
- case n:
143
- h = true;
144
- }
145
- }
146
- if (h)
147
- return h = a, c = c(h), a = "" === d ? "." + Q(h, 0) : d, I(c) ? (e = "", null != a && (e = a.replace(P, "$&/") + "/"), R(c, b, e, "", function(a2) {
148
- return a2;
149
- })) : null != c && (O(c) && (c = N(c, e + (!c.key || h && h.key === c.key ? "" : ("" + c.key).replace(P, "$&/") + "/") + a)), b.push(c)), 1;
122
+ if (null === a) h = true;
123
+ else switch (k) {
124
+ case "string":
125
+ case "number":
126
+ h = true;
127
+ break;
128
+ case "object":
129
+ switch (a.$$typeof) {
130
+ case l:
131
+ case n:
132
+ h = true;
133
+ }
134
+ }
135
+ if (h) return h = a, c = c(h), a = "" === d ? "." + Q(h, 0) : d, I(c) ? (e = "", null != a && (e = a.replace(P, "$&/") + "/"), R(c, b, e, "", function(a2) {
136
+ return a2;
137
+ })) : null != c && (O(c) && (c = N(c, e + (!c.key || h && h.key === c.key ? "" : ("" + c.key).replace(P, "$&/") + "/") + a)), b.push(c)), 1;
150
138
  h = 0;
151
139
  d = "" === d ? "." : d + ":";
152
- if (I(a))
153
- for (var g = 0; g < a.length; g++) {
154
- k = a[g];
155
- var f = d + Q(k, g);
156
- h += R(k, b, e, f, c);
157
- }
158
- else if (f = A(a), "function" === typeof f)
159
- for (a = f.call(a), g = 0; !(k = a.next()).done; )
160
- k = k.value, f = d + Q(k, g++), h += R(k, b, e, f, c);
161
- else if ("object" === k)
162
- throw b = String(a), Error("Objects are not valid as a React child (found: " + ("[object Object]" === b ? "object with keys {" + Object.keys(a).join(", ") + "}" : b) + "). If you meant to render a collection of children, use an array instead.");
140
+ if (I(a)) for (var g = 0; g < a.length; g++) {
141
+ k = a[g];
142
+ var f = d + Q(k, g);
143
+ h += R(k, b, e, f, c);
144
+ }
145
+ else if (f = A(a), "function" === typeof f) for (a = f.call(a), g = 0; !(k = a.next()).done; ) k = k.value, f = d + Q(k, g++), h += R(k, b, e, f, c);
146
+ else if ("object" === k) throw b = String(a), Error("Objects are not valid as a React child (found: " + ("[object Object]" === b ? "object with keys {" + Object.keys(a).join(", ") + "}" : b) + "). If you meant to render a collection of children, use an array instead.");
163
147
  return h;
164
148
  }
165
149
  function S(a, b, e) {
166
- if (null == a)
167
- return a;
150
+ if (null == a) return a;
168
151
  var d = [], c = 0;
169
152
  R(a, d, "", "", function(a2) {
170
153
  return b.call(e, a2, c++);
@@ -176,16 +159,13 @@ var require_react_production_min = __commonJS({
176
159
  var b = a._result;
177
160
  b = b();
178
161
  b.then(function(b2) {
179
- if (0 === a._status || -1 === a._status)
180
- a._status = 1, a._result = b2;
162
+ if (0 === a._status || -1 === a._status) a._status = 1, a._result = b2;
181
163
  }, function(b2) {
182
- if (0 === a._status || -1 === a._status)
183
- a._status = 2, a._result = b2;
164
+ if (0 === a._status || -1 === a._status) a._status = 2, a._result = b2;
184
165
  });
185
166
  -1 === a._status && (a._status = 0, a._result = b);
186
167
  }
187
- if (1 === a._status)
188
- return a._result.default;
168
+ if (1 === a._status) return a._result.default;
189
169
  throw a._result;
190
170
  }
191
171
  var U = { current: null };
@@ -209,8 +189,7 @@ var require_react_production_min = __commonJS({
209
189
  return a2;
210
190
  }) || [];
211
191
  }, only: function(a) {
212
- if (!O(a))
213
- throw Error("React.Children.only expected to receive a single React element child.");
192
+ if (!O(a)) throw Error("React.Children.only expected to receive a single React element child.");
214
193
  return a;
215
194
  } };
216
195
  exports.Component = E;
@@ -222,24 +201,19 @@ var require_react_production_min = __commonJS({
222
201
  exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = W;
223
202
  exports.act = X2;
224
203
  exports.cloneElement = function(a, b, e) {
225
- if (null === a || void 0 === a)
226
- throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + a + ".");
204
+ if (null === a || void 0 === a) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + a + ".");
227
205
  var d = C({}, a.props), c = a.key, k = a.ref, h = a._owner;
228
206
  if (null != b) {
229
207
  void 0 !== b.ref && (k = b.ref, h = K.current);
230
208
  void 0 !== b.key && (c = "" + b.key);
231
- if (a.type && a.type.defaultProps)
232
- var g = a.type.defaultProps;
233
- for (f in b)
234
- J.call(b, f) && !L.hasOwnProperty(f) && (d[f] = void 0 === b[f] && void 0 !== g ? g[f] : b[f]);
209
+ if (a.type && a.type.defaultProps) var g = a.type.defaultProps;
210
+ for (f in b) J.call(b, f) && !L.hasOwnProperty(f) && (d[f] = void 0 === b[f] && void 0 !== g ? g[f] : b[f]);
235
211
  }
236
212
  var f = arguments.length - 2;
237
- if (1 === f)
238
- d.children = e;
213
+ if (1 === f) d.children = e;
239
214
  else if (1 < f) {
240
215
  g = Array(f);
241
- for (var m = 0; m < f; m++)
242
- g[m] = arguments[m + 2];
216
+ for (var m = 0; m < f; m++) g[m] = arguments[m + 2];
243
217
  d.children = g;
244
218
  }
245
219
  return { $$typeof: l, type: a.type, key: c, ref: k, props: d, _owner: h };
@@ -326,9 +300,9 @@ var require_react_production_min = __commonJS({
326
300
  }
327
301
  });
328
302
 
329
- // node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react.development.js
303
+ // node_modules/react/cjs/react.development.js
330
304
  var require_react_development = __commonJS({
331
- "node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react.development.js"(exports, module) {
305
+ "node_modules/react/cjs/react.development.js"(exports, module) {
332
306
  if (process.env.NODE_ENV !== "production") {
333
307
  (function() {
334
308
  if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== "undefined" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart === "function") {
@@ -2198,9 +2172,9 @@ var require_react_development = __commonJS({
2198
2172
  }
2199
2173
  });
2200
2174
 
2201
- // node_modules/.pnpm/react@18.3.1/node_modules/react/index.js
2175
+ // node_modules/react/index.js
2202
2176
  var require_react = __commonJS({
2203
- "node_modules/.pnpm/react@18.3.1/node_modules/react/index.js"(exports, module) {
2177
+ "node_modules/react/index.js"(exports, module) {
2204
2178
  if (process.env.NODE_ENV === "production") {
2205
2179
  module.exports = require_react_production_min();
2206
2180
  } else {
@@ -2209,9 +2183,9 @@ var require_react = __commonJS({
2209
2183
  }
2210
2184
  });
2211
2185
 
2212
- // node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.production.min.js
2186
+ // node_modules/react/cjs/react-jsx-runtime.production.min.js
2213
2187
  var require_react_jsx_runtime_production_min = __commonJS({
2214
- "node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.production.min.js"(exports) {
2188
+ "node_modules/react/cjs/react-jsx-runtime.production.min.js"(exports) {
2215
2189
  var f = require_react();
2216
2190
  var k = Symbol.for("react.element");
2217
2191
  var l = Symbol.for("react.fragment");
@@ -2223,11 +2197,8 @@ var require_react_jsx_runtime_production_min = __commonJS({
2223
2197
  void 0 !== g && (e = "" + g);
2224
2198
  void 0 !== a.key && (e = "" + a.key);
2225
2199
  void 0 !== a.ref && (h = a.ref);
2226
- for (b in a)
2227
- m.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]);
2228
- if (c && c.defaultProps)
2229
- for (b in a = c.defaultProps, a)
2230
- void 0 === d[b] && (d[b] = a[b]);
2200
+ for (b in a) m.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]);
2201
+ if (c && c.defaultProps) for (b in a = c.defaultProps, a) void 0 === d[b] && (d[b] = a[b]);
2231
2202
  return { $$typeof: k, type: c, key: e, ref: h, props: d, _owner: n.current };
2232
2203
  }
2233
2204
  exports.Fragment = l;
@@ -2236,9 +2207,9 @@ var require_react_jsx_runtime_production_min = __commonJS({
2236
2207
  }
2237
2208
  });
2238
2209
 
2239
- // node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.development.js
2210
+ // node_modules/react/cjs/react-jsx-runtime.development.js
2240
2211
  var require_react_jsx_runtime_development = __commonJS({
2241
- "node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.development.js"(exports) {
2212
+ "node_modules/react/cjs/react-jsx-runtime.development.js"(exports) {
2242
2213
  if (process.env.NODE_ENV !== "production") {
2243
2214
  (function() {
2244
2215
  var React2 = require_react();
@@ -3122,9 +3093,9 @@ var require_react_jsx_runtime_development = __commonJS({
3122
3093
  }
3123
3094
  });
3124
3095
 
3125
- // node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js
3096
+ // node_modules/react/jsx-runtime.js
3126
3097
  var require_jsx_runtime = __commonJS({
3127
- "node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js"(exports, module) {
3098
+ "node_modules/react/jsx-runtime.js"(exports, module) {
3128
3099
  if (process.env.NODE_ENV === "production") {
3129
3100
  module.exports = require_react_jsx_runtime_production_min();
3130
3101
  } else {
@@ -3136,19 +3107,19 @@ var require_jsx_runtime = __commonJS({
3136
3107
  // src/components/alert.tsx
3137
3108
  var import_react3 = __toESM(require_react());
3138
3109
 
3139
- // node_modules/.pnpm/lucide-react@0.379.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
3110
+ // node_modules/lucide-react/dist/esm/createLucideIcon.js
3140
3111
  var import_react2 = __toESM(require_react());
3141
3112
 
3142
- // node_modules/.pnpm/lucide-react@0.379.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
3113
+ // node_modules/lucide-react/dist/esm/shared/src/utils.js
3143
3114
  var toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
3144
3115
  var mergeClasses = (...classes) => classes.filter((className, index, array) => {
3145
3116
  return Boolean(className) && array.indexOf(className) === index;
3146
3117
  }).join(" ");
3147
3118
 
3148
- // node_modules/.pnpm/lucide-react@0.379.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
3119
+ // node_modules/lucide-react/dist/esm/Icon.js
3149
3120
  var import_react = __toESM(require_react());
3150
3121
 
3151
- // node_modules/.pnpm/lucide-react@0.379.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
3122
+ // node_modules/lucide-react/dist/esm/defaultAttributes.js
3152
3123
  var defaultAttributes = {
3153
3124
  xmlns: "http://www.w3.org/2000/svg",
3154
3125
  width: 24,
@@ -3161,7 +3132,7 @@ var defaultAttributes = {
3161
3132
  strokeLinejoin: "round"
3162
3133
  };
3163
3134
 
3164
- // node_modules/.pnpm/lucide-react@0.379.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
3135
+ // node_modules/lucide-react/dist/esm/Icon.js
3165
3136
  var Icon = (0, import_react.forwardRef)(
3166
3137
  ({
3167
3138
  color = "currentColor",
@@ -3193,7 +3164,7 @@ var Icon = (0, import_react.forwardRef)(
3193
3164
  }
3194
3165
  );
3195
3166
 
3196
- // node_modules/.pnpm/lucide-react@0.379.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
3167
+ // node_modules/lucide-react/dist/esm/createLucideIcon.js
3197
3168
  var createLucideIcon = (iconName, iconNode) => {
3198
3169
  const Component = (0, import_react2.forwardRef)(
3199
3170
  ({ className, ...props }, ref) => (0, import_react2.createElement)(Icon, {
@@ -3207,27 +3178,27 @@ var createLucideIcon = (iconName, iconNode) => {
3207
3178
  return Component;
3208
3179
  };
3209
3180
 
3210
- // node_modules/.pnpm/lucide-react@0.379.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/circle-check.js
3181
+ // node_modules/lucide-react/dist/esm/icons/circle-check.js
3211
3182
  var CircleCheck = createLucideIcon("CircleCheck", [
3212
3183
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
3213
3184
  ["path", { d: "m9 12 2 2 4-4", key: "dzmm74" }]
3214
3185
  ]);
3215
3186
 
3216
- // node_modules/.pnpm/lucide-react@0.379.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/circle-x.js
3187
+ // node_modules/lucide-react/dist/esm/icons/circle-x.js
3217
3188
  var CircleX = createLucideIcon("CircleX", [
3218
3189
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
3219
3190
  ["path", { d: "m15 9-6 6", key: "1uzhvr" }],
3220
3191
  ["path", { d: "m9 9 6 6", key: "z0biqf" }]
3221
3192
  ]);
3222
3193
 
3223
- // node_modules/.pnpm/lucide-react@0.379.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/info.js
3194
+ // node_modules/lucide-react/dist/esm/icons/info.js
3224
3195
  var Info = createLucideIcon("Info", [
3225
3196
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
3226
3197
  ["path", { d: "M12 16v-4", key: "1dtifu" }],
3227
3198
  ["path", { d: "M12 8h.01", key: "e9boi3" }]
3228
3199
  ]);
3229
3200
 
3230
- // node_modules/.pnpm/lucide-react@0.379.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/triangle-alert.js
3201
+ // node_modules/lucide-react/dist/esm/icons/triangle-alert.js
3231
3202
  var TriangleAlert = createLucideIcon("TriangleAlert", [
3232
3203
  [
3233
3204
  "path",
@@ -3240,7 +3211,7 @@ var TriangleAlert = createLucideIcon("TriangleAlert", [
3240
3211
  ["path", { d: "M12 17h.01", key: "p32p05" }]
3241
3212
  ]);
3242
3213
 
3243
- // node_modules/.pnpm/lucide-react@0.379.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/x.js
3214
+ // node_modules/lucide-react/dist/esm/icons/x.js
3244
3215
  var X = createLucideIcon("X", [
3245
3216
  ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
3246
3217
  ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
@@ -3253,28 +3224,22 @@ var CloseIcon = X;
3253
3224
  var InfoIcon = Info;
3254
3225
  var TriangleAlertIcon = TriangleAlert;
3255
3226
 
3256
- // node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs
3227
+ // node_modules/clsx/dist/clsx.mjs
3257
3228
  function r(e) {
3258
3229
  var t, f, n = "";
3259
- if ("string" == typeof e || "number" == typeof e)
3260
- n += e;
3261
- else if ("object" == typeof e)
3262
- if (Array.isArray(e)) {
3263
- var o = e.length;
3264
- for (t = 0; t < o; t++)
3265
- e[t] && (f = r(e[t])) && (n && (n += " "), n += f);
3266
- } else
3267
- for (f in e)
3268
- e[f] && (n && (n += " "), n += f);
3230
+ if ("string" == typeof e || "number" == typeof e) n += e;
3231
+ else if ("object" == typeof e) if (Array.isArray(e)) {
3232
+ var o = e.length;
3233
+ for (t = 0; t < o; t++) e[t] && (f = r(e[t])) && (n && (n += " "), n += f);
3234
+ } else for (f in e) e[f] && (n && (n += " "), n += f);
3269
3235
  return n;
3270
3236
  }
3271
3237
  function clsx() {
3272
- for (var e, t, f = 0, n = "", o = arguments.length; f < o; f++)
3273
- (e = arguments[f]) && (t = r(e)) && (n && (n += " "), n += t);
3238
+ for (var e, t, f = 0, n = "", o = arguments.length; f < o; f++) (e = arguments[f]) && (t = r(e)) && (n && (n += " "), n += t);
3274
3239
  return n;
3275
3240
  }
3276
3241
 
3277
- // node_modules/.pnpm/tailwind-merge@2.3.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs
3242
+ // node_modules/tailwind-merge/dist/bundle-mjs.mjs
3278
3243
  var CLASS_PART_SEPARATOR = "-";
3279
3244
  function createClassUtils(config) {
3280
3245
  const classMap = createClassMap(config);
package/dist/alert.mjs CHANGED
@@ -1,5 +1,5 @@
1
- export { Alert } from './chunk-XDQ2Y2UR.mjs';
2
- import './chunk-P3UP2HUA.mjs';
3
- import './chunk-2MWIFYP3.mjs';
4
- import './chunk-ERH7LWVL.mjs';
5
- import './chunk-PLJ6ZHAI.mjs';
1
+ export { Alert } from './chunk-O6IV5UZF.mjs';
2
+ import './chunk-JPFQSSNB.mjs';
3
+ import './chunk-HITW5HAF.mjs';
4
+ import './chunk-XNUL6DTJ.mjs';
5
+ import './chunk-Z5RNXXM3.mjs';
package/dist/button.d.mts CHANGED
@@ -8,7 +8,7 @@ type ButtonProps = {
8
8
  } & React__default.DetailedHTMLProps<React__default.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> & VariantProps<typeof button>;
9
9
  declare const Button: FC<ButtonProps>;
10
10
  declare const button: (props?: ({
11
- size?: "large" | "medium" | "small" | undefined;
11
+ size?: "small" | "large" | "medium" | undefined;
12
12
  variant?: "link" | "contained" | "outlined" | "ghost" | "standard" | undefined;
13
13
  loading?: boolean | undefined;
14
14
  } & ({
package/dist/button.d.ts CHANGED
@@ -8,7 +8,7 @@ type ButtonProps = {
8
8
  } & React__default.DetailedHTMLProps<React__default.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> & VariantProps<typeof button>;
9
9
  declare const Button: FC<ButtonProps>;
10
10
  declare const button: (props?: ({
11
- size?: "large" | "medium" | "small" | undefined;
11
+ size?: "small" | "large" | "medium" | undefined;
12
12
  variant?: "link" | "contained" | "outlined" | "ghost" | "standard" | undefined;
13
13
  loading?: boolean | undefined;
14
14
  } & ({