@vectoriox/iox-builder 1.4.45 → 1.4.46

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