@operato/context 7.1.4 → 7.1.6

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.1.6](https://github.com/hatiolab/operato/compare/v7.1.5...v7.1.6) (2024-09-07)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * dataset components & styles ([d6836bd](https://github.com/hatiolab/operato/commit/d6836bd1c400962453dec31ab6e6055e4110900b))
12
+
13
+
14
+
6
15
  ### [7.1.4](https://github.com/hatiolab/operato/compare/v7.1.3...v7.1.4) (2024-09-06)
7
16
 
8
17
  **Note:** Version bump only for package @operato/context
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/context",
3
3
  "description": "Webcomponent context following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "7.1.4",
5
+ "version": "7.1.6",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -66,11 +66,11 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "@material/web": "^2.0.0",
69
- "@operato/help": "^7.1.4",
70
- "@operato/input": "^7.1.4",
71
- "@operato/layout": "^7.1.1",
72
- "@operato/shell": "^7.1.1",
73
- "@operato/styles": "^7.1.1",
69
+ "@operato/help": "^7.1.6",
70
+ "@operato/input": "^7.1.6",
71
+ "@operato/layout": "^7.1.6",
72
+ "@operato/shell": "^7.1.6",
73
+ "@operato/styles": "^7.1.6",
74
74
  "@operato/utils": "^7.1.1",
75
75
  "lit": "^3.1.2",
76
76
  "lodash-es": "^4.17.21",
@@ -108,5 +108,5 @@
108
108
  "prettier --write"
109
109
  ]
110
110
  },
111
- "gitHead": "1abfd7c0d36d4083e38f88bd83cffa92198bb520"
111
+ "gitHead": "6f754b46ee6e01c930e71073611de781da4e7bf5"
112
112
  }
@@ -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
  }