@eagami/ui 5.8.2 → 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.2",
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