chore: remove pilot phase header

This commit is contained in:
Thomas Allmer 2020-04-28 17:16:24 +02:00 committed by Thomas Allmer
parent 2cdb7cac50
commit a8fb94edca
32 changed files with 0 additions and 64 deletions

View file

@ -1,7 +1,5 @@
# Ajax
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`ajax` is the global manager for handling all ajax requests.
It is a promise based system for fetching data, based on [axios](https://github.com/axios/axios)

View file

@ -1,7 +1,5 @@
# Button
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-button` provides a button component that is easily stylable and is accessible.
## Live Demo/Documentation

View file

@ -1,7 +1,5 @@
# Calendar
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-calendar` is a reusable and accessible calendar view.
## Live Demo/Documentation

View file

@ -1,7 +1,5 @@
# Checkbox Group
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-checkbox-group` component enhances the functionality of the native `<input type="checkbox">` element. Its purpose is to provide a way for users to check **multiple** options amongst a set of choices, or to function as a single toggle.
You should use `lion-checkbox` inside this element.

View file

@ -1,7 +1,5 @@
# ChoiceInputMixin
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-choice-input` mixin is a fundamental building block of form controls which return a checked-state. It is used in:
- [lion-checkbox](../checkbox/)

View file

@ -1,7 +1,5 @@
# Core
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-input-amount` component is based on the generic text input field. Its purpose is to provide a way for users to fill in an amount.
## Live Demo/Documentation

View file

@ -1,7 +1,5 @@
# Dialog
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-dialog` is a component wrapping a modal dialog controller.
Its purpose is to make it easy to use our Overlay System declaratively.

View file

@ -1,7 +1,5 @@
# Form Fundaments
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`Form control`s are the most fundamental building block of the Forms. They are the basis of
both `field`s and `fieldset`s, and the `form` itself.

View file

@ -1,7 +1,5 @@
# Fieldset
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-fieldset` groups multiple input fields or other fieldsets together.
## Live Demo/Documentation

View file

@ -1,7 +1,5 @@
# Form System
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
The Form System allows you to create complex forms with various validation in an easy way.
## Features

View file

@ -1,7 +1,5 @@
# Form
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-form` is a webcomponent that enhances the functionality of the native `form` component.
## Live Demo/Documentation

View file

@ -1,7 +1,5 @@
# Helpers
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
A helpers package that contains several helpers that are used inside lion but can be used outside as well.
These helpers are considered developer tools, not actual things to use in production.

View file

@ -1,7 +1,5 @@
# Storybook Action Logger
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
A visual element to show action logs in Storybook demos `sb-action-logger`.
**This is a demonstrative tool**, not a debugging tool (although it may help initially).

View file

@ -1,7 +1,5 @@
# Icon
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
A web component for displaying icons.
## Live Demo/Documentation

View file

@ -1,7 +1,5 @@
# Input Amount
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-input-amount` component is based on the generic text input field. Its purpose is to provide a way for users to fill in an amount.
## Live Demo/Documentation

View file

@ -1,7 +1,5 @@
# Input Date
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-input-date` component is based on the generic text input field. Its purpose is to provide a way for users to fill in a date.
## Live Demo/Documentation

View file

@ -1,7 +1,5 @@
# Input Email
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-input-email` component is based on the generic text input field. Its purpose is to provide a way for users to fill in an email.
## Live Demo/Documentation

View file

@ -1,7 +1,5 @@
# Input IBAN
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-input-iban` component is based on the generic text input field. Its purpose is to provide a way for users to fill in an iban.
## Live Demo/Documentation

View file

@ -1,7 +1,5 @@
# Input range
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-input-range` component is based on the native range input.
Its purpose is to provide a way for users to select one value from a range of values.

View file

@ -1,7 +1,5 @@
# Input
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-input` component is a webcomponent that enhances the functionality of the native `<input>` element.
## Live Demo/Documentation

View file

@ -1,7 +1,5 @@
# Localize
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
The localization system helps to manage localization data split into locales and automate its loading.
## Live Demo/Documentation

View file

@ -1,7 +1,5 @@
# Overlay System
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
Supports different types of overlays like dialogs, toasts, tooltips, dropdown, etc.
Manages their position on the screen relative to other elements, including other overlays.

View file

@ -1,7 +1,5 @@
# Radio-group
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-radio-group` component is webcomponent that enhances the functionality of the native `<input type="radio">` element. Its purpose is to provide a way for users to check a **single** option amongst a set of choices.
You should use `lion-radio` inside this element.

View file

@ -1,7 +1,5 @@
# Select Rich
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-select-rich` component is a 'rich' version of the native `<select>` element.
It allows to provide fully customized options and a fully customized invoker button.
The component is meant to be used whenever the native `<select>` doesn't provide enough

View file

@ -1,7 +1,5 @@
# Select
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-select` component is a wrapper around the native `select`.
## Live Demo/Documentation

View file

@ -7,7 +7,6 @@ import '../lion-select.js';
# Select
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-select` component is a wrapper around the native `select`.

View file

@ -1,7 +1,5 @@
# Steps
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-steps` breaks a single goal down into dependable sub-tasks.
## Live Demo/Documentation

View file

@ -1,7 +1,5 @@
# Switch
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-switch` is a component that is used to toggle a property or feature on or off. Toggling the component on or off should have immediate action and should not require pressing any additional buttons (submit) to confirm what just happened. The Switch is not a Checkbox in disguise and should not be used as part of a form.
## Live Demo/Documentation

View file

@ -1,7 +1,5 @@
# Textarea
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-textarea` component is a webcomponent that enhances the functionality of the native `<input type="textarea">` element.
Its purpose is to provide a way for users to write text that is multiple lines long.

View file

@ -1,7 +1,5 @@
# Tooltip
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-tooltip` is a component used for basic popups on hover.
Its purpose is to show content appearing when the user hovers over an invoker element with the cursor or with the keyboard,
or if the invoker element is focused.

View file

@ -1,7 +1,5 @@
# Validate
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
## Features
- allow for advanced UX scenarios by updating validation state on every value change

View file

@ -1,7 +1,4 @@
#!/usr/bin/env node
// insert headers in README.md
require('./insert-header.js');
// rewrite relative markdown documentation links to absolute Github links
require('./rewrite-links.js')();