@rotki/ui-library 0.5.1 → 0.6.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/dist/components/buttons/button/Button.vue.d.ts +38 -95
- package/dist/components/buttons/button-group/ButtonGroup.vue.d.ts +28 -41
- package/dist/components/forms/revealable-text-field/RevealableTextField.vue.d.ts +151 -1
- package/dist/components/forms/text-field/TextField.vue.d.ts +21 -1
- package/dist/components/index.d.ts +19 -18
- package/dist/components/index.es.js +19 -17
- package/dist/components/tables/DataTable.vue.d.ts +8 -1
- package/dist/components/tabs/tab/Tab.vue.d.ts +5 -1
- package/dist/index-2e3eeb1f.js +5701 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +2561 -2559
- package/dist/style.css +1 -1
- package/package.json +34 -32
- package/dist/index-c62f6196.js +0 -5605
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rotki/ui-library",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"packageManager": "pnpm@8.7.6",
|
|
5
5
|
"description": "A vue design system and component library for rotki",
|
|
6
6
|
"type": "module",
|
|
@@ -72,58 +72,60 @@
|
|
|
72
72
|
"vue-router": ">=4.0.0"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@babel/core": "7.
|
|
76
|
-
"@babel/types": "7.
|
|
77
|
-
"@commitlint/cli": "
|
|
78
|
-
"@commitlint/config-conventional": "
|
|
75
|
+
"@babel/core": "7.23.2",
|
|
76
|
+
"@babel/types": "7.23.0",
|
|
77
|
+
"@commitlint/cli": "18.0.0",
|
|
78
|
+
"@commitlint/config-conventional": "18.0.0",
|
|
79
79
|
"@fontsource/roboto": "5.0.8",
|
|
80
80
|
"@headlessui/vue": "1.7.16",
|
|
81
81
|
"@popperjs/core": "2.11.8",
|
|
82
82
|
"@rotki/eslint-config": "1.1.2",
|
|
83
|
-
"@storybook/addon-
|
|
84
|
-
"@storybook/addon-
|
|
85
|
-
"@storybook/addon-
|
|
86
|
-
"@storybook/addon-
|
|
87
|
-
"@storybook/
|
|
88
|
-
"@storybook/
|
|
89
|
-
"@storybook/
|
|
90
|
-
"@storybook/
|
|
91
|
-
"@storybook/vue3
|
|
83
|
+
"@storybook/addon-docs": "7.5.1",
|
|
84
|
+
"@storybook/addon-essentials": "7.5.1",
|
|
85
|
+
"@storybook/addon-interactions": "7.5.1",
|
|
86
|
+
"@storybook/addon-links": "7.5.1",
|
|
87
|
+
"@storybook/addon-themes": "7.5.1",
|
|
88
|
+
"@storybook/addons": "7.5.1",
|
|
89
|
+
"@storybook/blocks": "7.5.1",
|
|
90
|
+
"@storybook/testing-library": "0.2.2",
|
|
91
|
+
"@storybook/vue3": "7.5.1",
|
|
92
|
+
"@storybook/vue3-vite": "7.5.1",
|
|
92
93
|
"@types/node": "20.2.4",
|
|
93
|
-
"@vitejs/plugin-vue": "4.
|
|
94
|
-
"@vitest/coverage-v8": "0.34.
|
|
95
|
-
"@vitest/ui": "0.34.
|
|
94
|
+
"@vitejs/plugin-vue": "4.4.0",
|
|
95
|
+
"@vitest/coverage-v8": "0.34.6",
|
|
96
|
+
"@vitest/ui": "0.34.6",
|
|
96
97
|
"@vue/test-utils": "2.4.1",
|
|
97
98
|
"@vue/tsconfig": "0.4.0",
|
|
98
|
-
"@vueuse/core": "10.
|
|
99
|
-
"@vueuse/math": "10.
|
|
100
|
-
"@vueuse/shared": "10.
|
|
99
|
+
"@vueuse/core": "10.5.0",
|
|
100
|
+
"@vueuse/math": "10.5.0",
|
|
101
|
+
"@vueuse/shared": "10.5.0",
|
|
101
102
|
"argparse": "2.0.1",
|
|
102
|
-
"autoprefixer": "10.4.
|
|
103
|
+
"autoprefixer": "10.4.16",
|
|
103
104
|
"babel-loader": "8.3.0",
|
|
104
105
|
"bumpp": "9.2.0",
|
|
105
106
|
"css-loader": "6.8.1",
|
|
106
|
-
"eslint": "8.
|
|
107
|
+
"eslint": "8.52.0",
|
|
108
|
+
"eslint-plugin-storybook": "0.6.15",
|
|
107
109
|
"fast-glob": "3.3.1",
|
|
108
|
-
"fast-xml-parser": "4.2
|
|
110
|
+
"fast-xml-parser": "4.3.2",
|
|
109
111
|
"fs-extra": "11.1.1",
|
|
110
112
|
"husky": "8.0.3",
|
|
111
113
|
"jsdom": "22.1.0",
|
|
112
|
-
"lint-staged": "
|
|
113
|
-
"postcss": "8.4.
|
|
114
|
+
"lint-staged": "15.0.2",
|
|
115
|
+
"postcss": "8.4.31",
|
|
114
116
|
"react": "18.2.0",
|
|
115
117
|
"react-dom": "18.2.0",
|
|
116
118
|
"remixicon": "3.5.0",
|
|
117
|
-
"sass": "1.
|
|
119
|
+
"sass": "1.69.4",
|
|
118
120
|
"scule": "1.0.0",
|
|
119
|
-
"storybook": "7.
|
|
120
|
-
"tailwindcss": "3.3.
|
|
121
|
-
"tsc-alias": "1.8.
|
|
121
|
+
"storybook": "7.5.1",
|
|
122
|
+
"tailwindcss": "3.3.4",
|
|
123
|
+
"tsc-alias": "1.8.8",
|
|
122
124
|
"typescript": "5.2.2",
|
|
123
125
|
"unplugin-auto-import": "0.16.6",
|
|
124
|
-
"vite": "4.
|
|
125
|
-
"vitest": "0.34.
|
|
126
|
-
"vue": "3.3.
|
|
126
|
+
"vite": "4.5.0",
|
|
127
|
+
"vitest": "0.34.6",
|
|
128
|
+
"vue": "3.3.6",
|
|
127
129
|
"vue-loader": "17.2.2",
|
|
128
130
|
"vue-router": "4.2.4",
|
|
129
131
|
"vue-tsc": "1.8.11"
|