@commercetools-uikit/date-input 14.0.0 → 14.0.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.
|
@@ -341,7 +341,7 @@ DateInput.isEmpty = function (value) {
|
|
|
341
341
|
var DateInput$1 = DateInput;
|
|
342
342
|
|
|
343
343
|
// NOTE: This string will be replaced on build time with the package version.
|
|
344
|
-
var version = "14.0.
|
|
344
|
+
var version = "14.0.1";
|
|
345
345
|
|
|
346
346
|
exports["default"] = DateInput$1;
|
|
347
347
|
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 = "14.0.
|
|
326
|
+
var version = "14.0.1";
|
|
327
327
|
|
|
328
328
|
exports["default"] = DateInput$1;
|
|
329
329
|
exports.version = version;
|
|
@@ -320,6 +320,6 @@ DateInput.isEmpty = function (value) {
|
|
|
320
320
|
var DateInput$1 = DateInput;
|
|
321
321
|
|
|
322
322
|
// NOTE: This string will be replaced on build time with the package version.
|
|
323
|
-
var version = "14.0.
|
|
323
|
+
var version = "14.0.1";
|
|
324
324
|
|
|
325
325
|
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": "14.0.
|
|
4
|
+
"version": "14.0.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "14.0.
|
|
25
|
-
"@commercetools-uikit/calendar-utils": "14.0.
|
|
26
|
-
"@commercetools-uikit/constraints": "14.0.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "14.0.1",
|
|
25
|
+
"@commercetools-uikit/calendar-utils": "14.0.1",
|
|
26
|
+
"@commercetools-uikit/constraints": "14.0.1",
|
|
27
27
|
"@commercetools-uikit/design-system": "14.0.0",
|
|
28
|
-
"@commercetools-uikit/hooks": "14.0.
|
|
29
|
-
"@commercetools-uikit/icons": "14.0.
|
|
30
|
-
"@commercetools-uikit/secondary-icon-button": "14.0.
|
|
31
|
-
"@commercetools-uikit/select-utils": "14.0.
|
|
32
|
-
"@commercetools-uikit/spacings-inline": "14.0.
|
|
33
|
-
"@commercetools-uikit/text": "14.0.
|
|
34
|
-
"@commercetools-uikit/tooltip": "14.0.
|
|
35
|
-
"@commercetools-uikit/utils": "14.0.
|
|
28
|
+
"@commercetools-uikit/hooks": "14.0.1",
|
|
29
|
+
"@commercetools-uikit/icons": "14.0.1",
|
|
30
|
+
"@commercetools-uikit/secondary-icon-button": "14.0.1",
|
|
31
|
+
"@commercetools-uikit/select-utils": "14.0.1",
|
|
32
|
+
"@commercetools-uikit/spacings-inline": "14.0.1",
|
|
33
|
+
"@commercetools-uikit/text": "14.0.1",
|
|
34
|
+
"@commercetools-uikit/tooltip": "14.0.1",
|
|
35
|
+
"@commercetools-uikit/utils": "14.0.1",
|
|
36
36
|
"@emotion/react": "^11.4.0",
|
|
37
37
|
"@emotion/styled": "^11.3.0",
|
|
38
38
|
"downshift": "6.1.7",
|