@deepnoid/ui 0.1.59 → 0.1.61

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 (107) hide show
  1. package/.turbo/turbo-build.log +175 -175
  2. package/dist/{chunk-5E6GGBHC.mjs → chunk-3UQI4RJU.mjs} +5 -5
  3. package/dist/{chunk-2SXNFIG3.mjs → chunk-4T7R3PEH.mjs} +3 -3
  4. package/dist/{chunk-IVONTBFH.mjs → chunk-7TAC2S5U.mjs} +9 -4
  5. package/dist/{chunk-U7LZMAHH.mjs → chunk-AZA2LAZH.mjs} +9 -4
  6. package/dist/{chunk-KJMJIFPS.mjs → chunk-BPEMHZH3.mjs} +1 -1
  7. package/dist/{chunk-CR7MUSOG.mjs → chunk-DLQGQUCD.mjs} +1 -1
  8. package/dist/{chunk-XIQHJBEM.mjs → chunk-K65JLBZI.mjs} +4 -4
  9. package/dist/{chunk-OBFPPWUK.mjs → chunk-LKC7AK3H.mjs} +1 -1
  10. package/dist/{chunk-YNKC7SHK.mjs → chunk-LQEA2HU5.mjs} +4 -4
  11. package/dist/{chunk-SBL6IHEW.mjs → chunk-P7YYNA6L.mjs} +1 -1
  12. package/dist/{chunk-LPZOH3RP.mjs → chunk-QC2XOK2E.mjs} +3 -2
  13. package/dist/{chunk-SAN7EOTJ.mjs → chunk-UEUOHSJ6.mjs} +3 -3
  14. package/dist/{chunk-SK5HZOEH.mjs → chunk-WF7VSHBA.mjs} +4 -4
  15. package/dist/{chunk-CY2XMA4S.mjs → chunk-WINX3AKW.mjs} +5 -5
  16. package/dist/components/backdrop/backdrop.mjs +2 -2
  17. package/dist/components/backdrop/index.mjs +2 -2
  18. package/dist/components/breadcrumb/breadcrumb.js +6 -1
  19. package/dist/components/breadcrumb/breadcrumb.mjs +6 -6
  20. package/dist/components/breadcrumb/index.js +6 -1
  21. package/dist/components/breadcrumb/index.mjs +6 -6
  22. package/dist/components/button/button-group.d.mts +3 -0
  23. package/dist/components/button/button-group.d.ts +3 -0
  24. package/dist/components/button/button-group.js +3 -2
  25. package/dist/components/button/button-group.mjs +1 -1
  26. package/dist/components/button/button.js +1 -1
  27. package/dist/components/button/button.mjs +2 -2
  28. package/dist/components/button/icon-button.js +6 -1
  29. package/dist/components/button/icon-button.mjs +2 -2
  30. package/dist/components/button/index.js +16 -5
  31. package/dist/components/button/index.mjs +5 -5
  32. package/dist/components/button/text-button.js +6 -1
  33. package/dist/components/button/text-button.mjs +2 -2
  34. package/dist/components/charts/areaChart.mjs +2 -2
  35. package/dist/components/charts/barChart.mjs +2 -2
  36. package/dist/components/charts/circularProgress.mjs +2 -2
  37. package/dist/components/charts/index.mjs +4 -4
  38. package/dist/components/checkbox/checkbox.mjs +2 -2
  39. package/dist/components/checkbox/index.mjs +2 -2
  40. package/dist/components/chip/chip.mjs +2 -2
  41. package/dist/components/chip/index.mjs +2 -2
  42. package/dist/components/dateTimePicker/calendar.mjs +2 -2
  43. package/dist/components/dateTimePicker/dateTimePicker.mjs +6 -6
  44. package/dist/components/dateTimePicker/index.mjs +6 -6
  45. package/dist/components/dateTimePicker/timePicker.mjs +4 -4
  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 +7 -2
  49. package/dist/components/fileUpload/fileUpload.mjs +7 -7
  50. package/dist/components/fileUpload/index.js +7 -2
  51. package/dist/components/fileUpload/index.mjs +7 -7
  52. package/dist/components/input/index.mjs +2 -2
  53. package/dist/components/input/input.mjs +2 -2
  54. package/dist/components/list/index.mjs +5 -5
  55. package/dist/components/list/list.mjs +2 -2
  56. package/dist/components/list/listItem.mjs +2 -2
  57. package/dist/components/modal/index.js +1 -1
  58. package/dist/components/modal/index.mjs +7 -7
  59. package/dist/components/modal/modal.js +1 -1
  60. package/dist/components/modal/modal.mjs +7 -7
  61. package/dist/components/pagination/index.mjs +3 -3
  62. package/dist/components/pagination/pagination.mjs +3 -3
  63. package/dist/components/radio/index.mjs +2 -2
  64. package/dist/components/radio/radio.mjs +2 -2
  65. package/dist/components/select/index.mjs +2 -2
  66. package/dist/components/select/select.mjs +2 -2
  67. package/dist/components/table/definition-table2.d.mts +3 -3
  68. package/dist/components/table/definition-table2.d.ts +3 -3
  69. package/dist/components/table/definition-table2.mjs +2 -2
  70. package/dist/components/table/index.d.mts +1 -1
  71. package/dist/components/table/index.d.ts +1 -1
  72. package/dist/components/table/index.mjs +8 -8
  73. package/dist/components/table/table-body.mjs +3 -3
  74. package/dist/components/table/table-head.mjs +3 -3
  75. package/dist/components/table/table.mjs +7 -7
  76. package/dist/components/tabs/index.mjs +2 -2
  77. package/dist/components/tabs/tabs.mjs +2 -2
  78. package/dist/components/toast/index.mjs +3 -3
  79. package/dist/components/toast/toast.mjs +2 -2
  80. package/dist/components/toast/use-toast.mjs +3 -3
  81. package/dist/components/tooltip/index.mjs +2 -2
  82. package/dist/components/tooltip/tooltip.mjs +2 -2
  83. package/dist/components/tree/index.mjs +2 -2
  84. package/dist/components/tree/tree.mjs +2 -2
  85. package/dist/index.d.mts +1 -1
  86. package/dist/index.d.ts +1 -1
  87. package/dist/index.js +16 -5
  88. package/dist/index.mjs +44 -44
  89. package/package.json +1 -1
  90. package/dist/{chunk-SSMMWMQC.mjs → chunk-2YMAKIZ6.mjs} +3 -3
  91. package/dist/{chunk-B2BSN6WP.mjs → chunk-73RWXO3Y.mjs} +3 -3
  92. package/dist/{chunk-QEPJICMO.mjs → chunk-76B5LZBM.mjs} +3 -3
  93. package/dist/{chunk-ATFYXYEV.mjs → chunk-A6HCKIVP.mjs} +3 -3
  94. package/dist/{chunk-W6H3DI2L.mjs → chunk-C4AGYO7C.mjs} +3 -3
  95. package/dist/{chunk-YLRYHUTW.mjs → chunk-D6QI3DJG.mjs} +3 -3
  96. package/dist/{chunk-BEKIKGI3.mjs → chunk-GL5J2BKI.mjs} +3 -3
  97. package/dist/{chunk-NGHVM4SL.mjs → chunk-HHRKPSO6.mjs} +3 -3
  98. package/dist/{chunk-UFVQPPPW.mjs → chunk-HIVPDIEP.mjs} +3 -3
  99. package/dist/{chunk-SWIYZRBZ.mjs → chunk-L3RCWZTV.mjs} +3 -3
  100. package/dist/{chunk-P5QCU457.mjs → chunk-LL6F3WDX.mjs} +3 -3
  101. package/dist/{chunk-RM4PEV62.mjs → chunk-LSO5QZIT.mjs} +3 -3
  102. package/dist/{chunk-33LANVZV.mjs → chunk-QIRL6HY6.mjs} +3 -3
  103. package/dist/{chunk-4SDLHEKS.mjs → chunk-U2NPH2O3.mjs} +3 -3
  104. package/dist/{chunk-ZNDWOIP4.mjs → chunk-UETBYMGS.mjs} +3 -3
  105. package/dist/{chunk-DQX2CILT.mjs → chunk-YZDZYMBP.mjs} +3 -3
  106. package/dist/{chunk-IL5ENWCR.mjs → chunk-Z2537DF6.mjs} +3 -3
  107. package/dist/{chunk-VGFGIXS6.mjs → chunk-ZOENHWSZ.mjs} +3 -3
