@florid-kit/components 0.9.26 → 0.9.28

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.
@@ -16,6 +16,12 @@ import { LitElement } from 'lit';
16
16
  * </o-popin>
17
17
  */
18
18
  export declare class OPopin extends LitElement {
19
+ /** Whether the popin is open */
20
+ ispagedesigner: boolean;
21
+ /** CSS class to apply to the popin */
22
+ get classPopin(): string;
23
+ set classPopin(value: string);
24
+ private _classPopin;
19
25
  /** Whether the popin is open */
20
26
  open: boolean;
21
27
  /** Background image URL (optional) */