{
  "aliases": {},
  "props": {
    "popup-color-background": {
      "originalValue": null,
      "syntax": "<color>",
      "name": "popup-color-background",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "background-color"
      ],
      "inherits": false,
      "type": "color",
      "namespace": "sds",
      "category": "color",
      "comment": "Shared background color for all components similarily semantic to a popup.",
      "group": "popups"
    },
    "popup-text-color": {
      "originalValue": null,
      "syntax": "<color>",
      "name": "popup-text-color",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "color"
      ],
      "inherits": false,
      "type": "color",
      "namespace": "sds",
      "category": "color",
      "comment": "Shared text color for all components visually represent a popup. The text must sit on top of `*-s-popup-color-background`",
      "group": "popups"
    },
    "popup-color-border": {
      "originalValue": null,
      "syntax": "<color>",
      "name": "popup-color-border",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "border-color"
      ],
      "inherits": false,
      "type": "color",
      "namespace": "sds",
      "category": "color",
      "comment": "Shared border color for all components visually represent a popup. The border color must be coupled with `*-s-popup-color-background`",
      "group": "popups"
    },
    "popup-sizing-border": {
      "originalValue": null,
      "syntax": "<length>",
      "name": "popup-sizing-border",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "border-width"
      ],
      "inherits": false,
      "type": "number",
      "namespace": "sds",
      "category": "sizing",
      "comment": "Shared border size for all components visually represent a popup.",
      "group": "popups"
    },
    "popup-radius-border": {
      "originalValue": null,
      "syntax": "<length>",
      "name": "popup-radius-border",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "border-radius"
      ],
      "inherits": false,
      "type": "number",
      "namespace": "sds",
      "category": "border-radius",
      "comment": "Shared border radius for all components visually represent a popup.",
      "group": "popups"
    },
    "popup-shadow": {
      "originalValue": null,
      "syntax": "<color>",
      "name": "popup-shadow",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "box-shadow"
      ],
      "inherits": false,
      "type": "raw",
      "namespace": "sds",
      "category": "shadow",
      "comment": "Shared shadow for all components visually represent a popup.",
      "group": "popups"
    },
    "popup-spacing-inline": {
      "originalValue": null,
      "syntax": "<length>",
      "name": "popup-spacing-inline",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "padding-inline",
        "margin-inline"
      ],
      "inherits": false,
      "type": "number",
      "namespace": "sds",
      "category": "spacing",
      "comment": "Shared inline spacing for all components visually represent a popup.",
      "group": "popups"
    },
    "popup-spacing-block": {
      "originalValue": null,
      "syntax": "<length>",
      "name": "popup-spacing-block",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "padding-block",
        "margin-block"
      ],
      "inherits": false,
      "type": "number",
      "namespace": "sds",
      "category": "spacing",
      "comment": "Shared block spacing for all components visually represent a popup.",
      "group": "popups"
    }
  }
}