Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 14, 2023
1 parent 23d77a0 commit d6e65a8
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 29 deletions.
4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"*** Format ***": "",
"lint": "eslint .",
"cspell": "cspell --relative --dot --gitignore .",
"prettier": "prettier '**/*.{svg,yml,js,jsx,ts,tsx,html,md,less,json}'",
"prettier": "prettier !package-lock.json . --ignore-path .gitignore",
"stylelint": "stylelint '**/*.{less,css}'",
"typecheck": "tsc --noEmit --skipLibCheck --incremental false --tsBuildInfoFile null --project tsconfig.spec.json",
"*** SSR ***": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ul class="tui-list">
<li class="tui-list__item tui-space_bottom-12">
<strong>@maskito/core</strong>
<strong>&#64;maskito/core</strong>

<p class="tui-space_top-0">
It is the main zero-dependency and framework-agnostic package. It can be used alone in vanilla
Expand All @@ -19,12 +19,12 @@

<tui-notification status="info">
All other Maskito's packages require
<code>@maskito/core</code>
<code>&#64;maskito/core</code>
as peer-dependency.
</tui-notification>

<tui-doc-code
code="npm install @maskito/core"
code="npm install &#64;maskito/core"
filename="/your/project/path>"
></tui-doc-code>

Expand All @@ -41,14 +41,14 @@
</li>

<li class="tui-list__item tui-space_bottom-12">
<strong>@maskito/kit</strong>
<strong>&#64;maskito/kit</strong>

<p class="tui-space_top-0">
The optional framework-agnostic package. It contains ready-to-use masks with configurable parameters.
</p>

<tui-doc-code
code="npm install @maskito/kit"
code="npm install &#64;maskito/kit"
filename="/your/project/path>"
></tui-doc-code>

Expand All @@ -72,7 +72,7 @@
</li>

<li class="tui-list__item tui-space_bottom-12">
<strong>@maskito/phone</strong>
<strong>&#64;maskito/phone</strong>

<p class="tui-space_top-0">
The optional framework-agnostic package. It contains ready-to-use international phone mask based on
Expand All @@ -87,7 +87,7 @@
</p>

<tui-doc-code
code="npm install @maskito/phone"
code="npm install &#64;maskito/phone"
filename="/your/project/path>"
></tui-doc-code>

Expand All @@ -103,14 +103,14 @@
</li>

<li class="tui-list__item tui-space_bottom-12">
<strong>@maskito/angular</strong>
<strong>&#64;maskito/angular</strong>

<p class="tui-space_top-0">
The Angular-specific library. It provides a convenient way to use Maskito as a directive.
</p>

<tui-doc-code
code="npm install @maskito/angular"
code="npm install &#64;maskito/angular"
filename="/your/project/path>"
></tui-doc-code>

Expand All @@ -127,14 +127,14 @@
</li>

<li class="tui-list__item tui-space_bottom-12">
<strong>@maskito/react</strong>
<strong>&#64;maskito/react</strong>

<p class="tui-space_top-0">
The React-specific library. It provides a convenient way to use Maskito as a hook.
</p>

<tui-doc-code
code="npm install @maskito/react"
code="npm install &#64;maskito/react"
filename="/your/project/path>"
></tui-doc-code>

Expand All @@ -151,14 +151,14 @@
</li>

<li class="tui-list__item">
<strong>@maskito/vue</strong>
<strong>&#64;maskito/vue</strong>

<p class="tui-space_top-0">
The Vue-specific library. It provides a convenient way to use Maskito as a directive.
</p>

<tui-doc-code
code="npm install @maskito/vue"
code="npm install &#64;maskito/vue"
filename="/your/project/path>"
></tui-doc-code>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
This plugin is available as
<code>maskitoRejectEvent</code>
in
<code>@maskito/kit</code>
<code>&#64;maskito/kit</code>
</tui-notification>
<plugins-reject-doc-example-1></plugins-reject-doc-example-1>
</tui-doc-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
path="angular"
>
<ng-template pageTab="Overview">
<code>@maskito/angular</code>
<code>&#64;maskito/angular</code>
is a light-weighted library to use
<strong>Maskito</strong>
in an Angular-way.
Expand Down Expand Up @@ -131,7 +131,7 @@ <h2>Nested input element</h2>
<li class="tui-list__item">
Install libraries
<tui-doc-code
code="npm install @maskito/{core,angular}"
code="npm install &#64;maskito/{core,angular}"
filename="/your/project/path>"
></tui-doc-code>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
path="react"
>
<p class="tui-space_top-0">
<code>@maskito/react</code>
<code>&#64;maskito/react</code>
is a light-weighted library to use
<strong>Maskito</strong>
in an React-way.
Expand Down Expand Up @@ -31,7 +31,7 @@ <h2>Getting Started</h2>

<p>Install libraries</p>

<tui-doc-code code="npm install @maskito/{core,react}"></tui-doc-code>
<tui-doc-code code="npm install &#64;maskito/{core,react}"></tui-doc-code>

<p>
and use
Expand Down
4 changes: 2 additions & 2 deletions projects/demo/src/pages/frameworks/vue/vue-doc.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
path="vue"
>
<p class="tui-space_top-0">
<code>@maskito/vue</code>
<code>&#64;maskito/vue</code>
is a light-weighted library to use
<strong>Maskito</strong>
in as a Vue directive.
Expand Down Expand Up @@ -31,7 +31,7 @@ <h2>Getting Started</h2>

<p>Install libraries</p>

<tui-doc-code code="npm install @maskito/{core,vue}"></tui-doc-code>
<tui-doc-code code="npm install &#64;maskito/{core,vue}"></tui-doc-code>

<p>
and use
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Date
</a>
mask from
<code>@maskito/kit</code>
<code>&#64;maskito/kit</code>
</li>
</ul>
</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
non-removable. It is achieved by built-in
<strong>postprocessor</strong>
from
<code>@maskito/kit</code>
<code>&#64;maskito/kit</code>
.
</p>
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
maskitoPrefixPostprocessorGenerator
</a>
from
<code>@maskito/kit</code>
<code>&#64;maskito/kit</code>
.
</p>
</ng-template>
Expand All @@ -89,7 +89,7 @@
This last example demonstrates how to integrate
<code>maskitoWithPlaceholder</code>
with any built-in mask from
<code>@maskito/kit</code>
<code>&#64;maskito/kit</code>
.
</ng-template>
<placeholder-doc-example-3></placeholder-doc-example-3>
Expand Down

0 comments on commit d6e65a8

Please sign in to comment.