@commercetools-uikit/date-range-field 13.0.1 → 13.0.2
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.
|
@@ -178,7 +178,7 @@ DateRangeField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
178
178
|
var DateRangeField$1 = DateRangeField;
|
|
179
179
|
|
|
180
180
|
// NOTE: This string will be replaced on build time with the package version.
|
|
181
|
-
var version = "13.0.
|
|
181
|
+
var version = "13.0.2";
|
|
182
182
|
|
|
183
183
|
exports["default"] = DateRangeField$1;
|
|
184
184
|
exports.version = version;
|
|
@@ -152,7 +152,7 @@ DateRangeField.propTypes = {};
|
|
|
152
152
|
var DateRangeField$1 = DateRangeField;
|
|
153
153
|
|
|
154
154
|
// NOTE: This string will be replaced on build time with the package version.
|
|
155
|
-
var version = "13.0.
|
|
155
|
+
var version = "13.0.2";
|
|
156
156
|
|
|
157
157
|
exports["default"] = DateRangeField$1;
|
|
158
158
|
exports.version = version;
|
|
@@ -153,6 +153,6 @@ DateRangeField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
153
153
|
var DateRangeField$1 = DateRangeField;
|
|
154
154
|
|
|
155
155
|
// NOTE: This string will be replaced on build time with the package version.
|
|
156
|
-
var version = "13.0.
|
|
156
|
+
var version = "13.0.2";
|
|
157
157
|
|
|
158
158
|
export { DateRangeField$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/date-range-field",
|
|
3
3
|
"description": "A controlled date input component for a date range, with validation states and a label.",
|
|
4
|
-
"version": "13.0.
|
|
4
|
+
"version": "13.0.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "7.17.2",
|
|
24
|
-
"@commercetools-uikit/constraints": "13.0.
|
|
25
|
-
"@commercetools-uikit/date-range-input": "13.0.
|
|
24
|
+
"@commercetools-uikit/constraints": "13.0.2",
|
|
25
|
+
"@commercetools-uikit/date-range-input": "13.0.2",
|
|
26
26
|
"@commercetools-uikit/design-system": "13.0.0",
|
|
27
|
-
"@commercetools-uikit/field-errors": "13.0.
|
|
28
|
-
"@commercetools-uikit/field-label": "13.0.
|
|
29
|
-
"@commercetools-uikit/spacings": "13.0.
|
|
30
|
-
"@commercetools-uikit/utils": "
|
|
27
|
+
"@commercetools-uikit/field-errors": "13.0.2",
|
|
28
|
+
"@commercetools-uikit/field-label": "13.0.2",
|
|
29
|
+
"@commercetools-uikit/spacings": "13.0.2",
|
|
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",
|