{
  "timestamp": "2026-02-19T18:08:25",
  "compiler": {
    "name": "@stencil/core",
    "version": "4.27.2",
    "typescriptVersion": "5.5.4"
  },
  "components": [
    {
      "filePath": "src/components/mds-paginator-item/mds-paginator-item.tsx",
      "encapsulation": "shadow",
      "tag": "mds-paginator-item",
      "docs": "",
      "docsTags": [
        {
          "name": "slot",
          "text": "default - Add `text string` to this slot, **avoid** to add `HTML elements` or `components` here."
        }
      ],
      "usage": {},
      "props": [
        {
          "name": "disabled",
          "type": "boolean | undefined",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean | undefined",
            "references": {}
          },
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": true,
          "docs": "Specifies if the item is disabled or not, is handled from the parent paginator",
          "docsTags": [],
          "values": [
            {
              "type": "boolean"
            },
            {
              "type": "undefined"
            }
          ],
          "optional": true,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "icon",
          "type": "string | undefined",
          "complexType": {
            "original": "string",
            "resolved": "string | undefined",
            "references": {}
          },
          "mutable": false,
          "attr": "icon",
          "reflectToAttr": true,
          "docs": "Specifies the icon used inside the paginator item",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            },
            {
              "type": "undefined"
            }
          ],
          "optional": true,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "selected",
          "type": "boolean | undefined",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean | undefined",
            "references": {}
          },
          "mutable": false,
          "attr": "selected",
          "reflectToAttr": true,
          "docs": "Specifies if the item is selected or not, is handled from the parent paginator",
          "docsTags": [],
          "values": [
            {
              "type": "boolean"
            },
            {
              "type": "undefined"
            }
          ],
          "optional": true,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [
        {
          "name": "--mds-paginator-item-background",
          "annotation": "prop",
          "docs": "Sets the background-color of the pages area and the item"
        },
        {
          "name": "--mds-paginator-item-background-disabled",
          "annotation": "prop",
          "docs": "Sets the background-color of the item when is disabled"
        },
        {
          "name": "--mds-paginator-item-background-hover",
          "annotation": "prop",
          "docs": "Sets the background-color of the item when the mouse is over it"
        },
        {
          "name": "--mds-paginator-item-background-selected",
          "annotation": "prop",
          "docs": "Sets the background-color of the item when is selected"
        },
        {
          "name": "--mds-paginator-item-color",
          "annotation": "prop",
          "docs": "Sets the text color of the component"
        },
        {
          "name": "--mds-paginator-item-color-disabled",
          "annotation": "prop",
          "docs": "Sets the color of the item when is disabled"
        },
        {
          "name": "--mds-paginator-item-color-hover",
          "annotation": "prop",
          "docs": "Sets the text color of the item when the mouse is over it"
        },
        {
          "name": "--mds-paginator-item-color-selected",
          "annotation": "prop",
          "docs": "Sets the text color of the item when is selected"
        },
        {
          "name": "--mds-paginator-item-radius",
          "annotation": "prop",
          "docs": "Sets the border-radius of the component"
        },
        {
          "name": "--mds-paginator-item-shadow",
          "annotation": "prop",
          "docs": "Sets the box-shadow of the component"
        },
        {
          "name": "--mds-paginator-item-shadow-disabled",
          "annotation": "prop",
          "docs": "Sets the box-shadow of the item when is disabled"
        },
        {
          "name": "--mds-paginator-item-shadow-hover",
          "annotation": "prop",
          "docs": "Sets the box-shadow of the item when the mouse is over it"
        },
        {
          "name": "--mds-paginator-item-shadow-selected",
          "annotation": "prop",
          "docs": "Sets the box-shadow of the item when is selected"
        },
        {
          "name": "--mds-paginator-item-size",
          "annotation": "prop",
          "docs": "Sets the height and the min-width of the paginator item"
        }
      ],
      "slots": [
        {
          "name": "default",
          "docs": "Add `text string` to this slot, **avoid** to add `HTML elements` or `components` here."
        }
      ],
      "parts": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    }
  ],
  "typeLibrary": {}
}