@spear-ai/spectral 1.3.52 → 1.3.53

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 (71) hide show
  1. package/dist/.js +75 -73
  2. package/dist/Alert.js +4 -3
  3. package/dist/ButtonIcon.js +2 -1
  4. package/dist/Icons/AnnotationsIcon.js +7 -7
  5. package/dist/Icons/CalendarIcon.js +4 -4
  6. package/dist/Icons/CheckCircleIcon.js +11 -11
  7. package/dist/Icons/CheckSquareIcon.js +9 -9
  8. package/dist/Icons/CheckmarkIcon.js +15 -15
  9. package/dist/Icons/ChevronDownIcon.js +9 -9
  10. package/dist/Icons/ChevronUpIcon.js +8 -8
  11. package/dist/Icons/ClockIcon.js +13 -13
  12. package/dist/Icons/CloseCircleIcon.js +17 -17
  13. package/dist/Icons/CloseIcon.js +12 -12
  14. package/dist/Icons/DashboardIcon.js +3 -3
  15. package/dist/Icons/DeleteIcon.js +8 -8
  16. package/dist/Icons/DurationIcon.js +1 -1
  17. package/dist/Icons/EmailIcon.js +12 -12
  18. package/dist/Icons/EraserIcon.js +10 -10
  19. package/dist/Icons/ErrorIcon.js +9 -9
  20. package/dist/Icons/EyeClosedIcon.js +8 -8
  21. package/dist/Icons/EyeClosedIcon2.js +12 -12
  22. package/dist/Icons/EyeOpenIcon.js +8 -8
  23. package/dist/Icons/GoToFirstIcon.js +10 -10
  24. package/dist/Icons/GoToLastIcon.js +5 -5
  25. package/dist/Icons/HarmonicCursorsIcon.js +11 -11
  26. package/dist/Icons/InfoIcon.js +10 -10
  27. package/dist/Icons/LabelIcon.js +13 -13
  28. package/dist/Icons/LassoIcon.js +7 -7
  29. package/dist/Icons/LineToolIcon.js +9 -9
  30. package/dist/Icons/LiveViewIcon.js +5 -5
  31. package/dist/Icons/LoaderIcon.js +1 -1
  32. package/dist/Icons/LocationIcon.js +6 -6
  33. package/dist/Icons/LogoutIcon.js +11 -11
  34. package/dist/Icons/MetadataIcon.js +6 -6
  35. package/dist/Icons/OntologyIcon.js +4 -4
  36. package/dist/Icons/PanelIconClose.d.ts +3 -0
  37. package/dist/Icons/PanelIconClose.js +30 -0
  38. package/dist/Icons/PanelIconOpen.d.ts +3 -0
  39. package/dist/Icons/PanelIconOpen.js +30 -0
  40. package/dist/Icons/PlayIcon.js +10 -10
  41. package/dist/Icons/PlusIcon.js +10 -10
  42. package/dist/Icons/ResetIcon.js +12 -12
  43. package/dist/Icons/ScissorsIcon.js +11 -11
  44. package/dist/Icons/SettingsIcon.js +8 -8
  45. package/dist/Icons/TrashIcon.js +1 -1
  46. package/dist/Icons/UndoIcon.js +10 -10
  47. package/dist/Icons/UserIcon.js +12 -12
  48. package/dist/Icons/WarningIcon.js +9 -9
  49. package/dist/Icons/ZoomAllIcon.js +9 -9
  50. package/dist/Icons/ZoomXIcon.js +11 -11
  51. package/dist/Icons/ZoomYIcon.js +11 -11
  52. package/dist/Icons/index.d.ts +2 -1
  53. package/dist/Icons.js +40 -38
  54. package/dist/Input.js +2 -1
  55. package/dist/Select.js +2 -1
  56. package/dist/Textarea.js +2 -1
  57. package/dist/components/Icons/PanelIconClose.d.ts +3 -0
  58. package/dist/components/Icons/PanelIconClose.d.ts.map +1 -0
  59. package/dist/components/Icons/PanelIconOpen.d.ts +3 -0
  60. package/dist/components/Icons/PanelIconOpen.d.ts.map +1 -0
  61. package/dist/components/Icons/index.d.ts +2 -1
  62. package/dist/components/Icons/index.d.ts.map +1 -1
  63. package/dist/features/AuthCard.js +4 -3
  64. package/dist/features/LabelingTools.js +4 -3
  65. package/dist/features/SensorMetadata.js +4 -3
  66. package/dist/features/SettingsPopover.js +4 -3
  67. package/package.json +1 -1
  68. package/dist/Icons/PanelIcon.d.ts +0 -3
  69. package/dist/Icons/PanelIcon.js +0 -31
  70. package/dist/components/Icons/PanelIcon.d.ts +0 -3
  71. package/dist/components/Icons/PanelIcon.d.ts.map +0 -1