@@ -1,19 +1,19 @@
1
1
  "use client";
2
2
  import {
3
3
  backdrop_default
4
- } from "./chunk-P5QCU457.mjs";
4
+ } from "./chunk-LL6F3WDX.mjs";
5
5
  import {
6
6
  button_default
7
- } from "./chunk-SK5HZOEH.mjs";
7
+ } from "./chunk-WF7VSHBA.mjs";
8
8
  import {
9
9
  Icon_default
10
10
  } from "./chunk-DZ6QJCDZ.mjs";
11
- import {
12
- mapPropsVariants
13
- } from "./chunk-E3G5QXSH.mjs";
14
11
  import {
15
12
  tv
16
13
  } from "./chunk-4ZJFD3L3.mjs";
14
+ import {
15
+ mapPropsVariants
16
+ } from "./chunk-E3G5QXSH.mjs";
17
17
 
18
18
  // src/components/modal/modal.tsx
19
19
  import { forwardRef, useMemo, useEffect } from "react";
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import {
3
3
  table_body_default
4
- } from "./chunk-KJMJIFPS.mjs";
4
+ } from "./chunk-BPEMHZH3.mjs";
5
5
  import {
6
6
  table_head_default
7
- } from "./chunk-SBL6IHEW.mjs";
7
+ } from "./chunk-P7YYNA6L.mjs";
8
8
  import {
9
9
  scrollArea_default
10
10
  } from "./chunk-M37VBNB3.mjs";
