@operato/attribute 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 +9 -0
- package/package.json +9 -9
- package/themes/form-theme.css +0 -1
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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@operato/attribute",
|
|
3
3
|
"description": "WebApplication attribute supporting components following open-wc recommendations",
|
|
4
4
|
"author": "heartyoh",
|
|
5
|
-
"version": "8.0.0-alpha.
|
|
5
|
+
"version": "8.0.0-alpha.4",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
7
7
|
"module": "dist/src/index.js",
|
|
8
8
|
"exports": {
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@material/web": "^2.0.0",
|
|
61
|
-
"@operato/data-grist": "^8.0.0-alpha.
|
|
61
|
+
"@operato/data-grist": "^8.0.0-alpha.4",
|
|
62
62
|
"@operato/graphql": "^8.0.0-alpha.0",
|
|
63
|
-
"@operato/grist-editor": "^8.0.0-alpha.
|
|
63
|
+
"@operato/grist-editor": "^8.0.0-alpha.4",
|
|
64
64
|
"@operato/i18n": "^8.0.0-alpha.0",
|
|
65
|
-
"@operato/input": "^8.0.0-alpha.
|
|
66
|
-
"@operato/popup": "^8.0.0-alpha.
|
|
67
|
-
"@operato/property-editor": "^8.0.0-alpha.
|
|
68
|
-
"@operato/shell": "^8.0.0-alpha.
|
|
69
|
-
"@operato/styles": "^8.0.0-alpha.
|
|
65
|
+
"@operato/input": "^8.0.0-alpha.4",
|
|
66
|
+
"@operato/popup": "^8.0.0-alpha.4",
|
|
67
|
+
"@operato/property-editor": "^8.0.0-alpha.4",
|
|
68
|
+
"@operato/shell": "^8.0.0-alpha.4",
|
|
69
|
+
"@operato/styles": "^8.0.0-alpha.4",
|
|
70
70
|
"@operato/utils": "^8.0.0-alpha.0",
|
|
71
71
|
"lit": "^3.1.2"
|
|
72
72
|
},
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"prettier --write"
|
|
103
103
|
]
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "ac097b448ea96721b3418132e92988afdf764519"
|
|
106
106
|
}
|
package/themes/form-theme.css
CHANGED
|
@@ -37,7 +37,6 @@ body {
|
|
|
37
37
|
--file-uploader-label-color: #fff;
|
|
38
38
|
--file-uploader-li-padding: 2px 5px 0px 5px;
|
|
39
39
|
--file-uploader-li-border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
|
|
40
|
-
--file-uploader-li-icon-margin: 2px 0 2px 5px;
|
|
41
40
|
--file-uploader-li-icon-font: normal 15px var(--md-icon-font, 'Material Symbols Outlined');
|
|
42
41
|
--file-uploader-li-icon-focus-color: var(--md-sys-color-primary);
|
|
43
42
|
}
|