@fastkit/vui 1.3.1 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastkit/vui",
3
- "version": "1.3.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.ts",
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.ts",
34
+ "types": "./dist/vui.d.mts",
35
35
  "typesVersions": {
36
36
  "*": {
37
37
  ".": [
38
- "./dist/vui.d.ts"
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/color-scheme-gen": "^1.1.0",
48
- "@fastkit/color-scheme": "^2.1.0",
49
- "@fastkit/icon-font": "^2.1.0",
50
- "@fastkit/helpers": "^0.15.0",
51
- "@fastkit/media-match": "^2.1.0",
52
- "@fastkit/media-match-gen": "^1.1.0",
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",
53
71
  "@fastkit/stylebase": "^0.13.1",
54
- "@fastkit/rules": "^0.15.0",
55
- "@fastkit/dom": "^0.3.0",
56
- "@fastkit/vue-app-layout": "^0.18.0",
57
- "@fastkit/tiny-logger": "^0.15.0",
58
- "@fastkit/vue-body-scroll-lock": "^0.4.0",
59
- "@fastkit/vue-action": "^0.5.0",
60
- "@fastkit/vue-color-scheme": "^0.17.0",
61
- "@fastkit/vue-click-outside": "^0.4.0",
62
- "@fastkit/vue-disabled-reason": "^0.2.0",
63
- "@fastkit/vue-form-control": "^0.24.2",
64
- "@fastkit/vue-location": "^0.6.0",
65
- "@fastkit/vue-keyboard": "^0.4.0",
66
- "@fastkit/vue-media-match": "^0.16.0",
67
- "@fastkit/vue-loading": "^0.17.0",
68
- "@fastkit/vue-resize": "^0.4.0",
69
- "@fastkit/vue-stack": "^0.19.2",
70
- "@fastkit/vue-transitions": "^0.4.0",
71
- "@fastkit/vue-utils": "^0.17.0",
72
- "@fastkit/vue-scroller": "^0.17.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 --skipLibCheck"
104
+ "typecheck": "tsc --noEmit"
105
105
  }
106
106
  }
@@ -10,8 +10,8 @@
10
10
  &__button {
11
11
  flex: 0 0 auto;
12
12
  height: auto;
13
- margin: 0 !important; // @TODO remove important and apply layer order
14
- margin-bottom: 1px;
13
+ margin: 0;
14
+ margin-bottom: 1px !important; // @TODO remove important and apply layer order
15
15
  border-top-right-radius: 0;
16
16
  border-bottom-right-radius: 0;
17
17
  }
@@ -1 +1 @@
1
- export * from '@fastkit/vue-loading';
1
+ export { VProgressCircular, VProgressLinear } from '@fastkit/vue-loading';
@@ -25,11 +25,15 @@
25
25
  }
26
26
 
27
27
  @mixin elevation($z, $important: false) {
28
- box-shadow:
29
- var(--shadow-key-umbra-#{$z}),
30
- var(--shadow-key-penumbra-#{$z}),
31
- var(--shadow-key-ambient-#{$z})
32
- if($important, string.unquote('!important'), null);
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(