diff --git a/README.md b/README.md index 57055554..0bb9536b 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,13 @@ Angular table CDK implementation for Bootstrap with filtering, sorting and pagin [![npm version](https://badge.fury.io/js/dfx-qrcode.svg)](https://npmjs.org/package/dfx-qrcode) [![NPM](https://img.shields.io/npm/dw/dfx-qrcode?logo=npm)](https://npmjs.org/package/dfx-qrcode) [![npm bundle size](https://img.shields.io/bundlephobia/min/dfx-qrcode?cacheSeconds=86400)](https://npmjs.org/package/dfx-qrcode) + +### dfx-bootstrap-icons + +Straightforward, state-of-the-art Angular icon library. + +Build upon the excellence of Bootstrap Icons providing you with over 2,000 icons in a bundle-size friendly way. + +[![npm version](https://badge.fury.io/js/dfx-bootstrap-icons.svg)](https://npmjs.org/package/dfx-bootstrap-icons) +[![NPM](https://img.shields.io/npm/dw/dfx-bootstrap-icons?logo=npm)](https://npmjs.org/package/dfx-bootstrap-icons) +[![npm bundle size](https://img.shields.io/bundlephobia/min/dfx-bootstrap-icons?cacheSeconds=86400)](https://npmjs.org/package/dfx-bootstrap-icons) diff --git a/libs/dfx-bootstrap-icons/README.md b/libs/dfx-bootstrap-icons/README.md index 3c851d20..3c73e9bb 100644 --- a/libs/dfx-bootstrap-icons/README.md +++ b/libs/dfx-bootstrap-icons/README.md @@ -1,7 +1,5 @@ # dfx-bootstrap-icons -This library was generated with [Nx](https://nx.dev). +Straightforward, state-of-the-art Angular icon library. -## Running unit tests - -Run `nx test dfx-bootstrap-icons` to execute the unit tests. +Build upon the excellence of Bootstrap Icons providing you with over 2,000 icons in a bundle-size friendly way. diff --git a/libs/dfx-bootstrap-icons/package.json b/libs/dfx-bootstrap-icons/package.json index 40c8581e..b01b4c82 100644 --- a/libs/dfx-bootstrap-icons/package.json +++ b/libs/dfx-bootstrap-icons/package.json @@ -2,11 +2,32 @@ "name": "dfx-bootstrap-icons", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^16.2.0", - "@angular/core": "^16.2.0" + "@angular/common": "17", + "@angular/core": "17" }, "dependencies": { - "tslib": "^2.3.0" + "tslib": "^2" }, + "description": "Straightforward, state-of-the-art Angular icon library. Build upon the excellence of Bootstrap Icons providing you with over 2,000 icons in a bundle-size friendly way.", + "private": false, + "author": { + "name": "Dafnik", + "email": "contact@dafnik.me", + "url": "https://dafnik.me" + }, + "funding": { + "type": "liberapay", + "url": "https://liberapay.com/Dafnik" + }, + "bugs": { + "url": "https://github.com/Dafnik/dfts-common/issues" + }, + "repository": { + "type": "git", + "url": "git@github.com:Dafnik/dfts-common.git", + "directory": "libs/dfx-boostrap-icons" + }, + "license": "MIT", + "homepage": "https://playground.dafnik.me/bootstrap-icons/", "sideEffects": false } diff --git a/libs/dfx-bootstrap-table/package.json b/libs/dfx-bootstrap-table/package.json index a77db750..6d5491ad 100644 --- a/libs/dfx-bootstrap-table/package.json +++ b/libs/dfx-bootstrap-table/package.json @@ -4,7 +4,7 @@ "description": "Angular table CDK implementation for Bootstrap with filtering, sorting and pagination.", "private": false, "license": "MIT", - "homepage": "https://datepoll.org", + "homepage": "https://playground.dafnik.me/bootstrap-table/all", "keywords": [ "table", "angular", @@ -43,11 +43,11 @@ "directory": "libs/dfx-boostrap-table" }, "peerDependencies": { - "@angular/common": "16", - "@angular/core": "16", - "@angular/cdk": "16", - "@angular/animations": "16", - "@angular/forms": "16", + "@angular/common": "17", + "@angular/core": "17", + "@angular/cdk": "17", + "@angular/animations": "17", + "@angular/forms": "17", "bootstrap": "5", "rxjs": "7" } diff --git a/libs/dfx-helper/package.json b/libs/dfx-helper/package.json index 2c82ba81..af2a7ccf 100644 --- a/libs/dfx-helper/package.json +++ b/libs/dfx-helper/package.json @@ -30,13 +30,13 @@ "directory": "libs/dfx-helper" }, "peerDependencies": { - "@angular/common": "16", - "@angular/core": "16", - "@angular/cdk": "16", - "@angular/router": "16", - "@angular/platform-browser": "16", + "@angular/common": "17", + "@angular/core": "17", + "@angular/cdk": "17", + "@angular/router": "17", + "@angular/platform-browser": "17", "rxjs": "7", - "dfts-helper": "0 - 1" + "dfts-helper": "1" }, "dependencies": { "tslib": "^2" diff --git a/libs/dfx-qrcode/package.json b/libs/dfx-qrcode/package.json index 36c7e82a..a8b8a457 100644 --- a/libs/dfx-qrcode/package.json +++ b/libs/dfx-qrcode/package.json @@ -4,7 +4,7 @@ "description": "tiny and simple-to-use Angular QR-Code generator library", "private": false, "license": "MIT", - "homepage": "https://dafnik.me", + "homepage": "https://playground.dafnik.me/qrcode/", "keywords": [ "ng", "ngx", @@ -38,12 +38,12 @@ "directory": "libs/dfx-qrcode" }, "peerDependencies": { - "@angular/common": "16", - "@angular/core": "16", - "@angular/platform-browser": "16" + "@angular/common": "17", + "@angular/core": "17", + "@angular/platform-browser": "17" }, "dependencies": { - "dfts-qrcode": "0 - 1", + "dfts-qrcode": "1", "tslib": "^2" }, "sideEffects": false diff --git a/libs/dfx-translate/package.json b/libs/dfx-translate/package.json index 7b92c7c4..c4dd7cf9 100644 --- a/libs/dfx-translate/package.json +++ b/libs/dfx-translate/package.json @@ -40,8 +40,8 @@ "directory": "libs/dfx-translate" }, "peerDependencies": { - "@angular/common": "16", - "@angular/core": "16", + "@angular/common": "17", + "@angular/core": "17", "rxjs": "7" } }