Skip to content

Commit

Permalink
Merge pull request #19 from avmaisak/dev
Browse files Browse the repository at this point in the history
Bootstrap Icons Alpha 5
  • Loading branch information
avmaisak authored Jul 6, 2020
2 parents 0842f7c + 9e689ab commit 2aaf28d
Show file tree
Hide file tree
Showing 1,036 changed files with 5,421 additions and 2,656 deletions.
4,060 changes: 2,220 additions & 1,840 deletions package-lock.json

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,45 +13,45 @@
},
"private": true,
"dependencies": {
"@angular/animations": "9.1.9",
"@angular/common": "9.1.9",
"@angular/compiler": "9.1.9",
"@angular/core": "9.1.9",
"@angular/forms": "9.1.9",
"@angular/platform-browser": "9.1.9",
"@angular/platform-browser-dynamic": "9.1.9",
"@angular/router": "9.1.9",
"@angular/animations": "10.0.2",
"@angular/common": "10.0.2",
"@angular/compiler": "10.0.2",
"@angular/core": "10.0.2",
"@angular/forms": "10.0.2",
"@angular/platform-browser": "10.0.2",
"@angular/platform-browser-dynamic": "10.0.2",
"@angular/router": "10.0.2",
"bootstrap": "^4.5.0",
"loadsh": "0.0.4",
"ngx-bootstrap-icons": "0.0.18",
"rxjs": "6.5.5",
"ngx-bootstrap-icons": "0.0.19",
"rxjs": "6.6.0",
"tslib": "2.0.0",
"zone.js": "0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.901.7",
"@angular-devkit/build-ng-packagr": "0.901.7",
"@angular/cli": "9.1.7",
"@angular/compiler-cli": "9.1.9",
"@angular/language-service": "9.1.9",
"@types/jasmine": "3.5.10",
"@angular-devkit/build-angular": "0.1000.1",
"@angular-devkit/build-ng-packagr": "0.1000.1",
"@angular/cli": "10.0.1",
"@angular/compiler-cli": "10.0.2",
"@angular/language-service": "10.0.2",
"@types/jasmine": "3.5.11",
"@types/jasminewd2": "2.0.8",
"@types/node": "14.0.5",
"bootstrap-icons": "1.0.0-alpha4",
"codelyzer": "5.2.2",
"@types/node": "14.0.14",
"bootstrap-icons": "1.0.0-alpha5",
"codelyzer": "6.0.0",
"jasmine-core": "3.5.0",
"jasmine-spec-reporter": "5.0.2",
"karma": "5.0.9",
"karma": "5.1.0",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.2",
"karma-jasmine": "3.1.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "3.3.1",
"karma-jasmine-html-reporter": "1.5.4",
"ng-packagr": "9.1.5",
"ng-packagr": "10.0.0",
"protractor": "7.0.0",
"ts-node": "8.10.1",
"tsickle": "0.38.1",
"ts-node": "8.10.2",
"tsickle": "0.39.0",
"tslint": "6.1.2",
"typescript": "3.6.5",
"typescript": "3.9.6",
"uppercamelcase": "3.0.0"
}
}
6 changes: 3 additions & 3 deletions projects/ngx-bootstrap-icons-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap-icons",
"version": "0.0.19",
"version": "0.0.20",
"description": "Bootstrap Icons components library for your Angular Applications",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"npm": ">= 6.13.7"
},
"peerDependencies": {
"@angular/common": "9.1.9",
"@angular/core": "9.1.9"
"@angular/common": "10.0.2",
"@angular/core": "10.0.2"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const AlarmFill = `<svg class="bi bi-alarm-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
export const AlarmFill = `<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-alarm-fill" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M5.5.5A.5.5 0 0 1 6 0h4a.5.5 0 0 1 0 1H9v1.07a7.002 7.002 0 0 1 3.537 12.26l.817.816a.5.5 0 0 1-.708.708l-.924-.925A6.967 6.967 0 0 1 8 16a6.967 6.967 0 0 1-3.722-1.07l-.924.924a.5.5 0 0 1-.708-.708l.817-.816A7.002 7.002 0 0 1 7 2.07V1H5.999a.5.5 0 0 1-.5-.5zM.86 5.387A2.5 2.5 0 1 1 4.387 1.86 8.035 8.035 0 0 0 .86 5.387zM13.5 1c-.753 0-1.429.333-1.887.86a8.035 8.035 0 0 1 3.527 3.527A2.5 2.5 0 0 0 13.5 1zm-5 4a.5.5 0 0 0-1 0v3.882l-1.447 2.894a.5.5 0 1 0 .894.448l1.5-3A.5.5 0 0 0 8.5 9V5z"/>
</svg>`;
2 changes: 1 addition & 1 deletion projects/ngx-bootstrap-icons-lib/src/lib/icons/alarm.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const Alarm = `<svg class="bi bi-alarm" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
export const Alarm = `<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-alarm" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A6 6 0 1 0 8 3a6 6 0 0 0 0 12zm0 1A7 7 0 1 0 8 2a7 7 0 0 0 0 14z"/>
<path fill-rule="evenodd" d="M8 4.5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.053.224l-1.5 3a.5.5 0 1 1-.894-.448L7.5 8.882V5a.5.5 0 0 1 .5-.5z"/>
<path d="M.86 5.387A2.5 2.5 0 1 1 4.387 1.86 8.035 8.035 0 0 0 .86 5.387zM11.613 1.86a2.5 2.5 0 1 1 3.527 3.527 8.035 8.035 0 0 0-3.527-3.527z"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const AlignBottom = `<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-align-bottom" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path d="M6 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V2z"/>
<path fill-rule="evenodd" d="M1 14.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5z"/>
</svg>`;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const AlignCenter = `<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-align-center" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path d="M8 1a.5.5 0 0 1 .5.5V6h-1V1.5A.5.5 0 0 1 8 1zm0 14a.5.5 0 0 1-.5-.5V10h1v4.5a.5.5 0 0 1-.5.5zM2 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7z"/>
</svg>`;
4 changes: 4 additions & 0 deletions projects/ngx-bootstrap-icons-lib/src/lib/icons/align-end.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const AlignEnd = `<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-align-end" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M14.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5z"/>
<path d="M13 7a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V7z"/>
</svg>`;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const AlignMiddle = `<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-align-middle" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path d="M6 13a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v10zM1 8a.5.5 0 0 0 .5.5H6v-1H1.5A.5.5 0 0 0 1 8zm14 0a.5.5 0 0 1-.5.5H10v-1h4.5a.5.5 0 0 1 .5.5z"/>
</svg>`;
4 changes: 4 additions & 0 deletions projects/ngx-bootstrap-icons-lib/src/lib/icons/align-start.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const AlignStart = `<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-align-start" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M1.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13a.5.5 0 0 1 .5-.5z"/>
<path d="M3 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7z"/>
</svg>`;
4 changes: 4 additions & 0 deletions projects/ngx-bootstrap-icons-lib/src/lib/icons/align-top.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const AlignTop = `<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-align-top" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path d="M6 14a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v10z"/>
<path fill-rule="evenodd" d="M1 1.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1h-13a.5.5 0 0 0-.5.5z"/>
</svg>`;
Loading

0 comments on commit 2aaf28d

Please sign in to comment.