@finastra/divider
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -7,3 +7,3 @@ /** | ||
import { css } from 'lit'; | ||
export const styles = css `:host{display:block;margin:0;border-top-width:1px;border-top-style:solid;border-top-color:var(--fds-text-hint-on-background)}:host([inset=left]){margin-left:var(--fds-divider-inset-margin, 80px)}[dir=rtl] :host([inset=left]){margin-left:auto;margin-right:var(--fds-divider-inset-margin, 80px)}:host([inset=right]){margin-right:var(--fds-divider-inset-margin, 80px)}[dir=rtl] :host([inset=right]){margin-right:auto;margin-left:var(--fds-divider-inset-margin, 80px)}:host([inset=both]){margin-right:calc(var(--fds-divider-inset-margin, 80px)/2);margin-left:calc(var(--fds-divider-inset-margin, 80px)/2)}:host([vertical]){border-top:0;border-right-width:1px;border-right-style:solid;border-color:var(--fds-text-hint-on-background)}`; | ||
export const styles = css `:host{display:block;margin:0;border-top-width:1px;border-top-style:solid;border-top-color:var(--fds-text-hint-on-background, rgba(0, 0, 0, 0.29))}:host([inset=left]){margin-left:var(--fds-divider-inset-margin, 80px)}[dir=rtl] :host([inset=left]){margin-left:auto;margin-right:var(--fds-divider-inset-margin, 80px)}:host([inset=right]){margin-right:var(--fds-divider-inset-margin, 80px)}[dir=rtl] :host([inset=right]){margin-right:auto;margin-left:var(--fds-divider-inset-margin, 80px)}:host([inset=both]){margin-right:calc(var(--fds-divider-inset-margin, 80px)/2);margin-left:calc(var(--fds-divider-inset-margin, 80px)/2)}:host([vertical]){border-top:0;border-right-width:1px;border-right-style:solid;border-color:var(--fds-text-hint-on-background, rgba(0, 0, 0, 0.29))}`; | ||
//# sourceMappingURL=styles.css.js.map |
{ | ||
"name": "@finastra/divider", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "Divider Web Component", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "228ae6e56e70233ae5971baa9a837b95eb8d7f81" | ||
"gitHead": "18efac79a115d165e0caeac11558e3c42a9485c6" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
12929
71