{
  "Global": {
    "Borders": {
      "Nav item": {
        "Hover": {
          "Right": {
            "value": {
              "x": "$borderWidths.NavItem * -1",
              "y": "0",
              "blur": "0",
              "spread": "0",
              "color": "$Primary.Border",
              "type": "innerShadow"
            },
            "type": "boxShadow",
            "description": "NOTE: You need to add a fill to a text element to use this"
          },
          "Bottom": {
            "value": {
              "x": "0",
              "y": "$borderWidths.NavItem * -1",
              "blur": "0",
              "spread": "0",
              "color": "$Primary.Border",
              "type": "innerShadow"
            },
            "type": "boxShadow",
            "description": "NOTE: You need to add a fill to a text element to use this"
          },
          "Left": {
            "value": {
              "x": "$borderWidths.NavItem",
              "y": "0",
              "blur": "0",
              "spread": "0",
              "color": "$Primary.Border",
              "type": "innerShadow"
            },
            "type": "boxShadow",
            "description": "NOTE: You need to add a fill to a text element to use this"
          }
        }
      }
    }
  }
}
