@deepnoid/ui 1.0.19 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/dist/{chunk-Q5T3XRA3.mjs → chunk-2WAQRWST.mjs} +30 -45
  2. package/dist/{chunk-O3WY55XG.mjs → chunk-3K4OTUIB.mjs} +1 -1
  3. package/dist/{chunk-ZJ7JCOXA.mjs → chunk-7OP3JEMA.mjs} +1 -1
  4. package/dist/{chunk-CA4ZDPGA.mjs → chunk-BVXQAYQN.mjs} +1 -1
  5. package/dist/{chunk-N63HDBJJ.mjs → chunk-H7D5EBLL.mjs} +1 -1
  6. package/dist/{chunk-PRLKKUBY.mjs → chunk-IOJMTN6X.mjs} +1 -1
  7. package/dist/{chunk-53G2LGJU.mjs → chunk-JGF5TY7M.mjs} +1 -1
  8. package/dist/{chunk-NPLC2OM6.mjs → chunk-KAB3AB67.mjs} +5 -5
  9. package/dist/{chunk-NUV2RUDP.mjs → chunk-KIINY2GS.mjs} +4 -4
  10. package/dist/{chunk-ARVWCWGT.mjs → chunk-L6KQCZIW.mjs} +2 -2
  11. package/dist/{chunk-MX4IEMVV.mjs → chunk-N4KPGD2N.mjs} +2 -2
  12. package/dist/{chunk-7U7FM6I6.mjs → chunk-O5VW7CHY.mjs} +1 -1
  13. package/dist/{chunk-KZ4VD7OZ.mjs → chunk-QTLP2B76.mjs} +3 -3
  14. package/dist/{chunk-KUGPZB4O.mjs → chunk-VZPVEICG.mjs} +4 -4
  15. package/dist/{chunk-EL6G4AHQ.mjs → chunk-WQG4OYM6.mjs} +4 -4
  16. package/dist/{chunk-YZOXNWOC.mjs → chunk-WS4SOWDZ.mjs} +4 -4
  17. package/dist/components/backdrop/backdrop.mjs +2 -2
  18. package/dist/components/backdrop/index.mjs +2 -2
  19. package/dist/components/breadcrumb/breadcrumb.js +30 -45
  20. package/dist/components/breadcrumb/breadcrumb.mjs +7 -7
  21. package/dist/components/breadcrumb/index.js +30 -45
  22. package/dist/components/breadcrumb/index.mjs +7 -7
  23. package/dist/components/button/button-group.mjs +2 -2
  24. package/dist/components/button/button.d.mts +24 -0
  25. package/dist/components/button/button.d.ts +24 -0
  26. package/dist/components/button/button.js +30 -45
  27. package/dist/components/button/button.mjs +2 -2
  28. package/dist/components/button/button.style.d.mts +18 -0
  29. package/dist/components/button/button.style.d.ts +18 -0
  30. package/dist/components/button/button.style.js +30 -45
  31. package/dist/components/button/button.style.mjs +1 -1
  32. package/dist/components/button/icon-button.d.mts +24 -0
  33. package/dist/components/button/icon-button.d.ts +24 -0
  34. package/dist/components/button/icon-button.js +30 -45
  35. package/dist/components/button/icon-button.mjs +2 -2
  36. package/dist/components/button/index.js +30 -45
  37. package/dist/components/button/index.mjs +6 -6
  38. package/dist/components/button/text-button.d.mts +24 -0
  39. package/dist/components/button/text-button.d.ts +24 -0
  40. package/dist/components/button/text-button.js +30 -45
  41. package/dist/components/button/text-button.mjs +3 -3
  42. package/dist/components/charts/areaChart.mjs +1 -1
  43. package/dist/components/charts/index.mjs +9 -9
  44. package/dist/components/checkbox/checkbox.mjs +2 -2
  45. package/dist/components/checkbox/index.mjs +2 -2
  46. package/dist/components/drawer/drawer.mjs +2 -2
  47. package/dist/components/drawer/index.mjs +2 -2
  48. package/dist/components/fileUpload/fileUpload.js +30 -45
  49. package/dist/components/fileUpload/fileUpload.mjs +10 -10
  50. package/dist/components/fileUpload/index.js +30 -45
  51. package/dist/components/fileUpload/index.mjs +10 -10
  52. package/dist/components/input/index.mjs +2 -2
  53. package/dist/components/input/input.mjs +2 -2
  54. package/dist/components/modal/GlobalModalProvider.js +30 -45
  55. package/dist/components/modal/GlobalModalProvider.mjs +9 -9
  56. package/dist/components/modal/index.js +30 -45
  57. package/dist/components/modal/index.mjs +10 -10
  58. package/dist/components/modal/modal.js +30 -45
  59. package/dist/components/modal/modal.mjs +8 -8
  60. package/dist/components/modal/useGlobalModal.mjs +10 -10
  61. package/dist/components/pagination/index.mjs +3 -3
  62. package/dist/components/pagination/pagination.mjs +3 -3
  63. package/dist/components/picker/datePicker.js +30 -45
  64. package/dist/components/picker/datePicker.mjs +8 -8
  65. package/dist/components/picker/index.js +30 -45
  66. package/dist/components/picker/index.mjs +10 -10
  67. package/dist/components/picker/timePicker/Panel.js +30 -45
  68. package/dist/components/picker/timePicker/Panel.mjs +7 -7
  69. package/dist/components/picker/timePicker/index.js +30 -45
  70. package/dist/components/picker/timePicker/index.mjs +9 -9
  71. package/dist/components/progress/index.mjs +2 -2
  72. package/dist/components/progress/progress.mjs +2 -2
  73. package/dist/components/radio/index.mjs +2 -2
  74. package/dist/components/radio/radio.mjs +2 -2
  75. package/dist/components/select/index.js +30 -45
  76. package/dist/components/select/index.mjs +7 -7
  77. package/dist/components/select/select.js +30 -45
  78. package/dist/components/select/select.mjs +7 -7
  79. package/dist/components/table/definition-table.mjs +2 -2
  80. package/dist/components/table/index.mjs +9 -9
  81. package/dist/components/table/table-body.mjs +6 -6
  82. package/dist/components/table/table-head.mjs +6 -6
  83. package/dist/components/table/table.mjs +6 -6
  84. package/dist/components/textarea/index.mjs +2 -2
  85. package/dist/components/textarea/textarea.mjs +2 -2
  86. package/dist/components/toast/index.mjs +3 -3
  87. package/dist/components/toast/toast.mjs +2 -2
  88. package/dist/components/toast/use-toast.mjs +3 -3
  89. package/dist/components/tree/index.mjs +2 -2
  90. package/dist/components/tree/tree.mjs +2 -2
  91. package/dist/index.js +30 -45
  92. package/dist/index.mjs +70 -70
  93. package/dist/tailwind-config/styles/tokens/theme.css +24 -0
  94. package/package.json +1 -1
  95. package/dist/{chunk-SI3IR5X5.mjs → chunk-37BZALDV.mjs} +3 -3
  96. package/dist/{chunk-5HYZLISC.mjs → chunk-5RJYESLP.mjs} +3 -3
  97. package/dist/{chunk-IW7CU7J3.mjs → chunk-AO6LNH3D.mjs} +3 -3
  98. package/dist/{chunk-CAXTJ64M.mjs → chunk-BJWYF2WY.mjs} +3 -3
  99. package/dist/{chunk-GDRPIGTR.mjs → chunk-CXVDES22.mjs} +3 -3
  100. package/dist/{chunk-2BRUK2DU.mjs → chunk-HXBZB7CW.mjs} +3 -3
  101. package/dist/{chunk-APKF7DHK.mjs → chunk-LHWHM4LQ.mjs} +3 -3
  102. package/dist/{chunk-4TJNIEXI.mjs → chunk-MAGZDGUW.mjs} +3 -3
  103. package/dist/{chunk-XPDNILTR.mjs → chunk-R32BQ3NV.mjs} +3 -3
  104. package/dist/{chunk-KE26ONWZ.mjs → chunk-S7UE2MJZ.mjs} +3 -3
  105. package/dist/{chunk-JMD66FOF.mjs → chunk-ZCJPPLYH.mjs} +3 -3
