@@ -663,71 +663,12 @@ const bundles = [
663663 global : 'ReactEventsTap' ,
664664 externals : [ 'react' ] ,
665665 } ,
666-
667- // React UI - Accessibility
668-
669- {
670- bundleTypes : [ NODE_DEV , NODE_PROD , FB_WWW_DEV , FB_WWW_PROD ] ,
671- moduleType : NON_FIBER_RENDERER ,
672- entry : 'react-interactions/accessibility/focus-table' ,
673- global : 'ReactFocusTable' ,
674- externals : [
675- 'react' ,
676- 'react-interactions/events/keyboard' ,
677- 'react-interactions/accessibility/tabbable-scope' ,
678- 'react-interactions/accessibility/focus-control' ,
679- ] ,
680- } ,
681-
682- {
683- bundleTypes : [ NODE_DEV , NODE_PROD , FB_WWW_DEV , FB_WWW_PROD ] ,
684- moduleType : NON_FIBER_RENDERER ,
685- entry : 'react-interactions/accessibility/focus-contain' ,
686- global : 'ReactFocusContain' ,
687- externals : [
688- 'react' ,
689- 'react-interactions/events/focus' ,
690- 'react-interactions/events/keyboard' ,
691- 'react-interactions/accessibility/focus-manager' ,
692- ] ,
693- } ,
694-
695- {
696- bundleTypes : [ NODE_DEV , NODE_PROD , FB_WWW_DEV , FB_WWW_PROD ] ,
697- moduleType : NON_FIBER_RENDERER ,
698- entry : 'react-interactions/accessibility/focus-manager' ,
699- global : 'ReactFocusManager' ,
700- externals : [ 'react' ] ,
701- } ,
702-
703- {
704- bundleTypes : [ NODE_DEV , NODE_PROD , FB_WWW_DEV , FB_WWW_PROD ] ,
705- moduleType : NON_FIBER_RENDERER ,
706- entry : 'react-interactions/accessibility/tabbable-scope' ,
707- global : 'ReactTabbableScope' ,
708- externals : [ 'react' ] ,
709- } ,
710-
711- {
712- bundleTypes : [ NODE_DEV , NODE_PROD , FB_WWW_DEV , FB_WWW_PROD ] ,
713- moduleType : NON_FIBER_RENDERER ,
714- entry : 'react-interactions/accessibility/focus-group' ,
715- global : 'ReactFocusGroup' ,
716- externals : [
717- 'react' ,
718- 'react-interactions/events/keyboard' ,
719- 'react-interactions/accessibility/tabbable-scope' ,
720- 'react-interactions/accessibility/focus-manager' ,
721- ] ,
722- } ,
723666] ;
724667
725668const fbBundleExternalsMap = {
726669 'react-interactions/events/focus' : 'ReactEventsFocus' ,
727670 'react-interactions/events/keyboard' : 'ReactEventsKeyboard' ,
728671 'react-interactions/events/tap' : 'ReactEventsTap' ,
729- 'react-interactions/accessibility/tabbable-scope' : 'ReactTabbableScope' ,
730- 'react-interactions/accessibility/focus-manager' : 'ReactFocusManager' ,
731672} ;
732673
733674// Based on deep-freeze by substack (public domain)
0 commit comments