{
  "aliases": {},
  "props": {
    "input-color-background": {
      "originalValue": null,
      "syntax": "<color>",
      "name": "input-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 an input.",
      "group": "inputs"
    },
    "input-color-background-hover": {
      "originalValue": null,
      "syntax": "<color>",
      "name": "input-color-background-hover",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "background-color"
      ],
      "inherits": false,
      "type": "color",
      "namespace": "sds",
      "category": "color",
      "comment": "Shared background color on hover for all components similarily semantic to an input.",
      "group": "inputs"
    },
    "input-color-background-focus": {
      "originalValue": null,
      "syntax": "<color>",
      "name": "input-color-background-focus",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "background-color"
      ],
      "inherits": false,
      "type": "color",
      "namespace": "sds",
      "category": "color",
      "comment": "Shared background color on focus for all components similarily semantic to an input.",
      "group": "inputs"
    },
    "input-color-background-disabled": {
      "originalValue": null,
      "syntax": "<color>",
      "name": "input-color-background-disabled",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "background-color"
      ],
      "inherits": false,
      "type": "color",
      "namespace": "sds",
      "category": "color",
      "comment": "Shared disabled background color for all components similarily semantic to an input.",
      "group": "inputs"
    },
    "input-text-color": {
      "originalValue": null,
      "syntax": "<color>",
      "name": "input-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 an input. The text must sit on top of `*-s-input-color-background`",
      "group": "inputs"
    },
    "input-text-color-hover": {
      "originalValue": null,
      "syntax": "<color>",
      "name": "input-text-color-hover",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "color"
      ],
      "inherits": false,
      "type": "color",
      "namespace": "sds",
      "category": "color",
      "comment": "Shared text color on hover for all components visually represent an input. The text must sit on top of `*-s-input-color-background-hover`",
      "group": "inputs"
    },
    "input-text-color-focus": {
      "originalValue": null,
      "syntax": "<color>",
      "name": "input-text-color-focus",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "color"
      ],
      "inherits": false,
      "type": "color",
      "namespace": "sds",
      "category": "color",
      "comment": "Shared text color on focus for all components visually represent an input. The text must sit on top of `*-s-input-color-background-focus`",
      "group": "inputs"
    },
    "input-color-border": {
      "originalValue": null,
      "syntax": "<color>",
      "name": "input-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 an input. The border color must be coupled with `*-s-input-color-background`",
      "group": "inputs"
    },
    "input-color-border-hover": {
      "originalValue": null,
      "syntax": "<color>",
      "name": "input-color-border-hover",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "border-color"
      ],
      "inherits": false,
      "type": "color",
      "namespace": "sds",
      "category": "color",
      "comment": "Shared border color on hover for all components visually represent an input. The border color must be coupled with `*-s-input-color-background-hover`",
      "group": "inputs"
    },
    "input-color-border-focus": {
      "originalValue": null,
      "syntax": "<color>",
      "name": "input-color-border-focus",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "border-color"
      ],
      "inherits": false,
      "type": "color",
      "namespace": "sds",
      "category": "color",
      "comment": "Shared border color on focus for all components visually represent an input. The border color must be coupled with `*-s-input-color-background-focus`",
      "group": "inputs"
    },
    "input-color-border-disabled": {
      "originalValue": null,
      "syntax": "<color>",
      "name": "input-color-border-disabled",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "border-color"
      ],
      "inherits": false,
      "type": "color",
      "namespace": "sds",
      "category": "color",
      "comment": "Shared disabled border color for all components similarily semantic to an input. The border color must be coupled with `*-s-input-color-background-disabled`",
      "group": "inputs"
    },
    "input-sizing-border": {
      "originalValue": null,
      "syntax": "<length>",
      "name": "input-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 an input.",
      "group": "inputs"
    },
    "input-radius-border": {
      "originalValue": null,
      "syntax": "<length>",
      "name": "input-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 an input.",
      "group": "inputs"
    },
    "input-shadow": {
      "originalValue": null,
      "syntax": "<color>",
      "name": "input-shadow",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "box-shadow"
      ],
      "inherits": false,
      "type": "raw",
      "namespace": "sds",
      "category": "shadow",
      "comment": "Shared shadow for all components visually represent an input.",
      "group": "inputs"
    },
    "input-shadow-hover": {
      "originalValue": null,
      "syntax": "<color>",
      "name": "input-shadow-hover",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "box-shadow"
      ],
      "inherits": false,
      "type": "raw",
      "namespace": "sds",
      "category": "shadow",
      "comment": "Shared shadow on hover for all components visually represent an input.",
      "group": "inputs"
    },
    "input-shadow-focus": {
      "originalValue": null,
      "syntax": "<color>",
      "name": "input-shadow-focus",
      "value": null,
      "scope": "shared",
      "cssProperties": [
        "box-shadow"
      ],
      "inherits": false,
      "type": "raw",
      "namespace": "sds",
      "category": "shadow",
      "comment": "Shared shadow on focus for all components visually represent an input.",
      "group": "inputs"
    }
  }
}