@eagami/ui 5.8.1 → 5.8.3

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.8.1",
3
+ "version": "5.8.3",
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",
@@ -1317,6 +1317,9 @@ declare class ColorPickerComponent implements ControlValueAccessor {
1317
1317
  readonly wrapperClasses: _angular_core.Signal<{
1318
1318
  [x: string]: boolean;
1319
1319
  }>;
1320
+ readonly popoverClasses: _angular_core.Signal<{
1321
+ [x: string]: boolean;
1322
+ }>;
1320
1323
  /**
1321
1324
  * True when the browser supports the EyeDropper API. Not a `computed`:
1322
1325
  * `window.EyeDropper` isn't a signal, so a memoized computed would cache the
@@ -3567,6 +3570,9 @@ declare class TimePickerComponent implements ControlValueAccessor {
3567
3570
  readonly wrapperClasses: _angular_core.Signal<{
3568
3571
  [x: string]: boolean;
3569
3572
  }>;
3573
+ readonly popoverClasses: _angular_core.Signal<{
3574
+ [x: string]: boolean;
3575
+ }>;
3570
3576
  writeValue(val: string | null | undefined): void;
3571
3577
  registerOnChange(fn: (value: string | null) => void): void;
3572
3578
  registerOnTouched(fn: () => void): void;