package/dist/.js CHANGED
@@ -4,15 +4,15 @@ import { Button as m } from "./Button.js";
4
4
  import { ButtonIcon as x } from "./ButtonIcon.js";
5
5
  import { Drawer as s } from "./Drawer.js";
6
6
  import { Input as a } from "./Input.js";
7
- import { Popover as i, PopoverContent as g, PopoverTrigger as u } from "./Popover.js";
7
+ import { Popover as i, PopoverContent as g, PopoverTrigger as C } from "./Popover.js";
8
8
  import { RadioButtonGroup as d, RadioButtonGroupItem as S } from "./RadioButtonGroup.js";
9
- import { RadioGroup as h, RadioGroupItem as v } from "./RadioGroup.js";
10
- import { Select as L } from "./Select.js";
9
+ import { RadioGroup as P, RadioGroupItem as h } from "./RadioGroup.js";
10
+ import { Select as E } from "./Select.js";
11
11
  import { Skeleton as G } from "./Skeleton.js";
12
12
  import { Slider as y } from "./Slider.js";
13
13
  import { Switch as w } from "./Switch.js";
14
14
  import { Tabs as D } from "./Tabs.js";
15
- import { Toggle as O } from "./Toggle.js";
15
+ import { Toggle as b } from "./Toggle.js";
16
16
  import { ToggleGroup as A, ToggleGroupItem as M } from "./ToggleGroup.js";
17
17
  import { Tooltip as Z, TooltipContent as V, TooltipTrigger as q } from "./Tooltip.js";
18
18
  import { AnnotationsIcon as K } from "./Icons/AnnotationsIcon.js";
@@ -29,15 +29,15 @@ import { DashboardIcon as co } from "./Icons/DashboardIcon.js";
29
29
  import { DeleteIcon as Io } from "./Icons/DeleteIcon.js";
30
30
  import { DurationIcon as lo } from "./Icons/DurationIcon.js";
31
31
  import { EmailIcon as go } from "./Icons/EmailIcon.js";
32
- import { EraserIcon as Co } from "./Icons/EraserIcon.js";
32
+ import { EraserIcon as uo } from "./Icons/EraserIcon.js";
33
33
  import { ErrorIcon as To } from "./Icons/ErrorIcon.js";
34
- import { EyeClosedIcon as vo } from "./Icons/EyeClosedIcon.js";
35
- import { EyeClosedIcon2 as Lo } from "./Icons/EyeClosedIcon2.js";
34
+ import { EyeClosedIcon as ho } from "./Icons/EyeClosedIcon.js";
35
+ import { EyeClosedIcon2 as Eo } from "./Icons/EyeClosedIcon2.js";
36
36
  import { EyeOpenIcon as Go } from "./Icons/EyeOpenIcon.js";
37
37
  import { GoToFirstIcon as yo } from "./Icons/GoToFirstIcon.js";
38
38
  import { GoToLastIcon as wo } from "./Icons/GoToLastIcon.js";
39
39
  import { HarmonicCursorsIcon as Do } from "./Icons/HarmonicCursorsIcon.js";
40
- import { InfoIcon as Oo } from "./Icons/InfoIcon.js";
40
+ import { InfoIcon as bo } from "./Icons/InfoIcon.js";
41
41
  import { LabelIcon as Ao } from "./Icons/LabelIcon.js";
42
42
  import { LassoIcon as Uo } from "./Icons/LassoIcon.js";
43
43
  import { LineToolIcon as Vo } from "./Icons/LineToolIcon.js";
@@ -47,25 +47,26 @@ import { LocationIcon as Xo } from "./Icons/LocationIcon.js";
47
47
  import { LogoutIcon as jo } from "./Icons/LogoutIcon.js";
48
48
  import { MetadataIcon as Jo } from "./Icons/MetadataIcon.js";
49
49
  import { OntologyIcon as _o } from "./Icons/OntologyIcon.js";
