@commercetools-uikit/date-range-field 19.10.0 → 19.12.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.
|
@@ -67,7 +67,6 @@ const hasWarnings = warnings => {
|
|
|
67
67
|
return warnings && _someInstanceProperty__default["default"](_context2 = _Object$values__default["default"](warnings)).call(_context2, Boolean);
|
|
68
68
|
};
|
|
69
69
|
let DateRangeField = /*#__PURE__*/function (_Component) {
|
|
70
|
-
_inherits(DateRangeField, _Component);
|
|
71
70
|
function DateRangeField() {
|
|
72
71
|
var _this;
|
|
73
72
|
_classCallCheck(this, DateRangeField);
|
|
@@ -82,7 +81,8 @@ let DateRangeField = /*#__PURE__*/function (_Component) {
|
|
|
82
81
|
};
|
|
83
82
|
return _this;
|
|
84
83
|
}
|
|
85
|
-
|
|
84
|
+
_inherits(DateRangeField, _Component);
|
|
85
|
+
return _createClass(DateRangeField, [{
|
|
86
86
|
key: "render",
|
|
87
87
|
value: function render() {
|
|
88
88
|
const hasError = this.props.touched && hasErrors(this.props.errors);
|
|
@@ -149,7 +149,6 @@ let DateRangeField = /*#__PURE__*/function (_Component) {
|
|
|
149
149
|
return errors;
|
|
150
150
|
}
|
|
151
151
|
}]);
|
|
152
|
-
return DateRangeField;
|
|
153
152
|
}(react.Component);
|
|
154
153
|
DateRangeField.displayName = 'DateRangeField';
|
|
155
154
|
DateRangeField.defaultProps = {
|
|
@@ -186,7 +185,7 @@ DateRangeField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
186
185
|
var DateRangeField$1 = DateRangeField;
|
|
187
186
|
|
|
188
187
|
// NOTE: This string will be replaced on build time with the package version.
|
|
189
|
-
var version = "19.
|
|
188
|
+
var version = "19.11.0";
|
|
190
189
|
|
|
191
190
|
exports["default"] = DateRangeField$1;
|
|
192
191
|
exports.version = version;
|
|
@@ -66,7 +66,6 @@ const hasWarnings = warnings => {
|
|
|
66
66
|
return warnings && _someInstanceProperty__default["default"](_context2 = _Object$values__default["default"](warnings)).call(_context2, Boolean);
|
|
67
67
|
};
|
|
68
68
|
let DateRangeField = /*#__PURE__*/function (_Component) {
|
|
69
|
-
_inherits(DateRangeField, _Component);
|
|
70
69
|
function DateRangeField() {
|
|
71
70
|
var _this;
|
|
72
71
|
_classCallCheck(this, DateRangeField);
|
|
@@ -81,7 +80,8 @@ let DateRangeField = /*#__PURE__*/function (_Component) {
|
|
|
81
80
|
};
|
|
82
81
|
return _this;
|
|
83
82
|
}
|
|
84
|
-
|
|
83
|
+
_inherits(DateRangeField, _Component);
|
|
84
|
+
return _createClass(DateRangeField, [{
|
|
85
85
|
key: "render",
|
|
86
86
|
value: function render() {
|
|
87
87
|
const hasError = this.props.touched && hasErrors(this.props.errors);
|
|
@@ -144,7 +144,6 @@ let DateRangeField = /*#__PURE__*/function (_Component) {
|
|
|
144
144
|
return errors;
|
|
145
145
|
}
|
|
146
146
|
}]);
|
|
147
|
-
return DateRangeField;
|
|
148
147
|
}(react.Component);
|
|
149
148
|
DateRangeField.displayName = 'DateRangeField';
|
|
150
149
|
DateRangeField.defaultProps = {
|
|
@@ -157,7 +156,7 @@ DateRangeField.propTypes = {};
|
|
|
157
156
|
var DateRangeField$1 = DateRangeField;
|
|
158
157
|
|
|
159
158
|
// NOTE: This string will be replaced on build time with the package version.
|
|
160
|
-
var version = "19.
|
|
159
|
+
var version = "19.11.0";
|
|
161
160
|
|
|
162
161
|
exports["default"] = DateRangeField$1;
|
|
163
162
|
exports.version = version;
|
|
@@ -42,7 +42,6 @@ const hasWarnings = warnings => {
|
|
|
42
42
|
return warnings && _someInstanceProperty(_context2 = _Object$values(warnings)).call(_context2, Boolean);
|
|
43
43
|
};
|
|
44
44
|
let DateRangeField = /*#__PURE__*/function (_Component) {
|
|
45
|
-
_inherits(DateRangeField, _Component);
|
|
46
45
|
function DateRangeField() {
|
|
47
46
|
var _this;
|
|
48
47
|
_classCallCheck(this, DateRangeField);
|
|
@@ -57,7 +56,8 @@ let DateRangeField = /*#__PURE__*/function (_Component) {
|
|
|
57
56
|
};
|
|
58
57
|
return _this;
|
|
59
58
|
}
|
|
60
|
-
|
|
59
|
+
_inherits(DateRangeField, _Component);
|
|
60
|
+
return _createClass(DateRangeField, [{
|
|
61
61
|
key: "render",
|
|
62
62
|
value: function render() {
|
|
63
63
|
const hasError = this.props.touched && hasErrors(this.props.errors);
|
|
@@ -124,7 +124,6 @@ let DateRangeField = /*#__PURE__*/function (_Component) {
|
|
|
124
124
|
return errors;
|
|
125
125
|
}
|
|
126
126
|
}]);
|
|
127
|
-
return DateRangeField;
|
|
128
127
|
}(Component);
|
|
129
128
|
DateRangeField.displayName = 'DateRangeField';
|
|
130
129
|
DateRangeField.defaultProps = {
|
|
@@ -161,6 +160,6 @@ DateRangeField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
161
160
|
var DateRangeField$1 = DateRangeField;
|
|
162
161
|
|
|
163
162
|
// NOTE: This string will be replaced on build time with the package version.
|
|
164
|
-
var version = "19.
|
|
163
|
+
var version = "19.11.0";
|
|
165
164
|
|
|
166
165
|
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": "19.
|
|
4
|
+
"version": "19.12.0",
|
|
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.
|
|
25
|
-
"@commercetools-uikit/date-range-input": "19.
|
|
26
|
-
"@commercetools-uikit/design-system": "19.
|
|
27
|
-
"@commercetools-uikit/field-errors": "19.
|
|
28
|
-
"@commercetools-uikit/field-label": "19.
|
|
29
|
-
"@commercetools-uikit/field-warnings": "19.
|
|
30
|
-
"@commercetools-uikit/spacings": "19.
|
|
31
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.12.0",
|
|
25
|
+
"@commercetools-uikit/date-range-input": "19.12.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "19.12.0",
|
|
27
|
+
"@commercetools-uikit/field-errors": "19.12.0",
|
|
28
|
+
"@commercetools-uikit/field-label": "19.12.0",
|
|
29
|
+
"@commercetools-uikit/field-warnings": "19.12.0",
|
|
30
|
+
"@commercetools-uikit/spacings": "19.12.0",
|
|
31
|
+
"@commercetools-uikit/utils": "19.12.0",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"prop-types": "15.8.1",
|