@commercetools-uikit/search-select-field 19.18.0 → 19.20.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-search-select-field.cjs.d.ts +2 -2
- package/dist/commercetools-uikit-search-select-field.cjs.dev.js +1 -1
- package/dist/commercetools-uikit-search-select-field.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-search-select-field.esm.js +1 -1
- package/dist/declarations/src/search-select-field.d.ts +0 -5
- package/package.json +10 -10
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./declarations/src/index";
|
|
2
|
-
export { default } from "./declarations/src/index";
|
|
1
|
+
export * from "./declarations/src/index.js";
|
|
2
|
+
export { default } from "./declarations/src/index.js";
|
|
3
3
|
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy11aWtpdC1zZWFyY2gtc2VsZWN0LWZpZWxkLmNqcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi9kZWNsYXJhdGlvbnMvc3JjL2luZGV4LmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEifQ==
|
|
@@ -187,7 +187,7 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
187
187
|
var SearchSelectField$1 = SearchSelectField;
|
|
188
188
|
|
|
189
189
|
// NOTE: This string will be replaced on build time with the package version.
|
|
190
|
-
var version = "19.
|
|
190
|
+
var version = "19.20.0";
|
|
191
191
|
|
|
192
192
|
exports["default"] = SearchSelectField$1;
|
|
193
193
|
exports.version = version;
|
|
@@ -152,7 +152,7 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
152
152
|
var SearchSelectField$1 = SearchSelectField;
|
|
153
153
|
|
|
154
154
|
// NOTE: This string will be replaced on build time with the package version.
|
|
155
|
-
var version = "19.
|
|
155
|
+
var version = "19.20.0";
|
|
156
156
|
|
|
157
157
|
exports["default"] = SearchSelectField$1;
|
|
158
158
|
exports.version = version;
|
|
@@ -162,6 +162,6 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
162
162
|
var SearchSelectField$1 = SearchSelectField;
|
|
163
163
|
|
|
164
164
|
// NOTE: This string will be replaced on build time with the package version.
|
|
165
|
-
var version = "19.
|
|
165
|
+
var version = "19.20.0";
|
|
166
166
|
|
|
167
167
|
export { SearchSelectField$1 as default, version };
|
|
@@ -283,11 +283,6 @@ declare const SearchSelectField: {
|
|
|
283
283
|
(props: TSearchSelectFieldProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
284
284
|
defaultProps: Pick<TSearchSelectFieldProps, "controlShouldRenderValue">;
|
|
285
285
|
displayName: string;
|
|
286
|
-
/**
|
|
287
|
-
* Use this function to convert the Formik `errors` object type to
|
|
288
|
-
* our custom field errors type.
|
|
289
|
-
* This is primarly useful when using TypeScript.
|
|
290
|
-
*/
|
|
291
286
|
toFieldErrors<FormValues>(errors: unknown): TCustomFormErrors<FormValues>;
|
|
292
287
|
};
|
|
293
288
|
export default SearchSelectField;
|
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": "19.
|
|
4
|
+
"version": "19.20.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/field-errors": "19.
|
|
27
|
-
"@commercetools-uikit/field-label": "19.
|
|
28
|
-
"@commercetools-uikit/field-warnings": "19.
|
|
29
|
-
"@commercetools-uikit/hooks": "19.
|
|
30
|
-
"@commercetools-uikit/search-select-input": "19.
|
|
31
|
-
"@commercetools-uikit/spacings": "19.
|
|
32
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.20.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.20.0",
|
|
26
|
+
"@commercetools-uikit/field-errors": "19.20.0",
|
|
27
|
+
"@commercetools-uikit/field-label": "19.20.0",
|
|
28
|
+
"@commercetools-uikit/field-warnings": "19.20.0",
|
|
29
|
+
"@commercetools-uikit/hooks": "19.20.0",
|
|
30
|
+
"@commercetools-uikit/search-select-input": "19.20.0",
|
|
31
|
+
"@commercetools-uikit/spacings": "19.20.0",
|
|
32
|
+
"@commercetools-uikit/utils": "19.20.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"prop-types": "15.8.1",
|