@everchron/ec-shards 16.2.0 → 16.2.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.
@@ -0,0 +1,47 @@
1
+ import { createElementBlock as n, openBlock as r, createElementVNode as e } from "vue";
2
+ const t = {
3
+ width: "30",
4
+ height: "30",
5
+ viewBox: "0 0 30 30",
6
+ fill: "none",
7
+ xmlns: "http://www.w3.org/2000/svg"
8
+ };
9
+ function l(c, o) {
10
+ return r(), n("svg", t, o[0] || (o[0] = [
11
+ e("path", {
12
+ opacity: "0.5",
13
+ d: "M12.6888 25.4H8.06658C6.152 25.4 4.59992 23.8479 4.59992 21.9333V10.9663C4.59992 10.0469 4.96516 9.16512 5.61528 8.515L8.51494 5.61534C9.16506 4.96522 10.0468 4.59998 10.9662 4.59998H19.6221C21.5367 4.59998 23.0888 6.15206 23.0888 8.06664V15",
14
+ stroke: "currentColor",
15
+ "stroke-linecap": "round",
16
+ "stroke-linejoin": "round",
17
+ "vector-effect": "non-scaling-stroke"
18
+ }, null, -1),
19
+ e("path", {
20
+ d: "M21.933 18.4667L24.2444 20.7781L21.933 23.0886",
21
+ stroke: "currentColor",
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round",
24
+ "vector-effect": "non-scaling-stroke"
25
+ }, null, -1),
26
+ e("path", {
27
+ d: "M24.2444 20.7778H18.4666C17.1902 20.7778 16.1555 21.8126 16.1555 23.0889C16.1555 24.3653 17.1902 25.4001 18.4666 25.4001H19.6106",
28
+ stroke: "currentColor",
29
+ "stroke-linecap": "round",
30
+ "stroke-linejoin": "round",
31
+ "vector-effect": "non-scaling-stroke"
32
+ }, null, -1),
33
+ e("path", {
34
+ opacity: "0.5",
35
+ d: "M6.33328 10.9556H8.64439C9.92079 10.9556 10.9555 9.92088 10.9555 8.64449V6.33337",
36
+ stroke: "currentColor",
37
+ "stroke-linecap": "round",
38
+ "stroke-linejoin": "round",
39
+ "vector-effect": "non-scaling-stroke"
40
+ }, null, -1)
41
+ ]));
42
+ }
43
+ const i = { render: l };
44
+ export {
45
+ i as default,
46
+ l as render
47
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
3
  "type": "module",
4
- "version": "16.2.0",
4
+ "version": "16.2.1",
5
5
  "private": false,
6
6
  "description": "Everchron Shards UI Library",
7
7
  "repository": {
@@ -46,8 +46,8 @@
46
46
  "vue": "^3.5.13"
47
47
  },
48
48
  "devDependencies": {
49
- "@storybook/addon-links": "^9.1.5",
50
- "@storybook/vue3-vite": "^9.1.5",
49
+ "@storybook/addon-links": "^10.2.8",
50
+ "@storybook/vue3-vite": "^10.2.8",
51
51
  "@vitejs/plugin-vue": "^5.0.0",
52
52
  "@vitest/coverage-v8": "^3.0.9",
53
53
  "@vitest/ui": "^3.0.9",
@@ -57,11 +57,11 @@
57
57
  "lodash": "^4.17.21",
58
58
  "sass": "^1.87.0",
59
59
  "sinon": "^17.0.1",
60
- "storybook": "^9.1.5",
60
+ "storybook": "^10.2.8",
61
61
  "style-dictionary": "^3.8.0",
62
62
  "tinycolor2": "^1.4.2",
63
63
  "vite": "^6.2.2",
64
64
  "vitest": "^3.0.9",
65
- "@storybook/addon-docs": "^9.1.5"
65
+ "@storybook/addon-docs": "^10.2.8"
66
66
  }
67
67
  }