@spear-ai/spectral 1.4.26 → 1.4.28

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 (209) hide show
  1. package/dist/.js +196 -191
  2. package/dist/Accordion.d.ts +28 -9
  3. package/dist/Accordion.js +203 -183
  4. package/dist/Alert/AlertBase.d.ts +24 -16
  5. package/dist/Alert/AlertBase.js +33 -18
  6. package/dist/Alert.js +1 -1
  7. package/dist/Avatar.js +11 -11
  8. package/dist/Button.d.ts +7 -2
  9. package/dist/Button.js +25 -12
  10. package/dist/ButtonIcon.d.ts +7 -2
  11. package/dist/ButtonIcon.js +25 -16
  12. package/dist/Card.js +1 -1
  13. package/dist/Checkbox/CheckboxBase.d.ts +13 -13
  14. package/dist/Checkbox/CheckboxBase.js +128 -125
  15. package/dist/Checkbox.d.ts +7 -2
  16. package/dist/Checkbox.js +29 -22
  17. package/dist/DataCard.js +3 -3
  18. package/dist/Dialog.js +2 -2
  19. package/dist/Drawer.js +2 -2
  20. package/dist/HoverCard.js +1 -1
  21. package/dist/Icons/AnalyzeIcon.d.ts +3 -1
  22. package/dist/Icons/AnalyzeIcon.js +3 -6
  23. package/dist/Icons/AnnotationsIcon.d.ts +3 -1
  24. package/dist/Icons/AnnotationsIcon.js +3 -6
  25. package/dist/Icons/ApprovedIcon.d.ts +3 -1
  26. package/dist/Icons/ApprovedIcon.js +3 -6
  27. package/dist/Icons/ArrowDownIcon.d.ts +3 -1
  28. package/dist/Icons/ArrowDownIcon.js +3 -6
  29. package/dist/Icons/ArrowUpIcon.d.ts +3 -1
  30. package/dist/Icons/ArrowUpIcon.js +4 -7
  31. package/dist/Icons/CalendarIcon.d.ts +3 -1
  32. package/dist/Icons/CalendarIcon.js +9 -12
  33. package/dist/Icons/CheckCircleIcon.d.ts +3 -1
  34. package/dist/Icons/CheckCircleIcon.js +2 -5
  35. package/dist/Icons/CheckSquareIcon.d.ts +3 -1
  36. package/dist/Icons/CheckSquareIcon.js +4 -7
  37. package/dist/Icons/CheckmarkIcon.d.ts +3 -1
  38. package/dist/Icons/CheckmarkIcon.js +5 -8
  39. package/dist/Icons/ChevronDownIcon.d.ts +3 -1
  40. package/dist/Icons/ChevronDownIcon.js +5 -8
  41. package/dist/Icons/ChevronUpIcon.d.ts +3 -1
  42. package/dist/Icons/ChevronUpIcon.js +5 -8
  43. package/dist/Icons/ClockIcon.d.ts +3 -1
  44. package/dist/Icons/ClockIcon.js +5 -8
  45. package/dist/Icons/CloseCircleIcon.d.ts +3 -1
  46. package/dist/Icons/CloseCircleIcon.js +4 -7
  47. package/dist/Icons/CloseIcon.d.ts +3 -1
  48. package/dist/Icons/CloseIcon.js +5 -8
  49. package/dist/Icons/DashboardIcon.d.ts +3 -1
  50. package/dist/Icons/DashboardIcon.js +3 -6
  51. package/dist/Icons/DatabaseIcon.d.ts +3 -1
  52. package/dist/Icons/DatabaseIcon.js +4 -7
  53. package/dist/Icons/DeleteIcon.d.ts +3 -1
  54. package/dist/Icons/DeleteIcon.js +4 -7
  55. package/dist/Icons/DurationIcon.d.ts +3 -1
  56. package/dist/Icons/DurationIcon.js +3 -6
  57. package/dist/Icons/EditIcon.d.ts +3 -1
  58. package/dist/Icons/EditIcon.js +3 -6
  59. package/dist/Icons/EmailIcon.d.ts +3 -1
  60. package/dist/Icons/EmailIcon.js +4 -7
  61. package/dist/Icons/EraserIcon.d.ts +3 -1
  62. package/dist/Icons/EraserIcon.js +9 -10
  63. package/dist/Icons/ErrorIcon.d.ts +3 -1
  64. package/dist/Icons/ErrorIcon.js +4 -7
  65. package/dist/Icons/EyeClosedIcon.d.ts +3 -1
  66. package/dist/Icons/EyeClosedIcon.js +4 -7
  67. package/dist/Icons/EyeClosedIcon2.d.ts +3 -1
  68. package/dist/Icons/EyeClosedIcon2.js +3 -6
  69. package/dist/Icons/EyeOpenIcon.d.ts +3 -1
  70. package/dist/Icons/EyeOpenIcon.js +6 -9
  71. package/dist/Icons/GoToFirstIcon.d.ts +3 -1
  72. package/dist/Icons/GoToFirstIcon.js +4 -7
  73. package/dist/Icons/GoToLastIcon.d.ts +3 -1
  74. package/dist/Icons/GoToLastIcon.js +4 -7
  75. package/dist/Icons/HarmonicCursorsIcon.d.ts +3 -1
  76. package/dist/Icons/HarmonicCursorsIcon.js +4 -7
  77. package/dist/Icons/IconBase.d.ts +4 -2
  78. package/dist/Icons/IconBase.js +17 -8
  79. package/dist/Icons/InfoIcon.d.ts +3 -1
  80. package/dist/Icons/InfoIcon.js +4 -7
  81. package/dist/Icons/LabelIcon.d.ts +3 -1
  82. package/dist/Icons/LabelIcon.js +3 -6
  83. package/dist/Icons/LassoIcon.d.ts +3 -1
  84. package/dist/Icons/LassoIcon.js +5 -8
  85. package/dist/Icons/LineToolIcon.d.ts +3 -1
  86. package/dist/Icons/LineToolIcon.js +3 -6
  87. package/dist/Icons/LineToolIcon2.d.ts +3 -1
  88. package/dist/Icons/LineToolIcon2.js +3 -6
  89. package/dist/Icons/LiveViewIcon.d.ts +3 -1
  90. package/dist/Icons/LiveViewIcon.js +2 -5
  91. package/dist/Icons/LoaderIcon.d.ts +3 -1
  92. package/dist/Icons/LoaderIcon.js +6 -7
  93. package/dist/Icons/LocationIcon.d.ts +3 -1
  94. package/dist/Icons/LocationIcon.js +3 -6
  95. package/dist/Icons/LogoutIcon.d.ts +3 -1
  96. package/dist/Icons/LogoutIcon.js +4 -7
  97. package/dist/Icons/MessagesIcon.d.ts +3 -1
  98. package/dist/Icons/MessagesIcon.js +5 -8
  99. package/dist/Icons/MetadataIcon.d.ts +3 -1
  100. package/dist/Icons/MetadataIcon.js +4 -7
  101. package/dist/Icons/MinusIcon.d.ts +3 -1
  102. package/dist/Icons/MinusIcon.js +3 -6
  103. package/dist/Icons/OntologyIcon.d.ts +3 -1
  104. package/dist/Icons/OntologyIcon.js +2 -5
  105. package/dist/Icons/PanelIconClose.d.ts +3 -1
  106. package/dist/Icons/PanelIconClose.js +4 -7
  107. package/dist/Icons/PanelIconOpen.d.ts +3 -1
  108. package/dist/Icons/PanelIconOpen.js +8 -11
  109. package/dist/Icons/PlayIcon.d.ts +3 -1
  110. package/dist/Icons/PlayIcon.js +3 -6
  111. package/dist/Icons/PlusIcon.d.ts +3 -1
  112. package/dist/Icons/PlusIcon.js +4 -7
  113. package/dist/Icons/ResetIcon.d.ts +3 -1
  114. package/dist/Icons/ResetIcon.js +4 -7
  115. package/dist/Icons/ReviewedIcon.d.ts +3 -1
  116. package/dist/Icons/ReviewedIcon.js +3 -6
  117. package/dist/Icons/ScissorsIcon.d.ts +3 -1
  118. package/dist/Icons/ScissorsIcon.js +6 -9
  119. package/dist/Icons/SettingsIcon.d.ts +3 -1
  120. package/dist/Icons/SettingsIcon.js +3 -6
  121. package/dist/Icons/SortAscendingIcon.d.ts +3 -1
  122. package/dist/Icons/SortAscendingIcon.js +3 -6
  123. package/dist/Icons/SortAtoZIcon.d.ts +3 -1
  124. package/dist/Icons/SortAtoZIcon.js +3 -6
  125. package/dist/Icons/SortDescendingIcon.d.ts +3 -1
  126. package/dist/Icons/SortDescendingIcon.js +3 -6
  127. package/dist/Icons/SortZtoAIcon.d.ts +3 -1
  128. package/dist/Icons/SortZtoAIcon.js +3 -6
  129. package/dist/Icons/StackIcon.d.ts +3 -1
  130. package/dist/Icons/StackIcon.js +4 -7
  131. package/dist/Icons/StarIcon.d.ts +3 -1
  132. package/dist/Icons/StarIcon.js +3 -6
  133. package/dist/Icons/TrashIcon.d.ts +3 -1
  134. package/dist/Icons/TrashIcon.js +3 -6
  135. package/dist/Icons/UndoIcon.d.ts +3 -1
  136. package/dist/Icons/UndoIcon.js +4 -7
  137. package/dist/Icons/UserIcon.d.ts +3 -1
  138. package/dist/Icons/UserIcon.js +3 -6
  139. package/dist/Icons/WarningIcon.d.ts +3 -1
  140. package/dist/Icons/WarningIcon.js +5 -8
  141. package/dist/Icons/ZoomAllIcon.d.ts +3 -1
  142. package/dist/Icons/ZoomAllIcon.js +3 -6
  143. package/dist/Icons/ZoomXIcon.d.ts +3 -1
  144. package/dist/Icons/ZoomXIcon.js +4 -7
  145. package/dist/Icons/ZoomYIcon.d.ts +3 -1
  146. package/dist/Icons/ZoomYIcon.js +4 -7
  147. package/dist/Input/InputUtils.d.ts +4 -4
  148. package/dist/Input/InputUtils.js +1 -1
  149. package/dist/Input.d.ts +7 -17
  150. package/dist/Input.js +105 -101
  151. package/dist/InputOTP.d.ts +27 -7
  152. package/dist/InputOTP.js +171 -146
  153. package/dist/Kbd.d.ts +16 -0
  154. package/dist/Kbd.js +23 -0
  155. package/dist/Label.d.ts +7 -2
  156. package/dist/Label.js +12 -9
  157. package/dist/MultiSelect/MultiSelectBase.d.ts +7 -2
  158. package/dist/MultiSelect/MultiSelectBase.js +212 -213
  159. package/dist/{MultiSelect/MutiSelect.d.ts → MultiSelect.d.ts} +8 -2
  160. package/dist/MultiSelect.js +27 -0
  161. package/dist/Popover.js +1 -1
  162. package/dist/RadioButtonGroup.js +1 -1
  163. package/dist/RadioGroup.d.ts +20 -14
  164. package/dist/RadioGroup.js +177 -148
  165. package/dist/Select.d.ts +7 -2
  166. package/dist/Select.js +108 -109
  167. package/dist/Separator.d.ts +8 -8
  168. package/dist/Separator.js +14 -15
  169. package/dist/Switch/SwitchBase.d.ts +13 -11
  170. package/dist/Switch/SwitchBase.js +84 -61
  171. package/dist/Switch.d.ts +10 -4
  172. package/dist/Switch.js +19 -20
  173. package/dist/Tabs/TabsBase.d.ts +16 -6
  174. package/dist/Tabs/TabsBase.js +133 -96
  175. package/dist/Tabs/tabsUtils.d.ts +6 -2
  176. package/dist/Tabs/tabsUtils.js +5 -2
  177. package/dist/Tabs.js +18 -18
  178. package/dist/Textarea.d.ts +7 -2
  179. package/dist/Textarea.js +78 -61
  180. package/dist/Toggle/ToggleBase.d.ts +4 -8
  181. package/dist/Toggle/ToggleBase.js +29 -16
  182. package/dist/Toggle.d.ts +4 -2
  183. package/dist/Toggle.js +23 -13
  184. package/dist/ToggleGroup/ToggleGroupBase.d.ts +4 -7
  185. package/dist/ToggleGroup/ToggleGroupBase.js +82 -73
  186. package/dist/ToggleGroup.d.ts +7 -2
  187. package/dist/ToggleGroup.js +31 -19
  188. package/dist/Tray.d.ts +47 -15
  189. package/dist/Tray.js +98 -60
  190. package/dist/hooks/useAccordionAutoScroll.d.ts +1 -1
  191. package/dist/hooks/useAccordionAutoScroll.d.ts.map +1 -1
  192. package/dist/hooks/useAccordionAutoScroll.js +35 -34
  193. package/dist/{index-BSCg4Mei.js → index-B0Kp8R0j.js} +3 -3
  194. package/dist/{index-jgQ7sgLl.js → index-D4jMMaAi.js} +5 -5
  195. package/dist/index.d.ts +11 -9
  196. package/dist/index.d.ts.map +1 -1
  197. package/dist/primitives/input.d.ts.map +1 -1
  198. package/dist/primitives/input.js +1 -4
  199. package/dist/primitives/select.d.ts.map +1 -1
  200. package/dist/primitives/select.js +4 -11
  201. package/dist/primitives/slot.d.ts +11 -4
  202. package/dist/primitives/slot.d.ts.map +1 -1
  203. package/dist/primitives/slot.js +32 -28
  204. package/dist/primitives/textarea.d.ts.map +1 -1
  205. package/dist/primitives/textarea.js +1 -3
  206. package/dist/styles/main.css +1 -1
  207. package/dist/utils/formFieldUtils.js +2 -2
  208. package/package.json +1 -1
  209. package/dist/MultiSelect/MutiSelect.js +0 -19
