Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vonage/vvd-context

Package Overview
Dependencies
Maintainers
14
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/vvd-context - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

7

CHANGELOG.md

@@ -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))

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc