@rotki/ui-library 1.3.0 → 1.4.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/RuiNavigationDrawer-Boq-RcMw.js +7959 -0
- package/dist/components/accordions/accordion/RuiAccordion.vue.d.ts +26 -19
- package/dist/components/accordions/accordions/RuiAccordions.vue.d.ts +9 -9
- package/dist/components/alerts/RuiAlert.vue.d.ts +23 -19
- package/dist/components/buttons/button/RuiButton.vue.d.ts +8 -10
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.d.ts +7 -9
- package/dist/components/cards/RuiCard.vue.d.ts +26 -21
- package/dist/components/cards/RuiCardHeader.vue.d.ts +22 -17
- package/dist/components/chips/RuiChip.vue.d.ts +22 -17
- package/dist/components/color-picker/RuiColorBoard.vue.d.ts +4 -4
- package/dist/components/color-picker/RuiColorDisplay.vue.d.ts +3 -3
- package/dist/components/color-picker/RuiColorHue.vue.d.ts +3 -3
- package/dist/components/color-picker/RuiColorInput.vue.d.ts +3 -3
- package/dist/components/color-picker/RuiColorPicker.vue.d.ts +9 -9
- package/dist/components/divider/RuiDivider.vue.d.ts +8 -8
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +260 -19
- package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +23 -16
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +7 -9
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +6 -8
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +29 -18
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +7 -9
- package/dist/components/forms/select/RuiSimpleSelect.vue.d.ts +9 -9
- package/dist/components/forms/slider/RuiSlider.vue.d.ts +10 -10
- package/dist/components/forms/switch/RuiSwitch.vue.d.ts +21 -16
- package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +28 -18
- package/dist/components/forms/text-field/RuiTextField.vue.d.ts +29 -19
- package/dist/components/helpers/RuiFormTextDetail.vue.d.ts +8 -8
- package/dist/components/icons/RuiIcon.vue.d.ts +8 -8
- package/dist/components/index.es.js +1 -1
- package/dist/components/loaders/RuiSkeletonBase.vue.d.ts +8 -8
- package/dist/components/loaders/RuiSkeletonLoader.vue.d.ts +8 -8
- package/dist/components/logos/RuiLogo.vue.d.ts +8 -8
- package/dist/components/overlays/badge/RuiBadge.vue.d.ts +23 -18
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +20 -15
- package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +32 -25
- package/dist/components/overlays/menu/RuiMenu.vue.d.ts +41 -33
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +34 -27
- package/dist/components/overlays/notification/RuiNotification.vue.d.ts +21 -16
- package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +28 -20
- package/dist/components/progress/RuiProgress.vue.d.ts +8 -8
- package/dist/components/steppers/RuiFooterStepper.vue.d.ts +9 -9
- package/dist/components/steppers/RuiStepper.vue.d.ts +25 -18
- package/dist/components/steppers/RuiStepperCustomIcon.vue.d.ts +8 -8
- package/dist/components/steppers/RuiStepperIcon.vue.d.ts +8 -8
- package/dist/components/tables/RuiDataTable.vue.d.ts +15 -24
- package/dist/components/tables/RuiExpandButton.vue.d.ts +20 -15
- package/dist/components/tables/RuiTableHead.vue.d.ts +9 -15
- package/dist/components/tables/RuiTablePagination.vue.d.ts +9 -9
- package/dist/components/tabs/tab/RuiTab.vue.d.ts +28 -23
- package/dist/components/tabs/tab-item/RuiTabItem.vue.d.ts +21 -16
- package/dist/components/tabs/tab-items/RuiTabItems.vue.d.ts +6 -8
- package/dist/components/tabs/tabs/RuiTabs.vue.d.ts +9 -9
- package/dist/composables/dropdown-menu.d.ts +2 -2
- package/dist/composables/icons.d.ts +1 -1
- package/dist/composables/popper.d.ts +6 -6
- package/dist/composables/sticky-header.d.ts +3 -3
- package/dist/index.es.js +2 -2
- package/dist/style.css +1 -1
- package/dist/utils/generate-id.d.ts +1 -1
- package/dist/web-types.json +73 -50
- package/package.json +33 -33
- package/dist/RuiNavigationDrawer-DGs1QHIz.js +0 -7951
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.4.0",
|
|
6
6
|
"js-types-syntax": "typescript",
|
|
7
7
|
"description-markup": "markdown",
|
|
8
8
|
"contributions": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"default": "'primary'",
|
|
43
43
|
"value": {
|
|
44
44
|
"kind": "expression",
|
|
45
|
-
"type": "
|
|
45
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
{
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"js": {
|
|
98
98
|
"events": [
|
|
99
99
|
{
|
|
100
|
-
"name": "
|
|
100
|
+
"name": "close",
|
|
101
101
|
"arguments": [
|
|
102
102
|
{
|
|
103
103
|
"name": "argument",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
]
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
|
-
"name": "
|
|
109
|
+
"name": "action",
|
|
110
110
|
"arguments": [
|
|
111
111
|
{
|
|
112
112
|
"name": "argument",
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
"default": "'grey'",
|
|
320
320
|
"value": {
|
|
321
321
|
"kind": "expression",
|
|
322
|
-
"type": "
|
|
322
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | 'grey' | undefined"
|
|
323
323
|
}
|
|
324
324
|
},
|
|
325
325
|
{
|
|
@@ -364,20 +364,20 @@
|
|
|
364
364
|
"js": {
|
|
365
365
|
"events": [
|
|
366
366
|
{
|
|
367
|
-
"name": "click
|
|
367
|
+
"name": "click",
|
|
368
368
|
"arguments": [
|
|
369
369
|
{
|
|
370
370
|
"name": "argument",
|
|
371
|
-
"type": "[]"
|
|
371
|
+
"type": "[e: any]"
|
|
372
372
|
}
|
|
373
373
|
]
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
|
-
"name": "click",
|
|
376
|
+
"name": "click:close",
|
|
377
377
|
"arguments": [
|
|
378
378
|
{
|
|
379
379
|
"name": "argument",
|
|
380
|
-
"type": "[
|
|
380
|
+
"type": "[]"
|
|
381
381
|
}
|
|
382
382
|
]
|
|
383
383
|
}
|
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
"default": "undefined",
|
|
634
634
|
"value": {
|
|
635
635
|
"kind": "expression",
|
|
636
|
-
"type": "
|
|
636
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
637
637
|
}
|
|
638
638
|
},
|
|
639
639
|
{
|
|
@@ -804,7 +804,7 @@
|
|
|
804
804
|
"default": "'inherit'",
|
|
805
805
|
"value": {
|
|
806
806
|
"kind": "expression",
|
|
807
|
-
"type": "
|
|
807
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | 'inherit' | undefined"
|
|
808
808
|
}
|
|
809
809
|
},
|
|
810
810
|
{
|
|
@@ -877,7 +877,7 @@
|
|
|
877
877
|
"default": "'numeric'",
|
|
878
878
|
"value": {
|
|
879
879
|
"kind": "expression",
|
|
880
|
-
"type": "'
|
|
880
|
+
"type": "'progress' | 'numeric' | 'bullet' | 'pill' | undefined"
|
|
881
881
|
}
|
|
882
882
|
},
|
|
883
883
|
{
|
|
@@ -2041,7 +2041,7 @@
|
|
|
2041
2041
|
"default": "undefined",
|
|
2042
2042
|
"value": {
|
|
2043
2043
|
"kind": "expression",
|
|
2044
|
-
"type": "
|
|
2044
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
2045
2045
|
}
|
|
2046
2046
|
},
|
|
2047
2047
|
{
|
|
@@ -2121,7 +2121,7 @@
|
|
|
2121
2121
|
"default": "'button'",
|
|
2122
2122
|
"value": {
|
|
2123
2123
|
"kind": "expression",
|
|
2124
|
-
"type": "'
|
|
2124
|
+
"type": "'submit' | 'button' | undefined"
|
|
2125
2125
|
}
|
|
2126
2126
|
},
|
|
2127
2127
|
{
|
|
@@ -2184,7 +2184,7 @@
|
|
|
2184
2184
|
"default": "undefined",
|
|
2185
2185
|
"value": {
|
|
2186
2186
|
"kind": "expression",
|
|
2187
|
-
"type": "
|
|
2187
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
2188
2188
|
}
|
|
2189
2189
|
},
|
|
2190
2190
|
{
|
|
@@ -2194,7 +2194,7 @@
|
|
|
2194
2194
|
"default": "undefined",
|
|
2195
2195
|
"value": {
|
|
2196
2196
|
"kind": "expression",
|
|
2197
|
-
"type": "
|
|
2197
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
2198
2198
|
}
|
|
2199
2199
|
},
|
|
2200
2200
|
{
|
|
@@ -2798,7 +2798,7 @@
|
|
|
2798
2798
|
"default": "undefined",
|
|
2799
2799
|
"value": {
|
|
2800
2800
|
"kind": "expression",
|
|
2801
|
-
"type": "
|
|
2801
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
2802
2802
|
}
|
|
2803
2803
|
},
|
|
2804
2804
|
{
|
|
@@ -2958,7 +2958,7 @@
|
|
|
2958
2958
|
"default": "undefined",
|
|
2959
2959
|
"value": {
|
|
2960
2960
|
"kind": "expression",
|
|
2961
|
-
"type": "
|
|
2961
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
2962
2962
|
}
|
|
2963
2963
|
},
|
|
2964
2964
|
{
|
|
@@ -2968,7 +2968,7 @@
|
|
|
2968
2968
|
"default": "undefined",
|
|
2969
2969
|
"value": {
|
|
2970
2970
|
"kind": "expression",
|
|
2971
|
-
"type": "
|
|
2971
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
2972
2972
|
}
|
|
2973
2973
|
},
|
|
2974
2974
|
{
|
|
@@ -3070,6 +3070,15 @@
|
|
|
3070
3070
|
"kind": "expression",
|
|
3071
3071
|
"type": "string | undefined"
|
|
3072
3072
|
}
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
3075
|
+
"name": "model-value",
|
|
3076
|
+
"description": "",
|
|
3077
|
+
"required": true,
|
|
3078
|
+
"value": {
|
|
3079
|
+
"kind": "expression",
|
|
3080
|
+
"type": "string"
|
|
3081
|
+
}
|
|
3073
3082
|
}
|
|
3074
3083
|
],
|
|
3075
3084
|
"slots": [
|
|
@@ -3081,7 +3090,21 @@
|
|
|
3081
3090
|
}
|
|
3082
3091
|
],
|
|
3083
3092
|
"js": {
|
|
3084
|
-
"events": [
|
|
3093
|
+
"events": [
|
|
3094
|
+
{
|
|
3095
|
+
"name": "update:modelValue",
|
|
3096
|
+
"arguments": [
|
|
3097
|
+
{
|
|
3098
|
+
"name": "argument",
|
|
3099
|
+
"type": "[modelValue: string]"
|
|
3100
|
+
}
|
|
3101
|
+
]
|
|
3102
|
+
}
|
|
3103
|
+
]
|
|
3104
|
+
},
|
|
3105
|
+
"vue-model": {
|
|
3106
|
+
"prop": "modelValue",
|
|
3107
|
+
"event": "update:modelValue"
|
|
3085
3108
|
}
|
|
3086
3109
|
},
|
|
3087
3110
|
{
|
|
@@ -3569,7 +3592,7 @@
|
|
|
3569
3592
|
"default": "'primary'",
|
|
3570
3593
|
"value": {
|
|
3571
3594
|
"kind": "expression",
|
|
3572
|
-
"type": "
|
|
3595
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
3573
3596
|
}
|
|
3574
3597
|
},
|
|
3575
3598
|
{
|
|
@@ -3782,7 +3805,7 @@
|
|
|
3782
3805
|
"default": "undefined",
|
|
3783
3806
|
"value": {
|
|
3784
3807
|
"kind": "expression",
|
|
3785
|
-
"type": "
|
|
3808
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
3786
3809
|
}
|
|
3787
3810
|
},
|
|
3788
3811
|
{
|
|
@@ -3923,7 +3946,7 @@
|
|
|
3923
3946
|
"default": "undefined",
|
|
3924
3947
|
"value": {
|
|
3925
3948
|
"kind": "expression",
|
|
3926
|
-
"type": "
|
|
3949
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
3927
3950
|
}
|
|
3928
3951
|
},
|
|
3929
3952
|
{
|
|
@@ -3933,7 +3956,7 @@
|
|
|
3933
3956
|
"default": "undefined",
|
|
3934
3957
|
"value": {
|
|
3935
3958
|
"kind": "expression",
|
|
3936
|
-
"type": "
|
|
3959
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
3937
3960
|
}
|
|
3938
3961
|
},
|
|
3939
3962
|
{
|
|
@@ -4175,7 +4198,7 @@
|
|
|
4175
4198
|
"default": "undefined",
|
|
4176
4199
|
"value": {
|
|
4177
4200
|
"kind": "expression",
|
|
4178
|
-
"type": "
|
|
4201
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
4179
4202
|
}
|
|
4180
4203
|
},
|
|
4181
4204
|
{
|
|
@@ -4185,7 +4208,7 @@
|
|
|
4185
4208
|
"default": "undefined",
|
|
4186
4209
|
"value": {
|
|
4187
4210
|
"kind": "expression",
|
|
4188
|
-
"type": "
|
|
4211
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
4189
4212
|
}
|
|
4190
4213
|
},
|
|
4191
4214
|
{
|
|
@@ -4309,34 +4332,34 @@
|
|
|
4309
4332
|
"js": {
|
|
4310
4333
|
"events": [
|
|
4311
4334
|
{
|
|
4312
|
-
"name": "
|
|
4335
|
+
"name": "blur",
|
|
4313
4336
|
"arguments": [
|
|
4314
4337
|
{
|
|
4315
4338
|
"name": "argument",
|
|
4316
|
-
"type": "[
|
|
4339
|
+
"type": "[event: Event]"
|
|
4317
4340
|
}
|
|
4318
4341
|
]
|
|
4319
4342
|
},
|
|
4320
4343
|
{
|
|
4321
|
-
"name": "
|
|
4344
|
+
"name": "update:modelValue",
|
|
4322
4345
|
"arguments": [
|
|
4323
4346
|
{
|
|
4324
4347
|
"name": "argument",
|
|
4325
|
-
"type": "[]"
|
|
4348
|
+
"type": "[modelValue: string]"
|
|
4326
4349
|
}
|
|
4327
4350
|
]
|
|
4328
4351
|
},
|
|
4329
4352
|
{
|
|
4330
|
-
"name": "
|
|
4353
|
+
"name": "clear",
|
|
4331
4354
|
"arguments": [
|
|
4332
4355
|
{
|
|
4333
4356
|
"name": "argument",
|
|
4334
|
-
"type": "[
|
|
4357
|
+
"type": "[]"
|
|
4335
4358
|
}
|
|
4336
4359
|
]
|
|
4337
4360
|
},
|
|
4338
4361
|
{
|
|
4339
|
-
"name": "
|
|
4362
|
+
"name": "focus-input",
|
|
4340
4363
|
"arguments": [
|
|
4341
4364
|
{
|
|
4342
4365
|
"name": "argument",
|
|
@@ -4404,7 +4427,7 @@
|
|
|
4404
4427
|
"default": "'primary'",
|
|
4405
4428
|
"value": {
|
|
4406
4429
|
"kind": "expression",
|
|
4407
|
-
"type": "'default' |
|
|
4430
|
+
"type": "'default' | 'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
4408
4431
|
}
|
|
4409
4432
|
},
|
|
4410
4433
|
{
|
|
@@ -4879,7 +4902,7 @@
|
|
|
4879
4902
|
"vue-properties": [
|
|
4880
4903
|
{
|
|
4881
4904
|
"name": "width",
|
|
4882
|
-
"type": "
|
|
4905
|
+
"type": "number"
|
|
4883
4906
|
}
|
|
4884
4907
|
]
|
|
4885
4908
|
}
|
|
@@ -5061,7 +5084,7 @@
|
|
|
5061
5084
|
"default": "undefined",
|
|
5062
5085
|
"value": {
|
|
5063
5086
|
"kind": "expression",
|
|
5064
|
-
"type": "'
|
|
5087
|
+
"type": "'dark' | 'light' | undefined"
|
|
5065
5088
|
}
|
|
5066
5089
|
},
|
|
5067
5090
|
{
|
|
@@ -5219,16 +5242,6 @@
|
|
|
5219
5242
|
"symbol": "RuiTab"
|
|
5220
5243
|
},
|
|
5221
5244
|
"attributes": [
|
|
5222
|
-
{
|
|
5223
|
-
"name": "link",
|
|
5224
|
-
"description": "",
|
|
5225
|
-
"required": false,
|
|
5226
|
-
"default": "false",
|
|
5227
|
-
"value": {
|
|
5228
|
-
"kind": "expression",
|
|
5229
|
-
"type": "boolean | undefined"
|
|
5230
|
-
}
|
|
5231
|
-
},
|
|
5232
5245
|
{
|
|
5233
5246
|
"name": "disabled",
|
|
5234
5247
|
"description": "",
|
|
@@ -5246,7 +5259,7 @@
|
|
|
5246
5259
|
"default": "undefined",
|
|
5247
5260
|
"value": {
|
|
5248
5261
|
"kind": "expression",
|
|
5249
|
-
"type": "
|
|
5262
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
5250
5263
|
}
|
|
5251
5264
|
},
|
|
5252
5265
|
{
|
|
@@ -5279,6 +5292,16 @@
|
|
|
5279
5292
|
"type": "boolean | undefined"
|
|
5280
5293
|
}
|
|
5281
5294
|
},
|
|
5295
|
+
{
|
|
5296
|
+
"name": "link",
|
|
5297
|
+
"description": "",
|
|
5298
|
+
"required": false,
|
|
5299
|
+
"default": "false",
|
|
5300
|
+
"value": {
|
|
5301
|
+
"kind": "expression",
|
|
5302
|
+
"type": "boolean | undefined"
|
|
5303
|
+
}
|
|
5304
|
+
},
|
|
5282
5305
|
{
|
|
5283
5306
|
"name": "align",
|
|
5284
5307
|
"description": "",
|
|
@@ -5492,7 +5515,7 @@
|
|
|
5492
5515
|
"default": "undefined",
|
|
5493
5516
|
"value": {
|
|
5494
5517
|
"kind": "expression",
|
|
5495
|
-
"type": "
|
|
5518
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
5496
5519
|
}
|
|
5497
5520
|
},
|
|
5498
5521
|
{
|
|
@@ -5597,7 +5620,7 @@
|
|
|
5597
5620
|
"default": "undefined",
|
|
5598
5621
|
"value": {
|
|
5599
5622
|
"kind": "expression",
|
|
5600
|
-
"type": "
|
|
5623
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
5601
5624
|
}
|
|
5602
5625
|
},
|
|
5603
5626
|
{
|
|
@@ -5777,7 +5800,7 @@
|
|
|
5777
5800
|
"default": "undefined",
|
|
5778
5801
|
"value": {
|
|
5779
5802
|
"kind": "expression",
|
|
5780
|
-
"type": "
|
|
5803
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
5781
5804
|
}
|
|
5782
5805
|
},
|
|
5783
5806
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rotki/ui-library",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "A vue design system and component library for rotki",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -63,34 +63,34 @@
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
|
-
"@vueuse/core": ">
|
|
67
|
-
"@vueuse/shared": ">
|
|
68
|
-
"vue": ">=3.
|
|
66
|
+
"@vueuse/core": ">11.0.0",
|
|
67
|
+
"@vueuse/shared": ">11.0.0",
|
|
68
|
+
"vue": ">=3.5.0"
|
|
69
69
|
},
|
|
70
70
|
"web-types": "dist/web-types.json",
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@babel/core": "7.25.
|
|
73
|
-
"@babel/types": "7.25.
|
|
72
|
+
"@babel/core": "7.25.7",
|
|
73
|
+
"@babel/types": "7.25.7",
|
|
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.1
|
|
79
|
-
"@storybook/addon-docs": "8.3.
|
|
80
|
-
"@storybook/addon-essentials": "8.3.
|
|
81
|
-
"@storybook/addon-interactions": "8.3.
|
|
82
|
-
"@storybook/addon-links": "8.3.
|
|
83
|
-
"@storybook/addon-themes": "8.3.
|
|
84
|
-
"@storybook/blocks": "8.3.
|
|
85
|
-
"@storybook/preview-api": "8.3.
|
|
86
|
-
"@storybook/test": "8.3.
|
|
87
|
-
"@storybook/vue3": "8.3.
|
|
88
|
-
"@storybook/vue3-vite": "8.3.
|
|
89
|
-
"@types/node": "20.16.
|
|
78
|
+
"@rotki/eslint-config": "3.2.1",
|
|
79
|
+
"@storybook/addon-docs": "8.3.5",
|
|
80
|
+
"@storybook/addon-essentials": "8.3.5",
|
|
81
|
+
"@storybook/addon-interactions": "8.3.5",
|
|
82
|
+
"@storybook/addon-links": "8.3.5",
|
|
83
|
+
"@storybook/addon-themes": "8.3.5",
|
|
84
|
+
"@storybook/blocks": "8.3.5",
|
|
85
|
+
"@storybook/preview-api": "8.3.5",
|
|
86
|
+
"@storybook/test": "8.3.5",
|
|
87
|
+
"@storybook/vue3": "8.3.5",
|
|
88
|
+
"@storybook/vue3-vite": "8.3.5",
|
|
89
|
+
"@types/node": "20.16.11",
|
|
90
90
|
"@types/tinycolor2": "1.4.6",
|
|
91
91
|
"@vitejs/plugin-vue": "5.1.4",
|
|
92
|
-
"@vitest/coverage-v8": "2.1.
|
|
93
|
-
"@vitest/ui": "2.1.
|
|
92
|
+
"@vitest/coverage-v8": "2.1.2",
|
|
93
|
+
"@vitest/ui": "2.1.2",
|
|
94
94
|
"@vue/test-utils": "2.4.6",
|
|
95
95
|
"@vue/tsconfig": "0.5.1",
|
|
96
96
|
"@vueuse/core": "11.1.0",
|
|
@@ -99,12 +99,12 @@
|
|
|
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.6.1",
|
|
103
103
|
"consola": "3.2.3",
|
|
104
104
|
"css-loader": "7.1.2",
|
|
105
|
-
"eslint": "9.
|
|
105
|
+
"eslint": "9.12.0",
|
|
106
106
|
"eslint-plugin-cypress": "3.5.0",
|
|
107
|
-
"eslint-plugin-storybook": "0.
|
|
107
|
+
"eslint-plugin-storybook": "0.9.0",
|
|
108
108
|
"fast-glob": "3.3.2",
|
|
109
109
|
"fast-xml-parser": "4.5.0",
|
|
110
110
|
"fs-extra": "11.2.0",
|
|
@@ -113,22 +113,22 @@
|
|
|
113
113
|
"lint-staged": "15.2.10",
|
|
114
114
|
"postcss": "8.4.47",
|
|
115
115
|
"remixicon": "4.3.0",
|
|
116
|
-
"sass": "1.79.
|
|
116
|
+
"sass": "1.79.4",
|
|
117
117
|
"scule": "1.3.0",
|
|
118
|
-
"storybook": "8.3.
|
|
119
|
-
"tailwindcss": "3.4.
|
|
118
|
+
"storybook": "8.3.5",
|
|
119
|
+
"tailwindcss": "3.4.13",
|
|
120
120
|
"tinycolor2": "1.6.0",
|
|
121
121
|
"tsc-alias": "1.8.10",
|
|
122
122
|
"tsx": "4.19.1",
|
|
123
|
-
"typescript": "5.
|
|
123
|
+
"typescript": "5.6.2",
|
|
124
124
|
"unplugin-auto-import": "0.18.3",
|
|
125
|
-
"vite": "5.4.
|
|
126
|
-
"vitest": "2.1.
|
|
127
|
-
"vue": "3.
|
|
128
|
-
"vue-component-meta": "2.
|
|
125
|
+
"vite": "5.4.8",
|
|
126
|
+
"vitest": "2.1.2",
|
|
127
|
+
"vue": "3.5.11",
|
|
128
|
+
"vue-component-meta": "2.1.6",
|
|
129
129
|
"vue-loader": "17.4.2",
|
|
130
|
-
"vue-router": "4.4.
|
|
131
|
-
"vue-tsc": "2.
|
|
130
|
+
"vue-router": "4.4.5",
|
|
131
|
+
"vue-tsc": "2.1.6"
|
|
132
132
|
},
|
|
133
133
|
"engines": {
|
|
134
134
|
"node": ">=20 <21",
|