@eagami/ui 5.10.0 → 5.10.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eagami/ui",
3
- "version": "5.10.0",
3
+ "version": "5.10.1",
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",
@@ -5175,6 +5175,7 @@ declare class FolderPlusIconComponent extends IconComponentBase {
5175
5175
  declare class FramerIconComponent extends IconComponentBase {
5176
5176
  static readonly slug = "framer";
5177
5177
  static readonly category: IconCategory;
5178
+ static readonly isBrand = true;
5178
5179
  static readonly tags: ReadonlyArray<string>;
5179
5180
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FramerIconComponent, never>;
5180
5181
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<FramerIconComponent, "ea-icon-framer", never, {}, {}, never, never, true, never>;