@deepnoid/ui 1.0.0 → 1.0.2

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 (95) hide show
  1. package/.turbo/turbo-build.log +177 -177
  2. package/dist/chunk-67DEFPS6.mjs +74 -0
  3. package/dist/{chunk-CBFUVFGI.mjs → chunk-AVUO6TGC.mjs} +2 -2
  4. package/dist/{chunk-YBDQSEPV.mjs → chunk-BTAOTEW7.mjs} +1 -1
  5. package/dist/{chunk-7JCCPTBU.mjs → chunk-DEKPVTFX.mjs} +1 -1
  6. package/dist/{chunk-VOOEH6OJ.mjs → chunk-FFKXQUER.mjs} +1 -1
  7. package/dist/{chunk-2K3HZMC6.mjs → chunk-FQMA47EO.mjs} +4 -4
  8. package/dist/{chunk-E4VJDQD5.mjs → chunk-G5OQBVYQ.mjs} +1 -1
  9. package/dist/{chunk-S2T4GHJA.mjs → chunk-HJ2RUGGG.mjs} +1 -0
  10. package/dist/{chunk-TEERNFIT.mjs → chunk-IE7ERNC7.mjs} +3 -3
  11. package/dist/{chunk-63JRWMWN.mjs → chunk-JXIQOVRO.mjs} +1 -1
  12. package/dist/{chunk-OPGGL4CG.mjs → chunk-KZPHD6CA.mjs} +2 -2
  13. package/dist/{chunk-TBRF36RK.mjs → chunk-MCSP3FVE.mjs} +1 -1
  14. package/dist/{chunk-23KGTXH2.mjs → chunk-NKYNCXOU.mjs} +1 -1
  15. package/dist/{chunk-CGJBY53Q.mjs → chunk-OTC6FD4T.mjs} +2 -1
  16. package/dist/{chunk-Z4NO7SMY.mjs → chunk-ROG3BOMM.mjs} +19 -66
  17. package/dist/{chunk-RFHWRBAB.mjs → chunk-T6IFFFAD.mjs} +1 -1
  18. package/dist/{chunk-OPSMMRA2.mjs → chunk-TY7T5O3Z.mjs} +1 -1
  19. package/dist/{chunk-V5XX3CGL.mjs → chunk-WGVOWTFG.mjs} +1 -1
  20. package/dist/{chunk-EAWNUQDB.mjs → chunk-XNDDHEW6.mjs} +1 -1
  21. package/dist/components/accordion/accordionItem.js +1 -1
  22. package/dist/components/accordion/accordionItem.mjs +1 -1
  23. package/dist/components/accordion/index.js +1 -1
  24. package/dist/components/accordion/index.mjs +1 -1
  25. package/dist/components/breadcrumb/breadcrumb.js +19 -66
  26. package/dist/components/breadcrumb/breadcrumb.mjs +6 -6
  27. package/dist/components/breadcrumb/index.js +19 -66
  28. package/dist/components/breadcrumb/index.mjs +6 -6
  29. package/dist/components/button/button-group.js +95 -10
  30. package/dist/components/button/button-group.mjs +2 -1
  31. package/dist/components/button/button.d.mts +52 -44
  32. package/dist/components/button/button.d.ts +52 -44
  33. package/dist/components/button/button.js +19 -66
  34. package/dist/components/button/button.mjs +2 -2
  35. package/dist/components/button/button.style.d.mts +39 -33
  36. package/dist/components/button/button.style.d.ts +39 -33
  37. package/dist/components/button/button.style.js +19 -66
  38. package/dist/components/button/button.style.mjs +1 -1
  39. package/dist/components/button/icon-button.d.mts +52 -44
  40. package/dist/components/button/icon-button.d.ts +52 -44
  41. package/dist/components/button/icon-button.js +19 -66
  42. package/dist/components/button/icon-button.mjs +2 -2
  43. package/dist/components/button/index.js +74 -76
  44. package/dist/components/button/index.mjs +5 -5
  45. package/dist/components/button/text-button.d.mts +52 -44
  46. package/dist/components/button/text-button.d.ts +52 -44
  47. package/dist/components/button/text-button.js +19 -66
  48. package/dist/components/button/text-button.mjs +2 -2
  49. package/dist/components/fileUpload/fileUpload.js +20 -66
  50. package/dist/components/fileUpload/fileUpload.mjs +7 -7
  51. package/dist/components/fileUpload/index.js +20 -66
  52. package/dist/components/fileUpload/index.mjs +7 -7
  53. package/dist/components/input/index.js +1 -0
  54. package/dist/components/input/index.mjs +1 -1
  55. package/dist/components/input/input.js +1 -0
  56. package/dist/components/input/input.mjs +1 -1
  57. package/dist/components/modal/GlobalModalProvider.js +19 -66
  58. package/dist/components/modal/GlobalModalProvider.mjs +7 -7
  59. package/dist/components/modal/index.js +19 -66
  60. package/dist/components/modal/index.mjs +8 -8
  61. package/dist/components/modal/modal.js +19 -66
  62. package/dist/components/modal/modal.mjs +6 -6
  63. package/dist/components/modal/useGlobalModal.mjs +8 -8
  64. package/dist/components/pagination/index.js +1 -0
  65. package/dist/components/pagination/index.mjs +2 -2
  66. package/dist/components/pagination/pagination.js +1 -0
  67. package/dist/components/pagination/pagination.mjs +2 -2
  68. package/dist/components/picker/datePicker.js +20 -66
  69. package/dist/components/picker/datePicker.mjs +7 -7
  70. package/dist/components/picker/index.js +20 -66
  71. package/dist/components/picker/index.mjs +9 -9
  72. package/dist/components/picker/timePicker/Panel.js +19 -66
  73. package/dist/components/picker/timePicker/Panel.mjs +6 -6
  74. package/dist/components/picker/timePicker/index.js +20 -66
  75. package/dist/components/picker/timePicker/index.mjs +8 -8
  76. package/dist/components/radio/index.js +1 -1
  77. package/dist/components/radio/index.mjs +1 -1
  78. package/dist/components/radio/radio.js +1 -1
  79. package/dist/components/radio/radio.mjs +1 -1
  80. package/dist/components/select/index.js +20 -66
  81. package/dist/components/select/index.mjs +6 -6
  82. package/dist/components/select/select.js +20 -66
  83. package/dist/components/select/select.mjs +6 -6
  84. package/dist/components/table/index.js +3 -2
  85. package/dist/components/table/index.mjs +3 -3
  86. package/dist/components/table/table-body.js +3 -2
  87. package/dist/components/table/table-body.mjs +3 -3
  88. package/dist/components/table/table-head.js +3 -2
  89. package/dist/components/table/table-head.mjs +3 -3
  90. package/dist/components/table/table.js +3 -2
  91. package/dist/components/table/table.mjs +3 -3
  92. package/dist/index.js +80 -80
  93. package/dist/index.mjs +37 -37
  94. package/package.json +1 -1
  95. package/dist/chunk-TBI5O3OL.mjs +0 -26
