@commercetools-uikit/selectable-search-input 16.3.0 → 16.4.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 +1 -1
- package/dist/commercetools-uikit-selectable-search-input.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-selectable-search-input.esm.js +1 -1
- package/dist/declarations/src/selectable-search-input.d.ts +1 -1
- package/package.json +9 -9
|
@@ -525,7 +525,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
525
525
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
526
526
|
|
|
527
527
|
// NOTE: This string will be replaced on build time with the package version.
|
|
528
|
-
var version = "16.
|
|
528
|
+
var version = "16.4.0";
|
|
529
529
|
|
|
530
530
|
exports["default"] = SelectableSearchInput$1;
|
|
531
531
|
exports.version = version;
|
|
@@ -469,7 +469,7 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
469
469
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
470
470
|
|
|
471
471
|
// NOTE: This string will be replaced on build time with the package version.
|
|
472
|
-
var version = "16.
|
|
472
|
+
var version = "16.4.0";
|
|
473
473
|
|
|
474
474
|
exports["default"] = SelectableSearchInput$1;
|
|
475
475
|
exports.version = version;
|
|
@@ -502,6 +502,6 @@ SelectableSearchInput.getDropdownId = getDropdownName;
|
|
|
502
502
|
var SelectableSearchInput$1 = SelectableSearchInput;
|
|
503
503
|
|
|
504
504
|
// NOTE: This string will be replaced on build time with the package version.
|
|
505
|
-
var version = "16.
|
|
505
|
+
var version = "16.4.0";
|
|
506
506
|
|
|
507
507
|
export { SelectableSearchInput$1 as default, version };
|
|
@@ -55,7 +55,7 @@ export type TSelectableSearchInputProps = {
|
|
|
55
55
|
declare const SelectableSearchInput: {
|
|
56
56
|
(props: TSelectableSearchInputProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
57
57
|
displayName: string;
|
|
58
|
-
defaultProps: Pick<TSelectableSearchInputProps, "
|
|
58
|
+
defaultProps: Pick<TSelectableSearchInputProps, "isClearable" | "options" | "horizontalConstraint" | "menuPortalZIndex" | "menuHorizontalConstraint" | "showSubmitButton">;
|
|
59
59
|
isEmpty(formValue: TSelectableSearchInputProps['value']): boolean;
|
|
60
60
|
getTextInputId: (name?: string) => string | undefined;
|
|
61
61
|
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": "16.
|
|
4
|
+
"version": "16.4.0",
|
|
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": "16.
|
|
25
|
-
"@commercetools-uikit/design-system": "16.
|
|
26
|
-
"@commercetools-uikit/hooks": "16.
|
|
27
|
-
"@commercetools-uikit/icons": "16.
|
|
28
|
-
"@commercetools-uikit/input-utils": "16.
|
|
29
|
-
"@commercetools-uikit/secondary-icon-button": "16.
|
|
30
|
-
"@commercetools-uikit/select-utils": "16.
|
|
31
|
-
"@commercetools-uikit/utils": "16.
|
|
24
|
+
"@commercetools-uikit/constraints": "16.4.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.4.0",
|
|
26
|
+
"@commercetools-uikit/hooks": "16.4.0",
|
|
27
|
+
"@commercetools-uikit/icons": "16.4.0",
|
|
28
|
+
"@commercetools-uikit/input-utils": "16.4.0",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "16.4.0",
|
|
30
|
+
"@commercetools-uikit/select-utils": "16.4.0",
|
|
31
|
+
"@commercetools-uikit/utils": "16.4.0",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"lodash": "4.17.21",
|