@commercetools-uikit/date-input 20.2.0 → 20.2.1
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.
|
@@ -293,7 +293,7 @@ DateInput.isEmpty = value => value === '';
|
|
|
293
293
|
var DateInput$1 = DateInput;
|
|
294
294
|
|
|
295
295
|
// NOTE: This string will be replaced on build time with the package version.
|
|
296
|
-
var version = "20.2.
|
|
296
|
+
var version = "20.2.1";
|
|
297
297
|
|
|
298
298
|
exports["default"] = DateInput$1;
|
|
299
299
|
exports.version = version;
|
|
@@ -291,7 +291,7 @@ DateInput.isEmpty = value => value === '';
|
|
|
291
291
|
var DateInput$1 = DateInput;
|
|
292
292
|
|
|
293
293
|
// NOTE: This string will be replaced on build time with the package version.
|
|
294
|
-
var version = "20.2.
|
|
294
|
+
var version = "20.2.1";
|
|
295
295
|
|
|
296
296
|
exports["default"] = DateInput$1;
|
|
297
297
|
exports.version = version;
|
|
@@ -272,6 +272,6 @@ DateInput.isEmpty = value => value === '';
|
|
|
272
272
|
var DateInput$1 = DateInput;
|
|
273
273
|
|
|
274
274
|
// NOTE: This string will be replaced on build time with the package version.
|
|
275
|
-
var version = "20.2.
|
|
275
|
+
var version = "20.2.1";
|
|
276
276
|
|
|
277
277
|
export { DateInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/date-input",
|
|
3
3
|
"description": "The `DateInput` component allows the user to select a date. It formats the selected date depending on the users' locale.",
|
|
4
|
-
"version": "20.2.
|
|
4
|
+
"version": "20.2.1",
|
|
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": "20.2.
|
|
25
|
-
"@commercetools-uikit/calendar-time-utils": "20.2.
|
|
26
|
-
"@commercetools-uikit/calendar-utils": "20.2.
|
|
27
|
-
"@commercetools-uikit/constraints": "20.2.
|
|
28
|
-
"@commercetools-uikit/design-system": "20.2.
|
|
29
|
-
"@commercetools-uikit/hooks": "20.2.
|
|
30
|
-
"@commercetools-uikit/icons": "20.2.
|
|
31
|
-
"@commercetools-uikit/secondary-icon-button": "20.2.
|
|
32
|
-
"@commercetools-uikit/select-utils": "20.2.
|
|
33
|
-
"@commercetools-uikit/spacings-inline": "20.2.
|
|
34
|
-
"@commercetools-uikit/text": "20.2.
|
|
35
|
-
"@commercetools-uikit/tooltip": "20.2.
|
|
36
|
-
"@commercetools-uikit/utils": "20.2.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "20.2.1",
|
|
25
|
+
"@commercetools-uikit/calendar-time-utils": "20.2.1",
|
|
26
|
+
"@commercetools-uikit/calendar-utils": "20.2.1",
|
|
27
|
+
"@commercetools-uikit/constraints": "20.2.1",
|
|
28
|
+
"@commercetools-uikit/design-system": "20.2.1",
|
|
29
|
+
"@commercetools-uikit/hooks": "20.2.1",
|
|
30
|
+
"@commercetools-uikit/icons": "20.2.1",
|
|
31
|
+
"@commercetools-uikit/secondary-icon-button": "20.2.1",
|
|
32
|
+
"@commercetools-uikit/select-utils": "20.2.1",
|
|
33
|
+
"@commercetools-uikit/spacings-inline": "20.2.1",
|
|
34
|
+
"@commercetools-uikit/text": "20.2.1",
|
|
35
|
+
"@commercetools-uikit/tooltip": "20.2.1",
|
|
36
|
+
"@commercetools-uikit/utils": "20.2.1",
|
|
37
37
|
"@emotion/react": "^11.10.5",
|
|
38
38
|
"@emotion/styled": "^11.10.5",
|
|
39
39
|
"downshift": "9.0.9",
|