@spear-ai/spectral 1.3.63 → 1.3.64

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 (150) hide show
  1. package/dist/.js +194 -170
  2. package/dist/Accordion.js +9 -0
  3. package/dist/Alert.js +19 -10
  4. package/dist/Button.d.ts +3 -3
  5. package/dist/Button.js +33 -26
  6. package/dist/ButtonIcon.js +9 -0
  7. package/dist/Card.d.ts +16 -0
  8. package/dist/Card.js +32 -0
  9. package/dist/Checkbox.js +14 -5
  10. package/dist/Dialog/DialogBase.d.ts +5 -2
  11. package/dist/Dialog/DialogBase.js +113 -98
  12. package/dist/Dialog.d.ts +1 -1
  13. package/dist/Dialog.js +41 -35
  14. package/dist/Icons/AnalyzeIcon.d.ts +3 -0
  15. package/dist/Icons/AnalyzeIcon.js +73 -0
  16. package/dist/Icons/AnnotationsIcon.js +4 -4
  17. package/dist/Icons/ApprovedIcon.d.ts +3 -0
  18. package/dist/Icons/ApprovedIcon.js +43 -0
  19. package/dist/Icons/CalendarIcon.js +7 -7
  20. package/dist/Icons/CheckCircleIcon.js +14 -14
  21. package/dist/Icons/CheckSquareIcon.js +14 -14
  22. package/dist/Icons/CheckmarkIcon.js +9 -9
  23. package/dist/Icons/ChevronDownIcon.js +6 -6
  24. package/dist/Icons/ChevronUpIcon.js +7 -7
  25. package/dist/Icons/ClockIcon.js +10 -10
  26. package/dist/Icons/CloseCircleIcon.js +10 -10
  27. package/dist/Icons/CloseIcon.js +5 -5
  28. package/dist/Icons/DashboardIcon.js +4 -4
  29. package/dist/Icons/DatabaseIcon.d.ts +3 -0
  30. package/dist/Icons/DatabaseIcon.js +53 -0
  31. package/dist/Icons/DeleteIcon.js +24 -6
  32. package/dist/Icons/DurationIcon.js +7 -7
  33. package/dist/Icons/EmailIcon.js +4 -4
  34. package/dist/Icons/EraserIcon.js +20 -11
  35. package/dist/Icons/ErrorIcon.js +3 -3
  36. package/dist/Icons/EyeClosedIcon.js +2 -2
  37. package/dist/Icons/EyeClosedIcon2.js +18 -18
  38. package/dist/Icons/EyeOpenIcon.js +8 -8
  39. package/dist/Icons/GoToFirstIcon.js +1 -1
  40. package/dist/Icons/GoToLastIcon.js +3 -3
  41. package/dist/Icons/HarmonicCursorsIcon.js +4 -4
  42. package/dist/Icons/IconBase.d.ts +1 -1
  43. package/dist/Icons/IconBase.js +15 -17
  44. package/dist/Icons/InfoIcon.js +4 -4
  45. package/dist/Icons/LabelIcon.js +6 -6
  46. package/dist/Icons/LassoIcon.js +6 -6
  47. package/dist/Icons/LineToolIcon.js +22 -93
  48. package/dist/Icons/LineToolIcon2.d.ts +3 -0
  49. package/dist/Icons/LineToolIcon2.js +73 -0
  50. package/dist/Icons/LiveViewIcon.js +5 -5
  51. package/dist/Icons/LoaderIcon.js +5 -5
  52. package/dist/Icons/LocationIcon.js +5 -5
  53. package/dist/Icons/LogoutIcon.js +11 -11
  54. package/dist/Icons/MessagesIcon.js +22 -19
  55. package/dist/Icons/MetadataIcon.js +5 -5
  56. package/dist/Icons/MinusIcon.js +9 -9
  57. package/dist/Icons/OntologyIcon.js +74 -21
  58. package/dist/Icons/PanelIconClose.js +11 -11
  59. package/dist/Icons/PanelIconOpen.js +11 -11
  60. package/dist/Icons/PlayIcon.js +5 -5
  61. package/dist/Icons/PlusIcon.js +9 -8
  62. package/dist/Icons/ResetIcon.js +6 -6
  63. package/dist/Icons/ReviewedIcon.d.ts +3 -0
  64. package/dist/Icons/ReviewedIcon.js +44 -0
  65. package/dist/Icons/ScissorsIcon.js +9 -9
  66. package/dist/Icons/SettingsIcon.js +20 -22
  67. package/dist/Icons/SortAscendingIcon.d.ts +3 -0
  68. package/dist/Icons/SortAscendingIcon.js +73 -0
  69. package/dist/Icons/SortDescendingIcon.d.ts +3 -0
  70. package/dist/Icons/SortDescendingIcon.js +73 -0
  71. package/dist/Icons/StackIcon.d.ts +3 -0
  72. package/dist/Icons/StackIcon.js +43 -0
  73. package/dist/Icons/StarIcon.d.ts +3 -0
  74. package/dist/Icons/StarIcon.js +31 -0
  75. package/dist/Icons/TrashIcon.js +10 -10
  76. package/dist/Icons/UndoIcon.js +1 -1
  77. package/dist/Icons/UserIcon.js +1 -1
  78. package/dist/Icons/WarningIcon.js +9 -9
  79. package/dist/Icons/ZoomAllIcon.js +97 -57
  80. package/dist/Icons/ZoomXIcon.js +6 -6
  81. package/dist/Icons/ZoomYIcon.js +17 -8
  82. package/dist/Icons/index.d.ts +9 -0
  83. package/dist/Icons.js +114 -96
  84. package/dist/Input.js +30 -21
  85. package/dist/InputOTP.js +11 -2
  86. package/dist/MultiSelect/MultiSelectBase.js +6 -6
  87. package/dist/Select.d.ts +12 -12
  88. package/dist/Select.js +77 -68
  89. package/dist/Textarea.js +25 -16
  90. package/dist/Tray.js +25 -16
  91. package/dist/analyzer/network.webp +0 -0
  92. package/dist/analyzer/sunburst.webp +0 -0
  93. package/dist/analyzer/visual.webp +0 -0
  94. package/dist/components/Button/Button.d.ts +3 -3
  95. package/dist/components/Button/Button.d.ts.map +1 -1
  96. package/dist/components/Card/Card.d.ts +16 -0
  97. package/dist/components/Card/Card.d.ts.map +1 -0
  98. package/dist/components/Dialog/Dialog.d.ts +1 -1
  99. package/dist/components/Dialog/Dialog.d.ts.map +1 -1
  100. package/dist/components/Dialog/DialogBase.d.ts +5 -2
  101. package/dist/components/Dialog/DialogBase.d.ts.map +1 -1
  102. package/dist/components/Icons/AnalyzeIcon.d.ts +3 -0
  103. package/dist/components/Icons/AnalyzeIcon.d.ts.map +1 -0
  104. package/dist/components/Icons/ApprovedIcon.d.ts +3 -0
  105. package/dist/components/Icons/ApprovedIcon.d.ts.map +1 -0
  106. package/dist/components/Icons/DatabaseIcon.d.ts +3 -0
  107. package/dist/components/Icons/DatabaseIcon.d.ts.map +1 -0
  108. package/dist/components/Icons/DeleteIcon.d.ts.map +1 -1
  109. package/dist/components/Icons/EraserIcon.d.ts.map +1 -1
  110. package/dist/components/Icons/IconBase.d.ts +1 -1
  111. package/dist/components/Icons/IconBase.d.ts.map +1 -1
  112. package/dist/components/Icons/LineToolIcon.d.ts.map +1 -1
  113. package/dist/components/Icons/LineToolIcon2.d.ts +3 -0
  114. package/dist/components/Icons/LineToolIcon2.d.ts.map +1 -0
  115. package/dist/components/Icons/OntologyIcon.d.ts.map +1 -1
  116. package/dist/components/Icons/PlusIcon.d.ts.map +1 -1
  117. package/dist/components/Icons/ReviewedIcon.d.ts +3 -0
  118. package/dist/components/Icons/ReviewedIcon.d.ts.map +1 -0
  119. package/dist/components/Icons/SettingsIcon.d.ts.map +1 -1
  120. package/dist/components/Icons/SortAscendingIcon.d.ts +3 -0
  121. package/dist/components/Icons/SortAscendingIcon.d.ts.map +1 -0
  122. package/dist/components/Icons/SortDescendingIcon.d.ts +3 -0
  123. package/dist/components/Icons/SortDescendingIcon.d.ts.map +1 -0
  124. package/dist/components/Icons/StackIcon.d.ts +3 -0
  125. package/dist/components/Icons/StackIcon.d.ts.map +1 -0
  126. package/dist/components/Icons/StarIcon.d.ts +3 -0
  127. package/dist/components/Icons/StarIcon.d.ts.map +1 -0
  128. package/dist/components/Icons/ZoomAllIcon.d.ts.map +1 -1
  129. package/dist/components/Icons/ZoomYIcon.d.ts.map +1 -1
  130. package/dist/components/Icons/index.d.ts +9 -0
  131. package/dist/components/Icons/index.d.ts.map +1 -1
  132. package/dist/components/Select/Select.d.ts +12 -12
  133. package/dist/components/Select/Select.d.ts.map +1 -1
  134. package/dist/{createLucideIcon-CI1yJrZf.js → createLucideIcon-B_8CJpcQ.js} +4 -4
  135. package/dist/features/AuthCard/ForgotPasswordEmailForm.js +11 -2
  136. package/dist/features/AuthCard/PasswordInput.js +19 -10
  137. package/dist/features/AuthCard/SignInForm.js +21 -12
  138. package/dist/features/AuthCard/SignUpForm.js +21 -12
  139. package/dist/features/LabelingTools.js +11 -2
  140. package/dist/features/SensorMetadata.js +14 -5
  141. package/dist/features/SettingsPopover.js +21 -12
  142. package/dist/index.d.ts +1 -0
  143. package/dist/index.d.ts.map +1 -1
  144. package/dist/{loader-circle-CvdzOiQ_.js → loader-circle-CdRVlFhN.js} +2 -2
  145. package/dist/main.js +15630 -13510
  146. package/dist/primitives/select.js +41 -32
  147. package/dist/styles/main.css +1 -1
  148. package/dist/{x-BBpi7a_7.js → x-Dl66o_vF.js} +2 -2
  149. package/package.json +22 -22
  150. /package/dist/{list.yml.webp → analyzer/list.yml.webp} +0 -0