11
11
  import {
12
12
  pagination_default
13
- } from "./chunk-YNKC7SHK.mjs";
13
+ } from "./chunk-LQEA2HU5.mjs";
14
14
  import {
15
15
  clsx
16
16
  } from "./chunk-27Y6K5NK.mjs";
@@ -1,13 +1,13 @@
1
1
  "use client";
2
+ import {
3
+ tv
4
+ } from "./chunk-4ZJFD3L3.mjs";
2
5
  import {
3
6
  clsx
4
7
  } from "./chunk-27Y6K5NK.mjs";
5
8
  import {
6
9
  mapPropsVariants
7
10
  } from "./chunk-E3G5QXSH.mjs";
8
- import {
9
- tv
10
- } from "./chunk-4ZJFD3L3.mjs";
11
11
 
12
12
  // src/components/button/text-button.tsx
13
13
  import {
@@ -109,7 +109,12 @@ var textButtonStyle = tv({
109
109
  },
110
110
  isInGroup: {
111
111
  true: {
112
- base: ["[&:not(:first-child):not(:last-child)]:rounded-none", "first:rounded-r-none", "last:rounded-l-none"]
112
+ base: [
113
+ "[&:not(:first-child):not(:last-child)]:rounded-none",
114
+ "first:rounded-r-none",
115
+ "last:rounded-l-none",
116
+ "[&:not(:first-child)]:border-l-0"
117
+ ]
113
118
  }
114
119
  }
115
120
  },
@@ -8,12 +8,12 @@ import {
8
8
  import {
9
9
  Icon_default
10
10
  } from "./chunk-DZ6QJCDZ.mjs";
11
- import {
12
- mapPropsVariants
13
- } from "./chunk-E3G5QXSH.mjs";
14
11
  import {
15
12
  tv
16
13
  } from "./chunk-4ZJFD3L3.mjs";
14
+ import {
15
+ mapPropsVariants
16
+ } from "./chunk-E3G5QXSH.mjs";
17
17
 
18
18
  // src/components/button/icon-button.tsx
19
19
  import { forwardRef, useMemo, useCallback } from "react";
@@ -115,7 +115,12 @@ var iconButtonStyle = tv({
115
115
  },
116
116
  isInGroup: {
117
117
  true: {
118
- base: ["[&:not(:first-child):not(:last-child)]:rounded-none", "first:rounded-r-none", "last:rounded-l-none"]
118
+ base: [
119
+ "[&:not(:first-child):not(:last-child)]:rounded-none",
120
+ "first:rounded-r-none",
121
+ "last:rounded-l-none",
122
+ "[&:not(:first-child)]:border-l-0"
123
+ ]
119
124
  }
120
125
  }
121
126
  },
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-6PN3DGOE.mjs";
5
5
  import {
6
6
  checkbox_default
7
- } from "./chunk-YLRYHUTW.mjs";
7
+ } from "./chunk-D6QI3DJG.mjs";
8
8
  import {
9
9
  clsx
10
10
  } from "./chunk-27Y6K5NK.mjs";
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-ZOTHPHXA.mjs";
5
5
  import {
6
6
  toast_default
7
- } from "./chunk-B2BSN6WP.mjs";
7
+ } from "./chunk-73RWXO3Y.mjs";
8
8
 
9
9
  // src/components/toast/use-toast.tsx
10
10
  import { createContext, useContext, useState, useCallback, useEffect, useRef } from "react";
@@ -1,10 +1,10 @@
1
1
  "use client";
2
- import {
3
- list_default
4
- } from "./chunk-UFVQPPPW.mjs";
5
2
  import {
6
3
  listItem_default
7
- } from "./chunk-DQX2CILT.mjs";
4
+ } from "./chunk-YZDZYMBP.mjs";
5
+ import {
6
+ list_default
7
+ } from "./chunk-HIVPDIEP.mjs";
8
8
 
9
9
  // src/components/dateTimePicker/timePicker.tsx
10
10
  import { useState, useRef, useEffect } from "react";
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-DZ6QJCDZ.mjs";
5
5
  import {
6
6
  text_button_default
7
- } from "./chunk-IVONTBFH.mjs";
7
+ } from "./chunk-7TAC2S5U.mjs";
8
8
  import {
9
9
  tv
10
10
  } from "./chunk-4ZJFD3L3.mjs";
