@spear-ai/spectral 1.3.42 → 1.3.43

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 (241) hide show
  1. package/dist/.js +117 -103
  2. package/dist/Accordion/AccordionBase.d.ts +8 -8
  3. package/dist/Alert/AlertBase.d.ts +14 -0
  4. package/dist/Alert/AlertBase.js +63 -0
  5. package/dist/Alert.d.ts +12 -0
  6. package/dist/Alert.js +97 -0
  7. package/dist/Badge/BadgeBase.d.ts +1 -1
  8. package/dist/Button.d.ts +2 -2
  9. package/dist/Checkbox/CheckboxBase.d.ts +5 -5
  10. package/dist/Dialog/DialogBase.d.ts +2 -2
  11. package/dist/Dialog.d.ts +1 -1
  12. package/dist/Drawer.d.ts +1 -1
  13. package/dist/Drawer.js +141 -139
  14. package/dist/Icons/AnnotationsIcon.d.ts +1 -1
  15. package/dist/Icons/AnnotationsIcon.js +8 -7
  16. package/dist/Icons/CalendarIcon.d.ts +1 -1
  17. package/dist/Icons/CalendarIcon.js +9 -8
  18. package/dist/Icons/CheckIcon.d.ts +3 -0
  19. package/dist/Icons/CheckIcon.js +29 -0
  20. package/dist/Icons/ClockIcon.d.ts +1 -1
  21. package/dist/Icons/ClockIcon.js +9 -8
  22. package/dist/Icons/CloseCircleIcon.d.ts +3 -0
  23. package/dist/Icons/CloseCircleIcon.js +29 -0
  24. package/dist/Icons/CloseIcon.d.ts +3 -0
  25. package/dist/Icons/CloseIcon.js +28 -0
  26. package/dist/Icons/DashboardIcon.d.ts +1 -1
  27. package/dist/Icons/DashboardIcon.js +9 -8
  28. package/dist/Icons/DeleteIcon.d.ts +1 -1
  29. package/dist/Icons/DeleteIcon.js +9 -8
  30. package/dist/Icons/DurationIcon.d.ts +1 -1
  31. package/dist/Icons/DurationIcon.js +9 -8
  32. package/dist/Icons/EraserIcon.d.ts +1 -1
  33. package/dist/Icons/EraserIcon.js +9 -8
  34. package/dist/Icons/EyeClosedIcon.d.ts +3 -0
  35. package/dist/Icons/EyeClosedIcon.js +32 -0
  36. package/dist/Icons/EyeClosedIcon2.d.ts +3 -0
  37. package/dist/Icons/EyeClosedIcon2.js +30 -0
  38. package/dist/Icons/EyeOpenIcon.d.ts +3 -0
  39. package/dist/Icons/EyeOpenIcon.js +28 -0
  40. package/dist/Icons/GoToFirstIcon.d.ts +1 -1
  41. package/dist/Icons/GoToFirstIcon.js +9 -8
  42. package/dist/Icons/GoToLastIcon.d.ts +1 -1
  43. package/dist/Icons/GoToLastIcon.js +9 -8
  44. package/dist/Icons/HarmonicCursorsIcon.d.ts +1 -1
  45. package/dist/Icons/HarmonicCursorsIcon.js +9 -8
  46. package/dist/Icons/IconBase.d.ts +3 -3
  47. package/dist/Icons/InfoIcon.d.ts +1 -1
  48. package/dist/Icons/InfoIcon.js +9 -8
  49. package/dist/Icons/LabelIcon.d.ts +1 -1
  50. package/dist/Icons/LabelIcon.js +8 -7
  51. package/dist/Icons/LassoIcon.d.ts +1 -1
  52. package/dist/Icons/LassoIcon.js +9 -8
  53. package/dist/Icons/LineToolIcon.d.ts +1 -1
  54. package/dist/Icons/LineToolIcon.js +9 -8
  55. package/dist/Icons/LiveViewIcon.d.ts +1 -1
  56. package/dist/Icons/LiveViewIcon.js +9 -8
  57. package/dist/Icons/LocationIcon.d.ts +1 -1
  58. package/dist/Icons/LocationIcon.js +9 -8
  59. package/dist/Icons/LogoutIcon.d.ts +1 -1
  60. package/dist/Icons/LogoutIcon.js +8 -7
  61. package/dist/Icons/MetadataIcon.d.ts +1 -1
  62. package/dist/Icons/MetadataIcon.js +8 -7
  63. package/dist/Icons/OntologyIcon.d.ts +1 -1
  64. package/dist/Icons/OntologyIcon.js +9 -8
  65. package/dist/Icons/PanelIcon.d.ts +1 -1
  66. package/dist/Icons/PanelIcon.js +9 -8
  67. package/dist/Icons/PlayIcon.d.ts +1 -1
  68. package/dist/Icons/PlayIcon.js +8 -7
  69. package/dist/Icons/PlusIcon.d.ts +1 -1
  70. package/dist/Icons/PlusIcon.js +8 -7
  71. package/dist/Icons/ResetIcon.d.ts +1 -1
  72. package/dist/Icons/ResetIcon.js +8 -7
  73. package/dist/Icons/ScissorsIcon.d.ts +1 -1
  74. package/dist/Icons/ScissorsIcon.js +9 -8
  75. package/dist/Icons/SettingsIcon.d.ts +1 -1
  76. package/dist/Icons/SettingsIcon.js +9 -8
  77. package/dist/Icons/TrashIcon.d.ts +1 -1
  78. package/dist/Icons/TrashIcon.js +8 -7
  79. package/dist/Icons/UndoIcon.d.ts +1 -1
  80. package/dist/Icons/UndoIcon.js +8 -7
  81. package/dist/Icons/UserIcon.d.ts +1 -1
  82. package/dist/Icons/UserIcon.js +8 -7
  83. package/dist/Icons/WarningIcon.d.ts +1 -1
  84. package/dist/Icons/WarningIcon.js +8 -7
  85. package/dist/Icons/ZoomAllIcon.d.ts +1 -1
  86. package/dist/Icons/ZoomAllIcon.js +9 -8
  87. package/dist/Icons/ZoomXIcon.d.ts +1 -1
  88. package/dist/Icons/ZoomXIcon.js +9 -8
  89. package/dist/Icons/ZoomYIcon.d.ts +1 -1
  90. package/dist/Icons/ZoomYIcon.js +9 -8
  91. package/dist/Icons/index.d.ts +6 -0
  92. package/dist/Icons.js +72 -60
  93. package/dist/Label.d.ts +2 -2
  94. package/dist/Popover.d.ts +1 -1
  95. package/dist/RadioButtonGroup/RadioButtonGroupBase.d.ts +5 -3
  96. package/dist/RadioButtonGroup/RadioButtonGroupBase.js +41 -39
  97. package/dist/RadioButtonGroup.d.ts +2 -2
  98. package/dist/RadioButtonGroup.js +6 -6
  99. package/dist/RadioGroup/RadioGroupBase.d.ts +7 -7
  100. package/dist/RadioGroup.d.ts +1 -1
  101. package/dist/Skeleton.d.ts +1 -1
  102. package/dist/Slider/SliderBase.d.ts +7 -7
  103. package/dist/SpectralProvider.d.ts +1 -1
  104. package/dist/Switch/SwitchBase.d.ts +4 -4
  105. package/dist/Switch.d.ts +2 -2
  106. package/dist/Toggle/ToggleBase.d.ts +5 -4
  107. package/dist/Toggle/ToggleBase.js +30 -28
  108. package/dist/Toggle.d.ts +2 -2
  109. package/dist/ToggleGroup/ToggleGroupBase.d.ts +2 -2
  110. package/dist/ToggleGroup.d.ts +3 -3
  111. package/dist/Tooltip/TooltipBase.d.ts +8 -8
  112. package/dist/Tooltip.d.ts +1 -1
  113. package/dist/components/Accordion/AccordionBase.d.ts +8 -8
  114. package/dist/components/Alert/Alert.d.ts +12 -0
  115. package/dist/components/Alert/Alert.d.ts.map +1 -0
  116. package/dist/components/Alert/AlertBase.d.ts +14 -0
  117. package/dist/components/Alert/AlertBase.d.ts.map +1 -0
  118. package/dist/components/Badge/BadgeBase.d.ts +1 -1
  119. package/dist/components/Button/Button.d.ts +2 -2
  120. package/dist/components/Checkbox/CheckboxBase.d.ts +5 -5
  121. package/dist/components/Dialog/Dialog.d.ts +1 -1
  122. package/dist/components/Dialog/DialogBase.d.ts +2 -2
  123. package/dist/components/Drawer/Drawer.d.ts +1 -1
  124. package/dist/components/Drawer/Drawer.d.ts.map +1 -1
  125. package/dist/components/Icons/AnnotationsIcon.d.ts +1 -1
  126. package/dist/components/Icons/AnnotationsIcon.d.ts.map +1 -1
  127. package/dist/components/Icons/CalendarIcon.d.ts +1 -1
  128. package/dist/components/Icons/CalendarIcon.d.ts.map +1 -1
  129. package/dist/components/Icons/CheckIcon.d.ts +3 -0
  130. package/dist/components/Icons/CheckIcon.d.ts.map +1 -0
  131. package/dist/components/Icons/ClockIcon.d.ts +1 -1
  132. package/dist/components/Icons/ClockIcon.d.ts.map +1 -1
  133. package/dist/components/Icons/CloseCircleIcon.d.ts +3 -0
  134. package/dist/components/Icons/CloseCircleIcon.d.ts.map +1 -0
  135. package/dist/components/Icons/CloseIcon.d.ts +3 -0
  136. package/dist/components/Icons/CloseIcon.d.ts.map +1 -0
  137. package/dist/components/Icons/DashboardIcon.d.ts +1 -1
  138. package/dist/components/Icons/DashboardIcon.d.ts.map +1 -1
  139. package/dist/components/Icons/DeleteIcon.d.ts +1 -1
  140. package/dist/components/Icons/DeleteIcon.d.ts.map +1 -1
  141. package/dist/components/Icons/DurationIcon.d.ts +1 -1
  142. package/dist/components/Icons/DurationIcon.d.ts.map +1 -1
  143. package/dist/components/Icons/EraserIcon.d.ts +1 -1
  144. package/dist/components/Icons/EraserIcon.d.ts.map +1 -1
  145. package/dist/components/Icons/EyeClosedIcon.d.ts +3 -0
  146. package/dist/components/Icons/EyeClosedIcon.d.ts.map +1 -0
  147. package/dist/components/Icons/EyeClosedIcon2.d.ts +3 -0
  148. package/dist/components/Icons/EyeClosedIcon2.d.ts.map +1 -0
  149. package/dist/components/Icons/EyeOpenIcon.d.ts +3 -0
  150. package/dist/components/Icons/EyeOpenIcon.d.ts.map +1 -0
  151. package/dist/components/Icons/GoToFirstIcon.d.ts +1 -1
  152. package/dist/components/Icons/GoToFirstIcon.d.ts.map +1 -1
  153. package/dist/components/Icons/GoToLastIcon.d.ts +1 -1
  154. package/dist/components/Icons/GoToLastIcon.d.ts.map +1 -1
  155. package/dist/components/Icons/HarmonicCursorsIcon.d.ts +1 -1
  156. package/dist/components/Icons/HarmonicCursorsIcon.d.ts.map +1 -1
  157. package/dist/components/Icons/IconBase.d.ts +3 -3
  158. package/dist/components/Icons/InfoIcon.d.ts +1 -1
  159. package/dist/components/Icons/InfoIcon.d.ts.map +1 -1
  160. package/dist/components/Icons/LabelIcon.d.ts +1 -1
  161. package/dist/components/Icons/LabelIcon.d.ts.map +1 -1
  162. package/dist/components/Icons/LassoIcon.d.ts +1 -1
  163. package/dist/components/Icons/LassoIcon.d.ts.map +1 -1
  164. package/dist/components/Icons/LineToolIcon.d.ts +1 -1
  165. package/dist/components/Icons/LineToolIcon.d.ts.map +1 -1
  166. package/dist/components/Icons/LiveViewIcon.d.ts +1 -1
  167. package/dist/components/Icons/LiveViewIcon.d.ts.map +1 -1
  168. package/dist/components/Icons/LocationIcon.d.ts +1 -1
  169. package/dist/components/Icons/LocationIcon.d.ts.map +1 -1
  170. package/dist/components/Icons/LogoutIcon.d.ts +1 -1
  171. package/dist/components/Icons/LogoutIcon.d.ts.map +1 -1
  172. package/dist/components/Icons/MetadataIcon.d.ts +1 -1
  173. package/dist/components/Icons/MetadataIcon.d.ts.map +1 -1
  174. package/dist/components/Icons/OntologyIcon.d.ts +1 -1
  175. package/dist/components/Icons/OntologyIcon.d.ts.map +1 -1
  176. package/dist/components/Icons/PanelIcon.d.ts +1 -1
  177. package/dist/components/Icons/PanelIcon.d.ts.map +1 -1
  178. package/dist/components/Icons/PlayIcon.d.ts +1 -1
  179. package/dist/components/Icons/PlayIcon.d.ts.map +1 -1
  180. package/dist/components/Icons/PlusIcon.d.ts +1 -1
  181. package/dist/components/Icons/PlusIcon.d.ts.map +1 -1
  182. package/dist/components/Icons/ResetIcon.d.ts +1 -1
  183. package/dist/components/Icons/ResetIcon.d.ts.map +1 -1
  184. package/dist/components/Icons/ScissorsIcon.d.ts +1 -1
  185. package/dist/components/Icons/ScissorsIcon.d.ts.map +1 -1
  186. package/dist/components/Icons/SettingsIcon.d.ts +1 -1
  187. package/dist/components/Icons/SettingsIcon.d.ts.map +1 -1
  188. package/dist/components/Icons/TrashIcon.d.ts +1 -1
  189. package/dist/components/Icons/TrashIcon.d.ts.map +1 -1
  190. package/dist/components/Icons/UndoIcon.d.ts +1 -1
  191. package/dist/components/Icons/UndoIcon.d.ts.map +1 -1
  192. package/dist/components/Icons/UserIcon.d.ts +1 -1
  193. package/dist/components/Icons/UserIcon.d.ts.map +1 -1
  194. package/dist/components/Icons/WarningIcon.d.ts +1 -1
  195. package/dist/components/Icons/WarningIcon.d.ts.map +1 -1
  196. package/dist/components/Icons/ZoomAllIcon.d.ts +1 -1
  197. package/dist/components/Icons/ZoomAllIcon.d.ts.map +1 -1
  198. package/dist/components/Icons/ZoomXIcon.d.ts +1 -1
  199. package/dist/components/Icons/ZoomXIcon.d.ts.map +1 -1
  200. package/dist/components/Icons/ZoomYIcon.d.ts +1 -1
  201. package/dist/components/Icons/ZoomYIcon.d.ts.map +1 -1
  202. package/dist/components/Icons/iconTypes.d.ts +3 -3
  203. package/dist/components/Icons/iconTypes.d.ts.map +1 -1
  204. package/dist/components/Icons/index.d.ts +6 -0
  205. package/dist/components/Icons/index.d.ts.map +1 -1
  206. package/dist/components/Label/Label.d.ts +2 -2
  207. package/dist/components/Popover/Popover.d.ts +1 -1
  208. package/dist/components/RadioButtonGroup/RadioButtonGroup.d.ts +2 -2
  209. package/dist/components/RadioButtonGroup/RadioButtonGroup.d.ts.map +1 -1
  210. package/dist/components/RadioButtonGroup/RadioButtonGroupBase.d.ts +5 -3
  211. package/dist/components/RadioButtonGroup/RadioButtonGroupBase.d.ts.map +1 -1
  212. package/dist/components/RadioGroup/RadioGroup.d.ts +1 -1
  213. package/dist/components/RadioGroup/RadioGroupBase.d.ts +7 -7
  214. package/dist/components/Skeleton/Skeleton.d.ts +1 -1
  215. package/dist/components/Slider/SliderBase.d.ts +7 -7
  216. package/dist/components/SpectralProvider/SpectralProvider.d.ts +1 -1
  217. package/dist/components/Switch/Switch.d.ts +2 -2
  218. package/dist/components/Switch/SwitchBase.d.ts +4 -4
  219. package/dist/components/Toggle/Toggle.d.ts +2 -2
  220. package/dist/components/Toggle/ToggleBase.d.ts +5 -4
  221. package/dist/components/Toggle/ToggleBase.d.ts.map +1 -1
  222. package/dist/components/ToggleGroup/ToggleGroup.d.ts +3 -3
  223. package/dist/components/ToggleGroup/ToggleGroupBase.d.ts +2 -2
  224. package/dist/components/Tooltip/Tooltip.d.ts +1 -1
  225. package/dist/components/Tooltip/TooltipBase.d.ts +8 -8
  226. package/dist/features/HorizonColorGrid/HorizonColorGrid.d.ts +1 -1
  227. package/dist/features/LabelingToolbar/LabelingToolbar.d.ts +1 -1
  228. package/dist/features/LabelingTools.js +14 -8
  229. package/dist/features/SensorMetadata.js +14 -8
  230. package/dist/features/SettingsPopover/SettingsPopover.d.ts.map +1 -1
  231. package/dist/features/SettingsPopover.js +26 -19
  232. package/dist/hooks/useAccordionAutoScroll.d.ts +1 -1
  233. package/dist/hooks/useOutsideClick.d.ts +1 -1
  234. package/dist/index.d.ts +1 -0
  235. package/dist/index.d.ts.map +1 -1
  236. package/dist/primitives/label.d.ts +2 -2
  237. package/dist/primitives/slot.d.ts +3 -3
  238. package/dist/styles/base-colors.css +19 -9
  239. package/dist/styles/main.css +1 -1
  240. package/dist/utils/refs.d.ts +1 -1
  241. package/package.json +2 -1
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const TrashIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const TrashIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=TrashIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsx as C } from "react/jsx-runtime";
4
- import L from "./IconBase.js";
5
- import { forwardRef as n } from "react";
6
- const t = ({ className: r, ariaHidden: M, title: Z = "Trash", description: V, size: H = 24 }, o) => /* @__PURE__ */ C(
7
- L,
4
+ import n from "./IconBase.js";
5
+ import { forwardRef as t } from "react";
6
+ const a = ({ className: r, ariaHidden: M, title: Z = "Trash", description: V, size: H = 24, ...o }, L) => /* @__PURE__ */ C(
7
+ n,
8
8
  {
9
9
  size: H,
10
10
  className: r,
11
11
  title: Z,
12
12
  description: V,
13
13
  "aria-hidden": M,
14
- ref: o,
14
+ ref: L,
15
+ ...o,
15
16
  children: /* @__PURE__ */ C(
16
17
  "path",
17
18
  {
@@ -20,7 +21,7 @@ const t = ({ className: r, ariaHidden: M, title: Z = "Trash", description: V, si
20
21
  }
21
22
  )
22
23
  }
23
- ), i = n(t);
24
+ ), s = t(a);
24
25
  export {
25
- i as TrashIcon
26
+ s as TrashIcon
26
27
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const UndoIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const UndoIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=UndoIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsx as o } from "react/jsx-runtime";
4
- import c from "./IconBase.js";
5
- import { forwardRef as s } from "react";
6
- const a = ({ className: r, ariaHidden: n, title: t = "Undo", description: e, size: d = 24 }, i) => /* @__PURE__ */ o(
7
- c,
4
+ import s from "./IconBase.js";
5
+ import { forwardRef as a } from "react";
6
+ const m = ({ className: r, ariaHidden: n, title: t = "Undo", description: e, size: d = 24, ...i }, c) => /* @__PURE__ */ o(
7
+ s,
8
8
  {
9
9
  size: d,
10
10
  className: r,
11
11
  title: t,
12
12
  description: e,
13
13
  "aria-hidden": n,
14
- ref: i,
14
+ ref: c,
15
+ ...i,
15
16
  children: /* @__PURE__ */ o(
16
17
  "path",
17
18
  {
@@ -23,7 +24,7 @@ const a = ({ className: r, ariaHidden: n, title: t = "Undo", description: e, siz
23
24
  }
24
25
  )
25
26
  }
26
- ), C = s(a);
27
+ ), h = a(m);
27
28
  export {
28
- C as UndoIcon
29
+ h as UndoIcon
29
30
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const UserIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const UserIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=UserIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsx as r } from "react/jsx-runtime";
4
- import i from "./IconBase.js";
5
- import { forwardRef as c } from "react";
6
- const d = ({ className: o, ariaHidden: e, title: t = "User", description: C, size: n = 24 }, s) => /* @__PURE__ */ r(
7
- i,
4
+ import c from "./IconBase.js";
5
+ import { forwardRef as d } from "react";
6
+ const m = ({ className: o, ariaHidden: e, title: t = "User", description: C, size: n = 24, ...s }, i) => /* @__PURE__ */ r(
7
+ c,
8
8
  {
9
9
  size: n,
10
10
  className: o,
11
11
  title: t,
12
12
  description: C,
13
13
  "aria-hidden": e,
14
- ref: s,
14
+ ref: i,
15
+ ...s,
15
16
  children: /* @__PURE__ */ r(
16
17
  "path",
17
18
  {
@@ -22,7 +23,7 @@ const d = ({ className: o, ariaHidden: e, title: t = "User", description: C, siz
22
23
  }
23
24
  )
24
25
  }
25
- ), p = c(d);
26
+ ), h = d(m);
26
27
  export {
27
- p as UserIcon
28
+ h as UserIcon
28
29
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const WarningIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const WarningIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=WarningIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsx as r } from "react/jsx-runtime";
4
- import C from "./IconBase.js";
5
- import { forwardRef as c } from "react";
6
- const d = ({ className: o, ariaHidden: n, title: t = "Warning/Caution", description: i, size: e = 24 }, a) => /* @__PURE__ */ r(
7
- C,
4
+ import c from "./IconBase.js";
5
+ import { forwardRef as d } from "react";
6
+ const s = ({ className: o, ariaHidden: n, title: t = "Warning/Caution", description: i, size: e = 24, ...a }, C) => /* @__PURE__ */ r(
7
+ c,
8
8
  {
9
9
  size: e,
10
10
  className: o,
11
11
  title: t,
12
12
  description: i,
13
13
  "aria-hidden": n,
14
- ref: a,
14
+ ref: C,
15
+ ...a,
15
16
  children: /* @__PURE__ */ r(
16
17
  "path",
17
18
  {
@@ -22,7 +23,7 @@ const d = ({ className: o, ariaHidden: n, title: t = "Warning/Caution", descript
22
23
  }
23
24
  )
24
25
  }
25
- ), f = c(d);
26
+ ), h = d(s);
26
27
  export {
27
- f as WarningIcon
28
+ h as WarningIcon
28
29
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const ZoomAllIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const ZoomAllIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=ZoomAllIcon.d.ts.map
@@ -1,19 +1,20 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsxs as t, jsx as o } from "react/jsx-runtime";
4
- import k, { SvgIdContext as L } from "./IconBase.js";
5
- import { forwardRef as h, useContext as l } from "react";
6
- const u = ({ className: e, ariaHidden: n, title: i = "Zoom All", description: d, size: s = 24 }, c) => {
7
- const r = l(L);
4
+ import L, { SvgIdContext as h } from "./IconBase.js";
5
+ import { forwardRef as l, useContext as u } from "react";
6
+ const a = ({ className: e, ariaHidden: n, title: i = "Zoom All", description: d, size: s = 24, ...c }, k) => {
7
+ const r = u(h);
8
8
  return /* @__PURE__ */ t(
9
- k,
9
+ L,
10
10
  {
11
11
  size: s,
12
12
  className: e,
13
13
  title: i,
14
14
  description: d,
15
15
  "aria-hidden": n,
16
- ref: c,
16
+ ref: k,
17
+ ...c,
17
18
  children: [
18
19
  /* @__PURE__ */ t("g", { clipPath: `url(#${r}-clip0)`, children: [
19
20
  /* @__PURE__ */ o("path", { d: "M21 19L10 19", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
@@ -55,7 +56,7 @@ const u = ({ className: e, ariaHidden: n, title: i = "Zoom All", description: d,
55
56
  ]
56
57
  }
57
58
  );
58
- }, m = h(u);
59
+ }, j = l(a);
59
60
  export {
60
- m as ZoomAllIcon
61
+ j as ZoomAllIcon
61
62
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const ZoomXIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const ZoomXIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=ZoomXIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
- import c from "./IconBase.js";
5
- import { forwardRef as k } from "react";
6
- const a = ({ className: r, ariaHidden: t, title: e = "Zoom X Axis", description: n, size: i = 24 }, s) => /* @__PURE__ */ d(
7
- c,
3
+ import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
+ import k from "./IconBase.js";
5
+ import { forwardRef as a } from "react";
6
+ const p = ({ className: r, ariaHidden: t, title: e = "Zoom X Axis", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ c(
7
+ k,
8
8
  {
9
9
  size: i,
10
10
  className: r,
11
11
  title: e,
12
12
  description: n,
13
13
  "aria-hidden": t,
14
- ref: s,
14
+ ref: d,
15
+ ...s,
15
16
  children: [
16
17
  /* @__PURE__ */ o(
17
18
  "path",
@@ -36,7 +37,7 @@ const a = ({ className: r, ariaHidden: t, title: e = "Zoom X Axis", description:
36
37
  /* @__PURE__ */ o("path", { d: "M2.375 12H21.625", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
37
38
  ]
38
39
  }
39
- ), m = k(a);
40
+ ), h = a(p);
40
41
  export {
41
- m as ZoomXIcon
42
+ h as ZoomXIcon
42
43
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const ZoomYIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const ZoomYIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=ZoomYIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
- import c from "./IconBase.js";
5
- import { forwardRef as k } from "react";
6
- const a = ({ className: r, ariaHidden: t, title: e = "Zoom Y Axis", description: n, size: i = 24 }, s) => /* @__PURE__ */ d(
7
- c,
3
+ import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
+ import k from "./IconBase.js";
5
+ import { forwardRef as a } from "react";
6
+ const p = ({ className: r, ariaHidden: t, title: e = "Zoom Y Axis", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ c(
7
+ k,
8
8
  {
9
9
  size: i,
10
10
  className: r,
11
11
  title: e,
12
12
  description: n,
13
13
  "aria-hidden": t,
14
- ref: s,
14
+ ref: d,
15
+ ...s,
15
16
  children: [
16
17
  /* @__PURE__ */ o(
17
18
  "path",
@@ -36,7 +37,7 @@ const a = ({ className: r, ariaHidden: t, title: e = "Zoom Y Axis", description:
36
37
  /* @__PURE__ */ o("path", { d: "M12 2.90918V21.091", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
37
38
  ]
38
39
  }
39
- ), m = k(a);
40
+ ), h = a(p);
40
41
  export {
41
- m as ZoomYIcon
42
+ h as ZoomYIcon
42
43
  };
@@ -1,10 +1,16 @@
1
1
  export { AnnotationsIcon } from './AnnotationsIcon';
2
2
  export { CalendarIcon } from './CalendarIcon';
3
+ export { CheckIcon } from './CheckIcon';
3
4
  export { ClockIcon } from './ClockIcon';
5
+ export { CloseCircleIcon } from './CloseCircleIcon';
6
+ export { CloseIcon } from './CloseIcon';
4
7
  export { DashboardIcon } from './DashboardIcon';
5
8
  export { DeleteIcon } from './DeleteIcon';
6
9
  export { DurationIcon } from './DurationIcon';
7
10
  export { EraserIcon } from './EraserIcon';
11
+ export { EyeClosedIcon } from './EyeClosedIcon';
12
+ export { EyeClosedIcon2 } from './EyeClosedIcon2';
13
+ export { EyeOpenIcon } from './EyeOpenIcon';
8
14
  export { GoToFirstIcon } from './GoToFirstIcon';
9
15
  export { GoToLastIcon } from './GoToLastIcon';
10
16
  export { HarmonicCursorsIcon } from './HarmonicCursorsIcon';
package/dist/Icons.js CHANGED
@@ -1,66 +1,78 @@
1
1
  import { AnnotationsIcon as e } from "./Icons/AnnotationsIcon.js";
2
2
  import { CalendarIcon as t } from "./Icons/CalendarIcon.js";
3
- import { ClockIcon as m } from "./Icons/ClockIcon.js";
4
- import { DashboardIcon as I } from "./Icons/DashboardIcon.js";
5
- import { DeleteIcon as x } from "./Icons/DeleteIcon.js";
6
- import { DurationIcon as s } from "./Icons/DurationIcon.js";
7
- import { EraserIcon as l } from "./Icons/EraserIcon.js";
8
- import { GoToFirstIcon as d } from "./Icons/GoToFirstIcon.js";
9
- import { GoToLastIcon as u } from "./Icons/GoToLastIcon.js";
10
- import { HarmonicCursorsIcon as C } from "./Icons/HarmonicCursorsIcon.js";
11
- import { InfoIcon as P } from "./Icons/InfoIcon.js";
12
- import { LabelIcon as b } from "./Icons/LabelIcon.js";
13
- import { LassoIcon as y } from "./Icons/LassoIcon.js";
14
- import { LineToolIcon as G } from "./Icons/LineToolIcon.js";
15
- import { LiveViewIcon as U } from "./Icons/LiveViewIcon.js";
16
- import { LocationIcon as v } from "./Icons/LocationIcon.js";
17
- import { LogoutIcon as E } from "./Icons/LogoutIcon.js";
18
- import { MetadataIcon as H } from "./Icons/MetadataIcon.js";
19
- import { OntologyIcon as O } from "./Icons/OntologyIcon.js";
20
- import { PanelIcon as V } from "./Icons/PanelIcon.js";
21
- import { PlayIcon as X } from "./Icons/PlayIcon.js";
22
- import { PlusIcon as j } from "./Icons/PlusIcon.js";
23
- import { ResetIcon as z } from "./Icons/ResetIcon.js";
24
- import { ScissorsIcon as J } from "./Icons/ScissorsIcon.js";
25
- import { SettingsIcon as N } from "./Icons/SettingsIcon.js";
26
- import { TrashIcon as _ } from "./Icons/TrashIcon.js";
27
- import { UndoIcon as oo } from "./Icons/UndoIcon.js";
28
- import { UserIcon as eo } from "./Icons/UserIcon.js";
29
- import { WarningIcon as to } from "./Icons/WarningIcon.js";
30
- import { ZoomAllIcon as mo } from "./Icons/ZoomAllIcon.js";
31
- import { ZoomXIcon as Io } from "./Icons/ZoomXIcon.js";
32
- import { ZoomYIcon as xo } from "./Icons/ZoomYIcon.js";
3
+ import { CheckIcon as m } from "./Icons/CheckIcon.js";
4
+ import { ClockIcon as p } from "./Icons/ClockIcon.js";
5
+ import { CloseCircleIcon as x } from "./Icons/CloseCircleIcon.js";
6
+ import { CloseIcon as a } from "./Icons/CloseIcon.js";
7
+ import { DashboardIcon as i } from "./Icons/DashboardIcon.js";
8
+ import { DeleteIcon as L } from "./Icons/DeleteIcon.js";
9
+ import { DurationIcon as y } from "./Icons/DurationIcon.js";
10
+ import { EraserIcon as u } from "./Icons/EraserIcon.js";
11
+ import { EyeClosedIcon as T } from "./Icons/EyeClosedIcon.js";
12
+ import { EyeClosedIcon2 as D } from "./Icons/EyeClosedIcon2.js";
13
+ import { EyeOpenIcon as Z } from "./Icons/EyeOpenIcon.js";
14
+ import { GoToFirstIcon as k } from "./Icons/GoToFirstIcon.js";
15
+ import { GoToLastIcon as G } from "./Icons/GoToLastIcon.js";
16
+ import { HarmonicCursorsIcon as S } from "./Icons/HarmonicCursorsIcon.js";
17
+ import { InfoIcon as v } from "./Icons/InfoIcon.js";
18
+ import { LabelIcon as F } from "./Icons/LabelIcon.js";
19
+ import { LassoIcon as M } from "./Icons/LassoIcon.js";
20
+ import { LineToolIcon as V } from "./Icons/LineToolIcon.js";
21
+ import { LiveViewIcon as X } from "./Icons/LiveViewIcon.js";
22
+ import { LocationIcon as j } from "./Icons/LocationIcon.js";
23
+ import { LogoutIcon as z } from "./Icons/LogoutIcon.js";
24
+ import { MetadataIcon as J } from "./Icons/MetadataIcon.js";
25
+ import { OntologyIcon as N } from "./Icons/OntologyIcon.js";
26
+ import { PanelIcon as _ } from "./Icons/PanelIcon.js";
27
+ import { PlayIcon as oo } from "./Icons/PlayIcon.js";
28
+ import { PlusIcon as eo } from "./Icons/PlusIcon.js";
29
+ import { ResetIcon as to } from "./Icons/ResetIcon.js";
30
+ import { ScissorsIcon as mo } from "./Icons/ScissorsIcon.js";
31
+ import { SettingsIcon as po } from "./Icons/SettingsIcon.js";
32
+ import { TrashIcon as xo } from "./Icons/TrashIcon.js";
33
+ import { UndoIcon as ao } from "./Icons/UndoIcon.js";
34
+ import { UserIcon as io } from "./Icons/UserIcon.js";
35
+ import { WarningIcon as Lo } from "./Icons/WarningIcon.js";
36
+ import { ZoomAllIcon as go } from "./Icons/ZoomAllIcon.js";
37
+ import { ZoomXIcon as Eo } from "./Icons/ZoomXIcon.js";
38
+ import { ZoomYIcon as ho } from "./Icons/ZoomYIcon.js";
33
39
  export {
34
40
  e as AnnotationsIcon,
35
41
  t as CalendarIcon,
36
- m as ClockIcon,
37
- I as DashboardIcon,
38
- x as DeleteIcon,
39
- s as DurationIcon,
40
- l as EraserIcon,
41
- d as GoToFirstIcon,
42
- u as GoToLastIcon,
43
- C as HarmonicCursorsIcon,
44
- P as InfoIcon,
45
- b as LabelIcon,
46
- y as LassoIcon,
47
- G as LineToolIcon,
48
- U as LiveViewIcon,
49
- v as LocationIcon,
50
- E as LogoutIcon,
51
- H as MetadataIcon,
52
- O as OntologyIcon,
53
- V as PanelIcon,
54
- X as PlayIcon,
55
- j as PlusIcon,
56
- z as ResetIcon,
57
- J as ScissorsIcon,
58
- N as SettingsIcon,
59
- _ as TrashIcon,
60
- oo as UndoIcon,
61
- eo as UserIcon,
62
- to as WarningIcon,
63
- mo as ZoomAllIcon,
64
- Io as ZoomXIcon,
65
- xo as ZoomYIcon
42
+ m as CheckIcon,
43
+ p as ClockIcon,
44
+ x as CloseCircleIcon,
45
+ a as CloseIcon,
46
+ i as DashboardIcon,
47
+ L as DeleteIcon,
48
+ y as DurationIcon,
49
+ u as EraserIcon,
50
+ T as EyeClosedIcon,
51
+ D as EyeClosedIcon2,
52
+ Z as EyeOpenIcon,
53
+ k as GoToFirstIcon,
54
+ G as GoToLastIcon,
55
+ S as HarmonicCursorsIcon,
56
+ v as InfoIcon,
57
+ F as LabelIcon,
58
+ M as LassoIcon,
59
+ V as LineToolIcon,
60
+ X as LiveViewIcon,
61
+ j as LocationIcon,
62
+ z as LogoutIcon,
63
+ J as MetadataIcon,
64
+ N as OntologyIcon,
65
+ _ as PanelIcon,
66
+ oo as PlayIcon,
67
+ eo as PlusIcon,
68
+ to as ResetIcon,
69
+ mo as ScissorsIcon,
70
+ po as SettingsIcon,
71
+ xo as TrashIcon,
72
+ ao as UndoIcon,
73
+ io as UserIcon,
74
+ Lo as WarningIcon,
75
+ go as ZoomAllIcon,
76
+ Eo as ZoomXIcon,
77
+ ho as ZoomYIcon
66
78
  };
package/dist/Label.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import { LabelHTMLAttributes, Ref } from '../../../node_modules/react';
1
+ import { LabelHTMLAttributes, Ref } from 'react';
2
2
  export type LabelProps = LabelHTMLAttributes<HTMLLabelElement> & {
3
3
  htmlFor: string;
4
4
  className?: string;
5
5
  ref?: Ref<HTMLLabelElement>;
6
6
  };
7
- export declare const Label: import('../../../node_modules/react').ForwardRefExoticComponent<Omit<LabelProps, "ref"> & import('../../../node_modules/react').RefAttributes<HTMLLabelElement>>;
7
+ export declare const Label: import('react').ForwardRefExoticComponent<Omit<LabelProps, "ref"> & import('react').RefAttributes<HTMLLabelElement>>;
8
8
  //# sourceMappingURL=Label.d.ts.map
package/dist/Popover.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { ComponentProps } from '../../../node_modules/react';
1
+ import { ComponentProps } from 'react';
2
2
  import * as PopoverPrimitive from '@radix-ui/react-popover';
3
3
  export type PopoverContentProps = ComponentProps<typeof PopoverPrimitive.Content> & {
4
4
  width?: number | string;
@@ -1,4 +1,5 @@
1
- import { ReactNode } from '../../../node_modules/react';
1
+ import { AsChildProp } from '../../primitives/slot';
2
+ import { ReactNode } from 'react';
2
3
  export type RadioButtonGroupProps = {
3
4
  value?: string;
4
5
  onValueChange?: (value: string) => void;
@@ -6,13 +7,14 @@ export type RadioButtonGroupProps = {
6
7
  className?: string;
7
8
  isKeptActive?: boolean;
8
9
  expanded?: boolean;
10
+ asChild?: boolean;
9
11
  };
10
- export type RadioButtonGroupItemProps = {
12
+ export type RadioButtonGroupItemProps = AsChildProp & {
11
13
  value: string;
12
14
  children: ReactNode;
13
15
  className?: string;
14
16
  disabled?: boolean;
15
17
  };
16
18
  export declare const RadioButtonGroupBase: ({ value, onValueChange, children, className, isKeptActive, expanded, }: RadioButtonGroupProps) => import("react/jsx-runtime").JSX.Element;
17
- export declare const RadioButtonGroupItem: ({ value, children, className, disabled }: RadioButtonGroupItemProps) => import("react/jsx-runtime").JSX.Element;
19
+ export declare const RadioButtonGroupItem: ({ value, children, className, disabled, asChild, }: RadioButtonGroupItemProps) => import("react/jsx-runtime").JSX.Element;
18
20
  //# sourceMappingURL=RadioButtonGroupBase.d.ts.map
@@ -1,58 +1,60 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsx as s } from "react/jsx-runtime";
4
+ import { Slot as v } from "../primitives/slot.js";
4
5
  import { c as l } from "../twUtils-CRiPKpXj.js";
5
- import { createContext as f, useContext as b } from "react";
6
- const u = f(null), x = ({
7
- value: e,
6
+ import { createContext as h, useContext as x } from "react";
7
+ const u = h(null), G = ({
8
+ value: t,
8
9
  onValueChange: r,
9
10
  children: i,
10
- className: t,
11
- isKeptActive: o = !1,
12
- expanded: n = !1
13
- }) => /* @__PURE__ */ s(u.Provider, { value: { value: e, onValueChange: r, isKeptActive: o, expanded: n }, children: /* @__PURE__ */ s(
11
+ className: o,
12
+ isKeptActive: n = !1,
13
+ expanded: e = !1
14
+ }) => /* @__PURE__ */ s(u.Provider, { value: { value: t, onValueChange: r, isKeptActive: n, expanded: e }, children: /* @__PURE__ */ s(
14
15
  "div",
15
16
  {
16
17
  role: "radiogroup",
17
- "data-expanded": n,
18
+ "data-expanded": e,
18
19
  className: l(
19
20
  "flex h-fit w-fit items-center rounded-md [&_button:first-of-type]:rounded-l-md [&_button:last-of-type]:rounded-r-md",
20
21
  "data-[expanded=true]:w-full",
21
- t
22
+ o
22
23
  ),
23
24
  children: i
24
25
  }
25
- ) }), w = ({ value: e, children: r, className: i, disabled: t = !1 }) => {
26
- const o = b(u);
27
- if (!o)
26
+ ) }), R = ({
27
+ value: t,
28
+ children: r,
29
+ className: i,
30
+ disabled: o = !1,
31
+ asChild: n = !1
32
+ }) => {
33
+ const e = x(u);
34
+ if (!e)
28
35
  throw new Error("RadioButtonGroupItem must be used within a RadioButtonGroup");
29
- const { value: n, onValueChange: a, isKeptActive: c, expanded: g } = o, d = n === e;
30
- return /* @__PURE__ */ s(
31
- "button",
32
- {
33
- type: "button",
34
- role: "radio",
35
- "aria-checked": d,
36
- "data-state": d ? "on" : "off",
37
- disabled: t,
38
- onClick: () => {
39
- !t && a && a(e);
40
- },
41
- className: l(
42
- "bg-toggle-bg inline-flex items-center justify-center gap-2 border text-sm font-medium disabled:pointer-events-none disabled:opacity-50",
43
- "text-toggle-text hover:bg-toggle-bg--hover hover:text-toggle-text--hover transition-[colors] hover:cursor-pointer disabled:cursor-not-allowed",
44
- "focus-visible:border-ring focus-visible:ring-ring/50 focus:outline-none focus-visible:ring-[3px] [&_svg]:pointer-events-none [&_svg]:shrink-0",
45
- 'border-toggle-border hover:border-toggle-border--hover h-9 min-w-9 px-3 outline-none [&_svg:not([class*="size-"]):not([width]):not([height])]:size-4',
46
- "rounded-none shadow-none focus:z-10 focus-visible:z-10 [&:not(:first-child)]:border-l-0",
47
- g && "w-full",
48
- c && "data-[state=on]:bg-toggle-bg--active data-[state=on]:text-toggle-text--active data-[state=on]:border-toggle-border--active",
49
- i
50
- ),
51
- children: r
52
- }
53
- );
36
+ const { value: c, onValueChange: a, isKeptActive: g, expanded: f } = e, d = c === t, b = () => {
37
+ !o && a && a(t);
38
+ }, p = n ? v : "button", m = {
39
+ role: "radio",
40
+ "aria-checked": d,
41
+ "data-state": d ? "on" : "off",
42
+ disabled: o,
43
+ onClick: b,
44
+ className: l(
45
+ "bg-toggle-bg inline-flex items-center justify-center gap-2 border text-sm font-medium disabled:pointer-events-none disabled:opacity-50",
46
+ "disabled:cursor-not-allowed hover:cursor-pointer text-toggle-text hover:bg-toggle-bg--hover hover:text-toggle-text--hover transition-[colors]",
47
+ "[&_svg]:pointer-events-none [&_svg]:shrink-0 focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] focus:outline-none",
48
+ ' outline-none border-toggle-border hover:border-toggle-border--hover h-9 px-3 min-w-9 [&_svg:not([class*="size-"]):not([width]):not([height])]:size-4',
49
+ "rounded-none shadow-none focus:z-10 focus-visible:z-10 [&:not(:first-child)]:border-l-0",
50
+ f && "w-full",
51
+ g && "data-[state=on]:bg-toggle-bg--active data-[state=on]:text-toggle-text--active data-[state=on]:border-toggle-border--active",
52
+ i
53
+ )
54
+ };
55
+ return /* @__PURE__ */ s(p, { ...!n && { type: "button" }, ...m, children: r });
54
56
  };
55
57
  export {
56
- x as RadioButtonGroupBase,
57
- w as RadioButtonGroupItem
58
+ G as RadioButtonGroupBase,
59
+ R as RadioButtonGroupItem
58
60
  };
@@ -1,6 +1,6 @@
1
1
  import { RadioButtonGroupBase } from './RadioButtonGroupBase';
2
- import { ComponentProps } from '../../../node_modules/react';
2
+ import { ComponentProps } from 'react';
3
3
  export type RadioButtonGroupProps = ComponentProps<typeof RadioButtonGroupBase>;
4
4
  export declare const RadioButtonGroup: ({ className, children, ...props }: RadioButtonGroupProps) => import("react/jsx-runtime").JSX.Element;
5
- export declare const RadioButtonGroupItem: ({ value, children, className, disabled }: import('./RadioButtonGroupBase').RadioButtonGroupItemProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const RadioButtonGroupItem: ({ value, children, className, disabled, asChild, }: import('./RadioButtonGroupBase').RadioButtonGroupItemProps) => import("react/jsx-runtime").JSX.Element;
6
6
  //# sourceMappingURL=RadioButtonGroup.d.ts.map
@@ -1,19 +1,19 @@
1
1
  import "./styles/main.css";
2
2
  import { jsx as e } from "react/jsx-runtime";
3
- import { RadioButtonGroupItem as u, RadioButtonGroupBase as m } from "./RadioButtonGroup/RadioButtonGroupBase.js";
4
- import { c as n } from "./twUtils-CRiPKpXj.js";
3
+ import { RadioButtonGroupItem as n, RadioButtonGroupBase as u } from "./RadioButtonGroup/RadioButtonGroupBase.js";
4
+ import { c as m } from "./twUtils-CRiPKpXj.js";
5
5
  import "react";
6
6
  const s = ({ className: t, children: o, ...r }) => /* @__PURE__ */ e(
7
- m,
7
+ u,
8
8
  {
9
- className: n(
10
- "flex h-fit w-fit items-center rounded-md [&_button:first-of-type]:rounded-l-md [&_button:last-of-type]:rounded-r-md",
9
+ className: m(
10
+ "flex h-fit w-fit items-center rounded-md px-2 whitespace-nowrap [&_button:first-of-type]:rounded-l-md [&_button:last-of-type]:rounded-r-md",
11
11
  t
12
12
  ),
13
13
  ...r,
14
14
  children: o
15
15
  }
16
- ), f = u;
16
+ ), f = n;
17
17
  export {
18
18
  s as RadioButtonGroup,
19
19
  f as RadioButtonGroupItem