50
- import { PanelIcon as or } from "./Icons/PanelIcon.js";
51
- import { PlayIcon as er } from "./Icons/PlayIcon.js";
52
- import { PlusIcon as pr } from "./Icons/PlusIcon.js";
53
- import { ResetIcon as mr } from "./Icons/ResetIcon.js";
54
- import { ScissorsIcon as xr } from "./Icons/ScissorsIcon.js";
55
- import { SettingsIcon as sr } from "./Icons/SettingsIcon.js";
56
- import { TrashIcon as ar } from "./Icons/TrashIcon.js";
57
- import { UndoIcon as ir } from "./Icons/UndoIcon.js";
58
- import { UserIcon as ur } from "./Icons/UserIcon.js";
59
- import { WarningIcon as dr } from "./Icons/WarningIcon.js";
60
- import { ZoomAllIcon as Tr } from "./Icons/ZoomAllIcon.js";
61
- import { ZoomXIcon as vr } from "./Icons/ZoomXIcon.js";
62
- import { ZoomYIcon as Lr } from "./Icons/ZoomYIcon.js";
63
- import { default as Gr, SvgIdContext as kr } from "./Icons/IconBase.js";
64
- import { useControllableState as Fr } from "./hooks/useControllableState.js";
65
- import { useTheme as Br } from "./hooks/useTheme.js";
66
- import { EmptyState as br, ErrorMessage as Or, LoadingState as Rr, getAriaProps as Ar, getDropdownClasses as Mr, getErrorMessageId as Ur, getFormFieldCSSProperties as Zr, getInputClasses as Vr, getOptionClasses as qr, getStateClasses as Hr, getTextareaClasses as Kr, getTriggerClasses as Nr, groupOptions as Wr, scrollIntoView as Xr, useClickOutside as Yr, useFormFieldId as jr, useFormFieldState as zr, useKeyboardNavigation as Jr } from "./utils/formFieldUtils.js";
67
- import { c as _r } from "./twUtils-CRiPKpXj.js";
68
- import { SpectralProvider as oe } from "./SpectralProvider.js";
50
+ import { PanelIconClose as or } from "./Icons/PanelIconClose.js";
51
+ import { PanelIconOpen as er } from "./Icons/PanelIconOpen.js";
52
+ import { PlayIcon as pr } from "./Icons/PlayIcon.js";
53
+ import { PlusIcon as mr } from "./Icons/PlusIcon.js";
54
+ import { ResetIcon as xr } from "./Icons/ResetIcon.js";
55
+ import { ScissorsIcon as sr } from "./Icons/ScissorsIcon.js";
56
+ import { SettingsIcon as ar } from "./Icons/SettingsIcon.js";
57
+ import { TrashIcon as ir } from "./Icons/TrashIcon.js";
58
+ import { UndoIcon as Cr } from "./Icons/UndoIcon.js";
59
+ import { UserIcon as dr } from "./Icons/UserIcon.js";
60
+ import { WarningIcon as Tr } from "./Icons/WarningIcon.js";
61
+ import { ZoomAllIcon as hr } from "./Icons/ZoomAllIcon.js";
62
+ import { ZoomXIcon as Er } from "./Icons/ZoomXIcon.js";
63
+ import { ZoomYIcon as Gr } from "./Icons/ZoomYIcon.js";
64
+ import { default as yr, SvgIdContext as Fr } from "./Icons/IconBase.js";
65
+ import { useControllableState as Br } from "./hooks/useControllableState.js";
66
+ import { useTheme as Or } from "./hooks/useTheme.js";
67
+ import { EmptyState as Rr, ErrorMessage as Ar, LoadingState as Mr, getAriaProps as Ur, getDropdownClasses as Zr, getErrorMessageId as Vr, getFormFieldCSSProperties as qr, getInputClasses as Hr, getOptionClasses as Kr, getStateClasses as Nr, getTextareaClasses as Wr, getTriggerClasses as Xr, groupOptions as Yr, scrollIntoView as jr, useClickOutside as zr, useFormFieldId as Jr, useFormFieldState as Qr, useKeyboardNavigation as _r } from "./utils/formFieldUtils.js";
68
+ import { c as oe } from "./twUtils-CRiPKpXj.js";
69
+ import { SpectralProvider as ee } from "./SpectralProvider.js";
69
70
  export {
70
71
  e as Alert,
71
72
  K as AnnotationsIcon,
@@ -86,78 +87,79 @@ export {
86
87
  s as Drawer,
87
88
  lo as DurationIcon,
88
89
  go as EmailIcon,
89
- br as EmptyState,
90
- Co as EraserIcon,
90
+ Rr as EmptyState,
91
+ uo as EraserIcon,
91
92
  To as ErrorIcon,
92
- Or as ErrorMessage,
93
- vo as EyeClosedIcon,
94
- Lo as EyeClosedIcon2,
93
+ Ar as ErrorMessage,
94
+ ho as EyeClosedIcon,
95
+ Eo as EyeClosedIcon2,
95
96
  Go as EyeOpenIcon,
96
97
  yo as GoToFirstIcon,
97
98
  wo as GoToLastIcon,
98
99
  Do as HarmonicCursorsIcon,
99
- Gr as IconBase,
100
- Oo as InfoIcon,
100
+ yr as IconBase,
101
+ bo as InfoIcon,
101
102
  a as Input,
102
103
  Ao as LabelIcon,
103
104
  Uo as LassoIcon,
104
105
  Vo as LineToolIcon,
105
106
  Ho as LiveViewIcon,
106
107
  No as LoaderIcon,
107
- Rr as LoadingState,
108
+ Mr as LoadingState,
108
109
  Xo as LocationIcon,
109
110
  jo as LogoutIcon,
110
111
  Jo as MetadataIcon,
111
112
  _o as OntologyIcon,
112
- or as PanelIcon,
113
- er as PlayIcon,
114
- pr as PlusIcon,
113
+ or as PanelIconClose,
114
+ er as PanelIconOpen,
115
+ pr as PlayIcon,
116
+ mr as PlusIcon,
115
117
  i as Popover,
116
118
  g as PopoverContent,
117
- u as PopoverTrigger,
119
+ C as PopoverTrigger,
118
120
  d as RadioButtonGroup,
119
121
  S as RadioButtonGroupItem,
120
- h as RadioGroup,
121
- v as RadioGroupItem,
122
- mr as ResetIcon,
123
- xr as ScissorsIcon,
124
- L as Select,
125
- sr as SettingsIcon,
122
+ P as RadioGroup,
123
+ h as RadioGroupItem,
124
+ xr as ResetIcon,
125
+ sr as ScissorsIcon,
126
+ E as Select,
127
+ ar as SettingsIcon,
126
128
  G as Skeleton,
127
129
  y as Slider,
128
- oe as SpectralProvider,
129
- kr as SvgIdContext,
130
+ ee as SpectralProvider,
131
+ Fr as SvgIdContext,
130
132
  w as Switch,
131
133
  D as Tabs,
132
- O as Toggle,
134
+ b as Toggle,
133
135
  A as ToggleGroup,
134
136
  M as ToggleGroupItem,
135
137
  Z as Tooltip,
136
138
  V as TooltipContent,
137
139
  q as TooltipTrigger,
138
- ar as TrashIcon,
139
- ir as UndoIcon,
140
- ur as UserIcon,
141
- dr as WarningIcon,
142
- Tr as ZoomAllIcon,
143
- vr as ZoomXIcon,
144
- Lr as ZoomYIcon,
145
- _r as cn,
146
- Ar as getAriaProps,
147
- Mr as getDropdownClasses,
148
- Ur as getErrorMessageId,
149
- Zr as getFormFieldCSSProperties,
150
- Vr as getInputClasses,
151
- qr as getOptionClasses,
152
- Hr as getStateClasses,
153
- Kr as getTextareaClasses,
154
- Nr as getTriggerClasses,
155
- Wr as groupOptions,
156
- Xr as scrollIntoView,
157
- Yr as useClickOutside,
158
- Fr as useControllableState,
159
- jr as useFormFieldId,
160
- zr as useFormFieldState,
161
- Jr as useKeyboardNavigation,
162
- Br as useTheme
140
+ ir as TrashIcon,
141
+ Cr as UndoIcon,
142
+ dr as UserIcon,
143
+ Tr as WarningIcon,
144
+ hr as ZoomAllIcon,
145
+ Er as ZoomXIcon,
146
+ Gr as ZoomYIcon,
147
+ oe as cn,
148
+ Ur as getAriaProps,
149
+ Zr as getDropdownClasses,
150
+ Vr as getErrorMessageId,
151
+ qr as getFormFieldCSSProperties,
152
+ Hr as getInputClasses,
153
+ Kr as getOptionClasses,
154
+ Nr as getStateClasses,
155
+ Wr as getTextareaClasses,
156
+ Xr as getTriggerClasses,
157
+ Yr as groupOptions,
158
+ jr as scrollIntoView,
159
+ zr as useClickOutside,
160
+ Br as useControllableState,
161
+ Jr as useFormFieldId,
162
+ Qr as useFormFieldState,
163
+ _r as useKeyboardNavigation,
164
+ Or as useTheme
163
165
  };
package/dist/Alert.js CHANGED
@@ -34,7 +34,8 @@ import "./Icons/LocationIcon.js";
34
34
  import "./Icons/LogoutIcon.js";
35
35
  import "./Icons/MetadataIcon.js";
36
36
  import "./Icons/OntologyIcon.js";
37
- import "./Icons/PanelIcon.js";
37
+ import "./Icons/PanelIconClose.js";
38
+ import "./Icons/PanelIconOpen.js";
38
39
  import "./Icons/PlayIcon.js";
39
40
  import "./Icons/PlusIcon.js";
40
41
  import "./Icons/ResetIcon.js";
@@ -49,7 +50,7 @@ import "./Icons/ZoomXIcon.js";
49
50
  import "./Icons/ZoomYIcon.js";
50
51
  import { c as g } from "./twUtils-CRiPKpXj.js";
51
52
  import { useRef as x, useEffect as R } from "react";
52
- const gr = ({ id: a, description: s, onClose: c, icon: l, title: d, className: u, variant: o = "default" }) => {
53
+ const xr = ({ id: a, description: s, onClose: c, icon: l, title: d, className: u, variant: o = "default" }) => {
53
54
  const t = x(null), e = l || {
54
55
  info: /* @__PURE__ */ r(C, {}),
55
56
  success: /* @__PURE__ */ r(A, {}),
@@ -104,5 +105,5 @@ const gr = ({ id: a, description: s, onClose: c, icon: l, title: d, className: u
104
105
  ) });
105
106
  };
106
107
  export {
107
- gr as Alert
108
+ xr as Alert
108
109
  };
@@ -33,7 +33,8 @@ import "./Icons/LocationIcon.js";
33
33
  import "./Icons/LogoutIcon.js";
34
34
  import "./Icons/MetadataIcon.js";
35
35
  import "./Icons/OntologyIcon.js";
36
- import "./Icons/PanelIcon.js";
36
+ import "./Icons/PanelIconClose.js";
37
+ import "./Icons/PanelIconOpen.js";
37
38
  import "./Icons/PlayIcon.js";
38
39
  import "./Icons/PlusIcon.js";
39
40
  import "./Icons/ResetIcon.js";
@@ -2,15 +2,15 @@
2
2
  import "../styles/main.css";
3
3
  import { jsx as o } from "react/jsx-runtime";
4
4
  import c from "./IconBase.js";
5
- import { forwardRef as d } from "react";
6
- const L = ({ className: n, ariaHidden: r, title: t = "Annotations", description: i, size: e = 24, ...s }, a) => /* @__PURE__ */ o(
5
+ import { forwardRef as L } from "react";
6
+ const d = ({ className: n, ariaHidden: t, title: r = "Annotations", description: e, size: i = 24, ...s }, a) => /* @__PURE__ */ o(
7
7
  c,
8
8
  {
9
- size: e,
9
+ size: i,
10
10
  className: n,
11
- title: t,
12
- description: i,
13
- "aria-hidden": r,
11
+ title: r,
12
+ description: e,
13
+ ariaHidden: t,
14
14
  ref: a,
15
15
  ...s,
16
16
  children: /* @__PURE__ */ o(
@@ -24,7 +24,7 @@ const L = ({ className: n, ariaHidden: r, title: t = "Annotations", description:
24
24
  }
25
25
  )
26
26
  }
27
- ), m = d(L);
27
+ ), m = L(d);
28
28
  m.displayName = "AnnotationsIcon";
29
29
  export {
30
30
  m as AnnotationsIcon
@@ -3,16 +3,16 @@ import "../styles/main.css";
3
3
  import { jsxs as a, jsx as r } from "react/jsx-runtime";
4
4
  import k from "./IconBase.js";
5
5
  import { forwardRef as c } from "react";
6
- const p = ({ className: o, ariaHidden: e, title: n = "Calendar", description: t, size: d = 24, ...i }, s) => /* @__PURE__ */ a(
6
+ const p = ({ className: o, ariaHidden: e, title: n = "Calendar", description: t, size: d = 24, ...s }, i) => /* @__PURE__ */ a(
7
7
  k,
8
8
  {
9
9
  size: d,
10
10
  className: o,
11
11
  title: n,
12
12
  description: t,
13
- "aria-hidden": e,
14
- ref: s,
15
- ...i,
13
+ ariaHidden: e,
14
+ ref: i,
15
+ ...s,
16
16
  children: [
17
17
  /* @__PURE__ */ r(
18
18
  "path",
@@ -1,18 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as s, jsx as r } from "react/jsx-runtime";
4
- import d from "./IconBase.js";
3
+ import { jsxs as a, jsx as r } from "react/jsx-runtime";
4
+ import l from "./IconBase.js";
5
5
  import { forwardRef as h } from "react";
6
- const l = ({ className: o, ariaHidden: e, title: n = "Checkmark in Circle", description: c, size: i = 24, ...t }, a) => /* @__PURE__ */ s(
7
- d,
6
+ const k = ({ className: o, ariaHidden: e, title: n = "Checkmark in Circle", description: c, size: t = 24, ...i }, s) => /* @__PURE__ */ a(
7
+ l,
8
8
  {
9
- size: i,
9
+ size: t,
10
10
  className: o,
11
11
  title: n,
12
12
  description: c,
13
- "aria-hidden": e,
14
- ref: a,
15
- ...t,
13
+ ariaHidden: e,
14
+ ref: s,
15
+ ...i,
16
16
  stroke: "currentColor",
17
17
  strokeWidth: "2",
18
18
  strokeLinecap: "round",
@@ -23,8 +23,8 @@ const l = ({ className: o, ariaHidden: e, title: n = "Checkmark in Circle", desc
23
23
  /* @__PURE__ */ r("path", { d: "M9 12l2 2l4 -4" })
24
24
  ]
25
25
  }
26
- ), k = h(l);
27
- k.displayName = "CheckCircleIcon";
26
+ ), d = h(k);
27
+ d.displayName = "CheckCircleIcon";
28
28
  export {
29
- k as CheckCircleIcon
29
+ d as CheckCircleIcon
30
30
  };
@@ -1,18 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsxs as i, jsx as r } from "react/jsx-runtime";
4
- import d from "./IconBase.js";
5
- import { forwardRef as h } from "react";
6
- const k = ({ className: o, ariaHidden: e, title: n = "Checkmark in Square", description: t, size: a = 24, ...s }, c) => /* @__PURE__ */ i(
7
- d,
4
+ import h from "./IconBase.js";
5
+ import { forwardRef as k } from "react";
6
+ const d = ({ className: o, ariaHidden: e, title: n = "Checkmark in Square", description: t, size: s = 24, ...c }, a) => /* @__PURE__ */ i(
7
+ h,
8
8
  {
9
- size: a,
9
+ size: s,
10
10
  className: o,
11
11
  title: n,
12
12
  description: t,
13
- "aria-hidden": e,
14
- ref: c,
15
- ...s,
13
+ ariaHidden: e,
14
+ ref: a,
15
+ ...c,
16
16
  stroke: "currentColor",
17
17
  strokeWidth: "2",
18
18
  strokeLinecap: "round",
@@ -23,7 +23,7 @@ const k = ({ className: o, ariaHidden: e, title: n = "Checkmark in Square", desc
23
23
  /* @__PURE__ */ r("path", { d: "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" })
24
24
  ]
25
25
  }
26
- ), p = h(k);
26
+ ), p = k(d);
27
27
  p.displayName = "CheckSquareIcon";
28
28
  export {
29
29
  p as CheckSquareIcon
@@ -1,29 +1,29 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as i, jsx as r } from "react/jsx-runtime";
4
- import s from "./IconBase.js";
5
- import { forwardRef as m } from "react";
6
- const d = ({ className: o, ariaHidden: e, title: n = "Checkmark", description: t, size: a = 24, ...c }, k) => /* @__PURE__ */ i(
7
- s,
3
+ import { jsxs as a, jsx as o } from "react/jsx-runtime";
4
+ import m from "./IconBase.js";
5
+ import { forwardRef as i } from "react";
6
+ const h = ({ className: r, ariaHidden: e, title: n = "Checkmark", description: t, size: c = 24, ...k }, s) => /* @__PURE__ */ a(
7
+ m,
8
8
  {
9
- size: a,
10
- className: o,
9
+ size: c,
10
+ className: r,
11
11
  title: n,
12
12
  description: t,
13
- "aria-hidden": e,
14
- ref: k,
15
- ...c,
13
+ ariaHidden: e,
14
+ ref: s,
15
+ ...k,
16
16
  stroke: "currentColor",
17
17
  strokeWidth: "2",
18
18
  strokeLinecap: "round",
19
19
  strokeLinejoin: "round",
20
20
  children: [
21
- /* @__PURE__ */ r("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
- /* @__PURE__ */ r("path", { d: "M5 12l5 5l10 -10" })
21
+ /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
+ /* @__PURE__ */ o("path", { d: "M5 12l5 5l10 -10" })
23
23
  ]
24
24
  }
25
- ), h = m(d);
26
- h.displayName = "CheckmarkIcon";
25
+ ), d = i(h);
26
+ d.displayName = "CheckmarkIcon";
27
27
  export {
28
- h as CheckmarkIcon
28
+ d as CheckmarkIcon
29
29
  };
@@ -1,18 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsxs as h, jsx as o } from "react/jsx-runtime";
4
- import a from "./IconBase.js";
5
- import { forwardRef as c } from "react";
6
- const p = ({ className: r, ariaHidden: n, title: e = "Chevron", description: t, size: i = 24, ...s }, d) => /* @__PURE__ */ h(
7
- a,
4
+ import d from "./IconBase.js";
5
+ import { forwardRef as p } from "react";
6
+ const a = ({ className: r, ariaHidden: n, title: e = "Chevron", description: t, size: s = 24, ...i }, c) => /* @__PURE__ */ h(
7
+ d,
8
8
  {
9
- size: i,
9
+ size: s,
10
10
  className: r,
11
11
  title: e,
12
12
  description: t,
13
- "aria-hidden": n,
14
- ref: d,
15
- ...s,
13
+ ariaHidden: n,
14
+ ref: c,
15
+ ...i,
16
16
  stroke: "currentColor",
17
17
  strokeWidth: "2",
18
18
  strokeLinecap: "round",
@@ -22,7 +22,7 @@ const p = ({ className: r, ariaHidden: n, title: e = "Chevron", description: t,
22
22
  /* @__PURE__ */ o("path", { d: "M6 9l6 6l6 -6" })
23
23
  ]
24
24
  }
25
- ), l = c(p);
25
+ ), l = p(a);
26
26
  l.displayName = "ChevronDownIcon";
27
27
  export {
28
28
  l as ChevronDownIcon
@@ -1,18 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as d, jsx as o } from "react/jsx-runtime";
3
+ import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
4
  import h from "./IconBase.js";
5
- import { forwardRef as a } from "react";
6
- const c = ({ className: r, ariaHidden: n, title: e = "Chevron", description: t, size: i = 24, ...s }, p) => /* @__PURE__ */ d(
5
+ import { forwardRef as d } from "react";
6
+ const a = ({ className: r, ariaHidden: n, title: e = "Chevron", description: t, size: s = 24, ...p }, i) => /* @__PURE__ */ c(
7
7
  h,
8
8
  {
9
- size: i,
9
+ size: s,
10
10
  className: r,
11
11
  title: e,
12
12
  description: t,
13
- "aria-hidden": n,
14
- ref: p,
15
- ...s,
13
+ ariaHidden: n,
14
+ ref: i,
15
+ ...p,
16
16
  stroke: "currentColor",
17
17
  strokeWidth: "2",
18
18
  strokeLinecap: "round",
@@ -22,7 +22,7 @@ const c = ({ className: r, ariaHidden: n, title: e = "Chevron", description: t,
22
22
  /* @__PURE__ */ o("path", { d: "M6 15l6 -6l6 6" })
23
23
  ]
24
24
  }
25
- ), l = a(c);
25
+ ), l = d(a);
26
26
  l.displayName = "ChevronUpIcon";
27
27
  export {
28
28
  l as ChevronUpIcon
@@ -1,18 +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 k from "./IconBase.js";
5
- import { forwardRef as a } from "react";
6
- const C = ({ className: r, ariaHidden: e, title: n = "Clock", description: t, size: c = 24, ...i }, s) => /* @__PURE__ */ d(
7
- k,
3
+ import { jsxs as k, jsx as o } from "react/jsx-runtime";
4
+ import d from "./IconBase.js";
5
+ import { forwardRef as C } from "react";
6
+ const p = ({ className: r, ariaHidden: t, title: e = "Clock", description: n, size: c = 24, ...s }, i) => /* @__PURE__ */ k(
7
+ d,
8
8
  {
9
9
  size: c,
10
10
  className: r,
11
- title: n,
12
- description: t,
13
- "aria-hidden": e,
14
- ref: s,
15
- ...i,
11
+ title: e,
12
+ description: n,
13
+ ariaHidden: t,
14
+ ref: i,
15
+ ...s,
16
16
  children: [
17
17
  /* @__PURE__ */ o(
18
18
  "path",
@@ -36,8 +36,8 @@ const C = ({ className: r, ariaHidden: e, title: n = "Clock", description: t, si
36
36
  )
37
37
  ]
38
38
  }
39
- ), p = a(C);
40
- p.displayName = "ClockIcon";
39
+ ), a = C(p);
40
+ a.displayName = "ClockIcon";
41
41
  export {
42
- p as ClockIcon
42
+ a as ClockIcon
43
43
  };
@@ -1,30 +1,30 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as l, jsx as r } from "react/jsx-runtime";
4
- import d from "./IconBase.js";
5
- import { forwardRef as a } from "react";
6
- const m = ({ className: o, ariaHidden: e, title: c = "Close Circle", description: i, size: n = 24, ...s }, t) => /* @__PURE__ */ l(
7
- d,
3
+ import { jsxs as l, jsx as o } from "react/jsx-runtime";
4
+ import m from "./IconBase.js";
5
+ import { forwardRef as C } from "react";
6
+ const d = ({ className: r, ariaHidden: e, title: c = "Close Circle", description: s, size: t = 24, ...i }, n) => /* @__PURE__ */ l(
7
+ m,
8
8
  {
9
- size: n,
10
- className: o,
9
+ size: t,
10
+ className: r,
11
11
  title: c,
12
- description: i,
13
- "aria-hidden": e,
14
- ref: t,
12
+ description: s,
13
+ ariaHidden: e,
14
+ ref: n,
15
15
  stroke: "currentColor",
16
16
  strokeWidth: "2",
17
17
  strokeLinecap: "round",
18
18
  strokeLinejoin: "round",
19
- ...s,
19
+ ...i,
20
20
  children: [
21
- /* @__PURE__ */ r("circle", { cx: "12", cy: "12", r: "10" }),
22
- /* @__PURE__ */ r("path", { d: "m15 9-6 6" }),
23
- /* @__PURE__ */ r("path", { d: "m9 9 6 6" })
21
+ /* @__PURE__ */ o("circle", { cx: "12", cy: "12", r: "10" }),
22
+ /* @__PURE__ */ o("path", { d: "m15 9-6 6" }),
23
+ /* @__PURE__ */ o("path", { d: "m9 9 6 6" })
24
24
  ]
25
25
  }
26
- ), C = a(m);
27
- C.displayName = "CloseCircleIcon";
26
+ ), p = C(d);
27
+ p.displayName = "CloseCircleIcon";
28
28
  export {
29
- C as CloseCircleIcon
29
+ p as CloseCircleIcon
30
30
  };
@@ -1,28 +1,28 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as a, jsx as o } from "react/jsx-runtime";
4
- import c from "./IconBase.js";
5
- import { forwardRef as m } from "react";
6
- const p = ({ className: r, ariaHidden: e, title: n = "Close", description: s, size: t = 24, ...i }, d) => /* @__PURE__ */ a(
7
- c,
3
+ import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
+ import m from "./IconBase.js";
5
+ import { forwardRef as p } from "react";
6
+ const a = ({ className: r, ariaHidden: e, title: s = "Close", description: t, size: n = 24, ...c }, i) => /* @__PURE__ */ d(
7
+ m,
8
8
  {
9
- size: t,
9
+ size: n,
10
10
  className: r,
11
- title: n,
12
- description: s,
13
- "aria-hidden": e,
14
- ref: d,
11
+ title: s,
12
+ description: t,
13
+ ariaHidden: e,
14
+ ref: i,
15
15
  stroke: "currentColor",
16
16
  strokeWidth: "2",
17
17
  strokeLinecap: "round",
18
18
  strokeLinejoin: "round",
19
- ...i,
19
+ ...c,
20
20
  children: [
21
21
  /* @__PURE__ */ o("path", { d: "M18 6 6 18" }),
22
22
  /* @__PURE__ */ o("path", { d: "m6 6 12 12" })
23
23
  ]
24
24
  }
25
- ), l = m(p);
25
+ ), l = p(a);
26
26
  l.displayName = "CloseIcon";
27
27
  export {
28
28
  l as CloseIcon
@@ -3,14 +3,14 @@ import "../styles/main.css";
3
3
  import { jsxs as a, jsx as o } from "react/jsx-runtime";
4
4
  import k from "./IconBase.js";
5
5
  import { forwardRef as C } from "react";
6
- const c = ({ className: r, ariaHidden: e, title: t = "Dashboard", description: n, size: s = 24, ...d }, i) => /* @__PURE__ */ a(
6
+ const c = ({ className: r, ariaHidden: t, title: e = "Dashboard", description: n, size: s = 24, ...d }, i) => /* @__PURE__ */ a(
7
7
  k,
8
8
  {
9
9
  size: s,
10
10
  className: r,
11
- title: t,
11
+ title: e,
12
12
  description: n,
13
- "aria-hidden": e,
13
+ ariaHidden: t,
14
14
  ref: i,
15
15
  ...d,
16
16
  children: [