@awes-io/ui 2.127.2 → 2.128.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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,29 @@
|
|
|
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.128.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.127.3...@awes-io/ui@2.128.0) (2025-03-27)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* change modal overlay opacity ([d43a164](https://github.com/awes-io/client/commit/d43a164528c7277a250a3dfa66fe073068c06a95))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [2.127.3](https://github.com/awes-io/client/compare/@awes-io/ui@2.127.2...@awes-io/ui@2.127.3) (2025-03-20)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **auth:** refresh token expiration update on token update ([6240e08](https://github.com/awes-io/client/commit/6240e08b318a424764c6bb9ed2e82eded0bfcbf4))
|
|
23
|
+
* console log removed ([cc4ed18](https://github.com/awes-io/client/commit/cc4ed18d70ed2674671e1f7e04e0180fc12c32cd))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
6
29
|
## [2.127.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.127.1...@awes-io/ui@2.127.2) (2025-02-06)
|
|
7
30
|
|
|
8
31
|
|
|
@@ -294,11 +294,13 @@ $modal-aside-width-large: 75vw;
|
|
|
294
294
|
}
|
|
295
295
|
|
|
296
296
|
&.is-default {
|
|
297
|
-
@apply
|
|
297
|
+
@apply flex pt-16 px-16;
|
|
298
|
+
background: rgba(var(--c-overlay-rgb), var(--bg-opacity, 0.8));
|
|
298
299
|
}
|
|
299
300
|
|
|
300
301
|
&[class*='is-overlay-aside'] {
|
|
301
|
-
@apply
|
|
302
|
+
@apply overflow-hidden;
|
|
303
|
+
background: rgba(var(--c-overlay-rgb), var(--bg-opacity, 0.8));
|
|
302
304
|
}
|
|
303
305
|
|
|
304
306
|
&[class*='is-overlay-aside'] &__dialog {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awes-io/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.128.0",
|
|
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": "
|
|
117
|
+
"gitHead": "f3775d664c6e04ca04b8e1aa9e70bf0629f9fac3"
|
|
118
118
|
}
|