Skip to content

Commit

Permalink
chore: Turn on default feature flags for a11y toggles
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyber committed Oct 16, 2024
1 parent abaa81b commit b6f8347
Showing 1 changed file with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -654,37 +654,37 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
propagateErrorsToServer: false,
ssrStrictErrorHandlingForHttpAndNgrx: false,
productConfiguratorDeltaRendering: false,
a11yRequiredAsterisks: false,
a11yQuantityOrderTabbing: false,
a11yNavigationUiKeyboardControls: false,
a11yRequiredAsterisks: true,
a11yQuantityOrderTabbing: true,
a11yNavigationUiKeyboardControls: true,
a11yNavMenuExpandStateReadout: false,
a11yOrderConfirmationHeadingOrder: false,
a11yStarRating: false,
a11yViewChangeAssistiveMessage: false,
a11yOrderConfirmationHeadingOrder: true,
a11yStarRating: true,
a11yViewChangeAssistiveMessage: true,
a11yPreventHorizontalScroll: false,
a11yReorderDialog: false,
a11yPopoverFocus: false,
a11yScheduleReplenishment: false,
a11yScrollToTop: false,
a11ySavedCartsZoom: false,
a11ySortingOptionsTruncation: false,
a11yExpandedFocusIndicator: false,
a11yCheckoutDeliveryFocus: false,
a11yMobileVisibleFocus: false,
a11yOrganizationsBanner: false,
a11yOrganizationListHeadingOrder: false,
a11yReorderDialog: true,
a11yPopoverFocus: true,
a11yScheduleReplenishment: true,
a11yScrollToTop: true,
a11ySavedCartsZoom: true,
a11ySortingOptionsTruncation: true,
a11yExpandedFocusIndicator: true,
a11yCheckoutDeliveryFocus: true,
a11yMobileVisibleFocus: true,
a11yOrganizationsBanner: true,
a11yOrganizationListHeadingOrder: true,
a11yCartImportConfirmationMessage: false,
a11yReplenishmentOrderFieldset: false,
a11yListOversizedFocus: false,
a11yStoreFinderOverflow: false,
a11yReplenishmentOrderFieldset: true,
a11yListOversizedFocus: true,
a11yStoreFinderOverflow: true,
a11yMobileFocusOnFirstNavigationItem: false,
a11yCartSummaryHeadingOrder: false,
a11yCartSummaryHeadingOrder: true,
a11ySearchBoxMobileFocus: false,
a11yFacetKeyboardNavigation: false,
a11yUnitsListKeyboardControls: false,
a11yCartItemsLinksStyles: false,
a11yUnitsListKeyboardControls: true,
a11yCartItemsLinksStyles: true,
a11yHideSelectBtnForSelectedAddrOrPayment: false,
a11yFocusableCarouselControls: false,
a11yFocusableCarouselControls: true,
a11yUseTrapTabInsteadOfTrapInDialogs: false,
cmsGuardsServiceUseGuardsComposer: false,
cartQuickOrderRemoveListeningToFailEvent: true,
Expand Down

0 comments on commit b6f8347

Please sign in to comment.