@aboutbits/react-ui
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -16,3 +16,3 @@ "use strict"; | ||
var customLabelCss = getCustomLabelCss(inputLabel, meta, disabled, mode); | ||
var customErrorCss = getCustomErrorCss(inputLabel, mode); | ||
var customErrorCss = getCustomErrorCss(inputError, mode); | ||
return { | ||
@@ -19,0 +19,0 @@ inputCss: input.base + ' ' + customInputCss, |
@@ -8,2 +8,3 @@ export * from './Section/Section'; | ||
export * from './Section/SectionContentMessage'; | ||
export * from './Section/ConvenientSectionContentMessage'; | ||
export * from './SectionHeader/SectionHeader'; | ||
@@ -10,0 +11,0 @@ export * from './SectionHeader/SectionHeaderSpacer'; |
@@ -11,2 +11,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./Section/SectionContentMessage"), exports); | ||
tslib_1.__exportStar(require("./Section/ConvenientSectionContentMessage"), exports); | ||
tslib_1.__exportStar(require("./SectionHeader/SectionHeader"), exports); | ||
@@ -13,0 +14,0 @@ tslib_1.__exportStar(require("./SectionHeader/SectionHeaderSpacer"), exports); |
{ | ||
"name": "@aboutbits/react-ui", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
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
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
274606
6438