react-native-windows 0.0.0-canary.437 → 0.0.0-canary.441

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (602) hide show
  1. package/.flowconfig +1 -1
  2. package/Directory.Build.targets +3 -2
  3. package/Libraries/ActionSheetIOS/ActionSheetIOS.js +1 -1
  4. package/Libraries/ActionSheetIOS/NativeActionSheetManager.js +1 -1
  5. package/Libraries/Alert/Alert.js +1 -1
  6. package/Libraries/Alert/NativeAlertManager.js +1 -1
  7. package/Libraries/Alert/RCTAlertManager.android.js +1 -1
  8. package/Libraries/Alert/RCTAlertManager.ios.js +1 -1
  9. package/Libraries/Animated/Animated.js +1 -1
  10. package/Libraries/Animated/AnimatedEvent.js +1 -1
  11. package/Libraries/Animated/AnimatedImplementation.js +1 -1
  12. package/Libraries/Animated/AnimatedMock.js +1 -1
  13. package/Libraries/Animated/AnimatedWeb.js +1 -1
  14. package/Libraries/Animated/Easing.js +1 -1
  15. package/Libraries/Animated/NativeAnimatedHelper.js +1 -1
  16. package/Libraries/Animated/NativeAnimatedModule.js +1 -1
  17. package/Libraries/Animated/NativeAnimatedTurboModule.js +1 -1
  18. package/Libraries/Animated/SpringConfig.js +1 -1
  19. package/Libraries/Animated/animations/Animation.js +1 -1
  20. package/Libraries/Animated/animations/DecayAnimation.js +1 -1
  21. package/Libraries/Animated/animations/SpringAnimation.js +1 -1
  22. package/Libraries/Animated/animations/TimingAnimation.js +1 -1
  23. package/Libraries/Animated/bezier.js +1 -1
  24. package/Libraries/Animated/components/AnimatedFlatList.js +1 -1
  25. package/Libraries/Animated/components/AnimatedImage.js +1 -1
  26. package/Libraries/Animated/components/AnimatedScrollView.js +1 -1
  27. package/Libraries/Animated/components/AnimatedSectionList.js +1 -1
  28. package/Libraries/Animated/components/AnimatedText.js +1 -1
  29. package/Libraries/Animated/components/AnimatedView.js +1 -1
  30. package/Libraries/Animated/createAnimatedComponent.js +1 -1
  31. package/Libraries/Animated/createAnimatedComponentInjection.js +1 -1
  32. package/Libraries/Animated/createAnimatedComponent_EXPERIMENTAL.js +1 -1
  33. package/Libraries/Animated/nodes/AnimatedAddition.js +1 -1
  34. package/Libraries/Animated/nodes/AnimatedDiffClamp.js +1 -1
  35. package/Libraries/Animated/nodes/AnimatedDivision.js +1 -1
  36. package/Libraries/Animated/nodes/AnimatedInterpolation.js +1 -1
  37. package/Libraries/Animated/nodes/AnimatedModulo.js +1 -1
  38. package/Libraries/Animated/nodes/AnimatedMultiplication.js +1 -1
  39. package/Libraries/Animated/nodes/AnimatedNode.js +1 -1
  40. package/Libraries/Animated/nodes/AnimatedProps.js +1 -1
  41. package/Libraries/Animated/nodes/AnimatedStyle.js +1 -1
  42. package/Libraries/Animated/nodes/AnimatedSubtraction.js +1 -1
  43. package/Libraries/Animated/nodes/AnimatedTracking.js +1 -1
  44. package/Libraries/Animated/nodes/AnimatedTransform.js +1 -1
  45. package/Libraries/Animated/nodes/AnimatedValue.js +1 -1
  46. package/Libraries/Animated/nodes/AnimatedValueXY.js +1 -1
  47. package/Libraries/Animated/nodes/AnimatedWithChildren.js +1 -1
  48. package/Libraries/Animated/useAnimatedProps.js +1 -1
  49. package/Libraries/AppState/AppState.js +1 -1
  50. package/Libraries/AppState/NativeAppState.js +1 -1
  51. package/Libraries/AppTheme/AppTheme.js +83 -47
  52. package/Libraries/AppTheme/AppThemeTypes.d.ts +47 -22
  53. package/Libraries/AppTheme/NativeAppTheme.js +32 -0
  54. package/Libraries/BatchedBridge/BatchedBridge.js +1 -1
  55. package/Libraries/BatchedBridge/MessageQueue.js +1 -1
  56. package/Libraries/BatchedBridge/NativeModules.js +1 -1
  57. package/Libraries/BatchedBridge/__mocks__/MessageQueueTestConfig.js +1 -1
  58. package/Libraries/BatchedBridge/__mocks__/MessageQueueTestModule.js +1 -1
  59. package/Libraries/Blob/Blob.js +1 -1
  60. package/Libraries/Blob/BlobManager.js +1 -1
  61. package/Libraries/Blob/BlobRegistry.js +1 -1
  62. package/Libraries/Blob/BlobTypes.js +1 -1
  63. package/Libraries/Blob/File.js +1 -1
  64. package/Libraries/Blob/FileReader.js +1 -1
  65. package/Libraries/Blob/NativeBlobModule.js +1 -1
  66. package/Libraries/Blob/NativeFileReaderModule.js +1 -1
  67. package/Libraries/Blob/URL.js +1 -1
  68. package/Libraries/Blob/__mocks__/BlobModule.js +1 -1
  69. package/Libraries/Blob/__mocks__/FileReaderModule.js +1 -1
  70. package/Libraries/BugReporting/BugReporting.js +1 -1
  71. package/Libraries/BugReporting/NativeBugReporting.js +1 -1
  72. package/Libraries/BugReporting/dumpReactTree.js +1 -1
  73. package/Libraries/BugReporting/getReactData.js +1 -1
  74. package/Libraries/Components/AccessibilityInfo/AccessibilityInfo.js +1 -1
  75. package/Libraries/Components/AccessibilityInfo/AccessibilityInfo.windows.js +1 -1
  76. package/Libraries/Components/AccessibilityInfo/NativeAccessibilityInfo.js +1 -1
  77. package/Libraries/Components/AccessibilityInfo/NativeAccessibilityManager.js +1 -1
  78. package/Libraries/Components/AccessibilityInfo/legacySendAccessibilityEvent.android.js +1 -1
  79. package/Libraries/Components/AccessibilityInfo/legacySendAccessibilityEvent.ios.js +1 -1
  80. package/Libraries/Components/AccessibilityInfo/legacySendAccessibilityEvent.windows.js +1 -1
  81. package/Libraries/Components/ActivityIndicator/ActivityIndicator.js +1 -1
  82. package/Libraries/Components/ActivityIndicator/ActivityIndicatorViewNativeComponent.js +1 -1
  83. package/Libraries/Components/Button.js +1 -1
  84. package/Libraries/Components/Clipboard/Clipboard.js +1 -1
  85. package/Libraries/Components/Clipboard/NativeClipboard.js +1 -1
  86. package/Libraries/Components/DatePicker/DatePickerIOS.android.js +1 -1
  87. package/Libraries/Components/DatePicker/DatePickerIOS.ios.js +1 -1
  88. package/Libraries/Components/DatePicker/DatePickerIOS.windows.js +1 -1
  89. package/Libraries/Components/DatePicker/RCTDatePickerNativeComponent.js +1 -1
  90. package/Libraries/Components/DatePickerAndroid/NativeDatePickerAndroid.js +1 -1
  91. package/Libraries/Components/DrawerAndroid/AndroidDrawerLayoutNativeComponent.js +1 -1
  92. package/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js +1 -1
  93. package/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.ios.js +1 -1
  94. package/Libraries/Components/Keyboard/Keyboard.js +1 -1
  95. package/Libraries/Components/Keyboard/KeyboardAvoidingView.js +1 -2
  96. package/Libraries/Components/Keyboard/NativeKeyboardObserver.js +1 -1
  97. package/Libraries/Components/MaskedView/MaskedViewIOS.android.js +1 -1
  98. package/Libraries/Components/MaskedView/MaskedViewIOS.ios.js +1 -1
  99. package/Libraries/Components/MaskedView/RCTMaskedViewNativeComponent.js +1 -1
  100. package/Libraries/Components/Pressable/Pressable.js +1 -1
  101. package/Libraries/Components/Pressable/Pressable.windows.js +1 -1
  102. package/Libraries/Components/Pressable/useAndroidRippleForView.js +1 -1
  103. package/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.android.js +1 -1
  104. package/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.ios.js +1 -1
  105. package/Libraries/Components/ProgressBarAndroid/ProgressBarAndroidNativeComponent.js +1 -1
  106. package/Libraries/Components/ProgressViewIOS/ProgressViewIOS.android.js +1 -1
  107. package/Libraries/Components/ProgressViewIOS/ProgressViewIOS.ios.js +1 -1
  108. package/Libraries/Components/ProgressViewIOS/ProgressViewIOS.windows.js +1 -1
  109. package/Libraries/Components/ProgressViewIOS/RCTProgressViewNativeComponent.js +1 -1
  110. package/Libraries/Components/RefreshControl/AndroidSwipeRefreshLayoutNativeComponent.js +1 -1
  111. package/Libraries/Components/RefreshControl/PullToRefreshViewNativeComponent.js +1 -1
  112. package/Libraries/Components/RefreshControl/RefreshControl.js +1 -1
  113. package/Libraries/Components/RefreshControl/RefreshControl.windows.js +1 -1
  114. package/Libraries/Components/RefreshControl/__mocks__/RefreshControlMock.js +1 -1
  115. package/Libraries/Components/SafeAreaView/RCTSafeAreaViewNativeComponent.js +1 -1
  116. package/Libraries/Components/SafeAreaView/SafeAreaView.js +1 -1
  117. package/Libraries/Components/SafeAreaView/SafeAreaView.windows.js +1 -1
  118. package/Libraries/Components/ScrollView/AndroidHorizontalScrollContentViewNativeComponent.js +1 -1
  119. package/Libraries/Components/ScrollView/AndroidHorizontalScrollViewNativeComponent.js +1 -1
  120. package/Libraries/Components/ScrollView/ScrollContentViewNativeComponent.js +1 -1
  121. package/Libraries/Components/ScrollView/ScrollView.js +1 -1
  122. package/Libraries/Components/ScrollView/ScrollViewCommands.js +1 -1
  123. package/Libraries/Components/ScrollView/ScrollViewContext.js +1 -1
  124. package/Libraries/Components/ScrollView/ScrollViewNativeComponent.js +1 -1
  125. package/Libraries/Components/ScrollView/ScrollViewNativeComponentType.js +1 -1
  126. package/Libraries/Components/ScrollView/ScrollViewStickyHeader.js +1 -1
  127. package/Libraries/Components/ScrollView/ScrollViewViewConfig.js +1 -1
  128. package/Libraries/Components/ScrollView/processDecelerationRate.js +1 -1
  129. package/Libraries/Components/SegmentedControlIOS/RCTSegmentedControlNativeComponent.js +1 -1
  130. package/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.android.js +1 -1
  131. package/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.ios.js +1 -1
  132. package/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.windows.js +1 -1
  133. package/Libraries/Components/Slider/Slider.js +1 -1
  134. package/Libraries/Components/Slider/SliderNativeComponent.js +1 -1
  135. package/Libraries/Components/Sound/NativeSoundManager.js +1 -1
  136. package/Libraries/Components/Sound/SoundManager.js +1 -1
  137. package/Libraries/Components/StaticRenderer.js +1 -1
  138. package/Libraries/Components/StatusBar/NativeStatusBarManagerAndroid.js +1 -1
  139. package/Libraries/Components/StatusBar/NativeStatusBarManagerIOS.js +1 -1
  140. package/Libraries/Components/StatusBar/StatusBar.js +1 -1
  141. package/Libraries/Components/Switch/AndroidSwitchNativeComponent.js +1 -1
  142. package/Libraries/Components/Switch/Switch.js +1 -1
  143. package/Libraries/Components/Switch/SwitchNativeComponent.js +1 -1
  144. package/Libraries/Components/TextInput/AndroidTextInputNativeComponent.js +1 -1
  145. package/Libraries/Components/TextInput/AndroidTextInputViewConfig.js +1 -1
  146. package/Libraries/Components/TextInput/InputAccessoryView.js +1 -1
  147. package/Libraries/Components/TextInput/RCTInputAccessoryViewNativeComponent.js +1 -1
  148. package/Libraries/Components/TextInput/RCTMultilineTextInputNativeComponent.js +1 -1
  149. package/Libraries/Components/TextInput/RCTSingelineTextInputNativeComponent.js +1 -1
  150. package/Libraries/Components/TextInput/RCTTextInputViewConfig.js +1 -1
  151. package/Libraries/Components/TextInput/TextInput.js +48 -2
  152. package/Libraries/Components/TextInput/TextInput.windows.js +48 -2
  153. package/Libraries/Components/TextInput/TextInputNativeCommands.js +1 -1
  154. package/Libraries/Components/TextInput/TextInputState.js +1 -1
  155. package/Libraries/Components/TextInput/TextInputState.windows.js +1 -1
  156. package/Libraries/Components/ToastAndroid/NativeToastAndroid.js +1 -1
  157. package/Libraries/Components/ToastAndroid/ToastAndroid.android.js +1 -1
  158. package/Libraries/Components/ToastAndroid/ToastAndroid.ios.js +1 -1
  159. package/Libraries/Components/ToastAndroid/ToastAndroid.windows.js +1 -1
  160. package/Libraries/Components/Touchable/BoundingDimensions.js +1 -1
  161. package/Libraries/Components/Touchable/PooledClass.js +1 -1
  162. package/Libraries/Components/Touchable/Position.js +1 -1
  163. package/Libraries/Components/Touchable/Touchable.js +1 -1
  164. package/Libraries/Components/Touchable/TouchableBounce.js +1 -1
  165. package/Libraries/Components/Touchable/TouchableHighlight.js +1 -1
  166. package/Libraries/Components/Touchable/TouchableHighlight.windows.js +1 -1
  167. package/Libraries/Components/Touchable/TouchableNativeFeedback.js +1 -1
  168. package/Libraries/Components/Touchable/TouchableOpacity.js +1 -1
  169. package/Libraries/Components/Touchable/TouchableOpacity.windows.js +1 -1
  170. package/Libraries/Components/Touchable/TouchableWithoutFeedback.js +1 -1
  171. package/Libraries/Components/Touchable/TouchableWithoutFeedback.windows.js +1 -1
  172. package/Libraries/Components/UnimplementedViews/UnimplementedNativeViewNativeComponent.js +1 -1
  173. package/Libraries/Components/UnimplementedViews/UnimplementedView.js +1 -1
  174. package/Libraries/Components/View/ReactNativeStyleAttributes.js +1 -1
  175. package/Libraries/Components/View/ReactNativeViewAttributes.js +1 -1
  176. package/Libraries/Components/View/ReactNativeViewAttributes.windows.js +1 -1
  177. package/Libraries/Components/View/ReactNativeViewViewConfig.js +1 -1
  178. package/Libraries/Components/View/ReactNativeViewViewConfig.windows.js +1 -1
  179. package/Libraries/Components/View/ReactNativeViewViewConfigAndroid.js +1 -1
  180. package/Libraries/Components/View/View.js +1 -1
  181. package/Libraries/Components/View/View.windows.js +1 -1
  182. package/Libraries/Components/View/ViewAccessibility.js +1 -1
  183. package/Libraries/Components/View/ViewAccessibility.windows.js +1 -1
  184. package/Libraries/Components/View/ViewNativeComponent.js +1 -1
  185. package/Libraries/Components/View/ViewPropTypes.js +1 -1
  186. package/Libraries/Components/View/ViewPropTypes.windows.js +1 -1
  187. package/Libraries/Core/Devtools/getDevServer.js +1 -1
  188. package/Libraries/Core/Devtools/openFileInEditor.js +1 -1
  189. package/Libraries/Core/Devtools/openURLInBrowser.js +1 -1
  190. package/Libraries/Core/Devtools/parseErrorStack.js +1 -1
  191. package/Libraries/Core/Devtools/parseHermesStack.js +1 -1
  192. package/Libraries/Core/Devtools/symbolicateStackTrace.js +1 -1
  193. package/Libraries/Core/ExceptionsManager.js +1 -1
  194. package/Libraries/Core/ExtendedError.js +1 -1
  195. package/Libraries/Core/InitializeCore.js +1 -1
  196. package/Libraries/Core/NativeExceptionsManager.js +1 -1
  197. package/Libraries/Core/ReactFiberErrorDialog.js +1 -1
  198. package/Libraries/Core/ReactNativeVersion.js +3 -3
  199. package/Libraries/Core/ReactNativeVersionCheck.js +1 -1
  200. package/Libraries/Core/ReactNativeVersionCheck.windows.js +1 -1
  201. package/Libraries/Core/SegmentFetcher/NativeSegmentFetcher.js +1 -1
  202. package/Libraries/Core/Timers/JSTimers.js +1 -1
  203. package/Libraries/Core/Timers/NativeTiming.js +1 -1
  204. package/Libraries/Core/Timers/immediateShim.js +1 -1
  205. package/Libraries/Core/Timers/queueMicrotask.js +1 -1
  206. package/Libraries/Core/__mocks__/ErrorUtils.js +1 -1
  207. package/Libraries/Core/checkNativeVersion.js +1 -1
  208. package/Libraries/Core/polyfillPromise.js +1 -1
  209. package/Libraries/Core/setUpAlert.js +1 -1
  210. package/Libraries/Core/setUpBatchedBridge.js +1 -1
  211. package/Libraries/Core/setUpDeveloperTools.js +1 -1
  212. package/Libraries/Core/setUpErrorHandling.js +1 -1
  213. package/Libraries/Core/setUpGlobals.js +1 -1
  214. package/Libraries/Core/setUpNavigator.js +1 -1
  215. package/Libraries/Core/setUpPerformance.js +1 -1
  216. package/Libraries/Core/setUpReactDevTools.js +1 -1
  217. package/Libraries/Core/setUpReactRefresh.js +1 -1
  218. package/Libraries/Core/setUpRegeneratorRuntime.js +1 -1
  219. package/Libraries/Core/setUpSegmentFetcher.js +1 -1
  220. package/Libraries/Core/setUpSystrace.js +1 -1
  221. package/Libraries/Core/setUpTimers.js +1 -1
  222. package/Libraries/Core/setUpXHR.js +1 -1
  223. package/Libraries/DeprecatedPropTypes/DeprecatedColorPropType.js +1 -1
  224. package/Libraries/DeprecatedPropTypes/DeprecatedEdgeInsetsPropType.js +1 -1
  225. package/Libraries/DeprecatedPropTypes/DeprecatedImagePropType.android.js +1 -1
  226. package/Libraries/DeprecatedPropTypes/DeprecatedImagePropType.ios.js +1 -1
  227. package/Libraries/DeprecatedPropTypes/DeprecatedImagePropType.windows.js +1 -1
  228. package/Libraries/DeprecatedPropTypes/DeprecatedImageSourcePropType.js +1 -1
  229. package/Libraries/DeprecatedPropTypes/DeprecatedImageStylePropTypes.js +1 -1
  230. package/Libraries/DeprecatedPropTypes/DeprecatedLayoutPropTypes.js +1 -1
  231. package/Libraries/DeprecatedPropTypes/DeprecatedPointPropType.js +1 -1
  232. package/Libraries/DeprecatedPropTypes/DeprecatedShadowPropTypesIOS.js +1 -1
  233. package/Libraries/DeprecatedPropTypes/DeprecatedStyleSheetPropType.js +1 -1
  234. package/Libraries/DeprecatedPropTypes/DeprecatedTextInputPropTypes.js +1 -1
  235. package/Libraries/DeprecatedPropTypes/DeprecatedTextPropTypes.js +1 -1
  236. package/Libraries/DeprecatedPropTypes/DeprecatedTextStylePropTypes.js +1 -1
  237. package/Libraries/DeprecatedPropTypes/DeprecatedTransformPropTypes.js +1 -1
  238. package/Libraries/DeprecatedPropTypes/DeprecatedViewAccessibility.js +1 -1
  239. package/Libraries/DeprecatedPropTypes/DeprecatedViewAccessibility.windows.js +1 -1
  240. package/Libraries/DeprecatedPropTypes/DeprecatedViewPropTypes.js +1 -1
  241. package/Libraries/DeprecatedPropTypes/DeprecatedViewStylePropTypes.js +1 -1
  242. package/Libraries/DeprecatedPropTypes/deprecatedCreateStrictShapeTypeChecker.js +1 -1
  243. package/Libraries/EventEmitter/NativeEventEmitter.js +1 -1
  244. package/Libraries/EventEmitter/RCTDeviceEventEmitter.js +1 -1
  245. package/Libraries/EventEmitter/RCTEventEmitter.js +1 -1
  246. package/Libraries/EventEmitter/RCTNativeAppEventEmitter.js +1 -1
  247. package/Libraries/EventEmitter/__mocks__/NativeEventEmitter.js +1 -1
  248. package/Libraries/HeapCapture/HeapCapture.js +1 -1
  249. package/Libraries/HeapCapture/NativeJSCHeapCapture.js +1 -1
  250. package/Libraries/Image/AssetRegistry.js +1 -1
  251. package/Libraries/Image/AssetSourceResolver.js +1 -1
  252. package/Libraries/Image/AssetUtils.js +1 -1
  253. package/Libraries/Image/Image.android.js +1 -1
  254. package/Libraries/Image/Image.ios.js +1 -1
  255. package/Libraries/Image/Image.windows.js +1 -1
  256. package/Libraries/Image/ImageAnalyticsTagContext.js +1 -1
  257. package/Libraries/Image/ImageBackground.js +1 -1
  258. package/Libraries/Image/ImageInjection.js +1 -1
  259. package/Libraries/Image/ImagePickerIOS.js +1 -1
  260. package/Libraries/Image/ImageProps.js +1 -1
  261. package/Libraries/Image/ImageResizeMode.js +1 -1
  262. package/Libraries/Image/ImageSource.js +1 -1
  263. package/Libraries/Image/ImageViewNativeComponent.js +1 -1
  264. package/Libraries/Image/NativeImageEditor.js +1 -1
  265. package/Libraries/Image/NativeImageLoaderAndroid.js +1 -1
  266. package/Libraries/Image/NativeImageLoaderIOS.js +1 -1
  267. package/Libraries/Image/NativeImagePickerIOS.js +1 -1
  268. package/Libraries/Image/NativeImageStoreAndroid.js +1 -1
  269. package/Libraries/Image/NativeImageStoreIOS.js +1 -1
  270. package/Libraries/Image/RelativeImageStub.js +1 -1
  271. package/Libraries/Image/TextInlineImageNativeComponent.js +1 -1
  272. package/Libraries/Image/nativeImageSource.js +1 -1
  273. package/Libraries/Image/resolveAssetSource.js +1 -1
  274. package/Libraries/Inspector/BorderBox.js +1 -1
  275. package/Libraries/Inspector/BoxInspector.js +1 -1
  276. package/Libraries/Inspector/ElementBox.js +1 -1
  277. package/Libraries/Inspector/ElementProperties.js +1 -1
  278. package/Libraries/Inspector/Inspector.js +1 -1
  279. package/Libraries/Inspector/InspectorOverlay.js +1 -1
  280. package/Libraries/Inspector/InspectorPanel.js +1 -1
  281. package/Libraries/Inspector/NetworkOverlay.js +1 -1
  282. package/Libraries/Inspector/PerformanceOverlay.js +1 -1
  283. package/Libraries/Inspector/StyleInspector.js +1 -1
  284. package/Libraries/Inspector/resolveBoxStyle.js +1 -1
  285. package/Libraries/Interaction/Batchinator.js +1 -1
  286. package/Libraries/Interaction/BridgeSpyStallHandler.js +1 -1
  287. package/Libraries/Interaction/FrameRateLogger.js +1 -1
  288. package/Libraries/Interaction/InteractionManager.js +1 -1
  289. package/Libraries/Interaction/InteractionStallDebugger.js +1 -1
  290. package/Libraries/Interaction/JSEventLoopWatchdog.js +1 -1
  291. package/Libraries/Interaction/NativeFrameRateLogger.js +1 -1
  292. package/Libraries/Interaction/PanResponder.js +1 -1
  293. package/Libraries/Interaction/TaskQueue.js +1 -1
  294. package/Libraries/Interaction/TouchHistoryMath.js +1 -1
  295. package/Libraries/JSInspector/InspectorAgent.js +1 -1
  296. package/Libraries/JSInspector/JSInspector.js +1 -1
  297. package/Libraries/JSInspector/NetworkAgent.js +1 -1
  298. package/Libraries/LayoutAnimation/LayoutAnimation.js +1 -1
  299. package/Libraries/Linking/Linking.js +1 -1
  300. package/Libraries/Linking/NativeIntentAndroid.js +1 -1
  301. package/Libraries/Linking/NativeLinkingManager.js +1 -1
  302. package/Libraries/Lists/CellRenderMask.js +1 -1
  303. package/Libraries/Lists/FillRateHelper.js +1 -1
  304. package/Libraries/Lists/FlatList.js +1 -1
  305. package/Libraries/Lists/SectionList.js +1 -1
  306. package/Libraries/Lists/SectionListModern.js +1 -1
  307. package/Libraries/Lists/ViewabilityHelper.js +1 -1
  308. package/Libraries/Lists/VirtualizeUtils.js +1 -1
  309. package/Libraries/Lists/VirtualizedList.js +1 -1
  310. package/Libraries/Lists/VirtualizedListContext.js +1 -1
  311. package/Libraries/Lists/VirtualizedSectionList.js +1 -1
  312. package/Libraries/Lists/__flowtests__/FlatList-flowtest.js +1 -1
  313. package/Libraries/Lists/__flowtests__/SectionList-flowtest.js +1 -1
  314. package/Libraries/Lists/__tests__/CellRenderMask-test.js +1 -1
  315. package/Libraries/Lists/__tests__/FillRateHelper-test.windows.js +1 -1
  316. package/Libraries/Lists/__tests__/FlatList-test.windows.js +1 -1
  317. package/Libraries/Lists/__tests__/SectionList-test.windows.js +1 -1
  318. package/Libraries/Lists/__tests__/ViewabilityHelper-test.js +1 -1
  319. package/Libraries/Lists/__tests__/VirtualizeUtils-test.windows.js +1 -1
  320. package/Libraries/Lists/__tests__/VirtualizedList-test.windows.js +1 -1
  321. package/Libraries/Lists/__tests__/VirtualizedSectionList-test.windows.js +1 -1
  322. package/Libraries/LogBox/Data/LogBoxData.js +1 -1
  323. package/Libraries/LogBox/Data/LogBoxLog.js +1 -1
  324. package/Libraries/LogBox/Data/LogBoxSymbolication.js +1 -1
  325. package/Libraries/LogBox/Data/parseLogBoxLog.js +1 -1
  326. package/Libraries/LogBox/LogBox.js +1 -1
  327. package/Libraries/LogBox/LogBoxInspectorContainer.js +1 -1
  328. package/Libraries/LogBox/LogBoxNotificationContainer.js +1 -1
  329. package/Libraries/LogBox/UI/AnsiHighlight.js +1 -1
  330. package/Libraries/LogBox/UI/LogBoxButton.js +1 -1
  331. package/Libraries/LogBox/UI/LogBoxInspector.js +1 -1
  332. package/Libraries/LogBox/UI/LogBoxInspectorCodeFrame.js +1 -1
  333. package/Libraries/LogBox/UI/LogBoxInspectorFooter.js +1 -1
  334. package/Libraries/LogBox/UI/LogBoxInspectorHeader.js +1 -1
  335. package/Libraries/LogBox/UI/LogBoxInspectorMessageHeader.js +1 -1
  336. package/Libraries/LogBox/UI/LogBoxInspectorReactFrames.js +1 -1
  337. package/Libraries/LogBox/UI/LogBoxInspectorSection.js +1 -1
  338. package/Libraries/LogBox/UI/LogBoxInspectorSourceMapStatus.js +1 -1
  339. package/Libraries/LogBox/UI/LogBoxInspectorStackFrame.js +1 -1
  340. package/Libraries/LogBox/UI/LogBoxInspectorStackFrames.js +1 -1
  341. package/Libraries/LogBox/UI/LogBoxMessage.js +1 -1
  342. package/Libraries/LogBox/UI/LogBoxNotification.js +1 -1
  343. package/Libraries/LogBox/UI/LogBoxStyle.js +1 -1
  344. package/Libraries/Modal/Modal.js +1 -1
  345. package/Libraries/Modal/ModalInjection.js +1 -1
  346. package/Libraries/Modal/NativeModalManager.js +1 -1
  347. package/Libraries/Modal/RCTModalHostViewNativeComponent.js +1 -1
  348. package/Libraries/NativeComponent/NativeComponentRegistry.js +1 -1
  349. package/Libraries/NativeComponent/StaticViewConfigValidator.js +1 -1
  350. package/Libraries/NativeComponent/ViewConfig.js +1 -1
  351. package/Libraries/NativeModules/specs/NativeAnimationsDebugModule.js +1 -1
  352. package/Libraries/NativeModules/specs/NativeDevMenu.js +1 -1
  353. package/Libraries/NativeModules/specs/NativeDevSettings.js +1 -1
  354. package/Libraries/NativeModules/specs/NativeDeviceEventManager.js +1 -1
  355. package/Libraries/NativeModules/specs/NativeDialogManagerAndroid.js +1 -1
  356. package/Libraries/NativeModules/specs/NativeLogBox.js +1 -1
  357. package/Libraries/NativeModules/specs/NativeRedBox.js +1 -1
  358. package/Libraries/NativeModules/specs/NativeSourceCode.js +1 -1
  359. package/Libraries/Network/FormData.js +1 -1
  360. package/Libraries/Network/NativeNetworkingAndroid.js +1 -1
  361. package/Libraries/Network/NativeNetworkingIOS.js +1 -1
  362. package/Libraries/Network/RCTNetworking.android.js +1 -1
  363. package/Libraries/Network/RCTNetworking.ios.js +1 -1
  364. package/Libraries/Network/XHRInterceptor.js +1 -1
  365. package/Libraries/Network/XMLHttpRequest.js +1 -1
  366. package/Libraries/Network/convertRequestBody.js +1 -1
  367. package/Libraries/Network/fetch.js +1 -1
  368. package/Libraries/NewAppScreen/components/Colors.js +1 -1
  369. package/Libraries/NewAppScreen/components/DebugInstructions.js +1 -1
  370. package/Libraries/NewAppScreen/components/DebugInstructions.windows.js +1 -1
  371. package/Libraries/NewAppScreen/components/Header.js +1 -1
  372. package/Libraries/NewAppScreen/components/HermesBadge.js +1 -1
  373. package/Libraries/NewAppScreen/components/LearnMoreLinks.js +1 -1
  374. package/Libraries/NewAppScreen/components/ReloadInstructions.js +1 -1
  375. package/Libraries/NewAppScreen/components/ReloadInstructions.windows.js +1 -1
  376. package/Libraries/NewAppScreen/index.js +1 -1
  377. package/Libraries/Performance/NativeJSCSamplingProfiler.js +1 -1
  378. package/Libraries/Performance/PureComponentDebug.js +1 -1
  379. package/Libraries/Performance/QuickPerformanceLogger.js +1 -1
  380. package/Libraries/Performance/SamplingProfiler.js +1 -1
  381. package/Libraries/Performance/Systrace.js +1 -1
  382. package/Libraries/PermissionsAndroid/NativePermissionsAndroid.js +1 -1
  383. package/Libraries/PermissionsAndroid/PermissionsAndroid.js +1 -1
  384. package/Libraries/Pressability/HoverState.js +1 -1
  385. package/Libraries/Pressability/Pressability.js +1 -1
  386. package/Libraries/Pressability/Pressability.windows.js +1 -1
  387. package/Libraries/Pressability/PressabilityDebug.js +1 -1
  388. package/Libraries/Pressability/PressabilityPerformanceEventEmitter.js +1 -1
  389. package/Libraries/Pressability/PressabilityTypes.js +1 -1
  390. package/Libraries/Pressability/usePressability.js +1 -1
  391. package/Libraries/Promise.js +1 -1
  392. package/Libraries/PushNotificationIOS/NativePushNotificationManagerIOS.js +1 -1
  393. package/Libraries/PushNotificationIOS/PushNotificationIOS.js +1 -1
  394. package/Libraries/ReactNative/AppContainer.js +1 -1
  395. package/Libraries/ReactNative/AppRegistry.js +5 -2
  396. package/Libraries/ReactNative/DisplayMode.js +1 -1
  397. package/Libraries/ReactNative/DummyUIManager.js +1 -1
  398. package/Libraries/ReactNative/FabricUIManager.js +1 -1
  399. package/Libraries/ReactNative/HeadlessJsTaskError.js +1 -1
  400. package/Libraries/ReactNative/I18nManager.js +1 -1
  401. package/Libraries/ReactNative/NativeHeadlessJsTaskSupport.js +1 -1
  402. package/Libraries/ReactNative/NativeI18nManager.js +1 -1
  403. package/Libraries/ReactNative/NativeUIManager.js +1 -1
  404. package/Libraries/ReactNative/PaperUIManager.js +1 -1
  405. package/Libraries/ReactNative/PaperUIManager.windows.js +1 -1
  406. package/Libraries/ReactNative/ReactFabricInternals.js +1 -1
  407. package/Libraries/ReactNative/RootTag.js +1 -1
  408. package/Libraries/ReactNative/UIManager.js +1 -1
  409. package/Libraries/ReactNative/UIManagerInjection.js +1 -1
  410. package/Libraries/ReactNative/UIManagerProperties.js +1 -1
  411. package/Libraries/ReactNative/getCachedComponentWithDebugName.js +1 -1
  412. package/Libraries/ReactNative/getNativeComponentAttributes.js +2 -8
  413. package/Libraries/ReactNative/renderApplication.js +1 -1
  414. package/Libraries/ReactNative/requireNativeComponent.js +1 -1
  415. package/Libraries/ReactPrivate/ReactNativePrivateInitializeCore.js +1 -1
  416. package/Libraries/ReactPrivate/ReactNativePrivateInterface.js +1 -1
  417. package/Libraries/Reliability/UserFlow.js +1 -1
  418. package/Libraries/Renderer/implementations/ReactFabric-dev.fb.js +1 -1
  419. package/Libraries/Renderer/implementations/ReactFabric-dev.js +1 -1
  420. package/Libraries/Renderer/implementations/ReactFabric-prod.fb.js +1 -1
  421. package/Libraries/Renderer/implementations/ReactFabric-prod.js +1 -1
  422. package/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js +1 -1
  423. package/Libraries/Renderer/implementations/ReactFabric-profiling.js +1 -1
  424. package/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js +1 -1
  425. package/Libraries/Renderer/implementations/ReactNativeRenderer-dev.js +1 -1
  426. package/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js +1 -1
  427. package/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js +1 -1
  428. package/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js +1 -1
  429. package/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.js +1 -1
  430. package/Libraries/Settings/NativeSettingsManager.js +1 -1
  431. package/Libraries/Settings/Settings.android.js +1 -1
  432. package/Libraries/Settings/Settings.ios.js +1 -1
  433. package/Libraries/Share/NativeShareModule.js +1 -1
  434. package/Libraries/Share/Share.js +1 -1
  435. package/Libraries/Storage/AsyncStorage.js +1 -1
  436. package/Libraries/Storage/NativeAsyncLocalStorage.js +1 -1
  437. package/Libraries/Storage/NativeAsyncSQLiteDBStorage.js +1 -1
  438. package/Libraries/StyleSheet/EdgeInsetsPropType.js +1 -1
  439. package/Libraries/StyleSheet/PlatformColorValueTypes.android.js +1 -1
  440. package/Libraries/StyleSheet/PlatformColorValueTypes.ios.js +1 -1
  441. package/Libraries/StyleSheet/PlatformColorValueTypesIOS.ios.js +1 -1
  442. package/Libraries/StyleSheet/PlatformColorValueTypesIOS.js +1 -1
  443. package/Libraries/StyleSheet/PointPropType.js +1 -1
  444. package/Libraries/StyleSheet/Rect.js +1 -1
  445. package/Libraries/StyleSheet/StyleSheet.js +1 -1
  446. package/Libraries/StyleSheet/StyleSheetTypes.js +1 -1
  447. package/Libraries/StyleSheet/__flowtests__/StyleSheet-flowtest.js +1 -1
  448. package/Libraries/StyleSheet/flattenStyle.js +1 -1
  449. package/Libraries/StyleSheet/normalizeColor.js +1 -1
  450. package/Libraries/StyleSheet/processColor.js +1 -1
  451. package/Libraries/StyleSheet/processColorArray.js +1 -1
  452. package/Libraries/StyleSheet/processTransform.js +1 -1
  453. package/Libraries/StyleSheet/setNormalizedColorAlpha.js +1 -1
  454. package/Libraries/StyleSheet/splitLayoutProps.js +1 -1
  455. package/Libraries/Text/Text.js +1 -1
  456. package/Libraries/Text/Text.windows.js +1 -1
  457. package/Libraries/Text/TextAncestor.js +1 -1
  458. package/Libraries/Text/TextNativeComponent.js +1 -1
  459. package/Libraries/Text/TextProps.js +1 -1
  460. package/Libraries/TurboModule/RCTExport.js +1 -1
  461. package/Libraries/TurboModule/TurboModuleRegistry.js +1 -1
  462. package/Libraries/TurboModule/samples/NativeSampleTurboModule.js +1 -1
  463. package/Libraries/Types/CodegenTypes.js +1 -1
  464. package/Libraries/Types/CoreEventTypes.js +1 -1
  465. package/Libraries/Types/CoreEventTypes.windows.js +1 -1
  466. package/Libraries/Types/RootTagTypes.js +1 -1
  467. package/Libraries/UTFSequence.js +1 -1
  468. package/Libraries/Utilities/Appearance.js +1 -1
  469. package/Libraries/Utilities/BackHandler.android.js +1 -1
  470. package/Libraries/Utilities/BackHandler.ios.js +1 -1
  471. package/Libraries/Utilities/BackHandler.windows.js +1 -1
  472. package/Libraries/Utilities/DebugEnvironment.js +1 -1
  473. package/Libraries/Utilities/DevSettings.js +1 -1
  474. package/Libraries/Utilities/DeviceInfo.js +1 -1
  475. package/Libraries/Utilities/Dimensions.js +1 -1
  476. package/Libraries/Utilities/FeatureDetection.js +1 -1
  477. package/Libraries/Utilities/GlobalPerformanceLogger.js +1 -1
  478. package/Libraries/Utilities/HMRClient.js +1 -1
  479. package/Libraries/Utilities/HMRClientProdShim.js +1 -1
  480. package/Libraries/Utilities/JSDevSupportModule.js +1 -1
  481. package/Libraries/Utilities/LoadingView.android.js +1 -1
  482. package/Libraries/Utilities/LoadingView.ios.js +1 -1
  483. package/Libraries/Utilities/LoadingView.js +1 -1
  484. package/Libraries/Utilities/MatrixMath.js +1 -1
  485. package/Libraries/Utilities/NativeAppearance.js +1 -1
  486. package/Libraries/Utilities/NativeDevLoadingView.js +1 -1
  487. package/Libraries/Utilities/NativeDevSplitBundleLoader.js +1 -1
  488. package/Libraries/Utilities/NativeDeviceInfo.js +1 -1
  489. package/Libraries/Utilities/NativeJSDevSupport.js +1 -1
  490. package/Libraries/Utilities/NativePlatformConstantsAndroid.js +1 -1
  491. package/Libraries/Utilities/NativePlatformConstantsIOS.js +1 -1
  492. package/Libraries/Utilities/PerformanceLoggerContext.js +1 -1
  493. package/Libraries/Utilities/PixelRatio.js +1 -1
  494. package/Libraries/Utilities/Platform.android.js +1 -1
  495. package/Libraries/Utilities/Platform.ios.js +1 -1
  496. package/Libraries/Utilities/PolyfillFunctions.js +1 -1
  497. package/Libraries/Utilities/RCTLog.js +1 -1
  498. package/Libraries/Utilities/ReactNativeTestTools.js +1 -1
  499. package/Libraries/Utilities/SceneTracker.js +1 -1
  500. package/Libraries/Utilities/__mocks__/BackHandler.js +1 -1
  501. package/Libraries/Utilities/__mocks__/GlobalPerformanceLogger.js +1 -1
  502. package/Libraries/Utilities/__mocks__/PixelRatio.js +1 -1
  503. package/Libraries/Utilities/binaryToBase64.js +1 -1
  504. package/Libraries/Utilities/buildStyleInterpolator.js +1 -1
  505. package/Libraries/Utilities/clamp.js +1 -1
  506. package/Libraries/Utilities/codegenNativeCommands.js +1 -1
  507. package/Libraries/Utilities/codegenNativeComponent.js +1 -1
  508. package/Libraries/Utilities/createPerformanceLogger.js +1 -1
  509. package/Libraries/Utilities/deepFreezeAndThrowOnMutationInDev.js +1 -1
  510. package/Libraries/Utilities/defineLazyObjectProperty.js +1 -1
  511. package/Libraries/Utilities/deprecatedPropType.js +1 -1
  512. package/Libraries/Utilities/differ/deepDiffer.js +1 -1
  513. package/Libraries/Utilities/differ/insetsDiffer.js +1 -1
  514. package/Libraries/Utilities/differ/matricesDiffer.js +1 -1
  515. package/Libraries/Utilities/differ/pointsDiffer.js +1 -1
  516. package/Libraries/Utilities/differ/sizesDiffer.js +1 -1
  517. package/Libraries/Utilities/dismissKeyboard.js +1 -1
  518. package/Libraries/Utilities/groupByEveryN.js +1 -1
  519. package/Libraries/Utilities/infoLog.js +1 -1
  520. package/Libraries/Utilities/logError.js +1 -1
  521. package/Libraries/Utilities/mapWithSeparator.js +1 -1
  522. package/Libraries/Utilities/mergeIntoFast.js +1 -1
  523. package/Libraries/Utilities/setAndForwardRef.js +1 -1
  524. package/Libraries/Utilities/stringifySafe.js +1 -1
  525. package/Libraries/Utilities/truncate.js +1 -1
  526. package/Libraries/Utilities/useColorScheme.js +1 -1
  527. package/Libraries/Utilities/useMergeRefs.js +1 -1
  528. package/Libraries/Utilities/useRefEffect.js +1 -1
  529. package/Libraries/Utilities/useWindowDimensions.js +1 -1
  530. package/Libraries/Utilities/verifyComponentAttributeEquivalence.js +1 -1
  531. package/Libraries/Utilities/warnOnce.js +1 -1
  532. package/Libraries/Vibration/NativeVibration.js +1 -1
  533. package/Libraries/Vibration/Vibration.js +1 -1
  534. package/Libraries/WebSocket/NativeWebSocketModule.js +1 -1
  535. package/Libraries/WebSocket/WebSocket.js +1 -1
  536. package/Libraries/WebSocket/WebSocketEvent.js +1 -1
  537. package/Libraries/WebSocket/WebSocketInterceptor.js +1 -1
  538. package/Libraries/WebSocket/__mocks__/event-target-shim.js +1 -1
  539. package/Libraries/YellowBox/YellowBoxDeprecated.js +1 -1
  540. package/Libraries/__flowtests__/ReactNativeTypes-flowtest.js +1 -1
  541. package/Libraries/promiseRejectionTrackingOptions.js +1 -1
  542. package/Libraries/vendor/core/ErrorUtils.js +1 -1
  543. package/Libraries/vendor/emitter/EventEmitter.js +1 -1
  544. package/Libraries/vendor/emitter/EventSubscription.js +1 -1
  545. package/Libraries/vendor/emitter/_EmitterSubscription.js +1 -1
  546. package/Libraries/vendor/emitter/_EventEmitter.js +1 -1
  547. package/Libraries/vendor/emitter/_EventSubscription.js +1 -1
  548. package/Libraries/vendor/emitter/_EventSubscriptionVendor.js +1 -1
  549. package/Libraries/vendor/emitter/__flowtests__/EventEmitter-flowtest.js +1 -1
  550. package/Microsoft.ReactNative/Base/CoreNativeModules.cpp +0 -11
  551. package/Microsoft.ReactNative/Base/CoreNativeModules.h +0 -2
  552. package/Microsoft.ReactNative/Fabric/ImageRequest.cpp +2 -2
  553. package/Microsoft.ReactNative/Fabric/platform/react/renderer/graphics/Color.cpp +1 -1
  554. package/Microsoft.ReactNative/Fabric/platform/react/renderer/graphics/conversions.h +12 -12
  555. package/Microsoft.ReactNative/Fabric/platform/react/renderer/graphics/platform/cxx/react/renderer/graphics/Color.h +3 -3
  556. package/Microsoft.ReactNative/Modules/Animated/AnimationDriver.cpp +24 -17
  557. package/Microsoft.ReactNative/Modules/Animated/AnimationDriver.h +3 -0
  558. package/Microsoft.ReactNative/Modules/Animated/CalculatedAnimationDriver.cpp +3 -1
  559. package/Microsoft.ReactNative/Modules/Animated/CalculatedAnimationDriver.h +1 -1
  560. package/Microsoft.ReactNative/Modules/Animated/DecayAnimationDriver.cpp +5 -6
  561. package/Microsoft.ReactNative/Modules/Animated/DecayAnimationDriver.h +1 -3
  562. package/Microsoft.ReactNative/Modules/Animated/NativeAnimatedNodeManager.cpp +83 -9
  563. package/Microsoft.ReactNative/Modules/Animated/NativeAnimatedNodeManager.h +13 -1
  564. package/Microsoft.ReactNative/Modules/Animated/SpringAnimationDriver.cpp +4 -1
  565. package/Microsoft.ReactNative/Modules/Animated/SpringAnimationDriver.h +1 -1
  566. package/Microsoft.ReactNative/Modules/Animated/TrackingAnimatedNode.cpp +3 -0
  567. package/Microsoft.ReactNative/Modules/AppThemeModuleUwp.cpp +60 -45
  568. package/Microsoft.ReactNative/Modules/AppThemeModuleUwp.h +22 -23
  569. package/Microsoft.ReactNative/Modules/LinkingManagerModule.cpp +57 -72
  570. package/Microsoft.ReactNative/Modules/LinkingManagerModule.h +35 -13
  571. package/Microsoft.ReactNative/ReactApplication.cpp +1 -1
  572. package/Microsoft.ReactNative/ReactHost/ReactInstanceWin.cpp +12 -7
  573. package/Microsoft.ReactNative/ReactHost/ReactInstanceWin.h +0 -2
  574. package/PropertySheets/External/Microsoft.ReactNative.Common.targets +3 -2
  575. package/PropertySheets/Generated/PackageVersion.g.props +1 -1
  576. package/ReactCommon/Yoga.cpp +1 -1
  577. package/Shared/CreateModules.h +0 -3
  578. package/Shared/Modules/AsyncStorageModule.cpp +0 -4
  579. package/codegen/NativeAppThemeSpec.g.h +57 -0
  580. package/index.js +1 -1
  581. package/index.windows.js +6 -3
  582. package/interface.js +1 -1
  583. package/jest/MockNativeMethods.js +1 -1
  584. package/jest/assetFileTransformer.js +1 -1
  585. package/jest/mockComponent.js +1 -1
  586. package/jest/mockModal.js +1 -1
  587. package/jest/mockNativeComponent.js +1 -1
  588. package/jest/mockScrollView.js +1 -1
  589. package/jest/preprocessor.js +1 -1
  590. package/jest/renderer.js +1 -1
  591. package/jest/setup.js +1 -1
  592. package/package.json +6 -6
  593. package/rn-get-polyfills.js +1 -1
  594. package/rntypes/index.d.ts +6 -1
  595. package/template/shared-app/proj/NuGet.Config +2 -0
  596. package/typings-index.d.ts +0 -1
  597. package/typings-index.js +0 -1
  598. package/typings-index.js.map +1 -1
  599. package/Libraries/AppTheme/AppTheme.d.ts +0 -13
  600. package/Libraries/AppTheme/AppTheme.js.map +0 -1
  601. package/Libraries/AppTheme/AppThemeTypes.js +0 -8
  602. package/Libraries/AppTheme/AppThemeTypes.js.map +0 -1
