@operato/menu 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 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/menu
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/menu
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/menu",
3
3
  "description": "Webcomponent menu following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "2.0.0-beta.1",
5
+ "version": "2.0.0-beta.3",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "license": "MIT",
@@ -52,13 +52,13 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@material/web": "^1.4.0",
55
- "@operato/data-grist": "^2.0.0-beta.1",
55
+ "@operato/data-grist": "^2.0.0-beta.3",
56
56
  "@operato/graphql": "^2.0.0-beta.0",
57
- "@operato/i18n": "^2.0.0-beta.0",
58
- "@operato/input": "^2.0.0-beta.1",
59
- "@operato/layout": "^2.0.0-beta.0",
57
+ "@operato/i18n": "^2.0.0-beta.3",
58
+ "@operato/input": "^2.0.0-beta.3",
59
+ "@operato/layout": "^2.0.0-beta.2",
60
60
  "@operato/popup": "^2.0.0-beta.0",
61
- "@operato/shell": "^2.0.0-beta.0",
61
+ "@operato/shell": "^2.0.0-beta.2",
62
62
  "@operato/styles": "^2.0.0-beta.0",
63
63
  "@operato/utils": "^2.0.0-beta.0",
64
64
  "lit": "^3.1.2"
@@ -95,5 +95,5 @@
95
95
  "prettier --write"
96
96
  ]
97
97
  },
98
- "gitHead": "9ea81d43b1a5b47e2e40320baf6f8729552edc05"
98
+ "gitHead": "f784d266745412a10887dd5163da8c8d7a4fe423"
99
99
  }
@@ -121,7 +121,6 @@ body {
121
121
 
122
122
  /* form style */
123
123
  --label-font: normal var(--fontsize-default) var(--theme-font);
124
- --label-color: var(--md-sys-color-on-surface);
125
124
  --label-text-transform: capitalize;
126
125
  --input-margin: var(--margin-narrow) 0;
127
126
  --input-padding: var(--padding-default);