@uniformdev/context-react 19.7.0 → 19.9.2-alpha.3
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 +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -118,7 +118,7 @@ type TrackFragmentProps = {
|
|
|
118
118
|
* NOTE: if you wish to track on the visitor seeing the content in the browser viewport instead,
|
|
119
119
|
* use Track instead of TrackFragment.
|
|
120
120
|
*/
|
|
121
|
-
declare const TrackFragment: ({ behavior, children }: TrackFragmentProps) => JSX.Element;
|
|
121
|
+
declare const TrackFragment: ({ behavior, children }: TrackFragmentProps) => react__default.JSX.Element;
|
|
122
122
|
|
|
123
123
|
type TrackProps = TrackFragmentProps & HTMLAttributes<HTMLElement> & {
|
|
124
124
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/context-react",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.9.2-alpha.3+547c8b11d",
|
|
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
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/cookie": "0.5.1",
|
|
28
|
-
"@types/react": "18.2.
|
|
28
|
+
"@types/react": "18.2.6",
|
|
29
29
|
"react": "18.2.0",
|
|
30
30
|
"react-dom": "18.2.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@uniformdev/context": "19.
|
|
33
|
+
"@uniformdev/context": "19.9.2-alpha.3+547c8b11d",
|
|
34
34
|
"cookie": "0.5.0",
|
|
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": "547c8b11d4655b34250c2fbe3f016c9bc12c3905"
|
|
48
48
|
}
|