{
  "timestamp": "2021-11-02T05:20:38",
  "compiler": {
    "name": "@stencil/core",
    "version": "2.10.0",
    "typescriptVersion": "4.3.5"
  },
  "tags": [
    {
      "filePath": "./src/core/elements/badge/badge.tsx",
      "encapsulation": "none",
      "tag": "bm-badge",
      "name": "bm-badge",
      "readme": "# bm-badge\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-button size=\"is-large\">\n  <bm-badge color=\"is-primary\"> 3 </bm-badge>\n  Button\n</bm-button>\n```\n"
      },
      "properties": [
        {
          "name": "color",
          "type": "\"is-black\" | \"is-danger\" | \"is-dark\" | \"is-info\" | \"is-primary\" | \"is-success\" | \"is-warning\" | \"is-white\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-black",
              "type": "string"
            },
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-dark",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            },
            {
              "value": "is-white",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "isLight",
          "type": "boolean",
          "mutable": false,
          "attr": "is-light",
          "reflectToAttr": false,
          "docs": "Is light",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Is light"
        },
        {
          "name": "isOutlined",
          "type": "boolean",
          "mutable": false,
          "attr": "is-outlined",
          "reflectToAttr": false,
          "docs": "Is outlined",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Is outlined"
        },
        {
          "name": "position",
          "type": "\"is-bottom\" | \"is-bottom-left\" | \"is-bottom-right\" | \"is-left\" | \"is-right\" | \"is-top\" | \"is-top-left\" | \"is-top-right\"",
          "mutable": false,
          "attr": "position",
          "reflectToAttr": false,
          "docs": "Position",
          "docsTags": [],
          "values": [
            {
              "value": "is-bottom",
              "type": "string"
            },
            {
              "value": "is-bottom-left",
              "type": "string"
            },
            {
              "value": "is-bottom-right",
              "type": "string"
            },
            {
              "value": "is-left",
              "type": "string"
            },
            {
              "value": "is-right",
              "type": "string"
            },
            {
              "value": "is-top",
              "type": "string"
            },
            {
              "value": "is-top-left",
              "type": "string"
            },
            {
              "value": "is-top-right",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Position"
        }
      ],
      "attributes": [
        {
          "name": "color",
          "type": "\"is-black\" | \"is-danger\" | \"is-dark\" | \"is-info\" | \"is-primary\" | \"is-success\" | \"is-warning\" | \"is-white\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-black",
              "type": "string"
            },
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-dark",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            },
            {
              "value": "is-white",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "is-light",
          "type": "boolean",
          "mutable": false,
          "attr": "is-light",
          "reflectToAttr": false,
          "docs": "Is light",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Is light"
        },
        {
          "name": "is-outlined",
          "type": "boolean",
          "mutable": false,
          "attr": "is-outlined",
          "reflectToAttr": false,
          "docs": "Is outlined",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Is outlined"
        },
        {
          "name": "position",
          "type": "\"is-bottom\" | \"is-bottom-left\" | \"is-bottom-right\" | \"is-left\" | \"is-right\" | \"is-top\" | \"is-top-left\" | \"is-top-right\"",
          "mutable": false,
          "attr": "position",
          "reflectToAttr": false,
          "docs": "Position",
          "docsTags": [],
          "values": [
            {
              "value": "is-bottom",
              "type": "string"
            },
            {
              "value": "is-bottom-left",
              "type": "string"
            },
            {
              "value": "is-bottom-right",
              "type": "string"
            },
            {
              "value": "is-left",
              "type": "string"
            },
            {
              "value": "is-right",
              "type": "string"
            },
            {
              "value": "is-top",
              "type": "string"
            },
            {
              "value": "is-top-left",
              "type": "string"
            },
            {
              "value": "is-top-right",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Position"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/elements/box/box.tsx",
      "encapsulation": "none",
      "tag": "bm-box",
      "name": "bm-box",
      "readme": "# bm-box\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-box>\n  <article class=\"media\">\n    <div class=\"media-left\">\n      <figure class=\"image is-64x64\">\n        <img src=\"https://bulma.io/images/placeholders/128x128.png\" alt=\"Image\" />\n      </figure>\n    </div>\n\n    <div class=\"media-content\">\n      <div class=\"content\">\n        <p>\n          <strong>John Smith</strong> <small>@johnsmith</small> <small>31m</small>\n          <br />\n          Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean efficitur sit amet massa\n          fringilla egestas. Nullam condimentum luctus turpis.\n        </p>\n      </div>\n      <nav class=\"level is-mobile\">\n        <div class=\"level-left\">\n          <a class=\"level-item\" aria-label=\"reply\">\n            <span class=\"icon is-small\">\n              <i class=\"fas fa-reply\" aria-hidden=\"true\"></i>\n            </span>\n          </a>\n          <a class=\"level-item\" aria-label=\"retweet\">\n            <span class=\"icon is-small\">\n              <i class=\"fas fa-retweet\" aria-hidden=\"true\"></i>\n            </span>\n          </a>\n          <a class=\"level-item\" aria-label=\"like\">\n            <span class=\"icon is-small\">\n              <i class=\"fas fa-heart\" aria-hidden=\"true\"></i>\n            </span>\n          </a>\n        </div>\n      </nav>\n    </div>\n  </article>\n</bm-box>\n```\n"
      },
      "properties": [],
      "attributes": [],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/components/breadcrumb/breadcrumb.tsx",
      "encapsulation": "none",
      "tag": "bm-breadcrumb",
      "name": "bm-breadcrumb",
      "readme": "# bm-breadcrumb\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-breadcrumb alignment=\"is-centered\" separator=\"has-arrow-separator\" size=\"is-small\">\n  <ul>\n    <li><a href=\"#\">Bulmil</a></li>\n    <li><a href=\"#\">Documentation</a></li>\n    <li><a href=\"#\">Components</a></li>\n    <li class=\"is-active\">\n      <a href=\"#\" aria-current=\"page\">Breadcrumb</a>\n    </li>\n  </ul>\n</bm-breadcrumb>\n```\n"
      },
      "properties": [
        {
          "name": "alignment",
          "type": "\"is-centered\" | \"is-right\"",
          "mutable": false,
          "attr": "alignment",
          "reflectToAttr": false,
          "docs": "Breadcrumb alignment",
          "docsTags": [],
          "values": [
            {
              "value": "is-centered",
              "type": "string"
            },
            {
              "value": "is-right",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Breadcrumb alignment"
        },
        {
          "name": "separator",
          "type": "\"has-arrow-separator\" | \"has-bullet-separator\" | \"has-dot-separator\" | \"has-succeeds-separator\"",
          "mutable": false,
          "attr": "separator",
          "reflectToAttr": false,
          "docs": "Separator",
          "docsTags": [],
          "values": [
            {
              "value": "has-arrow-separator",
              "type": "string"
            },
            {
              "value": "has-bullet-separator",
              "type": "string"
            },
            {
              "value": "has-dot-separator",
              "type": "string"
            },
            {
              "value": "has-succeeds-separator",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Separator"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        }
      ],
      "attributes": [
        {
          "name": "alignment",
          "type": "\"is-centered\" | \"is-right\"",
          "mutable": false,
          "attr": "alignment",
          "reflectToAttr": false,
          "docs": "Breadcrumb alignment",
          "docsTags": [],
          "values": [
            {
              "value": "is-centered",
              "type": "string"
            },
            {
              "value": "is-right",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Breadcrumb alignment"
        },
        {
          "name": "separator",
          "type": "\"has-arrow-separator\" | \"has-bullet-separator\" | \"has-dot-separator\" | \"has-succeeds-separator\"",
          "mutable": false,
          "attr": "separator",
          "reflectToAttr": false,
          "docs": "Separator",
          "docsTags": [],
          "values": [
            {
              "value": "has-arrow-separator",
              "type": "string"
            },
            {
              "value": "has-bullet-separator",
              "type": "string"
            },
            {
              "value": "has-dot-separator",
              "type": "string"
            },
            {
              "value": "has-succeeds-separator",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Separator"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/elements/button/button.tsx",
      "encapsulation": "none",
      "tag": "bm-button",
      "name": "bm-button",
      "readme": "# bm-button\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-button>Button</bm-button>\n```\n"
      },
      "properties": [
        {
          "name": "color",
          "type": "\"is-black\" | \"is-danger\" | \"is-dark\" | \"is-ghost\" | \"is-info\" | \"is-light\" | \"is-link\" | \"is-primary\" | \"is-success\" | \"is-text\" | \"is-warning\" | \"is-white\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-black",
              "type": "string"
            },
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-dark",
              "type": "string"
            },
            {
              "value": "is-ghost",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-light",
              "type": "string"
            },
            {
              "value": "is-link",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-text",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            },
            {
              "value": "is-white",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "disabled",
          "type": "boolean",
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": false,
          "docs": "Is disabled?",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Is disabled?"
        },
        {
          "name": "isActive",
          "type": "boolean",
          "mutable": false,
          "attr": "is-active",
          "reflectToAttr": false,
          "docs": "Active state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Active state"
        },
        {
          "name": "isFocused",
          "type": "boolean",
          "mutable": false,
          "attr": "is-focused",
          "reflectToAttr": false,
          "docs": "Focused state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Focused state"
        },
        {
          "name": "isFullwidth",
          "type": "boolean",
          "mutable": false,
          "attr": "is-fullwidth",
          "reflectToAttr": false,
          "docs": "Display the button in full-width",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Display the button in full-width"
        },
        {
          "name": "isHovered",
          "type": "boolean",
          "mutable": false,
          "attr": "is-hovered",
          "reflectToAttr": false,
          "docs": "Hovered state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Hovered state"
        },
        {
          "name": "isInverted",
          "type": "boolean",
          "mutable": false,
          "attr": "is-inverted",
          "reflectToAttr": false,
          "docs": "Is inverted",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Is inverted"
        },
        {
          "name": "isLight",
          "type": "boolean",
          "mutable": false,
          "attr": "is-light",
          "reflectToAttr": false,
          "docs": "Is light",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Is light"
        },
        {
          "name": "isLoading",
          "type": "boolean",
          "mutable": false,
          "attr": "is-loading",
          "reflectToAttr": false,
          "docs": "Loading state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Loading state"
        },
        {
          "name": "isOutlined",
          "type": "boolean",
          "mutable": false,
          "attr": "is-outlined",
          "reflectToAttr": false,
          "docs": "Is outlined",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Is outlined"
        },
        {
          "name": "isRounded",
          "type": "boolean",
          "mutable": false,
          "attr": "is-rounded",
          "reflectToAttr": false,
          "docs": "Rounded button",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Rounded button"
        },
        {
          "name": "isStatic",
          "type": "boolean",
          "mutable": false,
          "attr": "is-static",
          "reflectToAttr": false,
          "docs": "Static",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Static"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-normal\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-normal",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        }
      ],
      "attributes": [
        {
          "name": "color",
          "type": "\"is-black\" | \"is-danger\" | \"is-dark\" | \"is-ghost\" | \"is-info\" | \"is-light\" | \"is-link\" | \"is-primary\" | \"is-success\" | \"is-text\" | \"is-warning\" | \"is-white\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-black",
              "type": "string"
            },
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-dark",
              "type": "string"
            },
            {
              "value": "is-ghost",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-light",
              "type": "string"
            },
            {
              "value": "is-link",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-text",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            },
            {
              "value": "is-white",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "disabled",
          "type": "boolean",
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": false,
          "docs": "Is disabled?",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Is disabled?"
        },
        {
          "name": "is-active",
          "type": "boolean",
          "mutable": false,
          "attr": "is-active",
          "reflectToAttr": false,
          "docs": "Active state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Active state"
        },
        {
          "name": "is-focused",
          "type": "boolean",
          "mutable": false,
          "attr": "is-focused",
          "reflectToAttr": false,
          "docs": "Focused state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Focused state"
        },
        {
          "name": "is-fullwidth",
          "type": "boolean",
          "mutable": false,
          "attr": "is-fullwidth",
          "reflectToAttr": false,
          "docs": "Display the button in full-width",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Display the button in full-width"
        },
        {
          "name": "is-hovered",
          "type": "boolean",
          "mutable": false,
          "attr": "is-hovered",
          "reflectToAttr": false,
          "docs": "Hovered state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Hovered state"
        },
        {
          "name": "is-inverted",
          "type": "boolean",
          "mutable": false,
          "attr": "is-inverted",
          "reflectToAttr": false,
          "docs": "Is inverted",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Is inverted"
        },
        {
          "name": "is-light",
          "type": "boolean",
          "mutable": false,
          "attr": "is-light",
          "reflectToAttr": false,
          "docs": "Is light",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Is light"
        },
        {
          "name": "is-loading",
          "type": "boolean",
          "mutable": false,
          "attr": "is-loading",
          "reflectToAttr": false,
          "docs": "Loading state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Loading state"
        },
        {
          "name": "is-outlined",
          "type": "boolean",
          "mutable": false,
          "attr": "is-outlined",
          "reflectToAttr": false,
          "docs": "Is outlined",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Is outlined"
        },
        {
          "name": "is-rounded",
          "type": "boolean",
          "mutable": false,
          "attr": "is-rounded",
          "reflectToAttr": false,
          "docs": "Rounded button",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Rounded button"
        },
        {
          "name": "is-static",
          "type": "boolean",
          "mutable": false,
          "attr": "is-static",
          "reflectToAttr": false,
          "docs": "Static",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Static"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-normal\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-normal",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/elements/buttons/buttons.tsx",
      "encapsulation": "none",
      "tag": "bm-buttons",
      "name": "bm-buttons",
      "readme": "# bm-buttons\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-buttons>\n  <bm-button color=\"is-primary\">Primary</bm-button>\n  <bm-button color=\"is-danger\">Danger</bm-button>\n</bm-buttons>\n```\n"
      },
      "properties": [
        {
          "name": "size",
          "type": "\"are-large\" | \"are-medium\" | \"are-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Buttons size",
          "docsTags": [],
          "values": [
            {
              "value": "are-large",
              "type": "string"
            },
            {
              "value": "are-medium",
              "type": "string"
            },
            {
              "value": "are-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Buttons size"
        }
      ],
      "attributes": [
        {
          "name": "size",
          "type": "\"are-large\" | \"are-medium\" | \"are-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Buttons size",
          "docsTags": [],
          "values": [
            {
              "value": "are-large",
              "type": "string"
            },
            {
              "value": "are-medium",
              "type": "string"
            },
            {
              "value": "are-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Buttons size"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/components/card/card.tsx",
      "encapsulation": "none",
      "tag": "bm-card",
      "name": "bm-card",
      "readme": "# bm-card\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-card>\n  <bm-card-image>\n    <figure class=\"image is-4by3\">\n      <img src=\"https://bulma.io/images/placeholders/1280x960.png\" alt=\"Placeholder image\" />\n    </figure>\n  </bm-card-image>\n\n  <bm-card-content>\n    <div class=\"media\">\n      <div class=\"media-left\">\n        <figure class=\"image is-48x48\">\n          <img src=\"https://bulma.io/images/placeholders/96x96.png\" alt=\"Placeholder image\" />\n        </figure>\n      </div>\n      <div class=\"media-content\">\n        <p class=\"title is-4\">John Smith</p>\n        <p class=\"subtitle is-6\">@johnsmith</p>\n      </div>\n    </div>\n\n    <bm-content>\n      Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus nec iaculis mauris.\n      <a>@bulmaio</a>. <a href=\"#\">#css</a> <a href=\"#\">#responsive</a>\n      <br />\n      <time datetime=\"2016-1-1\">11:09 PM - 1 Jan 2016</time>\n    </bm-content>\n  </bm-card-content>\n</bm-card>\n```\n"
      },
      "properties": [],
      "attributes": [],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/components/card/card-content/card-content.tsx",
      "encapsulation": "none",
      "tag": "bm-card-content",
      "name": "bm-card-content",
      "readme": "# bm-card-content\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-card-content>\n  <bm-content>\n    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus nec iaculis mauris.\n    <a href=\"#\">@bulmaio</a>. <a href=\"#\">#css</a> <a href=\"#\">#responsive</a>\n    <br />\n    <time datetime=\"2016-1-1\">11:09 PM - 1 Jan 2016</time>\n  </bm-content>\n</bm-card-content>\n```\n"
      },
      "properties": [],
      "attributes": [],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/components/card/card-footer/card-footer.tsx",
      "encapsulation": "none",
      "tag": "bm-card-footer",
      "name": "bm-card-footer",
      "readme": "# bm-card-footer\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<!-- With links -->\n<bm-card-footer>\n  <a href=\"#\" class=\"card-footer-item\">Save</a>\n  <a href=\"#\" class=\"card-footer-item\">Edit</a>\n  <a href=\"#\" class=\"card-footer-item\">Delete</a>\n</bm-card-footer>\n\n<!-- With footer item -->\n<bm-card-footer>\n  <p class=\"card-footer-item\">\n    <span>\n      View on\n      <a href=\"https://twitter.com/codinghorror/status/506010907021828096\">Twitter</a>\n    </span>\n  </p>\n  <p class=\"card-footer-item\">\n    <span> Share on <a href=\"#\">Facebook</a> </span>\n  </p>\n</bm-card-footer>\n```\n"
      },
      "properties": [],
      "attributes": [],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/components/card/card-header/card-header.tsx",
      "encapsulation": "none",
      "tag": "bm-card-header",
      "name": "bm-card-header",
      "readme": "# bm-card-header\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-card-header>\n  <p class=\"card-header-title\">Component</p>\n  <a href=\"#\" class=\"card-header-icon\" aria-label=\"more options\">\n    <span class=\"icon\">\n      <i class=\"fas fa-angle-down\" aria-hidden=\"true\"></i>\n    </span>\n  </a>\n</bm-card-header>\n```\n"
      },
      "properties": [],
      "attributes": [],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/components/card/card-image/card-image.tsx",
      "encapsulation": "none",
      "tag": "bm-card-image",
      "name": "bm-card-image",
      "readme": "# bm-card-image\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-card-image>\n  <figure class=\"image is-4by3\">\n    <img src=\"https://bulma.io/images/placeholders/1280x960.png\" alt=\"Placeholder image\" />\n  </figure>\n</bm-card-image>\n```\n"
      },
      "properties": [],
      "attributes": [],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/form/checkbox/checkbox.tsx",
      "encapsulation": "none",
      "tag": "bm-checkbox",
      "name": "bm-checkbox",
      "readme": "# bm-checkbox\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<form>\n  <bm-field label=\"Checkbox\">\n    <bm-checkbox checked=\"true\"> Remember me </bm-checkbox>\n  </bm-field>\n</form>\n```\n"
      },
      "properties": [
        {
          "name": "checked",
          "type": "boolean",
          "mutable": false,
          "attr": "checked",
          "reflectToAttr": false,
          "docs": "Checked",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Checked"
        },
        {
          "name": "disabled",
          "type": "boolean",
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": false,
          "docs": "Disabled",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Disabled"
        },
        {
          "name": "inputClass",
          "type": "string",
          "mutable": false,
          "attr": "input-class",
          "reflectToAttr": false,
          "docs": "Input classes",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Input classes"
        },
        {
          "name": "labelClass",
          "type": "string",
          "mutable": false,
          "attr": "label-class",
          "reflectToAttr": false,
          "docs": "Label classes",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Label classes"
        }
      ],
      "attributes": [
        {
          "name": "checked",
          "type": "boolean",
          "mutable": false,
          "attr": "checked",
          "reflectToAttr": false,
          "docs": "Checked",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Checked"
        },
        {
          "name": "disabled",
          "type": "boolean",
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": false,
          "docs": "Disabled",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Disabled"
        },
        {
          "name": "input-class",
          "type": "string",
          "mutable": false,
          "attr": "input-class",
          "reflectToAttr": false,
          "docs": "Input classes",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Input classes"
        },
        {
          "name": "label-class",
          "type": "string",
          "mutable": false,
          "attr": "label-class",
          "reflectToAttr": false,
          "docs": "Label classes",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Label classes"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/grid/column/column.tsx",
      "encapsulation": "none",
      "tag": "bm-column",
      "name": "bm-column",
      "readme": "# bm-column\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-columns>\n  <bm-column>First column</bm-column>\n  <bm-column>Second column</bm-column>\n  <bm-column>Third column</bm-column>\n  <bm-column>Fourth column</bm-column>\n</bm-columns>\n```\n"
      },
      "properties": [
        {
          "name": "isNarrow",
          "type": "boolean",
          "mutable": false,
          "attr": "is-narrow",
          "reflectToAttr": false,
          "docs": "Narrow column",
          "docsTags": [],
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Narrow column"
        },
        {
          "name": "sizes",
          "type": "string",
          "mutable": false,
          "attr": "sizes",
          "reflectToAttr": false,
          "docs": "Sizes",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Sizes"
        }
      ],
      "attributes": [
        {
          "name": "is-narrow",
          "type": "boolean",
          "mutable": false,
          "attr": "is-narrow",
          "reflectToAttr": false,
          "docs": "Narrow column",
          "docsTags": [],
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Narrow column"
        },
        {
          "name": "sizes",
          "type": "string",
          "mutable": false,
          "attr": "sizes",
          "reflectToAttr": false,
          "docs": "Sizes",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Sizes"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/grid/columns/columns.tsx",
      "encapsulation": "none",
      "tag": "bm-columns",
      "name": "bm-columns",
      "readme": "# bm-columns\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "Building a columns layout with Bulmil is very simple:\n\n- 1. Add a `bm-columns` container\n- 2. Add as many `bm-column` elements as you want\n\nEach column will have an **equal width**, no matter the number of columns.\n\n```html\n<bm-columns>\n  <bm-column>First column</bm-column>\n  <bm-column>Second column</bm-column>\n  <bm-column>Third column</bm-column>\n  <bm-column>Fourth column</bm-column>\n</bm-columns>\n```\n"
      },
      "properties": [
        {
          "name": "gaps",
          "type": "string",
          "mutable": false,
          "attr": "gaps",
          "reflectToAttr": false,
          "docs": "Columns gaps",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Columns gaps"
        },
        {
          "name": "isCentered",
          "type": "boolean",
          "mutable": false,
          "attr": "is-centered",
          "reflectToAttr": false,
          "docs": "Centered",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Centered"
        },
        {
          "name": "isDesktop",
          "type": "boolean",
          "mutable": false,
          "attr": "is-desktop",
          "reflectToAttr": false,
          "docs": "Desktop",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Desktop"
        },
        {
          "name": "isGapless",
          "type": "boolean",
          "mutable": false,
          "attr": "is-gapless",
          "reflectToAttr": false,
          "docs": "Gapless",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Gapless"
        },
        {
          "name": "isMobile",
          "type": "boolean",
          "mutable": false,
          "attr": "is-mobile",
          "reflectToAttr": false,
          "docs": "Mobile",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Mobile"
        },
        {
          "name": "isMultiline",
          "type": "boolean",
          "mutable": false,
          "attr": "is-multiline",
          "reflectToAttr": false,
          "docs": "Multiline",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Multiline"
        },
        {
          "name": "isVcentered",
          "type": "boolean",
          "mutable": false,
          "attr": "is-vcentered",
          "reflectToAttr": false,
          "docs": "Vertically centered",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Vertically centered"
        }
      ],
      "attributes": [
        {
          "name": "gaps",
          "type": "string",
          "mutable": false,
          "attr": "gaps",
          "reflectToAttr": false,
          "docs": "Columns gaps",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Columns gaps"
        },
        {
          "name": "is-centered",
          "type": "boolean",
          "mutable": false,
          "attr": "is-centered",
          "reflectToAttr": false,
          "docs": "Centered",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Centered"
        },
        {
          "name": "is-desktop",
          "type": "boolean",
          "mutable": false,
          "attr": "is-desktop",
          "reflectToAttr": false,
          "docs": "Desktop",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Desktop"
        },
        {
          "name": "is-gapless",
          "type": "boolean",
          "mutable": false,
          "attr": "is-gapless",
          "reflectToAttr": false,
          "docs": "Gapless",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Gapless"
        },
        {
          "name": "is-mobile",
          "type": "boolean",
          "mutable": false,
          "attr": "is-mobile",
          "reflectToAttr": false,
          "docs": "Mobile",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Mobile"
        },
        {
          "name": "is-multiline",
          "type": "boolean",
          "mutable": false,
          "attr": "is-multiline",
          "reflectToAttr": false,
          "docs": "Multiline",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Multiline"
        },
        {
          "name": "is-vcentered",
          "type": "boolean",
          "mutable": false,
          "attr": "is-vcentered",
          "reflectToAttr": false,
          "docs": "Vertically centered",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Vertically centered"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/layout/container/container.tsx",
      "encapsulation": "none",
      "tag": "bm-container",
      "name": "bm-container",
      "readme": "# bm-container\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-container is-fluid=\"false\" breakpoint=\"is-widescreen\"> Hello Container 👋 </bm-container>\n```\n"
      },
      "properties": [
        {
          "name": "breakpoint",
          "type": "\"is-fullhd\" | \"is-widescreen\"",
          "mutable": false,
          "attr": "breakpoint",
          "reflectToAttr": false,
          "docs": "Container breakpoint",
          "docsTags": [],
          "values": [
            {
              "value": "is-fullhd",
              "type": "string"
            },
            {
              "value": "is-widescreen",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Container breakpoint"
        },
        {
          "name": "isFluid",
          "type": "boolean",
          "mutable": false,
          "attr": "is-fluid",
          "reflectToAttr": false,
          "docs": "Fluid container",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Fluid container"
        }
      ],
      "attributes": [
        {
          "name": "breakpoint",
          "type": "\"is-fullhd\" | \"is-widescreen\"",
          "mutable": false,
          "attr": "breakpoint",
          "reflectToAttr": false,
          "docs": "Container breakpoint",
          "docsTags": [],
          "values": [
            {
              "value": "is-fullhd",
              "type": "string"
            },
            {
              "value": "is-widescreen",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Container breakpoint"
        },
        {
          "name": "is-fluid",
          "type": "boolean",
          "mutable": false,
          "attr": "is-fluid",
          "reflectToAttr": false,
          "docs": "Fluid container",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Fluid container"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/elements/content/content.tsx",
      "encapsulation": "none",
      "tag": "bm-content",
      "name": "bm-content",
      "readme": "# bm-content\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-content>\n  <h1>Hello World</h1>\n  <p>\n    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla accumsan, metus ultrices eleifend\n    gravida, nulla nunc varius lectus, nec rutrum justo nibh eu lectus. Ut vulputate semper dui.\n    Fusce erat odio, sollicitudin vel erat vel, interdum mattis neque.\n  </p>\n  <h2>Second level</h2>\n  <p>\n    Curabitur accumsan turpis pharetra <strong>augue tincidunt</strong> blandit. Quisque condimentum\n    maximus mi, sit amet commodo arcu rutrum id. Proin pretium urna vel cursus venenatis.\n    Suspendisse potenti. Etiam mattis sem rhoncus lacus dapibus facilisis. Donec at dignissim dui.\n    Ut et neque nisl.\n  </p>\n  <ul>\n    <li>In fermentum leo eu lectus mollis, quis dictum mi aliquet.</li>\n    <li>Morbi eu nulla lobortis, lobortis est in, fringilla felis.</li>\n    <li>Aliquam nec felis in sapien venenatis viverra fermentum nec lectus.</li>\n    <li>Ut non enim metus.</li>\n  </ul>\n</bm-content>\n```\n"
      },
      "properties": [
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Content size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Content size"
        }
      ],
      "attributes": [
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Content size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Content size"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/layout/divider/divider.tsx",
      "encapsulation": "none",
      "tag": "bm-divider",
      "name": "bm-divider",
      "readme": "# bm-divider\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-container>\n  <bm-divider alignment=\"\" color=\"is-primary\" is-light=\"false\" is-vertical=\"false\"> OR </bm-divider>\n</bm-container>\n```\n"
      },
      "properties": [
        {
          "name": "alignment",
          "type": "\"is-left\" | \"is-right\"",
          "mutable": false,
          "attr": "alignment",
          "reflectToAttr": false,
          "docs": "\nAlignment",
          "docsTags": [],
          "values": [
            {
              "value": "is-left",
              "type": "string"
            },
            {
              "value": "is-right",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "\nAlignment"
        },
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-info\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "\nColor",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "\nColor"
        },
        {
          "name": "isLight",
          "type": "boolean",
          "mutable": false,
          "attr": "is-light",
          "reflectToAttr": false,
          "docs": "IsLight",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "IsLight"
        },
        {
          "name": "isVertical",
          "type": "boolean",
          "mutable": false,
          "attr": "is-vertical",
          "reflectToAttr": false,
          "docs": "IsVertical",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "IsVertical"
        }
      ],
      "attributes": [
        {
          "name": "alignment",
          "type": "\"is-left\" | \"is-right\"",
          "mutable": false,
          "attr": "alignment",
          "reflectToAttr": false,
          "docs": "\nAlignment",
          "docsTags": [],
          "values": [
            {
              "value": "is-left",
              "type": "string"
            },
            {
              "value": "is-right",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "\nAlignment"
        },
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-info\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "\nColor",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "\nColor"
        },
        {
          "name": "is-light",
          "type": "boolean",
          "mutable": false,
          "attr": "is-light",
          "reflectToAttr": false,
          "docs": "IsLight",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "IsLight"
        },
        {
          "name": "is-vertical",
          "type": "boolean",
          "mutable": false,
          "attr": "is-vertical",
          "reflectToAttr": false,
          "docs": "IsVertical",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "IsVertical"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/components/dropdown/dropdown.tsx",
      "encapsulation": "none",
      "tag": "bm-dropdown",
      "name": "bm-dropdown",
      "readme": "# bm-dropdown\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-dropdown>\n  <bm-button slot=\"trigger\" color=\"is-primary\" size=\"is-medium\">Dropdown button</bm-button>\n\n  <a href=\"#\" class=\"dropdown-item\"> Dropdown item </a>\n  <a class=\"dropdown-item\"> Other dropdown item </a>\n  <a href=\"#\" class=\"dropdown-item is-active\"> Active dropdown item </a>\n  <a href=\"#\" class=\"dropdown-item\"> Other dropdown item </a>\n  <hr class=\"dropdown-divider\" />\n  <a href=\"#\" class=\"dropdown-item\"> With a divider </a>\n</bm-dropdown>\n```\n"
      },
      "properties": [
        {
          "name": "isActive",
          "type": "boolean",
          "mutable": true,
          "attr": "is-active",
          "reflectToAttr": true,
          "docs": "The dropdown visibility",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "The dropdown visibility"
        },
        {
          "name": "isHoverable",
          "type": "boolean",
          "mutable": false,
          "attr": "is-hoverable",
          "reflectToAttr": false,
          "docs": "The dropdown will show up when hovering the dropdown-trigger",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "The dropdown will show up when hovering the dropdown-trigger"
        },
        {
          "name": "isRight",
          "type": "boolean",
          "mutable": false,
          "attr": "is-right",
          "reflectToAttr": false,
          "docs": "Align the dropdown to the right",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Align the dropdown to the right"
        },
        {
          "name": "isUp",
          "type": "boolean",
          "mutable": false,
          "attr": "is-up",
          "reflectToAttr": false,
          "docs": "Dropdown menu that appears above the dropdown button",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Dropdown menu that appears above the dropdown button"
        }
      ],
      "attributes": [
        {
          "name": "is-active",
          "type": "boolean",
          "mutable": true,
          "attr": "is-active",
          "reflectToAttr": true,
          "docs": "The dropdown visibility",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "The dropdown visibility"
        },
        {
          "name": "is-hoverable",
          "type": "boolean",
          "mutable": false,
          "attr": "is-hoverable",
          "reflectToAttr": false,
          "docs": "The dropdown will show up when hovering the dropdown-trigger",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "The dropdown will show up when hovering the dropdown-trigger"
        },
        {
          "name": "is-right",
          "type": "boolean",
          "mutable": false,
          "attr": "is-right",
          "reflectToAttr": false,
          "docs": "Align the dropdown to the right",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Align the dropdown to the right"
        },
        {
          "name": "is-up",
          "type": "boolean",
          "mutable": false,
          "attr": "is-up",
          "reflectToAttr": false,
          "docs": "Dropdown menu that appears above the dropdown button",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Dropdown menu that appears above the dropdown button"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/form/field/field.tsx",
      "encapsulation": "none",
      "tag": "bm-field",
      "name": "bm-field",
      "readme": "# bm-field\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<form>\n  <bm-field label=\"Username\" message=\"This username is available\">\n    <bm-input color=\"is-success\" value=\"bulmil\"> </bm-input>\n  </bm-field>\n</form>\n```\n"
      },
      "properties": [
        {
          "name": "hasAddons",
          "type": "boolean",
          "mutable": false,
          "attr": "has-addons",
          "reflectToAttr": false,
          "docs": "Has addons",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Has addons"
        },
        {
          "name": "isGrouped",
          "type": "boolean",
          "mutable": false,
          "attr": "is-grouped",
          "reflectToAttr": false,
          "docs": "Grouped field",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Grouped field"
        },
        {
          "name": "isGroupedMultiline",
          "type": "boolean",
          "mutable": false,
          "attr": "is-grouped-multiline",
          "reflectToAttr": false,
          "docs": "Grouped, on multiline",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Grouped, on multiline"
        },
        {
          "name": "isHorizontal",
          "type": "boolean",
          "mutable": false,
          "attr": "is-horizontal",
          "reflectToAttr": false,
          "docs": "Horizontal field",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Horizontal field"
        },
        {
          "name": "label",
          "type": "string",
          "mutable": false,
          "attr": "label",
          "reflectToAttr": false,
          "docs": "Label",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Label"
        },
        {
          "name": "message",
          "type": "string",
          "mutable": false,
          "attr": "message",
          "reflectToAttr": false,
          "docs": "Help or error message",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Help or error message"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-normal\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Field size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-normal",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Field size"
        }
      ],
      "attributes": [
        {
          "name": "has-addons",
          "type": "boolean",
          "mutable": false,
          "attr": "has-addons",
          "reflectToAttr": false,
          "docs": "Has addons",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Has addons"
        },
        {
          "name": "is-grouped",
          "type": "boolean",
          "mutable": false,
          "attr": "is-grouped",
          "reflectToAttr": false,
          "docs": "Grouped field",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Grouped field"
        },
        {
          "name": "is-grouped-multiline",
          "type": "boolean",
          "mutable": false,
          "attr": "is-grouped-multiline",
          "reflectToAttr": false,
          "docs": "Grouped, on multiline",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Grouped, on multiline"
        },
        {
          "name": "is-horizontal",
          "type": "boolean",
          "mutable": false,
          "attr": "is-horizontal",
          "reflectToAttr": false,
          "docs": "Horizontal field",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Horizontal field"
        },
        {
          "name": "label",
          "type": "string",
          "mutable": false,
          "attr": "label",
          "reflectToAttr": false,
          "docs": "Label",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Label"
        },
        {
          "name": "message",
          "type": "string",
          "mutable": false,
          "attr": "message",
          "reflectToAttr": false,
          "docs": "Help or error message",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Help or error message"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-normal\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Field size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-normal",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Field size"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/form/file/file.tsx",
      "encapsulation": "none",
      "tag": "bm-file",
      "name": "bm-file",
      "readme": "# bm-file\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<form>\n  <bm-field label=\"File\">\n    <bm-file name=\"example\" placeholder=\"Choose a file...\" has-name=\"true\"> </bm-file>\n  </bm-field>\n</form>\n```\n"
      },
      "properties": [
        {
          "name": "alignment",
          "type": "\"is-centered\" | \"is-right\"",
          "mutable": false,
          "attr": "alignment",
          "reflectToAttr": false,
          "docs": "Alignment",
          "docsTags": [],
          "values": [
            {
              "value": "is-centered",
              "type": "string"
            },
            {
              "value": "is-right",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Alignment"
        },
        {
          "name": "color",
          "type": "\"is-black\" | \"is-danger\" | \"is-dark\" | \"is-info\" | \"is-light\" | \"is-link\" | \"is-primary\" | \"is-success\" | \"is-warning\" | \"is-white\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-black",
              "type": "string"
            },
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-dark",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-light",
              "type": "string"
            },
            {
              "value": "is-link",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            },
            {
              "value": "is-white",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "file",
          "type": "File",
          "mutable": true,
          "reflectToAttr": false,
          "docs": "File",
          "docsTags": [],
          "values": [
            {
              "type": "File"
            }
          ],
          "optional": false,
          "required": false,
          "description": "File"
        },
        {
          "name": "hasName",
          "type": "boolean",
          "mutable": false,
          "attr": "has-name",
          "reflectToAttr": false,
          "docs": "Add a placeholder for the selected file name",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Add a placeholder for the selected file name"
        },
        {
          "name": "isBoxed",
          "type": "boolean",
          "mutable": false,
          "attr": "is-boxed",
          "reflectToAttr": false,
          "docs": "Boxed block",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Boxed block"
        },
        {
          "name": "isFullwidth",
          "type": "boolean",
          "mutable": false,
          "attr": "is-fullwidth",
          "reflectToAttr": false,
          "docs": "Expand the name to fill up the space",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Expand the name to fill up the space"
        },
        {
          "name": "isRight",
          "type": "boolean",
          "mutable": false,
          "attr": "is-right",
          "reflectToAttr": false,
          "docs": "Move the CTA to the right side",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Move the CTA to the right side"
        },
        {
          "name": "name",
          "type": "string",
          "mutable": false,
          "attr": "name",
          "reflectToAttr": false,
          "docs": "Name",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Name"
        },
        {
          "name": "placeholder",
          "type": "string",
          "mutable": false,
          "attr": "placeholder",
          "reflectToAttr": false,
          "docs": "Placeholder",
          "docsTags": [],
          "default": "'Choose a file…'",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Placeholder"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        }
      ],
      "attributes": [
        {
          "name": "alignment",
          "type": "\"is-centered\" | \"is-right\"",
          "mutable": false,
          "attr": "alignment",
          "reflectToAttr": false,
          "docs": "Alignment",
          "docsTags": [],
          "values": [
            {
              "value": "is-centered",
              "type": "string"
            },
            {
              "value": "is-right",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Alignment"
        },
        {
          "name": "color",
          "type": "\"is-black\" | \"is-danger\" | \"is-dark\" | \"is-info\" | \"is-light\" | \"is-link\" | \"is-primary\" | \"is-success\" | \"is-warning\" | \"is-white\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-black",
              "type": "string"
            },
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-dark",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-light",
              "type": "string"
            },
            {
              "value": "is-link",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            },
            {
              "value": "is-white",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "type": "File",
          "mutable": true,
          "reflectToAttr": false,
          "docs": "File",
          "docsTags": [],
          "values": [
            {
              "type": "File"
            }
          ],
          "optional": false,
          "required": false,
          "description": "File"
        },
        {
          "name": "has-name",
          "type": "boolean",
          "mutable": false,
          "attr": "has-name",
          "reflectToAttr": false,
          "docs": "Add a placeholder for the selected file name",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Add a placeholder for the selected file name"
        },
        {
          "name": "is-boxed",
          "type": "boolean",
          "mutable": false,
          "attr": "is-boxed",
          "reflectToAttr": false,
          "docs": "Boxed block",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Boxed block"
        },
        {
          "name": "is-fullwidth",
          "type": "boolean",
          "mutable": false,
          "attr": "is-fullwidth",
          "reflectToAttr": false,
          "docs": "Expand the name to fill up the space",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Expand the name to fill up the space"
        },
        {
          "name": "is-right",
          "type": "boolean",
          "mutable": false,
          "attr": "is-right",
          "reflectToAttr": false,
          "docs": "Move the CTA to the right side",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Move the CTA to the right side"
        },
        {
          "name": "name",
          "type": "string",
          "mutable": false,
          "attr": "name",
          "reflectToAttr": false,
          "docs": "Name",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Name"
        },
        {
          "name": "placeholder",
          "type": "string",
          "mutable": false,
          "attr": "placeholder",
          "reflectToAttr": false,
          "docs": "Placeholder",
          "docsTags": [],
          "default": "'Choose a file…'",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Placeholder"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/layout/footer/footer.tsx",
      "encapsulation": "none",
      "tag": "bm-footer",
      "name": "bm-footer",
      "readme": "# bm-footer\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-footer>\n  <bm-content class=\"has-text-centered\">\n    <p>\n      <strong>Bulma</strong> by <a href=\"https://jgthms.com\">Jeremy Thomas</a>. The source code is\n      licensed <a href=\"http://opensource.org/licenses/mit-license.php\">MIT</a>. The website content\n      is licensed <a href=\"http://creativecommons.org/licenses/by-nc-sa/4.0/\">CC BY NC SA 4.0</a>.\n    </p>\n  </bm-content>\n</bm-footer>\n```\n"
      },
      "properties": [],
      "attributes": [],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/elements/icon/icon.tsx",
      "encapsulation": "none",
      "tag": "bm-icon",
      "name": "bm-icon",
      "readme": "# bm-icon\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {},
      "properties": [
        {
          "name": "color",
          "type": "\"has-text-danger\" | \"has-text-info\" | \"has-text-success\" | \"has-text-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "has-text-danger",
              "type": "string"
            },
            {
              "value": "has-text-info",
              "type": "string"
            },
            {
              "value": "has-text-success",
              "type": "string"
            },
            {
              "value": "has-text-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        },
        {
          "name": "withText",
          "type": "boolean",
          "mutable": false,
          "attr": "with-text",
          "reflectToAttr": false,
          "docs": "Icon text",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Icon text"
        }
      ],
      "attributes": [
        {
          "name": "color",
          "type": "\"has-text-danger\" | \"has-text-info\" | \"has-text-success\" | \"has-text-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "has-text-danger",
              "type": "string"
            },
            {
              "value": "has-text-info",
              "type": "string"
            },
            {
              "value": "has-text-success",
              "type": "string"
            },
            {
              "value": "has-text-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        },
        {
          "name": "with-text",
          "type": "boolean",
          "mutable": false,
          "attr": "with-text",
          "reflectToAttr": false,
          "docs": "Icon text",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Icon text"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/elements/image/image.tsx",
      "encapsulation": "none",
      "tag": "bm-image",
      "name": "bm-image",
      "readme": "# bm-image\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-image size=\"is-128x128\">\n  <img src=\"https://bulma.io/images/placeholders/128x128.png\" />\n</bm-image>\n```\n"
      },
      "properties": [
        {
          "name": "size",
          "type": "\"is-128x128\" | \"is-16x16\" | \"is-24x24\" | \"is-32x32\" | \"is-48x48\" | \"is-64x64\" | \"is-96x96\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-128x128",
              "type": "string"
            },
            {
              "value": "is-16x16",
              "type": "string"
            },
            {
              "value": "is-24x24",
              "type": "string"
            },
            {
              "value": "is-32x32",
              "type": "string"
            },
            {
              "value": "is-48x48",
              "type": "string"
            },
            {
              "value": "is-64x64",
              "type": "string"
            },
            {
              "value": "is-96x96",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        }
      ],
      "attributes": [
        {
          "name": "size",
          "type": "\"is-128x128\" | \"is-16x16\" | \"is-24x24\" | \"is-32x32\" | \"is-48x48\" | \"is-64x64\" | \"is-96x96\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-128x128",
              "type": "string"
            },
            {
              "value": "is-16x16",
              "type": "string"
            },
            {
              "value": "is-24x24",
              "type": "string"
            },
            {
              "value": "is-32x32",
              "type": "string"
            },
            {
              "value": "is-48x48",
              "type": "string"
            },
            {
              "value": "is-64x64",
              "type": "string"
            },
            {
              "value": "is-96x96",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/form/input/input.tsx",
      "encapsulation": "none",
      "tag": "bm-input",
      "name": "bm-input",
      "readme": "# bm-input\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<form>\n  <bm-field label=\"Input\">\n    <bm-input placeholder=\"Text input\"></bm-input>\n  </bm-field>\n</form>\n```\n"
      },
      "properties": [
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-info\" | \"is-primary\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "controlClass",
          "type": "string",
          "mutable": false,
          "attr": "control-class",
          "reflectToAttr": false,
          "docs": "Control Classes",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Control Classes"
        },
        {
          "name": "disabled",
          "type": "boolean",
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": false,
          "docs": "Disabled state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Disabled state"
        },
        {
          "name": "isLoading",
          "type": "boolean",
          "mutable": false,
          "attr": "is-loading",
          "reflectToAttr": false,
          "docs": "Loading state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Loading state"
        },
        {
          "name": "isRounded",
          "type": "boolean",
          "mutable": false,
          "attr": "is-rounded",
          "reflectToAttr": false,
          "docs": "Rounded",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Rounded"
        },
        {
          "name": "isStatic",
          "type": "boolean",
          "mutable": false,
          "attr": "is-static",
          "reflectToAttr": false,
          "docs": "Removes the background, border, shadow, and horizontal padding",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Removes the background, border, shadow, and horizontal padding"
        },
        {
          "name": "name",
          "type": "string",
          "mutable": false,
          "attr": "name",
          "reflectToAttr": false,
          "docs": "Name",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Name"
        },
        {
          "name": "placeholder",
          "type": "string",
          "mutable": false,
          "attr": "placeholder",
          "reflectToAttr": false,
          "docs": "Placeholder",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Placeholder"
        },
        {
          "name": "readonly",
          "type": "boolean",
          "mutable": false,
          "attr": "readonly",
          "reflectToAttr": false,
          "docs": "The input will look similar to a normal one, but is not editable and has no shadow",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "The input will look similar to a normal one, but is not editable and has no shadow"
        },
        {
          "name": "required",
          "type": "boolean",
          "mutable": false,
          "attr": "required",
          "reflectToAttr": false,
          "docs": "Required",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Required"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-normal\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-normal",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        },
        {
          "name": "state",
          "type": "\"is-focused\" | \"is-hovered\"",
          "mutable": false,
          "attr": "state",
          "reflectToAttr": false,
          "docs": "State",
          "docsTags": [],
          "values": [
            {
              "value": "is-focused",
              "type": "string"
            },
            {
              "value": "is-hovered",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "State"
        },
        {
          "name": "type",
          "type": "\"email\" | \"number\" | \"password\" | \"text\"",
          "mutable": false,
          "attr": "type",
          "reflectToAttr": false,
          "docs": "Type",
          "docsTags": [],
          "default": "'text'",
          "values": [
            {
              "value": "email",
              "type": "string"
            },
            {
              "value": "number",
              "type": "string"
            },
            {
              "value": "password",
              "type": "string"
            },
            {
              "value": "text",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Type"
        },
        {
          "name": "value",
          "type": "number | string",
          "mutable": false,
          "attr": "value",
          "reflectToAttr": false,
          "docs": "Value",
          "docsTags": [],
          "values": [
            {
              "type": "number"
            },
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Value"
        }
      ],
      "attributes": [
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-info\" | \"is-primary\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "control-class",
          "type": "string",
          "mutable": false,
          "attr": "control-class",
          "reflectToAttr": false,
          "docs": "Control Classes",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Control Classes"
        },
        {
          "name": "disabled",
          "type": "boolean",
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": false,
          "docs": "Disabled state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Disabled state"
        },
        {
          "name": "is-loading",
          "type": "boolean",
          "mutable": false,
          "attr": "is-loading",
          "reflectToAttr": false,
          "docs": "Loading state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Loading state"
        },
        {
          "name": "is-rounded",
          "type": "boolean",
          "mutable": false,
          "attr": "is-rounded",
          "reflectToAttr": false,
          "docs": "Rounded",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Rounded"
        },
        {
          "name": "is-static",
          "type": "boolean",
          "mutable": false,
          "attr": "is-static",
          "reflectToAttr": false,
          "docs": "Removes the background, border, shadow, and horizontal padding",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Removes the background, border, shadow, and horizontal padding"
        },
        {
          "name": "name",
          "type": "string",
          "mutable": false,
          "attr": "name",
          "reflectToAttr": false,
          "docs": "Name",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Name"
        },
        {
          "name": "placeholder",
          "type": "string",
          "mutable": false,
          "attr": "placeholder",
          "reflectToAttr": false,
          "docs": "Placeholder",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Placeholder"
        },
        {
          "name": "readonly",
          "type": "boolean",
          "mutable": false,
          "attr": "readonly",
          "reflectToAttr": false,
          "docs": "The input will look similar to a normal one, but is not editable and has no shadow",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "The input will look similar to a normal one, but is not editable and has no shadow"
        },
        {
          "name": "required",
          "type": "boolean",
          "mutable": false,
          "attr": "required",
          "reflectToAttr": false,
          "docs": "Required",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Required"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-normal\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-normal",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        },
        {
          "name": "state",
          "type": "\"is-focused\" | \"is-hovered\"",
          "mutable": false,
          "attr": "state",
          "reflectToAttr": false,
          "docs": "State",
          "docsTags": [],
          "values": [
            {
              "value": "is-focused",
              "type": "string"
            },
            {
              "value": "is-hovered",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "State"
        },
        {
          "name": "type",
          "type": "\"email\" | \"number\" | \"password\" | \"text\"",
          "mutable": false,
          "attr": "type",
          "reflectToAttr": false,
          "docs": "Type",
          "docsTags": [],
          "default": "'text'",
          "values": [
            {
              "value": "email",
              "type": "string"
            },
            {
              "value": "number",
              "type": "string"
            },
            {
              "value": "password",
              "type": "string"
            },
            {
              "value": "text",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Type"
        },
        {
          "name": "value",
          "type": "number | string",
          "mutable": false,
          "attr": "value",
          "reflectToAttr": false,
          "docs": "Value",
          "docsTags": [],
          "values": [
            {
              "type": "number"
            },
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Value"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/components/menu/menu.tsx",
      "encapsulation": "none",
      "tag": "bm-menu",
      "name": "bm-menu",
      "readme": "# bm-menu\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-menu>\n  <p class=\"menu-label\">General</p>\n  <ul class=\"menu-list\">\n    <li><a>Dashboard</a></li>\n    <li><a>Customers</a></li>\n  </ul>\n  <p class=\"menu-label\">Administration</p>\n  <ul class=\"menu-list\">\n    <li><a>Team Settings</a></li>\n    <li>\n      <a class=\"is-active\">Manage Your Team</a>\n      <ul>\n        <li><a>Members</a></li>\n        <li><a>Plugins</a></li>\n        <li><a>Add a member</a></li>\n      </ul>\n    </li>\n    <li><a>Invitations</a></li>\n    <li><a>Cloud Storage Environment Settings</a></li>\n    <li><a>Authentication</a></li>\n  </ul>\n  <p class=\"menu-label\">Transactions</p>\n  <ul class=\"menu-list\">\n    <li><a>Payments</a></li>\n    <li><a>Transfers</a></li>\n    <li><a>Balance</a></li>\n  </ul>\n</bm-menu>\n```\n"
      },
      "properties": [],
      "attributes": [],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/components/message/message.tsx",
      "encapsulation": "none",
      "tag": "bm-message",
      "name": "bm-message",
      "readme": "# bm-message\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-message>\n  <div class=\"message-header\">\n    <p>Hello World</p>\n    <button class=\"delete\" aria-label=\"delete\"></button>\n  </div>\n  <div class=\"message-body\">\n    Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n    <strong>Pellentesque risus mi</strong>, tempus quis placerat ut, porta nec nulla. Vestibulum\n    rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum\n    <a>felis venenatis</a> efficitur. Aenean ac <em>eleifend lacus</em>, in mollis lectus. Donec\n    sodales, arcu et sollicitudin porttitor, tortor urna tempor ligula, id porttitor mi magna a\n    neque. Donec dui urna, vehicula et sem eget, facilisis sodales sem.\n  </div>\n</bm-message>\n```\n"
      },
      "properties": [
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-dark\" | \"is-info\" | \"is-link\" | \"is-primary\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-dark",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-link",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        }
      ],
      "attributes": [
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-dark\" | \"is-info\" | \"is-link\" | \"is-primary\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-dark",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-link",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/components/modal/modal.tsx",
      "encapsulation": "none",
      "tag": "bm-modal",
      "name": "bm-modal",
      "readme": "# bm-modal\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-modal>\n  <bm-box>\n    <article class=\"media\">\n      <div class=\"media-left\">\n        <figure class=\"image is-64x64\">\n          <img src=\"https://bulma.io/images/placeholders/128x128.png\" alt=\"Image\" />\n        </figure>\n      </div>\n      <div class=\"media-content\">\n        <div class=\"content\">\n          <p>\n            <strong>John Smith</strong> <small>@johnsmith</small> <small>31m</small>\n            <br />\n            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean efficitur sit amet massa\n            fringilla egestas. Nullam condimentum luctus turpis.\n          </p>\n        </div>\n        <nav class=\"level is-mobile\">\n          <div class=\"level-left\">\n            <a class=\"level-item\" aria-label=\"reply\">\n              <span class=\"icon is-small\">\n                <i class=\"fas fa-reply\" aria-hidden=\"true\"></i>\n              </span>\n            </a>\n            <a class=\"level-item\" aria-label=\"retweet\">\n              <span class=\"icon is-small\">\n                <i class=\"fas fa-retweet\" aria-hidden=\"true\"></i>\n              </span>\n            </a>\n            <a class=\"level-item\" aria-label=\"like\">\n              <span class=\"icon is-small\">\n                <i class=\"fas fa-heart\" aria-hidden=\"true\"></i>\n              </span>\n            </a>\n          </div>\n        </nav>\n      </div>\n    </article>\n  </bm-box>\n</bm-modal>\n```\n"
      },
      "properties": [
        {
          "name": "hasModalCard",
          "type": "boolean",
          "mutable": false,
          "attr": "has-modal-card",
          "reflectToAttr": false,
          "docs": "Modal Card",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Modal Card"
        },
        {
          "name": "isActive",
          "type": "boolean",
          "mutable": true,
          "attr": "is-active",
          "reflectToAttr": true,
          "docs": "Is Active",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Is Active"
        }
      ],
      "attributes": [
        {
          "name": "has-modal-card",
          "type": "boolean",
          "mutable": false,
          "attr": "has-modal-card",
          "reflectToAttr": false,
          "docs": "Modal Card",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Modal Card"
        },
        {
          "name": "is-active",
          "type": "boolean",
          "mutable": true,
          "attr": "is-active",
          "reflectToAttr": true,
          "docs": "Is Active",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Is Active"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/components/navbar/navbar.tsx",
      "encapsulation": "none",
      "tag": "bm-navbar",
      "name": "bm-navbar",
      "readme": "# bm-navbar\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-navbar>\n  <div class=\"navbar-brand\">\n    <a class=\"navbar-item\" href=\"https://bulma.io\">\n      <img src=\"https://bulma.io/images/bulma-logo.png\" width=\"112\" height=\"28\" />\n    </a>\n\n    <a\n      role=\"button\"\n      class=\"navbar-burger burger\"\n      aria-label=\"menu\"\n      aria-expanded=\"false\"\n      data-target=\"navbarBasicExample\"\n    >\n      <span aria-hidden=\"true\"></span>\n      <span aria-hidden=\"true\"></span>\n      <span aria-hidden=\"true\"></span>\n    </a>\n  </div>\n\n  <div id=\"navbarBasicExample\" class=\"navbar-menu\">\n    <div class=\"navbar-start\">\n      <a class=\"navbar-item\"> Home </a>\n\n      <a class=\"navbar-item\"> Documentation </a>\n\n      <div class=\"navbar-item has-dropdown is-hoverable\">\n        <a class=\"navbar-link\"> More </a>\n\n        <div class=\"navbar-dropdown\">\n          <a class=\"navbar-item\"> About </a>\n          <a class=\"navbar-item\"> Jobs </a>\n          <a class=\"navbar-item\"> Contact </a>\n          <hr class=\"navbar-divider\" />\n          <a class=\"navbar-item\"> Report an issue </a>\n        </div>\n      </div>\n    </div>\n\n    <div class=\"navbar-end\">\n      <div class=\"navbar-item\">\n        <bm-buttons>\n          <bm-button color=\"is-primary\">\n            <strong>Sign up</strong>\n          </bm-button>\n          <bm-button color=\"is-light\"> Log in </bm-button>\n        </bm-buttons>\n      </div>\n    </div>\n  </div>\n</bm-navbar>\n```\n"
      },
      "properties": [
        {
          "name": "color",
          "type": "\"is-black\" | \"is-danger\" | \"is-dark\" | \"is-info\" | \"is-light\" | \"is-link\" | \"is-primary\" | \"is-success\" | \"is-warning\" | \"is-white\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-black",
              "type": "string"
            },
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-dark",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-light",
              "type": "string"
            },
            {
              "value": "is-link",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            },
            {
              "value": "is-white",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "fixedPosition",
          "type": "\"is-fixed-bottom\" | \"is-fixed-top\"",
          "mutable": false,
          "attr": "fixed-position",
          "reflectToAttr": false,
          "docs": "Fixed position",
          "docsTags": [],
          "values": [
            {
              "value": "is-fixed-bottom",
              "type": "string"
            },
            {
              "value": "is-fixed-top",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Fixed position"
        },
        {
          "name": "isSpaced",
          "type": "boolean",
          "mutable": false,
          "attr": "is-spaced",
          "reflectToAttr": false,
          "docs": "Spaced",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Spaced"
        },
        {
          "name": "isTransparent",
          "type": "boolean",
          "mutable": false,
          "attr": "is-transparent",
          "reflectToAttr": false,
          "docs": "Transparent",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Transparent"
        }
      ],
      "attributes": [
        {
          "name": "color",
          "type": "\"is-black\" | \"is-danger\" | \"is-dark\" | \"is-info\" | \"is-light\" | \"is-link\" | \"is-primary\" | \"is-success\" | \"is-warning\" | \"is-white\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-black",
              "type": "string"
            },
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-dark",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-light",
              "type": "string"
            },
            {
              "value": "is-link",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            },
            {
              "value": "is-white",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "fixed-position",
          "type": "\"is-fixed-bottom\" | \"is-fixed-top\"",
          "mutable": false,
          "attr": "fixed-position",
          "reflectToAttr": false,
          "docs": "Fixed position",
          "docsTags": [],
          "values": [
            {
              "value": "is-fixed-bottom",
              "type": "string"
            },
            {
              "value": "is-fixed-top",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Fixed position"
        },
        {
          "name": "is-spaced",
          "type": "boolean",
          "mutable": false,
          "attr": "is-spaced",
          "reflectToAttr": false,
          "docs": "Spaced",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Spaced"
        },
        {
          "name": "is-transparent",
          "type": "boolean",
          "mutable": false,
          "attr": "is-transparent",
          "reflectToAttr": false,
          "docs": "Transparent",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Transparent"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/elements/notification/notification.tsx",
      "encapsulation": "none",
      "tag": "bm-notification",
      "name": "bm-notification",
      "readme": "# bm-notification\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-notification color=\"is-primary\" dismissable=\"true\">\n  <h2 class=\"subtitle\">Notification</h2>\n</bm-notification>\n```\n"
      },
      "properties": [
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-info\" | \"is-link\" | \"is-primary\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-link",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "dismissable",
          "type": "boolean",
          "mutable": false,
          "attr": "dismissable",
          "reflectToAttr": false,
          "docs": "Dismissable",
          "docsTags": [],
          "default": "true",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Dismissable"
        }
      ],
      "attributes": [
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-info\" | \"is-link\" | \"is-primary\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-link",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "dismissable",
          "type": "boolean",
          "mutable": false,
          "attr": "dismissable",
          "reflectToAttr": false,
          "docs": "Dismissable",
          "docsTags": [],
          "default": "true",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Dismissable"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/components/pagination/pagination.tsx",
      "encapsulation": "none",
      "tag": "bm-pagination",
      "name": "bm-pagination",
      "readme": "# bm-pagination\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-pagination>\n  <a class=\"pagination-previous\">Previous</a>\n  <a class=\"pagination-next\">Next page</a>\n  <ul class=\"pagination-list\">\n    <li>\n      <a class=\"pagination-link\" aria-label=\"Goto page 1\">1</a>\n    </li>\n    <li>\n      <span class=\"pagination-ellipsis\">&hellip;</span>\n    </li>\n    <li>\n      <a class=\"pagination-link\" aria-label=\"Goto page 45\">45</a>\n    </li>\n    <li>\n      <a class=\"pagination-link is-current\" aria-label=\"Page 46\" aria-current=\"page\">46</a>\n    </li>\n    <li>\n      <a class=\"pagination-link\" aria-label=\"Goto page 47\">47</a>\n    </li>\n    <li>\n      <span class=\"pagination-ellipsis\">&hellip;</span>\n    </li>\n    <li>\n      <a class=\"pagination-link\" aria-label=\"Goto page 86\">86</a>\n    </li>\n  </ul>\n</bm-pagination>\n```\n"
      },
      "properties": [
        {
          "name": "alignment",
          "type": "\"is-centered\" | \"is-right\"",
          "mutable": false,
          "attr": "alignment",
          "reflectToAttr": false,
          "docs": "Alignment",
          "docsTags": [],
          "values": [
            {
              "value": "is-centered",
              "type": "string"
            },
            {
              "value": "is-right",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Alignment"
        },
        {
          "name": "isRounded",
          "type": "boolean",
          "mutable": false,
          "attr": "is-rounded",
          "reflectToAttr": false,
          "docs": "Rounded",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Rounded"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Pagination size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Pagination size"
        }
      ],
      "attributes": [
        {
          "name": "alignment",
          "type": "\"is-centered\" | \"is-right\"",
          "mutable": false,
          "attr": "alignment",
          "reflectToAttr": false,
          "docs": "Alignment",
          "docsTags": [],
          "values": [
            {
              "value": "is-centered",
              "type": "string"
            },
            {
              "value": "is-right",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Alignment"
        },
        {
          "name": "is-rounded",
          "type": "boolean",
          "mutable": false,
          "attr": "is-rounded",
          "reflectToAttr": false,
          "docs": "Rounded",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Rounded"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Pagination size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Pagination size"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/components/panel/panel.tsx",
      "encapsulation": "none",
      "tag": "bm-panel",
      "name": "bm-panel",
      "readme": "# bm-panel\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-panel>\n  <p class=\"panel-heading\">repositories</p>\n  <div class=\"panel-block\">\n    <p class=\"control has-icons-left\">\n      <bm-input size=\"is-small\" type=\"text\" placeholder=\"search\"></bm-input>\n      <span class=\"icon is-small is-left\">\n        <i class=\"fas fa-search\" aria-hidden=\"true\"></i>\n      </span>\n    </p>\n  </div>\n  <p class=\"panel-tabs\">\n    <a class=\"is-active\">all</a>\n    <a>public</a>\n    <a>private</a>\n    <a>sources</a>\n    <a>forks</a>\n  </p>\n  <a class=\"panel-block is-active\">\n    <span class=\"panel-icon\">\n      <i class=\"fas fa-book\" aria-hidden=\"true\"></i>\n    </span>\n    bulma\n  </a>\n  <a class=\"panel-block\">\n    <span class=\"panel-icon\">\n      <i class=\"fas fa-book\" aria-hidden=\"true\"></i>\n    </span>\n    marksheet\n  </a>\n  <a class=\"panel-block\">\n    <span class=\"panel-icon\">\n      <i class=\"fas fa-book\" aria-hidden=\"true\"></i>\n    </span>\n    minireset.css\n  </a>\n  <a class=\"panel-block\">\n    <span class=\"panel-icon\">\n      <i class=\"fas fa-book\" aria-hidden=\"true\"></i>\n    </span>\n    jgthms.github.io\n  </a>\n  <a class=\"panel-block\">\n    <span class=\"panel-icon\">\n      <i class=\"fas fa-code-branch\" aria-hidden=\"true\"></i>\n    </span>\n    daniellowtw/infboard\n  </a>\n  <a class=\"panel-block\">\n    <span class=\"panel-icon\">\n      <i class=\"fas fa-code-branch\" aria-hidden=\"true\"></i>\n    </span>\n    mojs\n  </a>\n  <label class=\"panel-block\"> <bm-checkbox> remember me</bm-checkbox> </label>\n  <div class=\"panel-block\">\n    <bm-button color=\"is-link\" is-outlined is-fullwidth>reset all filters</bm-button>\n  </div>\n</bm-panel>\n```\n"
      },
      "properties": [
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-info\" | \"is-link\" | \"is-primary\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Panel color",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-link",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Panel color"
        }
      ],
      "attributes": [
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-info\" | \"is-link\" | \"is-primary\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Panel color",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-link",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Panel color"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/elements/progress/progress.tsx",
      "encapsulation": "none",
      "tag": "bm-progress",
      "name": "bm-progress",
      "readme": "# bm-progress\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-progress color=\"is-primary\" value=\"50\" max=\"100\"> </bm-progress>\n```\n"
      },
      "properties": [
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-info\" | \"is-link\" | \"is-primary\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-link",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "max",
          "type": "number",
          "mutable": false,
          "attr": "max",
          "reflectToAttr": false,
          "docs": "Maximum value",
          "docsTags": [],
          "default": "100",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Maximum value"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        },
        {
          "name": "value",
          "type": "number",
          "mutable": false,
          "attr": "value",
          "reflectToAttr": false,
          "docs": "Value",
          "docsTags": [],
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Value"
        }
      ],
      "attributes": [
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-info\" | \"is-link\" | \"is-primary\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-link",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "max",
          "type": "number",
          "mutable": false,
          "attr": "max",
          "reflectToAttr": false,
          "docs": "Maximum value",
          "docsTags": [],
          "default": "100",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Maximum value"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        },
        {
          "name": "value",
          "type": "number",
          "mutable": false,
          "attr": "value",
          "reflectToAttr": false,
          "docs": "Value",
          "docsTags": [],
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Value"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/form/radio/radio.tsx",
      "encapsulation": "none",
      "tag": "bm-radio",
      "name": "bm-radio",
      "readme": "# bm-radio\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<form>\n  <bm-field label=\"Radio\">\n    <bm-radio name=\"storybook\" checked=\"true\"> Yes </bm-radio>\n    <bm-radio name=\"storybook\" checked=\"false\"> No </bm-radio>\n  </bm-field>\n</form>\n```\n"
      },
      "properties": [
        {
          "name": "checked",
          "type": "boolean",
          "mutable": false,
          "attr": "checked",
          "reflectToAttr": false,
          "docs": "Checked",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Checked"
        },
        {
          "name": "disabled",
          "type": "boolean",
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": false,
          "docs": "Disabled",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Disabled"
        },
        {
          "name": "inputClass",
          "type": "string",
          "mutable": false,
          "attr": "input-class",
          "reflectToAttr": false,
          "docs": "Input class",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Input class"
        },
        {
          "name": "labelClass",
          "type": "string",
          "mutable": false,
          "attr": "label-class",
          "reflectToAttr": false,
          "docs": "Label Classes",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Label Classes"
        },
        {
          "name": "name",
          "type": "string",
          "mutable": false,
          "attr": "name",
          "reflectToAttr": false,
          "docs": "Name",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Name"
        }
      ],
      "attributes": [
        {
          "name": "checked",
          "type": "boolean",
          "mutable": false,
          "attr": "checked",
          "reflectToAttr": false,
          "docs": "Checked",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Checked"
        },
        {
          "name": "disabled",
          "type": "boolean",
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": false,
          "docs": "Disabled",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Disabled"
        },
        {
          "name": "input-class",
          "type": "string",
          "mutable": false,
          "attr": "input-class",
          "reflectToAttr": false,
          "docs": "Input class",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Input class"
        },
        {
          "name": "label-class",
          "type": "string",
          "mutable": false,
          "attr": "label-class",
          "reflectToAttr": false,
          "docs": "Label Classes",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Label Classes"
        },
        {
          "name": "name",
          "type": "string",
          "mutable": false,
          "attr": "name",
          "reflectToAttr": false,
          "docs": "Name",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Name"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/layout/section/section.tsx",
      "encapsulation": "none",
      "tag": "bm-section",
      "name": "bm-section",
      "readme": "# bm-section\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-section size=\"is-medium\">\n  <bm-container>\n    <h1 class=\"title\">Section</h1>\n    <h2 class=\"subtitle\">\n      A simple container to divide your page into <strong>sections</strong>, like the one you're\n      currently reading\n    </h2>\n  </bm-container>\n</bm-section>\n```\n"
      },
      "properties": [
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Section size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Section size"
        }
      ],
      "attributes": [
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Section size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Section size"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/form/select/select.tsx",
      "encapsulation": "none",
      "tag": "bm-select",
      "name": "bm-select",
      "readme": "# bm-select\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<form>\n  <bm-field label=\"Select\">\n    <bm-select size=\"is-small\" color=\"is-primary\">\n      <option value=\"dropdown\">Select dropdown</option>\n      <option value=\"options\">With options</option>\n    </bm-select>\n  </bm-field>\n</form>\n```\n"
      },
      "properties": [
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-info\" | \"is-primary\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "controlClass",
          "type": "string",
          "mutable": false,
          "attr": "control-class",
          "reflectToAttr": false,
          "docs": "Control classes",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Control classes"
        },
        {
          "name": "icon",
          "type": "string",
          "mutable": false,
          "attr": "icon",
          "reflectToAttr": false,
          "docs": "Icon",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Icon"
        },
        {
          "name": "isLoading",
          "type": "boolean",
          "mutable": false,
          "attr": "is-loading",
          "reflectToAttr": false,
          "docs": "Loading state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Loading state"
        },
        {
          "name": "isMultiple",
          "type": "boolean",
          "mutable": false,
          "attr": "is-multiple",
          "reflectToAttr": false,
          "docs": "Allows multiple selection",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Allows multiple selection"
        },
        {
          "name": "isRounded",
          "type": "boolean",
          "mutable": false,
          "attr": "is-rounded",
          "reflectToAttr": false,
          "docs": "Rounded",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Rounded"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-normal\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-normal",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        },
        {
          "name": "state",
          "type": "\"is-focused\" | \"is-hovered\"",
          "mutable": false,
          "attr": "state",
          "reflectToAttr": false,
          "docs": "State",
          "docsTags": [],
          "values": [
            {
              "value": "is-focused",
              "type": "string"
            },
            {
              "value": "is-hovered",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "State"
        }
      ],
      "attributes": [
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-info\" | \"is-primary\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "control-class",
          "type": "string",
          "mutable": false,
          "attr": "control-class",
          "reflectToAttr": false,
          "docs": "Control classes",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Control classes"
        },
        {
          "name": "icon",
          "type": "string",
          "mutable": false,
          "attr": "icon",
          "reflectToAttr": false,
          "docs": "Icon",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Icon"
        },
        {
          "name": "is-loading",
          "type": "boolean",
          "mutable": false,
          "attr": "is-loading",
          "reflectToAttr": false,
          "docs": "Loading state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Loading state"
        },
        {
          "name": "is-multiple",
          "type": "boolean",
          "mutable": false,
          "attr": "is-multiple",
          "reflectToAttr": false,
          "docs": "Allows multiple selection",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Allows multiple selection"
        },
        {
          "name": "is-rounded",
          "type": "boolean",
          "mutable": false,
          "attr": "is-rounded",
          "reflectToAttr": false,
          "docs": "Rounded",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Rounded"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-normal\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-normal",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        },
        {
          "name": "state",
          "type": "\"is-focused\" | \"is-hovered\"",
          "mutable": false,
          "attr": "state",
          "reflectToAttr": false,
          "docs": "State",
          "docsTags": [],
          "values": [
            {
              "value": "is-focused",
              "type": "string"
            },
            {
              "value": "is-hovered",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "State"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/form/slider/slider.tsx",
      "encapsulation": "none",
      "tag": "bm-slider",
      "name": "bm-slider",
      "readme": "# bm-slider\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<form>\n  <bm-field label=\"Slider\">\n    <bm-slider color=\"is-primary\" step=\"5\" min=\"10\" max=\"50\" value=\"20\" />\n  </bm-field>\n</form>\n```\n"
      },
      "properties": [
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-info\" | \"is-primary\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "disabled",
          "type": "boolean",
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": false,
          "docs": "Disabled",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Disabled"
        },
        {
          "name": "isCircle",
          "type": "boolean",
          "mutable": false,
          "attr": "is-circle",
          "reflectToAttr": false,
          "docs": "Circle",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Circle"
        },
        {
          "name": "max",
          "type": "number",
          "mutable": false,
          "attr": "max",
          "reflectToAttr": false,
          "docs": "CSS Classes",
          "docsTags": [],
          "default": "100",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "description": "CSS Classes"
        },
        {
          "name": "min",
          "type": "number",
          "mutable": false,
          "attr": "min",
          "reflectToAttr": false,
          "docs": "Min",
          "docsTags": [],
          "default": "0",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Min"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        },
        {
          "name": "step",
          "type": "number",
          "mutable": false,
          "attr": "step",
          "reflectToAttr": false,
          "docs": "Step",
          "docsTags": [],
          "default": "1",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Step"
        },
        {
          "name": "value",
          "type": "number",
          "mutable": false,
          "attr": "value",
          "reflectToAttr": true,
          "docs": "Value",
          "docsTags": [],
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Value"
        }
      ],
      "attributes": [
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-info\" | \"is-primary\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "disabled",
          "type": "boolean",
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": false,
          "docs": "Disabled",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Disabled"
        },
        {
          "name": "is-circle",
          "type": "boolean",
          "mutable": false,
          "attr": "is-circle",
          "reflectToAttr": false,
          "docs": "Circle",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Circle"
        },
        {
          "name": "max",
          "type": "number",
          "mutable": false,
          "attr": "max",
          "reflectToAttr": false,
          "docs": "CSS Classes",
          "docsTags": [],
          "default": "100",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "description": "CSS Classes"
        },
        {
          "name": "min",
          "type": "number",
          "mutable": false,
          "attr": "min",
          "reflectToAttr": false,
          "docs": "Min",
          "docsTags": [],
          "default": "0",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Min"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        },
        {
          "name": "step",
          "type": "number",
          "mutable": false,
          "attr": "step",
          "reflectToAttr": false,
          "docs": "Step",
          "docsTags": [],
          "default": "1",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Step"
        },
        {
          "name": "value",
          "type": "number",
          "mutable": false,
          "attr": "value",
          "reflectToAttr": true,
          "docs": "Value",
          "docsTags": [],
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Value"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/form/switch/switch.tsx",
      "encapsulation": "none",
      "tag": "bm-switch",
      "name": "bm-switch",
      "readme": "# bm-switch\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<form>\n  <bm-field label=\"Enable\">\n    <bm-switch checked=\"true\" color=\"is-primary\">Example</bm-switch>\n  </bm-field>\n</form>\n```\n"
      },
      "properties": [
        {
          "name": "checked",
          "type": "boolean",
          "mutable": true,
          "attr": "checked",
          "reflectToAttr": false,
          "docs": "Checked",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Checked"
        },
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-info\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "disabled",
          "type": "boolean",
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": false,
          "docs": "Disabled",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Disabled"
        },
        {
          "name": "isOutlined",
          "type": "boolean",
          "mutable": false,
          "attr": "is-outlined",
          "reflectToAttr": false,
          "docs": "Outlined",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Outlined"
        },
        {
          "name": "isRounded",
          "type": "boolean",
          "mutable": false,
          "attr": "is-rounded",
          "reflectToAttr": false,
          "docs": "Rounded",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Rounded"
        },
        {
          "name": "isThin",
          "type": "boolean",
          "mutable": false,
          "attr": "is-thin",
          "reflectToAttr": false,
          "docs": "Thin",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Thin"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        }
      ],
      "attributes": [
        {
          "name": "checked",
          "type": "boolean",
          "mutable": true,
          "attr": "checked",
          "reflectToAttr": false,
          "docs": "Checked",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Checked"
        },
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-info\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "disabled",
          "type": "boolean",
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": false,
          "docs": "Disabled",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Disabled"
        },
        {
          "name": "is-outlined",
          "type": "boolean",
          "mutable": false,
          "attr": "is-outlined",
          "reflectToAttr": false,
          "docs": "Outlined",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Outlined"
        },
        {
          "name": "is-rounded",
          "type": "boolean",
          "mutable": false,
          "attr": "is-rounded",
          "reflectToAttr": false,
          "docs": "Rounded",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Rounded"
        },
        {
          "name": "is-thin",
          "type": "boolean",
          "mutable": false,
          "attr": "is-thin",
          "reflectToAttr": false,
          "docs": "Thin",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Thin"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/elements/table/table.tsx",
      "encapsulation": "none",
      "tag": "bm-table",
      "name": "bm-table",
      "readme": "# bm-table\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<table class=\"table\">\n  <thead>\n    <tr>\n      <th><abbr title=\"Position\">Pos</abbr></th>\n      <th>Team</th>\n      <th><abbr title=\"Played\">Pld</abbr></th>\n      <th><abbr title=\"Won\">W</abbr></th>\n      <th><abbr title=\"Drawn\">D</abbr></th>\n      <th><abbr title=\"Lost\">L</abbr></th>\n      <th><abbr title=\"Goals for\">GF</abbr></th>\n      <th><abbr title=\"Goals against\">GA</abbr></th>\n      <th><abbr title=\"Goal difference\">GD</abbr></th>\n      <th><abbr title=\"Points\">Pts</abbr></th>\n      <th>Qualification or relegation</th>\n    </tr>\n  </thead>\n  <tfoot>\n    <tr>\n      <th><abbr title=\"Position\">Pos</abbr></th>\n      <th>Team</th>\n      <th><abbr title=\"Played\">Pld</abbr></th>\n      <th><abbr title=\"Won\">W</abbr></th>\n      <th><abbr title=\"Drawn\">D</abbr></th>\n      <th><abbr title=\"Lost\">L</abbr></th>\n      <th><abbr title=\"Goals for\">GF</abbr></th>\n      <th><abbr title=\"Goals against\">GA</abbr></th>\n      <th><abbr title=\"Goal difference\">GD</abbr></th>\n      <th><abbr title=\"Points\">Pts</abbr></th>\n      <th>Qualification or relegation</th>\n    </tr>\n  </tfoot>\n  <tbody>\n    <tr>\n      <th>1</th>\n      <td>\n        <a href=\"https://en.wikipedia.org/wiki/Leicester_City_F.C.\" title=\"Leicester City F.C.\"\n          >Leicester City</a\n        >\n        <strong>(C)</strong>\n      </td>\n      <td>38</td>\n      <td>23</td>\n      <td>12</td>\n      <td>3</td>\n      <td>68</td>\n      <td>36</td>\n      <td>+32</td>\n      <td>81</td>\n      <td>\n        Qualification for the\n        <a\n          href=\"https://en.wikipedia.org/wiki/2016%E2%80%9317_UEFA_Champions_League#Group_stage\"\n          title=\"2016–17 UEFA Champions League\"\n          >Champions League group stage</a\n        >\n      </td>\n    </tr>\n    <tr>\n      <th>2</th>\n      <td>\n        <a href=\"https://en.wikipedia.org/wiki/Arsenal_F.C.\" title=\"Arsenal F.C.\">Arsenal</a>\n      </td>\n      <td>38</td>\n      <td>20</td>\n      <td>11</td>\n      <td>7</td>\n      <td>65</td>\n      <td>36</td>\n      <td>+29</td>\n      <td>71</td>\n      <td>\n        Qualification for the\n        <a\n          href=\"https://en.wikipedia.org/wiki/2016%E2%80%9317_UEFA_Champions_League#Group_stage\"\n          title=\"2016–17 UEFA Champions League\"\n          >Champions League group stage</a\n        >\n      </td>\n    </tr>\n    <tr>\n      <th>3</th>\n      <td>\n        <a\n          href=\"https://en.wikipedia.org/wiki/Tottenham_Hotspur_F.C.\"\n          title=\"Tottenham Hotspur F.C.\"\n          >Tottenham Hotspur</a\n        >\n      </td>\n      <td>38</td>\n      <td>19</td>\n      <td>13</td>\n      <td>6</td>\n      <td>69</td>\n      <td>35</td>\n      <td>+34</td>\n      <td>70</td>\n      <td>\n        Qualification for the\n        <a\n          href=\"https://en.wikipedia.org/wiki/2016%E2%80%9317_UEFA_Champions_League#Group_stage\"\n          title=\"2016–17 UEFA Champions League\"\n          >Champions League group stage</a\n        >\n      </td>\n    </tr>\n    <tr class=\"is-selected\">\n      <th>4</th>\n      <td>\n        <a href=\"https://en.wikipedia.org/wiki/Manchester_City_F.C.\" title=\"Manchester City F.C.\"\n          >Manchester City</a\n        >\n      </td>\n      <td>38</td>\n      <td>19</td>\n      <td>9</td>\n      <td>10</td>\n      <td>71</td>\n      <td>41</td>\n      <td>+30</td>\n      <td>66</td>\n      <td>\n        Qualification for the\n        <a\n          href=\"https://en.wikipedia.org/wiki/2016%E2%80%9317_UEFA_Champions_League#Play-off_round\"\n          title=\"2016–17 UEFA Champions League\"\n          >Champions League play-off round</a\n        >\n      </td>\n    </tr>\n    <tr>\n      <th>5</th>\n      <td>\n        <a\n          href=\"https://en.wikipedia.org/wiki/Manchester_United_F.C.\"\n          title=\"Manchester United F.C.\"\n          >Manchester United</a\n        >\n      </td>\n      <td>38</td>\n      <td>19</td>\n      <td>9</td>\n      <td>10</td>\n      <td>49</td>\n      <td>35</td>\n      <td>+14</td>\n      <td>66</td>\n      <td>\n        Qualification for the\n        <a\n          href=\"https://en.wikipedia.org/wiki/2016%E2%80%9317_UEFA_Europa_League#Group_stage\"\n          title=\"2016–17 UEFA Europa League\"\n          >Europa League group stage</a\n        >\n      </td>\n    </tr>\n    <tr>\n      <th>6</th>\n      <td>\n        <a href=\"https://en.wikipedia.org/wiki/Southampton_F.C.\" title=\"Southampton F.C.\"\n          >Southampton</a\n        >\n      </td>\n      <td>38</td>\n      <td>18</td>\n      <td>9</td>\n      <td>11</td>\n      <td>59</td>\n      <td>41</td>\n      <td>+18</td>\n      <td>63</td>\n      <td>\n        Qualification for the\n        <a\n          href=\"https://en.wikipedia.org/wiki/2016%E2%80%9317_UEFA_Europa_League#Group_stage\"\n          title=\"2016–17 UEFA Europa League\"\n          >Europa League group stage</a\n        >\n      </td>\n    </tr>\n    <tr>\n      <th>7</th>\n      <td>\n        <a href=\"https://en.wikipedia.org/wiki/West_Ham_United_F.C.\" title=\"West Ham United F.C.\"\n          >West Ham United</a\n        >\n      </td>\n      <td>38</td>\n      <td>16</td>\n      <td>14</td>\n      <td>8</td>\n      <td>65</td>\n      <td>51</td>\n      <td>+14</td>\n      <td>62</td>\n      <td>\n        Qualification for the\n        <a\n          href=\"https://en.wikipedia.org/wiki/2016%E2%80%9317_UEFA_Europa_League#Third_qualifying_round\"\n          title=\"2016–17 UEFA Europa League\"\n          >Europa League third qualifying round</a\n        >\n      </td>\n    </tr>\n    <tr>\n      <th>8</th>\n      <td>\n        <a href=\"https://en.wikipedia.org/wiki/Liverpool_F.C.\" title=\"Liverpool F.C.\">Liverpool</a>\n      </td>\n      <td>38</td>\n      <td>16</td>\n      <td>12</td>\n      <td>10</td>\n      <td>63</td>\n      <td>50</td>\n      <td>+13</td>\n      <td>60</td>\n      <td></td>\n    </tr>\n    <tr>\n      <th>9</th>\n      <td>\n        <a href=\"https://en.wikipedia.org/wiki/Stoke_City_F.C.\" title=\"Stoke City F.C.\"\n          >Stoke City</a\n        >\n      </td>\n      <td>38</td>\n      <td>14</td>\n      <td>9</td>\n      <td>15</td>\n      <td>41</td>\n      <td>55</td>\n      <td>−14</td>\n      <td>51</td>\n      <td></td>\n    </tr>\n    <tr>\n      <th>10</th>\n      <td>\n        <a href=\"https://en.wikipedia.org/wiki/Chelsea_F.C.\" title=\"Chelsea F.C.\">Chelsea</a>\n      </td>\n      <td>38</td>\n      <td>12</td>\n      <td>14</td>\n      <td>12</td>\n      <td>59</td>\n      <td>53</td>\n      <td>+6</td>\n      <td>50</td>\n      <td></td>\n    </tr>\n    <tr>\n      <th>11</th>\n      <td>\n        <a href=\"https://en.wikipedia.org/wiki/Everton_F.C.\" title=\"Everton F.C.\">Everton</a>\n      </td>\n      <td>38</td>\n      <td>11</td>\n      <td>14</td>\n      <td>13</td>\n      <td>59</td>\n      <td>55</td>\n      <td>+4</td>\n      <td>47</td>\n      <td></td>\n    </tr>\n    <tr>\n      <th>12</th>\n      <td>\n        <a href=\"https://en.wikipedia.org/wiki/Swansea_City_A.F.C.\" title=\"Swansea City A.F.C.\"\n          >Swansea City</a\n        >\n      </td>\n      <td>38</td>\n      <td>12</td>\n      <td>11</td>\n      <td>15</td>\n      <td>42</td>\n      <td>52</td>\n      <td>−10</td>\n      <td>47</td>\n      <td></td>\n    </tr>\n    <tr>\n      <th>13</th>\n      <td>\n        <a href=\"https://en.wikipedia.org/wiki/Watford_F.C.\" title=\"Watford F.C.\">Watford</a>\n      </td>\n      <td>38</td>\n      <td>12</td>\n      <td>9</td>\n      <td>17</td>\n      <td>40</td>\n      <td>50</td>\n      <td>−10</td>\n      <td>45</td>\n      <td></td>\n    </tr>\n    <tr>\n      <th>14</th>\n      <td>\n        <a\n          href=\"https://en.wikipedia.org/wiki/West_Bromwich_Albion_F.C.\"\n          title=\"West Bromwich Albion F.C.\"\n          >West Bromwich Albion</a\n        >\n      </td>\n      <td>38</td>\n      <td>10</td>\n      <td>13</td>\n      <td>15</td>\n      <td>34</td>\n      <td>48</td>\n      <td>−14</td>\n      <td>43</td>\n      <td></td>\n    </tr>\n    <tr>\n      <th>15</th>\n      <td>\n        <a href=\"https://en.wikipedia.org/wiki/Crystal_Palace_F.C.\" title=\"Crystal Palace F.C.\"\n          >Crystal Palace</a\n        >\n      </td>\n      <td>38</td>\n      <td>11</td>\n      <td>9</td>\n      <td>18</td>\n      <td>39</td>\n      <td>51</td>\n      <td>−12</td>\n      <td>42</td>\n      <td></td>\n    </tr>\n    <tr>\n      <th>16</th>\n      <td>\n        <a href=\"https://en.wikipedia.org/wiki/A.F.C._Bournemouth\" title=\"A.F.C. Bournemouth\"\n          >AFC Bournemouth</a\n        >\n      </td>\n      <td>38</td>\n      <td>11</td>\n      <td>9</td>\n      <td>18</td>\n      <td>45</td>\n      <td>67</td>\n      <td>−22</td>\n      <td>42</td>\n      <td></td>\n    </tr>\n    <tr>\n      <th>17</th>\n      <td>\n        <a href=\"https://en.wikipedia.org/wiki/Sunderland_A.F.C.\" title=\"Sunderland A.F.C.\"\n          >Sunderland</a\n        >\n      </td>\n      <td>38</td>\n      <td>9</td>\n      <td>12</td>\n      <td>17</td>\n      <td>48</td>\n      <td>62</td>\n      <td>−14</td>\n      <td>39</td>\n      <td></td>\n    </tr>\n    <tr>\n      <th>18</th>\n      <td>\n        <a href=\"https://en.wikipedia.org/wiki/Newcastle_United_F.C.\" title=\"Newcastle United F.C.\"\n          >Newcastle United</a\n        >\n        <strong>(R)</strong>\n      </td>\n      <td>38</td>\n      <td>9</td>\n      <td>10</td>\n      <td>19</td>\n      <td>44</td>\n      <td>65</td>\n      <td>−21</td>\n      <td>37</td>\n      <td>\n        Relegation to the\n        <a\n          href=\"https://en.wikipedia.org/wiki/2016%E2%80%9317_Football_League_Championship\"\n          title=\"2016–17 Football League Championship\"\n          >Football League Championship</a\n        >\n      </td>\n    </tr>\n    <tr>\n      <th>19</th>\n      <td>\n        <a href=\"https://en.wikipedia.org/wiki/Norwich_City_F.C.\" title=\"Norwich City F.C.\"\n          >Norwich City</a\n        >\n        <strong>(R)</strong>\n      </td>\n      <td>38</td>\n      <td>9</td>\n      <td>7</td>\n      <td>22</td>\n      <td>39</td>\n      <td>67</td>\n      <td>−28</td>\n      <td>34</td>\n      <td>\n        Relegation to the\n        <a\n          href=\"https://en.wikipedia.org/wiki/2016%E2%80%9317_Football_League_Championship\"\n          title=\"2016–17 Football League Championship\"\n          >Football League Championship</a\n        >\n      </td>\n    </tr>\n    <tr>\n      <th>20</th>\n      <td>\n        <a href=\"https://en.wikipedia.org/wiki/Aston_Villa_F.C.\" title=\"Aston Villa F.C.\"\n          >Aston Villa</a\n        >\n        <strong>(R)</strong>\n      </td>\n      <td>38</td>\n      <td>3</td>\n      <td>8</td>\n      <td>27</td>\n      <td>27</td>\n      <td>76</td>\n      <td>−49</td>\n      <td>17</td>\n      <td>\n        Relegation to the\n        <a\n          href=\"https://en.wikipedia.org/wiki/2016%E2%80%9317_Football_League_Championship\"\n          title=\"2016–17 Football League Championship\"\n          >Football League Championship</a\n        >\n      </td>\n    </tr>\n  </tbody>\n</table>\n```\n"
      },
      "properties": [
        {
          "name": "isBordered",
          "type": "boolean",
          "mutable": false,
          "attr": "is-bordered",
          "reflectToAttr": false,
          "docs": "Bordered",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Bordered"
        },
        {
          "name": "isFullwidth",
          "type": "boolean",
          "mutable": false,
          "attr": "is-fullwidth",
          "reflectToAttr": false,
          "docs": "Fullwidth",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Fullwidth"
        },
        {
          "name": "isHoverable",
          "type": "boolean",
          "mutable": false,
          "attr": "is-hoverable",
          "reflectToAttr": false,
          "docs": "Hoverable",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Hoverable"
        },
        {
          "name": "isNarrow",
          "type": "boolean",
          "mutable": false,
          "attr": "is-narrow",
          "reflectToAttr": false,
          "docs": "Narrow",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Narrow"
        },
        {
          "name": "isScrollable",
          "type": "boolean",
          "mutable": false,
          "attr": "is-scrollable",
          "reflectToAttr": false,
          "docs": "Scrollable",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Scrollable"
        },
        {
          "name": "isStriped",
          "type": "boolean",
          "mutable": false,
          "attr": "is-striped",
          "reflectToAttr": false,
          "docs": "Striped",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Striped"
        }
      ],
      "attributes": [
        {
          "name": "is-bordered",
          "type": "boolean",
          "mutable": false,
          "attr": "is-bordered",
          "reflectToAttr": false,
          "docs": "Bordered",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Bordered"
        },
        {
          "name": "is-fullwidth",
          "type": "boolean",
          "mutable": false,
          "attr": "is-fullwidth",
          "reflectToAttr": false,
          "docs": "Fullwidth",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Fullwidth"
        },
        {
          "name": "is-hoverable",
          "type": "boolean",
          "mutable": false,
          "attr": "is-hoverable",
          "reflectToAttr": false,
          "docs": "Hoverable",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Hoverable"
        },
        {
          "name": "is-narrow",
          "type": "boolean",
          "mutable": false,
          "attr": "is-narrow",
          "reflectToAttr": false,
          "docs": "Narrow",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Narrow"
        },
        {
          "name": "is-scrollable",
          "type": "boolean",
          "mutable": false,
          "attr": "is-scrollable",
          "reflectToAttr": false,
          "docs": "Scrollable",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Scrollable"
        },
        {
          "name": "is-striped",
          "type": "boolean",
          "mutable": false,
          "attr": "is-striped",
          "reflectToAttr": false,
          "docs": "Striped",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Striped"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/components/tabs/tabs.tsx",
      "encapsulation": "none",
      "tag": "bm-tabs",
      "name": "bm-tabs",
      "readme": "# bm-tabs\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-tabs>\n  <ul>\n    <li class=\"is-active\">\n      <a>Pictures</a>\n    </li>\n    <li>\n      <a>Music</a>\n    </li>\n    <li>\n      <a>Videos</a>\n    </li>\n    <li>\n      <a>Documents</a>\n    </li>\n  </ul>\n</bm-tabs>\n```\n"
      },
      "properties": [
        {
          "name": "alignment",
          "type": "\"is-centered\" | \"is-right\"",
          "mutable": false,
          "attr": "alignment",
          "reflectToAttr": false,
          "docs": "Alignment",
          "docsTags": [],
          "values": [
            {
              "value": "is-centered",
              "type": "string"
            },
            {
              "value": "is-right",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Alignment"
        },
        {
          "name": "isFullwidth",
          "type": "boolean",
          "mutable": false,
          "attr": "is-fullwidth",
          "reflectToAttr": false,
          "docs": "Full width",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Full width"
        },
        {
          "name": "isRounded",
          "type": "boolean",
          "mutable": false,
          "attr": "is-rounded",
          "reflectToAttr": false,
          "docs": "Rounded",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Rounded"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Pagination size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Pagination size"
        },
        {
          "name": "tabStyle",
          "type": "\"is-boxed\" | \"is-toggle\"",
          "mutable": false,
          "attr": "tab-style",
          "reflectToAttr": false,
          "docs": "Style",
          "docsTags": [],
          "values": [
            {
              "value": "is-boxed",
              "type": "string"
            },
            {
              "value": "is-toggle",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Style"
        }
      ],
      "attributes": [
        {
          "name": "alignment",
          "type": "\"is-centered\" | \"is-right\"",
          "mutable": false,
          "attr": "alignment",
          "reflectToAttr": false,
          "docs": "Alignment",
          "docsTags": [],
          "values": [
            {
              "value": "is-centered",
              "type": "string"
            },
            {
              "value": "is-right",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Alignment"
        },
        {
          "name": "is-fullwidth",
          "type": "boolean",
          "mutable": false,
          "attr": "is-fullwidth",
          "reflectToAttr": false,
          "docs": "Full width",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Full width"
        },
        {
          "name": "is-rounded",
          "type": "boolean",
          "mutable": false,
          "attr": "is-rounded",
          "reflectToAttr": false,
          "docs": "Rounded",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Rounded"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Pagination size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Pagination size"
        },
        {
          "name": "tab-style",
          "type": "\"is-boxed\" | \"is-toggle\"",
          "mutable": false,
          "attr": "tab-style",
          "reflectToAttr": false,
          "docs": "Style",
          "docsTags": [],
          "values": [
            {
              "value": "is-boxed",
              "type": "string"
            },
            {
              "value": "is-toggle",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Style"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/elements/tag/tag.tsx",
      "encapsulation": "none",
      "tag": "bm-tag",
      "name": "bm-tag",
      "readme": "# bm-tag\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-tags>\n  <bm-tag color=\"is-link\" size=\"is-normal\"> Normal </bm-tag>\n  <bm-tag color=\"is-primary\" size=\"is-medium\"> Medium </bm-tag>\n  <bm-tag color=\"is-info\" size=\"is-large\"> Large </bm-tag>\n</bm-tags>\n```\n"
      },
      "properties": [
        {
          "name": "color",
          "type": "\"is-black\" | \"is-danger\" | \"is-dark\" | \"is-info\" | \"is-light\" | \"is-link\" | \"is-primary\" | \"is-success\" | \"is-warning\" | \"is-white\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-black",
              "type": "string"
            },
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-dark",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-light",
              "type": "string"
            },
            {
              "value": "is-link",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            },
            {
              "value": "is-white",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "modifier",
          "type": "\"is-delete\" | \"is-rounded\"",
          "mutable": false,
          "attr": "modifier",
          "reflectToAttr": false,
          "docs": "Modifier",
          "docsTags": [],
          "values": [
            {
              "value": "is-delete",
              "type": "string"
            },
            {
              "value": "is-rounded",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Modifier"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-normal\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-normal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        },
        {
          "name": "tag",
          "type": "string",
          "mutable": false,
          "attr": "tag",
          "reflectToAttr": false,
          "docs": "Tag",
          "docsTags": [],
          "default": "'span'",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Tag"
        }
      ],
      "attributes": [
        {
          "name": "color",
          "type": "\"is-black\" | \"is-danger\" | \"is-dark\" | \"is-info\" | \"is-light\" | \"is-link\" | \"is-primary\" | \"is-success\" | \"is-warning\" | \"is-white\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-black",
              "type": "string"
            },
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-dark",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-light",
              "type": "string"
            },
            {
              "value": "is-link",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            },
            {
              "value": "is-white",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "modifier",
          "type": "\"is-delete\" | \"is-rounded\"",
          "mutable": false,
          "attr": "modifier",
          "reflectToAttr": false,
          "docs": "Modifier",
          "docsTags": [],
          "values": [
            {
              "value": "is-delete",
              "type": "string"
            },
            {
              "value": "is-rounded",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Modifier"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-normal\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-normal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        },
        {
          "name": "tag",
          "type": "string",
          "mutable": false,
          "attr": "tag",
          "reflectToAttr": false,
          "docs": "Tag",
          "docsTags": [],
          "default": "'span'",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Tag"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/elements/tags/tags.tsx",
      "encapsulation": "none",
      "tag": "bm-tags",
      "name": "bm-tags",
      "readme": "# bm-tags\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<bm-tags>\n  <bm-tag color=\"is-link\" size=\"is-normal\"> Normal </bm-tag>\n  <bm-tag color=\"is-primary\" size=\"is-medium\"> Medium </bm-tag>\n  <bm-tag color=\"is-info\" size=\"is-large\"> Large </bm-tag>\n</bm-tags>\n```\n"
      },
      "properties": [
        {
          "name": "hasAddons",
          "type": "boolean",
          "mutable": false,
          "attr": "has-addons",
          "reflectToAttr": false,
          "docs": "Has addons",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Has addons"
        },
        {
          "name": "size",
          "type": "\"are-large\" | \"are-medium\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "are-large",
              "type": "string"
            },
            {
              "value": "are-medium",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        }
      ],
      "attributes": [
        {
          "name": "has-addons",
          "type": "boolean",
          "mutable": false,
          "attr": "has-addons",
          "reflectToAttr": false,
          "docs": "Has addons",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Has addons"
        },
        {
          "name": "size",
          "type": "\"are-large\" | \"are-medium\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "are-large",
              "type": "string"
            },
            {
              "value": "are-medium",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "./src/core/form/textarea/textarea.tsx",
      "encapsulation": "none",
      "tag": "bm-textarea",
      "name": "bm-textarea",
      "readme": "# bm-textarea\n\n\n",
      "description": "",
      "docsTags": [],
      "usage": {
        "html": "```html\n<form>\n  <bm-field label=\"Message\">\n    <bm-textarea color=\"is-primary\" size=\"is-medium\" value=\"Hello\"></bm-textarea>\n  </bm-field>\n</form>\n```\n"
      },
      "properties": [
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-info\" | \"is-primary\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "controlClass",
          "type": "string",
          "mutable": false,
          "attr": "control-class",
          "reflectToAttr": false,
          "docs": "Control class",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Control class"
        },
        {
          "name": "disabled",
          "type": "boolean",
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": false,
          "docs": "Disabled state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Disabled state"
        },
        {
          "name": "hasFixedSize",
          "type": "boolean",
          "mutable": false,
          "attr": "has-fixed-size",
          "reflectToAttr": false,
          "docs": "Fixed size",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Fixed size"
        },
        {
          "name": "isLoading",
          "type": "boolean",
          "mutable": false,
          "attr": "is-loading",
          "reflectToAttr": false,
          "docs": "Loading state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Loading state"
        },
        {
          "name": "readonly",
          "type": "boolean",
          "mutable": false,
          "attr": "readonly",
          "reflectToAttr": false,
          "docs": "Readonly state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Readonly state"
        },
        {
          "name": "rows",
          "type": "number",
          "mutable": false,
          "attr": "rows",
          "reflectToAttr": false,
          "docs": "Rows",
          "docsTags": [],
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Rows"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-normal\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-normal",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        },
        {
          "name": "state",
          "type": "\"is-focused\" | \"is-hovered\"",
          "mutable": false,
          "attr": "state",
          "reflectToAttr": false,
          "docs": "State",
          "docsTags": [],
          "values": [
            {
              "value": "is-focused",
              "type": "string"
            },
            {
              "value": "is-hovered",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "State"
        },
        {
          "name": "value",
          "type": "number | string",
          "mutable": false,
          "attr": "value",
          "reflectToAttr": false,
          "docs": "Value",
          "docsTags": [],
          "values": [
            {
              "type": "number"
            },
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Value"
        }
      ],
      "attributes": [
        {
          "name": "color",
          "type": "\"is-danger\" | \"is-info\" | \"is-primary\" | \"is-success\" | \"is-warning\"",
          "mutable": false,
          "attr": "color",
          "reflectToAttr": false,
          "docs": "Color",
          "docsTags": [],
          "values": [
            {
              "value": "is-danger",
              "type": "string"
            },
            {
              "value": "is-info",
              "type": "string"
            },
            {
              "value": "is-primary",
              "type": "string"
            },
            {
              "value": "is-success",
              "type": "string"
            },
            {
              "value": "is-warning",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Color"
        },
        {
          "name": "control-class",
          "type": "string",
          "mutable": false,
          "attr": "control-class",
          "reflectToAttr": false,
          "docs": "Control class",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Control class"
        },
        {
          "name": "disabled",
          "type": "boolean",
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": false,
          "docs": "Disabled state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Disabled state"
        },
        {
          "name": "has-fixed-size",
          "type": "boolean",
          "mutable": false,
          "attr": "has-fixed-size",
          "reflectToAttr": false,
          "docs": "Fixed size",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Fixed size"
        },
        {
          "name": "is-loading",
          "type": "boolean",
          "mutable": false,
          "attr": "is-loading",
          "reflectToAttr": false,
          "docs": "Loading state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Loading state"
        },
        {
          "name": "readonly",
          "type": "boolean",
          "mutable": false,
          "attr": "readonly",
          "reflectToAttr": false,
          "docs": "Readonly state",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Readonly state"
        },
        {
          "name": "rows",
          "type": "number",
          "mutable": false,
          "attr": "rows",
          "reflectToAttr": false,
          "docs": "Rows",
          "docsTags": [],
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Rows"
        },
        {
          "name": "size",
          "type": "\"is-large\" | \"is-medium\" | \"is-normal\" | \"is-small\"",
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "is-large",
              "type": "string"
            },
            {
              "value": "is-medium",
              "type": "string"
            },
            {
              "value": "is-normal",
              "type": "string"
            },
            {
              "value": "is-small",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Size"
        },
        {
          "name": "state",
          "type": "\"is-focused\" | \"is-hovered\"",
          "mutable": false,
          "attr": "state",
          "reflectToAttr": false,
          "docs": "State",
          "docsTags": [],
          "values": [
            {
              "value": "is-focused",
              "type": "string"
            },
            {
              "value": "is-hovered",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "State"
        },
        {
          "name": "value",
          "type": "number | string",
          "mutable": false,
          "attr": "value",
          "reflectToAttr": false,
          "docs": "Value",
          "docsTags": [],
          "values": [
            {
              "type": "number"
            },
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "description": "Value"
        }
      ],
      "methods": [],
      "events": [],
      "styles": [],
      "slots": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    }
  ]
}