@@ -663,71 +663,12 @@ const bundles = [
663
663
global : 'ReactEventsTap' ,
664
664
externals : [ 'react' ] ,
665
665
} ,
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
- } ,
723
666
] ;
724
667
725
668
const fbBundleExternalsMap = {
726
669
'react-interactions/events/focus' : 'ReactEventsFocus' ,
727
670
'react-interactions/events/keyboard' : 'ReactEventsKeyboard' ,
728
671
'react-interactions/events/tap' : 'ReactEventsTap' ,
729
- 'react-interactions/accessibility/tabbable-scope' : 'ReactTabbableScope' ,
730
- 'react-interactions/accessibility/focus-manager' : 'ReactFocusManager' ,
731
672
} ;
732
673
733
674
// Based on deep-freeze by substack (public domain)
0 commit comments