fix: re-apply components migration and rename extensions to assets to avoid name collisions
This commit is contained in:
parent
699838c478
commit
e24dc9bb25
117 changed files with 223 additions and 125 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Accordion
|
||||
parts:
|
||||
- Accordion
|
||||
title: Accordion
|
||||
eleventyNavigation:
|
||||
key: Accordion
|
||||
order: 0
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Accordion: Overview'
|
||||
parts:
|
||||
- Accordion
|
||||
- Overview
|
||||
title: 'Accordion: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Accordion: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Accordion: Reference'
|
||||
parts:
|
||||
- Accordion
|
||||
- Reference
|
||||
title: 'Accordion: Reference'
|
||||
eleventyNavigation:
|
||||
key: 'Accordion: Reference'
|
||||
order: 30
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Accordion: Use Cases'
|
||||
parts:
|
||||
- Accordion
|
||||
- Use Cases
|
||||
title: 'Accordion: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Accordion: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Button: Examples'
|
||||
parts:
|
||||
- Button
|
||||
- Examples
|
||||
title: 'Button: Examples'
|
||||
eleventyNavigation:
|
||||
key: 'Button: Examples'
|
||||
order: 30
|
||||
|
|
|
|||
|
|
@ -1,8 +1,20 @@
|
|||
# Button >> Extensions ||90
|
||||
---
|
||||
title: 'Button: Extensions'
|
||||
parts:
|
||||
- Button
|
||||
- Extensions
|
||||
eleventyNavigation:
|
||||
key: 'Button: Extensions'
|
||||
order: 90
|
||||
parent: Button
|
||||
title: Extensions
|
||||
---
|
||||
|
||||
# Button: Extensions
|
||||
|
||||
```js script
|
||||
import { html } from '@mdjs/mdjs-preview';
|
||||
import './extensions/bootstrap-button.js';
|
||||
import './assets/bootstrap-button.js';
|
||||
```
|
||||
|
||||
## Bootstrap button
|
||||
|
|
|
|||
|
|
@ -1,3 +1,13 @@
|
|||
# Button ||10
|
||||
---
|
||||
title: Button
|
||||
parts:
|
||||
- Button
|
||||
eleventyNavigation:
|
||||
key: Button
|
||||
title: Button
|
||||
order: 10
|
||||
---
|
||||
|
||||
# Button
|
||||
|
||||
-> go to Overview
|
||||
|
|
|
|||
|
|
@ -1,4 +1,16 @@
|
|||
# Button >> Overview ||10
|
||||
---
|
||||
title: 'Button: Overview'
|
||||
parts:
|
||||
- Overview
|
||||
- Button
|
||||
eleventyNavigation:
|
||||
key: Button >> Overview
|
||||
title: Overview
|
||||
order: 10
|
||||
parent: Button
|
||||
---
|
||||
|
||||
# Button: Overview
|
||||
|
||||
A button web component that is easily stylable and accessible.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,16 @@
|
|||
# Button >> Use Cases ||20
|
||||
---
|
||||
title: 'Button: Use Cases'
|
||||
parts:
|
||||
- Use Cases
|
||||
- Button
|
||||
eleventyNavigation:
|
||||
key: Button >> Use Cases
|
||||
title: Use Cases
|
||||
order: 20
|
||||
parent: Button
|
||||
---
|
||||
|
||||
# Button: Use Cases
|
||||
|
||||
```js script
|
||||
import { html } from '@mdjs/mdjs-preview';
|
||||
|
|
@ -28,7 +40,8 @@ export const disabled = () => html`<lion-button disabled>Disabled</lion-button>`
|
|||
The minimum click area needs to be at least `44px` by `44px` according to [WCAG Success Criterion 2.5.5 Target Size (Enhanced)](https://www.w3.org/TR/WCAG22/#target-size-enhanced).
|
||||
|
||||
```js preview-story
|
||||
export const minimumClickArea = () => html` <style>
|
||||
export const minimumClickArea = () =>
|
||||
html` <style>
|
||||
.small {
|
||||
padding: 4px;
|
||||
line-height: 1em;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Calendar
|
||||
parts:
|
||||
- Calendar
|
||||
title: Calendar
|
||||
eleventyNavigation:
|
||||
key: Calendar
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Calendar: Overview'
|
||||
parts:
|
||||
- Calendar
|
||||
- Overview
|
||||
title: 'Calendar: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Calendar: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
title: 'Calendar: Use Cases'
|
||||
parts:
|
||||
- Calendar
|
||||
- Use Cases
|
||||
title: 'Calendar: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Calendar: Use Cases'
|
||||
order: 20
|
||||
order: 0
|
||||
parent: Calendar
|
||||
title: Use Cases
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Checkbox Group
|
||||
parts:
|
||||
- Checkbox Group
|
||||
title: Checkbox Group
|
||||
eleventyNavigation:
|
||||
key: Checkbox Group
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Checkbox Group: Overview'
|
||||
parts:
|
||||
- Checkbox Group
|
||||
- Overview
|
||||
title: 'Checkbox Group: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Checkbox Group: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Checkbox Group: Use Cases'
|
||||
parts:
|
||||
- Checkbox Group
|
||||
- Use Cases
|
||||
title: 'Checkbox Group: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Checkbox Group: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Collapsible: Examples'
|
||||
parts:
|
||||
- Collapsible
|
||||
- Examples
|
||||
title: 'Collapsible: Examples'
|
||||
eleventyNavigation:
|
||||
key: 'Collapsible: Examples'
|
||||
order: 30
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Collapsible
|
||||
parts:
|
||||
- Collapsible
|
||||
title: Collapsible
|
||||
eleventyNavigation:
|
||||
key: Collapsible
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Collapsible: Overview'
|
||||
parts:
|
||||
- Collapsible
|
||||
- Overview
|
||||
title: 'Collapsible: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Collapsible: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Collapsible: Use Cases'
|
||||
parts:
|
||||
- Collapsible
|
||||
- Use Cases
|
||||
title: 'Collapsible: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Collapsible: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Combobox: Extensions'
|
||||
parts:
|
||||
- Combobox
|
||||
- Extensions
|
||||
title: 'Combobox: Extensions'
|
||||
eleventyNavigation:
|
||||
key: 'Combobox: Extensions'
|
||||
order: 30
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Combobox
|
||||
parts:
|
||||
- Combobox
|
||||
title: Combobox
|
||||
eleventyNavigation:
|
||||
key: Combobox
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Combobox: Overview'
|
||||
parts:
|
||||
- Combobox
|
||||
- Overview
|
||||
title: 'Combobox: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Combobox: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Combobox: Use Cases'
|
||||
parts:
|
||||
- Combobox
|
||||
- Use Cases
|
||||
title: 'Combobox: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Combobox: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Dialog
|
||||
parts:
|
||||
- Dialog
|
||||
title: Dialog
|
||||
eleventyNavigation:
|
||||
key: Dialog
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Dialog: Overview'
|
||||
parts:
|
||||
- Dialog
|
||||
- Overview
|
||||
title: 'Dialog: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Dialog: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Dialog: Use Cases'
|
||||
parts:
|
||||
- Dialog
|
||||
- Use Cases
|
||||
title: 'Dialog: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Dialog: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Drawer
|
||||
parts:
|
||||
- Drawer
|
||||
title: Drawer
|
||||
eleventyNavigation:
|
||||
key: Drawer
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Drawer: Overview'
|
||||
parts:
|
||||
- Drawer
|
||||
- Overview
|
||||
title: 'Drawer: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Drawer: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Drawer: Use Cases'
|
||||
parts:
|
||||
- Drawer
|
||||
- Use Cases
|
||||
title: 'Drawer: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Drawer: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Fieldset
|
||||
parts:
|
||||
- Fieldset
|
||||
title: Fieldset
|
||||
eleventyNavigation:
|
||||
key: Fieldset
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Fieldset: Overview'
|
||||
parts:
|
||||
- Fieldset
|
||||
- Overview
|
||||
title: 'Fieldset: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Fieldset: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Fieldset: Use Cases'
|
||||
parts:
|
||||
- Fieldset
|
||||
- Use Cases
|
||||
title: 'Fieldset: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Fieldset: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Form
|
||||
parts:
|
||||
- Form
|
||||
title: Form
|
||||
eleventyNavigation:
|
||||
key: Form
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Form: Overview'
|
||||
parts:
|
||||
- Form
|
||||
- Overview
|
||||
title: 'Form: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Form: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Form: Use Cases'
|
||||
parts:
|
||||
- Form
|
||||
- Use Cases
|
||||
title: 'Form: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Form: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Icon
|
||||
parts:
|
||||
- Icon
|
||||
title: Icon
|
||||
eleventyNavigation:
|
||||
key: Icon
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Icon: Overview'
|
||||
parts:
|
||||
- Icon
|
||||
- Overview
|
||||
title: 'Icon: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Icon: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Icon: Use Cases'
|
||||
parts:
|
||||
- Icon
|
||||
- Use Cases
|
||||
title: 'Icon: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Icon: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Components
|
||||
parts:
|
||||
- Components
|
||||
title: Components
|
||||
eleventyNavigation:
|
||||
key: Components
|
||||
order: 40
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Input Amount Dropdown
|
||||
parts:
|
||||
- Input Amount Dropdown
|
||||
title: Input Amount Dropdown
|
||||
eleventyNavigation:
|
||||
key: Input Amount Dropdown
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Amount Dropdown: Use Cases'
|
||||
parts:
|
||||
- Input Amount Dropdown
|
||||
- Use Cases
|
||||
title: 'Input Amount Dropdown: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Input Amount Dropdown: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Input Amount
|
||||
parts:
|
||||
- Input Amount
|
||||
title: Input Amount
|
||||
eleventyNavigation:
|
||||
key: Input Amount
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Amount: Overview'
|
||||
parts:
|
||||
- Input Amount
|
||||
- Overview
|
||||
title: 'Input Amount: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Input Amount: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Amount: Use Cases'
|
||||
parts:
|
||||
- Input Amount
|
||||
- Use Cases
|
||||
title: 'Input Amount: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Input Amount: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Input Date
|
||||
parts:
|
||||
- Input Date
|
||||
title: Input Date
|
||||
eleventyNavigation:
|
||||
key: Input Date
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Date: Overview'
|
||||
parts:
|
||||
- Input Date
|
||||
- Overview
|
||||
title: 'Input Date: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Input Date: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Date: Use Cases'
|
||||
parts:
|
||||
- Input Date
|
||||
- Use Cases
|
||||
title: 'Input Date: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Input Date: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Input Datepicker
|
||||
parts:
|
||||
- Input Datepicker
|
||||
title: Input Datepicker
|
||||
eleventyNavigation:
|
||||
key: Input Datepicker
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Datepicker: Overview'
|
||||
parts:
|
||||
- Input Datepicker
|
||||
- Overview
|
||||
title: 'Input Datepicker: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Input Datepicker: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Datepicker: Use Cases'
|
||||
parts:
|
||||
- Input Datepicker
|
||||
- Use Cases
|
||||
title: 'Input Datepicker: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Input Datepicker: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Input Email
|
||||
parts:
|
||||
- Input Email
|
||||
title: Input Email
|
||||
eleventyNavigation:
|
||||
key: Input Email
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Email: Overview'
|
||||
parts:
|
||||
- Input Email
|
||||
- Overview
|
||||
title: 'Input Email: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Input Email: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Email: Use Cases'
|
||||
parts:
|
||||
- Input Email
|
||||
- Use Cases
|
||||
title: 'Input Email: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Input Email: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Input File
|
||||
parts:
|
||||
- Input File
|
||||
title: Input File
|
||||
eleventyNavigation:
|
||||
key: Input File
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input File: Overview'
|
||||
parts:
|
||||
- Input File
|
||||
- Overview
|
||||
title: 'Input File: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Input File: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input File: Use Cases'
|
||||
parts:
|
||||
- Input File
|
||||
- Use Cases
|
||||
title: 'Input File: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Input File: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Input Iban
|
||||
parts:
|
||||
- Input Iban
|
||||
title: Input Iban
|
||||
eleventyNavigation:
|
||||
key: Input Iban
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Iban: Overview'
|
||||
parts:
|
||||
- Input Iban
|
||||
- Overview
|
||||
title: 'Input Iban: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Input Iban: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Iban: Use Cases'
|
||||
parts:
|
||||
- Input Iban
|
||||
- Use Cases
|
||||
title: 'Input Iban: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Input Iban: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Input Range
|
||||
parts:
|
||||
- Input Range
|
||||
title: Input Range
|
||||
eleventyNavigation:
|
||||
key: Input Range
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Range: Overview'
|
||||
parts:
|
||||
- Input Range
|
||||
- Overview
|
||||
title: 'Input Range: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Input Range: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Range: Use Cases'
|
||||
parts:
|
||||
- Input Range
|
||||
- Use Cases
|
||||
title: 'Input Range: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Input Range: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Input Stepper
|
||||
parts:
|
||||
- Input Stepper
|
||||
title: Input Stepper
|
||||
eleventyNavigation:
|
||||
key: Input Stepper
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Stepper: Overview'
|
||||
parts:
|
||||
- Input Stepper
|
||||
- Overview
|
||||
title: 'Input Stepper: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Input Stepper: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Stepper: Use Cases'
|
||||
parts:
|
||||
- Input Stepper
|
||||
- Use Cases
|
||||
title: 'Input Stepper: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Input Stepper: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Tel Dropdown: Extensions'
|
||||
parts:
|
||||
- Input Tel Dropdown
|
||||
- Extensions
|
||||
title: 'Input Tel Dropdown: Extensions'
|
||||
eleventyNavigation:
|
||||
key: 'Input Tel Dropdown: Extensions'
|
||||
order: 30
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Input Tel Dropdown
|
||||
parts:
|
||||
- Input Tel Dropdown
|
||||
title: Input Tel Dropdown
|
||||
eleventyNavigation:
|
||||
key: Input Tel Dropdown
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Tel Dropdown: Overview'
|
||||
parts:
|
||||
- Input Tel Dropdown
|
||||
- Overview
|
||||
title: 'Input Tel Dropdown: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Input Tel Dropdown: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Tel Dropdown: Use Cases'
|
||||
parts:
|
||||
- Input Tel Dropdown
|
||||
- Use Cases
|
||||
title: 'Input Tel Dropdown: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Input Tel Dropdown: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Input Tel
|
||||
parts:
|
||||
- Input Tel
|
||||
title: Input Tel
|
||||
eleventyNavigation:
|
||||
key: Input Tel
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Tel: Overview'
|
||||
parts:
|
||||
- Input Tel
|
||||
- Overview
|
||||
title: 'Input Tel: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Input Tel: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input Tel: Use Cases'
|
||||
parts:
|
||||
- Input Tel
|
||||
- Use Cases
|
||||
title: 'Input Tel: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Input Tel: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Input
|
||||
parts:
|
||||
- Input
|
||||
title: Input
|
||||
eleventyNavigation:
|
||||
key: Input
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input: Overview'
|
||||
parts:
|
||||
- Input
|
||||
- Overview
|
||||
title: 'Input: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Input: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Input: Use Cases'
|
||||
parts:
|
||||
- Input
|
||||
- Use Cases
|
||||
title: 'Input: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Input: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Listbox
|
||||
parts:
|
||||
- Listbox
|
||||
title: Listbox
|
||||
eleventyNavigation:
|
||||
key: Listbox
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Listbox: Overview'
|
||||
parts:
|
||||
- Listbox
|
||||
- Overview
|
||||
title: 'Listbox: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Listbox: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Listbox: Use Cases'
|
||||
parts:
|
||||
- Listbox
|
||||
- Use Cases
|
||||
title: 'Listbox: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Listbox: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Pagination
|
||||
parts:
|
||||
- Pagination
|
||||
title: Pagination
|
||||
eleventyNavigation:
|
||||
key: Pagination
|
||||
order: 30
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Pagination: Overview'
|
||||
parts:
|
||||
- Pagination
|
||||
- Overview
|
||||
title: 'Pagination: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Pagination: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Pagination: Use Cases'
|
||||
parts:
|
||||
- Pagination
|
||||
- Use Cases
|
||||
title: 'Pagination: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Pagination: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Progress Indicator: Examples'
|
||||
parts:
|
||||
- Progress Indicator
|
||||
- Examples
|
||||
title: 'Progress Indicator: Examples'
|
||||
eleventyNavigation:
|
||||
key: 'Progress Indicator: Examples'
|
||||
order: 30
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Progress Indicator
|
||||
parts:
|
||||
- Progress Indicator
|
||||
title: Progress Indicator
|
||||
eleventyNavigation:
|
||||
key: Progress Indicator
|
||||
order: 30
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Progress Indicator: Overview'
|
||||
parts:
|
||||
- Progress Indicator
|
||||
- Overview
|
||||
title: 'Progress Indicator: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Progress Indicator: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Radio Group
|
||||
parts:
|
||||
- Radio Group
|
||||
title: Radio Group
|
||||
eleventyNavigation:
|
||||
key: Radio Group
|
||||
order: 30
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Radio Group: Overview'
|
||||
parts:
|
||||
- Radio Group
|
||||
- Overview
|
||||
title: 'Radio Group: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Radio Group: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Radio Group: Use Cases'
|
||||
parts:
|
||||
- Radio Group
|
||||
- Use Cases
|
||||
title: 'Radio Group: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Radio Group: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Select Rich: Examples'
|
||||
parts:
|
||||
- Select Rich
|
||||
- Examples
|
||||
title: 'Select Rich: Examples'
|
||||
eleventyNavigation:
|
||||
key: 'Select Rich: Examples'
|
||||
order: 30
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Select Rich
|
||||
parts:
|
||||
- Select Rich
|
||||
title: Select Rich
|
||||
eleventyNavigation:
|
||||
key: Select Rich
|
||||
order: 40
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Select Rich: Overview'
|
||||
parts:
|
||||
- Select Rich
|
||||
- Overview
|
||||
title: 'Select Rich: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Select Rich: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Select Rich: Use Cases'
|
||||
parts:
|
||||
- Select Rich
|
||||
- Use Cases
|
||||
title: 'Select Rich: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Select Rich: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Select
|
||||
parts:
|
||||
- Select
|
||||
title: Select
|
||||
eleventyNavigation:
|
||||
key: Select
|
||||
order: 40
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Select: Overview'
|
||||
parts:
|
||||
- Select
|
||||
- Overview
|
||||
title: 'Select: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Select: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Select: Use Cases'
|
||||
parts:
|
||||
- Select
|
||||
- Use Cases
|
||||
title: 'Select: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Select: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Steps
|
||||
parts:
|
||||
- Steps
|
||||
title: Steps
|
||||
eleventyNavigation:
|
||||
key: Steps
|
||||
order: 50
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Steps: Overview'
|
||||
parts:
|
||||
- Steps
|
||||
- Overview
|
||||
title: 'Steps: Overview'
|
||||
eleventyNavigation:
|
||||
key: 'Steps: Overview'
|
||||
order: 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 'Steps: Use Cases'
|
||||
parts:
|
||||
- Steps
|
||||
- Use Cases
|
||||
title: 'Steps: Use Cases'
|
||||
eleventyNavigation:
|
||||
key: 'Steps: Use Cases'
|
||||
order: 20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Switch
|
||||
parts:
|
||||
- Switch
|
||||
title: Switch
|
||||
eleventyNavigation:
|
||||
key: Switch
|
||||
order: 50
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue