@rotki/ui-library 2.10.0 → 2.11.1
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/accordions/accordion/RuiAccordion.vue.d.ts +2 -2
- package/dist/components/alerts/RuiAlert.vue.d.ts +3 -3
- package/dist/components/buttons/button/RuiButton.vue.d.ts +9 -5
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.d.ts +9 -5
- package/dist/components/calendar/state.js +1 -1
- package/dist/components/calendar/state.js.map +1 -1
- package/dist/components/cards/RuiCard.vue.d.ts +6 -6
- package/dist/components/date-time-picker/RuiDateTimePicker.vue.d.ts +3 -4
- package/dist/components/date-time-picker/RuiDateTimePicker.vue2.js +66 -249
- package/dist/components/date-time-picker/RuiDateTimePicker.vue2.js.map +1 -1
- package/dist/components/date-time-picker/use-date-time-selection.d.ts +38 -0
- package/dist/components/date-time-picker/use-date-time-selection.js +286 -0
- package/dist/components/date-time-picker/use-date-time-selection.js.map +1 -0
- package/dist/components/date-time-picker/use-keyboard-handler.d.ts +2 -0
- package/dist/components/date-time-picker/use-keyboard-handler.js +71 -60
- package/dist/components/date-time-picker/use-keyboard-handler.js.map +1 -1
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +29 -25
- package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +2 -2
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +9 -5
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +9 -5
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +4 -4
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +29 -25
- package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +3 -3
- package/dist/components/forms/text-field/RuiTextField.vue.d.ts +3 -3
- package/dist/components/overlays/badge/RuiBadge.vue.d.ts +3 -3
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +2 -2
- package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +2 -2
- package/dist/components/overlays/menu/RuiMenu.vue.d.ts +2 -2
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +2 -2
- package/dist/components/overlays/notification/RuiNotification.vue.d.ts +2 -2
- package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +2 -2
- package/dist/components/tables/RuiDataTable.vue.d.ts +9 -5
- package/dist/components/tables/RuiExpandButton.vue.d.ts +2 -2
- package/dist/components/tables/RuiTableHead.vue.d.ts +9 -5
- package/dist/components/tabs/tab/RuiTab.vue.d.ts +1 -1
- package/dist/components/tabs/tab-item/RuiTabItem.vue.d.ts +3 -3
- package/dist/components/tabs/tab-items/RuiTabItems.vue.d.ts +9 -5
- package/dist/components/time-picker/RuiTimePicker.vue2.js +0 -1
- package/dist/components/time-picker/RuiTimePicker.vue2.js.map +1 -1
- package/dist/composables/defaults/table.js +1 -1
- package/dist/composables/defaults/table.js.map +1 -1
- package/dist/composables/icons.js +1 -1
- package/dist/composables/icons.js.map +1 -1
- package/dist/composables/theme.js +7 -8
- package/dist/composables/theme.js.map +1 -1
- package/dist/composables/use-rui-i18n.js +1 -1
- package/dist/composables/use-rui-i18n.js.map +1 -1
- package/dist/style.css +2 -2
- package/dist/types/theme.d.ts +7 -7
- package/dist/types/theme.js.map +1 -1
- package/dist/web-types.json +72 -72
- package/package.json +31 -40
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rotki/ui-library",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.11.1",
|
|
4
4
|
"description": "A vue design system and component library for rotki",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -91,63 +91,54 @@
|
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"@babel/core": "7.28.5",
|
|
93
93
|
"@babel/types": "7.28.5",
|
|
94
|
-
"@
|
|
95
|
-
"@
|
|
96
|
-
"@
|
|
97
|
-
"@
|
|
98
|
-
"@
|
|
99
|
-
"@
|
|
100
|
-
"@storybook/addon-links": "10.0.2",
|
|
101
|
-
"@storybook/addon-themes": "10.0.2",
|
|
102
|
-
"@storybook/vue3-vite": "10.0.2",
|
|
103
|
-
"@tsconfig/node22": "22.0.2",
|
|
94
|
+
"@fontsource/roboto": "5.2.9",
|
|
95
|
+
"@storybook/addon-docs": "10.1.11",
|
|
96
|
+
"@storybook/addon-links": "10.1.11",
|
|
97
|
+
"@storybook/addon-themes": "10.1.11",
|
|
98
|
+
"@storybook/vue3-vite": "10.1.11",
|
|
99
|
+
"@tsconfig/node24": "24.0.3",
|
|
104
100
|
"@types/jsdom": "27.0.0",
|
|
105
|
-
"@types/node": "
|
|
101
|
+
"@types/node": "24.10.4",
|
|
106
102
|
"@types/tinycolor2": "1.4.6",
|
|
107
|
-
"@vitejs/plugin-vue": "6.0.
|
|
108
|
-
"@vitest/coverage-v8": "4.0.
|
|
109
|
-
"@vitest/ui": "4.0.
|
|
103
|
+
"@vitejs/plugin-vue": "6.0.3",
|
|
104
|
+
"@vitest/coverage-v8": "4.0.16",
|
|
105
|
+
"@vitest/ui": "4.0.16",
|
|
110
106
|
"@vue/test-utils": "2.4.6",
|
|
111
107
|
"@vue/tsconfig": "0.8.1",
|
|
112
|
-
"@vueuse/core": "14.
|
|
113
|
-
"@vueuse/math": "14.
|
|
114
|
-
"@vueuse/shared": "14.
|
|
108
|
+
"@vueuse/core": "14.1.0",
|
|
109
|
+
"@vueuse/math": "14.1.0",
|
|
110
|
+
"@vueuse/shared": "14.1.0",
|
|
115
111
|
"argparse": "2.0.1",
|
|
116
|
-
"autoprefixer": "10.4.
|
|
112
|
+
"autoprefixer": "10.4.23",
|
|
117
113
|
"babel-loader": "10.0.0",
|
|
118
|
-
"bumpp": "10.3.1",
|
|
119
114
|
"cac": "6.7.14",
|
|
120
115
|
"consola": "3.4.2",
|
|
121
116
|
"css-loader": "7.1.2",
|
|
122
|
-
"eslint": "9.38.0",
|
|
123
|
-
"eslint-plugin-storybook": "10.0.2",
|
|
124
117
|
"fast-glob": "3.3.3",
|
|
125
|
-
"fast-xml-parser": "5.3.
|
|
126
|
-
"fs-extra": "11.3.
|
|
127
|
-
"husky": "9.1.7",
|
|
118
|
+
"fast-xml-parser": "5.3.3",
|
|
119
|
+
"fs-extra": "11.3.3",
|
|
128
120
|
"jsdom": "26.1.0",
|
|
129
|
-
"lint-staged": "16.2.6",
|
|
130
121
|
"lucide": "0.541.0",
|
|
131
|
-
"msw": "2.
|
|
122
|
+
"msw": "2.12.7",
|
|
132
123
|
"postcss": "8.5.6",
|
|
133
|
-
"sass": "1.
|
|
134
|
-
"storybook": "10.
|
|
135
|
-
"tailwindcss": "3.4.
|
|
124
|
+
"sass": "1.97.1",
|
|
125
|
+
"storybook": "10.1.11",
|
|
126
|
+
"tailwindcss": "3.4.19",
|
|
136
127
|
"tsc-alias": "1.8.16",
|
|
137
|
-
"tsx": "4.
|
|
128
|
+
"tsx": "4.21.0",
|
|
138
129
|
"typescript": "5.9.3",
|
|
139
|
-
"unplugin-auto-import": "20.
|
|
140
|
-
"vite": "7.
|
|
141
|
-
"vite-plugin-vue-devtools": "8.0.
|
|
142
|
-
"vitest": "4.0.
|
|
143
|
-
"vue": "3.5.
|
|
144
|
-
"vue-component-meta": "3.1
|
|
130
|
+
"unplugin-auto-import": "20.3.0",
|
|
131
|
+
"vite": "7.3.0",
|
|
132
|
+
"vite-plugin-vue-devtools": "8.0.5",
|
|
133
|
+
"vitest": "4.0.16",
|
|
134
|
+
"vue": "3.5.26",
|
|
135
|
+
"vue-component-meta": "3.2.1",
|
|
145
136
|
"vue-loader": "17.4.2",
|
|
146
|
-
"vue-router": "4.6.
|
|
147
|
-
"vue-tsc": "3.1
|
|
137
|
+
"vue-router": "4.6.4",
|
|
138
|
+
"vue-tsc": "3.2.1"
|
|
148
139
|
},
|
|
149
140
|
"engines": {
|
|
150
|
-
"node": ">=
|
|
141
|
+
"node": ">=24 <25",
|
|
151
142
|
"pnpm": ">=10 <11"
|
|
152
143
|
},
|
|
153
144
|
"scripts": {
|