@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
|
@@ -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. */
|