@bpmn-io/form-js-carbon-styles
Advanced tools
Comparing version 1.6.4 to 1.7.0-alpha.0
{ | ||
"name": "@bpmn-io/form-js-carbon-styles", | ||
"version": "1.6.4", | ||
"version": "1.7.0-alpha.0", | ||
"description": "Custom carbon styles for form-js", | ||
@@ -21,3 +21,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@bpmn-io/form-js-viewer": "^1.6.4", | ||
"@bpmn-io/form-js-viewer": "^1.7.0-alpha.0", | ||
"@carbon/elements": "^11.33.1", | ||
@@ -29,3 +29,3 @@ "styled-components": "^6.1.1" | ||
], | ||
"gitHead": "81778692a8965f1bc6aadb3ff6a94df4202099e8" | ||
"gitHead": "bd5c0a61044cb4378925784a826bf5b711a5c82b" | ||
} |
@@ -59,3 +59,8 @@ /** | ||
.fjs-container .fjs-form-field.fjs-form-field-text .markup { | ||
& { | ||
font-size: var(--cds-body-long-01-font-size); | ||
font-weight: var(--cds-body-long-01-font-weight); | ||
line-height: var(--cds-body-long-01-line-height); | ||
letter-spacing: var(--cds-body-long-01-letter-spacing); | ||
& p { | ||
font-size: var(--cds-body-long-01-font-size); | ||
@@ -65,4 +70,5 @@ font-weight: var(--cds-body-long-01-font-weight); | ||
letter-spacing: var(--cds-body-long-01-letter-spacing); | ||
margin-bottom: var(--cds-spacing-05); | ||
} | ||
& h1 { | ||
@@ -73,2 +79,3 @@ font-size: var(--cds-productive-heading-06-font-size); | ||
letter-spacing: var(--cds-productive-heading-06-letter-spacing); | ||
margin-bottom: var(--cds-spacing-05); | ||
} | ||
@@ -81,2 +88,3 @@ | ||
letter-spacing: var(--cds-productive-heading-05-letter-spacing); | ||
margin-bottom: var(--cds-spacing-05); | ||
} | ||
@@ -89,3 +97,5 @@ | ||
letter-spacing: var(--cds-productive-heading-04-letter-spacing); | ||
margin-bottom: var(--cds-spacing-05); | ||
} | ||
& h4 { | ||
@@ -96,3 +106,5 @@ font-size: var(--cds-productive-heading-03-font-size); | ||
letter-spacing: var(--cds-productive-heading-03-letter-spacing); | ||
margin-bottom: var(--cds-spacing-05); | ||
} | ||
& h5 { | ||
@@ -103,3 +115,5 @@ font-size: var(--cds-productive-heading-02-font-size); | ||
letter-spacing: var(--cds-productive-heading-02-letter-spacing); | ||
margin-bottom: var(--cds-spacing-05); | ||
} | ||
& h6 { | ||
@@ -110,2 +124,3 @@ font-size: var(--cds-productive-heading-01-font-size); | ||
letter-spacing: var(--cds-productive-heading-01-letter-spacing); | ||
margin-bottom: var(--cds-spacing-05); | ||
} | ||
@@ -120,2 +135,3 @@ | ||
white-space: pre-wrap; | ||
margin-bottom: var(--cds-spacing-05); | ||
} | ||
@@ -129,2 +145,3 @@ | ||
letter-spacing: var(--cds-quotation-02-letter-spacing); | ||
margin-bottom: var(--cds-spacing-05); | ||
} | ||
@@ -139,2 +156,3 @@ | ||
list-style: none; | ||
margin-bottom: var(--cds-spacing-05); | ||
} | ||
@@ -170,2 +188,10 @@ | ||
} | ||
pre { | ||
margin-bottom: var(--cds-spacing-05); | ||
} | ||
div > :last-child { | ||
margin-bottom: 0; | ||
} | ||
} | ||
@@ -172,0 +198,0 @@ `; |
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
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
77093
1047
2