@commercetools-uikit/search-select-field 15.13.2 → 15.14.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.
@@ -177,7 +177,7 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
177
177
  var SearchSelectField$1 = SearchSelectField;
178
178
 
179
179
  // NOTE: This string will be replaced on build time with the package version.
180
- var version = "15.13.2";
180
+ var version = "15.14.0";
181
181
 
182
182
  exports["default"] = SearchSelectField$1;
183
183
  exports.version = version;
@@ -143,7 +143,7 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
143
143
  var SearchSelectField$1 = SearchSelectField;
144
144
 
145
145
  // NOTE: This string will be replaced on build time with the package version.
146
- var version = "15.13.2";
146
+ var version = "15.14.0";
147
147
 
148
148
  exports["default"] = SearchSelectField$1;
149
149
  exports.version = version;
@@ -153,6 +153,6 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
153
153
  var SearchSelectField$1 = SearchSelectField;
154
154
 
155
155
  // NOTE: This string will be replaced on build time with the package version.
156
- var version = "15.13.2";
156
+ var version = "15.14.0";
157
157
 
158
158
  export { SearchSelectField$1 as default, version };
@@ -0,0 +1,2 @@
1
+ import type { TSearchSelectFieldProps as SearchSelectFieldProps } from './search-select-field';
2
+ export type TSearchSelectFieldProps = SearchSelectFieldProps;
@@ -1,2 +1,3 @@
1
1
  export { default } from './search-select-field';
2
2
  export { default as version } from './version';
3
+ export * from './export-types';
@@ -15,7 +15,7 @@ type TFieldErrors = Record<string, boolean>;
15
15
  type TCustomFormErrors<Values> = {
16
16
  [K in keyof Values]?: TFieldErrors;
17
17
  };
18
- type TSearchSelectFieldProps = {
18
+ export type TSearchSelectFieldProps = {
19
19
  horizontalConstraint?: 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 'scale' | 'auto';
20
20
  'aria-label'?: ReactSelectAsyncProps['aria-label'];
21
21
  'aria-labelledby'?: ReactSelectAsyncProps['aria-labelledby'];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/search-select-field",
3
3
  "description": "A search select field built on top of search select input, allowing users to asynchronously search for options",
4
- "version": "15.13.2",
4
+ "version": "15.14.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": "15.13.2",
25
- "@commercetools-uikit/design-system": "15.13.2",
26
- "@commercetools-uikit/field-errors": "15.13.2",
27
- "@commercetools-uikit/field-label": "15.13.2",
28
- "@commercetools-uikit/hooks": "15.13.2",
29
- "@commercetools-uikit/search-select-input": "15.13.2",
30
- "@commercetools-uikit/spacings": "15.13.2",
31
- "@commercetools-uikit/utils": "15.13.2",
24
+ "@commercetools-uikit/constraints": "15.14.0",
25
+ "@commercetools-uikit/design-system": "15.14.0",
26
+ "@commercetools-uikit/field-errors": "15.14.0",
27
+ "@commercetools-uikit/field-label": "15.14.0",
28
+ "@commercetools-uikit/hooks": "15.14.0",
29
+ "@commercetools-uikit/search-select-input": "15.14.0",
30
+ "@commercetools-uikit/spacings": "15.14.0",
31
+ "@commercetools-uikit/utils": "15.14.0",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "prop-types": "15.8.1",