{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "vaadin-scroller.js",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/vaadin-scroller.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/vaadin-scroller-mixin.js",
      "declarations": [
        {
          "kind": "mixin",
          "description": "",
          "name": "ScrollerMixin",
          "members": [
            {
              "kind": "field",
              "name": "scrollDirection",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "description": "This property indicates the scroll direction. Supported values are `vertical`, `horizontal`, `none`.\nWhen `scrollDirection` is undefined scrollbars will be shown in both directions.",
              "attribute": "scroll-direction"
            }
          ],
          "attributes": [
            {
              "name": "scroll-direction",
              "type": {
                "text": "string"
              },
              "description": "This property indicates the scroll direction. Supported values are `vertical`, `horizontal`, `none`.\nWhen `scrollDirection` is undefined scrollbars will be shown in both directions.",
              "fieldName": "scrollDirection"
            }
          ],
          "mixins": [
            {
              "name": "FocusMixin",
              "package": "@vaadin/a11y-base/src/focus-mixin.js"
            }
          ],
          "parameters": [
            {
              "name": "superClass"
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ScrollerMixin",
          "declaration": {
            "name": "ScrollerMixin",
            "module": "src/vaadin-scroller-mixin.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/vaadin-scroller.js",
      "declarations": [
        {
          "kind": "class",
          "description": "`<vaadin-scroller>` provides a simple way to enable scrolling when its content is overflowing.\n\n```html\n<vaadin-scroller>\n  <div>Content</div>\n</vaadin-scroller>\n```\n\n### Styling\n\nThe following state attributes are available for styling:\n\nAttribute    | Description\n-------------| -----------\n`focus-ring` | Set when the element is focused using the keyboard.\n`focused`    | Set when the element is focused.\n`overflow`   | Set to `top`, `bottom`, `start`, `end`, all of them, or none.\n\n### Built-in Theme Variants\n\n`<vaadin-scroller>` supports the following theme variants:\n\nTheme variant                            | Description\n-----------------------------------------|---------------\n`theme=\"overflow-indicators\"`            | Shows visual indicators at the top and bottom when the content is scrolled\n`theme=\"overflow-indicator-top\"`         | Shows the visual indicator at the top when the content is scrolled\n`theme=\"overflow-indicator-top-bottom\"`  | Shows the visual indicator at the bottom when the content is scrolled\n\n### Custom CSS Properties\n\nThe following custom CSS properties are available for styling:\n\nCustom CSS property                | Description\n-----------------------------------|-------------\n`--vaadin-scroller-padding-block`  | The CSS padding applied to top and bottom edges\n`--vaadin-scroller-padding-inline` | The CSS padding applied to left and right edges\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
          "name": "Scroller",
          "members": [
            {
              "kind": "field",
              "name": "scrollDirection",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "description": "This property indicates the scroll direction. Supported values are `vertical`, `horizontal`, `none`.\nWhen `scrollDirection` is undefined scrollbars will be shown in both directions.",
              "attribute": "scroll-direction",
              "inheritedFrom": {
                "name": "ScrollerMixin",
                "module": "src/vaadin-scroller-mixin.js"
              }
            }
          ],
          "mixins": [
            {
              "name": "ScrollerMixin",
              "module": "src/vaadin-scroller-mixin.js"
            },
            {
              "name": "ElementMixin",
              "package": "@vaadin/component-base/src/element-mixin.js"
            },
            {
              "name": "ThemableMixin",
              "package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
            },
            {
              "name": "PolylitMixin",
              "package": "@vaadin/component-base/src/polylit-mixin.js"
            },
            {
              "name": "LumoInjectionMixin",
              "package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "vaadin-scroller",
          "customElement": true,
          "attributes": [
            {
              "name": "scroll-direction",
              "type": {
                "text": "string"
              },
              "description": "This property indicates the scroll direction. Supported values are `vertical`, `horizontal`, `none`.\nWhen `scrollDirection` is undefined scrollbars will be shown in both directions.",
              "fieldName": "scrollDirection",
              "inheritedFrom": {
                "name": "ScrollerMixin",
                "module": "src/vaadin-scroller-mixin.js"
              }
            }
          ],
          "events": []
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Scroller",
          "declaration": {
            "name": "Scroller",
            "module": "src/vaadin-scroller.js"
          }
        }
      ]
    }
  ]
}