@@ -4,19 +4,19 @@ import {
4
4
  } from "./chunk-F3HENRVM.mjs";
5
5
  import {
6
6
  input_default
7
- } from "./chunk-ZNDWOIP4.mjs";
7
+ } from "./chunk-UETBYMGS.mjs";
8
8
  import {
9
9
  Icon_default
10
10
  } from "./chunk-DZ6QJCDZ.mjs";
11
+ import {
12
+ tv
13
+ } from "./chunk-4ZJFD3L3.mjs";
11
14
  import {
12
15
  clsx
13
16
  } from "./chunk-27Y6K5NK.mjs";
14
17
  import {
15
18
  mapPropsVariants
16
19
  } from "./chunk-E3G5QXSH.mjs";
17
- import {
18
- tv
19
- } from "./chunk-4ZJFD3L3.mjs";
20
20
 
21
21
  // src/components/pagination/pagination.tsx
22
22
  import { forwardRef, useMemo, useState } from "react";
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-6PN3DGOE.mjs";
5
5
  import {
6
6
  checkbox_default
7
- } from "./chunk-YLRYHUTW.mjs";
7
+ } from "./chunk-D6QI3DJG.mjs";
8
8
  import {
9
9
  clsx
10
10
  } from "./chunk-27Y6K5NK.mjs";
