@vonage/vvd-style-coupling
Advanced tools
Comparing version 1.0.4 to 1.1.0
@@ -0,1 +1,5 @@ | ||
# [1.1.0](https://github.com/vonage/vivid/compare/v1.0.4...v1.1.0) (2021-01-25) | ||
## [1.0.4](https://github.com/vonage/vivid/compare/v1.0.3...v1.0.4) (2021-01-19) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@vonage/vvd-style-coupling", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "> TODO: description", | ||
@@ -16,3 +16,6 @@ "author": "yinonov <yinon@hotmail.com>", | ||
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
"test": "echo \"Error: run tests from root\" && exit 1", | ||
"build:typescript": "tsc -b", | ||
"build:styles": "umbrella-style-modules", | ||
"build": "yarn run build:styles && yarn run build:typescript" | ||
}, | ||
@@ -26,7 +29,9 @@ "bugs": { | ||
"devDependencies": { | ||
"@vonage/vvd-design-tokens": "^1.0.4", | ||
"@vonage/vvd-foundation": "^1.0.4", | ||
"lit-element": "^2.4.0" | ||
"@vonage/vvd-design-tokens": "^1.1.0", | ||
"@vonage/vvd-foundation": "^1.1.0", | ||
"@vonage/vvd-umbrella": "^1.0.4", | ||
"lit-element": "^2.4.0", | ||
"typescript": "^4.1.3" | ||
}, | ||
"gitHead": "077e7a1b7dea25e7b40280521fae90f883c05daf" | ||
"gitHead": "bb0f68025052516a5c3faf0ff37fda639e1896f0" | ||
} |
@@ -0,3 +1,3 @@ | ||
// autogenerated module | ||
import {css} from 'lit-element'; | ||
export const style = css`:host{--vvd-formfield-disabled-ink:var(--vvd-color-contrast-dim);--vvd-formfield-disabled-fill:var(--vvd-color-contrast-faint);--vvd-formfield-label-idle-ink:var(--vvd-color-contrast-tinted);--vvd-formfield-border-idle:var(--vvd-color-contrast-dim);--vvd-formfield-border-hover:var(--vvd-color-on-base);--vvd-formfield-border-active:var(--vvd-color-on-base);--vvd-formfield-border-disabled:var(--vvd-color-contrast-dim);--vvd-formfield-error-fill:#fdecec;--vvd-formfield-border-error:var(--vvd-color-alert);--vvd-formfield-label-error-ink:var(--vvd-color-alert);--vvd-color-primary-hover:var(--vvd-color-primary);--vvd-color-cta-hover:#871eff;--vvd-color-success-hover:#167629;--vvd-color-alert-hover:#cd0d0d}:host{--mdc-theme-primary: var(--vvd-color-primary);--mdc-theme-on-primary: var(--vvd-color-on-primary);--mdc-theme-text-primary-on-background: var(--vvd-color-on-base);--mdc-theme-secondary: var(--vvd-color-primary);--mdc-theme-on-secondary: var(--vvd-color-on-primary);--mdc-theme-surface: var(--vvd-color-surface);--mdc-theme-on-surface: var(--vvd-color-on-surface);--mdc-theme-error: var(--vvd-color-alert)}`; | ||
export const style = css`:host{--vvd-formfield-disabled-ink:var(--vvd-color-contrast-dim);--vvd-formfield-disabled-fill:var(--vvd-color-contrast-faint);--vvd-formfield-label-idle-ink:var(--vvd-color-contrast-tinted);--vvd-formfield-border-idle:var(--vvd-color-contrast-dim);--vvd-formfield-border-hover:var(--vvd-color-on-base);--vvd-formfield-border-active:var(--vvd-color-on-base);--vvd-formfield-border-disabled:var(--vvd-color-contrast-dim);--vvd-formfield-error-fill:#fdecec;--vvd-formfield-border-error:var(--vvd-color-alert);--vvd-formfield-label-error-ink:var(--vvd-color-alert);--vvd-color-primary-hover:var(--vvd-color-primary);--vvd-color-cta-hover:#871eff;--vvd-color-success-hover:#167629;--vvd-color-alert-hover:#cd0d0d}:host{--mdc-theme-primary: var(--vvd-color-primary);--mdc-theme-on-primary: var(--vvd-color-on-primary);--mdc-theme-text-primary-on-background: var(--vvd-color-on-base);--mdc-theme-secondary: var(--vvd-color-primary);--mdc-theme-on-secondary: var(--vvd-color-on-primary);--mdc-theme-surface: var(--vvd-color-surface);--mdc-theme-on-surface: var(--vvd-color-on-surface);--mdc-theme-error: var(--vvd-color-alert)}`; |
{ | ||
"extends": "../../tsconfig.settings.json", | ||
"extends": "@vonage/vvd-umbrella/configs/tsconfig.json", | ||
"compilerOptions": { | ||
@@ -4,0 +4,0 @@ "module": "ESNext", |
@@ -0,3 +1,4 @@ | ||
// autogenerated module | ||
import { css } from 'lit-element'; | ||
export const style = css `:host{--vvd-formfield-disabled-ink:var(--vvd-color-contrast-dim);--vvd-formfield-disabled-fill:var(--vvd-color-contrast-faint);--vvd-formfield-label-idle-ink:var(--vvd-color-contrast-tinted);--vvd-formfield-border-idle:var(--vvd-color-contrast-dim);--vvd-formfield-border-hover:var(--vvd-color-on-base);--vvd-formfield-border-active:var(--vvd-color-on-base);--vvd-formfield-border-disabled:var(--vvd-color-contrast-dim);--vvd-formfield-error-fill:#fdecec;--vvd-formfield-border-error:var(--vvd-color-alert);--vvd-formfield-label-error-ink:var(--vvd-color-alert);--vvd-color-primary-hover:var(--vvd-color-primary);--vvd-color-cta-hover:#871eff;--vvd-color-success-hover:#167629;--vvd-color-alert-hover:#cd0d0d}:host{--mdc-theme-primary: var(--vvd-color-primary);--mdc-theme-on-primary: var(--vvd-color-on-primary);--mdc-theme-text-primary-on-background: var(--vvd-color-on-base);--mdc-theme-secondary: var(--vvd-color-primary);--mdc-theme-on-secondary: var(--vvd-color-on-primary);--mdc-theme-surface: var(--vvd-color-surface);--mdc-theme-on-surface: var(--vvd-color-on-surface);--mdc-theme-error: var(--vvd-color-alert)}`; | ||
//# 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
165395
5
27