{
  "boxShadow": {
    "thin": {
      "$value": "inset 0 0 0 {borderWidth.thin}",
      "$description": "Thin shadow for borders",
      "$type": "string"
    },
    "thick": {
      "$value": "inset 0 0 0 {borderWidth.thick}",
      "$type": "string"
    },
    "thicker": {
      "$value": "inset 0 0 0 {borderWidth.thicker}",
      "$type": "string"
    }
  },
  "borderWidth": {
    "thin": {
      "$value": "max(1px, 0.0625rem)",
      "$type": "string"
    },
    "thick": {
      "$value": "max(2px, 0.125rem)",
      "$type": "string"
    },
    "thicker": {
      "$value": "max(4px, 0.25rem)",
      "$type": "string"
    }
  },
  "borderRadius": {
    "small": {
      "$value": "3px",
      "$type": "dimension",
      "$extensions": {
        "org.primer.figma": {
          "collection": "functional/size",
          "scopes": ["radius"],
          "codeSyntax": {
            "web": "var(--borderRadius-small) /* utility class: .rounded-1 */"
          }
        }
      }
    },
    "medium": {
      "$value": "6px",
      "$type": "dimension",
      "$extensions": {
        "org.primer.figma": {
          "collection": "functional/size",
          "scopes": ["radius"],
          "codeSyntax": {
            "web": "var(--borderRadius-medium) /* utility class: .rounded-2 */"
          }
        }
      }
    },
    "large": {
      "$value": "12px",
      "$type": "dimension",
      "$extensions": {
        "org.primer.figma": {
          "collection": "functional/size",
          "scopes": ["radius"],
          "codeSyntax": {
            "web": "var(--borderRadius-large) /* utility class: .rounded-3 */"
          }
        }
      }
    },
    "full": {
      "$value": "9999px",
      "$type": "dimension",
      "$description": "Use this border radius for pill shaped elements",
      "$extensions": {
        "org.primer.figma": {
          "collection": "functional/size",
          "scopes": ["radius"],
          "codeSyntax": {
            "web": "var(--borderRadius-full) /* utility class: .circle */"
          }
        }
      }
    }
  },
  "outline": {
    "focus": {
      "offset": {
        "$value": "-2px",
        "$type": "dimension"
      },
      "width": {
        "$value": "2px",
        "$type": "dimension"
      }
    }
  }
}
