@snack-uikit/tree 0.9.29 → 0.9.31-preview-cccab544.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,16 @@
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
+ ## <small>0.9.30 (2025-11-14)</small>
7
+
8
+ ### Only dependencies have been changed
9
+ * [@snack-uikit/list@0.32.7](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/list/CHANGELOG.md)
10
+ * [@snack-uikit/truncate-string@0.7.4](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/truncate-string/CHANGELOG.md)
11
+
12
+
13
+
14
+
15
+
6
16
  ## <small>0.9.29 (2025-11-13)</small>
7
17
 
8
18
  * feat(PDS-2935): add href param to TreeNode ([c508075](https://github.com/cloud-ru-tech/snack-uikit/commit/c508075))
@@ -156,7 +156,7 @@ exports.ExpandableTreeNode = (0, react_1.forwardRef)((_a, ref) => {
156
156
  children: [(0, jsx_runtime_1.jsx)(TreeLine_1.TreeLine, {
157
157
  visible: showLines,
158
158
  "data-test-id": constants_1.TEST_IDS.line,
159
- height: `calc(100% - ${lastItemHeight}px)`,
159
+ height: "calc(100% - ".concat(lastItemHeight, "px)"),
160
160
  className: styles_module_scss_1.default.treeLine
161
161
  }), (0, jsx_runtime_1.jsx)("div", {
162
162
  className: styles_module_scss_1.default.expandableNested,
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Tree",
7
- "version": "0.9.29",
7
+ "version": "0.9.31-preview-cccab544.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -38,14 +38,14 @@
38
38
  "dependencies": {
39
39
  "@snack-uikit/button": "0.19.16",
40
40
  "@snack-uikit/icons": "0.27.3",
41
- "@snack-uikit/list": "0.32.6",
41
+ "@snack-uikit/list": "0.32.8-preview-cccab544.0",
42
42
  "@snack-uikit/toggles": "0.13.22",
43
- "@snack-uikit/truncate-string": "0.7.3",
43
+ "@snack-uikit/truncate-string": "0.7.4",
44
44
  "@snack-uikit/typography": "0.8.11",
45
45
  "@snack-uikit/utils": "4.0.0",
46
46
  "classnames": "2.5.1",
47
47
  "react-transition-state": "2.1.1",
48
48
  "uncontrollable": "8.0.4"
49
49
  },
50
- "gitHead": "34ce7609746cf438c7a373240f9e105826d709f4"
50
+ "gitHead": "25aa571cf3de5af48a9054778c7136c819c53f5f"
51
51
  }