@@ -1,11 +1,11 @@
1
1
  "use client";
2
2
  import {
3
3
  text_button_default
4
- } from "../../chunk-NUV2RUDP.mjs";
5
- import "../../chunk-Q5T3XRA3.mjs";
4
+ } from "../../chunk-KIINY2GS.mjs";
5
+ import "../../chunk-2WAQRWST.mjs";
6
+ import "../../chunk-27Y6K5NK.mjs";
6
7
  import "../../chunk-E3G5QXSH.mjs";
7
8
  import "../../chunk-UP6RPQDX.mjs";
8
- import "../../chunk-27Y6K5NK.mjs";
9
9
  export {
10
10
  text_button_default as default
11
11
  };
@@ -4,9 +4,9 @@ import {
4
4
  } from "../../chunk-O2KC4CDE.mjs";
5
5
  import "../../chunk-DQRAFUDA.mjs";
6
6
  import "../../chunk-XS32UZI3.mjs";
7
+ import "../../chunk-27Y6K5NK.mjs";
7
8
  import "../../chunk-E3G5QXSH.mjs";
8
9
  import "../../chunk-UP6RPQDX.mjs";
9
- import "../../chunk-27Y6K5NK.mjs";
10
10
  export {
11
11
  areaChart_default as default
12
12
  };
