@vonage/vvd-style-coupling
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-style-coupling", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "> TODO: description", | ||
@@ -25,6 +25,6 @@ "author": "yinonov <yinon@hotmail.com>", | ||
"devDependencies": { | ||
"@vonage/vvd-foundation": "^0.6.0", | ||
"@vonage/vvd-foundation": "^0.7.0", | ||
"lit-element": "^2.4.0" | ||
}, | ||
"gitHead": "d55fb00c43d48e3f8b0f3de170e4cb6949acbfd8" | ||
"gitHead": "7ea075c26f7d4224be96ce96efd8ad6d6f210cd3" | ||
} |
import {css} from 'lit-element'; | ||
export const style = css`:root,:host{--vvd-color-base-background: #ffffff;--vvd-color-base-foreground: #131415;--vvd-color-surface-background: #ffffff;--vvd-color-surface-foreground: #131415;--vvd-color-primary-background: #131415;--vvd-color-primary-foreground: #ffffff;--vvd-color-secondary-background: #131415;--vvd-color-secondary-foreground: #ffffff;--vvd-color-alternate-primary-background: #131415;--vvd-color-alternate-primary-foreground: #ffffff;--vvd-color-alternate-secondary-background: #ffffff;--vvd-color-alternate-secondary-foreground: #131415;--vvd-color-checked: var(--vvd-color-base-foreground);--vvd-color-unchecked: #74767a;--vvd-color-disabled-unchecked: #afb0b8;--vvd-color-idle: #c2c4cc;--vvd-formfield-disabled-ink:#74767a;--vvd-formfield-disabled-fill:#f3f3f5;--vvd-formfield-label-idle-ink:#616266;--vvd-formfield-border-idle:#ced0d7;--vvd-formfield-border-hover:var(--vvd-color-base-foreground);--vvd-formfield-border-active:var(--vvd-color-base-foreground);--vvd-formfield-border-disabled:#e1e2e6;--vvd-formfield-error-fill:#fdecec;--vvd-formfield-border-error:#d43f3f;--vvd-formfield-label-error-ink:#d43f3f;--vvd-color-cta-background:#871fff;--vvd-color-cta-foreground:#fff;--vvd-color-success-background:#1d7e67;--vvd-color-success-foreground:#fff;--vvd-color-error-background:#d43f3f;--vvd-color-error-foreground:#fff;--vvd-color-info-background:#008ae5;--vvd-color-info-foreground:#fff;--vvd-color-announcement-background:#d6219c;--vvd-color-announcement-foreground:#fff}: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-secondary-background);--mdc-theme-on-secondary: var(--vvd-color-secondary-foreground);--mdc-theme-surface: var(--vvd-color-surface-background);--mdc-theme-on-surface: var(--vvd-color-surface-foreground);--mdc-theme-error: var(--vvd-color-error)}`; | ||
export const style = css`:host{--vvd-color-base-background: #ffffff;--vvd-color-base-foreground: #131415;--vvd-color-surface-background: #ffffff;--vvd-color-surface-foreground: #131415;--vvd-color-primary-background: #131415;--vvd-color-primary-foreground: #ffffff;--vvd-color-secondary-background: #131415;--vvd-color-secondary-foreground: #ffffff;--vvd-color-alternate-primary-background: #131415;--vvd-color-alternate-primary-foreground: #ffffff;--vvd-color-alternate-secondary-background: #ffffff;--vvd-color-alternate-secondary-foreground: #131415;--vvd-color-checked: var(--vvd-color-base-foreground);--vvd-color-unchecked: #74767a;--vvd-color-disabled-unchecked: #afb0b8;--vvd-color-idle: #c2c4cc;--vvd-formfield-disabled-ink:#74767a;--vvd-formfield-disabled-fill:#f3f3f5;--vvd-formfield-label-idle-ink:#616266;--vvd-formfield-border-idle:#ced0d7;--vvd-formfield-border-hover:var(--vvd-color-base-foreground);--vvd-formfield-border-active:var(--vvd-color-base-foreground);--vvd-formfield-border-disabled:#e1e2e6;--vvd-formfield-error-fill:#fdecec;--vvd-formfield-border-error:#d43f3f;--vvd-formfield-label-error-ink:#d43f3f;--vvd-color-primary-background:#131415;--vvd-color-primary-background-hover:#131415;--vvd-color-primary-border:#000;--vvd-color-primary-foreground:#fff;--vvd-color-primary-shadow:19,20,21,.42;--vvd-color-cta-background:#871fff;--vvd-color-cta-background-hover:#441080;--vvd-color-cta-border:#441080;--vvd-color-cta-foreground:#fff;--vvd-color-cta-shadow:105,5,221,.42;--vvd-color-success-background:#1d7e67;--vvd-color-success-background-hover:#18504d;--vvd-color-success-border:#18504d;--vvd-color-success-foreground:#fff;--vvd-color-success-shadow:8,106,94,.42;--vvd-color-error-background:#d43f3f;--vvd-color-error-background-hover:#992b2b;--vvd-color-error-border:#992b2b;--vvd-color-error-foreground:#fff;--vvd-color-error-shadow:153,43,43,.42;--vvd-color-info-background:#008ae5;--vvd-color-info-foreground:#fff;--vvd-color-announcement-background:#d6219c;--vvd-color-announcement-foreground:#fff}: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-surface-foreground);--mdc-theme-error: var(--vvd-color-error)}`; |
import { css } from 'lit-element'; | ||
export const style = css `:root,:host{--vvd-color-base-background: #ffffff;--vvd-color-base-foreground: #131415;--vvd-color-surface-background: #ffffff;--vvd-color-surface-foreground: #131415;--vvd-color-primary-background: #131415;--vvd-color-primary-foreground: #ffffff;--vvd-color-secondary-background: #131415;--vvd-color-secondary-foreground: #ffffff;--vvd-color-alternate-primary-background: #131415;--vvd-color-alternate-primary-foreground: #ffffff;--vvd-color-alternate-secondary-background: #ffffff;--vvd-color-alternate-secondary-foreground: #131415;--vvd-color-checked: var(--vvd-color-base-foreground);--vvd-color-unchecked: #74767a;--vvd-color-disabled-unchecked: #afb0b8;--vvd-color-idle: #c2c4cc;--vvd-formfield-disabled-ink:#74767a;--vvd-formfield-disabled-fill:#f3f3f5;--vvd-formfield-label-idle-ink:#616266;--vvd-formfield-border-idle:#ced0d7;--vvd-formfield-border-hover:var(--vvd-color-base-foreground);--vvd-formfield-border-active:var(--vvd-color-base-foreground);--vvd-formfield-border-disabled:#e1e2e6;--vvd-formfield-error-fill:#fdecec;--vvd-formfield-border-error:#d43f3f;--vvd-formfield-label-error-ink:#d43f3f;--vvd-color-cta-background:#871fff;--vvd-color-cta-foreground:#fff;--vvd-color-success-background:#1d7e67;--vvd-color-success-foreground:#fff;--vvd-color-error-background:#d43f3f;--vvd-color-error-foreground:#fff;--vvd-color-info-background:#008ae5;--vvd-color-info-foreground:#fff;--vvd-color-announcement-background:#d6219c;--vvd-color-announcement-foreground:#fff}: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-secondary-background);--mdc-theme-on-secondary: var(--vvd-color-secondary-foreground);--mdc-theme-surface: var(--vvd-color-surface-background);--mdc-theme-on-surface: var(--vvd-color-surface-foreground);--mdc-theme-error: var(--vvd-color-error)}`; | ||
export const style = css `:host{--vvd-color-base-background: #ffffff;--vvd-color-base-foreground: #131415;--vvd-color-surface-background: #ffffff;--vvd-color-surface-foreground: #131415;--vvd-color-primary-background: #131415;--vvd-color-primary-foreground: #ffffff;--vvd-color-secondary-background: #131415;--vvd-color-secondary-foreground: #ffffff;--vvd-color-alternate-primary-background: #131415;--vvd-color-alternate-primary-foreground: #ffffff;--vvd-color-alternate-secondary-background: #ffffff;--vvd-color-alternate-secondary-foreground: #131415;--vvd-color-checked: var(--vvd-color-base-foreground);--vvd-color-unchecked: #74767a;--vvd-color-disabled-unchecked: #afb0b8;--vvd-color-idle: #c2c4cc;--vvd-formfield-disabled-ink:#74767a;--vvd-formfield-disabled-fill:#f3f3f5;--vvd-formfield-label-idle-ink:#616266;--vvd-formfield-border-idle:#ced0d7;--vvd-formfield-border-hover:var(--vvd-color-base-foreground);--vvd-formfield-border-active:var(--vvd-color-base-foreground);--vvd-formfield-border-disabled:#e1e2e6;--vvd-formfield-error-fill:#fdecec;--vvd-formfield-border-error:#d43f3f;--vvd-formfield-label-error-ink:#d43f3f;--vvd-color-primary-background:#131415;--vvd-color-primary-background-hover:#131415;--vvd-color-primary-border:#000;--vvd-color-primary-foreground:#fff;--vvd-color-primary-shadow:19,20,21,.42;--vvd-color-cta-background:#871fff;--vvd-color-cta-background-hover:#441080;--vvd-color-cta-border:#441080;--vvd-color-cta-foreground:#fff;--vvd-color-cta-shadow:105,5,221,.42;--vvd-color-success-background:#1d7e67;--vvd-color-success-background-hover:#18504d;--vvd-color-success-border:#18504d;--vvd-color-success-foreground:#fff;--vvd-color-success-shadow:8,106,94,.42;--vvd-color-error-background:#d43f3f;--vvd-color-error-background-hover:#992b2b;--vvd-color-error-border:#992b2b;--vvd-color-error-foreground:#fff;--vvd-color-error-shadow:153,43,43,.42;--vvd-color-info-background:#008ae5;--vvd-color-info-foreground:#fff;--vvd-color-announcement-background:#d6219c;--vvd-color-announcement-foreground:#fff}: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-surface-foreground);--mdc-theme-error: var(--vvd-color-error)}`; | ||
//# 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
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
367281
43
0