Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Oct 3, 2023
2 parents d9b018d + 763cbf3 commit d5c3f13
Show file tree
Hide file tree
Showing 11 changed files with 5,091 additions and 3,245 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 16.0.1(2023-10-03)

### Feature

- update dependencies

# 16.0.0(2023-07-07)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:browser-esbuild",
"options": {
"outputPath": "dist/angular-loader",
"index": "src/index.html",
Expand Down
8,230 changes: 5,034 additions & 3,196 deletions package-lock.json

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-loader-indicator",
"version": "16.0.0",
"version": "16.0.1",
"description": "The best directive without wrapping your element to additional component",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -33,61 +33,61 @@
"url": "https://github.com/JsDaddy/ngx-loader-indicator.git"
},
"dependencies": {
"@angular/animations": "16.1.4",
"@angular/common": "16.1.4",
"@angular/compiler": "16.1.4",
"@angular/core": "16.1.4",
"@angular/forms": "16.1.4",
"@angular/platform-browser": "16.1.4",
"@angular/platform-browser-dynamic": "16.1.4",
"@angular/router": "^16.1.4",
"core-js": "3.31.1",
"@angular/animations": "16.2.7",
"@angular/common": "16.2.7",
"@angular/compiler": "16.2.7",
"@angular/core": "16.2.7",
"@angular/forms": "16.2.7",
"@angular/platform-browser": "16.2.7",
"@angular/platform-browser-dynamic": "16.2.7",
"@angular/router": "^16.2.7",
"core-js": "3.33.0",
"highlight.js": "^11.8.0",
"ngx-highlightjs": "^10.0.0",
"npm-check-updates": "^16.10.15",
"npm-check-updates": "^16.14.4",
"rxjs": "7.8.1",
"zone.js": "0.13.1"
"zone.js": "0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.1.4",
"@angular-eslint/builder": "16.0.3",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/schematics": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "16.1.4",
"@angular/compiler-cli": "16.1.4",
"@angular/language-service": "16.1.4",
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@types/jasmine": "4.3.5",
"@types/jasminewd2": "2.0.10",
"@types/node": "20.4.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@angular-devkit/build-angular": "16.2.4",
"@angular-eslint/builder": "16.2.0",
"@angular-eslint/eslint-plugin": "16.2.0",
"@angular-eslint/eslint-plugin-template": "16.2.0",
"@angular-eslint/schematics": "16.2.0",
"@angular-eslint/template-parser": "16.2.0",
"@angular/cli": "16.2.4",
"@angular/compiler-cli": "16.2.7",
"@angular/language-service": "16.2.7",
"@commitlint/cli": "17.7.2",
"@commitlint/config-conventional": "17.7.0",
"@types/jasmine": "4.3.6",
"@types/jasminewd2": "2.0.11",
"@types/node": "20.8.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"codelyzer": "6.0.2",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-prettier": "5.0.0",
"husky": "8.0.3",
"jasmine-core": "5.0.1",
"jasmine-core": "5.1.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"ng-packagr": "16.1.0",
"postcss-scss": "4.0.6",
"prettier": "2.8.8",
"puppeteer": "^20.8.0",
"stylelint": "15.10.1",
"ng-packagr": "16.2.3",
"postcss-scss": "4.0.9",
"prettier": "3.0.3",
"puppeteer": "^21.3.6",
"stylelint": "15.10.3",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recommended-scss": "12.0.0",
"stylelint-prettier": "3.0.0",
"stylelint-config-recommended-scss": "13.0.0",
"stylelint-prettier": "4.0.2",
"ts-node": "10.9.1",
"typescript": "5.1.6"
"typescript": "4.9.5"
},
"ngPackage": true
}
2 changes: 1 addition & 1 deletion projects/ngx-loader-indicator-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-loader-indicator",
"version": "16.0.0",
"version": "16.0.1",
"description": "The best directive without wrapping your element to additional component",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.component.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'src/styles';
@import '../libraries/styles/media-breakpoints';

.content-wrapper {
.mask-wrap {
Expand Down
4 changes: 2 additions & 2 deletions src/app/cards/cards.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div
class="card"
*ngFor="let card of cardDocs; trackBy: trackByPath"
[ngClass]="type | color : card.id"
[ngClass]="type | color: card.id"
[id]="card.id"
#cards>
<div class="mr-title title row uppercase ls-25 something">
Expand All @@ -14,7 +14,7 @@
<img
width="20"
height="20"
[ngSrc]="'hand-box' | asset : openSourceCardsPath"
[ngSrc]="'hand-box' | asset: openSourceCardsPath"
alt="Hand with box" />
<span class="span">Usage</span>
</div>
Expand Down
4 changes: 3 additions & 1 deletion src/app/cards/cards.component.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@import 'src/styles';
@import '../../libraries/styles/media-breakpoints';
@import '../../libraries/styles/general';

.content {
gap: 16px;
padding: 16px;
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import 'src/libraries/styles/general';
@import 'libraries/styles/general';

0 comments on commit d5c3f13

Please sign in to comment.