@awes-io/ui 2.113.0 → 2.114.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,28 @@
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.114.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.114.0...@awes-io/ui@2.114.1) (2024-10-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * dynamic max height in modal ([e510e0f](https://github.com/awes-io/client/commit/e510e0fc5b491347d6904d9aa2675d42ccea9584))
12
+
13
+
14
+
15
+
16
+
17
+ # [2.114.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.113.0...@awes-io/ui@2.114.0) (2024-10-25)
18
+
19
+
20
+ ### Features
21
+
22
+ * add z-index for select mobile input ([582cbb1](https://github.com/awes-io/client/commit/582cbb1c2c3b771ff36602dbd7e8acaaa741b554))
23
+
24
+
25
+
26
+
27
+
6
28
  # [2.113.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.112.1...@awes-io/ui@2.113.0) (2024-10-15)
7
29
 
8
30
 
@@ -15,7 +15,9 @@ $modal-aside-width-large: 75vw;
15
15
  max-width: 100%;
16
16
 
17
17
  &__container {
18
- @apply relative flex w-full min-h-screen justify-center items-start p-0;
18
+ @apply relative flex w-full justify-center items-start p-0;
19
+ min-height: 100vh;
20
+ min-height: 100dvh;
19
21
  height: max-content;
20
22
  }
21
23
 
@@ -90,6 +90,7 @@
90
90
  &__mobile-input {
91
91
  position: sticky;
92
92
  top: 0;
93
+ z-index: 20;
93
94
 
94
95
  &.opened,
95
96
  & .aw-text-field__element {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awes-io/ui",
3
- "version": "2.113.0",
3
+ "version": "2.114.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": "03c333535144de280da2aa6117e41ab92a144102"
117
+ "gitHead": "0e9f3beefc07687a091f45c3ed17ec387ed0b337"
118
118
  }