react-native-web-tv 0.21.2-tv.4 → 0.21.2-tv.6

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 (55) hide show
  1. package/dist/cjs/exports/AccessibilityInfo/index.js +1 -0
  2. package/dist/cjs/exports/Pressable/index.js +1 -0
  3. package/dist/cjs/exports/ScrollView/ScrollViewBase.js +1 -0
  4. package/dist/cjs/exports/ScrollView/index.js +1 -0
  5. package/dist/cjs/exports/TV/TVFocusGuideView.js +1 -0
  6. package/dist/cjs/exports/TV/TVTextScrollView.js +1 -0
  7. package/dist/cjs/exports/TV/utils.js +1 -1
  8. package/dist/cjs/exports/TouchableHighlight/index.js +1 -0
  9. package/dist/cjs/exports/TouchableOpacity/index.js +1 -0
  10. package/dist/cjs/exports/TouchableWithoutFeedback/index.js +1 -0
  11. package/dist/cjs/exports/View/index.js +1 -0
  12. package/dist/cjs/modules/SpatialManager/index.js +1 -1
  13. package/dist/cjs/modules/SpatialManager/utils.js +1 -1
  14. package/dist/exports/AccessibilityInfo/index.js +1 -0
  15. package/dist/exports/AccessibilityInfo/index.js.flow +1 -0
  16. package/dist/exports/Pressable/index.js +1 -0
  17. package/dist/exports/Pressable/index.js.flow +1 -0
  18. package/dist/exports/ScrollView/ScrollViewBase.js +1 -0
  19. package/dist/exports/ScrollView/ScrollViewBase.js.flow +1 -0
  20. package/dist/exports/ScrollView/index.js +1 -0
  21. package/dist/exports/ScrollView/index.js.flow +1 -0
  22. package/dist/exports/TV/TVFocusGuideView.js +1 -0
  23. package/dist/exports/TV/TVFocusGuideView.js.flow +1 -0
  24. package/dist/exports/TV/TVTextScrollView.js +1 -0
  25. package/dist/exports/TV/TVTextScrollView.js.flow +1 -0
  26. package/dist/exports/TV/utils.js +1 -1
  27. package/dist/exports/TV/utils.js.flow +1 -1
  28. package/dist/exports/TouchableHighlight/index.js +1 -0
  29. package/dist/exports/TouchableHighlight/index.js.flow +1 -0
  30. package/dist/exports/TouchableOpacity/index.js +1 -0
  31. package/dist/exports/TouchableOpacity/index.js.flow +1 -0
  32. package/dist/exports/TouchableWithoutFeedback/index.js +1 -0
  33. package/dist/exports/TouchableWithoutFeedback/index.js.flow +1 -0
  34. package/dist/exports/View/index.js +1 -0
  35. package/dist/exports/View/index.js.flow +1 -0
  36. package/dist/exports/View/types.js.flow +1 -0
  37. package/dist/modules/SpatialManager/index.js +1 -1
  38. package/dist/modules/SpatialManager/index.js.flow +1 -1
  39. package/dist/modules/SpatialManager/utils.js +1 -1
  40. package/dist/modules/SpatialManager/utils.js.flow +1 -1
  41. package/package.json +1 -1
  42. package/src/exports/AccessibilityInfo/index.js +1 -0
  43. package/src/exports/Pressable/index.js +1 -0
  44. package/src/exports/ScrollView/ScrollViewBase.js +1 -0
  45. package/src/exports/ScrollView/index.js +1 -0
  46. package/src/exports/TV/TVFocusGuideView.js +1 -0
  47. package/src/exports/TV/TVTextScrollView.js +1 -0
  48. package/src/exports/TV/utils.js +1 -1
  49. package/src/exports/TouchableHighlight/index.js +1 -0
  50. package/src/exports/TouchableOpacity/index.js +1 -0
  51. package/src/exports/TouchableWithoutFeedback/index.js +1 -0
  52. package/src/exports/View/index.js +1 -0
  53. package/src/exports/View/types.js +1 -0
  54. package/src/modules/SpatialManager/index.js +1 -1
  55. package/src/modules/SpatialManager/utils.js +1 -1
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Copyright (c) Meta Platforms, Inc. and affiliates.
4
+ * Modifications copyright (c) 2026 Harpreet Singh.
4
5
  *
5
6
  * This source code is licensed under the MIT license found in the
6
7
  * LICENSE file in the root directory of this source tree.
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Copyright (c) Meta Platforms, Inc. and affiliates.
4
+ * Modifications copyright (c) 2026 Harpreet Singh.
4
5
  *
5
6
  * This source code is licensed under the MIT license found in the
6
7
  * LICENSE file in the root directory of this source tree.
