@snack-uikit/search 0.8.13 → 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.
|
@@ -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
|
|
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
|
|
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.
|
|
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.
|
|
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": "
|
|
44
|
+
"gitHead": "a0351f376ac28462b847d1bf99ad3f7ba7a1d0cd"
|
|
45
45
|
}
|