[
  {
    "name": "id",
    "type": "string",
    "required": false,
    "description": "The ID of the do and don't list component.",
    "released": "10.0.0"
  },
  {
    "name": "title",
    "type": "string",
    "required": true,
    "description": "Title to be displayed on the do and don't list component.",
    "released": "1.0.0"
  },
  {
    "name": "icon",
    "type": "string",
    "required": false,
    "description": "Optional icon modifier for the do and don't list items – `\"cross\"` or `\"tick\"`. Defaults to `\"tick\"`.",
    "released": "10.4.0"
  },
  {
    "name": "type",
    "type": "string",
    "required": true,
    "description": "Optional type of do and don't list – `\"cross\"` or `\"tick\"`. Replaced by the `icon` option.",
    "released": "1.0.0",
    "deprecated": "10.4.0"
  },
  {
    "name": "items",
    "type": "array",
    "required": true,
    "description": "Array of do and don't items objects.",
    "released": "1.0.0",
    "params": [
      {
        "name": "item",
        "type": "string",
        "required": true,
        "description": "Text to use within each do and don't item. Replaced by the `text` and `html` options.",
        "released": "1.0.0",
        "deprecated": "10.1.0"
      },
      {
        "name": "text",
        "type": "string",
        "required": true,
        "description": "If `html` is set, this is not required. Text to use within each do and don't item. If `html` is provided, the `text` option will be ignored.",
        "released": "10.1.0"
      },
      {
        "name": "html",
        "type": "string",
        "required": true,
        "description": "If `text` is set, this is not required. HTML to use within each do and don't item. If `html` is provided, the `text` option will be ignored.",
        "released": "10.1.0"
      }
    ]
  },
  {
    "name": "prefixText",
    "type": "string",
    "required": false,
    "description": "Optional prefix text used before each do and don't item. Defaults to `\"do not\"` when `type` is `\"cross\"`.",
    "released": "10.1.0"
  },
  {
    "name": "hidePrefix",
    "type": "boolean",
    "required": false,
    "description": "If set to `true`, the optional `prefixText` will be removed from each do and don't item.",
    "released": "5.0.0"
  },
  {
    "name": "headingLevel",
    "type": "integer",
    "required": false,
    "description": "Optional heading level for the title heading. Defaults to `3`.",
    "released": "1.0.0"
  },
  {
    "name": "classes",
    "type": "string",
    "required": false,
    "description": "Classes to add to the do and don't list container.",
    "released": "1.0.0"
  },
  {
    "name": "attributes",
    "type": "object",
    "required": false,
    "description": "HTML attributes (for example data attributes) to add to the do and don't list container.",
    "released": "1.0.0"
  }
]
