@spear-ai/spectral 1.9.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/README.md +6 -5
  2. package/dist/.js +112 -239
  3. package/dist/Accordion-CDXdSAST.js +363 -0
  4. package/dist/Accordion.js +3 -498
  5. package/dist/Alert/AlertBase.js +69 -152
  6. package/dist/Alert.js +58 -106
  7. package/dist/AnimatePresence-D-9jXfgI.js +178 -0
  8. package/dist/App.js +6 -6
  9. package/dist/Avatar.js +83 -65
  10. package/dist/Badge.d.ts +1 -3
  11. package/dist/Badge.js +21 -25
  12. package/dist/Button.js +102 -178
  13. package/dist/ButtonGroup/ButtonGroupButton.js +38 -40
  14. package/dist/ButtonGroup.js +55 -59
  15. package/dist/ButtonIcon.js +58 -134
  16. package/dist/Calendar-s4lyijkn.js +3109 -0
  17. package/dist/Checkbox/CheckboxBase.js +94 -126
  18. package/dist/Checkbox.d.ts +1 -1
  19. package/dist/Checkbox.js +40 -105
  20. package/dist/Combobox/ComboboxBase.js +2 -79
  21. package/dist/Combobox.js +106 -172
  22. package/dist/ComboboxBase-D8Nf4xC-.js +491 -0
  23. package/dist/ControlGroup/ControlGroupSelect.d.ts +1 -1
  24. package/dist/ControlGroup/ControlGroupSelect.js +85 -101
  25. package/dist/ControlGroup.js +45 -48
  26. package/dist/DataCard/Card.js +37 -12
  27. package/dist/DataCard.d.ts +1 -1
  28. package/dist/DataCard.js +36 -16
  29. package/dist/DateTimePicker/Calendar.js +2 -2967
  30. package/dist/DateTimePicker/DateTimeDisplayInput.d.ts +1 -1
  31. package/dist/DateTimePicker/DateTimeDisplayInput.js +379 -274
  32. package/dist/DateTimePicker/DateTimeInput.d.ts +5 -3
  33. package/dist/DateTimePicker/DateTimeInput.js +133 -88
  34. package/dist/DateTimePicker/DateTimeUtils.js +2 -2193
  35. package/dist/DateTimePicker/TimePeriodSelect.d.ts +1 -1
  36. package/dist/DateTimePicker/TimePeriodSelect.js +45 -20
  37. package/dist/DateTimePicker/TimePicker.d.ts +1 -1
  38. package/dist/DateTimePicker/TimePicker.js +76 -60
  39. package/dist/DateTimePicker.d.ts +2 -2
  40. package/dist/DateTimePicker.js +87 -205
  41. package/dist/DateTimeUtils-DVvG6H-p.js +2098 -0
  42. package/dist/Dialog.js +74 -74
  43. package/dist/Drawer.js +67 -37
  44. package/dist/HoverCard-CYDsIiVK.js +201 -0
  45. package/dist/HoverCard.d.ts +1 -1
  46. package/dist/HoverCard.js +2 -218
  47. package/dist/Icons/AnalyzeIcon.js +50 -57
  48. package/dist/Icons/AnnotationsIcon.js +20 -15
  49. package/dist/Icons/ApprovedIcon.js +26 -18
  50. package/dist/Icons/ArrowDownIcon.js +20 -6
  51. package/dist/Icons/ArrowUpIcon.js +20 -6
  52. package/dist/Icons/BoxToolIcon.js +17 -12
  53. package/dist/Icons/CalendarIcon.js +43 -20
  54. package/dist/Icons/CheckCircleIcon.js +26 -10
  55. package/dist/Icons/CheckSquareIcon.js +26 -10
  56. package/dist/Icons/CheckmarkIcon.js +22 -9
  57. package/dist/Icons/ChevronDownIcon.js +22 -9
  58. package/dist/Icons/ChevronUpIcon.js +22 -9
  59. package/dist/Icons/ClockIcon.js +26 -18
  60. package/dist/Icons/CloseCircleIcon.js +26 -10
  61. package/dist/Icons/CloseIcon.js +18 -9
  62. package/dist/Icons/DashboardIcon.js +36 -10
  63. package/dist/Icons/DatabaseIcon.js +36 -19
  64. package/dist/Icons/DeleteIcon.js +36 -19
  65. package/dist/Icons/DurationIcon.js +57 -22
  66. package/dist/Icons/EditIcon.js +26 -27
  67. package/dist/Icons/EmailIcon.js +26 -10
  68. package/dist/Icons/EraserIcon.js +41 -25
  69. package/dist/Icons/ErrorIcon.js +27 -11
  70. package/dist/Icons/EyeClosedIcon.js +29 -13
  71. package/dist/Icons/EyeClosedIcon2.js +27 -11
  72. package/dist/Icons/EyeOpenIcon.js +22 -9
  73. package/dist/Icons/FileDownloadIcon.js +43 -20
  74. package/dist/Icons/GoToFirstIcon.js +26 -9
  75. package/dist/Icons/GoToLastIcon.js +26 -9
  76. package/dist/Icons/HarmonicCursorsIcon.js +23 -9
  77. package/dist/Icons/IconBase.d.ts +3 -3
  78. package/dist/Icons/IconBase.js +49 -23
  79. package/dist/Icons/InfoIcon.js +36 -10
  80. package/dist/Icons/KeyboardIcon.js +26 -27
  81. package/dist/Icons/LabelIcon.js +19 -14
  82. package/dist/Icons/LassoIcon.js +36 -28
  83. package/dist/Icons/LineToolIcon.js +48 -39
  84. package/dist/Icons/LiveViewIcon.js +50 -12
  85. package/dist/Icons/LoaderIcon.js +67 -27
  86. package/dist/Icons/LocationIcon.js +26 -27
  87. package/dist/Icons/LogoutIcon.js +20 -15
  88. package/dist/Icons/MeasureIcon.js +78 -25
  89. package/dist/Icons/MessagesIcon.js +33 -18
  90. package/dist/Icons/MetadataIcon.js +20 -15
  91. package/dist/Icons/MinusIcon.d.ts +1 -1
  92. package/dist/Icons/MinusIcon.js +18 -6
  93. package/dist/Icons/OntologyIcon.js +87 -71
  94. package/dist/Icons/PanelIconClose.js +28 -10
  95. package/dist/Icons/PanelIconOpen.js +28 -10
  96. package/dist/Icons/PlayIcon.js +20 -6
  97. package/dist/Icons/PlusIcon.js +20 -14
  98. package/dist/Icons/PolygonIcon.js +50 -39
  99. package/dist/Icons/ProgressCheckIcon.d.ts +5 -0
  100. package/dist/Icons/ProgressCheckIcon.js +58 -0
  101. package/dist/Icons/ResetIcon.js +17 -12
  102. package/dist/Icons/ReviewedIcon.js +36 -19
  103. package/dist/Icons/ScissorsIcon.js +22 -17
  104. package/dist/Icons/SearchIcon.js +26 -9
  105. package/dist/Icons/SettingsIcon.js +26 -27
  106. package/dist/Icons/SortAscendingIcon.js +50 -12
  107. package/dist/Icons/SortAtoZIcon.js +50 -12
  108. package/dist/Icons/SortDescendingIcon.js +50 -12
  109. package/dist/Icons/SortZtoAIcon.js +50 -12
  110. package/dist/Icons/StackIcon.js +26 -9
  111. package/dist/Icons/StarIcon.js +20 -6
  112. package/dist/Icons/TrashIcon.js +17 -12
  113. package/dist/Icons/UndoIcon.js +20 -15
  114. package/dist/Icons/User2Icon.js +26 -10
  115. package/dist/Icons/UserIcon.js +19 -14
  116. package/dist/Icons/WarningIcon.js +19 -14
  117. package/dist/Icons/ZoomAllIcon.js +71 -15
  118. package/dist/Icons/ZoomXIcon.js +36 -10
  119. package/dist/Icons/ZoomYIcon.js +36 -10
  120. package/dist/Icons/index.d.ts +1 -0
  121. package/dist/Icons.js +68 -136
  122. package/dist/IconsAnimated/PanelLeftCloseIcon.js +66 -36
  123. package/dist/IconsAnimated/PanelLeftOpenIcon.js +66 -36
  124. package/dist/IconsAnimated.js +3 -6
  125. package/dist/Input/InputUtils.js +51 -52
  126. package/dist/Input.js +132 -185
  127. package/dist/InputOTP-XUWW9xcI.js +461 -0
  128. package/dist/InputOTP.js +2 -382
  129. package/dist/Kbd.d.ts +1 -1
  130. package/dist/Kbd.js +182 -86
  131. package/dist/Label.js +12 -14
  132. package/dist/MultiSelect/MultiSelectBase.js +331 -403
  133. package/dist/MultiSelect.d.ts +1 -1
  134. package/dist/MultiSelect.js +23 -23
  135. package/dist/Popover.js +28 -32
  136. package/dist/RadioButton.d.ts +17 -0
  137. package/dist/RadioButton.js +33 -0
  138. package/dist/RadioButtonGroup/RadioButtonGroupBase.d.ts +3 -1
  139. package/dist/RadioButtonGroup/RadioButtonGroupBase.js +49 -46
  140. package/dist/RadioButtonGroup.d.ts +1 -1
  141. package/dist/RadioButtonGroup.js +11 -8
  142. package/dist/RadioGroup-w_q6RGEK.js +447 -0
  143. package/dist/RadioGroup.js +2 -505
  144. package/dist/Select.js +163 -186
  145. package/dist/Separator.js +16 -19
  146. package/dist/Skeleton.js +10 -6
  147. package/dist/Slider-BzzZT3Zm.js +490 -0
  148. package/dist/Slider.js +2 -562
  149. package/dist/SpectralProvider.js +8 -5
  150. package/dist/Switch/SwitchBase.js +91 -95
  151. package/dist/Switch-CVzRJ-0n.js +126 -0
  152. package/dist/Switch.d.ts +1 -1
  153. package/dist/Switch.js +2 -134
  154. package/dist/Tabs/TabsBase.js +242 -250
  155. package/dist/Tabs/tabsUtils.js +65 -73
  156. package/dist/Tabs.d.ts +1 -1
  157. package/dist/Tabs.js +73 -103
  158. package/dist/Textarea/TextareaUtils.js +35 -46
  159. package/dist/Textarea.js +83 -160
  160. package/dist/Toast-9zqXxKKO.js +711 -0
  161. package/dist/Toast.js +2 -885
  162. package/dist/Toggle/ToggleBase.js +46 -56
  163. package/dist/Toggle.d.ts +1 -1
  164. package/dist/Toggle.js +52 -62
  165. package/dist/ToggleGroup/ToggleGroupBase.js +128 -104
  166. package/dist/ToggleGroup.d.ts +1 -1
  167. package/dist/ToggleGroup.js +52 -63
  168. package/dist/Tooltip-D1K8kY1y.js +389 -0
  169. package/dist/Tooltip.js +2 -365
  170. package/dist/Tray.js +174 -217
  171. package/dist/chunk-h9knIhTc.js +20 -0
  172. package/dist/clsx-jM1GlMvB.js +16 -0
  173. package/dist/dist-3Af8168y.js +913 -0
  174. package/dist/dist-7HRQ5IKN.js +249 -0
  175. package/dist/dist-B2k1iWFp.js +129 -0
  176. package/dist/dist-B4FgboI8.js +122 -0
  177. package/dist/dist-B4g6zpUF.js +33 -0
  178. package/dist/dist-B9tup-4O.js +216 -0
  179. package/dist/dist-BK1K0g9W.js +29 -0
  180. package/dist/dist-Bfjk-jx9.js +28 -0
  181. package/dist/dist-Bft31cJh.js +65 -0
  182. package/dist/dist-BtdmHAzK.js +190 -0
  183. package/dist/dist-C0Hifjgh.js +1287 -0
  184. package/dist/dist-CGzgmYB9.js +68 -0
  185. package/dist/dist-ClmepHp4.js +10 -0
  186. package/dist/dist-D8Wb_MX9.js +6 -0
  187. package/dist/dist-Dtvmk11N.js +12 -0
  188. package/dist/dist-fW81qjVl.js +677 -0
  189. package/dist/dist-s1uWaZYZ.js +11 -0
  190. package/dist/es2015-YHaMV-St.js +701 -0
  191. package/dist/hooks/useAccordionAutoScroll.js +66 -67
  192. package/dist/hooks/useControllableState.js +14 -13
  193. package/dist/hooks/useTheme.js +21 -17
  194. package/dist/index.d.ts +2 -1
  195. package/dist/index.d.ts.map +1 -1
  196. package/dist/main.js +18954 -27224
  197. package/dist/primitives/button.js +39 -41
  198. package/dist/primitives/input-group.js +57 -73
  199. package/dist/primitives/input.js +11 -20
  200. package/dist/primitives/popover.d.ts.map +1 -1
  201. package/dist/primitives/popover.js +34 -25
  202. package/dist/primitives/select.js +70 -138
  203. package/dist/primitives/slot.js +32 -31
  204. package/dist/primitives/textarea.js +10 -16
  205. package/dist/proxy-Dn10Pl_g.js +4920 -0
  206. package/dist/styles/main.css +2 -1
  207. package/dist/styles/spectral.css +1 -1
  208. package/dist/twUtils-VNWgstKL.js +1673 -0
  209. package/dist/use-animation-CBUDycyW.js +57 -0
  210. package/dist/utils/constants.js +4 -4
  211. package/dist/utils/formFieldUtils.js +136 -148
  212. package/dist/utils/sharedUtils.js +26 -7
  213. package/dist/utils/twUtils.js +2 -2919
  214. package/package.json +24 -28
  215. package/dist/ComboboxBase-CxNxYtdT.js +0 -408
  216. package/dist/clsx-OuTLNxxd.js +0 -16
  217. package/dist/index-0ioNhtNM.js +0 -10
  218. package/dist/index-6oYKCvIn.js +0 -677
  219. package/dist/index-BFOf48AQ.js +0 -69
  220. package/dist/index-BZPx6jYI.js +0 -8
  221. package/dist/index-BlHU_t18.js +0 -142
  222. package/dist/index-Bm1RbF6w.js +0 -1037
  223. package/dist/index-Bv2OIg5P.js +0 -225
  224. package/dist/index-CKEI0pDv.js +0 -56
  225. package/dist/index-CM_hWgfC.js +0 -32
  226. package/dist/index-C_YVr64u.js +0 -1538
  227. package/dist/index-Cl8VeY0o.js +0 -149
  228. package/dist/index-CwSyIPrv.js +0 -13
  229. package/dist/index-D29mdTf5.js +0 -34
  230. package/dist/index-DEYs15GP.js +0 -66
  231. package/dist/index-Dc0No4pV.js +0 -233
  232. package/dist/index-T6XEa11q.js +0 -822
  233. package/dist/index-pBCLb6Gr.js +0 -240
  234. package/dist/index-psiVrsnE.js +0 -27
  235. package/dist/index-rKs9bXHr.js +0 -6
  236. package/dist/proxy-CO_-Vget.js +0 -4975
  237. package/dist/use-animation-DhEPRwZ3.js +0 -62