@@ -1,5 +1,13 @@
1
1
  "use client";
2
2
  import "../../chunk-3OCNT22V.mjs";
3
+ import {
4
+ simpleBarChart_default
5
+ } from "../../chunk-WTBRXQFT.mjs";
6
+ import {
7
+ areaChart_default
8
+ } from "../../chunk-O2KC4CDE.mjs";
9
+ import "../../chunk-DQRAFUDA.mjs";
10
+ import "../../chunk-XS32UZI3.mjs";
3
11
  import {
4
12
  BarChartTooltip,
5
13
  barChart_default
@@ -10,17 +18,9 @@ import {
10
18
  import {
11
19
  radarChart_default
12
20
  } from "../../chunk-Y3A7PN4Q.mjs";
13
- import {
14
- simpleBarChart_default
15
- } from "../../chunk-WTBRXQFT.mjs";
16
- import {
17
- areaChart_default
18
- } from "../../chunk-O2KC4CDE.mjs";
19
- import "../../chunk-DQRAFUDA.mjs";
20
- import "../../chunk-XS32UZI3.mjs";
21
+ import "../../chunk-27Y6K5NK.mjs";
21
22
  import "../../chunk-E3G5QXSH.mjs";
22
23
  import "../../chunk-UP6RPQDX.mjs";
23
- import "../../chunk-27Y6K5NK.mjs";
24
24
  export {
25
25
  areaChart_default as AreaChart,
26
26
  barChart_default as BarChart,
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  checkbox_default
4
- } from "../../chunk-SI3IR5X5.mjs";
4
+ } from "../../chunk-37BZALDV.mjs";
5
+ import "../../chunk-27Y6K5NK.mjs";
5
6
  import "../../chunk-E3G5QXSH.mjs";
6
7
  import "../../chunk-UP6RPQDX.mjs";
7
- import "../../chunk-27Y6K5NK.mjs";
8
8
  export {
9
9
  checkbox_default as default
10
10
  };
@@ -2,10 +2,10 @@
2
2
  import "../../chunk-QZ3LVYJW.mjs";
3
3
  import {
4
4
  checkbox_default
5
- } from "../../chunk-SI3IR5X5.mjs";
5
+ } from "../../chunk-37BZALDV.mjs";
6
+ import "../../chunk-27Y6K5NK.mjs";
6
7
  import "../../chunk-E3G5QXSH.mjs";
7
8
  import "../../chunk-UP6RPQDX.mjs";
8
- import "../../chunk-27Y6K5NK.mjs";
9
9
  export {
10
10
  checkbox_default as CheckBox
11
11
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  drawer_default
4
- } from "../../chunk-GDRPIGTR.mjs";
4
+ } from "../../chunk-CXVDES22.mjs";
5
+ import "../../chunk-27Y6K5NK.mjs";
5
6
  import "../../chunk-E3G5QXSH.mjs";
6
7
  import "../../chunk-UP6RPQDX.mjs";
7
- import "../../chunk-27Y6K5NK.mjs";
8
8
  export {
9
9
  drawer_default as default
10
10
  };
@@ -2,10 +2,10 @@
2
2
  import "../../chunk-32GA3YW4.mjs";
3
3
  import {
4
4
  drawer_default
5
- } from "../../chunk-GDRPIGTR.mjs";
5
+ } from "../../chunk-CXVDES22.mjs";
6
+ import "../../chunk-27Y6K5NK.mjs";
6
7
  import "../../chunk-E3G5QXSH.mjs";
7
8
  import "../../chunk-UP6RPQDX.mjs";
8
- import "../../chunk-27Y6K5NK.mjs";
9
9
  export {
10
10
  drawer_default as Drawer
11
11
  };
