@commercetools-uikit/time-field 13.0.2 → 13.0.4
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.
|
@@ -182,7 +182,7 @@ TimeField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
182
182
|
var TimeField$1 = TimeField;
|
|
183
183
|
|
|
184
184
|
// NOTE: This string will be replaced on build time with the package version.
|
|
185
|
-
var version = "13.0.
|
|
185
|
+
var version = "13.0.4";
|
|
186
186
|
|
|
187
187
|
exports["default"] = TimeField$1;
|
|
188
188
|
exports.version = version;
|
|
@@ -154,7 +154,7 @@ TimeField.propTypes = {};
|
|
|
154
154
|
var TimeField$1 = TimeField;
|
|
155
155
|
|
|
156
156
|
// NOTE: This string will be replaced on build time with the package version.
|
|
157
|
-
var version = "13.0.
|
|
157
|
+
var version = "13.0.4";
|
|
158
158
|
|
|
159
159
|
exports["default"] = TimeField$1;
|
|
160
160
|
exports.version = version;
|
|
@@ -157,6 +157,6 @@ TimeField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
157
157
|
var TimeField$1 = TimeField;
|
|
158
158
|
|
|
159
159
|
// NOTE: This string will be replaced on build time with the package version.
|
|
160
|
-
var version = "13.0.
|
|
160
|
+
var version = "13.0.4";
|
|
161
161
|
|
|
162
162
|
export { TimeField$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/time-field",
|
|
3
3
|
"description": "A controlled date input component for single date.",
|
|
4
|
-
"version": "13.0.
|
|
4
|
+
"version": "13.0.4",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
"@babel/runtime-corejs3": "7.17.2",
|
|
24
24
|
"@commercetools-uikit/constraints": "13.0.2",
|
|
25
25
|
"@commercetools-uikit/design-system": "13.0.0",
|
|
26
|
-
"@commercetools-uikit/field-errors": "13.0.
|
|
27
|
-
"@commercetools-uikit/field-label": "13.0.
|
|
26
|
+
"@commercetools-uikit/field-errors": "13.0.4",
|
|
27
|
+
"@commercetools-uikit/field-label": "13.0.4",
|
|
28
28
|
"@commercetools-uikit/spacings-stack": "13.0.2",
|
|
29
|
-
"@commercetools-uikit/time-input": "13.0.
|
|
29
|
+
"@commercetools-uikit/time-input": "13.0.4",
|
|
30
30
|
"@commercetools-uikit/utils": "13.0.2",
|
|
31
31
|
"@emotion/react": "^11.4.0",
|
|
32
32
|
"@emotion/styled": "^11.3.0",
|
|
33
33
|
"prop-types": "15.8.1",
|
|
34
|
-
"react-
|
|
34
|
+
"react-intl": "^5.24.6"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"react": "17.0.2"
|