{
  "spinner": {
    "track": {
      "color": {
        "default": {
          "$value": {
            "default": "{color.neutral.100}",
            "dark": "{color.neutral.600}"
          },
          "$type": "color",
          "$description": "Used for the static track (background) of a loading spinner.",
          "$extensions": {
            "com.figma.scopes": [
              "SHAPE_FILL"
            ]
          }
        },
        "light": {
          "$value": "{color.neutral.800}",
          "$type": "color",
          "$description": "Used for the static track (background) of a loading spinner on a dark background.",
          "$extensions": {
            "com.figma.scopes": [
              "SHAPE_FILL"
            ]
          }
        }
      }
    },
    "segment": {
      "color": {
        "default": {
          "$value": {
            "default": "{color.neutral.700}",
            "dark": "{color.neutral.100}"
          },
          "$type": "color",
          "$description": "Used for the animated segment of a loading spinner.",
          "$extensions": {
            "com.figma.scopes": [
              "SHAPE_FILL"
            ]
          }
        },
        "light": {
          "$value": "{color.neutral.200}",
          "$type": "color",
          "$description": "Used for the animated segment of a loading spinner on a dark background.",
          "$extensions": {
            "com.figma.scopes": [
              "SHAPE_FILL"
            ]
          }
        }
      }
    }
  }
}
