@rotki/ui-library 0.3.0 → 0.5.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 +10 -0
- package/dist/components/chips/Chip.vue.d.ts +5 -3
- package/dist/components/forms/text-field/TextField.vue.d.ts +10 -0
- package/dist/components/index.d.ts +7 -1
- package/dist/components/index.es.js +25 -19
- package/dist/components/overlays/badge/Badge.vue.d.ts +128 -0
- package/dist/components/overlays/tooltip/Tooltip.vue.d.ts +21 -11
- package/dist/components/tables/DataTable.vue.d.ts +126 -195
- package/dist/components/tabs/tab/Tab.vue.d.ts +137 -0
- package/dist/components/tabs/tab-item/TabItem.vue.d.ts +54 -0
- package/dist/components/tabs/tab-items/TabItems.vue.d.ts +17 -0
- package/dist/components/tabs/tabs/Tabs.vue.d.ts +72 -0
- package/dist/composables/index.es.js +1 -1
- package/dist/composables/popper.d.ts +4 -226
- package/dist/{index-2304aade.js → index-393a0e94.js} +29 -27
- package/dist/index-c9ad6bd3.js +5605 -0
- package/dist/index.es.js +2571 -2565
- package/dist/style.css +1 -1
- package/dist/utils/generate-id.d.ts +1 -0
- package/package.json +39 -34
- package/dist/index-63107447.js +0 -5008
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rotki/ui-library",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"packageManager": "pnpm@8.6
|
|
3
|
+
"version": "0.5.0",
|
|
4
|
+
"packageManager": "pnpm@8.7.6",
|
|
5
5
|
"description": "A vue design system and component library for rotki",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"keywords": [
|
|
@@ -68,60 +68,65 @@
|
|
|
68
68
|
"@vueuse/shared": ">10.0.0",
|
|
69
69
|
"vue": ">=3.3.4"
|
|
70
70
|
},
|
|
71
|
+
"optionalDependencies": {
|
|
72
|
+
"vue-router": ">=4.0.0"
|
|
73
|
+
},
|
|
71
74
|
"devDependencies": {
|
|
72
|
-
"@babel/core": "7.22.
|
|
73
|
-
"@babel/types": "7.22.
|
|
74
|
-
"@commitlint/cli": "17.
|
|
75
|
-
"@commitlint/config-conventional": "17.
|
|
76
|
-
"@fontsource/roboto": "5.0.
|
|
77
|
-
"@headlessui/vue": "1.7.
|
|
75
|
+
"@babel/core": "7.22.20",
|
|
76
|
+
"@babel/types": "7.22.19",
|
|
77
|
+
"@commitlint/cli": "17.7.1",
|
|
78
|
+
"@commitlint/config-conventional": "17.7.0",
|
|
79
|
+
"@fontsource/roboto": "5.0.8",
|
|
80
|
+
"@headlessui/vue": "1.7.16",
|
|
78
81
|
"@popperjs/core": "2.11.8",
|
|
79
|
-
"@rotki/eslint-config": "1.1.
|
|
80
|
-
"@storybook/addon-essentials": "7.2
|
|
81
|
-
"@storybook/addon-interactions": "7.2
|
|
82
|
-
"@storybook/addon-links": "7.2
|
|
83
|
-
"@storybook/addon-styling": "1.3.
|
|
84
|
-
"@storybook/addons": "7.2
|
|
85
|
-
"@storybook/blocks": "7.2
|
|
86
|
-
"@storybook/testing-library": "0.2.
|
|
87
|
-
"@storybook/vue3": "7.2
|
|
88
|
-
"@storybook/vue3-vite": "7.2
|
|
82
|
+
"@rotki/eslint-config": "1.1.2",
|
|
83
|
+
"@storybook/addon-essentials": "7.4.2",
|
|
84
|
+
"@storybook/addon-interactions": "7.4.2",
|
|
85
|
+
"@storybook/addon-links": "7.4.2",
|
|
86
|
+
"@storybook/addon-styling": "1.3.7",
|
|
87
|
+
"@storybook/addons": "7.4.2",
|
|
88
|
+
"@storybook/blocks": "7.4.2",
|
|
89
|
+
"@storybook/testing-library": "0.2.1",
|
|
90
|
+
"@storybook/vue3": "7.4.2",
|
|
91
|
+
"@storybook/vue3-vite": "7.4.2",
|
|
89
92
|
"@types/node": "20.2.4",
|
|
90
|
-
"@vitejs/plugin-vue": "4.
|
|
91
|
-
"@vitest/coverage-v8": "0.34.
|
|
92
|
-
"@vitest/ui": "0.34.
|
|
93
|
+
"@vitejs/plugin-vue": "4.3.4",
|
|
94
|
+
"@vitest/coverage-v8": "0.34.4",
|
|
95
|
+
"@vitest/ui": "0.34.4",
|
|
93
96
|
"@vue/test-utils": "2.4.1",
|
|
94
97
|
"@vue/tsconfig": "0.4.0",
|
|
95
|
-
"@vueuse/core": "10.
|
|
96
|
-
"@vueuse/
|
|
98
|
+
"@vueuse/core": "10.4.1",
|
|
99
|
+
"@vueuse/math": "10.4.1",
|
|
100
|
+
"@vueuse/shared": "10.4.1",
|
|
97
101
|
"argparse": "2.0.1",
|
|
98
|
-
"autoprefixer": "10.4.
|
|
102
|
+
"autoprefixer": "10.4.15",
|
|
99
103
|
"babel-loader": "8.3.0",
|
|
100
|
-
"bumpp": "9.
|
|
104
|
+
"bumpp": "9.2.0",
|
|
101
105
|
"css-loader": "6.8.1",
|
|
102
|
-
"eslint": "8.
|
|
106
|
+
"eslint": "8.49.0",
|
|
103
107
|
"fast-glob": "3.3.1",
|
|
104
108
|
"fast-xml-parser": "4.2.7",
|
|
105
109
|
"fs-extra": "11.1.1",
|
|
106
110
|
"husky": "8.0.3",
|
|
107
111
|
"jsdom": "22.1.0",
|
|
108
|
-
"lint-staged": "
|
|
109
|
-
"postcss": "8.4.
|
|
112
|
+
"lint-staged": "14.0.1",
|
|
113
|
+
"postcss": "8.4.29",
|
|
110
114
|
"react": "18.2.0",
|
|
111
115
|
"react-dom": "18.2.0",
|
|
112
116
|
"remixicon": "3.5.0",
|
|
113
|
-
"sass": "1.
|
|
117
|
+
"sass": "1.67.0",
|
|
114
118
|
"scule": "1.0.0",
|
|
115
|
-
"storybook": "7.2
|
|
119
|
+
"storybook": "7.4.2",
|
|
116
120
|
"tailwindcss": "3.3.3",
|
|
117
121
|
"tsc-alias": "1.8.7",
|
|
118
|
-
"typescript": "5.
|
|
122
|
+
"typescript": "5.2.2",
|
|
119
123
|
"unplugin-auto-import": "0.16.6",
|
|
120
|
-
"vite": "4.4.
|
|
121
|
-
"vitest": "0.34.
|
|
124
|
+
"vite": "4.4.9",
|
|
125
|
+
"vitest": "0.34.4",
|
|
122
126
|
"vue": "3.3.4",
|
|
123
127
|
"vue-loader": "17.2.2",
|
|
124
|
-
"vue-
|
|
128
|
+
"vue-router": "4.2.4",
|
|
129
|
+
"vue-tsc": "1.8.11"
|
|
125
130
|
},
|
|
126
131
|
"engines": {
|
|
127
132
|
"pnpm": ">=8 <9"
|