package/dist/HoverCard.js CHANGED
@@ -1,218 +1,2 @@
1
- "use client";
2
- import "./styles/main.css";
3
- import { jsx as i } from "react/jsx-runtime";
4
- import * as s from "react";
5
- import { createContext as I, useContext as B } from "react";
6
- import { e as U, c as m, P as $, u as W, a as z } from "./index-Dc0No4pV.js";
7
- import { R as G, A as K, c as O, C as j, a as V } from "./index-C_YVr64u.js";
8
- import { P as q, D as J } from "./index-BlHU_t18.js";
9
- import { P as T } from "./index-BFOf48AQ.js";
10
- import { cn as E } from "./utils/twUtils.js";
11
- var H, x = "HoverCard", [N] = z(x, [
12
- O
13
- ]), R = O(), [Q, b] = N(x), _ = (e) => {
14
- const {
15
- __scopeHoverCard: o,
16
- children: r,
17
- open: a,
18
- defaultOpen: n,
19
- onOpenChange: c,
20
- openDelay: u = 700,
21
- closeDelay: f = 300
22
- } = e, d = R(o), l = s.useRef(0), p = s.useRef(0), C = s.useRef(!1), v = s.useRef(!1), [h, t] = U({
23
- prop: a,
24
- defaultProp: n ?? !1,
25
- onChange: c,
26
- caller: x
27
- }), g = s.useCallback(() => {
28
- clearTimeout(p.current), l.current = window.setTimeout(() => t(!0), u);
29
- }, [u, t]), S = s.useCallback(() => {
30
- clearTimeout(l.current), !C.current && !v.current && (p.current = window.setTimeout(() => t(!1), f));
31
- }, [f, t]), F = s.useCallback(() => t(!1), [t]);
32
- return s.useEffect(() => () => {
33
- clearTimeout(l.current), clearTimeout(p.current);
34
- }, []), /* @__PURE__ */ i(
35
- Q,
36
- {
37
- scope: o,
38
- open: h,
39
- onOpenChange: t,
40
- onOpen: g,
41
- onClose: S,
42
- onDismiss: F,
43
- hasSelectionRef: C,
44
- isPointerDownOnContentRef: v,
45
- children: /* @__PURE__ */ i(G, { ...d, children: r })
46
- }
47
- );
48
- };
49
- _.displayName = x;
50
- var D = "HoverCardTrigger", A = s.forwardRef(
51
- (e, o) => {
52
- const { __scopeHoverCard: r, ...a } = e, n = b(D, r), c = R(r);
53
- return /* @__PURE__ */ i(K, { asChild: !0, ...c, children: /* @__PURE__ */ i(
54
- $.a,
55
- {
56
- "data-state": n.open ? "open" : "closed",
57
- ...a,
58
- ref: o,
59
- onPointerEnter: m(e.onPointerEnter, w(n.onOpen)),
60
- onPointerLeave: m(e.onPointerLeave, w(n.onClose)),
61
- onFocus: m(e.onFocus, n.onOpen),
62
- onBlur: m(e.onBlur, n.onClose),
63
- onTouchStart: m(e.onTouchStart, (u) => u.preventDefault())
64
- }
65
- ) });
66
- }
67
- );
68
- A.displayName = D;
69
- var y = "HoverCardPortal", [X, Y] = N(y, {
70
- forceMount: void 0
71
- }), L = (e) => {
72
- const { __scopeHoverCard: o, forceMount: r, children: a, container: n } = e, c = b(y, o);
73
- return /* @__PURE__ */ i(X, { scope: o, forceMount: r, children: /* @__PURE__ */ i(T, { present: r || c.open, children: /* @__PURE__ */ i(q, { asChild: !0, container: n, children: a }) }) });
74
- };
75
- L.displayName = y;
76
- var P = "HoverCardContent", M = s.forwardRef(
77
- (e, o) => {
78
- const r = Y(P, e.__scopeHoverCard), { forceMount: a = r.forceMount, ...n } = e, c = b(P, e.__scopeHoverCard);
79
- return /* @__PURE__ */ i(T, { present: a || c.open, children: /* @__PURE__ */ i(
80
- Z,
81
- {
82
- "data-state": c.open ? "open" : "closed",
83
- ...n,
84
- onPointerEnter: m(e.onPointerEnter, w(c.onOpen)),
85
- onPointerLeave: m(e.onPointerLeave, w(c.onClose)),
86
- ref: o
87
- }
88
- ) });
89
- }
90
- );
91
- M.displayName = P;
92
- var Z = s.forwardRef((e, o) => {
93
- const {
94
- __scopeHoverCard: r,
95
- onEscapeKeyDown: a,
96
- onPointerDownOutside: n,
97
- onFocusOutside: c,
98
- onInteractOutside: u,
99
- ...f
100
- } = e, d = b(P, r), l = R(r), p = s.useRef(null), C = W(o, p), [v, h] = s.useState(!1);
101
- return s.useEffect(() => {
102
- if (v) {
103
- const t = document.body;
104
- return H = t.style.userSelect || t.style.webkitUserSelect, t.style.userSelect = "none", t.style.webkitUserSelect = "none", () => {
105
- t.style.userSelect = H, t.style.webkitUserSelect = H;
106
- };
107
- }
108
- }, [v]), s.useEffect(() => {
109
- if (p.current) {
110
- const t = () => {
111
- h(!1), d.isPointerDownOnContentRef.current = !1, setTimeout(() => {
112
- document.getSelection()?.toString() !== "" && (d.hasSelectionRef.current = !0);
113
- });
114
- };
115
- return document.addEventListener("pointerup", t), () => {
116
- document.removeEventListener("pointerup", t), d.hasSelectionRef.current = !1, d.isPointerDownOnContentRef.current = !1;
117
- };
118
- }
119
- }, [d.isPointerDownOnContentRef, d.hasSelectionRef]), s.useEffect(() => {
120
- p.current && oe(p.current).forEach((g) => g.setAttribute("tabindex", "-1"));
121
- }), /* @__PURE__ */ i(
122
- J,
123
- {
124
- asChild: !0,
125
- disableOutsidePointerEvents: !1,
126
- onInteractOutside: u,
127
- onEscapeKeyDown: a,
128
- onPointerDownOutside: n,
129
- onFocusOutside: m(c, (t) => {
130
- t.preventDefault();
131
- }),
132
- onDismiss: d.onDismiss,
133
- children: /* @__PURE__ */ i(
134
- j,
135
- {
136
- ...l,
137
- ...f,
138
- onPointerDown: m(f.onPointerDown, (t) => {
139
- t.currentTarget.contains(t.target) && h(!0), d.hasSelectionRef.current = !1, d.isPointerDownOnContentRef.current = !0;
140
- }),
141
- ref: C,
142
- style: {
143
- ...f.style,
144
- userSelect: v ? "text" : void 0,
145
- // Safari requires prefix
146
- WebkitUserSelect: v ? "text" : void 0,
147
- "--radix-hover-card-content-transform-origin": "var(--radix-popper-transform-origin)",
148
- "--radix-hover-card-content-available-width": "var(--radix-popper-available-width)",
149
- "--radix-hover-card-content-available-height": "var(--radix-popper-available-height)",
150
- "--radix-hover-card-trigger-width": "var(--radix-popper-anchor-width)",
151
- "--radix-hover-card-trigger-height": "var(--radix-popper-anchor-height)"
152
- }
153
- }
154
- )
155
- }
156
- );
157
- }), ee = "HoverCardArrow", te = s.forwardRef(
158
- (e, o) => {
159
- const { __scopeHoverCard: r, ...a } = e, n = R(r);
160
- return /* @__PURE__ */ i(V, { ...n, ...a, ref: o });
161
- }
162
- );
163
- te.displayName = ee;
164
- function w(e) {
165
- return (o) => o.pointerType === "touch" ? void 0 : e();
166
- }
167
- function oe(e) {
168
- const o = [], r = document.createTreeWalker(e, NodeFilter.SHOW_ELEMENT, {
169
- acceptNode: (a) => a.tabIndex >= 0 ? NodeFilter.FILTER_ACCEPT : NodeFilter.FILTER_SKIP
170
- });
171
- for (; r.nextNode(); ) o.push(r.currentNode);
172
- return o;
173
- }
174
- var re = _, ne = A, ae = L, se = M;
175
- const k = I({}), ie = ({ align: e, alignOffset: o, collisionBoundary: r, collisionPadding: a, side: n, sideOffset: c, width: u, ...f }) => /* @__PURE__ */ i(k.Provider, { value: { side: n, sideOffset: c, align: e, alignOffset: o, collisionBoundary: r, collisionPadding: a, width: u }, children: /* @__PURE__ */ i(re, { "data-slot": "hover-card", "data-testid": "spectral-hover-card", ...f }) });
176
- ie.displayName = "HoverCard";
177
- const ce = ({ className: e, ...o }) => /* @__PURE__ */ i(ne, { className: E("font-base", e), "data-slot": "hover-card-trigger", "data-testid": "spectral-hover-card-trigger", ...o });
178
- ce.displayName = "HoverCardTrigger";
179
- const de = ({
180
- align: e,
181
- alignOffset: o,
182
- className: r,
183
- collisionBoundary: a,
184
- collisionPadding: n,
185
- side: c,
186
- sideOffset: u,
187
- width: f,
188
- ...d
189
- }) => {
190
- const l = B(k), p = e ?? l.align ?? "center", C = u ?? l.sideOffset ?? 4, v = c ?? l.side ?? "bottom", h = f ?? l.width ?? 380, t = o ?? l.alignOffset, g = a ?? l.collisionBoundary, S = n ?? l.collisionPadding;
191
- return /* @__PURE__ */ i(ae, { "data-slot": "hover-card-portal", children: /* @__PURE__ */ i(
192
- se,
193
- {
194
- align: p,
195
- alignOffset: t,
196
- className: E(
197
- "bg-popover-bg text-text-primary motion-safe:data-[state=open]:animate-in motion-safe:data-[state=closed]:animate-out motion-safe:data-[state=closed]:fade-out-0 motion-safe:data-[state=open]:fade-in-0 motion-safe:data-[state=closed]:zoom-out-95 motion-safe:data-[state=open]:zoom-in-95 motion-safe:data-[side=bottom]:slide-in-from-top-2 motion-safe:data-[side=left]:slide-in-from-right-2 motion-safe:data-[side=right]:slide-in-from-left-2 motion-safe:data-[side=top]:slide-in-from-bottom-2 z-50 origin-[--radix-hover-card-content-transform-origin] rounded-lg p-5 shadow-lg outline-none",
198
- r
199
- ),
200
- collisionBoundary: g,
201
- collisionPadding: S,
202
- "data-slot": "hover-card-content",
203
- "data-testid": "spectral-hover-card-content",
204
- side: v,
205
- sideOffset: C,
206
- style: {
207
- width: typeof h == "number" ? `${h}px` : h === "trigger-width" ? "var(--radix-hover-card-trigger-width)" : "fit-content"
208
- },
209
- ...d
210
- }
211
- ) });
212
- };
213
- de.displayName = "HoverCardContent";
214
- export {
215
- ie as HoverCard,
216
- de as HoverCardContent,
217
- ce as HoverCardTrigger
218
- };
1
+ import { n as e, r as t, t as n } from "./HoverCard-CYDsIiVK.js";
2
+ export { n as HoverCard, e as HoverCardContent, t as HoverCardTrigger };
@@ -1,58 +1,51 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as d, jsx as o } from "react/jsx-runtime";
3
- import k from "./IconBase.js";
4
- const c = ({ ref: r, className: e, ariaHidden: n, title: t, description: C, size: s = 24, ...i }) => /* @__PURE__ */ d(k, { size: s, className: e, title: t, description: C, ariaHidden: n, ref: r, ...i, children: [
5
- /* @__PURE__ */ o(
6
- "path",
7
- {
8
- d: "M20.8889 10.8889C20.6171 8.93372 19.71 7.12214 18.3074 5.73317C16.9048 4.34421 15.0844 3.4549 13.1267 3.20222C11.3783 2.97471 9.60165 3.26606 8.01753 4.04004C6.43341 4.81403 5.11169 6.03652 4.21667 7.55555",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round"
13
- }
14
- ),
15
- /* @__PURE__ */ o(
16
- "path",
17
- {
18
- d: "M3.11108 13.1111C3.36813 14.9612 4.19446 16.6855 5.4755 18.0449C6.75653 19.4043 8.42879 20.3315 10.2604 20.6978C12.092 21.0641 13.9922 20.8515 15.6976 20.0894C17.4029 19.3272 18.8289 18.0534 19.7777 16.4444",
19
- stroke: "currentColor",
20
- strokeWidth: "2",
21
- strokeLinecap: "round",
22
- strokeLinejoin: "round"
23
- }
24
- ),
25
- /* @__PURE__ */ o(
26
- "path",
27
- {
28
- d: "M18.6666 16.4444C18.6666 16.7391 18.7837 17.0217 18.9921 17.2301C19.2004 17.4385 19.4831 17.5556 19.7777 17.5556C20.0724 17.5556 20.355 17.4385 20.5634 17.2301C20.7718 17.0217 20.8888 16.7391 20.8888 16.4444C20.8888 16.1498 20.7718 15.8671 20.5634 15.6588C20.355 15.4504 20.0724 15.3333 19.7777 15.3333C19.4831 15.3333 19.2004 15.4504 18.9921 15.6588C18.7837 15.8671 18.6666 16.1498 18.6666 16.4444Z",
29
- stroke: "currentColor",
30
- strokeWidth: "2",
31
- strokeLinecap: "round",
32
- strokeLinejoin: "round"
33
- }
34
- ),
35
- /* @__PURE__ */ o(
36
- "path",
37
- {
38
- d: "M3.11108 7.55555C3.11108 7.85024 3.22815 8.13285 3.43652 8.34123C3.64489 8.5496 3.92751 8.66667 4.2222 8.66667C4.51688 8.66667 4.7995 8.5496 5.00787 8.34123C5.21624 8.13285 5.33331 7.85024 5.33331 7.55555C5.33331 7.26087 5.21624 6.97825 5.00787 6.76988C4.7995 6.56151 4.51688 6.44444 4.2222 6.44444C3.92751 6.44444 3.64489 6.56151 3.43652 6.76988C3.22815 6.97825 3.11108 7.26087 3.11108 7.55555Z",
39
- stroke: "currentColor",
40
- strokeWidth: "2",
41
- strokeLinecap: "round",
42
- strokeLinejoin: "round"
43
- }
44
- ),
45
- /* @__PURE__ */ o(
46
- "path",
47
- {
48
- d: "M8.66663 12C8.66663 12.8841 9.01782 13.7319 9.64294 14.357C10.2681 14.9821 11.1159 15.3333 12 15.3333C12.884 15.3333 13.7319 14.9821 14.357 14.357C14.9821 13.7319 15.3333 12.8841 15.3333 12C15.3333 11.1159 14.9821 10.2681 14.357 9.64297C13.7319 9.01785 12.884 8.66666 12 8.66666C11.1159 8.66666 10.2681 9.01785 9.64294 9.64297C9.01782 10.2681 8.66663 11.1159 8.66663 12Z",
49
- stroke: "currentColor",
50
- strokeWidth: "2",
51
- strokeLinecap: "round",
52
- strokeLinejoin: "round"
53
- }
54
- )
55
- ] }), p = Object.assign(c, { displayName: "AnalyzeIcon" });
56
- export {
57
- p as AnalyzeIcon
58
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ ...l,
12
+ children: [
13
+ /* @__PURE__ */ t("path", {
14
+ d: "M20.8889 10.8889C20.6171 8.93372 19.71 7.12214 18.3074 5.73317C16.9048 4.34421 15.0844 3.4549 13.1267 3.20222C11.3783 2.97471 9.60165 3.26606 8.01753 4.04004C6.43341 4.81403 5.11169 6.03652 4.21667 7.55555",
15
+ stroke: "currentColor",
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }),
20
+ /* @__PURE__ */ t("path", {
21
+ d: "M3.11108 13.1111C3.36813 14.9612 4.19446 16.6855 5.4755 18.0449C6.75653 19.4043 8.42879 20.3315 10.2604 20.6978C12.092 21.0641 13.9922 20.8515 15.6976 20.0894C17.4029 19.3272 18.8289 18.0534 19.7777 16.4444",
22
+ stroke: "currentColor",
23
+ strokeWidth: "2",
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round"
26
+ }),
27
+ /* @__PURE__ */ t("path", {
28
+ d: "M18.6666 16.4444C18.6666 16.7391 18.7837 17.0217 18.9921 17.2301C19.2004 17.4385 19.4831 17.5556 19.7777 17.5556C20.0724 17.5556 20.355 17.4385 20.5634 17.2301C20.7718 17.0217 20.8888 16.7391 20.8888 16.4444C20.8888 16.1498 20.7718 15.8671 20.5634 15.6588C20.355 15.4504 20.0724 15.3333 19.7777 15.3333C19.4831 15.3333 19.2004 15.4504 18.9921 15.6588C18.7837 15.8671 18.6666 16.1498 18.6666 16.4444Z",
29
+ stroke: "currentColor",
30
+ strokeWidth: "2",
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ }),
34
+ /* @__PURE__ */ t("path", {
35
+ d: "M3.11108 7.55555C3.11108 7.85024 3.22815 8.13285 3.43652 8.34123C3.64489 8.5496 3.92751 8.66667 4.2222 8.66667C4.51688 8.66667 4.7995 8.5496 5.00787 8.34123C5.21624 8.13285 5.33331 7.85024 5.33331 7.55555C5.33331 7.26087 5.21624 6.97825 5.00787 6.76988C4.7995 6.56151 4.51688 6.44444 4.2222 6.44444C3.92751 6.44444 3.64489 6.56151 3.43652 6.76988C3.22815 6.97825 3.11108 7.26087 3.11108 7.55555Z",
36
+ stroke: "currentColor",
37
+ strokeWidth: "2",
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round"
40
+ }),
41
+ /* @__PURE__ */ t("path", {
42
+ d: "M8.66663 12C8.66663 12.8841 9.01782 13.7319 9.64294 14.357C10.2681 14.9821 11.1159 15.3333 12 15.3333C12.884 15.3333 13.7319 14.9821 14.357 14.357C14.9821 13.7319 15.3333 12.8841 15.3333 12C15.3333 11.1159 14.9821 10.2681 14.357 9.64297C13.7319 9.01785 12.884 8.66666 12 8.66666C11.1159 8.66666 10.2681 9.01785 9.64294 9.64297C9.01782 10.2681 8.66663 11.1159 8.66663 12Z",
43
+ stroke: "currentColor",
44
+ strokeWidth: "2",
45
+ strokeLinecap: "round",
46
+ strokeLinejoin: "round"
47
+ })
48
+ ]
49
+ }), { displayName: "AnalyzeIcon" });
50
+ //#endregion
51
+ export { r as AnalyzeIcon };
@@ -1,16 +1,21 @@
1
1
  import "../styles/main.css";