package/.flowconfig CHANGED
@@ -121,4 +121,4 @@ untyped-import
121
121
  untyped-type-import
122
122
 
123
123
  [version]
124
- ^0.167.1
124
+ ^0.168.0
@@ -5,8 +5,9 @@
5
5
  <Import Condition="Exists($([MSBuild]::GetPathOfFileAbove('Directory.Build.targets', '$(MSBuildThisFileDirectory)../')))" Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.targets', '$(MSBuildThisFileDirectory)../'))" />
6
6
 
7
7
  <!--Allow implicitly restoring PackageReference dependencies in C++ projects using the Visual Studio IDE.-->
8
- <Target Name="BeforeResolveReferences" Condition="'$(BuildingInsideVisualStudio)' == 'true' AND '$(MSBuildProjectExtension)' == '.vcxproj'">
9
- <MSBuild Projects="$(MSBuildProjectFile)" Targets="Restore" />
8
+ <Target Name="BeforeResolveReferences" Condition="'$(BuildingInsideVisualStudio)' == 'true'">
9
+ <MSBuild Projects="$(SolutionPath)" Targets="Restore" Properties="RestoreProjectStyle=PackageReference" />
10
+ <MSBuild Projects="$(SolutionPath)" Targets="Restore" Properties="RestoreProjectStyle=PackagesConfig;RestorePackagesConfig=true" />
10
11
  </Target>
