@dhis2-ui/input
Advanced tools
Comparing version 9.3.0 to 9.4.0-alpha.1
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.default = exports.WithValue = exports.ValueTextOverflow = exports.StatusWarning = exports.StatusValid = exports.StatusLoading = exports.StatusError = exports.ReadOnly = exports.PlaceholderNoValue = exports.NumberMaxMinStep = exports.NoPlaceholderNoValue = exports.Focus = exports.Disabled = exports.Dense = exports.Default = void 0; | ||
exports.default = exports.WithValue = exports.ValueTextOverflow = exports.StatusWarning = exports.StatusValid = exports.StatusLoading = exports.StatusError = exports.ReadOnly = exports.RTLErrorPlaceholder = exports.PlaceholderNoValue = exports.NumberMaxMinStep = exports.NoPlaceholderNoValue = exports.Focus = exports.Disabled = exports.Dense = exports.Default = void 0; | ||
@@ -154,2 +154,12 @@ var _uiConstants = require("@dhis2/ui-constants"); | ||
warning: true | ||
}; | ||
const RTLErrorPlaceholder = args => /*#__PURE__*/_react.default.createElement("div", { | ||
dir: "rtl" | ||
}, /*#__PURE__*/_react.default.createElement(_index.Input, args)); | ||
exports.RTLErrorPlaceholder = RTLErrorPlaceholder; | ||
RTLErrorPlaceholder.args = { | ||
error: true, | ||
placeholder: 'RTL placeholder' | ||
}; |
@@ -126,2 +126,9 @@ import { sharedPropTypes } from '@dhis2/ui-constants'; | ||
warning: true | ||
}; | ||
export const RTLErrorPlaceholder = args => /*#__PURE__*/React.createElement("div", { | ||
dir: "rtl" | ||
}, /*#__PURE__*/React.createElement(Input, args)); | ||
RTLErrorPlaceholder.args = { | ||
error: true, | ||
placeholder: 'RTL placeholder' | ||
}; |
{ | ||
"name": "@dhis2-ui/input", | ||
"version": "9.3.0", | ||
"version": "9.4.0-alpha.1", | ||
"description": "UI Input", | ||
@@ -36,9 +36,9 @@ "repository": { | ||
"@dhis2/prop-types": "^3.1.2", | ||
"@dhis2-ui/box": "9.3.0", | ||
"@dhis2-ui/field": "9.3.0", | ||
"@dhis2-ui/input": "9.3.0", | ||
"@dhis2-ui/loader": "9.3.0", | ||
"@dhis2-ui/status-icon": "9.3.0", | ||
"@dhis2/ui-constants": "9.3.0", | ||
"@dhis2/ui-icons": "9.3.0", | ||
"@dhis2-ui/box": "9.4.0-alpha.1", | ||
"@dhis2-ui/field": "9.4.0-alpha.1", | ||
"@dhis2-ui/input": "9.4.0-alpha.1", | ||
"@dhis2-ui/loader": "9.4.0-alpha.1", | ||
"@dhis2-ui/status-icon": "9.4.0-alpha.1", | ||
"@dhis2/ui-constants": "9.4.0-alpha.1", | ||
"@dhis2/ui-icons": "9.4.0-alpha.1", | ||
"classnames": "^2.3.1", | ||
@@ -45,0 +45,0 @@ "prop-types": "^15.7.2" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74309
1830
1
+ Added@dhis2-ui/box@9.4.0-alpha.1(transitive)
+ Added@dhis2-ui/field@9.4.0-alpha.1(transitive)
+ Added@dhis2-ui/help@9.4.0-alpha.1(transitive)
+ Added@dhis2-ui/label@9.4.0-alpha.1(transitive)
+ Added@dhis2-ui/loader@9.4.0-alpha.1(transitive)
+ Added@dhis2-ui/required@9.4.0-alpha.1(transitive)
+ Added@dhis2-ui/status-icon@9.4.0-alpha.1(transitive)
+ Added@dhis2/ui-constants@9.4.0-alpha.1(transitive)
+ Added@dhis2/ui-icons@9.4.0-alpha.1(transitive)
- Removed@dhis2-ui/box@9.3.0(transitive)
- Removed@dhis2-ui/field@9.3.0(transitive)
- Removed@dhis2-ui/help@9.3.0(transitive)
- Removed@dhis2-ui/label@9.3.0(transitive)
- Removed@dhis2-ui/loader@9.3.0(transitive)
- Removed@dhis2-ui/required@9.3.0(transitive)
- Removed@dhis2-ui/status-icon@9.3.0(transitive)
- Removed@dhis2/ui-constants@9.3.0(transitive)
- Removed@dhis2/ui-icons@9.3.0(transitive)
Updated@dhis2-ui/box@9.4.0-alpha.1