@rotki/ui-library 1.2.8 → 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 +20 -25
- 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 +84 -51
- package/package.json +33 -33
- package/dist/RuiNavigationDrawer-BILenGNB.js +0 -7948
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
|
{
|
|
@@ -1284,9 +1284,19 @@
|
|
|
1284
1284
|
"type": "{ label?: string | undefined; description?: string | undefined; } | undefined"
|
|
1285
1285
|
}
|
|
1286
1286
|
},
|
|
1287
|
+
{
|
|
1288
|
+
"name": "hide-default-header",
|
|
1289
|
+
"description": "should hide the header navigation",
|
|
1290
|
+
"required": false,
|
|
1291
|
+
"default": "false",
|
|
1292
|
+
"value": {
|
|
1293
|
+
"kind": "expression",
|
|
1294
|
+
"type": "boolean | undefined"
|
|
1295
|
+
}
|
|
1296
|
+
},
|
|
1287
1297
|
{
|
|
1288
1298
|
"name": "hide-default-footer",
|
|
1289
|
-
"description": "should hide the footer",
|
|
1299
|
+
"description": "should hide the footer navigation",
|
|
1290
1300
|
"required": false,
|
|
1291
1301
|
"default": "false",
|
|
1292
1302
|
"value": {
|
|
@@ -2031,7 +2041,7 @@
|
|
|
2031
2041
|
"default": "undefined",
|
|
2032
2042
|
"value": {
|
|
2033
2043
|
"kind": "expression",
|
|
2034
|
-
"type": "
|
|
2044
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
2035
2045
|
}
|
|
2036
2046
|
},
|
|
2037
2047
|
{
|
|
@@ -2111,7 +2121,7 @@
|
|
|
2111
2121
|
"default": "'button'",
|
|
2112
2122
|
"value": {
|
|
2113
2123
|
"kind": "expression",
|
|
2114
|
-
"type": "'
|
|
2124
|
+
"type": "'submit' | 'button' | undefined"
|
|
2115
2125
|
}
|
|
2116
2126
|
},
|
|
2117
2127
|
{
|
|
@@ -2174,7 +2184,7 @@
|
|
|
2174
2184
|
"default": "undefined",
|
|
2175
2185
|
"value": {
|
|
2176
2186
|
"kind": "expression",
|
|
2177
|
-
"type": "
|
|
2187
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
2178
2188
|
}
|
|
2179
2189
|
},
|
|
2180
2190
|
{
|
|
@@ -2184,7 +2194,7 @@
|
|
|
2184
2194
|
"default": "undefined",
|
|
2185
2195
|
"value": {
|
|
2186
2196
|
"kind": "expression",
|
|
2187
|
-
"type": "
|
|
2197
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
2188
2198
|
}
|
|
2189
2199
|
},
|
|
2190
2200
|
{
|
|
@@ -2788,7 +2798,7 @@
|
|
|
2788
2798
|
"default": "undefined",
|
|
2789
2799
|
"value": {
|
|
2790
2800
|
"kind": "expression",
|
|
2791
|
-
"type": "
|
|
2801
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
2792
2802
|
}
|
|
2793
2803
|
},
|
|
2794
2804
|
{
|
|
@@ -2948,7 +2958,7 @@
|
|
|
2948
2958
|
"default": "undefined",
|
|
2949
2959
|
"value": {
|
|
2950
2960
|
"kind": "expression",
|
|
2951
|
-
"type": "
|
|
2961
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
2952
2962
|
}
|
|
2953
2963
|
},
|
|
2954
2964
|
{
|
|
@@ -2958,7 +2968,7 @@
|
|
|
2958
2968
|
"default": "undefined",
|
|
2959
2969
|
"value": {
|
|
2960
2970
|
"kind": "expression",
|
|
2961
|
-
"type": "
|
|
2971
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
2962
2972
|
}
|
|
2963
2973
|
},
|
|
2964
2974
|
{
|
|
@@ -3060,6 +3070,15 @@
|
|
|
3060
3070
|
"kind": "expression",
|
|
3061
3071
|
"type": "string | undefined"
|
|
3062
3072
|
}
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
3075
|
+
"name": "model-value",
|
|
3076
|
+
"description": "",
|
|
3077
|
+
"required": true,
|
|
3078
|
+
"value": {
|
|
3079
|
+
"kind": "expression",
|
|
3080
|
+
"type": "string"
|
|
3081
|
+
}
|
|
3063
3082
|
}
|
|
3064
3083
|
],
|
|
3065
3084
|
"slots": [
|
|
@@ -3071,7 +3090,21 @@
|
|
|
3071
3090
|
}
|
|
3072
3091
|
],
|
|
3073
3092
|
"js": {
|
|
3074
|
-
"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"
|
|
3075
3108
|
}
|
|
3076
3109
|
},
|
|
3077
3110
|
{
|
|
@@ -3559,7 +3592,7 @@
|
|
|
3559
3592
|
"default": "'primary'",
|
|
3560
3593
|
"value": {
|
|
3561
3594
|
"kind": "expression",
|
|
3562
|
-
"type": "
|
|
3595
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
3563
3596
|
}
|
|
3564
3597
|
},
|
|
3565
3598
|
{
|
|
@@ -3772,7 +3805,7 @@
|
|
|
3772
3805
|
"default": "undefined",
|
|
3773
3806
|
"value": {
|
|
3774
3807
|
"kind": "expression",
|
|
3775
|
-
"type": "
|
|
3808
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
3776
3809
|
}
|
|
3777
3810
|
},
|
|
3778
3811
|
{
|
|
@@ -3913,7 +3946,7 @@
|
|
|
3913
3946
|
"default": "undefined",
|
|
3914
3947
|
"value": {
|
|
3915
3948
|
"kind": "expression",
|
|
3916
|
-
"type": "
|
|
3949
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
3917
3950
|
}
|
|
3918
3951
|
},
|
|
3919
3952
|
{
|
|
@@ -3923,7 +3956,7 @@
|
|
|
3923
3956
|
"default": "undefined",
|
|
3924
3957
|
"value": {
|
|
3925
3958
|
"kind": "expression",
|
|
3926
|
-
"type": "
|
|
3959
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
3927
3960
|
}
|
|
3928
3961
|
},
|
|
3929
3962
|
{
|
|
@@ -4165,7 +4198,7 @@
|
|
|
4165
4198
|
"default": "undefined",
|
|
4166
4199
|
"value": {
|
|
4167
4200
|
"kind": "expression",
|
|
4168
|
-
"type": "
|
|
4201
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
4169
4202
|
}
|
|
4170
4203
|
},
|
|
4171
4204
|
{
|
|
@@ -4175,7 +4208,7 @@
|
|
|
4175
4208
|
"default": "undefined",
|
|
4176
4209
|
"value": {
|
|
4177
4210
|
"kind": "expression",
|
|
4178
|
-
"type": "
|
|
4211
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
4179
4212
|
}
|
|
4180
4213
|
},
|
|
4181
4214
|
{
|
|
@@ -4299,34 +4332,34 @@
|
|
|
4299
4332
|
"js": {
|
|
4300
4333
|
"events": [
|
|
4301
4334
|
{
|
|
4302
|
-
"name": "
|
|
4335
|
+
"name": "blur",
|
|
4303
4336
|
"arguments": [
|
|
4304
4337
|
{
|
|
4305
4338
|
"name": "argument",
|
|
4306
|
-
"type": "[
|
|
4339
|
+
"type": "[event: Event]"
|
|
4307
4340
|
}
|
|
4308
4341
|
]
|
|
4309
4342
|
},
|
|
4310
4343
|
{
|
|
4311
|
-
"name": "
|
|
4344
|
+
"name": "update:modelValue",
|
|
4312
4345
|
"arguments": [
|
|
4313
4346
|
{
|
|
4314
4347
|
"name": "argument",
|
|
4315
|
-
"type": "[]"
|
|
4348
|
+
"type": "[modelValue: string]"
|
|
4316
4349
|
}
|
|
4317
4350
|
]
|
|
4318
4351
|
},
|
|
4319
4352
|
{
|
|
4320
|
-
"name": "
|
|
4353
|
+
"name": "clear",
|
|
4321
4354
|
"arguments": [
|
|
4322
4355
|
{
|
|
4323
4356
|
"name": "argument",
|
|
4324
|
-
"type": "[
|
|
4357
|
+
"type": "[]"
|
|
4325
4358
|
}
|
|
4326
4359
|
]
|
|
4327
4360
|
},
|
|
4328
4361
|
{
|
|
4329
|
-
"name": "
|
|
4362
|
+
"name": "focus-input",
|
|
4330
4363
|
"arguments": [
|
|
4331
4364
|
{
|
|
4332
4365
|
"name": "argument",
|
|
@@ -4394,7 +4427,7 @@
|
|
|
4394
4427
|
"default": "'primary'",
|
|
4395
4428
|
"value": {
|
|
4396
4429
|
"kind": "expression",
|
|
4397
|
-
"type": "'default' |
|
|
4430
|
+
"type": "'default' | 'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
4398
4431
|
}
|
|
4399
4432
|
},
|
|
4400
4433
|
{
|
|
@@ -4869,7 +4902,7 @@
|
|
|
4869
4902
|
"vue-properties": [
|
|
4870
4903
|
{
|
|
4871
4904
|
"name": "width",
|
|
4872
|
-
"type": "
|
|
4905
|
+
"type": "number"
|
|
4873
4906
|
}
|
|
4874
4907
|
]
|
|
4875
4908
|
}
|
|
@@ -5051,7 +5084,7 @@
|
|
|
5051
5084
|
"default": "undefined",
|
|
5052
5085
|
"value": {
|
|
5053
5086
|
"kind": "expression",
|
|
5054
|
-
"type": "'
|
|
5087
|
+
"type": "'dark' | 'light' | undefined"
|
|
5055
5088
|
}
|
|
5056
5089
|
},
|
|
5057
5090
|
{
|
|
@@ -5209,16 +5242,6 @@
|
|
|
5209
5242
|
"symbol": "RuiTab"
|
|
5210
5243
|
},
|
|
5211
5244
|
"attributes": [
|
|
5212
|
-
{
|
|
5213
|
-
"name": "link",
|
|
5214
|
-
"description": "",
|
|
5215
|
-
"required": false,
|
|
5216
|
-
"default": "false",
|
|
5217
|
-
"value": {
|
|
5218
|
-
"kind": "expression",
|
|
5219
|
-
"type": "boolean | undefined"
|
|
5220
|
-
}
|
|
5221
|
-
},
|
|
5222
5245
|
{
|
|
5223
5246
|
"name": "disabled",
|
|
5224
5247
|
"description": "",
|
|
@@ -5236,7 +5259,7 @@
|
|
|
5236
5259
|
"default": "undefined",
|
|
5237
5260
|
"value": {
|
|
5238
5261
|
"kind": "expression",
|
|
5239
|
-
"type": "
|
|
5262
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
5240
5263
|
}
|
|
5241
5264
|
},
|
|
5242
5265
|
{
|
|
@@ -5269,6 +5292,16 @@
|
|
|
5269
5292
|
"type": "boolean | undefined"
|
|
5270
5293
|
}
|
|
5271
5294
|
},
|
|
5295
|
+
{
|
|
5296
|
+
"name": "link",
|
|
5297
|
+
"description": "",
|
|
5298
|
+
"required": false,
|
|
5299
|
+
"default": "false",
|
|
5300
|
+
"value": {
|
|
5301
|
+
"kind": "expression",
|
|
5302
|
+
"type": "boolean | undefined"
|
|
5303
|
+
}
|
|
5304
|
+
},
|
|
5272
5305
|
{
|
|
5273
5306
|
"name": "align",
|
|
5274
5307
|
"description": "",
|
|
@@ -5482,7 +5515,7 @@
|
|
|
5482
5515
|
"default": "undefined",
|
|
5483
5516
|
"value": {
|
|
5484
5517
|
"kind": "expression",
|
|
5485
|
-
"type": "
|
|
5518
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
5486
5519
|
}
|
|
5487
5520
|
},
|
|
5488
5521
|
{
|
|
@@ -5587,7 +5620,7 @@
|
|
|
5587
5620
|
"default": "undefined",
|
|
5588
5621
|
"value": {
|
|
5589
5622
|
"kind": "expression",
|
|
5590
|
-
"type": "
|
|
5623
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
5591
5624
|
}
|
|
5592
5625
|
},
|
|
5593
5626
|
{
|
|
@@ -5767,7 +5800,7 @@
|
|
|
5767
5800
|
"default": "undefined",
|
|
5768
5801
|
"value": {
|
|
5769
5802
|
"kind": "expression",
|
|
5770
|
-
"type": "
|
|
5803
|
+
"type": "'error' | 'primary' | 'secondary' | 'warning' | 'info' | 'success' | undefined"
|
|
5771
5804
|
}
|
|
5772
5805
|
},
|
|
5773
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",
|