@snack-uikit/toolbar 0.6.0 → 0.6.1

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-01-18)
7
+
8
+
9
+ ### Dependencies
10
+
11
+ * **FF-4075:** change search package to private ([94c9414](https://github.com/cloud-ru-tech/snack-uikit/commit/94c94144a291db75bf1264b678f04068c9b3b069))
12
+
13
+
14
+
15
+
16
+
6
17
  # 0.6.0 (2024-01-18)
7
18
 
8
19
 
@@ -13,7 +13,7 @@ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-run
13
13
  import cn from 'classnames';
14
14
  import { ButtonFunction } from '@snack-uikit/button';
15
15
  import { UpdateSVG } from '@snack-uikit/icons';
16
- import { SearchPrivate } from '@snack-uikit/search';
16
+ import { SearchPrivate } from '@snack-uikit/search-private';
17
17
  import { extractSupportProps } from '@snack-uikit/utils';
18
18
  import { TEST_IDS } from '../../constants';
19
19
  import { DeleteAction, MoreActions, Separator } from '../../helperComponents';
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Toolbar",
7
- "version": "0.6.0",
7
+ "version": "0.6.1",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -35,10 +35,10 @@
35
35
  "@snack-uikit/button": "0.15.1",
36
36
  "@snack-uikit/droplist": "0.12.4",
37
37
  "@snack-uikit/icons": "0.19.2",
38
- "@snack-uikit/search": "0.6.4",
38
+ "@snack-uikit/search-private": "0.1.0",
39
39
  "@snack-uikit/toggles": "0.9.3",
40
40
  "@snack-uikit/utils": "3.2.0",
41
41
  "classnames": "2.3.2"
42
42
  },
43
- "gitHead": "75f118e9d2fa2f38727460ebdd9ac5a1c31cc176"
43
+ "gitHead": "47b58bdb44bbdf7fa39f9e401fe9f3440880a419"
44
44
  }
@@ -2,7 +2,7 @@ import cn from 'classnames';
2
2
 
3
3
  import { ButtonFunction } from '@snack-uikit/button';
4
4
  import { UpdateSVG } from '@snack-uikit/icons';
5
- import { SearchPrivate } from '@snack-uikit/search';
5
+ import { SearchPrivate } from '@snack-uikit/search-private';
6
6
  import { extractSupportProps, WithSupportProps } from '@snack-uikit/utils';
7
7
 
8
8
  import { TEST_IDS } from '../../constants';