@snack-uikit/toolbar 0.14.21 → 0.14.22-preview-bf2b6776.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.
@@ -27,7 +27,7 @@ function usePersistState(_ref) {
27
27
  };
28
28
  return {
29
29
  queryKey: persist.filterQueryKey,
30
- localStorageKey: "".concat(persist.id, "_filter"),
30
+ localStorageKey: `${persist.id}_filter`,
31
31
  validateData: combinedValidate
32
32
  };
33
33
  }, [persist]);
@@ -78,7 +78,7 @@ function BulkActions(_ref) {
78
78
  tip: tooltip,
79
79
  open: tooltip ? undefined : false,
80
80
  placement: 'top',
81
- "data-test-id": "".concat(testId, "-tooltip"),
81
+ "data-test-id": `${testId}-tooltip`,
82
82
  children: (0, jsx_runtime_1.jsx)(button_1.ButtonFunction, {
83
83
  className: styles_module_scss_1.default.action,
84
84
  fullWidth: true,
@@ -116,7 +116,7 @@ function BulkActions(_ref) {
116
116
  tip: tooltip,
117
117
  open: tooltip ? undefined : false,
118
118
  placement: 'right',
119
- "data-test-id": "".concat(testId, "-tooltip"),
119
+ "data-test-id": `${testId}-tooltip`,
120
120
  children: item
121
121
  }),
122
122
  'data-test-id': testId
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Toolbar",
7
- "version": "0.14.21",
7
+ "version": "0.14.22-preview-bf2b6776.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -38,13 +38,13 @@
38
38
  "dependencies": {
39
39
  "@cloud-ru/ft-request-payload-transform": "0.3.0",
40
40
  "@snack-uikit/button": "0.19.17",
41
- "@snack-uikit/chips": "0.28.17",
41
+ "@snack-uikit/chips": "0.28.18-preview-bf2b6776.0",
42
42
  "@snack-uikit/icons": "0.27.7",
43
- "@snack-uikit/list": "0.32.16",
43
+ "@snack-uikit/list": "0.32.17-preview-bf2b6776.0",
44
44
  "@snack-uikit/search-private": "0.4.36",
45
- "@snack-uikit/tag": "0.15.17",
45
+ "@snack-uikit/tag": "0.15.18-preview-bf2b6776.0",
46
46
  "@snack-uikit/toggles": "0.13.26",
47
- "@snack-uikit/tooltip": "0.18.11",
47
+ "@snack-uikit/tooltip": "0.18.12-preview-bf2b6776.0",
48
48
  "@snack-uikit/utils": "4.0.1",
49
49
  "classnames": "2.5.1",
50
50
  "uncontrollable": "8.0.4"
@@ -52,5 +52,5 @@
52
52
  "peerDependencies": {
53
53
  "@snack-uikit/locale": "*"
54
54
  },
55
- "gitHead": "d1bb005216777d5730f95394b5f1b823feb694df"
55
+ "gitHead": "8bd281dded73549f18334e96434af37cf809f683"
56
56
  }