@sysvale/cuida 3.146.1 → 3.148.0
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/README.md +5 -8
- package/dist/@sysvale/cuida.es.js +10250 -10006
- package/dist/@sysvale/cuida.umd.js +20 -20
- package/dist/style.css +1 -1
- package/package.json +21 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sysvale/cuida",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.148.0",
|
|
4
4
|
"description": "A design system built by Sysvale, using storybook and Vue components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,13 +20,14 @@
|
|
|
20
20
|
},
|
|
21
21
|
"unpkg": "dist/@sysvale/cuida.umd.js",
|
|
22
22
|
"scripts": {
|
|
23
|
-
"build": "vue-tsc --
|
|
23
|
+
"build": "vue-tsc --declaration --emitDeclarationOnly && npm run generate:docs && vite build && node buildtokens.js",
|
|
24
24
|
"preview": "vite preview",
|
|
25
|
-
"
|
|
26
|
-
"build
|
|
25
|
+
"docs:dev": "vitepress dev docs",
|
|
26
|
+
"docs:build": "vitepress build docs",
|
|
27
|
+
"docs:preview": "vitepress preview docs",
|
|
28
|
+
"generate:docs": "node docs/plugins/vueDocgen.js",
|
|
27
29
|
"test": "vitest",
|
|
28
|
-
"test:ui": "vitest --ui"
|
|
29
|
-
"chromatic": "npx chromatic --project-token=a0f13ffc7d61"
|
|
30
|
+
"test:ui": "vitest --ui"
|
|
30
31
|
},
|
|
31
32
|
"dependencies": {
|
|
32
33
|
"@popperjs/core": "^2.11.6",
|
|
@@ -35,16 +36,15 @@
|
|
|
35
36
|
"@vueuse/core": "^13.1.0",
|
|
36
37
|
"chart.js": "^4.3.0",
|
|
37
38
|
"chartjs-adapter-luxon": "^1.3.1",
|
|
38
|
-
"chromatic": "^6.14.0",
|
|
39
39
|
"create-file": "^1.0.1",
|
|
40
40
|
"lodash.clonedeep": "^4.5.0",
|
|
41
41
|
"lodash.isempty": "^4.4.0",
|
|
42
42
|
"lodash.isequal": "^4.5.0",
|
|
43
43
|
"luxon": "^3.4.4",
|
|
44
44
|
"tippy.js": "^6.3.7",
|
|
45
|
+
"ts-dedent": "^2.2.0",
|
|
45
46
|
"v-calendar": "^3.1.2",
|
|
46
47
|
"v-money3": "^3.22.3",
|
|
47
|
-
"vue": "^3.5.0",
|
|
48
48
|
"vue-3-slider-component": "^1.0.1",
|
|
49
49
|
"vue-chartjs": "^5.2.0",
|
|
50
50
|
"vue-input-facade": "^3.0.0-beta.1",
|
|
@@ -53,28 +53,32 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@babel/core": "^7.18.10",
|
|
55
55
|
"@rollup/plugin-typescript": "^8.4.0",
|
|
56
|
-
"@storybook/addon-essentials": "^6.5.10",
|
|
57
|
-
"@storybook/builder-vite": "^0.2.2",
|
|
58
|
-
"@storybook/preset-scss": "^1.0.3",
|
|
59
|
-
"@storybook/testing-library": "^0.0.13",
|
|
60
|
-
"@storybook/vue3": "^6.5.10",
|
|
61
56
|
"@types/vue": "^2.0.0",
|
|
57
|
+
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
58
|
+
"@typescript-eslint/parser": "^8.38.0",
|
|
62
59
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
63
60
|
"@vitest/coverage-v8": "^3.1.1",
|
|
64
61
|
"@vitest/ui": "^3.2.1",
|
|
62
|
+
"@vue/eslint-config-typescript": "^14.6.0",
|
|
65
63
|
"@vue/test-utils": "^2.0.2",
|
|
66
64
|
"babel-loader": "^8.2.5",
|
|
67
65
|
"concat": "^1.0.3",
|
|
68
66
|
"esbuild-linux-64": "^0.15.18",
|
|
69
|
-
"eslint": "^
|
|
67
|
+
"eslint": "^9.36.0",
|
|
70
68
|
"eslint-plugin-vue": "^9.9.0",
|
|
69
|
+
"fast-glob": "^3.3.3",
|
|
70
|
+
"globals": "^16.4.0",
|
|
71
71
|
"jsdom": "^20.0.0",
|
|
72
72
|
"sass": "^1.89.1",
|
|
73
|
-
"typescript": "^
|
|
73
|
+
"typescript": "^5.6.3",
|
|
74
74
|
"vite": "^5.4.10",
|
|
75
|
+
"vitepress": "^1.6.3",
|
|
75
76
|
"vitest": "^3.0.2",
|
|
77
|
+
"vue": "^3.5.16",
|
|
78
|
+
"vue-docgen-api": "^4.79.2",
|
|
79
|
+
"vue-eslint-parser": "^10.2.0",
|
|
76
80
|
"vue-loader": "^16.8.3",
|
|
77
|
-
"vue-tsc": "^
|
|
81
|
+
"vue-tsc": "^2.1.10"
|
|
78
82
|
},
|
|
79
83
|
"bugs": {
|
|
80
84
|
"url": "https://github.com/Sysvale/cuida/issues"
|
|
@@ -82,4 +86,4 @@
|
|
|
82
86
|
"readme": "ERROR: No README data found!",
|
|
83
87
|
"homepage": "https://github.com/Sysvale/cuida#readme",
|
|
84
88
|
"_id": "@sysvale/cuida@3.0.0-alpha.21"
|
|
85
|
-
}
|
|
89
|
+
}
|