{
  "Global": {
    "borderWidths": {
      "Default": {
        "value": "--border-width-default",
        "description": "The default border width",
        "type": "borderWidth"
      },
      "Slim": {
        "value": "--border-width-slim",
        "description": "A slim border used between rows in table bodies",
        "type": "borderWidth"
      },
      "Utility": {
        "value": "--border-width-utility",
        "description": "Border width for elements width a utility colors as background.\n\nUse on only one side of the element.",
        "type": "borderWidth"
      },
      "Button": {
        "value": "$borderWidths.Utility / 2",
        "description": "Border width for elements width a utility colors as background.\n\nUse on only one side of the element.",
        "type": "borderWidth"
      },
      "NavItem": {
        "value": "--border-width-navitem",
        "description": "Border width for active element in navigation.\n\nUse on only one side of the element.",
        "type": "borderWidth"
      },
      "Outline": {
        "value": "--border-width-outline",
        "description": "Border width for outline one elements that have focus.",
        "type": "borderWidth"
      }
    },
    "otherBorderWidths": {
      "0": {
        "value": "0",
        "type": "borderWidth"
      },
      "HalfPlus1": {
        "value": "$spacingSizes.Plus1 / 2",
        "type": "borderWidth"
      },
      "HalfMultilineDefault": {
        "value": "$lineHieghts.Multiline.Default / 2",
        "type": "borderWidth"
      },
      "Minus1": {
        "value": "$spacingSizes.Minus1",
        "type": "borderWidth"
      },
      "Zero": {
        "value": "$spacingSizes.Zero",
        "type": "borderWidth"
      },
      "Side": {
        "value": "$spacingSizes.Side",
        "type": "borderWidth"
      }
    }
  }
}
