Merge pull request #201 from ing-bank/chore/prepublishPattern

Fix prepublish pattern format
This commit is contained in:
Mikhail Bashkirov 2019-07-23 17:13:36 +02:00 committed by GitHub
commit a8917dee6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 28 additions and 28 deletions

View file

@ -1,6 +1,6 @@
# Ajax
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # '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,6 +1,6 @@
# Button
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-button` provides a component that is easily stylable and is accessible in all contexts.

View file

@ -1,6 +1,6 @@
# Calendar
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-calendar` is a reusable and accessible calendar view.

View file

@ -1,6 +1,6 @@
# Checkbox Group
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-checkbox-group` component is webcomponent that 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.

View file

@ -1,6 +1,6 @@
# Checkbox
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-checkbox` component is a sub-element to be used in [lion-checkbox-group](../checkbox-group/) elements. 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.

View file

@ -1,5 +1,5 @@
# Choice Input
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
We still need help writing better documentation - care to help?

View file

@ -1,6 +1,6 @@
# Core
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
## Deprecations

View file

@ -1,7 +1,7 @@
# Form Fundaments
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # '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,6 +1,6 @@
# Fieldset
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-fieldset` groups multiple input fields or other fieldsets together.

View file

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

View file

@ -1,6 +1,6 @@
# Form
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-form` is a webcomponent that enhances the functionality of the native `form` component. It is designed to interact with (instances of) the [form controls](../field/docs/FormFundaments.md).

View file

@ -1,6 +1,6 @@
# Icon
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
A web component for displaying icons.

View file

@ -1,6 +1,6 @@
# Input Amount
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # '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.

View file

@ -1,6 +1,6 @@
# Input Date
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # '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.

View file

@ -1,6 +1,6 @@
# Input Email
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # '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.

View file

@ -1,6 +1,6 @@
# Input IBAN
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # '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.

View file

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

View file

@ -1,6 +1,6 @@
# Localize
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
The localization system helps to manage localization data split into locales and automate its loading.
The loading of data tries to be as unobtrusive as possible for a typical workflow while providing a flexible and controllable mechanism for non-trivial use cases.

View file

@ -1,6 +1,6 @@
# Overlays System
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # '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,6 +1,6 @@
# Popup
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-popup` is a component used for basic popups on click.
Its purpose is to show content appearing when the user clicks an invoker element with the cursor or with the keyboard.

View file

@ -1,6 +1,6 @@
# Radio-group
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # '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.

View file

@ -1,6 +1,6 @@
# Radio
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-radio` component is a sub-element to be used in [lion-radio-group](../radio-group/) elements. Its purpose is to provide a way for users to check a **single** option amongst a set of choices.

View file

@ -1,6 +1,6 @@
# Select
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-select` component is a wrapper around the native `select`.

View file

@ -1,6 +1,6 @@
# Steps
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-steps` breaks a single goal down into dependable sub-tasks.

View file

@ -1,6 +1,6 @@
# Textarea
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # '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,6 +1,6 @@
# Tooltip
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # '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 th

View file

@ -1,6 +1,6 @@
# Validate
[//]: # (AUTO INSERT HEADER PREPUBLISH)
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
## Features

View file

@ -6,7 +6,7 @@ function escapeRegExp(text) {
}
const filePath = `${process.cwd()}/README.md`;
const findPattern = escapeRegExp('[//]: # (AUTO INSERT HEADER PREPUBLISH)');
const findPattern = escapeRegExp("[//]: # 'AUTO INSERT HEADER PREPUBLISH'");
const text = `
> ## 🛠 Status: Pilot Phase
> Lion Web Components are still in an early alpha stage; they should not be considered production ready yet.