From 029fb732e5a88b817f6d020f43bbac4df3fcc73e Mon Sep 17 00:00:00 2001 From: Vahid V Date: Sat, 8 Apr 2023 12:07:11 +0330 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore:=20version=20to=201.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - docs/assets/style.css | 9 +- docs/classes/Modeler.html | 6 +- docs/coverage/lcov-report/index.html | 2 +- docs/coverage/lcov-report/index.ts.html | 2 +- docs/coverage/lcov-report/modeler.ts.html | 2 +- docs/coverage/lcov-report/tools.ts.html | 2 +- docs/functions/convention-1.html | 2 +- docs/functions/isCamelCase.html | 2 +- docs/functions/isFlatCase.html | 2 +- docs/functions/isKebabCase.html | 2 +- docs/functions/isMacroCase.html | 2 +- docs/functions/isNoCase.html | 2 +- docs/functions/isPascalCase.html | 2 +- docs/functions/isSnakeCase.html | 2 +- docs/functions/isTrainCase.html | 2 +- docs/functions/lookup.html | 2 +- docs/functions/toCamelCase.html | 2 +- docs/functions/toFlatCase.html | 2 +- docs/functions/toKebabCase.html | 2 +- docs/functions/toMacroCase.html | 2 +- docs/functions/toNoCase.html | 2 +- docs/functions/toPascalCase.html | 2 +- docs/functions/toSnakeCase.html | 2 +- docs/functions/toTrainCase.html | 2 +- docs/index.html | 1 - docs/types/Convention.html | 2 +- docs/types/NamingConvention.html | 2 +- package-lock.json | 4530 ++------------------- package.json | 30 +- 30 files changed, 306 insertions(+), 4319 deletions(-) diff --git a/README.md b/README.md index ce4dbc9..e834993 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![Coverage](https://raw.githubusercontent.com/vhidvz/naming-conventions-modeler/master/coverage-badge.svg)](https://htmlpreview.github.io/?https://github.com/vhidvz/naming-conventions-modeler/blob/master/docs/coverage/lcov-report/index.html) ![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/vhidvz/naming-conventions-modeler) ![npm](https://img.shields.io/npm/dm/naming-conventions-modeler) -![node-current](https://img.shields.io/node/v/naming-conventions-modeler) [![GitHub](https://img.shields.io/github/license/vhidvz/naming-conventions-modeler?style=flat)](https://vhidvz.github.io/naming-conventions-modeler/) [![semantic-release: angular](https://img.shields.io/badge/semantic--release-nodejs-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) diff --git a/docs/assets/style.css b/docs/assets/style.css index 2d02570..496e66f 100644 --- a/docs/assets/style.css +++ b/docs/assets/style.css @@ -483,10 +483,9 @@ blockquote { .has-menu .col-menu { visibility: visible; transform: translate(0, 0); - display: grid; - align-items: center; - grid-template-rows: auto 1fr; - grid-gap: 1.5rem; + display: flex; + flex-direction: column; + gap: 1.5rem; max-height: 100vh; padding: 1rem 2rem; } @@ -911,7 +910,7 @@ a.tsd-index-link { margin-right: 0.8rem; } -@media (min-width: 1024px) { +@media (min-width: 1025px) { .col-content { margin: 2rem auto; } diff --git a/docs/classes/Modeler.html b/docs/classes/Modeler.html index 6af3751..a4b2a50 100644 --- a/docs/classes/Modeler.html +++ b/docs/classes/Modeler.html @@ -20,7 +20,7 @@

Hierarchy

+
  • Defined in modeler.ts:125
  • @@ -73,7 +73,7 @@
    name:

    Returns T

    +
  • Defined in modeler.ts:135
  • Returns T

    +
  • Defined in modeler.ts:145