2
- import { jsx as o } from "react/jsx-runtime";
3
- import a from "./IconBase.js";
4
- const L = ({ ref: n, className: t, ariaHidden: r, title: s, description: e, size: i = 24, ...c }) => /* @__PURE__ */ o(a, { size: i, className: t, title: s, description: e, ariaHidden: r, ref: n, ...c, children: /* @__PURE__ */ o(
5
- "path",
6
- {
7
- d: "M13.6952 5.72122L15.8197 3.59668C16.6152 2.80111 17.9052 2.80111 18.7007 3.59668L20.4034 5.29931C21.1989 6.09488 21.1989 7.38475 20.4034 8.18031L18.2788 10.3049M13.6952 5.72122L3.29833 16.118C3.10732 16.309 3 16.5681 3 16.8383V21H7.16173C7.43187 21 7.69096 20.8927 7.88197 20.7017L18.2788 10.3049M13.6952 5.72122L18.2788 10.3049",
8
- stroke: "currentColor",
9
- strokeWidth: "2",
10
- strokeLinecap: "round",
11
- strokeLinejoin: "round"
12
- }
13
- ) }), m = Object.assign(L, { displayName: "AnnotationsIcon" });
14
- export {
15
- m as AnnotationsIcon
16
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t } from "react/jsx-runtime";
4
+ var n = Object.assign(({ ref: n, className: r, ariaHidden: i, title: a, description: o, size: s = 24, ...c }) => /* @__PURE__ */ t(e, {
5
+ size: s,
6
+ className: r,
7
+ title: a,
8
+ description: o,
9
+ ariaHidden: i,
10
+ ref: n,
11
+ ...c,
12
+ children: /* @__PURE__ */ t("path", {
13
+ d: "M13.6952 5.72122L15.8197 3.59668C16.6152 2.80111 17.9052 2.80111 18.7007 3.59668L20.4034 5.29931C21.1989 6.09488 21.1989 7.38475 20.4034 8.18031L18.2788 10.3049M13.6952 5.72122L3.29833 16.118C3.10732 16.309 3 16.5681 3 16.8383V21H7.16173C7.43187 21 7.69096 20.8927 7.88197 20.7017L18.2788 10.3049M13.6952 5.72122L18.2788 10.3049",
14
+ stroke: "currentColor",
15
+ strokeWidth: "2",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ })
19
+ }), { displayName: "AnnotationsIcon" });
20
+ //#endregion
21
+ export { n as AnnotationsIcon };
@@ -1,19 +1,27 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as i, jsx as o } from "react/jsx-runtime";
3
- import c from "./IconBase.js";
4
- const C = ({ ref: r, className: e, ariaHidden: n, title: t, description: s, size: p = 24, ...d }) => /* @__PURE__ */ i(c, { size: p, className: e, title: t, description: s, ariaHidden: n, ref: r, ...d, children: [
5
- /* @__PURE__ */ o(
6
- "path",
7
- {
8
- d: "M19.8125 11.2813V12C19.8115 13.6847 19.266 15.324 18.2573 16.6733C17.2486 18.0226 15.8307 19.0097 14.2151 19.4874C12.5996 19.9651 10.8729 19.9077 9.29255 19.3239C7.71225 18.7401 6.36301 17.661 5.44606 16.2477C4.52911 14.8344 4.09359 13.1626 4.20443 11.4815C4.31528 9.80044 4.96657 8.20026 6.06116 6.91959C7.15574 5.63892 8.63499 4.74639 10.2783 4.37511C11.9216 4.00384 13.6408 4.1737 15.1797 4.85938",
9
- stroke: "currentColor",
10
- strokeWidth: "2",
11
- strokeLinecap: "round",
12
- strokeLinejoin: "round"
13
- }
14
- ),
15
- /* @__PURE__ */ o("path", { d: "M19.8125 5.75L12 13.5703L9.65625 11.2266", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
16
- ] }), u = Object.assign(C, { displayName: "ApprovedIcon" });
17
- export {
18
- u as ApprovedIcon
19
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ ...l,
12
+ children: [/* @__PURE__ */ t("path", {
13
+ d: "M19.8125 11.2813V12C19.8115 13.6847 19.266 15.324 18.2573 16.6733C17.2486 18.0226 15.8307 19.0097 14.2151 19.4874C12.5996 19.9651 10.8729 19.9077 9.29255 19.3239C7.71225 18.7401 6.36301 17.661 5.44606 16.2477C4.52911 14.8344 4.09359 13.1626 4.20443 11.4815C4.31528 9.80044 4.96657 8.20026 6.06116 6.91959C7.15574 5.63892 8.63499 4.74639 10.2783 4.37511C11.9216 4.00384 13.6408 4.1737 15.1797 4.85938",
14
+ stroke: "currentColor",
15
+ strokeWidth: "2",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }), /* @__PURE__ */ t("path", {
19
+ d: "M19.8125 5.75L12 13.5703L9.65625 11.2266",
20
+ stroke: "currentColor",
21
+ strokeWidth: "2",
22
+ strokeLinecap: "round",
23
+ strokeLinejoin: "round"
24
+ })]
25
+ }), { displayName: "ApprovedIcon" });
26
+ //#endregion
27
+ export { r as ApprovedIcon };
@@ -1,7 +1,21 @@
1
1
  import "../styles/main.css";
