@vectoriox/iox-builder 1.4.44 → 1.4.45

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": "@vectoriox/iox-builder",
3
- "version": "1.4.44",
3
+ "version": "1.4.45",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.0.0",
6
6
  "@angular/core": ">=20.0.0",
@@ -682,6 +682,10 @@ declare class InteractionEngineService {
682
682
  private attachInteraction;
683
683
  private attachPageLoad;
684
684
  private attachViewportEnter;
685
+ /** Returns true if any DOM ancestor of element is currently faded out via pre-state. */
686
+ private hasPreStatedAncestor;
687
+ /** Polls via RAF until no ancestor is in pre-state, then fires callback. */
688
+ private deferUntilVisible;
685
689
  private attachClick;
686
690
  private attachHover;
687
691
  private runActions;