slippers-ui 3.2.3 → 3.2.4
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/.vscode/extensions.json +3 -0
- package/dist/icons/Branch.js +22 -0
- package/dist/icons/Eye.js +16 -9
- package/dist/icons/GitMerge.js +22 -0
- package/dist/icons/ListTask.js +22 -0
- package/dist/icons/MachineLearning.js +22 -0
- package/dist/icons/Preferences.js +22 -0
- package/dist/icons/Repeat.js +22 -0
- package/dist/icons/Upgrade.js +22 -0
- package/dist/icons/index.js +804 -790
- package/icons/Branch.vue +3 -0
- package/icons/Eye.vue +1 -1
- package/icons/GitMerge.vue +3 -0
- package/icons/ListTask.vue +3 -0
- package/icons/MachineLearning.vue +3 -0
- package/icons/Preferences.vue +3 -0
- package/icons/Repeat.vue +3 -0
- package/icons/Upgrade.vue +3 -0
- package/icons/index.ts +7 -0
- package/icons.d.ts +7 -0
- package/package.json +1 -1
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as n } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const l = {}, a = {
|
|
4
|
+
fill: "currentColor",
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function c(s, e) {
|
|
11
|
+
return o(), t("svg", a, e[0] || (e[0] = [
|
|
12
|
+
r("path", {
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
d: "M11.5 4.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm2.5-1a2.501 2.501 0 0 1-1.872 2.42A3.502 3.502 0 0 1 8.75 8.5h-1.5a2 2 0 0 0-1.965 1.626 2.501 2.501 0 1 1-1.535-.011v-4.23a2.501 2.501 0 1 1 1.5 0v1.742a3.484 3.484 0 0 1 2-.627h1.5a2 2 0 0 0 1.823-1.177A2.5 2.5 0 1 1 14 3.5Zm-8.5 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm0-9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const m = /* @__PURE__ */ n(l, [["render", c]]);
|
|
20
|
+
export {
|
|
21
|
+
m as default
|
|
22
|
+
};
|
package/dist/icons/Eye.js
CHANGED
|
@@ -1,15 +1,22 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
2
|
-
import { _ as
|
|
3
|
-
const
|
|
1
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as l } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const n = {}, c = {
|
|
4
4
|
fill: "currentColor",
|
|
5
|
-
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
6
9
|
};
|
|
7
|
-
function s(
|
|
8
|
-
return
|
|
9
|
-
|
|
10
|
+
function s(d, e) {
|
|
11
|
+
return o(), t("svg", c, e[0] || (e[0] = [
|
|
12
|
+
r("path", {
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
d: "M0 8s3-6 8-6 8 6 8 6-3 6-8 6-8-6-8-6Zm1.81.13A13.593 13.593 0 0 1 1.73 8l.082-.13c.326-.51.806-1.187 1.42-1.856C4.494 4.635 6.12 3.5 8 3.5c1.878 0 3.506 1.135 4.77 2.514A13.705 13.705 0 0 1 14.27 8a14.021 14.021 0 0 1-1.502 1.986C11.506 11.365 9.88 12.5 8 12.5c-1.878 0-3.506-1.135-4.77-2.514A13.703 13.703 0 0 1 1.81 8.13ZM11 8a3 3 0 1 1-2.117-2.868 1.5 1.5 0 1 0 1.985 1.985A3 3 0 0 1 11 8Z"
|
|
16
|
+
}, null, -1)
|
|
10
17
|
]));
|
|
11
18
|
}
|
|
12
|
-
const
|
|
19
|
+
const m = /* @__PURE__ */ l(n, [["render", s]]);
|
|
13
20
|
export {
|
|
14
|
-
|
|
21
|
+
m as default
|
|
15
22
|
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as l } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const n = {}, a = {
|
|
4
|
+
fill: "currentColor",
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function c(i, e) {
|
|
11
|
+
return o(), t("svg", a, e[0] || (e[0] = [
|
|
12
|
+
r("path", {
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
d: "M10.34 1.22a.75.75 0 0 0-1.06 0L7.53 2.97 7 3.5l.53.53 1.75 1.75a.75.75 0 1 0 1.06-1.06l-.47-.47h.63c.69 0 1.25.56 1.25 1.25v4.614a2.501 2.501 0 1 0 1.5 0V5.5a2.75 2.75 0 0 0-2.75-2.75h-.63l.47-.47a.75.75 0 0 0 0-1.06ZM13.5 12.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-9 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm1.5 0a2.5 2.5 0 1 1-3.25-2.386V5.886a2.501 2.501 0 1 1 1.5 0v4.228A2.501 2.501 0 0 1 6 12.5Zm-1.5-9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const m = /* @__PURE__ */ l(n, [["render", c]]);
|
|
20
|
+
export {
|
|
21
|
+
m as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as l, createElementVNode as o } from "vue";
|
|
2
|
+
import { _ as r } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const a = {}, n = {
|
|
4
|
+
fill: "currentColor",
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function s(c, e) {
|
|
11
|
+
return l(), t("svg", n, e[0] || (e[0] = [
|
|
12
|
+
o("path", {
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
d: "M4.78 3.28a.75.75 0 0 0-1.06-1.06L1.75 4.19l-.47-.47A.75.75 0 0 0 .22 4.78l1 1a.75.75 0 0 0 1.06 0l2.5-2.5ZM6 3.75A.75.75 0 0 1 6.75 3h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 6 3.75ZM6 8a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 6 8Zm.75 3.5a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5h-8.5Zm-1.97-1.28a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-1-1a.75.75 0 1 1 1.06-1.06l.47.47 1.97-1.97a.75.75 0 0 1 1.06 0Z"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const h = /* @__PURE__ */ r(a, [["render", s]]);
|
|
20
|
+
export {
|
|
21
|
+
h as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as n } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const a = {}, l = {
|
|
4
|
+
fill: "currentColor",
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function c(i, e) {
|
|
11
|
+
return o(), t("svg", l, e[0] || (e[0] = [
|
|
12
|
+
r("path", {
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
d: "M13.75 3.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM9.5 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM8 11a3.001 3.001 0 0 0 2.905-2.25h1.845c.071.095.155.179.25.25v3.75a1.25 1.25 0 1 0 1.5 0V9a1.25 1.25 0 1 0-1.75-1.75h-1.845A3.005 3.005 0 0 0 8.75 5.095V3.25A1.25 1.25 0 1 0 7 1.5H3.25a1.25 1.25 0 1 0 0 1.5H7c.071.095.155.179.25.25v1.845A3.001 3.001 0 0 0 8 11Zm-5.75 4a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm7-1.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM3.5 8A1.25 1.25 0 1 1 1 8a1.25 1.25 0 0 1 2.5 0Z"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const m = /* @__PURE__ */ n(a, [["render", c]]);
|
|
20
|
+
export {
|
|
21
|
+
m as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as r, openBlock as t, createElementVNode as o } from "vue";
|
|
2
|
+
import { _ as n } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const l = {}, c = {
|
|
4
|
+
fill: "currentColor",
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function s(a, e) {
|
|
11
|
+
return t(), r("svg", c, e[0] || (e[0] = [
|
|
12
|
+
o("path", {
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
d: "M12 6.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM12 8a3 3 0 1 0-2.905-3.75H1.75a.75.75 0 0 0 0 1.5h7.345A3.001 3.001 0 0 0 12 8Zm-6.5 3a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm1.405.75A3.001 3.001 0 0 1 1 11a3 3 0 0 1 5.905-.75h7.345a.75.75 0 0 1 0 1.5H6.905Z"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const f = /* @__PURE__ */ n(l, [["render", s]]);
|
|
20
|
+
export {
|
|
21
|
+
f as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as n } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const l = {}, c = {
|
|
4
|
+
fill: "currentColor",
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function s(d, e) {
|
|
11
|
+
return o(), t("svg", c, e[0] || (e[0] = [
|
|
12
|
+
r("path", {
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
d: "M5.905.28A8 8 0 0 1 14.5 3.335V1.75a.75.75 0 0 1 1.5 0V6h-4.25a.75.75 0 0 1 0-1.5h1.727a6.5 6.5 0 1 0 .526 5.994.75.75 0 1 1 1.385.575A8 8 0 1 1 5.905.279Z"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const f = /* @__PURE__ */ n(l, [["render", s]]);
|
|
20
|
+
export {
|
|
21
|
+
f as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as n } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const l = {}, c = {
|
|
4
|
+
fill: "currentColor",
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function d(h, e) {
|
|
11
|
+
return o(), t("svg", c, e[0] || (e[0] = [
|
|
12
|
+
r("path", {
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
d: "m14 6-1.5-1.5-3.44-3.44L8 0 6.94 1.06 3.5 4.5 2 6h3v7h6V6h3ZM8 2.121 10.379 4.5H9.5v7h-3v-7h-.879L8 2.121ZM5.75 14.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5Z"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const a = /* @__PURE__ */ n(l, [["render", d]]);
|
|
20
|
+
export {
|
|
21
|
+
a as default
|
|
22
|
+
};
|