@commercetools-uikit/date-input 12.2.6 → 12.2.7
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.
|
@@ -391,7 +391,7 @@ DateInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
391
391
|
var DateInput$1 = DateInput;
|
|
392
392
|
|
|
393
393
|
// NOTE: This string will be replaced on build time with the package version.
|
|
394
|
-
var version = "12.2.
|
|
394
|
+
var version = "12.2.7";
|
|
395
395
|
|
|
396
396
|
exports["default"] = DateInput$1;
|
|
397
397
|
exports.version = version;
|
|
@@ -318,7 +318,7 @@ DateInput.propTypes = {};
|
|
|
318
318
|
var DateInput$1 = DateInput;
|
|
319
319
|
|
|
320
320
|
// NOTE: This string will be replaced on build time with the package version.
|
|
321
|
-
var version = "12.2.
|
|
321
|
+
var version = "12.2.7";
|
|
322
322
|
|
|
323
323
|
exports["default"] = DateInput$1;
|
|
324
324
|
exports.version = version;
|
|
@@ -370,6 +370,6 @@ DateInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
370
370
|
var DateInput$1 = DateInput;
|
|
371
371
|
|
|
372
372
|
// NOTE: This string will be replaced on build time with the package version.
|
|
373
|
-
var version = "12.2.
|
|
373
|
+
var version = "12.2.7";
|
|
374
374
|
|
|
375
375
|
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": "12.2.
|
|
4
|
+
"version": "12.2.7",
|
|
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.16.3",
|
|
23
23
|
"@babel/runtime-corejs3": "7.16.3",
|
|
24
24
|
"@commercetools-uikit/accessible-button": "12.2.5",
|
|
25
|
-
"@commercetools-uikit/calendar-utils": "12.2.
|
|
25
|
+
"@commercetools-uikit/calendar-utils": "12.2.7",
|
|
26
26
|
"@commercetools-uikit/constraints": "12.2.5",
|
|
27
27
|
"@commercetools-uikit/design-system": "12.2.5",
|
|
28
28
|
"@commercetools-uikit/hooks": "12.2.5",
|
|
29
|
-
"@commercetools-uikit/icons": "12.2.
|
|
29
|
+
"@commercetools-uikit/icons": "12.2.7",
|
|
30
30
|
"@commercetools-uikit/secondary-icon-button": "12.2.5",
|
|
31
|
-
"@commercetools-uikit/select-utils": "12.2.
|
|
31
|
+
"@commercetools-uikit/select-utils": "12.2.7",
|
|
32
32
|
"@commercetools-uikit/spacings-inline": "12.2.5",
|
|
33
33
|
"@commercetools-uikit/text": "12.2.5",
|
|
34
34
|
"@commercetools-uikit/tooltip": "12.2.5",
|