{
  "Global": {
    "Borders": {
      "Nav item": {
        "Active": {
          "Right": {
            "value": {
              "x": "$borderWidths.NavItem * -1",
              "y": "0",
              "blur": "0",
              "spread": "0",
              "color": "$Supplemental.Border-theme",
              "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": "$Supplemental.Border-theme",
              "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": "$Supplemental.Border-theme",
              "type": "innerShadow"
            },
            "type": "boxShadow",
            "description": "NOTE: You need to add a fill to a text element to use this"
          }
        },
        "Dark": {
          "Hover": {
            "Right": {
              "value": {
                "x": "$borderWidths.NavItem * -1",
                "y": "0",
                "blur": "0",
                "spread": "0",
                "color": "$Dark.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": "$Dark.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": "$Dark.Primary.Border",
                "type": "innerShadow"
              },
              "type": "boxShadow",
              "description": "NOTE: You need to add a fill to a text element to use this"
            }
          },
          "Active": {
            "Right": {
              "value": {
                "x": "$borderWidths.NavItem * -1",
                "y": "0",
                "blur": "0",
                "spread": "0",
                "color": "$Dark.Supplemental.Border-theme",
                "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": "$Dark.Supplemental.Border-theme",
                "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": "$Dark.Supplemental.Border-theme",
                "type": "innerShadow"
              },
              "type": "boxShadow",
              "description": "NOTE: You need to add a fill to a text element to use this"
            }
          }
        }
      }
    }
  }
}
