@snack-uikit/tree 0.9.30 → 0.9.31-preview-89561ede.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.
@@ -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.30",
7
+ "version": "0.9.31-preview-89561ede.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -38,7 +38,7 @@
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.7",
41
+ "@snack-uikit/list": "0.32.8-preview-89561ede.0",
42
42
  "@snack-uikit/toggles": "0.13.22",
43
43
  "@snack-uikit/truncate-string": "0.7.4",
44
44
  "@snack-uikit/typography": "0.8.11",
@@ -47,5 +47,5 @@
47
47
  "react-transition-state": "2.1.1",
48
48
  "uncontrollable": "8.0.4"
49
49
  },
50
- "gitHead": "fc6ef99551b60c7b9d2f8cacc87cfb0fd35030bf"
50
+ "gitHead": "de5270049691fdddf8df10ab11b5414141015dcf"
51
51
  }