@rotki/ui-library 1.2.1 → 1.2.2
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/web-types.json +2 -2
- package/package.json +2 -2
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.2.
|
|
5
|
+
"version": "1.2.2",
|
|
6
6
|
"js-types-syntax": "typescript",
|
|
7
7
|
"description-markup": "markdown",
|
|
8
8
|
"contributions": {
|
|
@@ -1799,7 +1799,7 @@
|
|
|
1799
1799
|
"arguments": [
|
|
1800
1800
|
{
|
|
1801
1801
|
"name": "argument",
|
|
1802
|
-
"type": "{ key: never; direction?: '
|
|
1802
|
+
"type": "{ key: never; direction?: 'asc' | 'desc' | undefined; }"
|
|
1803
1803
|
}
|
|
1804
1804
|
]
|
|
1805
1805
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rotki/ui-library",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "A vue design system and component library for rotki",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"vite": "5.4.2",
|
|
126
126
|
"vitest": "2.0.5",
|
|
127
127
|
"vue": "3.4.38",
|
|
128
|
-
"vue-component-meta": "2.
|
|
128
|
+
"vue-component-meta": "2.0.29",
|
|
129
129
|
"vue-loader": "17.4.2",
|
|
130
130
|
"vue-router": "4.4.3",
|
|
131
131
|
"vue-tsc": "2.0.29"
|