@commercetools-uikit/date-range-input 16.10.0 → 16.12.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-date-range-input.cjs.dev.js +1 -1
- package/dist/commercetools-uikit-date-range-input.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-date-range-input.esm.js +1 -1
- package/dist/declarations/src/export-types.d.ts +1 -1
- package/dist/declarations/src/index.d.ts +3 -3
- package/package.json +14 -14
|
@@ -459,7 +459,7 @@ DateRangeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
459
459
|
var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
|
|
460
460
|
|
|
461
461
|
// NOTE: This string will be replaced on build time with the package version.
|
|
462
|
-
var version = "16.
|
|
462
|
+
var version = "16.12.0";
|
|
463
463
|
|
|
464
464
|
exports["default"] = dateRangeInput;
|
|
465
465
|
exports.version = version;
|
|
@@ -442,7 +442,7 @@ DateRangeInput.propTypes = {};
|
|
|
442
442
|
var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
|
|
443
443
|
|
|
444
444
|
// NOTE: This string will be replaced on build time with the package version.
|
|
445
|
-
var version = "16.
|
|
445
|
+
var version = "16.12.0";
|
|
446
446
|
|
|
447
447
|
exports["default"] = dateRangeInput;
|
|
448
448
|
exports.version = version;
|
|
@@ -435,6 +435,6 @@ DateRangeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
435
435
|
var dateRangeInput = injectIntl(DateRangeInput);
|
|
436
436
|
|
|
437
437
|
// NOTE: This string will be replaced on build time with the package version.
|
|
438
|
-
var version = "16.
|
|
438
|
+
var version = "16.12.0";
|
|
439
439
|
|
|
440
440
|
export { dateRangeInput as default, version };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { TDateRangeInputProps } from
|
|
1
|
+
export type { TDateRangeInputProps } from "./date-range-input.js";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export { default as version } from
|
|
3
|
-
export * from
|
|
1
|
+
export { default } from "./date-range-input.js";
|
|
2
|
+
export { default as version } from "./version.js";
|
|
3
|
+
export * from "./export-types.js";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/date-range-input",
|
|
3
3
|
"description": "The `DateRangeInput` component allows the user to select a date range.",
|
|
4
|
-
"version": "16.
|
|
4
|
+
"version": "16.12.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,19 +21,19 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "16.
|
|
25
|
-
"@commercetools-uikit/calendar-time-utils": "16.
|
|
26
|
-
"@commercetools-uikit/calendar-utils": "16.
|
|
27
|
-
"@commercetools-uikit/constraints": "16.
|
|
28
|
-
"@commercetools-uikit/design-system": "16.
|
|
29
|
-
"@commercetools-uikit/hooks": "16.
|
|
30
|
-
"@commercetools-uikit/icons": "16.
|
|
31
|
-
"@commercetools-uikit/secondary-icon-button": "16.
|
|
32
|
-
"@commercetools-uikit/select-utils": "16.
|
|
33
|
-
"@commercetools-uikit/spacings-inline": "16.
|
|
34
|
-
"@commercetools-uikit/text": "16.
|
|
35
|
-
"@commercetools-uikit/tooltip": "16.
|
|
36
|
-
"@commercetools-uikit/utils": "16.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "16.12.0",
|
|
25
|
+
"@commercetools-uikit/calendar-time-utils": "16.12.0",
|
|
26
|
+
"@commercetools-uikit/calendar-utils": "16.12.0",
|
|
27
|
+
"@commercetools-uikit/constraints": "16.12.0",
|
|
28
|
+
"@commercetools-uikit/design-system": "16.12.0",
|
|
29
|
+
"@commercetools-uikit/hooks": "16.12.0",
|
|
30
|
+
"@commercetools-uikit/icons": "16.12.0",
|
|
31
|
+
"@commercetools-uikit/secondary-icon-button": "16.12.0",
|
|
32
|
+
"@commercetools-uikit/select-utils": "16.12.0",
|
|
33
|
+
"@commercetools-uikit/spacings-inline": "16.12.0",
|
|
34
|
+
"@commercetools-uikit/text": "16.12.0",
|
|
35
|
+
"@commercetools-uikit/tooltip": "16.12.0",
|
|
36
|
+
"@commercetools-uikit/utils": "16.12.0",
|
|
37
37
|
"@emotion/react": "^11.10.5",
|
|
38
38
|
"@emotion/styled": "^11.10.5",
|
|
39
39
|
"downshift": "6.1.12",
|