@everchron/ec-shards 9.14.5 → 9.15.1
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/dist/component-Bdwnnxr7.js +45 -0
- package/dist/document-cut-BUCUrZh5.js +18 -0
- package/dist/document-video-BNIu2t3P.js +45 -0
- package/dist/ec-shards.js +1850 -1797
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/list-add-_KzxBUPv.js +18 -0
- package/dist/list-remove-DALzKlXj.js +18 -0
- package/dist/movie-C62-ECpA.js +18 -0
- package/dist/patch-DuhkHRB2.js +18 -0
- package/dist/sparkle-filled-CjkImScC.js +43 -0
- package/dist/style.css +1 -1
- package/dist/text-waveline-DgmMva88.js +45 -0
- package/package.json +11 -12
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
width: "30",
|
|
4
|
+
height: "30",
|
|
5
|
+
viewBox: "0 0 30 30",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
8
|
+
}, r = /* @__PURE__ */ e("path", {
|
|
9
|
+
"vector-effect": "non-scaling-stroke",
|
|
10
|
+
d: "M12.1111 19.3334H18.7778",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
"stroke-linecap": "round",
|
|
13
|
+
"stroke-linejoin": "round"
|
|
14
|
+
}, null, -1), s = /* @__PURE__ */ e("path", {
|
|
15
|
+
"vector-effect": "non-scaling-stroke",
|
|
16
|
+
d: "M15.4445 6V19.3333",
|
|
17
|
+
stroke: "currentColor",
|
|
18
|
+
"stroke-linecap": "round",
|
|
19
|
+
"stroke-linejoin": "round"
|
|
20
|
+
}, null, -1), c = /* @__PURE__ */ e("path", {
|
|
21
|
+
"vector-effect": "non-scaling-stroke",
|
|
22
|
+
d: "M22.1111 9.01714V6.74095C22.1111 6.33143 21.7797 6 21.3702 6H9.51872C9.1092 6 8.77777 6.33143 8.77777 6.74095V9.01905",
|
|
23
|
+
stroke: "currentColor",
|
|
24
|
+
"stroke-linecap": "round",
|
|
25
|
+
"stroke-linejoin": "round"
|
|
26
|
+
}, null, -1), l = /* @__PURE__ */ e("path", {
|
|
27
|
+
"vector-effect": "non-scaling-stroke",
|
|
28
|
+
d: "M6 25.4445L6.7191 24.3658C6.91046 24.0788 7.32814 24.0672 7.53513 24.3432L8.37778 25.4667C8.57778 25.7334 8.97778 25.7334 9.17778 25.4667L10.0444 24.3112C10.2444 24.0445 10.6444 24.0445 10.8444 24.3112L11.7111 25.4667C11.9111 25.7334 12.3111 25.7334 12.5111 25.4667L13.3778 24.3112C13.5778 24.0445 13.9778 24.0445 14.1778 24.3112L15.0444 25.4667C15.2444 25.7334 15.6444 25.7334 15.8444 25.4667L16.7111 24.3112C16.9111 24.0445 17.3111 24.0445 17.5111 24.3112L18.3778 25.4667C18.5778 25.7334 18.9778 25.7334 19.1778 25.4667L20.0444 24.3112C20.2444 24.0445 20.6444 24.0445 20.8444 24.3112L21.7111 25.4667C21.9111 25.7334 22.3111 25.7334 22.5111 25.4667L23.3538 24.3432C23.5607 24.0672 23.9784 24.0788 24.1698 24.3658L24.8889 25.4445",
|
|
29
|
+
stroke: "currentColor",
|
|
30
|
+
"stroke-linecap": "round",
|
|
31
|
+
"stroke-linejoin": "round"
|
|
32
|
+
}, null, -1), i = [
|
|
33
|
+
r,
|
|
34
|
+
s,
|
|
35
|
+
c,
|
|
36
|
+
l
|
|
37
|
+
];
|
|
38
|
+
function d(u, a) {
|
|
39
|
+
return o(), t("svg", n, [...i]);
|
|
40
|
+
}
|
|
41
|
+
const C = { render: d };
|
|
42
|
+
export {
|
|
43
|
+
C as default,
|
|
44
|
+
d as render
|
|
45
|
+
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everchron/ec-shards",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "9.
|
|
4
|
+
"version": "9.15.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Everchron Shards UI Library",
|
|
7
7
|
"repository": "https://github.com/everchron/ec-shards.git",
|
|
@@ -42,14 +42,15 @@
|
|
|
42
42
|
"vue": "^3.3.4"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@storybook
|
|
46
|
-
"@storybook/addon-
|
|
47
|
-
"@storybook/addon-
|
|
48
|
-
"@storybook/addon-
|
|
49
|
-
"@storybook/blocks": "^
|
|
50
|
-
"@storybook/
|
|
51
|
-
"@storybook/
|
|
52
|
-
"@storybook/vue3
|
|
45
|
+
"@chromatic-com/storybook": "^1.9.0",
|
|
46
|
+
"@storybook/addon-essentials": "^8.3.6",
|
|
47
|
+
"@storybook/addon-interactions": "^8.3.6",
|
|
48
|
+
"@storybook/addon-links": "^8.3.6",
|
|
49
|
+
"@storybook/blocks": "^8.3.6",
|
|
50
|
+
"@storybook/test": "^8.3.6",
|
|
51
|
+
"@storybook/theming": "^8.3.6",
|
|
52
|
+
"@storybook/vue3": "^8.3.6",
|
|
53
|
+
"@storybook/vue3-vite": "^8.3.6",
|
|
53
54
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
54
55
|
"@vitest/coverage-v8": "^1.4.0",
|
|
55
56
|
"@vitest/ui": "^1.3.1",
|
|
@@ -57,11 +58,9 @@
|
|
|
57
58
|
"clamp": "^1.0.1",
|
|
58
59
|
"jsdom": "^24.0.0",
|
|
59
60
|
"lodash": "^4.17.21",
|
|
60
|
-
"react": "^18.2.0",
|
|
61
|
-
"react-dom": "^18.2.0",
|
|
62
61
|
"sass": "^1.65.1",
|
|
63
62
|
"sinon": "^17.0.1",
|
|
64
|
-
"storybook": "^
|
|
63
|
+
"storybook": "^8.3.6",
|
|
65
64
|
"style-dictionary": "^3.8.0",
|
|
66
65
|
"tinycolor2": "^1.4.2",
|
|
67
66
|
"vite": "^5.0.0",
|