@scalar/api-client 1.2.4 → 1.2.6
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.
- package/CHANGELOG.md +17 -0
- package/dist/Brackets-BcvH-CzZ-DhKRLijx.js +21 -0
- package/dist/Branch-H5HxSfdF-mvVobUXQ.js +42 -0
- package/dist/Cookie-Bza3NN_O-D-5InVd6.js +39 -0
- package/dist/index.js +267 -240
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @scalar/api-client
|
|
2
2
|
|
|
3
|
+
## 1.2.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [86d1363]
|
|
8
|
+
- Updated dependencies [bc3f3af]
|
|
9
|
+
- @scalar/themes@0.7.4
|
|
10
|
+
- @scalar/components@0.5.3
|
|
11
|
+
|
|
12
|
+
## 1.2.5
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [e8ef57e]
|
|
17
|
+
- Updated dependencies [1353154]
|
|
18
|
+
- @scalar/components@0.5.2
|
|
19
|
+
|
|
3
20
|
## 1.2.4
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none"
|
|
5
|
+
}, r = /* @__PURE__ */ createElementVNode("path", {
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"stroke-linecap": "round",
|
|
8
|
+
"stroke-linejoin": "round",
|
|
9
|
+
"stroke-width": "1.5",
|
|
10
|
+
d: "M9.076 2H8.54c-.764 0-1.384.62-1.384 1.385V7.6a2.77 2.77 0 0 1-1.724 2.564L3.385 11l2.048.835A2.77 2.77 0 0 1 7.157 14.4v4.217c0 .764.62 1.384 1.384 1.384h.535m3.848-18h.535c.764 0 1.384.62 1.384 1.385V7.6a2.77 2.77 0 0 0 1.724 2.564l2.048.835-2.048.835a2.77 2.77 0 0 0-1.724 2.564v4.217c0 .764-.62 1.384-1.384 1.384h-.535"
|
|
11
|
+
}, null, -1), c = [
|
|
12
|
+
r
|
|
13
|
+
];
|
|
14
|
+
function s(l, a) {
|
|
15
|
+
return openBlock(), createElementBlock("svg", n, [...c]);
|
|
16
|
+
}
|
|
17
|
+
const h = { render: s };
|
|
18
|
+
export {
|
|
19
|
+
h as default,
|
|
20
|
+
s as render
|
|
21
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none"
|
|
5
|
+
}, c = /* @__PURE__ */ createElementVNode("path", {
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"stroke-linecap": "round",
|
|
8
|
+
"stroke-linejoin": "round",
|
|
9
|
+
"stroke-width": "1.5",
|
|
10
|
+
d: "M15 7v4.474H7M7 7v8"
|
|
11
|
+
}, null, -1), n = /* @__PURE__ */ createElementVNode("circle", {
|
|
12
|
+
cx: "7",
|
|
13
|
+
cy: "4",
|
|
14
|
+
r: "2.25",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-width": "1.5"
|
|
17
|
+
}, null, -1), s = /* @__PURE__ */ createElementVNode("circle", {
|
|
18
|
+
cx: "7",
|
|
19
|
+
cy: "18",
|
|
20
|
+
r: "2.25",
|
|
21
|
+
stroke: "currentColor",
|
|
22
|
+
"stroke-width": "1.5"
|
|
23
|
+
}, null, -1), l = /* @__PURE__ */ createElementVNode("circle", {
|
|
24
|
+
cx: "15",
|
|
25
|
+
cy: "4",
|
|
26
|
+
r: "2.25",
|
|
27
|
+
stroke: "currentColor",
|
|
28
|
+
"stroke-width": "1.5"
|
|
29
|
+
}, null, -1), i = [
|
|
30
|
+
c,
|
|
31
|
+
n,
|
|
32
|
+
s,
|
|
33
|
+
l
|
|
34
|
+
];
|
|
35
|
+
function d(h, _) {
|
|
36
|
+
return openBlock(), createElementBlock("svg", r, [...i]);
|
|
37
|
+
}
|
|
38
|
+
const k = { render: d };
|
|
39
|
+
export {
|
|
40
|
+
k as default,
|
|
41
|
+
d as render
|
|
42
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
const t = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none"
|
|
5
|
+
}, c = /* @__PURE__ */ createElementVNode("path", {
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"stroke-linecap": "round",
|
|
8
|
+
"stroke-linejoin": "round",
|
|
9
|
+
"stroke-width": "1.5",
|
|
10
|
+
d: "M14.463 7.469A3.462 3.462 0 0 1 11.001 2a9 9 0 1 0 8.975 8.326 3.462 3.462 0 0 1-5.513-2.857"
|
|
11
|
+
}, null, -1), l = /* @__PURE__ */ createElementVNode("circle", {
|
|
12
|
+
cx: "8.154",
|
|
13
|
+
cy: "12.898",
|
|
14
|
+
r: ".949",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
}, null, -1), n = /* @__PURE__ */ createElementVNode("circle", {
|
|
17
|
+
cx: "11.949",
|
|
18
|
+
cy: "13.847",
|
|
19
|
+
r: ".949",
|
|
20
|
+
fill: "currentColor"
|
|
21
|
+
}, null, -1), s = /* @__PURE__ */ createElementVNode("circle", {
|
|
22
|
+
cx: "9.102",
|
|
23
|
+
cy: "8.153",
|
|
24
|
+
r: ".949",
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
}, null, -1), i = [
|
|
27
|
+
c,
|
|
28
|
+
l,
|
|
29
|
+
n,
|
|
30
|
+
s
|
|
31
|
+
];
|
|
32
|
+
function d(_, u) {
|
|
33
|
+
return openBlock(), createElementBlock("svg", t, [...i]);
|
|
34
|
+
}
|
|
35
|
+
const a = { render: d };
|
|
36
|
+
export {
|
|
37
|
+
a as default,
|
|
38
|
+
d as render
|
|
39
|
+
};
|