@snack-uikit/tree 0.6.0 → 0.6.2-preview-41627947.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,17 @@
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
+ ## 0.6.1 (2024-05-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **FF-0000:** add forgotten ([96e1334](https://github.com/cloud-ru-tech/snack-uikit/commit/96e13348e646f581a97cabe873cdfe02c5a96658))
12
+
13
+
14
+
15
+
16
+
6
17
  # 0.6.0 (2024-05-13)
7
18
 
8
19
 
@@ -57,5 +57,5 @@ export function TreeNodeActions({ getNodeActions, isDroplistTriggerFocused, focu
57
57
  if (!droplistActions.length) {
58
58
  return null;
59
59
  }
60
- return (_jsx("div", { role: 'presentation', className: styles.treeNodeActions, "data-focused": isDroplistTriggerFocused || undefined, onClick: stopPropagationClick, onKeyDown: handleKeyDown, onFocus: stopPropagationFocus, children: _jsx(Droplist, { open: isDroplistOpen, onOpenChange: setDroplistOpen, items: droplistActions, closeDroplistOnItemClick: true, placement: 'bottom-end', triggerElemRef: localRef, children: _jsx(ButtonFunction, { size: 'xs', icon: _jsx(KebabSVG, {}), onBlur: onBlurActions, tabIndex: -1, "data-test-id": TEST_IDS.droplistTrigger }) }) }));
60
+ return (_jsx("div", { role: 'presentation', className: styles.treeNodeActions, "data-focused": isDroplistTriggerFocused || undefined, onClick: stopPropagationClick, onKeyDown: handleKeyDown, onFocus: stopPropagationFocus, children: _jsx(Droplist, { open: isDroplistOpen, onOpenChange: setDroplistOpen, items: droplistActions, closeDroplistOnItemClick: true, placement: 'bottom-end', triggerElemRef: localRef, size: 'm', children: _jsx(ButtonFunction, { size: 'xs', icon: _jsx(KebabSVG, {}), onBlur: onBlurActions, tabIndex: -1, "data-test-id": TEST_IDS.droplistTrigger }) }) }));
61
61
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Tree",
7
- "version": "0.6.0",
7
+ "version": "0.6.2-preview-41627947.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -34,8 +34,8 @@
34
34
  "dependencies": {
35
35
  "@snack-uikit/button": "0.17.1",
36
36
  "@snack-uikit/icons": "0.21.0",
37
- "@snack-uikit/list": "0.13.0",
38
- "@snack-uikit/toggles": "0.9.9",
37
+ "@snack-uikit/list": "0.13.1-preview-41627947.0",
38
+ "@snack-uikit/toggles": "0.9.10-preview-41627947.0",
39
39
  "@snack-uikit/truncate-string": "0.4.14",
40
40
  "@snack-uikit/typography": "0.6.2",
41
41
  "@snack-uikit/utils": "3.3.0",
@@ -43,5 +43,5 @@
43
43
  "react-transition-state": "2.1.1",
44
44
  "uncontrollable": "8.0.4"
45
45
  },
46
- "gitHead": "d36fe553ce72b92deafee581e70090458827f8ac"
46
+ "gitHead": "86dc024e318ce10011bf49bfc9842e233bf4e2e6"
47
47
  }
@@ -101,6 +101,7 @@ export function TreeNodeActions({
101
101
  closeDroplistOnItemClick
102
102
  placement='bottom-end'
103
103
  triggerElemRef={localRef}
104
+ size='m'
104
105
  >
105
106
  <ButtonFunction
106
107
  size='xs'