@rotki/ui-library 1.0.0-beta.8 → 1.0.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 +8 -5
- package/dist/{RuiNavigationDrawer-uTYNUuka.js → RuiNavigationDrawer-D_PHxQsg.js} +3242 -3208
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.es.js +1 -1
- package/dist/components/tabs/tab/RuiTab.vue.d.ts +3 -2
- package/dist/composables/dropdown-menu.d.ts +10 -2
- package/dist/consts/colors.d.ts +4 -0
- package/dist/index.es.js +2 -2
- package/dist/style.css +1 -1
- package/dist/web-types.json +5795 -0
- package/package.json +35 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rotki/ui-library",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "A vue design system and component library for rotki",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -67,29 +67,30 @@
|
|
|
67
67
|
"@vueuse/shared": ">10.0.0",
|
|
68
68
|
"vue": ">=3.4.0"
|
|
69
69
|
},
|
|
70
|
+
"web-types": "dist/web-types.json",
|
|
70
71
|
"devDependencies": {
|
|
71
|
-
"@babel/core": "7.24.
|
|
72
|
-
"@babel/types": "7.24.
|
|
72
|
+
"@babel/core": "7.24.9",
|
|
73
|
+
"@babel/types": "7.24.9",
|
|
73
74
|
"@commitlint/cli": "19.3.0",
|
|
74
75
|
"@commitlint/config-conventional": "19.2.2",
|
|
75
76
|
"@fontsource/roboto": "5.0.13",
|
|
76
77
|
"@popperjs/core": "2.11.8",
|
|
77
|
-
"@rotki/eslint-config": "2.
|
|
78
|
-
"@storybook/addon-docs": "8.
|
|
79
|
-
"@storybook/addon-essentials": "8.
|
|
80
|
-
"@storybook/addon-interactions": "8.
|
|
81
|
-
"@storybook/addon-links": "8.
|
|
82
|
-
"@storybook/addon-themes": "8.
|
|
83
|
-
"@storybook/blocks": "8.
|
|
84
|
-
"@storybook/preview-api": "8.
|
|
85
|
-
"@storybook/test": "8.
|
|
86
|
-
"@storybook/vue3": "8.
|
|
87
|
-
"@storybook/vue3-vite": "8.
|
|
88
|
-
"@types/node": "20.14.
|
|
78
|
+
"@rotki/eslint-config": "2.9.1",
|
|
79
|
+
"@storybook/addon-docs": "8.2.6",
|
|
80
|
+
"@storybook/addon-essentials": "8.2.6",
|
|
81
|
+
"@storybook/addon-interactions": "8.2.6",
|
|
82
|
+
"@storybook/addon-links": "8.2.6",
|
|
83
|
+
"@storybook/addon-themes": "8.2.6",
|
|
84
|
+
"@storybook/blocks": "8.2.6",
|
|
85
|
+
"@storybook/preview-api": "8.2.6",
|
|
86
|
+
"@storybook/test": "8.2.6",
|
|
87
|
+
"@storybook/vue3": "8.2.6",
|
|
88
|
+
"@storybook/vue3-vite": "8.2.6",
|
|
89
|
+
"@types/node": "20.14.12",
|
|
89
90
|
"@types/tinycolor2": "1.4.6",
|
|
90
|
-
"@vitejs/plugin-vue": "5.0
|
|
91
|
-
"@vitest/coverage-v8": "
|
|
92
|
-
"@vitest/ui": "
|
|
91
|
+
"@vitejs/plugin-vue": "5.1.0",
|
|
92
|
+
"@vitest/coverage-v8": "2.0.4",
|
|
93
|
+
"@vitest/ui": "2.0.4",
|
|
93
94
|
"@vue/test-utils": "2.4.6",
|
|
94
95
|
"@vue/tsconfig": "0.5.1",
|
|
95
96
|
"@vueuse/core": "10.11.0",
|
|
@@ -99,33 +100,35 @@
|
|
|
99
100
|
"autoprefixer": "10.4.19",
|
|
100
101
|
"babel-loader": "9.1.3",
|
|
101
102
|
"bumpp": "9.4.1",
|
|
103
|
+
"consola": "3.2.3",
|
|
102
104
|
"css-loader": "7.1.2",
|
|
103
|
-
"eslint": "
|
|
104
|
-
"eslint-plugin-cypress": "
|
|
105
|
+
"eslint": "9.7.0",
|
|
106
|
+
"eslint-plugin-cypress": "3.4.0",
|
|
105
107
|
"eslint-plugin-storybook": "0.8.0",
|
|
106
108
|
"fast-glob": "3.3.2",
|
|
107
109
|
"fast-xml-parser": "4.4.0",
|
|
108
110
|
"fs-extra": "11.2.0",
|
|
109
|
-
"husky": "9.
|
|
110
|
-
"jsdom": "24.1.
|
|
111
|
+
"husky": "9.1.2",
|
|
112
|
+
"jsdom": "24.1.1",
|
|
111
113
|
"lint-staged": "15.2.7",
|
|
112
|
-
"postcss": "8.4.
|
|
114
|
+
"postcss": "8.4.40",
|
|
113
115
|
"remixicon": "4.3.0",
|
|
114
|
-
"sass": "1.77.
|
|
116
|
+
"sass": "1.77.8",
|
|
115
117
|
"scule": "1.3.0",
|
|
116
|
-
"storybook": "8.
|
|
117
|
-
"tailwindcss": "3.4.
|
|
118
|
+
"storybook": "8.2.6",
|
|
119
|
+
"tailwindcss": "3.4.6",
|
|
118
120
|
"tinycolor2": "1.6.0",
|
|
119
121
|
"ts-node": "10.9.2",
|
|
120
122
|
"tsc-alias": "1.8.10",
|
|
121
123
|
"typescript": "5.4.5",
|
|
122
|
-
"unplugin-auto-import": "0.
|
|
123
|
-
"vite": "5.3.
|
|
124
|
-
"vitest": "
|
|
124
|
+
"unplugin-auto-import": "0.18.2",
|
|
125
|
+
"vite": "5.3.5",
|
|
126
|
+
"vitest": "2.0.4",
|
|
125
127
|
"vue": "3.4.31",
|
|
128
|
+
"vue-component-meta": "2.0.26",
|
|
126
129
|
"vue-loader": "17.4.2",
|
|
127
130
|
"vue-router": "4.4.0",
|
|
128
|
-
"vue-tsc": "2.0.
|
|
131
|
+
"vue-tsc": "2.0.26"
|
|
129
132
|
},
|
|
130
133
|
"engines": {
|
|
131
134
|
"pnpm": ">=9 <10"
|
|
@@ -139,8 +142,9 @@
|
|
|
139
142
|
"build:storybook": "STORYBOOK=true storybook build",
|
|
140
143
|
"build:tailwind": "tailwindcss -o dist/style.css --minify",
|
|
141
144
|
"build:types": "vue-tsc -p tsconfig.build.json",
|
|
145
|
+
"build:web-types": "node scripts/build-web-types.mjs",
|
|
142
146
|
"generate-icons": "node scripts/generate-icons.mjs",
|
|
143
|
-
"resolve:alias": "tsc-alias -p tsconfig.build.json",
|
|
147
|
+
"resolve:alias": "tsc-alias --replacer ./scripts/tsc-alias-replacer.cjs -p tsconfig.build.json",
|
|
144
148
|
"dev": "vite",
|
|
145
149
|
"lint": "eslint .",
|
|
146
150
|
"lint:fix": "eslint . --fix",
|