@dhis2-ui/help 8.7.0 → 8.7.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.
- package/build/cjs/help.js +3 -3
- package/build/es/help.js +3 -3
- package/package.json +2 -2
package/build/cjs/help.js
CHANGED
|
@@ -28,15 +28,15 @@ const Help = _ref => {
|
|
|
28
28
|
} = _ref;
|
|
29
29
|
return /*#__PURE__*/_react.default.createElement("p", {
|
|
30
30
|
"data-test": dataTest,
|
|
31
|
-
className: _style.default.dynamic([["
|
|
31
|
+
className: _style.default.dynamic([["1832050605", [_uiConstants.spacers.dp4, _uiConstants.theme.default, _uiConstants.colors.blue700, _uiConstants.theme.error, _uiConstants.colors.yellow800]]]) + " " + ((0, _classnames.default)(className, {
|
|
32
32
|
valid,
|
|
33
33
|
error,
|
|
34
34
|
warning
|
|
35
35
|
}) || "")
|
|
36
36
|
}, children, /*#__PURE__*/_react.default.createElement(_style.default, {
|
|
37
|
-
id: "
|
|
37
|
+
id: "1832050605",
|
|
38
38
|
dynamic: [_uiConstants.spacers.dp4, _uiConstants.theme.default, _uiConstants.colors.blue700, _uiConstants.theme.error, _uiConstants.colors.yellow800]
|
|
39
|
-
}, ["p.__jsx-style-dynamic-selector{margin-top:".concat(_uiConstants.spacers.dp4, ";margin-right:0;margin-bottom:0;margin-left:0;font-size:12px;line-height:14px;color:").concat(_uiConstants.theme.default, ";
|
|
39
|
+
}, ["p.__jsx-style-dynamic-selector{margin-top:".concat(_uiConstants.spacers.dp4, ";margin-right:0;margin-bottom:0;margin-left:0;font-size:12px;line-height:14px;color:").concat(_uiConstants.theme.default, ";}"), ".valid.__jsx-style-dynamic-selector{color:".concat(_uiConstants.colors.blue700, ";}"), ".error.__jsx-style-dynamic-selector{color:".concat(_uiConstants.theme.error, ";}"), ".warning.__jsx-style-dynamic-selector{color:".concat(_uiConstants.colors.yellow800, ";}")]));
|
|
40
40
|
};
|
|
41
41
|
|
|
42
42
|
exports.Help = Help;
|
package/build/es/help.js
CHANGED
|
@@ -15,15 +15,15 @@ const Help = _ref => {
|
|
|
15
15
|
} = _ref;
|
|
16
16
|
return /*#__PURE__*/React.createElement("p", {
|
|
17
17
|
"data-test": dataTest,
|
|
18
|
-
className: _JSXStyle.dynamic([["
|
|
18
|
+
className: _JSXStyle.dynamic([["1832050605", [spacers.dp4, theme.default, colors.blue700, theme.error, colors.yellow800]]]) + " " + (cx(className, {
|
|
19
19
|
valid,
|
|
20
20
|
error,
|
|
21
21
|
warning
|
|
22
22
|
}) || "")
|
|
23
23
|
}, children, /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
24
|
-
id: "
|
|
24
|
+
id: "1832050605",
|
|
25
25
|
dynamic: [spacers.dp4, theme.default, colors.blue700, theme.error, colors.yellow800]
|
|
26
|
-
}, ["p.__jsx-style-dynamic-selector{margin-top:".concat(spacers.dp4, ";margin-right:0;margin-bottom:0;margin-left:0;font-size:12px;line-height:14px;color:").concat(theme.default, ";
|
|
26
|
+
}, ["p.__jsx-style-dynamic-selector{margin-top:".concat(spacers.dp4, ";margin-right:0;margin-bottom:0;margin-left:0;font-size:12px;line-height:14px;color:").concat(theme.default, ";}"), ".valid.__jsx-style-dynamic-selector{color:".concat(colors.blue700, ";}"), ".error.__jsx-style-dynamic-selector{color:".concat(theme.error, ";}"), ".warning.__jsx-style-dynamic-selector{color:".concat(colors.yellow800, ";}")]));
|
|
27
27
|
};
|
|
28
28
|
|
|
29
29
|
Help.defaultProps = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dhis2-ui/help",
|
|
3
|
-
"version": "8.7.
|
|
3
|
+
"version": "8.7.2",
|
|
4
4
|
"description": "UI Help",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@dhis2/prop-types": "^3.1.2",
|
|
35
|
-
"@dhis2/ui-constants": "8.7.
|
|
35
|
+
"@dhis2/ui-constants": "8.7.2",
|
|
36
36
|
"classnames": "^2.3.1",
|
|
37
37
|
"prop-types": "^15.7.2"
|
|
38
38
|
},
|