@bpmn-io/form-js-carbon-styles
Advanced tools
Comparing version 1.8.3 to 1.8.4
{ | ||
"name": "@bpmn-io/form-js-carbon-styles", | ||
"version": "1.8.3", | ||
"version": "1.8.4", | ||
"description": "Custom carbon styles for form-js", | ||
@@ -21,3 +21,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@bpmn-io/form-js-viewer": "^1.8.3", | ||
"@bpmn-io/form-js-viewer": "^1.8.4", | ||
"@carbon/elements": "^11.33.1", | ||
@@ -29,3 +29,3 @@ "styled-components": "^6.1.1" | ||
], | ||
"gitHead": "5b065bf91f29907ff39fee7f4252d639890bb84f" | ||
"gitHead": "c9a4761209756fce5711053526023f42bf3b7b54" | ||
} |
@@ -71,3 +71,3 @@ /** | ||
} | ||
& h1 { | ||
@@ -182,3 +182,3 @@ font-size: var(--cds-productive-heading-06-font-size); | ||
} | ||
div > :last-child { | ||
@@ -392,6 +392,3 @@ margin-bottom: 0; | ||
.fjs-form-field-datetime.fjs-disabled | ||
.fjs-input-group | ||
.fjs-input-adornment | ||
svg { | ||
.fjs-form-field-datetime.fjs-disabled .fjs-input-group .fjs-input-adornment svg { | ||
color: var(--cds-icon-disabled); | ||
@@ -422,4 +419,3 @@ cursor: var(--cursor-disabled, not-allowed); | ||
.fjs-form-field:not(.fjs-form-field-checkbox, .fjs-form-field-grouplike) | ||
.fjs-form-field-label:first-child { | ||
.fjs-form-field:not(.fjs-form-field-checkbox, .fjs-form-field-grouplike) .fjs-form-field-label:first-child { | ||
margin: 0; | ||
@@ -429,6 +425,4 @@ margin-bottom: var(--cds-spacing-03); | ||
.fjs-form-field.fjs-form-field-radio | ||
.fjs-form-field-label:not(:first-of-type), | ||
.fjs-form-field.fjs-form-field-checklist | ||
.fjs-form-field-label:not(:first-of-type) { | ||
.fjs-form-field.fjs-form-field-radio .fjs-form-field-label:not(:first-of-type), | ||
.fjs-form-field.fjs-form-field-checklist .fjs-form-field-label:not(:first-of-type) { | ||
margin: 0; | ||
@@ -438,4 +432,3 @@ margin-bottom: 0.1875rem; | ||
.fjs-form-field.fjs-form-field-radio | ||
.fjs-form-field-label:not(:first-of-type) { | ||
.fjs-form-field.fjs-form-field-radio .fjs-form-field-label:not(:first-of-type) { | ||
min-height: ${rem(27)}; | ||
@@ -531,5 +524,3 @@ } | ||
.fjs-form-field.fjs-checked .fjs-input[type='checkbox'], | ||
.fjs-form-field | ||
.fjs-form-field-label.fjs-checked | ||
.fjs-input[type='checkbox'] { | ||
.fjs-form-field .fjs-form-field-label.fjs-checked .fjs-input[type='checkbox'] { | ||
&:before { | ||
@@ -718,3 +709,4 @@ border: none; | ||
border-color: var(--cds-focus); | ||
box-shadow: inset 0 0 0 1px var(--cds-focus), | ||
box-shadow: | ||
inset 0 0 0 1px var(--cds-focus), | ||
inset 0 0 0 2px var(--cds-background); | ||
@@ -864,5 +856,5 @@ color: var(--cds-text-inverse); | ||
${getSelectArrowStyles({ | ||
arrowRightPosition: 'var(--cds-spacing-03)', | ||
color: theme.iconPrimary, | ||
})}; | ||
arrowRightPosition: 'var(--cds-spacing-03)', | ||
color: theme.iconPrimary, | ||
})}; | ||
border-bottom: none; | ||
@@ -954,5 +946,5 @@ padding-right: 2rem; | ||
${getSelectArrowStyles({ | ||
arrowRightPosition: 'var(--cds-spacing-05)', | ||
color: theme.iconPrimary, | ||
})} | ||
arrowRightPosition: 'var(--cds-spacing-05)', | ||
color: theme.iconPrimary, | ||
})} | ||
@@ -1011,5 +1003,5 @@ .fjs-select-display { | ||
${getSelectArrowStyles({ | ||
arrowRightPosition: 'var(--cds-spacing-05)', | ||
color: theme.iconDisabled, | ||
})} | ||
arrowRightPosition: 'var(--cds-spacing-05)', | ||
color: theme.iconDisabled, | ||
})} | ||
} | ||
@@ -1016,0 +1008,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
declare module '@bpmn-io/form-js-carbon-styles'{ | ||
declare module '@bpmn-io/form-js-carbon-styles' { | ||
import { FlattenSimpleInterpolation, GlobalStyleComponent, DefaultTheme } from 'styled-components'; | ||
@@ -8,0 +8,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
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
77096
1039