diff --git a/libs/common/src/autofill/constants/index.ts b/libs/common/src/autofill/constants/index.ts index 93815be55df..a4c47925f97 100644 --- a/libs/common/src/autofill/constants/index.ts +++ b/libs/common/src/autofill/constants/index.ts @@ -59,3 +59,6 @@ export const AutofillOverlayVisibility = { OnButtonClick: 1, OnFieldFocus: 2, } as const; + +export const AUTOFILL_OVERLAY_ON_SCROLL = "autofill-overlay-scroll-event"; +export const AUTOFILL_OVERLAY_ON_RESIZE = "autofill-overlay-resize-event";