@operato/menu 8.0.0-alpha.3 → 8.0.0-alpha.4

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,15 @@
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
+ ## [8.0.0-alpha.4](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.3...v8.0.0-alpha.4) (2024-09-07)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * dataset components & styles ([be44acd](https://github.com/hatiolab/operato/commit/be44acde8f25980e5b27afc481a2c149f8c23dbd))
12
+
13
+
14
+
6
15
  ## [8.0.0-alpha.3](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.2...v8.0.0-alpha.3) (2024-09-06)
7
16
 
8
17
  **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": "8.0.0-alpha.3",
5
+ "version": "8.0.0-alpha.4",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "license": "MIT",
@@ -54,14 +54,14 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@material/web": "^2.0.0",
57
- "@operato/data-grist": "^8.0.0-alpha.3",
57
+ "@operato/data-grist": "^8.0.0-alpha.4",
58
58
  "@operato/graphql": "^8.0.0-alpha.0",
59
59
  "@operato/i18n": "^8.0.0-alpha.0",
60
- "@operato/input": "^8.0.0-alpha.3",
61
- "@operato/layout": "^8.0.0-alpha.0",
62
- "@operato/popup": "^8.0.0-alpha.0",
63
- "@operato/shell": "^8.0.0-alpha.0",
64
- "@operato/styles": "^8.0.0-alpha.0",
60
+ "@operato/input": "^8.0.0-alpha.4",
61
+ "@operato/layout": "^8.0.0-alpha.4",
62
+ "@operato/popup": "^8.0.0-alpha.4",
63
+ "@operato/shell": "^8.0.0-alpha.4",
64
+ "@operato/styles": "^8.0.0-alpha.4",
65
65
  "@operato/utils": "^8.0.0-alpha.0",
66
66
  "lit": "^3.1.2"
67
67
  },
@@ -97,5 +97,5 @@
97
97
  "prettier --write"
98
98
  ]
99
99
  },
100
- "gitHead": "5978ef825cac0ae8589c0765f675c1791370d4fc"
100
+ "gitHead": "ac097b448ea96721b3418132e92988afdf764519"
101
101
  }
@@ -39,7 +39,6 @@ body {
39
39
  --file-uploader-label-color: #fff;
40
40
  --file-uploader-li-padding: 2px 5px 0px 5px;
41
41
  --file-uploader-li-border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
42
- --file-uploader-li-icon-margin: 2px 0 2px 5px;
43
42
  --file-uploader-li-icon-font: normal 15px var(--md-icon-font, 'Material Symbols Outlined');
44
43
  --file-uploader-li-icon-focus-color: var(--md-sys-color-primary);
45
44
  }