@vonage/vvd-context
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -1,9 +0,4 @@ | ||
# 0.6.0 (2020-09-08) | ||
# 0.7.0 (2020-09-15) | ||
### Features | ||
* **textarea:** textarea form association ([#300](https://github.com/vonage/vivid/issues/300)) ([19ebd4e](https://github.com/vonage/vivid/commit/19ebd4e5f694738d2687f2a9d2a24ef2fa9beb4b)) | ||
{ | ||
"name": "@vonage/vvd-context", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "> TODO: description", | ||
@@ -27,3 +27,3 @@ "homepage": "https://github.com/Vonage/vivid/tree/master/components/context#readme", | ||
"dependencies": { | ||
"@vonage/vvd-core": "^0.6.0", | ||
"@vonage/vvd-core": "^0.7.0", | ||
"lit-element": "^2.4.0", | ||
@@ -33,5 +33,5 @@ "tslib": "^2.0.1" | ||
"devDependencies": { | ||
"@vonage/vvd-typography": "^0.6.0" | ||
"@vonage/vvd-typography": "^0.7.0" | ||
}, | ||
"gitHead": "d55fb00c43d48e3f8b0f3de170e4cb6949acbfd8" | ||
"gitHead": "7ea075c26f7d4224be96ce96efd8ad6d6f210cd3" | ||
} |
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)}@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}`; | ||
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}`; | ||
//# sourceMappingURL=vvd-context.css.js.map |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
23056
43
0
+ Added@vonage/vvd-core@0.7.0(transitive)
+ Added@vonage/vvd-fonts@0.7.0(transitive)
+ Added@vonage/vvd-scheme@0.7.0(transitive)
- Removed@vonage/vvd-core@0.6.0(transitive)
- Removed@vonage/vvd-fonts@0.6.0(transitive)
- Removed@vonage/vvd-scheme@0.6.0(transitive)
Updated@vonage/vvd-core@^0.7.0