@spear-ai/spectral 1.3.29 → 1.3.30

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.
@@ -19,7 +19,7 @@ const C = ({ className: r, ariaHidden: t, title: e = "Dashboard", description: n
19
19
  stroke: "currentColor",
20
20
  strokeWidth: "2",
21
21
  strokeLinecap: "round",
22
- "stroke-linejoin": "round"
22
+ strokeLinejoin: "round"
23
23
  }
24
24
  ),
25
25
  /* @__PURE__ */ o(
@@ -17,9 +17,9 @@ const c = ({ className: r, ariaHidden: e, title: t = "Live View", description: n
17
17
  {
18
18
  d: "M16.247 7.76099C17.37 8.88591 18.0007 10.4105 18.0007 12C18.0007 13.5895 17.37 15.1141 16.247 16.239",
19
19
  stroke: "currentColor",
20
- "stroke-width": "2",
21
- "stroke-linecap": "round",
22
- "stroke-linejoin": "round"
20
+ strokeWidth: "2",
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round"
23
23
  }
24
24
  ),
25
25
  /* @__PURE__ */ o(
@@ -27,9 +27,9 @@ const c = ({ className: r, ariaHidden: e, title: t = "Live View", description: n
27
27
  {
28
28
  d: "M19.075 4.93311C20.9479 6.80814 21.9999 9.34993 21.9999 12.0001C21.9999 14.6503 20.9479 17.1921 19.075 19.0671",
29
29
  stroke: "currentColor",
30
- "stroke-width": "2",
31
- "stroke-linecap": "round",
32
- "stroke-linejoin": "round"
30
+ strokeWidth: "2",
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
33
  }
34
34
  ),
35
35
  /* @__PURE__ */ o(
@@ -37,9 +37,9 @@ const c = ({ className: r, ariaHidden: e, title: t = "Live View", description: n
37
37
  {
38
38
  d: "M4.925 19.0671C3.05212 17.1921 2.00013 14.6503 2.00013 12.0001C2.00013 9.34993 3.05212 6.80814 4.925 4.93311",
39
39
  stroke: "currentColor",
40
- "stroke-width": "2",
41
- "stroke-linecap": "round",
42
- "stroke-linejoin": "round"
40
+ strokeWidth: "2",
41
+ strokeLinecap: "round",
42
+ strokeLinejoin: "round"
43
43
  }
44
44
  ),
45
45
  /* @__PURE__ */ o(
@@ -47,9 +47,9 @@ const c = ({ className: r, ariaHidden: e, title: t = "Live View", description: n
47
47
  {
48
48
  d: "M7.753 16.239C6.63 15.1141 5.99928 13.5895 5.99928 12C5.99928 10.4105 6.63 8.88591 7.753 7.76099",
49
49
  stroke: "currentColor",
50
- "stroke-width": "2",
51
- "stroke-linecap": "round",
52
- "stroke-linejoin": "round"
50
+ strokeWidth: "2",
51
+ strokeLinecap: "round",
52
+ strokeLinejoin: "round"
53
53
  }
54
54
  ),
55
55
  /* @__PURE__ */ o(
@@ -57,14 +57,14 @@ const c = ({ className: r, ariaHidden: e, title: t = "Live View", description: n
57
57
  {
58
58
  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",
59
59
  stroke: "currentColor",
60
- "stroke-width": "2",
61
- "stroke-linecap": "round",
62
- "stroke-linejoin": "round"
60
+ strokeWidth: "2",
61
+ strokeLinecap: "round",
62
+ strokeLinejoin: "round"
63
63
  }
64
64
  )
65
65
  ]
66
66
  }
67
- ), p = C(c);
67
+ ), L = C(c);
68
68
  export {
69
- p as LiveViewIcon
69
+ L as LiveViewIcon
70
70
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spear-ai/spectral",
3
- "version": "1.3.29",
3
+ "version": "1.3.30",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "repository": {