From 09babb5587af28d8ab29e4a566d3a66587ebf5a3 Mon Sep 17 00:00:00 2001 From: Cesar Gonzalez Date: Mon, 17 Jun 2024 13:09:40 -0500 Subject: [PATCH] [PM-5189] Refining how we handle fading in the inline menu elements --- libs/common/src/autofill/constants/index.ts | 3 +++ 1 file changed, 3 insertions(+) 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";