2
- import { jsx as o } from "react/jsx-runtime";
3
- import a from "./IconBase.js";
4
- const d = ({ ref: r, className: n, ariaHidden: t, title: e, description: s, size: c = 24, ...i }) => /* @__PURE__ */ o(a, { size: c, className: n, title: e, description: s, ariaHidden: t, ref: r, ...i, children: /* @__PURE__ */ o("path", { d: "M18 14L12 20L6 14M12 19V4", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }), m = Object.assign(d, { displayName: "ArrowDownIcon" });
5
- export {
6
- m as ArrowDownIcon
7
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t } from "react/jsx-runtime";
4
+ var n = Object.assign(({ ref: n, className: r, ariaHidden: i, title: a, description: o, size: s = 24, ...c }) => /* @__PURE__ */ t(e, {
5
+ size: s,
6
+ className: r,
7
+ title: a,
8
+ description: o,
9
+ ariaHidden: i,
10
+ ref: n,
11
+ ...c,
12
+ children: /* @__PURE__ */ t("path", {
13
+ d: "M18 14L12 20L6 14M12 19V4",
14
+ stroke: "currentColor",
15
+ strokeWidth: "2",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ })
19
+ }), { displayName: "ArrowDownIcon" });
20
+ //#endregion
21
+ export { n as ArrowDownIcon };
@@ -1,7 +1,21 @@
1
1
  import "../styles/main.css";
2
- import { jsx as o } from "react/jsx-runtime";
3
- import p from "./IconBase.js";
4
- const a = ({ ref: r, className: n, ariaHidden: t, title: e, description: s, size: c = 24, ...i }) => /* @__PURE__ */ o(p, { size: c, className: n, title: e, description: s, ariaHidden: t, ref: r, ...i, children: /* @__PURE__ */ o("path", { d: "M6 10L12 4L18 10M12 5V20", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }), k = Object.assign(a, { displayName: "ArrowUpIcon" });
5
- export {
6
- k as ArrowUpIcon
7
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t } from "react/jsx-runtime";
4
+ var n = Object.assign(({ ref: n, className: r, ariaHidden: i, title: a, description: o, size: s = 24, ...c }) => /* @__PURE__ */ t(e, {
5
+ size: s,
6
+ className: r,
7
+ title: a,
8
+ description: o,
9
+ ariaHidden: i,
10
+ ref: n,
11
+ ...c,
12
+ children: /* @__PURE__ */ t("path", {
13
+ d: "M6 10L12 4L18 10M12 5V20",
14
+ stroke: "currentColor",
15
+ strokeWidth: "2",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ })
19
+ }), { displayName: "ArrowUpIcon" });
20
+ //#endregion
21
+ export { n as ArrowUpIcon };
@@ -1,13 +1,18 @@
1
1
  import "../styles/main.css";
2
- import { jsx as C } from "react/jsx-runtime";
3
- import s from "./IconBase.js";
4
- const i = ({ ref: o, className: r, ariaHidden: n, title: c, description: t, size: l = 24, ...e }) => /* @__PURE__ */ C(s, { size: l, className: r, title: c, description: t, ariaHidden: n, ref: o, ...e, children: /* @__PURE__ */ C(
5
- "path",
6
- {
7
- d: "M20 16.2V7.8C21.2 7.4 22 6.3 22 5C22 3.3 20.7 2 19 2C17.7 2 16.6 2.8 16.2 4H7.8C7.4 2.8 6.3 2 5 2C3.3 2 2 3.3 2 5C2 6.3 2.8 7.4 4 7.8V16.2C2.8 16.6 2 17.7 2 19C2 20.7 3.3 22 5 22C6.3 22 7.4 21.2 7.8 20H16.2C16.6 21.2 17.7 22 19 22C20.7 22 22 20.7 22 19C22 17.7 21.2 16.6 20 16.2ZM16.2 18H7.8C7.5 17.2 6.8 16.5 6 16.2V7.8C6.8 7.5 7.5 6.8 7.8 6H16.2C16.5 6.8 17.2 7.5 18 7.8V16.2C17.2 16.5 16.5 17.2 16.2 18ZM19 4C19.6 4 20 4.4 20 5C20 5.6 19.6 6 19 6C18.4 6 18 5.6 18 5C18 4.4 18.4 4 19 4ZM5 4C5.6 4 6 4.4 6 5C6 5.6 5.6 6 5 6C4.4 6 4 5.6 4 5C4 4.4 4.4 4 5 4ZM5 20C4.4 20 4 19.6 4 19C4 18.4 4.4 18 5 18C5.6 18 6 18.4 6 19C6 19.6 5.6 20 5 20ZM19 20C18.4 20 18 19.6 18 19C18 18.4 18.4 18 19 18C19.6 18 20 18.4 20 19C20 19.6 19.6 20 19 20Z",
8
- fill: "currentColor"
9
- }
10
- ) }), a = Object.assign(i, { displayName: "BoxToolIcon" });
11
- export {
12
- a as BoxToolIcon
13
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t } from "react/jsx-runtime";
4
+ var n = Object.assign(({ ref: n, className: r, ariaHidden: i, title: a, description: o, size: s = 24, ...c }) => /* @__PURE__ */ t(e, {
5
+ size: s,
6
+ className: r,
7
+ title: a,
8
+ description: o,
9
+ ariaHidden: i,
10
+ ref: n,
11
+ ...c,
12
+ children: /* @__PURE__ */ t("path", {
13
+ d: "M20 16.2V7.8C21.2 7.4 22 6.3 22 5C22 3.3 20.7 2 19 2C17.7 2 16.6 2.8 16.2 4H7.8C7.4 2.8 6.3 2 5 2C3.3 2 2 3.3 2 5C2 6.3 2.8 7.4 4 7.8V16.2C2.8 16.6 2 17.7 2 19C2 20.7 3.3 22 5 22C6.3 22 7.4 21.2 7.8 20H16.2C16.6 21.2 17.7 22 19 22C20.7 22 22 20.7 22 19C22 17.7 21.2 16.6 20 16.2ZM16.2 18H7.8C7.5 17.2 6.8 16.5 6 16.2V7.8C6.8 7.5 7.5 6.8 7.8 6H16.2C16.5 6.8 17.2 7.5 18 7.8V16.2C17.2 16.5 16.5 17.2 16.2 18ZM19 4C19.6 4 20 4.4 20 5C20 5.6 19.6 6 19 6C18.4 6 18 5.6 18 5C18 4.4 18.4 4 19 4ZM5 4C5.6 4 6 4.4 6 5C6 5.6 5.6 6 5 6C4.4 6 4 5.6 4 5C4 4.4 4.4 4 5 4ZM5 20C4.4 20 4 19.6 4 19C4 18.4 4.4 18 5 18C5.6 18 6 18.4 6 19C6 19.6 5.6 20 5 20ZM19 20C18.4 20 18 19.6 18 19C18 18.4 18.4 18 19 18C19.6 18 20 18.4 20 19C20 19.6 19.6 20 19 20Z",
14
+ fill: "currentColor"
15
+ })
16
+ }), { displayName: "BoxToolIcon" });
17
+ //#endregion
18
+ export { n as BoxToolIcon };
@@ -1,21 +1,44 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as a, jsx as o } from "react/jsx-runtime";
3
- import c from "./IconBase.js";
4
- const k = ({ ref: r, className: e, ariaHidden: n, title: t, description: s, size: d = 24, ...i }) => /* @__PURE__ */ a(c, { size: d, className: e, title: t, description: s, ariaHidden: n, ref: r, ...i, children: [
5
- /* @__PURE__ */ o("path", { d: "M8.40002 2.90912V6.54548", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
6
- /* @__PURE__ */ o("path", { d: "M15.6 2.90912V6.54548", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
7
- /* @__PURE__ */ o(
8
- "path",
9
- {
10
- d: "M18.3 4.72729H5.70002C4.70591 4.72729 3.90002 5.54132 3.90002 6.54548V19.2727C3.90002 20.2769 4.70591 21.0909 5.70002 21.0909H18.3C19.2941 21.0909 20.1 20.2769 20.1 19.2727V6.54548C20.1 5.54132 19.2941 4.72729 18.3 4.72729Z",
11
- stroke: "currentColor",
12
- strokeWidth: "2",
13
- strokeLinecap: "round",
14
- strokeLinejoin: "round"
15
- }
16
- ),
17
- /* @__PURE__ */ o("path", { d: "M3.90002 10.1818H20.1", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
18
- ] }), C = Object.assign(k, { displayName: "CalendarIcon" });
19
- export {
20
- C as CalendarIcon
21
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ ...l,
12
+ children: [
13
+ /* @__PURE__ */ t("path", {
14
+ d: "M8.40002 2.90912V6.54548",
15
+ stroke: "currentColor",
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }),
20
+ /* @__PURE__ */ t("path", {
21
+ d: "M15.6 2.90912V6.54548",
22
+ stroke: "currentColor",
23
+ strokeWidth: "2",
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round"
26
+ }),
27
+ /* @__PURE__ */ t("path", {
28
+ d: "M18.3 4.72729H5.70002C4.70591 4.72729 3.90002 5.54132 3.90002 6.54548V19.2727C3.90002 20.2769 4.70591 21.0909 5.70002 21.0909H18.3C19.2941 21.0909 20.1 20.2769 20.1 19.2727V6.54548C20.1 5.54132 19.2941 4.72729 18.3 4.72729Z",
29
+ stroke: "currentColor",
30
+ strokeWidth: "2",
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ }),
34
+ /* @__PURE__ */ t("path", {
35
+ d: "M3.90002 10.1818H20.1",
36
+ stroke: "currentColor",
37
+ strokeWidth: "2",
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round"
40
+ })
41
+ ]
42
+ }), { displayName: "CalendarIcon" });
43
+ //#endregion
44
+ export { r as CalendarIcon };
@@ -1,11 +1,27 @@
1
1
  import "../styles/main.css";
2
- import { jsxs as a, jsx as o } from "react/jsx-runtime";
3
- import l from "./IconBase.js";
4
- const h = ({ ref: e, className: r, ariaHidden: n, title: t, description: c, size: s = 24, ...i }) => /* @__PURE__ */ a(l, { size: s, className: r, title: t, description: c, ariaHidden: n, ref: e, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...i, children: [
5
- /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
6
- /* @__PURE__ */ o("path", { d: "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" }),
7
- /* @__PURE__ */ o("path", { d: "M9 12l2 2l4 -4" })
8
- ] }), p = Object.assign(h, { displayName: "CheckCircleIcon" });
9
- export {
10
- p as CheckCircleIcon
11
- };
2
+ import { IconBase as e } from "./IconBase.js";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
5
+ size: c,
6
+ className: i,
7
+ title: o,
8
+ description: s,
9
+ ariaHidden: a,
10
+ ref: r,
11
+ stroke: "currentColor",
12
+ strokeWidth: 2,
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ ...l,
16
+ children: [
17
+ /* @__PURE__ */ t("path", {
18
+ stroke: "none",
19
+ d: "M0 0h24v24H0z",
20
+ fill: "none"
21
+ }),
22
+ /* @__PURE__ */ t("path", { d: "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" }),
23
+ /* @__PURE__ */ t("path", { d: "M9 12l2 2l4 -4" })
24
+ ]
25
+ }), { displayName: "CheckCircleIcon" });
26
+ //#endregion
27
+ export { r as CheckCircleIcon };