@@ -7,7 +7,8 @@ import {
7
7
  import React, { forwardRef } from "react";
8
8
  import { jsx } from "react/jsx-runtime";
9
9
  var ButtonGroup = forwardRef(({ children, ...props }, ref) => {
10
- return /* @__PURE__ */ jsx("div", { ref, className: buttonGroup(), children: React.Children.map(children, (child) => {
10
+ var _a;
11
+ return /* @__PURE__ */ jsx("div", { ref, className: buttonGroup({ className: (_a = props.classNames) == null ? void 0 : _a.base }), children: React.Children.map(children, (child) => {
11
12
  return React.cloneElement(child, {
12
13
  ...props,
13
14
  ...child.props,
@@ -19,7 +20,7 @@ var ButtonGroup = forwardRef(({ children, ...props }, ref) => {
19
20
  ButtonGroup.displayName = "ButtonGroup";
20
21
  var button_group_default = ButtonGroup;
21
22
  var buttonGroup = tv({
22
- base: ["flex", "gap-[20px]"]
23
+ base: ["flex"]
23
24
  });
24
25
 
25
26
  export {
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  import {
3
3
  input_default
4
- } from "./chunk-ZNDWOIP4.mjs";
4
+ } from "./chunk-UETBYMGS.mjs";
5
5
  import {
6
6
  button_default
7
- } from "./chunk-SK5HZOEH.mjs";
7
+ } from "./chunk-WF7VSHBA.mjs";
8
8
  import {
9
9
  icon_button_default
10
- } from "./chunk-U7LZMAHH.mjs";
10
+ } from "./chunk-AZA2LAZH.mjs";
11
11
 
12
12
  // src/components/fileUpload/fileUpload.tsx
13
13
  import { useRef, useState, useEffect } from "react";
@@ -8,12 +8,12 @@ import {
8
8
  import {
9
9
  Icon_default
10
10
  } from "./chunk-DZ6QJCDZ.mjs";
11
- import {
12
- mapPropsVariants
13
- } from "./chunk-E3G5QXSH.mjs";
14
11
  import {
15
12
  tv
16
13
  } from "./chunk-4ZJFD3L3.mjs";
14
+ import {
15
+ mapPropsVariants
16
+ } from "./chunk-E3G5QXSH.mjs";
17
17
 
18
18
  // src/components/button/button.tsx
19
19
  import React, { forwardRef, useMemo, useCallback } from "react";
@@ -145,7 +145,7 @@ var buttonStyle = tv({
145
145
  },
146
146
  isInGroup: {
147
147
  true: {
148
- base: "[&:not(:first-child):not(:last-child)]:rounded-none first:rounded-r-none last:rounded-l-none"
148
+ base: "[&:not(:first-child):not(:last-child)]:rounded-none first:rounded-r-none last:rounded-l-none [&:not(:first-child)]:border-l-0"
149
149
  }
150
150
  }
151
151
  },
@@ -1,22 +1,22 @@
1
1
  "use client";
2
2
  import {
3
3
  timePicker_default
4
- } from "./chunk-XIQHJBEM.mjs";
4
+ } from "./chunk-K65JLBZI.mjs";
5
5
  import {
6
6
  useDatePicker
7
7
  } from "./chunk-FWJ2ZKH6.mjs";
8
8
  import {
9
9
  calendar_default
10
- } from "./chunk-SWIYZRBZ.mjs";
10
+ } from "./chunk-L3RCWZTV.mjs";
11
11
  import {
12
12
  Icon_default
13
13
  } from "./chunk-DZ6QJCDZ.mjs";
14
- import {
15
- mapPropsVariants
16
- } from "./chunk-E3G5QXSH.mjs";
17
14
  import {
18
15
  tv
19
16
  } from "./chunk-4ZJFD3L3.mjs";
17
+ import {
18
+ mapPropsVariants
19
+ } from "./chunk-E3G5QXSH.mjs";
20
20
 
21
21
  // src/components/dateTimePicker/dateTimePicker.tsx
22
22
  import React, { forwardRef, useCallback, useMemo } from "react";
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  backdrop_default
4
- } from "../../chunk-P5QCU457.mjs";
5
- import "../../chunk-27Y6K5NK.mjs";
4
+ } from "../../chunk-LL6F3WDX.mjs";
6
5
  import "../../chunk-4ZJFD3L3.mjs";
6
+ import "../../chunk-27Y6K5NK.mjs";
7
7
  import "../../chunk-AC6TWLRT.mjs";
8
8
  export {
9
9
  backdrop_default as default
@@ -2,9 +2,9 @@
2
2
  import "../../chunk-SE5TU755.mjs";
3
3
  import {
4
4
  backdrop_default
5
- } from "../../chunk-P5QCU457.mjs";
6
- import "../../chunk-27Y6K5NK.mjs";
5
+ } from "../../chunk-LL6F3WDX.mjs";
7
6
  import "../../chunk-4ZJFD3L3.mjs";
7
+ import "../../chunk-27Y6K5NK.mjs";
8
8
  import "../../chunk-AC6TWLRT.mjs";
9
9
  export {
10
10
  backdrop_default as Backdrop
@@ -4507,7 +4507,12 @@ var textButtonStyle = tv({
4507
4507
  },
4508
4508
  isInGroup: {
4509
4509
  true: {
4510
- base: ["[&:not(:first-child):not(:last-child)]:rounded-none", "first:rounded-r-none", "last:rounded-l-none"]
4510
+ base: [
4511
+ "[&:not(:first-child):not(:last-child)]:rounded-none",
4512
+ "first:rounded-r-none",
4513
+ "last:rounded-l-none",
4514
+ "[&:not(:first-child)]:border-l-0"
4515
+ ]
4511
4516
  }
4512
4517
  }
4513
4518
  },
@@ -1,21 +1,21 @@
1
1
  "use client";
2
2
  import {
3
3
  breadcrumb_default
4
- } from "../../chunk-OBFPPWUK.mjs";
4
+ } from "../../chunk-LKC7AK3H.mjs";
5
5
  import "../../chunk-MY5U63QO.mjs";
6
- import "../../chunk-LPZOH3RP.mjs";
7
- import "../../chunk-SK5HZOEH.mjs";
8
- import "../../chunk-U7LZMAHH.mjs";
6
+ import "../../chunk-QC2XOK2E.mjs";
7
+ import "../../chunk-WF7VSHBA.mjs";
8
+ import "../../chunk-AZA2LAZH.mjs";
9
9
  import "../../chunk-6WSACUIB.mjs";
10
10
  import "../../chunk-6PNKRBUT.mjs";
11
11
  import "../../chunk-LXHUO6VM.mjs";
12
12
  import "../../chunk-ZYIIXWVY.mjs";
13
13
  import "../../chunk-DZ6QJCDZ.mjs";
14
- import "../../chunk-IVONTBFH.mjs";
14
+ import "../../chunk-7TAC2S5U.mjs";
15
15
  import "../../chunk-3I7QA57V.mjs";
16
+ import "../../chunk-4ZJFD3L3.mjs";
16
17
  import "../../chunk-27Y6K5NK.mjs";
17
18
  import "../../chunk-E3G5QXSH.mjs";
18
- import "../../chunk-4ZJFD3L3.mjs";
19
19
  import "../../chunk-AC6TWLRT.mjs";
20
20
  export {
21
21
  breadcrumb_default as default
@@ -4509,7 +4509,12 @@ var textButtonStyle = tv({
4509
4509
  },
4510
4510
  isInGroup: {
4511
4511
  true: {
4512
- base: ["[&:not(:first-child):not(:last-child)]:rounded-none", "first:rounded-r-none", "last:rounded-l-none"]
4512
+ base: [
4513
+ "[&:not(:first-child):not(:last-child)]:rounded-none",
4514
+ "first:rounded-r-none",
4515
+ "last:rounded-l-none",
4516
+ "[&:not(:first-child)]:border-l-0"
4517
+ ]
4513
4518
  }
4514
4519
  }
4515
4520
  },
@@ -2,21 +2,21 @@
2
2
  import "../../chunk-KYIODWXL.mjs";
3
3
  import {
4
4
  breadcrumb_default
5
- } from "../../chunk-OBFPPWUK.mjs";
5
+ } from "../../chunk-LKC7AK3H.mjs";
6
6
  import "../../chunk-MY5U63QO.mjs";
7
- import "../../chunk-LPZOH3RP.mjs";
8
- import "../../chunk-SK5HZOEH.mjs";
9
- import "../../chunk-U7LZMAHH.mjs";
7
+ import "../../chunk-QC2XOK2E.mjs";
8
+ import "../../chunk-WF7VSHBA.mjs";
9
+ import "../../chunk-AZA2LAZH.mjs";
10
10
  import "../../chunk-6WSACUIB.mjs";
11
11
  import "../../chunk-6PNKRBUT.mjs";
12
12
  import "../../chunk-LXHUO6VM.mjs";
13
13
  import "../../chunk-ZYIIXWVY.mjs";
14
14
  import "../../chunk-DZ6QJCDZ.mjs";
15
- import "../../chunk-IVONTBFH.mjs";
15
+ import "../../chunk-7TAC2S5U.mjs";
16
16
  import "../../chunk-3I7QA57V.mjs";
17
+ import "../../chunk-4ZJFD3L3.mjs";
17
18
  import "../../chunk-27Y6K5NK.mjs";
18
19
  import "../../chunk-E3G5QXSH.mjs";
19
- import "../../chunk-4ZJFD3L3.mjs";
20
20
  import "../../chunk-AC6TWLRT.mjs";
21
21
  export {
22
22
  breadcrumb_default as Breadcrumb
@@ -9,6 +9,9 @@ interface ButtonGroupProps {
9
9
  radius?: "default" | "full" | "none";
10
10
  fullWidth?: boolean;
11
11
  isDisabled?: boolean;
12
+ classNames?: {
13
+ base: string;
14
+ };
12
15
  }
13
16
  declare const ButtonGroup: react__default.ForwardRefExoticComponent<ButtonGroupProps & react__default.RefAttributes<HTMLDivElement>>;
14
17
 
@@ -9,6 +9,9 @@ interface ButtonGroupProps {
9
9
  radius?: "default" | "full" | "none";
10
10
  fullWidth?: boolean;
11
11
  isDisabled?: boolean;
12
+ classNames?: {
13
+ base: string;
14
+ };
12
15
  }
13
16
  declare const ButtonGroup: react__default.ForwardRefExoticComponent<ButtonGroupProps & react__default.RefAttributes<HTMLDivElement>>;
14
17
 
@@ -327,7 +327,8 @@ var tv = (0, import_tailwind_variants.createTV)({
327
327
  // src/components/button/button-group.tsx
328
328
  var import_jsx_runtime = require("react/jsx-runtime");
329
329
  var ButtonGroup = (0, import_react.forwardRef)(({ children, ...props }, ref) => {
330
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { ref, className: buttonGroup(), children: import_react.default.Children.map(children, (child) => {
330
+ var _a;
331
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { ref, className: buttonGroup({ className: (_a = props.classNames) == null ? void 0 : _a.base }), children: import_react.default.Children.map(children, (child) => {
331
332
  return import_react.default.cloneElement(child, {
332
333
  ...props,
333
334
  ...child.props,
@@ -339,5 +340,5 @@ var ButtonGroup = (0, import_react.forwardRef)(({ children, ...props }, ref) =>
339
340
  ButtonGroup.displayName = "ButtonGroup";
340
341
  var button_group_default = ButtonGroup;
341
342
  var buttonGroup = tv({
342
- base: ["flex", "gap-[20px]"]
343
+ base: ["flex"]
343
344
  });
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  button_group_default
4
- } from "../../chunk-LPZOH3RP.mjs";
4
+ } from "../../chunk-QC2XOK2E.mjs";
5
5
  import "../../chunk-4ZJFD3L3.mjs";
6
6
  import "../../chunk-AC6TWLRT.mjs";
7
7
  export {
@@ -4566,7 +4566,7 @@ var buttonStyle = tv({
4566
4566
  },
4567
4567
  isInGroup: {
4568
4568
  true: {
4569
- base: "[&:not(:first-child):not(:last-child)]:rounded-none first:rounded-r-none last:rounded-l-none"
4569
+ base: "[&:not(:first-child):not(:last-child)]:rounded-none first:rounded-r-none last:rounded-l-none [&:not(:first-child)]:border-l-0"
4570
4570
  }
4571
4571
  }
4572
4572
  },
@@ -1,15 +1,15 @@
1
1
  "use client";
2
2
  import {
3
3
  button_default
4
- } from "../../chunk-SK5HZOEH.mjs";
4
+ } from "../../chunk-WF7VSHBA.mjs";
5
5
  import "../../chunk-6WSACUIB.mjs";
6
6
  import "../../chunk-6PNKRBUT.mjs";
7
7
  import "../../chunk-LXHUO6VM.mjs";
8
8
  import "../../chunk-ZYIIXWVY.mjs";
9
9
  import "../../chunk-DZ6QJCDZ.mjs";
10
10
  import "../../chunk-3I7QA57V.mjs";
11
- import "../../chunk-E3G5QXSH.mjs";
12
11
  import "../../chunk-4ZJFD3L3.mjs";
12
+ import "../../chunk-E3G5QXSH.mjs";
13
13
  import "../../chunk-AC6TWLRT.mjs";
14
14
  export {
15
15
  button_default as default
@@ -4536,7 +4536,12 @@ var iconButtonStyle = tv({
4536
4536
  },
4537
4537
  isInGroup: {
4538
4538
  true: {
4539
- base: ["[&:not(:first-child):not(:last-child)]:rounded-none", "first:rounded-r-none", "last:rounded-l-none"]
4539
+ base: [
4540
+ "[&:not(:first-child):not(:last-child)]:rounded-none",
4541
+ "first:rounded-r-none",
4542
+ "last:rounded-l-none",
4543
+ "[&:not(:first-child)]:border-l-0"
4544
+ ]
4540
4545
  }
4541
4546
  }
4542
4547
  },
@@ -1,15 +1,15 @@
1
1
  "use client";
2
2
  import {
3
3
  icon_button_default
4
- } from "../../chunk-U7LZMAHH.mjs";
4
+ } from "../../chunk-AZA2LAZH.mjs";
5
5
  import "../../chunk-6WSACUIB.mjs";
6
6
  import "../../chunk-6PNKRBUT.mjs";
7
7
  import "../../chunk-LXHUO6VM.mjs";
8
8
  import "../../chunk-ZYIIXWVY.mjs";
9
9
  import "../../chunk-DZ6QJCDZ.mjs";
10
10
  import "../../chunk-3I7QA57V.mjs";
11
- import "../../chunk-E3G5QXSH.mjs";
12
11
  import "../../chunk-4ZJFD3L3.mjs";
12
+ import "../../chunk-E3G5QXSH.mjs";
13
13
  import "../../chunk-AC6TWLRT.mjs";
14
14
  export {
15
15
  icon_button_default as default
@@ -4571,7 +4571,7 @@ var buttonStyle = tv({
4571
4571
  },
4572
4572
  isInGroup: {
4573
4573
  true: {
4574
- base: "[&:not(:first-child):not(:last-child)]:rounded-none first:rounded-r-none last:rounded-l-none"
4574
+ base: "[&:not(:first-child):not(:last-child)]:rounded-none first:rounded-r-none last:rounded-l-none [&:not(:first-child)]:border-l-0"
4575
4575
  }
4576
4576
  }
4577
4577
  },
@@ -4932,7 +4932,12 @@ var iconButtonStyle = tv({
4932
4932
  },
4933
4933
  isInGroup: {
4934
4934
  true: {
4935
- base: ["[&:not(:first-child):not(:last-child)]:rounded-none", "first:rounded-r-none", "last:rounded-l-none"]
4935
+ base: [
4936
+ "[&:not(:first-child):not(:last-child)]:rounded-none",
4937
+ "first:rounded-r-none",
4938
+ "last:rounded-l-none",
4939
+ "[&:not(:first-child)]:border-l-0"
4940
+ ]
4936
4941
  }
4937
4942
  }
4938
4943
  },
@@ -5328,7 +5333,12 @@ var textButtonStyle = tv({
5328
5333
  },
5329
5334
  isInGroup: {
5330
5335
  true: {
5331
- base: ["[&:not(:first-child):not(:last-child)]:rounded-none", "first:rounded-r-none", "last:rounded-l-none"]
5336
+ base: [
5337
+ "[&:not(:first-child):not(:last-child)]:rounded-none",
5338
+ "first:rounded-r-none",
5339
+ "last:rounded-l-none",
5340
+ "[&:not(:first-child)]:border-l-0"
5341
+ ]
5332
5342
  }
5333
5343
  }
5334
5344
  },
@@ -5389,7 +5399,8 @@ var textButtonStyle = tv({
5389
5399
  var import_react5 = __toESM(require("react"));
5390
5400
  var import_jsx_runtime7 = require("react/jsx-runtime");
5391
5401
  var ButtonGroup = (0, import_react5.forwardRef)(({ children, ...props }, ref) => {
5392
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { ref, className: buttonGroup(), children: import_react5.default.Children.map(children, (child) => {
5402
+ var _a;
5403
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { ref, className: buttonGroup({ className: (_a = props.classNames) == null ? void 0 : _a.base }), children: import_react5.default.Children.map(children, (child) => {
5393
5404
  return import_react5.default.cloneElement(child, {
5394
5405
  ...props,
5395
5406
  ...child.props,
@@ -5401,7 +5412,7 @@ var ButtonGroup = (0, import_react5.forwardRef)(({ children, ...props }, ref) =>
5401
5412
  ButtonGroup.displayName = "ButtonGroup";
5402
5413
  var button_group_default = ButtonGroup;
5403
5414
  var buttonGroup = tv({
5404
- base: ["flex", "gap-[20px]"]
5415
+ base: ["flex"]
5405
5416
  });
5406
5417
  // Annotate the CommonJS export names for ESM import in node:
5407
5418
  0 && (module.exports = {
@@ -2,13 +2,13 @@
2
2
  import "../../chunk-MY5U63QO.mjs";
3
3
  import {
4
4
  button_group_default
5
- } from "../../chunk-LPZOH3RP.mjs";
5
+ } from "../../chunk-QC2XOK2E.mjs";
6
6
  import {
7
7
  button_default
8
- } from "../../chunk-SK5HZOEH.mjs";
8
+ } from "../../chunk-WF7VSHBA.mjs";
9
9
  import {
10
10
  icon_button_default
11
- } from "../../chunk-U7LZMAHH.mjs";
11
+ } from "../../chunk-AZA2LAZH.mjs";
12
12
  import "../../chunk-6WSACUIB.mjs";
13
13
  import "../../chunk-6PNKRBUT.mjs";
14
14
  import "../../chunk-LXHUO6VM.mjs";
@@ -16,11 +16,11 @@ import "../../chunk-ZYIIXWVY.mjs";
16
16
  import "../../chunk-DZ6QJCDZ.mjs";
17
17
  import {
18
18
  text_button_default
19
- } from "../../chunk-IVONTBFH.mjs";
19
+ } from "../../chunk-7TAC2S5U.mjs";
20
20
  import "../../chunk-3I7QA57V.mjs";
21
+ import "../../chunk-4ZJFD3L3.mjs";
21
22
  import "../../chunk-27Y6K5NK.mjs";
22
23
  import "../../chunk-E3G5QXSH.mjs";
23
- import "../../chunk-4ZJFD3L3.mjs";
24
24
  import "../../chunk-AC6TWLRT.mjs";
25
25
  export {
26
26
  button_default as Button,
@@ -477,7 +477,12 @@ var textButtonStyle = tv({
477
477
  },
478
478
  isInGroup: {
479
479
  true: {
480
- base: ["[&:not(:first-child):not(:last-child)]:rounded-none", "first:rounded-r-none", "last:rounded-l-none"]
480
+ base: [
481
+ "[&:not(:first-child):not(:last-child)]:rounded-none",
482
+ "first:rounded-r-none",
483
+ "last:rounded-l-none",
484
+ "[&:not(:first-child)]:border-l-0"
485
+ ]
481
486
  }
482
487
  }
483
488
  },
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  text_button_default
4
- } from "../../chunk-IVONTBFH.mjs";
4
+ } from "../../chunk-7TAC2S5U.mjs";
5
+ import "../../chunk-4ZJFD3L3.mjs";
5
6
  import "../../chunk-27Y6K5NK.mjs";
6
7
  import "../../chunk-E3G5QXSH.mjs";
7
- import "../../chunk-4ZJFD3L3.mjs";
8
8
  import "../../chunk-AC6TWLRT.mjs";
9
9
  export {
10
10
  text_button_default as default
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  areaChart_default
4
- } from "../../chunk-VGFGIXS6.mjs";
5
- import "../../chunk-E3G5QXSH.mjs";
4
+ } from "../../chunk-ZOENHWSZ.mjs";
6
5
  import "../../chunk-4ZJFD3L3.mjs";
6
+ import "../../chunk-E3G5QXSH.mjs";
7
7
  import "../../chunk-AC6TWLRT.mjs";
8
8
  export {
9
9
  areaChart_default as default
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  barChart_default
4
- } from "../../chunk-QEPJICMO.mjs";
5
- import "../../chunk-E3G5QXSH.mjs";
4
+ } from "../../chunk-76B5LZBM.mjs";
6
5
  import "../../chunk-4ZJFD3L3.mjs";
6
+ import "../../chunk-E3G5QXSH.mjs";
7
7
  import "../../chunk-AC6TWLRT.mjs";
8
8
  export {
9
9
  barChart_default as default