@operato/grist-editor 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/grist-editor",
3
- "version": "8.0.0-alpha.3",
3
+ "version": "8.0.0-alpha.4",
4
4
  "description": "Webcomponent for grist-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -110,13 +110,13 @@
110
110
  },
111
111
  "dependencies": {
112
112
  "@material/web": "^2.0.0",
113
- "@operato/data-grist": "^8.0.0-alpha.3",
114
- "@operato/help": "^8.0.0-alpha.3",
113
+ "@operato/data-grist": "^8.0.0-alpha.4",
114
+ "@operato/help": "^8.0.0-alpha.4",
115
115
  "@operato/i18n": "^8.0.0-alpha.0",
116
- "@operato/input": "^8.0.0-alpha.3",
117
- "@operato/popup": "^8.0.0-alpha.0",
118
- "@operato/property-editor": "^8.0.0-alpha.3",
119
- "@operato/styles": "^8.0.0-alpha.0",
116
+ "@operato/input": "^8.0.0-alpha.4",
117
+ "@operato/popup": "^8.0.0-alpha.4",
118
+ "@operato/property-editor": "^8.0.0-alpha.4",
119
+ "@operato/styles": "^8.0.0-alpha.4",
120
120
  "cronstrue": "^2.2.0",
121
121
  "cross-fetch": "^3.1.5",
122
122
  "lit": "^3.1.2",
@@ -156,5 +156,5 @@
156
156
  "prettier --write"
157
157
  ]
158
158
  },
159
- "gitHead": "5978ef825cac0ae8589c0765f675c1791370d4fc"
159
+ "gitHead": "ac097b448ea96721b3418132e92988afdf764519"
160
160
  }
@@ -38,7 +38,6 @@ body {
38
38
  --file-uploader-label-color: #fff;
39
39
  --file-uploader-li-padding: 2px 5px 0px 5px;
40
40
  --file-uploader-li-border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
41
- --file-uploader-li-icon-margin: 2px 0 2px 5px;
42
41
  --file-uploader-li-icon-font: normal 15px var(--md-icon-font, 'Material Symbols Outlined');
43
42
  --file-uploader-li-icon-focus-color: var(--md-sys-color-primary);
44
43
  }