@@ -0,0 +1,74 @@
1
+ "use client";
2
+ import {
3
+ clsx
4
+ } from "./chunk-27Y6K5NK.mjs";
5
+ import {
6
+ tv
7
+ } from "./chunk-DPWUIAVC.mjs";
8
+
9
+ // src/components/button/button-group.tsx
10
+ import React, { forwardRef, isValidElement } from "react";
11
+ import { jsx } from "react/jsx-runtime";
12
+ var ButtonGroup = forwardRef(
13
+ ({ children, classNames, size, radius, full, color, variant, disabled, ...props }, ref) => {
14
+ const childSharedProps = { color, size, variant, disabled, ...props };
15
+ const validChildren = React.Children.toArray(children).filter(isValidElement);
16
+ const lastValidIndex = validChildren.length - 1;
17
+ let validIndex = -1;
18
+ return /* @__PURE__ */ jsx("div", { ref, className: buttonGroup({ full, className: classNames == null ? void 0 : classNames.base }), children: React.Children.map(children, (child) => {
19
+ var _a, _b;
20
+ if (!isValidElement(child)) return child;
21
+ const childElement = child;
22
+ const childProps = (_a = childElement.props) != null ? _a : {};
23
+ validIndex += 1;
24
+ const isFirst = validIndex === 0;
25
+ const isLast = validIndex === lastValidIndex;
26
+ const defaultRadiusMap = {
27
+ sm: "!rounded-sm",
28
+ md: "!rounded-md",
29
+ lg: "!rounded-lg",
30
+ xl: "!rounded-xl"
31
+ };
32
+ const currentRadius = defaultRadiusMap[size != null ? size : "md"];
33
+ const radiusClass = radius === "none" ? "!rounded-none" : radius === "full" ? clsx(
34
+ isFirst && "!rounded-r-none !rounded-l-full",
35
+ isLast && "!rounded-l-none !rounded-r-full",
36
+ !isFirst && !isLast && "!rounded-none"
37
+ ) : (
38
+ // default
39
+ clsx(
40
+ isFirst && `${currentRadius} !rounded-r-none`,
41
+ isLast && `${currentRadius} !rounded-l-none`,
42
+ !isFirst && !isLast && "!rounded-none"
43
+ )
44
+ );
45
+ const mergedClassNames = {
46
+ ...childProps.classNames || {},
47
+ base: clsx((_b = childProps.classNames) == null ? void 0 : _b.base, radiusClass)
48
+ };
49
+ return React.cloneElement(childElement, {
50
+ isInGroup: true,
51
+ ...childSharedProps,
52
+ ...childProps,
53
+ classNames: mergedClassNames
54
+ });
55
+ }) });
56
+ }
57
+ );
58
+ ButtonGroup.displayName = "ButtonGroup";
59
+ var button_group_default = ButtonGroup;
60
+ var buttonGroup = tv({
61
+ base: ["inline-flex"],
62
+ variants: {
63
+ full: {
64
+ true: { base: ["w-full", "[&>*]:flex-1"] }
65
+ }
66
+ },
67
+ defaultVariants: {
68
+ full: false
69
+ }
70
+ });
71
+
72
+ export {
73
+ button_group_default
74
+ };
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  import {
3
3
  Panel_default
4
- } from "./chunk-TBRF36RK.mjs";
4
+ } from "./chunk-MCSP3FVE.mjs";
5
5
  import {
6
6
  convert24To12
7
7
  } from "./chunk-3IBJXQTJ.mjs";
