@commercetools-uikit/date-range-field 20.2.2 → 20.3.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.
|
@@ -89,8 +89,8 @@ let DateRangeField = /*#__PURE__*/function (_Component) {
|
|
|
89
89
|
if (this.props.hintIcon) {
|
|
90
90
|
process.env.NODE_ENV !== "production" ? utils.warning(typeof this.props.hint === 'string' || /*#__PURE__*/react.isValidElement(this.props.hint), 'DateRangeField: `hint` is required to be string or ReactNode if hintIcon is present') : void 0;
|
|
91
91
|
}
|
|
92
|
-
const errorsContainerId =
|
|
93
|
-
const warningsContainerId =
|
|
92
|
+
const errorsContainerId = "".concat(this.state.id, "-errors");
|
|
93
|
+
const warningsContainerId = "".concat(this.state.id, "-warnings");
|
|
94
94
|
return jsxRuntime.jsx(Constraints__default["default"].Horizontal, {
|
|
95
95
|
max: this.props.horizontalConstraint,
|
|
96
96
|
children: jsxRuntime.jsxs(Spacings__default["default"].Stack, {
|
|
@@ -158,7 +158,7 @@ DateRangeField.getDerivedStateFromProps = (props, state) => ({
|
|
|
158
158
|
var DateRangeField$1 = DateRangeField;
|
|
159
159
|
|
|
160
160
|
// NOTE: This string will be replaced on build time with the package version.
|
|
161
|
-
var version = "20.
|
|
161
|
+
var version = "20.3.0";
|
|
162
162
|
|
|
163
163
|
exports["default"] = DateRangeField$1;
|
|
164
164
|
exports.version = version;
|
|
@@ -85,8 +85,8 @@ let DateRangeField = /*#__PURE__*/function (_Component) {
|
|
|
85
85
|
const hasWarning = this.props.touched && hasWarnings(this.props.warnings);
|
|
86
86
|
if (!this.props.isReadOnly) ;
|
|
87
87
|
if (this.props.hintIcon) ;
|
|
88
|
-
const errorsContainerId =
|
|
89
|
-
const warningsContainerId =
|
|
88
|
+
const errorsContainerId = "".concat(this.state.id, "-errors");
|
|
89
|
+
const warningsContainerId = "".concat(this.state.id, "-warnings");
|
|
90
90
|
return jsxRuntime.jsx(Constraints__default["default"].Horizontal, {
|
|
91
91
|
max: this.props.horizontalConstraint,
|
|
92
92
|
children: jsxRuntime.jsxs(Spacings__default["default"].Stack, {
|
|
@@ -154,7 +154,7 @@ DateRangeField.getDerivedStateFromProps = (props, state) => ({
|
|
|
154
154
|
var DateRangeField$1 = DateRangeField;
|
|
155
155
|
|
|
156
156
|
// NOTE: This string will be replaced on build time with the package version.
|
|
157
|
-
var version = "20.
|
|
157
|
+
var version = "20.3.0";
|
|
158
158
|
|
|
159
159
|
exports["default"] = DateRangeField$1;
|
|
160
160
|
exports.version = version;
|
|
@@ -65,8 +65,8 @@ let DateRangeField = /*#__PURE__*/function (_Component) {
|
|
|
65
65
|
if (this.props.hintIcon) {
|
|
66
66
|
process.env.NODE_ENV !== "production" ? warning(typeof this.props.hint === 'string' || /*#__PURE__*/isValidElement(this.props.hint), 'DateRangeField: `hint` is required to be string or ReactNode if hintIcon is present') : void 0;
|
|
67
67
|
}
|
|
68
|
-
const errorsContainerId =
|
|
69
|
-
const warningsContainerId =
|
|
68
|
+
const errorsContainerId = "".concat(this.state.id, "-errors");
|
|
69
|
+
const warningsContainerId = "".concat(this.state.id, "-warnings");
|
|
70
70
|
return jsx(Constraints.Horizontal, {
|
|
71
71
|
max: this.props.horizontalConstraint,
|
|
72
72
|
children: jsxs(Spacings.Stack, {
|
|
@@ -134,6 +134,6 @@ DateRangeField.getDerivedStateFromProps = (props, state) => ({
|
|
|
134
134
|
var DateRangeField$1 = DateRangeField;
|
|
135
135
|
|
|
136
136
|
// NOTE: This string will be replaced on build time with the package version.
|
|
137
|
-
var version = "20.
|
|
137
|
+
var version = "20.3.0";
|
|
138
138
|
|
|
139
139
|
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": "20.
|
|
4
|
+
"version": "20.3.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,20 +21,20 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "20.
|
|
25
|
-
"@commercetools-uikit/date-range-input": "20.
|
|
26
|
-
"@commercetools-uikit/design-system": "20.
|
|
27
|
-
"@commercetools-uikit/field-errors": "20.
|
|
28
|
-
"@commercetools-uikit/field-label": "20.
|
|
29
|
-
"@commercetools-uikit/field-warnings": "20.
|
|
30
|
-
"@commercetools-uikit/spacings": "20.
|
|
31
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/constraints": "20.3.0",
|
|
25
|
+
"@commercetools-uikit/date-range-input": "20.3.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "20.3.0",
|
|
27
|
+
"@commercetools-uikit/field-errors": "20.3.0",
|
|
28
|
+
"@commercetools-uikit/field-label": "20.3.0",
|
|
29
|
+
"@commercetools-uikit/field-warnings": "20.3.0",
|
|
30
|
+
"@commercetools-uikit/spacings": "20.3.0",
|
|
31
|
+
"@commercetools-uikit/utils": "20.3.0",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"react-intl": "^7.1.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"react": "19.
|
|
37
|
+
"react": "19.2.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"react": "19.x"
|