@dhis2-ui/input 7.10.1 → 7.10.5
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/input/input.js
CHANGED
|
@@ -74,8 +74,8 @@ StatusIcon.propTypes = {
|
|
|
74
74
|
valid: _propTypes.default.bool,
|
|
75
75
|
warning: _propTypes.default.bool
|
|
76
76
|
};
|
|
77
|
-
const styles = [".input.jsx-
|
|
78
|
-
styles.__hash = "
|
|
77
|
+
const styles = [".input.jsx-2051644105{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}", `input.jsx-2051644105{box-sizing:border-box;font-size:14px;line-height:16px;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;color:${_uiConstants.colors.grey900};background-color:white;padding:12px 11px 10px;outline:0;border:1px solid ${_uiConstants.colors.grey500};border-radius:3px;box-shadow:inset 0 1px 2px 0 rgba(48,54,60,0.1);text-overflow:ellipsis;}`, "input.dense.jsx-2051644105{padding:8px 11px 6px;}", `input.jsx-2051644105:focus{outline:none;box-shadow:inset 0 0 0 2px ${_uiConstants.theme.focus};border-color:${_uiConstants.theme.focus};}`, `input.warning.jsx-2051644105{border-color:${_uiConstants.theme.warning};}`, `input.error.jsx-2051644105{border-color:${_uiConstants.theme.error};}`, `input.read-only.jsx-2051644105{background-color:${_uiConstants.colors.grey050};border-color:${_uiConstants.colors.grey300};box-shadow:none;cursor:text;}`, `input.disabled.jsx-2051644105{background-color:${_uiConstants.colors.grey100};border-color:${_uiConstants.colors.grey500};color:${_uiConstants.theme.disabled};cursor:not-allowed;}`, `.status-icon.jsx-2051644105{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;margin-left:${_uiConstants.spacers.dp8};}`];
|
|
78
|
+
styles.__hash = "2051644105";
|
|
79
79
|
|
|
80
80
|
class Input extends _react.Component {
|
|
81
81
|
constructor(...args) {
|
package/build/es/input/input.js
CHANGED
|
@@ -56,8 +56,8 @@ StatusIcon.propTypes = {
|
|
|
56
56
|
valid: PropTypes.bool,
|
|
57
57
|
warning: PropTypes.bool
|
|
58
58
|
};
|
|
59
|
-
const styles = [".input.jsx-
|
|
60
|
-
styles.__hash = "
|
|
59
|
+
const styles = [".input.jsx-2051644105{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}", `input.jsx-2051644105{box-sizing:border-box;font-size:14px;line-height:16px;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;color:${colors.grey900};background-color:white;padding:12px 11px 10px;outline:0;border:1px solid ${colors.grey500};border-radius:3px;box-shadow:inset 0 1px 2px 0 rgba(48,54,60,0.1);text-overflow:ellipsis;}`, "input.dense.jsx-2051644105{padding:8px 11px 6px;}", `input.jsx-2051644105:focus{outline:none;box-shadow:inset 0 0 0 2px ${theme.focus};border-color:${theme.focus};}`, `input.warning.jsx-2051644105{border-color:${theme.warning};}`, `input.error.jsx-2051644105{border-color:${theme.error};}`, `input.read-only.jsx-2051644105{background-color:${colors.grey050};border-color:${colors.grey300};box-shadow:none;cursor:text;}`, `input.disabled.jsx-2051644105{background-color:${colors.grey100};border-color:${colors.grey500};color:${theme.disabled};cursor:not-allowed;}`, `.status-icon.jsx-2051644105{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;margin-left:${spacers.dp8};}`];
|
|
60
|
+
styles.__hash = "2051644105";
|
|
61
61
|
export class Input extends Component {
|
|
62
62
|
constructor(...args) {
|
|
63
63
|
super(...args);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dhis2-ui/input",
|
|
3
|
-
"version": "7.10.
|
|
3
|
+
"version": "7.10.5",
|
|
4
4
|
"description": "UI Input",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@dhis2/prop-types": "^3.0.0-beta.1",
|
|
35
|
-
"@dhis2-ui/box": "7.10.
|
|
36
|
-
"@dhis2-ui/field": "7.10.
|
|
37
|
-
"@dhis2-ui/input": "7.10.
|
|
38
|
-
"@dhis2-ui/loader": "7.10.
|
|
39
|
-
"@dhis2/ui-constants": "7.10.
|
|
40
|
-
"@dhis2/ui-icons": "7.10.
|
|
35
|
+
"@dhis2-ui/box": "7.10.5",
|
|
36
|
+
"@dhis2-ui/field": "7.10.5",
|
|
37
|
+
"@dhis2-ui/input": "7.10.5",
|
|
38
|
+
"@dhis2-ui/loader": "7.10.5",
|
|
39
|
+
"@dhis2/ui-constants": "7.10.5",
|
|
40
|
+
"@dhis2/ui-icons": "7.10.5",
|
|
41
41
|
"classnames": "^2.3.1",
|
|
42
42
|
"prop-types": "^15.7.2"
|
|
43
43
|
},
|