@scalar/components 0.12.26 → 0.12.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.
|
@@ -7,15 +7,15 @@ const n = {
|
|
|
7
7
|
stroke: "currentColor",
|
|
8
8
|
"stroke-linecap": "round",
|
|
9
9
|
"stroke-linejoin": "round",
|
|
10
|
-
d: "
|
|
10
|
+
d: "m14 18-6-6 6-6"
|
|
11
11
|
}, null, -1), c = [
|
|
12
12
|
r
|
|
13
13
|
];
|
|
14
|
-
function l
|
|
14
|
+
function s(l, d) {
|
|
15
15
|
return e(), o("svg", n, [...c]);
|
|
16
16
|
}
|
|
17
|
-
const _ = { render:
|
|
17
|
+
const _ = { render: s };
|
|
18
18
|
export {
|
|
19
19
|
_ as default,
|
|
20
|
-
|
|
20
|
+
s as render
|
|
21
21
|
};
|
|
@@ -6,9 +6,9 @@ const n = {
|
|
|
6
6
|
"stroke-linecap": "round",
|
|
7
7
|
"stroke-linejoin": "round",
|
|
8
8
|
viewBox: "0 0 24 24"
|
|
9
|
-
},
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
}, s = /* @__PURE__ */ e("path", { d: "M9.2 9.2c0-.5.1-1 .4-1.5s.6-.8 1.1-1q.75-.3 1.5-.3c.75 0 1 .2 1.4.5s.7.7 1 1.2c.2.5.3 1 .2 1.5s-.3 1-.6 1.4-.8.7-1.2.9c-.255.128-.5.3-.7.5s-.3.5-.3.8v.9m0 3.5c-.2 0-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.2.4-.4.4" }, null, -1), c = /* @__PURE__ */ e("path", { d: "M12 22c5.524 0 10-4.476 10-10S17.524 2 12 2 2 6.476 2 12s4.476 10 10 10" }, null, -1), r = [
|
|
10
|
+
s,
|
|
11
|
+
c
|
|
12
12
|
];
|
|
13
13
|
function l(d, i) {
|
|
14
14
|
return o(), t("svg", n, [...r]);
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "https://github.com/scalar/scalar.git",
|
|
11
11
|
"directory": "packages/components"
|
|
12
12
|
},
|
|
13
|
-
"version": "0.12.
|
|
13
|
+
"version": "0.12.28",
|
|
14
14
|
"engines": {
|
|
15
15
|
"node": ">=18"
|
|
16
16
|
},
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"vite-svg-loader": "^5.1.0",
|
|
72
72
|
"vitest": "^1.6.0",
|
|
73
73
|
"@scalar/build-tooling": "0.1.10",
|
|
74
|
-
"@scalar/
|
|
75
|
-
"@scalar/
|
|
74
|
+
"@scalar/use-toasts": "0.7.4",
|
|
75
|
+
"@scalar/themes": "0.9.20"
|
|
76
76
|
},
|
|
77
77
|
"scripts": {
|
|
78
78
|
"build": "pnpm typegen:icons && pnpm build-only",
|