@snack-uikit/search 0.8.12 → 0.8.14-preview-8898cdde.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,15 @@
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.8.13 (2024-07-29)
7
+
8
+ ### Only dependencies have been changed
9
+ * [@snack-uikit/list@0.14.2](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/list/CHANGELOG.md)
10
+
11
+
12
+
13
+
14
+
6
15
  ## 0.8.12 (2024-07-19)
7
16
 
8
17
  ### Only dependencies have been changed
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { SearchPrivateProps } from '@snack-uikit/search-private';
3
2
  import { SearchAutocompleteProps } from '../SearchAutocomplete';
4
3
  export type SearchProps = Omit<SearchPrivateProps, 'onKeyDown' | 'tabIndex'> & {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseItemProps } from '@snack-uikit/list';
3
2
  import { SearchPrivateProps } from '@snack-uikit/search-private';
4
3
  export type SearchAutocompleteProps = Omit<SearchPrivateProps, 'onKeyDown'> & {
@@ -19,5 +18,5 @@ export declare const SearchAutocomplete: import("react").ForwardRefExoticCompone
19
18
  */
20
19
  options: BaseItemProps[];
21
20
  /** Внешний бордер */
22
- outline?: boolean | undefined;
21
+ outline?: boolean;
23
22
  } & import("react").RefAttributes<HTMLInputElement>>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { SearchPrivateProps } from '@snack-uikit/search-private';
3
2
  export type SearchTextFieldProps = Omit<SearchPrivateProps, 'onKeyDown'> & {
4
3
  /** Внешний бордер */
@@ -6,5 +5,5 @@ export type SearchTextFieldProps = Omit<SearchPrivateProps, 'onKeyDown'> & {
6
5
  };
7
6
  export declare const SearchFieldText: import("react").ForwardRefExoticComponent<Omit<SearchPrivateProps, "onKeyDown"> & {
8
7
  /** Внешний бордер */
9
- outline?: boolean | undefined;
8
+ outline?: boolean;
10
9
  } & import("react").RefAttributes<HTMLInputElement>>;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Search",
7
- "version": "0.8.12",
7
+ "version": "0.8.14-preview-8898cdde.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -32,7 +32,7 @@
32
32
  "license": "Apache-2.0",
33
33
  "scripts": {},
34
34
  "dependencies": {
35
- "@snack-uikit/list": "0.14.1",
35
+ "@snack-uikit/list": "0.14.3-preview-8898cdde.0",
36
36
  "@snack-uikit/search-private": "0.2.2",
37
37
  "@snack-uikit/utils": "3.3.0",
38
38
  "classnames": "2.3.2",
@@ -41,5 +41,5 @@
41
41
  "devDependencies": {
42
42
  "@types/merge-refs": "1.0.0"
43
43
  },
44
- "gitHead": "4c153b54a2902cf20883d85b4dc753344313c6cb"
44
+ "gitHead": "a0351f376ac28462b847d1bf99ad3f7ba7a1d0cd"
45
45
  }