@dhis2-ui/required
Advanced tools
Comparing version 9.11.0 to 9.11.1-beta.1
@@ -12,3 +12,2 @@ "use strict"; | ||
}); | ||
var _required = require("./required.js"); |
@@ -7,13 +7,7 @@ "use strict"; | ||
exports.Required = void 0; | ||
var _style = _interopRequireDefault(require("styled-jsx/style")); | ||
var _uiConstants = require("@dhis2/ui-constants"); | ||
var _propTypes = _interopRequireDefault(require("prop-types")); | ||
var _react = _interopRequireDefault(require("react")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } | ||
const Required = _ref => { | ||
@@ -29,5 +23,4 @@ let { | ||
dynamic: [_uiConstants.spacers.dp4] | ||
}, ["span.__jsx-style-dynamic-selector{padding-inline-start:".concat(_uiConstants.spacers.dp4, ";}")])); | ||
}, [`span.__jsx-style-dynamic-selector{padding-inline-start:${_uiConstants.spacers.dp4};}`])); | ||
}; | ||
exports.Required = Required; | ||
@@ -34,0 +27,0 @@ Required.propTypes = { |
@@ -15,3 +15,3 @@ import _JSXStyle from "styled-jsx/style"; | ||
dynamic: [spacers.dp4] | ||
}, ["span.__jsx-style-dynamic-selector{padding-inline-start:".concat(spacers.dp4, ";}")])); | ||
}, [`span.__jsx-style-dynamic-selector{padding-inline-start:${spacers.dp4};}`])); | ||
}; | ||
@@ -18,0 +18,0 @@ Required.propTypes = { |
{ | ||
"name": "@dhis2-ui/required", | ||
"version": "9.11.0", | ||
"version": "9.11.1-beta.1", | ||
"description": "UI Required", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"scripts": { | ||
"start": "start-storybook -c ../../storybook/config --port 5000", | ||
"start": "storybook dev -c ../../storybook/config --port 5000", | ||
"build": "d2-app-scripts build", | ||
@@ -31,4 +31,4 @@ "test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js" | ||
"peerDependencies": { | ||
"react": "^16.8", | ||
"react-dom": "^16.8", | ||
"react": "^16.13", | ||
"react-dom": "^16.13", | ||
"styled-jsx": "^4" | ||
@@ -38,3 +38,3 @@ }, | ||
"@dhis2/prop-types": "^3.1.2", | ||
"@dhis2/ui-constants": "9.11.0", | ||
"@dhis2/ui-constants": "9.11.1-beta.1", | ||
"classnames": "^2.3.1", | ||
@@ -41,0 +41,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
3609
1
+ Added@dhis2/ui-constants@9.11.1-beta.1(transitive)
- Removed@dhis2/ui-constants@9.11.0(transitive)