@uniformdev/context-react 17.4.1-alpha.1 → 17.4.1-alpha.250

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 (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -316,6 +316,8 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
316
316
  onProgressCapture?: react.ReactEventHandler<HTMLElement> | undefined;
317
317
  onRateChange?: react.ReactEventHandler<HTMLElement> | undefined;
318
318
  onRateChangeCapture?: react.ReactEventHandler<HTMLElement> | undefined;
319
+ onResize?: react.ReactEventHandler<HTMLElement> | undefined;
320
+ onResizeCapture?: react.ReactEventHandler<HTMLElement> | undefined;
319
321
  onSeeked?: react.ReactEventHandler<HTMLElement> | undefined;
320
322
  onSeekedCapture?: react.ReactEventHandler<HTMLElement> | undefined;
321
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.4.1-alpha.1+7a1e7b4d4",
3
+ "version": "17.4.1-alpha.250+ee2ca070b",
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.23",
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.4.1-alpha.1+7a1e7b4d4",
32
+ "@uniformdev/context": "^17.4.1-alpha.250+ee2ca070b",
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": "7a1e7b4d44d88107d0d9bfe8767fcb3c94c80a56"
46
+ "gitHead": "ee2ca070b1530fd28705311e38ae19517c4fa872"
47
47
  }