@eagami/ui 5.10.0 → 5.11.0

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.11.0",
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",
@@ -221,10 +221,6 @@ interface EagamiMessages {
221
221
  moveAllToSource: string;
222
222
  empty: string;
223
223
  };
224
- tree: {
225
- expand: string;
226
- collapse: string;
227
- };
228
224
  validation: {
229
225
  required: string;
230
226
  email: string;
@@ -3925,7 +3921,6 @@ type TreeSize = EaSize;
3925
3921
  */
3926
3922
  declare class TreeComponent {
3927
3923
  private readonly hostEl;
3928
- private readonly i18n;
3929
3924
  readonly nodes: _angular_core.InputSignal<readonly TreeNode<unknown>[]>;
3930
3925
  readonly size: _angular_core.InputSignal<EaSize>;
3931
3926
  readonly disabled: _angular_core.InputSignal<boolean>;
@@ -3945,7 +3940,6 @@ declare class TreeComponent {
3945
3940
  * sensible target.
3946
3941
  */
3947
3942
  protected readonly focusedId: Signal<string>;
3948
- protected readonly messages: Signal<_eagami_ui.EagamiMessages>;
3949
3943
  protected readonly hostClasses: Signal<string[]>;
3950
3944
  constructor();
3951
3945
  protected onNodeSelect(node: TreeNode): void;
@@ -5175,6 +5169,7 @@ declare class FolderPlusIconComponent extends IconComponentBase {
5175
5169
  declare class FramerIconComponent extends IconComponentBase {
5176
5170
  static readonly slug = "framer";
5177
5171
  static readonly category: IconCategory;
5172
+ static readonly isBrand = true;
5178
5173
  static readonly tags: ReadonlyArray<string>;
5179
5174
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FramerIconComponent, never>;
5180
5175
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<FramerIconComponent, "ea-icon-framer", never, {}, {}, never, never, true, never>;