{
  "dropdown-border": {
    "value": "inset 0 0 0 {borderWidth.s} {color.greyscale.700}",
    "type": "other"
  },
  "dropdown-border-disabled": {
    "value": "inset 0 0 0 {borderWidth.s} {color.greyscale.200}",
    "type": "other"
  },
  "dropdown-border-error": {
    "value": "inset 0 0 0 {borderWidth.m} {color.interactive.error}",
    "type": "other"
  },
  "dropdown-border-focus": {
    "value": "0 0 0 {borderWidth.l} {color.interactive.focus}",
    "type": "other"
  },
  "dropdown-border-hover": {
    "value": "inset 0 0 0 {borderWidth.m} {color.interactive.hover}",
    "type": "other"
  },
  "dropdown-border-radius": {
    "value": "{borderRadius.m}",
    "type": "borderRadius"
  },
  "dropdown-color-bg": {
    "value": "{color.greyscale.white}",
    "type": "color"
  },
  "dropdown-color-bg-disabled": {
    "value": "{color.greyscale.100}",
    "type": "color"
  },
  "dropdown-color-text": {
    "value": "{color.text.default}",
    "type": "color"
  },
  "dropdown-color-text-disabled": {
    "value": "{color.text.disabled}",
    "type": "color"
  },
  "dropdown-color-text-placeholder": {
    "value": "{color.text.secondary}",
    "type": "color"
  },
  "dropdown-item-color-bg": {
    "value": "{color.greyscale.white}",
    "type": "color"
  },
  "dropdown-item-color-bg-disabled": {
    "value": "{color.greyscale.100}",
    "type": "color"
  },
  "dropdown-item-color-bg-hover": {
    "value": "{color.greyscale.100}",
    "type": "color"
  },
  "dropdown-item-color-bg-selected": {
    "value": "{color.interactive.default}",
    "type": "color"
  },
  "dropdown-item-color-bg-selected-hover": {
    "value": "{color.interactive.hover}",
    "type": "color"
  },
  "dropdown-item-color-text": {
    "value": "{color.text.default}",
    "type": "color"
  },
  "dropdown-item-color-text-disabled": {
    "value": "{color.text.disabled}",
    "type": "color"
  },
  "dropdown-item-color-text-hover": {
    "value": "{color.interactive.hover}",
    "type": "color"
  },
  "dropdown-item-color-text-selected": {
    "value": "{color.greyscale.white}",
    "type": "color"
  },
  "dropdown-item-color-text-selected-hover": {
    "value": "{color.greyscale.white}",
    "type": "color"
  },
  "dropdown-item-padding": {
    "value": "7px {dropdown-padding-lr} 9px",
    "type": "spacing"
  },
  "dropdown-padding": {
    "value": "6px {dropdown-padding-lr} 8px",
    "type": "spacing"
  },
  "dropdown-padding-lr": {
    "value": "{space.s}",
    "type": "spacing"
  },
  "dropdown-space-icon-text": {
    "value": "{space.s}",
    "type": "spacing"
  },
  "dropdown-transition": {
    "value": "box-shadow 0.05s ease-in",
    "type": "other"
  },
  "dropdown-typography": {
    "value": "{typography.body.m}",
    "type": "other"
  }
}