@fastkit/vui 1.3.0 → 1.3.1

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.css CHANGED
@@ -1886,7 +1886,8 @@
1886
1886
  border-top-right-radius:0;
1887
1887
  flex:0 0 auto;
1888
1888
  height:auto;
1889
- margin:0 0 1px;
1889
+ margin:0 !important;
1890
+ margin-bottom:1px;
1890
1891
  }
1891
1892
  .v-file-input__selections{
1892
1893
  align-items:center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastkit/vui",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "A simple, extensible UI kit for Vue applications.",
5
5
  "keywords": [
6
6
  "fastkit",
@@ -47,29 +47,29 @@
47
47
  "@fastkit/color-scheme-gen": "^1.1.0",
48
48
  "@fastkit/color-scheme": "^2.1.0",
49
49
  "@fastkit/icon-font": "^2.1.0",
50
- "@fastkit/media-match": "^2.1.0",
51
50
  "@fastkit/helpers": "^0.15.0",
52
- "@fastkit/dom": "^0.3.0",
53
- "@fastkit/rules": "^0.15.0",
51
+ "@fastkit/media-match": "^2.1.0",
52
+ "@fastkit/media-match-gen": "^1.1.0",
54
53
  "@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",
55
57
  "@fastkit/tiny-logger": "^0.15.0",
56
- "@fastkit/vue-action": "^0.5.0",
57
- "@fastkit/media-match-gen": "^1.1.0",
58
58
  "@fastkit/vue-body-scroll-lock": "^0.4.0",
59
- "@fastkit/vue-app-layout": "^0.18.0",
60
- "@fastkit/vue-disabled-reason": "^0.2.0",
59
+ "@fastkit/vue-action": "^0.5.0",
61
60
  "@fastkit/vue-color-scheme": "^0.17.0",
62
- "@fastkit/vue-form-control": "^0.24.0",
63
61
  "@fastkit/vue-click-outside": "^0.4.0",
64
- "@fastkit/vue-keyboard": "^0.4.0",
62
+ "@fastkit/vue-disabled-reason": "^0.2.0",
63
+ "@fastkit/vue-form-control": "^0.24.2",
65
64
  "@fastkit/vue-location": "^0.6.0",
65
+ "@fastkit/vue-keyboard": "^0.4.0",
66
+ "@fastkit/vue-media-match": "^0.16.0",
66
67
  "@fastkit/vue-loading": "^0.17.0",
67
68
  "@fastkit/vue-resize": "^0.4.0",
68
- "@fastkit/vue-media-match": "^0.16.0",
69
- "@fastkit/vue-utils": "^0.17.0",
70
- "@fastkit/vue-scroller": "^0.17.0",
69
+ "@fastkit/vue-stack": "^0.19.2",
71
70
  "@fastkit/vue-transitions": "^0.4.0",
72
- "@fastkit/vue-stack": "^0.19.2"
71
+ "@fastkit/vue-utils": "^0.17.0",
72
+ "@fastkit/vue-scroller": "^0.17.0"
73
73
  },
74
74
  "devDependencies": {
75
75
  "vue": "^3.5.22",
@@ -10,7 +10,7 @@
10
10
  &__button {
11
11
  flex: 0 0 auto;
12
12
  height: auto;
13
- margin: 0;
13
+ margin: 0 !important; // @TODO remove important and apply layer order
14
14
  margin-bottom: 1px;
15
15
  border-top-right-radius: 0;
16
16
  border-bottom-right-radius: 0;