{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "sp-asset.js",
      "declarations": [],
      "exports": [
        {
          "kind": "custom-element-definition",
          "name": "sp-asset",
          "declaration": {
            "name": "Asset",
            "module": "/src/Asset.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/Asset.base.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "AssetBase",
          "members": [
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "AssetVariant | undefined"
              },
              "privacy": "public",
              "description": "The variant of the asset. When not provided, slot content is rendered (e.g., an image).",
              "attribute": "variant",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "privacy": "public",
              "default": "''",
              "description": "Accessible label for the asset's file or folder variant.",
              "attribute": "label"
            }
          ],
          "attributes": [
            {
              "name": "variant",
              "type": {
                "text": "AssetVariant | undefined"
              },
              "description": "The variant of the asset. When not provided, slot content is rendered (e.g., an image).",
              "fieldName": "variant"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Accessible label for the asset's file or folder variant.",
              "fieldName": "label"
            }
          ],
          "superclass": {
            "name": "SpectrumElement",
            "package": "@spectrum-web-components/base"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "AssetBase",
          "declaration": {
            "name": "AssetBase",
            "module": "src/Asset.base.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/Asset.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "Asset",
          "slots": [
            {
              "description": "content to be displayed in the asset when an acceptable value for `file` is not present",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "AssetVariant | undefined"
              },
              "privacy": "public",
              "description": "The variant of the asset. When not provided, slot content is rendered (e.g., an image).",
              "attribute": "variant",
              "reflects": true,
              "inheritedFrom": {
                "name": "AssetBase",
                "module": "src/Asset.base.js"
              }
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "privacy": "public",
              "default": "''",
              "description": "Accessible label for the asset's file or folder variant.",
              "attribute": "label",
              "inheritedFrom": {
                "name": "AssetBase",
                "module": "src/Asset.base.js"
              }
            }
          ],
          "superclass": {
            "name": "AssetBase",
            "module": "/src/Asset.base.js"
          },
          "tagName": "sp-asset",
          "customElement": true,
          "attributes": [
            {
              "name": "variant",
              "type": {
                "text": "AssetVariant | undefined"
              },
              "description": "The variant of the asset. When not provided, slot content is rendered (e.g., an image).",
              "fieldName": "variant",
              "inheritedFrom": {
                "name": "AssetBase",
                "module": "src/Asset.base.ts"
              }
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Accessible label for the asset's file or folder variant.",
              "fieldName": "label",
              "inheritedFrom": {
                "name": "AssetBase",
                "module": "src/Asset.base.ts"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Asset",
          "declaration": {
            "name": "Asset",
            "module": "src/Asset.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/Asset.types.js",
      "declarations": [
        {
          "kind": "variable",
          "name": "ASSET_VARIANTS",
          "default": "[ 'file', 'folder', ] as const satisfies readonly string[]",
          "description": "Copyright 2026 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License."
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ASSET_VARIANTS",
          "declaration": {
            "name": "ASSET_VARIANTS",
            "module": "src/Asset.types.js"
          }
        }
      ]
    }
  ]
}
