@commercetools-uikit/date-input 18.5.0 → 19.1.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.
|
@@ -294,7 +294,7 @@ DateInput.isEmpty = value => value === '';
|
|
|
294
294
|
var DateInput$1 = DateInput;
|
|
295
295
|
|
|
296
296
|
// NOTE: This string will be replaced on build time with the package version.
|
|
297
|
-
var version = "
|
|
297
|
+
var version = "19.1.0";
|
|
298
298
|
|
|
299
299
|
exports["default"] = DateInput$1;
|
|
300
300
|
exports.version = version;
|
|
@@ -274,7 +274,7 @@ DateInput.isEmpty = value => value === '';
|
|
|
274
274
|
var DateInput$1 = DateInput;
|
|
275
275
|
|
|
276
276
|
// NOTE: This string will be replaced on build time with the package version.
|
|
277
|
-
var version = "
|
|
277
|
+
var version = "19.1.0";
|
|
278
278
|
|
|
279
279
|
exports["default"] = DateInput$1;
|
|
280
280
|
exports.version = version;
|
|
@@ -273,6 +273,6 @@ DateInput.isEmpty = value => value === '';
|
|
|
273
273
|
var DateInput$1 = DateInput;
|
|
274
274
|
|
|
275
275
|
// NOTE: This string will be replaced on build time with the package version.
|
|
276
|
-
var version = "
|
|
276
|
+
var version = "19.1.0";
|
|
277
277
|
|
|
278
278
|
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": "
|
|
4
|
+
"version": "19.1.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": "
|
|
25
|
-
"@commercetools-uikit/calendar-time-utils": "
|
|
26
|
-
"@commercetools-uikit/calendar-utils": "
|
|
27
|
-
"@commercetools-uikit/constraints": "
|
|
28
|
-
"@commercetools-uikit/design-system": "
|
|
29
|
-
"@commercetools-uikit/hooks": "
|
|
30
|
-
"@commercetools-uikit/icons": "
|
|
31
|
-
"@commercetools-uikit/secondary-icon-button": "
|
|
32
|
-
"@commercetools-uikit/select-utils": "
|
|
33
|
-
"@commercetools-uikit/spacings-inline": "
|
|
34
|
-
"@commercetools-uikit/text": "
|
|
35
|
-
"@commercetools-uikit/tooltip": "
|
|
36
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/accessible-button": "19.1.0",
|
|
25
|
+
"@commercetools-uikit/calendar-time-utils": "19.1.0",
|
|
26
|
+
"@commercetools-uikit/calendar-utils": "19.1.0",
|
|
27
|
+
"@commercetools-uikit/constraints": "19.1.0",
|
|
28
|
+
"@commercetools-uikit/design-system": "19.1.0",
|
|
29
|
+
"@commercetools-uikit/hooks": "19.1.0",
|
|
30
|
+
"@commercetools-uikit/icons": "19.1.0",
|
|
31
|
+
"@commercetools-uikit/secondary-icon-button": "19.1.0",
|
|
32
|
+
"@commercetools-uikit/select-utils": "19.1.0",
|
|
33
|
+
"@commercetools-uikit/spacings-inline": "19.1.0",
|
|
34
|
+
"@commercetools-uikit/text": "19.1.0",
|
|
35
|
+
"@commercetools-uikit/tooltip": "19.1.0",
|
|
36
|
+
"@commercetools-uikit/utils": "19.1.0",
|
|
37
37
|
"@emotion/react": "^11.10.5",
|
|
38
38
|
"@emotion/styled": "^11.10.5",
|
|
39
39
|
"downshift": "6.1.12",
|