{
  "version": 1,
  "tags": [
    {
      "name": "simple-colors-shared-styles",
      "description": "Attributes:\n\n  * `colors` - The colors object.\nEach color contains an array of shades as hex codes from lightest to darkest.\n\n  * `contrasts` - Object with information on which color combinations are WCAG 2.0AA compliant, \"eg\": \n{\n  \"greyColor\": {          //if either the color or its contrast will be a grey\n    \"aaLarge\": [          //if bold text >= 14pt, text >= 18pt, decorative only, or disabled\n      {                 //for the first shade of a color\n        \"min\": 7,         //index of the lightest contrasting shade of another color\n        \"max\": 12         //index of the darkest contrasting shade of another color\n      },\n      ...\n    ],\n    \"aa\": [ ... ]         //if bold text < 14pt, or text < 18pt\n  },\n  \"colorColor\": { ... }   //if neither the color nor its contrast are grey\n}\n\nProperties:\n\n  * `colors` - The colors object.\nEach color contains an array of shades as hex codes from lightest to darkest.\n\n  * `contrasts` - Object with information on which color combinations are WCAG 2.0AA compliant, \"eg\": \n{\n  \"greyColor\": {          //if either the color or its contrast will be a grey\n    \"aaLarge\": [          //if bold text >= 14pt, text >= 18pt, decorative only, or disabled\n      {                 //for the first shade of a color\n        \"min\": 7,         //index of the lightest contrasting shade of another color\n        \"max\": 12         //index of the darkest contrasting shade of another color\n      },\n      ...\n    ],\n    \"aa\": [ ... ]         //if bold text < 14pt, or text < 18pt\n  },\n  \"colorColor\": { ... }   //if neither the color nor its contrast are grey\n}",
      "attributes": [
        {
          "name": "colors",
          "description": "`colors` - The colors object.\nEach color contains an array of shades as hex codes from lightest to darkest.\n\nProperty: colors\n\nDefault: [object Object]"
        },
        {
          "name": "contrasts",
          "description": "`contrasts` - Object with information on which color combinations are WCAG 2.0AA compliant, \"eg\": \n{\n  \"greyColor\": {          //if either the color or its contrast will be a grey\n    \"aaLarge\": [          //if bold text >= 14pt, text >= 18pt, decorative only, or disabled\n      {                 //for the first shade of a color\n        \"min\": 7,         //index of the lightest contrasting shade of another color\n        \"max\": 12         //index of the darkest contrasting shade of another color\n      },\n      ...\n    ],\n    \"aa\": [ ... ]         //if bold text < 14pt, or text < 18pt\n  },\n  \"colorColor\": { ... }   //if neither the color nor its contrast are grey\n}\n\nProperty: contrasts\n\nDefault: [object Object]"
        }
      ]
    }
  ],
  "globalAttributes": [],
  "valueSets": []
}