@florid-kit/components 0.10.1 → 0.10.4

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.
@@ -14,7 +14,7 @@ export declare class MediumTile extends LitElement {
14
14
  altImage: string;
15
15
  fullwidth: boolean;
16
16
  current: boolean;
17
- showIcon: boolean;
17
+ hideIcon: boolean;
18
18
  tagText: string;
19
19
  onClickTile?: () => void;
20
20
  onClickIcon?: () => void;
@@ -15,12 +15,18 @@ export declare class OPopin extends LitElement {
15
15
  maxWidth: string;
16
16
  showBackButton: boolean;
17
17
  contrast: boolean;
18
+ iconSize: "xsmall" | "small" | "medium" | "large";
19
+ hideHeaderOnScroll: boolean;
18
20
  private _labelId;
21
+ private _headerHidden;
19
22
  connectedCallback(): void;
20
23
  disconnectedCallback(): void;
21
24
  protected updated(changed: Map<string, unknown>): void;
22
25
  private _onKeydown;
23
26
  private _onBackdropClick;
27
+ private _onScroll;
28
+ private _setupScrollListener;
29
+ private _removeScrollListener;
24
30
  private _onBackClick;
25
31
  private _requestClose;
26
32
  private _renderCloseButton;