{
  "text-area-border": {
    "value": "inset 0 0 0 {borderWidth.s} {color.greyscale.700}",
    "type": "other"
  },
  "text-area-border-disabled": {
    "value": "inset 0 0 0 {borderWidth.s} {color.greyscale.200}",
    "type": "other"
  },
  "text-area-border-error": {
    "value": "inset 0 0 0 {borderWidth.m} {color.interactive.error}",
    "type": "other"
  },
  "text-area-border-focus": {
    "value": "0 0 0 {borderWidth.l} {color.interactive.focus}",
    "type": "other"
  },
  "text-area-border-hover": {
    "value": "inset 0 0 0 {borderWidth.m} {color.interactive.hover}",
    "type": "other"
  },
  "text-area-border-radius": {
    "value": "{borderRadius.m}",
    "type": "borderRadius"
  },
  "text-area-color-bg": {
    "value": "{color.greyscale.white}",
    "type": "color"
  },
  "text-area-color-bg-disabled": {
    "value": "{color.greyscale.100}",
    "type": "color"
  },
  "text-area-color-text": {
    "value": "{color.text.default}",
    "type": "color"
  },
  "text-area-color-text-counter": {
    "value": "{color.text.default}",
    "type": "color"
  },
  "text-area-color-text-counter-error": {
    "value": "{color.interactive.error}",
    "type": "color"
  },
  "text-area-color-text-disabled": {
    "value": "{color.text.disabled}",
    "type": "color"
  },
  "text-area-color-text-placeholder": {
    "value": "{color.text.secondary}",
    "type": "color"
  },
  "text-area-padding": {
    "value": "0.625rem {space.s}",
    "type": "spacing",
    "description": "10px {space.s}"
  },
  "text-area-typography": {
    "value": "{typography.body.m}",
    "type": "other"
  },
  "text-area-typography-counter": {
    "value": "{typography.body.xs}",
    "type": "other"
  }
}