@operato/dataset 2.0.0-beta.2 → 2.0.0-beta.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,23 @@
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
+ ## [2.0.0-beta.4](https://github.com/hatiolab/operato/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2024-06-04)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * theming styles ([15fa201](https://github.com/hatiolab/operato/commit/15fa20198d7adc6b57f16e408f8dee94c40113f5))
12
+
13
+
14
+
15
+ ## [2.0.0-beta.3](https://github.com/hatiolab/operato/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2024-06-04)
16
+
17
+ **Note:** Version bump only for package @operato/dataset
18
+
19
+
20
+
21
+
22
+
6
23
  ## [2.0.0-beta.2](https://github.com/hatiolab/operato/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2024-06-04)
7
24
 
8
25
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/dataset",
3
3
  "description": "WebApplication dataset supporting components following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "2.0.0-beta.2",
5
+ "version": "2.0.0-beta.4",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -106,15 +106,15 @@
106
106
  },
107
107
  "dependencies": {
108
108
  "@material/web": "^1.4.0",
109
- "@operato/data-grist": "^2.0.0-beta.2",
109
+ "@operato/data-grist": "^2.0.0-beta.4",
110
110
  "@operato/graphql": "^2.0.0-beta.0",
111
- "@operato/grist-editor": "^2.0.0-beta.2",
112
- "@operato/i18n": "^2.0.0-beta.0",
113
- "@operato/input": "^2.0.0-beta.2",
114
- "@operato/popup": "^2.0.0-beta.0",
115
- "@operato/property-editor": "^2.0.0-beta.2",
116
- "@operato/shell": "^2.0.0-beta.2",
117
- "@operato/styles": "^2.0.0-beta.0",
111
+ "@operato/grist-editor": "^2.0.0-beta.4",
112
+ "@operato/i18n": "^2.0.0-beta.3",
113
+ "@operato/input": "^2.0.0-beta.4",
114
+ "@operato/popup": "^2.0.0-beta.4",
115
+ "@operato/property-editor": "^2.0.0-beta.4",
116
+ "@operato/shell": "^2.0.0-beta.4",
117
+ "@operato/styles": "^2.0.0-beta.4",
118
118
  "@operato/utils": "^2.0.0-beta.0",
119
119
  "lit": "^3.1.2"
120
120
  },
@@ -150,5 +150,5 @@
150
150
  "prettier --write"
151
151
  ]
152
152
  },
153
- "gitHead": "df3ca9940501549fe8b59f294425d50962895965"
153
+ "gitHead": "4967dbbb6153cc97f1c5d361501712fe7da4ce26"
154
154
  }
@@ -1,5 +1,5 @@
1
1
  body {
2
- --grid-container-border-color: 1px solid rgba(0, 0, 0, 0.09);
2
+ --grid-container-border-color: 1px solid var(--md-sys-color-outline-variant);
3
3
  --grid-container-border-width: 1px 0;
4
4
 
5
5
  --grist-background-color: var(--main-section-background-color);