@operato/app 2.0.0-beta.1 → 2.0.0-beta.3
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 +11 -11
- package/themes/app-theme.css +0 -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-beta.3](https://github.com/hatiolab/operato/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2024-06-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @operato/app
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [2.0.0-beta.2](https://github.com/hatiolab/operato/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2024-06-04)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### :bug: Bug Fix
|
|
18
|
+
|
|
19
|
+
* search form theming styles ([a8924a4](https://github.com/hatiolab/operato/commit/a8924a440d249a226dee4df277d7009c629c9b18))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
6
23
|
## [2.0.0-beta.1](https://github.com/hatiolab/operato/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2024-06-03)
|
|
7
24
|
|
|
8
25
|
**Note:** Version bump only for package @operato/app
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@operato/app",
|
|
3
3
|
"description": "WebApplication production supporting components following open-wc recommendations",
|
|
4
4
|
"author": "heartyoh",
|
|
5
|
-
"version": "2.0.0-beta.
|
|
5
|
+
"version": "2.0.0-beta.3",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
7
7
|
"module": "dist/src/index.js",
|
|
8
8
|
"exports": {
|
|
@@ -134,16 +134,16 @@
|
|
|
134
134
|
"@graphql-tools/delegate": "^10.0.1",
|
|
135
135
|
"@graphql-tools/wrap": "^8.5.0",
|
|
136
136
|
"@material/web": "^1.4.0",
|
|
137
|
-
"@operato/attachment": "^2.0.0-beta.
|
|
138
|
-
"@operato/data-grist": "^2.0.0-beta.
|
|
139
|
-
"@operato/font": "^2.0.0-beta.
|
|
140
|
-
"@operato/form": "^2.0.0-beta.
|
|
137
|
+
"@operato/attachment": "^2.0.0-beta.3",
|
|
138
|
+
"@operato/data-grist": "^2.0.0-beta.3",
|
|
139
|
+
"@operato/font": "^2.0.0-beta.3",
|
|
140
|
+
"@operato/form": "^2.0.0-beta.3",
|
|
141
141
|
"@operato/graphql": "^2.0.0-beta.0",
|
|
142
|
-
"@operato/i18n": "^2.0.0-beta.
|
|
143
|
-
"@operato/input": "^2.0.0-beta.
|
|
144
|
-
"@operato/layout": "^2.0.0-beta.
|
|
145
|
-
"@operato/property-editor": "^2.0.0-beta.
|
|
146
|
-
"@operato/shell": "^2.0.0-beta.
|
|
142
|
+
"@operato/i18n": "^2.0.0-beta.3",
|
|
143
|
+
"@operato/input": "^2.0.0-beta.3",
|
|
144
|
+
"@operato/layout": "^2.0.0-beta.2",
|
|
145
|
+
"@operato/property-editor": "^2.0.0-beta.3",
|
|
146
|
+
"@operato/shell": "^2.0.0-beta.2",
|
|
147
147
|
"@operato/styles": "^2.0.0-beta.0",
|
|
148
148
|
"@operato/utils": "^2.0.0-beta.0",
|
|
149
149
|
"cm6-graphql": "^0.0.14",
|
|
@@ -186,5 +186,5 @@
|
|
|
186
186
|
"prettier --write"
|
|
187
187
|
]
|
|
188
188
|
},
|
|
189
|
-
"gitHead": "
|
|
189
|
+
"gitHead": "f784d266745412a10887dd5163da8c8d7a4fe423"
|
|
190
190
|
}
|
package/themes/app-theme.css
CHANGED
|
@@ -131,7 +131,6 @@ body {
|
|
|
131
131
|
|
|
132
132
|
/* form style */
|
|
133
133
|
--label-font: normal var(--fontsize-default) var(--theme-font);
|
|
134
|
-
--label-color: var(--md-sys-color-on-surface);
|
|
135
134
|
--label-text-transform: capitalize;
|
|
136
135
|
--input-margin: var(--margin-narrow) 0;
|
|
137
136
|
--input-padding: var(--padding-default);
|