Skip to content

Commit

Permalink
Merge d053107 into b3a1341
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed May 20, 2020
2 parents b3a1341 + d053107 commit da121a5
Show file tree
Hide file tree
Showing 85 changed files with 18,275 additions and 21,438 deletions.
1 change: 1 addition & 0 deletions packages/docs/nuxt.config.js
Expand Up @@ -117,6 +117,7 @@ module.exports = {

transpile: [
'@inkline/inkline',
'@inkline/validation',
'vue-github-button',
'lodash-es'
],
Expand Down
17,659 changes: 17,585 additions & 74 deletions packages/docs/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/alert.md
Expand Up @@ -287,7 +287,7 @@ Here you can find a list of the various customization options you can use for th
</i-api-preview>

### Sass Variables
Here you can find a list of the Sass variables you can use for the alert component. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the alert component. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Alert" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/badge.md
Expand Up @@ -160,7 +160,7 @@ Here you can find a list of the customization options you can use for the badge


### Sass Variables
Here you can find a list of the Sass variables you can use for the badge component. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the badge component. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Badge" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/breadcrumb.md
Expand Up @@ -190,7 +190,7 @@ Here you can find a list of the various customization options you can use for th


### Sass Variables
Here you can find a list of the Sass variables you can use for the breadcrumb components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the breadcrumb components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Breadcrumb" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/button-group.md
Expand Up @@ -308,7 +308,7 @@ Here you can find a list of the various customization options you can use for th
### Sass Variables
Here you can find a list of the Sass variables you can use for the button group components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the button group components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.
<i-scss-preview title="Button" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/button.md
Expand Up @@ -530,7 +530,7 @@ Here you can find a list of the various customization options you can use for th


### Sass Variables
Here you can find a list of the Sass variables you can use for the button components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the button components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Button" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/card.md
Expand Up @@ -323,7 +323,7 @@ Here you can find a list of the various customization options you can use for th
</i-api-preview>

### Sass Variables
Here you can find a list of the Sass variables you can use for the card components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the card components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Card" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/collapsible.md
Expand Up @@ -331,7 +331,7 @@ Here you can find a list of the various customization options you can use for th
</i-api-preview>

### Sass Variables
Here you can find a list of the Sass variables you can use for the collapsible components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the collapsible components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Collapsible" expanded>
<template slot="scss">
Expand Down
Expand Up @@ -276,7 +276,7 @@ Here you can find a list of the various customization options you can use for th


### Sass Variables
Here you can find a list of the Sass variables you can use for the datatable component. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the datatable component. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Datatable" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/dropdown.md
Expand Up @@ -670,7 +670,7 @@ Here you can find a list of the various customization options you can use for th
</i-api-preview>

### Sass Variables
Here you can find a list of the Sass variables you can use for the dropdown components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the dropdown components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Dropdown" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/hamburger-menu.md
Expand Up @@ -106,7 +106,7 @@ Here you can find a list of the various customization options you can use for th
</i-api-preview>

### Sass Variables
Here you can find a list of the Sass variables you can use for the hamburger menu component. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the hamburger menu component. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Header" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/header.md
Expand Up @@ -196,7 +196,7 @@ Here you can find a list of the various customization options you can use for th
</i-api-preview>

### Sass Variables
Here you can find a list of the Sass variables you can use for the header components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the header components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Header" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/list-group.md
Expand Up @@ -280,7 +280,7 @@ Here you can find a list of the various customization options you can use for th
</i-api-preview>

### Sass Variables
Here you can find a list of the Sass variables you can use for the list group components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the list group components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="List Group" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/loader.md
Expand Up @@ -135,7 +135,7 @@ Here you can find a list of the various customization options you can use for th
</i-api-preview>

### Sass Variables
Here you can find a list of the Sass variables you can use for the loader components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the loader components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Loader" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/media.md
Expand Up @@ -167,7 +167,7 @@ Here you can find the slot options for the media component.
</i-api-preview>

### Sass Variables
Here you can find a list of the Sass variables you can use for the media components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the media components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Media" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/modal.md
Expand Up @@ -338,7 +338,7 @@ Here you can find a list of the various customization options you can use for th
</i-api-preview>

### Sass Variables
Here you can find a list of the Sass variables you can use for the modal components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the modal components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Modal" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/nav.md
Expand Up @@ -208,7 +208,7 @@ Here you can find a list of the various customization options you can use for th
</i-api-preview>

### Sass Variables
Here you can find a list of the Sass variables you can use for the nav components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the nav components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Nav" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/navbar.md
Expand Up @@ -550,7 +550,7 @@ Here you can find a list of the various customization options you can use for th
</i-api-preview>

### Sass Variables
Here you can find a list of the Sass variables you can use for the navbar components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the navbar components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Navbar" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/pagination.md
Expand Up @@ -282,7 +282,7 @@ Here you can find a list of the various customization options you can use for th
</i-api-preview>

### Sass Variables
Here you can find a list of the Sass variables you can use for the pagination components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the pagination components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Pagination" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/popover.md
Expand Up @@ -355,7 +355,7 @@ Here you can find a list of the various customization options you can use for th
</i-api-preview>

### Sass Variables
Here you can find a list of the Sass variables you can use for the popover components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the popover components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Popover" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/progress.md
Expand Up @@ -328,7 +328,7 @@ Here you can find a list of the various customization options you can use for th
</i-api-preview>

### Sass Variables
Here you can find a list of the Sass variables you can use for the progress components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the progress components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Progress" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/sidebar.md
Expand Up @@ -833,7 +833,7 @@ Here you can find a list of the various customization options you can use for th
</i-api-preview>

### Sass Variables
Here you can find a list of the Sass variables you can use for the sidebar components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the sidebar components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Sidebar" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/tabs.md
Expand Up @@ -356,7 +356,7 @@ Here you can find a list of the various customization options you can use for th
</i-api-preview>

### Sass Variables
Here you can find a list of the Sass variables you can use for the tabs components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the tabs components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Tabs" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/components/tooltip.md
Expand Up @@ -379,7 +379,7 @@ Here you can find a list of the various customization options you can use for th
</i-api-preview>

### Sass Variables
Here you can find a list of the Sass variables you can use for the tooltip components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the tooltip components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Tooltip" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/core/code.md
Expand Up @@ -95,7 +95,7 @@ You can use the `<samp>` for indicating sample output from a program.


### Sass Variables
Here you can find a list of the Sass variables you can use for code elements. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for code elements. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.


<i-scss-preview title="Code" expanded :header="false">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/core/grid.md
Expand Up @@ -1272,7 +1272,7 @@ Here you can find a list of the various customization options you can use for th


### Sass Variables
Here you can find a list of the Sass variables you can use for the grid components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the grid components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Container" expanded>
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/core/images.md
Expand Up @@ -159,7 +159,7 @@ the `.image` classes to the `<img>` and not to the `<picture>` tag.


### Sass Variables
Here you can find a list of the Sass variables you can use for images. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for images. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Images" expanded :header="false">
<template slot="scss">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/docs/core/layout.md
Expand Up @@ -494,7 +494,7 @@ Here you can find a list of the various customization options you can use for th


### Sass Variables
Here you can find a list of the Sass variables you can use for the layout components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-introduction-sass-variables' }">Sass Variables</nuxt-link> page.
Here you can find a list of the Sass variables you can use for the layout components. If you're looking to find common variables that these rely on, you should take a look at the <nuxt-link :to="{ name: 'docs-core-sass-variables' }">Sass Variables</nuxt-link> page.

<i-scss-preview title="Layout Aside" expanded>
<template slot="scss">
Expand Down

0 comments on commit da121a5

Please sign in to comment.