@commercetools-uikit/date-input 15.5.1 → 15.6.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.
|
@@ -343,7 +343,7 @@ DateInput.isEmpty = function (value) {
|
|
|
343
343
|
var DateInput$1 = DateInput;
|
|
344
344
|
|
|
345
345
|
// NOTE: This string will be replaced on build time with the package version.
|
|
346
|
-
var version = "15.
|
|
346
|
+
var version = "15.6.0";
|
|
347
347
|
|
|
348
348
|
exports["default"] = DateInput$1;
|
|
349
349
|
exports.version = version;
|
|
@@ -323,7 +323,7 @@ DateInput.isEmpty = function (value) {
|
|
|
323
323
|
var DateInput$1 = DateInput;
|
|
324
324
|
|
|
325
325
|
// NOTE: This string will be replaced on build time with the package version.
|
|
326
|
-
var version = "15.
|
|
326
|
+
var version = "15.6.0";
|
|
327
327
|
|
|
328
328
|
exports["default"] = DateInput$1;
|
|
329
329
|
exports.version = version;
|
|
@@ -322,6 +322,6 @@ DateInput.isEmpty = function (value) {
|
|
|
322
322
|
var DateInput$1 = DateInput;
|
|
323
323
|
|
|
324
324
|
// NOTE: This string will be replaced on build time with the package version.
|
|
325
|
-
var version = "15.
|
|
325
|
+
var version = "15.6.0";
|
|
326
326
|
|
|
327
327
|
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": "15.
|
|
4
|
+
"version": "15.6.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.19.0",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "15.
|
|
25
|
-
"@commercetools-uikit/calendar-time-utils": "15.
|
|
26
|
-
"@commercetools-uikit/calendar-utils": "15.
|
|
27
|
-
"@commercetools-uikit/constraints": "15.
|
|
28
|
-
"@commercetools-uikit/design-system": "15.
|
|
29
|
-
"@commercetools-uikit/hooks": "15.
|
|
30
|
-
"@commercetools-uikit/icons": "15.
|
|
31
|
-
"@commercetools-uikit/secondary-icon-button": "15.
|
|
32
|
-
"@commercetools-uikit/select-utils": "15.
|
|
33
|
-
"@commercetools-uikit/spacings-inline": "15.
|
|
34
|
-
"@commercetools-uikit/text": "15.
|
|
35
|
-
"@commercetools-uikit/tooltip": "15.
|
|
36
|
-
"@commercetools-uikit/utils": "15.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.6.0",
|
|
25
|
+
"@commercetools-uikit/calendar-time-utils": "15.6.0",
|
|
26
|
+
"@commercetools-uikit/calendar-utils": "15.6.0",
|
|
27
|
+
"@commercetools-uikit/constraints": "15.6.0",
|
|
28
|
+
"@commercetools-uikit/design-system": "15.6.0",
|
|
29
|
+
"@commercetools-uikit/hooks": "15.6.0",
|
|
30
|
+
"@commercetools-uikit/icons": "15.6.0",
|
|
31
|
+
"@commercetools-uikit/secondary-icon-button": "15.6.0",
|
|
32
|
+
"@commercetools-uikit/select-utils": "15.6.0",
|
|
33
|
+
"@commercetools-uikit/spacings-inline": "15.6.0",
|
|
34
|
+
"@commercetools-uikit/text": "15.6.0",
|
|
35
|
+
"@commercetools-uikit/tooltip": "15.6.0",
|
|
36
|
+
"@commercetools-uikit/utils": "15.6.0",
|
|
37
37
|
"@emotion/react": "^11.4.0",
|
|
38
38
|
"@emotion/styled": "^11.3.0",
|
|
39
39
|
"downshift": "6.1.12",
|