@operato/styles 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/styles
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/styles",
3
3
  "description": "Webcomponent styles following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "7.0.0-rc.8",
5
+ "version": "7.0.0-rc.9",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "license": "MIT",
@@ -52,5 +52,5 @@
52
52
  },
53
53
  "customElements": "custom-elements.json",
54
54
  "prettier": "@hatiolab/prettier-config",
55
- "gitHead": "96f980e10bdad5b1e1d4e8e8be557e9f650b95ce"
55
+ "gitHead": "3b8c124b58b053d68e80b2665e74080360d82d4d"
56
56
  }
@@ -61,7 +61,7 @@ body {
61
61
 
62
62
  --grid-record-dirty-border-top: 24px solid rgba(var(--md-sys-color-primary-rgb), 0.6);
63
63
  --grid-record-dirty-border-left: 24px solid transparent;
64
- --grid-record-dirty-icon-font: bold 10px/12px var(--mdc-icon-font, 'Material Icons');
64
+ --grid-record-dirty-icon-font: bold 10px/12px var(--md-icon-font, 'Material Symbols Outlined');
65
65
  --grid-record-dirty-icon-size: var(--fontsize-large);
66
66
  --grid-record-dirty-color: var(--md-sys-color-surface);
67
67