@commercetools-uikit/selectable-search-input 19.20.0 → 19.21.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/dist/commercetools-uikit-selectable-search-input.cjs.dev.js +36 -26
- package/dist/commercetools-uikit-selectable-search-input.cjs.prod.js +34 -24
- package/dist/commercetools-uikit-selectable-search-input.esm.js +36 -26
- package/dist/declarations/src/selectable-search-input.d.ts +1 -2
- package/package.json +10 -10
|
@@ -195,9 +195,8 @@ export type TSelectableSearchInputProps = {
|
|
|
195
195
|
rightActionProps?: TIconButtonProps;
|
|
196
196
|
};
|
|
197
197
|
declare const SelectableSearchInput: {
|
|
198
|
-
(props: TSelectableSearchInputProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
198
|
+
({ horizontalConstraint, isClearable, menuHorizontalConstraint, showSubmitButton, menuPortalZIndex, ...props }: TSelectableSearchInputProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
199
199
|
displayName: string;
|
|
200
|
-
defaultProps: Pick<TSelectableSearchInputProps, "horizontalConstraint" | "isClearable" | "options" | "menuPortalZIndex" | "menuHorizontalConstraint" | "showSubmitButton">;
|
|
201
200
|
isEmpty(formValue: TSelectableSearchInputProps["value"]): boolean;
|
|
202
201
|
getTextInputId: (name?: string) => string | undefined;
|
|
203
202
|
getDropdownId: (name?: string) => string | undefined;
|
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": "19.
|
|
4
|
+
"version": "19.21.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "19.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.
|
|
26
|
-
"@commercetools-uikit/hooks": "19.
|
|
27
|
-
"@commercetools-uikit/icon-button": "19.
|
|
28
|
-
"@commercetools-uikit/icons": "19.
|
|
29
|
-
"@commercetools-uikit/input-utils": "19.
|
|
30
|
-
"@commercetools-uikit/secondary-icon-button": "19.
|
|
31
|
-
"@commercetools-uikit/select-utils": "19.
|
|
32
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.21.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.21.0",
|
|
26
|
+
"@commercetools-uikit/hooks": "19.21.0",
|
|
27
|
+
"@commercetools-uikit/icon-button": "19.21.0",
|
|
28
|
+
"@commercetools-uikit/icons": "19.21.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "19.21.0",
|
|
30
|
+
"@commercetools-uikit/secondary-icon-button": "19.21.0",
|
|
31
|
+
"@commercetools-uikit/select-utils": "19.21.0",
|
|
32
|
+
"@commercetools-uikit/utils": "19.21.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"lodash": "4.17.21",
|