@uniformdev/context-react 17.3.1-alpha.194 → 17.4.1-alpha.0
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/index.d.ts +3 -0
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -165,6 +165,7 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
|
|
|
165
165
|
hidden?: boolean | undefined;
|
|
166
166
|
id?: string | undefined;
|
|
167
167
|
lang?: string | undefined;
|
|
168
|
+
nonce?: string | undefined;
|
|
168
169
|
placeholder?: string | undefined;
|
|
169
170
|
slot?: string | undefined;
|
|
170
171
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
@@ -315,6 +316,8 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
|
|
|
315
316
|
onProgressCapture?: react.ReactEventHandler<HTMLElement> | undefined;
|
|
316
317
|
onRateChange?: react.ReactEventHandler<HTMLElement> | undefined;
|
|
317
318
|
onRateChangeCapture?: react.ReactEventHandler<HTMLElement> | undefined;
|
|
319
|
+
onResize?: react.ReactEventHandler<HTMLElement> | undefined;
|
|
320
|
+
onResizeCapture?: react.ReactEventHandler<HTMLElement> | undefined;
|
|
318
321
|
onSeeked?: react.ReactEventHandler<HTMLElement> | undefined;
|
|
319
322
|
onSeekedCapture?: react.ReactEventHandler<HTMLElement> | undefined;
|
|
320
323
|
onSeeking?: react.ReactEventHandler<HTMLElement> | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/context-react",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.4.1-alpha.0+59ecbc3",
|
|
4
4
|
"description": "Uniform Context React integration package",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/cookie": "0.5.1",
|
|
27
|
-
"@types/react": "18.0.
|
|
27
|
+
"@types/react": "18.0.25",
|
|
28
28
|
"react": "18.2.0",
|
|
29
29
|
"react-dom": "18.2.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@uniformdev/context": "^17.
|
|
32
|
+
"@uniformdev/context": "^17.4.1-alpha.0+59ecbc3",
|
|
33
33
|
"cookie": "0.5.0",
|
|
34
34
|
"dequal": "2.0.3"
|
|
35
35
|
},
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "59ecbc39bc240b9e2e5312a7cc0a5bb565508612"
|
|
47
47
|
}
|