@rotki/ui-library 1.6.0 → 1.7.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/README.md +1 -1
- package/dist/components/accordions/accordion/RuiAccordion.vue.d.ts +2 -1
- package/dist/components/alerts/RuiAlert.vue.d.ts +2 -1
- package/dist/components/buttons/button/RuiButton.vue.d.ts +1 -1
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.d.ts +1 -1
- package/dist/components/cards/RuiCard.vue.d.ts +4 -1
- package/dist/components/cards/RuiCardHeader.vue.d.ts +2 -1
- package/dist/components/chips/RuiChip.vue.d.ts +2 -1
- package/dist/components/color-picker/RuiColorBoard.vue.d.ts +4 -5
- package/dist/components/color-picker/RuiColorDisplay.vue.d.ts +3 -4
- package/dist/components/color-picker/RuiColorHue.vue.d.ts +2 -2
- package/dist/components/color-picker/RuiColorInput.vue.d.ts +2 -2
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +4 -7
- package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +2 -1
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +3 -5
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +3 -5
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +6 -5
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +3 -5
- package/dist/components/forms/switch/RuiSwitch.vue.d.ts +2 -1
- package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +6 -5
- package/dist/components/forms/text-field/RuiTextField.vue.d.ts +6 -5
- package/dist/components/helpers/RuiFormTextDetail.vue.d.ts +3 -6
- package/dist/components/icons/RuiIcon.vue.d.ts +1 -1
- package/dist/components/index.es.js +1440 -1433
- package/dist/components/loaders/RuiSkeletonBase.vue.d.ts +1 -1
- package/dist/components/logos/RuiLogo.vue.d.ts +1 -1
- package/dist/components/overlays/badge/RuiBadge.vue.d.ts +3 -2
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +2 -1
- package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +6 -1
- package/dist/components/overlays/menu/RuiMenu.vue.d.ts +3 -2
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +2 -1
- package/dist/components/overlays/notification/RuiNotification.vue.d.ts +2 -1
- package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +3 -2
- package/dist/components/progress/RuiProgress.vue.d.ts +1 -1
- package/dist/components/steppers/RuiFooterStepper.vue.d.ts +1 -1
- package/dist/components/steppers/RuiStepper.vue.d.ts +3 -2
- package/dist/components/steppers/RuiStepperCustomIcon.vue.d.ts +4 -6
- package/dist/components/steppers/RuiStepperIcon.vue.d.ts +4 -6
- package/dist/components/tables/RuiDataTable.vue.d.ts +1 -1
- package/dist/components/tables/RuiExpandButton.vue.d.ts +2 -1
- package/dist/components/tables/RuiTableHead.vue.d.ts +1 -1
- package/dist/components/tables/RuiTablePagination.vue.d.ts +1 -1
- package/dist/components/tabs/tab/RuiTab.vue.d.ts +2 -1
- package/dist/components/tabs/tab-item/RuiTabItem.vue.d.ts +3 -2
- package/dist/components/tabs/tab-items/RuiTabItems.vue.d.ts +3 -5
- package/dist/components/tabs/tabs/RuiTabs.vue.d.ts +1 -1
- package/dist/composables/{index--ZwAZVMb.js → index-Q1RSg-Av.js} +2 -2
- package/dist/composables/index.es.js +1 -1
- package/dist/icons/icons_1.d.ts +32 -32
- package/dist/icons/icons_1.es.js +1089 -1089
- package/dist/icons/icons_2.d.ts +44 -44
- package/dist/icons/icons_2.es.js +1092 -1092
- package/dist/icons/icons_3.d.ts +54 -54
- package/dist/icons/icons_3.es.js +1072 -1072
- package/dist/icons/icons_4.d.ts +68 -68
- package/dist/icons/icons_4.es.js +1137 -1137
- package/dist/icons/icons_5.d.ts +118 -118
- package/dist/icons/icons_5.es.js +1239 -1239
- package/dist/icons/icons_6.d.ts +126 -20
- package/dist/icons/icons_6.es.js +1251 -827
- package/dist/icons/icons_7.d.ts +21 -0
- package/dist/icons/icons_7.es.js +83 -0
- package/dist/icons/index.d.ts +2 -1
- package/dist/icons/index.es.js +3001 -2874
- package/dist/index.es.js +3010 -2883
- package/dist/style.css +1 -1
- package/dist/web-types.json +118 -11
- package/package.json +39 -39
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@rotki/ui-library",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.7.1",
|
|
6
6
|
"js-types-syntax": "typescript",
|
|
7
7
|
"description-markup": "markdown",
|
|
8
8
|
"contributions": {
|
|
@@ -183,6 +183,16 @@
|
|
|
183
183
|
"kind": "expression",
|
|
184
184
|
"type": "boolean | undefined"
|
|
185
185
|
}
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "content-class",
|
|
189
|
+
"description": "",
|
|
190
|
+
"required": false,
|
|
191
|
+
"default": "''",
|
|
192
|
+
"value": {
|
|
193
|
+
"kind": "expression",
|
|
194
|
+
"type": "string | undefined"
|
|
195
|
+
}
|
|
186
196
|
}
|
|
187
197
|
],
|
|
188
198
|
"slots": [
|
|
@@ -463,7 +473,7 @@
|
|
|
463
473
|
"arguments": [
|
|
464
474
|
{
|
|
465
475
|
"name": "argument",
|
|
466
|
-
"type": "[
|
|
476
|
+
"type": "[value: number]"
|
|
467
477
|
}
|
|
468
478
|
]
|
|
469
479
|
}
|
|
@@ -499,7 +509,7 @@
|
|
|
499
509
|
"arguments": [
|
|
500
510
|
{
|
|
501
511
|
"name": "argument",
|
|
502
|
-
"type": "[
|
|
512
|
+
"type": "[value: Color]"
|
|
503
513
|
}
|
|
504
514
|
]
|
|
505
515
|
}
|
|
@@ -2738,7 +2748,30 @@
|
|
|
2738
2748
|
}
|
|
2739
2749
|
],
|
|
2740
2750
|
"js": {
|
|
2741
|
-
"events": [
|
|
2751
|
+
"events": [
|
|
2752
|
+
{
|
|
2753
|
+
"name": "update:modelValue",
|
|
2754
|
+
"arguments": [
|
|
2755
|
+
{
|
|
2756
|
+
"name": "argument",
|
|
2757
|
+
"type": "[value: unknown]"
|
|
2758
|
+
}
|
|
2759
|
+
]
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"name": "update:searchInput",
|
|
2763
|
+
"arguments": [
|
|
2764
|
+
{
|
|
2765
|
+
"name": "argument",
|
|
2766
|
+
"type": "[value: string]"
|
|
2767
|
+
}
|
|
2768
|
+
]
|
|
2769
|
+
}
|
|
2770
|
+
]
|
|
2771
|
+
},
|
|
2772
|
+
"vue-model": {
|
|
2773
|
+
"prop": "modelValue",
|
|
2774
|
+
"event": "update:modelValue"
|
|
2742
2775
|
}
|
|
2743
2776
|
},
|
|
2744
2777
|
{
|
|
@@ -3073,7 +3106,7 @@
|
|
|
3073
3106
|
"arguments": [
|
|
3074
3107
|
{
|
|
3075
3108
|
"name": "argument",
|
|
3076
|
-
"type": "[
|
|
3109
|
+
"type": "[value: string]"
|
|
3077
3110
|
}
|
|
3078
3111
|
]
|
|
3079
3112
|
}
|
|
@@ -3457,7 +3490,21 @@
|
|
|
3457
3490
|
}
|
|
3458
3491
|
],
|
|
3459
3492
|
"js": {
|
|
3460
|
-
"events": [
|
|
3493
|
+
"events": [
|
|
3494
|
+
{
|
|
3495
|
+
"name": "update:modelValue",
|
|
3496
|
+
"arguments": [
|
|
3497
|
+
{
|
|
3498
|
+
"name": "argument",
|
|
3499
|
+
"type": "[value: unknown]"
|
|
3500
|
+
}
|
|
3501
|
+
]
|
|
3502
|
+
}
|
|
3503
|
+
]
|
|
3504
|
+
},
|
|
3505
|
+
"vue-model": {
|
|
3506
|
+
"prop": "modelValue",
|
|
3507
|
+
"event": "update:modelValue"
|
|
3461
3508
|
}
|
|
3462
3509
|
},
|
|
3463
3510
|
{
|
|
@@ -4087,7 +4134,7 @@
|
|
|
4087
4134
|
"arguments": [
|
|
4088
4135
|
{
|
|
4089
4136
|
"name": "argument",
|
|
4090
|
-
"type": "[
|
|
4137
|
+
"type": "[value: string]"
|
|
4091
4138
|
}
|
|
4092
4139
|
]
|
|
4093
4140
|
},
|
|
@@ -4308,7 +4355,7 @@
|
|
|
4308
4355
|
"arguments": [
|
|
4309
4356
|
{
|
|
4310
4357
|
"name": "argument",
|
|
4311
|
-
"type": "[
|
|
4358
|
+
"type": "[value: string]"
|
|
4312
4359
|
}
|
|
4313
4360
|
]
|
|
4314
4361
|
},
|
|
@@ -4654,6 +4701,24 @@
|
|
|
4654
4701
|
"type": "[]"
|
|
4655
4702
|
}
|
|
4656
4703
|
]
|
|
4704
|
+
},
|
|
4705
|
+
{
|
|
4706
|
+
"name": "click:outside",
|
|
4707
|
+
"arguments": [
|
|
4708
|
+
{
|
|
4709
|
+
"name": "argument",
|
|
4710
|
+
"type": "[]"
|
|
4711
|
+
}
|
|
4712
|
+
]
|
|
4713
|
+
},
|
|
4714
|
+
{
|
|
4715
|
+
"name": "click:esc",
|
|
4716
|
+
"arguments": [
|
|
4717
|
+
{
|
|
4718
|
+
"name": "argument",
|
|
4719
|
+
"type": "[]"
|
|
4720
|
+
}
|
|
4721
|
+
]
|
|
4657
4722
|
}
|
|
4658
4723
|
]
|
|
4659
4724
|
}
|
|
@@ -5447,7 +5512,21 @@
|
|
|
5447
5512
|
],
|
|
5448
5513
|
"slots": [],
|
|
5449
5514
|
"js": {
|
|
5450
|
-
"events": [
|
|
5515
|
+
"events": [
|
|
5516
|
+
{
|
|
5517
|
+
"name": "update:modelValue",
|
|
5518
|
+
"arguments": [
|
|
5519
|
+
{
|
|
5520
|
+
"name": "argument",
|
|
5521
|
+
"type": "[value: string | number | undefined]"
|
|
5522
|
+
}
|
|
5523
|
+
]
|
|
5524
|
+
}
|
|
5525
|
+
]
|
|
5526
|
+
},
|
|
5527
|
+
"vue-model": {
|
|
5528
|
+
"prop": "modelValue",
|
|
5529
|
+
"event": "update:modelValue"
|
|
5451
5530
|
}
|
|
5452
5531
|
},
|
|
5453
5532
|
{
|
|
@@ -5659,7 +5738,21 @@
|
|
|
5659
5738
|
}
|
|
5660
5739
|
],
|
|
5661
5740
|
"js": {
|
|
5662
|
-
"events": [
|
|
5741
|
+
"events": [
|
|
5742
|
+
{
|
|
5743
|
+
"name": "update:modelValue",
|
|
5744
|
+
"arguments": [
|
|
5745
|
+
{
|
|
5746
|
+
"name": "argument",
|
|
5747
|
+
"type": "[value: unknown]"
|
|
5748
|
+
}
|
|
5749
|
+
]
|
|
5750
|
+
}
|
|
5751
|
+
]
|
|
5752
|
+
},
|
|
5753
|
+
"vue-model": {
|
|
5754
|
+
"prop": "modelValue",
|
|
5755
|
+
"event": "update:modelValue"
|
|
5663
5756
|
}
|
|
5664
5757
|
},
|
|
5665
5758
|
{
|
|
@@ -5771,7 +5864,21 @@
|
|
|
5771
5864
|
],
|
|
5772
5865
|
"slots": [],
|
|
5773
5866
|
"js": {
|
|
5774
|
-
"events": [
|
|
5867
|
+
"events": [
|
|
5868
|
+
{
|
|
5869
|
+
"name": "update:modelValue",
|
|
5870
|
+
"arguments": [
|
|
5871
|
+
{
|
|
5872
|
+
"name": "argument",
|
|
5873
|
+
"type": "[value: unknown]"
|
|
5874
|
+
}
|
|
5875
|
+
]
|
|
5876
|
+
}
|
|
5877
|
+
]
|
|
5878
|
+
},
|
|
5879
|
+
"vue-model": {
|
|
5880
|
+
"prop": "modelValue",
|
|
5881
|
+
"event": "update:modelValue"
|
|
5775
5882
|
}
|
|
5776
5883
|
}
|
|
5777
5884
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rotki/ui-library",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"description": "A vue design system and component library for rotki",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -69,66 +69,66 @@
|
|
|
69
69
|
},
|
|
70
70
|
"web-types": "dist/web-types.json",
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@babel/core": "7.
|
|
73
|
-
"@babel/types": "7.
|
|
72
|
+
"@babel/core": "7.26.0",
|
|
73
|
+
"@babel/types": "7.26.0",
|
|
74
74
|
"@commitlint/cli": "19.5.0",
|
|
75
75
|
"@commitlint/config-conventional": "19.5.0",
|
|
76
76
|
"@fontsource/roboto": "5.1.0",
|
|
77
77
|
"@popperjs/core": "2.11.8",
|
|
78
|
-
"@rotki/eslint-config": "3.
|
|
79
|
-
"@storybook/addon-docs": "8.
|
|
80
|
-
"@storybook/addon-essentials": "8.
|
|
81
|
-
"@storybook/addon-interactions": "8.
|
|
82
|
-
"@storybook/addon-links": "8.
|
|
83
|
-
"@storybook/addon-themes": "8.
|
|
84
|
-
"@storybook/blocks": "8.
|
|
85
|
-
"@storybook/preview-api": "8.
|
|
86
|
-
"@storybook/test": "8.
|
|
87
|
-
"@storybook/vue3": "8.
|
|
88
|
-
"@storybook/vue3-vite": "8.
|
|
89
|
-
"@types/node": "20.
|
|
78
|
+
"@rotki/eslint-config": "3.5.0",
|
|
79
|
+
"@storybook/addon-docs": "8.4.4",
|
|
80
|
+
"@storybook/addon-essentials": "8.4.4",
|
|
81
|
+
"@storybook/addon-interactions": "8.4.4",
|
|
82
|
+
"@storybook/addon-links": "8.4.4",
|
|
83
|
+
"@storybook/addon-themes": "8.4.4",
|
|
84
|
+
"@storybook/blocks": "8.4.4",
|
|
85
|
+
"@storybook/preview-api": "8.4.4",
|
|
86
|
+
"@storybook/test": "8.4.4",
|
|
87
|
+
"@storybook/vue3": "8.4.4",
|
|
88
|
+
"@storybook/vue3-vite": "8.4.4",
|
|
89
|
+
"@types/node": "20.17.6",
|
|
90
90
|
"@types/tinycolor2": "1.4.6",
|
|
91
|
-
"@vitejs/plugin-vue": "5.
|
|
92
|
-
"@vitest/coverage-v8": "2.1.
|
|
93
|
-
"@vitest/ui": "2.1.
|
|
91
|
+
"@vitejs/plugin-vue": "5.2.0",
|
|
92
|
+
"@vitest/coverage-v8": "2.1.5",
|
|
93
|
+
"@vitest/ui": "2.1.5",
|
|
94
94
|
"@vue/test-utils": "2.4.6",
|
|
95
|
-
"@vue/tsconfig": "0.
|
|
96
|
-
"@vueuse/core": "11.
|
|
97
|
-
"@vueuse/math": "11.
|
|
98
|
-
"@vueuse/shared": "11.
|
|
95
|
+
"@vue/tsconfig": "0.6.0",
|
|
96
|
+
"@vueuse/core": "11.2.0",
|
|
97
|
+
"@vueuse/math": "11.2.0",
|
|
98
|
+
"@vueuse/shared": "11.2.0",
|
|
99
99
|
"argparse": "2.0.1",
|
|
100
100
|
"autoprefixer": "10.4.20",
|
|
101
101
|
"babel-loader": "9.2.1",
|
|
102
|
-
"bumpp": "9.
|
|
102
|
+
"bumpp": "9.8.1",
|
|
103
103
|
"consola": "3.2.3",
|
|
104
104
|
"css-loader": "7.1.2",
|
|
105
|
-
"eslint": "9.
|
|
106
|
-
"eslint-plugin-cypress": "4.
|
|
107
|
-
"eslint-plugin-storybook": "0.
|
|
105
|
+
"eslint": "9.15.0",
|
|
106
|
+
"eslint-plugin-cypress": "4.1.0",
|
|
107
|
+
"eslint-plugin-storybook": "0.11.1",
|
|
108
108
|
"fast-glob": "3.3.2",
|
|
109
109
|
"fast-xml-parser": "4.5.0",
|
|
110
110
|
"fs-extra": "11.2.0",
|
|
111
|
-
"husky": "9.1.
|
|
111
|
+
"husky": "9.1.7",
|
|
112
112
|
"jsdom": "25.0.1",
|
|
113
113
|
"lint-staged": "15.2.10",
|
|
114
|
-
"postcss": "8.4.
|
|
115
|
-
"remixicon": "4.
|
|
116
|
-
"sass": "1.
|
|
114
|
+
"postcss": "8.4.49",
|
|
115
|
+
"remixicon": "4.5.0",
|
|
116
|
+
"sass": "1.81.0",
|
|
117
117
|
"scule": "1.3.0",
|
|
118
|
-
"storybook": "8.
|
|
119
|
-
"tailwindcss": "3.4.
|
|
118
|
+
"storybook": "8.4.4",
|
|
119
|
+
"tailwindcss": "3.4.15",
|
|
120
120
|
"tinycolor2": "1.6.0",
|
|
121
121
|
"tsc-alias": "1.8.10",
|
|
122
|
-
"tsx": "4.19.
|
|
122
|
+
"tsx": "4.19.2",
|
|
123
123
|
"typescript": "5.6.3",
|
|
124
|
-
"unplugin-auto-import": "0.18.
|
|
125
|
-
"vite": "5.4.
|
|
126
|
-
"vitest": "2.1.
|
|
127
|
-
"vue": "3.5.
|
|
128
|
-
"vue-component-meta": "2.1.
|
|
124
|
+
"unplugin-auto-import": "0.18.5",
|
|
125
|
+
"vite": "5.4.11",
|
|
126
|
+
"vitest": "2.1.5",
|
|
127
|
+
"vue": "3.5.13",
|
|
128
|
+
"vue-component-meta": "2.1.10",
|
|
129
129
|
"vue-loader": "17.4.2",
|
|
130
130
|
"vue-router": "4.4.5",
|
|
131
|
-
"vue-tsc": "2.1.
|
|
131
|
+
"vue-tsc": "2.1.10"
|
|
132
132
|
},
|
|
133
133
|
"engines": {
|
|
134
134
|
"node": ">=20 <21",
|