8
8
  import {
9
9
  input_default
10
- } from "./chunk-S2T4GHJA.mjs";
10
+ } from "./chunk-HJ2RUGGG.mjs";
11
11
  import {
12
12
  Icon_default
13
13
  } from "./chunk-A6UUVHC6.mjs";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  buttonBaseStyle
4
- } from "./chunk-Z4NO7SMY.mjs";
4
+ } from "./chunk-ROG3BOMM.mjs";
5
5
  import {
6
6
  clsx
7
7
  } from "./chunk-27Y6K5NK.mjs";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  text_button_default
4
- } from "./chunk-YBDQSEPV.mjs";
4
+ } from "./chunk-BTAOTEW7.mjs";
5
5
  import {
6
6
  Icon_default
7
7
  } from "./chunk-A6UUVHC6.mjs";
@@ -54,7 +54,7 @@ var radioStyle = tv({
54
54
  "rounded-full",
55
55
  "border",
56
56
  "border-neutral-light",
57
- "bg-body-background"
57
+ "bg-transparent"
58
58
  ],
59
59
  innerDot: [
60
60
  "z-[2]",
@@ -8,16 +8,16 @@ import {
8
8
  } from "./chunk-3IBJXQTJ.mjs";
9
9
  import {
10
10
  input_default
11
- } from "./chunk-S2T4GHJA.mjs";
11
+ } from "./chunk-HJ2RUGGG.mjs";
12
12
  import {
13
13
  text_button_default
14
- } from "./chunk-YBDQSEPV.mjs";
14
+ } from "./chunk-BTAOTEW7.mjs";
15
15
  import {
16
16
  button_default
17
- } from "./chunk-63JRWMWN.mjs";
17
+ } from "./chunk-JXIQOVRO.mjs";
18
18
  import {
19
19
  icon_button_default
20
- } from "./chunk-RFHWRBAB.mjs";
20
+ } from "./chunk-T6IFFFAD.mjs";
21
21
  import {
22
22
  Icon_default
23
23
  } from "./chunk-A6UUVHC6.mjs";
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-P4GNXDMO.mjs";
5
5
  import {
6
6
  button_default
7
- } from "./chunk-63JRWMWN.mjs";
7
+ } from "./chunk-JXIQOVRO.mjs";
8
8
  import {
9
9
  Icon_default
10
10
  } from "./chunk-A6UUVHC6.mjs";
@@ -192,6 +192,7 @@ var inputStyle = tv(
192
192
  },
