{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "src/jio-cdf-logo.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "CDFLogo",
          "members": [],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "jio-cdf-logo",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "CDFLogo",
          "declaration": {
            "name": "CDFLogo",
            "module": "src/jio-cdf-logo.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "jio-cdf-logo",
          "declaration": {
            "name": "CDFLogo",
            "module": "src/jio-cdf-logo.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/jio-changelog-ratings.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ChangelogRatings",
          "members": [
            {
              "kind": "field",
              "name": "good",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "good"
            },
            {
              "kind": "field",
              "name": "nolike",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "nolike"
            },
            {
              "kind": "field",
              "name": "rollback",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "rollback"
            },
            {
              "kind": "field",
              "name": "ratings",
              "type": {
                "text": "Array<number | string>"
              },
              "default": "[]",
              "attribute": "ratings"
            },
            {
              "kind": "field",
              "name": "version",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "version"
            },
            {
              "kind": "method",
              "name": "_rate",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_prompt",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string | null"
                }
              },
              "parameters": [
                {
                  "name": "message",
                  "optional": true,
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "_default",
                  "optional": true,
                  "type": {
                    "text": "string"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "name": "changelog-ratings-canceled",
              "type": {
                "text": "CustomEvent"
              }
            },
            {
              "name": "changelog-ratings-rated",
              "type": {
                "text": "CustomEvent"
              }
            }
          ],
          "attributes": [
            {
              "name": "good",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "good"
            },
            {
              "name": "nolike",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "nolike"
            },
            {
              "name": "rollback",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "rollback"
            },
            {
              "name": "ratings",
              "type": {
                "text": "Array<number | string>"
              },
              "default": "[]",
              "fieldName": "ratings"
            },
            {
              "name": "version",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "version"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "jio-changelog-ratings",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ChangelogRatings",
          "declaration": {
            "name": "ChangelogRatings",
            "module": "src/jio-changelog-ratings.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "jio-changelog-ratings",
          "declaration": {
            "name": "ChangelogRatings",
            "module": "src/jio-changelog-ratings.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/jio-changelog-weather-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ChangelogWeatherIcon",
          "members": [
            {
              "kind": "field",
              "name": "mode",
              "type": {
                "text": "EnumWeatherIcons"
              },
              "default": "'sunny'",
              "attribute": "mode"
            },
            {
              "kind": "field",
              "name": "count",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "count"
            }
          ],
          "attributes": [
            {
              "name": "mode",
              "type": {
                "text": "EnumWeatherIcons"
              },
              "default": "'sunny'",
              "fieldName": "mode"
            },
            {
              "name": "count",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "count"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "jio-changelog-weather-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ChangelogWeatherIcon",
          "declaration": {
            "name": "ChangelogWeatherIcon",
            "module": "src/jio-changelog-weather-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "jio-changelog-weather-icon",
          "declaration": {
            "name": "ChangelogWeatherIcon",
            "module": "src/jio-changelog-weather-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/jio-components.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "ReportInfraIssue",
          "declaration": {
            "name": "ReportInfraIssue",
            "module": "./jio-report-infra-issue"
          }
        },
        {
          "kind": "js",
          "name": "ReportAProblem",
          "declaration": {
            "name": "ReportAProblem",
            "module": "./jio-report-a-problem"
          }
        },
        {
          "kind": "js",
          "name": "ImproveThisPage",
          "declaration": {
            "name": "ImproveThisPage",
            "module": "./jio-improve-this-page"
          }
        },
        {
          "kind": "js",
          "name": "ChangelogWeatherIcon",
          "declaration": {
            "name": "ChangelogWeatherIcon",
            "module": "./jio-changelog-weather-icon"
          }
        },
        {
          "kind": "js",
          "name": "ChangelogRatings",
          "declaration": {
            "name": "ChangelogRatings",
            "module": "./jio-changelog-ratings"
          }
        },
        {
          "kind": "js",
          "name": "WeatherIcon",
          "declaration": {
            "name": "WeatherIcon",
            "module": "./jio-weather-icon"
          }
        },
        {
          "kind": "js",
          "name": "SocialMediaButtons",
          "declaration": {
            "name": "SocialMediaButtons",
            "module": "./jio-socialmedia-buttons"
          }
        },
        {
          "kind": "js",
          "name": "DatetimeBox",
          "declaration": {
            "name": "DatetimeBox",
            "module": "./jio-datetime-box"
          }
        },
        {
          "kind": "js",
          "name": "Navbar",
          "declaration": {
            "name": "Navbar",
            "module": "./jio-navbar"
          }
        },
        {
          "kind": "js",
          "name": "NavbarLink",
          "declaration": {
            "name": "NavbarLink",
            "module": "./jio-navbar-link"
          }
        },
        {
          "kind": "js",
          "name": "Footer",
          "declaration": {
            "name": "Footer",
            "module": "./jio-footer"
          }
        },
        {
          "kind": "js",
          "name": "Searchbox",
          "declaration": {
            "name": "Searchbox",
            "module": "./jio-searchbox"
          }
        },
        {
          "kind": "js",
          "name": "ReadTimeEstimation",
          "declaration": {
            "name": "ReadTimeEstimation",
            "module": "./jio-read-time"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/jio-datetime-box.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "DatetimeBox",
          "members": [
            {
              "kind": "field",
              "name": "date",
              "type": {
                "text": "string | number | undefined"
              },
              "description": "Whats the start time of this date",
              "attribute": "date"
            },
            {
              "kind": "field",
              "name": "endDate",
              "type": {
                "text": "string | number | undefined"
              },
              "description": "Whats the end time of this date",
              "attribute": "endDate"
            }
          ],
          "attributes": [
            {
              "name": "date",
              "type": {
                "text": "string | number | undefined"
              },
              "description": "Whats the start time of this date",
              "fieldName": "date"
            },
            {
              "name": "endDate",
              "type": {
                "text": "string | number | undefined"
              },
              "description": "Whats the end time of this date",
              "fieldName": "endDate"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "jio-datetime-box",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "DatetimeBox",
          "declaration": {
            "name": "DatetimeBox",
            "module": "src/jio-datetime-box.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "jio-datetime-box",
          "declaration": {
            "name": "DatetimeBox",
            "module": "src/jio-datetime-box.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/jio-eventbox.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "EventBox",
          "members": [
            {
              "kind": "field",
              "name": "date",
              "type": {
                "text": "string | number | undefined"
              },
              "attribute": "date"
            },
            {
              "kind": "field",
              "name": "endDate",
              "type": {
                "text": "string | number | undefined"
              },
              "attribute": "endDate"
            },
            {
              "kind": "field",
              "name": "link",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "link"
            },
            {
              "kind": "field",
              "name": "location",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "location"
            }
          ],
          "attributes": [
            {
              "name": "date",
              "type": {
                "text": "string | number | undefined"
              },
              "fieldName": "date"
            },
            {
              "name": "endDate",
              "type": {
                "text": "string | number | undefined"
              },
              "fieldName": "endDate"
            },
            {
              "name": "link",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "link"
            },
            {
              "name": "location",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "location"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "jio-eventbox",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "EventBox",
          "declaration": {
            "name": "EventBox",
            "module": "src/jio-eventbox.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "jio-eventbox",
          "declaration": {
            "name": "EventBox",
            "module": "src/jio-eventbox.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/jio-footer.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "Standard jenkins.io footer",
          "name": "Footer",
          "members": [
            {
              "kind": "field",
              "name": "license",
              "type": {
                "text": "string"
              },
              "default": "'cc-sa'",
              "attribute": "license"
            },
            {
              "kind": "field",
              "name": "property",
              "type": {
                "text": "string"
              },
              "default": "'https://www.jenkins.io'",
              "attribute": "property"
            },
            {
              "kind": "field",
              "name": "sourcePath",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Github source path relative to $githubRepo",
              "attribute": "sourcePath"
            },
            {
              "kind": "field",
              "name": "githubRepo",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Github repo",
              "attribute": "githubRepo"
            },
            {
              "kind": "field",
              "name": "githubBranch",
              "type": {
                "text": "string"
              },
              "default": "'master'",
              "description": "Github branch",
              "attribute": "githubBranch"
            },
            {
              "kind": "field",
              "name": "reportAProblemTemplate",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "GitHub issue template filename",
              "attribute": "reportAProblemTemplate"
            },
            {
              "kind": "field",
              "name": "reportAProblemTemplateField",
              "type": {
                "text": "string"
              },
              "default": "'problem'",
              "description": "GitHub issue template field to fill",
              "attribute": "reportAProblemTemplateField"
            },
            {
              "kind": "field",
              "name": "reportAProblemLabels",
              "type": {
                "text": "string"
              },
              "default": "'bug'",
              "description": "List of label(s) to add to the issue (comma separated)",
              "attribute": "reportAProblemLabels"
            },
            {
              "kind": "field",
              "name": "skipReportIssue",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "attribute": "skipReportIssue"
            },
            {
              "kind": "method",
              "name": "isADownloadsPage",
              "privacy": "private"
            }
          ],
          "attributes": [
            {
              "name": "license",
              "type": {
                "text": "string"
              },
              "default": "'cc-sa'",
              "fieldName": "license"
            },
            {
              "name": "property",
              "type": {
                "text": "string"
              },
              "default": "'https://www.jenkins.io'",
              "fieldName": "property"
            },
            {
              "name": "sourcePath",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Github source path relative to $githubRepo",
              "fieldName": "sourcePath"
            },
            {
              "name": "githubRepo",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Github repo",
              "fieldName": "githubRepo"
            },
            {
              "name": "githubBranch",
              "type": {
                "text": "string"
              },
              "default": "'master'",
              "description": "Github branch",
              "fieldName": "githubBranch"
            },
            {
              "name": "reportAProblemTemplate",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "GitHub issue template filename",
              "fieldName": "reportAProblemTemplate"
            },
            {
              "name": "reportAProblemTemplateField",
              "type": {
                "text": "string"
              },
              "default": "'problem'",
              "description": "GitHub issue template field to fill",
              "fieldName": "reportAProblemTemplateField"
            },
            {
              "name": "reportAProblemLabels",
              "type": {
                "text": "string"
              },
              "default": "'bug'",
              "description": "List of label(s) to add to the issue (comma separated)",
              "fieldName": "reportAProblemLabels"
            },
            {
              "name": "skipReportIssue",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "fieldName": "skipReportIssue"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "jio-footer",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Footer",
          "declaration": {
            "name": "Footer",
            "module": "src/jio-footer.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "jio-footer",
          "declaration": {
            "name": "Footer",
            "module": "src/jio-footer.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/jio-improve-this-page.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ImproveThisPage",
          "members": [
            {
              "kind": "field",
              "name": "sourcePath",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Github source path relative to $githubRepo",
              "attribute": "sourcePath"
            },
            {
              "kind": "field",
              "name": "githubRepo",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Github repo",
              "attribute": "githubRepo"
            },
            {
              "kind": "field",
              "name": "githubBranch",
              "type": {
                "text": "string"
              },
              "default": "'master'",
              "description": "Github branch",
              "attribute": "githubBranch"
            }
          ],
          "attributes": [
            {
              "name": "sourcePath",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Github source path relative to $githubRepo",
              "fieldName": "sourcePath"
            },
            {
              "name": "githubRepo",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Github repo",
              "fieldName": "githubRepo"
            },
            {
              "name": "githubBranch",
              "type": {
                "text": "string"
              },
              "default": "'master'",
              "description": "Github branch",
              "fieldName": "githubBranch"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "jio-improve-this-page",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ImproveThisPage",
          "declaration": {
            "name": "ImproveThisPage",
            "module": "src/jio-improve-this-page.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "jio-improve-this-page",
          "declaration": {
            "name": "ImproveThisPage",
            "module": "src/jio-improve-this-page.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/jio-locale.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "{getLocale, setLocale}"
        },
        {
          "kind": "function",
          "name": "setLocaleFromUrl"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "{getLocale, setLocale}",
          "declaration": {
            "name": "{getLocale, setLocale}",
            "module": "src/jio-locale.ts"
          }
        },
        {
          "kind": "js",
          "name": "setLocaleFromUrl",
          "declaration": {
            "name": "setLocaleFromUrl",
            "module": "src/jio-locale.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/jio-navbar-link.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "NavbarLink",
          "members": [
            {
              "kind": "field",
              "name": "href",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "href"
            },
            {
              "kind": "field",
              "name": "property",
              "type": {
                "text": "string"
              },
              "default": "'https://www.jenkins.io'",
              "description": "Eg plugins.jenkins.io",
              "attribute": "property"
            },
            {
              "kind": "field",
              "name": "class",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "class"
            },
            {
              "kind": "field",
              "name": "locationPathname",
              "attribute": "locationPathname"
            }
          ],
          "attributes": [
            {
              "name": "href",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "href"
            },
            {
              "name": "property",
              "type": {
                "text": "string"
              },
              "default": "'https://www.jenkins.io'",
              "description": "Eg plugins.jenkins.io",
              "fieldName": "property"
            },
            {
              "name": "class",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "class"
            },
            {
              "name": "locationPathname",
              "fieldName": "locationPathname"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "jio-navbar-link",
          "customElement": true
        },
        {
          "kind": "function",
          "name": "cleanPathname",
          "parameters": [
            {
              "name": "pathname",
              "type": {
                "text": "string"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "relOrAbsoluteLink",
          "parameters": [
            {
              "name": "href",
              "type": {
                "text": "string"
              }
            },
            {
              "name": "property",
              "type": {
                "text": "string"
              }
            },
            {
              "name": "locationPathname",
              "default": "location.pathname"
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "NavbarLink",
          "declaration": {
            "name": "NavbarLink",
            "module": "src/jio-navbar-link.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "jio-navbar-link",
          "declaration": {
            "name": "NavbarLink",
            "module": "src/jio-navbar-link.ts"
          }
        },
        {
          "kind": "js",
          "name": "cleanPathname",
          "declaration": {
            "name": "cleanPathname",
            "module": "src/jio-navbar-link.ts"
          }
        },
        {
          "kind": "js",
          "name": "relOrAbsoluteLink",
          "declaration": {
            "name": "relOrAbsoluteLink",
            "module": "src/jio-navbar-link.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/jio-navbar.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "Navbar",
          "members": [
            {
              "kind": "field",
              "name": "property",
              "type": {
                "text": "string"
              },
              "default": "'https://www.jenkins.io'",
              "description": "Eg plugins.jenkins.io",
              "attribute": "property"
            },
            {
              "kind": "field",
              "name": "showSearchBox",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "Show search box",
              "attribute": "showSearchBox"
            },
            {
              "kind": "field",
              "name": "locationPathname",
              "type": {
                "text": "string"
              },
              "attribute": "locationPathname"
            },
            {
              "kind": "field",
              "name": "theme",
              "type": {
                "text": "string"
              },
              "default": "'light'",
              "description": "Header theme (light/dark/auto)",
              "attribute": "theme"
            },
            {
              "kind": "field",
              "name": "visibleMenu",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "-1",
              "description": "Keeps track of what menu is opened.\n\nNever to be set externally, though storybook shows it."
            },
            {
              "kind": "field",
              "name": "menuToggled",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false",
              "description": "Keeps track if the collapsed (mobile) menu is shown or not\n\nNever to be set externally, though storybook shows it."
            },
            {
              "kind": "method",
              "name": "handleDocumentClick"
            },
            {
              "kind": "method",
              "name": "handleSlotchange",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "renderNavItemDropdown",
              "parameters": [
                {
                  "name": "menuItem",
                  "type": {
                    "text": "NavbarItemLink"
                  }
                },
                {
                  "name": "idx",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "visible",
                  "type": {
                    "text": "Boolean"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "renderNavItemLink",
              "parameters": [
                {
                  "name": "menuItem",
                  "type": {
                    "text": "NavbarItemLink"
                  }
                },
                {
                  "name": "extraClasses",
                  "default": "[]",
                  "type": {
                    "text": "Array<string>"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_clickCollapseButton",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_handleSearchboxClick",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_toggleDropdown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            }
          ],
          "attributes": [
            {
              "name": "property",
              "type": {
                "text": "string"
              },
              "default": "'https://www.jenkins.io'",
              "description": "Eg plugins.jenkins.io",
              "fieldName": "property"
            },
            {
              "name": "showSearchBox",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "Show search box",
              "fieldName": "showSearchBox"
            },
            {
              "name": "locationPathname",
              "type": {
                "text": "string"
              },
              "fieldName": "locationPathname"
            },
            {
              "name": "theme",
              "type": {
                "text": "string"
              },
              "default": "'light'",
              "description": "Header theme (light/dark/auto)",
              "fieldName": "theme"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "jio-navbar",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Navbar",
          "declaration": {
            "name": "Navbar",
            "module": "src/jio-navbar.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "jio-navbar",
          "declaration": {
            "name": "Navbar",
            "module": "src/jio-navbar.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/jio-read-time.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ReadTimeEstimation",
          "members": [
            {
              "kind": "field",
              "name": "content",
              "type": {
                "text": "HTMLElement | null"
              },
              "default": "null",
              "attribute": "content"
            },
            {
              "kind": "field",
              "name": "wordsPerMinute",
              "type": {
                "text": "number"
              },
              "default": "200",
              "attribute": "wordsPerMinute"
            }
          ],
          "attributes": [
            {
              "name": "content",
              "type": {
                "text": "HTMLElement | null"
              },
              "default": "null",
              "fieldName": "content"
            },
            {
              "name": "wordsPerMinute",
              "type": {
                "text": "number"
              },
              "default": "200",
              "fieldName": "wordsPerMinute"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "jio-read-time-estimation",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ReadTimeEstimation",
          "declaration": {
            "name": "ReadTimeEstimation",
            "module": "src/jio-read-time.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "jio-read-time-estimation",
          "declaration": {
            "name": "ReadTimeEstimation",
            "module": "src/jio-read-time.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/jio-report-a-problem.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ReportAProblem",
          "members": [
            {
              "kind": "field",
              "name": "pageTitle",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Overrides the page title. Defaults to page title",
              "attribute": "pageTitle"
            },
            {
              "kind": "field",
              "name": "url",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Overrides the page title. Defaults to page url",
              "attribute": "url"
            },
            {
              "kind": "field",
              "name": "sourcePath",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Github source path relative to $githubRepo",
              "attribute": "sourcePath"
            },
            {
              "kind": "field",
              "name": "githubRepo",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Github repo",
              "attribute": "githubRepo"
            },
            {
              "kind": "field",
              "name": "githubBranch",
              "type": {
                "text": "string"
              },
              "default": "'master'",
              "description": "Github branch",
              "attribute": "githubBranch"
            },
            {
              "kind": "field",
              "name": "template",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "GitHub issue template filename",
              "attribute": "template"
            },
            {
              "kind": "field",
              "name": "templateField",
              "type": {
                "text": "string"
              },
              "default": "'problem'",
              "description": "GitHub issue template field to fill",
              "attribute": "templateField"
            },
            {
              "kind": "field",
              "name": "labels",
              "type": {
                "text": "string"
              },
              "default": "'bug'",
              "description": "List of label(s) to add to the issue (comma separated)",
              "attribute": "labels"
            },
            {
              "kind": "field",
              "name": "locationHref",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "windowTitle",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "derivedTitle",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "derivedUrl",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "reportUrl",
              "readonly": true
            }
          ],
          "attributes": [
            {
              "name": "pageTitle",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Overrides the page title. Defaults to page title",
              "fieldName": "pageTitle"
            },
            {
              "name": "url",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Overrides the page title. Defaults to page url",
              "fieldName": "url"
            },
            {
              "name": "sourcePath",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Github source path relative to $githubRepo",
              "fieldName": "sourcePath"
            },
            {
              "name": "githubRepo",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Github repo",
              "fieldName": "githubRepo"
            },
            {
              "name": "githubBranch",
              "type": {
                "text": "string"
              },
              "default": "'master'",
              "description": "Github branch",
              "fieldName": "githubBranch"
            },
            {
              "name": "template",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "GitHub issue template filename",
              "fieldName": "template"
            },
            {
              "name": "templateField",
              "type": {
                "text": "string"
              },
              "default": "'problem'",
              "description": "GitHub issue template field to fill",
              "fieldName": "templateField"
            },
            {
              "name": "labels",
              "type": {
                "text": "string"
              },
              "default": "'bug'",
              "description": "List of label(s) to add to the issue (comma separated)",
              "fieldName": "labels"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "jio-report-a-problem",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ReportAProblem",
          "declaration": {
            "name": "ReportAProblem",
            "module": "src/jio-report-a-problem.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "jio-report-a-problem",
          "declaration": {
            "name": "ReportAProblem",
            "module": "src/jio-report-a-problem.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/jio-report-infra-issue.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ReportInfraIssue",
          "members": [
            {
              "kind": "field",
              "name": "pageTitle",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Overrides the page title. Defaults to page title",
              "attribute": "pageTitle"
            },
            {
              "kind": "field",
              "name": "url",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Overrides the page title. Defaults to page url",
              "attribute": "url"
            },
            {
              "kind": "field",
              "name": "sourcePath",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Github source path relative to $githubRepo",
              "attribute": "sourcePath"
            },
            {
              "kind": "field",
              "name": "githubRepo",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Github repo",
              "attribute": "githubRepo"
            },
            {
              "kind": "field",
              "name": "githubBranch",
              "type": {
                "text": "string"
              },
              "default": "'master'",
              "description": "Github branch",
              "attribute": "githubBranch"
            },
            {
              "kind": "field",
              "name": "template",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "template"
            },
            {
              "kind": "field",
              "name": "locationHref",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "windowTitle",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "derivedTitle",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "derivedUrl",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "reportUrl",
              "readonly": true
            }
          ],
          "attributes": [
            {
              "name": "pageTitle",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Overrides the page title. Defaults to page title",
              "fieldName": "pageTitle"
            },
            {
              "name": "url",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Overrides the page title. Defaults to page url",
              "fieldName": "url"
            },
            {
              "name": "sourcePath",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Github source path relative to $githubRepo",
              "fieldName": "sourcePath"
            },
            {
              "name": "githubRepo",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Github repo",
              "fieldName": "githubRepo"
            },
            {
              "name": "githubBranch",
              "type": {
                "text": "string"
              },
              "default": "'master'",
              "description": "Github branch",
              "fieldName": "githubBranch"
            },
            {
              "name": "template",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "template"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "jio-report-infra-issue",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ReportInfraIssue",
          "declaration": {
            "name": "ReportInfraIssue",
            "module": "src/jio-report-infra-issue.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "jio-report-infra-issue",
          "declaration": {
            "name": "ReportInfraIssue",
            "module": "src/jio-report-infra-issue.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/jio-searchbox.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "Searchbox",
          "members": [
            {
              "kind": "field",
              "name": "isReady",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "_isReady",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "method",
              "name": "addDocsearchCSS",
              "parameters": [
                {
                  "name": "root",
                  "type": {
                    "text": "HTMLElement | ShadowRoot"
                  }
                }
              ]
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "jio-searchbox",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Searchbox",
          "declaration": {
            "name": "Searchbox",
            "module": "src/jio-searchbox.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "jio-searchbox",
          "declaration": {
            "name": "Searchbox",
            "module": "src/jio-searchbox.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/jio-socialmedia-buttons.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SocialMediaButtons",
          "members": [
            {
              "kind": "field",
              "name": "twitter",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "twitter"
            },
            {
              "kind": "field",
              "name": "github",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "github"
            },
            {
              "kind": "field",
              "name": "blog",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "blog"
            },
            {
              "kind": "field",
              "name": "linkedin",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "linkedin"
            }
          ],
          "attributes": [
            {
              "name": "twitter",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "twitter"
            },
            {
              "name": "github",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "github"
            },
            {
              "name": "blog",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "blog"
            },
            {
              "name": "linkedin",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "linkedin"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "jio-socialmedia-buttons",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "SocialMediaButtons",
          "declaration": {
            "name": "SocialMediaButtons",
            "module": "src/jio-socialmedia-buttons.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "jio-socialmedia-buttons",
          "declaration": {
            "name": "SocialMediaButtons",
            "module": "src/jio-socialmedia-buttons.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/jio-weather-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "Shows one of the standard weather icons",
          "name": "WeatherIcon",
          "members": [
            {
              "kind": "field",
              "name": "weather",
              "type": {
                "text": "sunny|cloudy|storm"
              },
              "default": "'sunny'",
              "description": "Which icon to show",
              "attribute": "weather"
            }
          ],
          "attributes": [
            {
              "name": "weather",
              "type": {
                "text": "sunny|cloudy|storm"
              },
              "default": "'sunny'",
              "description": "Which icon to show",
              "fieldName": "weather"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "jio-weather-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "WeatherIcon",
          "declaration": {
            "name": "WeatherIcon",
            "module": "src/jio-weather-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "jio-weather-icon",
          "declaration": {
            "name": "WeatherIcon",
            "module": "src/jio-weather-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared-styles.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "ionIconText",
          "default": "css`\n    a {\n      display: inline-block;\n      vertical-align: middle;\n      text-decoration: none;\n      background-color: transparent;\n      text-decoration-thickness: 2px;\n      text-decoration-skip: none;\n      text-underline-offset: 2px;\n    }\n    /* unvisited link */\n    a:link {\n      color: var(--jio-a-color, #007bff);\n    }\n\n    /* visited link */\n    a:visited {\n      color: var(--jio-a-color, #007bff);\n    }\n\n    /* mouse over link */\n    a:hover {\n      color: var(--jio-a-color, #007bff);\n    }\n\n    /* selected link */\n    a:active {\n      color: var(--jio-a-color, #007bff);\n    }\n\n    ion-icon {\n      color: black;\n      width: 22px;\n      height: 22px;\n      vertical-align: middle;\n    }\n`"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ionIconText",
          "declaration": {
            "name": "ionIconText",
            "module": "src/shared-styles.ts"
          }
        }
      ]
    }
  ]
}
