@operato/grist-editor 7.0.0-rc.8 → 7.0.0-rc.9

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
+ ## [7.0.0-rc.9](https://github.com/hatiolab/operato/compare/v7.0.0-rc.8...v7.0.0-rc.9) (2024-06-29)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * ox-input-barcode style ([5f803bb](https://github.com/hatiolab/operato/commit/5f803bba90167c3a214998df3f860934b116d770))
12
+
13
+
14
+
6
15
  ## [7.0.0-rc.8](https://github.com/hatiolab/operato/compare/v7.0.0-rc.7...v7.0.0-rc.8) (2024-06-28)
7
16
 
8
17
  **Note:** Version bump only for package @operato/grist-editor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/grist-editor",
3
- "version": "7.0.0-rc.8",
3
+ "version": "7.0.0-rc.9",
4
4
  "description": "Webcomponent for grist-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -98,13 +98,13 @@
98
98
  },
99
99
  "dependencies": {
100
100
  "@material/web": "^1.5.0",
101
- "@operato/data-grist": "^7.0.0-rc.8",
102
- "@operato/help": "^7.0.0-rc.8",
101
+ "@operato/data-grist": "^7.0.0-rc.9",
102
+ "@operato/help": "^7.0.0-rc.9",
103
103
  "@operato/i18n": "^7.0.0-rc.0",
104
- "@operato/input": "^7.0.0-rc.8",
105
- "@operato/popup": "^7.0.0-rc.8",
106
- "@operato/property-editor": "^7.0.0-rc.8",
107
- "@operato/styles": "^7.0.0-rc.8",
104
+ "@operato/input": "^7.0.0-rc.9",
105
+ "@operato/popup": "^7.0.0-rc.9",
106
+ "@operato/property-editor": "^7.0.0-rc.9",
107
+ "@operato/styles": "^7.0.0-rc.9",
108
108
  "cronstrue": "^2.2.0",
109
109
  "cross-fetch": "^3.1.5",
110
110
  "lit": "^3.1.2",
@@ -144,5 +144,5 @@
144
144
  "prettier --write"
145
145
  ]
146
146
  },
147
- "gitHead": "96f980e10bdad5b1e1d4e8e8be557e9f650b95ce"
147
+ "gitHead": "3b8c124b58b053d68e80b2665e74080360d82d4d"
148
148
  }
@@ -39,7 +39,7 @@ body {
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
41
  --file-uploader-li-icon-margin: 2px 0 2px 5px;
42
- --file-uploader-li-icon-font: normal 15px var(--mdc-icon-font, 'Material Icons');
42
+ --file-uploader-li-icon-font: normal 15px var(--md-icon-font, 'Material Symbols Outlined');
43
43
  --file-uploader-li-icon-focus-color: var(--md-sys-color-primary);
44
44
  }
45
45
 
@@ -58,7 +58,7 @@ body {
58
58
 
59
59
  --grid-record-dirty-border-top: 24px solid rgba(var(--primary-color-rgb), 0.6);
60
60
  --grid-record-dirty-border-left: 24px solid transparent;
61
- --grid-record-dirty-icon-font: bold 10px/12px var(--mdc-icon-font, 'Material Icons');
61
+ --grid-record-dirty-icon-font: bold 10px/12px var(--md-icon-font, 'Material Symbols Outlined');
62
62
  --grid-record-dirty-icon-size: var(--fontsize-large);
63
63
  --grid-record-dirty-color: var(--theme-white-color);
64
64
 
@@ -4,7 +4,7 @@ body {
4
4
  --oops-spinner-image: url(/assets/images/spinner.png);
5
5
 
6
6
  /* oops note style */
7
- --oops-note-icon-font: normal 24px var(--mdc-icon-font, 'Material Icons');
7
+ --oops-note-icon-font: normal 24px var(--md-icon-font, 'Material Symbols Outlined');
8
8
  --oops-note-icon-color: rgba(var(--secondary-color-rgb), 0.3);
9
9
  --oops-note-icon-border: 2px solid rgba(var(--secondary-color-rgb), 0.3);
10
10
  --oops-note-icon-border-radius: 50px;
@@ -18,7 +18,7 @@ body {
18
18
  @media only screen and (max-width: 460px) {
19
19
  body {
20
20
  --oops-note-icon-padding: var(--padding-narrow);
21
- --oops-note-icon-font: normal 18px var(--mdc-icon-font, 'Material Icons');
21
+ --oops-note-icon-font: normal 18px var(--md-icon-font, 'Material Symbols Outlined');
22
22
  --oops-note-title-font: bold 13px var(--theme-font);
23
23
  --oops-note-title-margin: var(--margin-narrow) 0 2px 0;
24
24
  --oops-note-description-font: normal 0px var(--theme-font);