@scalar/components 0.12.39 → 0.12.40

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.
@@ -1,21 +1,21 @@
1
1
  import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- const l = {
2
+ const n = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
5
- viewBox: "0 0 14 14"
6
- }, n = /* @__PURE__ */ t("path", {
7
- fill: "currentColor",
8
- "fill-rule": "evenodd",
9
- d: "M5.763 2.013a1.75 1.75 0 0 1 2.914.737H5.323a1.75 1.75 0 0 1 .44-.737m-1.974.737a3.25 3.25 0 0 1 6.422 0H13a.75.75 0 0 1 0 1.5h-1v8.25a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 2 12.5V4.25H1a.75.75 0 1 1 0-1.5zM5 5.876c.345 0 .625.28.625.625v4.002a.625.625 0 0 1-1.25 0V6.501c0-.345.28-.625.625-.625m4.625.625a.625.625 0 0 0-1.25 0v4.002a.625.625 0 0 0 1.25 0z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), r = [
12
- n
5
+ viewBox: "0 0 24 24"
6
+ }, r = /* @__PURE__ */ t("path", {
7
+ stroke: "currentColor",
8
+ "stroke-linecap": "round",
9
+ "stroke-linejoin": "round",
10
+ d: "M3 6h18m-2 0v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6m3 0V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2m-6 5v6m4-6v6"
11
+ }, null, -1), c = [
12
+ r
13
13
  ];
14
- function c(a, d) {
15
- return e(), o("svg", l, [...r]);
14
+ function l(s, d) {
15
+ return e(), o("svg", n, [...c]);
16
16
  }
17
- const i = { render: c };
17
+ const m = { render: l };
18
18
  export {
19
- i as default,
20
- c as render
19
+ m as default,
20
+ l as render
21
21
  };
@@ -7,15 +7,15 @@ const n = {
7
7
  stroke: "currentColor",
8
8
  "stroke-linecap": "round",
9
9
  "stroke-linejoin": "round",
10
- d: "M12 6.58H4.08a1.67 1.67 0 0 0-1.66 1.67v11.67a1.67 1.67 0 0 0 1.66 1.66h11.67a1.67 1.67 0 0 0 1.67-1.66V12m-4.53 1.82-3.16.45.45-3.16 8.13-8.13a1.92 1.92 0 1 1 2.71 2.7z"
11
- }, null, -1), c = [
10
+ d: "M14 3H5.571A2.57 2.57 0 0 0 3 5.571V18.43A2.57 2.57 0 0 0 5.571 21H18.43A2.57 2.57 0 0 0 21 18.429V10m.96-5.35a1.845 1.845 0 0 0-2.61-2.61l-6.644 6.647a1.3 1.3 0 0 0-.328.543l-.864 2.849a.327.327 0 0 0 .408.407l2.849-.864c.205-.062.391-.174.543-.325l6.645-6.647Z"
11
+ }, null, -1), l = [
12
12
  r
13
13
  ];
14
- function s(l, a) {
15
- return e(), o("svg", n, [...c]);
14
+ function c(s, d) {
15
+ return e(), o("svg", n, [...l]);
16
16
  }
17
- const i = { render: s };
17
+ const a = { render: c };
18
18
  export {
19
- i as default,
20
- s as render
19
+ a as default,
20
+ c as render
21
21
  };
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.39",
13
+ "version": "0.12.40",
14
14
  "engines": {
15
15
  "node": ">=18"
16
16
  },