@operato/data-tree 1.11.16 → 1.12.3
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 +17 -0
- package/package.json +3 -3
- package/themes/grist-theme.css +0 -7
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
|
+
### [1.12.3](https://github.com/hatiolab/operato/compare/v1.12.2...v1.12.3) (2024-01-01)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @operato/data-tree
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.12.0](https://github.com/hatiolab/operato/compare/v1.11.23...v1.12.0) (2023-12-29)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### :bug: Bug Fix
|
|
18
|
+
|
|
19
|
+
* sticky summary row ([04de274](https://github.com/hatiolab/operato/commit/04de274b5fda70bc5aea23e14057fa9f1ef33e0a))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
6
23
|
### [1.11.16](https://github.com/hatiolab/operato/compare/v1.11.15...v1.11.16) (2023-12-24)
|
|
7
24
|
|
|
8
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/data-tree",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.3",
|
|
4
4
|
"description": "User interface for tree structure data",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"storybook:build": "tsc && build-storybook"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@operato/styles": "^1.
|
|
43
|
+
"@operato/styles": "^1.12.3",
|
|
44
44
|
"i18next": "^21.5.4",
|
|
45
45
|
"lit": "^2.5.0",
|
|
46
46
|
"lodash-es": "^4.17.21"
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"prettier --write"
|
|
79
79
|
]
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "5945ee8a415275de762e50408f895d9cb4cbfeb9"
|
|
82
82
|
}
|
package/themes/grist-theme.css
CHANGED
|
@@ -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);
|