@operato/shell 2.0.0-alpha.154 → 2.0.0-alpha.157
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 +17 -0
- package/package.json +4 -4
- package/themes/app-theme.css +1 -1
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,23 @@
|
|
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.0.0-alpha.157](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.156...v2.0.0-alpha.157) (2024-06-01)
|
7
|
+
|
8
|
+
|
9
|
+
### :bug: Bug Fix
|
10
|
+
|
11
|
+
* theming styles ([118fe71](https://github.com/hatiolab/operato/commit/118fe711fd86d89453f97320bf9fef1e51b4ac23))
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
## [2.0.0-alpha.156](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.155...v2.0.0-alpha.156) (2024-06-01)
|
16
|
+
|
17
|
+
**Note:** Version bump only for package @operato/shell
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
6
23
|
## [2.0.0-alpha.154](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.153...v2.0.0-alpha.154) (2024-06-01)
|
7
24
|
|
8
25
|
**Note:** Version bump only for package @operato/shell
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@operato/shell",
|
3
3
|
"description": "WebApplication architecturing shell following open-wc recommendations",
|
4
4
|
"author": "heartyoh",
|
5
|
-
"version": "2.0.0-alpha.
|
5
|
+
"version": "2.0.0-alpha.157",
|
6
6
|
"main": "dist/src/index.js",
|
7
7
|
"module": "dist/src/index.js",
|
8
8
|
"exports": {
|
@@ -58,8 +58,8 @@
|
|
58
58
|
"dependencies": {
|
59
59
|
"@material/web": "^1.4.0",
|
60
60
|
"@operato/graphql": "^2.0.0-alpha.154",
|
61
|
-
"@operato/popup": "^2.0.0-alpha.
|
62
|
-
"@operato/styles": "^2.0.0-alpha.
|
61
|
+
"@operato/popup": "^2.0.0-alpha.157",
|
62
|
+
"@operato/styles": "^2.0.0-alpha.157",
|
63
63
|
"@operato/utils": "^2.0.0-alpha.154",
|
64
64
|
"@webcomponents/scoped-custom-element-registry": "^0.0.9",
|
65
65
|
"lit": "^3.1.2",
|
@@ -100,5 +100,5 @@
|
|
100
100
|
"prettier --write"
|
101
101
|
]
|
102
102
|
},
|
103
|
-
"gitHead": "
|
103
|
+
"gitHead": "d70155e32b81414d13bc4cb399457492d9639070"
|
104
104
|
}
|
package/themes/app-theme.css
CHANGED
@@ -121,7 +121,7 @@ body {
|
|
121
121
|
|
122
122
|
/* form style */
|
123
123
|
--label-font: normal var(--fontsize-default) var(--theme-font);
|
124
|
-
--label-color: var(--
|
124
|
+
--label-color: var(--md-sys-color-on-surface);
|
125
125
|
--label-text-transform: capitalize;
|
126
126
|
--input-margin: var(--margin-narrow) 0;
|
127
127
|
--input-padding: var(--padding-default);
|