bpk-component-text-css
Advanced tools
Comparing version 6.1.5 to 7.0.0
{ | ||
"name": "bpk-component-text-css", | ||
"version": "6.1.5", | ||
"version": "7.0.0", | ||
"description": "Backpack text component.", | ||
@@ -17,3 +17,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"bpk-mixins-css": "^28.1.0", | ||
"bpk-mixins-css": "^29.0.0", | ||
"bpk-react-utils-css": "^4.1.1", | ||
@@ -20,0 +20,0 @@ "prop-types": "^15.7.2" |
@@ -72,3 +72,3 @@ # bpk-component-text | ||
| children | - | true | - | | ||
| textStyle | oneOf(TEXT_STYLES.xs, TEXT_STYLES.sm, TEXT_STYLES.base, TEXT_STYLES.lg, TEXT_STYLES.xl, TEXT_STYLES.xxl, TEXT_STYLES.xxxl, TEXT_STYLES.xxxxl, TEXT_STYLES.xxxxxl, TEXT_STYLES.caption, TEXT_STYLES.footnote, TEXT_STYLES.label1, TEXT_STYLES.label2, TEXT_STYLES.bodyDefault, TEXT_STYLES.bodyLongform, TEXT_STYLES.subheading, TEXT_STYLES.heading1, TEXT_STYLES.heading2, TEXT_STYLES.heading3, TEXT_STYLES.heading4, TEXT_STYLES.heading5, TEXT_STYLES.hero1, TEXT_STYLES.hero2, TEXT_STYLES.hero3, TEXT_STYLES.hero4, TEXT_STYLES.hero5) | false | TEXT_STYLES.base | | ||
| textStyle | oneOf(TEXT_STYLES.caption, TEXT_STYLES.footnote, TEXT_STYLES.label1, TEXT_STYLES.label2, TEXT_STYLES.label3, TEXT_STYLES.bodyDefault, TEXT_STYLES.bodyLongform, TEXT_STYLES.subheading, TEXT_STYLES.heading1, TEXT_STYLES.heading2, TEXT_STYLES.heading3, TEXT_STYLES.heading4, TEXT_STYLES.heading5, TEXT_STYLES.hero1, TEXT_STYLES.hero2, TEXT_STYLES.hero3, TEXT_STYLES.hero4, TEXT_STYLES.hero5, TEXT_STYLES.xs, TEXT_STYLES.sm, TEXT_STYLES.base, TEXT_STYLES.lg, TEXT_STYLES.xl, TEXT_STYLES.xxl, TEXT_STYLES.xxxl, TEXT_STYLES.xxxxl, TEXT_STYLES.xxxxxl) | false | TEXT_STYLES.base | | ||
| tagName | 'span', 'p', 'text', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6' | false | 'span' | | ||
@@ -75,0 +75,0 @@ | className | string | false | null | |
@@ -43,2 +43,3 @@ /* | ||
label2: 'label-2', | ||
label3: 'label-3', | ||
bodyDefault: 'body-default', | ||
@@ -45,0 +46,0 @@ bodyLongform: 'body-longform', |
Sorry, the diff of this file is not supported yet
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
30318
365
Updatedbpk-mixins-css@^29.0.0