@commercetools-uikit/selectable-search-input 15.13.0 → 15.13.2
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/dist/commercetools-uikit-selectable-search-input.cjs.dev.js +27 -25
- package/dist/commercetools-uikit-selectable-search-input.cjs.prod.js +24 -22
- package/dist/commercetools-uikit-selectable-search-input.esm.js +27 -25
- package/dist/declarations/src/selectable-search-input.styles.d.ts +1 -1
- package/package.json +9 -9
|
@@ -9,7 +9,7 @@ declare const getSelectableSearchInputStyles: (props: TInputProps) => import("@e
|
|
|
9
9
|
declare const getClearIconButtonStyles: (props: TInputProps) => import("@emotion/utils").SerializedStyles[];
|
|
10
10
|
declare const getSearchIconButtonStyles: (props: TInputProps) => import("@emotion/utils").SerializedStyles[];
|
|
11
11
|
declare const getBackgroundColor: (props: TInputProps, defaultColor: string) => string;
|
|
12
|
-
declare const getSelectableSearchInputContainerStyles: (props: TInputProps) => import("@emotion/utils").SerializedStyles[];
|
|
12
|
+
declare const getSelectableSearchInputContainerStyles: (props: TInputProps) => (false | import("@emotion/utils").SerializedStyles)[];
|
|
13
13
|
type TBase = {
|
|
14
14
|
backgroundColor?: string;
|
|
15
15
|
color?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/selectable-search-input",
|
|
3
3
|
"description": "A controlled selectable search input component for single-line strings with validation states.",
|
|
4
|
-
"version": "15.13.
|
|
4
|
+
"version": "15.13.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "15.13.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.13.
|
|
26
|
-
"@commercetools-uikit/hooks": "15.13.
|
|
27
|
-
"@commercetools-uikit/icons": "15.13.
|
|
28
|
-
"@commercetools-uikit/input-utils": "15.13.
|
|
29
|
-
"@commercetools-uikit/secondary-icon-button": "15.13.
|
|
30
|
-
"@commercetools-uikit/select-utils": "15.13.
|
|
31
|
-
"@commercetools-uikit/utils": "15.13.
|
|
24
|
+
"@commercetools-uikit/constraints": "15.13.2",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.13.2",
|
|
26
|
+
"@commercetools-uikit/hooks": "15.13.2",
|
|
27
|
+
"@commercetools-uikit/icons": "15.13.2",
|
|
28
|
+
"@commercetools-uikit/input-utils": "15.13.2",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "15.13.2",
|
|
30
|
+
"@commercetools-uikit/select-utils": "15.13.2",
|
|
31
|
+
"@commercetools-uikit/utils": "15.13.2",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"lodash": "4.17.21",
|