@commercetools-uikit/date-input 14.0.6 → 15.0.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.
|
@@ -346,7 +346,7 @@ DateInput.isEmpty = function (value) {
|
|
|
346
346
|
var DateInput$1 = DateInput;
|
|
347
347
|
|
|
348
348
|
// NOTE: This string will be replaced on build time with the package version.
|
|
349
|
-
var version = "
|
|
349
|
+
var version = "15.0.0";
|
|
350
350
|
|
|
351
351
|
exports["default"] = DateInput$1;
|
|
352
352
|
exports.version = version;
|
|
@@ -326,7 +326,7 @@ DateInput.isEmpty = function (value) {
|
|
|
326
326
|
var DateInput$1 = DateInput;
|
|
327
327
|
|
|
328
328
|
// NOTE: This string will be replaced on build time with the package version.
|
|
329
|
-
var version = "
|
|
329
|
+
var version = "15.0.0";
|
|
330
330
|
|
|
331
331
|
exports["default"] = DateInput$1;
|
|
332
332
|
exports.version = version;
|
|
@@ -325,6 +325,6 @@ DateInput.isEmpty = function (value) {
|
|
|
325
325
|
var DateInput$1 = DateInput;
|
|
326
326
|
|
|
327
327
|
// NOTE: This string will be replaced on build time with the package version.
|
|
328
|
-
var version = "
|
|
328
|
+
var version = "15.0.0";
|
|
329
329
|
|
|
330
330
|
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": "15.0.0",
|
|
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": "
|
|
25
|
-
"@commercetools-uikit/calendar-utils": "
|
|
26
|
-
"@commercetools-uikit/constraints": "
|
|
27
|
-
"@commercetools-uikit/design-system": "
|
|
28
|
-
"@commercetools-uikit/hooks": "
|
|
29
|
-
"@commercetools-uikit/icons": "
|
|
30
|
-
"@commercetools-uikit/secondary-icon-button": "
|
|
31
|
-
"@commercetools-uikit/select-utils": "
|
|
32
|
-
"@commercetools-uikit/spacings-inline": "
|
|
33
|
-
"@commercetools-uikit/text": "
|
|
34
|
-
"@commercetools-uikit/tooltip": "
|
|
35
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.0.0",
|
|
25
|
+
"@commercetools-uikit/calendar-utils": "15.0.0",
|
|
26
|
+
"@commercetools-uikit/constraints": "15.0.0",
|
|
27
|
+
"@commercetools-uikit/design-system": "15.0.0",
|
|
28
|
+
"@commercetools-uikit/hooks": "15.0.0",
|
|
29
|
+
"@commercetools-uikit/icons": "15.0.0",
|
|
30
|
+
"@commercetools-uikit/secondary-icon-button": "15.0.0",
|
|
31
|
+
"@commercetools-uikit/select-utils": "15.0.0",
|
|
32
|
+
"@commercetools-uikit/spacings-inline": "15.0.0",
|
|
33
|
+
"@commercetools-uikit/text": "15.0.0",
|
|
34
|
+
"@commercetools-uikit/tooltip": "15.0.0",
|
|
35
|
+
"@commercetools-uikit/utils": "15.0.0",
|
|
36
36
|
"@emotion/react": "^11.4.0",
|
|
37
37
|
"@emotion/styled": "^11.3.0",
|
|
38
38
|
"downshift": "6.1.7",
|