{
  "name": "ds-heading",
  "description": "Heading component with hierarchy",
  "docUrl": "https://design.soracom.io/design-system/elements/heading/",
  "category": "elements",
  "htmlElements": [
    "h1",
    "h2",
    "h3",
    "h4",
    "h5",
    "h6",
    "div"
  ],
  "isWebComponent": false,
  "modifiers": {
    "size": {
      "support": "custom",
      "values": [
        "--4xsmall",
        "--3xsmall",
        "--2xsmall",
        "--xsmall",
        "--small",
        "--medium",
        "--large",
        "--xlarge",
        "--2xlarge",
        "--3xlarge",
        "--4xlarge",
        "--huge",
        "--xhuge",
        "--2xhuge",
        "--3xhuge",
        "--4xhuge",
        "--xxsmall",
        "--xxlarge",
        "--xxhuge"
      ]
    },
    "color": {
      "support": "all"
    },
    "visual-state": {
      "support": "all"
    },
    "icon": {
      "support": "all"
    },
    "indent": {
      "support": "all"
    }
  },
  "examples": [
    {
      "name": "basic",
      "html": "<h2>Heading Text</h2>"
    },
    {
      "name": "h1",
      "html": "<h1>Heading 1</h1>"
    },
    {
      "name": "h3",
      "html": "<h3>Heading 3</h3>"
    },
    {
      "name": "h4",
      "html": "<h4>Heading 4</h4>"
    },
    {
      "name": "small",
      "html": "<h2 class=\"--small\">Small Heading</h2>"
    },
    {
      "name": "large",
      "html": "<h2 class=\"--large\">Large Heading</h2>"
    },
    {
      "name": "xlarge",
      "html": "<h2 class=\"--xlarge\">Extra Large Heading</h2>"
    },
    {
      "name": "2xlarge",
      "html": "<h2 class=\"--2xlarge\">2XL Heading</h2>"
    },
    {
      "name": "color-blue",
      "html": "<h2 class=\"--color-blue\">Blue Heading</h2>"
    },
    {
      "name": "alert",
      "html": "<h2 class=\"--alert\">Alert Heading</h2>"
    },
    {
      "name": "with-icon",
      "html": "<h2 class=\"--icon-star\">Starred Heading</h2>"
    },
    {
      "name": "ds-heading-class",
      "html": "<div class=\"ds-heading --large\">Div as heading</div>"
    }
  ]
}
