@vonage/vvd-context
Advanced tools
Comparing version 0.13.0 to 0.14.0
@@ -0,1 +1,5 @@ | ||
# [0.14.0](https://github.com/vonage/vivid/compare/v0.13.0...v0.14.0) (2020-10-25) | ||
# [0.13.0](https://github.com/vonage/vivid/compare/v0.12.5...v0.13.0) (2020-10-12) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@vonage/vvd-context", | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"description": "> TODO: description", | ||
@@ -27,10 +27,10 @@ "homepage": "https://github.com/Vonage/vivid/tree/master/components/context#readme", | ||
"dependencies": { | ||
"@vonage/vvd-core": "^0.13.0", | ||
"@vonage/vvd-core": "^0.14.0", | ||
"lit-element": "^2.4.0", | ||
"tslib": "^2.0.2" | ||
"tslib": "^2.0.3" | ||
}, | ||
"devDependencies": { | ||
"@vonage/vvd-typography": "^0.13.0" | ||
"@vonage/vvd-typography": "^0.14.0" | ||
}, | ||
"gitHead": "abb5c4804499cd763bbedba86f1e8712e5704e00" | ||
"gitHead": "c13df565fd29ff01cbe14b7f964fd745abff0b6d" | ||
} |
import { css } from 'lit-element'; | ||
export const style = css `body{--vvd-typography-font-family: var(--vvd-font-family-spezia);--vvd-typography-font-size: 16px;--vvd-typography-font-weight: 400;--vvd-typography-font-stretch: 50%;--vvd-typography-line-height: calc(1ex / 0.32);--vvd-typography-letter-spacing: initial;--vvd-typography-text-transform: none;font:var(--vvd-typography-font-weight) var(--vvd-typography-font-size)/var(--vvd-typography-line-height) var(--vvd-typography-font-family);font-stretch:var(--vvd-typography-font-stretch);letter-spacing:var(--vvd-typography-letter-spacing);text-transform:var(--vvd-typography-text-transform);margin:var(--vvd-typography-line-height) 0}@supports(font-size-adjust: 1){body{font-size-adjust:.5}}b,strong{--vvd-typography-font-family: var(--vvd-font-family-spezia);--vvd-typography-font-size: 16px;--vvd-typography-font-weight: 600;--vvd-typography-font-stretch: 50%;--vvd-typography-line-height: calc(1ex / 0.32);--vvd-typography-letter-spacing: initial;--vvd-typography-text-transform: none;font:var(--vvd-typography-font-weight) var(--vvd-typography-font-size)/var(--vvd-typography-line-height) var(--vvd-typography-font-family);font-stretch:var(--vvd-typography-font-stretch);letter-spacing:var(--vvd-typography-letter-spacing);text-transform:var(--vvd-typography-text-transform);margin:var(--vvd-typography-line-height) 0}h1{--vvd-typography-font-family: var(--vvd-font-family-spezia);--vvd-typography-font-size: 46.1841212511px;--vvd-typography-font-weight: 500;--vvd-typography-font-stretch: 75%;--vvd-typography-line-height: calc(1ex / 0.47);--vvd-typography-letter-spacing: initial;--vvd-typography-text-transform: none;font:var(--vvd-typography-font-weight) var(--vvd-typography-font-size)/var(--vvd-typography-line-height) var(--vvd-typography-font-family);font-stretch:var(--vvd-typography-font-stretch);letter-spacing:var(--vvd-typography-letter-spacing);text-transform:var(--vvd-typography-text-transform);margin:var(--vvd-typography-line-height) 0}h2{--vvd-typography-font-family: var(--vvd-font-family-spezia);--vvd-typography-font-size: 36.4911575317px;--vvd-typography-font-weight: 500;--vvd-typography-font-stretch: 75%;--vvd-typography-line-height: calc(1ex / 0.42);--vvd-typography-letter-spacing: initial;--vvd-typography-text-transform: none;font:var(--vvd-typography-font-weight) var(--vvd-typography-font-size)/var(--vvd-typography-line-height) var(--vvd-typography-font-family);font-stretch:var(--vvd-typography-font-stretch);letter-spacing:var(--vvd-typography-letter-spacing);text-transform:var(--vvd-typography-text-transform);margin:var(--vvd-typography-line-height) 0}h3{--vvd-typography-font-family: var(--vvd-font-family-spezia);--vvd-typography-font-size: 32.4365844727px;--vvd-typography-font-weight: 500;--vvd-typography-font-stretch: 75%;--vvd-typography-line-height: calc(1ex / 0.38);--vvd-typography-letter-spacing: initial;--vvd-typography-text-transform: none;font:var(--vvd-typography-font-weight) var(--vvd-typography-font-size)/var(--vvd-typography-line-height) var(--vvd-typography-font-family);font-stretch:var(--vvd-typography-font-stretch);letter-spacing:var(--vvd-typography-letter-spacing);text-transform:var(--vvd-typography-text-transform);margin:var(--vvd-typography-line-height) 0}h6{--vvd-typography-font-family: var(--vvd-font-family-spezia);--vvd-typography-font-size: 14.2222222222px;--vvd-typography-font-weight: 400;--vvd-typography-font-stretch: 50%;--vvd-typography-line-height: calc(1ex / 0.32);--vvd-typography-letter-spacing: initial;--vvd-typography-text-transform: none;font:var(--vvd-typography-font-weight) var(--vvd-typography-font-size)/var(--vvd-typography-line-height) var(--vvd-typography-font-family);font-stretch:var(--vvd-typography-font-stretch);letter-spacing:var(--vvd-typography-letter-spacing);text-transform:var(--vvd-typography-text-transform);margin:var(--vvd-typography-line-height) 0}p{width:60ch;max-width:100%}code,samp,kbd,var{display:block;border-radius:4px}body{color:var(--vvd-color-base-foreground);background-color:var(--vvd-color-base-background)}body{margin:0;padding:0}`; | ||
export const style = css `body{--vvd-typography-font-family: var(--vvd-font-family-spezia);--vvd-typography-font-size: 16px;--vvd-typography-font-weight: 400;--vvd-typography-font-stretch: 50%;--vvd-typography-line-height: calc(1ex / 0.32);--vvd-typography-letter-spacing: initial;--vvd-typography-text-transform: none;font:var(--vvd-typography-font-weight) var(--vvd-typography-font-size)/var(--vvd-typography-line-height) var(--vvd-typography-font-family);font-stretch:var(--vvd-typography-font-stretch);letter-spacing:var(--vvd-typography-letter-spacing);text-transform:var(--vvd-typography-text-transform)}@supports(font-size-adjust: 1){body{font-size-adjust:.5}}b,strong{--vvd-typography-font-family: var(--vvd-font-family-spezia);--vvd-typography-font-size: 16px;--vvd-typography-font-weight: 600;--vvd-typography-font-stretch: 50%;--vvd-typography-line-height: calc(1ex / 0.32);--vvd-typography-letter-spacing: initial;--vvd-typography-text-transform: none;font:var(--vvd-typography-font-weight) var(--vvd-typography-font-size)/var(--vvd-typography-line-height) var(--vvd-typography-font-family);font-stretch:var(--vvd-typography-font-stretch);letter-spacing:var(--vvd-typography-letter-spacing);text-transform:var(--vvd-typography-text-transform)}h1{--vvd-typography-font-family: var(--vvd-font-family-spezia);--vvd-typography-font-size: 46.1841212511px;--vvd-typography-font-weight: 500;--vvd-typography-font-stretch: 75%;--vvd-typography-line-height: calc(1ex / 0.47);--vvd-typography-letter-spacing: initial;--vvd-typography-text-transform: none;font:var(--vvd-typography-font-weight) var(--vvd-typography-font-size)/var(--vvd-typography-line-height) var(--vvd-typography-font-family);font-stretch:var(--vvd-typography-font-stretch);letter-spacing:var(--vvd-typography-letter-spacing);text-transform:var(--vvd-typography-text-transform)}h2{--vvd-typography-font-family: var(--vvd-font-family-spezia);--vvd-typography-font-size: 36.4911575317px;--vvd-typography-font-weight: 500;--vvd-typography-font-stretch: 75%;--vvd-typography-line-height: calc(1ex / 0.42);--vvd-typography-letter-spacing: initial;--vvd-typography-text-transform: none;font:var(--vvd-typography-font-weight) var(--vvd-typography-font-size)/var(--vvd-typography-line-height) var(--vvd-typography-font-family);font-stretch:var(--vvd-typography-font-stretch);letter-spacing:var(--vvd-typography-letter-spacing);text-transform:var(--vvd-typography-text-transform)}h3{--vvd-typography-font-family: var(--vvd-font-family-spezia);--vvd-typography-font-size: 32.4365844727px;--vvd-typography-font-weight: 500;--vvd-typography-font-stretch: 75%;--vvd-typography-line-height: calc(1ex / 0.38);--vvd-typography-letter-spacing: initial;--vvd-typography-text-transform: none;font:var(--vvd-typography-font-weight) var(--vvd-typography-font-size)/var(--vvd-typography-line-height) var(--vvd-typography-font-family);font-stretch:var(--vvd-typography-font-stretch);letter-spacing:var(--vvd-typography-letter-spacing);text-transform:var(--vvd-typography-text-transform)}h6{--vvd-typography-font-family: var(--vvd-font-family-spezia);--vvd-typography-font-size: 14.2222222222px;--vvd-typography-font-weight: 400;--vvd-typography-font-stretch: 50%;--vvd-typography-line-height: calc(1ex / 0.32);--vvd-typography-letter-spacing: initial;--vvd-typography-text-transform: none;font:var(--vvd-typography-font-weight) var(--vvd-typography-font-size)/var(--vvd-typography-line-height) var(--vvd-typography-font-family);font-stretch:var(--vvd-typography-font-stretch);letter-spacing:var(--vvd-typography-letter-spacing);text-transform:var(--vvd-typography-text-transform)}p{width:60ch;max-width:100%}code,samp,kbd,var{display:block;border-radius:4px}body{color:var(--vvd-color-base-foreground);background-color:var(--vvd-color-base-background)}body{margin:0;padding:0}`; | ||
//# sourceMappingURL=vvd-context.css.js.map |
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
22236
29
+ Added@vonage/vvd-core@0.14.0(transitive)
+ Added@vonage/vvd-fonts@0.14.0(transitive)
+ Added@vonage/vvd-scheme@0.14.0(transitive)
- Removed@vonage/vvd-core@0.13.0(transitive)
- Removed@vonage/vvd-fonts@0.13.0(transitive)
- Removed@vonage/vvd-scheme@0.13.0(transitive)
Updated@vonage/vvd-core@^0.14.0
Updatedtslib@^2.0.3