@rotki/ui-library 1.12.2 → 1.12.3
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 +408 -13
- package/dist/components/alerts/RuiAlert.vue.d.ts +477 -10
- package/dist/components/buttons/button/RuiButton.vue.d.ts +4 -4
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.d.ts +1 -1
- package/dist/components/cards/RuiCard.vue.d.ts +452 -15
- package/dist/components/cards/RuiCardHeader.vue.d.ts +396 -11
- package/dist/components/chips/RuiChip.vue.d.ts +483 -10
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +21 -23
- package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +467 -10
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +5 -5
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +4 -4
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +43 -14
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +17 -17
- package/dist/components/forms/switch/RuiSwitch.vue.d.ts +514 -9
- package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +839 -16
- package/dist/components/forms/text-field/RuiTextField.vue.d.ts +671 -16
- package/dist/components/icons/RuiIcon.vue.d.ts +1 -1
- package/dist/components/index.es.js +13 -4
- 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 +471 -12
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +14 -9
- package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +474 -21
- package/dist/components/overlays/menu/RuiMenu.vue.d.ts +503 -29
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +464 -23
- package/dist/components/overlays/notification/RuiNotification.vue.d.ts +24 -11
- package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +427 -16
- 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 +460 -14
- package/dist/components/steppers/RuiStepperCustomIcon.vue.d.ts +1 -1
- package/dist/components/steppers/RuiStepperIcon.vue.d.ts +1 -1
- package/dist/components/tables/RuiDataTable.vue.d.ts +2 -32
- package/dist/components/tables/RuiExpandButton.vue.d.ts +377 -9
- package/dist/components/tables/RuiTableHead.vue.d.ts +13 -8
- package/dist/components/tables/RuiTablePagination.vue.d.ts +1 -1
- package/dist/components/tabs/tab/RuiTab.vue.d.ts +7 -17
- package/dist/components/tabs/tab-item/RuiTabItem.vue.d.ts +378 -11
- package/dist/components/tabs/tab-items/RuiTabItems.vue.d.ts +2 -2
- package/dist/components/tabs/tabs/RuiTabs.vue.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/web-types.json +88 -88
- package/package.json +30 -30
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.12.
|
|
5
|
+
"version": "1.12.3",
|
|
6
6
|
"js-types-syntax": "typescript",
|
|
7
7
|
"description-markup": "markdown",
|
|
8
8
|
"contributions": {
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"default": "'md'",
|
|
172
172
|
"value": {
|
|
173
173
|
"kind": "expression",
|
|
174
|
-
"type": "'
|
|
174
|
+
"type": "'sm' | 'lg' | 'md' | undefined"
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
177
|
{
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
"default": "'md'",
|
|
310
310
|
"value": {
|
|
311
311
|
"kind": "expression",
|
|
312
|
-
"type": "'
|
|
312
|
+
"type": "'sm' | 'md' | undefined"
|
|
313
313
|
}
|
|
314
314
|
},
|
|
315
315
|
{
|
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
"default": "undefined",
|
|
676
676
|
"value": {
|
|
677
677
|
"kind": "expression",
|
|
678
|
-
"type": "'
|
|
678
|
+
"type": "'sm' | 'lg' | 'md' | 'none' | 'full' | undefined"
|
|
679
679
|
}
|
|
680
680
|
}
|
|
681
681
|
],
|
|
@@ -698,7 +698,7 @@
|
|
|
698
698
|
"default": "'text'",
|
|
699
699
|
"value": {
|
|
700
700
|
"kind": "expression",
|
|
701
|
-
"type": "'icon' | '
|
|
701
|
+
"type": "'icon' | 'button' | 'text' | 'paragraph' | 'heading' | 'article' | 'avatar' | 'thumbnail' | 'custom' | undefined"
|
|
702
702
|
}
|
|
703
703
|
},
|
|
704
704
|
{
|
|
@@ -708,7 +708,7 @@
|
|
|
708
708
|
"default": "undefined",
|
|
709
709
|
"value": {
|
|
710
710
|
"kind": "expression",
|
|
711
|
-
"type": "'
|
|
711
|
+
"type": "'sm' | 'lg' | 'md' | 'none' | 'full' | undefined"
|
|
712
712
|
}
|
|
713
713
|
}
|
|
714
714
|
],
|
|
@@ -1321,7 +1321,7 @@
|
|
|
1321
1321
|
"default": "'md'",
|
|
1322
1322
|
"value": {
|
|
1323
1323
|
"kind": "expression",
|
|
1324
|
-
"type": "'
|
|
1324
|
+
"type": "'sm' | 'lg' | 'md' | undefined"
|
|
1325
1325
|
}
|
|
1326
1326
|
},
|
|
1327
1327
|
{
|
|
@@ -2234,7 +2234,7 @@
|
|
|
2234
2234
|
"default": "undefined",
|
|
2235
2235
|
"value": {
|
|
2236
2236
|
"kind": "expression",
|
|
2237
|
-
"type": "'
|
|
2237
|
+
"type": "'sm' | 'lg' | 'md' | undefined"
|
|
2238
2238
|
}
|
|
2239
2239
|
},
|
|
2240
2240
|
{
|
|
@@ -2294,24 +2294,6 @@
|
|
|
2294
2294
|
"symbol": "RuiAutoComplete"
|
|
2295
2295
|
},
|
|
2296
2296
|
"attributes": [
|
|
2297
|
-
{
|
|
2298
|
-
"name": "model-value",
|
|
2299
|
-
"description": "",
|
|
2300
|
-
"required": true,
|
|
2301
|
-
"value": {
|
|
2302
|
-
"kind": "expression",
|
|
2303
|
-
"type": "unknown"
|
|
2304
|
-
}
|
|
2305
|
-
},
|
|
2306
|
-
{
|
|
2307
|
-
"name": "search-input",
|
|
2308
|
-
"description": "",
|
|
2309
|
-
"required": false,
|
|
2310
|
-
"value": {
|
|
2311
|
-
"kind": "expression",
|
|
2312
|
-
"type": "string | undefined"
|
|
2313
|
-
}
|
|
2314
|
-
},
|
|
2315
2297
|
{
|
|
2316
2298
|
"name": "options",
|
|
2317
2299
|
"description": "",
|
|
@@ -2617,6 +2599,24 @@
|
|
|
2617
2599
|
"kind": "expression",
|
|
2618
2600
|
"type": "boolean | undefined"
|
|
2619
2601
|
}
|
|
2602
|
+
},
|
|
2603
|
+
{
|
|
2604
|
+
"name": "model-value",
|
|
2605
|
+
"description": "",
|
|
2606
|
+
"required": true,
|
|
2607
|
+
"value": {
|
|
2608
|
+
"kind": "expression",
|
|
2609
|
+
"type": "unknown"
|
|
2610
|
+
}
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"name": "search-input",
|
|
2614
|
+
"description": "",
|
|
2615
|
+
"required": false,
|
|
2616
|
+
"value": {
|
|
2617
|
+
"kind": "expression",
|
|
2618
|
+
"type": "string | undefined"
|
|
2619
|
+
}
|
|
2620
2620
|
}
|
|
2621
2621
|
],
|
|
2622
2622
|
"slots": [
|
|
@@ -2763,7 +2763,7 @@
|
|
|
2763
2763
|
"arguments": [
|
|
2764
2764
|
{
|
|
2765
2765
|
"name": "argument",
|
|
2766
|
-
"type": "[value: string]"
|
|
2766
|
+
"type": "[value: string | undefined]"
|
|
2767
2767
|
}
|
|
2768
2768
|
]
|
|
2769
2769
|
}
|
|
@@ -2921,15 +2921,6 @@
|
|
|
2921
2921
|
"symbol": "RuiRevealableTextField"
|
|
2922
2922
|
},
|
|
2923
2923
|
"attributes": [
|
|
2924
|
-
{
|
|
2925
|
-
"name": "model-value",
|
|
2926
|
-
"description": "",
|
|
2927
|
-
"required": true,
|
|
2928
|
-
"value": {
|
|
2929
|
-
"kind": "expression",
|
|
2930
|
-
"type": "string"
|
|
2931
|
-
}
|
|
2932
|
-
},
|
|
2933
2924
|
{
|
|
2934
2925
|
"name": "label",
|
|
2935
2926
|
"description": "",
|
|
@@ -3089,6 +3080,15 @@
|
|
|
3089
3080
|
"kind": "expression",
|
|
3090
3081
|
"type": "boolean | undefined"
|
|
3091
3082
|
}
|
|
3083
|
+
},
|
|
3084
|
+
{
|
|
3085
|
+
"name": "model-value",
|
|
3086
|
+
"description": "",
|
|
3087
|
+
"required": true,
|
|
3088
|
+
"value": {
|
|
3089
|
+
"kind": "expression",
|
|
3090
|
+
"type": "string"
|
|
3091
|
+
}
|
|
3092
3092
|
}
|
|
3093
3093
|
],
|
|
3094
3094
|
"slots": [
|
|
@@ -3124,15 +3124,6 @@
|
|
|
3124
3124
|
"symbol": "RuiMenuSelect"
|
|
3125
3125
|
},
|
|
3126
3126
|
"attributes": [
|
|
3127
|
-
{
|
|
3128
|
-
"name": "model-value",
|
|
3129
|
-
"description": "",
|
|
3130
|
-
"required": true,
|
|
3131
|
-
"value": {
|
|
3132
|
-
"kind": "expression",
|
|
3133
|
-
"type": "unknown"
|
|
3134
|
-
}
|
|
3135
|
-
},
|
|
3136
3127
|
{
|
|
3137
3128
|
"name": "options",
|
|
3138
3129
|
"description": "",
|
|
@@ -3367,6 +3358,15 @@
|
|
|
3367
3358
|
"kind": "expression",
|
|
3368
3359
|
"type": "string | undefined"
|
|
3369
3360
|
}
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"name": "model-value",
|
|
3364
|
+
"description": "",
|
|
3365
|
+
"required": true,
|
|
3366
|
+
"value": {
|
|
3367
|
+
"kind": "expression",
|
|
3368
|
+
"type": "unknown"
|
|
3369
|
+
}
|
|
3370
3370
|
}
|
|
3371
3371
|
],
|
|
3372
3372
|
"slots": [
|
|
@@ -3909,15 +3909,6 @@
|
|
|
3909
3909
|
"symbol": "RuiTextArea"
|
|
3910
3910
|
},
|
|
3911
3911
|
"attributes": [
|
|
3912
|
-
{
|
|
3913
|
-
"name": "model-value",
|
|
3914
|
-
"description": "",
|
|
3915
|
-
"required": true,
|
|
3916
|
-
"value": {
|
|
3917
|
-
"kind": "expression",
|
|
3918
|
-
"type": "string"
|
|
3919
|
-
}
|
|
3920
|
-
},
|
|
3921
3912
|
{
|
|
3922
3913
|
"name": "label",
|
|
3923
3914
|
"description": "",
|
|
@@ -4117,6 +4108,15 @@
|
|
|
4117
4108
|
"kind": "expression",
|
|
4118
4109
|
"type": "boolean | undefined"
|
|
4119
4110
|
}
|
|
4111
|
+
},
|
|
4112
|
+
{
|
|
4113
|
+
"name": "model-value",
|
|
4114
|
+
"description": "",
|
|
4115
|
+
"required": true,
|
|
4116
|
+
"value": {
|
|
4117
|
+
"kind": "expression",
|
|
4118
|
+
"type": "string"
|
|
4119
|
+
}
|
|
4120
4120
|
}
|
|
4121
4121
|
],
|
|
4122
4122
|
"slots": [
|
|
@@ -4161,15 +4161,6 @@
|
|
|
4161
4161
|
"symbol": "RuiTextField"
|
|
4162
4162
|
},
|
|
4163
4163
|
"attributes": [
|
|
4164
|
-
{
|
|
4165
|
-
"name": "model-value",
|
|
4166
|
-
"description": "",
|
|
4167
|
-
"required": true,
|
|
4168
|
-
"value": {
|
|
4169
|
-
"kind": "expression",
|
|
4170
|
-
"type": "string"
|
|
4171
|
-
}
|
|
4172
|
-
},
|
|
4173
4164
|
{
|
|
4174
4165
|
"name": "label",
|
|
4175
4166
|
"description": "",
|
|
@@ -4329,6 +4320,15 @@
|
|
|
4329
4320
|
"kind": "expression",
|
|
4330
4321
|
"type": "boolean | undefined"
|
|
4331
4322
|
}
|
|
4323
|
+
},
|
|
4324
|
+
{
|
|
4325
|
+
"name": "model-value",
|
|
4326
|
+
"description": "",
|
|
4327
|
+
"required": true,
|
|
4328
|
+
"value": {
|
|
4329
|
+
"kind": "expression",
|
|
4330
|
+
"type": "string"
|
|
4331
|
+
}
|
|
4332
4332
|
}
|
|
4333
4333
|
],
|
|
4334
4334
|
"slots": [
|
|
@@ -4351,20 +4351,20 @@
|
|
|
4351
4351
|
]
|
|
4352
4352
|
},
|
|
4353
4353
|
{
|
|
4354
|
-
"name": "
|
|
4354
|
+
"name": "clear",
|
|
4355
4355
|
"arguments": [
|
|
4356
4356
|
{
|
|
4357
4357
|
"name": "argument",
|
|
4358
|
-
"type": "[
|
|
4358
|
+
"type": "[]"
|
|
4359
4359
|
}
|
|
4360
4360
|
]
|
|
4361
4361
|
},
|
|
4362
4362
|
{
|
|
4363
|
-
"name": "
|
|
4363
|
+
"name": "update:modelValue",
|
|
4364
4364
|
"arguments": [
|
|
4365
4365
|
{
|
|
4366
4366
|
"name": "argument",
|
|
4367
|
-
"type": "[]"
|
|
4367
|
+
"type": "[value: string]"
|
|
4368
4368
|
}
|
|
4369
4369
|
]
|
|
4370
4370
|
},
|
|
@@ -4477,7 +4477,7 @@
|
|
|
4477
4477
|
"default": "'top'",
|
|
4478
4478
|
"value": {
|
|
4479
4479
|
"kind": "expression",
|
|
4480
|
-
"type": "'
|
|
4480
|
+
"type": "'bottom' | 'top' | 'center' | undefined"
|
|
4481
4481
|
}
|
|
4482
4482
|
},
|
|
4483
4483
|
{
|
|
@@ -4487,7 +4487,7 @@
|
|
|
4487
4487
|
"default": "'md'",
|
|
4488
4488
|
"value": {
|
|
4489
4489
|
"kind": "expression",
|
|
4490
|
-
"type": "'
|
|
4490
|
+
"type": "'sm' | 'lg' | 'md' | undefined"
|
|
4491
4491
|
}
|
|
4492
4492
|
},
|
|
4493
4493
|
{
|
|
@@ -4497,7 +4497,7 @@
|
|
|
4497
4497
|
"default": "'full'",
|
|
4498
4498
|
"value": {
|
|
4499
4499
|
"kind": "expression",
|
|
4500
|
-
"type": "'
|
|
4500
|
+
"type": "'sm' | 'lg' | 'md' | 'full' | undefined"
|
|
4501
4501
|
}
|
|
4502
4502
|
},
|
|
4503
4503
|
{
|
|
@@ -5633,15 +5633,6 @@
|
|
|
5633
5633
|
"symbol": "RuiRadio"
|
|
5634
5634
|
},
|
|
5635
5635
|
"attributes": [
|
|
5636
|
-
{
|
|
5637
|
-
"name": "model-value",
|
|
5638
|
-
"description": "",
|
|
5639
|
-
"required": false,
|
|
5640
|
-
"value": {
|
|
5641
|
-
"kind": "expression",
|
|
5642
|
-
"type": "unknown"
|
|
5643
|
-
}
|
|
5644
|
-
},
|
|
5645
5636
|
{
|
|
5646
5637
|
"name": "value",
|
|
5647
5638
|
"description": "",
|
|
@@ -5730,6 +5721,15 @@
|
|
|
5730
5721
|
"kind": "expression",
|
|
5731
5722
|
"type": "boolean | undefined"
|
|
5732
5723
|
}
|
|
5724
|
+
},
|
|
5725
|
+
{
|
|
5726
|
+
"name": "model-value",
|
|
5727
|
+
"description": "",
|
|
5728
|
+
"required": false,
|
|
5729
|
+
"value": {
|
|
5730
|
+
"kind": "expression",
|
|
5731
|
+
"type": "unknown"
|
|
5732
|
+
}
|
|
5733
5733
|
}
|
|
5734
5734
|
],
|
|
5735
5735
|
"slots": [
|
|
@@ -5762,15 +5762,6 @@
|
|
|
5762
5762
|
"symbol": "RuiRadioGroup"
|
|
5763
5763
|
},
|
|
5764
5764
|
"attributes": [
|
|
5765
|
-
{
|
|
5766
|
-
"name": "model-value",
|
|
5767
|
-
"description": "",
|
|
5768
|
-
"required": false,
|
|
5769
|
-
"value": {
|
|
5770
|
-
"kind": "expression",
|
|
5771
|
-
"type": "unknown"
|
|
5772
|
-
}
|
|
5773
|
-
},
|
|
5774
5765
|
{
|
|
5775
5766
|
"name": "inline",
|
|
5776
5767
|
"description": "",
|
|
@@ -5860,6 +5851,15 @@
|
|
|
5860
5851
|
"kind": "expression",
|
|
5861
5852
|
"type": "'sm' | 'lg' | undefined"
|
|
5862
5853
|
}
|
|
5854
|
+
},
|
|
5855
|
+
{
|
|
5856
|
+
"name": "model-value",
|
|
5857
|
+
"description": "",
|
|
5858
|
+
"required": false,
|
|
5859
|
+
"value": {
|
|
5860
|
+
"kind": "expression",
|
|
5861
|
+
"type": "unknown"
|
|
5862
|
+
}
|
|
5863
5863
|
}
|
|
5864
5864
|
],
|
|
5865
5865
|
"slots": [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rotki/ui-library",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.3",
|
|
4
4
|
"description": "A vue design system and component library for rotki",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -69,28 +69,28 @@
|
|
|
69
69
|
},
|
|
70
70
|
"web-types": "dist/web-types.json",
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@babel/core": "7.26.
|
|
73
|
-
"@babel/types": "7.26.
|
|
72
|
+
"@babel/core": "7.26.10",
|
|
73
|
+
"@babel/types": "7.26.10",
|
|
74
74
|
"@commitlint/cli": "19.8.0",
|
|
75
75
|
"@commitlint/config-conventional": "19.8.0",
|
|
76
76
|
"@fontsource/roboto": "5.2.5",
|
|
77
77
|
"@popperjs/core": "2.11.8",
|
|
78
|
-
"@rotki/eslint-config": "4.0
|
|
79
|
-
"@storybook/addon-docs": "8.6.
|
|
80
|
-
"@storybook/addon-essentials": "8.6.
|
|
81
|
-
"@storybook/addon-interactions": "8.6.
|
|
82
|
-
"@storybook/addon-links": "8.6.
|
|
83
|
-
"@storybook/addon-themes": "8.6.
|
|
84
|
-
"@storybook/blocks": "8.6.
|
|
85
|
-
"@storybook/preview-api": "8.6.
|
|
86
|
-
"@storybook/test": "8.6.
|
|
87
|
-
"@storybook/vue3": "8.6.
|
|
88
|
-
"@storybook/vue3-vite": "8.6.
|
|
89
|
-
"@types/node": "
|
|
78
|
+
"@rotki/eslint-config": "4.1.0",
|
|
79
|
+
"@storybook/addon-docs": "8.6.7",
|
|
80
|
+
"@storybook/addon-essentials": "8.6.7",
|
|
81
|
+
"@storybook/addon-interactions": "8.6.7",
|
|
82
|
+
"@storybook/addon-links": "8.6.7",
|
|
83
|
+
"@storybook/addon-themes": "8.6.7",
|
|
84
|
+
"@storybook/blocks": "8.6.7",
|
|
85
|
+
"@storybook/preview-api": "8.6.7",
|
|
86
|
+
"@storybook/test": "8.6.7",
|
|
87
|
+
"@storybook/vue3": "8.6.7",
|
|
88
|
+
"@storybook/vue3-vite": "8.6.7",
|
|
89
|
+
"@types/node": "22.13.11",
|
|
90
90
|
"@types/tinycolor2": "1.4.6",
|
|
91
|
-
"@vitejs/plugin-vue": "5.2.
|
|
92
|
-
"@vitest/coverage-v8": "3.0.
|
|
93
|
-
"@vitest/ui": "3.0.
|
|
91
|
+
"@vitejs/plugin-vue": "5.2.3",
|
|
92
|
+
"@vitest/coverage-v8": "3.0.9",
|
|
93
|
+
"@vitest/ui": "3.0.9",
|
|
94
94
|
"@vue/test-utils": "2.4.6",
|
|
95
95
|
"@vue/tsconfig": "0.7.0",
|
|
96
96
|
"@vueuse/core": "12.8.2",
|
|
@@ -99,40 +99,40 @@
|
|
|
99
99
|
"argparse": "2.0.1",
|
|
100
100
|
"autoprefixer": "10.4.21",
|
|
101
101
|
"babel-loader": "9.2.1",
|
|
102
|
-
"bumpp": "10.0
|
|
103
|
-
"consola": "3.4.
|
|
102
|
+
"bumpp": "10.1.0",
|
|
103
|
+
"consola": "3.4.2",
|
|
104
104
|
"css-loader": "7.1.2",
|
|
105
105
|
"eslint": "9.22.0",
|
|
106
106
|
"eslint-plugin-cypress": "4.2.0",
|
|
107
|
-
"eslint-plugin-storybook": "0.11.
|
|
107
|
+
"eslint-plugin-storybook": "0.11.6",
|
|
108
108
|
"fast-glob": "3.3.3",
|
|
109
|
-
"fast-xml-parser": "5.0.
|
|
109
|
+
"fast-xml-parser": "5.0.9",
|
|
110
110
|
"fs-extra": "11.3.0",
|
|
111
111
|
"husky": "9.1.7",
|
|
112
112
|
"jsdom": "26.0.0",
|
|
113
|
-
"lint-staged": "15.
|
|
113
|
+
"lint-staged": "15.5.0",
|
|
114
114
|
"lucide": "0.473.0",
|
|
115
115
|
"postcss": "8.5.3",
|
|
116
116
|
"remixicon": "4.6.0",
|
|
117
|
-
"sass": "1.
|
|
117
|
+
"sass": "1.86.0",
|
|
118
118
|
"scule": "1.3.0",
|
|
119
|
-
"storybook": "8.6.
|
|
119
|
+
"storybook": "8.6.7",
|
|
120
120
|
"tailwindcss": "3.4.17",
|
|
121
121
|
"tinycolor2": "1.6.0",
|
|
122
122
|
"tsc-alias": "1.8.11",
|
|
123
123
|
"tsx": "4.19.3",
|
|
124
124
|
"typescript": "5.8.2",
|
|
125
125
|
"unplugin-auto-import": "19.1.1",
|
|
126
|
-
"vite": "6.2.
|
|
127
|
-
"vitest": "3.0.
|
|
126
|
+
"vite": "6.2.2",
|
|
127
|
+
"vitest": "3.0.9",
|
|
128
128
|
"vue": "3.5.13",
|
|
129
|
-
"vue-component-meta": "2.
|
|
129
|
+
"vue-component-meta": "2.2.8",
|
|
130
130
|
"vue-loader": "17.4.2",
|
|
131
131
|
"vue-router": "4.5.0",
|
|
132
|
-
"vue-tsc": "2.
|
|
132
|
+
"vue-tsc": "2.2.8"
|
|
133
133
|
},
|
|
134
134
|
"engines": {
|
|
135
|
-
"node": ">=
|
|
135
|
+
"node": ">=22 <23",
|
|
136
136
|
"pnpm": ">=10 <11"
|
|
137
137
|
},
|
|
138
138
|
"lint-staged": {
|