@fastkit/vui 0.6.37 → 0.6.38
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/vui.cjs.js +2 -1
- package/dist/vui.cjs.prod.js +2 -1
- package/dist/vui.d.ts +1177 -15
- package/dist/vui.esm-bundler.js +2 -1
- package/package.json +6 -6
package/dist/vui.esm-bundler.js
CHANGED
|
@@ -445,7 +445,8 @@ function resolveRawVButtonIcon(raw, type = 'main') {
|
|
|
445
445
|
}, null);
|
|
446
446
|
}
|
|
447
447
|
|
|
448
|
-
const vueButtonProps = createPropsOptions$1({ ...
|
|
448
|
+
const vueButtonProps = createPropsOptions$1({ ...undefined,
|
|
449
|
+
...colorSchemeProps(),
|
|
449
450
|
...navigationableInheritProps,
|
|
450
451
|
spacer: [Boolean, String],
|
|
451
452
|
loading: Boolean,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.38",
|
|
4
4
|
"description": "@fastkit/vui",
|
|
5
5
|
"buildOptions": {
|
|
6
6
|
"name": "Vui",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"vue": "^3.2.20"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@fastkit/color-scheme": "0.6.
|
|
35
|
-
"@fastkit/icon-font": "0.6.
|
|
36
|
-
"@fastkit/tiny-logger": "0.6.
|
|
37
|
-
"@fastkit/vite-kit": "0.6.
|
|
38
|
-
"@fastkit/vue-kit": "0.6.
|
|
34
|
+
"@fastkit/color-scheme": "0.6.38",
|
|
35
|
+
"@fastkit/icon-font": "0.6.38",
|
|
36
|
+
"@fastkit/tiny-logger": "0.6.38",
|
|
37
|
+
"@fastkit/vite-kit": "0.6.38",
|
|
38
|
+
"@fastkit/vue-kit": "0.6.38",
|
|
39
39
|
"eta": "^1.12.3",
|
|
40
40
|
"fs-extra": "^9.1.0",
|
|
41
41
|
"@tiptap/extension-link": "^2.0.0-beta.33",
|