@@ -5483,7 +5483,7 @@ var buttonBaseStyle = tv({
5483
5483
  variant: {
5484
5484
  solid: {},
5485
5485
  soft: {},
5486
- outline: { base: ["bg-transparent"] },
5486
+ outline: { base: ["bg-body-background"] },
5487
5487
  ghost: {}
5488
5488
  },
5489
5489
  color: {
@@ -5495,6 +5495,12 @@ var buttonBaseStyle = tv({
5495
5495
  warning: {},
5496
5496
  danger: {}
5497
5497
  },
5498
+ size: {
5499
+ sm: {},
5500
+ md: {},
5501
+ lg: {},
5502
+ xl: {}
5503
+ },
5498
5504
  disabled: {
5499
5505
  true: {
5500
5506
  base: ["!bg-neutral-soft", "!border-neutral-soft", "!text-neutral-light", "pointer-events-none"]
@@ -5502,7 +5508,7 @@ var buttonBaseStyle = tv({
5502
5508
  },
5503
5509
  isInGroup: {
5504
5510
  true: {
5505
- base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
5511
+ base: ["!rounded-none"]
5506
5512
  }
5507
5513
  }
5508
5514
  },
@@ -5596,85 +5602,49 @@ var buttonBaseStyle = tv({
5596
5602
  variant: "soft",
5597
5603
  color: "primary",
5598
5604
  class: {
5599
- base: [
5600
- "text-primary-main",
5601
- "bg-primary-soft",
5602
- "border-primary-soft",
5603
- "hover:border-primary-light",
5604
- "active:bg-primary-light"
5605
- ]
5605
+ base: ["text-primary-main", "bg-primary-soft", "hover:border-primary-light", "active:bg-primary-light"]
5606
5606
  }
5607
5607
  },
5608
5608
  {
5609
5609
  variant: "soft",
5610
5610
  color: "secondary",
5611
5611
  class: {
5612
- base: [
5613
- "text-secondary-main",
5614
- "bg-secondary-soft",
5615
- "border-secondary-soft",
5616
- "hover:border-secondary-light",
5617
- "active:bg-secondary-light"
5618
- ]
5612
+ base: ["text-secondary-main", "bg-secondary-soft", "hover:border-secondary-light", "active:bg-secondary-light"]
5619
5613
  }
5620
5614
  },
5621
5615
  {
5622
5616
  variant: "soft",
5623
5617
  color: "neutral",
5624
5618
  class: {
5625
- base: [
5626
- "text-neutral-main",
5627
- "bg-neutral-soft",
5628
- "border-neutral-soft",
5629
- "hover:border-neutral-light",
5630
- "active:bg-neutral-light"
5631
- ]
5619
+ base: ["text-neutral-main", "bg-neutral-soft", "hover:border-neutral-light", "active:bg-neutral-light"]
5632
5620
  }
5633
5621
  },
5634
5622
  {
5635
5623
  variant: "soft",
5636
5624
  color: "info",
5637
5625
  class: {
5638
- base: ["text-info-main", "bg-info-soft", "border-info-soft", "hover:border-info-light", "active:bg-info-light"]
5626
+ base: ["text-info-main", "bg-info-soft", "hover:border-info-light", "active:bg-info-light"]
5639
5627
  }
5640
5628
  },
5641
5629
  {
5642
5630
  variant: "soft",
5643
5631
  color: "success",
5644
5632
  class: {
5645
- base: [
5646
- "text-success-main",
5647
- "bg-success-soft",
5648
- "border-success-soft",
5649
- "hover:border-success-light",
5650
- "active:bg-success-light"
5651
- ]
5633
+ base: ["text-success-main", "bg-success-soft", "hover:border-success-light", "active:bg-success-light"]
5652
5634
  }
5653
5635
  },
5654
5636
  {
5655
5637
  variant: "soft",
5656
5638
  color: "warning",
5657
5639
  class: {
5658
- base: [
5659
- "text-warning-main",
5660
- "bg-warning-soft",
5661
- "border-warning-soft",
5662
- "hover:border-warning-light",
5663
- "active:bg-warning-light"
5664
- ]
5640
+ base: ["text-warning-main", "bg-warning-soft", "hover:border-warning-light", "active:bg-warning-light"]
5665
5641
  }
5666
5642
  },
5667
5643
  {
5668
5644
  variant: "soft",
5669
5645
  color: "danger",
5670
5646
  class: {
5671
- base: [
5672
- "text-danger-main",
5673
- "bg-danger-soft",
5674
- "border-danger-soft",
5675
- "hover:border-danger-light",
5676
- "active:bg-danger-light"
5677
- ]
5647
+ base: ["text-danger-main", "bg-danger-soft", "hover:border-danger-light", "active:bg-danger-light"]
5678
5648
  }
5679
5649
  },
5680
5650
  // outline & color
@@ -5862,6 +5832,21 @@ var buttonBaseStyle = tv({
5862
5832
  class: {
5863
5833
  base: ["!border-neutral-light"]
5864
5834
  }
5835
+ },
5836
+ // variant && isInGroup
5837
+ {
5838
+ variant: ["outline"],
5839
+ isInGroup: true,
5840
+ class: {
5841
+ base: ["[&:not(:first-child)]:!border-l-0"]
5842
+ }
5843
+ },
5844
+ {
5845
+ variant: ["soft"],
5846
+ isInGroup: true,
5847
+ class: {
5848
+ base: ["hover:!z-10", "active:!z-20", "focus:!z-20", "border-l-none"]
5849
+ }
5865
5850
  }
5866
5851
  ]
5867
5852
  });
@@ -3,27 +3,27 @@ import {
3
3
  FileUpload,
4
4
  fileUploadStyle,
5
5
  fileUpload_default
6
- } from "../../chunk-KZ4VD7OZ.mjs";
6
+ } from "../../chunk-QTLP2B76.mjs";
7
7
  import "../../chunk-7VOQKIIK.mjs";
8
- import "../../chunk-KE26ONWZ.mjs";
8
+ import "../../chunk-S7UE2MJZ.mjs";
9
9
  import "../../chunk-2GCSFWHD.mjs";
10
- import "../../chunk-CAXTJ64M.mjs";
10
+ import "../../chunk-BJWYF2WY.mjs";
11
11
  import "../../chunk-MY5U63QO.mjs";
12
- import "../../chunk-PRLKKUBY.mjs";
13
- import "../../chunk-NUV2RUDP.mjs";
14
- import "../../chunk-APKF7DHK.mjs";
15
- import "../../chunk-7U7FM6I6.mjs";
12
+ import "../../chunk-IOJMTN6X.mjs";
13
+ import "../../chunk-KIINY2GS.mjs";
14
+ import "../../chunk-LHWHM4LQ.mjs";
15
+ import "../../chunk-O5VW7CHY.mjs";
16
16
  import "../../chunk-6WSACUIB.mjs";
17
17
  import "../../chunk-LXHUO6VM.mjs";
18
18
  import "../../chunk-SZL743JC.mjs";
19
19
  import "../../chunk-ZYIIXWVY.mjs";
20
20
  import "../../chunk-A6UUVHC6.mjs";
21
- import "../../chunk-Q5T3XRA3.mjs";
22
- import "../../chunk-3V4HT2K5.mjs";
21
+ import "../../chunk-2WAQRWST.mjs";
22
+ import "../../chunk-27Y6K5NK.mjs";
23
23
  import "../../chunk-E3G5QXSH.mjs";
24
24
  import "../../chunk-AOU4QX7H.mjs";
25
25
  import "../../chunk-UP6RPQDX.mjs";
26
- import "../../chunk-27Y6K5NK.mjs";
26
+ import "../../chunk-3V4HT2K5.mjs";
27
27
  export {
28
28
  FileUpload,
29
29
  fileUpload_default as default,
@@ -5483,7 +5483,7 @@ var buttonBaseStyle = tv({
5483
5483
  variant: {
5484
5484
  solid: {},
5485
5485
  soft: {},
5486
- outline: { base: ["bg-transparent"] },
5486
+ outline: { base: ["bg-body-background"] },
5487
5487
  ghost: {}
5488
5488
  },
5489
5489
  color: {
@@ -5495,6 +5495,12 @@ var buttonBaseStyle = tv({
5495
5495
  warning: {},
5496
5496
  danger: {}
5497
5497
  },
5498
+ size: {
5499
+ sm: {},
5500
+ md: {},
5501
+ lg: {},
5502
+ xl: {}
5503
+ },
5498
5504
  disabled: {
5499
5505
  true: {
5500
5506
  base: ["!bg-neutral-soft", "!border-neutral-soft", "!text-neutral-light", "pointer-events-none"]
@@ -5502,7 +5508,7 @@ var buttonBaseStyle = tv({
5502
5508
  },
5503
5509
  isInGroup: {
5504
5510
  true: {
5505
- base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
5511
+ base: ["!rounded-none"]
5506
5512
  }
5507
5513
  }
5508
5514
  },
@@ -5596,85 +5602,49 @@ var buttonBaseStyle = tv({
5596
5602
  variant: "soft",
5597
5603
  color: "primary",
5598
5604
  class: {
5599
- base: [
5600
- "text-primary-main",
5601
- "bg-primary-soft",
5602
- "border-primary-soft",
5603
- "hover:border-primary-light",
5604
- "active:bg-primary-light"
5605
- ]
5605
+ base: ["text-primary-main", "bg-primary-soft", "hover:border-primary-light", "active:bg-primary-light"]
5606
5606
  }
5607
5607
  },
5608
5608
  {
5609
5609
  variant: "soft",
5610
5610
  color: "secondary",
5611
5611
  class: {
5612
- base: [
5613
- "text-secondary-main",
5614
- "bg-secondary-soft",
5615
- "border-secondary-soft",
5616
- "hover:border-secondary-light",
5617
- "active:bg-secondary-light"
5618
- ]
5612
+ base: ["text-secondary-main", "bg-secondary-soft", "hover:border-secondary-light", "active:bg-secondary-light"]
5619
5613
  }
5620
5614
  },
5621
5615
  {
5622
5616
  variant: "soft",
5623
5617
  color: "neutral",
5624
5618
  class: {
5625
- base: [
5626
- "text-neutral-main",
5627
- "bg-neutral-soft",
5628
- "border-neutral-soft",
5629
- "hover:border-neutral-light",
5630
- "active:bg-neutral-light"
5631
- ]
5619
+ base: ["text-neutral-main", "bg-neutral-soft", "hover:border-neutral-light", "active:bg-neutral-light"]
5632
5620
  }
5633
5621
  },
5634
5622
  {
5635
5623
  variant: "soft",
5636
5624
  color: "info",
5637
5625
  class: {
5638
- base: ["text-info-main", "bg-info-soft", "border-info-soft", "hover:border-info-light", "active:bg-info-light"]
5626
+ base: ["text-info-main", "bg-info-soft", "hover:border-info-light", "active:bg-info-light"]
5639
5627
  }
5640
5628
  },
5641
5629
  {
5642
5630
  variant: "soft",
5643
5631
  color: "success",
5644
5632
  class: {
5645
- base: [
5646
- "text-success-main",
5647
- "bg-success-soft",
5648
- "border-success-soft",
5649
- "hover:border-success-light",
5650
- "active:bg-success-light"
5651
- ]
5633
+ base: ["text-success-main", "bg-success-soft", "hover:border-success-light", "active:bg-success-light"]
5652
5634
  }
5653
5635
  },
5654
5636
  {
5655
5637
  variant: "soft",
5656
5638
  color: "warning",
5657
5639
  class: {
5658
- base: [
5659
- "text-warning-main",
5660
- "bg-warning-soft",
5661
- "border-warning-soft",
5662
- "hover:border-warning-light",
5663
- "active:bg-warning-light"
5664
- ]
5640
+ base: ["text-warning-main", "bg-warning-soft", "hover:border-warning-light", "active:bg-warning-light"]
5665
5641
  }
5666
5642
  },
5667
5643
  {
5668
5644
  variant: "soft",
5669
5645
  color: "danger",
5670
5646
  class: {
5671
- base: [
5672
- "text-danger-main",
5673
- "bg-danger-soft",
5674
- "border-danger-soft",
5675
- "hover:border-danger-light",
5676
- "active:bg-danger-light"
5677
- ]
5647
+ base: ["text-danger-main", "bg-danger-soft", "hover:border-danger-light", "active:bg-danger-light"]
5678
5648
  }
5679
5649
  },
5680
5650
  // outline & color
@@ -5862,6 +5832,21 @@ var buttonBaseStyle = tv({
5862
5832
  class: {
5863
5833
  base: ["!border-neutral-light"]
5864
5834
  }
5835
+ },
5836
+ // variant && isInGroup
5837
+ {
5838
+ variant: ["outline"],
5839
+ isInGroup: true,
5840
+ class: {
5841
+ base: ["[&:not(:first-child)]:!border-l-0"]
5842
+ }
5843
+ },
5844
+ {
5845
+ variant: ["soft"],
5846
+ isInGroup: true,
5847
+ class: {
5848
+ base: ["hover:!z-10", "active:!z-20", "focus:!z-20", "border-l-none"]
5849
+ }
5865
5850
  }
5866
5851
  ]
5867
5852
  });
@@ -2,27 +2,27 @@
2
2
  import "../../chunk-RLXOHILK.mjs";
3
3
  import {
4
4
  fileUpload_default
5
- } from "../../chunk-KZ4VD7OZ.mjs";
5
+ } from "../../chunk-QTLP2B76.mjs";
6
6
  import "../../chunk-7VOQKIIK.mjs";
7
- import "../../chunk-KE26ONWZ.mjs";
7
+ import "../../chunk-S7UE2MJZ.mjs";
8
8
  import "../../chunk-2GCSFWHD.mjs";
9
- import "../../chunk-CAXTJ64M.mjs";
9
+ import "../../chunk-BJWYF2WY.mjs";
10
10
  import "../../chunk-MY5U63QO.mjs";
11
- import "../../chunk-PRLKKUBY.mjs";
12
- import "../../chunk-NUV2RUDP.mjs";
13
- import "../../chunk-APKF7DHK.mjs";
14
- import "../../chunk-7U7FM6I6.mjs";
11
+ import "../../chunk-IOJMTN6X.mjs";
12
+ import "../../chunk-KIINY2GS.mjs";
13
+ import "../../chunk-LHWHM4LQ.mjs";
14
+ import "../../chunk-O5VW7CHY.mjs";
15
15
  import "../../chunk-6WSACUIB.mjs";
16
16
  import "../../chunk-LXHUO6VM.mjs";
17
17
  import "../../chunk-SZL743JC.mjs";
18
18
  import "../../chunk-ZYIIXWVY.mjs";
19
19
  import "../../chunk-A6UUVHC6.mjs";
20
- import "../../chunk-Q5T3XRA3.mjs";
21
- import "../../chunk-3V4HT2K5.mjs";
20
+ import "../../chunk-2WAQRWST.mjs";
21
+ import "../../chunk-27Y6K5NK.mjs";
22
22
  import "../../chunk-E3G5QXSH.mjs";
23
23
  import "../../chunk-AOU4QX7H.mjs";
24
24
  import "../../chunk-UP6RPQDX.mjs";
25
- import "../../chunk-27Y6K5NK.mjs";
25
+ import "../../chunk-3V4HT2K5.mjs";
26
26
  export {
27
27
  fileUpload_default as FileUpload
28
28
  };
@@ -2,13 +2,13 @@
2
2
  import "../../chunk-2GCSFWHD.mjs";
3
3
  import {
4
4
  input_default
5
- } from "../../chunk-CAXTJ64M.mjs";
5
+ } from "../../chunk-BJWYF2WY.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
7
  import "../../chunk-A6UUVHC6.mjs";
8
+ import "../../chunk-27Y6K5NK.mjs";
8
9
  import "../../chunk-E3G5QXSH.mjs";
9
10
  import "../../chunk-AOU4QX7H.mjs";
10
11
  import "../../chunk-UP6RPQDX.mjs";
11
- import "../../chunk-27Y6K5NK.mjs";
12
12
  export {
13
13
  input_default as Input
14
14
  };
@@ -2,13 +2,13 @@
2
2
  import {
3
3
  inputStyle,
4
4
  input_default
5
- } from "../../chunk-CAXTJ64M.mjs";
5
+ } from "../../chunk-BJWYF2WY.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
7
  import "../../chunk-A6UUVHC6.mjs";
8
+ import "../../chunk-27Y6K5NK.mjs";
8
9
  import "../../chunk-E3G5QXSH.mjs";
9
10
  import "../../chunk-AOU4QX7H.mjs";
10
11
  import "../../chunk-UP6RPQDX.mjs";
11
- import "../../chunk-27Y6K5NK.mjs";
12
12
  export {
13
13
  input_default as default,
14
14
  inputStyle
@@ -5058,7 +5058,7 @@ var buttonBaseStyle = tv({
5058
5058
  variant: {
5059
5059
  solid: {},
5060
5060
  soft: {},
5061
- outline: { base: ["bg-transparent"] },
5061
+ outline: { base: ["bg-body-background"] },
5062
5062
  ghost: {}
5063
5063
  },
5064
5064
  color: {
@@ -5070,6 +5070,12 @@ var buttonBaseStyle = tv({
5070
5070
  warning: {},
5071
5071
  danger: {}
5072
5072
  },
5073
+ size: {
5074
+ sm: {},
5075
+ md: {},
5076
+ lg: {},
5077
+ xl: {}
5078
+ },
5073
5079
  disabled: {
5074
5080
  true: {
5075
5081
  base: ["!bg-neutral-soft", "!border-neutral-soft", "!text-neutral-light", "pointer-events-none"]
@@ -5077,7 +5083,7 @@ var buttonBaseStyle = tv({
5077
5083
  },
5078
5084
  isInGroup: {
5079
5085
  true: {
5080
- base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
5086
+ base: ["!rounded-none"]
5081
5087
  }
5082
5088
  }
5083
5089
  },
@@ -5171,85 +5177,49 @@ var buttonBaseStyle = tv({
5171
5177
  variant: "soft",
5172
5178
  color: "primary",
5173
5179
  class: {
5174
- base: [
5175
- "text-primary-main",
5176
- "bg-primary-soft",
5177
- "border-primary-soft",
5178
- "hover:border-primary-light",
5179
- "active:bg-primary-light"
5180
- ]
5180
+ base: ["text-primary-main", "bg-primary-soft", "hover:border-primary-light", "active:bg-primary-light"]
5181
5181
  }
5182
5182
  },
5183
5183
  {
5184
5184
  variant: "soft",
5185
5185
  color: "secondary",
5186
5186
  class: {
5187
- base: [
5188
- "text-secondary-main",
5189
- "bg-secondary-soft",
5190
- "border-secondary-soft",
5191
- "hover:border-secondary-light",
5192
- "active:bg-secondary-light"
5193
- ]
5187
+ base: ["text-secondary-main", "bg-secondary-soft", "hover:border-secondary-light", "active:bg-secondary-light"]
5194
5188
  }
5195
5189
  },
5196
5190
  {
5197
5191
  variant: "soft",
5198
5192
  color: "neutral",
5199
5193
  class: {
5200
- base: [
5201
- "text-neutral-main",
5202
- "bg-neutral-soft",
5203
- "border-neutral-soft",
5204
- "hover:border-neutral-light",
5205
- "active:bg-neutral-light"
5206
- ]
5194
+ base: ["text-neutral-main", "bg-neutral-soft", "hover:border-neutral-light", "active:bg-neutral-light"]
5207
5195
  }
5208
5196
  },
5209
5197
  {
5210
5198
  variant: "soft",
5211
5199
  color: "info",
5212
5200
  class: {
5213
- base: ["text-info-main", "bg-info-soft", "border-info-soft", "hover:border-info-light", "active:bg-info-light"]
5201
+ base: ["text-info-main", "bg-info-soft", "hover:border-info-light", "active:bg-info-light"]
5214
5202
  }
5215
5203
  },
5216
5204
  {
5217
5205
  variant: "soft",
5218
5206
  color: "success",
5219
5207
  class: {
5220
- base: [
5221
- "text-success-main",
5222
- "bg-success-soft",
5223
- "border-success-soft",
5224
- "hover:border-success-light",
5225
- "active:bg-success-light"
5226
- ]
5208
+ base: ["text-success-main", "bg-success-soft", "hover:border-success-light", "active:bg-success-light"]
5227
5209
  }
5228
5210
  },
5229
5211
  {
5230
5212
  variant: "soft",
5231
5213
  color: "warning",
5232
5214
  class: {
5233
- base: [
5234
- "text-warning-main",
5235
- "bg-warning-soft",
5236
- "border-warning-soft",
5237
- "hover:border-warning-light",
5238
- "active:bg-warning-light"
5239
- ]
5215
+ base: ["text-warning-main", "bg-warning-soft", "hover:border-warning-light", "active:bg-warning-light"]
5240
5216
  }
5241
5217
  },
5242
5218
  {
5243
5219
  variant: "soft",
5244
5220
  color: "danger",
5245
5221
  class: {
5246
- base: [
5247
- "text-danger-main",
5248
- "bg-danger-soft",
5249
- "border-danger-soft",
5250
- "hover:border-danger-light",
5251
- "active:bg-danger-light"
5252
- ]
5222
+ base: ["text-danger-main", "bg-danger-soft", "hover:border-danger-light", "active:bg-danger-light"]
5253
5223
  }
5254
5224
  },
5255
5225
  // outline & color
@@ -5437,6 +5407,21 @@ var buttonBaseStyle = tv({
5437
5407
  class: {
5438
5408
  base: ["!border-neutral-light"]
5439
5409
  }
5410
+ },
5411
+ // variant && isInGroup
5412
+ {
5413
+ variant: ["outline"],
5414
+ isInGroup: true,
5415
+ class: {
5416
+ base: ["[&:not(:first-child)]:!border-l-0"]
5417
+ }
5418
+ },
5419
+ {
5420
+ variant: ["soft"],
5421
+ isInGroup: true,
5422
+ class: {
5423
+ base: ["hover:!z-10", "active:!z-20", "focus:!z-20", "border-l-none"]
5424
+ }
5440
5425
  }
5441
5426
  ]
5442
5427
  });