@commercetools-uikit/date-time-field 19.22.2 → 19.22.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.
|
@@ -189,7 +189,7 @@ DateTimeField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
189
189
|
var DateTimeField$1 = DateTimeField;
|
|
190
190
|
|
|
191
191
|
// NOTE: This string will be replaced on build time with the package version.
|
|
192
|
-
var version = "19.22.
|
|
192
|
+
var version = "19.22.4";
|
|
193
193
|
|
|
194
194
|
exports["default"] = DateTimeField$1;
|
|
195
195
|
exports.version = version;
|
|
@@ -158,7 +158,7 @@ DateTimeField.propTypes = {};
|
|
|
158
158
|
var DateTimeField$1 = DateTimeField;
|
|
159
159
|
|
|
160
160
|
// NOTE: This string will be replaced on build time with the package version.
|
|
161
|
-
var version = "19.22.
|
|
161
|
+
var version = "19.22.4";
|
|
162
162
|
|
|
163
163
|
exports["default"] = DateTimeField$1;
|
|
164
164
|
exports.version = version;
|
|
@@ -164,6 +164,6 @@ DateTimeField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
164
164
|
var DateTimeField$1 = DateTimeField;
|
|
165
165
|
|
|
166
166
|
// NOTE: This string will be replaced on build time with the package version.
|
|
167
|
-
var version = "19.22.
|
|
167
|
+
var version = "19.22.4";
|
|
168
168
|
|
|
169
169
|
export { DateTimeField$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/date-time-field",
|
|
3
3
|
"description": "A controlled date time input component for single date, with validation states and a label.",
|
|
4
|
-
"version": "19.22.
|
|
4
|
+
"version": "19.22.4",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "19.22.
|
|
25
|
-
"@commercetools-uikit/date-time-input": "19.22.
|
|
26
|
-
"@commercetools-uikit/design-system": "19.22.
|
|
27
|
-
"@commercetools-uikit/field-errors": "19.22.
|
|
28
|
-
"@commercetools-uikit/field-label": "19.22.
|
|
29
|
-
"@commercetools-uikit/field-warnings": "19.22.
|
|
30
|
-
"@commercetools-uikit/spacings": "19.22.
|
|
31
|
-
"@commercetools-uikit/utils": "19.22.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.22.4",
|
|
25
|
+
"@commercetools-uikit/date-time-input": "19.22.4",
|
|
26
|
+
"@commercetools-uikit/design-system": "19.22.4",
|
|
27
|
+
"@commercetools-uikit/field-errors": "19.22.4",
|
|
28
|
+
"@commercetools-uikit/field-label": "19.22.4",
|
|
29
|
+
"@commercetools-uikit/field-warnings": "19.22.4",
|
|
30
|
+
"@commercetools-uikit/spacings": "19.22.4",
|
|
31
|
+
"@commercetools-uikit/utils": "19.22.4",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"prop-types": "15.8.1",
|