193
193
  outline: {
194
194
  inputWrapper: [
195
+ "bg-transparent",
195
196
  "border-neutral-light",
196
197
  "group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
197
198
  "group-has-[:focus:not(:read-only)]/input:bg-body-background",
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  pagination_default
4
- } from "./chunk-EAWNUQDB.mjs";
4
+ } from "./chunk-XNDDHEW6.mjs";
5
5
  import {
6
6
  checkbox_default
7
7
  } from "./chunk-NPQBJO6G.mjs";
@@ -327,7 +327,7 @@ var tableStyle = tv({
327
327
  ],
328
328
  td: [
329
329
  "relative",
330
- "bg-body-background",
330
+ "bg-transparent",
331
331
  "text-foreground",
332
332
  "whitespace-normal",
333
333
  "outline-none",
@@ -355,7 +355,7 @@ var tableStyle = tv({
355
355
  solid: {},
356
356
  outline: {},
357
357
  underline: {
358
- th: ["bg-body-background", "border-t-[2px]", "border-b-[1px]"]
358
+ th: ["bg-transparent", "border-t-[2px]", "border-b-[1px]"]
359
359
  }
360
360
  },
361
361
  size: {
@@ -10,7 +10,7 @@ import {
10
10
  } from "./chunk-A6UUVHC6.mjs";
11
11
  import {
12
12
  buttonBaseStyle
13
- } from "./chunk-Z4NO7SMY.mjs";
13
+ } from "./chunk-ROG3BOMM.mjs";
14
14
  import {
15
15
  mapPropsVariants
16
16
  } from "./chunk-E3G5QXSH.mjs";
@@ -4,10 +4,10 @@ import {
4
4
  } from "./chunk-VUO5J2OK.mjs";
5
5
  import {
6
6
  input_default
7
- } from "./chunk-S2T4GHJA.mjs";
7
+ } from "./chunk-HJ2RUGGG.mjs";
8
8
  import {
9
9
  button_default
10
- } from "./chunk-63JRWMWN.mjs";
10
+ } from "./chunk-JXIQOVRO.mjs";
11
11
 
12
12
  // src/components/fileUpload/fileUpload.tsx
13
13
  import { useRef, useState, useEffect } from "react";
@@ -8,7 +8,7 @@ import {
8
8
  } from "./chunk-3IBJXQTJ.mjs";
9
9
  import {
10
10
  text_button_default
11
- } from "./chunk-YBDQSEPV.mjs";
11
+ } from "./chunk-BTAOTEW7.mjs";
12
12
 
13
13
  // src/components/picker/timePicker/Panel.tsx
14
14
  import { forwardRef, useEffect, useState } from "react";
@@ -99,7 +99,7 @@ var accordionItem = tv({
99
99
  "flex-col",
100
100
  "gap-[12px]",
101
101
  "p-[12px]",
102
- "bg-body-background",
102
+ "bg-transparent",
103
103
  "cursor-pointer",
104
104
  "select-none"
105
105
  ],
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  icon_button_default
4
- } from "./chunk-RFHWRBAB.mjs";
4
+ } from "./chunk-T6IFFFAD.mjs";
5
5
  import {
6
6
  Icon_default
7
7
  } from "./chunk-A6UUVHC6.mjs";
