@uniformdev/context-react 20.34.2-alpha.67 → 20.35.1-alpha.87
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.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
@@ -216,6 +216,8 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
|
|
216
216
|
unselectable?: "on" | "off" | undefined;
|
217
217
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
218
218
|
is?: string | undefined;
|
219
|
+
exportparts?: string | undefined;
|
220
|
+
part?: string | undefined;
|
219
221
|
"aria-activedescendant"?: string | undefined;
|
220
222
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
221
223
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
@@ -290,7 +292,7 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
|
|
290
292
|
onBlurCapture?: react.FocusEventHandler<HTMLElement> | undefined;
|
291
293
|
onChange?: react.FormEventHandler<HTMLElement> | undefined;
|
292
294
|
onChangeCapture?: react.FormEventHandler<HTMLElement> | undefined;
|
293
|
-
onBeforeInput?: react.
|
295
|
+
onBeforeInput?: react.InputEventHandler<HTMLElement> | undefined;
|
294
296
|
onBeforeInputCapture?: react.FormEventHandler<HTMLElement> | undefined;
|
295
297
|
onInput?: react.FormEventHandler<HTMLElement> | undefined;
|
296
298
|
onInputCapture?: react.FormEventHandler<HTMLElement> | undefined;
|
@@ -340,8 +342,6 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
|
|
340
342
|
onProgressCapture?: react.ReactEventHandler<HTMLElement> | undefined;
|
341
343
|
onRateChange?: react.ReactEventHandler<HTMLElement> | undefined;
|
342
344
|
onRateChangeCapture?: react.ReactEventHandler<HTMLElement> | undefined;
|
343
|
-
onResize?: react.ReactEventHandler<HTMLElement> | undefined;
|
344
|
-
onResizeCapture?: react.ReactEventHandler<HTMLElement> | undefined;
|
345
345
|
onSeeked?: react.ReactEventHandler<HTMLElement> | undefined;
|
346
346
|
onSeekedCapture?: react.ReactEventHandler<HTMLElement> | undefined;
|
347
347
|
onSeeking?: react.ReactEventHandler<HTMLElement> | undefined;
|
package/dist/index.d.ts
CHANGED
@@ -216,6 +216,8 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
|
|
216
216
|
unselectable?: "on" | "off" | undefined;
|
217
217
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
218
218
|
is?: string | undefined;
|
219
|
+
exportparts?: string | undefined;
|
220
|
+
part?: string | undefined;
|
219
221
|
"aria-activedescendant"?: string | undefined;
|
220
222
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
221
223
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
@@ -290,7 +292,7 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
|
|
290
292
|
onBlurCapture?: react.FocusEventHandler<HTMLElement> | undefined;
|
291
293
|
onChange?: react.FormEventHandler<HTMLElement> | undefined;
|
292
294
|
onChangeCapture?: react.FormEventHandler<HTMLElement> | undefined;
|
293
|
-
onBeforeInput?: react.
|
295
|
+
onBeforeInput?: react.InputEventHandler<HTMLElement> | undefined;
|
294
296
|
onBeforeInputCapture?: react.FormEventHandler<HTMLElement> | undefined;
|
295
297
|
onInput?: react.FormEventHandler<HTMLElement> | undefined;
|
296
298
|
onInputCapture?: react.FormEventHandler<HTMLElement> | undefined;
|
@@ -340,8 +342,6 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
|
|
340
342
|
onProgressCapture?: react.ReactEventHandler<HTMLElement> | undefined;
|
341
343
|
onRateChange?: react.ReactEventHandler<HTMLElement> | undefined;
|
342
344
|
onRateChangeCapture?: react.ReactEventHandler<HTMLElement> | undefined;
|
343
|
-
onResize?: react.ReactEventHandler<HTMLElement> | undefined;
|
344
|
-
onResizeCapture?: react.ReactEventHandler<HTMLElement> | undefined;
|
345
345
|
onSeeked?: react.ReactEventHandler<HTMLElement> | undefined;
|
346
346
|
onSeekedCapture?: react.ReactEventHandler<HTMLElement> | undefined;
|
347
347
|
onSeeking?: react.ReactEventHandler<HTMLElement> | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/context-react",
|
3
|
-
"version": "20.
|
3
|
+
"version": "20.35.1-alpha.87+2cf616f622",
|
4
4
|
"description": "Uniform Context React integration package",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -25,12 +25,12 @@
|
|
25
25
|
"document:prebuild": "api-extractor run --local"
|
26
26
|
},
|
27
27
|
"devDependencies": {
|
28
|
-
"@types/react": "18.3.
|
28
|
+
"@types/react": "18.3.24",
|
29
29
|
"react": "18.3.1",
|
30
30
|
"react-dom": "18.3.1"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@uniformdev/context": "20.
|
33
|
+
"@uniformdev/context": "20.35.1-alpha.87+2cf616f622",
|
34
34
|
"cookie": "1.0.1",
|
35
35
|
"dequal": "2.0.3"
|
36
36
|
},
|
@@ -44,5 +44,5 @@
|
|
44
44
|
"publishConfig": {
|
45
45
|
"access": "public"
|
46
46
|
},
|
47
|
-
"gitHead": "
|
47
|
+
"gitHead": "2cf616f622322e5322575c106742078b5e3d7992"
|
48
48
|
}
|