{
  "metadata": {
    "toolPackage": "@microsoft/api-extractor",
    "toolVersion": "7.52.10",
    "schemaVersion": 1011,
    "oldestForwardsCompatibleVersion": 1001,
    "tsdocConfig": {
      "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
      "noStandardTags": true,
      "tagDefinitions": [
        {
          "tagName": "@alpha",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@beta",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@defaultValue",
          "syntaxKind": "block"
        },
        {
          "tagName": "@decorator",
          "syntaxKind": "block",
          "allowMultiple": true
        },
        {
          "tagName": "@deprecated",
          "syntaxKind": "block"
        },
        {
          "tagName": "@eventProperty",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@example",
          "syntaxKind": "block",
          "allowMultiple": true
        },
        {
          "tagName": "@experimental",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@inheritDoc",
          "syntaxKind": "inline"
        },
        {
          "tagName": "@internal",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@label",
          "syntaxKind": "inline"
        },
        {
          "tagName": "@link",
          "syntaxKind": "inline",
          "allowMultiple": true
        },
        {
          "tagName": "@override",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@packageDocumentation",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@param",
          "syntaxKind": "block",
          "allowMultiple": true
        },
        {
          "tagName": "@privateRemarks",
          "syntaxKind": "block"
        },
        {
          "tagName": "@public",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@readonly",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@remarks",
          "syntaxKind": "block"
        },
        {
          "tagName": "@returns",
          "syntaxKind": "block"
        },
        {
          "tagName": "@sealed",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@see",
          "syntaxKind": "block"
        },
        {
          "tagName": "@throws",
          "syntaxKind": "block",
          "allowMultiple": true
        },
        {
          "tagName": "@typeParam",
          "syntaxKind": "block",
          "allowMultiple": true
        },
        {
          "tagName": "@virtual",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@betaDocumentation",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@internalRemarks",
          "syntaxKind": "block"
        },
        {
          "tagName": "@preapproved",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@fires",
          "syntaxKind": "block",
          "allowMultiple": true
        }
      ],
      "supportForTags": {
        "@alpha": true,
        "@beta": true,
        "@defaultValue": true,
        "@decorator": true,
        "@deprecated": true,
        "@eventProperty": true,
        "@example": true,
        "@experimental": true,
        "@inheritDoc": true,
        "@internal": true,
        "@label": true,
        "@link": true,
        "@override": true,
        "@packageDocumentation": true,
        "@param": true,
        "@privateRemarks": true,
        "@public": true,
        "@readonly": true,
        "@remarks": true,
        "@returns": true,
        "@sealed": true,
        "@see": true,
        "@throws": true,
        "@typeParam": true,
        "@virtual": true,
        "@betaDocumentation": true,
        "@internalRemarks": true,
        "@preapproved": true,
        "@fires": true
      },
      "reportUnsupportedHtmlElements": false
    }
  },
  "kind": "Package",
  "canonicalReference": "@genesislcap/foundation-ui!",
  "docComment": "",
  "name": "@genesislcap/foundation-ui",
  "preserveMemberOrder": false,
  "members": [
    {
      "kind": "EntryPoint",
      "canonicalReference": "@genesislcap/foundation-ui!",
      "name": "",
      "preserveMemberOrder": false,
      "members": [
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!accentPaletteValue:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "accentPaletteValue: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-components\")."
            },
            {
              "kind": "Reference",
              "text": "PaletteRGB",
              "canonicalReference": "@microsoft/fast-components!PaletteRGB:type"
            }
          ],
          "fileUrlPath": "src/_config/values/color.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "accentPaletteValue",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Accordion:class",
          "docComment": "/**\n * @tagname %%prefix%%-accordion\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Accordion extends "
            },
            {
              "kind": "Reference",
              "text": "FASTAccordion",
              "canonicalReference": "@microsoft/fast-foundation!Accordion:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/accordion/accordion.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Accordion",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!AccordionItem:class",
          "docComment": "/**\n * @tagname %%prefix%%-accordion-item\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class AccordionItem extends "
            },
            {
              "kind": "Reference",
              "text": "FASTAccordionItem",
              "canonicalReference": "@microsoft/fast-foundation!AccordionItem:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/accordion-item/accordion-item.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "AccordionItem",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!ActionMenuItem:type",
          "docComment": "/**\n * The Action Menu Item component.\n *\n * @remarks\n *\n * Used within the Action Menu component.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type ActionMenuItem = "
            },
            {
              "kind": "Content",
              "text": "{\n    name: string | ((rowData: any) => string);\n    callback: (rowData: any) => void | any;\n    isDisabled?: (rowData: any) => boolean;\n    color?: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/actions-menu/actions-menu.ts",
          "releaseTag": "Public",
          "name": "ActionMenuItem",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu:class",
          "docComment": "/**\n * @tagname %%prefix%%-actions-menu\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ActionsMenu extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/actions-menu/actions-menu.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "ActionsMenu",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#actions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "actions: "
                },
                {
                  "kind": "Reference",
                  "text": "ActionMenuItem",
                  "canonicalReference": "@genesislcap/foundation-ui!ActionMenuItem:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "actions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#actionsMenu:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "actionsMenu: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "actionsMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#actionsOpener:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "actionsOpener: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "actionsOpener",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#addDefaultActions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "addDefaultActions: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "addDefaultActions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#allActions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get allActions(): "
                },
                {
                  "kind": "Reference",
                  "text": "ActionMenuItem",
                  "canonicalReference": "@genesislcap/foundation-ui!ActionMenuItem:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "allActions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#autoCloseOnAction:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autoCloseOnAction: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "autoCloseOnAction",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#buttonAppearance:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "buttonAppearance: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "buttonAppearance",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#classNames:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "classNames: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "classNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#definition:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "definition: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "definition",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#definitionChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected definitionChanged(oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "definitionChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#getLabel:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getLabel(name: "
                },
                {
                  "kind": "Content",
                  "text": "string | ((rowData: any) => string)"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "name",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getLabel"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#getTemplate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getTemplate(prefix: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "import(\"@microsoft/fast-element\")."
                },
                {
                  "kind": "Reference",
                  "text": "ViewTemplate",
                  "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ActionsMenu",
                  "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu:class"
                },
                {
                  "kind": "Content",
                  "text": ", any>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 8
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prefix",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getTemplate"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#hideDisabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hideDisabled: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "hideDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#hideMenuSingleOption:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hideMenuSingleOption: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "hideMenuSingleOption",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#isVertical:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isVertical: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isVertical",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#name:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#onActionMenuItemClick:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onActionMenuItemClick(callback: "
                },
                {
                  "kind": "Content",
                  "text": "(rowData: any) => void | any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "callback",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "onActionMenuItemClick"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#open:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "open: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "open",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#openChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected openChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "openChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#rowData:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get rowData(): "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "rowData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#singleOption:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "singleOption: "
                },
                {
                  "kind": "Reference",
                  "text": "ActionMenuItem",
                  "canonicalReference": "@genesislcap/foundation-ui!ActionMenuItem:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "singleOption",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu#toggleActionsMenuVisibility:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggleActionsMenuVisibility(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "toggleActionsMenuVisibility"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!actionsMenuBaseStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "actionsMenuBaseStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/actions-menu/actions-menu.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "actionsMenuBaseStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!AffixMixin:function(1)",
          "docComment": "/**\n * Mixin that adds prefix/suffix affix support with screen-reader handling to an input field component. Shared between TextField and NumberField to keep the behaviour consistent and avoid duplication.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function AffixMixin<TBase extends "
            },
            {
              "kind": "Reference",
              "text": "Constructor",
              "canonicalReference": "@genesislcap/foundation-ui!~Constructor:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "AffixMixinBase",
              "canonicalReference": "@genesislcap/foundation-ui!~AffixMixinBase:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ">(Base: "
            },
            {
              "kind": "Content",
              "text": "TBase"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "{\n    new (...args: any[]): {\n        prefix: string;\n        suffix: string;\n        hideAffixFromScreenReader: boolean;\n        get controlAriaDescribedby(): string | undefined;\n        ariaDescribedby: string | null;\n        id: string;\n    };\n} & TBase"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/_common/affix-mixin.ts",
          "returnTypeTokenRange": {
            "startIndex": 8,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "Base",
              "parameterTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 7
              },
              "isOptional": false
            }
          ],
          "typeParameters": [
            {
              "typeParameterName": "TBase",
              "constraintTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "AffixMixin"
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch:class",
          "docComment": "/**\n * Natural-language criteria search input with AI interpretation.\n *\n * @fires\n *\n * criteria-changed - Fired when interpreted criteria is applied or cleared. detail: `string | null`\n *\n * @fires\n *\n * validation-errors - Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`\n *\n * @tagname %%prefix%%-ai-criteria-search\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class AiCriteriaSearch extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/ai-criteria-search.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "AiCriteriaSearch",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#activeGroups:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activeGroups: "
                },
                {
                  "kind": "Reference",
                  "text": "CriteriaGroup",
                  "canonicalReference": "@genesislcap/foundation-ui!CriteriaGroup:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "activeGroups",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#clear:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clear(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "clear"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#clearChips:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clearChips(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "clearChips"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#criteriaChips:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get criteriaChips(): "
                },
                {
                  "kind": "Reference",
                  "text": "CriteriaChip",
                  "canonicalReference": "@genesislcap/foundation-ui!CriteriaChip:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "criteriaChips",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#disabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#fieldMetadata:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fieldMetadata: "
                },
                {
                  "kind": "Reference",
                  "text": "MetadataDetail",
                  "canonicalReference": "@genesislcap/foundation-comms!MetadataDetail:type"
                },
                {
                  "kind": "Content",
                  "text": "[] | string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "fieldMetadata",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#handleBlur:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleBlur(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleBlur"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#handleSubmit:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleSubmit(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleSubmit"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#inputValue:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "inputValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#isInterpreting:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isInterpreting: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isInterpreting",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#isRecording:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isRecording: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isRecording",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#lastValidCriteria:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "lastValidCriteria: "
                },
                {
                  "kind": "Content",
                  "text": "string | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "lastValidCriteria",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#placeholder:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "placeholder: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "placeholder",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#providerRegistry:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "providerRegistry: "
                },
                {
                  "kind": "Reference",
                  "text": "AIProviderRegistry",
                  "canonicalReference": "@genesislcap/foundation-ai!AIProviderRegistry:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "providerRegistry",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#removeChip:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeChip(groupIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ", clauseIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "groupIndex",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "clauseIndex",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "removeChip"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#showingChips:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showingChips: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "showingChips",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#speechAvailable:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get speechAvailable(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "speechAvailable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#textAreaRef:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "textAreaRef: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLTextAreaElement",
                  "canonicalReference": "!HTMLTextAreaElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "textAreaRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#toggleCriteriaView:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggleCriteriaView(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "toggleCriteriaView"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch#toggleSpeechInput:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggleSpeechInput(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "toggleSpeechInput"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!AiIndicator:class",
          "docComment": "/**\n * @tagname %%prefix%%-ai-indicator\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class AiIndicator extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/ai-indicator/ai-indicator.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "AiIndicator",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiIndicator#canInstall:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get canInstall(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "canInstall",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiIndicator#chromeStatusLabel:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get chromeStatusLabel(): "
                },
                {
                  "kind": "Content",
                  "text": "string | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "chromeStatusLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!AiIndicator#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!AiIndicator#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiIndicator#isDownloading:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get isDownloading(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isDownloading",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiIndicator#isInstalling:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isInstalling: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isInstalling",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!AiIndicator#onInstall:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onInstall(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "onInstall"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiIndicator#open:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "open: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "open",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!AiIndicator#openChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "openChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "openChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiIndicator#providerRegistry:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "providerRegistry: "
                },
                {
                  "kind": "Reference",
                  "text": "AIProviderRegistry",
                  "canonicalReference": "@genesislcap/foundation-ai!AIProviderRegistry:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "providerRegistry",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!AiIndicator#refreshStatus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "refreshStatus(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "refreshStatus"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiIndicator#state:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "state: "
                },
                {
                  "kind": "Reference",
                  "text": "AIIndicatorState",
                  "canonicalReference": "@genesislcap/foundation-ui!AIIndicatorState:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "state",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!AiIndicator#status:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "status: "
                },
                {
                  "kind": "Reference",
                  "text": "AIStatus",
                  "canonicalReference": "@genesislcap/foundation-ai!AIStatus:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "status",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!AiIndicator#toggleDropdown:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggleDropdown(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "toggleDropdown"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!AIIndicatorState:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type AIIndicatorState = "
            },
            {
              "kind": "Content",
              "text": "'available' | 'downloading' | 'downloadable' | 'unavailable' | 'server' | 'none'"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/ai-indicator/ai-indicator.ts",
          "releaseTag": "Public",
          "name": "AIIndicatorState",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Anchor:class",
          "docComment": "/**\n * @tagname %%prefix%%-anchor\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Anchor extends "
            },
            {
              "kind": "Reference",
              "text": "FASTAnchor",
              "canonicalReference": "@microsoft/fast-components!Anchor:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/anchor/anchor.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Anchor",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!AnchoredRegion:class",
          "docComment": "/**\n * @tagname %%prefix%%-anchored-region\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class AnchoredRegion extends "
            },
            {
              "kind": "Reference",
              "text": "FASTAnchoredRegion",
              "canonicalReference": "@microsoft/fast-foundation!AnchoredRegion:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/anchored-region/anchored-region.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "AnchoredRegion",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!applyCustomTokens:function(1)",
          "docComment": "/**\n * Converts custom tokens to CSS custom properties and sets them on the provider element. Supports nested token groups which are flattened into kebab-case CSS variable names.\n *\n * Example: Input: { spacing: { padding: { small: { $value: \"8px\" } } } } Output: --spacing-padding-small: 8px\n *\n * @param provider - The HTML element to set CSS variables on\n *\n * @param customTokens - The custom tokens object to process\n *\n * @param prefix - Internal prefix for nested keys (used during recursion)\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "applyCustomTokens: (provider: "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": ", customTokens: "
            },
            {
              "kind": "Reference",
              "text": "CustomTokensConfig",
              "canonicalReference": "@genesislcap/foundation-ui!CustomTokensConfig:interface"
            },
            {
              "kind": "Content",
              "text": ", prefix?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "void"
            }
          ],
          "fileUrlPath": "src/design-system-provider/design-system-provider.utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "provider",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "customTokens",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            },
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "applyCustomTokens"
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!AvailableOption:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type AvailableOption<T extends "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": " = "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": "> = "
            },
            {
              "kind": "Content",
              "text": "{\n    field: T;\n    label: (searchTerm: string) => string;\n    resourceType?: "
            },
            {
              "kind": "Reference",
              "text": "ResourceType",
              "canonicalReference": "@genesislcap/foundation-comms!ResourceType:enum"
            },
            {
              "kind": "Content",
              "text": ";\n    createCriteria: "
            },
            {
              "kind": "Reference",
              "text": "CriteriaCreator",
              "canonicalReference": "@genesislcap/foundation-ui!~CriteriaCreator:type"
            },
            {
              "kind": "Content",
              "text": ";\n    isEnabled?: (searchTerm: string, selectedOptions: "
            },
            {
              "kind": "Reference",
              "text": "SelectedOption",
              "canonicalReference": "@genesislcap/foundation-ui!SelectedOption:type"
            },
            {
              "kind": "Content",
              "text": "[], minLength?: number) => boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar.types.ts",
          "releaseTag": "Public",
          "name": "AvailableOption",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "defaultTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            }
          ],
          "typeTokenRange": {
            "startIndex": 5,
            "endIndex": 12
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Avatar:class",
          "docComment": "/**\n * @tagname %%prefix%%-avatar\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Avatar extends "
            },
            {
              "kind": "Reference",
              "text": "FASTAvatar",
              "canonicalReference": "@microsoft/fast-components!Avatar:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/avatar/avatar.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Avatar",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Badge:class",
          "docComment": "/**\n * @tagname %%prefix%%-badge\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Badge extends "
            },
            {
              "kind": "Reference",
              "text": "FASTBadge",
              "canonicalReference": "@microsoft/fast-foundation!Badge:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/badge/badge.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Badge",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Banner:class",
          "docComment": "/**\n * @tagname %%prefix%%-banner\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Banner extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/banner/banner.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Banner",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Banner#banner:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "banner: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "banner",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Banner#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Banner#dismiss:member(1)",
              "docComment": "/**\n * Dismiss the Banner from display.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismiss(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "dismiss"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Banner#dismissAnimation:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissAnimation: "
                },
                {
                  "kind": "Content",
                  "text": "'banner-delete' | ''"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dismissAnimation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Banner#dismissNotification:member(1)",
              "docComment": "/**\n * Dismiss the Banner (NotificationStructure) from display.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissNotification(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "dismissNotification"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Banner#notification:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "notification: "
                },
                {
                  "kind": "Reference",
                  "text": "NotificationStructure",
                  "canonicalReference": "@genesislcap/foundation-notifications!NotificationStructure:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "notification",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!baseComponents:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "baseComponents: "
            },
            {
              "kind": "Content",
              "text": "{\n    foundationAccordion: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./accordion\")."
            },
            {
              "kind": "Reference",
              "text": "Accordion",
              "canonicalReference": "@genesislcap/foundation-ui!Accordion:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationAiCriteriaSearch: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./ai-criteria-search\")."
            },
            {
              "kind": "Reference",
              "text": "AiCriteriaSearch",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./ai-criteria-search\")."
            },
            {
              "kind": "Reference",
              "text": "AiCriteriaSearch",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./ai-criteria-search\")."
            },
            {
              "kind": "Reference",
              "text": "AiCriteriaSearch",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationAiIndicator: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./ai-indicator\")."
            },
            {
              "kind": "Reference",
              "text": "AiIndicator",
              "canonicalReference": "@genesislcap/foundation-ui!AiIndicator:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationAccordionItem: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "AccordionItemOptions",
              "canonicalReference": "@microsoft/fast-foundation!AccordionItemOptions:type"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "AccordionItemOptions",
              "canonicalReference": "@microsoft/fast-foundation!AccordionItemOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>;\n    foundationActionsMenu: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./actions-menu\")."
            },
            {
              "kind": "Reference",
              "text": "ActionsMenu",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationAnchor: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./anchor\")."
            },
            {
              "kind": "Reference",
              "text": "Anchor",
              "canonicalReference": "@genesislcap/foundation-ui!Anchor:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationAnchoredRegion: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./anchored-region\")."
            },
            {
              "kind": "Reference",
              "text": "AnchoredRegion",
              "canonicalReference": "@genesislcap/foundation-ui!AnchoredRegion:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationAvatar: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./avatar\")."
            },
            {
              "kind": "Reference",
              "text": "Avatar",
              "canonicalReference": "@genesislcap/foundation-ui!Avatar:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationBadge: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./badge\")."
            },
            {
              "kind": "Reference",
              "text": "Badge",
              "canonicalReference": "@genesislcap/foundation-ui!Badge:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationBanner: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./banner\")."
            },
            {
              "kind": "Reference",
              "text": "Banner",
              "canonicalReference": "@genesislcap/foundation-ui!Banner:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./banner\")."
            },
            {
              "kind": "Reference",
              "text": "Banner",
              "canonicalReference": "@genesislcap/foundation-ui!Banner:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./banner\")."
            },
            {
              "kind": "Reference",
              "text": "Banner",
              "canonicalReference": "@genesislcap/foundation-ui!Banner:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationBreadcrumb: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./breadcrumb\")."
            },
            {
              "kind": "Reference",
              "text": "Breadcrumb",
              "canonicalReference": "@genesislcap/foundation-ui!Breadcrumb:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationBreadcrumbItem: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "BreadcrumbItemOptions",
              "canonicalReference": "@microsoft/fast-foundation!BreadcrumbItemOptions:type"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "BreadcrumbItemOptions",
              "canonicalReference": "@microsoft/fast-foundation!BreadcrumbItemOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>;\n    foundationButton: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./button\")."
            },
            {
              "kind": "Reference",
              "text": "Button",
              "canonicalReference": "@genesislcap/foundation-ui!Button:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationCalendar: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "CalendarOptions",
              "canonicalReference": "@microsoft/fast-foundation!CalendarOptions:type"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "CalendarOptions",
              "canonicalReference": "@microsoft/fast-foundation!CalendarOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>;\n    foundationCard: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./card\")."
            },
            {
              "kind": "Reference",
              "text": "Card",
              "canonicalReference": "@genesislcap/foundation-ui!Card:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationCategorizedMultiselect: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./categorized-multiselect\")."
            },
            {
              "kind": "Reference",
              "text": "CategorizedMultiselect",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./categorized-multiselect\")."
            },
            {
              "kind": "Reference",
              "text": "CategorizedMultiselect",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./categorized-multiselect\")."
            },
            {
              "kind": "Reference",
              "text": "CategorizedMultiselect",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationCheckbox: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "CheckboxOptions",
              "canonicalReference": "@microsoft/fast-foundation!CheckboxOptions:type"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "CheckboxOptions",
              "canonicalReference": "@microsoft/fast-foundation!CheckboxOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>;\n    foundationCombobox: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "ComboboxOptions",
              "canonicalReference": "@microsoft/fast-foundation!ComboboxOptions:type"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "ComboboxOptions",
              "canonicalReference": "@microsoft/fast-foundation!ComboboxOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>;\n    foundationConnectionIndicator: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./connection-indicator\")."
            },
            {
              "kind": "Reference",
              "text": "ConnectionIndicator",
              "canonicalReference": "@genesislcap/foundation-ui!ConnectionIndicator:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationDataGrid: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./data-grid\")."
            },
            {
              "kind": "Reference",
              "text": "DataGrid",
              "canonicalReference": "@genesislcap/foundation-ui!DataGrid:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationDataGridCell: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./data-grid-cell\")."
            },
            {
              "kind": "Reference",
              "text": "DataGridCell",
              "canonicalReference": "@genesislcap/foundation-ui!DataGridCell:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationDataGridRow: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./data-grid-row\")."
            },
            {
              "kind": "Reference",
              "text": "DataGridRow",
              "canonicalReference": "@genesislcap/foundation-ui!DataGridRow:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationDatePicker: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./date-picker\")."
            },
            {
              "kind": "Reference",
              "text": "DatePicker",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./date-picker\")."
            },
            {
              "kind": "Reference",
              "text": "DatePicker",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./date-picker\")."
            },
            {
              "kind": "Reference",
              "text": "DatePicker",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationDesignSystemProvider: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n        styles: (context: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ") => import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n        styles: (context: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ") => import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./design-system-provider\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationDesignSystemProvider",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationDesignSystemProvider:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationDialog: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./dialog\")."
            },
            {
              "kind": "Reference",
              "text": "Dialog",
              "canonicalReference": "@genesislcap/foundation-ui!Dialog:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./dialog\")."
            },
            {
              "kind": "Reference",
              "text": "Dialog",
              "canonicalReference": "@genesislcap/foundation-ui!Dialog:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./dialog\")."
            },
            {
              "kind": "Reference",
              "text": "Dialog",
              "canonicalReference": "@genesislcap/foundation-ui!Dialog:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationDisclosure: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./disclosure\")."
            },
            {
              "kind": "Reference",
              "text": "Disclosure",
              "canonicalReference": "@genesislcap/foundation-ui!Disclosure:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationDivider: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./divider\")."
            },
            {
              "kind": "Reference",
              "text": "Divider",
              "canonicalReference": "@genesislcap/foundation-ui!Divider:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationDropdownMenu: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./dropdown-menu\")."
            },
            {
              "kind": "Reference",
              "text": "DropdownMenu",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationErrorBanner: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./error-banner\")."
            },
            {
              "kind": "Reference",
              "text": "ErrorBanner",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBanner:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./error-banner\")."
            },
            {
              "kind": "Reference",
              "text": "ErrorBanner",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBanner:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./error-banner\")."
            },
            {
              "kind": "Reference",
              "text": "ErrorBanner",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBanner:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationErrorBoundary: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./error-boundary\")."
            },
            {
              "kind": "Reference",
              "text": "ErrorBoundary",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBoundary:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./error-boundary\")."
            },
            {
              "kind": "Reference",
              "text": "ErrorBoundary",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBoundary:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./error-boundary\")."
            },
            {
              "kind": "Reference",
              "text": "ErrorBoundary",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBoundary:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationErrorDialog: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./error-dialog\")."
            },
            {
              "kind": "Reference",
              "text": "ErrorDialog",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorDialog:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./error-dialog\")."
            },
            {
              "kind": "Reference",
              "text": "ErrorDialog",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorDialog:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./error-dialog\")."
            },
            {
              "kind": "Reference",
              "text": "ErrorDialog",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorDialog:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationFileReader: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./file-reader\")."
            },
            {
              "kind": "Reference",
              "text": "FileReader",
              "canonicalReference": "@genesislcap/foundation-ui!FileReader_2:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationFileUpload: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./file-upload\")."
            },
            {
              "kind": "Reference",
              "text": "FileUpload",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./file-upload\")."
            },
            {
              "kind": "Reference",
              "text": "FileUpload",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./file-upload\")."
            },
            {
              "kind": "Reference",
              "text": "FileUpload",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationFilter: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./filter\")."
            },
            {
              "kind": "Reference",
              "text": "Filter",
              "canonicalReference": "@genesislcap/foundation-ui!Filter:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./filter\")."
            },
            {
              "kind": "Reference",
              "text": "Filter",
              "canonicalReference": "@genesislcap/foundation-ui!Filter:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./filter\")."
            },
            {
              "kind": "Reference",
              "text": "Filter",
              "canonicalReference": "@genesislcap/foundation-ui!Filter:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationFilterBar: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./filter-bar\")."
            },
            {
              "kind": "Reference",
              "text": "FilterBar",
              "canonicalReference": "@genesislcap/foundation-ui!FilterBar:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationFlexLayout: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./flex-layout\")."
            },
            {
              "kind": "Reference",
              "text": "FlexLayout",
              "canonicalReference": "@genesislcap/foundation-ui!FlexLayout:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./flex-layout\")."
            },
            {
              "kind": "Reference",
              "text": "FlexLayout",
              "canonicalReference": "@genesislcap/foundation-ui!FlexLayout:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./flex-layout\")."
            },
            {
              "kind": "Reference",
              "text": "FlexLayout",
              "canonicalReference": "@genesislcap/foundation-ui!FlexLayout:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationFlipper: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FlipperOptions",
              "canonicalReference": "@microsoft/fast-foundation!FlipperOptions:type"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FlipperOptions",
              "canonicalReference": "@microsoft/fast-foundation!FlipperOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>;\n    foundationFlyout: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./flyout\")."
            },
            {
              "kind": "Reference",
              "text": "Flyout",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./flyout\")."
            },
            {
              "kind": "Reference",
              "text": "Flyout",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./flyout\")."
            },
            {
              "kind": "Reference",
              "text": "Flyout",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationGridLayout: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./grid-layout\")."
            },
            {
              "kind": "Reference",
              "text": "GridLayout",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./grid-layout\")."
            },
            {
              "kind": "Reference",
              "text": "GridLayout",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./grid-layout\")."
            },
            {
              "kind": "Reference",
              "text": "GridLayout",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationGridLayoutItem: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./grid-layout-item\")."
            },
            {
              "kind": "Reference",
              "text": "GridLayoutItem",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./grid-layout-item\")."
            },
            {
              "kind": "Reference",
              "text": "GridLayoutItem",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./grid-layout-item\")."
            },
            {
              "kind": "Reference",
              "text": "GridLayoutItem",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationHorizontalScroll: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "HorizontalScrollOptions",
              "canonicalReference": "@microsoft/fast-foundation!HorizontalScrollOptions:type"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "HorizontalScrollOptions",
              "canonicalReference": "@microsoft/fast-foundation!HorizontalScrollOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>;\n    foundationIcon: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./icon\")."
            },
            {
              "kind": "Reference",
              "text": "Icon",
              "canonicalReference": "@genesislcap/foundation-ui!Icon:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationListbox: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./listbox\")."
            },
            {
              "kind": "Reference",
              "text": "Listbox",
              "canonicalReference": "@genesislcap/foundation-ui!Listbox:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationListboxOption: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./listbox-option\")."
            },
            {
              "kind": "Reference",
              "text": "ListboxOption",
              "canonicalReference": "@genesislcap/foundation-ui!ListboxOption:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationMenu: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./menu\")."
            },
            {
              "kind": "Reference",
              "text": "Menu",
              "canonicalReference": "@genesislcap/foundation-ui!Menu:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationMenuItem: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "MenuItemOptions",
              "canonicalReference": "@microsoft/fast-foundation!MenuItemOptions:type"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "MenuItemOptions",
              "canonicalReference": "@microsoft/fast-foundation!MenuItemOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>;\n    foundationModal: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./modal\")."
            },
            {
              "kind": "Reference",
              "text": "Modal",
              "canonicalReference": "@genesislcap/foundation-ui!Modal:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./modal\")."
            },
            {
              "kind": "Reference",
              "text": "Modal",
              "canonicalReference": "@genesislcap/foundation-ui!Modal:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./modal\")."
            },
            {
              "kind": "Reference",
              "text": "Modal",
              "canonicalReference": "@genesislcap/foundation-ui!Modal:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationMultiselect: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./multiselect\")."
            },
            {
              "kind": "Reference",
              "text": "Multiselect",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./multiselect\")."
            },
            {
              "kind": "Reference",
              "text": "Multiselect",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./multiselect\")."
            },
            {
              "kind": "Reference",
              "text": "Multiselect",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationNumberField: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "NumberFieldOptions",
              "canonicalReference": "@microsoft/fast-foundation!NumberFieldOptions:type"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "NumberFieldOptions",
              "canonicalReference": "@microsoft/fast-foundation!NumberFieldOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>;\n    foundationOptgroup: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./optgroup\")."
            },
            {
              "kind": "Reference",
              "text": "Optgroup",
              "canonicalReference": "@genesislcap/foundation-ui!Optgroup:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationPill: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./pill\")."
            },
            {
              "kind": "Reference",
              "text": "Pill",
              "canonicalReference": "@genesislcap/foundation-ui!Pill:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./pill\")."
            },
            {
              "kind": "Reference",
              "text": "Pill",
              "canonicalReference": "@genesislcap/foundation-ui!Pill:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./pill\")."
            },
            {
              "kind": "Reference",
              "text": "Pill",
              "canonicalReference": "@genesislcap/foundation-ui!Pill:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationPopper: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./popper\")."
            },
            {
              "kind": "Reference",
              "text": "Popper",
              "canonicalReference": "@genesislcap/foundation-ui!Popper:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./popper\")."
            },
            {
              "kind": "Reference",
              "text": "Popper",
              "canonicalReference": "@genesislcap/foundation-ui!Popper:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }, typeof import(\"./popper\")."
            },
            {
              "kind": "Reference",
              "text": "Popper",
              "canonicalReference": "@genesislcap/foundation-ui!Popper:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationProgress: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "ProgressOptions",
              "canonicalReference": "@microsoft/fast-foundation!ProgressOptions:type"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "ProgressOptions",
              "canonicalReference": "@microsoft/fast-foundation!ProgressOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>;\n    foundationProgressRing: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "ProgressRingOptions",
              "canonicalReference": "@microsoft/fast-foundation!ProgressRingOptions:type"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "ProgressRingOptions",
              "canonicalReference": "@microsoft/fast-foundation!ProgressRingOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>;\n    foundationRadio: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "RadioOptions",
              "canonicalReference": "@microsoft/fast-foundation!RadioOptions:type"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "RadioOptions",
              "canonicalReference": "@microsoft/fast-foundation!RadioOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>;\n    foundationRadioGroup: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./radio-group\")."
            },
            {
              "kind": "Reference",
              "text": "RadioGroup",
              "canonicalReference": "@genesislcap/foundation-ui!RadioGroup:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationScheduler: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./scheduler\")."
            },
            {
              "kind": "Reference",
              "text": "Scheduler",
              "canonicalReference": "@genesislcap/foundation-ui!Scheduler:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./scheduler\")."
            },
            {
              "kind": "Reference",
              "text": "Scheduler",
              "canonicalReference": "@genesislcap/foundation-ui!Scheduler:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./scheduler\")."
            },
            {
              "kind": "Reference",
              "text": "Scheduler",
              "canonicalReference": "@genesislcap/foundation-ui!Scheduler:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationSchedulerCronBuilder: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./scheduler-cron-builder\")."
            },
            {
              "kind": "Reference",
              "text": "SchedulerCronBuilder",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./scheduler-cron-builder\")."
            },
            {
              "kind": "Reference",
              "text": "SchedulerCronBuilder",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./scheduler-cron-builder\")."
            },
            {
              "kind": "Reference",
              "text": "SchedulerCronBuilder",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationSchedulerTimezone: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./scheduler-timezone\")."
            },
            {
              "kind": "Reference",
              "text": "SchedulerTimezone",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerTimezone:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./scheduler-timezone\")."
            },
            {
              "kind": "Reference",
              "text": "SchedulerTimezone",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerTimezone:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./scheduler-timezone\")."
            },
            {
              "kind": "Reference",
              "text": "SchedulerTimezone",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerTimezone:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationSearchBar: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./search-bar\")."
            },
            {
              "kind": "Reference",
              "text": "SearchBar",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./search-bar\")."
            },
            {
              "kind": "Reference",
              "text": "SearchBar",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./search-bar\")."
            },
            {
              "kind": "Reference",
              "text": "SearchBar",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationSearchBarCombobox: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./search-bar\")."
            },
            {
              "kind": "Reference",
              "text": "SearchBarCombobox",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBarCombobox:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationSegmentedControl: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./segmented-control\")."
            },
            {
              "kind": "Reference",
              "text": "SegmentedControl",
              "canonicalReference": "@genesislcap/foundation-ui!SegmentedControl:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationSegmentedItem: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "RadioOptions",
              "canonicalReference": "@microsoft/fast-foundation!RadioOptions:type"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "RadioOptions",
              "canonicalReference": "@microsoft/fast-foundation!RadioOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>;\n    foundationSelect: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "SelectOptions",
              "canonicalReference": "@microsoft/fast-foundation!SelectOptions:type"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "SelectOptions",
              "canonicalReference": "@microsoft/fast-foundation!SelectOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>;\n    foundationSkeleton: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./skeleton\")."
            },
            {
              "kind": "Reference",
              "text": "Skeleton",
              "canonicalReference": "@genesislcap/foundation-ui!Skeleton:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationSlider: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "SliderOptions",
              "canonicalReference": "@microsoft/fast-foundation!SliderOptions:type"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "SliderOptions",
              "canonicalReference": "@microsoft/fast-foundation!SliderOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>;\n    foundationSliderLabel: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./slider-label\")."
            },
            {
              "kind": "Reference",
              "text": "SliderLabel",
              "canonicalReference": "@genesislcap/foundation-ui!SliderLabel:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationSnackbar: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./snackbar\")."
            },
            {
              "kind": "Reference",
              "text": "Snackbar",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./snackbar\")."
            },
            {
              "kind": "Reference",
              "text": "Snackbar",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./snackbar\")."
            },
            {
              "kind": "Reference",
              "text": "Snackbar",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationStackingIcons: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./stacking-icons\")."
            },
            {
              "kind": "Reference",
              "text": "StackingIcons",
              "canonicalReference": "@genesislcap/foundation-ui!StackingIcons:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationStatusPill: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./status-pill\")."
            },
            {
              "kind": "Reference",
              "text": "StatusPill",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./status-pill\")."
            },
            {
              "kind": "Reference",
              "text": "StatusPill",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }, typeof import(\"./status-pill\")."
            },
            {
              "kind": "Reference",
              "text": "StatusPill",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationEnvironmentIndicator: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./environment-indicator\")."
            },
            {
              "kind": "Reference",
              "text": "EnvironmentIndicator",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./environment-indicator\")."
            },
            {
              "kind": "Reference",
              "text": "EnvironmentIndicator",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./environment-indicator\")."
            },
            {
              "kind": "Reference",
              "text": "EnvironmentIndicator",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationStepperTab: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./stepper-tab\")."
            },
            {
              "kind": "Reference",
              "text": "StepperTab",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTab:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationStepperTabPanel: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementTemplate",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementTemplate:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./stepper-tab-panel\")."
            },
            {
              "kind": "Reference",
              "text": "StepperTabPanel",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTabPanel:class"
            },
            {
              "kind": "Content",
              "text": ", any>>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementTemplate",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementTemplate:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./stepper-tab-panel\")."
            },
            {
              "kind": "Reference",
              "text": "StepperTabPanel",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTabPanel:class"
            },
            {
              "kind": "Content",
              "text": ", any>>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./stepper-tab-panel\")."
            },
            {
              "kind": "Reference",
              "text": "StepperTabPanel",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTabPanel:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationSwitch: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "SwitchOptions",
              "canonicalReference": "@microsoft/fast-foundation!SwitchOptions:type"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "SwitchOptions",
              "canonicalReference": "@microsoft/fast-foundation!SwitchOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>;\n    foundationSystemHealthOverlay: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./overlays\")."
            },
            {
              "kind": "Reference",
              "text": "SystemHealthOverlay",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationTab: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./tab\")."
            },
            {
              "kind": "Reference",
              "text": "Tab",
              "canonicalReference": "@genesislcap/foundation-ui!Tab:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationTabPanel: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./tab-panel\")."
            },
            {
              "kind": "Reference",
              "text": "TabPanel",
              "canonicalReference": "@genesislcap/foundation-ui!TabPanel:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationTabs: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./tabs\")."
            },
            {
              "kind": "Reference",
              "text": "Tabs",
              "canonicalReference": "@genesislcap/foundation-ui!Tabs:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationTextArea: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./text-area\")."
            },
            {
              "kind": "Reference",
              "text": "TextArea",
              "canonicalReference": "@genesislcap/foundation-ui!TextArea:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationTextField: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./text-field\")."
            },
            {
              "kind": "Reference",
              "text": "TextField",
              "canonicalReference": "@genesislcap/foundation-ui!TextField:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationToast: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./icon\")."
            },
            {
              "kind": "Reference",
              "text": "Icon",
              "canonicalReference": "@genesislcap/foundation-ui!Icon:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./icon\")."
            },
            {
              "kind": "Reference",
              "text": "Icon",
              "canonicalReference": "@genesislcap/foundation-ui!Icon:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./toast\")."
            },
            {
              "kind": "Reference",
              "text": "Toast",
              "canonicalReference": "@genesislcap/foundation-ui!Toast:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationToolbar: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./toolbar\")."
            },
            {
              "kind": "Reference",
              "text": "Toolbar",
              "canonicalReference": "@genesislcap/foundation-ui!Toolbar:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationTooltip: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./tooltip\")."
            },
            {
              "kind": "Reference",
              "text": "Tooltip",
              "canonicalReference": "@genesislcap/foundation-ui!Tooltip:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationTreeItem: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "TreeItemOptions",
              "canonicalReference": "@microsoft/fast-foundation!TreeItemOptions:type"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "TreeItemOptions",
              "canonicalReference": "@microsoft/fast-foundation!TreeItemOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>;\n    foundationTreeView: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./tree-view\")."
            },
            {
              "kind": "Reference",
              "text": "TreeView",
              "canonicalReference": "@genesislcap/foundation-ui!TreeView:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationUrlInput: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof import(\"./url-input\")."
            },
            {
              "kind": "Reference",
              "text": "UrlInput",
              "canonicalReference": "@genesislcap/foundation-ui!UrlInput:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationVerificationCodeInput: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./verification-code-input\")."
            },
            {
              "kind": "Reference",
              "text": "VerificationCodeInput",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./verification-code-input\")."
            },
            {
              "kind": "Reference",
              "text": "VerificationCodeInput",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./verification-code-input\")."
            },
            {
              "kind": "Reference",
              "text": "VerificationCodeInput",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationSectionNavigator: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./section-navigator\")."
            },
            {
              "kind": "Reference",
              "text": "SectionNavigator",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./section-navigator\")."
            },
            {
              "kind": "Reference",
              "text": "SectionNavigator",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./section-navigator\")."
            },
            {
              "kind": "Reference",
              "text": "SectionNavigator",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    register(container?: "
            },
            {
              "kind": "Reference",
              "text": "Container",
              "canonicalReference": "@microsoft/fast-foundation!Container:interface"
            },
            {
              "kind": "Content",
              "text": ", ...rest: any[]): void;\n}"
            }
          ],
          "fileUrlPath": "src/base-components.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "baseComponents",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 1246
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!baseConfig:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type baseConfig = "
            },
            {
              "kind": "Content",
              "text": "{\n    frequency?: string;\n    hours?: string;\n    minutes?: string;\n    seconds?: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "releaseTag": "Public",
          "name": "baseConfig",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare abstract class BaseDatasource extends "
            },
            {
              "kind": "Reference",
              "text": "BaseDatasource_base",
              "canonicalReference": "@genesislcap/foundation-ui!~BaseDatasource_base"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/utils/base-datasource.ts",
          "releaseTag": "Public",
          "isAbstract": true,
          "name": "BaseDatasource",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#applyDataserverData:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "applyDataserverData(dataServerResult: "
                },
                {
                  "kind": "Reference",
                  "text": "FilteredDataServerResult",
                  "canonicalReference": "@genesislcap/foundation-comms!FilteredDataServerResult:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "dataServerResult",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "applyDataserverData"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#applyRequestServerData:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "applyRequestServerData(requestServerResult: "
                },
                {
                  "kind": "Reference",
                  "text": "RequestServerResult",
                  "canonicalReference": "@genesislcap/foundation-comms!RequestServerResult:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "requestServerResult",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "applyRequestServerData"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#canRequestMoreRows:member(1)",
              "docComment": "/**\n * Whether a further page of rows can be requested from the server.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "canRequestMoreRows(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "canRequestMoreRows"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#clearData:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "abstract clearData(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": true,
              "name": "clearData"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#connect:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connect: "
                },
                {
                  "kind": "Reference",
                  "text": "Connect",
                  "canonicalReference": "@genesislcap/foundation-comms!Connect:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "connect",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#criteria:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "criteria: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "criteria",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#criteriaChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "criteriaChanged(oldCriteria: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newCriteria: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldCriteria",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newCriteria",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "criteriaChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#data:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "data: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "data",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#dataChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dataChanged(oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "dataChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#datasource:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "datasource: "
                },
                {
                  "kind": "Reference",
                  "text": "Datasource",
                  "canonicalReference": "@genesislcap/foundation-comms!Datasource:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "datasource",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#datasourceConfig:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "set datasourceConfig(config: "
                },
                {
                  "kind": "Reference",
                  "text": "DatasourceOptions",
                  "canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "datasourceConfig",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#dataSub:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dataSub: "
                },
                {
                  "kind": "Reference",
                  "text": "Subscription",
                  "canonicalReference": "rxjs!Subscription:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dataSub",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#dataSubWasLoggedOff:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dataSubWasLoggedOff: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dataSubWasLoggedOff",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#effectiveRowId:member",
              "docComment": "/**\n * The field used to key rows into {@link BaseDatasource.rowsSyncedWithStream}.\n *\n * @remarks\n *\n * An explicit {@link BaseDatasource.rowId} always wins. Otherwise the id is derived from the resolved resource type: REQUEST_SERVER (request/reply) rows carry no `ROW_REF` and are identified by `RECORD_ID`, while DATASERVER rows use `ROW_REF`. Computed from the current `resourceType` on every access, so repointing across resource types stays correct.\n *\n * `resourceType` is only known after `datasource.init()`; before then this falls back to the DATASERVER default, which is harmless because no rows are keyed until data arrives.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get effectiveRowId(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "effectiveRowId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#fetchGenesisData:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fetchGenesisData(withFullInit?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "withFullInit",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "fetchGenesisData"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#fields:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fields: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "fields",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#getDefaultLabelFormat:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getDefaultLabelFormat(field: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", type: "
                },
                {
                  "kind": "Reference",
                  "text": "FieldTypeEnum",
                  "canonicalReference": "@genesislcap/foundation-comms!FieldTypeEnum:enum"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "field",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "type",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getDefaultLabelFormat"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#getFieldMetadata:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getFieldMetadata(fieldName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "FieldMetadata",
                  "canonicalReference": "@genesislcap/foundation-comms!FieldMetadata:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "fieldName",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getFieldMetadata"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#handleError:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleError(params?: "
                },
                {
                  "kind": "Reference",
                  "text": "BaseDatasourceErrorHandlingOptions",
                  "canonicalReference": "@genesislcap/foundation-ui!BaseDatasourceErrorHandlingOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleError"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#handleStreamDeletes:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "abstract handleStreamDeletes(deletedRows: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "deletedRows",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": true,
              "name": "handleStreamDeletes"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#handleStreamInserts:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "abstract handleStreamInserts(insertedRows: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "insertedRows",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": true,
              "name": "handleStreamInserts"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#handleStreamUpdates:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "abstract handleStreamUpdates(updatedRows: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "updatedRows",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": true,
              "name": "handleStreamUpdates"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#initDatasource:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "initDatasource(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "initDatasource"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#isSnapshot:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSnapshot: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isSnapshot",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#maxRows:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxRows: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "maxRows",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#maxView:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxView: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "maxView",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#moreRowsAvailable:member",
              "docComment": "/**\n * Whether the server reported more rows are available beyond the ones already fetched.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected moreRowsAvailable: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "moreRowsAvailable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#nextRequestOffset:member",
              "docComment": "/**\n * The OFFSET to request the next page from, for REQUEST_SERVER paging.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected nextRequestOffset: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "nextRequestOffset",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#orderBy:member",
              "docComment": "/**\n * Sort field(s) for the resource. When using OFFSET-based paging (e.g. `options-datasource`'s `infinite-scroll`), the server has no other guaranteed row ordering between requests, so a stable `orderBy` is required to avoid rows shifting across pages (duplicates/gaps) as the underlying data changes between fetches.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "orderBy: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "orderBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#removeFilter:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeFilter(fieldName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "fieldName",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "removeFilter"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#request:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "request: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "request",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#requestChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "requestChanged(oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "requestChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#requestMoreRows:member(1)",
              "docComment": "/**\n * Requests the next page of rows (up to `maxRows`) from the server.\n *\n * @remarks\n *\n * For DATASERVER resources a MORE_ROWS message is sent against the active stream's view and the rows are delivered as inserts on the existing stream subscription. For REQUEST_SERVER resources the next page is requested by OFFSET and delivered via `handleStreamInserts`.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "requestMoreRows(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "requestMoreRows"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#requiresFullDataRefresh:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "requiresFullDataRefresh: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "requiresFullDataRefresh",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#reset:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "reset(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "reset"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#resourceName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resourceName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "resourceName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#reverse:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "reverse: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "reverse",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#rowId:member",
              "docComment": "/**\n * Explicit override for the field that uniquely identifies a row.\n *\n * @remarks\n *\n * Leave unset (the default) and the id is derived from the resolved resource type via {@link BaseDatasource.effectiveRowId} - `ROW_REF` for DATASERVER rows, `RECORD_ID` for REQUEST_SERVER (request/reply) rows. Only set this when a resource uses a non-standard identifier; a hardcoded value silently breaks if the datasource is later repointed at a different resource type.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowId: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "rowId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#rowsSyncedWithStream:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowsSyncedWithStream: "
                },
                {
                  "kind": "Reference",
                  "text": "Map",
                  "canonicalReference": "!Map:interface"
                },
                {
                  "kind": "Content",
                  "text": "<string, any>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "rowsSyncedWithStream",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#setFilter:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setFilter(fieldName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newFilter: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "fieldName",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newFilter",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "setFilter"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#sourceRef:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected sourceRef: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "sourceRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#syncComponentData:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "abstract syncComponentData(snapshotData?: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "snapshotData",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": true,
              "name": "syncComponentData"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#update:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "update: "
                },
                {
                  "kind": "Reference",
                  "text": "BehaviorSubject",
                  "canonicalReference": "rxjs!BehaviorSubject:class"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "Map",
                  "canonicalReference": "!Map:interface"
                },
                {
                  "kind": "Content",
                  "text": "<string, string>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "update",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#withGridInit:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "withGridInit: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "withGridInit",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource#withTimestampFormatting:member",
              "docComment": "/**\n * Enabled by default, will format UNIX timestamp fields to readable [DATE|DATETIME] values.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "withTimestampFormatting: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "withTimestampFormatting",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!BaseDatasourceErrorHandlingOptions:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface BaseDatasourceErrorHandlingOptions "
            }
          ],
          "fileUrlPath": "src/utils/base-datasource.ts",
          "releaseTag": "Public",
          "name": "BaseDatasourceErrorHandlingOptions",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasourceErrorHandlingOptions#loggerArgs:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "loggerArgs?: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "loggerArgs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasourceErrorHandlingOptions#loggerType:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "loggerType?: "
                },
                {
                  "kind": "Reference",
                  "text": "logType",
                  "canonicalReference": "consola!LogType:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "loggerType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasourceErrorHandlingOptions#message:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "message?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "message",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!BaseFileComponent:class",
          "docComment": "/**\n * Abstract base class for file handling components Provides common functionality for file selection, validation, and UI state management\n *\n * @fires\n *\n * error - Fired when file size validation fails. detail: `Error`\n *\n * @fires\n *\n * clear - Fired when selection is cleared\n *\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare abstract class BaseFileComponent extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/_common/base-file-component.ts",
          "releaseTag": "Beta",
          "isAbstract": true,
          "name": "BaseFileComponent",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseFileComponent#accept:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "accept: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "accept",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseFileComponent#clearSelection:member(1)",
              "docComment": "/**\n * Clears all file selection and processing state Resets the component to its initial state\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clearSelection(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "clearSelection"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseFileComponent#fileInput:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fileInput: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "fileInput",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseFileComponent#fileName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fileName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "fileName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseFileComponent#fileSizeLimitBytes:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fileSizeLimitBytes: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "fileSizeLimitBytes",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseFileComponent#getSelectedFile:member(1)",
              "docComment": "/**\n * Gets the currently selected file object\n *\n * @returns The selected File object or null if no file is selected\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getSelectedFile(): "
                },
                {
                  "kind": "Reference",
                  "text": "File",
                  "canonicalReference": "!File:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getSelectedFile"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseFileComponent#handleClick:member(1)",
              "docComment": "/**\n * Opens the file picker dialog Clears any previous file selection before opening\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleClick(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleClick"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseFileComponent#isProcessing:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isProcessing: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "isProcessing",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseFileComponent#label:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseFileComponent#onFileCleared:member(1)",
              "docComment": "/**\n * Abstract method called when file selection is cleared\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected abstract onFileCleared(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": true,
              "name": "onFileCleared"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseFileComponent#onFileSelected:member(1)",
              "docComment": "/**\n * Abstract method called when a file is selected\n *\n * @param files - The selected file\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected abstract onFileSelected(files: "
                },
                {
                  "kind": "Reference",
                  "text": "File",
                  "canonicalReference": "!File:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 4,
                "endIndex": 5
              },
              "releaseTag": "Beta",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "files",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": true,
              "name": "onFileSelected"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseFileComponent#onInputChange:member(1)",
              "docComment": "/**\n * Handles file selection from the file input Validates file size and sets up for processing\n *\n * @param e - The change event from the file input\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onInputChange(e: "
                },
                {
                  "kind": "Reference",
                  "text": "Event",
                  "canonicalReference": "!Event:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "e",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "onInputChange"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!BaseFileComponent#selectedFile:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected selectedFile: "
                },
                {
                  "kind": "Reference",
                  "text": "File",
                  "canonicalReference": "!File:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "selectedFile",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!BaseFileComponent#showError:member(1)",
              "docComment": "/**\n * Shows an error notification using the unified error handling system\n *\n * @param title - The error title\n *\n * @param message - The error message\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected showError(title: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", message: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Beta",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "title",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "message",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "showError"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!baseLayerLuminanceValue:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "baseLayerLuminanceValue: "
            },
            {
              "kind": "Content",
              "text": "0.23"
            }
          ],
          "fileUrlPath": "src/_config/values/color.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "baseLayerLuminanceValue",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Breadcrumb:class",
          "docComment": "/**\n * @tagname %%prefix%%-breadcrumb\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Breadcrumb extends "
            },
            {
              "kind": "Reference",
              "text": "FASTBreadcrumb",
              "canonicalReference": "@microsoft/fast-foundation!Breadcrumb:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/breadcrumb/breadcrumb.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Breadcrumb",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!BreadcrumbItem:class",
          "docComment": "/**\n * @tagname %%prefix%%-breadcrumb-item\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class BreadcrumbItem extends "
            },
            {
              "kind": "Reference",
              "text": "FASTBreadcrumbItem",
              "canonicalReference": "@microsoft/fast-foundation!BreadcrumbItem:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/breadcrumb-item/breadcrumb-item.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "BreadcrumbItem",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Button:class",
          "docComment": "/**\n * @tagname %%prefix%%-button\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Button extends "
            },
            {
              "kind": "Reference",
              "text": "FASTButton",
              "canonicalReference": "@microsoft/fast-components!Button:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/button/button.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Button",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Calendar:class",
          "docComment": "/**\n * @tagname %%prefix%%-calendar\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Calendar extends "
            },
            {
              "kind": "Reference",
              "text": "FASTCalendar",
              "canonicalReference": "@microsoft/fast-foundation!Calendar:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/calendar/calendar.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Calendar",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Card:class",
          "docComment": "/**\n * @tagname %%prefix%%-card\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Card extends "
            },
            {
              "kind": "Reference",
              "text": "FASTCard",
              "canonicalReference": "@microsoft/fast-components!Card:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/card/card.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Card",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect:class",
          "docComment": "/**\n * @tagname %%prefix%%-categorized-multiselect\n *\n * @fires\n *\n * selectionChange - Fired when the selected options change. detail: `string[]`\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class CategorizedMultiselect extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/categorized-multiselect/categorized-multiselect.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "CategorizedMultiselect",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#autoPosition:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autoPosition: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "autoPosition",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#changeHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "changeHandler(event: "
                },
                {
                  "kind": "Reference",
                  "text": "Event",
                  "canonicalReference": "!Event:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "event",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "changeHandler"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#defaultSlottedNodes:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultSlottedNodes: "
                },
                {
                  "kind": "Reference",
                  "text": "Node",
                  "canonicalReference": "!Node:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "defaultSlottedNodes",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#disabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#filteredAvailableOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "filteredAvailableOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "CategorizedMultiselectFilteredOption",
                  "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselectFilteredOption:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "filteredAvailableOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#filterSearchValue:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "filterSearchValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "filterSearchValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#getItemLabel:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getItemLabel(option: "
                },
                {
                  "kind": "Reference",
                  "text": "CategorizedMultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "option",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getItemLabel"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#getPlaceholder:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get getPlaceholder(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "getPlaceholder",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#isOptionDisabled:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOptionDisabled(option: "
                },
                {
                  "kind": "Reference",
                  "text": "CategorizedMultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "option",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "isOptionDisabled"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#isOptionSelected:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOptionSelected(normalizedOption: "
                },
                {
                  "kind": "Reference",
                  "text": "CategorizedMultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "normalizedOption",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "isOptionSelected"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#name:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#open:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "open: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "open",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#openChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "openChanged(previous: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ", open: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "previous",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "open",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "openChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#optionGetter:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "optionGetter(option: "
                },
                {
                  "kind": "Reference",
                  "text": "CategorizedMultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "option",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "optionGetter"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#options:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "options: "
                },
                {
                  "kind": "Reference",
                  "text": "CategorizedMultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "options",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#optionsChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "optionsChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "optionsChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#optionsElement:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "optionsElement: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "optionsElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#position:member",
              "docComment": "/**\n * Controls the positioning of the multiselect dropdown. Accepts the following values: - Position.ABOVE: Forces the dropdown to always open above the input field. - Position.BELOW: Forces the dropdown to always open below the input field.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "position: "
                },
                {
                  "kind": "Reference",
                  "text": "Position",
                  "canonicalReference": "@genesislcap/foundation-ui!Position:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "position",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#search:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "search: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "search",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#selectCheckboxOne:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectCheckboxOne(normalizedOption: "
                },
                {
                  "kind": "Reference",
                  "text": "CategorizedMultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "normalizedOption",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "selectCheckboxOne"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#selectedOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedOptions: "
                },
                {
                  "kind": "Content",
                  "text": "string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "selectedOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#setFilter:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setFilter(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "setFilter"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#sortFilteredOptions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sortFilteredOptions(options?: "
                },
                {
                  "kind": "Reference",
                  "text": "CategorizedMultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "CategorizedMultiselectFilteredOption",
                  "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselectFilteredOption:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 4,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "options",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "sortFilteredOptions"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#toggle:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggle(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "toggle"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect#valueFormatter:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "valueFormatter: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "valueFormatter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselectFilteredOption:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type CategorizedMultiselectFilteredOption = "
            },
            {
              "kind": "Content",
              "text": "{\n    type: string;\n    options: "
            },
            {
              "kind": "Reference",
              "text": "Omit",
              "canonicalReference": "!Omit:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "CategorizedMultiselectOption",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselectOption:type"
            },
            {
              "kind": "Content",
              "text": ", 'type'>;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/categorized-multiselect/categorized-multiselect.ts",
          "releaseTag": "Public",
          "name": "CategorizedMultiselectFilteredOption",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselectOption:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type CategorizedMultiselectOption = "
            },
            {
              "kind": "Content",
              "text": "{\n    type: string;\n    value: string;\n    label: string;\n    description?: string;\n    disabled?: boolean;\n    icon?: string;\n    iconColor?: string;\n    svg?: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/categorized-multiselect/categorized-multiselect.ts",
          "releaseTag": "Public",
          "name": "CategorizedMultiselectOption",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!categorizedMultiselectStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "categorizedMultiselectStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/categorized-multiselect/categorized-multiselect.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "categorizedMultiselectStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!categorizedMultiselectTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "categorizedMultiselectTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "CategorizedMultiselect",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/categorized-multiselect/categorized-multiselect.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "categorizedMultiselectTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Checkbox:class",
          "docComment": "/**\n * @tagname %%prefix%%-checkbox\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Checkbox extends "
            },
            {
              "kind": "Reference",
              "text": "FASTCheckbox",
              "canonicalReference": "@microsoft/fast-foundation!Checkbox:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/checkbox/checkbox.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Checkbox",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!ClearAllStatesEventDetail:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ClearAllStatesEventDetail "
            }
          ],
          "fileUrlPath": "src/section-navigator/section-navigator.ts",
          "releaseTag": "Public",
          "name": "ClearAllStatesEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!ClearAllStatesEventDetail#sectionName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sectionName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "sectionName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!ClearOptions:interface",
          "docComment": "/**\n * Options for clearing the multiselect component\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ClearOptions "
            }
          ],
          "fileUrlPath": "src/multiselect/multiselect.ts",
          "releaseTag": "Public",
          "name": "ClearOptions",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!ClearOptions#clearFilterText:member",
              "docComment": "/**\n * Whether to clear filter text (default: true)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clearFilterText?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "clearFilterText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!ClearOptions#clearSelectedValues:member",
              "docComment": "/**\n * Whether to clear selected values (default: true)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clearSelectedValues?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "clearSelectedValues",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!ClearStateEventDetail:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ClearStateEventDetail "
            }
          ],
          "fileUrlPath": "src/section-navigator/section-navigator.ts",
          "releaseTag": "Public",
          "name": "ClearStateEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!ClearStateEventDetail#sectionName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sectionName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "sectionName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!ClearStateEventDetail#stateName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "stateName: "
                },
                {
                  "kind": "Reference",
                  "text": "SectionItemStateName",
                  "canonicalReference": "@genesislcap/foundation-ui!SectionItemStateName:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "stateName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!closeIcon:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "closeIcon: (slot?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", fill?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "string"
            }
          ],
          "fileUrlPath": "src/_common/icons.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "slot",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            },
            {
              "parameterName": "fill",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": true
            }
          ],
          "name": "closeIcon"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!COMBO_INPUT_MIN_LENGTH:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "COMBO_INPUT_MIN_LENGTH = "
            },
            {
              "kind": "Content",
              "text": "1"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar.types.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "COMBO_INPUT_MIN_LENGTH",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Combobox:class",
          "docComment": "/**\n * @tagname %%prefix%%-combobox\n *\n * @fires\n *\n * change - Fired when a selection is confirmed in autocomplete-both mode\n *\n * @fires\n *\n * open-change - Fired when the dropdown opens or closes. detail: `OpenChangeEventDetail`\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Combobox extends "
            },
            {
              "kind": "Reference",
              "text": "FASTComboBox",
              "canonicalReference": "@microsoft/fast-components!Combobox:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/combobox/combobox.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Combobox",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#activeDescendant:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get activeDescendant(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "activeDescendant",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#async:member",
              "docComment": "/**\n * Enables server-side filtering: typed input refetches from the server with a criteria instead of filtering the already-loaded options client-side.\n *\n * @remarks\n *\n * Automatically forced to `true` (overriding an explicit `async=\"false\"`) when the slotted datasource has `infinite-scroll` enabled — see {@link Combobox.enableAsyncForInfiniteScrollDatasource}. With only a page of the resource loaded, client-side filtering would silently only search that page.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "async: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "async",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#asyncSetFilter:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "asyncSetFilter(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "asyncSetFilter"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#caseSensitive:member",
              "docComment": "/**\n * Controls whether to perform a case-sensitive search in the list of options\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "caseSensitive: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "caseSensitive",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#clickHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clickHandler(e: "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean | void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "e",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "clickHandler"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#debounce:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "debounce: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "debounce",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#debounceChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "debounceChanged(oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "debounceChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#debouncedInputHandler:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "debouncedInputHandler: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "debouncedInputHandler",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#filterMode:member",
              "docComment": "/**\n * Controls whether to filter by contains or startsWith\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "filterMode: "
                },
                {
                  "kind": "Reference",
                  "text": "FilterMode",
                  "canonicalReference": "@genesislcap/foundation-ui!FilterMode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "filterMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#filterOptions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "filterOptions(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "filterOptions"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#ignoreInputClick:member",
              "docComment": "/**\n * Controls whether to suppress opening the dropdown when the input field is clicked\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ignoreInputClick: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "ignoreInputClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#indicator:member",
              "docComment": "/**\n * Gets the HTML element for the indicator button\n *\n * @protected\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected get indicator(): "
                },
                {
                  "kind": "Reference",
                  "text": "Element",
                  "canonicalReference": "!Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "indicator",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#inputHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputHandler(e: "
                },
                {
                  "kind": "Reference",
                  "text": "InputEvent",
                  "canonicalReference": "!InputEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean | void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "e",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "inputHandler"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#keydownHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keydownHandler(e: "
                },
                {
                  "kind": "Reference",
                  "text": "KeyboardEvent",
                  "canonicalReference": "!KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean | void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "e",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "keydownHandler"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#keyupHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keyupHandler(e: "
                },
                {
                  "kind": "Reference",
                  "text": "KeyboardEvent",
                  "canonicalReference": "!KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean | void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "e",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "keyupHandler"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#openChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "openChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "openChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#resetCombobox:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resetCombobox: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "resetCombobox",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#scrollableListbox:member",
              "docComment": "/**\n * The scrollable element hosting the dropdown options. Part of the public contract for slotted datasources (e.g. options-datasource infinite scroll) to observe scrolling.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get scrollableListbox(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "scrollableListbox",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#scrollToSelectedWhenOpening:member",
              "docComment": "/**\n * Controls whether the combobox should always scroll to the selected option when the dropdown is opened\n *\n * @experimental\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollToSelectedWhenOpening: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "scrollToSelectedWhenOpening",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#scrollToSelectedWhenOpeningOptions:member",
              "docComment": "/**\n * Options for scrolling to the selected option when the dropdown is opened\n *\n * @experimental\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollToSelectedWhenOpeningOptions: "
                },
                {
                  "kind": "Content",
                  "text": "boolean | "
                },
                {
                  "kind": "Reference",
                  "text": "ScrollIntoViewOptions",
                  "canonicalReference": "!ScrollIntoViewOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "scrollToSelectedWhenOpeningOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#scrollWhenSelectionChanges:member",
              "docComment": "/**\n * Controls whether the combobox should scroll to the selected option when the selection changes\n *\n * @experimental\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollWhenSelectionChanges: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "scrollWhenSelectionChanges",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#scrollWhenSelectionChangesOptions:member",
              "docComment": "/**\n * Options for scrolling to the selected option when the selection changes\n *\n * @experimental\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollWhenSelectionChangesOptions: "
                },
                {
                  "kind": "Content",
                  "text": "boolean | "
                },
                {
                  "kind": "Reference",
                  "text": "ScrollIntoViewOptions",
                  "canonicalReference": "!ScrollIntoViewOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "scrollWhenSelectionChangesOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#selectItemByValue:member(1)",
              "docComment": "/**\n * Selects an item in the dropdown based on its text value\n *\n * @param value - The text value of the item to be selected  @protected\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected selectItemByValue(value: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "value",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "selectItemByValue"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#slottedDatasource:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "slottedDatasource: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLSlotElement",
                  "canonicalReference": "!HTMLSlotElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "slottedDatasource",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#slottedOptionsChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "slottedOptionsChanged(prev: "
                },
                {
                  "kind": "Reference",
                  "text": "Element",
                  "canonicalReference": "!Element:interface"
                },
                {
                  "kind": "Content",
                  "text": "[] | undefined"
                },
                {
                  "kind": "Content",
                  "text": ", next: "
                },
                {
                  "kind": "Reference",
                  "text": "Element",
                  "canonicalReference": "!Element:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 7,
                "endIndex": 8
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prev",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "next",
                  "parameterTypeTokenRange": {
                    "startIndex": 4,
                    "endIndex": 6
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "slottedOptionsChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get value(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";\n\nset value(next: string);"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!configureDesignSystem:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "configureDesignSystem: (provider: "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": ", config: "
            },
            {
              "kind": "Reference",
              "text": "Partial",
              "canonicalReference": "!Partial:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DesignTokensConfig",
              "canonicalReference": "@genesislcap/foundation-ui!DesignTokensConfig:interface"
            },
            {
              "kind": "Content",
              "text": "> | "
            },
            {
              "kind": "Reference",
              "text": "DesignTokensConfig",
              "canonicalReference": "@genesislcap/foundation-ui!DesignTokensConfig:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "void"
            }
          ],
          "fileUrlPath": "src/design-system-provider/design-system-provider.utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 9,
            "endIndex": 10
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "provider",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "config",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 8
              },
              "isOptional": false
            }
          ],
          "name": "configureDesignSystem"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!configureEnvironmentIndicator:function(1)",
          "docComment": "/**\n * Configure the environment indicator\n *\n * @param options - the options to configure the environment indicator\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function configureEnvironmentIndicator(options?: "
            },
            {
              "kind": "Reference",
              "text": "EnvironmentIndicatorConfig",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicatorConfig:interface"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "Promise",
              "canonicalReference": "!Promise:interface"
            },
            {
              "kind": "Content",
              "text": "<void>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/environment-indicator/utils/configure.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 5
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "options",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "configureEnvironmentIndicator"
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!ConnectionIndicator:class",
          "docComment": "/**\n * @tagname %%prefix%%-connection-indicator\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ConnectionIndicator extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/connection-indicator/connection-indicator.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "ConnectionIndicator",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ConnectionIndicator#colour:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "colour: "
                },
                {
                  "kind": "Content",
                  "text": "'red' | 'green'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "colour",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ConnectionIndicator#connect:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connect: "
                },
                {
                  "kind": "Reference",
                  "text": "Connect",
                  "canonicalReference": "@genesislcap/foundation-comms!Connect:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "connect",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!ConnectionIndicator#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!ConnectionIndicator#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!ConnectionIndicator#getLabel:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getLabel(connected: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "connected",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getLabel"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ConnectionIndicator#label:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ConnectionIndicator#session:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "session: "
                },
                {
                  "kind": "Reference",
                  "text": "Session",
                  "canonicalReference": "@genesislcap/foundation-comms!Session:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "session",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ConnectionIndicator#showLabel:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showLabel: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "showLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!controlCornerRadiusValue:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "controlCornerRadiusValue = "
            },
            {
              "kind": "Content",
              "text": "4"
            }
          ],
          "fileUrlPath": "src/_config/values/sizing.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "controlCornerRadiusValue",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!CountdownUnit:type",
          "docComment": "/**\n * Unit for date countdown. Rounds down to the nearest whole number. If not seconds and time is greater than zero but less than the smallest unit it will show >1m or >1h.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type CountdownUnit = "
            },
            {
              "kind": "Content",
              "text": "'hour' | 'minute' | 'second'"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/status-pill/status-pill.ts",
          "releaseTag": "Public",
          "name": "CountdownUnit",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!createDesignSystemProxy:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function createDesignSystemProxy(designSystem: "
            },
            {
              "kind": "Reference",
              "text": "DesignSystem",
              "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "DesignSystem",
              "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/provide-design-system.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "designSystem",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "createDesignSystemProxy"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!createFormData:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "createFormData: (files: "
            },
            {
              "kind": "Reference",
              "text": "Array",
              "canonicalReference": "!Array:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "File",
              "canonicalReference": "!File:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "FormData",
              "canonicalReference": "!FormData:interface"
            }
          ],
          "fileUrlPath": "src/file-upload/file-upload.utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 6,
            "endIndex": 7
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "files",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isOptional": false
            }
          ],
          "name": "createFormData"
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!CriteriaChip:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type CriteriaChip = "
            },
            {
              "kind": "Content",
              "text": "{\n    groupIndex: number;\n    clauseIndex: number;\n    fieldLabel: string;\n    operatorLabel: string;\n    valueLabel: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/validation/criteria-ir.ts",
          "releaseTag": "Public",
          "name": "CriteriaChip",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!CriteriaClause:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type CriteriaClause = "
            },
            {
              "kind": "Content",
              "text": "{\n    field: string;\n    operator: "
            },
            {
              "kind": "Reference",
              "text": "CriteriaOperator",
              "canonicalReference": "@genesislcap/foundation-ui!CriteriaOperator:type"
            },
            {
              "kind": "Content",
              "text": ";\n    value: string | number | boolean | null;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/validation/criteria-ir.ts",
          "releaseTag": "Public",
          "name": "CriteriaClause",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 4
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!CriteriaGroup:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type CriteriaGroup = "
            },
            {
              "kind": "Content",
              "text": "{\n    logic: 'and' | 'or';\n    negated?: boolean;\n    clauses: "
            },
            {
              "kind": "Reference",
              "text": "CriteriaClause",
              "canonicalReference": "@genesislcap/foundation-ui!CriteriaClause:type"
            },
            {
              "kind": "Content",
              "text": "[];\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/validation/criteria-ir.ts",
          "releaseTag": "Public",
          "name": "CriteriaGroup",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 4
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!CriteriaIR:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type CriteriaIR = "
            },
            {
              "kind": "Content",
              "text": "{\n    groups: "
            },
            {
              "kind": "Reference",
              "text": "CriteriaGroup",
              "canonicalReference": "@genesislcap/foundation-ui!CriteriaGroup:type"
            },
            {
              "kind": "Content",
              "text": "[];\n    errors?: "
            },
            {
              "kind": "Reference",
              "text": "ValidationError",
              "canonicalReference": "@genesislcap/foundation-ui!ValidationError:type"
            },
            {
              "kind": "Content",
              "text": "[];\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/validation/criteria-ir.ts",
          "releaseTag": "Public",
          "name": "CriteriaIR",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!CriteriaOperator:type",
          "docComment": "/**\n * Intermediate representation for AI-generated criteria. AI produces this; validation checks against schema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type CriteriaOperator = "
            },
            {
              "kind": "Content",
              "text": "'contains' | 'equals' | 'startsWith' | 'endsWith' | 'greaterThan' | 'lessThan' | 'greaterThanOrEqual' | 'lessThanOrEqual' | 'notEqual' | 'dateIsToday' | 'dateIsAfter' | 'dateIsBefore' | 'dateIsEqual' | 'dateIsGreaterEqual' | 'dateIsLessEqual' | 'dateTimeIsAfter' | 'dateTimeIsBefore' | 'dateTimeIsGreaterEqual' | 'dateTimeIsLessEqual'"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/validation/criteria-ir.ts",
          "releaseTag": "Public",
          "name": "CriteriaOperator",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!CRON_LENGTH:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "CRON_LENGTH = "
            },
            {
              "kind": "Content",
              "text": "6"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "CRON_LENGTH",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!CronBuilderEventDetailMap:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type CronBuilderEventDetailMap = "
            },
            {
              "kind": "Content",
              "text": "{\n    ["
            },
            {
              "kind": "Reference",
              "text": "CronBuilderEvents.updateCronConfig",
              "canonicalReference": "@genesislcap/foundation-ui!CronBuilderEvents.updateCronConfig:member"
            },
            {
              "kind": "Content",
              "text": "]: "
            },
            {
              "kind": "Reference",
              "text": "DailyConfig",
              "canonicalReference": "@genesislcap/foundation-ui!DailyConfig:type"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "WeeklyConfig",
              "canonicalReference": "@genesislcap/foundation-ui!WeeklyConfig:type"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "MonthlyConfig",
              "canonicalReference": "@genesislcap/foundation-ui!MonthlyConfig:type"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "YearlyConfig",
              "canonicalReference": "@genesislcap/foundation-ui!YearlyConfig:type"
            },
            {
              "kind": "Content",
              "text": ";\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "releaseTag": "Public",
          "name": "CronBuilderEventDetailMap",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 12
          }
        },
        {
          "kind": "Enum",
          "canonicalReference": "@genesislcap/foundation-ui!CronBuilderEvents:enum",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum CronBuilderEvents "
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "releaseTag": "Public",
          "name": "CronBuilderEvents",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/foundation-ui!CronBuilderEvents.updateCronConfig:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "updateCronConfig = "
                },
                {
                  "kind": "Content",
                  "text": "\"update-cron-config\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "updateCronConfig"
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!CronConfig:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type CronConfig = "
            },
            {
              "kind": "Reference",
              "text": "MinutesConfig",
              "canonicalReference": "@genesislcap/foundation-ui!MinutesConfig:type"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "HourlyConfig",
              "canonicalReference": "@genesislcap/foundation-ui!HourlyConfig:type"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "DailyConfig",
              "canonicalReference": "@genesislcap/foundation-ui!DailyConfig:type"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "WeeklyConfig",
              "canonicalReference": "@genesislcap/foundation-ui!WeeklyConfig:type"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "MonthlyConfig",
              "canonicalReference": "@genesislcap/foundation-ui!MonthlyConfig:type"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "YearlyConfig",
              "canonicalReference": "@genesislcap/foundation-ui!YearlyConfig:type"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "releaseTag": "Public",
          "name": "CronConfig",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 12
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!crossIcon:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "crossIcon: (slot?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "string"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "slot",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "crossIcon"
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!CSSVarsTokenMapper:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class CSSVarsTokenMapper extends "
            },
            {
              "kind": "Reference",
              "text": "CSSDirective",
              "canonicalReference": "@microsoft/fast-element!CSSDirective:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/_config/styles/directives.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "CSSVarsTokenMapper",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "@genesislcap/foundation-ui!CSSVarsTokenMapper:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `CSSVarsTokenMapper` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(tokenMap: "
                },
                {
                  "kind": "Reference",
                  "text": "CSSVarTokenMap",
                  "canonicalReference": "@genesislcap/foundation-ui!CSSVarTokenMap:type"
                },
                {
                  "kind": "Content",
                  "text": "<any>"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "tokenMap",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  },
                  "isOptional": false
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!CSSVarsTokenMapper#createCSS:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "createCSS(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "createCSS"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!CSSVarTokenMap:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type CSSVarTokenMap<T extends "
            },
            {
              "kind": "Content",
              "text": "keyof any"
            },
            {
              "kind": "Content",
              "text": "> = "
            },
            {
              "kind": "Reference",
              "text": "Partial",
              "canonicalReference": "!Partial:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Record",
              "canonicalReference": "!Record:type"
            },
            {
              "kind": "Content",
              "text": "<T, "
            },
            {
              "kind": "Reference",
              "text": "CSSDesignToken",
              "canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Swatch",
              "canonicalReference": "@microsoft/fast-components!Swatch:interface"
            },
            {
              "kind": "Content",
              "text": " | string>>>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/_config/styles/directives.ts",
          "releaseTag": "Public",
          "name": "CSSVarTokenMap",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "typeTokenRange": {
            "startIndex": 3,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!CustomTokensConfig:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface CustomTokensConfig "
            }
          ],
          "fileUrlPath": "src/design-system-provider/types.ts",
          "releaseTag": "Public",
          "name": "CustomTokensConfig",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "IndexSignature",
              "canonicalReference": "@genesislcap/foundation-ui!CustomTokensConfig:index(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "[key: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "]: "
                },
                {
                  "kind": "Reference",
                  "text": "CustomTokenValue",
                  "canonicalReference": "@genesislcap/foundation-ui!CustomTokenValue:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "key",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ]
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!CustomTokenValue:type",
          "docComment": "/**\n * Custom tokens can be either a token value or nested token groups. This allows for arbitrary nesting depth (e.g., spacing.padding.small)\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type CustomTokenValue = "
            },
            {
              "kind": "Reference",
              "text": "DesignToken",
              "canonicalReference": "@genesislcap/foundation-ui!DesignToken:interface"
            },
            {
              "kind": "Content",
              "text": " | {\n    [key: string]: "
            },
            {
              "kind": "Reference",
              "text": "CustomTokenValue",
              "canonicalReference": "@genesislcap/foundation-ui!CustomTokenValue:type"
            },
            {
              "kind": "Content",
              "text": ";\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/design-system-provider/types.ts",
          "releaseTag": "Public",
          "name": "CustomTokenValue",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!DailyConfig:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type DailyConfig = "
            },
            {
              "kind": "Content",
              "text": "{\n    type: "
            },
            {
              "kind": "Reference",
              "text": "RecurrenceType.DAILY",
              "canonicalReference": "@genesislcap/foundation-ui!RecurrenceType.DAILY:member"
            },
            {
              "kind": "Content",
              "text": ";\n    weekType: "
            },
            {
              "kind": "Reference",
              "text": "WeekType",
              "canonicalReference": "@genesislcap/foundation-ui!WeekType:enum"
            },
            {
              "kind": "Content",
              "text": ";\n} & "
            },
            {
              "kind": "Reference",
              "text": "baseConfig",
              "canonicalReference": "@genesislcap/foundation-ui!baseConfig:type"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "releaseTag": "Public",
          "name": "DailyConfig",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!DataGrid:class",
          "docComment": "/**\n * @tagname %%prefix%%-data-grid\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DataGrid extends "
            },
            {
              "kind": "Reference",
              "text": "FASTDataGrid",
              "canonicalReference": "@microsoft/fast-foundation!DataGrid:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/data-grid/data-grid.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "DataGrid",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!DataGridCell:class",
          "docComment": "/**\n * @tagname %%prefix%%-data-grid-cell\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DataGridCell extends "
            },
            {
              "kind": "Reference",
              "text": "FASTDataGridCell",
              "canonicalReference": "@microsoft/fast-foundation!DataGridCell:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/data-grid-cell/data-grid.cell.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "DataGridCell",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!DataGridDatasource:class",
          "docComment": "/**\n * Datasource element for data grid row loading.\n *\n * @tagname data-grid-datasource\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DataGridDatasource extends "
            },
            {
              "kind": "Reference",
              "text": "BaseDatasource",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/data-grid-datasource/data-grid-datasource.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "DataGridDatasource",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DataGridDatasource#clearData:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clearData(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "clearData"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DataGridDatasource#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DataGridDatasource#handleStreamDeletes:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleStreamDeletes(deletedRows: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "deletedRows",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleStreamDeletes"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DataGridDatasource#handleStreamInserts:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleStreamInserts(insertedRows: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "insertedRows",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleStreamInserts"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DataGridDatasource#handleStreamUpdates:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleStreamUpdates(updatedRows: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "updatedRows",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleStreamUpdates"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DataGridDatasource#isSnapshot:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSnapshot: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isSnapshot",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DataGridDatasource#syncComponentData:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "syncComponentData(snapshotData?: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "snapshotData",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "syncComponentData"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!DataGridRow:class",
          "docComment": "/**\n * @tagname %%prefix%%-data-grid-row\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DataGridRow extends "
            },
            {
              "kind": "Reference",
              "text": "FASTDataGridRow",
              "canonicalReference": "@microsoft/fast-foundation!DataGridRow:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/data-grid-row/data-grid.row.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "DataGridRow",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!DATE_OPERATORS:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DATE_OPERATORS: "
            },
            {
              "kind": "Reference",
              "text": "CriteriaOperator",
              "canonicalReference": "@genesislcap/foundation-ui!CriteriaOperator:type"
            },
            {
              "kind": "Content",
              "text": "[]"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/validation/operator-map.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "DATE_OPERATORS",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!DATE_PICKER_VALUE_FORMAT:var",
          "docComment": "/**\n * Internal wire format for the date picker's `value` attribute. Display formatting is independent (see `format` / `getDisplayFormatForLang`).\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DATE_PICKER_VALUE_FORMAT = "
            },
            {
              "kind": "Content",
              "text": "\"MM-DD-YYYY\""
            }
          ],
          "fileUrlPath": "src/date-picker/date-picker.util.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "DATE_PICKER_VALUE_FORMAT",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!DatePicker:class",
          "docComment": "/**\n * @tagname %%prefix%%-date-picker\n *\n * @fires\n *\n * value-changed - Fired when the date is changed in the calendar. detail: `string | undefined`\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DatePicker extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/date-picker/date-picker.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "DatePicker",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#allowEmpty:member",
              "docComment": "/**\n * @attr allow-empty - when true, no initial date is selected; the input shows a placeholder until the user picks a date.  @default false\n *\n * @example\n * ```html\n * <rapid-date-picker allow-empty format=\"DD/MM/YYYY\"></rapid-date-picker>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allowEmpty: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "allowEmpty",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#calendar:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calendar: "
                },
                {
                  "kind": "Reference",
                  "text": "Calendar",
                  "canonicalReference": "@genesislcap/foundation-ui!~Calendar_2:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "calendar",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#clear:member(1)",
              "docComment": "/**\n * Clears the selected date (only when `allow-empty` is enabled).\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clear(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "clear"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#disabledDaysOfWeek:member",
              "docComment": "/**\n * disabledDaysOfWeek - an array of numbers disabling days of the week. Sunday = 1, Monday = 2, Tuesday = 3, Wednesday = 4, Thursday = 5, Friday = 6, Saturday = 7\n *\n * @example\n *\n * To disable Saturday and Sunday.\n * ```html\n *  <rapid-date-picker :disabledDaysOfWeek=\"${() => [1,7]}\">\n *  </rapid-date-picker>\n * ```\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabledDaysOfWeek: "
                },
                {
                  "kind": "Content",
                  "text": "number[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "disabledDaysOfWeek",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#format:member",
              "docComment": "/**\n * @attr format - date format that will be displayed.  @default 'MM-DD-YYYY\n *\n * @example\n *\n * Date picker with day, month, year\n * ```html\n *  <rapid-date-picker format=\"MM-DD-YYYY\">\n *  </rapid-date-picker>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "format: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "format",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#formatChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "formatChanged(oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "formatChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#getMonthDaysGrid:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getMonthDaysGrid(): "
                },
                {
                  "kind": "Reference",
                  "text": "Day",
                  "canonicalReference": "@genesislcap/foundation-ui!~Day:class"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getMonthDaysGrid"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#hideWeekends:member",
              "docComment": "/**\n * @attr hide-weekends - hides the weekend days from the calendar  @default false\n *\n * @example\n *\n * Date picker with weekends hidden\n * ```html\n *  <rapid-date-picker hide-weekends>\n *  </rapid-date-picker>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hideWeekends: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "hideWeekends",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#hideWeekendsCalendarChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hideWeekendsCalendarChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "hideWeekendsCalendarChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#inlineCalendar:member",
              "docComment": "/**\n * @attr inline-calendar - display the calendar beneath the value display.  @default false\n *\n * @example\n *\n * Date picker inline and always visible\n * ```html\n *  <rapid-date-picker inline-calendar>\n *  </rapid-date-picker>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inlineCalendar: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "inlineCalendar",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#inlineCalendarChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inlineCalendarChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "inlineCalendarChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#isCurrentCalendarMonth:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCurrentCalendarMonth(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "isCurrentCalendarMonth"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#isSelectedDate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSelectedDate(date: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "date",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "isSelectedDate"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#label:member",
              "docComment": "/**\n * @attr label - the label that will be displayed next to the date input text field\n *\n * @example\n *\n * To add a label with the value \"Trade Date\"\n * ```html\n *  <rapid-date-picker label=\"Trade date\">\n *  </rapid-date-picker>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#lang:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "lang: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "lang",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#langChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "langChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "langChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#nextMonth:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "nextMonth(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "nextMonth"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#placeholder:member",
              "docComment": "/**\n * @attr placeholder - hint shown when allow-empty is set and no date is selected. Defaults from `format` (e.g. DD/MM/YYYY → dd/mm/yyyy).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "placeholder: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "placeholder",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#position:member",
              "docComment": "/**\n * @attr position - positions the calendar picker relative to the input control.  @default bottom\n *\n * @example\n *\n * To position the calendar to the right.\n * ```html\n *  <rapid-date-picker position=\"right\">\n *  </rapid-date-picker>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "position: "
                },
                {
                  "kind": "Content",
                  "text": "'bottom' | 'top' | 'left' | 'right'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "position",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#prevMonth:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "prevMonth(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "prevMonth"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#selectDay:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectDay(day: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "day",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "selectDay"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#substringNumber:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "substringNumber: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "substringNumber",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#toggleCalendar:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggleCalendar(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "toggleCalendar"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#toggleVisibility:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggleVisibility(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "toggleVisibility"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#updateHeaderText:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "updateHeaderText(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "updateHeaderText"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#useLocaleFormat:member",
              "docComment": "/**\n * @attr use-locale-format - when true, `format` is set from dayjs locale `L`. Uses the browser locale (`navigator.language`) unless `lang` is set on the element.  @default false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "useLocaleFormat: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "useLocaleFormat",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#useLocaleFormatChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "useLocaleFormatChanged(oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "useLocaleFormatChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#value:member",
              "docComment": "/**\n * @attr value - sets the value of the date picker\n *\n * @example\n *\n * To set a value of January 1st 2025, assuming MM/DD/YYYY date format\n * ```html\n *  <rapid-date-picker value=\"01/20/2025\">\n *  </rapid-date-picker>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#valueChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "valueChanged(oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "valueChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#visible:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "visible: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "visible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker#visibleChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected visibleChanged(_prev: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ", next: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "_prev",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "next",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "visibleChanged"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!DATETIME_OPERATORS:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DATETIME_OPERATORS: "
            },
            {
              "kind": "Reference",
              "text": "CriteriaOperator",
              "canonicalReference": "@genesislcap/foundation-ui!CriteriaOperator:type"
            },
            {
              "kind": "Content",
              "text": "[]"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/validation/operator-map.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "DATETIME_OPERATORS",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultAccordionConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultAccordionConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/accordion/accordion.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultAccordionConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultAccordionItemConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultAccordionItemConfig: "
            },
            {
              "kind": "Content",
              "text": "{\n    collapsedIcon: string;\n    expandedIcon: string;\n}"
            }
          ],
          "fileUrlPath": "src/accordion-item/accordion-item.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultAccordionItemConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultAiCriteriaSearchConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultAiCriteriaSearchConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/ai-criteria-search.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultAiCriteriaSearchConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultAnchorConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultAnchorConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/anchor/anchor.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultAnchorConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultAnchoredRegionConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultAnchoredRegionConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/anchored-region/anchored-region.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultAnchoredRegionConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultAvatarConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultAvatarConfig: "
            },
            {
              "kind": "Content",
              "text": "{\n    media: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Avatar",
              "canonicalReference": "@genesislcap/foundation-ui!Avatar:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}"
            }
          ],
          "fileUrlPath": "src/avatar/avatar.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultAvatarConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultBadgeConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultBadgeConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/badge/badge.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultBadgeConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultBreadcrumbConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultBreadcrumbConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/breadcrumb/breadcrumb.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultBreadcrumbConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultBreadcrumbItemConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultBreadcrumbItemConfig: "
            },
            {
              "kind": "Content",
              "text": "{\n    separator: string;\n}"
            }
          ],
          "fileUrlPath": "src/breadcrumb-item/breadcrumb-item.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultBreadcrumbItemConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultButtonConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultButtonConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/button/button.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultButtonConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultCalendarConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultCalendarConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/calendar/calendar.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultCalendarConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultCardConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultCardConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/card/card.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultCardConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultCategorizedMultiselectConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultCategorizedMultiselectConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/categorized-multiselect/categorized-multiselect.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultCategorizedMultiselectConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultCheckboxConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultCheckboxConfig: "
            },
            {
              "kind": "Content",
              "text": "{\n    checkedIndicator: string;\n    indeterminateIndicator: string;\n}"
            }
          ],
          "fileUrlPath": "src/checkbox/checkbox.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultCheckboxConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultComboboxConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultComboboxConfig: "
            },
            {
              "kind": "Content",
              "text": "{\n    indicator: string;\n}"
            }
          ],
          "fileUrlPath": "src/combobox/combobox.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultComboboxConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/scheduler/scheduler.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultCronBuilderConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultCronBuilderConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/scheduler-cron-builder.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultCronBuilderConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultDataGridCellConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultDataGridCellConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/data-grid-cell/data-grid.cell.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultDataGridCellConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultDataGridConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultDataGridConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/data-grid/data-grid.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultDataGridConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultDataGridRowConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultDataGridRowConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/data-grid-row/data-grid.row.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultDataGridRowConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultDatePickerConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultDatePickerConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/date-picker/date-picker.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultDatePickerConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultDialogConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultDialogConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/dialog/dialog.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultDialogConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultDisclosureConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultDisclosureConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/disclosure/disclosure.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultDisclosureConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultDividerConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultDividerConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/divider/divider.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultDividerConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultFileUploadConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultFileUploadConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/file-upload/file-upload.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultFileUploadConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultFillColor:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultFillColor: "
            },
            {
              "kind": "Reference",
              "text": "SwatchRGB",
              "canonicalReference": "@microsoft/fast-components!SwatchRGB:interface"
            }
          ],
          "fileUrlPath": "src/_config/styles/colors.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultFillColor",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultFlexLayoutConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultFlexLayoutConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/flex-layout/flex-layout.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultFlexLayoutConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultFlipperConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultFlipperConfig: "
            },
            {
              "kind": "Content",
              "text": "{\n    next: string;\n    previous: string;\n}"
            }
          ],
          "fileUrlPath": "src/flipper/flipper.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultFlipperConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultFlyoutConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultFlyoutConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/flyout/flyout.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultFlyoutConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultGridLayoutConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultGridLayoutConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/grid-layout/grid-layout.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultGridLayoutConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultGridLayoutItemConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultGridLayoutItemConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/grid-layout-item/grid-layout-item.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultGridLayoutItemConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultHorizontalScrollConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultHorizontalScrollConfig: "
            },
            {
              "kind": "Content",
              "text": "{\n    nextFlipper: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n    previousFlipper: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n}"
            }
          ],
          "fileUrlPath": "src/horizontal-scroll/horizontal-scroll.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultHorizontalScrollConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultIconConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultIconConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/icon/icon.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultIconConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultListboxConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultListboxConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/listbox/listbox.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultListboxConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultListboxOptionConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultListboxOptionConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/listbox-option/listbox-option.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultListboxOptionConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultMenuConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultMenuConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/menu/menu.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultMenuConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultMenuItemConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultMenuItemConfig: "
            },
            {
              "kind": "Content",
              "text": "{\n    expandCollapseGlyph: string;\n}"
            }
          ],
          "fileUrlPath": "src/menu-item/menu-item.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultMenuItemConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultModalConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultModalConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/modal/modal.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultModalConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultMultiselectConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultMultiselectConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/multiselect/multiselect.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultMultiselectConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultNavItemPredicate:var",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultNavItemPredicate: "
            },
            {
              "kind": "Reference",
              "text": "NavItemPredicate",
              "canonicalReference": "@genesislcap/foundation-ui!NavItemPredicate:type"
            }
          ],
          "fileUrlPath": "src/router/navItems.ts",
          "isReadonly": true,
          "releaseTag": "Beta",
          "name": "defaultNavItemPredicate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultNeutralForegroundContrast:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultNeutralForegroundContrast = "
            },
            {
              "kind": "Content",
              "text": "14"
            }
          ],
          "fileUrlPath": "src/_config/tokens/custom.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultNeutralForegroundContrast",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultNumberFieldConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultNumberFieldConfig: "
            },
            {
              "kind": "Content",
              "text": "{\n    stepDownGlyph: string;\n    stepUpGlyph: string;\n}"
            }
          ],
          "fileUrlPath": "src/number-field/number-field.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultNumberFieldConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultPillConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultPillConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/pill/pill.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultPillConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultPlacementIndexPadding:var",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultPlacementIndexPadding = "
            },
            {
              "kind": "Content",
              "text": "10"
            }
          ],
          "fileUrlPath": "src/router/navItems.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Beta",
          "name": "defaultPlacementIndexPadding",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultProgressConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultProgressConfig: "
            },
            {
              "kind": "Content",
              "text": "{\n    indeterminateIndicator1: string;\n    indeterminateIndicator2: string;\n}"
            }
          ],
          "fileUrlPath": "src/progress/progress.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultProgressConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultProgressRingConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultProgressRingConfig: "
            },
            {
              "kind": "Content",
              "text": "{\n    indeterminateIndicator: string;\n}"
            }
          ],
          "fileUrlPath": "src/progress-ring/progress-ring.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultProgressRingConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultRadioConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultRadioConfig: "
            },
            {
              "kind": "Content",
              "text": "{\n    checkedIndicator: string;\n}"
            }
          ],
          "fileUrlPath": "src/radio/radio.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultRadioConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultRadioGroupConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultRadioGroupConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/radio-group/radio-group.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultRadioGroupConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!DefaultRouter:class",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DefaultRouter extends "
            },
            {
              "kind": "Reference",
              "text": "DefaultFASTRouter",
              "canonicalReference": "@microsoft/fast-router!DefaultRouter:class"
            },
            {
              "kind": "Content",
              "text": " implements "
            },
            {
              "kind": "Reference",
              "text": "Router",
              "canonicalReference": "@genesislcap/foundation-ui!Router:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/router/router.ts",
          "releaseTag": "Beta",
          "isAbstract": false,
          "name": "DefaultRouter",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultSearchBarComboboxConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultSearchBarComboboxConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar-combobox.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultSearchBarComboboxConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultSearchBarConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultSearchBarConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultSearchBarConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultSectionNavigatorConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultSectionNavigatorConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/section-navigator/section-navigator.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultSectionNavigatorConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultSegmentedControlConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultSegmentedControlConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/segmented-control/segmented-control.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultSegmentedControlConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultSegmentedItemConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultSegmentedItemConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/segmented-item/segmented-item.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultSegmentedItemConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultSelectConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultSelectConfig: "
            },
            {
              "kind": "Content",
              "text": "{\n    indicator: string;\n}"
            }
          ],
          "fileUrlPath": "src/select/select.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultSelectConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultSkeletonConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultSkeletonConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/skeleton/skeleton.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultSkeletonConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultSliderConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultSliderConfig: "
            },
            {
              "kind": "Content",
              "text": "{\n    thumb: string;\n}"
            }
          ],
          "fileUrlPath": "src/slider/slider.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultSliderConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultSliderLabelConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultSliderLabelConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/slider-label/slider-label.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultSliderLabelConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultStepperConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultStepperConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/stepper/stepper.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultStepperConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultStepperTabConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultStepperTabConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/stepper-tab/stepper-tab.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultStepperTabConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultStepperTabPanelConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultStepperTabPanelConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/stepper-tab-panel/stepper-tab-panel.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultStepperTabPanelConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultSwitchConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultSwitchConfig: "
            },
            {
              "kind": "Content",
              "text": "{\n    switch: string;\n}"
            }
          ],
          "fileUrlPath": "src/switch/switch.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultSwitchConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultSystemHealthOverlayConfig:var",
          "docComment": "/**\n * Foundation system health overlay styles\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultSystemHealthOverlayConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/overlays/system-health/system-health-overlay.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultSystemHealthOverlayConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultTabConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultTabConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/tab/tab.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultTabConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultTabPanelConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultTabPanelConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/tab-panel/tab-panel.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultTabPanelConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultTabsConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultTabsConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/tabs/tabs.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultTabsConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultTextAreaConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultTextAreaConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/text-area/text-area.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultTextAreaConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultTextFieldConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultTextFieldConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/text-field/text-field.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultTextFieldConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultTimezoneConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultTimezoneConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/scheduler-timezone/scheduler-timezone.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultTimezoneConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultToastConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultToastConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/toast/toast.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultToastConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultToolbarConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultToolbarConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/toolbar/toolbar.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultToolbarConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultTooltipConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultTooltipConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/tooltip/tooltip.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultTooltipConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultTreeItemConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultTreeItemConfig: "
            },
            {
              "kind": "Content",
              "text": "{\n    expandCollapseGlyph: string;\n}"
            }
          ],
          "fileUrlPath": "src/tree-item/tree-item.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultTreeItemConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultTreeViewConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultTreeViewConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/tree-view/tree-view.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultTreeViewConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultUrlInputConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultUrlInputConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/url-input/url-input.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultUrlInputConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!defaultVerificationCodeInputConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultVerificationCodeInputConfig: "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/verification-code-input/verification-code-input.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultVerificationCodeInputConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!defineFactory:function(1)",
          "docComment": "/**\n * Defines a platform custom element based on the provided type and definition.\n *\n * @param Type - The custom element Type / Class to define.\n *\n * @param overriderOrBase - A function that merges definitions, or the base definition if custom merging is not needed.\n *\n * @returns The type class.\n *\n * @example\n *\n * An example using custom definition merge logic, useful if you need to impose hard restrictions.\n * ```ts\n * const definitionOverrider = (definition) => ({\n *    ...baseDefinition,\n *    ...definition,\n *    styles: baseDefinition.styles,\n *    shadowOptions: {\n *      mode: 'closed,\n *    },\n * });\n * export const define = defineFactory(LoginForm, definitionOverrider);\n * ```\n *\n * @example\n *\n * You can provide the base definition if you're happy with the default spread operator merge logic.\n * ```ts\n * export const define = defineFactory(LoginForm, baseDefinition);\n * ```\n *\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defineFactory: <TType extends "
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FASTElement",
              "canonicalReference": "@microsoft/fast-element!FASTElement:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ">(Type: "
            },
            {
              "kind": "Content",
              "text": "TType"
            },
            {
              "kind": "Content",
              "text": ", overriderOrBase: "
            },
            {
              "kind": "Reference",
              "text": "DefinitionOverrider",
              "canonicalReference": "@genesislcap/foundation-ui!DefinitionOverrider:type"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "PartialFASTElementDefinition",
              "canonicalReference": "@microsoft/fast-element!PartialFASTElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "DefineFunction",
              "canonicalReference": "@genesislcap/foundation-ui!DefineFunction:type"
            },
            {
              "kind": "Content",
              "text": "<TType>"
            }
          ],
          "fileUrlPath": "src/patterns/define.ts",
          "returnTypeTokenRange": {
            "startIndex": 12,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "Type",
              "parameterTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 7
              },
              "isOptional": false
            },
            {
              "parameterName": "overriderOrBase",
              "parameterTypeTokenRange": {
                "startIndex": 8,
                "endIndex": 11
              },
              "isOptional": false
            }
          ],
          "typeParameters": [
            {
              "typeParameterName": "TType",
              "constraintTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "defineFactory"
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!DefineFunction:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type DefineFunction<TType> = "
            },
            {
              "kind": "Content",
              "text": "(definition: "
            },
            {
              "kind": "Reference",
              "text": "PartialFASTElementDefinition",
              "canonicalReference": "@microsoft/fast-element!PartialFASTElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => TType"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/patterns/define.ts",
          "releaseTag": "Public",
          "name": "DefineFunction",
          "typeParameters": [
            {
              "typeParameterName": "TType",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 4
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!DefinitionOverrider:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type DefinitionOverrider = "
            },
            {
              "kind": "Content",
              "text": "(override: "
            },
            {
              "kind": "Reference",
              "text": "PartialFASTElementDefinition",
              "canonicalReference": "@microsoft/fast-element!PartialFASTElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "PartialFASTElementDefinition",
              "canonicalReference": "@microsoft/fast-element!PartialFASTElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/patterns/define.ts",
          "releaseTag": "Public",
          "name": "DefinitionOverrider",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!DEFUALT_FILTER_BAR_COLUMNS:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DEFUALT_FILTER_BAR_COLUMNS = "
            },
            {
              "kind": "Content",
              "text": "5"
            }
          ],
          "fileUrlPath": "src/filter-bar/filter-bar.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "DEFUALT_FILTER_BAR_COLUMNS",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!designToken:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function designToken<T>(token: "
            },
            {
              "kind": "Reference",
              "text": "DesignToken",
              "canonicalReference": "@microsoft/fast-foundation!DesignToken:interface"
            },
            {
              "kind": "Content",
              "text": "<T>"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "(source: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ", key: string) => void"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/design-system-provider/design-system-provider.utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 4,
            "endIndex": 7
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "token",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isOptional": false
            }
          ],
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "designToken"
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!DesignToken:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface DesignToken "
            }
          ],
          "fileUrlPath": "src/design-system-provider/types.ts",
          "releaseTag": "Public",
          "name": "DesignToken",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!DesignToken#$type:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "$type?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "$type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!DesignToken#$value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "$value: "
                },
                {
                  "kind": "Reference",
                  "text": "TokenValue",
                  "canonicalReference": "@genesislcap/foundation-ui!TokenValue:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "$value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!DesignTokensConfig:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface DesignTokensConfig "
            }
          ],
          "fileUrlPath": "src/design-system-provider/types.ts",
          "releaseTag": "Public",
          "name": "DesignTokensConfig",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!DesignTokensConfig#customTokens:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "customTokens?: "
                },
                {
                  "kind": "Reference",
                  "text": "CustomTokensConfig",
                  "canonicalReference": "@genesislcap/foundation-ui!CustomTokensConfig:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "customTokens",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!DesignTokensConfig#design_tokens:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "design_tokens: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        color: {\n            accent: {\n                $value: string;\n                $type: string;\n            };\n            neutral: {\n                $value: string;\n                $type: string;\n            };\n            secondary?: {\n                $value: string;\n                $type: string;\n            };\n            tertiary?: {\n                $value: string;\n                $type: string;\n            };\n            error?: {\n                $value: string;\n                $type: string;\n            };\n            success?: {\n                $value: string;\n                $type: string;\n            };\n            warning?: {\n                $value: string;\n                $type: string;\n            };\n        };\n        fontFamily: {\n            bodyFont: {\n                $value: string;\n                $type: string;\n            };\n        };\n        typography: {\n            baseFontSize: {\n                $value: string;\n                $type: string;\n            };\n            baseLineHeight: {\n                $value: string;\n                $type: string;\n            };\n        };\n        mode: {\n            luminance: {\n                $value: number;\n                $type: string;\n            };\n        };\n        style: {\n            density: {\n                $value: number;\n                $type: string;\n            };\n            baseHeightMultiplier: {\n                $value: number;\n                $type: string;\n            };\n            borderRadius: {\n                $value: number;\n                $type: string;\n            };\n            strokeWidth: {\n                $value: number;\n                $type: string;\n            };\n        };\n        space: {\n            designUnit: {\n                $value: number;\n                $type: string;\n            };\n        };\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "design_tokens",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!designTokensMap:function(1)",
          "docComment": "/**\n * Returns an observable object that components can subscribe to for design tokens config updates.\n *\n * @remarks\n *\n * Components can access the `value` property of the returned object, and FAST will automatically track changes. When `configureDesignSystem()` sets the design tokens, all subscribed components will be notified automatically.\n *\n * The `value` property will be `null` initially, then set to the actual config when `configureDesignSystem()` is called with a design tokens config.\n *\n * @returns An observable object with a `value` property containing the design tokens config (or null)\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "designTokensMap: () => "
            },
            {
              "kind": "Reference",
              "text": "DesignTokensObservable",
              "canonicalReference": "@genesislcap/foundation-ui!DesignTokensObservable:class"
            }
          ],
          "fileUrlPath": "src/design-system-provider/design-system-provider.utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [],
          "name": "designTokensMap"
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!DesignTokensObservable:class",
          "docComment": "/**\n * Observable class for design tokens config that components can subscribe to.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DesignTokensObservable "
            }
          ],
          "fileUrlPath": "src/design-system-provider/design-system-provider.utils.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "DesignTokensObservable",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DesignTokensObservable#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Reference",
                  "text": "DesignTokensConfig",
                  "canonicalReference": "@genesislcap/foundation-ui!DesignTokensConfig:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!designUnitValue:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "designUnitValue = "
            },
            {
              "kind": "Content",
              "text": "4"
            }
          ],
          "fileUrlPath": "src/_config/values/sizing.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "designUnitValue",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Dialog:class",
          "docComment": "/**\n * @tagname %%prefix%%-dialog\n *\n * @fires\n *\n * close - Fired when the dialog closes\n *\n * @fires\n *\n * resize - Fired when the dialog size changes (resizable mode). detail: `ResizeEventDetail`\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Dialog extends "
            },
            {
              "kind": "Reference",
              "text": "DialogElement",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/dialog/dialog.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Dialog",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Dialog#show:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "show(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "show"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!DialogElement:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare abstract class DialogElement extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/dialog/dialog.ts",
          "releaseTag": "Public",
          "isAbstract": true,
          "name": "DialogElement",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#close:member(1)",
              "docComment": "/**\n * Remove the HTMLDialogElement from display\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "close(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "close"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#closeDialog:member(1)",
              "docComment": "/**\n * Dismiss the Dialog from display.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closeDialog(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "closeDialog"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#dismiss:member(1)",
              "docComment": "/**\n * Dismiss the Dialog from display and calls the dismissing action.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismiss(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "dismiss"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#draggable:member",
              "docComment": "/**\n * Whether or not the dialog is draggable by its top region\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "draggable: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "draggable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#draggableChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "draggableChanged(_oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "_oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "draggableChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#initialHeight:member",
              "docComment": "/**\n * Initial height for the dialog (cannot exceed viewport height)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "initialHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "initialHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#initialWidth:member",
              "docComment": "/**\n * Initial width for the dialog (cannot exceed viewport width)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "initialWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "initialWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#mainElement:member",
              "docComment": "/**\n * A reference to the dialog element in the component Shadow DOM.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "mainElement: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDialogElement",
                  "canonicalReference": "!HTMLDialogElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "mainElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#minHeight:member",
              "docComment": "/**\n * Minimum height for the dialog\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minHeight: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "minHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#minWidth:member",
              "docComment": "/**\n * Minimum width for the dialog\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minWidth: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "minWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#notification:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "notification: "
                },
                {
                  "kind": "Reference",
                  "text": "NotificationStructure",
                  "canonicalReference": "@genesislcap/foundation-notifications!NotificationStructure:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "notification",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#notificationChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "notificationChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "notificationChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#onCloseCallback:member",
              "docComment": "/**\n * Callback to run *after* HTMLDialogElement is closed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onCloseCallback: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "onCloseCallback",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#onShowCallback:member",
              "docComment": "/**\n * Callback to run *before* HTMLDialogElement is shown\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onShowCallback: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "onShowCallback",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#open:member",
              "docComment": "/**\n * Determine if the dialog is showing or closed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get open(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "open",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#position:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "position: "
                },
                {
                  "kind": "Reference",
                  "text": "DialogPosition",
                  "canonicalReference": "@genesislcap/foundation-ui!DialogPosition:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "position",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#resetSize:member(1)",
              "docComment": "/**\n * Reset the dialog to its original size and position, or maximize if not resized.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resetSize(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "resetSize"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#resizable:member",
              "docComment": "/**\n * Whether or not the dialog is resizable\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resizable: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "resizable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#resizeIconName:member",
              "docComment": "/**\n * Get the appropriate icon name for the resize button\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get resizeIconName(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "resizeIconName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#show:member(1)",
              "docComment": "/**\n * Show the HTMLDialogElement and its contents\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "abstract show(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": true,
              "name": "show"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#showCloseIcon:member",
              "docComment": "/**\n * Whether or not to show the close icon\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showCloseIcon: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "showCloseIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#topElement:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "topElement: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "topElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#topElementSlot:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "topElementSlot: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLSlotElement",
                  "canonicalReference": "!HTMLSlotElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "topElementSlot",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement#type:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type: "
                },
                {
                  "kind": "Reference",
                  "text": "DialogType",
                  "canonicalReference": "@genesislcap/foundation-ui!DialogType:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!DialogPosition:type",
          "docComment": "/**\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type DialogPosition = "
            },
            {
              "kind": "Content",
              "text": "'center' | 'left' | 'right'"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/dialog/dialog.types.ts",
          "releaseTag": "Public",
          "name": "DialogPosition",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!DialogType:type",
          "docComment": "/**\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type DialogType = "
            },
            {
              "kind": "Content",
              "text": "'default' | 'alert' | 'success' | 'error'"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/dialog/dialog.types.ts",
          "releaseTag": "Public",
          "name": "DialogType",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!directionValue:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "directionValue = "
            },
            {
              "kind": "Reference",
              "text": "Direction.ltr",
              "canonicalReference": "@microsoft/fast-web-utilities!Direction.ltr:member"
            }
          ],
          "fileUrlPath": "src/_config/values/misc.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "directionValue",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Disclosure:class",
          "docComment": "/**\n * @tagname %%prefix%%-disclosure\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Disclosure extends "
            },
            {
              "kind": "Reference",
              "text": "FASTDisclosure",
              "canonicalReference": "@microsoft/fast-foundation!Disclosure:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/disclosure/disclosure.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Disclosure",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Divider:class",
          "docComment": "/**\n * @tagname %%prefix%%-divider\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Divider extends "
            },
            {
              "kind": "Reference",
              "text": "FASTDivider",
              "canonicalReference": "@microsoft/fast-foundation!Divider:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/divider/divider.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Divider",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!downloadFile:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "downloadFile: (url: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", filename: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", authToken: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", method?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", showNotifications?: "
            },
            {
              "kind": "Content",
              "text": "boolean"
            },
            {
              "kind": "Content",
              "text": ", body?: "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": ", prefix?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "void"
            }
          ],
          "fileUrlPath": "src/file-upload/file-upload.utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 15,
            "endIndex": 16
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "url",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "filename",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            },
            {
              "parameterName": "authToken",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "isOptional": false
            },
            {
              "parameterName": "method",
              "parameterTypeTokenRange": {
                "startIndex": 7,
                "endIndex": 8
              },
              "isOptional": true
            },
            {
              "parameterName": "showNotifications",
              "parameterTypeTokenRange": {
                "startIndex": 9,
                "endIndex": 10
              },
              "isOptional": true
            },
            {
              "parameterName": "body",
              "parameterTypeTokenRange": {
                "startIndex": 11,
                "endIndex": 12
              },
              "isOptional": true
            },
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 13,
                "endIndex": 14
              },
              "isOptional": true
            }
          ],
          "name": "downloadFile"
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu:class",
          "docComment": "/**\n * @tagname %%prefix%%-dropdown-menu\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DropdownMenu extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/dropdown-menu/dropdown-menu.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "DropdownMenu",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu#allItems:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get allItems(): "
                },
                {
                  "kind": "Reference",
                  "text": "DropdownMenuItem",
                  "canonicalReference": "@genesislcap/foundation-ui!DropdownMenuItem:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "allItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu#autoClose:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autoClose: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "autoClose",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu#buttonAppearance:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "buttonAppearance: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "buttonAppearance",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu#classNames:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "classNames: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "classNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu#disabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu#dropdownMenu:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropdownMenu: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dropdownMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu#items:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items: "
                },
                {
                  "kind": "Reference",
                  "text": "DropdownMenuItem",
                  "canonicalReference": "@genesislcap/foundation-ui!DropdownMenuItem:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu#name:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu#onDropdownMenuItemClick:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDropdownMenuItemClick(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "onDropdownMenuItemClick"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu#open:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "open: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "open",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu#openChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected openChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "openChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu#toggleDropdownMenuVisibility:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggleDropdownMenuVisibility(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "toggleDropdownMenuVisibility"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!dropdownMenuBaseStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "dropdownMenuBaseStyles: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/dropdown-menu/dropdown-menu.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "isOptional": false
            }
          ],
          "name": "dropdownMenuBaseStyles"
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!DropdownMenuItem:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type DropdownMenuItem = "
            },
            {
              "kind": "Content",
              "text": "{\n    name: string;\n    icon?: {\n        variant?: "
            },
            {
              "kind": "Reference",
              "text": "IconStyle",
              "canonicalReference": "@fortawesome/fontawesome-common-types!IconStyle:type"
            },
            {
              "kind": "Content",
              "text": ";\n        name: string;\n        size?: "
            },
            {
              "kind": "Reference",
              "text": "FaSize",
              "canonicalReference": "@genesislcap/foundation-ui!FaSize:type"
            },
            {
              "kind": "Content",
              "text": ";\n    };\n    color?: string;\n    submenu?: "
            },
            {
              "kind": "Reference",
              "text": "DropdownMenuItem",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenuItem:type"
            },
            {
              "kind": "Content",
              "text": "[];\n    callback?: (params?: any) => void | any;\n    isDisabled?: (params?: any) => boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/dropdown-menu/dropdown-menu.ts",
          "releaseTag": "Public",
          "name": "DropdownMenuItem",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!EnvironmentConfig:interface",
          "docComment": "/**\n * Environment configuration interface\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface EnvironmentConfig "
            }
          ],
          "fileUrlPath": "src/environment-indicator/types.ts",
          "releaseTag": "Public",
          "name": "EnvironmentConfig",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentConfig#backgroundColor:member",
              "docComment": "/**\n * The background color for this environment\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "backgroundColor?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "backgroundColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentConfig#icon:member",
              "docComment": "/**\n * The icon name to use Valid values are from the free set of font awesome icons which can be found here https://fontawesome.com/search?ic=free\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "icon?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "icon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentConfig#iconSize:member",
              "docComment": "/**\n * The size of the icon\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconSize?: "
                },
                {
                  "kind": "Reference",
                  "text": "FaSize",
                  "canonicalReference": "@genesislcap/foundation-ui!FaSize:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "iconSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentConfig#label:member",
              "docComment": "/**\n * The label to display\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentConfig#level:member",
              "docComment": "/**\n * The environment level\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "level: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "level",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentConfig#showIcon:member",
              "docComment": "/**\n * Whether to show an icon for this environment\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showIcon?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "showIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentConfig#size:member",
              "docComment": "/**\n * The size of the indicator\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size?: "
                },
                {
                  "kind": "Content",
                  "text": "'sm' | 'lg'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "size",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentConfig#textColor:member",
              "docComment": "/**\n * The text color for this environment\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "textColor?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "textColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator:class",
          "docComment": "/**\n * @tagname %%prefix%%-environment-indicator  @description Displays an environment indicator with a label and an icon\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class EnvironmentIndicator extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/environment-indicator/environment-indicator.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "EnvironmentIndicator",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#attributeChangedCallback:member(1)",
              "docComment": "/**\n * Handle config change when attributes change\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "attributeChangedCallback(name: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 7,
                "endIndex": 8
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "name",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 5,
                    "endIndex": 6
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "attributeChangedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#backgroundColor:member",
              "docComment": "/**\n * @attr background-color - the background color of the indicator\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "backgroundColor: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "backgroundColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#config:member",
              "docComment": "/**\n * Current environment configuration\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "config: "
                },
                {
                  "kind": "Reference",
                  "text": "EnvironmentConfig",
                  "canonicalReference": "@genesislcap/foundation-ui!EnvironmentConfig:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "config",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#diConfig:member",
              "docComment": "/**\n * Current environment configuration from DI\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "diConfig: "
                },
                {
                  "kind": "Reference",
                  "text": "EnvironmentIndicatorConfig",
                  "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicatorConfig:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "diConfig",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#diConfigChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "diConfigChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "diConfigChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#envConfigs:member",
              "docComment": "/**\n * Environment configurations\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "envConfigs: "
                },
                {
                  "kind": "Reference",
                  "text": "EnvironmentConfig",
                  "canonicalReference": "@genesislcap/foundation-ui!EnvironmentConfig:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "envConfigs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#envConfigsChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "envConfigsChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "envConfigsChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#getEnvConfigByLevel:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getEnvConfigByLevel(): "
                },
                {
                  "kind": "Reference",
                  "text": "EnvironmentConfig",
                  "canonicalReference": "@genesislcap/foundation-ui!EnvironmentConfig:interface"
                },
                {
                  "kind": "Content",
                  "text": " | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getEnvConfigByLevel"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#icon:member",
              "docComment": "/**\n * @attr icon - the icon to display\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "icon: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "icon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#iconSize:member",
              "docComment": "/**\n * @attr icon-size - the size of the icon\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconSize: "
                },
                {
                  "kind": "Reference",
                  "text": "EnvironmentConfig",
                  "canonicalReference": "@genesislcap/foundation-ui!EnvironmentConfig:interface"
                },
                {
                  "kind": "Content",
                  "text": "['iconSize']"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "iconSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#label:member",
              "docComment": "/**\n * @attr label - the label to display\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#level:member",
              "docComment": "/**\n * @attr level - the environment level to display\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "level: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "level",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#setEnvConfigs:member(1)",
              "docComment": "/**\n * Set environment configurations\n *\n * @param envConfigs - the environment configurations\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setEnvConfigs(envConfigs: "
                },
                {
                  "kind": "Reference",
                  "text": "EnvironmentConfig",
                  "canonicalReference": "@genesislcap/foundation-ui!EnvironmentConfig:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 4,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "envConfigs",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "setEnvConfigs"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#showIcon:member",
              "docComment": "/**\n * @attr show-icon - whether to show an icon next to the environment text\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showIcon: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "showIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#size:member",
              "docComment": "/**\n * @attr size - the size of the indicator. Can be 'sm' or 'lg'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size: "
                },
                {
                  "kind": "Content",
                  "text": "'sm' | 'lg'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "size",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#subscribeToDiConfig:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subscribeToDiConfig(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "subscribeToDiConfig"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#textColor:member",
              "docComment": "/**\n * @attr text-color - the text color of the indicator\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "textColor: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "textColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator#useDefaultConfig:member",
              "docComment": "/**\n * @attr use-default-config - whether to use the default config\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "useDefaultConfig: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "useDefaultConfig",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicatorConfig:interface",
          "docComment": "/**\n * Environment indicator configuration interface\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface EnvironmentIndicatorConfig "
            }
          ],
          "fileUrlPath": "src/environment-indicator/types.ts",
          "releaseTag": "Public",
          "name": "EnvironmentIndicatorConfig",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicatorConfig#configs:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "configs: "
                },
                {
                  "kind": "Reference",
                  "text": "EnvironmentConfig",
                  "canonicalReference": "@genesislcap/foundation-ui!EnvironmentConfig:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "configs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicatorConfig#currentLevel:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "currentLevel?: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "currentLevel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!environmentIndicatorStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "environmentIndicatorStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/environment-indicator/environment-indicator.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "environmentIndicatorStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!ErrorBanner:class",
          "docComment": "/**\n * @tagname %%prefix%%-error-banner\n *\n * @deprecated\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ErrorBanner extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/error-banner/error-banner.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "ErrorBanner",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBanner#banner:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "banner: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " & {\n        dismiss: () => "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "banner",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBanner#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBanner#dismiss:member(1)",
              "docComment": "/**\n * Dismiss the Error Banner from display.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismiss(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "dismiss"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBanner#error:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "error: "
                },
                {
                  "kind": "Reference",
                  "text": "ErrorStructure",
                  "canonicalReference": "@genesislcap/foundation-errors!ErrorStructure:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "error",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBanner#notification:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "notification: "
                },
                {
                  "kind": "Reference",
                  "text": "NotificationStructure",
                  "canonicalReference": "@genesislcap/foundation-notifications!NotificationStructure:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "notification",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!ErrorBoundary:class",
          "docComment": "/**\n * @deprecated\n *\n * @tagname %%prefix%%-error-boundary\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ErrorBoundary extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/error-boundary/error-boundary.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "ErrorBoundary",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBoundary#closeTimeout:member",
              "docComment": "/**\n * Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closeTimeout: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "closeTimeout",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBoundary#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBoundary#dataSub:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected dataSub: "
                },
                {
                  "kind": "Reference",
                  "text": "Subscription",
                  "canonicalReference": "rxjs!Subscription:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dataSub",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBoundary#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBoundary#errorBoundary:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "errorBoundary: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "errorBoundary",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBoundary#resourceName:member",
              "docComment": "/**\n * The resource name holding new and existing notifications\n *\n * @remarks\n *\n * usually 'ALL_NOTIFY_ALERT_RECORDS'\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resourceName: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "resourceName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!ErrorDialog:class",
          "docComment": "/**\n * @tagname %%prefix%%-error-dialog\n *\n * @deprecated\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ErrorDialog extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/error-dialog/error-dialog.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "ErrorDialog",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorDialog#closeDialog:member(1)",
              "docComment": "/**\n * Dismiss the Error Dialog from display.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closeDialog(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "closeDialog"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorDialog#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorDialog#dialog:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dialog: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " & {\n        close: () => void;\n        show: () => void;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dialog",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorDialog#dismiss:member(1)",
              "docComment": "/**\n * Dismiss the Error Dialog from display and calls the dismissing action.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismiss(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "dismiss"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorDialog#error:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "error: "
                },
                {
                  "kind": "Reference",
                  "text": "ErrorStructure",
                  "canonicalReference": "@genesislcap/foundation-errors!ErrorStructure:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "error",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorDialog#notification:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "notification: "
                },
                {
                  "kind": "Reference",
                  "text": "NotificationStructure",
                  "canonicalReference": "@genesislcap/foundation-notifications!NotificationStructure:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "notification",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorDialog#show:member(1)",
              "docComment": "/**\n * Show the Error Dialog.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "show(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "show"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!errorDialogTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "errorDialogTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ErrorDialog",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorDialog:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/error-dialog/error-dialog.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "errorDialogTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!ExpressionBuilderCore:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ExpressionBuilderCore: "
            },
            {
              "kind": "Content",
              "text": "{\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@genesislcap/expression-builder\")."
            },
            {
              "kind": "Reference",
              "text": "ExpressionBuilder",
              "canonicalReference": "@genesislcap/expression-builder!ExpressionBuilder:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n}"
            }
          ],
          "fileUrlPath": "src/expression-builder/types.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "ExpressionBuilderCore",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!extractMenuItems:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "extractMenuItems: (items: "
            },
            {
              "kind": "Reference",
              "text": "DropdownMenuItem",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenuItem:type"
            },
            {
              "kind": "Content",
              "text": "[]"
            },
            {
              "kind": "Content",
              "text": ", prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>"
            }
          ],
          "fileUrlPath": "src/dropdown-menu/dropdown-menu.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 6,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "items",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isOptional": false
            },
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 4,
                "endIndex": 5
              },
              "isOptional": false
            }
          ],
          "name": "extractMenuItems"
        },
        {
          "kind": "Enum",
          "canonicalReference": "@genesislcap/foundation-ui!FaPrefixFromStyle:enum",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum FaPrefixFromStyle "
            }
          ],
          "fileUrlPath": "src/icon/icon.ts",
          "releaseTag": "Public",
          "name": "FaPrefixFromStyle",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/foundation-ui!FaPrefixFromStyle.brand:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "brand = "
                },
                {
                  "kind": "Content",
                  "text": "\"fab\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "brand"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/foundation-ui!FaPrefixFromStyle.regular:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "regular = "
                },
                {
                  "kind": "Content",
                  "text": "\"far\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "regular"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/foundation-ui!FaPrefixFromStyle.solid:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "solid = "
                },
                {
                  "kind": "Content",
                  "text": "\"fas\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "solid"
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!FaSize:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type FaSize = "
            },
            {
              "kind": "Content",
              "text": "(typeof "
            },
            {
              "kind": "Reference",
              "text": "faSizeValues",
              "canonicalReference": "@genesislcap/foundation-ui!faSizeValues:var"
            },
            {
              "kind": "Content",
              "text": ")[number]"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/icon/icon.ts",
          "releaseTag": "Public",
          "name": "FaSize",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 4
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!faSizeValueDefault:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "faSizeValueDefault: "
            },
            {
              "kind": "Content",
              "text": "\"1x\""
            }
          ],
          "fileUrlPath": "src/icon/icon.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "faSizeValueDefault",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!faSizeValues:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "faSizeValues: "
            },
            {
              "kind": "Content",
              "text": "readonly [\"2xs\", \"xs\", \"sm\", \"lg\", \"xl\", \"2xl\", \"1x\", \"2x\", \"3x\", \"4x\", \"5x\", \"6x\", \"7x\", \"8x\", \"9x\", \"10x\", \"stack-1x\", \"stack-2x\"]"
            }
          ],
          "fileUrlPath": "src/icon/icon.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "faSizeValues",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!FileReader_2:class",
          "docComment": "/**\n * @tagname %%prefix%%-file-reader\n *\n * @fires\n *\n * file-read - Fired when file content is successfully read. detail: `FileReadEventDetail`\n *\n * @fires\n *\n * error - Fired on validation or read/parse errors\n *\n * @fires\n *\n * clear - Fired when selection is cleared (from base)\n *\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class FileReader extends "
            },
            {
              "kind": "Reference",
              "text": "BaseFileComponent",
              "canonicalReference": "@genesislcap/foundation-ui!BaseFileComponent:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/file-reader/file-reader.ts",
          "releaseTag": "Beta",
          "isAbstract": false,
          "name": "FileReader_2",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "@genesislcap/foundation-ui!FileReader_2:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `FileReader` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor();"
                }
              ],
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": []
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FileReader_2#autoProcess:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autoProcess: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "autoProcess",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileReader_2#disconnectedCallback:member(1)",
              "docComment": "/**\n * Disconnected callback to clean up timeouts\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FileReader_2#fileContent:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fileContent: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "fileContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileReader_2#getFileContent:member(1)",
              "docComment": "/**\n * Gets the current file content for external access\n *\n * @returns The parsed file content or null if no file is processed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getFileContent(): "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getFileContent"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileReader_2#handleFileProcessing:member(1)",
              "docComment": "/**\n * Processes the selected file and parses its content For JSON files, attempts to parse the content and emit processed data Sets processing state and handles errors appropriately\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleFileProcessing(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleFileProcessing"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileReader_2#onFileCleared:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onFileCleared(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "onFileCleared"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FileReader_2#onFileRead:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onFileRead?: "
                },
                {
                  "kind": "Content",
                  "text": "(data: any) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Beta",
              "name": "onFileRead",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileReader_2#onFileSelected:member(1)",
              "docComment": "/**\n * Handles file selection and validation - Currently supports single JSON files only. Future versions will support multiple files and additional file types.\n *\n * @param files - The selected files\n *\n * @beta\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onFileSelected(files: "
                },
                {
                  "kind": "Reference",
                  "text": "File",
                  "canonicalReference": "!File:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 4,
                "endIndex": 5
              },
              "releaseTag": "Beta",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "files",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "onFileSelected"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FileReader_2#processingDelayMs:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "processingDelayMs: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "processingDelayMs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!fileReaderStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "fileReaderStyles: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/file-reader/file-reader.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "isOptional": false
            }
          ],
          "name": "fileReaderStyles"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!fileReaderTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "fileReaderTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FileReader",
              "canonicalReference": "@genesislcap/foundation-ui!FileReader_2:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/file-reader/file-reader.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "fileReaderTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!FileReadEventDetail:interface",
          "docComment": "/**\n * Detail payload of the `file-read` event.\n *\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface FileReadEventDetail "
            }
          ],
          "fileUrlPath": "src/file-reader/file-reader.ts",
          "releaseTag": "Beta",
          "name": "FileReadEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!FileReadEventDetail#content:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "content: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "content",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!FileReadEventDetail#file:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "file: "
                },
                {
                  "kind": "Reference",
                  "text": "File",
                  "canonicalReference": "!File:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "file",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!FileReadEventDetail#fileName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fileName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "fileName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!FileSelectedEventDetail:interface",
          "docComment": "/**\n * Detail payload of the `file-selected` event.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface FileSelectedEventDetail "
            }
          ],
          "fileUrlPath": "src/file-upload/file-upload.ts",
          "releaseTag": "Public",
          "name": "FileSelectedEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!FileSelectedEventDetail#files:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "files: "
                },
                {
                  "kind": "Reference",
                  "text": "File",
                  "canonicalReference": "!File:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "files",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!FileUpload:class",
          "docComment": "/**\n * @tagname %%prefix%%-file-upload\n *\n * @fires\n *\n * file-selected - Fired when files are chosen for upload. detail: `FileSelectedEventDetail`\n *\n * @fires\n *\n * success - Fired when upload completes successfully\n *\n * @fires\n *\n * errorOut - Fired when upload fails or the server returns an error\n *\n * @fires\n *\n * error - Fired when file size validation fails (from base). detail: `Error`\n *\n * @fires\n *\n * clear - Fired when selection is cleared (from base)\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class FileUpload extends "
            },
            {
              "kind": "Reference",
              "text": "BaseFileComponent",
              "canonicalReference": "@genesislcap/foundation-ui!BaseFileComponent:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/file-upload/file-upload.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "FileUpload",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#acceptChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "acceptChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "acceptChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#connect:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connect: "
                },
                {
                  "kind": "Reference",
                  "text": "Connect",
                  "canonicalReference": "@genesislcap/foundation-comms!Connect:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "connect",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#downloadEventName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "downloadEventName: "
                },
                {
                  "kind": "Reference",
                  "text": "Function",
                  "canonicalReference": "!Function:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "downloadEventName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#entityId:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "entityId: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "entityId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#entityIdChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "entityIdChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "entityIdChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#fieldName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fieldName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "fieldName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#fieldNameChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fieldNameChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "fieldNameChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#fileName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fileName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "fileName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#filesGridColumnDefinitions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "filesGridColumnDefinitions: "
                },
                {
                  "kind": "Reference",
                  "text": "ColumnDefinition",
                  "canonicalReference": "@microsoft/fast-foundation!ColumnDefinition:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "filesGridColumnDefinitions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#getColumnObject:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getColumnObject(column: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "{\n        columnDataKey: any;\n        title: any;\n        type: any;\n        cellTemplate: "
                },
                {
                  "kind": "Reference",
                  "text": "ViewTemplate",
                  "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "DataGridCell",
                  "canonicalReference": "@microsoft/fast-foundation!DataGridCell:class"
                },
                {
                  "kind": "Content",
                  "text": ", any>;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 8
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "column",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getColumnObject"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#getDownloadColumn:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getDownloadColumn(): "
                },
                {
                  "kind": "Content",
                  "text": "{\n        columnDataKey: string;\n        title: string;\n        cellTemplate: "
                },
                {
                  "kind": "Reference",
                  "text": "ViewTemplate",
                  "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
                },
                {
                  "kind": "Content",
                  "text": "<any, any>;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getDownloadColumn"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#gridCriteria:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gridCriteria: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "gridCriteria",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#gridFields:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gridFields: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "gridFields",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#handleClick:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleClick(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleClick"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#handleFileDownload:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleFileDownload(rowData: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "rowData",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleFileDownload"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#handleFileUpload:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleFileUpload(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleFileUpload"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#http:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "http: "
                },
                {
                  "kind": "Reference",
                  "text": "Http",
                  "canonicalReference": "@genesislcap/foundation-comms!Http:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "http",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#onFileCleared:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onFileCleared(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "onFileCleared"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#onFileSelected:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onFileSelected(files: "
                },
                {
                  "kind": "Reference",
                  "text": "File",
                  "canonicalReference": "!File:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 4,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "files",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "onFileSelected"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#session:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "session: "
                },
                {
                  "kind": "Reference",
                  "text": "Session",
                  "canonicalReference": "@genesislcap/foundation-comms!Session:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "session",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#setColumnDefs:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setColumnDefs(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "setColumnDefs"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#setRowData:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setRowData(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "setRowData"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#setupGrid:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setupGrid(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "setupGrid"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#uploadedFilesList:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "uploadedFilesList: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "uploadedFilesList",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#uploadedFilesResourceName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "uploadedFilesResourceName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "uploadedFilesResourceName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#uploadEventName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "uploadEventName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "uploadEventName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload#uploadKey:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "uploadKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "uploadKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Filter:class",
          "docComment": "/**\n * @tagname %%prefix%%-filter\n *\n * @fires\n *\n * filter-changed - Fired when filter criteria change. detail: `FilterChangedEventDetail`\n *\n * @fires\n *\n * filter-cleared - Fired when the filter is cleared. detail: `FilterClearedEventDetail`\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Filter extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/filter/filter.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Filter",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#clear:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clear(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "clear"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#dateFilterFieldMax:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dateFilterFieldMax: "
                },
                {
                  "kind": "Reference",
                  "text": "TextField",
                  "canonicalReference": "@genesislcap/foundation-ui!TextField:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dateFilterFieldMax",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#dateFilterFieldMin:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dateFilterFieldMin: "
                },
                {
                  "kind": "Reference",
                  "text": "TextField",
                  "canonicalReference": "@genesislcap/foundation-ui!TextField:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dateFilterFieldMin",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#dateFilterMax:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dateFilterMax: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dateFilterMax",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#dateFilterMaxChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dateFilterMaxChanged(oldMax: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newMax: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldMax",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newMax",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "dateFilterMaxChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#dateFilterMin:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dateFilterMin: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dateFilterMin",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#dateFilterMinChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dateFilterMinChanged(oldMin: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newMin: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldMin",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newMin",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "dateFilterMinChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#dateMaxMS:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dateMaxMS: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dateMaxMS",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#dateMinMS:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dateMinMS: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dateMinMS",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#enumFilterOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enumFilterOptions: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "enumFilterOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#enumOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enumOptions: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "enumOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#fieldName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fieldName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "fieldName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#label:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#numFilterFieldMax:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "numFilterFieldMax: "
                },
                {
                  "kind": "Reference",
                  "text": "TextField",
                  "canonicalReference": "@genesislcap/foundation-ui!TextField:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "numFilterFieldMax",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#numFilterFieldMin:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "numFilterFieldMin: "
                },
                {
                  "kind": "Reference",
                  "text": "TextField",
                  "canonicalReference": "@genesislcap/foundation-ui!TextField:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "numFilterFieldMin",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#numFilterMax:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "numFilterMax: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "numFilterMax",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#numFilterMaxChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "numFilterMaxChanged(oldMax: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newMax: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldMax",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newMax",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "numFilterMaxChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#numFilterMin:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "numFilterMin: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "numFilterMin",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#numFilterMinChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "numFilterMinChanged(oldMin: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newMin: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldMin",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newMin",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "numFilterMinChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#onBooleanFilterSelection:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onBooleanFilterSelection(selection: "
                },
                {
                  "kind": "Content",
                  "text": "'all' | 'true' | 'false' | 'null'"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "selection",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "onBooleanFilterSelection"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#onEnumFilterSelection:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onEnumFilterSelection(selection: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "selection",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "onEnumFilterSelection"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#target:member",
              "docComment": "/**\n * Will be included in event emmissions. Usually set to the id of the target datasource. Usefull when we have multiple grids in the same page.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "target: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "target",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#textFilter:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "textFilter: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "textFilter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#textFilterChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "textFilterChanged(oldCriteria: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newCriteria: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldCriteria",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newCriteria",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "textFilterChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#textFilterField:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "textFilterField: "
                },
                {
                  "kind": "Reference",
                  "text": "TextField",
                  "canonicalReference": "@genesislcap/foundation-ui!TextField:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "textFilterField",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Filter#type:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type: "
                },
                {
                  "kind": "Content",
                  "text": "'text' | 'number' | 'date' | 'boolean' | 'enum'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!FilterBar:class",
          "docComment": "/**\n * @tagname %%prefix%%-filter-bar\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class FilterBar extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/filter-bar/filter-bar.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "FilterBar",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FilterBar#collapsed:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "collapsed: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "collapsed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FilterBar#columns:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columns: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "columns",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FilterBar#connect:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connect: "
                },
                {
                  "kind": "Reference",
                  "text": "Connect",
                  "canonicalReference": "@genesislcap/foundation-comms!Connect:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "connect",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FilterBar#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FilterBar#fields:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fields: "
                },
                {
                  "kind": "Reference",
                  "text": "MetadataDetail",
                  "canonicalReference": "@genesislcap/foundation-comms!MetadataDetail:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "fields",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FilterBar#filterGrid:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "filterGrid: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "filterGrid",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FilterBar#labels:member",
              "docComment": "/**\n * Labels for the specified fields, to be used alongside \"only\" prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labels: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "labels",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FilterBar#only:member",
              "docComment": "/**\n * Only generate filters for the specified fields, provided as a comma separated list. Default behavior (if \"only\" is not set) is to generate filters for all fields based on metadata.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "only: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "only",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FilterBar#ready:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ready: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "ready",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FilterBar#resource:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resource: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "resource",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FilterBar#resourceChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resourceChanged(oldResource: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newResource: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldResource",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newResource",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "resourceChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FilterBar#target:member",
              "docComment": "/**\n * Will be included in event emmissions. Usually set to the id of the target datasource. Usefull when we have multiple grids in the same page.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "target: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "target",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FilterBar#toggle:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggle(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "toggle"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!filterBarTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "filterBarTemplate: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FilterBar",
              "canonicalReference": "@genesislcap/foundation-ui!FilterBar:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/filter-bar/filter-bar.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 7
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "filterBarTemplate"
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!FilterChangedEventDetail:interface",
          "docComment": "/**\n * Detail payload of the `filter-changed` event.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface FilterChangedEventDetail "
            }
          ],
          "fileUrlPath": "src/filter/filter.ts",
          "releaseTag": "Public",
          "name": "FilterChangedEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!FilterChangedEventDetail#fieldName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fieldName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "fieldName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!FilterChangedEventDetail#filter:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "filter: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "filter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!FilterChangedEventDetail#target:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "target: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "target",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!FilterClearedEventDetail:interface",
          "docComment": "/**\n * Detail payload of the `filter-cleared` event.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface FilterClearedEventDetail "
            }
          ],
          "fileUrlPath": "src/filter/filter.ts",
          "releaseTag": "Public",
          "name": "FilterClearedEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!FilterClearedEventDetail#fieldName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fieldName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "fieldName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!FilterClearedEventDetail#target:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "target?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "target",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "@genesislcap/foundation-ui!FilterEvents:enum",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum FilterEvents "
            }
          ],
          "fileUrlPath": "src/filter/filter.ts",
          "releaseTag": "Public",
          "name": "FilterEvents",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/foundation-ui!FilterEvents.change:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "change = "
                },
                {
                  "kind": "Content",
                  "text": "\"filter-changed\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "change"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/foundation-ui!FilterEvents.clear:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clear = "
                },
                {
                  "kind": "Content",
                  "text": "\"filter-cleared\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "clear"
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!FilterMode:type",
          "docComment": "/**\n * Filter mode options for combobox and related components.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type FilterMode = "
            },
            {
              "kind": "Content",
              "text": "'contains' | 'startsWith'"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/combobox/combobox.types.ts",
          "releaseTag": "Public",
          "name": "FilterMode",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!findParentRouter:function(1)",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function findParentRouter(relativeTo: "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "Router",
              "canonicalReference": "@genesislcap/foundation-ui!Router:interface"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "Router",
              "canonicalReference": "@genesislcap/foundation-ui!Router:interface"
            },
            {
              "kind": "Content",
              "text": " | null"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/router/utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 7
          },
          "releaseTag": "Beta",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "relativeTo",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "findParentRouter"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!findRouter:function(1)",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function findRouter(relativeTo: "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "Router",
              "canonicalReference": "@genesislcap/foundation-ui!Router:interface"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "Router",
              "canonicalReference": "@genesislcap/foundation-ui!Router:interface"
            },
            {
              "kind": "Content",
              "text": " | null"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/router/utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 7
          },
          "releaseTag": "Beta",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "relativeTo",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "findRouter"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!findTopLevelRouter:function(1)",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function findTopLevelRouter(relativeTo: "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "Router",
              "canonicalReference": "@genesislcap/foundation-ui!Router:interface"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "Router",
              "canonicalReference": "@genesislcap/foundation-ui!Router:interface"
            },
            {
              "kind": "Content",
              "text": " | null"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/router/utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 7
          },
          "releaseTag": "Beta",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "relativeTo",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "findTopLevelRouter"
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!FlexBreakPointType:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type FlexBreakPointType = "
            },
            {
              "kind": "Content",
              "text": "'sm' | 'md' | 'lg'"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/flex-layout/flex-layout.types.ts",
          "releaseTag": "Public",
          "name": "FlexBreakPointType",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!FlexLayout:class",
          "docComment": "/**\n * @tagname %%prefix%%-flex-layout\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class FlexLayout extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/flex-layout/flex-layout.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "FlexLayout",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "@genesislcap/foundation-ui!FlexMediaQueriesEnum:enum",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum FlexMediaQueriesEnum "
            }
          ],
          "fileUrlPath": "src/flex-layout/flex-layout.types.ts",
          "releaseTag": "Public",
          "name": "FlexMediaQueriesEnum",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/foundation-ui!FlexMediaQueriesEnum.lg:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "lg = "
                },
                {
                  "kind": "Content",
                  "text": "\"(min-width: 1024px)\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "lg"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/foundation-ui!FlexMediaQueriesEnum.md:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "md = "
                },
                {
                  "kind": "Content",
                  "text": "\"(min-width: 641px) and (max-width: 1023px)\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "md"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/foundation-ui!FlexMediaQueriesEnum.sm:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sm = "
                },
                {
                  "kind": "Content",
                  "text": "\"(max-width: 640px)\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "sm"
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Flipper:class",
          "docComment": "/**\n * @tagname %%prefix%%-flipper\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Flipper extends "
            },
            {
              "kind": "Reference",
              "text": "FASTFlipper",
              "canonicalReference": "@microsoft/fast-foundation!Flipper:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/flipper/flipper.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Flipper",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Flyout:class",
          "docComment": "/**\n * @tagname %%prefix%%-flyout\n *\n * @fires\n *\n * closed - Fired when the flyout finishes closing\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Flyout extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/flyout/flyout.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Flyout",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout#closed:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closed: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "closed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout#closedChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closedChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "closedChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout#closeFlyout:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closeFlyout(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "closeFlyout"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout#closingFinished:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closingFinished(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "closingFinished"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout#displayHeader:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "displayHeader: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "displayHeader",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout#exit:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "exit: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "exit",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout#flyoutWidth:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "flyoutWidth: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "flyoutWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout#flyoutWidthChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "flyoutWidthChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "flyoutWidthChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout#focusExit:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusExit(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "focusExit"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout#position:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "position: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "position",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout#visuallyhidden:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "visuallyhidden: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "visuallyhidden",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!flyoutAnimationTime:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "flyoutAnimationTime = "
            },
            {
              "kind": "Content",
              "text": "225"
            }
          ],
          "fileUrlPath": "src/flyout/flyout.styles.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "flyoutAnimationTime",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!formatToPlaceholder:function(1)",
          "docComment": "/**\n * Maps a dayjs-style display format to a lowercase placeholder hint (e.g. DD/MM/YYYY → dd/mm/yyyy).\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function formatToPlaceholder(format: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/date-picker/date-picker.util.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "format",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "formatToPlaceholder"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAccordion:function(1)",
          "docComment": "/**\n * The Foundation Accordion\n *\n * @remarks\n *\n * HTML Element: \\<foundation-accordion\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAccordion: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "Accordion",
              "canonicalReference": "@genesislcap/foundation-ui!Accordion:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/accordion/accordion.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationAccordion"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAccordionItem:function(1)",
          "docComment": "/**\n * The Foundation Accordion Item\n *\n * @remarks\n *\n * HTML Element: \\<foundation-accordion-item\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAccordionItem: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "AccordionItemOptions",
              "canonicalReference": "@microsoft/fast-foundation!AccordionItemOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "AccordionItemOptions",
              "canonicalReference": "@microsoft/fast-foundation!AccordionItemOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "fileUrlPath": "src/accordion-item/accordion-item.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 16
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationAccordionItem"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAccordionItemShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAccordionItemShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/accordion-item/accordion-item.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationAccordionItemShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAccordionItemStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAccordionItemStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/accordion-item/accordion-item.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationAccordionItemStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAccordionItemTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAccordionItemTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "AccordionItem",
              "canonicalReference": "@genesislcap/foundation-ui!AccordionItem:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/accordion-item/accordion-item.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationAccordionItemTemplate"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAccordionShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAccordionShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/accordion/accordion.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationAccordionShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAccordionStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAccordionStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/accordion/accordion.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationAccordionStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAccordionTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAccordionTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Accordion",
              "canonicalReference": "@genesislcap/foundation-ui!Accordion:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/accordion/accordion.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationAccordionTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationActionsMenu:function(1)",
          "docComment": "/**\n * The Foundation Actions Menu\n *\n * @remarks\n *\n * HTML Element: \\<foundation-actions-menu\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationActionsMenu: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "ActionsMenu",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/actions-menu/actions-menu.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationActionsMenu"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationActionsMenuStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationActionsMenuStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/actions-menu/actions-menu.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationActionsMenuStyles"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationActionsMenuTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationActionsMenuTemplate: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ActionsMenu",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/actions-menu/actions-menu.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationActionsMenuTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAiCriteriaSearch:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAiCriteriaSearch: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "AiCriteriaSearch",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "AiCriteriaSearch",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "AiCriteriaSearch",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/ai-criteria-search.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationAiCriteriaSearch"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAiCriteriaSearchShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAiCriteriaSearchShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/ai-criteria-search.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationAiCriteriaSearchShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAiCriteriaSearchStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAiCriteriaSearchStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/ai-criteria-search.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationAiCriteriaSearchStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAiCriteriaSearchTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAiCriteriaSearchTemplate: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "AiCriteriaSearch",
              "canonicalReference": "@genesislcap/foundation-ui!AiCriteriaSearch:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/ai-criteria-search.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationAiCriteriaSearchTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAiIndicator:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAiIndicator: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "AiIndicator",
              "canonicalReference": "@genesislcap/foundation-ui!AiIndicator:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/ai-indicator/ai-indicator.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationAiIndicator"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAiIndicatorStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAiIndicatorStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/ai-indicator/ai-indicator.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationAiIndicatorStyles"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAiIndicatorTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAiIndicatorTemplate: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "AiIndicator",
              "canonicalReference": "@genesislcap/foundation-ui!AiIndicator:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/ai-indicator/ai-indicator.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationAiIndicatorTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAnchor:function(1)",
          "docComment": "/**\n * The Foundation Anchor\n *\n * @remarks\n *\n * HTML Element: \\<foundation-anchor\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAnchor: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "Anchor",
              "canonicalReference": "@genesislcap/foundation-ui!Anchor:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/anchor/anchor.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationAnchor"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAnchoredRegion:function(1)",
          "docComment": "/**\n * The Foundation Anchored Region\n *\n * @remarks\n *\n * HTML Element: \\<foundation-anchored-region\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAnchoredRegion: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "AnchoredRegion",
              "canonicalReference": "@genesislcap/foundation-ui!AnchoredRegion:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/anchored-region/anchored-region.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationAnchoredRegion"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAnchoredRegionShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAnchoredRegionShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/anchored-region/anchored-region.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationAnchoredRegionShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAnchoredRegionStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAnchoredRegionStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/anchored-region/anchored-region.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationAnchoredRegionStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAnchoredRegionTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAnchoredRegionTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "AnchoredRegion",
              "canonicalReference": "@genesislcap/foundation-ui!AnchoredRegion:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/anchored-region/anchor-region.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationAnchoredRegionTemplate"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAnchorShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAnchorShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/anchor/anchor.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationAnchorShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAnchorStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAnchorStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/anchor/anchor.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationAnchorStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAnchorTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAnchorTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Anchor",
              "canonicalReference": "@genesislcap/foundation-ui!Anchor:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/anchor/anchor.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationAnchorTemplate"
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!FoundationAppContext:type",
          "docComment": "/**\n * Context passed to predicate functions and other utilities.\n *\n * @alpha\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type FoundationAppContext = "
            },
            {
              "kind": "Content",
              "text": "{\n    env?: string;\n    domain?: string;\n    user?: {};\n    answers?: {\n        framework: string;\n        [key: string]: any;\n    };\n    featureFlags?: {\n        [key: string]: any;\n    };\n    [key: string]: any;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/context/app.ts",
          "releaseTag": "Alpha",
          "name": "FoundationAppContext",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAvatar:function(1)",
          "docComment": "/**\n * The Foundation Avatar\n *\n * @remarks\n *\n * HTML Element: \\<foundation-avatar\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAvatar: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "Avatar",
              "canonicalReference": "@genesislcap/foundation-ui!Avatar:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/avatar/avatar.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationAvatar"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAvatarShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAvatarShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/avatar/avatar.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationAvatarShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAvatarStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAvatarStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/avatar/avatar.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationAvatarStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationAvatarTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAvatarTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Avatar",
              "canonicalReference": "@genesislcap/foundation-ui!Avatar:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/avatar/avatar.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationAvatarTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationBadge:function(1)",
          "docComment": "/**\n * The Foundation Badge\n *\n * @remarks\n *\n * HTML Element: \\<foundation-badge\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationBadge: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "Badge",
              "canonicalReference": "@genesislcap/foundation-ui!Badge:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/badge/badge.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationBadge"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationBadgeShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationBadgeShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/badge/badge.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationBadgeShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationBadgeStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationBadgeStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/badge/badge.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationBadgeStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationBadgeTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationBadgeTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Badge",
              "canonicalReference": "@genesislcap/foundation-ui!Badge:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/badge/badge.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationBadgeTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationBanner:function(1)",
          "docComment": "/**\n * The Foundation Banner\n *\n * @remarks\n *\n * HTML Element: \\<foundation-banner\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationBanner: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Banner",
              "canonicalReference": "@genesislcap/foundation-ui!Banner:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Banner",
              "canonicalReference": "@genesislcap/foundation-ui!Banner:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "Banner",
              "canonicalReference": "@genesislcap/foundation-ui!Banner:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/banner/banner.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationBanner"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationBannerShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationBannerShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/banner/banner.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationBannerShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationBannerStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationBannerStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/banner/banner.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationBannerStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationBannerTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationBannerTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Banner",
              "canonicalReference": "@genesislcap/foundation-ui!Banner:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/banner/banner.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationBannerTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationBreadcrumb:function(1)",
          "docComment": "/**\n * The Foundation Breadcrumb\n *\n * @remarks\n *\n * HTML Element: \\<foundation-breadcrumb\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationBreadcrumb: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "Breadcrumb",
              "canonicalReference": "@genesislcap/foundation-ui!Breadcrumb:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/breadcrumb/breadcrumb.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationBreadcrumb"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationBreadcrumbItem:function(1)",
          "docComment": "/**\n * The Foundation Breadcrumb Item\n *\n * @remarks\n *\n * HTML Element: \\<foundation-breadcrumb-item\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationBreadcrumbItem: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "BreadcrumbItemOptions",
              "canonicalReference": "@microsoft/fast-foundation!BreadcrumbItemOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "BreadcrumbItemOptions",
              "canonicalReference": "@microsoft/fast-foundation!BreadcrumbItemOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "fileUrlPath": "src/breadcrumb-item/breadcrumb-item.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 16
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationBreadcrumbItem"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationBreadcrumbItemShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationBreadcrumbItemShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/breadcrumb-item/breadcrumb-item.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationBreadcrumbItemShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationBreadcrumbItemStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationBreadcrumbItemStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/breadcrumb-item/breadcrumb-item.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationBreadcrumbItemStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationBreadcrumbItemTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationBreadcrumbItemTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "BreadcrumbItem",
              "canonicalReference": "@genesislcap/foundation-ui!BreadcrumbItem:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/breadcrumb-item/breadcrumb-item.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationBreadcrumbItemTemplate"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationBreadcrumbShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationBreadcrumbShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/breadcrumb/breadcrumb.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationBreadcrumbShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationBreadcrumbStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationBreadcrumbStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/breadcrumb/breadcrumb.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationBreadcrumbStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationBreadcrumbTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationBreadcrumbTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Breadcrumb",
              "canonicalReference": "@genesislcap/foundation-ui!Breadcrumb:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/breadcrumb/breadcrumb.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationBreadcrumbTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationButton:function(1)",
          "docComment": "/**\n * The Foundation Button\n *\n * @remarks\n *\n * HTML Element: \\<foundation-button\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationButton: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "Button",
              "canonicalReference": "@genesislcap/foundation-ui!Button:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/button/button.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationButton"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationButtonShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationButtonShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/button/button.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationButtonShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationButtonStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationButtonStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/button/button.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationButtonStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationButtonTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationButtonTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Button",
              "canonicalReference": "@genesislcap/foundation-ui!Button:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/button/button.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationButtonTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationCalendar:function(1)",
          "docComment": "/**\n * The Foundation Calendar\n *\n * @remarks\n *\n * HTML Element: \\<foundation-calendar\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationCalendar: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "CalendarOptions",
              "canonicalReference": "@microsoft/fast-foundation!CalendarOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "CalendarOptions",
              "canonicalReference": "@microsoft/fast-foundation!CalendarOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "fileUrlPath": "src/calendar/calendar.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 16
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationCalendar"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationCalendarShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationCalendarShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/calendar/calendar.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationCalendarShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationCalendarStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationCalendarStyles: () => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/calendar/calendar.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [],
          "name": "foundationCalendarStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationCalendarTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationCalendarTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Calendar",
              "canonicalReference": "@genesislcap/foundation-ui!Calendar:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/calendar/calendar.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationCalendarTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationCard:function(1)",
          "docComment": "/**\n * The Foundation Card\n *\n * @remarks\n *\n * HTML Element: \\<foundation-card\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationCard: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "Card",
              "canonicalReference": "@genesislcap/foundation-ui!Card:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/card/card.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationCard"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationCardShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationCardShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/card/card.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationCardShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationCardStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationCardStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/card/card.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationCardStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationCardTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationCardTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Card",
              "canonicalReference": "@genesislcap/foundation-ui!Card:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/card/card.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationCardTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationCategorizedMultiselect:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationCategorizedMultiselect: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "CategorizedMultiselect",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "CategorizedMultiselect",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "CategorizedMultiselect",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/categorized-multiselect/categorized-multiselect.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationCategorizedMultiselect"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationCategorizedMultiselectShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationCategorizedMultiselectShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/categorized-multiselect/categorized-multiselect.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationCategorizedMultiselectShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationCheckbox:function(1)",
          "docComment": "/**\n * The Foundation Checkbox\n *\n * @remarks\n *\n * HTML Element: \\<foundation-checkbox\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationCheckbox: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "CheckboxOptions",
              "canonicalReference": "@microsoft/fast-foundation!CheckboxOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "CheckboxOptions",
              "canonicalReference": "@microsoft/fast-foundation!CheckboxOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "fileUrlPath": "src/checkbox/checkbox.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 16
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationCheckbox"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationCheckboxShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationCheckboxShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/checkbox/checkbox.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationCheckboxShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationCheckboxStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationCheckboxStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "CheckboxOptions",
              "canonicalReference": "@microsoft/fast-foundation!CheckboxOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/checkbox/checkbox.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationCheckboxStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationCheckboxTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationCheckboxTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "CheckboxOptions",
              "canonicalReference": "@microsoft/fast-foundation!CheckboxOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Checkbox",
              "canonicalReference": "@genesislcap/foundation-ui!Checkbox:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/checkbox/checkbox.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationCheckboxTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationCombobox:function(1)",
          "docComment": "/**\n * The Foundation Combo-box\n *\n * @remarks\n *\n * HTML Element: \\<foundation-combo-box\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationCombobox: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ComboboxOptions",
              "canonicalReference": "@microsoft/fast-foundation!ComboboxOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ComboboxOptions",
              "canonicalReference": "@microsoft/fast-foundation!ComboboxOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "fileUrlPath": "src/combobox/combobox.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 16
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationCombobox"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationComboboxShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationComboboxShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/combobox/combobox.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationComboboxShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationComboboxStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationComboboxStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/combobox/combobox.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationComboboxStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationComboboxTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationComboboxTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "ComboboxOptions",
              "canonicalReference": "@microsoft/fast-foundation!ComboboxOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Combobox",
              "canonicalReference": "@genesislcap/foundation-ui!Combobox:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/combobox/combobox.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationComboboxTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationConnectionIndicator:function(1)",
          "docComment": "/**\n * The Connection Indicator\n *\n * @remarks\n *\n * HTML Element: \\<connection-indicator\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationConnectionIndicator: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "ConnectionIndicator",
              "canonicalReference": "@genesislcap/foundation-ui!ConnectionIndicator:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/connection-indicator/connection-indicator.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationConnectionIndicator"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationConnectionIndicatorStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationConnectionIndicatorStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/connection-indicator/connection-indicator.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationConnectionIndicatorStyles"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationConnectionIndicatorTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationConnectionIndicatorTemplate: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            }
          ],
          "fileUrlPath": "src/connection-indicator/connection-indicator.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationConnectionIndicatorTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDataGrid:function(1)",
          "docComment": "/**\n * The Foundation Data Grid Element.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-data-grid\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDataGrid: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "DataGrid",
              "canonicalReference": "@genesislcap/foundation-ui!DataGrid:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/data-grid/data-grid.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationDataGrid"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDataGridCell:function(1)",
          "docComment": "/**\n * The Foundation Data Grid Cell Element.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-data-grid-cell\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDataGridCell: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "DataGridCell",
              "canonicalReference": "@genesislcap/foundation-ui!DataGridCell:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/data-grid-cell/data-grid.cell.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationDataGridCell"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDataGridCellShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDataGridCellShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/data-grid-cell/data-grid.cell.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationDataGridCellShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDataGridCellStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDataGridCellStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", defintion: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/data-grid-cell/data-grid-cell.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "defintion",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationDataGridCellStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDataGridRow:function(1)",
          "docComment": "/**\n * The Foundation Data Grid Row Element.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-data-grid-row\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDataGridRow: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "DataGridRow",
              "canonicalReference": "@genesislcap/foundation-ui!DataGridRow:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/data-grid-row/data-grid.row.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationDataGridRow"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDataGridRowShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDataGridRowShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/data-grid-row/data-grid.row.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationDataGridRowShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDataGridRowStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDataGridRowStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", defintion: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/data-grid-row/data-grid-row.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "defintion",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationDataGridRowStyles"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDataGridShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDataGridShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/data-grid/data-grid.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationDataGridShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDataGridStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDataGridStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", defintion: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/data-grid/data-grid.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "defintion",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationDataGridStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDataGridTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDataGridTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DataGrid",
              "canonicalReference": "@genesislcap/foundation-ui!DataGrid:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/data-grid/data-grid.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationDataGridTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDatePicker:function(1)",
          "docComment": "/**\n * The Foundation DatePicker\n *\n * @remarks\n *\n * HTML Element: \\<foundation-date-picker\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDatePicker: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DatePicker",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DatePicker",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "DatePicker",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/date-picker/date-picker.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationDatePicker"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDatePickerShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDatePickerShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/date-picker/date-picker.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationDatePickerShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDatePickerStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDatePickerStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/date-picker/date-picker.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationDatePickerStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDatePickerTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDatePickerTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DatePicker",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/date-picker/date-picker.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationDatePickerTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!FoundationDesignSystemProvider:class",
          "docComment": "/**\n * The Foundation Design System Provider\n *\n * @tagname %%prefix%%-design-system-provider\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class FoundationDesignSystemProvider extends "
            },
            {
              "kind": "Reference",
              "text": "FASTDesignSystemProvider",
              "canonicalReference": "@microsoft/fast-components!DesignSystemProvider:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/design-system-provider/design-system-provider.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "FoundationDesignSystemProvider",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationDesignSystemProvider:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `FoundationDesignSystemProvider` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor();"
                }
              ],
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": []
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationDesignSystemProvider#cardFillColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cardFillColor: "
                },
                {
                  "kind": "Reference",
                  "text": "Swatch",
                  "canonicalReference": "@microsoft/fast-components!Swatch:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "cardFillColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationDesignSystemProvider#cardForegroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cardForegroundColor: "
                },
                {
                  "kind": "Reference",
                  "text": "Swatch",
                  "canonicalReference": "@microsoft/fast-components!Swatch:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "cardForegroundColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDesignSystemProvider:function(1)",
          "docComment": "/**\n * The Foundation Design System Provider composed element\n *\n * @remarks\n *\n * HTML Element: \\<foundation-design-system-provider\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDesignSystemProvider: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n    styles: (context: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ") => import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n    styles: (context: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ") => import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "FoundationDesignSystemProvider",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationDesignSystemProvider:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/design-system-provider/design-system-provider.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationDesignSystemProvider"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDialog:function(1)",
          "docComment": "/**\n * The Foundation Dialog\n *\n * @remarks\n *\n * HTML Element: \\<foundation-dialog\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDialog: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Dialog",
              "canonicalReference": "@genesislcap/foundation-ui!Dialog:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Dialog",
              "canonicalReference": "@genesislcap/foundation-ui!Dialog:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "Dialog",
              "canonicalReference": "@genesislcap/foundation-ui!Dialog:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/dialog/dialog.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationDialog"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDialogShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDialogShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/dialog/dialog.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationDialogShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDialogStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDialogStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/dialog/dialog.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationDialogStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDialogTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDialogTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Dialog",
              "canonicalReference": "@genesislcap/foundation-ui!Dialog:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/dialog/dialog.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationDialogTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDisclosure:function(1)",
          "docComment": "/**\n * The Foundation Disclosure\n *\n * @remarks\n *\n * HTML Element: \\<foundation-disclosure\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDisclosure: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "Disclosure",
              "canonicalReference": "@genesislcap/foundation-ui!Disclosure:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/disclosure/disclosure.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationDisclosure"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDisclosureShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDisclosureShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/disclosure/disclosure.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationDisclosureShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDisclosureStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDisclosureStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/disclosure/disclosure.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationDisclosureStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDisclosureTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDisclosureTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Disclosure",
              "canonicalReference": "@genesislcap/foundation-ui!Disclosure:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/disclosure/disclosure.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationDisclosureTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDivider:function(1)",
          "docComment": "/**\n * The Foundation Divider\n *\n * @remarks\n *\n * HTML Element: \\<foundation-divider\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDivider: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "Divider",
              "canonicalReference": "@genesislcap/foundation-ui!Divider:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/divider/divider.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationDivider"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDividerShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDividerShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/divider/divider.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationDividerShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDividerStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDividerStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/divider/divider.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationDividerStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDividerTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDividerTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Divider",
              "canonicalReference": "@genesislcap/foundation-ui!Divider:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/divider/divider.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationDividerTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDropdownMenu:function(1)",
          "docComment": "/**\n * The Foundation Dropdown Menu\n *\n * @remarks\n *\n * HTML Element: \\<foundation-dropdown-menu\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDropdownMenu: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "DropdownMenu",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/dropdown-menu/dropdown-menu.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationDropdownMenu"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDropdownMenuStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDropdownMenuStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/dropdown-menu/dropdown-menu.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationDropdownMenuStyles"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationDropdownMenuTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDropdownMenuTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DropdownMenu",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/dropdown-menu/dropdown-menu.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationDropdownMenuTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationEnvironmentIndicator:function(1)",
          "docComment": "/**\n * The Foundation Environment indicator\n *\n * @remarks\n *\n * HTML Element: \\<foundation-environment-indicator\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationEnvironmentIndicator: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "EnvironmentIndicator",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "EnvironmentIndicator",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "EnvironmentIndicator",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/environment-indicator/environment-indicator.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationEnvironmentIndicator"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationEnvironmentIndicatorTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationEnvironmentIndicatorTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "EnvironmentIndicator",
              "canonicalReference": "@genesislcap/foundation-ui!EnvironmentIndicator:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/environment-indicator/environment-indicator.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationEnvironmentIndicatorTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationErrorBanner:function(1)",
          "docComment": "/**\n * The Foundation Error Banner\n *\n * @remarks\n *\n * HTML Element: \\<foundation-error-banner\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationErrorBanner: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ErrorBanner",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBanner:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ErrorBanner",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBanner:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "ErrorBanner",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBanner:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/error-banner/error-banner.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationErrorBanner"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationErrorBannerShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationErrorBannerShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/error-banner/error-banner.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationErrorBannerShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationErrorBannerTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationErrorBannerTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ErrorBanner",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBanner:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/error-banner/error-banner.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationErrorBannerTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationErrorBoundary:function(1)",
          "docComment": "/**\n * The Foundation Error Boundary\n *\n * @remarks\n *\n * HTML Element: \\<foundation-error-boundary\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationErrorBoundary: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ErrorBoundary",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBoundary:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ErrorBoundary",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBoundary:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "ErrorBoundary",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBoundary:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/error-boundary/error-boundary.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationErrorBoundary"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationErrorBoundaryShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationErrorBoundaryShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/error-boundary/error-boundary.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationErrorBoundaryShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationErrorBoundaryTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationErrorBoundaryTemplate: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ErrorBoundary",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBoundary:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/error-boundary/error-boundary.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationErrorBoundaryTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationErrorDialog:function(1)",
          "docComment": "/**\n * The Foundation Error Dialog\n *\n * @remarks\n *\n * HTML Element: <foundation-error-dialog>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationErrorDialog: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ErrorDialog",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorDialog:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ErrorDialog",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorDialog:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "ErrorDialog",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorDialog:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/error-dialog/error-dialog.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationErrorDialog"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationErrorDialogShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationErrorDialogShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/error-dialog/error-dialog.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationErrorDialogShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationErrorDialogStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationErrorDialogStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/error-dialog/error-dialog.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationErrorDialogStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!FoundationExpressionBuilder:class",
          "docComment": "/**\n * We don't create the foundation version of the component in the same way as the other components, they're composed from a base FAST component. The reason for this is that we want to have ExpressionBuilder as an independent and open source component, and due to this we don't want to release it as base components that someone needs to use FAST to compose.\n *\n * @tagname foundation-expression-builder\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class FoundationExpressionBuilder extends "
            },
            {
              "kind": "Reference",
              "text": "ExpressionBuilder",
              "canonicalReference": "@genesislcap/expression-builder!ExpressionBuilder:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/expression-builder/expression-builder.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "FoundationExpressionBuilder",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFileReader:function(1)",
          "docComment": "/**\n * The Foundation File Reader\n *\n * @remarks\n *\n * HTML Element: \\<foundation-file-reader\\>\n *\n * A component for selecting and processing files locally without uploading to server. Primarily designed for JSON file processing with optional auto-processing capabilities.\n *\n * @public @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFileReader: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "FileReader",
              "canonicalReference": "@genesislcap/foundation-ui!FileReader_2:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/file-reader/file-reader.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationFileReader"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFileReaderStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFileReaderStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/file-reader/file-reader.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationFileReaderStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFileUpload:function(1)",
          "docComment": "/**\n * The Foundation File Upload\n *\n * @remarks\n *\n * HTML Element: \\<foundation-file-upload\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFileUpload: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FileUpload",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FileUpload",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "FileUpload",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/file-upload/file-upload.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationFileUpload"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFileUploadShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFileUploadShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/file-upload/file-upload.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationFileUploadShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFileUploadStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFileUploadStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/file-upload/file-upload.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationFileUploadStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFileUploadTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFileUploadTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FileUpload",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/file-upload/file-upload.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationFileUploadTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFilter:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFilter: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Filter",
              "canonicalReference": "@genesislcap/foundation-ui!Filter:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Filter",
              "canonicalReference": "@genesislcap/foundation-ui!Filter:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "Filter",
              "canonicalReference": "@genesislcap/foundation-ui!Filter:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/filter/filter.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationFilter"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFilterBar:function(1)",
          "docComment": "/**\n * The Foundation Filter\n *\n * @remarks\n *\n * HTML Element: \\<foundation-filter-bar\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFilterBar: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "FilterBar",
              "canonicalReference": "@genesislcap/foundation-ui!FilterBar:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/filter-bar/filter-bar.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationFilterBar"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFilterBarStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFilterBarStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/filter-bar/filter-bar.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationFilterBarStyles"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFilterBarTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFilterBarTemplate: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FilterBar",
              "canonicalReference": "@genesislcap/foundation-ui!FilterBar:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/filter-bar/filter-bar.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationFilterBarTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFilterStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFilterStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/filter/filter.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationFilterStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFilterTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFilterTemplate: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Filter",
              "canonicalReference": "@genesislcap/foundation-ui!Filter:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/filter/filter.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationFilterTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFlexLayout:function(1)",
          "docComment": "/**\n * The Foundation Flex Layout\n *\n * @remarks\n *\n * HTML Element: \\<foundation-flex-layout\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFlexLayout: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FlexLayout",
              "canonicalReference": "@genesislcap/foundation-ui!FlexLayout:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FlexLayout",
              "canonicalReference": "@genesislcap/foundation-ui!FlexLayout:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "FlexLayout",
              "canonicalReference": "@genesislcap/foundation-ui!FlexLayout:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/flex-layout/flex-layout.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationFlexLayout"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFlexLayoutShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFlexLayoutShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/flex-layout/flex-layout.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationFlexLayoutShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFlexLayoutStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFlexLayoutStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/flex-layout/flex-layout.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationFlexLayoutStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFlexLayoutTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFlexLayoutTemplate: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FlexLayout",
              "canonicalReference": "@genesislcap/foundation-ui!FlexLayout:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/flex-layout/flex-layout.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationFlexLayoutTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFlipper:function(1)",
          "docComment": "/**\n * The Foundation Flipper\n *\n * @remarks\n *\n * HTML Element: \\<foundation-flipper\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFlipper: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FlipperOptions",
              "canonicalReference": "@microsoft/fast-foundation!FlipperOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FlipperOptions",
              "canonicalReference": "@microsoft/fast-foundation!FlipperOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "fileUrlPath": "src/flipper/flipper.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 16
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationFlipper"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFlipperShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFlipperShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/flipper/flipper.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationFlipperShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFlipperStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFlipperStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FlipperOptions",
              "canonicalReference": "@microsoft/fast-foundation!FlipperOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/flipper/flipper.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationFlipperStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFlipperTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFlipperTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FlipperOptions",
              "canonicalReference": "@microsoft/fast-foundation!FlipperOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Flipper",
              "canonicalReference": "@genesislcap/foundation-ui!Flipper:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/flipper/flipper.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationFlipperTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFlyout:function(1)",
          "docComment": "/**\n * The Foundation Flyout\n *\n * @remarks\n *\n * HTML Element: \\<foundation-flyout\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFlyout: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Flyout",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Flyout",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "Flyout",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/flyout/flyout.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationFlyout"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFlyoutShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFlyoutShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/flyout/flyout.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationFlyoutShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFlyoutStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFlyoutStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/flyout/flyout.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationFlyoutStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationFlyoutTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationFlyoutTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Flyout",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/flyout/flyout.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationFlyoutTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationGridLayout:function(1)",
          "docComment": "/**\n * The Foundation Grid Layout\n *\n * @remarks\n *\n * HTML Element: \\<foundation-grid-layout\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationGridLayout: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "GridLayout",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "GridLayout",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "GridLayout",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/grid-layout/grid-layout.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationGridLayout"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationGridLayoutItem:function(1)",
          "docComment": "/**\n * The Foundation Grid Layout Item\n *\n * @remarks\n *\n * HTML Element: \\<foundation-grid-layout-item\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationGridLayoutItem: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "GridLayoutItem",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "GridLayoutItem",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "GridLayoutItem",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/grid-layout-item/grid-layout-item.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationGridLayoutItem"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationGridLayoutItemShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationGridLayoutItemShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/grid-layout-item/grid-layout-item.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationGridLayoutItemShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationGridLayoutItemTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationGridLayoutItemTemplate: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "GridLayoutItem",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/grid-layout-item/grid-layout-item.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationGridLayoutItemTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationGridLayoutShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationGridLayoutShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/grid-layout/grid-layout.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationGridLayoutShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationGridLayoutStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationGridLayoutStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/grid-layout/grid-layout.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationGridLayoutStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationGridLayoutTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationGridLayoutTemplate: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "GridLayout",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/grid-layout/grid-layout.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationGridLayoutTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationHorizontalScroll:function(1)",
          "docComment": "/**\n * The Foundation HorizontalScroll\n *\n * @remarks\n *\n * HTML Element: \\<foundation-horizontal-scroll\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationHorizontalScroll: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HorizontalScrollOptions",
              "canonicalReference": "@microsoft/fast-foundation!HorizontalScrollOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HorizontalScrollOptions",
              "canonicalReference": "@microsoft/fast-foundation!HorizontalScrollOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "fileUrlPath": "src/horizontal-scroll/horizontal-scroll.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 16
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationHorizontalScroll"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationHorizontalScrollShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationHorizontalScrollShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/horizontal-scroll/horizontal-scroll.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationHorizontalScrollShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationHorizontalScrollStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationHorizontalScrollStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/horizontal-scroll/horizontal-scroll.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationHorizontalScrollStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationHorizontalScrollTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationHorizontalScrollTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HorizontalScroll",
              "canonicalReference": "@genesislcap/foundation-ui!HorizontalScroll:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/horizontal-scroll/horizontal-scroll.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationHorizontalScrollTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationIcon:function(1)",
          "docComment": "/**\n * The Foundation Icon\n *\n * @remarks\n *\n * HTML Element: \\<foundation-icon\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationIcon: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "Icon",
              "canonicalReference": "@genesislcap/foundation-ui!Icon:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/icon/icon.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationIcon"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationIconShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationIconShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/icon/icon.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationIconShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationIconStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationIconStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/icon/icon.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationIconStyles"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationIconTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationIconTemplate: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Icon",
              "canonicalReference": "@genesislcap/foundation-ui!Icon:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/icon/icon.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationIconTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationListbox:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationListbox: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "Listbox",
              "canonicalReference": "@genesislcap/foundation-ui!Listbox:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/listbox/listbox.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationListbox"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationListboxOption:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationListboxOption: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "ListboxOption",
              "canonicalReference": "@genesislcap/foundation-ui!ListboxOption:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/listbox-option/listbox-option.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationListboxOption"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationListboxOptionShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationListboxOptionShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/listbox-option/listbox-option.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationListboxOptionShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationListboxOptionStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationListboxOptionStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/listbox-option/listbox-option.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationListboxOptionStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationListboxOptionTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationListboxOptionTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ListboxOption",
              "canonicalReference": "@genesislcap/foundation-ui!ListboxOption:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/listbox-option/listbox-option.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationListboxOptionTemplate"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationListboxShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationListboxShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/listbox/listbox.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationListboxShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationListboxStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationListboxStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/listbox/listbox.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationListboxStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationListboxTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationListboxTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Listbox",
              "canonicalReference": "@genesislcap/foundation-ui!Listbox:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/listbox/listbox.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationListboxTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationMenu:function(1)",
          "docComment": "/**\n * The Foundation Menu\n *\n * @remarks\n *\n * HTML Element: \\<foundation-menu\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationMenu: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "Menu",
              "canonicalReference": "@genesislcap/foundation-ui!Menu:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/menu/menu.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationMenu"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationMenuItem:function(1)",
          "docComment": "/**\n * The Foundation Menu Item\n *\n * @remarks\n *\n * HTML Element: \\<foundation-menu-item\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationMenuItem: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "MenuItemOptions",
              "canonicalReference": "@microsoft/fast-foundation!MenuItemOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "MenuItemOptions",
              "canonicalReference": "@microsoft/fast-foundation!MenuItemOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "fileUrlPath": "src/menu-item/menu-item.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 16
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationMenuItem"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationMenuItemShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationMenuItemShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/menu-item/menu-item.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationMenuItemShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationMenuItemStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationMenuItemStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "MenuItemOptions",
              "canonicalReference": "@microsoft/fast-foundation!MenuItemOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/menu-item/menu-item.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationMenuItemStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationMenuItemTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationMenuItemTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "MenuItemOptions",
              "canonicalReference": "@microsoft/fast-foundation!MenuItemOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "MenuItem",
              "canonicalReference": "@genesislcap/foundation-ui!MenuItem:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/menu-item/menu-item.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationMenuItemTemplate"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationMenuShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationMenuShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/menu/menu.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationMenuShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationMenuStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationMenuStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/menu/menu.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationMenuStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationMenuTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationMenuTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Menu",
              "canonicalReference": "@genesislcap/foundation-ui!Menu:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/menu/menu.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationMenuTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationModal:function(1)",
          "docComment": "/**\n * The Foundation Modal\n *\n * @remarks\n *\n * HTML Element: \\<foundation-modal\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationModal: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Modal",
              "canonicalReference": "@genesislcap/foundation-ui!Modal:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Modal",
              "canonicalReference": "@genesislcap/foundation-ui!Modal:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "Modal",
              "canonicalReference": "@genesislcap/foundation-ui!Modal:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/modal/modal.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationModal"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationModalShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationModalShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/modal/modal.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationModalShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationModalStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationModalStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/modal/modal.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationModalStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationModalTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationModalTemplate: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Modal",
              "canonicalReference": "@genesislcap/foundation-ui!Modal:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/modal/modal.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationModalTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationMultiselect:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationMultiselect: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Multiselect",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Multiselect",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "Multiselect",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/multiselect/multiselect.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationMultiselect"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationMultiselectShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationMultiselectShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/multiselect/multiselect.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationMultiselectShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationNotificationListener:function(1)",
          "docComment": "/**\n * The Foundation Notification Listener\n *\n * @remarks\n *\n * HTML Element: \\<foundation-notification-listener\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationNotificationListener: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "NotificationListener",
              "canonicalReference": "@genesislcap/foundation-ui!NotificationListener:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "NotificationListener",
              "canonicalReference": "@genesislcap/foundation-ui!NotificationListener:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "NotificationListener",
              "canonicalReference": "@genesislcap/foundation-ui!NotificationListener:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/notification-listener/notification-listener.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationNotificationListener"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationNotificationListenerShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationNotificationListenerShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/notification-listener/notification-listener.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationNotificationListenerShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationNotificationListenerTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationNotificationListenerTemplate: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "NotificationListener",
              "canonicalReference": "@genesislcap/foundation-ui!NotificationListener:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/notification-listener/notification-listener.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationNotificationListenerTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationNumberField:function(1)",
          "docComment": "/**\n * The Foundation NumberField\n *\n * @remarks\n *\n * HTML Element: \\<foundation-number-field\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationNumberField: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "NumberFieldOptions",
              "canonicalReference": "@microsoft/fast-foundation!NumberFieldOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "NumberFieldOptions",
              "canonicalReference": "@microsoft/fast-foundation!NumberFieldOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "fileUrlPath": "src/number-field/number-field.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 16
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationNumberField"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationNumberFieldShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationNumberFieldShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/number-field/number-field.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationNumberFieldShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationNumberFieldStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationNumberFieldStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/number-field/number-field.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationNumberFieldStyles"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationNumberFieldTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationNumberFieldTemplate: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementTemplate",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementTemplate:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "NumberField",
              "canonicalReference": "@genesislcap/foundation-ui!NumberField:class"
            },
            {
              "kind": "Content",
              "text": ">, "
            },
            {
              "kind": "Reference",
              "text": "NumberFieldOptions",
              "canonicalReference": "@microsoft/fast-foundation!NumberFieldOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/number-field/number-field.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationNumberFieldTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 9
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationOptgroup:function(1)",
          "docComment": "/**\n * The Foundation Optgroup\n *\n * @remarks\n *\n * HTML Element: \\<foundation-optgroup\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationOptgroup: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "Optgroup",
              "canonicalReference": "@genesislcap/foundation-ui!Optgroup:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/optgroup/optgroup.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationOptgroup"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationOptgroupStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationOptgroupStyles: (_context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", _definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/optgroup/optgroup.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "_context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "_definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationOptgroupStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationOptgroupTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationOptgroupTemplate: (_context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", _definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Optgroup",
              "canonicalReference": "@genesislcap/foundation-ui!Optgroup:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/optgroup/optgroup.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 10
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "_context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "_definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationOptgroupTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationPill:function(1)",
          "docComment": "/**\n * The Foundation Pill\n *\n * @remarks\n *\n * HTML Element: \\<foundation-pill\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationPill: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pill",
              "canonicalReference": "@genesislcap/foundation-ui!Pill:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pill",
              "canonicalReference": "@genesislcap/foundation-ui!Pill:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "Pill",
              "canonicalReference": "@genesislcap/foundation-ui!Pill:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/pill/pill.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationPill"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationPillShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationPillShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/pill/pill.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationPillShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationPillTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationPillTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pill",
              "canonicalReference": "@genesislcap/foundation-ui!Pill:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/pill/pill.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationPillTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationPopper:function(1)",
          "docComment": "/**\n * The Foundation Popper\n *\n * @remarks\n *\n * HTML Element: \\<foundation-popper\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationPopper: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Popper",
              "canonicalReference": "@genesislcap/foundation-ui!Popper:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Popper",
              "canonicalReference": "@genesislcap/foundation-ui!Popper:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "Popper",
              "canonicalReference": "@genesislcap/foundation-ui!Popper:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/popper/popper.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationPopper"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationProgress:function(1)",
          "docComment": "/**\n * The Foundation Progress\n *\n * @remarks\n *\n * HTML Element: \\<foundation-progress\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationProgress: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ProgressOptions",
              "canonicalReference": "@microsoft/fast-foundation!ProgressOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ProgressOptions",
              "canonicalReference": "@microsoft/fast-foundation!ProgressOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "fileUrlPath": "src/progress/progress.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 16
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationProgress"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationProgressRing:function(1)",
          "docComment": "/**\n * The Foundation Progress Ring\n *\n * @remarks\n *\n * HTML Element: \\<foundation-progress-ring\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationProgressRing: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ProgressRingOptions",
              "canonicalReference": "@microsoft/fast-foundation!ProgressRingOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ProgressRingOptions",
              "canonicalReference": "@microsoft/fast-foundation!ProgressRingOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "fileUrlPath": "src/progress-ring/progress-ring.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 16
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationProgressRing"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationProgressRingShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationProgressRingShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/progress-ring/progress-ring.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationProgressRingShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationProgressRingStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationProgressRingStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "ProgressRingOptions",
              "canonicalReference": "@microsoft/fast-foundation!ProgressRingOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/progress-ring/progress-ring.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationProgressRingStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationProgressRingTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationProgressRingTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "ProgressRingOptions",
              "canonicalReference": "@microsoft/fast-foundation!ProgressRingOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ProgressRing",
              "canonicalReference": "@genesislcap/foundation-ui!ProgressRing:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/progress-ring/progress-ring.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationProgressRingTemplate"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationProgressShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationProgressShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/progress/progress.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationProgressShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationProgressStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationProgressStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "ProgressOptions",
              "canonicalReference": "@microsoft/fast-foundation!ProgressOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/progress/progress.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationProgressStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationProgressTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationProgressTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "ProgressOptions",
              "canonicalReference": "@microsoft/fast-foundation!ProgressOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Progress",
              "canonicalReference": "@genesislcap/foundation-ui!Progress:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/progress/progress.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationProgressTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationRadio:function(1)",
          "docComment": "/**\n * The Foundation Radio\n *\n * @remarks\n *\n * HTML Element: \\<foundation-radio\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationRadio: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "RadioOptions",
              "canonicalReference": "@microsoft/fast-foundation!RadioOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "RadioOptions",
              "canonicalReference": "@microsoft/fast-foundation!RadioOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "fileUrlPath": "src/radio/radio.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 16
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationRadio"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationRadioGroup:function(1)",
          "docComment": "/**\n * The Foundation Radio Group\n *\n * @remarks\n *\n * HTML Element: \\<foundation-radio-group\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationRadioGroup: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "RadioGroup",
              "canonicalReference": "@genesislcap/foundation-ui!RadioGroup:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/radio-group/radio-group.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationRadioGroup"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationRadioGroupShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationRadioGroupShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/radio-group/radio-group.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationRadioGroupShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationRadioGroupStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationRadioGroupStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/radio-group/radio-group.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationRadioGroupStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationRadioGroupTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationRadioGroupTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "RadioGroup",
              "canonicalReference": "@genesislcap/foundation-ui!RadioGroup:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/radio-group/radio-group.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationRadioGroupTemplate"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationRadioShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationRadioShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/radio/radio.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationRadioShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationRadioStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationRadioStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "RadioOptions",
              "canonicalReference": "@microsoft/fast-foundation!RadioOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/radio/radio.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationRadioStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationRadioTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationRadioTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "RadioOptions",
              "canonicalReference": "@microsoft/fast-foundation!RadioOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Radio",
              "canonicalReference": "@genesislcap/foundation-ui!Radio:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/radio/radio.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationRadioTemplate"
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!FoundationRoute:type",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type FoundationRoute<TSettings extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationRouteSettings",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouteSettings:type"
            },
            {
              "kind": "Content",
              "text": " = "
            },
            {
              "kind": "Content",
              "text": "{}"
            },
            {
              "kind": "Content",
              "text": "> = "
            },
            {
              "kind": "Reference",
              "text": "MappableRouteDefinition",
              "canonicalReference": "@microsoft/fast-router!MappableRouteDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<TSettings> & {\n    navItems?: "
            },
            {
              "kind": "Reference",
              "text": "FoundationRouteNavItem",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouteNavItem:type"
            },
            {
              "kind": "Content",
              "text": "[];\n    predicate?: <TContext extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationAppContext",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationAppContext:type"
            },
            {
              "kind": "Content",
              "text": ">(context?: TContext) => boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/router/types.ts",
          "releaseTag": "Beta",
          "name": "FoundationRoute",
          "typeParameters": [
            {
              "typeParameterName": "TSettings",
              "constraintTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "defaultTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            }
          ],
          "typeTokenRange": {
            "startIndex": 5,
            "endIndex": 11
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!FoundationRouteCollection:class",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class FoundationRouteCollection<TSettings extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationRouteSettings",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouteSettings:type"
            },
            {
              "kind": "Content",
              "text": " = "
            },
            {
              "kind": "Content",
              "text": "{}"
            },
            {
              "kind": "Content",
              "text": "> extends "
            },
            {
              "kind": "Reference",
              "text": "RouteCollection",
              "canonicalReference": "@microsoft/fast-router!RouteCollection:class"
            },
            {
              "kind": "Content",
              "text": "<TSettings>"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/router/routes.ts",
          "releaseTag": "Beta",
          "typeParameters": [
            {
              "typeParameterName": "TSettings",
              "constraintTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "defaultTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            }
          ],
          "isAbstract": false,
          "name": "FoundationRouteCollection",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouteCollection#definitions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "definitions: "
                },
                {
                  "kind": "Reference",
                  "text": "FoundationRoute",
                  "canonicalReference": "@genesislcap/foundation-ui!FoundationRoute:type"
                },
                {
                  "kind": "Content",
                  "text": "<TSettings>[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "definitions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouteCollection#map:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "map(...routes: "
                },
                {
                  "kind": "Reference",
                  "text": "FoundationRoute",
                  "canonicalReference": "@genesislcap/foundation-ui!FoundationRoute:type"
                },
                {
                  "kind": "Content",
                  "text": "<TSettings>[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 4,
                "endIndex": 5
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "routes",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "map"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 5,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!FoundationRouteNav:var",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "FoundationRouteNav: "
            },
            {
              "kind": "Reference",
              "text": "Readonly",
              "canonicalReference": "!Readonly:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    path: "
            },
            {
              "kind": "Reference",
              "text": "Readonly",
              "canonicalReference": "!Readonly:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        readonly current: string;\n        generateRoute: (relativeTo: "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "Router",
              "canonicalReference": "@genesislcap/foundation-ui!Router:interface"
            },
            {
              "kind": "Content",
              "text": ", path: string, params?: object) => "
            },
            {
              "kind": "Reference",
              "text": "Promise",
              "canonicalReference": "!Promise:interface"
            },
            {
              "kind": "Content",
              "text": "<string>;\n        push: (path: string, trigger?: boolean) => void;\n        replace: (path: string, trigger?: boolean) => void;\n        trigger: (path: string) => void;\n    }>;\n    name: "
            },
            {
              "kind": "Reference",
              "text": "Readonly",
              "canonicalReference": "!Readonly:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        generateRoute: (relativeTo: "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "Router",
              "canonicalReference": "@genesislcap/foundation-ui!Router:interface"
            },
            {
              "kind": "Content",
              "text": ", name: string, params?: object) => "
            },
            {
              "kind": "Reference",
              "text": "Promise",
              "canonicalReference": "!Promise:interface"
            },
            {
              "kind": "Content",
              "text": "<string>;\n        push: (relativeTo: "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "Router",
              "canonicalReference": "@genesislcap/foundation-ui!Router:interface"
            },
            {
              "kind": "Content",
              "text": ", name: string, params?: object, trigger?: boolean) => "
            },
            {
              "kind": "Reference",
              "text": "Promise",
              "canonicalReference": "!Promise:interface"
            },
            {
              "kind": "Content",
              "text": "<void>;\n        replace: (relativeTo: "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "Router",
              "canonicalReference": "@genesislcap/foundation-ui!Router:interface"
            },
            {
              "kind": "Content",
              "text": ", name: string, params?: object, trigger?: boolean) => "
            },
            {
              "kind": "Reference",
              "text": "Promise",
              "canonicalReference": "!Promise:interface"
            },
            {
              "kind": "Content",
              "text": "<void>;\n        trigger: (relativeTo: "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "Router",
              "canonicalReference": "@genesislcap/foundation-ui!Router:interface"
            },
            {
              "kind": "Content",
              "text": ", name: string, params?: object) => "
            },
            {
              "kind": "Reference",
              "text": "Promise",
              "canonicalReference": "!Promise:interface"
            },
            {
              "kind": "Content",
              "text": "<void>;\n    }>;\n}>"
            }
          ],
          "fileUrlPath": "src/router/navigation.ts",
          "isReadonly": true,
          "releaseTag": "Beta",
          "name": "FoundationRouteNav",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 37
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!FoundationRouteNavItem:type",
          "docComment": "/**\n * FoundationRouteNavItem\n *\n * @remarks\n *\n * Many of the properties are dynamically assigned if not set explicitly.\n *\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type FoundationRouteNavItem = "
            },
            {
              "kind": "Content",
              "text": "{\n    title: string;\n    icon?: {\n        name: "
            },
            {
              "kind": "Reference",
              "text": "IconName",
              "canonicalReference": "@fortawesome/fontawesome-common-types!IconName:type"
            },
            {
              "kind": "Content",
              "text": ";\n        size?: "
            },
            {
              "kind": "Reference",
              "text": "FaSize",
              "canonicalReference": "@genesislcap/foundation-ui!FaSize:type"
            },
            {
              "kind": "Content",
              "text": ";\n        variant?: "
            },
            {
              "kind": "Reference",
              "text": "IconStyle",
              "canonicalReference": "@fortawesome/fontawesome-common-types!IconStyle:type"
            },
            {
              "kind": "Content",
              "text": ";\n    };\n    navId?: string;\n    permission?: string;\n    placementIndex?: number;\n    routePath?: string;\n    routeName?: string;\n    navItems?: "
            },
            {
              "kind": "Reference",
              "text": "FoundationRouteNavItem",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouteNavItem:type"
            },
            {
              "kind": "Content",
              "text": "[];\n    onClick?: (e: {\n        item: "
            },
            {
              "kind": "Reference",
              "text": "FoundationRouteNavItem",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouteNavItem:type"
            },
            {
              "kind": "Content",
              "text": ";\n        context: any;\n    }) => void;\n    isLayoutItem?: boolean;\n    layoutRegistration?: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/router/navItems.ts",
          "releaseTag": "Beta",
          "name": "FoundationRouteNavItem",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 12
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!FoundationRouter:class",
          "docComment": "/**\n * @tagname foundation-router\n *\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class FoundationRouter extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationRouter_base",
              "canonicalReference": "@genesislcap/foundation-ui!~FoundationRouter_base"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/router/foundation-router.ts",
          "releaseTag": "Beta",
          "isAbstract": false,
          "name": "FoundationRouter",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouter#addEventListeners:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected addEventListeners(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "addEventListeners"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouter#config:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "config: "
                },
                {
                  "kind": "Reference",
                  "text": "FoundationRouterConfiguration",
                  "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration:class"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "config",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouter#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouter#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouter#logger:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "logger: "
                },
                {
                  "kind": "Content",
                  "text": "import(\"@genesislcap/foundation-logger\")."
                },
                {
                  "kind": "Reference",
                  "text": "Logger",
                  "canonicalReference": "@genesislcap/foundation-logger!Logger:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "logger",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouter#onGenerateNavigationPath:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onGenerateNavigationPath: "
                },
                {
                  "kind": "Content",
                  "text": "(event: "
                },
                {
                  "kind": "Reference",
                  "text": "GenerateNavigationPathEvent",
                  "canonicalReference": "@genesislcap/foundation-ui!GenerateNavigationPathEvent:type"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "onGenerateNavigationPath",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouter#onNavigateTo:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onNavigateTo: "
                },
                {
                  "kind": "Content",
                  "text": "(event: "
                },
                {
                  "kind": "Reference",
                  "text": "NavigateToEvent",
                  "canonicalReference": "@genesislcap/foundation-ui!NavigateToEvent:type"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "onNavigateTo",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouter#removeEventListeners:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected removeEventListeners(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "removeEventListeners"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouter#router:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get router(): "
                },
                {
                  "kind": "Reference",
                  "text": "Router",
                  "canonicalReference": "@genesislcap/foundation-ui!Router:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "router",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration:class",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare abstract class FoundationRouterConfiguration<TSettings extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationRouteSettings",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouteSettings:type"
            },
            {
              "kind": "Content",
              "text": " = "
            },
            {
              "kind": "Content",
              "text": "{}"
            },
            {
              "kind": "Content",
              "text": "> extends "
            },
            {
              "kind": "Reference",
              "text": "RouterConfiguration",
              "canonicalReference": "@microsoft/fast-router!RouterConfiguration:class"
            },
            {
              "kind": "Content",
              "text": "<TSettings>"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/router/configuration.ts",
          "releaseTag": "Beta",
          "typeParameters": [
            {
              "typeParameterName": "TSettings",
              "constraintTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "defaultTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            }
          ],
          "isAbstract": true,
          "name": "FoundationRouterConfiguration",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `FoundationRouterConfiguration` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected constructor();"
                }
              ],
              "releaseTag": "Beta",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": []
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#analytics:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected analytics: "
                },
                {
                  "kind": "Reference",
                  "text": "FoundationAnalytics",
                  "canonicalReference": "@genesislcap/foundation-comms!FoundationAnalytics:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "analytics",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#basename:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "basename: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "basename",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#configureAnalytics:member(1)",
              "docComment": "/**\n * @remarks\n *\n * Applies the analytics service to the navigate phase.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "configureAnalytics(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "configureAnalytics"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#configureFallbackRouteDefinition:member(1)",
              "docComment": "/**\n * @remarks\n *\n * Adds a fallback route.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "configureFallbackRouteDefinition(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "configureFallbackRouteDefinition"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#configureRoutePermittedChecks:member(1)",
              "docComment": "/**\n * @remarks\n *\n * Adds route permitted checks to the navigate phase.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "configureRoutePermittedChecks(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "configureRoutePermittedChecks"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#construct:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "construct<T>(Type: "
                },
                {
                  "kind": "Reference",
                  "text": "Constructable",
                  "canonicalReference": "@microsoft/fast-element!Constructable:type"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "T"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "typeParameters": [
                {
                  "typeParameterName": "T",
                  "constraintTokenRange": {
                    "startIndex": 0,
                    "endIndex": 0
                  },
                  "defaultTypeTokenRange": {
                    "startIndex": 0,
                    "endIndex": 0
                  }
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 4,
                "endIndex": 5
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "Type",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "construct"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#container:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected container: "
                },
                {
                  "kind": "Reference",
                  "text": "Container",
                  "canonicalReference": "@microsoft/fast-foundation!Container:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "container",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#generateNavigationPath:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "generateNavigationPath(path: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", params?: "
                },
                {
                  "kind": "Content",
                  "text": "object"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "path",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "generateNavigationPath"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#generateRouteFromName:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "generateRouteFromName(name: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", params: "
                },
                {
                  "kind": "Content",
                  "text": "object"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<string | null>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 7
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "name",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "generateRouteFromName"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#getNavigationPathBasename:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getNavigationPathBasename(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getNavigationPathBasename"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#getNavItems:member(1)",
              "docComment": "/**\n * @remarks\n *\n * Get navigation items from the route definitions.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getNavItems(predicate?: "
                },
                {
                  "kind": "Reference",
                  "text": "NavItemPredicate",
                  "canonicalReference": "@genesislcap/foundation-ui!NavItemPredicate:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "FoundationRouteNavItem",
                  "canonicalReference": "@genesislcap/foundation-ui!FoundationRouteNavItem:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "predicate",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getNavItems"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#logger:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "logger: "
                },
                {
                  "kind": "Content",
                  "text": "import(\"@genesislcap/foundation-logger\")."
                },
                {
                  "kind": "Reference",
                  "text": "Logger",
                  "canonicalReference": "@genesislcap/foundation-logger!Logger:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "logger",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#loginPath:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "loginPath: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "loginPath",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#navigateTo:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "navigateTo(config: "
                },
                {
                  "kind": "Reference",
                  "text": "NavigateToConfig",
                  "canonicalReference": "@genesislcap/foundation-ui!NavigateToConfig:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "config",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "navigateTo"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#navigationPhaseLoginRedirect:member(1)",
              "docComment": "/**\n * @remarks\n *\n * Navigate to the login page during a NavigationPhase.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "navigationPhaseLoginRedirect(phase: "
                },
                {
                  "kind": "Reference",
                  "text": "NavigationPhase",
                  "canonicalReference": "@microsoft/fast-router!NavigationPhase:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "phase",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "navigationPhaseLoginRedirect"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#notFoundPath:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "notFoundPath: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "notFoundPath",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#notPermittedPath:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "notPermittedPath: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "notPermittedPath",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#relativeTo:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "relativeTo: "
                },
                {
                  "kind": "Reference",
                  "text": "Router",
                  "canonicalReference": "@genesislcap/foundation-ui!Router:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "relativeTo",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#routes:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly routes: "
                },
                {
                  "kind": "Reference",
                  "text": "FoundationRouteCollection",
                  "canonicalReference": "@genesislcap/foundation-ui!FoundationRouteCollection:class"
                },
                {
                  "kind": "Content",
                  "text": "<TSettings>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "routes",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterConfiguration#user:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "user: "
                },
                {
                  "kind": "Reference",
                  "text": "User",
                  "canonicalReference": "@genesislcap/foundation-user!User:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "user",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 5,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!FoundationRouterEventMap:type",
          "docComment": "/**\n * @example\n *\n * Using custom events to navigate\n * ```ts\n * import { EventEmitter } from '@genesislcap/foundation-events';\n * import { FoundationRouterEventMap, NavigateToEventType } from '@genesislcap/foundation-ui';\n * ...\n * type ComponentEventMap = FoundationRouterEventMap & {};\n * export class ComponentElement extends EventEmitter<ComponentEventMap>(FASTElement) {\n *   onNavigate = (name: string, params: Object = {}, trigger = true) => {\n *     this.$emit(NavigateToEventType, { name, params, trigger });\n *   }\n * }\n * ```\n *\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type FoundationRouterEventMap = "
            },
            {
              "kind": "Content",
              "text": "{\n    ["
            },
            {
              "kind": "Reference",
              "text": "NavigateToEventType",
              "canonicalReference": "@genesislcap/foundation-ui!NavigateToEventType:var"
            },
            {
              "kind": "Content",
              "text": "]: "
            },
            {
              "kind": "Reference",
              "text": "NavigateToConfig",
              "canonicalReference": "@genesislcap/foundation-ui!NavigateToConfig:type"
            },
            {
              "kind": "Content",
              "text": ";\n    ["
            },
            {
              "kind": "Reference",
              "text": "GenerateNavigationPathEventType",
              "canonicalReference": "@genesislcap/foundation-ui!GenerateNavigationPathEventType:var"
            },
            {
              "kind": "Content",
              "text": "]: "
            },
            {
              "kind": "Reference",
              "text": "GenerateNavigationPathConfig",
              "canonicalReference": "@genesislcap/foundation-ui!GenerateNavigationPathConfig:type"
            },
            {
              "kind": "Content",
              "text": ";\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/router/events.ts",
          "releaseTag": "Beta",
          "name": "FoundationRouterEventMap",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 10
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!FoundationRouteSettings:type",
          "docComment": "/**\n * @remarks\n *\n * Base FoundationRouteSettings which all custom router configs should extend.\n *\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type FoundationRouteSettings = "
            },
            {
              "kind": "Content",
              "text": "{\n    public?: boolean;\n    isPermitted?: () => boolean;\n    notPermittedPath?: () => string;\n    [key: string]: any;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/router/types.ts",
          "releaseTag": "Beta",
          "name": "FoundationRouteSettings",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!FoundationRuleExpressionBuilder:class",
          "docComment": "/**\n * We don't create the foundation version of the component in the same way as the other components, they're composed from a base FAST component. The reason for this is that we want to have ExpressionBuilder as an independent and open source component, and due to this we don't want to release it as base components that someone needs to use FAST to compose.\n *\n * @tagname foundation-rule-expression-builder\n *\n * @fires\n *\n * change - Fired when the rule expression changes; detail is the serialized expression. detail: `RuleExpression.Expression['PredicateExpression']`\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class FoundationRuleExpressionBuilder extends "
            },
            {
              "kind": "Reference",
              "text": "ExpressionBuilder",
              "canonicalReference": "@genesislcap/expression-builder!ExpressionBuilder:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/expression-builder/rule-expression-builder.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "FoundationRuleExpressionBuilder",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRuleExpressionBuilder#configChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "configChanged(oldConfig: "
                },
                {
                  "kind": "Reference",
                  "text": "ExpressionBuilderTypes.Config",
                  "canonicalReference": "@genesislcap/expression-builder!Config_2:type"
                },
                {
                  "kind": "Content",
                  "text": ", newConfig: "
                },
                {
                  "kind": "Reference",
                  "text": "ExpressionBuilderTypes.Config",
                  "canonicalReference": "@genesislcap/expression-builder!Config_2:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldConfig",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newConfig",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "configChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRuleExpressionBuilder#dispatchChangeEvent:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dispatchChangeEvent(group: "
                },
                {
                  "kind": "Reference",
                  "text": "ExpressionBuilderTypes.Group",
                  "canonicalReference": "@genesislcap/expression-builder!Group:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "group",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "dispatchChangeEvent"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRuleExpressionBuilder#ruleConfig:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ruleConfig: "
                },
                {
                  "kind": "Reference",
                  "text": "ExpressionBuilderTypes.RuleConfig",
                  "canonicalReference": "@genesislcap/foundation-ui!~\"\\\"@genesislcap/expression-builder\\\"\".Types.RuleConfig:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "ruleConfig",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRuleExpressionBuilder#ruleConfigChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ruleConfigChanged(_: "
                },
                {
                  "kind": "Reference",
                  "text": "ExpressionBuilderTypes.RuleConfig",
                  "canonicalReference": "@genesislcap/foundation-ui!~\"\\\"@genesislcap/expression-builder\\\"\".Types.RuleConfig:type"
                },
                {
                  "kind": "Content",
                  "text": ", newConfig: "
                },
                {
                  "kind": "Reference",
                  "text": "ExpressionBuilderTypes.RuleConfig",
                  "canonicalReference": "@genesislcap/foundation-ui!~\"\\\"@genesislcap/expression-builder\\\"\".Types.RuleConfig:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "_",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newConfig",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "ruleConfigChanged"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationScheduler:function(1)",
          "docComment": "/**\n * The Foundation Scheduler Element.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-scheduler\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationScheduler: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Scheduler",
              "canonicalReference": "@genesislcap/foundation-ui!Scheduler:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Scheduler",
              "canonicalReference": "@genesislcap/foundation-ui!Scheduler:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "Scheduler",
              "canonicalReference": "@genesislcap/foundation-ui!Scheduler:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/scheduler/scheduler.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationScheduler"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSchedulerCronBuilder:function(1)",
          "docComment": "/**\n * The Foundation Cron Scheduler Builder\n *\n * @remarks\n *\n * HTML Element: \\<foundation-scheduler-cron-builder\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSchedulerCronBuilder: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SchedulerCronBuilder",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SchedulerCronBuilder",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "SchedulerCronBuilder",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/scheduler-cron-builder.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationSchedulerCronBuilder"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSchedulerCronBuilderShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSchedulerCronBuilderShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/scheduler-cron-builder.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSchedulerCronBuilderShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSchedulerCronBuilderTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSchedulerCronBuilderTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SchedulerCronBuilder",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/scheduler-cron-builder.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSchedulerCronBuilderTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSchedulerShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSchedulerShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/scheduler/scheduler.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSchedulerShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSchedulerTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSchedulerTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Scheduler",
              "canonicalReference": "@genesislcap/foundation-ui!Scheduler:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/scheduler/scheduler.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSchedulerTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSchedulerTimezone:function(1)",
          "docComment": "/**\n * The Foundation Scheduler Timezone Element.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-scheduler-timezone\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSchedulerTimezone: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SchedulerTimezone",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerTimezone:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SchedulerTimezone",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerTimezone:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "SchedulerTimezone",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerTimezone:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/scheduler-timezone/scheduler-timezone.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationSchedulerTimezone"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSchedulerTimezoneShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSchedulerTimezoneShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/scheduler-timezone/scheduler-timezone.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSchedulerTimezoneShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSchedulerTimezoneTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSchedulerTimezoneTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SchedulerTimezone",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerTimezone:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/scheduler-timezone/scheduler-timezone.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSchedulerTimezoneTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSearchBar:function(1)",
          "docComment": "/**\n * The Foundation Search Bar\n *\n * @remarks\n *\n * HTML Element: \\<foundation-search-bar\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSearchBar: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SearchBar",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SearchBar",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "SearchBar",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationSearchBar"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSearchBarCombobox:function(1)",
          "docComment": "/**\n * The Foundation Search Bar Combobox\n *\n * @remarks\n *\n * HTML Element: \\<foundation-search-bar-combobox\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSearchBarCombobox: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "SearchBarCombobox",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBarCombobox:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar-combobox.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationSearchBarCombobox"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSearchBarComboboxShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSearchBarComboboxShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar-combobox.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSearchBarComboboxShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSearchBarComboboxStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSearchBarComboboxStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar-combobox.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationSearchBarComboboxStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSearchBarComboboxTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSearchBarComboboxTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "ComboboxOptions",
              "canonicalReference": "@microsoft/fast-foundation!ComboboxOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SearchBarCombobox",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBarCombobox:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar-combobox.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationSearchBarComboboxTemplate"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSearchBarShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSearchBarShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSearchBarShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSearchBarStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSearchBarStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSearchBarStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSearchBarTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSearchBarTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SearchBar",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSearchBarTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSectionNavigator:function(1)",
          "docComment": "/**\n * The Foundation SectionNavigator\n *\n * @remarks\n *\n * HTML Element: \\<foundation-section-navigator\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSectionNavigator: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SectionNavigator",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SectionNavigator",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "SectionNavigator",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/section-navigator/section-navigator.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationSectionNavigator"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSectionNavigatorShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSectionNavigatorShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/section-navigator/section-navigator.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSectionNavigatorShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSectionNavigatorStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSectionNavigatorStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/section-navigator/section-navigator.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSectionNavigatorStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSectionNavigatorTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSectionNavigatorTemplate: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SectionNavigator",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/section-navigator/section-navigator.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSectionNavigatorTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSegmentedControl:function(1)",
          "docComment": "/**\n * The Foundation Segmented Control\n *\n * @remarks\n *\n * HTML Element: \\<foundation-segmented-control\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSegmentedControl: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "SegmentedControl",
              "canonicalReference": "@genesislcap/foundation-ui!SegmentedControl:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/segmented-control/segmented-control.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationSegmentedControl"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSegmentedControlShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSegmentedControlShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/segmented-control/segmented-control.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSegmentedControlShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSegmentedControlStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSegmentedControlStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/segmented-control/segmented-control.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationSegmentedControlStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSegmentedControlTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSegmentedControlTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SegmentedControl",
              "canonicalReference": "@genesislcap/foundation-ui!SegmentedControl:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/segmented-control/segmented-control.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationSegmentedControlTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSegmentedItem:function(1)",
          "docComment": "/**\n * The Foundation Segmented item\n *\n * @remarks\n *\n * HTML Element: \\<foundation-segmented-item\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSegmentedItem: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "RadioOptions",
              "canonicalReference": "@microsoft/fast-foundation!RadioOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "RadioOptions",
              "canonicalReference": "@microsoft/fast-foundation!RadioOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "fileUrlPath": "src/segmented-item/segmented-item.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 16
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationSegmentedItem"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSegmentedItemShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSegmentedItemShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/segmented-item/segmented-item.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSegmentedItemShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSegmentedItemStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSegmentedItemStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "RadioOptions",
              "canonicalReference": "@microsoft/fast-foundation!RadioOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/segmented-item/segmented-item.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationSegmentedItemStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSegmentedItemTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSegmentedItemTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "RadioOptions",
              "canonicalReference": "@microsoft/fast-foundation!RadioOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SegmentedItem",
              "canonicalReference": "@genesislcap/foundation-ui!SegmentedItem:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/segmented-item/segmented-item.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 10
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationSegmentedItemTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSelect:function(1)",
          "docComment": "/**\n * The Foundation Select\n *\n * @remarks\n *\n * HTML Element: \\<foundation-select\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSelect: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SelectOptions",
              "canonicalReference": "@microsoft/fast-foundation!SelectOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SelectOptions",
              "canonicalReference": "@microsoft/fast-foundation!SelectOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "fileUrlPath": "src/select/select.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 16
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationSelect"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSelectShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSelectShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/select/select.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSelectShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSelectStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSelectStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/select/select.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationSelectStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSelectTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSelectTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Select",
              "canonicalReference": "@genesislcap/foundation-ui!Select:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/select/select.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationSelectTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSkeleton:function(1)",
          "docComment": "/**\n * The Foundation Skeleton\n *\n * @remarks\n *\n * HTML Element: \\<foundation-skeleton\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSkeleton: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "Skeleton",
              "canonicalReference": "@genesislcap/foundation-ui!Skeleton:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/skeleton/skeleton.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationSkeleton"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSkeletonShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSkeletonShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/skeleton/skeleton.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSkeletonShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSkeletonStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSkeletonStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/skeleton/skeleton.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationSkeletonStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSkeletonTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSkeletonTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Skeleton",
              "canonicalReference": "@genesislcap/foundation-ui!Skeleton:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/skeleton/skeleton.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationSkeletonTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSlider:function(1)",
          "docComment": "/**\n * The Foundation Slider\n *\n * @remarks\n *\n * HTML Element: \\<foundation-slider\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSlider: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SliderOptions",
              "canonicalReference": "@microsoft/fast-foundation!SliderOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SliderOptions",
              "canonicalReference": "@microsoft/fast-foundation!SliderOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "fileUrlPath": "src/slider/slider.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 16
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationSlider"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSliderLabel:function(1)",
          "docComment": "/**\n * The Foundation Slider Label\n *\n * @remarks\n *\n * HTML Element: \\<foundation-slider-label\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSliderLabel: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "SliderLabel",
              "canonicalReference": "@genesislcap/foundation-ui!SliderLabel:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/slider-label/slider-label.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationSliderLabel"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSliderLabelShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSliderLabelShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/slider-label/slider-label.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSliderLabelShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSliderLabelStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSliderLabelStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/slider-label/slider-label.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationSliderLabelStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSliderLabelTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSliderLabelTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SliderLabel",
              "canonicalReference": "@genesislcap/foundation-ui!SliderLabel:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/slider-label/slider-label.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationSliderLabelTemplate"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSliderShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSliderShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/slider/slider.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSliderShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSliderStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSliderStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "SliderOptions",
              "canonicalReference": "@microsoft/fast-foundation!SliderOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/slider/slider.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationSliderStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSliderTemplate:function(1)",
          "docComment": "/**\n * The template for the {@link @microsoft/fast-foundation#(Slider:class)} component.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSliderTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "SliderOptions",
              "canonicalReference": "@microsoft/fast-foundation!SliderOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Slider",
              "canonicalReference": "@genesislcap/foundation-ui!Slider:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/slider/slider.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationSliderTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSnackbar:function(1)",
          "docComment": "/**\n * The Foundation Snackbar\n *\n * @remarks\n *\n * HTML Element: \\<foundation-snackbar\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSnackbar: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Snackbar",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Snackbar",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "Snackbar",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/snackbar/snackbar.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationSnackbar"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSnackbarShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSnackbarShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/snackbar/snackbar.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSnackbarShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSnackbarStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSnackbarStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/snackbar/snackbar.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSnackbarStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSnackbarTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSnackbarTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Snackbar",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/snackbar/snackbar.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSnackbarTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationStackingIcons:function(1)",
          "docComment": "/**\n * The Foundation Stacking Icon\n *\n * @remarks\n *\n * HTML Element: \\<foundation-stacking-icons\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationStackingIcons: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "StackingIcons",
              "canonicalReference": "@genesislcap/foundation-ui!StackingIcons:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/stacking-icons/stacking-icons.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationStackingIcons"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationStackingIconsStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationStackingIconsStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/stacking-icons/stacking-icons.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationStackingIconsStyles"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationStackingIconsTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationStackingIconsTemplate: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            }
          ],
          "fileUrlPath": "src/stacking-icons/stacking-icons.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationStackingIconsTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationStatusPill:function(1)",
          "docComment": "/**\n * The Foundation Status Pill\n *\n * @remarks\n *\n * HTML Element: \\<foundation-status-pill\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationStatusPill: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "StatusPill",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "StatusPill",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "StatusPill",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/status-pill/status-pill.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationStatusPill"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationStatusPillTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationStatusPillTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "StatusPill",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/status-pill/status-pill.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationStatusPillTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationStepper:function(1)",
          "docComment": "/**\n * The Foundation Stepper\n *\n * @remarks\n *\n * HTML Element: \\<foundation-stepper\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationStepper: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Stepper",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Stepper",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "Stepper",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/stepper/stepper.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationStepper"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationStepperShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationStepperShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/stepper/stepper.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationStepperShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationStepperStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationStepperStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/stepper/stepper.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationStepperStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationStepperTab:function(1)",
          "docComment": "/**\n * The Foundation Stepper Tab\n *\n * @remarks\n *\n * HTML Element: \\<foundation-stepper-tab\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationStepperTab: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "StepperTab",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTab:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/stepper-tab/stepper-tab.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationStepperTab"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationStepperTabPanel:function(1)",
          "docComment": "/**\n * The Foundation Stepper Tab Panel\n *\n * @remarks\n *\n * HTML Element: \\<foundation-stepper-tab-panel\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationStepperTabPanel: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementTemplate",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementTemplate:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "StepperTabPanel",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTabPanel:class"
            },
            {
              "kind": "Content",
              "text": ", any>>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementTemplate",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementTemplate:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "StepperTabPanel",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTabPanel:class"
            },
            {
              "kind": "Content",
              "text": ", any>>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "StepperTabPanel",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTabPanel:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/stepper-tab-panel/stepper-tab-panel.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationStepperTabPanel"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationStepperTabPanelShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationStepperTabPanelShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/stepper-tab-panel/stepper-tab-panel.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationStepperTabPanelShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationStepperTabPanelTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationStepperTabPanelTemplate: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementTemplate",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementTemplate:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "StepperTabPanel",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTabPanel:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "fileUrlPath": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationStepperTabPanelTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationStepperTabShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationStepperTabShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/stepper-tab/stepper-tab.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationStepperTabShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationStepperTabStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationStepperTabStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/stepper-tab/stepper-tab.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationStepperTabStyles"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationStepperTabTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationStepperTabTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "StepperTab",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTab:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/stepper-tab/stepper-tab.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationStepperTabTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationStepperTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationStepperTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Stepper",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/stepper/stepper.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationStepperTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSwitch:function(1)",
          "docComment": "/**\n * The Foundation Switch\n *\n * @remarks\n *\n * HTML Element: \\<foundation-switch\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSwitch: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SwitchOptions",
              "canonicalReference": "@microsoft/fast-foundation!SwitchOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SwitchOptions",
              "canonicalReference": "@microsoft/fast-foundation!SwitchOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "fileUrlPath": "src/switch/switch.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 16
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationSwitch"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSwitchShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSwitchShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/switch/switch.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSwitchShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSwitchStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSwitchStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "SwitchOptions",
              "canonicalReference": "@microsoft/fast-foundation!SwitchOptions:type"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/switch/switch.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationSwitchStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSwitchTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSwitchTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Switch",
              "canonicalReference": "@genesislcap/foundation-ui!Switch:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/switch/switch.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationSwitchTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSystemHealthOverlay:function(1)",
          "docComment": "/**\n * Foundation system health overlay\n *\n * @remarks\n *\n * HTML Element: \\<foundation-system-health-overlay\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSystemHealthOverlay: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "SystemHealthOverlay",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/overlays/system-health/system-health-overlay.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationSystemHealthOverlay"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSystemHealthOverlayShadowOptions:var",
          "docComment": "/**\n * Foundation system health overlay styles\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSystemHealthOverlayShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/overlays/system-health/system-health-overlay.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationSystemHealthOverlayShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSystemHealthOverlayStyles:function(1)",
          "docComment": "/**\n * Foundation system health overlay styles\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSystemHealthOverlayStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/overlays/system-health/system-health-overlay.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationSystemHealthOverlayStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationSystemHealthOverlayTemplate:function(1)",
          "docComment": "/**\n * Foundation system health overlay template\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSystemHealthOverlayTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SystemHealthOverlay",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/overlays/system-health/system-health-overlay.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 10
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationSystemHealthOverlayTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTab:function(1)",
          "docComment": "/**\n * The Foundation Tab\n *\n * @remarks\n *\n * HTML Element: \\<foundation-tab\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTab: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "Tab",
              "canonicalReference": "@genesislcap/foundation-ui!Tab:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/tab/tab.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationTab"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTabPanel:function(1)",
          "docComment": "/**\n * The Foundation Tab Panel\n *\n * @remarks\n *\n * HTML Element: \\<foundation-tab-panel\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTabPanel: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "TabPanel",
              "canonicalReference": "@genesislcap/foundation-ui!TabPanel:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/tab-panel/tab-panel.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationTabPanel"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTabPanelShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTabPanelShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/tab-panel/tab-panel.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationTabPanelShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTabPanelStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTabPanelStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/tab-panel/tab-panel.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationTabPanelStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTabPanelTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTabPanelTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "TabPanel",
              "canonicalReference": "@genesislcap/foundation-ui!TabPanel:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/tab-panel/tab-panel.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationTabPanelTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTabs:function(1)",
          "docComment": "/**\n * The Foundation Tabs\n *\n * @remarks\n *\n * HTML Element: \\<foundation-tabs\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTabs: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "Tabs",
              "canonicalReference": "@genesislcap/foundation-ui!Tabs:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/tabs/tabs.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationTabs"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTabShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTabShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/tab/tab.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationTabShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTabsShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTabsShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/tabs/tabs.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationTabsShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTabsStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTabsStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/tabs/tabs.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationTabsStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTabsTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTabsTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Tabs",
              "canonicalReference": "@genesislcap/foundation-ui!Tabs:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/tabs/tabs.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationTabsTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTabStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTabStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/tab/tab.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationTabStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTabTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTabTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Tab",
              "canonicalReference": "@genesislcap/foundation-ui!Tab:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/tab/tab.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationTabTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTextArea:function(1)",
          "docComment": "/**\n * The Foundation Text Area\n *\n * @remarks\n *\n * HTML Element: \\<foundation-text-area\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTextArea: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "TextArea",
              "canonicalReference": "@genesislcap/foundation-ui!TextArea:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/text-area/text-area.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationTextArea"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTextAreaShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTextAreaShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/text-area/text-area.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationTextAreaShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTextAreaStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTextAreaStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/text-area/text-area.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationTextAreaStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTextAreaTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTextAreaTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "TextArea",
              "canonicalReference": "@genesislcap/foundation-ui!TextArea:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/text-area/text-area.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationTextAreaTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTextField:function(1)",
          "docComment": "/**\n * The Foundation Text Fields\n *\n * @remarks\n *\n * HTML Element: \\<foundation-text-field\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTextField: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "TextField",
              "canonicalReference": "@genesislcap/foundation-ui!TextField:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/text-field/text-field.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationTextField"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTextFieldShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTextFieldShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/text-field/text-field.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationTextFieldShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTextFieldStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTextFieldStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/text-field/text-field.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationTextFieldStyles"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTextFieldTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTextFieldTemplate: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementTemplate",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementTemplate:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "TextField",
              "canonicalReference": "@genesislcap/foundation-ui!TextField:class"
            },
            {
              "kind": "Content",
              "text": ">, "
            },
            {
              "kind": "Reference",
              "text": "TextFieldOptions",
              "canonicalReference": "@microsoft/fast-foundation!TextFieldOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/text-field/text-field.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationTextFieldTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 9
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationToast:function(1)",
          "docComment": "/**\n * The Foundation Toast\n *\n * @remarks\n *\n * HTML Element: \\<foundation-toast\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationToast: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"..\")."
            },
            {
              "kind": "Reference",
              "text": "Icon",
              "canonicalReference": "@genesislcap/foundation-ui!Icon:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"..\")."
            },
            {
              "kind": "Reference",
              "text": "Icon",
              "canonicalReference": "@genesislcap/foundation-ui!Icon:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "Toast",
              "canonicalReference": "@genesislcap/foundation-ui!Toast:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/toast/toast.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationToast"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationToastShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationToastShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/toast/toast.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationToastShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationToastStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationToastStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/toast/toast.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationToastStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationToastTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationToastTemplate: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Icon",
              "canonicalReference": "@genesislcap/foundation-ui!Icon:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/toast/toast.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationToastTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationToolbar:function(1)",
          "docComment": "/**\n * The Foundation Toolbar\n *\n * @remarks\n *\n * HTML Element: \\<foundation-toolbar\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationToolbar: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "Toolbar",
              "canonicalReference": "@genesislcap/foundation-ui!Toolbar:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/toolbar/toolbar.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationToolbar"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationToolbarShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationToolbarShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/toolbar/toolbar.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationToolbarShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationToolbarStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationToolbarStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/toolbar/toolbar.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationToolbarStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationToolbarTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationToolbarTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Toolbar",
              "canonicalReference": "@genesislcap/foundation-ui!Toolbar:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/toolbar/toolbar.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationToolbarTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTooltip:function(1)",
          "docComment": "/**\n * The Foundation Tooltip\n *\n * @remarks\n *\n * HTML Element: \\<foundation-tooltip\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTooltip: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "Tooltip",
              "canonicalReference": "@genesislcap/foundation-ui!Tooltip:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/tooltip/tooltip.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationTooltip"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTooltipShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTooltipShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/tooltip/tooltip.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationTooltipShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTooltipStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTooltipStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/tooltip/tooltip.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationTooltipStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTooltipTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTooltipTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Tooltip",
              "canonicalReference": "@genesislcap/foundation-ui!Tooltip:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/tooltip/tooltip.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationTooltipTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTreeItem:function(1)",
          "docComment": "/**\n * The Foundation Tree item\n *\n * @remarks\n *\n * HTML Element: \\<foundation-tree-item\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTreeItem: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "TreeItemOptions",
              "canonicalReference": "@microsoft/fast-foundation!TreeItemOptions:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "TreeItemOptions",
              "canonicalReference": "@microsoft/fast-foundation!TreeItemOptions:type"
            },
            {
              "kind": "Content",
              "text": ", import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "fileUrlPath": "src/tree-item/tree-item.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 16
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationTreeItem"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTreeItemShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTreeItemShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/tree-item/tree-item.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationTreeItemShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTreeItemStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTreeItemStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/tree-item/tree-item.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationTreeItemStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTreeItemTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTreeItemTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "TreeItem",
              "canonicalReference": "@genesislcap/foundation-ui!TreeItem:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/tree-item/tree-item.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationTreeItemTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTreeView:function(1)",
          "docComment": "/**\n * The Foundation Tree View\n *\n * @remarks\n *\n * HTML Element: \\<foundation-tree-view\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTreeView: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "TreeView",
              "canonicalReference": "@genesislcap/foundation-ui!TreeView:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/tree-view/tree-view.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationTreeView"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTreeViewShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTreeViewShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/tree-view/tree-view.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationTreeViewShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTreeViewStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTreeViewStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/tree-view/tree-view.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationTreeViewStyles"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationTreeViewTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationTreeViewTemplate: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "TreeView",
              "canonicalReference": "@genesislcap/foundation-ui!TreeView:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/tree-view/tree-view.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationTreeViewTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationUrlInput:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationUrlInput: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ", typeof "
            },
            {
              "kind": "Reference",
              "text": "UrlInput",
              "canonicalReference": "@genesislcap/foundation-ui!UrlInput:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/url-input/url-input.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationUrlInput"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationUrlInputShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationUrlInputShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/url-input/url-input.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationUrlInputShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationUrlInputStyles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationUrlInputStyles: (context: "
            },
            {
              "kind": "Reference",
              "text": "ElementDefinitionContext",
              "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
            },
            {
              "kind": "Content",
              "text": ", definition: "
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/url-input/url-input.styles.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "context",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "foundationUrlInputStyles"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationUrlInputTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationUrlInputTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "UrlInput",
              "canonicalReference": "@genesislcap/foundation-ui!UrlInput:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/url-input/url-input.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationUrlInputTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!FoundationValueExpressionBuilder:class",
          "docComment": "/**\n * We don't create the foundation version of the component in the same way as the other components, they're composed from a base FAST component. The reason for this is that we want to have ExpressionBuilder as an independent and open source component, and due to this we don't want to release it as base components that someone needs to use FAST to compose.\n *\n * @tagname foundation-value-expression-builder\n *\n * @fires\n *\n * change - Fired when the value expression changes; detail is the serialized expression or undefined. detail: `RuleExpression.Expression[keyof RuleExpression.Expression] | null | undefined`\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class FoundationValueExpressionBuilder extends "
            },
            {
              "kind": "Reference",
              "text": "ExpressionBuilder",
              "canonicalReference": "@genesislcap/expression-builder!ExpressionBuilder:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/expression-builder/value-expression-builder.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "FoundationValueExpressionBuilder",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationValueExpressionBuilder#configChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "configChanged(oldConfig: "
                },
                {
                  "kind": "Reference",
                  "text": "ExpressionBuilderTypes.Config",
                  "canonicalReference": "@genesislcap/expression-builder!Config_2:type"
                },
                {
                  "kind": "Content",
                  "text": ", newConfig: "
                },
                {
                  "kind": "Reference",
                  "text": "ExpressionBuilderTypes.Config",
                  "canonicalReference": "@genesislcap/expression-builder!Config_2:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldConfig",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newConfig",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "configChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationValueExpressionBuilder#dispatchChangeEvent:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dispatchChangeEvent(group: "
                },
                {
                  "kind": "Reference",
                  "text": "ExpressionBuilderTypes.Group",
                  "canonicalReference": "@genesislcap/expression-builder!Group:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "group",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "dispatchChangeEvent"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationValueExpressionBuilder#valueConfig:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "valueConfig: "
                },
                {
                  "kind": "Reference",
                  "text": "ExpressionBuilderTypes.ValueConfig",
                  "canonicalReference": "@genesislcap/foundation-ui!~\"\\\"@genesislcap/expression-builder\\\"\".Types.ValueConfig:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "valueConfig",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationValueExpressionBuilder#valueConfigChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "valueConfigChanged(_: "
                },
                {
                  "kind": "Reference",
                  "text": "ExpressionBuilderTypes.ValueConfig",
                  "canonicalReference": "@genesislcap/foundation-ui!~\"\\\"@genesislcap/expression-builder\\\"\".Types.ValueConfig:type"
                },
                {
                  "kind": "Content",
                  "text": ", newConfig: "
                },
                {
                  "kind": "Reference",
                  "text": "ExpressionBuilderTypes.ValueConfig",
                  "canonicalReference": "@genesislcap/foundation-ui!~\"\\\"@genesislcap/expression-builder\\\"\".Types.ValueConfig:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "_",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newConfig",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "valueConfigChanged"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!foundationVerificationCodeInput:function(1)",
          "docComment": "/**\n * The Foundation Verification Code Input\n *\n * @remarks\n *\n * HTML Element: \\<foundation-verification-code-input\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationVerificationCodeInput: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "VerificationCodeInput",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "VerificationCodeInput",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    shadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "VerificationCodeInput",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/verification-code-input/verification-code-input.ts",
          "returnTypeTokenRange": {
            "startIndex": 13,
            "endIndex": 26
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              },
              "isOptional": true
            }
          ],
          "name": "foundationVerificationCodeInput"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationVerificationCodeInputShadowOptions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationVerificationCodeInputShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/verification-code-input/verification-code-input.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationVerificationCodeInputShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationVerificationCodeInputStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationVerificationCodeInputStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/verification-code-input/verification-code-input.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationVerificationCodeInputStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!foundationVerificationCodeInputTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationVerificationCodeInputTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "VerificationCodeInput",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/verification-code-input/verification-code-input.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationVerificationCodeInputTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!fuiAccentPalette:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "fuiAccentPalette: "
            },
            {
              "kind": "Reference",
              "text": "PaletteRGB",
              "canonicalReference": "@microsoft/fast-components!PaletteRGB:type"
            }
          ],
          "fileUrlPath": "src/_config/styles/colors.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "fuiAccentPalette",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!fuiAccentSwatch:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "fuiAccentSwatch: "
            },
            {
              "kind": "Reference",
              "text": "SwatchRGB",
              "canonicalReference": "@microsoft/fast-components!SwatchRGB:interface"
            }
          ],
          "fileUrlPath": "src/_config/styles/colors.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "fuiAccentSwatch",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!fuiCardFillColor:var",
          "docComment": "/**\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "fuiCardFillColor: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "CSSDesignToken",
              "canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Swatch",
              "canonicalReference": "@microsoft/fast-components!Swatch:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/_config/tokens/custom.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "fuiCardFillColor",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!fuiCardForegroundColor:var",
          "docComment": "/**\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "fuiCardForegroundColor: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "CSSDesignToken",
              "canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Swatch",
              "canonicalReference": "@microsoft/fast-components!Swatch:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/_config/tokens/custom.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "fuiCardForegroundColor",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!fuiDefaultCardFillColor:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "fuiDefaultCardFillColor: "
            },
            {
              "kind": "Reference",
              "text": "SwatchRGB",
              "canonicalReference": "@microsoft/fast-components!SwatchRGB:interface"
            }
          ],
          "fileUrlPath": "src/_config/styles/colors.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "fuiDefaultCardFillColor",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!fuiDefaultCardPalette:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "fuiDefaultCardPalette: "
            },
            {
              "kind": "Reference",
              "text": "PaletteRGB",
              "canonicalReference": "@microsoft/fast-components!PaletteRGB:type"
            }
          ],
          "fileUrlPath": "src/_config/styles/colors.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "fuiDefaultCardPalette",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!fuiFillColor:var",
          "docComment": "/**\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "fuiFillColor: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "CSSDesignToken",
              "canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Swatch",
              "canonicalReference": "@microsoft/fast-components!Swatch:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/_config/tokens/custom.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "fuiFillColor",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!fuiNeutralPalette:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "fuiNeutralPalette: "
            },
            {
              "kind": "Reference",
              "text": "PaletteRGB",
              "canonicalReference": "@microsoft/fast-components!PaletteRGB:type"
            }
          ],
          "fileUrlPath": "src/_config/styles/colors.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "fuiNeutralPalette",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!fuiNeutralSwatch:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "fuiNeutralSwatch: "
            },
            {
              "kind": "Reference",
              "text": "SwatchRGB",
              "canonicalReference": "@microsoft/fast-components!SwatchRGB:interface"
            }
          ],
          "fileUrlPath": "src/_config/styles/colors.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "fuiNeutralSwatch",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!GenerateNavigationPathConfig:type",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type GenerateNavigationPathConfig = "
            },
            {
              "kind": "Reference",
              "text": "Omit",
              "canonicalReference": "!Omit:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "NavigateToConfig",
              "canonicalReference": "@genesislcap/foundation-ui!NavigateToConfig:type"
            },
            {
              "kind": "Content",
              "text": ", 'name'> & {\n    callback: (fullPath: string) => void;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/router/events.ts",
          "releaseTag": "Beta",
          "name": "GenerateNavigationPathConfig",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!GenerateNavigationPathEvent:type",
          "docComment": "/**\n * Can be used to figure out a path ahead of time, such as mfa return url.\n *\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type GenerateNavigationPathEvent = "
            },
            {
              "kind": "Reference",
              "text": "CustomEvent",
              "canonicalReference": "!CustomEvent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "GenerateNavigationPathConfig",
              "canonicalReference": "@genesislcap/foundation-ui!GenerateNavigationPathConfig:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/router/events.ts",
          "releaseTag": "Beta",
          "name": "GenerateNavigationPathEvent",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!GenerateNavigationPathEventType:var",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "GenerateNavigationPathEventType = "
            },
            {
              "kind": "Content",
              "text": "\"generate-navigation-path\""
            }
          ],
          "fileUrlPath": "src/router/events.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Beta",
          "name": "GenerateNavigationPathEventType",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getBannerTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getBannerTemplate: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Banner",
              "canonicalReference": "@genesislcap/foundation-ui!Banner:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/banner/banner.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getBannerTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getBrowserLocale:function(1)",
          "docComment": "/**\n * Browser BCP-47 locale (e.g. `en-GB`), or `en` when unavailable (SSR/tests).\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function getBrowserLocale(): "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/date-picker/date-picker.util.ts",
          "returnTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [],
          "name": "getBrowserLocale"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!getCriteriaBuilder:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getCriteriaBuilder: "
            },
            {
              "kind": "Reference",
              "text": "CriteriaCreator",
              "canonicalReference": "@genesislcap/foundation-ui!~CriteriaCreator:type"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar.types.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "getCriteriaBuilder",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getDefaultConfig:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getDefaultConfig: (definition: "
            },
            {
              "kind": "Reference",
              "text": "Partial",
              "canonicalReference": "!Partial:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ", exclusions?: "
            },
            {
              "kind": "Content",
              "text": "string[]"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "{}"
            }
          ],
          "fileUrlPath": "src/design-system-provider/design-system-provider.utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 8,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "definition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isOptional": false
            },
            {
              "parameterName": "exclusions",
              "parameterTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 7
              },
              "isOptional": true
            }
          ],
          "name": "getDefaultConfig"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getDesignSystemPrefix:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefix: (element: "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "any"
            }
          ],
          "fileUrlPath": "src/utils/dom.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "element",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getDesignSystemPrefix"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getDialogTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getDialogTemplate: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Dialog",
              "canonicalReference": "@genesislcap/foundation-ui!Dialog:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/dialog/dialog.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getDialogTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getDisplayFormatForLang:function(1)",
          "docComment": "/**\n * Display format from dayjs locale `L` (e.g. en / en-US → MM/DD/YYYY, en-gb → DD/MM/YYYY). Falls back to `en` when the locale is not loaded in dayjs (import the matching `dayjs/locale/*` bundle).\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function getDisplayFormatForLang(lang?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/date-picker/date-picker.util.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "lang",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "getDisplayFormatForLang"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getDropdownMenuTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getDropdownMenuTemplate: (prefix: "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DropdownMenu",
              "canonicalReference": "@genesislcap/foundation-ui!DropdownMenu:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/dropdown-menu/dropdown-menu.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getDropdownMenuTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getErrorDialogTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getErrorDialogTemplate: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ErrorDialog",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorDialog:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/error-dialog/error-dialog.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getErrorDialogTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getExports:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getExports: (registrationFunction: "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "{\n    shadowOptions: any;\n    styles: any;\n    template: any;\n    defaultConfig: {};\n}"
            }
          ],
          "fileUrlPath": "src/design-system-provider/design-system-provider.utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "registrationFunction",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getExports"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getFontawesomeIconsCss:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getFontawesomeIconsCss: () => "
            },
            {
              "kind": "Content",
              "text": "string"
            }
          ],
          "fileUrlPath": "src/_config/styles/external/fontawesome-free/index.ts",
          "returnTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [],
          "name": "getFontawesomeIconsCss"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getNavItems:function(1)",
          "docComment": "/**\n * Get navigation items from routes.\n *\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function getNavItems(routes: "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FoundationRoute",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRoute:type"
            },
            {
              "kind": "Content",
              "text": ", 'navItems' | 'name' | 'path'>[]"
            },
            {
              "kind": "Content",
              "text": ", predicate?: "
            },
            {
              "kind": "Reference",
              "text": "NavItemPredicate",
              "canonicalReference": "@genesislcap/foundation-ui!NavItemPredicate:type"
            },
            {
              "kind": "Content",
              "text": ", placementIndexPadding?: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "FoundationRouteNavItem",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouteNavItem:type"
            },
            {
              "kind": "Content",
              "text": "[]"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/router/navItems.ts",
          "returnTypeTokenRange": {
            "startIndex": 10,
            "endIndex": 12
          },
          "releaseTag": "Beta",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "routes",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isOptional": false
            },
            {
              "parameterName": "predicate",
              "parameterTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 7
              },
              "isOptional": true
            },
            {
              "parameterName": "placementIndexPadding",
              "parameterTypeTokenRange": {
                "startIndex": 8,
                "endIndex": 9
              },
              "isOptional": true
            }
          ],
          "name": "getNavItems"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getPrefixedCategorizedMultiselect:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefixedCategorizedMultiselect: (prefix?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "CategorizedMultiselect",
              "canonicalReference": "@genesislcap/foundation-ui!CategorizedMultiselect:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/categorized-multiselect/categorized-multiselect.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "getPrefixedCategorizedMultiselect"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getPrefixedCronBuilder:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefixedCronBuilder: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SchedulerCronBuilder",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/scheduler-cron-builder.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getPrefixedCronBuilder"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getPrefixedDatePicker:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefixedDatePicker: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DatePicker",
              "canonicalReference": "@genesislcap/foundation-ui!DatePicker:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/date-picker/date-picker.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getPrefixedDatePicker"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getPrefixedErrorBanner:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefixedErrorBanner: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ErrorBanner",
              "canonicalReference": "@genesislcap/foundation-ui!ErrorBanner:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/error-banner/error-banner.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getPrefixedErrorBanner"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getPrefixedFileReader:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefixedFileReader: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FileReader",
              "canonicalReference": "@genesislcap/foundation-ui!FileReader_2:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/file-reader/file-reader.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getPrefixedFileReader"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getPrefixedFileUpload:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefixedFileUpload: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FileUpload",
              "canonicalReference": "@genesislcap/foundation-ui!FileUpload:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/file-upload/file-upload.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getPrefixedFileUpload"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getPrefixedFilterTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefixedFilterTemplate: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Filter",
              "canonicalReference": "@genesislcap/foundation-ui!Filter:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/filter/filter.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 7
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getPrefixedFilterTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getPrefixedFlyout:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefixedFlyout: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Flyout",
              "canonicalReference": "@genesislcap/foundation-ui!Flyout:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/flyout/flyout.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getPrefixedFlyout"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getPrefixedIcon:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefixedIcon: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            }
          ],
          "fileUrlPath": "src/icon/icon.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getPrefixedIcon"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getPrefixedMultiselect:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefixedMultiselect: (prefix?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Multiselect",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/multiselect/multiselect.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "getPrefixedMultiselect"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getPrefixedScheduler:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefixedScheduler: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Scheduler",
              "canonicalReference": "@genesislcap/foundation-ui!Scheduler:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/scheduler/scheduler.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getPrefixedScheduler"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getPrefixedSchedulerTimezone:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefixedSchedulerTimezone: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SchedulerTimezone",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerTimezone:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/scheduler-timezone/scheduler-timezone.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getPrefixedSchedulerTimezone"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getPrefixedSearchBar:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefixedSearchBar: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SearchBar",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getPrefixedSearchBar"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getPrefixedSnackbar:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefixedSnackbar: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Snackbar",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/snackbar/snackbar.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getPrefixedSnackbar"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getPrefixedStepper:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefixedStepper: (prefix: "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Stepper",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/stepper/stepper.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getPrefixedStepper"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getPrefixedStepperTab:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefixedStepperTab: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "StepperTab",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTab:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/stepper-tab/stepper-tab.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getPrefixedStepperTab"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getPrefixedToast:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefixedToast: (prefix?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Toast",
              "canonicalReference": "@genesislcap/foundation-ui!Toast:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/toast/toast.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 7
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "getPrefixedToast"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getPrefixedUrlInput:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getPrefixedUrlInput: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "UrlInput",
              "canonicalReference": "@genesislcap/foundation-ui!UrlInput:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/url-input/url-input.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getPrefixedUrlInput"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!getTypeRampValue:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getTypeRampValue: (baseTypeRamp: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", value: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "string"
            }
          ],
          "fileUrlPath": "src/design-system-provider/design-system-provider.utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "baseTypeRamp",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "value",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "getTypeRampValue"
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!GridBreakPointType:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type GridBreakPointType = "
            },
            {
              "kind": "Content",
              "text": "'sm' | 'md' | 'lg'"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/grid-layout/grid-layout.types.ts",
          "releaseTag": "Public",
          "name": "GridBreakPointType",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!GridLayout:class",
          "docComment": "/**\n * @tagname %%prefix%%-grid-layout\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class GridLayout extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/grid-layout/grid-layout.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "GridLayout",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout#\"col-count\":member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "['col-count']: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "\"col-count\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout#\"col-lg-count\":member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "['col-lg-count']: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "\"col-lg-count\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout#\"col-lg-width\":member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "['col-lg-width']: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "\"col-lg-width\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout#\"col-md-count\":member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "['col-md-count']: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "\"col-md-count\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout#\"col-md-width\":member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "['col-md-width']: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "\"col-md-width\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout#\"col-sm-count\":member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "['col-sm-count']: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "\"col-sm-count\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout#\"col-sm-width\":member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "['col-sm-width']: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "\"col-sm-width\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout#\"col-width\":member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "['col-width']: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "\"col-width\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout#\"row-count\":member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "['row-count']: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "\"row-count\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout#\"row-height\":member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "['row-height']: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "\"row-height\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout#\"row-lg-count\":member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "['row-lg-count']: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "\"row-lg-count\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout#\"row-lg-height\":member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "['row-lg-height']: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "\"row-lg-height\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout#\"row-md-count\":member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "['row-md-count']: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "\"row-md-count\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout#\"row-md-height\":member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "['row-md-height']: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "\"row-md-height\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout#\"row-sm-count\":member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "['row-sm-count']: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "\"row-sm-count\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout#\"row-sm-height\":member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "['row-sm-height']: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "\"row-sm-height\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayout#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem:class",
          "docComment": "/**\n * @tagname %%prefix%%-grid-layout-item\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class GridLayoutItem extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/grid-layout-item/grid-layout-item.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "GridLayoutItem",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem#colLgNumber:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "colLgNumber: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "colLgNumber",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem#colMdNumber:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "colMdNumber: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "colMdNumber",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem#colNumber:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "colNumber: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "colNumber",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem#colSmNumber:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "colSmNumber: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "colSmNumber",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem#height:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem#heightLg:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "heightLg: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "heightLg",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem#heightMd:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "heightMd: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "heightMd",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem#heightSm:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "heightSm: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "heightSm",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem#rowLgNumber:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowLgNumber: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "rowLgNumber",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem#rowMdNumber:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowMdNumber: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "rowMdNumber",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem#rowNumber:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowNumber: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "rowNumber",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem#rowSmNumber:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowSmNumber: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "rowSmNumber",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem#setGridItemProperties:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setGridItemProperties(column: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", row: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", width: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", height: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 9,
                "endIndex": 10
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "column",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "row",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "width",
                  "parameterTypeTokenRange": {
                    "startIndex": 5,
                    "endIndex": 6
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "height",
                  "parameterTypeTokenRange": {
                    "startIndex": 7,
                    "endIndex": 8
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "setGridItemProperties"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem#width:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "width: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "width",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem#widthLg:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "widthLg: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "widthLg",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem#widthMd:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "widthMd: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "widthMd",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!GridLayoutItem#widthSm:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "widthSm: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "widthSm",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "@genesislcap/foundation-ui!GridMediaQueriesEnum:enum",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum GridMediaQueriesEnum "
            }
          ],
          "fileUrlPath": "src/grid-layout/grid-layout.types.ts",
          "releaseTag": "Public",
          "name": "GridMediaQueriesEnum",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/foundation-ui!GridMediaQueriesEnum.lg:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "lg = "
                },
                {
                  "kind": "Content",
                  "text": "\"(min-width: 1024px)\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "lg"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/foundation-ui!GridMediaQueriesEnum.md:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "md = "
                },
                {
                  "kind": "Content",
                  "text": "\"(min-width: 641px) and (max-width: 1023px)\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "md"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/foundation-ui!GridMediaQueriesEnum.sm:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sm = "
                },
                {
                  "kind": "Content",
                  "text": "\"(max-width: 640px)\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "sm"
            }
          ]
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!groupsToCriteria:function(1)",
          "docComment": "/**\n * Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder. Groups are AND-ed at top level. Within each group, clauses use group.logic (and/or). If group.negated is true, the group's combined expression is wrapped in NOT.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function groupsToCriteria(groups: "
            },
            {
              "kind": "Reference",
              "text": "CriteriaGroup",
              "canonicalReference": "@genesislcap/foundation-ui!CriteriaGroup:type"
            },
            {
              "kind": "Content",
              "text": "[]"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/validation/operator-map.ts",
          "returnTypeTokenRange": {
            "startIndex": 4,
            "endIndex": 5
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "groups",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isOptional": false
            }
          ],
          "name": "groupsToCriteria"
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!GroupsValidationResult:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type GroupsValidationResult = "
            },
            {
              "kind": "Content",
              "text": "{\n    valid: "
            },
            {
              "kind": "Reference",
              "text": "CriteriaGroup",
              "canonicalReference": "@genesislcap/foundation-ui!CriteriaGroup:type"
            },
            {
              "kind": "Content",
              "text": "[];\n    invalid: "
            },
            {
              "kind": "Reference",
              "text": "ValidationError",
              "canonicalReference": "@genesislcap/foundation-ui!ValidationError:type"
            },
            {
              "kind": "Content",
              "text": "[];\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/validation/criteria-ir.ts",
          "releaseTag": "Public",
          "name": "GroupsValidationResult",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!hasDateValue:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function hasDateValue(value: "
            },
            {
              "kind": "Content",
              "text": "string | null | undefined"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "boolean"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/date-picker/date-picker.util.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "value",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "hasDateValue"
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!HorizontalScroll:class",
          "docComment": "/**\n * @tagname %%prefix%%-horizontal-scroll\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class HorizontalScroll extends "
            },
            {
              "kind": "Reference",
              "text": "FASTHorizontalScroll",
              "canonicalReference": "@microsoft/fast-components!HorizontalScroll:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/horizontal-scroll/horizontal-scroll.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "HorizontalScroll",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!HourlyConfig:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type HourlyConfig = "
            },
            {
              "kind": "Reference",
              "text": "baseConfig",
              "canonicalReference": "@genesislcap/foundation-ui!baseConfig:type"
            },
            {
              "kind": "Content",
              "text": " & {\n    type: "
            },
            {
              "kind": "Reference",
              "text": "RecurrenceType.HOURLY",
              "canonicalReference": "@genesislcap/foundation-ui!RecurrenceType.HOURLY:member"
            },
            {
              "kind": "Content",
              "text": ";\n    during?: 'every_hour' | 'specific_hours';\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "releaseTag": "Public",
          "name": "HourlyConfig",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Icon:class",
          "docComment": "/**\n * @tagname %%prefix%%-icon\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Icon extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/icon/icon.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Icon",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Icon#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Icon#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Icon#getDefaultTooltipConfig:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getDefaultTooltipConfig(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getDefaultTooltipConfig"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Icon#iElement:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iElement: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "iElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Icon#isError:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isError: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isError",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Icon#loadIcon:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "loadIcon(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "loadIcon"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Icon#name:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name: "
                },
                {
                  "kind": "Reference",
                  "text": "IconName",
                  "canonicalReference": "@fortawesome/fontawesome-common-types!IconName:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Icon#nameChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "nameChanged(oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "nameChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Icon#size:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size: "
                },
                {
                  "kind": "Reference",
                  "text": "FaSize",
                  "canonicalReference": "@genesislcap/foundation-ui!FaSize:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "size",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Icon#sizeChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sizeChanged(oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "sizeChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Icon#tooltip:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tooltip: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "tooltip",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Icon#tooltipId:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tooltipId: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "tooltipId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Icon#uuid:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "uuid: "
                },
                {
                  "kind": "Reference",
                  "text": "UUID",
                  "canonicalReference": "@genesislcap/foundation-utils!UUID:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "uuid",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Icon#variant:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "variant: "
                },
                {
                  "kind": "Reference",
                  "text": "IconStyle",
                  "canonicalReference": "@fortawesome/fontawesome-common-types!IconStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "variant",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Icon#variantChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "variantChanged(oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "variantChanged"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!INPUT_MIN_LENGTH:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "INPUT_MIN_LENGTH = "
            },
            {
              "kind": "Content",
              "text": "3"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar.types.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "INPUT_MIN_LENGTH",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!inputControls:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "inputControls: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/scheduler-cron-builder.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "inputControls",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!isAbsoluteUrl:function(1)",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function isAbsoluteUrl(url: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "boolean"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/router/utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Beta",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "url",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "isAbsoluteUrl"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!jsonConverter:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "jsonConverter: "
            },
            {
              "kind": "Reference",
              "text": "ValueConverter",
              "canonicalReference": "@microsoft/fast-element!ValueConverter:interface"
            }
          ],
          "fileUrlPath": "src/popper/popper.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "jsonConverter",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Listbox:class",
          "docComment": "/**\n * @tagname %%prefix%%-listbox\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Listbox extends "
            },
            {
              "kind": "Reference",
              "text": "FASTListbox",
              "canonicalReference": "@microsoft/fast-components!Listbox:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/listbox/listbox.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Listbox",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!ListboxOption:class",
          "docComment": "/**\n * @tagname %%prefix%%-option\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ListboxOption extends "
            },
            {
              "kind": "Reference",
              "text": "FASTListboxOption",
              "canonicalReference": "@microsoft/fast-foundation!ListboxOption:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/listbox-option/listbox-option.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "ListboxOption",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!mapType:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "mapType: (TYPE: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "\"boolean\" | \"number\" | \"date\" | \"text\" | \"enum\""
            }
          ],
          "fileUrlPath": "src/filter-bar/filter-bar.utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "TYPE",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "mapType"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!MAX_DAYS:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MAX_DAYS = "
            },
            {
              "kind": "Content",
              "text": "31"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "MAX_DAYS",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!MAX_HOURS:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MAX_HOURS = "
            },
            {
              "kind": "Content",
              "text": "24"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "MAX_HOURS",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!MAX_MINS_SEC:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MAX_MINS_SEC = "
            },
            {
              "kind": "Content",
              "text": "60"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "MAX_MINS_SEC",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!MAX_MINUTE_RECURRENCE:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MAX_MINUTE_RECURRENCE = "
            },
            {
              "kind": "Content",
              "text": "30"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "MAX_MINUTE_RECURRENCE",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!MAX_MONTHS:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MAX_MONTHS = "
            },
            {
              "kind": "Content",
              "text": "12"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "MAX_MONTHS",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!MAX_WEEK_DAYS:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MAX_WEEK_DAYS = "
            },
            {
              "kind": "Content",
              "text": "7"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "MAX_WEEK_DAYS",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!MAX_WEEK_NUMBER:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MAX_WEEK_NUMBER = "
            },
            {
              "kind": "Content",
              "text": "4"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "MAX_WEEK_NUMBER",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!maxheight:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "maxheight = "
            },
            {
              "kind": "Content",
              "text": "230"
            }
          ],
          "fileUrlPath": "src/multiselect/multiselect.styles.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "maxheight",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!media:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "media: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Avatar",
              "canonicalReference": "@genesislcap/foundation-ui!Avatar:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/avatar/avatar.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "media",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Menu:class",
          "docComment": "/**\n * @tagname %%prefix%%-menu\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Menu extends "
            },
            {
              "kind": "Reference",
              "text": "FASTMenu",
              "canonicalReference": "@microsoft/fast-components!Menu:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/menu/menu.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Menu",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!MenuItem:class",
          "docComment": "/**\n * @tagname %%prefix%%-menu-item\n *\n * @fires\n *\n * onMenuClick - Fired when the menu item is clicked\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class MenuItem extends "
            },
            {
              "kind": "Reference",
              "text": "FASTMenuItem",
              "canonicalReference": "@microsoft/fast-foundation!MenuItem:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/menu-item/menu-item.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "MenuItem",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!MenuItem#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!menuTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "menuTemplate: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ActionsMenu",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/actions-menu/actions-menu.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 7
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "menuTemplate"
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!MinutesConfig:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type MinutesConfig = "
            },
            {
              "kind": "Reference",
              "text": "Omit",
              "canonicalReference": "!Omit:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "baseConfig",
              "canonicalReference": "@genesislcap/foundation-ui!baseConfig:type"
            },
            {
              "kind": "Content",
              "text": ", 'minutes'> & {\n    type: "
            },
            {
              "kind": "Reference",
              "text": "RecurrenceType.MINUTES",
              "canonicalReference": "@genesislcap/foundation-ui!RecurrenceType.MINUTES:member"
            },
            {
              "kind": "Content",
              "text": ";\n    during?: 'every_hour' | 'specific_hours';\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "releaseTag": "Public",
          "name": "MinutesConfig",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!mixinFoundationFontFamily:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "mixinFoundationFontFamily: (style?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", weight?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "string"
            }
          ],
          "fileUrlPath": "src/_config/styles/fonts.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "style",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            },
            {
              "parameterName": "weight",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": true
            }
          ],
          "name": "mixinFoundationFontFamily"
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Modal:class",
          "docComment": "/**\n * @tagname %%prefix%%-modal\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Modal extends "
            },
            {
              "kind": "Reference",
              "text": "DialogElement",
              "canonicalReference": "@genesislcap/foundation-ui!DialogElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/modal/modal.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Modal",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Modal#show:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "show(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "show"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!MonthlyConfig:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type MonthlyConfig = "
            },
            {
              "kind": "Content",
              "text": "{\n    type: "
            },
            {
              "kind": "Reference",
              "text": "RecurrenceType.MONTHLY",
              "canonicalReference": "@genesislcap/foundation-ui!RecurrenceType.MONTHLY:member"
            },
            {
              "kind": "Content",
              "text": ";\n    dateOrDay: "
            },
            {
              "kind": "Reference",
              "text": "MonthlyDateDay",
              "canonicalReference": "@genesislcap/foundation-ui!MonthlyDateDay:type"
            },
            {
              "kind": "Content",
              "text": ";\n} & "
            },
            {
              "kind": "Reference",
              "text": "baseConfig",
              "canonicalReference": "@genesislcap/foundation-ui!baseConfig:type"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "releaseTag": "Public",
          "name": "MonthlyConfig",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!MonthlyDateDay:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type MonthlyDateDay = "
            },
            {
              "kind": "Content",
              "text": "{\n    type: "
            },
            {
              "kind": "Reference",
              "text": "DateOrDay.DATE",
              "canonicalReference": "@genesislcap/foundation-ui!DateOrDay.DATE:member"
            },
            {
              "kind": "Content",
              "text": ";\n    dayDate: string;\n} | {\n    type: "
            },
            {
              "kind": "Reference",
              "text": "DateOrDay.DAY_OF_MONTH",
              "canonicalReference": "@genesislcap/foundation-ui!DateOrDay.DAY_OF_MONTH:member"
            },
            {
              "kind": "Content",
              "text": ";\n    day: string;\n    weekNumber: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "releaseTag": "Public",
          "name": "MonthlyDateDay",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Multiselect:class",
          "docComment": "/**\n * @tagname %%prefix%%-multiselect\n *\n * @fires\n *\n * selectionChange - Fired when the selected options change. detail: `MultiselectOption[]`\n *\n * @fires\n *\n * clear - Fired when the selection or filter is cleared. detail: `ClearOptions`\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Multiselect extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/multiselect/multiselect.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Multiselect",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#addOption:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "addOption(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "addOption"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#all:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "all: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "all",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#allSelected:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allSelected: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "allSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#areAllOptionsSelected:member",
              "docComment": "/**\n * True when every enabled option is currently selected. Used to toggle the \"Select All\" / \"Deselect All\" control label.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get areAllOptionsSelected(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "areAllOptionsSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#arrowIcon:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "arrowIcon: "
                },
                {
                  "kind": "Reference",
                  "text": "SVGElement",
                  "canonicalReference": "!SVGElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "arrowIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#async:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "async: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "async",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#asyncSetFilter:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "asyncSetFilter(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "asyncSetFilter"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#autoPosition:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autoPosition: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "autoPosition",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#changeHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "changeHandler(event: "
                },
                {
                  "kind": "Reference",
                  "text": "Event",
                  "canonicalReference": "!Event:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "event",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "changeHandler"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#checkboxKeyDown:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkboxKeyDown(normalizedOption: "
                },
                {
                  "kind": "Reference",
                  "text": "MultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!MultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": ", event: "
                },
                {
                  "kind": "Reference",
                  "text": "KeyboardEvent",
                  "canonicalReference": "!KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "normalizedOption",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "event",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "checkboxKeyDown"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#clear:member(1)",
              "docComment": "/**\n * Clears the selected values and/or filter text\n *\n * @param options - Options for clearing the multiselect\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clear(options?: "
                },
                {
                  "kind": "Reference",
                  "text": "ClearOptions",
                  "canonicalReference": "@genesislcap/foundation-ui!ClearOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "options",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "clear"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#creatable:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "creatable: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "creatable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#debounce:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "debounce: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "debounce",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#debounceChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "debounceChanged(oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "debounceChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#debouncedInputHandler:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "debouncedInputHandler: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "debouncedInputHandler",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#defaultItemRenderer:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultItemRenderer(option: "
                },
                {
                  "kind": "Reference",
                  "text": "MultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!MultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": ", parent: "
                },
                {
                  "kind": "Reference",
                  "text": "Multiselect",
                  "canonicalReference": "@genesislcap/foundation-ui!Multiselect:class"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "ViewTemplate",
                  "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "option",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "parent",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "defaultItemRenderer"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#defaultSlottedNodes:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultSlottedNodes: "
                },
                {
                  "kind": "Reference",
                  "text": "Node",
                  "canonicalReference": "!Node:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "defaultSlottedNodes",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#disabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#filterByContains:member",
              "docComment": "/**\n * Tells if the filter uses a contains; if FALSE, will filter using a starts-with check\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "filterByContains: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "filterByContains",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#filteredAvailableOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "filteredAvailableOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "MultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!MultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "filteredAvailableOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#filterSearchInput:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "filterSearchInput: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "filterSearchInput",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#filterSearchValue:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "filterSearchValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "filterSearchValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#findExactMatchOptions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "findExactMatchOptions(): "
                },
                {
                  "kind": "Reference",
                  "text": "MultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!MultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "findExactMatchOptions"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#getDisplayValue:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get getDisplayValue(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "getDisplayValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#getEnabledOptionsCount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getEnabledOptionsCount(): "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getEnabledOptionsCount"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#getItemLabel:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getItemLabel(option: "
                },
                {
                  "kind": "Reference",
                  "text": "MultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!MultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "option",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getItemLabel"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#getPlaceholder:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get getPlaceholder(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "getPlaceholder",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#handleResizeEnd:member",
              "docComment": "/**\n * Handles the end of resizing\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleResizeEnd: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "handleResizeEnd",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#handleResizeMove:member",
              "docComment": "/**\n * Handles the resize movement\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleResizeMove: "
                },
                {
                  "kind": "Content",
                  "text": "(e: "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "handleResizeMove",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#handleResizeStart:member",
              "docComment": "/**\n * Handles the start of resizing\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleResizeStart: "
                },
                {
                  "kind": "Content",
                  "text": "(e: "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "handleResizeStart",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#inputHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputHandler(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "inputHandler"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#isAllOptionsDisabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get isAllOptionsDisabled(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isAllOptionsDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#isOptionDisabled:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOptionDisabled(option: "
                },
                {
                  "kind": "Reference",
                  "text": "MultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!MultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "option",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "isOptionDisabled"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#isOptionSelected:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOptionSelected(normalizedOption: "
                },
                {
                  "kind": "Reference",
                  "text": "MultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!MultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "normalizedOption",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "isOptionSelected"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#itemRenderer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemRenderer: "
                },
                {
                  "kind": "Content",
                  "text": "(option: "
                },
                {
                  "kind": "Reference",
                  "text": "MultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!MultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": ", parent: "
                },
                {
                  "kind": "Reference",
                  "text": "Multiselect",
                  "canonicalReference": "@genesislcap/foundation-ui!Multiselect:class"
                },
                {
                  "kind": "Content",
                  "text": ", prefix: string) => "
                },
                {
                  "kind": "Reference",
                  "text": "ViewTemplate",
                  "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "itemRenderer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#keydownHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keydownHandler(e: "
                },
                {
                  "kind": "Reference",
                  "text": "Event",
                  "canonicalReference": "!Event:interface"
                },
                {
                  "kind": "Content",
                  "text": " & "
                },
                {
                  "kind": "Reference",
                  "text": "KeyboardEvent",
                  "canonicalReference": "!KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean | void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "e",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "keydownHandler"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#loading:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "loading: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "loading",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#multiselectDropdown:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "multiselectDropdown: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "multiselectDropdown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#name:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#onAllSelectedCallback:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onAllSelectedCallback: "
                },
                {
                  "kind": "Content",
                  "text": "(allSelected: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "onAllSelectedCallback",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#open:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "open: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "open",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#openChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "openChanged(previous: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ", open: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "previous",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "open",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "openChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#optionLabelGetter:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "optionLabelGetter(option: "
                },
                {
                  "kind": "Reference",
                  "text": "MultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!MultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "option",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "optionLabelGetter"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#options:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "options: "
                },
                {
                  "kind": "Reference",
                  "text": "MultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!MultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "options",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#optionsChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "optionsChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "optionsChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#optionsHeaderSlottedNodes:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "optionsHeaderSlottedNodes: "
                },
                {
                  "kind": "Reference",
                  "text": "Node",
                  "canonicalReference": "!Node:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "optionsHeaderSlottedNodes",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#optionValueGetter:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "optionValueGetter(option: "
                },
                {
                  "kind": "Reference",
                  "text": "MultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!MultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "option",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "optionValueGetter"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#position:member",
              "docComment": "/**\n * Controls the positioning of the multiselect dropdown. Accepts the following values: - Position.ABOVE: Forces the dropdown to always open above the input field. - Position.BELOW: Forces the dropdown to always open below the input field.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "position: "
                },
                {
                  "kind": "Reference",
                  "text": "Position",
                  "canonicalReference": "@genesislcap/foundation-ui!Position:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "position",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#resizable:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resizable: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "resizable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#scrollContainer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollContainer: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "scrollContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#search:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "search: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "search",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#selectCheckboxAll:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectCheckboxAll(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "selectCheckboxAll"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#selectCheckboxOne:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectCheckboxOne(normalizedOption: "
                },
                {
                  "kind": "Reference",
                  "text": "MultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!MultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "normalizedOption",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "selectCheckboxOne"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#selectedOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "MultiselectOption",
                  "canonicalReference": "@genesislcap/foundation-ui!MultiselectOption:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "selectedOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#selectedOptionsChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedOptionsChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "selectedOptionsChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#setFilter:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setFilter(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "setFilter"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#showCreatable:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get showCreatable(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "showCreatable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#slottedDatasource:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "slottedDatasource: "
                },
                {
                  "kind": "Reference",
                  "text": "MultiselectDatasource",
                  "canonicalReference": "@genesislcap/foundation-ui!MultiselectDatasource:class"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "slottedDatasource",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#tabindex:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tabindex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "tabindex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#toggle:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggle(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "toggle"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect#valueFormatter:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "valueFormatter: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "valueFormatter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!MultiselectDatasource:class",
          "docComment": "/**\n * Datasource element for multiselect option loading.\n *\n * @tagname multiselect-datasource\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class MultiselectDatasource extends "
            },
            {
              "kind": "Reference",
              "text": "BaseDatasource",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/options-datasource/multiselect-datasource.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "MultiselectDatasource",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!MultiselectDatasource#baseCriteria:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "baseCriteria: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "baseCriteria",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!MultiselectDatasource#clearData:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clearData(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "clearData"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!MultiselectDatasource#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!MultiselectDatasource#handleStreamDeletes:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleStreamDeletes(deletedRows: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "deletedRows",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleStreamDeletes"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!MultiselectDatasource#handleStreamInserts:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleStreamInserts(insertedRows: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "insertedRows",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleStreamInserts"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!MultiselectDatasource#handleStreamUpdates:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleStreamUpdates(updatedRows: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "updatedRows",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleStreamUpdates"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!MultiselectDatasource#isSnapshot:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSnapshot: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isSnapshot",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!MultiselectDatasource#labelField:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelField: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "labelField",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!MultiselectDatasource#select:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected select: "
                },
                {
                  "kind": "Reference",
                  "text": "Multiselect",
                  "canonicalReference": "@genesislcap/foundation-ui!Multiselect:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "select",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!MultiselectDatasource#syncComponentData:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "syncComponentData(snapshotData?: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "snapshotData",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "syncComponentData"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!MultiselectDatasource#valueField:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "valueField: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "valueField",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!MultiselectOption:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type MultiselectOption<V extends "
            },
            {
              "kind": "Content",
              "text": "string | "
            },
            {
              "kind": "Reference",
              "text": "Record",
              "canonicalReference": "!Record:type"
            },
            {
              "kind": "Content",
              "text": "<string, string>"
            },
            {
              "kind": "Content",
              "text": " = "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": "> = "
            },
            {
              "kind": "Content",
              "text": "{\n    value: V;\n    label: string;\n    disabled?: boolean;\n    labelStyle?: string;\n    optionLabelText?: string;\n} | string"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/multiselect/multiselect-consts.ts",
          "releaseTag": "Public",
          "name": "MultiselectOption",
          "typeParameters": [
            {
              "typeParameterName": "V",
              "constraintTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "defaultTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              }
            }
          ],
          "typeTokenRange": {
            "startIndex": 7,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!multiselectStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "multiselectStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/multiselect/multiselect.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "multiselectStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!multiselectTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "multiselectTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Multiselect",
              "canonicalReference": "@genesislcap/foundation-ui!Multiselect:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/multiselect/multiselect.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "multiselectTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!NavigateToConfig:type",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type NavigateToConfig = "
            },
            {
              "kind": "Content",
              "text": "{\n    name?: string;\n    path?: string;\n    params?: object;\n    trigger?: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/router/events.ts",
          "releaseTag": "Beta",
          "name": "NavigateToConfig",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!NavigateToEvent:type",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type NavigateToEvent = "
            },
            {
              "kind": "Reference",
              "text": "CustomEvent",
              "canonicalReference": "!CustomEvent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "NavigateToConfig",
              "canonicalReference": "@genesislcap/foundation-ui!NavigateToConfig:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/router/events.ts",
          "releaseTag": "Beta",
          "name": "NavigateToEvent",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!NavigateToEventType:var",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "NavigateToEventType = "
            },
            {
              "kind": "Content",
              "text": "\"navigate-to\""
            }
          ],
          "fileUrlPath": "src/router/events.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Beta",
          "name": "NavigateToEventType",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!NavItemPredicate:type",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type NavItemPredicate = "
            },
            {
              "kind": "Content",
              "text": "(item: "
            },
            {
              "kind": "Reference",
              "text": "FoundationRouteNavItem",
              "canonicalReference": "@genesislcap/foundation-ui!FoundationRouteNavItem:type"
            },
            {
              "kind": "Content",
              "text": ") => boolean"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/router/navItems.ts",
          "releaseTag": "Beta",
          "name": "NavItemPredicate",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 4
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!neutralForeground:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function neutralForeground(palette: "
            },
            {
              "kind": "Reference",
              "text": "Palette",
              "canonicalReference": "@microsoft/fast-components!Palette:interface"
            },
            {
              "kind": "Content",
              "text": ", reference: "
            },
            {
              "kind": "Reference",
              "text": "Swatch",
              "canonicalReference": "@microsoft/fast-components!Swatch:interface"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "Swatch",
              "canonicalReference": "@microsoft/fast-components!Swatch:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/_config/tokens/custom.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "palette",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "reference",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "neutralForeground"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!neutralPaletteValue:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "neutralPaletteValue: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-components\")."
            },
            {
              "kind": "Reference",
              "text": "PaletteRGB",
              "canonicalReference": "@microsoft/fast-components!PaletteRGB:type"
            }
          ],
          "fileUrlPath": "src/_config/values/color.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "neutralPaletteValue",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!NotificationListener:class",
          "docComment": "/**\n * @tagname %%prefix%%-notification-listener\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class NotificationListener extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/notification-listener/notification-listener.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "NotificationListener",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!NotificationListener#closeTimeout:member",
              "docComment": "/**\n * Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closeTimeout: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "closeTimeout",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!NotificationListener#connect:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connect: "
                },
                {
                  "kind": "Reference",
                  "text": "Connect",
                  "canonicalReference": "@genesislcap/foundation-comms!Connect:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "connect",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!NotificationListener#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!NotificationListener#connectionSub:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected connectionSub: "
                },
                {
                  "kind": "Reference",
                  "text": "Subscription",
                  "canonicalReference": "rxjs!Subscription:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "connectionSub",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!NotificationListener#dataSub:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected dataSub?: "
                },
                {
                  "kind": "Reference",
                  "text": "Subscription",
                  "canonicalReference": "rxjs!Subscription:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "dataSub",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!NotificationListener#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!NotificationListener#notificationListener:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "notificationListener: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "notificationListener",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!NotificationListener#resourceName:member",
              "docComment": "/**\n * The resource name holding new and existing notifications\n *\n * @remarks\n *\n * usually 'ALL_NOTIFY_ALERT_RECORDS'\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resourceName: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "resourceName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!NotificationListener#showNotificationToast:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected showNotificationToast(row: "
                },
                {
                  "kind": "Reference",
                  "text": "NotificationDataRow",
                  "canonicalReference": "@genesislcap/foundation-notifications!NotificationDataRow:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "row",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "showNotificationToast"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!NotificationListener#toastButtons:member",
              "docComment": "/**\n * Array of buttons for notification toasts\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toastButtons: "
                },
                {
                  "kind": "Reference",
                  "text": "ToastButton",
                  "canonicalReference": "@genesislcap/foundation-notifications!ToastButton:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "toastButtons",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!NotificationListener#toastPosition:member",
              "docComment": "/**\n * Position of toast notifications on the screen\n *\n * @remarks\n *\n * Can be 'top-left', 'top-right', 'bottom-left', or 'bottom-right'\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toastPosition: "
                },
                {
                  "kind": "Reference",
                  "text": "ToastPosition",
                  "canonicalReference": "@genesislcap/foundation-notifications!ToastPosition:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "toastPosition",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!NumberField:class",
          "docComment": "/**\n * @tagname %%prefix%%-number-field\n *\n * @fires\n *\n * input - Fired when the numeric value changes\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class NumberField extends "
            },
            {
              "kind": "Reference",
              "text": "NumberField_base",
              "canonicalReference": "@genesislcap/foundation-ui!~NumberField_base"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/number-field/number-field.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "NumberField",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!NumberField#autocomplete:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autocomplete: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "autocomplete",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!NumberField#autoStepPrecision:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autoStepPrecision: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "autoStepPrecision",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!NumberField#handleBlur:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleBlur(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleBlur"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!NumberField#handleTextInput:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleTextInput(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleTextInput"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!NumberField#hasSeparatorWithoutDecimals:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasSeparatorWithoutDecimals(): "
                },
                {
                  "kind": "Reference",
                  "text": "RegExp",
                  "canonicalReference": "!RegExp:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "hasSeparatorWithoutDecimals"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!NumberField#hideStep:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hideStep: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "hideStep",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!NumberField#locale:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "locale: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "locale",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!NumberField#maximumInputPrecision:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maximumInputPrecision: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "maximumInputPrecision",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!NumberField#options:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "options: "
                },
                {
                  "kind": "Reference",
                  "text": "Intl.NumberFormatOptions",
                  "canonicalReference": "!Intl.NumberFormatOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "options",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!NumberField#stepDown:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "stepDown(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "stepDown"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!NumberField#stepUp:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "stepUp(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "stepUp"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!NumberField#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!NumberField#valueChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "valueChanged(previous: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", next: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "previous",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "next",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "valueChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!NumberField#withFormatting:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "withFormatting: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "withFormatting",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!NUMERIC_OPERATORS:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "NUMERIC_OPERATORS: "
            },
            {
              "kind": "Reference",
              "text": "CriteriaOperator",
              "canonicalReference": "@genesislcap/foundation-ui!CriteriaOperator:type"
            },
            {
              "kind": "Content",
              "text": "[]"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/validation/operator-map.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "NUMERIC_OPERATORS",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!OpenChangeEventDetail:interface",
          "docComment": "/**\n * Detail payload for the `open-change` event fired by `Select` and `Combobox` when their dropdown opens or closes.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface OpenChangeEventDetail "
            }
          ],
          "fileUrlPath": "src/utils/event-types.ts",
          "releaseTag": "Public",
          "name": "OpenChangeEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!OpenChangeEventDetail#open:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "open: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "open",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!OPERATOR_DISPLAY_LABEL:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "OPERATOR_DISPLAY_LABEL: "
            },
            {
              "kind": "Reference",
              "text": "Record",
              "canonicalReference": "!Record:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "CriteriaOperator",
              "canonicalReference": "@genesislcap/foundation-ui!CriteriaOperator:type"
            },
            {
              "kind": "Content",
              "text": ", string>"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/validation/operator-map.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "OPERATOR_DISPLAY_LABEL",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Optgroup:class",
          "docComment": "/**\n * @tagname %%prefix%%-optgroup\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Optgroup extends "
            },
            {
              "kind": "Reference",
              "text": "ListboxOption",
              "canonicalReference": "@microsoft/fast-foundation!ListboxOption:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/optgroup/optgroup.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Optgroup",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Optgroup#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Optgroup#groupLabel:member",
              "docComment": "/**\n * The label for the group. Named groupLabel to avoid name conflict with ListboxOption.label.\n *\n * @remarks\n *\n * HTML Attribute: label\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groupLabel: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "groupLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource:class",
          "docComment": "/**\n * Datasource element for select/combobox option loading.\n *\n * @tagname options-datasource\n *\n * @fires\n *\n * value-change - Fired when the selected value changes. detail: `ValueChangeEventDetail`\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class OptionsDatasource extends "
            },
            {
              "kind": "Reference",
              "text": "BaseDatasource",
              "canonicalReference": "@genesislcap/foundation-ui!BaseDatasource:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/options-datasource/options-datasource.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "OptionsDatasource",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#allowCustomOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allowCustomOptions: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "allowCustomOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#asyncModeIntialization:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "asyncModeIntialization(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "asyncModeIntialization"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#baseCriteria:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "baseCriteria: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "baseCriteria",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#clearData:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clearData(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "clearData"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#emptyDataLabel:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "emptyDataLabel: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "emptyDataLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#fetchData:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fetchData(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "fetchData"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#getInitialLabel:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getInitialLabel(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getInitialLabel"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#handleStreamDeletes:member(1)",
              "docComment": "/**\n * @remarks\n *\n * Not implemented: rendered options are only ever appended (see `syncComponentData` / `handleStreamInserts`). For DATASERVER `infinite-scroll`, a live delete/update on a row already rendered in an open dropdown will not be reflected until the datasource is refetched (e.g. criteria change) — tracked as a known limitation, not a v1 goal.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleStreamDeletes(deletedRows: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "deletedRows",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleStreamDeletes"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#handleStreamInserts:member(1)",
              "docComment": "/**\n * Appends rows to the already rendered options. Used by REQUEST_SERVER infinite scroll paging, where each page contains only the new rows.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleStreamInserts(insertedRows: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "insertedRows",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleStreamInserts"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#handleStreamUpdates:member(1)",
              "docComment": "/**\n * @remarks\n *\n * Not implemented — see {@link OptionsDatasource.handleStreamDeletes}.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleStreamUpdates(updatedRows: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "updatedRows",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleStreamUpdates"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#infiniteScroll:member",
              "docComment": "/**\n * Enables infinite scrolling. Instead of loading everything upfront, only `page-size` options are loaded initially and the next page is requested when the user scrolls near the bottom of the dropdown. REQUEST_SERVER resources page by OFFSET; DATASERVER resources page via MORE_ROWS on a live stream (total still capped by `maxView`).\n *\n * @remarks\n *\n * When paging REQUEST_SERVER resources by OFFSET, set a stable `order-by` — without one the server has no other guaranteed ordering between requests, so rows can shift across pages (duplicates/gaps) as the underlying data changes between fetches. Also, when the parent is a combobox, this forces `async` mode on it (see `Combobox.async`), since only a page of options is loaded client-side.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "infiniteScroll: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "infiniteScroll",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#initalSelectedValueInitialized:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "initalSelectedValueInitialized: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "initalSelectedValueInitialized",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#initialSelectedValue:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "initialSelectedValue: "
                },
                {
                  "kind": "Content",
                  "text": "string | number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "initialSelectedValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#initialSelectedValueChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "initialSelectedValueChanged(oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "initialSelectedValueChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#isSnapshot:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSnapshot: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isSnapshot",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#labelField:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelField: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "labelField",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#labelFormatter:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelFormatter: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "labelFormatter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#labelRowFormatter:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelRowFormatter: "
                },
                {
                  "kind": "Content",
                  "text": "(any: any) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "labelRowFormatter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#optionElement:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "optionElement: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "optionElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#options:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected options: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        value: any;\n        label: string;\n    }[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "options",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#pageSize:member",
              "docComment": "/**\n * Number of options fetched per page when `infinite-scroll` is enabled. Defaults to 20.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pageSize: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "pageSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#resetCombobox:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resetCombobox(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "resetCombobox"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#resources:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resources: "
                },
                {
                  "kind": "Reference",
                  "text": "GenesisResources",
                  "canonicalReference": "@genesislcap/foundation-comms!GenesisResources:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "resources",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#select:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected select: "
                },
                {
                  "kind": "Reference",
                  "text": "Select",
                  "canonicalReference": "@genesislcap/foundation-ui!Select:class"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "Combobox",
                  "canonicalReference": "@genesislcap/foundation-ui!Combobox:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "select",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#selectChangeHandler:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectChangeHandler: "
                },
                {
                  "kind": "Content",
                  "text": "(e: any) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "selectChangeHandler",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#syncComponentData:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "syncComponentData(snapshotData?: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "snapshotData",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "syncComponentData"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!OptionsDatasource#valueField:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "valueField: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "valueField",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!optionsMaxheight:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "optionsMaxheight = "
            },
            {
              "kind": "Content",
              "text": "450"
            }
          ],
          "fileUrlPath": "src/categorized-multiselect/categorized-multiselect.styles.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "optionsMaxheight",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!paletteFromHex:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "paletteFromHex: (hexColor: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "PaletteRGB",
              "canonicalReference": "@microsoft/fast-components!PaletteRGB:type"
            }
          ],
          "fileUrlPath": "src/design-system-provider/design-system-provider.utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "hexColor",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "paletteFromHex"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!parseDatePickerValue:function(1)",
          "docComment": "/**\n * Strictly parses a date picker value (`displayFormat` or internal `DATE_PICKER_VALUE_FORMAT`). Returns null when invalid.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function parseDatePickerValue(dateString: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", displayFormat: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "dayjs.Dayjs",
              "canonicalReference": "dayjs!dayjs.Dayjs:class"
            },
            {
              "kind": "Content",
              "text": " | null"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/date-picker/date-picker.util.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 7
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "dateString",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "displayFormat",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "parseDatePickerValue"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!pathJoin:function(1)",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function pathJoin(parts: "
            },
            {
              "kind": "Content",
              "text": "string[]"
            },
            {
              "kind": "Content",
              "text": ", separator?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", allowTrailingSeparator?: "
            },
            {
              "kind": "Content",
              "text": "boolean"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/router/utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 8
          },
          "releaseTag": "Beta",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "parts",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "separator",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": true
            },
            {
              "parameterName": "allowTrailingSeparator",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "pathJoin"
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Pill:class",
          "docComment": "/**\n * @tagname %%prefix%%-pill\n *\n * @slot - Additional phrasing (inline, non-interactive) content rendered after the label/value, inside the pill body button. Do not slot interactive or block-level elements (e.g. `<button>`, `<a>`, `<div>`) here, as the body is itself a `<button>`.\n *\n * @fires\n *\n * remove - Fired when the remove control is activated.\n *\n * @fires\n *\n * pill-click - Fired when the pill body (excluding the remove control) is activated.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Pill extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/pill/pill.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Pill",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Pill#disabled:member",
              "docComment": "/**\n * @attr disabled - disables both the pill body and the remove control  @default false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Pill#handleBodyClick:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleBodyClick(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleBodyClick"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Pill#handleRemoveClick:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleRemoveClick(event?: "
                },
                {
                  "kind": "Reference",
                  "text": "Event",
                  "canonicalReference": "!Event:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "event",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleRemoveClick"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Pill#label:member",
              "docComment": "/**\n * @attr label - the name of the thing this pill represents, e.g. a filter field name\n *\n * @example\n * ```html\n *  <rapid-pill label=\"Cpty Desk\"></rapid-pill>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Pill#removable:member",
              "docComment": "/**\n * @attr removable - whether the \"x\" remove control is shown  @default true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removable: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "removable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Pill#value:member",
              "docComment": "/**\n * @attr value - the current value shown alongside the label, e.g. \"Cpty Desk: EQUITIES\"\n *\n * @example\n * ```html\n *  <rapid-pill label=\"Cpty Desk\" value=\"EQUITIES\"></rapid-pill>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!pillStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "pillStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/pill/pill.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "pillStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!plusIcon:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "plusIcon: () => "
            },
            {
              "kind": "Content",
              "text": "string"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [],
          "name": "plusIcon"
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Popper:class",
          "docComment": "/**\n * @tagname %%prefix%%-popper\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Popper extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/popper/popper.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Popper",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Popper#buildOptions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected buildOptions(): "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "OptionsGeneric",
                  "canonicalReference": "@popperjs/core!OptionsGeneric:type"
                },
                {
                  "kind": "Content",
                  "text": "<any>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "buildOptions"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Popper#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Popper#event:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "event: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "event",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Popper#flip:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "flip: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "flip",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Popper#flipChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "flipChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "flipChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Popper#offset:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "offset: "
                },
                {
                  "kind": "Content",
                  "text": "[number, number]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "offset",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Popper#offsetChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "offsetChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "offsetChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Popper#placement:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "placement: "
                },
                {
                  "kind": "Reference",
                  "text": "Placement",
                  "canonicalReference": "@popperjs/core!Placement:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "placement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Popper#placementChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "placementChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "placementChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Popper#popper:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected popper: "
                },
                {
                  "kind": "Reference",
                  "text": "Instance",
                  "canonicalReference": "@popperjs/core!Instance:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "popper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Popper#selector:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selector: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "selector",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Popper#selectorChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectorChanged(oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "selectorChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Popper#show:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "show: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "show",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Popper#target:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected target: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "target",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Popper#toggle:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggle(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "toggle"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "@genesislcap/foundation-ui!Position:enum",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum Position "
            }
          ],
          "fileUrlPath": "src/multiselect/multiselect-consts.ts",
          "releaseTag": "Public",
          "name": "Position",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/foundation-ui!Position.ABOVE:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ABOVE = "
                },
                {
                  "kind": "Content",
                  "text": "\"above\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "ABOVE"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/foundation-ui!Position.BELOW:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "BELOW = "
                },
                {
                  "kind": "Content",
                  "text": "\"below\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "BELOW"
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Progress:class",
          "docComment": "/**\n * @tagname %%prefix%%-progress\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Progress extends "
            },
            {
              "kind": "Reference",
              "text": "FASTProgress",
              "canonicalReference": "@microsoft/fast-foundation!BaseProgress:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/progress/progress.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Progress",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!ProgressRing:class",
          "docComment": "/**\n * @tagname %%prefix%%-progress-ring\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ProgressRing extends "
            },
            {
              "kind": "Reference",
              "text": "FASTProgressRing",
              "canonicalReference": "@microsoft/fast-foundation!BaseProgress:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/progress-ring/progress-ring.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "ProgressRing",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!provideDesignSystem:function(1)",
          "docComment": "/**\n * Provides a design system for the specified element either by returning one that was already created for that element or creating one.\n *\n * @param element - The element to root the design system at. By default, this is the body.\n *\n * @param prefix - The prefix for the design system. By default, this is 'foundation'.\n *\n * @param tokens - The tokens for the design system. By default, this is the foundation tokens.\n *\n * @param values - The values for the design system. By default, this is the foundation values.\n *\n * @returns A Foundation Design System\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "provideDesignSystem: (element?: "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": ", prefix?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", tokens?: "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": ", values?: "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DesignSystem",
              "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
            },
            {
              "kind": "Content",
              "text": ", \"register\">"
            }
          ],
          "fileUrlPath": "src/provide-design-system.ts",
          "returnTypeTokenRange": {
            "startIndex": 9,
            "endIndex": 13
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "element",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            },
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": true
            },
            {
              "parameterName": "tokens",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "isOptional": true
            },
            {
              "parameterName": "values",
              "parameterTypeTokenRange": {
                "startIndex": 7,
                "endIndex": 8
              },
              "isOptional": true
            }
          ],
          "name": "provideDesignSystem"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!provideTokens:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "provideTokens: (tokens: "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": ", values: "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": ", element?: "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "void"
            }
          ],
          "fileUrlPath": "src/design-system-provider/design-system-provider.utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "tokens",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "values",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            },
            {
              "parameterName": "element",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "provideTokens"
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Radio:class",
          "docComment": "/**\n * @tagname %%prefix%%-radio\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Radio extends "
            },
            {
              "kind": "Reference",
              "text": "FASTRadio",
              "canonicalReference": "@microsoft/fast-foundation!Radio:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/radio/radio.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Radio",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!RadioGroup:class",
          "docComment": "/**\n * @tagname %%prefix%%-radio-group\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class RadioGroup extends "
            },
            {
              "kind": "Reference",
              "text": "FASTRadioGroup",
              "canonicalReference": "@microsoft/fast-foundation!RadioGroup:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/radio-group/radio-group.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "RadioGroup",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!registerFoundationDesignSystem:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "registerFoundationDesignSystem: () => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "DesignSystem",
              "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
            }
          ],
          "fileUrlPath": "src/index.ts",
          "returnTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [],
          "name": "registerFoundationDesignSystem"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!removeChildRouteParameter:function(1)",
          "docComment": "/**\n * @example\n * ```text\n * /app/auth/*fast-child-route >> /app/auth\n * ```\n *\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function removeChildRouteParameter(path: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/router/utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Beta",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "path",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "removeChildRouteParameter"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!removeLastPathSegment:function(1)",
          "docComment": "/**\n * @example\n * ```text\n * /app/auth/forgot-password >> /app/auth\n * /app/auth >> /app\n * /app >> /app\n * ```\n *\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function removeLastPathSegment(path: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", separator?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/router/utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Beta",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "path",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "separator",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": true
            }
          ],
          "name": "removeLastPathSegment"
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!ResizeEventDetail:interface",
          "docComment": "/**\n * Detail payload of the dialog `resize` event.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ResizeEventDetail "
            }
          ],
          "fileUrlPath": "src/dialog/dialog.types.ts",
          "releaseTag": "Public",
          "name": "ResizeEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!ResizeEventDetail#height:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!ResizeEventDetail#width:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "width: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "width",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!resolveDayjsLocale:function(1)",
          "docComment": "/**\n * Maps BCP-47 tags to dayjs locale ids (lowercase, e.g. `fr-FR` → `fr-fr`). English variants map to dayjs bundles: `en-US` → `en`, `en-GB` → `en-gb`.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function resolveDayjsLocale(lang: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/date-picker/date-picker.util.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "lang",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "resolveDayjsLocale"
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!Router:interface",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface Router<TSettings = "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": "> extends "
            },
            {
              "kind": "Reference",
              "text": "FASTRouter",
              "canonicalReference": "@microsoft/fast-router!Router:interface"
            },
            {
              "kind": "Content",
              "text": "<TSettings>"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/router/router.ts",
          "releaseTag": "Beta",
          "typeParameters": [
            {
              "typeParameterName": "TSettings",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "Router",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!Router:var",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Router: "
            },
            {
              "kind": "Reference",
              "text": "Readonly",
              "canonicalReference": "!Readonly:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    getOrCreateFor: (element: "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "DefaultRouter",
              "canonicalReference": "@genesislcap/foundation-ui!DefaultRouter:class"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "Router",
              "canonicalReference": "@genesislcap/foundation-ui!Router:interface"
            },
            {
              "kind": "Content",
              "text": "<any>;\n    find: (element: "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "FASTRouter",
              "canonicalReference": "@microsoft/fast-router!Router:interface"
            },
            {
              "kind": "Content",
              "text": "<any>;\n    from: <TBase extends typeof "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:var"
            },
            {
              "kind": "Content",
              "text": ">(BaseType: TBase) => {\n        new (): "
            },
            {
              "kind": "Reference",
              "text": "InstanceType",
              "canonicalReference": "!InstanceType:type"
            },
            {
              "kind": "Content",
              "text": "<TBase> & "
            },
            {
              "kind": "Reference",
              "text": "RouterElement",
              "canonicalReference": "@genesislcap/foundation-ui!RouterElement:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    };\n}>"
            }
          ],
          "fileUrlPath": "src/router/router.ts",
          "isReadonly": true,
          "releaseTag": "Beta",
          "name": "Router",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 19
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!RouterElement:interface",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface RouterElement extends "
            },
            {
              "kind": "Reference",
              "text": "FASTRouterElement",
              "canonicalReference": "@microsoft/fast-router!RouterElement:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/router/router.ts",
          "releaseTag": "Beta",
          "name": "RouterElement",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!routerLogger:var",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "routerLogger: "
            },
            {
              "kind": "Content",
              "text": "import(\"@genesislcap/foundation-logger\")."
            },
            {
              "kind": "Reference",
              "text": "Logger",
              "canonicalReference": "@genesislcap/foundation-logger!Logger:interface"
            }
          ],
          "fileUrlPath": "src/router/logger.ts",
          "isReadonly": true,
          "releaseTag": "Beta",
          "name": "routerLogger",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!routerProperty:var",
          "docComment": "/**\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "routerProperty = "
            },
            {
              "kind": "Content",
              "text": "\"$router\""
            }
          ],
          "fileUrlPath": "src/router/router.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Beta",
          "name": "routerProperty",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Namespace",
          "canonicalReference": "@genesislcap/foundation-ui!RuleExpression:namespace",
          "docComment": "/**\n * Based on the RuleExpression config in Kotlin\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare namespace RuleExpression "
            }
          ],
          "fileUrlPath": "src/expression-builder/types.ts",
          "releaseTag": "Public",
          "name": "RuleExpression",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "TypeAlias",
              "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Assignment:type",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type Assignment = "
                },
                {
                  "kind": "Content",
                  "text": "{\n        FIELD: "
                },
                {
                  "kind": "Reference",
                  "text": "Field",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Field:type"
                },
                {
                  "kind": "Content",
                  "text": ";\n        VALUE: "
                },
                {
                  "kind": "Reference",
                  "text": "Expression",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Expression:type"
                },
                {
                  "kind": "Content",
                  "text": "[keyof "
                },
                {
                  "kind": "Reference",
                  "text": "Expression",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Expression:type"
                },
                {
                  "kind": "Content",
                  "text": "];\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "Assignment",
              "typeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "TypeAlias",
              "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.BooleanValue:type",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type BooleanValue = "
                },
                {
                  "kind": "Content",
                  "text": "{\n        VALUE: boolean;\n        TYPE: 'BOOLEAN';\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "BooleanValue",
              "typeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "TypeAlias",
              "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Condition:type",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type Condition = "
                },
                {
                  "kind": "Content",
                  "text": "{\n        LEFT: "
                },
                {
                  "kind": "Reference",
                  "text": "Expression",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Expression:type"
                },
                {
                  "kind": "Content",
                  "text": "['SingleExpression'];\n        OPERATION: "
                },
                {
                  "kind": "Reference",
                  "text": "Operation",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Operation:type"
                },
                {
                  "kind": "Content",
                  "text": ";\n        RIGHT: "
                },
                {
                  "kind": "Reference",
                  "text": "Expression",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Expression:type"
                },
                {
                  "kind": "Content",
                  "text": "[keyof "
                },
                {
                  "kind": "Reference",
                  "text": "Expression",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Expression:type"
                },
                {
                  "kind": "Content",
                  "text": "];\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "Condition",
              "typeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              }
            },
            {
              "kind": "TypeAlias",
              "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Expression:type",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type Expression = "
                },
                {
                  "kind": "Content",
                  "text": "{\n        SingleExpression: "
                },
                {
                  "kind": "Reference",
                  "text": "BooleanValue",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.BooleanValue:type"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "Field",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Field:type"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "NumericValue",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.NumericValue:type"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "StringValue",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.StringValue:type"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "PlaceHolder",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.PlaceHolder:type"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "NullValue",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.NullValue:type"
                },
                {
                  "kind": "Content",
                  "text": ";\n        BinaryExpression: {\n            LEFT: "
                },
                {
                  "kind": "Reference",
                  "text": "Expression",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Expression:type"
                },
                {
                  "kind": "Content",
                  "text": "[keyof "
                },
                {
                  "kind": "Reference",
                  "text": "Expression",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Expression:type"
                },
                {
                  "kind": "Content",
                  "text": "];\n            OPERATION: "
                },
                {
                  "kind": "Reference",
                  "text": "Operation",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Operation:type"
                },
                {
                  "kind": "Content",
                  "text": ";\n            RIGHT: "
                },
                {
                  "kind": "Reference",
                  "text": "Expression",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Expression:type"
                },
                {
                  "kind": "Content",
                  "text": "[keyof "
                },
                {
                  "kind": "Reference",
                  "text": "Expression",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Expression:type"
                },
                {
                  "kind": "Content",
                  "text": "];\n            TYPE: 'BINARY_EXPRESSION';\n        };\n        MethodExpression: {\n            METHOD: "
                },
                {
                  "kind": "Reference",
                  "text": "MethodCall",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.MethodCall:type"
                },
                {
                  "kind": "Content",
                  "text": ";\n            PARAMETERS: "
                },
                {
                  "kind": "Reference",
                  "text": "Expression",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Expression:type"
                },
                {
                  "kind": "Content",
                  "text": "['SingleExpression'][];\n            TYPE: 'METHOD_EXPRESSION';\n        };\n        PredicateExpression: {\n            TYPE: 'PREDICATE_EXPRESSION';\n            OPERATION: "
                },
                {
                  "kind": "Reference",
                  "text": "LogicalOperation",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.LogicalOperation:type"
                },
                {
                  "kind": "Content",
                  "text": ";\n            EXPRESSIONS: "
                },
                {
                  "kind": "Reference",
                  "text": "Expression",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Expression:type"
                },
                {
                  "kind": "Content",
                  "text": "[keyof "
                },
                {
                  "kind": "Reference",
                  "text": "Expression",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Expression:type"
                },
                {
                  "kind": "Content",
                  "text": "][];\n        };\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "Expression",
              "typeTokenRange": {
                "startIndex": 1,
                "endIndex": 34
              }
            },
            {
              "kind": "TypeAlias",
              "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Field:type",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type Field = "
                },
                {
                  "kind": "Content",
                  "text": "{\n        NAME: string;\n        TYPE: 'FIELD';\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "Field",
              "typeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "TypeAlias",
              "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.LogicalOperation:type",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type LogicalOperation = "
                },
                {
                  "kind": "Content",
                  "text": "keyof typeof "
                },
                {
                  "kind": "Reference",
                  "text": "logicalOperations",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.logicalOperations:var"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "LogicalOperation",
              "typeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.logicalOperations:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "logicalOperations: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        readonly AND: \"AND\";\n        readonly OR: \"OR\";\n    }"
                }
              ],
              "isReadonly": true,
              "releaseTag": "Public",
              "name": "logicalOperations",
              "variableTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "TypeAlias",
              "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.MethodCall:type",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type MethodCall = "
                },
                {
                  "kind": "Content",
                  "text": "keyof typeof "
                },
                {
                  "kind": "Reference",
                  "text": "methodCall",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.methodCall:var"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "MethodCall",
              "typeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.methodCall:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "methodCall: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        readonly CONTAINS_IGNORE_CASE: \"CONTAINS_IGNORE_CASE\";\n        readonly CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE: \"CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE\";\n        readonly IS_NULL_OR_BLANK: \"IS_NULL_OR_BLANK\";\n        readonly NOT_NULL_OR_BLANK: \"NOT_NULL_OR_BLANK\";\n        readonly TRIM: \"TRIM\";\n        readonly LONG_TO_DATE: \"LONG_TO_DATE\";\n        readonly LONG_TO_DATE_TIME: \"LONG_TO_DATE_TIME\";\n        readonly DATE_TIME_IS_IN_RANGE: \"DATE_TIME_IS_IN_RANGE\";\n    }"
                }
              ],
              "isReadonly": true,
              "releaseTag": "Public",
              "name": "methodCall",
              "variableTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "TypeAlias",
              "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.NullValue:type",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type NullValue = "
                },
                {
                  "kind": "Content",
                  "text": "{\n        TYPE: 'NULL';\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "NullValue",
              "typeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "TypeAlias",
              "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.NumericValue:type",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type NumericValue = "
                },
                {
                  "kind": "Content",
                  "text": "{\n        VALUE: string;\n        TYPE: 'NUMBER';\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "NumericValue",
              "typeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "TypeAlias",
              "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Operation:type",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type Operation = "
                },
                {
                  "kind": "Content",
                  "text": "keyof typeof "
                },
                {
                  "kind": "Reference",
                  "text": "operations",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.operations:var"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "Operation",
              "typeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.operations:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "operations: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        readonly GREATER_THAN: \"GREATER_THAN\";\n        readonly LESS_THAN: \"LESS_THAN\";\n        readonly GREATER_THAN_OR_EQUAL: \"GREATER_THAN_OR_EQUAL\";\n        readonly LESS_THAN_OR_EQUAL: \"LESS_THAN_OR_EQUAL\";\n        readonly EQUALS: \"EQUALS\";\n        readonly NOT_EQUALS: \"NOT_EQUALS\";\n        readonly PLUS: \"PLUS\";\n        readonly MINUS: \"MINUS\";\n        readonly MULTIPLY: \"MULTIPLY\";\n        readonly DIVIDE: \"DIVIDE\";\n        readonly BITWISE_AND: \"BITWISE_AND\";\n        readonly BITWISE_OR: \"BITWISE_OR\";\n        readonly ASSIGNMENT: \"ASSIGNMENT\";\n        readonly IS_CURRENT: \"IS_CURRENT\";\n        readonly IS_PREVIOUS: \"IS_PREVIOUS\";\n        readonly AND: \"AND\";\n        readonly OR: \"OR\";\n    }"
                }
              ],
              "isReadonly": true,
              "releaseTag": "Public",
              "name": "operations",
              "variableTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "TypeAlias",
              "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.PlaceHolder:type",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type PlaceHolder = "
                },
                {
                  "kind": "Content",
                  "text": "{\n        KEY: string;\n        TYPE: 'PLACEHOLDER';\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "PlaceHolder",
              "typeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "TypeAlias",
              "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.ResultExpression:type",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type ResultExpression = "
                },
                {
                  "kind": "Content",
                  "text": "{\n        ASSIGNMENTS: "
                },
                {
                  "kind": "Reference",
                  "text": "Assignment",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Assignment:type"
                },
                {
                  "kind": "Content",
                  "text": "[];\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ResultExpression",
              "typeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "TypeAlias",
              "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.RuleExpression:type",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type RuleExpression = "
                },
                {
                  "kind": "Content",
                  "text": "{\n        CONDITIONS: "
                },
                {
                  "kind": "Reference",
                  "text": "Condition",
                  "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.Condition:type"
                },
                {
                  "kind": "Content",
                  "text": "[];\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "RuleExpression",
              "typeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "TypeAlias",
              "canonicalReference": "@genesislcap/foundation-ui!RuleExpression.StringValue:type",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type StringValue = "
                },
                {
                  "kind": "Content",
                  "text": "{\n        VALUE: string;\n        TYPE: 'STRING';\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "StringValue",
              "typeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Scheduler:class",
          "docComment": "/**\n * @tagname %%prefix%%-scheduler\n *\n * @fires\n *\n * change - Fired when timezone or cron expression changes\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Scheduler extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/scheduler/scheduler.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Scheduler",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Scheduler#cron:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cron: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "cron",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Scheduler#cronConfig:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cronConfig: "
                },
                {
                  "kind": "Reference",
                  "text": "CronConfig",
                  "canonicalReference": "@genesislcap/foundation-ui!~CronConfig_2:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "cronConfig",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Scheduler#cronConfigChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cronConfigChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "cronConfigChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Scheduler#disableTooltips:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disableTooltips: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "disableTooltips",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Scheduler#handleChange:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleChange(event: "
                },
                {
                  "kind": "Reference",
                  "text": "CustomEvent",
                  "canonicalReference": "!CustomEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ", key: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "event",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "key",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleChange"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Scheduler#minMinuteInterval:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minMinuteInterval: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "minMinuteInterval",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Scheduler#timezone:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "timezone: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "timezone",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder:class",
          "docComment": "/**\n * @tagname %%prefix%%-scheduler-cron-builder\n *\n * @fires\n *\n * change - Fired when the built cron expression changes\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SchedulerCronBuilder extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/scheduler-cron-builder.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "SchedulerCronBuilder",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#cron:member",
              "docComment": "/**\n * used to store the cron string generated as result of selected input\n *\n * @example\n *\n * `\"0 30 10 ? * 2-6\"` runs on weekdays from monday-friday at 10:30\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cron: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "cron",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#cronChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cronChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "cronChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#disableTooltips:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disableTooltips: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "disableTooltips",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#during:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "during: "
                },
                {
                  "kind": "Content",
                  "text": "'every_hour' | 'specific_hours'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "during",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#duringOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get duringOptions(): "
                },
                {
                  "kind": "Content",
                  "text": "{\n        label: string;\n        value: string;\n    }[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "duringOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#frequencyList:member",
              "docComment": "/**\n * The frequency dropdown list\n *\n * @remarks\n *\n * This property updates every time recurrence type is changed. Used to update the list size on basis of recurrence type e.g. 12 for month recurrence\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get frequencyList(): "
                },
                {
                  "kind": "Reference",
                  "text": "Array",
                  "canonicalReference": "!Array:interface"
                },
                {
                  "kind": "Content",
                  "text": "<number>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "frequencyList",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#frequencySuffix:member",
              "docComment": "/**\n * The suffix that appears with frequency field\n *\n * @remarks\n *\n * This property updates every time recurrence is changed. Use it to determine the suffix specific to selected recurrence (e.g. `Days` for `DAILY` recurrenceType).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get frequencySuffix(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "frequencySuffix",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#getBaseConfigFields:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getBaseConfigFields(): "
                },
                {
                  "kind": "Reference",
                  "text": "baseConfig",
                  "canonicalReference": "@genesislcap/foundation-ui!baseConfig:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getBaseConfigFields"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#handleDuringChange:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleDuringChange(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleDuringChange"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#handleHoursChange:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleHoursChange(e: "
                },
                {
                  "kind": "Reference",
                  "text": "CustomEvent",
                  "canonicalReference": "!CustomEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "e",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleHoursChange"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#hourOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get hourOptions(): "
                },
                {
                  "kind": "Content",
                  "text": "{\n        label: string;\n        value: string;\n    }[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "hourOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#isDailyFrequencyDisabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get isDailyFrequencyDisabled(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isDailyFrequencyDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#isMinutesRecurrenceEnabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get isMinutesRecurrenceEnabled(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isMinutesRecurrenceEnabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#isSpecificHours:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get isSpecificHours(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isSpecificHours",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#minMinuteInterval:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minMinuteInterval: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "minMinuteInterval",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#minMinuteIntervalChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minMinuteIntervalChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "minMinuteIntervalChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#selectedHours:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get selectedHours(): "
                },
                {
                  "kind": "Content",
                  "text": "string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "selectedHours",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerCronBuilder#timezone:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "timezone: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "timezone",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!schedulerCronBuilderStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "schedulerCronBuilderStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/scheduler-cron-builder.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "schedulerCronBuilderStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!schedulerStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "schedulerStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/scheduler/scheduler.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "schedulerStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!SchedulerTimezone:class",
          "docComment": "/**\n * @tagname %%prefix%%-scheduler-timezone\n *\n * @fires\n *\n * change - Fired when the timezone value changes\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SchedulerTimezone extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/scheduler-timezone/scheduler-timezone.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "SchedulerTimezone",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerTimezone#connect:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connect: "
                },
                {
                  "kind": "Reference",
                  "text": "Connect",
                  "canonicalReference": "@genesislcap/foundation-comms!Connect:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "connect",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerTimezone#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerTimezone#getTimeZones:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getTimeZones(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getTimeZones"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerTimezone#timezone:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "timezone: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "timezone",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerTimezone#timezoneChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "timezoneChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "timezoneChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SchedulerTimezone#timeZones:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "timeZones: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "timeZones",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!schedulerTimezoneStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "schedulerTimezoneStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/scheduler-timezone/scheduler-timezone.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "schedulerTimezoneStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!SCROLL_TIMEOUT:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "SCROLL_TIMEOUT = "
            },
            {
              "kind": "Content",
              "text": "10"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar.types.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "SCROLL_TIMEOUT",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!SearchBar:class",
          "docComment": "/**\n * @tagname %%prefix%%-search-bar\n *\n * @fires\n *\n * selectionChange - Fired when the selected search options change. detail: `SelectedOption[]`\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SearchBar extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "SearchBar",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#appearance:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "appearance: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "appearance",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#changeHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "changeHandler(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "changeHandler"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#clear:member(1)",
              "docComment": "/**\n * Clears all search chips and the current input, and emits `selectionChange` with an empty array.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clear(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "clear"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#clearButton:member",
              "docComment": "/**\n * @attr clear-button - when true, shows the end clear control when there are chips or typed text. When false, use {@link SearchBar.clear} or {@link SearchBar.clearSearch} to reset programmatically.  @default true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clearButton: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "clearButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#clearSearch:member(1)",
              "docComment": "/**\n * Alias for {@link SearchBar.clear}.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clearSearch(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "clearSearch"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#combobox:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "combobox: "
                },
                {
                  "kind": "Reference",
                  "text": "SearchBarCombobox",
                  "canonicalReference": "@genesislcap/foundation-ui!SearchBarCombobox:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "combobox",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#defaultSlottedNodes:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultSlottedNodes: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "defaultSlottedNodes",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#disabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#filteredOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "filteredOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "AvailableOption",
                  "canonicalReference": "@genesislcap/foundation-ui!AvailableOption:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "filteredOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#hasSelectedOption:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasSelectedOption(term: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", field: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "term",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "field",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "hasSelectedOption"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#inputdeleted:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputdeleted(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "inputdeleted"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#inputHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputHandler(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "inputHandler"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#loading:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "loading: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "loading",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#minlength:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minlength: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "minlength",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#options:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "options: "
                },
                {
                  "kind": "Reference",
                  "text": "AvailableOption",
                  "canonicalReference": "@genesislcap/foundation-ui!AvailableOption:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "options",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#optionsChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "optionsChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "optionsChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#pasteHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pasteHandler(event: "
                },
                {
                  "kind": "Reference",
                  "text": "ClipboardEvent",
                  "canonicalReference": "!ClipboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "event",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "pasteHandler"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#placeholder:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "placeholder: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "placeholder",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#position:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "position: "
                },
                {
                  "kind": "Reference",
                  "text": "Position",
                  "canonicalReference": "@genesislcap/foundation-ui!Position:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "position",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#searchTerm:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "searchTerm: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "searchTerm",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#selectedOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectedOption",
                  "canonicalReference": "@genesislcap/foundation-ui!SelectedOption:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "selectedOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#selectedOptionsChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedOptionsChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "selectedOptionsChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#selectedOptionsDiv:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedOptionsDiv: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "selectedOptionsDiv",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBar#unselectOption:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "unselectOption(option: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "option",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "unselectOption"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!SearchBarCombobox:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SearchBarCombobox extends "
            },
            {
              "kind": "Reference",
              "text": "Combobox",
              "canonicalReference": "@microsoft/fast-components!Combobox:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar-combobox.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "SearchBarCombobox",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBarCombobox#clickHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clickHandler(e: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean | void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "e",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "clickHandler"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBarCombobox#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBarCombobox#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBarCombobox#inputHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputHandler(e: "
                },
                {
                  "kind": "Reference",
                  "text": "InputEvent",
                  "canonicalReference": "!InputEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean | void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "e",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "inputHandler"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBarCombobox#keydownHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keydownHandler(e: "
                },
                {
                  "kind": "Reference",
                  "text": "Event",
                  "canonicalReference": "!Event:interface"
                },
                {
                  "kind": "Content",
                  "text": " & "
                },
                {
                  "kind": "Reference",
                  "text": "KeyboardEvent",
                  "canonicalReference": "!KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean | void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "e",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "keydownHandler"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBarCombobox#keyupHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keyupHandler(e: "
                },
                {
                  "kind": "Reference",
                  "text": "KeyboardEvent",
                  "canonicalReference": "!KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "e",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "keyupHandler"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBarCombobox#minlength:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minlength: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "minlength",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SearchBarCombobox#openChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "openChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "openChanged"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!SECTION_NAVIGATOR_EVENTS:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "SECTION_NAVIGATOR_EVENTS: "
            },
            {
              "kind": "Content",
              "text": "{\n    readonly setState: \"section-navigator-set-state\";\n    readonly setStates: \"section-navigator-set-states\";\n    readonly clearState: \"section-navigator-clear-state\";\n    readonly clearAllStates: \"section-navigator-clear-all-states\";\n}"
            }
          ],
          "fileUrlPath": "src/section-navigator/section-navigator.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "SECTION_NAVIGATOR_EVENTS",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!SectionItem:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface SectionItem "
            }
          ],
          "fileUrlPath": "src/section-navigator/section-navigator.ts",
          "releaseTag": "Public",
          "name": "SectionItem",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!SectionItem#label:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!SectionItem#name:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!SectionItem#states:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "states?: "
                },
                {
                  "kind": "Reference",
                  "text": "SectionItemStateName",
                  "canonicalReference": "@genesislcap/foundation-ui!SectionItemStateName:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "states",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!SectionItemState:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type SectionItemState = "
            },
            {
              "kind": "Content",
              "text": "{\n    name: "
            },
            {
              "kind": "Reference",
              "text": "SectionItemStateName",
              "canonicalReference": "@genesislcap/foundation-ui!SectionItemStateName:type"
            },
            {
              "kind": "Content",
              "text": ";\n    tooltip?: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/section-navigator/section-navigator.ts",
          "releaseTag": "Public",
          "name": "SectionItemState",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 4
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!SectionItemStateIcon:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type SectionItemStateIcon = "
            },
            {
              "kind": "Content",
              "text": "{\n    name: string;\n    variant: 'solid' | 'regular' | 'light' | 'thin';\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/section-navigator/section-navigator.ts",
          "releaseTag": "Public",
          "name": "SectionItemStateIcon",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!SectionItemStateName:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type SectionItemStateName = "
            },
            {
              "kind": "Content",
              "text": "'active' | 'inactive' | 'pending' | 'disabled' | 'error' | 'completed'"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/section-navigator/section-navigator.ts",
          "releaseTag": "Public",
          "name": "SectionItemStateName",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator:class",
          "docComment": "/**\n * Section Navigator Component\n *\n * A component that provides navigation between different sections with support for state management. Each section can have multiple states that are displayed as icons next to the section label.\n *\n * @tagname %%prefix%%-section-navigator\n *\n * @attr sections - Array of section items to display  @attr scroll-behavior - Scroll behavior: 'view' or 'top' (default: 'top')  @attr state-tooltips - Custom tooltips for state icons  @attr state-icons - Custom icons for state types  @attr disable-auto-scroll-detection - Disable automatic active section detection during scrolling (default: false) When enabled, automatically updates active section based on scroll position. User clicks are prioritized - clicked section remains active until scroll ends.\n *\n * @listens set-state - Adds a single state to a section Detail: { sectionName: string, stateName: SectionItemStateName }\n *\n * @listens set-states - Adds multiple states to a section Detail: { sectionName: string, stateNames: SectionItemStateName[] }\n *\n * @listens clear-state - Removes a specific state from a section Detail: { sectionName: string, stateName: SectionItemStateName }\n *\n * @listens clear-all-states - Clears all states from a section or all sections Detail: { sectionName?: string } - If sectionName not provided, clears all sections\n *\n * @fires\n *\n * section-navigator-set-state - Fired when a child state event is re-dispatched with an inferred section name\n *\n * @fires\n *\n * section-navigator-set-states - Fired when a child state event is re-dispatched with an inferred section name\n *\n * @fires\n *\n * section-navigator-clear-state - Fired when a child state event is re-dispatched with an inferred section name\n *\n * @fires\n *\n * section-navigator-clear-all-states - Fired when a child state event is re-dispatched with an inferred section name\n *\n * @slot {sectionName} - Content for each section (slot name matches section name)\n *\n * @example\n * ```html\n * <!-- Default behavior with auto-scroll detection enabled -->\n * <foundation-section-navigator .sections=${sections}>\n *   <div slot=\"section1\">Section 1 content</div>\n *   <div slot=\"section2\">Section 2 content</div>\n * </foundation-section-navigator>\n *\n * <!-- Disable auto-scroll detection -->\n * <foundation-section-navigator .sections=${sections} disable-auto-scroll-detection>\n *   <div slot=\"section1\">Section 1 content</div>\n *   <div slot=\"section2\">Section 2 content</div>\n * </foundation-section-navigator>\n * ```\n *\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SectionNavigator extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/section-navigator/section-navigator.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "SectionNavigator",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator#activeSection:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activeSection: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "activeSection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator#disableAutoScrollDetection:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disableAutoScrollDetection: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "disableAutoScrollDetection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator#disableAutoScrollDetectionChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disableAutoScrollDetectionChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disableAutoScrollDetectionChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator#getSectionStateClass:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getSectionStateClass(section: "
                },
                {
                  "kind": "Reference",
                  "text": "SectionItem",
                  "canonicalReference": "@genesislcap/foundation-ui!SectionItem:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "section",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getSectionStateClass"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator#getStateIcon:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getStateIcon(stateName: "
                },
                {
                  "kind": "Reference",
                  "text": "SectionItemStateName",
                  "canonicalReference": "@genesislcap/foundation-ui!SectionItemStateName:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "SectionItemStateIcon",
                  "canonicalReference": "@genesislcap/foundation-ui!SectionItemStateIcon:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "stateName",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getStateIcon"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator#getStateTooltip:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getStateTooltip(stateName: "
                },
                {
                  "kind": "Reference",
                  "text": "SectionItemStateName",
                  "canonicalReference": "@genesislcap/foundation-ui!SectionItemStateName:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "stateName",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getStateTooltip"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator#handleSectionClick:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleSectionClick(sectionName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "sectionName",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleSectionClick"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator#scrollBehavior:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollBehavior: "
                },
                {
                  "kind": "Content",
                  "text": "'view' | 'top'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "scrollBehavior",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator#scrollBehaviorChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollBehaviorChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "scrollBehaviorChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator#sectionContent:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sectionContent: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "sectionContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator#sectionItems:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sectionItems: "
                },
                {
                  "kind": "Reference",
                  "text": "SectionItem",
                  "canonicalReference": "@genesislcap/foundation-ui!SectionItem:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "sectionItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator#sectionNavigatorContainer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sectionNavigatorContainer: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "sectionNavigatorContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator#sections:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sections: "
                },
                {
                  "kind": "Reference",
                  "text": "SectionItem",
                  "canonicalReference": "@genesislcap/foundation-ui!SectionItem:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "sections",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator#sectionsChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sectionsChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "sectionsChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator#stateIcons:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "stateIcons: "
                },
                {
                  "kind": "Reference",
                  "text": "Record",
                  "canonicalReference": "!Record:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "SectionItemStateName",
                  "canonicalReference": "@genesislcap/foundation-ui!SectionItemStateName:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "SectionItemStateIcon",
                  "canonicalReference": "@genesislcap/foundation-ui!SectionItemStateIcon:type"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "stateIcons",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SectionNavigator#stateTooltips:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "stateTooltips: "
                },
                {
                  "kind": "Reference",
                  "text": "Record",
                  "canonicalReference": "!Record:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "SectionItemStateName",
                  "canonicalReference": "@genesislcap/foundation-ui!SectionItemStateName:type"
                },
                {
                  "kind": "Content",
                  "text": ", string>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "stateTooltips",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!SegmentedControl:class",
          "docComment": "/**\n * @tagname %%prefix%%-segmented-control\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SegmentedControl extends "
            },
            {
              "kind": "Reference",
              "text": "FASTRadioGroup",
              "canonicalReference": "@microsoft/fast-foundation!RadioGroup:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/segmented-control/segmented-control.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "SegmentedControl",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SegmentedControl#valueChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected valueChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "valueChanged"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!SegmentedItem:class",
          "docComment": "/**\n * @tagname %%prefix%%-segmented-item\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SegmentedItem extends "
            },
            {
              "kind": "Reference",
              "text": "FASTRadio",
              "canonicalReference": "@microsoft/fast-foundation!Radio:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/segmented-item/segmented-item.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "SegmentedItem",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Select:class",
          "docComment": "/**\n * @tagname %%prefix%%-select\n *\n * @fires\n *\n * open-change - Fired when the dropdown opens or closes. detail: `OpenChangeEventDetail`\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Select extends "
            },
            {
              "kind": "Reference",
              "text": "FASTSelect",
              "canonicalReference": "@microsoft/fast-components!Select:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/select/select.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Select",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Select#keydownHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keydownHandler(e: "
                },
                {
                  "kind": "Reference",
                  "text": "KeyboardEvent",
                  "canonicalReference": "!KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean | void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "e",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "keydownHandler"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Select#openChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "openChanged(prev: "
                },
                {
                  "kind": "Content",
                  "text": "boolean | undefined"
                },
                {
                  "kind": "Content",
                  "text": ", next: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prev",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "next",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "openChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Select#scrollableListbox:member",
              "docComment": "/**\n * The scrollable element hosting the dropdown options. Part of the public contract for slotted datasources (e.g. options-datasource infinite scroll) to observe scrolling.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get scrollableListbox(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "scrollableListbox",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!selectCustomToken:function(1)",
          "docComment": "/**\n * Selects a custom token value from the custom tokens configuration using a path selector.\n *\n * Navigates through nested token groups using the provided path segments to retrieve a specific token's value. Returns the token object with its `$value` and optional `$type`, or `null` if the path doesn't exist or the custom tokens haven't been configured.\n *\n * @param path - Variable number of string arguments representing the path to the token. Each argument represents a level in the nested token structure.\n *\n * @returns The token object containing `$value` and optional `$type`, or `null` if: - The design tokens config hasn't been configured (designTokensObservable.value is null) - The customTokens property doesn't exist in the config - The path doesn't exist in the token structure - The path points to a token group without a `$value` property\n *\n * @example\n * ```json\n * // Example design-tokens.json structure:\n * {\n *   \"design_tokens\": { ... },\n *   \"customTokens\": {\n *     \"spacing\": {\n *       \"padding\": {\n *         \"small\": { \"$value\": \"8px\", \"$type\": \"dimension\" },\n *         \"medium\": { \"$value\": \"16px\", \"$type\": \"dimension\" },\n *         \"large\": { \"$value\": \"24px\", \"$type\": \"dimension\" }\n *       },\n *       \"margin\": {\n *         \"small\": { \"$value\": \"4px\", \"$type\": \"dimension\" },\n *         \"medium\": { \"$value\": \"12px\", \"$type\": \"dimension\" }\n *       }\n *     },\n *     \"elevation\": {\n *       \"low\": { \"$value\": \"0 2px 4px rgba(0,0,0,0.1)\", \"$type\": \"shadow\" },\n *       \"medium\": { \"$value\": \"0 4px 8px rgba(0,0,0,0.15)\", \"$type\": \"shadow\" }\n *     }\n *   }\n * }\n * ```\n *\n * @example\n * ```ts\n * // Select a nested token: spacing.padding.small\n * const token = selectCustomToken(\"spacing\", \"padding\", \"small\");\n * // Returns: { $value: \"8px\", $type: \"dimension\" }\n * ```\n *\n * @example\n * ```ts\n * // Select a single-level token: elevation.low\n * const token = selectCustomToken(\"elevation\", \"low\");\n * // Returns: { $value: \"0 2px 4px rgba(0,0,0,0.1)\", $type: \"shadow\" }\n * ```\n *\n * @example\n * ```ts\n * // Non-existent path returns null\n * const token = selectCustomToken(\"spacing\", \"padding\", \"xlarge\");\n * // Returns: null\n * ```\n *\n * @example\n * ```ts\n * // Returns null when design tokens config hasn't been configured\n * // (before configureDesignSystem is called)\n * const token = selectCustomToken(\"spacing\", \"padding\", \"small\");\n * // Returns: null\n * ```\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "selectCustomToken: (...path: "
            },
            {
              "kind": "Content",
              "text": "string[]"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "{\n    $value: "
            },
            {
              "kind": "Reference",
              "text": "TokenValue",
              "canonicalReference": "@genesislcap/foundation-ui!TokenValue:type"
            },
            {
              "kind": "Content",
              "text": ";\n    $type?: string;\n}"
            }
          ],
          "fileUrlPath": "src/design-system-provider/design-system-provider.utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "path",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "selectCustomToken"
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!SelectedOption:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type SelectedOption<T extends "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": " = "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": "> = "
            },
            {
              "kind": "Content",
              "text": "{\n    field: T;\n    term: string;\n    label: string;\n    resourceType?: "
            },
            {
              "kind": "Reference",
              "text": "ResourceType",
              "canonicalReference": "@genesislcap/foundation-comms!ResourceType:enum"
            },
            {
              "kind": "Content",
              "text": ";\n    createCriteria: "
            },
            {
              "kind": "Reference",
              "text": "CriteriaCreator",
              "canonicalReference": "@genesislcap/foundation-ui!~CriteriaCreator:type"
            },
            {
              "kind": "Content",
              "text": ";\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/search-bar/search-bar.types.ts",
          "releaseTag": "Public",
          "name": "SelectedOption",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "defaultTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            }
          ],
          "typeTokenRange": {
            "startIndex": 5,
            "endIndex": 10
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!SetStateEventDetail:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface SetStateEventDetail "
            }
          ],
          "fileUrlPath": "src/section-navigator/section-navigator.ts",
          "releaseTag": "Public",
          "name": "SetStateEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!SetStateEventDetail#sectionName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sectionName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "sectionName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!SetStateEventDetail#stateName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "stateName: "
                },
                {
                  "kind": "Reference",
                  "text": "SectionItemStateName",
                  "canonicalReference": "@genesislcap/foundation-ui!SectionItemStateName:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "stateName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!SetStatesEventDetail:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface SetStatesEventDetail "
            }
          ],
          "fileUrlPath": "src/section-navigator/section-navigator.ts",
          "releaseTag": "Public",
          "name": "SetStatesEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!SetStatesEventDetail#sectionName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sectionName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "sectionName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!SetStatesEventDetail#stateNames:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "stateNames: "
                },
                {
                  "kind": "Reference",
                  "text": "SectionItemStateName",
                  "canonicalReference": "@genesislcap/foundation-ui!SectionItemStateName:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "stateNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!sharedFieldStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "sharedFieldStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/_common/field-styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "sharedFieldStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!singleOptionTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "singleOptionTemplate: (prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ActionsMenu",
              "canonicalReference": "@genesislcap/foundation-ui!ActionsMenu:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/actions-menu/actions-menu.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 7
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "singleOptionTemplate"
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Skeleton:class",
          "docComment": "/**\n * @tagname %%prefix%%-skeleton\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Skeleton extends "
            },
            {
              "kind": "Reference",
              "text": "FASTSkeleton",
              "canonicalReference": "@microsoft/fast-foundation!Skeleton:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/skeleton/skeleton.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Skeleton",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Slider:class",
          "docComment": "/**\n * @tagname %%prefix%%-slider\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Slider extends "
            },
            {
              "kind": "Reference",
              "text": "FASTSlider",
              "canonicalReference": "@microsoft/fast-foundation!Slider:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/slider/slider.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Slider",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!SliderLabel:class",
          "docComment": "/**\n * @tagname %%prefix%%-slider-label\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SliderLabel extends "
            },
            {
              "kind": "Reference",
              "text": "FASTSliderLabel",
              "canonicalReference": "@microsoft/fast-components!SliderLabel:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/slider-label/slider-label.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "SliderLabel",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!SNACKBAR_CLOSE_TIMEOUT:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "SNACKBAR_CLOSE_TIMEOUT = "
            },
            {
              "kind": "Content",
              "text": "10000"
            }
          ],
          "fileUrlPath": "src/snackbar/snackbar.config.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "SNACKBAR_CLOSE_TIMEOUT",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!SNACKBAR_EVENTS_NAMES:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "SNACKBAR_EVENTS_NAMES: "
            },
            {
              "kind": "Content",
              "text": "{\n    readonly DISMISS: \"dismiss\";\n    readonly AUTO_DISMISS: \"autoDismiss\";\n}"
            }
          ],
          "fileUrlPath": "src/snackbar/snackbar.config.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "SNACKBAR_EVENTS_NAMES",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!SNACKBAR_TYPE_DEFAULT:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "SNACKBAR_TYPE_DEFAULT = "
            },
            {
              "kind": "Content",
              "text": "\"default\""
            }
          ],
          "fileUrlPath": "src/snackbar/snackbar.config.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "SNACKBAR_TYPE_DEFAULT",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!SNACKBAR_TYPES:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "SNACKBAR_TYPES: "
            },
            {
              "kind": "Content",
              "text": "{\n    readonly DEFAULT: \"default\";\n    readonly ERROR: \"error\";\n    readonly SUCCESS: \"success\";\n}"
            }
          ],
          "fileUrlPath": "src/snackbar/snackbar.config.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "SNACKBAR_TYPES",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Snackbar:class",
          "docComment": "/**\n * @tagname %%prefix%%-snackbar\n *\n * @fires\n *\n * autoDismiss - Fired when the snackbar auto-closes after its animation; detail is the identifier. detail: `string`\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Snackbar extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/snackbar/snackbar.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Snackbar",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar#autoClose:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autoClose: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "autoClose",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar#autoCloseChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autoCloseChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "autoCloseChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar#closeTimeout:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closeTimeout: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "closeTimeout",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar#deleteAnimation:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "deleteAnimation: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "deleteAnimation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar#dismiss:member(1)",
              "docComment": "/**\n * Remove the snackbar from display.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismiss(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "dismiss"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar#error:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "error: "
                },
                {
                  "kind": "Reference",
                  "text": "ErrorStructure",
                  "canonicalReference": "@genesislcap/foundation-errors!ErrorStructure:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "error",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar#errorChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "errorChanged(oldValue: "
                },
                {
                  "kind": "Reference",
                  "text": "ErrorStructure",
                  "canonicalReference": "@genesislcap/foundation-errors!ErrorStructure:interface"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Reference",
                  "text": "ErrorStructure",
                  "canonicalReference": "@genesislcap/foundation-errors!ErrorStructure:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "errorChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar#handleDissmis:member(1)",
              "docComment": "/**\n * Helper for remove snackbar from display with animation\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleDissmis(autoDissmis?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "autoDissmis",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleDissmis"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar#identifier:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "identifier: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "identifier",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar#notification:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "notification: "
                },
                {
                  "kind": "Reference",
                  "text": "NotificationStructure",
                  "canonicalReference": "@genesislcap/foundation-notifications!NotificationStructure:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "notification",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar#notificationChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "notificationChanged(oldValue: "
                },
                {
                  "kind": "Reference",
                  "text": "NotificationStructure",
                  "canonicalReference": "@genesislcap/foundation-notifications!NotificationStructure:interface"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Reference",
                  "text": "NotificationStructure",
                  "canonicalReference": "@genesislcap/foundation-notifications!NotificationStructure:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "notificationChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar#snackbar:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "snackbar: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "snackbar",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Snackbar#type:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type: "
                },
                {
                  "kind": "Reference",
                  "text": "SnackbarType",
                  "canonicalReference": "@genesislcap/foundation-ui!SnackbarType:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!SnackbarType:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type SnackbarType = "
            },
            {
              "kind": "Content",
              "text": "(typeof "
            },
            {
              "kind": "Reference",
              "text": "SNACKBAR_TYPES",
              "canonicalReference": "@genesislcap/foundation-ui!SNACKBAR_TYPES:var"
            },
            {
              "kind": "Content",
              "text": ")[keyof typeof "
            },
            {
              "kind": "Reference",
              "text": "SNACKBAR_TYPES",
              "canonicalReference": "@genesislcap/foundation-ui!SNACKBAR_TYPES:var"
            },
            {
              "kind": "Content",
              "text": "]"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/snackbar/snackbar.types.ts",
          "releaseTag": "Public",
          "name": "SnackbarType",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!StackingIcons:class",
          "docComment": "/**\n * @tagname %%prefix%%-stacking-icons\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class StackingIcons extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/stacking-icons/stacking-icons.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "StackingIcons",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StackingIcons#\"vertical-align\":member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "['vertical-align']: "
                },
                {
                  "kind": "Reference",
                  "text": "VerticalAlign",
                  "canonicalReference": "@genesislcap/foundation-ui!VerticalAlign:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "\"vertical-align\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StackingIcons#size:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size: "
                },
                {
                  "kind": "Reference",
                  "text": "StackingIconsSize",
                  "canonicalReference": "@genesislcap/foundation-ui!StackingIconsSize:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "size",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!StackingIconsSize:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type StackingIconsSize = "
            },
            {
              "kind": "Reference",
              "text": "Omit",
              "canonicalReference": "!Omit:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FaSize",
              "canonicalReference": "@genesislcap/foundation-ui!FaSize:type"
            },
            {
              "kind": "Content",
              "text": ", 'stack-1x' | 'stack-2x'>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/stacking-icons/stacking-icons.ts",
          "releaseTag": "Public",
          "name": "StackingIconsSize",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!StatusPill:class",
          "docComment": "/**\n * @tagname %%prefix%%-status-pill\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class StatusPill extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/status-pill/status-pill.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "StatusPill",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill#backgroundColor:member",
              "docComment": "/**\n * @attr background-color - a valid hex, rgb or rgba color for the background fill color of the pill\n *\n * @example\n *\n * Status pill with a red background\n * ```html\n *  <rapid-status-pill background-color='red'>\n *  </rapid-status-pill>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "backgroundColor: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "backgroundColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill#dateCountdown:member",
              "docComment": "/**\n * @attr date-countdown - a date or timestamp that the pill will count down to\n *\n * @example\n *\n * Status pill with date-countdown\n * ```html\n *  <rapid-status-pill date-countdown='1750955880385'>\n *  </rapid-status-pill>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dateCountdown: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dateCountdown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill#dateCountdownCompletedMessage:member",
              "docComment": "/**\n * @attr date-countdown-completed-message - the string that will be shown when the countdown is complete\n *\n * @example\n *\n * Status pill with countdown completed message\n * ```html\n *  <rapid-status-pill date-countdown-completed-message='Market Closed'>\n *  </rapid-status-pill>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dateCountdownCompletedMessage: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dateCountdownCompletedMessage",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill#dateCountdownUnit:member",
              "docComment": "/**\n * @attr date-countdown-unit - the minimum unit of time shown in the countdown. Defaults to 'seconds'\n *\n * @example\n *\n * Status pill with countdown min unit\n * ```html\n *  <rapid-status-pill date-countdown-unit='minutes'>\n *  </rapid-status-pill>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dateCountdownUnit: "
                },
                {
                  "kind": "Reference",
                  "text": "CountdownUnit",
                  "canonicalReference": "@genesislcap/foundation-ui!CountdownUnit:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dateCountdownUnit",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill#dateCountdownVisibleAfter:member",
              "docComment": "/**\n * @attr date-countdown-visible-after - a timestamp (in milliseconds) that controls when the countdown (and pill) becomes visible. If present, the pill will only be shown once the current time is equal to or after this timestamp.\n *\n * @example\n *\n * Show pill and countdown only after a specific start time\n * ```html\n *  <rapid-status-pill\n *    date-countdown=\"1750955880385\"\n *    date-countdown-visible-after=\"1750952280385\"\n *  ></rapid-status-pill>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dateCountdownVisibleAfter: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dateCountdownVisibleAfter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill#dateCountdownVisibleAfterChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dateCountdownVisibleAfterChanged(oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "dateCountdownVisibleAfterChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill#hideWhenCountdownCompleted:member",
              "docComment": "/**\n * @attr hide-when-countdown-completed - if true, the status pill will be removed from the template once the countdown has expired.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hideWhenCountdownCompleted: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "hideWhenCountdownCompleted",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill#iconInitial:member",
              "docComment": "/**\n * @attr icon-initial - use this attribute if you want to show a single letter at the start of the pill, pass a string. Note, it will only use the first character of a string\n *\n * @example\n *\n * Status pill with an initial\n * ```html\n *  <rapid-status-pill icon-initial='S'>\n *  </rapid-status-pill>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconInitial: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "iconInitial",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill#iconInitialBackgroundColor:member",
              "docComment": "/**\n * @attr icon-initial - sets a circular background on an icon\n *\n * @example\n *\n * Status pill with a background color on the initial\n * ```html\n *  <rapid-status-pill icon-initial='S'>\n *  </rapid-status-pill>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconInitialBackgroundColor: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "iconInitialBackgroundColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill#iconName:member",
              "docComment": "/**\n * @attr icon-name - a string for the icon. Valid values are from the free set of font awesome icons which can be found here https://fontawesome.com/search?ic=free\n *\n * @example\n *\n * Status pill with a house icon\n * ```html\n *  <rapid-status-pill icon-name='house'>\n *  </rapid-status-pill>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "iconName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill#iconSize:member",
              "docComment": "/**\n * @attr icon-size - sets the size of the icon. Defaults to 'sm'. Can be one of any valid fa icon size, \"2xs\" | \"xs\" | \"sm\" | \"lg\" | \"xl\" | \"2xl\" | \"1x\" | \"2x\" | \"3x\" | \"4x\" | \"5x\" | \"6x\" | \"7x\" | \"8x\" | \"9x\" | \"10x\"\n *\n * @example\n *\n * Status pill with large set\n * ```html\n *  <rapid-status-pill size='lg'>\n *  </rapid-status-pill>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconSize: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "iconSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill#iconSrc:member",
              "docComment": "/**\n * @attr icon-src - the src for an image. This can be used if the icon you want an icon that is not included in the free set of font awesome icons. Note, only svgs are recommended\n *\n * @example\n *\n * Status pill with an image\n * ```html\n *  <rapid-status-pill icon-src='public/custom-svg.svg'>\n *  </rapid-status-pill>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconSrc: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "iconSrc",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill#text:member",
              "docComment": "/**\n * @attr text - a string for the text shown at the end of the pill\n *\n * @example\n *\n * Status pill with text\n * ```html\n *  <rapid-status-pill text='Processed'>\n *  </rapid-status-pill>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "text: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "text",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StatusPill#textColor:member",
              "docComment": "/**\n * @attr large - a valid hex, rgb or rgba color for the color applied to text and icon.\n *\n * @example\n *\n * Status pill with text color\n * ```html\n *  <rapid-status-pill text-color='grey'>\n *  </rapid-status-pill>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "textColor: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "textColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!statusPillStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "statusPillStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/status-pill/status-pill.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "statusPillStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!StepClickEventDetail:interface",
          "docComment": "/**\n * Detail payload of the `step-click` event.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface StepClickEventDetail "
            }
          ],
          "fileUrlPath": "src/stepper/stepper.ts",
          "releaseTag": "Public",
          "name": "StepClickEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!StepClickEventDetail#activeid:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activeid: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "activeid",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!StepClickEventDetail#activetab:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activetab: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "activetab",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Stepper:class",
          "docComment": "/**\n * @tagname %%prefix%%-stepper\n *\n * @fires\n *\n * step-click - Fired when a step tab is activated. detail: `StepClickEventDetail`\n *\n * @fires\n *\n * validation-failure - Fired when advancing fails validation. detail: `ValidationFailureEventDetail`\n *\n * @fires\n *\n * submit - Fired when the final step is submitted\n *\n * @fires\n *\n * next-step - Fired when validation succeeds before advancing\n *\n * @fires\n *\n * validation-success - Fired when validation succeeds before advancing\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Stepper extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/stepper/stepper.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Stepper",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#_submit:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "_submit(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "_submit"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#activeid:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activeid: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "activeid",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#activeidChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activeidChanged(oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "activeidChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#activetab:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activetab: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "activetab",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#activeTabIndex:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activeTabIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "activeTabIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#allowBackwardJumps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allowBackwardJumps: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "allowBackwardJumps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#allowForwardJumps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allowForwardJumps: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "allowForwardJumps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#disabledPreviousStep:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get disabledPreviousStep(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "disabledPreviousStep",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#getCompletedTabs:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getCompletedTabs: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "getCompletedTabs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#goToFirstStep:member(1)",
              "docComment": "/**\n * Go to the first step (step 1)\n *\n * @returns true if successful, false if already on first step\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "goToFirstStep(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "goToFirstStep"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#goToLastStep:member(1)",
              "docComment": "/**\n * Go to the last step\n *\n * @returns true if successful, false if already on last step\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "goToLastStep(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "goToLastStep"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#goToStep:member(1)",
              "docComment": "/**\n * Go to a specific step by step number (1-based indexing)\n *\n * @param stepNumber - The step number to go to (1-based)\n *\n * @param bypassJumpRestrictions - If true, ignores UI jump restrictions (default: false)\n *\n * @returns true if successful, false if step number is invalid or already on that step\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "goToStep(stepNumber: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ", bypassJumpRestrictions?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "stepNumber",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "bypassJumpRestrictions",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "goToStep"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#handleStepClick:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleStepClick(stepIndex: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "stepIndex",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleStepClick"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#hideAllButtons:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hideAllButtons: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "hideAllButtons",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#hideStepNumber:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hideStepNumber: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "hideStepNumber",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#hideSubmitButton:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hideSubmitButton: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "hideSubmitButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#hideTabs:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hideTabs: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "hideTabs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#indicatorOnly:member",
              "docComment": "/**\n * Render only the step-indicator card — no tab-panel container and no action buttons. Lets the stepper be used as a read-only progress indicator with `<stepper-tab>` children but no `<stepper-tab-panel>` children.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "indicatorOnly: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "indicatorOnly",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#isLastStep:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get isLastStep(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isLastStep",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#islastStepValid:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get islastStepValid(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "islastStepValid",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#nextStep:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "nextStep(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "nextStep"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#orientation:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "orientation: "
                },
                {
                  "kind": "Reference",
                  "text": "TabsOrientation",
                  "canonicalReference": "@microsoft/fast-foundation!TabsOrientation:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "orientation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#orientationChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "orientationChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "orientationChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#previousStep:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "previousStep(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "previousStep"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#progressValue:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "progressValue: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "progressValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#setTabs:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected setTabs: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "setTabs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#tabpanels:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tabpanels: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "tabpanels",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#tabpanelsChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tabpanelsChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "tabpanelsChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#tabs:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tabs: "
                },
                {
                  "kind": "Reference",
                  "text": "StepperTab",
                  "canonicalReference": "@genesislcap/foundation-ui!StepperTab:class"
                },
                {
                  "kind": "Content",
                  "text": "[] & "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "tabs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#tabsChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tabsChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "tabsChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Stepper#validation:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "validation: "
                },
                {
                  "kind": "Reference",
                  "text": "Validation",
                  "canonicalReference": "@genesislcap/foundation-ui!Validation:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "validation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!StepperTab:class",
          "docComment": "/**\n * @tagname %%prefix%%-stepper-tab\n *\n * @fires\n *\n * tab-clicked - Fired when the tab is clicked; detail is the zero-based step index. detail: `number`\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class StepperTab extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/stepper-tab/stepper-tab.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "StepperTab",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTab#completed:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "completed: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "completed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTab#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTab#error:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "error: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "error",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTab#hideStepNumber:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hideStepNumber: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "hideStepNumber",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTab#isCompleted:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCompleted(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "isCompleted"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTab#isLast:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isLast: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isLast",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTab#orientation:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "orientation: "
                },
                {
                  "kind": "Reference",
                  "text": "TabsOrientation",
                  "canonicalReference": "@microsoft/fast-foundation!TabsOrientation:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "orientation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTab#selected:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selected: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "selected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTab#selectedChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "selectedChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTab#showCursorPointer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showCursorPointer: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "showCursorPointer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTab#slot:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "slot: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "slot",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTab#tabPosition:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tabPosition: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "tabPosition",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!StepperTab#treeItem:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "treeItem: "
                },
                {
                  "kind": "Reference",
                  "text": "TreeItem",
                  "canonicalReference": "@microsoft/fast-foundation!TreeItem:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "treeItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!StepperTabPanel:class",
          "docComment": "/**\n * @tagname %%prefix%%-stepper-tab-panel\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class StepperTabPanel extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/stepper-tab-panel/stepper-tab-panel.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "StepperTabPanel",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!STRING_OPERATORS:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "STRING_OPERATORS: "
            },
            {
              "kind": "Reference",
              "text": "CriteriaOperator",
              "canonicalReference": "@genesislcap/foundation-ui!CriteriaOperator:type"
            },
            {
              "kind": "Content",
              "text": "[]"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/validation/operator-map.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "STRING_OPERATORS",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/foundation-ui!swatchConverter:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "swatchConverter: "
            },
            {
              "kind": "Reference",
              "text": "ValueConverter",
              "canonicalReference": "@microsoft/fast-element!ValueConverter:interface"
            }
          ],
          "fileUrlPath": "src/design-system-provider/design-system-provider.utils.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "swatchConverter",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Switch:class",
          "docComment": "/**\n * @tagname %%prefix%%-switch\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Switch extends "
            },
            {
              "kind": "Reference",
              "text": "FASTSwitch",
              "canonicalReference": "@microsoft/fast-foundation!Switch:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/switch/switch.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Switch",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay:class",
          "docComment": "/**\n * SystemHealthOverlay\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SystemHealthOverlay extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/overlays/system-health/system-health-overlay.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "SystemHealthOverlay",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#containerClassNames:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "containerClassNames: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "containerClassNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay.getCheckmarkTemplate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static getCheckmarkTemplate(isGood: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "import(\"@microsoft/fast-element\")."
                },
                {
                  "kind": "Reference",
                  "text": "ViewTemplate",
                  "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
                },
                {
                  "kind": "Content",
                  "text": "<any, any>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": true,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "isGood",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getCheckmarkTemplate"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#isDismissed:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDismissed: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isDismissed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#isDismissedChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDismissedChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "isDismissedChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#isHealthyClassNames:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isHealthyClassNames: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isHealthyClassNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#isOnlineClassNames:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOnlineClassNames: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isOnlineClassNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#isOpen:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOpen: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isOpen",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#isOpenChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOpenChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "isOpenChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#isSocketHealthy:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get isSocketHealthy(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isSocketHealthy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#isSocketHealthyClassNames:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSocketHealthyClassNames: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isSocketHealthyClassNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#logLevel:member",
              "docComment": "/**\n * Allows users to control the logging level of the network monitor via the component.\n *\n * @remarks\n *\n * HTML attribute: log-level\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "logLevel: "
                },
                {
                  "kind": "Reference",
                  "text": "LogLevel",
                  "canonicalReference": "consola!LogLevel:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "logLevel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#logLevelChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected logLevelChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "logLevelChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#mode:member",
              "docComment": "/**\n * Controls the overlay mode, either app or component level.\n *\n * @remarks\n *\n * HTML attribute: mode\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "mode: "
                },
                {
                  "kind": "Reference",
                  "text": "SystemHealthOverlayMode",
                  "canonicalReference": "@genesislcap/foundation-ui!~SystemHealthOverlayMode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "mode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#modeChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected modeChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "modeChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#onClose:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onClose: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "onClose",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#onDismiss:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismiss: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "onDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#onDocumentKeydown:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDocumentKeydown: "
                },
                {
                  "kind": "Content",
                  "text": "(e: "
                },
                {
                  "kind": "Reference",
                  "text": "KeyboardEvent",
                  "canonicalReference": "!KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "onDocumentKeydown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#onOpen:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onOpen: "
                },
                {
                  "kind": "Content",
                  "text": "(byUser?: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "onOpen",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#onReloadWindow:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onReloadWindow: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "onReloadWindow",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#onReportStatus:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onReportStatus: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "onReportStatus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#onSystemHealthChanged:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onSystemHealthChanged: "
                },
                {
                  "kind": "Content",
                  "text": "(event: "
                },
                {
                  "kind": "Reference",
                  "text": "SystemHealthChangedEvent",
                  "canonicalReference": "@genesislcap/foundation-comms!SystemHealthChangedEvent:type"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "onSystemHealthChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#onUpdateStatus:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onUpdateStatus: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "onUpdateStatus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#resourceList:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resourceList: "
                },
                {
                  "kind": "Reference",
                  "text": "ResourceHealth",
                  "canonicalReference": "@genesislcap/foundation-comms!ResourceHealth:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "resourceList",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#resourcesAllConnectedClassNames:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resourcesAllConnectedClassNames: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "resourcesAllConnectedClassNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#saveDataCallback:member",
              "docComment": "/**\n * @example\n *\n * App authors can set this property on the component to indicate they have a save data callback.\n * ```html\n * <foundation-system-health-overlay :saveDataCallback=${(x) => x.onSaveAppData}>\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "saveDataCallback: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "saveDataCallback",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#startTimeTillNextUpdateCountdown:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected startTimeTillNextUpdateCountdown(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "startTimeTillNextUpdateCountdown"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#status:member",
              "docComment": "/**\n * Last known system health status.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "status: "
                },
                {
                  "kind": "Reference",
                  "text": "SystemHealthStatus",
                  "canonicalReference": "@genesislcap/foundation-comms!SystemHealthStatus:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "status",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#statusChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected statusChanged(prev: "
                },
                {
                  "kind": "Reference",
                  "text": "SystemHealthStatus",
                  "canonicalReference": "@genesislcap/foundation-comms!SystemHealthStatus:type"
                },
                {
                  "kind": "Content",
                  "text": ", next: "
                },
                {
                  "kind": "Reference",
                  "text": "SystemHealthStatus",
                  "canonicalReference": "@genesislcap/foundation-comms!SystemHealthStatus:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prev",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "next",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "statusChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#templateClassNames:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "templateClassNames: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "templateClassNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#timeTillNextUpdate:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "timeTillNextUpdate: "
                },
                {
                  "kind": "Reference",
                  "text": "TimeTillNextUpdate",
                  "canonicalReference": "@genesislcap/foundation-ui!~TimeTillNextUpdate:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "timeTillNextUpdate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#timeTillNextUpdateInterval:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected timeTillNextUpdateInterval: "
                },
                {
                  "kind": "Reference",
                  "text": "ReturnType",
                  "canonicalReference": "!ReturnType:type"
                },
                {
                  "kind": "Content",
                  "text": "<typeof "
                },
                {
                  "kind": "Reference",
                  "text": "setInterval",
                  "canonicalReference": "!setInterval:function"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "timeTillNextUpdateInterval",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#updateClassNames:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected updateClassNames(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "updateClassNames"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#updateTemplateClassNames:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected updateTemplateClassNames(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "updateTemplateClassNames"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#validResourceList:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get validResourceList(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "validResourceList",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!SystemHealthOverlay#wasOpenedByUser:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "wasOpenedByUser: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "wasOpenedByUser",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Tab:class",
          "docComment": "/**\n * @tagname %%prefix%%-tab\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Tab extends "
            },
            {
              "kind": "Reference",
              "text": "FASTTab",
              "canonicalReference": "@microsoft/fast-foundation!Tab:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/tab/tab.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Tab",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!TabPanel:class",
          "docComment": "/**\n * @tagname %%prefix%%-tab-panel\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class TabPanel extends "
            },
            {
              "kind": "Reference",
              "text": "FASTTabPanel",
              "canonicalReference": "@microsoft/fast-foundation!TabPanel:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/tab-panel/tab-panel.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "TabPanel",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Tabs:class",
          "docComment": "/**\n * @tagname %%prefix%%-tabs\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Tabs extends "
            },
            {
              "kind": "Reference",
              "text": "FASTTabs",
              "canonicalReference": "@microsoft/fast-foundation!Tabs:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/tabs/tabs.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Tabs",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Tabs#currentTabIndex:member",
              "docComment": "/**\n * A zero-index number representing the active tab\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get currentTabIndex(): "
                },
                {
                  "kind": "Content",
                  "text": "number | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "currentTabIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Tabs#scrollable:member",
              "docComment": "/**\n * When true, the tab list becomes horizontally scrollable when its contents exceed the width of the container.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollable: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "scrollable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!tagFor:function(1)",
          "docComment": "/**\n * Determines what HTML tag name to use for the dependency.\n *\n * @param dependency - The dependency the template is dependent on.\n *\n * @returns The tag name to use in markup.\n *\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function tagFor(dependency: "
            },
            {
              "kind": "Reference",
              "text": "TemplateElementDependency",
              "canonicalReference": "@genesislcap/foundation-ui!TemplateElementDependency:type"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/patterns/tag-for.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Beta",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "dependency",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "tagFor"
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!TemplateElementDependency:type",
          "docComment": "/**\n * Used to designate a template's dependency on another custom element.\n *\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type TemplateElementDependency = "
            },
            {
              "kind": "Content",
              "text": "string | "
            },
            {
              "kind": "Reference",
              "text": "FASTElementDefinition",
              "canonicalReference": "@microsoft/fast-element!FASTElementDefinition:class"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "Constructable",
              "canonicalReference": "@microsoft/fast-element!Constructable:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FASTElement",
              "canonicalReference": "@microsoft/fast-element!FASTElement:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/patterns/tag-for.ts",
          "releaseTag": "Beta",
          "name": "TemplateElementDependency",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!TemplateElements:type",
          "docComment": "/**\n * Used to help map components / elements for tagFor usage\n *\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type TemplateElements = "
            },
            {
              "kind": "Content",
              "text": "{\n    [key: string]: "
            },
            {
              "kind": "Reference",
              "text": "TemplateElementDependency",
              "canonicalReference": "@genesislcap/foundation-ui!TemplateElementDependency:type"
            },
            {
              "kind": "Content",
              "text": ";\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/patterns/tag-for.ts",
          "releaseTag": "Beta",
          "name": "TemplateElements",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 4
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!TextArea:class",
          "docComment": "/**\n * @tagname %%prefix%%-text-area\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class TextArea extends "
            },
            {
              "kind": "Reference",
              "text": "FASTTextArea",
              "canonicalReference": "@microsoft/fast-components!TextArea:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/text-area/text-area.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "TextArea",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!TextField:class",
          "docComment": "/**\n * @tagname %%prefix%%-text-field\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class TextField extends "
            },
            {
              "kind": "Reference",
              "text": "TextField_base",
              "canonicalReference": "@genesislcap/foundation-ui!~TextField_base"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/text-field/text-field.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "TextField",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!TextField#autocapitalize:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autocapitalize: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "autocapitalize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!TextField#autocomplete:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autocomplete: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "autocomplete",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!TextField#step:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "step: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "step",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Toast:class",
          "docComment": "/**\n * @tagname %%prefix%%-toast\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Toast extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/toast/toast.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Toast",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Toast#autoClose:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autoClose: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "autoClose",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Toast#close:member(1)",
              "docComment": "/**\n * Remove the toast from display.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "close(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "close"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Toast#closeTimeout:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closeTimeout: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "closeTimeout",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Toast#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Toast#deleteAnimation:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "deleteAnimation: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "deleteAnimation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!Toast#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Toast#notificationIcon:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "notificationIcon: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "notificationIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!Toast#toast:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toast: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "toast",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!toIntlNumberFormat:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "toIntlNumberFormat: (value: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", locale: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", options: "
            },
            {
              "kind": "Reference",
              "text": "Intl.NumberFormatOptions",
              "canonicalReference": "!Intl.NumberFormatOptions:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "string"
            }
          ],
          "fileUrlPath": "src/number-field/utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "value",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "locale",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            },
            {
              "parameterName": "options",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "isOptional": false
            }
          ],
          "name": "toIntlNumberFormat"
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!TokenValue:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type TokenValue = "
            },
            {
              "kind": "Content",
              "text": "string | number | boolean"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/design-system-provider/types.ts",
          "releaseTag": "Public",
          "name": "TokenValue",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Toolbar:class",
          "docComment": "/**\n * @tagname %%prefix%%-toolbar\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Toolbar extends "
            },
            {
              "kind": "Reference",
              "text": "FASTToolbar",
              "canonicalReference": "@microsoft/fast-components!Toolbar:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/toolbar/toolbar.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Toolbar",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!Tooltip:class",
          "docComment": "/**\n * @tagname %%prefix%%-tooltip\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Tooltip extends "
            },
            {
              "kind": "Reference",
              "text": "FASTTooltip",
              "canonicalReference": "@microsoft/fast-foundation!Tooltip:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/tooltip/tooltip.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Tooltip",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!TreeItem:class",
          "docComment": "/**\n * %%prefix%%-tree-item\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class TreeItem extends "
            },
            {
              "kind": "Reference",
              "text": "FASTTreeItem",
              "canonicalReference": "@microsoft/fast-foundation!TreeItem:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/tree-item/tree-item.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "TreeItem",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!TreeView:class",
          "docComment": "/**\n * @tagname %%prefix%%-tree-view\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class TreeView extends "
            },
            {
              "kind": "Reference",
              "text": "FASTTreeView",
              "canonicalReference": "@microsoft/fast-foundation!TreeView:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/tree-view/tree-view.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "TreeView",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!uploadFiles:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "uploadFiles: (url: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", formData: "
            },
            {
              "kind": "Reference",
              "text": "FormData",
              "canonicalReference": "!FormData:interface"
            },
            {
              "kind": "Content",
              "text": ", authToken: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", http: "
            },
            {
              "kind": "Reference",
              "text": "Http",
              "canonicalReference": "@genesislcap/foundation-comms!Http:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "Promise",
              "canonicalReference": "!Promise:interface"
            },
            {
              "kind": "Content",
              "text": "<any>"
            }
          ],
          "fileUrlPath": "src/file-upload/file-upload.utils.ts",
          "returnTypeTokenRange": {
            "startIndex": 9,
            "endIndex": 11
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "url",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "formData",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            },
            {
              "parameterName": "authToken",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "isOptional": false
            },
            {
              "parameterName": "http",
              "parameterTypeTokenRange": {
                "startIndex": 7,
                "endIndex": 8
              },
              "isOptional": false
            }
          ],
          "name": "uploadFiles"
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!UrlInput:class",
          "docComment": "/**\n * @tagname %%prefix%%-url-input\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class UrlInput extends "
            },
            {
              "kind": "Reference",
              "text": "FASTTextField",
              "canonicalReference": "@microsoft/fast-components!TextField:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/url-input/url-input.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "UrlInput",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!UrlInput#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "focus"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!UrlInput#focused:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focused: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "focused",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!UrlInput#saveUrl:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "saveUrl(url: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "url",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "saveUrl"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!UrlInput#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!validateClauses:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function validateClauses(clauses: "
            },
            {
              "kind": "Reference",
              "text": "CriteriaClause",
              "canonicalReference": "@genesislcap/foundation-ui!CriteriaClause:type"
            },
            {
              "kind": "Content",
              "text": "[]"
            },
            {
              "kind": "Content",
              "text": ", fieldMetadata: "
            },
            {
              "kind": "Reference",
              "text": "MetadataDetail",
              "canonicalReference": "@genesislcap/foundation-comms!MetadataDetail:type"
            },
            {
              "kind": "Content",
              "text": "[] | string[]"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "ValidationResult",
              "canonicalReference": "@genesislcap/foundation-ui!ValidationResult:type"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/validation/schema-validator.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "clauses",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isOptional": false
            },
            {
              "parameterName": "fieldMetadata",
              "parameterTypeTokenRange": {
                "startIndex": 4,
                "endIndex": 6
              },
              "isOptional": false
            }
          ],
          "name": "validateClauses"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/foundation-ui!validateGroups:function(1)",
          "docComment": "/**\n * Validates groups of criteria clauses. Each group's clauses are validated using the same per-clause logic as validateClauses.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function validateGroups(groups: "
            },
            {
              "kind": "Reference",
              "text": "CriteriaGroup",
              "canonicalReference": "@genesislcap/foundation-ui!CriteriaGroup:type"
            },
            {
              "kind": "Content",
              "text": "[]"
            },
            {
              "kind": "Content",
              "text": ", fieldMetadata: "
            },
            {
              "kind": "Reference",
              "text": "MetadataDetail",
              "canonicalReference": "@genesislcap/foundation-comms!MetadataDetail:type"
            },
            {
              "kind": "Content",
              "text": "[] | string[]"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "GroupsValidationResult",
              "canonicalReference": "@genesislcap/foundation-ui!GroupsValidationResult:type"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/validation/schema-validator.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "groups",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isOptional": false
            },
            {
              "parameterName": "fieldMetadata",
              "parameterTypeTokenRange": {
                "startIndex": 4,
                "endIndex": 6
              },
              "isOptional": false
            }
          ],
          "name": "validateGroups"
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!Validation:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type Validation = "
            },
            {
              "kind": "Content",
              "text": "{\n    isValid: () => any;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/stepper/stepper.ts",
          "releaseTag": "Public",
          "name": "Validation",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!ValidationError:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type ValidationError = "
            },
            {
              "kind": "Content",
              "text": "{\n    field: string;\n    operator?: string;\n    value?: unknown;\n    message: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/validation/criteria-ir.ts",
          "releaseTag": "Public",
          "name": "ValidationError",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!ValidationFailureEventDetail:interface",
          "docComment": "/**\n * Detail payload of the `validation-failure` event.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ValidationFailureEventDetail "
            }
          ],
          "fileUrlPath": "src/stepper/stepper.ts",
          "releaseTag": "Public",
          "name": "ValidationFailureEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!ValidationFailureEventDetail#message:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "message: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "message",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!ValidationFailureEventDetail#stepId:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "stepId: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "stepId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!ValidationFailureEventDetail#stepIndex:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "stepIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "stepIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!ValidationResult:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type ValidationResult = "
            },
            {
              "kind": "Content",
              "text": "{\n    valid: "
            },
            {
              "kind": "Reference",
              "text": "CriteriaClause",
              "canonicalReference": "@genesislcap/foundation-ui!CriteriaClause:type"
            },
            {
              "kind": "Content",
              "text": "[];\n    invalid: "
            },
            {
              "kind": "Reference",
              "text": "ValidationError",
              "canonicalReference": "@genesislcap/foundation-ui!ValidationError:type"
            },
            {
              "kind": "Content",
              "text": "[];\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/ai-criteria-search/validation/criteria-ir.ts",
          "releaseTag": "Public",
          "name": "ValidationResult",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!ValueChangeEventDetail:interface",
          "docComment": "/**\n * Detail payload of the `value-change` event.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ValueChangeEventDetail "
            }
          ],
          "fileUrlPath": "src/options-datasource/options-datasource.ts",
          "releaseTag": "Public",
          "name": "ValueChangeEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!ValueChangeEventDetail#label:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!ValueChangeEventDetail#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput:class",
          "docComment": "/**\n * Multi-digit verification code input for OTP / 2FA flows.\n *\n * Form-associated (FAST `FormAssociated`): host `name` / `required` / `value` participate in native HTML form validation and submission like {@link TextField}.\n *\n * @tagname %%prefix%%-verification-code-input\n *\n * @fires\n *\n * change - Fired when any digit changes. detail: `VerificationCodeInputEventDetail`\n *\n * @fires\n *\n * complete - Fired when all digits are filled. detail: `VerificationCodeInputEventDetail`\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class VerificationCodeInput extends "
            },
            {
              "kind": "Reference",
              "text": "VerificationCodeInput_base",
              "canonicalReference": "@genesislcap/foundation-ui!~VerificationCodeInput_base"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/verification-code-input/verification-code-input.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "VerificationCodeInput",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `VerificationCodeInput` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor();"
                }
              ],
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": []
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#appearance:member",
              "docComment": "/**\n * Visual treatment applied to each digit field.\n *\n * @remarks\n *\n * HTML Attribute: appearance\n *\n * @defaultValue\n *\n * outline\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "appearance: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "appearance",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#autofocus:member",
              "docComment": "/**\n * When true, focuses the first digit on connect (and after SPA route commit when hosted that way).\n *\n * @remarks\n *\n * HTML Attribute: autofocus\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autofocus: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "autofocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#clear:member(1)",
              "docComment": "/**\n * Clears digits, emits `change`, and focuses the first field when connected.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clear(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "clear"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#controlIdPrefix:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get controlIdPrefix(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "controlIdPrefix",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#defaultSlottedNodes:member",
              "docComment": "/**\n * Slotted label content; when empty the label is visually hidden.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultSlottedNodes: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "defaultSlottedNodes",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#digitClassnames:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get digitClassnames(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "digitClassnames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#digits:member",
              "docComment": "/**\n * Number of single-character digit fields to render.\n *\n * @remarks\n *\n * HTML Attribute: digits\n *\n * @defaultValue\n *\n * 6\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "digits: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "digits",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#digitsChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "digitsChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "digitsChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#digitsIndexes:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get digitsIndexes(): "
                },
                {
                  "kind": "Content",
                  "text": "number[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "digitsIndexes",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#error:member",
              "docComment": "/**\n * When true, applies the error visual state to each digit field.\n *\n * @remarks\n *\n * HTML Attribute: error\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "error: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "error",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#getControlId:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getControlId(index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "index",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getControlId"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#hasLabel:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get hasLabel(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "hasLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#id:member",
              "docComment": "/**\n * Optional host id used as a prefix for digit input ids (`{id}-0`, `{id}-1`, …) and the associated label element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "id: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "id",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#labelId:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get labelId(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "labelId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#readOnly:member",
              "docComment": "/**\n * When true, digit fields are non-interactive.\n *\n * @remarks\n *\n * HTML Attribute: readonly\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readOnly: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "readOnly",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInput#values:member",
              "docComment": "/**\n * Per-digit values indexed from `0` to `digits - 1`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "values: "
                },
                {
                  "kind": "Content",
                  "text": "string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "values",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInputEventDetail:interface",
          "docComment": "/**\n * Detail payload of the `change` and `complete` events.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface VerificationCodeInputEventDetail "
            }
          ],
          "fileUrlPath": "src/verification-code-input/verification-code-input.ts",
          "releaseTag": "Public",
          "name": "VerificationCodeInputEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/foundation-ui!VerificationCodeInputEventDetail#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!VerticalAlign:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type VerticalAlign = "
            },
            {
              "kind": "Content",
              "text": "'baseline' | 'top' | 'middle' | 'bottom' | 'sub' | 'text-top'"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/stacking-icons/stacking-icons.ts",
          "releaseTag": "Public",
          "name": "VerticalAlign",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!WeeklyConfig:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type WeeklyConfig = "
            },
            {
              "kind": "Content",
              "text": "{\n    type: "
            },
            {
              "kind": "Reference",
              "text": "RecurrenceType.WEEKLY",
              "canonicalReference": "@genesislcap/foundation-ui!RecurrenceType.WEEKLY:member"
            },
            {
              "kind": "Content",
              "text": ";\n    selectedDays: "
            },
            {
              "kind": "Reference",
              "text": "Set",
              "canonicalReference": "!Set:interface"
            },
            {
              "kind": "Content",
              "text": "<string>;\n} & "
            },
            {
              "kind": "Reference",
              "text": "baseConfig",
              "canonicalReference": "@genesislcap/foundation-ui!baseConfig:type"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "releaseTag": "Public",
          "name": "WeeklyConfig",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!YearlyConfig:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type YearlyConfig = "
            },
            {
              "kind": "Content",
              "text": "{\n    type: "
            },
            {
              "kind": "Reference",
              "text": "RecurrenceType.YEARLY",
              "canonicalReference": "@genesislcap/foundation-ui!RecurrenceType.YEARLY:member"
            },
            {
              "kind": "Content",
              "text": ";\n    dateOrDay: "
            },
            {
              "kind": "Reference",
              "text": "YearlyDateDay",
              "canonicalReference": "@genesislcap/foundation-ui!YearlyDateDay:type"
            },
            {
              "kind": "Content",
              "text": ";\n} & "
            },
            {
              "kind": "Reference",
              "text": "baseConfig",
              "canonicalReference": "@genesislcap/foundation-ui!baseConfig:type"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "releaseTag": "Public",
          "name": "YearlyConfig",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/foundation-ui!YearlyDateDay:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type YearlyDateDay = "
            },
            {
              "kind": "Content",
              "text": "{\n    type: "
            },
            {
              "kind": "Reference",
              "text": "DateOrDay.DATE",
              "canonicalReference": "@genesislcap/foundation-ui!DateOrDay.DATE:member"
            },
            {
              "kind": "Content",
              "text": ";\n    month: string;\n    dayDate: string;\n} | {\n    type: "
            },
            {
              "kind": "Reference",
              "text": "DateOrDay.DAY_OF_MONTH",
              "canonicalReference": "@genesislcap/foundation-ui!DateOrDay.DAY_OF_MONTH:member"
            },
            {
              "kind": "Content",
              "text": ";\n    month: string;\n    day: string;\n    weekNumber: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/scheduler-cron-builder/types.ts",
          "releaseTag": "Public",
          "name": "YearlyDateDay",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        }
      ]
    }
  ]
}
