@awes-io/ui 2.137.0 → 2.138.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,17 @@
|
|
|
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.138.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.137.0...@awes-io/ui@2.138.0) (2025-10-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* text contrast increased ([2f59c41](https://github.com/awes-io/client/commit/2f59c4192fe3f32b2cc288cf4ad865c2807aad6b))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [2.137.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.136.0...@awes-io/ui@2.137.0) (2025-10-17)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
.aw-icon-menu-item {
|
|
14
14
|
&__icon,
|
|
15
15
|
&__text {
|
|
16
|
-
color: var(--c-mono-
|
|
16
|
+
color: var(--c-mono-300);
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
&__icon {
|
|
31
31
|
display: block;
|
|
32
|
-
color: var(--c-mono-
|
|
32
|
+
color: var(--c-mono-100);
|
|
33
33
|
transition: 60ms color;
|
|
34
34
|
|
|
35
35
|
&-block {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
font-size: 0.625rem;
|
|
52
52
|
font-weight: 400;
|
|
53
53
|
line-height: 0.659375rem;
|
|
54
|
-
color: var(--c-mono-
|
|
54
|
+
color: var(--c-mono-100);
|
|
55
55
|
transition: 60ms color;
|
|
56
56
|
|
|
57
57
|
text-align: center;
|
package/assets/css/main.css
CHANGED
|
@@ -57,12 +57,13 @@
|
|
|
57
57
|
@screen lg {
|
|
58
58
|
:root[data-dark='true'] {
|
|
59
59
|
--c-surface: #2e2f33;
|
|
60
|
+
--c-on-surface: #feffff;
|
|
60
61
|
|
|
61
62
|
--c-page-bg: #1e1e21;
|
|
62
63
|
|
|
63
64
|
--c-mono-0: #ffffff;
|
|
64
65
|
--c-mono-50: #f3f5f7;
|
|
65
|
-
--c-mono-100: #
|
|
66
|
+
--c-mono-100: #feffff;
|
|
66
67
|
--c-mono-200: #d5d5d6;
|
|
67
68
|
--c-mono-300: #c0c1c2;
|
|
68
69
|
--c-mono-400: #abacad;
|
package/assets/js/styles.js
CHANGED
|
@@ -128,7 +128,7 @@ export default {
|
|
|
128
128
|
|
|
129
129
|
'mono-0': '#FFFFFF',
|
|
130
130
|
'mono-50': '#DBDDDE',
|
|
131
|
-
'mono-100': '#
|
|
131
|
+
'mono-100': '#feffff',
|
|
132
132
|
'mono-200': '#C0C0C1',
|
|
133
133
|
'mono-300': '#9A9B9C',
|
|
134
134
|
'mono-400': '#ABACAD',
|
|
@@ -149,7 +149,7 @@ export default {
|
|
|
149
149
|
warning: '#333',
|
|
150
150
|
error: '#fff',
|
|
151
151
|
|
|
152
|
-
surface: '#
|
|
152
|
+
surface: '#feffff',
|
|
153
153
|
'page-bg': '#e7eaed',
|
|
154
154
|
overlay: '#fff',
|
|
155
155
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awes-io/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.138.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": "8a0bbf54aca0f6fccf4120172b531b536a243983"
|
|
118
118
|
}
|