@spear-ai/spectral 1.3.63 → 1.3.65

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 +13 -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 +13 -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
package/dist/Dialog.js CHANGED
@@ -1,23 +1,23 @@
1
1
  import "./styles/main.css";
2
- import { jsx as e, Fragment as i } from "react/jsx-runtime";
3
- import { DialogBase as n, DialogCloseBase as r, DialogContentBase as s, DialogDescriptionBase as d, DialogFooterBase as g, DialogHeaderBase as c, DialogOverlayBase as u, DialogPortalBase as f, DialogTitleBase as m, DialogTriggerBase as D } from "./Dialog/DialogBase.js";
2
+ import { jsx as e, Fragment as s } from "react/jsx-runtime";
3
+ import { DialogBase as d, DialogCloseBase as g, DialogContentBase as c, DialogDescriptionBase as u, DialogFooterBase as f, DialogHeaderBase as m, DialogOverlayBase as D, DialogPortalBase as p, DialogTitleBase as x, DialogTriggerBase as B } from "./Dialog/DialogBase.js";
4
4
  import { cn as o } from "./utils/twUtils.js";
5
5
  import "react";
6
- function N({ ...a }) {
7
- return /* @__PURE__ */ e(n, { "data-slot": "dialog", ...a });
6
+ function C({ ...a }) {
7
+ return /* @__PURE__ */ e(d, { "data-slot": "dialog", ...a });
8
8
  }
9
- function b({ ...a }) {
10
- return /* @__PURE__ */ e(D, { asChild: !0, "data-slot": "dialog-trigger", ...a });
9
+ function h({ ...a }) {
10
+ return /* @__PURE__ */ e(B, { asChild: !0, "data-slot": "dialog-trigger", ...a });
11
11
  }
12
- function w({ ...a }) {
13
- return /* @__PURE__ */ e(f, { "data-slot": "dialog-portal", ...a });
12
+ function v({ ...a }) {
13
+ return /* @__PURE__ */ e(p, { "data-slot": "dialog-portal", ...a });
14
14
  }
15
- function C({ ...a }) {
16
- return /* @__PURE__ */ e(r, { "data-slot": "dialog-close", ...a });
15
+ function z({ ...a }) {
16
+ return /* @__PURE__ */ e(g, { "data-slot": "dialog-close", ...a });
17
17
  }
18
- function h({ className: a, ...t }) {
18
+ function T({ className: a, ...t }) {
19
19
  return /* @__PURE__ */ e(
20
- u,
20
+ D,
21
21
  {
22
22
  "data-slot": "dialog-overlay",
23
23
  className: o(
@@ -28,27 +28,33 @@ function h({ className: a, ...t }) {
28
28
  }
29
29
  );
30
30
  }
31
- function v({
31
+ function F({
32
32
  className: a,
33
33
  children: t,
34
- ...l
34
+ onInteractOutside: l,
35
+ onPointerDownOutside: i,
36
+ onEscapeKeyDown: n,
37
+ ...r
35
38
  }) {
36
- return /* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
37
- s,
39
+ return /* @__PURE__ */ e(s, { children: /* @__PURE__ */ e(
40
+ c,
38
41
  {
39
42
  "data-slot": "dialog-content",
40
43
  className: o(
41
44
  "bg-dialog-bg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 rounded-lg p-6 shadow-lg duration-200",
42
45
  a
43
46
  ),
44
- ...l,
47
+ onInteractOutside: l,
48
+ onPointerDownOutside: i,
49
+ onEscapeKeyDown: n,
50
+ ...r,
45
51
  children: t
46
52
  }
47
53
  ) });
48
54
  }
49
- function z({ className: a, ...t }) {
55
+ function j({ className: a, ...t }) {
50
56
  return /* @__PURE__ */ e(
51
- c,
57
+ m,
52
58
  {
53
59
  "data-slot": "dialog-header",
54
60
  className: o("flex flex-col gap-2 text-center sm:text-left", a),
@@ -56,9 +62,9 @@ function z({ className: a, ...t }) {
56
62
  }
57
63
  );
58
64
  }
59
- function T({ className: a, ...t }) {
65
+ function H({ className: a, ...t }) {
60
66
  return /* @__PURE__ */ e(
61
- g,
67
+ f,
62
68
  {
63
69
  "data-slot": "dialog-footer",
64
70
  className: o("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end", a),
@@ -66,9 +72,9 @@ function T({ className: a, ...t }) {
66
72
  }
67
73
  );
68
74
  }
69
- function F({ className: a, ...t }) {
75
+ function O({ className: a, ...t }) {
70
76
  return /* @__PURE__ */ e(
71
- m,
77
+ x,
72
78
  {
73
79
  "data-slot": "dialog-title",
74
80
  className: o("text-lg leading-none font-semibold", a),
@@ -76,9 +82,9 @@ function F({ className: a, ...t }) {
76
82
  }
77
83
  );
78
84
  }
79
- function j({ className: a, ...t }) {
85
+ function P({ className: a, ...t }) {
80
86
  return /* @__PURE__ */ e(
81
- d,
87
+ u,
82
88
  {
83
89
  "data-slot": "dialog-description",
84
90
  className: o("text-muted-foreground text-sm", a),
@@ -87,14 +93,14 @@ function j({ className: a, ...t }) {
87
93
  );
88
94
  }
89
95
  export {
90
- N as Dialog,
91
- C as DialogClose,
92
- v as DialogContent,
93
- j as DialogDescription,
94
- T as DialogFooter,
95
- z as DialogHeader,
96
- h as DialogOverlay,
97
- w as DialogPortal,
98
- F as DialogTitle,
99
- b as DialogTrigger
96
+ C as Dialog,
97
+ z as DialogClose,
98
+ F as DialogContent,
99
+ P as DialogDescription,
100
+ H as DialogFooter,
101
+ j as DialogHeader,
102
+ T as DialogOverlay,
103
+ v as DialogPortal,
104
+ O as DialogTitle,
105
+ h as DialogTrigger
100
106
  };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const AnalyzeIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=AnalyzeIcon.d.ts.map
@@ -0,0 +1,73 @@
1
+ "use client";
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: t, description: n, size: C = 24, ...s }, i) => /* @__PURE__ */ d(
7
+ k,
8
+ {
9
+ size: C,
10
+ className: r,
11
+ title: t,
12
+ description: n,
13
+ ariaHidden: e,
14
+ ref: i,
15
+ ...s,
16
+ children: [
17
+ /* @__PURE__ */ o(
18
+ "path",
19
+ {
20
+ 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",
21
+ stroke: "currentColor",
22
+ strokeWidth: "2",
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }
26
+ ),
27
+ /* @__PURE__ */ o(
28
+ "path",
29
+ {
30
+ 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",
31
+ stroke: "currentColor",
32
+ strokeWidth: "2",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round"
35
+ }
36
+ ),
37
+ /* @__PURE__ */ o(
38
+ "path",
39
+ {
40
+ 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",
41
+ stroke: "currentColor",
42
+ strokeWidth: "2",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ o(
48
+ "path",
49
+ {
50
+ 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",
51
+ stroke: "currentColor",
52
+ strokeWidth: "2",
53
+ strokeLinecap: "round",
54
+ strokeLinejoin: "round"
55
+ }
56
+ ),
57
+ /* @__PURE__ */ o(
58
+ "path",
59
+ {
60
+ 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",
61
+ stroke: "currentColor",
62
+ strokeWidth: "2",
63
+ strokeLinecap: "round",
64
+ strokeLinejoin: "round"
65
+ }
66
+ )
67
+ ]
68
+ }
69
+ ), u = a(c);
70
+ u.displayName = "AnalyzeIcon";
71
+ export {
72
+ u as AnalyzeIcon
73
+ };
@@ -3,20 +3,20 @@ 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 L } from "react";
6
- const d = ({ className: n, ariaHidden: t, title: r = "Annotations", description: e, size: i = 24, ...s }, a) => /* @__PURE__ */ o(
6
+ const d = ({ className: n, ariaHidden: r, title: t, description: e, size: i = 24, ...s }, a) => /* @__PURE__ */ o(
7
7
  c,
8
8
  {
9
9
  size: i,
10
10
  className: n,
11
- title: r,
11
+ title: t,
12
12
  description: e,
13
- ariaHidden: t,
13
+ ariaHidden: r,
14
14
  ref: a,
15
15
  ...s,
16
16
  children: /* @__PURE__ */ o(
17
17
  "path",
18
18
  {
19
- d: "M13.6104 6.53511L15.6288 4.51679C16.3845 3.761 17.6099 3.761 18.3657 4.51679L19.9832 6.1343C20.7389 6.89009 20.7389 8.11546 19.9832 8.87125L17.9649 10.8896M13.6104 6.53511L3.73343 16.4121C3.55196 16.5935 3.45001 16.8397 3.45001 17.0963V21.05H7.40366C7.66029 21.05 7.90642 20.948 8.08789 20.7665L17.9649 10.8896M13.6104 6.53511L17.9649 10.8896",
19
+ 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",
20
20
  stroke: "currentColor",
21
21
  strokeWidth: "2",
22
22
  strokeLinecap: "round",
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const ApprovedIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=ApprovedIcon.d.ts.map
@@ -0,0 +1,43 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsxs as i, jsx as o } from "react/jsx-runtime";
4
+ import c from "./IconBase.js";
5
+ import { forwardRef as C } from "react";
6
+ const a = ({ className: r, ariaHidden: e, title: t, description: n, size: p = 24, ...s }, d) => /* @__PURE__ */ i(
7
+ c,
8
+ {
9
+ size: p,
10
+ className: r,
11
+ title: t,
12
+ description: n,
13
+ ariaHidden: e,
14
+ ref: d,
15
+ ...s,
16
+ children: [
17
+ /* @__PURE__ */ o(
18
+ "path",
19
+ {
20
+ 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",
21
+ stroke: "currentColor",
22
+ strokeWidth: "2",
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }
26
+ ),
27
+ /* @__PURE__ */ o(
28
+ "path",
29
+ {
30
+ d: "M19.8125 5.75L12 13.5703L9.65625 11.2266",
31
+ stroke: "currentColor",
32
+ strokeWidth: "2",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round"
35
+ }
36
+ )
37
+ ]
38
+ }
39
+ ), k = C(a);
40
+ k.displayName = "ApprovedIcon";
41
+ export {
42
+ k as ApprovedIcon
43
+ };
@@ -3,21 +3,21 @@ 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, ...s }, i) => /* @__PURE__ */ a(
6
+ const p = ({ className: o, ariaHidden: e, title: n, description: t, size: s = 24, ...d }, i) => /* @__PURE__ */ a(
7
7
  k,
8
8
  {
9
- size: d,
9
+ size: s,
10
10
  className: o,
11
11
  title: n,
12
12
  description: t,
13
13
  ariaHidden: e,
14
14
  ref: i,
15
- ...s,
15
+ ...d,
16
16
  children: [
17
17
  /* @__PURE__ */ r(
18
18
  "path",
19
19
  {
20
- d: "M8.39999 2.90918V6.54554",
20
+ d: "M8.40002 2.90912V6.54548",
21
21
  stroke: "currentColor",
22
22
  strokeWidth: "2",
23
23
  strokeLinecap: "round",
@@ -27,7 +27,7 @@ const p = ({ className: o, ariaHidden: e, title: n = "Calendar", description: t,
27
27
  /* @__PURE__ */ r(
28
28
  "path",
29
29
  {
30
- d: "M15.6 2.90918V6.54554",
30
+ d: "M15.6 2.90912V6.54548",
31
31
  stroke: "currentColor",
32
32
  strokeWidth: "2",
33
33
  strokeLinecap: "round",
@@ -37,7 +37,7 @@ const p = ({ className: o, ariaHidden: e, title: n = "Calendar", description: t,
37
37
  /* @__PURE__ */ r(
38
38
  "path",
39
39
  {
40
- d: "M18.3 4.72729H5.69999C4.70588 4.72729 3.89999 5.54132 3.89999 6.54548V19.2727C3.89999 20.2769 4.70588 21.0909 5.69999 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",
40
+ 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",
41
41
  stroke: "currentColor",
42
42
  strokeWidth: "2",
43
43
  strokeLinecap: "round",
@@ -47,7 +47,7 @@ const p = ({ className: o, ariaHidden: e, title: n = "Calendar", description: t,
47
47
  /* @__PURE__ */ r(
48
48
  "path",
49
49
  {
50
- d: "M3.89999 10.1819H20.1",
50
+ d: "M3.90002 10.1818H20.1",
51
51
  stroke: "currentColor",
52
52
  strokeWidth: "2",
53
53
  strokeLinecap: "round",
@@ -1,30 +1,30 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as a, jsx as r } from "react/jsx-runtime";
3
+ import { jsxs as a, jsx as o } from "react/jsx-runtime";
4
4
  import l from "./IconBase.js";
5
- import { forwardRef as h } from "react";
6
- const k = ({ className: o, ariaHidden: e, title: n = "Checkmark in Circle", description: c, size: t = 24, ...i }, s) => /* @__PURE__ */ a(
5
+ import { forwardRef as d } from "react";
6
+ const h = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, ...i }, s) => /* @__PURE__ */ a(
7
7
  l,
8
8
  {
9
- size: t,
10
- className: o,
9
+ size: c,
10
+ className: r,
11
11
  title: n,
12
- description: c,
12
+ description: t,
13
13
  ariaHidden: e,
14
14
  ref: s,
15
- ...i,
16
15
  stroke: "currentColor",
17
- strokeWidth: "2",
16
+ strokeWidth: 2,
18
17
  strokeLinecap: "round",
19
18
  strokeLinejoin: "round",
19
+ ...i,
20
20
  children: [
21
- /* @__PURE__ */ r("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
- /* @__PURE__ */ r("path", { d: "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" }),
23
- /* @__PURE__ */ r("path", { d: "M9 12l2 2l4 -4" })
21
+ /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
+ /* @__PURE__ */ o("path", { d: "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" }),
23
+ /* @__PURE__ */ o("path", { d: "M9 12l2 2l4 -4" })
24
24
  ]
25
25
  }
26
- ), d = h(k);
27
- d.displayName = "CheckCircleIcon";
26
+ ), p = d(h);
27
+ p.displayName = "CheckCircleIcon";
28
28
  export {
29
- d as CheckCircleIcon
29
+ p as CheckCircleIcon
30
30
  };
@@ -1,30 +1,30 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as i, jsx as r } from "react/jsx-runtime";
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,
3
+ import { jsxs as i, jsx as o } from "react/jsx-runtime";
4
+ import d from "./IconBase.js";
5
+ import { forwardRef as h } from "react";
6
+ const p = ({ className: r, ariaHidden: e, title: n, description: t, size: s = 24, ...c }, a) => /* @__PURE__ */ i(
7
+ d,
8
8
  {
9
9
  size: s,
10
- className: o,
10
+ className: r,
11
11
  title: n,
12
12
  description: t,
13
13
  ariaHidden: e,
14
14
  ref: a,
15
- ...c,
16
15
  stroke: "currentColor",
17
- strokeWidth: "2",
16
+ strokeWidth: 2,
18
17
  strokeLinecap: "round",
19
18
  strokeLinejoin: "round",
19
+ ...c,
20
20
  children: [
21
- /* @__PURE__ */ r("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
- /* @__PURE__ */ r("path", { d: "M9 12l2 2l4 -4" }),
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" })
21
+ /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
+ /* @__PURE__ */ o("path", { d: "M9 12l2 2l4 -4" }),
23
+ /* @__PURE__ */ o("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 = k(d);
27
- p.displayName = "CheckSquareIcon";
26
+ ), k = h(p);
27
+ k.displayName = "CheckSquareIcon";
28
28
  export {
29
- p as CheckSquareIcon
29
+ k as CheckSquareIcon
30
30
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as s, jsx as o } from "react/jsx-runtime";
3
+ import { jsxs as m, jsx as o } from "react/jsx-runtime";
4
4
  import i from "./IconBase.js";
5
- import { forwardRef as h } from "react";
6
- const p = ({ className: r, ariaHidden: e, title: n = "Checkmark", description: t, size: c = 24, strokeWidth: k = 2, ...a }, m) => /* @__PURE__ */ s(
5
+ import { forwardRef as p } from "react";
6
+ const d = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, strokeWidth: s = 2, ...a }, k) => /* @__PURE__ */ m(
7
7
  i,
8
8
  {
9
9
  size: c,
@@ -11,19 +11,19 @@ const p = ({ className: r, ariaHidden: e, title: n = "Checkmark", description: t
11
11
  title: n,
12
12
  description: t,
13
13
  ariaHidden: e,
14
- ref: m,
15
- ...a,
14
+ ref: k,
16
15
  stroke: "currentColor",
17
- strokeWidth: k,
16
+ strokeWidth: s,
18
17
  strokeLinecap: "round",
19
18
  strokeLinejoin: "round",
19
+ ...a,
20
20
  children: [
21
21
  /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
22
  /* @__PURE__ */ o("path", { d: "M5 12l5 5l10 -10" })
23
23
  ]
24
24
  }
25
- ), d = h(p);
26
- d.displayName = "CheckmarkIcon";
25
+ ), h = p(d);
26
+ h.displayName = "CheckmarkIcon";
27
27
  export {
28
- d as CheckmarkIcon
28
+ h as CheckmarkIcon
29
29
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as h, jsx as o } from "react/jsx-runtime";
4
- import d from "./IconBase.js";
3
+ import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
+ import h from "./IconBase.js";
5
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,
6
+ const a = ({ className: r, ariaHidden: n, title: e, description: t, size: s = 24, ...i }, c) => /* @__PURE__ */ d(
7
+ h,
8
8
  {
9
9
  size: s,
10
10
  className: r,
@@ -12,11 +12,11 @@ const a = ({ className: r, ariaHidden: n, title: e = "Chevron", description: t,
12
12
  description: t,
13
13
  ariaHidden: n,
14
14
  ref: c,
15
- ...i,
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("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
22
  /* @__PURE__ */ o("path", { d: "M6 9l6 6l6 -6" })
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
- import h from "./IconBase.js";
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
- h,
4
+ import d from "./IconBase.js";
5
+ import { forwardRef as h } from "react";
6
+ const a = ({ className: r, ariaHidden: n, title: e, description: t, size: s = 24, ...p }, i) => /* @__PURE__ */ c(
7
+ d,
8
8
  {
9
9
  size: s,
10
10
  className: r,
@@ -12,17 +12,17 @@ const a = ({ className: r, ariaHidden: n, title: e = "Chevron", description: t,
12
12
  description: t,
13
13
  ariaHidden: n,
14
14
  ref: i,
15
- ...p,
16
15
  stroke: "currentColor",
17
- strokeWidth: "2",
16
+ strokeWidth: 2,
18
17
  strokeLinecap: "round",
19
18
  strokeLinejoin: "round",
19
+ ...p,
20
20
  children: [
21
21
  /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
22
  /* @__PURE__ */ o("path", { d: "M6 15l6 -6l6 6" })
23
23
  ]
24
24
  }
25
- ), l = d(a);
25
+ ), l = h(a);
26
26
  l.displayName = "ChevronUpIcon";
27
27
  export {
28
28
  l as ChevronUpIcon
@@ -1,23 +1,23 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
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,
3
+ import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
+ import k from "./IconBase.js";
5
+ import { forwardRef as p } from "react";
6
+ const C = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...c }, i) => /* @__PURE__ */ d(
7
+ k,
8
8
  {
9
- size: c,
9
+ size: s,
10
10
  className: r,
11
11
  title: e,
12
12
  description: n,
13
13
  ariaHidden: t,
14
14
  ref: i,
15
- ...s,
15
+ ...c,
16
16
  children: [
17
17
  /* @__PURE__ */ o(
18
18
  "path",
19
19
  {
20
- d: "M12 6.54541V12L15.6364 13.8181",
20
+ d: "M12 6.54547V12L15.6364 13.8182",
21
21
  stroke: "currentColor",
22
22
  strokeWidth: "2",
23
23
  strokeLinecap: "round",
@@ -27,7 +27,7 @@ const p = ({ className: r, ariaHidden: t, title: e = "Clock", description: n, si
27
27
  /* @__PURE__ */ o(
28
28
  "path",
29
29
  {
30
- d: "M12 21.091C17.0208 21.091 21.0909 17.0209 21.0909 12.0001C21.0909 6.97932 17.0208 2.90918 12 2.90918C6.97923 2.90918 2.90909 6.97932 2.90909 12.0001C2.90909 17.0209 6.97923 21.091 12 21.091Z",
30
+ d: "M12 21.0909C17.0207 21.0909 21.0909 17.0208 21.0909 12C21.0909 6.97926 17.0207 2.90912 12 2.90912C6.9792 2.90912 2.90906 6.97926 2.90906 12C2.90906 17.0208 6.9792 21.0909 12 21.0909Z",
31
31
  stroke: "currentColor",
32
32
  strokeWidth: "2",
33
33
  strokeLinecap: "round",
@@ -36,7 +36,7 @@ const p = ({ className: r, ariaHidden: t, title: e = "Clock", description: n, si
36
36
  )
37
37
  ]
38
38
  }
39
- ), a = C(p);
39
+ ), a = p(C);
40
40
  a.displayName = "ClockIcon";
41
41
  export {
42
42
  a as ClockIcon
@@ -2,29 +2,29 @@
2
2
  import "../styles/main.css";
3
3
  import { jsxs as l, jsx as o } from "react/jsx-runtime";
4
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(
5
+ import { forwardRef as d } from "react";
6
+ const p = ({ className: r, ariaHidden: e, title: c, description: t, size: n = 24, ...s }, i) => /* @__PURE__ */ l(
7
7
  m,
8
8
  {
9
- size: t,
9
+ size: n,
10
10
  className: r,
11
11
  title: c,
12
- description: s,
12
+ description: t,
13
13
  ariaHidden: e,
14
- ref: n,
14
+ ref: i,
15
15
  stroke: "currentColor",
16
- strokeWidth: "2",
16
+ strokeWidth: 2,
17
17
  strokeLinecap: "round",
18
18
  strokeLinejoin: "round",
19
- ...i,
19
+ ...s,
20
20
  children: [
21
21
  /* @__PURE__ */ o("circle", { cx: "12", cy: "12", r: "10" }),
22
22
  /* @__PURE__ */ o("path", { d: "m15 9-6 6" }),
23
23
  /* @__PURE__ */ o("path", { d: "m9 9 6 6" })
24
24
  ]
25
25
  }
26
- ), p = C(d);
27
- p.displayName = "CloseCircleIcon";
26
+ ), a = d(p);
27
+ a.displayName = "CloseCircleIcon";
28
28
  export {
29
- p as CloseCircleIcon
29
+ a as CloseCircleIcon
30
30
  };
@@ -3,17 +3,17 @@ import "../styles/main.css";
3
3
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
4
  import m from "./IconBase.js";
5
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(
6
+ const a = ({ className: r, ariaHidden: e, title: t, description: n, size: s = 24, ...c }, i) => /* @__PURE__ */ d(
7
7
  m,
8
8
  {
9
- size: n,
9
+ size: s,
10
10
  className: r,
11
- title: s,
12
- description: t,
11
+ title: t,
12
+ description: n,
13
13
  ariaHidden: e,
14
14
  ref: i,
15
15
  stroke: "currentColor",
16
- strokeWidth: "2",
16
+ strokeWidth: 2,
17
17
  strokeLinecap: "round",
18
18
  strokeLinejoin: "round",
19
19
  ...c,