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