@awes-io/ui 2.112.0 → 2.112.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/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.112.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.112.0...@awes-io/ui@2.112.1) (2024-10-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * aw-dock z-index increased ([d552d36](https://github.com/awes-io/client/commit/d552d36487ff48115c94e61e39e8fad629d95283))
12
+ * z-indexes fix ([ee4a1ec](https://github.com/awes-io/client/commit/ee4a1ecdd99828391360159bafa7d10db834e6c1))
13
+
14
+
15
+
16
+
17
+
6
18
  # [2.112.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.111.0...@awes-io/ui@2.112.0) (2024-10-03)
7
19
 
8
20
 
@@ -13,7 +13,7 @@
13
13
  bottom: 0;
14
14
  min-height: 3.5rem;
15
15
  width: 100%;
16
- z-index: 20;
16
+ z-index: 19;
17
17
 
18
18
  & > * {
19
19
  flex-basis: 9rem;
@@ -12,7 +12,7 @@
12
12
  position: fixed;
13
13
  left: 0;
14
14
  bottom: 0;
15
- z-index: 10;
15
+ z-index: 21;
16
16
 
17
17
  touch-action: pan-y;
18
18
 
@@ -86,22 +86,22 @@
86
86
  }
87
87
  }
88
88
 
89
- /* @screen md {
89
+ @screen md {
90
90
  .aw-page-header {
91
91
  &__title {
92
- flex: 10 1 max-content;
92
+ flex: 1 1 max-content;
93
93
  }
94
94
 
95
95
  &__breadcrumbs,
96
96
  &__buttons {
97
- flex: 1 10 max-content;
97
+ flex: 1 0 max-content;
98
98
  }
99
99
 
100
100
  &__buttons {
101
101
  min-width: max-content;
102
102
  }
103
103
  }
104
- } */
104
+ }
105
105
 
106
106
  @screen lg {
107
107
  .aw-page-header {
@@ -6,6 +6,6 @@
6
6
 
7
7
  margin-bottom: 0;
8
8
  font-size: 1.125rem;
9
- line-height: 1;
9
+ line-height: 1.2222;
10
10
  display: inline-block;
11
11
  }
@@ -47,6 +47,7 @@
47
47
  v-for="({ listeners, tooltip, ...attrs },
48
48
  i) in splitButtons.fixed"
49
49
  :key="i"
50
+ style="--btn-padding-x: 1rem"
50
51
  v-tooltip="tooltip"
51
52
  v-bind="attrs"
52
53
  auto-width
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awes-io/ui",
3
- "version": "2.112.0",
3
+ "version": "2.112.1",
4
4
  "description": "User Interface (UI) components",
5
5
  "keywords": [
6
6
  "ui",
@@ -114,5 +114,5 @@
114
114
  "rollup-plugin-visualizer": "^2.6.0",
115
115
  "rollup-plugin-vue": "^5.0.1"
116
116
  },
117
- "gitHead": "c8bbf723d678f1cbb8891251a2c6cf0566c73b8f"
117
+ "gitHead": "2bc3682b3eb1b0873c37918e8254b65c9e97a62e"
118
118
  }