@operato/data-tree 1.11.16 → 1.12.0

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
+ ## [1.12.0](https://github.com/hatiolab/operato/compare/v1.11.23...v1.12.0) (2023-12-29)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * sticky summary row ([04de274](https://github.com/hatiolab/operato/commit/04de274b5fda70bc5aea23e14057fa9f1ef33e0a))
12
+
13
+
14
+
6
15
  ### [1.11.16](https://github.com/hatiolab/operato/compare/v1.11.15...v1.11.16) (2023-12-24)
7
16
 
8
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/data-tree",
3
- "version": "1.11.16",
3
+ "version": "1.12.0",
4
4
  "description": "User interface for tree structure data",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/index.js",
@@ -78,5 +78,5 @@
78
78
  "prettier --write"
79
79
  ]
80
80
  },
81
- "gitHead": "10bdd712ccaae4bf83de0f094e3ec9738530e7b8"
81
+ "gitHead": "d0158d77b304ea98541023dc4748c343ef659ec0"
82
82
  }
@@ -16,7 +16,6 @@ body {
16
16
  --grist-object-editor-font: normal 1em var(--theme-font);
17
17
  --grist-object-editor-color: var(--secondary-color);
18
18
 
19
- --grist-input-zoom: 1;
20
19
  --grist-input-progress-border: 1px solid rgba(255, 255, 255, 0.5);
21
20
  --grist-input-progress-background: rgba(121, 110, 110, 0.1);
22
21
  --grist-input-progress-bar-background: #4ac5fd;
@@ -146,12 +145,6 @@ body {
146
145
  --ox-grist-padding: var(--padding-default) var(--padding-default) 0 var(--padding-default);
147
146
  }
148
147
 
149
- @media print {
150
- body {
151
- --grist-input-zoom: 0.7;
152
- }
153
- }
154
-
155
148
  @media only screen and (max-width: 460px) {
156
149
  body {
157
150
  --record-view-label-font: bold 15px/32px var(--theme-font);