@eagami/ui 5.8.4 → 5.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/fesm2022/eagami-ui.mjs +1330 -1325
- package/fesm2022/eagami-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/eagami-ui.d.ts +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eagami/ui",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.6",
|
|
4
4
|
"description": "Lightweight, accessible, themeable Angular UI component library and icon set built on CSS custom properties",
|
|
5
5
|
"author": "Michal Wiraszka <michal@eagami.com>",
|
|
6
6
|
"license": "MIT",
|
package/types/eagami-ui.d.ts
CHANGED
|
@@ -4927,6 +4927,7 @@ declare class DownloadCloudIconComponent extends IconComponentBase {
|
|
|
4927
4927
|
declare class DribbbleIconComponent extends IconComponentBase {
|
|
4928
4928
|
static readonly slug = "dribbble";
|
|
4929
4929
|
static readonly category: IconCategory;
|
|
4930
|
+
static readonly isBrand = true;
|
|
4930
4931
|
static readonly tags: ReadonlyArray<string>;
|
|
4931
4932
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DribbbleIconComponent, never>;
|
|
4932
4933
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DribbbleIconComponent, "ea-icon-dribbble", never, {}, {}, never, never, true, never>;
|
|
@@ -5399,6 +5400,7 @@ declare class InfoIconComponent extends IconComponentBase {
|
|
|
5399
5400
|
declare class InstagramIconComponent extends IconComponentBase {
|
|
5400
5401
|
static readonly slug = "instagram";
|
|
5401
5402
|
static readonly category: IconCategory;
|
|
5403
|
+
static readonly isBrand = true;
|
|
5402
5404
|
static readonly tags: ReadonlyArray<string>;
|
|
5403
5405
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InstagramIconComponent, never>;
|
|
5404
5406
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InstagramIconComponent, "ea-icon-instagram", never, {}, {}, never, never, true, never>;
|
|
@@ -6498,6 +6500,7 @@ declare class Trash2IconComponent extends IconComponentBase {
|
|
|
6498
6500
|
declare class TrelloIconComponent extends IconComponentBase {
|
|
6499
6501
|
static readonly slug = "trello";
|
|
6500
6502
|
static readonly category: IconCategory;
|
|
6503
|
+
static readonly isBrand = true;
|
|
6501
6504
|
static readonly tags: ReadonlyArray<string>;
|
|
6502
6505
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TrelloIconComponent, never>;
|
|
6503
6506
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TrelloIconComponent, "ea-icon-trello", never, {}, {}, never, never, true, never>;
|
|
@@ -6587,6 +6590,7 @@ declare class Twitch2IconComponent extends IconComponentBase {
|
|
|
6587
6590
|
declare class TwitterIconComponent extends IconComponentBase {
|
|
6588
6591
|
static readonly slug = "twitter";
|
|
6589
6592
|
static readonly category: IconCategory;
|
|
6593
|
+
static readonly isBrand = true;
|
|
6590
6594
|
static readonly tags: ReadonlyArray<string>;
|
|
6591
6595
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TwitterIconComponent, never>;
|
|
6592
6596
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TwitterIconComponent, "ea-icon-twitter", never, {}, {}, never, never, true, never>;
|