@@ -1014,8 +1014,8 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
1014
1014
trendingSearches : false ,
1015
1015
pdfInvoicesSortByInvoiceDate : true ,
1016
1016
useProductCarouselBatchApi : true ,
1017
- propagateErrorsToServer : false ,
1018
- ssrStrictErrorHandlingForHttpAndNgrx : false ,
1017
+ propagateErrorsToServer : true ,
1018
+ ssrStrictErrorHandlingForHttpAndNgrx : true ,
1019
1019
productConfiguratorDeltaRendering : true ,
1020
1020
a11yRequiredAsterisks : true ,
1021
1021
a11yQuantityOrderTabbing : true ,
@@ -1025,7 +1025,7 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
1025
1025
a11yOrderConfirmationHeadingOrder : true ,
1026
1026
a11yStarRating : true ,
1027
1027
a11yViewChangeAssistiveMessage : true ,
1028
- a11yPreventHorizontalScroll : false ,
1028
+ a11yPreventHorizontalScroll : true ,
1029
1029
a11yReorderDialog : true ,
1030
1030
a11yPopoverFocus : true ,
1031
1031
a11yPopoverHighContrast : false ,
@@ -1039,12 +1039,12 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
1039
1039
a11yMobileVisibleFocus : true ,
1040
1040
a11yOrganizationsBanner : true ,
1041
1041
a11yOrganizationListHeadingOrder : true ,
1042
- a11yCartImportConfirmationMessage : false ,
1042
+ a11yCartImportConfirmationMessage : true ,
1043
1043
a11yAnonymousConsentMessageInDialog : false ,
1044
1044
a11yReplenishmentOrderFieldset : true ,
1045
1045
a11yListOversizedFocus : true ,
1046
1046
a11yStoreFinderOverflow : true ,
1047
- a11yMobileFocusOnFirstNavigationItem : false ,
1047
+ a11yMobileFocusOnFirstNavigationItem : true ,
1048
1048
a11yQuickOrderSearchListKeyboardNavigation : false ,
1049
1049
a11yCartSummaryHeadingOrder : true ,
1050
1050
a11ySearchBoxMobileFocus : true ,
@@ -1056,7 +1056,7 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
1056
1056
a11yHideSelectBtnForSelectedAddrOrPayment : true ,
1057
1057
a11ySelectLabelWithContextForSelectedAddrOrPayment : false ,
1058
1058
a11yFocusableCarouselControls : true ,
1059
- a11yUseTrapTabInsteadOfTrapInDialogs : false ,
1059
+ a11yUseTrapTabInsteadOfTrapInDialogs : true ,
1060
1060
cmsGuardsServiceUseGuardsComposer : true ,
1061
1061
cartQuickOrderRemoveListeningToFailEvent : true ,
1062
1062
a11yKeyboardAccessibleZoom : false ,
@@ -1075,8 +1075,8 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
1075
1075
a11yEmptyWishlistHeading : true ,
1076
1076
a11yScreenReaderBloatFix : true ,
1077
1077
a11yUseButtonsForBtnLinks : true ,
1078
- a11yTabComponent : false ,
1079
- a11yCarouselArrowKeysNavigation : false ,
1078
+ a11yTabComponent : true ,
1079
+ a11yCarouselArrowKeysNavigation : true ,
1080
1080
a11yPickupOptionsTabs : false ,
1081
1081
a11yNotificationsOnConsentChange : true ,
1082
1082
a11yDisabledCouponAndQuickOrderActionButtonsInsteadOfRequiredFields : true ,
@@ -1097,14 +1097,14 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
1097
1097
a11yRepeatedCancelOrderError : true ,
1098
1098
a11yAddedToCartActiveDialog : true ,
1099
1099
a11yNgSelectMobileReadout : true ,
1100
- a11yDeliveryMethodFieldset : false ,
1101
- a11yShowMoreReviewsBtnFocus : false ,
1100
+ a11yDeliveryMethodFieldset : true ,
1101
+ a11yShowMoreReviewsBtnFocus : true ,
1102
1102
a11yQuickOrderAriaControls : true ,
1103
1103
a11yRemoveStatusLoadedRole : true ,
1104
1104
a11yDialogsHeading : true ,
1105
- a11yDialogTriggerRefocus : false ,
1106
- a11yAddToWishlistFocus : false ,
1107
- a11ySearchBoxFocusOnEscape : false ,
1105
+ a11yDialogTriggerRefocus : true ,
1106
+ a11yAddToWishlistFocus : true ,
1107
+ a11ySearchBoxFocusOnEscape : true ,
1108
1108
a11yUpdatingCartNoNarration : false ,
1109
1109
a11yPasswordVisibliltyBtnValueOverflow : false ,
1110
1110
a11yItemCounterFocus : false ,
@@ -1139,10 +1139,10 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
1139
1139
a11yRegionAssociatedHeaders : false ,
1140
1140
occCartNameAndDescriptionInHttpRequestBody : true ,
1141
1141
cmsBottomHeaderSlotUsingFlexStyles : true ,
1142
- useSiteThemeService : false ,
1143
- enableConsecutiveCharactersPasswordRequirement : false ,
1144
- enablePasswordsCannotMatchInPasswordUpdateForm : false ,
1145
- allPageMetaResolversEnabledInCsr : false ,
1142
+ useSiteThemeService : true ,
1143
+ enableConsecutiveCharactersPasswordRequirement : true ,
1144
+ enablePasswordsCannotMatchInPasswordUpdateForm : true ,
1145
+ allPageMetaResolversEnabledInCsr : true ,
1146
1146
a11yPdpGridArrangement : false ,
1147
1147
a11yHamburgerMenuTrapFocus : false ,
1148
1148
useExtendedMediaComponentConfiguration : false ,
0 commit comments