@@ -1,29 +1,29 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as i, jsx as o } from "react/jsx-runtime";
4
- import l from "./IconBase.js";
5
- import { forwardRef as d } from "react";
6
- const m = ({ className: e, ariaHidden: r, title: n = "Close Panel", description: t, size: s = 24, ...a }, c) => /* @__PURE__ */ i(
7
- l,
3
+ import { jsxs as a, jsx as o } from "react/jsx-runtime";
4
+ import d from "./IconBase.js";
5
+ import { forwardRef as l } from "react";
6
+ const m = ({ className: r, ariaHidden: e, title: n, description: t, size: s = 24, ...c }, i) => /* @__PURE__ */ a(
7
+ d,
8
8
  {
9
9
  size: s,
10
- className: e,
10
+ className: r,
11
11
  title: n,
12
12
  description: t,
13
- ariaHidden: r,
14
- ref: c,
15
- ...a,
13
+ ariaHidden: e,
14
+ ref: i,
16
15
  stroke: "currentColor",
17
- strokeWidth: "2",
16
+ strokeWidth: 2,
18
17
  strokeLinecap: "round",
19
18
  strokeLinejoin: "round",
19
+ ...c,
20
20
  children: [
21
21
  /* @__PURE__ */ o("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
22
22
  /* @__PURE__ */ o("path", { d: "M9 3v18" }),
23
23
  /* @__PURE__ */ o("path", { d: "m16 15-3-3 3-3" })
24
24
  ]
25
25
  }
26
- ), p = d(m);
26
+ ), p = l(m);
27
27
  p.displayName = "PanelIconClose";
28
28
  export {
29
29
  p as PanelIconClose
@@ -1,22 +1,22 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as i, jsx as o } from "react/jsx-runtime";
4
- import s from "./IconBase.js";
3
+ import { jsxs as s, jsx as o } from "react/jsx-runtime";
4
+ import a from "./IconBase.js";
5
5
  import { forwardRef as d } from "react";
6
- const m = ({ className: e, ariaHidden: n, title: r = "Open Panel", description: t, size: p = 24, ...a }, c) => /* @__PURE__ */ i(
7
- s,
6
+ const m = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, ...i }, p) => /* @__PURE__ */ s(
7
+ a,
8
8
  {
9
- size: p,
10
- className: e,
11
- title: r,
9
+ size: c,
10
+ className: r,
11
+ title: n,
12
12
  description: t,
13
- ariaHidden: n,
14
- ref: c,
15
- ...a,
13
+ ariaHidden: e,
14
+ ref: p,
16
15
  stroke: "currentColor",
17
- strokeWidth: "2",
16
+ strokeWidth: 2,
18
17
  strokeLinecap: "round",
19
18
  strokeLinejoin: "round",
19
+ ...i,
20
20
  children: [
21
21
  /* @__PURE__ */ o("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
22
22
  /* @__PURE__ */ o("path", { d: "M9 3v18" }),
@@ -3,7 +3,7 @@ import "../styles/main.css";
3
3
  import { jsx as o } from "react/jsx-runtime";
4
4
  import s from "./IconBase.js";
5
5
  import { forwardRef as d } from "react";
6
- const l = ({ className: r, ariaHidden: n, title: t = "Play", description: e, size: a = 24, ...c }, i) => /* @__PURE__ */ o(
6
+ const m = ({ className: r, ariaHidden: n, title: t, description: e, size: a = 24, ...c }, i) => /* @__PURE__ */ o(
7
7
  s,
8
8
  {
9
9
  size: a,
@@ -16,7 +16,7 @@ const l = ({ className: r, ariaHidden: n, title: t = "Play", description: e, siz
16
16
  children: /* @__PURE__ */ o(
17
17
  "path",
18
18
  {
19
- d: "M4.63333 3.11108V20.8889L19.3667 12L4.63333 3.11108Z",
19
+ d: "M4.6333 3.11108V20.8889L19.3666 12L4.6333 3.11108Z",
20
20
  stroke: "currentColor",
21
21
  strokeWidth: "2",
22
22
  strokeLinecap: "round",
@@ -24,8 +24,8 @@ const l = ({ className: r, ariaHidden: n, title: t = "Play", description: e, siz
24
24
  }
25
25
  )
26
26
  }
27
- ), m = d(l);
28
- m.displayName = "PlayIcon";
27
+ ), p = d(m);
28
+ p.displayName = "PlayIcon";
29
29
  export {
30
- m as PlayIcon
30
+ p as PlayIcon
31
31
  };
@@ -3,28 +3,29 @@ import "../styles/main.css";
3
3
  import { jsx as o } from "react/jsx-runtime";
4
4
  import C from "./IconBase.js";
5
5
  import { forwardRef as d } from "react";
6
- const i = ({ className: r, ariaHidden: l, title: e = "Plus", description: n, size: c = 24, ...s }, t) => /* @__PURE__ */ o(
6
+ const f = ({ className: l, ariaHidden: r, title: e, description: n, size: c = 24, ...i }, t) => /* @__PURE__ */ o(
7
7
  C,
8
8
  {
9
9
  size: c,
10
- className: r,
10
+ className: l,
11
11
  title: e,
12
12
  description: n,
13
- ariaHidden: l,
13
+ ariaHidden: r,
14
+ fill: "none",
14
15
  ref: t,
15
- ...s,
16
+ ...i,
16
17
  children: /* @__PURE__ */ o(
17
18
  "path",
18
19
  {
19
20
  fillRule: "evenodd",
20
21
  clipRule: "evenodd",
21
- d: "M12 3C12.5523 3 13 3.44772 13 4V11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H13V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H11V4C11 3.44772 11.4477 3 12 3Z",
22
+ d: "M11 2C11.5523 2 12 2.44772 12 3V10H19C19.5523 10 20 10.4477 20 11C20 11.5523 19.5523 12 19 12H12V19C12 19.5523 11.5523 20 11 20C10.4477 20 10 19.5523 10 19V12H3C2.44772 12 2 11.5523 2 11C2 10.4477 2.44772 10 3 10H10V3C10 2.44772 10.4477 2 11 2Z",
22
23
  fill: "currentColor"
23
24
  }
24
25
  )
25
26
  }
26
- ), u = d(i);
27
- u.displayName = "PlusIcon";
27
+ ), s = d(f);
28
+ s.displayName = "PlusIcon";
28
29
  export {
29
- u as PlusIcon
30
+ s as PlusIcon
30
31
  };
@@ -3,20 +3,20 @@ import "../styles/main.css";
3
3
  import { jsx as o } from "react/jsx-runtime";
4
4
  import m from "./IconBase.js";
5
5
  import { forwardRef as f } from "react";
6
- const i = ({ className: C, ariaHidden: e, title: r = "Reset", description: t, size: n = 24, ...s }, c) => /* @__PURE__ */ o(
6
+ const i = ({ className: C, ariaHidden: r, title: e, description: t, size: n = 24, ...c }, s) => /* @__PURE__ */ o(
7
7
  m,
8
8
  {
9
9
  size: n,
10
10
  className: C,
11
- title: r,
11
+ title: e,
12
12
  description: t,
13
- ariaHidden: e,
14
- ref: c,
15
- ...s,
13
+ ariaHidden: r,
14
+ ref: s,
15
+ ...c,
16
16
  children: /* @__PURE__ */ o(
17
17
  "path",
18
18
  {
19
- d: "M4.97266 12C4.97266 8.13401 8.10666 5 11.9727 5C13.9466 5 15.3753 5.67948 16.7591 7H15C14.4477 7 14 7.44772 14 8C14 8.55228 14.4477 9 15 9H18.25C19.2165 9 20 8.2165 20 7.25V4C20 3.44772 19.5523 3 19 3C18.4477 3 18 3.44772 18 4V5.42301C16.3778 3.9219 14.5241 3 11.9727 3C7.00209 3 2.97266 7.02944 2.97266 12C2.97266 16.9706 7.00209 21 11.9727 21C15.8929 21 19.2253 18.4941 20.4603 14.9999C20.6443 14.4792 20.3714 13.9079 19.8507 13.7238C19.33 13.5398 18.7586 13.8127 18.5746 14.3334C17.6132 17.0536 15.0189 19 11.9727 19C8.10666 19 4.97266 15.866 4.97266 12Z",
19
+ d: "M4.66585 12C4.66585 7.70446 8.05974 4.22222 12.2464 4.22222C14.384 4.22222 15.9311 4.9772 17.4297 6.44444H15.5247C14.9266 6.44444 14.4418 6.94191 14.4418 7.55556C14.4418 8.1692 14.9266 8.66667 15.5247 8.66667H19.0442C20.0909 8.66667 20.9394 7.79611 20.9394 6.72222V3.11111C20.9394 2.49747 20.4545 2 19.8564 2C19.2583 2 18.7735 2.49747 18.7735 3.11111V4.69223C17.0168 3.02433 15.0094 2 12.2464 2C6.86358 2 2.5 6.47716 2.5 12C2.5 17.5229 6.86358 22 12.2464 22C16.4917 22 20.1004 19.2157 21.4378 15.3332C21.6371 14.7547 21.3416 14.1199 20.7777 13.9153C20.2138 13.7109 19.595 14.0141 19.3958 14.5927C18.3546 17.6151 15.5452 19.7778 12.2464 19.7778C8.05974 19.7778 4.66585 16.2956 4.66585 12Z",
20
20
  fill: "currentColor"
21
21
  }
22
22
  )
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const ReviewedIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=ReviewedIcon.d.ts.map
@@ -0,0 +1,44 @@
1
+ "use client";
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 p = ({ className: r, ariaHidden: e, title: t, description: n, size: C = 24, ...i }, s) => /* @__PURE__ */ d(
7
+ c,
8
+ {
9
+ size: C,
10
+ className: r,
11
+ title: t,
12
+ description: n,
13
+ ariaHidden: e,
14
+ ref: s,
15
+ ...i,
16
+ children: [
17
+ /* @__PURE__ */ o(
18
+ "path",
19
+ {
20
+ d: "M7 9.667C7 8.95967 7.28099 8.28131 7.78115 7.78115C8.28131 7.28099 8.95967 7 9.667 7H18.333C18.6832 7 19.03 7.06898 19.3536 7.20301C19.6772 7.33704 19.9712 7.53349 20.2189 7.78115C20.4665 8.0288 20.663 8.32281 20.797 8.64638C20.931 8.96996 21 9.31676 21 9.667V18.333C21 18.6832 20.931 19.03 20.797 19.3536C20.663 19.6772 20.4665 19.9712 20.2189 20.2189C19.9712 20.4665 19.6772 20.663 19.3536 20.797C19.03 20.931 18.6832 21 18.333 21H9.667C9.31676 21 8.96996 20.931 8.64638 20.797C8.32281 20.663 8.0288 20.4665 7.78115 20.2189C7.53349 19.9712 7.33704 19.6772 7.20301 19.3536C7.06898 19.03 7 18.6832 7 18.333V9.667Z",
21
+ stroke: "currentColor",
22
+ strokeWidth: "2",
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }
26
+ ),
27
+ /* @__PURE__ */ o(
28
+ "path",
29
+ {
30
+ d: "M4.012 16.737C3.705 16.5626 3.44965 16.31 3.2719 16.0049C3.09415 15.6998 3.00034 15.3531 3 15V5C3 3.9 3.9 3 5 3H15C15.75 3 16.158 3.385 16.5 4",
31
+ stroke: "currentColor",
32
+ strokeWidth: "2",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round"
35
+ }
36
+ ),
37
+ /* @__PURE__ */ o("path", { d: "M11 14L13 16L17 12", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
38
+ ]
39
+ }
40
+ ), a = k(p);
41
+ a.displayName = "ReviewedIcon";
42
+ export {
43
+ a as ReviewedIcon
44
+ };
@@ -3,30 +3,30 @@ import "../styles/main.css";
3
3
  import { jsxs as n, jsx as o } from "react/jsx-runtime";
4
4
  import t from "./IconBase.js";
5
5
  import { forwardRef as d } from "react";
6
- const f = ({ className: r, ariaHidden: C, title: s = "Scissors", description: c, size: e = 24, ...i }, l) => /* @__PURE__ */ n(
6
+ const f = ({ className: C, ariaHidden: r, title: s, description: e, size: c = 24, ...l }, i) => /* @__PURE__ */ n(
7
7
  t,
8
8
  {
9
- size: e,
10
- className: r,
9
+ size: c,
10
+ className: C,
11
11
  title: s,
12
- description: c,
13
- ariaHidden: C,
14
- ref: l,
15
- ...i,
12
+ description: e,
13
+ ariaHidden: r,
14
+ ref: i,
15
+ ...l,
16
16
  children: [
17
17
  /* @__PURE__ */ o(
18
18
  "path",
19
19
  {
20
20
  fillRule: "evenodd",
21
21
  clipRule: "evenodd",
22
- d: "M6 3C3.79086 3 2 4.79086 2 7C2 9.20914 3.79086 11 6 11C7.02505 11 7.96004 10.6144 8.66786 9.9804L11.6973 12L8.66786 14.0196C7.96005 13.3856 7.02505 13 6 13C3.79086 13 2 14.7909 2 17C2 19.2091 3.79086 21 6 21C8.20914 21 10 19.2091 10 17C10 16.5386 9.92189 16.0955 9.77816 15.6831L22.3868 7.27735C21.7741 6.35829 20.5323 6.10995 19.6133 6.72265L13.5 10.7982L9.77816 8.3169C9.92189 7.90452 10 7.46138 10 7C10 4.79086 8.20914 3 6 3ZM4 7C4 5.89543 4.89543 5 6 5C7.10457 5 8 5.89543 8 7C8 8.10457 7.10457 9 6 9C4.89543 9 4 8.10457 4 7ZM4 17C4 15.8954 4.89543 15 6 15C7.10457 15 8 15.8954 8 17C8 18.1046 7.10457 19 6 19C4.89543 19 4 18.1046 4 17Z",
22
+ d: "M5.92411 3.17078C3.75688 3.17078 2 4.92766 2 7.09488C2 9.26211 3.75688 11.019 5.92411 11.019C6.92971 11.019 7.84696 10.6407 8.54135 10.0187L11.5133 12L8.54135 13.9813C7.84697 13.3593 6.92971 12.981 5.92411 12.981C3.75688 12.981 2 14.738 2 16.9052C2 19.0723 3.75688 20.8293 5.92411 20.8293C8.09133 20.8293 9.84822 19.0723 9.84822 16.9052C9.84822 16.4525 9.77159 16.0178 9.63058 15.6132L22 7.36697C21.3989 6.46535 20.1807 6.22172 19.2791 6.8228L13.2818 10.821L9.63058 8.3868C9.77159 7.98224 9.84822 7.54751 9.84822 7.09488C9.84822 4.92766 8.09133 3.17078 5.92411 3.17078ZM3.96205 7.09488C3.96205 6.01127 4.84049 5.13283 5.92411 5.13283C7.00772 5.13283 7.88616 6.01127 7.88616 7.09488C7.88616 8.1785 7.00772 9.05694 5.92411 9.05694C4.84049 9.05694 3.96205 8.1785 3.96205 7.09488ZM3.96205 16.9052C3.96205 15.8215 4.84049 14.9431 5.92411 14.9431C7.00772 14.9431 7.88616 15.8215 7.88616 16.9052C7.88616 17.9888 7.00772 18.8672 5.92411 18.8672C4.84049 18.8672 3.96205 17.9888 3.96205 16.9052Z",
23
23
  fill: "currentColor"
24
24
  }
25
25
  ),
26
26
  /* @__PURE__ */ o(
27
27
  "path",
28
28
  {
29
- d: "M19.6133 17.2773L14.4014 13.8027L16.2042 12.6008L22.3868 16.7226C21.7741 17.6416 20.5323 17.89 19.6133 17.2773Z",
29
+ d: "M19.279 17.1773L14.166 13.7686L15.9346 12.5895L21.9999 16.6331C21.3988 17.5347 20.1806 17.7784 19.279 17.1773Z",
30
30
  fill: "currentColor"
31
31
  }
32
32
  )
@@ -1,35 +1,33 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
- import a from "./IconBase.js";
5
- import { forwardRef as k } from "react";
6
- const p = ({ className: r, ariaHidden: t, title: e = "Settings", description: n, size: s = 24, ...i }, c) => /* @__PURE__ */ d(
7
- a,
3
+ import { jsxs as c, jsx as C } from "react/jsx-runtime";
4
+ import d from "./IconBase.js";
5
+ import { forwardRef as p } from "react";
6
+ const a = ({ className: o, ariaHidden: r, title: t, description: e, size: n = 24, ...s }, i) => /* @__PURE__ */ c(
7
+ d,
8
8
  {
9
- size: s,
10
- className: r,
11
- title: e,
12
- description: n,
13
- ariaHidden: t,
14
- ref: c,
15
- ...i,
9
+ size: n,
10
+ className: o,
11
+ title: t,
12
+ description: e,
13
+ ariaHidden: r,
14
+ ref: i,
15
+ ...s,
16
16
  children: [
17
- /* @__PURE__ */ o(
17
+ /* @__PURE__ */ C(
18
18
  "path",
19
19
  {
20
- d: "M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",
20
+ d: "M9.65965 4.91014C9.71502 4.38751 9.98556 3.90217 10.4184 3.54895C10.8513 3.19573 11.4154 3 12.0005 3C12.5856 3 13.1497 3.19573 13.5826 3.54895C14.0154 3.90217 14.286 4.38751 14.3414 4.91014C14.3746 5.24775 14.4981 5.57321 14.7012 5.85895C14.9044 6.14469 15.1813 6.38231 15.5085 6.55169C15.8357 6.72108 16.2035 6.81724 16.5809 6.83204C16.9583 6.84685 17.3341 6.77985 17.6765 6.63674C18.2082 6.42015 18.8107 6.38881 19.3667 6.54882C19.9227 6.70882 20.3925 7.04873 20.6846 7.50238C20.9767 7.95603 21.0703 8.49097 20.947 9.00309C20.8238 9.51521 20.4926 9.96786 20.0179 10.273C19.7088 10.4676 19.4564 10.7261 19.2822 11.0267C19.108 11.3273 19.0171 11.6612 19.0171 12C19.0171 12.3388 19.108 12.6727 19.2822 12.9733C19.4564 13.2739 19.7088 13.5324 20.0179 13.727C20.4926 14.0321 20.8238 14.4848 20.947 14.9969C21.0703 15.509 20.9767 16.044 20.6846 16.4976C20.3925 16.9513 19.9227 17.2912 19.3667 17.4512C18.8107 17.6112 18.2082 17.5799 17.6765 17.3633C17.3341 17.2201 16.9583 17.1532 16.5809 17.168C16.2035 17.1828 15.8357 17.2789 15.5085 17.4483C15.1813 17.6177 14.9044 17.8553 14.7012 18.1411C14.4981 18.4268 14.3746 18.7522 14.3414 19.0899C14.286 19.6125 14.0154 20.0978 13.5826 20.451C13.1497 20.8043 12.5856 21 12.0005 21C11.4154 21 10.8513 20.8043 10.4184 20.451C9.98556 20.0978 9.71502 19.6125 9.65965 19.0899C9.62643 18.7521 9.50299 18.4265 9.29977 18.1407C9.09655 17.8549 8.81955 17.6172 8.49222 17.4478C8.1649 17.2784 7.79689 17.1822 7.41937 17.1675C7.04185 17.1528 6.66594 17.22 6.32347 17.3633C5.79179 17.5799 5.1893 17.6112 4.63328 17.4512C4.07726 17.2912 3.60748 16.9513 3.31537 16.4976C3.02327 16.044 2.92973 15.509 3.05298 14.9969C3.17622 14.4848 3.50742 14.0321 3.98212 13.727C4.29124 13.5324 4.54357 13.2739 4.71778 12.9733C4.89198 12.6727 4.98293 12.3388 4.98293 12C4.98293 11.6612 4.89198 11.3273 4.71778 11.0267C4.54357 10.7261 4.29124 10.4676 3.98212 10.273C3.50809 9.96771 3.17747 9.51523 3.05452 9.00346C2.93158 8.49169 3.02509 7.95719 3.31688 7.50383C3.60867 7.05047 4.0779 6.71065 4.63337 6.5504C5.18884 6.39015 5.79088 6.42092 6.32247 6.63674C6.66489 6.77985 7.0407 6.84685 7.41808 6.83204C7.79547 6.81724 8.16333 6.72108 8.49052 6.55169C8.81771 6.38231 9.0946 6.14469 9.29776 5.85895C9.50092 5.57321 9.62436 5.24775 9.65764 4.91014",
21
21
  stroke: "currentColor",
22
22
  strokeWidth: "2",
23
23
  strokeLinecap: "round",
24
24
  strokeLinejoin: "round"
25
25
  }
26
26
  ),
27
- /* @__PURE__ */ o(
28
- "circle",
27
+ /* @__PURE__ */ C(
28
+ "path",
29
29
  {
30
- cx: "12",
31
- cy: "12",
32
- r: "3",
30
+ d: "M11.9078 14.8902C13.4266 14.8902 14.6578 13.659 14.6578 12.1402C14.6578 10.6214 13.4266 9.3902 11.9078 9.3902C10.3891 9.3902 9.15784 10.6214 9.15784 12.1402C9.15784 13.659 10.3891 14.8902 11.9078 14.8902Z",
33
31
  stroke: "currentColor",
34
32
  strokeWidth: "2",
35
33
  strokeLinecap: "round",
@@ -38,8 +36,8 @@ const p = ({ className: r, ariaHidden: t, title: e = "Settings", description: n,
38
36
  )
39
37
  ]
40
38
  }
41
- ), m = k(p);
42
- m.displayName = "SettingsIcon";
39
+ ), k = p(a);
40
+ k.displayName = "SettingsIcon";
43
41
  export {
44
- m as SettingsIcon
42
+ k as SettingsIcon
45
43
  };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const SortAscendingIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=SortAscendingIcon.d.ts.map
@@ -0,0 +1,73 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
+ import k from "./IconBase.js";
5
+ import { forwardRef as u } from "react";
6
+ const p = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
7
+ k,
8
+ {
9
+ size: s,
10
+ className: r,
11
+ title: e,
12
+ description: n,
13
+ ariaHidden: t,
14
+ ref: d,
15
+ ...i,
16
+ children: [
17
+ /* @__PURE__ */ o(
18
+ "path",
19
+ {
20
+ d: "M3.05273 5.57141H10.4212",
21
+ stroke: "currentColor",
22
+ strokeWidth: "2",
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }
26
+ ),
27
+ /* @__PURE__ */ o(
28
+ "path",
29
+ {
30
+ d: "M3.05273 12H10.4212",
31
+ stroke: "currentColor",
32
+ strokeWidth: "2",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round"
35
+ }
36
+ ),
37
+ /* @__PURE__ */ o(
38
+ "path",
39
+ {
40
+ d: "M3.05273 18.4286H12.5264",
41
+ stroke: "currentColor",
42
+ strokeWidth: "2",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ o(
48
+ "path",
49
+ {
50
+ d: "M14.6316 8.7857L17.7895 5.57141L20.9474 8.7857",
51
+ stroke: "currentColor",
52
+ strokeWidth: "2",
53
+ strokeLinecap: "round",
54
+ strokeLinejoin: "round"
55
+ }
56
+ ),
57
+ /* @__PURE__ */ o(
58
+ "path",
59
+ {
60
+ d: "M17.7896 5.57141V18.4286",
61
+ stroke: "currentColor",
62
+ strokeWidth: "2",
63
+ strokeLinecap: "round",
64
+ strokeLinejoin: "round"
65
+ }
66
+ )
67
+ ]
68
+ }
69
+ ), a = u(p);
70
+ a.displayName = "SortAscendingIcon";
71
+ export {
72
+ a as SortAscendingIcon
73
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const SortDescendingIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=SortDescendingIcon.d.ts.map
@@ -0,0 +1,73 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
+ import k from "./IconBase.js";
5
+ import { forwardRef as u } from "react";
6
+ const p = ({ className: r, ariaHidden: e, title: t, description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
7
+ k,
8
+ {
9
+ size: s,
10
+ className: r,
11
+ title: t,
12
+ description: n,
13
+ ariaHidden: e,
14
+ ref: d,
15
+ ...i,
16
+ children: [
17
+ /* @__PURE__ */ o(
18
+ "path",
19
+ {
20
+ d: "M3.05273 5.57141H12.5264",
21
+ stroke: "currentColor",
22
+ strokeWidth: "2",
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }
26
+ ),
27
+ /* @__PURE__ */ o(
28
+ "path",
29
+ {
30
+ d: "M3.05273 12H10.4212",
31
+ stroke: "currentColor",
32
+ strokeWidth: "2",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round"
35
+ }
36
+ ),
37
+ /* @__PURE__ */ o(
38
+ "path",
39
+ {
40
+ d: "M3.05273 18.4286H10.4212",
41
+ stroke: "currentColor",
42
+ strokeWidth: "2",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ o(
48
+ "path",
49
+ {
50
+ d: "M14.6316 15.2143L17.7895 18.4286L20.9474 15.2143",
51
+ stroke: "currentColor",
52
+ strokeWidth: "2",
53
+ strokeLinecap: "round",
54
+ strokeLinejoin: "round"
55
+ }
56
+ ),
57
+ /* @__PURE__ */ o(
58
+ "path",
59
+ {
60
+ d: "M17.7896 5.57141V18.4286",
61
+ stroke: "currentColor",
62
+ strokeWidth: "2",
63
+ strokeLinecap: "round",
64
+ strokeLinejoin: "round"
65
+ }
66
+ )
67
+ ]
68
+ }
69
+ ), a = u(p);
70
+ a.displayName = "SortDescendingIcon";
71
+ export {
72
+ a as SortDescendingIcon
73
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const StackIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=StackIcon.d.ts.map
@@ -0,0 +1,43 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsxs as a, jsx as o } from "react/jsx-runtime";
4
+ import d from "./IconBase.js";
5
+ import { forwardRef as k } from "react";
6
+ const L = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...c }, i) => /* @__PURE__ */ a(
7
+ d,
8
+ {
9
+ size: s,
10
+ className: r,
11
+ title: e,
12
+ description: n,
13
+ ariaHidden: t,
14
+ ref: i,
15
+ ...c,
16
+ children: [
17
+ /* @__PURE__ */ o(
18
+ "path",
19
+ {
20
+ d: "M12 4.5L3 9L12 13.5L21 9L12 4.5Z",
21
+ stroke: "currentColor",
22
+ strokeWidth: "2",
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }
26
+ ),
27
+ /* @__PURE__ */ o(
28
+ "path",
29
+ {
30
+ d: "M3 14.5L12 19.5L21 14.5",
31
+ stroke: "currentColor",
32
+ strokeWidth: "2",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round"
35
+ }
36
+ )
37
+ ]
38
+ }
39
+ ), p = k(L);
40
+ p.displayName = "StackIcon";
41
+ export {
42
+ p as StackIcon
43
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const StarIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=StarIcon.d.ts.map
@@ -0,0 +1,31 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsx as r } from "react/jsx-runtime";
4
+ import i from "./IconBase.js";
5
+ import { forwardRef as s } from "react";
6
+ const d = ({ className: o, ariaHidden: t, title: n, description: e, size: L = 24, ...a }, c) => /* @__PURE__ */ r(
7
+ i,
8
+ {
9
+ size: L,
10
+ className: o,
11
+ title: n,
12
+ description: e,
13
+ ariaHidden: t,
14
+ ref: c,
15
+ ...a,
16
+ children: /* @__PURE__ */ r(
17
+ "path",
18
+ {
19
+ d: "M12 3L14.781 8.92429L21 9.88013L16.5 14.489L17.562 21L12 17.9243L6.438 21L7.5 14.489L3 9.88013L9.219 8.92429L12 3Z",
20
+ stroke: "currentColor",
21
+ strokeWidth: "2",
22
+ strokeLinecap: "round",
23
+ strokeLinejoin: "round"
24
+ }
25
+ )
26
+ }
27
+ ), m = s(d);
28
+ m.displayName = "StarIcon";
29
+ export {
30
+ m as StarIcon
31
+ };
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsx as C } from "react/jsx-runtime";
4
- import a from "./IconBase.js";
5
- import { forwardRef as n } from "react";
6
- const s = ({ className: r, ariaHidden: M, title: Z = "Trash", description: V, size: o = 24, ...H }, L) => /* @__PURE__ */ C(
7
- a,
4
+ import n from "./IconBase.js";
5
+ import { forwardRef as t } from "react";
6
+ const a = ({ className: M, ariaHidden: Z, title: r, description: V, size: o = 24, ...H }, L) => /* @__PURE__ */ C(
7
+ n,
8
8
  {
9
9
  size: o,
10
- className: r,
11
- title: Z,
10
+ className: M,
11
+ title: r,
12
12
  description: V,
13
- ariaHidden: M,
13
+ ariaHidden: Z,
14
14
  ref: L,
15
15
  ...H,
16
16
  children: /* @__PURE__ */ C(
@@ -21,8 +21,8 @@ const s = ({ className: r, ariaHidden: M, title: Z = "Trash", description: V, si
21
21
  }
22
22
  )
23
23
  }
24
- ), t = n(s);
25
- t.displayName = "TrashIcon";
24
+ ), c = t(a);
25
+ c.displayName = "TrashIcon";
26
26
  export {
27
- t as TrashIcon
27
+ c as TrashIcon
28
28
  };
@@ -3,7 +3,7 @@ import "../styles/main.css";
3
3
  import { jsx as o } from "react/jsx-runtime";
4
4
  import s from "./IconBase.js";
5
5
  import { forwardRef as m } from "react";
6
- const p = ({ className: r, ariaHidden: n, title: t = "Undo", description: e, size: d = 24, ...c }, i) => /* @__PURE__ */ o(
6
+ const p = ({ className: r, ariaHidden: n, title: t, description: e, size: d = 24, ...c }, i) => /* @__PURE__ */ o(
7
7
  s,
8
8
  {
9
9
  size: d,
@@ -3,7 +3,7 @@ import "../styles/main.css";
3
3
  import { jsx as r } from "react/jsx-runtime";
4
4
  import i from "./IconBase.js";
5
5
  import { forwardRef as m } from "react";
6
- const d = ({ className: o, ariaHidden: e, title: t = "User", description: C, size: n = 24, ...s }, c) => /* @__PURE__ */ r(
6
+ const d = ({ className: o, ariaHidden: e, title: t, description: C, size: n = 24, ...s }, c) => /* @__PURE__ */ r(
7
7
  i,
8
8
  {
9
9
  size: n,