@everchron/ec-shards 8.0.2 → 8.0.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
3
  "type": "module",
4
- "version": "8.0.2",
4
+ "version": "8.0.4",
5
5
  "private": false,
6
6
  "description": "Everchron Shards UI Library",
7
7
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -33,21 +33,21 @@
33
33
  "vue": "^3.3.4"
34
34
  },
35
35
  "devDependencies": {
36
- "@storybook/addon-essentials": "^7.4.1",
37
- "@storybook/addon-interactions": "^7.4.1",
38
- "@storybook/addon-links": "^7.4.1",
39
- "@storybook/addon-mdx-gfm": "^7.4.1",
40
- "@storybook/blocks": "^7.4.1",
41
- "@storybook/testing-library": "^0.2.0",
42
- "@storybook/vue3": "^7.4.1",
43
- "@storybook/vue3-vite": "^7.4.1",
36
+ "@storybook/addon-essentials": "^7.4.6",
37
+ "@storybook/addon-interactions": "^7.4.6",
38
+ "@storybook/addon-links": "^7.4.6",
39
+ "@storybook/addon-mdx-gfm": "^7.4.6",
40
+ "@storybook/blocks": "^7.4.6",
41
+ "@storybook/testing-library": "^0.2.2",
42
+ "@storybook/vue3": "^7.4.6",
43
+ "@storybook/vue3-vite": "^7.4.6",
44
44
  "@vitejs/plugin-vue": "^4.2.3",
45
45
  "@vue/test-utils": "^2.4.1",
46
46
  "jsdom": "^22.1.0",
47
47
  "react": "^18.2.0",
48
48
  "react-dom": "^18.2.0",
49
49
  "sass": "^1.65.1",
50
- "storybook": "^7.4.1",
50
+ "storybook": "^7.4.6",
51
51
  "style-dictionary": "^3.8.0",
52
52
  "vite": "^4.4.9",
53
53
  "vitest": "^0.33.0"
@@ -1,24 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "30",
5
- height: "30",
6
- viewBox: "0 0 30 30"
7
- }, r = /* @__PURE__ */ t("polygon", {
8
- "vector-effect": "non-scaling-stroke",
9
- fill: "none",
10
- stroke: "currentColor",
11
- "stroke-linecap": "round",
12
- "stroke-linejoin": "round",
13
- points: "15 5.137 18.18 11.63 25.292 12.677 20.146 17.728 21.36 24.863 15 21.492 8.64 24.863 9.854 17.728 4.708 12.677 11.819 11.63"
14
- }, null, -1), s = [
15
- r
16
- ];
17
- function c(l, i) {
18
- return e(), o("svg", n, s);
19
- }
20
- const a = { render: c };
21
- export {
22
- a as default,
23
- c as render
24
- };