@eagami/ui 5.8.1 → 5.8.2

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.2",
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",
@@ -3567,6 +3567,9 @@ declare class TimePickerComponent implements ControlValueAccessor {
3567
3567
  readonly wrapperClasses: _angular_core.Signal<{
3568
3568
  [x: string]: boolean;
3569
3569
  }>;
3570
+ readonly popoverClasses: _angular_core.Signal<{
3571
+ [x: string]: boolean;
3572
+ }>;
3570
3573
  writeValue(val: string | null | undefined): void;
3571
3574
  registerOnChange(fn: (value: string | null) => void): void;
3572
3575
  registerOnTouched(fn: () => void): void;