@@ -13,6 +13,7 @@ var _useMergeRefs = _interopRequireDefault(require("../../modules/useMergeRefs")
13
13
  var _excluded = ["focusable", "isTVSelectable", "onScroll", "onTouchMove", "onWheel", "scrollEnabled", "scrollEventThrottle", "showsHorizontalScrollIndicator", "showsVerticalScrollIndicator", "style"];
14
14
  /**
15
15
  * Copyright (c) Nicolas Gallagher.
16
+ * Modifications copyright (c) 2026 Harpreet Singh.
16
17
  *
17
18
  * This source code is licensed under the MIT license found in the
18
19
  * LICENSE file in the root directory of this source tree.
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Copyright (c) Nicolas Gallagher.
4
+ * Modifications copyright (c) 2026 Harpreet Singh.
4
5
  * Copyright (c) Meta Platforms, Inc. and affiliates.
5
6
  *
6
7
  * This source code is licensed under the MIT license found in the
@@ -14,6 +14,7 @@ var _StyleSheet = _interopRequireDefault(require("../StyleSheet"));
14
14
  var React = _interopRequireWildcard(require("react"));
15
15
  /**
16
16
  * Copyright (c) Facebook, Inc. and its affiliates.
17
+ * Modifications copyright (c) 2026 Harpreet Singh.
17
18
  *
18
19
  * This source code is licensed under the MIT license found in the
19
20
  * LICENSE file in the root directory of this source tree.
@@ -12,6 +12,7 @@ var _SpatialManager = require("../../modules/SpatialManager");
12
12
  var React = _interopRequireWildcard(require("react"));
13
13
  /**
14
14
  * Copyright (c) Douglas Lowder.
15
+ * Modifications copyright (c) 2026 Harpreet Singh.
15
16
  *
16
17
  * This source code is licensed under the MIT license found in the
17
18
  * LICENSE file in the root directory of this source tree.
@@ -3,7 +3,7 @@
3
3
  exports.__esModule = true;
4
4
  exports.setupNodeId = setupNodeId;
5
5
  /**
6
- * Copyright (c) Douglas Lowder.
6
+ * Copyright (c) 2026 Harpreet Singh.
7
7
  *
8
8
  * This source code is licensed under the MIT license found in the
9
9
  * LICENSE file in the root directory of this source tree.
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Copyright (c) Meta Platforms, Inc. and affiliates.
4
+ * Modifications copyright (c) 2026 Harpreet Singh.
4
5
  *
5
6
  * This source code is licensed under the MIT license found in the
6
7
  * LICENSE file in the root directory of this source tree.
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Copyright (c) Meta Platforms, Inc. and affiliates.
4
+ * Modifications copyright (c) 2026 Harpreet Singh.
4
5
  *
5
6
  * This source code is licensed under the MIT license found in the
6
7
  * LICENSE file in the root directory of this source tree.
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Copyright (c) Meta Platforms, Inc. and affiliates.
4
+ * Modifications copyright (c) 2026 Harpreet Singh.
4
5
  *
5
6
  * This source code is licensed under the MIT license found in the
6
7
  * LICENSE file in the root directory of this source tree.
@@ -2,6 +2,7 @@
2
2
  /**
3
3
  * Copyright (c) Nicolas Gallagher.
4
4
  * Copyright (c) Meta Platforms, Inc. and affiliates.
5
+ * Modifications copyright (c) 2026 Harpreet Singh.
5
6
  *
6
7
  * This source code is licensed under the MIT license found in the
7
8
  * LICENSE file in the root directory of this source tree.
@@ -14,7 +14,7 @@ var _scrollHandler = require("./scrollHandler");
14
14
  exports.scrollContainer = _scrollHandler.scrollContainer;
15
15
  var _SpatialManager;
16
16
  /**
17
- * Copyright (c) Meta Platforms, Inc. and affiliates.
17
+ * Copyright (c) 2026 Harpreet Singh.
18
18
  *
19
19
  * This source code is licensed under the MIT license found in the
20
20
  * LICENSE file in the root directory of this source tree.
@@ -11,7 +11,7 @@ exports.inferScrollDirection = inferScrollDirection;
11
11
  exports.isElementInWindowViewport = isElementInWindowViewport;
12
12
  exports.scheduleAnimationFrame = scheduleAnimationFrame;
13
13
  /**
14
- * Copyright (c) Meta Platforms, Inc. and affiliates.
14
+ * Copyright (c) 2026 Harpreet Singh.
15
15
  *
16
16
  * This source code is licensed under the MIT license found in the
17
17
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -3,6 +3,7 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutP
3
3
  var _excluded = ["focusable", "isTVSelectable", "onScroll", "onTouchMove", "onWheel", "scrollEnabled", "scrollEventThrottle", "showsHorizontalScrollIndicator", "showsVerticalScrollIndicator", "style"];
4
4
  /**
5
5
  * Copyright (c) Nicolas Gallagher.
6
+ * Modifications copyright (c) 2026 Harpreet Singh.
6
7
  *
7
8
  * This source code is licensed under the MIT license found in the
8
9
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Nicolas Gallagher.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Nicolas Gallagher.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  * Copyright (c) Meta Platforms, Inc. and affiliates.
4
5
  *
5
6
  * This source code is licensed under the MIT license found in the
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Nicolas Gallagher.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  * Copyright (c) Meta Platforms, Inc. and affiliates.
4
5
  *
5
6
  * This source code is licensed under the MIT license found in the
@@ -1,6 +1,7 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  /**
3
3
  * Copyright (c) Facebook, Inc. and its affiliates.
4
+ * Modifications copyright (c) 2026 Harpreet Singh.
4
5
  *
5
6
  * This source code is licensed under the MIT license found in the
6
7
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Facebook, Inc. and its affiliates.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectSpread from "@babel/runtime/helpers/objectSpread2";
3
3
  /**
4
4
  * Copyright (c) Douglas Lowder.
5
+ * Modifications copyright (c) 2026 Harpreet Singh.
5
6
  *
6
7
  * This source code is licensed under the MIT license found in the
7
8
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Douglas Lowder.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Douglas Lowder.
2
+ * Copyright (c) 2026 Harpreet Singh.
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) Douglas Lowder.
2
+ * Copyright (c) 2026 Harpreet Singh.
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,6 @@
1
1
  /**
2
2
  * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * Copyright (c) Nicolas Gallagher.
3
3
  * Copyright (c) Meta Platforms, Inc. and affiliates.
4
+ * Modifications copyright (c) 2026 Harpreet Singh.
4
5
  *
5
6
  * This source code is licensed under the MIT license found in the
6
7
  * LICENSE file in the root directory of this source tree.
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * Copyright (c) Nicolas Gallagher.
3
3
  * Copyright (c) Meta Platforms, Inc. and affiliates.
4
+ * Modifications copyright (c) 2026 Harpreet Singh.
4
5
  *
5
6
  * This source code is licensed under the MIT license found in the
6
7
  * LICENSE file in the root directory of this source tree.
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * Copyright (c) Nicolas Gallagher.
3
3
  * Copyright (c) Meta Platforms, Inc. and affiliates.
4
+ * Modifications copyright (c) 2026 Harpreet Singh.
4
5
  *
5
6
  * This source code is licensed under the MIT license found in the
6
7
  * LICENSE file in the root directory of this source tree.
@@ -3,7 +3,7 @@ import _classPrivateFieldLooseBase from "@babel/runtime/helpers/classPrivateFiel
3
3
  import _classPrivateFieldLooseKey from "@babel/runtime/helpers/classPrivateFieldLooseKey";
4
4
  var _SpatialManager;
5
5
  /**
6
- * Copyright (c) Meta Platforms, Inc. and affiliates.
6
+ * Copyright (c) 2026 Harpreet Singh.
7
7
  *
8
8
  * This source code is licensed under the MIT license found in the
9
9
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Meta Platforms, Inc. and affiliates.
2
+ * Copyright (c) 2026 Harpreet Singh.
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) Meta Platforms, Inc. and affiliates.
2
+ * Copyright (c) 2026 Harpreet Singh.
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) Meta Platforms, Inc. and affiliates.
2
+ * Copyright (c) 2026 Harpreet Singh.
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.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "react-native-web-tv",
7
- "version": "0.21.2-tv.4",
7
+ "version": "0.21.2-tv.6",
8
8
  "description": "React Native Web for TV",
9
9
  "module": "dist/index.js",
10
10
  "main": "dist/cjs/index.js",
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Nicolas Gallagher.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Nicolas Gallagher.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  * Copyright (c) Meta Platforms, Inc. and affiliates.
4
5
  *
5
6
  * This source code is licensed under the MIT license found in the
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Facebook, Inc. and its affiliates.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Douglas Lowder.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Douglas Lowder.
2
+ * Copyright (c) 2026 Harpreet Singh.
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,6 @@
1
1
  /**
2
2
  * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ * Modifications copyright (c) 2026 Harpreet Singh.
3
4
  *
4
5
  * This source code is licensed under the MIT license found in the
5
6
  * LICENSE file in the root directory of this source tree.
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * Copyright (c) Nicolas Gallagher.
3
3
  * Copyright (c) Meta Platforms, Inc. and affiliates.
4
+ * Modifications copyright (c) 2026 Harpreet Singh.
4
5
  *
5
6
  * This source code is licensed under the MIT license found in the
6
7
  * LICENSE file in the root directory of this source tree.
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * Copyright (c) Nicolas Gallagher.
3
3
  * Copyright (c) Meta Platforms, Inc. and affiliates.
4
+ * Modifications copyright (c) 2026 Harpreet Singh.
4
5
  *
5
6
  * This source code is licensed under the MIT license found in the
6
7
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Meta Platforms, Inc. and affiliates.
2
+ * Copyright (c) 2026 Harpreet Singh.
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) Meta Platforms, Inc. and affiliates.
2
+ * Copyright (c) 2026 Harpreet Singh.
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.