Skip to content

Commit 673eea0

Browse files
committed
Updates
1 parent f1f8cb4 commit 673eea0

File tree

25 files changed

+25
-32
lines changed

25 files changed

+25
-32
lines changed

index.html

Lines changed: 1 addition & 8 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"componentChunkName":"component---src-pages-components-accordion-mdx","path":"/components/accordion/","result":{"data":{"Accordion":{"composes":null,"displayName":"Accordion","description":{"childMarkdownRemark":{"html":""}},"props":[{"name":"as","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p>Set a custom element for this component</p>"}},"required":false,"type":{"name":"elementType","value":null,"raw":null}},{"name":"bsPrefix","doclets":[{"tag":"default","value":"'accordion'"}],"defaultValue":{"value":"'accordion'","computed":false},"description":{"childMarkdownRemark":{"html":"<p>Change the underlying component CSS base class name and modifier class names prefix. <strong>This is an escape hatch</strong> for working with heavily customized bootstrap css.</p>"}},"required":false,"type":{"name":"string","value":null,"raw":null}},{"name":"activeKey","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p>The current active key that corresponds to the currently expanded card</p>"}},"required":false,"type":{"name":"string","value":null,"raw":null}},{"name":"defaultActiveKey","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p>The default active key that is expanded on start</p>"}},"required":false,"type":{"name":"string","value":null,"raw":null}}]},"AccordionToggle":{"composes":null,"displayName":"AccordionToggle","description":{"childMarkdownRemark":{"html":""}},"props":[{"name":"as","doclets":[],"defaultValue":{"value":"'button'","computed":false},"description":{"childMarkdownRemark":{"html":"<p>Set a custom element for this component</p>"}},"required":false,"type":{"name":"elementType","value":null,"raw":null}},{"name":"eventKey","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p>A key that corresponds to the collapse component that gets triggered\nwhen this has been clicked.</p>"}},"required":true,"type":{"name":"string","value":null,"raw":null}},{"name":"onClick","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p>A callback function for when this component is clicked</p>"}},"required":false,"type":{"name":"func","value":null,"raw":null}}]},"AccordionCollapse":{"composes":null,"displayName":"AccordionCollapse","description":{"childMarkdownRemark":{"html":""}},"props":[{"name":"eventKey","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p>A key that corresponds to the toggler that triggers this collapse's expand or collapse.</p>"}},"required":true,"type":{"name":"string","value":null,"raw":null}},{"name":"children","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p>Children prop should only contain a single child, and is enforced as such</p>"}},"required":true,"type":{"name":"element","value":null,"raw":null}}]}},"pageContext":{"frontmatter":{}}}}
1+
{"componentChunkName":"component---src-pages-components-accordion-mdx","path":"/components/accordion/","result":{"data":{"Accordion":{"composes":["Omit","BsPrefixPropsWithChildren"],"displayName":"Accordion","description":{"childMarkdownRemark":{"html":""}},"props":[{"name":"as","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p>Set a custom element for this component</p>"}},"required":false,"type":{"name":"elementType","value":null,"raw":null}},{"name":"bsPrefix","doclets":[{"tag":"default","value":"'accordion'"}],"defaultValue":{"value":"'accordion'","computed":false},"description":{"childMarkdownRemark":{"html":"<p>Change the underlying component CSS base class name and modifier class names prefix. <strong>This is an escape hatch</strong> for working with heavily customized bootstrap css.</p>"}},"required":false,"type":{"name":"string","value":null,"raw":null}},{"name":"activeKey","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p>The current active key that corresponds to the currently expanded card</p>"}},"required":false,"type":{"name":"string","value":null,"raw":null}},{"name":"defaultActiveKey","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p>The default active key that is expanded on start</p>"}},"required":false,"type":{"name":"string","value":null,"raw":null}},{"name":"onSelect","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":""}},"required":false,"type":{"name":"SelectCallback","value":null,"raw":null}}]},"AccordionToggle":{"composes":["BsPrefixPropsWithChildren"],"displayName":"AccordionToggle","description":{"childMarkdownRemark":{"html":""}},"props":[{"name":"as","doclets":[],"defaultValue":{"value":"'button'","computed":false},"description":{"childMarkdownRemark":{"html":"<p>Set a custom element for this component</p>"}},"required":false,"type":{"name":"elementType","value":null,"raw":null}},{"name":"eventKey","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p>A key that corresponds to the collapse component that gets triggered\nwhen this has been clicked.</p>"}},"required":true,"type":{"name":"string","value":null,"raw":null}},{"name":"onClick","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p>A callback function for when this component is clicked</p>"}},"required":false,"type":{"name":"func","value":null,"raw":null}}]},"AccordionCollapse":{"composes":null,"displayName":"AccordionCollapse","description":{"childMarkdownRemark":{"html":""}},"props":[{"name":"eventKey","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p>A key that corresponds to the toggler that triggers this collapse's expand or collapse.</p>"}},"required":true,"type":{"name":"string","value":null,"raw":null}},{"name":"children","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p>Children prop should only contain a single child, and is enforced as such</p>"}},"required":true,"type":{"name":"element","value":null,"raw":null}}]}},"pageContext":{"frontmatter":{}}}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"componentChunkName":"component---src-pages-components-badge-mdx","path":"/components/badge/","result":{"data":{"metadata":{"displayName":"Badge","composes":null,"description":{"childMarkdownRemark":{"html":""}},"props":[{"name":"bsPrefix","doclets":[{"tag":"default","value":"'badge'"}],"defaultValue":{"value":"'badge'","computed":false},"description":{"childMarkdownRemark":{"html":"<p>Change the underlying component CSS base class name and modifier class names prefix. <strong>This is an escape hatch</strong> for working with heavily customized bootstrap css.</p>"}},"required":false,"type":{"name":"string","value":null,"raw":null}},{"name":"variant","doclets":[{"tag":"type","value":"{('primary'|'secondary'|'success'|'danger'|'warning'|'info'|'light'|'dark')}"}],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p>The visual style of the badge</p>"}},"required":false,"type":{"name":"enum","value":[{"value":"'primary'","computed":false},{"value":"'secondary'","computed":false},{"value":"'success'","computed":false},{"value":"'danger'","computed":false},{"value":"'warning'","computed":false},{"value":"'info'","computed":false},{"value":"'light'","computed":false},{"value":"'dark'","computed":false}],"raw":null}},{"name":"pill","doclets":[],"defaultValue":{"value":"false","computed":false},"description":{"childMarkdownRemark":{"html":"<p>Add the <code class=\"language-text\">pill</code> modifier to make badges more rounded with\nsome additional horizontal padding</p>"}},"required":false,"type":{"name":"bool","value":null,"raw":null}},{"name":"as","doclets":[{"tag":"default","value":"span"}],"defaultValue":{"value":"span","computed":false},"description":{"childMarkdownRemark":{"html":"<p>You can use a custom element type for this component.</p>"}},"required":false,"type":{"name":"elementType","value":null,"raw":null}}]}},"pageContext":{"frontmatter":{}}}}
1+
{"componentChunkName":"component---src-pages-components-badge-mdx","path":"/components/badge/","result":{"data":{"metadata":{"displayName":"Badge","composes":["BsPrefixProps"],"description":{"childMarkdownRemark":{"html":""}},"props":[{"name":"bsPrefix","doclets":[{"tag":"default","value":"'badge'"}],"defaultValue":{"value":"'badge'","computed":false},"description":{"childMarkdownRemark":{"html":"<p>Change the underlying component CSS base class name and modifier class names prefix. <strong>This is an escape hatch</strong> for working with heavily customized bootstrap css.</p>"}},"required":false,"type":{"name":"string","value":null,"raw":null}},{"name":"variant","doclets":[{"tag":"type","value":"{('primary'|'secondary'|'success'|'danger'|'warning'|'info'|'light'|'dark')}"}],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p>The visual style of the badge</p>"}},"required":false,"type":{"name":"enum","value":[{"value":"'primary'","computed":false},{"value":"'secondary'","computed":false},{"value":"'success'","computed":false},{"value":"'danger'","computed":false},{"value":"'warning'","computed":false},{"value":"'info'","computed":false},{"value":"'light'","computed":false},{"value":"'dark'","computed":false}],"raw":null}},{"name":"pill","doclets":[],"defaultValue":{"value":"false","computed":false},"description":{"childMarkdownRemark":{"html":"<p>Add the <code class=\"language-text\">pill</code> modifier to make badges more rounded with\nsome additional horizontal padding</p>"}},"required":false,"type":{"name":"bool","value":null,"raw":null}},{"name":"as","doclets":[{"tag":"default","value":"span"}],"defaultValue":{"value":"span","computed":false},"description":{"childMarkdownRemark":{"html":"<p>You can use a custom element type for this component.</p>"}},"required":false,"type":{"name":"elementType","value":null,"raw":null}}]}},"pageContext":{"frontmatter":{}}}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"componentChunkName":"component---src-pages-components-breadcrumb-mdx","path":"/components/breadcrumb/","result":{"data":{"BreadcrumbItem":{"composes":null,"displayName":"BreadcrumbItem","description":{"childMarkdownRemark":{"html":""}},"props":[{"name":"bsPrefix","doclets":[{"tag":"default","value":"'breadcrumb-item'"}],"defaultValue":{"value":"'breadcrumb-item'","computed":false},"description":{"childMarkdownRemark":{"html":"<p>Change the underlying component CSS base class name and modifier class names prefix. <strong>This is an escape hatch</strong> for working with heavily customized bootstrap css.</p>"}},"required":false,"type":{"name":"string","value":null,"raw":null}},{"name":"active","doclets":[],"defaultValue":{"value":"false","computed":false},"description":{"childMarkdownRemark":{"html":"<p>Adds a visual \"active\" state to a Breadcrumb\nItem and disables the link.</p>"}},"required":false,"type":{"name":"bool","value":null,"raw":null}},{"name":"href","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p><code class=\"language-text\">href</code> attribute for the inner <code class=\"language-text\">a</code> element</p>"}},"required":false,"type":{"name":"string","value":null,"raw":null}},{"name":"linkAs","doclets":[],"defaultValue":{"value":"SafeAnchor","computed":true},"description":{"childMarkdownRemark":{"html":"<p>You can use a custom element type for this component's inner link.</p>"}},"required":false,"type":{"name":"elementType","value":null,"raw":null}},{"name":"title","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p><code class=\"language-text\">title</code> attribute for the inner <code class=\"language-text\">a</code> element</p>"}},"required":false,"type":{"name":"node","value":null,"raw":null}},{"name":"target","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p><code class=\"language-text\">target</code> attribute for the inner <code class=\"language-text\">a</code> element</p>"}},"required":false,"type":{"name":"string","value":null,"raw":null}},{"name":"linkProps","doclets":[],"defaultValue":{"value":"{}","computed":false},"description":{"childMarkdownRemark":{"html":"<p>Additional props passed as-is to the underlying link for non-active items.</p>"}},"required":false,"type":{"name":"object","value":null,"raw":null}},{"name":"as","doclets":[],"defaultValue":{"value":"'li'","computed":false},"description":{"childMarkdownRemark":{"html":"<p>You can use a custom element type for this component.</p>"}},"required":false,"type":{"name":"elementType","value":null,"raw":null}}]},"Breadcrumb":{"composes":null,"displayName":"Breadcrumb","description":{"childMarkdownRemark":{"html":""}},"props":[{"name":"bsPrefix","doclets":[{"tag":"default","value":"'breadcrumb'"}],"defaultValue":{"value":"'breadcrumb'","computed":false},"description":{"childMarkdownRemark":{"html":"<p>Change the underlying component CSS base class name and modifier class names prefix. <strong>This is an escape hatch</strong> for working with heavily customized bootstrap css.</p>"}},"required":false,"type":{"name":"string","value":null,"raw":null}},{"name":"label","doclets":[],"defaultValue":{"value":"'breadcrumb'","computed":false},"description":{"childMarkdownRemark":{"html":"<p>ARIA label for the nav element\n<a href=\"https://www.w3.org/TR/wai-aria-practices/#breadcrumb\">https://www.w3.org/TR/wai-aria-practices/#breadcrumb</a></p>"}},"required":false,"type":{"name":"string","value":null,"raw":null}},{"name":"listProps","doclets":[],"defaultValue":{"value":"{}","computed":false},"description":{"childMarkdownRemark":{"html":"<p>Additional props passed as-is to the underlying <code class=\"language-text\">&lt;ol&gt;</code> element</p>"}},"required":false,"type":{"name":"object","value":null,"raw":null}},{"name":"as","doclets":[],"defaultValue":{"value":"'nav'","computed":false},"description":{"childMarkdownRemark":{"html":"<p>You can use a custom element type for this component.</p>"}},"required":false,"type":{"name":"elementType","value":null,"raw":null}}]}},"pageContext":{"frontmatter":{}}}}
1+
{"componentChunkName":"component---src-pages-components-breadcrumb-mdx","path":"/components/breadcrumb/","result":{"data":{"BreadcrumbItem":{"composes":["BsPrefixPropsWithChildren"],"displayName":"BreadcrumbItem","description":{"childMarkdownRemark":{"html":""}},"props":[{"name":"bsPrefix","doclets":[{"tag":"default","value":"'breadcrumb-item'"}],"defaultValue":{"value":"'breadcrumb-item'","computed":false},"description":{"childMarkdownRemark":{"html":"<p>Change the underlying component CSS base class name and modifier class names prefix. <strong>This is an escape hatch</strong> for working with heavily customized bootstrap css.</p>"}},"required":false,"type":{"name":"string","value":null,"raw":null}},{"name":"active","doclets":[],"defaultValue":{"value":"false","computed":false},"description":{"childMarkdownRemark":{"html":"<p>Adds a visual \"active\" state to a Breadcrumb\nItem and disables the link.</p>"}},"required":false,"type":{"name":"bool","value":null,"raw":null}},{"name":"href","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p><code class=\"language-text\">href</code> attribute for the inner <code class=\"language-text\">a</code> element</p>"}},"required":false,"type":{"name":"string","value":null,"raw":null}},{"name":"linkAs","doclets":[],"defaultValue":{"value":"SafeAnchor","computed":true},"description":{"childMarkdownRemark":{"html":"<p>You can use a custom element type for this component's inner link.</p>"}},"required":false,"type":{"name":"elementType","value":null,"raw":null}},{"name":"title","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p><code class=\"language-text\">title</code> attribute for the inner <code class=\"language-text\">a</code> element</p>"}},"required":false,"type":{"name":"node","value":null,"raw":null}},{"name":"target","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":"<p><code class=\"language-text\">target</code> attribute for the inner <code class=\"language-text\">a</code> element</p>"}},"required":false,"type":{"name":"string","value":null,"raw":null}},{"name":"linkProps","doclets":[],"defaultValue":{"value":"{}","computed":false},"description":{"childMarkdownRemark":{"html":"<p>Additional props passed as-is to the underlying link for non-active items.</p>"}},"required":false,"type":{"name":"object","value":null,"raw":null}},{"name":"as","doclets":[],"defaultValue":{"value":"'li'","computed":false},"description":{"childMarkdownRemark":{"html":"<p>You can use a custom element type for this component.</p>"}},"required":false,"type":{"name":"elementType","value":null,"raw":null}}]},"Breadcrumb":{"composes":["BsPrefixPropsWithChildren"],"displayName":"Breadcrumb","description":{"childMarkdownRemark":{"html":""}},"props":[{"name":"bsPrefix","doclets":[{"tag":"default","value":"'breadcrumb'"}],"defaultValue":{"value":"'breadcrumb'","computed":false},"description":{"childMarkdownRemark":{"html":"<p>Change the underlying component CSS base class name and modifier class names prefix. <strong>This is an escape hatch</strong> for working with heavily customized bootstrap css.</p>"}},"required":false,"type":{"name":"string","value":null,"raw":null}},{"name":"label","doclets":[],"defaultValue":{"value":"'breadcrumb'","computed":false},"description":{"childMarkdownRemark":{"html":"<p>ARIA label for the nav element\n<a href=\"https://www.w3.org/TR/wai-aria-practices/#breadcrumb\">https://www.w3.org/TR/wai-aria-practices/#breadcrumb</a></p>"}},"required":false,"type":{"name":"string","value":null,"raw":null}},{"name":"listProps","doclets":[],"defaultValue":{"value":"{}","computed":false},"description":{"childMarkdownRemark":{"html":"<p>Additional props passed as-is to the underlying <code class=\"language-text\">&lt;ol&gt;</code> element</p>"}},"required":false,"type":{"name":"object","value":null,"raw":null}},{"name":"as","doclets":[],"defaultValue":{"value":"'nav'","computed":false},"description":{"childMarkdownRemark":{"html":"<p>You can use a custom element type for this component.</p>"}},"required":false,"type":{"name":"elementType","value":null,"raw":null}},{"name":"className","doclets":[],"defaultValue":null,"description":{"childMarkdownRemark":{"html":""}},"required":false,"type":{"name":"string","value":null,"raw":null}}]}},"pageContext":{"frontmatter":{}}}}

0 commit comments

Comments
 (0)