@@ -306,6 +306,7 @@ var select = tv({
306
306
  },
307
307
  outline: {
308
308
  selectWrapper: [
309
+ "bg-transparent",
309
310
  "border-neutral-light",
310
311
  "border",
311
312
  "group-has-[:hover]/select:bg-trans-soft",
@@ -23,19 +23,19 @@ var buttonBaseStyle = tv({
23
23
  },
24
24
  variants: {
25
25
  variant: {
26
- solid: [],
27
- soft: [],
28
- outline: [],
29
- ghost: []
26
+ solid: {},
27
+ soft: {},
28
+ outline: { base: ["bg-transparent"] },
29
+ ghost: {}
30
30
  },
31
31
  color: {
32
- primary: [],
33
- secondary: [],
34
- neutral: [],
35
- info: [],
36
- success: [],
37
- warning: [],
38
- danger: []
32
+ primary: {},
33
+ secondary: {},
34
+ neutral: {},
35
+ info: {},
36
+ success: {},
37
+ warning: {},
38
+ danger: {}
39
39
  },
40
40
  disabled: {
41
41
  true: {
@@ -44,12 +44,7 @@ var buttonBaseStyle = tv({
44
44
  },
45
45
  isInGroup: {
46
46
  true: {
47
- base: [
48
- "[&:not(:first-child):not(:last-child)]:rounded-none",
49
- "first:rounded-r-none",
50
- "last:rounded-l-none",
51
- "[&:not(:first-child)]:border-l-0"
52
- ]
47
+ base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
53
48
  }
54
49
  }
55
50
  },
@@ -229,91 +224,49 @@ var buttonBaseStyle = tv({
229
224
  variant: "outline",
230
225
  color: "primary",
231
226
  class: {
232
- base: [
233
- "bg-body-background",
234
- "border-primary-main",
235
- "text-primary-main",
236
- "hover:bg-primary-soft",
237
- "active:bg-primary-light"
238
- ]
227
+ base: ["border-primary-main", "text-primary-main", "hover:bg-primary-soft", "active:bg-primary-light"]
239
228
  }
240
229
  },
241
230
  {
242
231
  variant: "outline",
243
232
  color: "secondary",
244
233
  class: {
245
- base: [
246
- "bg-body-background",
247
- "border-secondary-main",
248
- "text-secondary-main",
249
- "hover:bg-secondary-soft",
250
- "active:bg-secondary-light"
251
- ]
234
+ base: ["border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft", "active:bg-secondary-light"]
252
235
  }
253
236
  },
254
237
  {
255
238
  variant: "outline",
256
239
  color: "neutral",
257
240
  class: {
258
- base: [
259
- "bg-body-background",
260
- "border-neutral-main",
261
- "text-neutral-main",
262
- "hover:bg-neutral-soft",
263
- "active:bg-neutral-light"
264
- ]
241
+ base: ["border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft", "active:bg-neutral-light"]
265
242
  }
266
243
  },
267
244
  {
268
245
  variant: "outline",
269
246
  color: "info",
270
247
  class: {
271
- base: [
272
- "bg-body-background",
273
- "border-info-main",
274
- "text-info-main",
275
- "hover:bg-info-soft",
276
- "active:bg-info-light"
277
- ]
248
+ base: ["border-info-main", "text-info-main", "hover:bg-info-soft", "active:bg-info-light"]
278
249
  }
279
250
  },
280
251
  {
281
252
  variant: "outline",
282
253
  color: "success",
283
254
  class: {
284
- base: [
285
- "bg-body-background",
286
- "border-success-main",
287
- "text-success-main",
288
- "hover:bg-success-soft",
289
- "active:bg-success-light"
290
- ]
255
+ base: ["border-success-main", "text-success-main", "hover:bg-success-soft", "active:bg-success-light"]
291
256
  }
292
257
  },
293
258
  {
294
259
  variant: "outline",
295
260
  color: "warning",
296
261
  class: {
297
- base: [
298
- "bg-body-background",
299
- "border-warning-main",
300
- "text-warning-main",
301
- "hover:bg-warning-soft",
302
- "active:bg-warning-light"
303
- ]
262
+ base: ["border-warning-main", "text-warning-main", "hover:bg-warning-soft", "active:bg-warning-light"]
304
263
  }
305
264
  },
306
265
  {
307
266
  variant: "outline",
308
267
  color: "danger",
309
268
  class: {
310
- base: [
311
- "bg-body-background",
312
- "border-danger-main",
313
- "text-danger-main",
314
- "hover:bg-danger-soft",
315
- "active:bg-danger-light"
316
- ]
269
+ base: ["border-danger-main", "text-danger-main", "hover:bg-danger-soft", "active:bg-danger-light"]
317
270
  }
318
271
  },
319
272
  // ghost & color
@@ -10,7 +10,7 @@ import {
10
10
  } from "./chunk-A6UUVHC6.mjs";
11
11
  import {
12
12
  buttonBaseStyle
13
- } from "./chunk-Z4NO7SMY.mjs";
13
+ } from "./chunk-ROG3BOMM.mjs";
14
14
  import {
15
15
  mapPropsVariants
16
16
  } from "./chunk-E3G5QXSH.mjs";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  modal_default
4
- } from "./chunk-E4VJDQD5.mjs";
4
+ } from "./chunk-G5OQBVYQ.mjs";
5
5
 
6
6
  // src/components/modal/GlobalModalProvider.tsx
7
7
  import { createContext, useState, useCallback, useMemo } from "react";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  GlobalModalContext
4
- } from "./chunk-OPSMMRA2.mjs";
4
+ } from "./chunk-TY7T5O3Z.mjs";
5
5
 
6
6
  // src/components/modal/useGlobalModal.tsx
7
7
  import { useContext } from "react";
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-F3HENRVM.mjs";
5
5
  import {
6
6
  input_default
7
- } from "./chunk-S2T4GHJA.mjs";
7
+ } from "./chunk-HJ2RUGGG.mjs";
8
8
  import {
9
9
  Icon_default
10
10
  } from "./chunk-A6UUVHC6.mjs";
@@ -819,7 +819,7 @@ var accordionItem = tv({
819
819
  "flex-col",
820
820
  "gap-[12px]",
821
821
  "p-[12px]",
822
- "bg-body-background",
822
+ "bg-transparent",
823
823
  "cursor-pointer",
824
824
  "select-none"
825
825
  ],
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  accordionItem_default
4
- } from "../../chunk-23KGTXH2.mjs";
4
+ } from "../../chunk-NKYNCXOU.mjs";
5
5
  import "../../chunk-E3G5QXSH.mjs";
6
6
  import "../../chunk-DPWUIAVC.mjs";
7
7
  import "../../chunk-AC6TWLRT.mjs";
@@ -888,7 +888,7 @@ var accordionItem = tv({
888
888
  "flex-col",
889
889
  "gap-[12px]",
890
890
  "p-[12px]",
891
- "bg-body-background",
891
+ "bg-transparent",
892
892
  "cursor-pointer",
893
893
  "select-none"
894
894
  ],
@@ -5,7 +5,7 @@ import {
5
5
  } from "../../chunk-GSOTTSR4.mjs";
6
6
  import {
7
7
  accordionItem_default
8
- } from "../../chunk-23KGTXH2.mjs";
8
+ } from "../../chunk-NKYNCXOU.mjs";
9
9
  import "../../chunk-E3G5QXSH.mjs";
10
10
  import "../../chunk-DPWUIAVC.mjs";
11
11
  import "../../chunk-AC6TWLRT.mjs";
@@ -5675,19 +5675,19 @@ var buttonBaseStyle = tv({
5675
5675
  },
5676
5676
  variants: {
5677
5677
  variant: {
5678
- solid: [],
5679
- soft: [],
5680
- outline: [],
5681
- ghost: []
5678
+ solid: {},
5679
+ soft: {},
5680
+ outline: { base: ["bg-transparent"] },
5681
+ ghost: {}
5682
5682
  },
5683
5683
  color: {
5684
- primary: [],
5685
- secondary: [],
5686
- neutral: [],
5687
- info: [],
5688
- success: [],
5689
- warning: [],
5690
- danger: []
5684
+ primary: {},
5685
+ secondary: {},
5686
+ neutral: {},
5687
+ info: {},
5688
+ success: {},
5689
+ warning: {},
5690
+ danger: {}
5691
5691
  },
5692
5692
  disabled: {
5693
5693
  true: {
@@ -5696,12 +5696,7 @@ var buttonBaseStyle = tv({
5696
5696
  },
5697
5697
  isInGroup: {
5698
5698
  true: {
5699
- base: [
5700
- "[&:not(:first-child):not(:last-child)]:rounded-none",
5701
- "first:rounded-r-none",
5702
- "last:rounded-l-none",
5703
- "[&:not(:first-child)]:border-l-0"
5704
- ]
5699
+ base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
5705
5700
  }
5706
5701
  }
5707
5702
  },
@@ -5881,91 +5876,49 @@ var buttonBaseStyle = tv({
5881
5876
  variant: "outline",
5882
5877
  color: "primary",
5883
5878
  class: {
5884
- base: [
5885
- "bg-body-background",
5886
- "border-primary-main",
5887
- "text-primary-main",
5888
- "hover:bg-primary-soft",
5889
- "active:bg-primary-light"
5890
- ]
5879
+ base: ["border-primary-main", "text-primary-main", "hover:bg-primary-soft", "active:bg-primary-light"]
5891
5880
  }
5892
5881
  },
5893
5882
  {
5894
5883
  variant: "outline",
5895
5884
  color: "secondary",
5896
5885
  class: {
5897
- base: [
5898
- "bg-body-background",
5899
- "border-secondary-main",
5900
- "text-secondary-main",
5901
- "hover:bg-secondary-soft",
5902
- "active:bg-secondary-light"
5903
- ]
5886
+ base: ["border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft", "active:bg-secondary-light"]
5904
5887
  }
5905
5888
  },
5906
5889
  {
5907
5890
  variant: "outline",
5908
5891
  color: "neutral",
5909
5892
  class: {
5910
- base: [
5911
- "bg-body-background",
5912
- "border-neutral-main",
5913
- "text-neutral-main",
5914
- "hover:bg-neutral-soft",
5915
- "active:bg-neutral-light"
5916
- ]
5893
+ base: ["border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft", "active:bg-neutral-light"]
5917
5894
  }
5918
5895
  },
5919
5896
  {
5920
5897
  variant: "outline",
5921
5898
  color: "info",
5922
5899
  class: {
5923
- base: [
5924
- "bg-body-background",
5925
- "border-info-main",
5926
- "text-info-main",
5927
- "hover:bg-info-soft",
5928
- "active:bg-info-light"
5929
- ]
5900
+ base: ["border-info-main", "text-info-main", "hover:bg-info-soft", "active:bg-info-light"]
5930
5901
  }
5931
5902
  },
5932
5903
  {
5933
5904
  variant: "outline",
5934
5905
  color: "success",
5935
5906
  class: {
5936
- base: [
5937
- "bg-body-background",
5938
- "border-success-main",
5939
- "text-success-main",
5940
- "hover:bg-success-soft",
5941
- "active:bg-success-light"
5942
- ]
5907
+ base: ["border-success-main", "text-success-main", "hover:bg-success-soft", "active:bg-success-light"]
5943
5908
  }
5944
5909
  },
5945
5910
  {
5946
5911
  variant: "outline",
5947
5912
  color: "warning",
5948
5913
  class: {
5949
- base: [
5950
- "bg-body-background",
5951
- "border-warning-main",
5952
- "text-warning-main",
5953
- "hover:bg-warning-soft",
5954
- "active:bg-warning-light"
5955
- ]
5914
+ base: ["border-warning-main", "text-warning-main", "hover:bg-warning-soft", "active:bg-warning-light"]
5956
5915
  }
5957
5916
  },
5958
5917
  {
5959
5918
  variant: "outline",
5960
5919
  color: "danger",
5961
5920
  class: {
5962
- base: [
5963
- "bg-body-background",
5964
- "border-danger-main",
5965
- "text-danger-main",
5966
- "hover:bg-danger-soft",
5967
- "active:bg-danger-light"
5968
- ]
5921
+ base: ["border-danger-main", "text-danger-main", "hover:bg-danger-soft", "active:bg-danger-light"]
5969
5922
  }
5970
5923
  },
5971
5924
  // ghost & color
@@ -1,18 +1,18 @@
1
1
  "use client";
2
2
  import {
3
3
  breadcrumb_default
4
- } from "../../chunk-7JCCPTBU.mjs";
4
+ } from "../../chunk-DEKPVTFX.mjs";
5
5
  import "../../chunk-MY5U63QO.mjs";
6
- import "../../chunk-YBDQSEPV.mjs";
7
- import "../../chunk-TBI5O3OL.mjs";
8
- import "../../chunk-63JRWMWN.mjs";
9
- import "../../chunk-RFHWRBAB.mjs";
6
+ import "../../chunk-BTAOTEW7.mjs";
7
+ import "../../chunk-67DEFPS6.mjs";
8
+ import "../../chunk-JXIQOVRO.mjs";
9
+ import "../../chunk-T6IFFFAD.mjs";
10
10
  import "../../chunk-6WSACUIB.mjs";
11
11
  import "../../chunk-LXHUO6VM.mjs";
12
12
  import "../../chunk-SZL743JC.mjs";
13
13
  import "../../chunk-ZYIIXWVY.mjs";
14
14
  import "../../chunk-A6UUVHC6.mjs";
15
- import "../../chunk-Z4NO7SMY.mjs";
15
+ import "../../chunk-ROG3BOMM.mjs";
16
16
  import "../../chunk-AOU4QX7H.mjs";
17
17
  import "../../chunk-27Y6K5NK.mjs";
18
18
  import "../../chunk-E3G5QXSH.mjs";