@fastkit/vui 1.3.2 → 1.4.0-next.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/after-effects/display-flow.scss +31 -25
- package/dist/after-effects/spacing.scss +39 -15
- package/dist/vui.css +1089 -1099
- package/dist/vui.d.mts +7926 -0
- package/dist/vui.mjs +3792 -4776
- package/dist/vui.mjs.map +1 -1
- package/package.json +30 -30
- package/src/components/loading.ts +1 -1
- package/src/styles/core/functions.scss +9 -5
- package/dist/vui.d.ts +0 -7869
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0-next.0",
|
|
4
4
|
"description": "A simple, extensible UI kit for Vue applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fastkit",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"./package.json": "./package.json",
|
|
24
24
|
"./vui.css": "./dist/vui.css",
|
|
25
25
|
".": {
|
|
26
|
-
"types": "./dist/vui.d.
|
|
26
|
+
"types": "./dist/vui.d.mts",
|
|
27
27
|
"import": {
|
|
28
28
|
"default": "./dist/vui.mjs"
|
|
29
29
|
}
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"./*": "./dist/*"
|
|
32
32
|
},
|
|
33
33
|
"main": "./dist/vui.mjs",
|
|
34
|
-
"types": "./dist/vui.d.
|
|
34
|
+
"types": "./dist/vui.d.mts",
|
|
35
35
|
"typesVersions": {
|
|
36
36
|
"*": {
|
|
37
37
|
".": [
|
|
38
|
-
"./dist/vui.d.
|
|
38
|
+
"./dist/vui.d.mts"
|
|
39
39
|
]
|
|
40
40
|
}
|
|
41
41
|
},
|
|
@@ -44,32 +44,32 @@
|
|
|
44
44
|
"src"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@fastkit/
|
|
48
|
-
"@fastkit/
|
|
49
|
-
"@fastkit/
|
|
50
|
-
"@fastkit/
|
|
51
|
-
"@fastkit/
|
|
52
|
-
"@fastkit/
|
|
53
|
-
"@fastkit/media-match-gen": "^1.
|
|
54
|
-
"@fastkit/
|
|
55
|
-
"@fastkit/
|
|
56
|
-
"@fastkit/
|
|
47
|
+
"@fastkit/color-scheme": "^2.2.0-next.0",
|
|
48
|
+
"@fastkit/color-scheme-gen": "^1.2.0-next.0",
|
|
49
|
+
"@fastkit/dom": "^0.4.0-next.0",
|
|
50
|
+
"@fastkit/helpers": "^0.16.0-next.0",
|
|
51
|
+
"@fastkit/icon-font": "^2.2.0-next.0",
|
|
52
|
+
"@fastkit/media-match": "^2.2.0-next.0",
|
|
53
|
+
"@fastkit/media-match-gen": "^1.2.0-next.0",
|
|
54
|
+
"@fastkit/rules": "^0.16.0-next.0",
|
|
55
|
+
"@fastkit/tiny-logger": "^0.16.0-next.0",
|
|
56
|
+
"@fastkit/vue-action": "^0.6.0-next.0",
|
|
57
|
+
"@fastkit/vue-app-layout": "^0.19.0-next.0",
|
|
58
|
+
"@fastkit/vue-click-outside": "^0.5.0-next.0",
|
|
59
|
+
"@fastkit/vue-disabled-reason": "^0.3.0-next.0",
|
|
60
|
+
"@fastkit/vue-body-scroll-lock": "^0.5.0-next.0",
|
|
61
|
+
"@fastkit/vue-form-control": "^0.25.0-next.0",
|
|
62
|
+
"@fastkit/vue-keyboard": "^0.5.0-next.0",
|
|
63
|
+
"@fastkit/vue-loading": "^0.18.0-next.0",
|
|
64
|
+
"@fastkit/vue-location": "^0.7.0-next.0",
|
|
65
|
+
"@fastkit/vue-color-scheme": "^0.18.0-next.0",
|
|
66
|
+
"@fastkit/vue-media-match": "^0.17.0-next.0",
|
|
67
|
+
"@fastkit/vue-resize": "^0.5.0-next.0",
|
|
68
|
+
"@fastkit/vue-scroller": "^0.18.0-next.0",
|
|
69
|
+
"@fastkit/vue-transitions": "^0.5.0-next.0",
|
|
70
|
+
"@fastkit/vue-stack": "^0.20.0-next.0",
|
|
57
71
|
"@fastkit/stylebase": "^0.13.1",
|
|
58
|
-
"@fastkit/vue-
|
|
59
|
-
"@fastkit/vue-body-scroll-lock": "^0.4.0",
|
|
60
|
-
"@fastkit/vue-color-scheme": "^0.17.0",
|
|
61
|
-
"@fastkit/vue-action": "^0.5.0",
|
|
62
|
-
"@fastkit/vue-disabled-reason": "^0.2.0",
|
|
63
|
-
"@fastkit/vue-form-control": "^0.24.3",
|
|
64
|
-
"@fastkit/vue-keyboard": "^0.4.0",
|
|
65
|
-
"@fastkit/vue-media-match": "^0.16.0",
|
|
66
|
-
"@fastkit/vue-loading": "^0.17.0",
|
|
67
|
-
"@fastkit/vue-scroller": "^0.17.0",
|
|
68
|
-
"@fastkit/vue-resize": "^0.4.0",
|
|
69
|
-
"@fastkit/vue-location": "^0.6.0",
|
|
70
|
-
"@fastkit/vue-stack": "^0.19.2",
|
|
71
|
-
"@fastkit/vue-utils": "^0.17.0",
|
|
72
|
-
"@fastkit/vue-transitions": "^0.4.0"
|
|
72
|
+
"@fastkit/vue-utils": "^0.18.0-next.0"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"vue": "^3.5.22",
|
|
@@ -101,6 +101,6 @@
|
|
|
101
101
|
"stylelint": "stylelint \"**/*.{css,scss,vue,html}\" --allow-empty-input",
|
|
102
102
|
"stylelint:fix": "stylelint \"**/*.{css,scss,vue,html}\" --fix --allow-empty-input",
|
|
103
103
|
"test": "vitest run",
|
|
104
|
-
"typecheck": "tsc --noEmit
|
|
104
|
+
"typecheck": "tsc --noEmit"
|
|
105
105
|
}
|
|
106
106
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { VProgressCircular, VProgressLinear } from '@fastkit/vue-loading';
|
|
@@ -25,11 +25,15 @@
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
@mixin elevation($z, $important: false) {
|
|
28
|
-
|
|
29
|
-
var(--shadow-key-umbra-#{$z}),
|
|
30
|
-
var(--shadow-key-
|
|
31
|
-
|
|
32
|
-
|
|
28
|
+
$shadow:
|
|
29
|
+
var(--shadow-key-umbra-#{$z}), var(--shadow-key-penumbra-#{$z}),
|
|
30
|
+
var(--shadow-key-ambient-#{$z});
|
|
31
|
+
|
|
32
|
+
@if $important {
|
|
33
|
+
box-shadow: $shadow !important;
|
|
34
|
+
} @else {
|
|
35
|
+
box-shadow: $shadow;
|
|
36
|
+
}
|
|
33
37
|
}
|
|
34
38
|
|
|
35
39
|
@mixin elevation-transition(
|