@commercetools-uikit/date-input 13.0.0 → 13.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.
|
@@ -336,7 +336,7 @@ DateInput.isEmpty = function (value) {
|
|
|
336
336
|
var DateInput$1 = DateInput;
|
|
337
337
|
|
|
338
338
|
// NOTE: This string will be replaced on build time with the package version.
|
|
339
|
-
var version = "13.0.
|
|
339
|
+
var version = "13.0.1";
|
|
340
340
|
|
|
341
341
|
exports["default"] = DateInput$1;
|
|
342
342
|
exports.version = version;
|
|
@@ -320,7 +320,7 @@ 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 = "13.0.
|
|
323
|
+
var version = "13.0.1";
|
|
324
324
|
|
|
325
325
|
exports["default"] = DateInput$1;
|
|
326
326
|
exports.version = version;
|
|
@@ -315,6 +315,6 @@ DateInput.isEmpty = function (value) {
|
|
|
315
315
|
var DateInput$1 = DateInput;
|
|
316
316
|
|
|
317
317
|
// NOTE: This string will be replaced on build time with the package version.
|
|
318
|
-
var version = "13.0.
|
|
318
|
+
var version = "13.0.1";
|
|
319
319
|
|
|
320
320
|
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": "13.0.
|
|
4
|
+
"version": "13.0.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"@babel/runtime": "7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "7.17.2",
|
|
24
24
|
"@commercetools-uikit/accessible-button": "13.0.0",
|
|
25
|
-
"@commercetools-uikit/calendar-utils": "13.0.
|
|
25
|
+
"@commercetools-uikit/calendar-utils": "13.0.1",
|
|
26
26
|
"@commercetools-uikit/constraints": "13.0.0",
|
|
27
27
|
"@commercetools-uikit/design-system": "13.0.0",
|
|
28
28
|
"@commercetools-uikit/hooks": "12.2.9",
|
|
29
29
|
"@commercetools-uikit/icons": "13.0.0",
|
|
30
|
-
"@commercetools-uikit/secondary-icon-button": "13.0.
|
|
31
|
-
"@commercetools-uikit/select-utils": "13.0.
|
|
30
|
+
"@commercetools-uikit/secondary-icon-button": "13.0.1",
|
|
31
|
+
"@commercetools-uikit/select-utils": "13.0.1",
|
|
32
32
|
"@commercetools-uikit/spacings-inline": "13.0.0",
|
|
33
33
|
"@commercetools-uikit/text": "13.0.0",
|
|
34
34
|
"@commercetools-uikit/tooltip": "13.0.0",
|