@commercetools-uikit/select-input 19.19.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-select-input.cjs.d.ts +2 -2
- package/dist/commercetools-uikit-select-input.cjs.dev.js +1 -1
- package/dist/commercetools-uikit-select-input.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-select-input.esm.js +1 -1
- package/dist/declarations/src/select-input.d.ts +0 -3
- package/package.json +7 -7
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy11aWtpdC1zZWxlY3QtaW5wdXQuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuL2RlY2xhcmF0aW9ucy9zcmMvaW5kZXguZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9
|
|
@@ -282,7 +282,7 @@ SelectInput.ValueContainer = Select.components.ValueContainer;
|
|
|
282
282
|
var SelectInput$1 = SelectInput;
|
|
283
283
|
|
|
284
284
|
// NOTE: This string will be replaced on build time with the package version.
|
|
285
|
-
var version = "19.
|
|
285
|
+
var version = "19.20.0";
|
|
286
286
|
|
|
287
287
|
exports["default"] = SelectInput$1;
|
|
288
288
|
exports.version = version;
|
|
@@ -253,7 +253,7 @@ SelectInput.ValueContainer = Select.components.ValueContainer;
|
|
|
253
253
|
var SelectInput$1 = SelectInput;
|
|
254
254
|
|
|
255
255
|
// NOTE: This string will be replaced on build time with the package version.
|
|
256
|
-
var version = "19.
|
|
256
|
+
var version = "19.20.0";
|
|
257
257
|
|
|
258
258
|
exports["default"] = SelectInput$1;
|
|
259
259
|
exports.version = version;
|
|
@@ -259,6 +259,6 @@ SelectInput.ValueContainer = components.ValueContainer;
|
|
|
259
259
|
var SelectInput$1 = SelectInput;
|
|
260
260
|
|
|
261
261
|
// NOTE: This string will be replaced on build time with the package version.
|
|
262
|
-
var version = "19.
|
|
262
|
+
var version = "19.20.0";
|
|
263
263
|
|
|
264
264
|
export { SelectInput$1 as default, version };
|
|
@@ -275,9 +275,6 @@ declare const SelectInput: {
|
|
|
275
275
|
(props: TSelectInputProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
276
276
|
displayName: string;
|
|
277
277
|
defaultProps: Pick<TSelectInputProps, "appearance" | "maxMenuHeight" | "options" | "menuPortalZIndex" | "optionStyle">;
|
|
278
|
-
/**
|
|
279
|
-
* Expose static helper methods.
|
|
280
|
-
*/
|
|
281
278
|
isTouched(touched: boolean | unknown[]): boolean;
|
|
282
279
|
/**
|
|
283
280
|
* Expose react-select components for customization purposes.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/select-input",
|
|
3
3
|
"description": "An input component getting a selection from the user.",
|
|
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,17 +21,17 @@
|
|
|
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/icons": "19.
|
|
27
|
-
"@commercetools-uikit/select-utils": "19.
|
|
28
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.20.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.20.0",
|
|
26
|
+
"@commercetools-uikit/icons": "19.20.0",
|
|
27
|
+
"@commercetools-uikit/select-utils": "19.20.0",
|
|
28
|
+
"@commercetools-uikit/utils": "19.20.0",
|
|
29
29
|
"@emotion/is-prop-valid": "1.3.1",
|
|
30
30
|
"@emotion/react": "^11.10.5",
|
|
31
31
|
"@emotion/styled": "^11.10.5",
|
|
32
32
|
"lodash": "4.17.21",
|
|
33
33
|
"prop-types": "15.8.1",
|
|
34
|
-
"react-select": "5.
|
|
34
|
+
"react-select": "5.9.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"react": "17.0.2",
|