Socket
Socket
Sign inDemoInstall

@vonage/vvd-scheme

Package Overview
Dependencies
Maintainers
14
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/vvd-scheme - npm Package Compare versions

Comparing version 0.15.1 to 0.15.2

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [0.15.2](https://github.com/vonage/vivid/compare/v0.15.1...v0.15.2) (2020-11-15)
### Bug Fixes
* iss-431/viv-267 fix fonts init ([#437](https://github.com/vonage/vivid/issues/437)) ([0953b93](https://github.com/vonage/vivid/commit/0953b937a91eb9ba80d5315f32807780c052d072)), closes [#431](https://github.com/vonage/vivid/issues/431) [#431](https://github.com/vonage/vivid/issues/431) [#431](https://github.com/vonage/vivid/issues/431) [#430](https://github.com/vonage/vivid/issues/430) [#431](https://github.com/vonage/vivid/issues/431) [#431](https://github.com/vonage/vivid/issues/431) [#431](https://github.com/vonage/vivid/issues/431) [#431](https://github.com/vonage/vivid/issues/431)
## [0.15.1](https://github.com/vonage/vivid/compare/v0.15.0...v0.15.1) (2020-11-09)

@@ -2,0 +11,0 @@

6

package.json
{
"name": "@vonage/vvd-scheme",
"version": "0.15.1",
"version": "0.15.2",
"description": "Vivid scheme management service",

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

"devDependencies": {
"@vonage/vvd-design-tokens": "^0.15.1",
"@vonage/vvd-design-tokens": "^0.15.2",
"lit-element": "^2.4.0"
},
"gitHead": "dbdd8832c267aa9da9dcb92f8a951aad1a39c2d8"
"gitHead": "368ea4a3c7a7af8f392ef075a65afd332a76a468"
}
import { css } from 'lit-element';
export const style = css `body,.vvd-theme-base{--vvd-color-base-background: rgb(0,0,0);--vvd-color-base-foreground: rgb(255,255,255);--vvd-color-base-indistinct: rgb(13,13,13);--vvd-color-base-faint: rgb(26,26,26);--vvd-color-base-soft: rgb(51,51,51);--vvd-color-base-tinged: rgb(77,77,77);--vvd-color-base-dim: rgb(102,102,102);--vvd-color-base-neutral: rgb(117,117,117);--vvd-color-base-tinted: rgb(153,153,153);--vvd-color-surface-background: rgb(0,0,0);--vvd-color-surface-foreground: rgb(255,255,255);--vvd-color-primary-background: rgb(255,255,255);--vvd-color-primary-foreground: rgb(0,0,0);--vvd-color-cta-background: rgb(153,65,255);--vvd-color-cta-foreground: rgb(255,255,255);--vvd-color-success-background: rgb(28,135,49);--vvd-color-success-foreground: rgb(255,255,255);--vvd-color-error-background: rgb(230,29,29);--vvd-color-error-foreground: rgb(255,255,255);--vvd-color-info-background: rgb(2,118,213);--vvd-color-info-foreground: rgb(255,255,255);--vvd-color-announcement-background: rgb(214,33,156);--vvd-color-announcement-foreground: rgb(255,255,255)}.vvd-theme-alternate{--vvd-color-base-background: rgb(255,255,255);--vvd-color-base-foreground: rgb(0,0,0);--vvd-color-base-indistinct: rgb(242,242,242);--vvd-color-base-faint: rgb(230,230,230);--vvd-color-base-soft: rgb(204,204,204);--vvd-color-base-tinged: rgb(179,179,179);--vvd-color-base-dim: rgb(153,153,153);--vvd-color-base-neutral: rgb(117,117,117);--vvd-color-base-tinted: rgb(102,102,102);--vvd-color-surface-background: rgb(255,255,255);--vvd-color-surface-foreground: rgb(0,0,0);--vvd-color-primary-background: rgb(0,0,0);--vvd-color-primary-foreground: rgb(255,255,255);--vvd-color-cta-background: rgb(135,30,255);--vvd-color-cta-foreground: rgb(255,255,255);--vvd-color-success-background: rgb(22,118,41);--vvd-color-success-foreground: rgb(255,255,255);--vvd-color-error-background: rgb(205,13,13);--vvd-color-error-foreground: rgb(255,255,255);--vvd-color-info-background: rgb(14,101,194);--vvd-color-info-foreground: rgb(255,255,255);--vvd-color-announcement-background: rgb(187,30,137);--vvd-color-announcement-foreground: rgb(255,255,255)}`;
export const style = css `body,.vvd-theme-base{--vvd-color-base-background: rgb(26,26,26);--vvd-color-base-foreground: rgb(255,255,255);--vvd-color-base-faint: rgb(26,26,26);--vvd-color-base-soft: rgb(51,51,51);--vvd-color-base-tinged: rgb(77,77,77);--vvd-color-base-dim: rgb(102,102,102);--vvd-color-base-neutral: rgb(117,117,117);--vvd-color-base-tinted: rgb(153,153,153);--vvd-color-surface-background: rgb(13,13,13);--vvd-color-surface-foreground: rgb(255,255,255);--vvd-color-primary-background: rgb(255,255,255);--vvd-color-primary-foreground: rgb(26,26,26);--vvd-color-cta-background: rgb(153,65,255);--vvd-color-cta-foreground: rgb(255,255,255);--vvd-color-success-background: rgb(28,135,49);--vvd-color-success-foreground: rgb(255,255,255);--vvd-color-error-background: rgb(230,29,29);--vvd-color-error-foreground: rgb(255,255,255);--vvd-color-info-background: rgb(2,118,213);--vvd-color-info-foreground: rgb(255,255,255);--vvd-color-announcement-background: rgb(214,33,156);--vvd-color-announcement-foreground: rgb(255,255,255)}.vvd-theme-alternate{--vvd-color-base-background: rgb(255,255,255);--vvd-color-base-foreground: rgb(0,0,0);--vvd-color-base-faint: rgb(230,230,230);--vvd-color-base-soft: rgb(204,204,204);--vvd-color-base-tinged: rgb(179,179,179);--vvd-color-base-dim: rgb(153,153,153);--vvd-color-base-neutral: rgb(117,117,117);--vvd-color-base-tinted: rgb(102,102,102);--vvd-color-surface-background: rgb(242,242,242);--vvd-color-surface-foreground: rgb(0,0,0);--vvd-color-primary-background: rgb(0,0,0);--vvd-color-primary-foreground: rgb(255,255,255);--vvd-color-cta-background: rgb(135,30,255);--vvd-color-cta-foreground: rgb(255,255,255);--vvd-color-success-background: rgb(22,118,41);--vvd-color-success-foreground: rgb(255,255,255);--vvd-color-error-background: rgb(205,13,13);--vvd-color-error-foreground: rgb(255,255,255);--vvd-color-info-background: rgb(14,101,194);--vvd-color-info-foreground: rgb(255,255,255);--vvd-color-announcement-background: rgb(187,30,137);--vvd-color-announcement-foreground: rgb(255,255,255)}`;
//# sourceMappingURL=scheme.dark.css.js.map
import { css } from 'lit-element';
export const style = css `body,.vvd-theme-base{--vvd-color-base-background: rgb(255,255,255);--vvd-color-base-foreground: rgb(0,0,0);--vvd-color-base-indistinct: rgb(242,242,242);--vvd-color-base-faint: rgb(230,230,230);--vvd-color-base-soft: rgb(204,204,204);--vvd-color-base-tinged: rgb(179,179,179);--vvd-color-base-dim: rgb(153,153,153);--vvd-color-base-neutral: rgb(117,117,117);--vvd-color-base-tinted: rgb(102,102,102);--vvd-color-surface-background: rgb(255,255,255);--vvd-color-surface-foreground: rgb(0,0,0);--vvd-color-primary-background: rgb(0,0,0);--vvd-color-primary-foreground: rgb(255,255,255);--vvd-color-cta-background: rgb(153,65,255);--vvd-color-cta-foreground: rgb(255,255,255);--vvd-color-success-background: rgb(28,135,49);--vvd-color-success-foreground: rgb(255,255,255);--vvd-color-error-background: rgb(230,29,29);--vvd-color-error-foreground: rgb(255,255,255);--vvd-color-info-background: rgb(2,118,213);--vvd-color-info-foreground: rgb(255,255,255);--vvd-color-announcement-background: rgb(214,33,156);--vvd-color-announcement-foreground: rgb(255,255,255)}.vvd-theme-alternate{--vvd-color-base-background: rgb(0,0,0);--vvd-color-base-foreground: rgb(255,255,255);--vvd-color-base-indistinct: rgb(13,13,13);--vvd-color-base-faint: rgb(26,26,26);--vvd-color-base-soft: rgb(51,51,51);--vvd-color-base-tinged: rgb(77,77,77);--vvd-color-base-dim: rgb(102,102,102);--vvd-color-base-neutral: rgb(117,117,117);--vvd-color-base-tinted: rgb(153,153,153);--vvd-color-surface-background: rgb(0,0,0);--vvd-color-surface-foreground: rgb(255,255,255);--vvd-color-primary-background: rgb(255,255,255);--vvd-color-primary-foreground: rgb(0,0,0);--vvd-color-cta-background: rgb(183,126,249);--vvd-color-cta-foreground: rgb(255,255,255);--vvd-color-success-background: rgb(50,175,76);--vvd-color-success-foreground: rgb(255,255,255);--vvd-color-error-background: rgb(251,106,106);--vvd-color-error-foreground: rgb(255,255,255);--vvd-color-info-background: rgb(43,158,250);--vvd-color-info-foreground: rgb(255,255,255);--vvd-color-announcement-background: rgb(234,107,193);--vvd-color-announcement-foreground: rgb(255,255,255)}`;
export const style = css `body,.vvd-theme-base{--vvd-color-base-background: rgb(255,255,255);--vvd-color-base-foreground: rgb(0,0,0);--vvd-color-base-faint: rgb(230,230,230);--vvd-color-base-soft: rgb(204,204,204);--vvd-color-base-tinged: rgb(179,179,179);--vvd-color-base-dim: rgb(153,153,153);--vvd-color-base-neutral: rgb(117,117,117);--vvd-color-base-tinted: rgb(102,102,102);--vvd-color-surface-background: rgb(242,242,242);--vvd-color-surface-foreground: rgb(0,0,0);--vvd-color-primary-background: rgb(0,0,0);--vvd-color-primary-foreground: rgb(255,255,255);--vvd-color-cta-background: rgb(153,65,255);--vvd-color-cta-foreground: rgb(255,255,255);--vvd-color-success-background: rgb(28,135,49);--vvd-color-success-foreground: rgb(255,255,255);--vvd-color-error-background: rgb(230,29,29);--vvd-color-error-foreground: rgb(255,255,255);--vvd-color-info-background: rgb(2,118,213);--vvd-color-info-foreground: rgb(255,255,255);--vvd-color-announcement-background: rgb(214,33,156);--vvd-color-announcement-foreground: rgb(255,255,255)}.vvd-theme-alternate{--vvd-color-base-background: rgb(0,0,0);--vvd-color-base-foreground: rgb(255,255,255);--vvd-color-base-faint: rgb(26,26,26);--vvd-color-base-soft: rgb(51,51,51);--vvd-color-base-tinged: rgb(77,77,77);--vvd-color-base-dim: rgb(102,102,102);--vvd-color-base-neutral: rgb(117,117,117);--vvd-color-base-tinted: rgb(153,153,153);--vvd-color-surface-background: rgb(13,13,13);--vvd-color-surface-foreground: rgb(255,255,255);--vvd-color-primary-background: rgb(255,255,255);--vvd-color-primary-foreground: rgb(0,0,0);--vvd-color-cta-background: rgb(183,126,249);--vvd-color-cta-foreground: rgb(255,255,255);--vvd-color-success-background: rgb(50,175,76);--vvd-color-success-foreground: rgb(255,255,255);--vvd-color-error-background: rgb(251,106,106);--vvd-color-error-foreground: rgb(255,255,255);--vvd-color-info-background: rgb(43,158,250);--vvd-color-info-foreground: rgb(255,255,255);--vvd-color-announcement-background: rgb(234,107,193);--vvd-color-announcement-foreground: rgb(255,255,255)}`;
//# sourceMappingURL=scheme.light.css.js.map
import {css} from 'lit-element';
export const style = css`body,.vvd-theme-base{--vvd-color-base-background: rgb(0,0,0);--vvd-color-base-foreground: rgb(255,255,255);--vvd-color-base-indistinct: rgb(13,13,13);--vvd-color-base-faint: rgb(26,26,26);--vvd-color-base-soft: rgb(51,51,51);--vvd-color-base-tinged: rgb(77,77,77);--vvd-color-base-dim: rgb(102,102,102);--vvd-color-base-neutral: rgb(117,117,117);--vvd-color-base-tinted: rgb(153,153,153);--vvd-color-surface-background: rgb(0,0,0);--vvd-color-surface-foreground: rgb(255,255,255);--vvd-color-primary-background: rgb(255,255,255);--vvd-color-primary-foreground: rgb(0,0,0);--vvd-color-cta-background: rgb(153,65,255);--vvd-color-cta-foreground: rgb(255,255,255);--vvd-color-success-background: rgb(28,135,49);--vvd-color-success-foreground: rgb(255,255,255);--vvd-color-error-background: rgb(230,29,29);--vvd-color-error-foreground: rgb(255,255,255);--vvd-color-info-background: rgb(2,118,213);--vvd-color-info-foreground: rgb(255,255,255);--vvd-color-announcement-background: rgb(214,33,156);--vvd-color-announcement-foreground: rgb(255,255,255)}.vvd-theme-alternate{--vvd-color-base-background: rgb(255,255,255);--vvd-color-base-foreground: rgb(0,0,0);--vvd-color-base-indistinct: rgb(242,242,242);--vvd-color-base-faint: rgb(230,230,230);--vvd-color-base-soft: rgb(204,204,204);--vvd-color-base-tinged: rgb(179,179,179);--vvd-color-base-dim: rgb(153,153,153);--vvd-color-base-neutral: rgb(117,117,117);--vvd-color-base-tinted: rgb(102,102,102);--vvd-color-surface-background: rgb(255,255,255);--vvd-color-surface-foreground: rgb(0,0,0);--vvd-color-primary-background: rgb(0,0,0);--vvd-color-primary-foreground: rgb(255,255,255);--vvd-color-cta-background: rgb(135,30,255);--vvd-color-cta-foreground: rgb(255,255,255);--vvd-color-success-background: rgb(22,118,41);--vvd-color-success-foreground: rgb(255,255,255);--vvd-color-error-background: rgb(205,13,13);--vvd-color-error-foreground: rgb(255,255,255);--vvd-color-info-background: rgb(14,101,194);--vvd-color-info-foreground: rgb(255,255,255);--vvd-color-announcement-background: rgb(187,30,137);--vvd-color-announcement-foreground: rgb(255,255,255)}`;
export const style = css`body,.vvd-theme-base{--vvd-color-base-background: rgb(26,26,26);--vvd-color-base-foreground: rgb(255,255,255);--vvd-color-base-faint: rgb(26,26,26);--vvd-color-base-soft: rgb(51,51,51);--vvd-color-base-tinged: rgb(77,77,77);--vvd-color-base-dim: rgb(102,102,102);--vvd-color-base-neutral: rgb(117,117,117);--vvd-color-base-tinted: rgb(153,153,153);--vvd-color-surface-background: rgb(13,13,13);--vvd-color-surface-foreground: rgb(255,255,255);--vvd-color-primary-background: rgb(255,255,255);--vvd-color-primary-foreground: rgb(26,26,26);--vvd-color-cta-background: rgb(153,65,255);--vvd-color-cta-foreground: rgb(255,255,255);--vvd-color-success-background: rgb(28,135,49);--vvd-color-success-foreground: rgb(255,255,255);--vvd-color-error-background: rgb(230,29,29);--vvd-color-error-foreground: rgb(255,255,255);--vvd-color-info-background: rgb(2,118,213);--vvd-color-info-foreground: rgb(255,255,255);--vvd-color-announcement-background: rgb(214,33,156);--vvd-color-announcement-foreground: rgb(255,255,255)}.vvd-theme-alternate{--vvd-color-base-background: rgb(255,255,255);--vvd-color-base-foreground: rgb(0,0,0);--vvd-color-base-faint: rgb(230,230,230);--vvd-color-base-soft: rgb(204,204,204);--vvd-color-base-tinged: rgb(179,179,179);--vvd-color-base-dim: rgb(153,153,153);--vvd-color-base-neutral: rgb(117,117,117);--vvd-color-base-tinted: rgb(102,102,102);--vvd-color-surface-background: rgb(242,242,242);--vvd-color-surface-foreground: rgb(0,0,0);--vvd-color-primary-background: rgb(0,0,0);--vvd-color-primary-foreground: rgb(255,255,255);--vvd-color-cta-background: rgb(135,30,255);--vvd-color-cta-foreground: rgb(255,255,255);--vvd-color-success-background: rgb(22,118,41);--vvd-color-success-foreground: rgb(255,255,255);--vvd-color-error-background: rgb(205,13,13);--vvd-color-error-foreground: rgb(255,255,255);--vvd-color-info-background: rgb(14,101,194);--vvd-color-info-foreground: rgb(255,255,255);--vvd-color-announcement-background: rgb(187,30,137);--vvd-color-announcement-foreground: rgb(255,255,255)}`;
import {css} from 'lit-element';
export const style = css`body,.vvd-theme-base{--vvd-color-base-background: rgb(255,255,255);--vvd-color-base-foreground: rgb(0,0,0);--vvd-color-base-indistinct: rgb(242,242,242);--vvd-color-base-faint: rgb(230,230,230);--vvd-color-base-soft: rgb(204,204,204);--vvd-color-base-tinged: rgb(179,179,179);--vvd-color-base-dim: rgb(153,153,153);--vvd-color-base-neutral: rgb(117,117,117);--vvd-color-base-tinted: rgb(102,102,102);--vvd-color-surface-background: rgb(255,255,255);--vvd-color-surface-foreground: rgb(0,0,0);--vvd-color-primary-background: rgb(0,0,0);--vvd-color-primary-foreground: rgb(255,255,255);--vvd-color-cta-background: rgb(153,65,255);--vvd-color-cta-foreground: rgb(255,255,255);--vvd-color-success-background: rgb(28,135,49);--vvd-color-success-foreground: rgb(255,255,255);--vvd-color-error-background: rgb(230,29,29);--vvd-color-error-foreground: rgb(255,255,255);--vvd-color-info-background: rgb(2,118,213);--vvd-color-info-foreground: rgb(255,255,255);--vvd-color-announcement-background: rgb(214,33,156);--vvd-color-announcement-foreground: rgb(255,255,255)}.vvd-theme-alternate{--vvd-color-base-background: rgb(0,0,0);--vvd-color-base-foreground: rgb(255,255,255);--vvd-color-base-indistinct: rgb(13,13,13);--vvd-color-base-faint: rgb(26,26,26);--vvd-color-base-soft: rgb(51,51,51);--vvd-color-base-tinged: rgb(77,77,77);--vvd-color-base-dim: rgb(102,102,102);--vvd-color-base-neutral: rgb(117,117,117);--vvd-color-base-tinted: rgb(153,153,153);--vvd-color-surface-background: rgb(0,0,0);--vvd-color-surface-foreground: rgb(255,255,255);--vvd-color-primary-background: rgb(255,255,255);--vvd-color-primary-foreground: rgb(0,0,0);--vvd-color-cta-background: rgb(183,126,249);--vvd-color-cta-foreground: rgb(255,255,255);--vvd-color-success-background: rgb(50,175,76);--vvd-color-success-foreground: rgb(255,255,255);--vvd-color-error-background: rgb(251,106,106);--vvd-color-error-foreground: rgb(255,255,255);--vvd-color-info-background: rgb(43,158,250);--vvd-color-info-foreground: rgb(255,255,255);--vvd-color-announcement-background: rgb(234,107,193);--vvd-color-announcement-foreground: rgb(255,255,255)}`;
export const style = css`body,.vvd-theme-base{--vvd-color-base-background: rgb(255,255,255);--vvd-color-base-foreground: rgb(0,0,0);--vvd-color-base-faint: rgb(230,230,230);--vvd-color-base-soft: rgb(204,204,204);--vvd-color-base-tinged: rgb(179,179,179);--vvd-color-base-dim: rgb(153,153,153);--vvd-color-base-neutral: rgb(117,117,117);--vvd-color-base-tinted: rgb(102,102,102);--vvd-color-surface-background: rgb(242,242,242);--vvd-color-surface-foreground: rgb(0,0,0);--vvd-color-primary-background: rgb(0,0,0);--vvd-color-primary-foreground: rgb(255,255,255);--vvd-color-cta-background: rgb(153,65,255);--vvd-color-cta-foreground: rgb(255,255,255);--vvd-color-success-background: rgb(28,135,49);--vvd-color-success-foreground: rgb(255,255,255);--vvd-color-error-background: rgb(230,29,29);--vvd-color-error-foreground: rgb(255,255,255);--vvd-color-info-background: rgb(2,118,213);--vvd-color-info-foreground: rgb(255,255,255);--vvd-color-announcement-background: rgb(214,33,156);--vvd-color-announcement-foreground: rgb(255,255,255)}.vvd-theme-alternate{--vvd-color-base-background: rgb(0,0,0);--vvd-color-base-foreground: rgb(255,255,255);--vvd-color-base-faint: rgb(26,26,26);--vvd-color-base-soft: rgb(51,51,51);--vvd-color-base-tinged: rgb(77,77,77);--vvd-color-base-dim: rgb(102,102,102);--vvd-color-base-neutral: rgb(117,117,117);--vvd-color-base-tinted: rgb(153,153,153);--vvd-color-surface-background: rgb(13,13,13);--vvd-color-surface-foreground: rgb(255,255,255);--vvd-color-primary-background: rgb(255,255,255);--vvd-color-primary-foreground: rgb(0,0,0);--vvd-color-cta-background: rgb(183,126,249);--vvd-color-cta-foreground: rgb(255,255,255);--vvd-color-success-background: rgb(50,175,76);--vvd-color-success-foreground: rgb(255,255,255);--vvd-color-error-background: rgb(251,106,106);--vvd-color-error-foreground: rgb(255,255,255);--vvd-color-info-background: rgb(43,158,250);--vvd-color-info-foreground: rgb(255,255,255);--vvd-color-announcement-background: rgb(234,107,193);--vvd-color-announcement-foreground: rgb(255,255,255)}`;

@@ -16,3 +16,3 @@ import {

// const SYNC_WITH_OS = 'syncWithOSSettings',
const SCHEME_SETUP_HTML_TAG = 'schemeSetupTestHTML';
const SCHEME_SETUP_HTML_TAG = 'schemeSetupTest';
const LIGHT = 'light';

@@ -19,0 +19,0 @@ const DARK = 'dark';

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