@@ -1,13 +1,10 @@
1
- "use client";
2
1
  import "../styles/main.css";
3
2
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
- import p from "./IconBase.js";
5
- import { forwardRef as a } from "react";
6
- const k = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, c) => /* @__PURE__ */ d(p, { size: s, className: r, title: e, description: n, ariaHidden: t, ref: c, ...i, children: [
3
+ import a from "./IconBase.js";
4
+ const k = ({ ref: r, className: t, ariaHidden: n, title: e, description: s, size: i = 24, ...c }) => /* @__PURE__ */ d(a, { size: i, className: t, title: e, description: s, ariaHidden: n, ref: r, ...c, children: [
7
5
  /* @__PURE__ */ o("path", { d: "M18.1765 19.6501L10.7647 12.0001L18.1765 4.3501", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
8
6
  /* @__PURE__ */ o("path", { d: "M5.82353 4.3501V19.6501", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
9
- ] }), m = a(k);
10
- m.displayName = "GoToFirstIcon";
7
+ ] }), L = Object.assign(k, { displayName: "GoToFirstIcon" });
11
8
  export {
12
- m as GoToFirstIcon
9
+ L as GoToFirstIcon
13
10
  };
@@ -1,3 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const GoToLastIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
2
+ export declare const GoToLastIcon: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=GoToLastIcon.d.ts.map
@@ -1,13 +1,10 @@
1
- "use client";
2
1
  import "../styles/main.css";
3
- import { jsxs as c, jsx as o } from "react/jsx-runtime";
2
+ import { jsxs as a, jsx as o } from "react/jsx-runtime";
4
3
  import d from "./IconBase.js";
5
- import { forwardRef as p } from "react";
6
- const L = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, a) => /* @__PURE__ */ c(d, { size: s, className: r, title: e, description: n, ariaHidden: t, ref: a, ...i, children: [
4
+ const L = ({ ref: r, className: t, ariaHidden: n, title: e, description: s, size: i = 24, ...c }) => /* @__PURE__ */ a(d, { size: i, className: t, title: e, description: s, ariaHidden: n, ref: r, ...c, children: [
7
5
  /* @__PURE__ */ o("path", { d: "M5.75 19.2858L13.25 12.0001L5.75 4.71436", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
8
6
  /* @__PURE__ */ o("path", { d: "M18.25 4.71436V19.2858", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
9
- ] }), k = p(L);
10
- k.displayName = "GoToLastIcon";
7
+ ] }), u = Object.assign(L, { displayName: "GoToLastIcon" });
11
8
  export {
12
- k as GoToLastIcon
9
+ u as GoToLastIcon
13
10
  };
@@ -1,3 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const HarmonicCursorsIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
2
+ export declare const HarmonicCursorsIcon: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=HarmonicCursorsIcon.d.ts.map
@@ -1,13 +1,10 @@
1
- "use client";
2
1
  import "../styles/main.css";
3
- import { jsxs as m, jsx as r } from "react/jsx-runtime";
4
- import a from "./IconBase.js";
5
- import { forwardRef as C } from "react";
6
- const d = ({ className: o, ariaHidden: s, title: t, description: n, size: e = 24, ...c }, i) => /* @__PURE__ */ m(a, { size: e, className: o, title: t, description: n, ariaHidden: s, ref: i, ...c, children: [
2
+ import { jsxs as a, jsx as r } from "react/jsx-runtime";
3
+ import C from "./IconBase.js";
4
+ const m = ({ ref: o, className: s, ariaHidden: t, title: n, description: e, size: c = 24, ...i }) => /* @__PURE__ */ a(C, { size: c, className: s, title: n, description: e, ariaHidden: t, ref: o, ...i, children: [
7
5
  /* @__PURE__ */ r("path", { d: "M2.45453 13.4347C2.45453 13.4347 11.2804 -1.47771 21.5454 13.2072", stroke: "currentColor", strokeWidth: "1.85" }),
8
6
  /* @__PURE__ */ r("path", { d: "M21.5454 12.9565C12.5912 43.9337 11.4062 -17.8068 2.45453 13.4348C7.71677 -11.6145 6.88298 16.2733 10.0909 16.3044C14.0847 16.3431 16.4288 -11.9102 21.5454 12.9565Z", stroke: "currentColor", strokeWidth: "1.85", strokeLinejoin: "round" })
9
- ] }), p = C(d);
10
- p.displayName = "HarmonicCursorsIcon";
7
+ ] }), p = Object.assign(m, { displayName: "HarmonicCursorsIcon" });
11
8
  export {
12
9
  p as HarmonicCursorsIcon
13
10
  };
@@ -1,5 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- import { ComponentPropsWithoutRef, ReactNode } from 'react';
2
+ import { ComponentPropsWithoutRef, ReactNode, Ref } from 'react';
3
3
  export declare const SvgIdContext: import('react').Context<string>;
4
4
  interface IconBaseProps extends Omit<IconProps, 'strokeWidth'>, ComponentPropsWithoutRef<'svg'> {
5
5
  children: ReactNode;
@@ -8,6 +8,8 @@ interface IconBaseProps extends Omit<IconProps, 'strokeWidth'>, ComponentPropsWi
8
8
  title?: string;
9
9
  color?: string;
10
10
  }
11
- declare const IconBase: import('react').ForwardRefExoticComponent<IconBaseProps & import('react').RefAttributes<SVGSVGElement>>;
11
+ declare const IconBase: ({ ref, children, title, size, ariaHidden, description, className, ...rest }: IconBaseProps & {
12
+ ref?: Ref<SVGSVGElement>;
13
+ }) => import("react/jsx-runtime").JSX.Element;
12
14
  export default IconBase;
13
15
  //# sourceMappingURL=IconBase.d.ts.map
@@ -1,16 +1,25 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsxs as u, jsx as t } from "react/jsx-runtime";
4
- import { createContext as w, forwardRef as x, useId as B } from "react";
5
- const g = w(""), A = x(function({ children: c, title: o, size: n = 24, ariaHidden: r = !0, description: d, className: a, ...f }, h) {
6
- const s = B(), e = o !== void 0 ? !1 : r, i = !e && o ? `${s}_title` : "", l = !e && d ? `${s}_desc` : "", v = [i, l].filter(Boolean).join(" ") || void 0;
7
- return /* @__PURE__ */ u("svg", { height: n, width: n, xmlns: "http://www.w3.org/2000/svg", className: a, role: "img", "aria-hidden": e, "aria-labelledby": v, ref: h, fill: "none", viewBox: "0 0 24 24", ...f, children: [
4
+ import { createContext as x, useId as B } from "react";
5
+ const g = x(""), j = function({
6
+ ref: c,
7
+ children: r,
8
+ title: o,
9
+ size: n = 24,
10
+ ariaHidden: a = !0,
11
+ description: s,
12
+ className: h,
13
+ ...f
14
+ }) {
15
+ const d = B(), e = o !== void 0 ? !1 : a, i = !e && o ? `${d}_title` : "", l = !e && s ? `${d}_desc` : "", v = [i, l].filter(Boolean).join(" ") || void 0;
16
+ return /* @__PURE__ */ u("svg", { height: n, width: n, xmlns: "http://www.w3.org/2000/svg", className: h, role: "img", "aria-hidden": e, "aria-labelledby": v, ref: c, fill: "none", viewBox: "0 0 24 24", ...f, children: [
8
17
  !e && o && /* @__PURE__ */ t("title", { id: i, children: o }),
9
- !e && d && /* @__PURE__ */ t("desc", { id: l, children: d }),
10
- /* @__PURE__ */ t(g.Provider, { value: s, children: c })
18
+ !e && s && /* @__PURE__ */ t("desc", { id: l, children: s }),
19
+ /* @__PURE__ */ t(g.Provider, { value: d, children: r })
11
20
  ] });
12
- });
21
+ };
13
22
  export {
14
23
  g as SvgIdContext,
15
- A as default
24
+ j as default
16
25
  };
@@ -1,3 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const InfoIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
2
+ export declare const InfoIcon: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=InfoIcon.d.ts.map
@@ -1,14 +1,11 @@
1
- "use client";
2
1
  import "../styles/main.css";
3
- import { jsxs as c, jsx as o } from "react/jsx-runtime";
2
+ import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
3
  import k from "./IconBase.js";
5
- import { forwardRef as p } from "react";
6
- const a = ({ className: r, ariaHidden: n, title: t, description: e, size: s = 24, ...i }, d) => /* @__PURE__ */ c(k, { size: s, className: r, title: t, description: e, ariaHidden: n, ref: d, ...i, children: [
4
+ const a = ({ ref: r, className: n, ariaHidden: t, title: e, description: s, size: i = 24, ...c }) => /* @__PURE__ */ d(k, { size: i, className: n, title: e, description: s, ariaHidden: t, ref: r, ...c, children: [
7
5
  /* @__PURE__ */ o("path", { d: "M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
8
6
  /* @__PURE__ */ o("path", { d: "M12 16.5V11.1", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
9
7
  /* @__PURE__ */ o("path", { d: "M12 7.5H12.01", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
10
- ] }), u = p(a);
11
- u.displayName = "InfoIcon";
8
+ ] }), h = Object.assign(a, { displayName: "InfoIcon" });
12
9
  export {
13
- u as InfoIcon
10
+ h as InfoIcon
14
11
  };
@@ -1,3 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const LabelIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
2
+ export declare const LabelIcon: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=LabelIcon.d.ts.map
@@ -1,9 +1,7 @@
1
- "use client";
2
1
  import "../styles/main.css";
3
2
  import { jsx as o } from "react/jsx-runtime";
4
- import s from "./IconBase.js";
5
- import { forwardRef as i } from "react";
6
- const m = ({ className: r, ariaHidden: e, title: t, description: a, size: n = 24, ...C }, c) => /* @__PURE__ */ o(s, { size: n, className: r, title: t, description: a, ariaHidden: e, ref: c, ...C, children: /* @__PURE__ */ o(
3
+ import C from "./IconBase.js";
4
+ const i = ({ ref: e, className: r, ariaHidden: t, title: n, description: s, size: a = 24, ...c }) => /* @__PURE__ */ o(C, { size: a, className: r, title: n, description: s, ariaHidden: t, ref: e, ...c, children: /* @__PURE__ */ o(
7
5
  "path",
8
6
  {
9
7
  d: "M7.41926 7.5197H7.62014M3 5.00875V11.2074C3 11.7401 3.21163 12.251 3.58835 12.6278L11.3723 20.4117C12.1567 21.1961 13.4287 21.1961 14.2131 20.4117L20.4117 14.2131C21.1961 13.4287 21.1961 12.1567 20.4117 11.3723L12.6278 3.58835C12.251 3.21163 11.7401 3 11.2074 3H5.00875C3.89935 3 3 3.89935 3 5.00875ZM8.02189 7.5197C8.02189 7.79705 7.79705 8.02189 7.5197 8.02189C7.24235 8.02189 7.01751 7.79705 7.01751 7.5197C7.01751 7.24235 7.24235 7.01751 7.5197 7.01751C7.79705 7.01751 8.02189 7.24235 8.02189 7.5197Z",
@@ -11,8 +9,7 @@ const m = ({ className: r, ariaHidden: e, title: t, description: a, size: n = 24
11
9
  strokeWidth: "2",
12
10
  strokeLinecap: "square"
13
11
  }
14
- ) }), p = i(m);
15
- p.displayName = "LabelIcon";
12
+ ) }), p = Object.assign(i, { displayName: "LabelIcon" });
16
13
  export {
17
14
  p as LabelIcon
18
15
  };
@@ -1,3 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const LassoIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
2
+ export declare const LassoIcon: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=LassoIcon.d.ts.map
@@ -1,9 +1,7 @@
1
- "use client";
2
1
  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 c } from "react";
6
- const k = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, C) => /* @__PURE__ */ d(a, { size: s, className: r, title: e, description: n, ariaHidden: t, ref: C, ...i, children: [
2
+ import { jsxs as c, jsx as o } from "react/jsx-runtime";
3
+ import d from "./IconBase.js";
4
+ const a = ({ ref: r, className: t, ariaHidden: e, title: n, description: s, size: i = 24, ...C }) => /* @__PURE__ */ c(d, { size: i, className: t, title: n, description: s, ariaHidden: e, ref: r, ...C, children: [
7
5
  /* @__PURE__ */ o(
8
6
  "path",
9
7
  {
@@ -25,8 +23,7 @@ const k = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24
25
23
  strokeLinejoin: "round"
26
24
  }
27
25
  )
28
- ] }), p = c(k);
29
- p.displayName = "LassoIcon";
26
+ ] }), u = Object.assign(a, { displayName: "LassoIcon" });
30
27
  export {
31
- p as LassoIcon
28
+ u as LassoIcon
32
29
  };
@@ -1,3 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const LineToolIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
2
+ export declare const LineToolIcon: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=LineToolIcon.d.ts.map
@@ -1,16 +1,13 @@
1
- "use client";
2
1
  import "../styles/main.css";
3
2
  import { jsx as C } from "react/jsx-runtime";
4
3
  import l from "./IconBase.js";
5
- import { forwardRef as m } from "react";
6
- const f = ({ className: o, ariaHidden: r, title: n, description: e, size: i = 24, ...t }, c) => /* @__PURE__ */ C(l, { size: i, className: o, title: n, description: e, ariaHidden: r, ref: c, ...t, children: /* @__PURE__ */ C(
4
+ const s = ({ ref: o, className: n, ariaHidden: r, title: e, description: c, size: i = 24, ...t }) => /* @__PURE__ */ C(l, { size: i, className: n, title: e, description: c, ariaHidden: r, ref: o, ...t, children: /* @__PURE__ */ C(
7
5
  "path",
8
6
  {
9
7
  d: "M20 16.2V7.8C21.2 7.4 22 6.3 22 5C22 3.3 20.7 2 19 2C17.7 2 16.6 2.8 16.2 4H7.8C7.4 2.8 6.3 2 5 2C3.3 2 2 3.3 2 5C2 6.3 2.8 7.4 4 7.8V16.2C2.8 16.6 2 17.7 2 19C2 20.7 3.3 22 5 22C6.3 22 7.4 21.2 7.8 20H16.2C16.6 21.2 17.7 22 19 22C20.7 22 22 20.7 22 19C22 17.7 21.2 16.6 20 16.2ZM16.2 18H7.8C7.5 17.2 6.8 16.5 6 16.2V7.8C6.8 7.5 7.5 6.8 7.8 6H16.2C16.5 6.8 17.2 7.5 18 7.8V16.2C17.2 16.5 16.5 17.2 16.2 18ZM19 4C19.6 4 20 4.4 20 5C20 5.6 19.6 6 19 6C18.4 6 18 5.6 18 5C18 4.4 18.4 4 19 4ZM5 4C5.6 4 6 4.4 6 5C6 5.6 5.6 6 5 6C4.4 6 4 5.6 4 5C4 4.4 4.4 4 5 4ZM5 20C4.4 20 4 19.6 4 19C4 18.4 4.4 18 5 18C5.6 18 6 18.4 6 19C6 19.6 5.6 20 5 20ZM19 20C18.4 20 18 19.6 18 19C18 18.4 18.4 18 19 18C19.6 18 20 18.4 20 19C20 19.6 19.6 20 19 20Z",
10
8
  fill: "currentColor"
11
9
  }
12
- ) }), p = m(f);
13
- p.displayName = "LineToolIcon";
10
+ ) }), a = Object.assign(s, { displayName: "LineToolIcon" });
14
11
  export {
15
- p as LineToolIcon
12
+ a as LineToolIcon
16
13
  };
@@ -1,3 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const LineToolIcon2: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
2
+ export declare const LineToolIcon2: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=LineToolIcon2.d.ts.map
@@ -1,9 +1,7 @@
1
- "use client";
2
1
  import "../styles/main.css";
3
2
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
3
  import k from "./IconBase.js";
5
- import { forwardRef as c } from "react";
6
- const u = ({ className: r, ariaHidden: e, title: t, description: n, size: C = 24, ...i }, s) => /* @__PURE__ */ d(k, { size: C, className: r, title: t, description: n, ariaHidden: e, ref: s, ...i, children: [
4
+ const c = ({ ref: r, className: e, ariaHidden: n, title: t, description: C, size: s = 24, ...i }) => /* @__PURE__ */ d(k, { size: s, className: e, title: t, description: C, ariaHidden: n, ref: r, ...i, children: [
7
5
  /* @__PURE__ */ o(
8
6
  "path",
9
7
  {
@@ -45,8 +43,7 @@ const u = ({ className: r, ariaHidden: e, title: t, description: n, size: C = 24
45
43
  }
46
44
  ),
47
45
  /* @__PURE__ */ o("path", { d: "M10 13L15.3334 6.73682L19.1429 15.2631M5.80957 7.2105L8 12.5", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
48
- ] }), L = c(u);
49
- L.displayName = "LineToolIcon2";
46
+ ] }), a = Object.assign(c, { displayName: "LineToolIcon2" });
50
47
  export {
51
- L as LineToolIcon2
48
+ a as LineToolIcon2
52
49
  };
@@ -1,3 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const LiveViewIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
2
+ export declare const LiveViewIcon: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=LiveViewIcon.d.ts.map
@@ -1,16 +1,13 @@
1
- "use client";
2
1
  import "../styles/main.css";
3
2
  import { jsxs as k, jsx as o } from "react/jsx-runtime";
4
3
  import c from "./IconBase.js";
5
- import { forwardRef as C } from "react";
6
- const u = ({ className: r, ariaHidden: e, title: t, description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ k(c, { size: i, className: r, title: t, description: n, ariaHidden: e, ref: d, ...s, children: [
4
+ const C = ({ ref: r, className: e, ariaHidden: t, title: n, description: i, size: s = 24, ...d }) => /* @__PURE__ */ k(c, { size: s, className: e, title: n, description: i, ariaHidden: t, ref: r, ...d, children: [
7
5
  /* @__PURE__ */ o("path", { d: "M16.2471 7.76099C17.3701 8.88591 18.0008 10.4105 18.0008 12C18.0008 13.5895 17.3701 15.1141 16.2471 16.239", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
8
6
  /* @__PURE__ */ o("path", { d: "M19.075 4.93311C20.9478 6.80814 21.9998 9.34993 21.9998 12.0001C21.9998 14.6503 20.9478 17.1921 19.075 19.0671", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
9
7
  /* @__PURE__ */ o("path", { d: "M4.92511 19.0671C3.05223 17.1921 2.00024 14.6503 2.00024 12.0001C2.00024 9.34993 3.05223 6.80814 4.92511 4.93311", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
10
8
  /* @__PURE__ */ o("path", { d: "M7.75299 16.239C6.63 15.1141 5.99927 13.5895 5.99927 12C5.99927 10.4105 6.63 8.88591 7.75299 7.76099", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
11
9
  /* @__PURE__ */ o("path", { d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
12
- ] }), p = C(u);
13
- p.displayName = "LiveViewIcon";
10
+ ] }), p = Object.assign(C, { displayName: "LiveViewIcon" });
14
11
  export {
15
12
  p as LiveViewIcon
16
13
  };
@@ -1,3 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const LoaderIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
2
+ export declare const LoaderIcon: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=LoaderIcon.d.ts.map
@@ -2,10 +2,10 @@
2
2
  import "../styles/main.css";
3
3
  import { jsxs as t, jsx as o } from "react/jsx-runtime";
4
4
  import d, { SvgIdContext as l } from "./IconBase.js";
5
- import { forwardRef as f, useContext as h } from "react";
6
- const m = ({ className: e, ariaHidden: s, title: n, description: i, size: a = 24, ...p }, c) => {
7
- const r = h(l);
8
- return /* @__PURE__ */ t(d, { size: a, className: e, title: n, description: i, ariaHidden: s, ref: c, color: "oklch(92.53% 0.1976 123.38)", viewBox: "0 0 240 240", ...p, children: [
5
+ import { useContext as f } from "react";
6
+ const h = ({ ref: e, className: s, ariaHidden: n, title: i, description: a, size: p = 24, ...c }) => {
7
+ const r = f(l);
8
+ return /* @__PURE__ */ t(d, { size: p, className: s, title: i, description: a, ariaHidden: n, ref: e, color: "oklch(92.53% 0.1976 123.38)", viewBox: "0 0 240 240", ...c, children: [
9
9
  /* @__PURE__ */ t("defs", { children: [
10
10
  /* @__PURE__ */ t("linearGradient", { id: `${r}-spinner-secondHalf`, children: [
11
11
  /* @__PURE__ */ o("stop", { offset: "0%", stopOpacity: "0", stopColor: "oklch(92.53% 0.1976 123.38)" }),
@@ -23,8 +23,7 @@ const m = ({ className: e, ariaHidden: s, title: n, description: i, size: a = 24
23
23
  /* @__PURE__ */ o("path", { stroke: "currentColor", strokeLinecap: "round", d: "M 40 120 A 100 100 0 0 1 40 118" })
24
24
  ] })
25
25
  ] });
26
- }, k = f(m);
27
- k.displayName = "LoaderIcon";
26
+ }, C = Object.assign(h, { displayName: "LoaderIcon" });
28
27
  export {
29
- k as LoaderIcon
28
+ C as LoaderIcon
30
29
  };
@@ -1,3 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const LocationIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
2
+ export declare const LocationIcon: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=LocationIcon.d.ts.map
@@ -1,9 +1,7 @@
1
- "use client";
2
1
  import "../styles/main.css";
3
2
  import { jsxs as C, jsx as o } from "react/jsx-runtime";
4
3
  import a from "./IconBase.js";
5
- import { forwardRef as d } from "react";
6
- const p = ({ className: r, ariaHidden: t, title: n, description: e, size: i = 24, ...s }, c) => /* @__PURE__ */ C(a, { size: i, className: r, title: n, description: e, ariaHidden: t, ref: c, ...s, children: [
4
+ const d = ({ ref: r, className: n, ariaHidden: t, title: e, description: s, size: i = 24, ...c }) => /* @__PURE__ */ C(a, { size: i, className: n, title: e, description: s, ariaHidden: t, ref: r, ...c, children: [
7
5
  /* @__PURE__ */ o(
8
6
  "path",
9
7
  {
@@ -24,8 +22,7 @@ const p = ({ className: r, ariaHidden: t, title: n, description: e, size: i = 24
24
22
  strokeLinejoin: "round"
25
23
  }
26
24
  )
27
- ] }), k = d(p);
28
- k.displayName = "LocationIcon";
25
+ ] }), u = Object.assign(d, { displayName: "LocationIcon" });
29
26
  export {
30
- k as LocationIcon
27
+ u as LocationIcon
31
28
  };
@@ -1,3 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const LogoutIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
2
+ export declare const LogoutIcon: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=LogoutIcon.d.ts.map
@@ -1,9 +1,7 @@
1
- "use client";
2
1
  import "../styles/main.css";
3
2
  import { jsx as o } from "react/jsx-runtime";
4
- import d from "./IconBase.js";
5
- import { forwardRef as m } from "react";
6
- const p = ({ className: r, ariaHidden: t, title: n, description: e, size: c = 24, ...i }, s) => /* @__PURE__ */ o(d, { size: c, className: r, title: n, description: e, ariaHidden: t, ref: s, ...i, children: /* @__PURE__ */ o(
3
+ import u from "./IconBase.js";
4
+ const L = ({ ref: r, className: t, ariaHidden: n, title: e, description: s, size: c = 24, ...i }) => /* @__PURE__ */ o(u, { size: c, className: t, title: e, description: s, ariaHidden: n, ref: r, ...i, children: /* @__PURE__ */ o(
7
5
  "path",
8
6
  {
9
7
  d: "M11.1666 20.8889H5.33331C4.10601 20.8889 3.11108 19.894 3.11108 18.6666V5.33331C3.11108 4.10601 4.10601 3.11108 5.33331 3.11108H11.1666M20.8889 12H8.38886M20.8889 12L15.8889 17M20.8889 12L15.8889 6.99997",
@@ -12,8 +10,7 @@ const p = ({ className: r, ariaHidden: t, title: n, description: e, size: c = 24
12
10
  strokeLinecap: "round",
13
11
  strokeLinejoin: "round"
14
12
  }
15
- ) }), u = m(p);
16
- u.displayName = "LogoutIcon";
13
+ ) }), p = Object.assign(L, { displayName: "LogoutIcon" });
17
14
  export {
18
- u as LogoutIcon
15
+ p as LogoutIcon
19
16
  };
@@ -1,3 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const MessagesIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
2
+ export declare const MessagesIcon: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=MessagesIcon.d.ts.map
@@ -1,9 +1,7 @@
1
- "use client";
2
1
  import "../styles/main.css";
3
- import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
- import i from "./IconBase.js";
5
- import { forwardRef as C } from "react";
6
- const p = ({ className: r, ariaHidden: e, title: s, description: t, size: n = 24, ...a }, c) => /* @__PURE__ */ d(i, { size: n, className: r, title: s, description: t, ariaHidden: e, ref: c, ...a, children: [
2
+ import { jsxs as i, jsx as o } from "react/jsx-runtime";
3
+ import d from "./IconBase.js";
4
+ const C = ({ ref: r, className: e, ariaHidden: s, title: t, description: n, size: c = 24, ...a }) => /* @__PURE__ */ i(d, { size: c, className: e, title: t, description: n, ariaHidden: s, ref: r, ...a, children: [
7
5
  /* @__PURE__ */ o(
8
6
  "path",
9
7
  {
@@ -15,8 +13,7 @@ const p = ({ className: r, ariaHidden: e, title: s, description: t, size: n = 24
15
13
  ),
16
14
  /* @__PURE__ */ o("path", { d: "M6.6001 8.39996H15.6001", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
17
15
  /* @__PURE__ */ o("path", { d: "M6.6001 12.0001H13.8001", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" })
18
- ] }), k = C(p);
19
- k.displayName = "MessagesIcon";
16
+ ] }), h = Object.assign(C, { displayName: "MessagesIcon" });
20
17
  export {
21
- k as MessagesIcon
18
+ h as MessagesIcon
22
19
  };
@@ -1,3 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const MetadataIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
2
+ export declare const MetadataIcon: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=MetadataIcon.d.ts.map
@@ -1,9 +1,7 @@
1
- "use client";
2
1
  import "../styles/main.css";
3
2
  import { jsx as o } from "react/jsx-runtime";
4
- import i from "./IconBase.js";
5
- import { forwardRef as s } from "react";
6
- const m = ({ className: r, ariaHidden: t, title: e, description: a, size: n = 24, ...d }, c) => /* @__PURE__ */ o(i, { size: n, className: r, title: e, description: a, ariaHidden: t, ref: c, ...d, children: /* @__PURE__ */ o(
3
+ import d from "./IconBase.js";
4
+ const i = ({ ref: t, className: r, ariaHidden: e, title: a, description: n, size: s = 24, ...c }) => /* @__PURE__ */ o(d, { size: s, className: r, title: a, description: n, ariaHidden: e, ref: t, ...c, children: /* @__PURE__ */ o(
7
5
  "path",
8
6
  {
9
7
  d: "M3 12H6.80472C7.23083 12 7.62038 12.2408 7.81094 12.6219L9.75 16.5L14.25 7.5L16.1891 11.3781C16.3796 11.7592 16.7692 12 17.1953 12H21M5.25 21H18.75C19.9927 21 21 19.9927 21 18.75V5.25C21 4.00736 19.9927 3 18.75 3H5.25C4.00736 3 3 4.00736 3 5.25V18.75C3 19.9927 4.00736 21 5.25 21Z",
@@ -12,8 +10,7 @@ const m = ({ className: r, ariaHidden: t, title: e, description: a, size: n = 24
12
10
  strokeLinecap: "round",
13
11
  strokeLinejoin: "round"
14
12
  }
15
- ) }), p = s(m);
16
- p.displayName = "MetadataIcon";
13
+ ) }), m = Object.assign(i, { displayName: "MetadataIcon" });
17
14
  export {
18
- p as MetadataIcon
15
+ m as MetadataIcon
19
16
  };
@@ -1,3 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const MinusIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
2
+ export declare const MinusIcon: (({ ref, className, ariaHidden, title, description, strokeWidth, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=MinusIcon.d.ts.map
@@ -1,10 +1,7 @@
1
- "use client";
2
1
  import "../styles/main.css";
3
2
  import { jsx as o } from "react/jsx-runtime";
4
- import p from "./IconBase.js";
5
- import { forwardRef as u } from "react";
6
- const a = ({ className: r, ariaHidden: n, title: e, description: t, strokeWidth: i = 2, size: s = 24, ...c }, m) => /* @__PURE__ */ o(p, { size: s, className: r, title: e, description: t, ariaHidden: n, ref: m, stroke: "currentColor", strokeWidth: i, strokeLinecap: "round", strokeLinejoin: "round", ...c, children: /* @__PURE__ */ o("path", { d: "M5 12l14 0" }) }), d = u(a);
7
- d.displayName = "MinusIcon";
3
+ import a from "./IconBase.js";
4
+ const p = ({ ref: n, className: r, ariaHidden: s, title: e, description: t, strokeWidth: i = 2, size: c = 24, ...u }) => /* @__PURE__ */ o(a, { size: c, className: r, title: e, description: t, ariaHidden: s, ref: n, stroke: "currentColor", strokeWidth: i, strokeLinecap: "round", strokeLinejoin: "round", ...u, children: /* @__PURE__ */ o("path", { d: "M5 12l14 0" }) }), l = Object.assign(p, { displayName: "MinusIcon" });
8
5
  export {
9
- d as MinusIcon
6
+ l as MinusIcon
10
7
  };
@@ -1,3 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const OntologyIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
2
+ export declare const OntologyIcon: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=OntologyIcon.d.ts.map
@@ -1,9 +1,7 @@
1
- "use client";
2
1
  import "../styles/main.css";
3
2
  import { jsxs as k, jsx as o } from "react/jsx-runtime";
4
3
  import i from "./IconBase.js";
5
- import { forwardRef as c } from "react";
6
- const u = ({ className: r, ariaHidden: t, title: e, description: n, size: C = 24, ...s }, d) => /* @__PURE__ */ k(i, { size: C, className: r, title: e, description: n, ariaHidden: t, ref: d, ...s, children: [
4
+ const c = ({ ref: r, className: t, ariaHidden: e, title: n, description: C, size: s = 24, ...d }) => /* @__PURE__ */ k(i, { size: s, className: t, title: n, description: C, ariaHidden: e, ref: r, ...d, children: [
7
5
  /* @__PURE__ */ o(
8
6
  "path",
9
7
  {
@@ -68,8 +66,7 @@ const u = ({ className: r, ariaHidden: t, title: e, description: n, size: C = 24
68
66
  strokeLinecap: "round"
69
67
  }
70
68
  )
71
- ] }), p = c(u);
72
- p.displayName = "OntologyIcon";
69
+ ] }), p = Object.assign(c, { displayName: "OntologyIcon" });
73
70
  export {
74
71
  p as OntologyIcon
75
72
  };
@@ -1,3 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const PanelIconClose: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
2
+ export declare const PanelIconClose: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=PanelIconClose.d.ts.map
@@ -1,14 +1,11 @@
1
- "use client";
2
1
  import "../styles/main.css";
3
2
  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(d, { size: s, className: r, title: n, description: t, ariaHidden: e, ref: i, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...c, children: [
3
+ import l from "./IconBase.js";
4
+ const d = ({ ref: e, className: n, ariaHidden: r, title: t, description: s, size: c = 24, ...i }) => /* @__PURE__ */ a(l, { size: c, className: n, title: t, description: s, ariaHidden: r, ref: e, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...i, children: [
7
5
  /* @__PURE__ */ o("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
8
6
  /* @__PURE__ */ o("path", { d: "M9 3v18" }),
9
7
  /* @__PURE__ */ o("path", { d: "m16 15-3-3 3-3" })
10
- ] }), p = l(m);
11
- p.displayName = "PanelIconClose";
8
+ ] }), m = Object.assign(d, { displayName: "PanelIconClose" });
12
9
  export {
13
- p as PanelIconClose
10
+ m as PanelIconClose
14
11
  };
@@ -1,3 +1,5 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const PanelIconOpen: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
2
+ export declare const PanelIconOpen: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
3
5
  //# sourceMappingURL=PanelIconOpen.d.ts.map
@@ -1,14 +1,11 @@
1
- "use client";
2
1
  import "../styles/main.css";
3
- import { jsxs as s, jsx as o } from "react/jsx-runtime";
4
- import a from "./IconBase.js";
5
- import { forwardRef as d } from "react";
6
- const m = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, ...i }, p) => /* @__PURE__ */ s(a, { size: c, className: r, title: n, description: t, ariaHidden: e, ref: p, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...i, children: [
7
- /* @__PURE__ */ o("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
8
- /* @__PURE__ */ o("path", { d: "M9 3v18" }),
9
- /* @__PURE__ */ o("path", { d: "m14 9 3 3-3 3" })
10
- ] }), h = d(m);
11
- h.displayName = "PanelIconOpen";
2
+ import { jsxs as a, jsx as n } from "react/jsx-runtime";
3
+ import p from "./IconBase.js";
4
+ const d = ({ ref: e, className: o, ariaHidden: r, title: t, description: s, size: c = 24, ...i }) => /* @__PURE__ */ a(p, { size: c, className: o, title: t, description: s, ariaHidden: r, ref: e, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...i, children: [
5
+ /* @__PURE__ */ n("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
6
+ /* @__PURE__ */ n("path", { d: "M9 3v18" }),
7
+ /* @__PURE__ */ n("path", { d: "m14 9 3 3-3 3" })
8
+ ] }), m = Object.assign(d, { displayName: "PanelIconOpen" });
12
9
  export {
13
- h as PanelIconOpen
10
+ m as PanelIconOpen
14
11
  };