11
12
 
12
13
  </Project>
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Portions Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Portions Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,47 +1,83 @@
1
- /**
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- * @format
5
- */
6
- 'use strict';
7
- Object.defineProperty(exports, "__esModule", { value: true });
8
- exports.AppTheme = void 0;
9
- const react_native_1 = require("react-native");
10
- // We previously gracefully handled importing AppTheme in the Jest environment.
11
- // Mock the NM until we have a coherent story for exporting our own Jest mocks,
12
- // or remove this API.
13
- const NativeAppTheme = react_native_1.NativeModules.RTCAppTheme || {
14
- initialHighContrast: false,
15
- initialHighContrastColors: {
16
- ButtonFaceColor: '',
17
- ButtonTextColor: '',
18
- GrayTextColor: '',
19
- HighlightColor: '',
20
- HighlightTextColor: '',
21
- HotlightColor: '',
22
- WindowColor: '',
23
- WindowTextColor: '',
24
- },
25
- };
26
- class AppThemeModule extends react_native_1.NativeEventEmitter {
27
- constructor() {
28
- super();
29
- this._highContrastColors = NativeAppTheme.initialHighContrastColors;
30
- this._isHighContrast = NativeAppTheme.initialHighContrast;
31
- this.addListener('highContrastChanged', (nativeEvent) => {
32
- this._isHighContrast = nativeEvent.isHighContrast;
33
- this._highContrastColors = nativeEvent.highContrastColors;
34
- });
35
- }
36
- addListener(eventName, listener) {
37
- return super.addListener(eventName, listener);
38
- }
39
- get isHighContrast() {
40
- return this._isHighContrast;
41
- }
42
- get currentHighContrastColors() {
43
- return this._highContrastColors;
44
- }
45
- }
46
- exports.AppTheme = new AppThemeModule();
47
- //# sourceMappingURL=AppTheme.js.map
1
+ /**
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * @format
6
+ * @flow strict-local
7
+ */
8
+
9
+ import EventEmitter, {
10
+ type EventSubscription,
11
+ } from '../vendor/emitter/EventEmitter';
12
+ import NativeEventEmitter from '../EventEmitter/NativeEventEmitter';
13
+ import NativeAppTheme, {
14
+ type AppThemeData,
15
+ type HighContrastColors,
16
+ } from './NativeAppTheme';
17
+
18
+ // Default values here are used in jest environment, or when native module otherwise not availiable
19
+ let _isHighContrast = false;
20
+ let _highContrastColors = {
21
+ ButtonFaceColor: '',
22
+ ButtonTextColor: '',
23
+ GrayTextColor: '',
24
+ HighlightColor: '',
25
+ HighlightTextColor: '',
26
+ HotlightColor: '',
27
+ WindowColor: '',
28
+ WindowTextColor: '',
29
+ };
30
+
31
+ type AppThemeListener = (nativeEvent: AppThemeData) => void;
32
+ const eventEmitter = new EventEmitter<{
33
+ highContrastChanged: [AppThemeData],
34
+ }>();
35
+
36
+ type NativeAppThemeEventDefinitions = {
37
+ highContrastChanged: [AppThemeData],
38
+ };
39
+
40
+ if (NativeAppTheme) {
41
+ _isHighContrast = NativeAppTheme.getConstants().isHighContrast;
42
+ _highContrastColors = NativeAppTheme.getConstants().highContrastColors;
43
+
44
+ const nativeEventEmitter =
45
+ new NativeEventEmitter<NativeAppThemeEventDefinitions>(null);
46
+ nativeEventEmitter.addListener(
47
+ 'highContrastChanged',
48
+ (newAppTheme: AppThemeData) => {
49
+ _isHighContrast = newAppTheme.isHighContrast;
50
+ _highContrastColors = newAppTheme.highContrastColors;
51
+ eventEmitter.emit('highContrastChanged', newAppTheme);
52
+ },
53
+ );
54
+ }
55
+
56
+ module.exports = {
57
+ // $FlowFixMe[unsafe-getters-setters]
58
+ get isHighContrast(): boolean {
59
+ return _isHighContrast;
60
+ },
61
+
62
+ // $FlowFixMe[unsafe-getters-setters]
63
+ get currentHighContrastColors(): HighContrastColors {
64
+ return _highContrastColors;
65
+ },
66
+
67
+ /**
68
+ * Add an event handler that is fired when appearance preferences change.
69
+ */
70
+ addListener(
71
+ eventName: 'highContrastChanged',
72
+ listener: AppThemeListener,
73
+ ): EventSubscription {
74
+ return eventEmitter.addListener(eventName, listener);
75
+ },
76
+
77
+ removeListener(
78
+ eventName: 'highContrastChanged',
79
+ listener: AppThemeListener,
80
+ ): void {
81
+ eventEmitter.removeListener(eventName, listener);
82
+ },
83
+ };
@@ -1,22 +1,47 @@
1
- /**
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- * @format
5
- */
6
- /**
7
- * Color information for high contrast
8
- */
9
- export interface IHighContrastColors {
10
- ButtonFaceColor: string;
11
- ButtonTextColor: string;
12
- GrayTextColor: string;
13
- HighlightColor: string;
14
- HighlightTextColor: string;
15
- HotlightColor: string;
16
- WindowColor: string;
17
- WindowTextColor: string;
18
- }
19
- export interface IHighContrastChangedEvent {
20
- isHighContrast: boolean;
21
- highContrastColors: IHighContrastColors;
22
- }
1
+ /**
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ * @format
5
+ */
6
+
7
+ import {EmitterSubscription} from 'react-native';
8
+
9
+ /**
10
+ * Color information for high contrast
11
+ */
12
+ export interface IHighContrastColors {
13
+ ButtonFaceColor: string;
14
+ ButtonTextColor: string;
15
+ GrayTextColor: string;
16
+ HighlightColor: string;
17
+ HighlightTextColor: string;
18
+ HotlightColor: string;
19
+ WindowColor: string;
20
+ WindowTextColor: string;
21
+ }
22
+
23
+ export interface IHighContrastChangedEvent {
24
+ isHighContrast: boolean;
25
+ highContrastColors: IHighContrastColors;
26
+ }
27
+
28
+ export type AppTheme = {
29
+ addListener(
30
+ eventName: 'highContrastChanged',
31
+ listener: (nativeEvent: IHighContrastChangedEvent) => void,
32
+ ): EmitterSubscription;
33
+
34
+ /**
35
+ * @deprecated Use remove method on the EmitterSubscription returned from addListener
36
+ */
37
+ removeListener(
38
+ eventName: 'highContrastChanged',
39
+ listener: (nativeEvent: IHighContrastChangedEvent) => void,
40
+ ): void;
41
+
42
+ isHighContrast: boolean;
43
+
44
+ currentHighContrastColors: IHighContrastColors;
45
+ };
46
+
47
+ export const AppTheme: AppTheme;