[utils] added spotlightIds

This commit is contained in:
younghoon100.park
2024-07-02 17:05:17 +09:00
parent ea712cf3fb
commit 3d3c70b94e

View File

@@ -8,6 +8,11 @@ export const SpotlightIds = {
// homePanel
HOME_CATEGORY_NAV: "homeCategoryNav",
// FeaturedBrandsPanel
BRAND_VERTICAL_PAGENATOR: "brandVerticalPagenator",
BRAND_QUICK_MENU: "brandQuickMenu",
BRAND_TOP_BUTTON: "brandTopButton",
// myPagePanel
MY_PAGE_FAVORITES_BOX: "myPageFavoritesBox",
MY_PAGE_REMINDRES_BOX: "myPageRemindresBox",
@@ -18,6 +23,7 @@ export const SpotlightIds = {
CATEGORY_TAB_CONTAINER: "categorytabContainer",
SHOW_PRODUCTS_BOX: "showProductsBox",
SHOW_CONTENTS_BOX: "showContentsBox",
// video player
PLAYER_SKIPINTRO: "skipintro",
PLAYER_TITLE_LAYER: "playerTitleLayer",