🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@evo/design-config-schema

Package Overview
Dependencies
Maintainers
12
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evo/design-config-schema

EVO company design settings schema for annotation and validation of the design settings.

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
12
Created
Source

@evo/design-config-schema

This package specifies JSON schema for design settings. Such as: colors, background colors, fonts and icons of particular elements of design.

JSON schema should used to annotate and validate design settings which are presented as a JSON document.

To learn more about JSON schema see json-schema.org

Example of design settings

Click to view
{
  "fonts": {
    "googleFontUrl": "https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700,700i&subset=cyrillic",
    "fontFamily": "Ubuntu, sans-serif"
  },
  "colors": {
    "linkColor": "#ed5e5e",
    "siteBackgroundColor": "#bd10e0",
    "headerBackgroundColor": "#4a90e2",
    "labelBackgroundColor": "#50e3c2",
    "buttonBackgroundColor": "#f5a623",
    "menuBackgroundColor": "#d0021b",
    "menuColor": "#b8e986",
    "promoBackgroundColor": "#f5a623",
    "promoColor": "#f5f5f5"
  },
  "icons": {
    "hamburger": "",
    "search": "",
    "basket": "",
    "telephone": "",
    "categories": "",
    "novelties": "",
    "discounts": "",
    "gift": "",
    "timer": "",
    "cart": "",
    "inCart": "",
    "mail": "",
    "phone": "",
    "back": "",
    "loadMore": "",
    "arrowRight": "",
    "arrowUp": "",
    "arrowDown": "",
    "listView": "",
    "galleryView": "",
    "largeView": "",
    "noImage": ""
  }
}

Keywords

EVO

FAQs

Package last updated on 28 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts