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

@vonage/vvd-style-coupling

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-style-coupling - npm Package Compare versions

Comparing version 0.15.3 to 0.16.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# [0.16.0](https://github.com/vonage/vivid/compare/v0.15.3...v0.16.0) (2020-11-24)
## [0.15.3](https://github.com/vonage/vivid/compare/v0.15.2...v0.15.3) (2020-11-16)

@@ -2,0 +6,0 @@

6

package.json
{
"name": "@vonage/vvd-style-coupling",
"version": "0.15.3",
"version": "0.16.0",
"description": "> TODO: description",

@@ -25,6 +25,6 @@ "author": "yinonov <yinon@hotmail.com>",

"devDependencies": {
"@vonage/vvd-foundation": "^0.15.3",
"@vonage/vvd-foundation": "^0.16.0",
"lit-element": "^2.4.0"
},
"gitHead": "f2b3b493632c6391c12670748144b3901cd770e1"
"gitHead": "b74d147bf316ebf197e7cd64b4f9c1b067c34c7b"
}
import {css} from 'lit-element';
export const style = css`:host{--vvd-color-checked: var(--vvd-color-base-foreground);--vvd-color-unchecked: #74767a;--vvd-color-disabled-unchecked: #afb0b8;--vvd-formfield-disabled-ink:var(--vvd-color-base-dim);--vvd-formfield-disabled-fill:var(--vvd-color-base-faint);--vvd-formfield-label-idle-ink:var(--vvd-color-base-tinted);--vvd-formfield-border-idle:var(--vvd-color-base-dim);--vvd-formfield-border-hover:var(--vvd-color-base-foreground);--vvd-formfield-border-active:var(--vvd-color-base-foreground);--vvd-formfield-border-disabled:var(--vvd-color-base-dim);--vvd-formfield-error-fill:#fdecec;--vvd-formfield-border-error:var(--vvd-color-error-background);--vvd-formfield-label-error-ink:var(--vvd-color-error-background);--vvd-color-primary-background-hover:var(--vvd-color-primary-background);--vvd-color-primary-border:var(--vvd-color-primary-background);--vvd-color-primary-shadow:19,20,21,.42;--vvd-color-cta-background-hover:#441080;--vvd-color-cta-border:#441080;--vvd-color-cta-shadow:105,5,221,.42;--vvd-color-success-background-hover:#18504d;--vvd-color-success-border:#18504d;--vvd-color-success-shadow:8,106,94,.42;--vvd-color-error-background-hover:#992b2b;--vvd-color-error-border:#992b2b;--vvd-color-error-shadow:153,43,43,.42}:host{--mdc-theme-primary: var(--vvd-color-primary-background);--mdc-theme-on-primary: var(--vvd-color-primary-foreground);--mdc-theme-text-primary-on-background: var(--vvd-color-base-foreground);--mdc-theme-secondary: var(--vvd-color-primary-background);--mdc-theme-on-secondary: var(--vvd-color-primary-foreground);--mdc-theme-surface: var(--vvd-color-surface-background);--mdc-theme-on-surface: var(--vvd-color-base-foreground);--mdc-theme-error: var(--vvd-color-error-background)}`;
export const style = css`:host{--vvd-color-checked: var(--vvd-color-base-foreground);--vvd-color-unchecked: #74767a;--vvd-color-disabled-unchecked: #afb0b8;--vvd-formfield-disabled-ink:var(--vvd-color-base-dim);--vvd-formfield-disabled-fill:var(--vvd-color-base-faint);--vvd-formfield-label-idle-ink:var(--vvd-color-base-tinted);--vvd-formfield-border-idle:var(--vvd-color-base-dim);--vvd-formfield-border-hover:var(--vvd-color-base-foreground);--vvd-formfield-border-active:var(--vvd-color-base-foreground);--vvd-formfield-border-disabled:var(--vvd-color-base-dim);--vvd-formfield-error-fill:#fdecec;--vvd-formfield-border-error:var(--vvd-color-alert-background);--vvd-formfield-label-error-ink:var(--vvd-color-alert-background);--vvd-color-primary-background-hover:var(--vvd-color-primary-background);--vvd-color-cta-background-hover:#871eff;--vvd-color-success-background-hover:#167629;--vvd-color-alert-background-hover:#cd0d0d}:host{--mdc-theme-primary: var(--vvd-color-primary-background);--mdc-theme-on-primary: var(--vvd-color-primary-foreground);--mdc-theme-text-primary-on-background: var(--vvd-color-base-foreground);--mdc-theme-secondary: var(--vvd-color-primary-background);--mdc-theme-on-secondary: var(--vvd-color-primary-foreground);--mdc-theme-surface: var(--vvd-color-surface-background);--mdc-theme-on-surface: var(--vvd-color-base-foreground);--mdc-theme-error: var(--vvd-color-alert-background)}`;
import { css } from 'lit-element';
export const style = css `:host{--vvd-color-checked: var(--vvd-color-base-foreground);--vvd-color-unchecked: #74767a;--vvd-color-disabled-unchecked: #afb0b8;--vvd-formfield-disabled-ink:var(--vvd-color-base-dim);--vvd-formfield-disabled-fill:var(--vvd-color-base-faint);--vvd-formfield-label-idle-ink:var(--vvd-color-base-tinted);--vvd-formfield-border-idle:var(--vvd-color-base-dim);--vvd-formfield-border-hover:var(--vvd-color-base-foreground);--vvd-formfield-border-active:var(--vvd-color-base-foreground);--vvd-formfield-border-disabled:var(--vvd-color-base-dim);--vvd-formfield-error-fill:#fdecec;--vvd-formfield-border-error:var(--vvd-color-error-background);--vvd-formfield-label-error-ink:var(--vvd-color-error-background);--vvd-color-primary-background-hover:var(--vvd-color-primary-background);--vvd-color-primary-border:var(--vvd-color-primary-background);--vvd-color-primary-shadow:19,20,21,.42;--vvd-color-cta-background-hover:#441080;--vvd-color-cta-border:#441080;--vvd-color-cta-shadow:105,5,221,.42;--vvd-color-success-background-hover:#18504d;--vvd-color-success-border:#18504d;--vvd-color-success-shadow:8,106,94,.42;--vvd-color-error-background-hover:#992b2b;--vvd-color-error-border:#992b2b;--vvd-color-error-shadow:153,43,43,.42}:host{--mdc-theme-primary: var(--vvd-color-primary-background);--mdc-theme-on-primary: var(--vvd-color-primary-foreground);--mdc-theme-text-primary-on-background: var(--vvd-color-base-foreground);--mdc-theme-secondary: var(--vvd-color-primary-background);--mdc-theme-on-secondary: var(--vvd-color-primary-foreground);--mdc-theme-surface: var(--vvd-color-surface-background);--mdc-theme-on-surface: var(--vvd-color-base-foreground);--mdc-theme-error: var(--vvd-color-error-background)}`;
export const style = css `:host{--vvd-color-checked: var(--vvd-color-base-foreground);--vvd-color-unchecked: #74767a;--vvd-color-disabled-unchecked: #afb0b8;--vvd-formfield-disabled-ink:var(--vvd-color-base-dim);--vvd-formfield-disabled-fill:var(--vvd-color-base-faint);--vvd-formfield-label-idle-ink:var(--vvd-color-base-tinted);--vvd-formfield-border-idle:var(--vvd-color-base-dim);--vvd-formfield-border-hover:var(--vvd-color-base-foreground);--vvd-formfield-border-active:var(--vvd-color-base-foreground);--vvd-formfield-border-disabled:var(--vvd-color-base-dim);--vvd-formfield-error-fill:#fdecec;--vvd-formfield-border-error:var(--vvd-color-alert-background);--vvd-formfield-label-error-ink:var(--vvd-color-alert-background);--vvd-color-primary-background-hover:var(--vvd-color-primary-background);--vvd-color-cta-background-hover:#871eff;--vvd-color-success-background-hover:#167629;--vvd-color-alert-background-hover:#cd0d0d}:host{--mdc-theme-primary: var(--vvd-color-primary-background);--mdc-theme-on-primary: var(--vvd-color-primary-foreground);--mdc-theme-text-primary-on-background: var(--vvd-color-base-foreground);--mdc-theme-secondary: var(--vvd-color-primary-background);--mdc-theme-on-secondary: var(--vvd-color-primary-foreground);--mdc-theme-surface: var(--vvd-color-surface-background);--mdc-theme-on-surface: var(--vvd-color-base-foreground);--mdc-theme-error: var(--vvd-color-alert-background)}`;
//# sourceMappingURL=vvd-style-coupling.css.js.map

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

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