@commercetools-uikit/date-input 15.15.1 → 16.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.
|
@@ -325,7 +325,7 @@ DateInput.isEmpty = value => 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 = "16.0.0";
|
|
329
329
|
|
|
330
330
|
exports["default"] = DateInput$1;
|
|
331
331
|
exports.version = version;
|
|
@@ -305,7 +305,7 @@ DateInput.isEmpty = value => value === '';
|
|
|
305
305
|
var DateInput$1 = DateInput;
|
|
306
306
|
|
|
307
307
|
// NOTE: This string will be replaced on build time with the package version.
|
|
308
|
-
var version = "
|
|
308
|
+
var version = "16.0.0";
|
|
309
309
|
|
|
310
310
|
exports["default"] = DateInput$1;
|
|
311
311
|
exports.version = version;
|
|
@@ -304,6 +304,6 @@ DateInput.isEmpty = value => value === '';
|
|
|
304
304
|
var DateInput$1 = DateInput;
|
|
305
305
|
|
|
306
306
|
// NOTE: This string will be replaced on build time with the package version.
|
|
307
|
-
var version = "
|
|
307
|
+
var version = "16.0.0";
|
|
308
308
|
|
|
309
309
|
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": "16.0.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.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "
|
|
25
|
-
"@commercetools-uikit/calendar-time-utils": "
|
|
26
|
-
"@commercetools-uikit/calendar-utils": "
|
|
27
|
-
"@commercetools-uikit/constraints": "
|
|
28
|
-
"@commercetools-uikit/design-system": "
|
|
29
|
-
"@commercetools-uikit/hooks": "
|
|
30
|
-
"@commercetools-uikit/icons": "
|
|
31
|
-
"@commercetools-uikit/secondary-icon-button": "
|
|
32
|
-
"@commercetools-uikit/select-utils": "
|
|
33
|
-
"@commercetools-uikit/spacings-inline": "
|
|
34
|
-
"@commercetools-uikit/text": "
|
|
35
|
-
"@commercetools-uikit/tooltip": "
|
|
36
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/accessible-button": "16.0.0",
|
|
25
|
+
"@commercetools-uikit/calendar-time-utils": "16.0.0",
|
|
26
|
+
"@commercetools-uikit/calendar-utils": "16.0.0",
|
|
27
|
+
"@commercetools-uikit/constraints": "16.0.0",
|
|
28
|
+
"@commercetools-uikit/design-system": "16.0.0",
|
|
29
|
+
"@commercetools-uikit/hooks": "16.0.0",
|
|
30
|
+
"@commercetools-uikit/icons": "16.0.0",
|
|
31
|
+
"@commercetools-uikit/secondary-icon-button": "16.0.0",
|
|
32
|
+
"@commercetools-uikit/select-utils": "16.0.0",
|
|
33
|
+
"@commercetools-uikit/spacings-inline": "16.0.0",
|
|
34
|
+
"@commercetools-uikit/text": "16.0.0",
|
|
35
|
+
"@commercetools-uikit/tooltip": "16.0.0",
|
|
36
|
+
"@commercetools-uikit/utils": "16.0.0",
|
|
37
37
|
"@emotion/react": "^11.10.5",
|
|
38
38
|
"@emotion/styled": "^11.10.5",
|
|
39
39
|
"downshift": "6.1.12",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"moment": "2.29.4",
|
|
46
46
|
"react": "17.0.2",
|
|
47
|
-
"react-intl": "^
|
|
47
|
+
"react-intl": "^6.3.2"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"moment": "2.x",
|
|
51
51
|
"react": "17.x",
|
|
52
|
-
"react-intl": "
|
|
52
|
+
"react-intl": "6.x"
|
|
53
53
|
}
|
|
54
54
|
}
|