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.
- package/dist/cjs/exports/AccessibilityInfo/index.js +1 -0
- package/dist/cjs/exports/Pressable/index.js +1 -0
- package/dist/cjs/exports/ScrollView/ScrollViewBase.js +1 -0
- package/dist/cjs/exports/ScrollView/index.js +1 -0
- package/dist/cjs/exports/TV/TVFocusGuideView.js +1 -0
- package/dist/cjs/exports/TV/TVTextScrollView.js +1 -0
- package/dist/cjs/exports/TV/utils.js +1 -1
- package/dist/cjs/exports/TouchableHighlight/index.js +1 -0
- package/dist/cjs/exports/TouchableOpacity/index.js +1 -0
- package/dist/cjs/exports/TouchableWithoutFeedback/index.js +1 -0
- package/dist/cjs/exports/View/index.js +1 -0
- package/dist/cjs/modules/SpatialManager/index.js +1 -1
- package/dist/cjs/modules/SpatialManager/utils.js +1 -1
- package/dist/exports/AccessibilityInfo/index.js +1 -0
- package/dist/exports/AccessibilityInfo/index.js.flow +1 -0
- package/dist/exports/Pressable/index.js +1 -0
- package/dist/exports/Pressable/index.js.flow +1 -0
- package/dist/exports/ScrollView/ScrollViewBase.js +1 -0
- package/dist/exports/ScrollView/ScrollViewBase.js.flow +1 -0
- package/dist/exports/ScrollView/index.js +1 -0
- package/dist/exports/ScrollView/index.js.flow +1 -0
- package/dist/exports/TV/TVFocusGuideView.js +1 -0
- package/dist/exports/TV/TVFocusGuideView.js.flow +1 -0
- package/dist/exports/TV/TVTextScrollView.js +1 -0
- package/dist/exports/TV/TVTextScrollView.js.flow +1 -0
- package/dist/exports/TV/utils.js +1 -1
- package/dist/exports/TV/utils.js.flow +1 -1
- package/dist/exports/TouchableHighlight/index.js +1 -0
- package/dist/exports/TouchableHighlight/index.js.flow +1 -0
- package/dist/exports/TouchableOpacity/index.js +1 -0
- package/dist/exports/TouchableOpacity/index.js.flow +1 -0
- package/dist/exports/TouchableWithoutFeedback/index.js +1 -0
- package/dist/exports/TouchableWithoutFeedback/index.js.flow +1 -0
- package/dist/exports/View/index.js +1 -0
- package/dist/exports/View/index.js.flow +1 -0
- package/dist/exports/View/types.js.flow +1 -0
- package/dist/modules/SpatialManager/index.js +1 -1
- package/dist/modules/SpatialManager/index.js.flow +1 -1
- package/dist/modules/SpatialManager/utils.js +1 -1
- package/dist/modules/SpatialManager/utils.js.flow +1 -1
- package/package.json +1 -1
- package/src/exports/AccessibilityInfo/index.js +1 -0
- package/src/exports/Pressable/index.js +1 -0
- package/src/exports/ScrollView/ScrollViewBase.js +1 -0
- package/src/exports/ScrollView/index.js +1 -0
- package/src/exports/TV/TVFocusGuideView.js +1 -0
- package/src/exports/TV/TVTextScrollView.js +1 -0
- package/src/exports/TV/utils.js +1 -1
- package/src/exports/TouchableHighlight/index.js +1 -0
- package/src/exports/TouchableOpacity/index.js +1 -0
- package/src/exports/TouchableWithoutFeedback/index.js +1 -0
- package/src/exports/View/index.js +1 -0
- package/src/exports/View/types.js +1 -0
- package/src/modules/SpatialManager/index.js +1 -1
- package/src/modules/SpatialManager/utils.js +1 -1
|
@@ -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.
|
|
@@ -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)
|
|
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.
|
|
@@ -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)
|
|
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)
|
|
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.
|
|
@@ -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,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.
|
|
@@ -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.
|
package/dist/exports/TV/utils.js
CHANGED
|
@@ -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)
|
|
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.
|
package/package.json
CHANGED
package/src/exports/TV/utils.js
CHANGED
|
@@ -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.
|