@uniformdev/context-react 18.35.1-alpha.17 → 18.35.1-alpha.22
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
|
@@ -250,7 +250,7 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
|
|
|
250
250
|
'aria-valuenow'?: number | undefined;
|
|
251
251
|
'aria-valuetext'?: string | undefined;
|
|
252
252
|
dangerouslySetInnerHTML?: {
|
|
253
|
-
__html: string;
|
|
253
|
+
__html: string | TrustedHTML;
|
|
254
254
|
} | undefined;
|
|
255
255
|
onCopy?: react.ClipboardEventHandler<HTMLElement> | undefined;
|
|
256
256
|
onCopyCapture?: react.ClipboardEventHandler<HTMLElement> | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/context-react",
|
|
3
|
-
"version": "18.35.1-alpha.
|
|
3
|
+
"version": "18.35.1-alpha.22+55597238b",
|
|
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.0.
|
|
28
|
+
"@types/react": "18.0.35",
|
|
29
29
|
"react": "18.2.0",
|
|
30
30
|
"react-dom": "18.2.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@uniformdev/context": "18.35.1-alpha.
|
|
33
|
+
"@uniformdev/context": "18.35.1-alpha.22+55597238b",
|
|
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": "55597238baeb37d7e7a5e2dca5e3b0953fd8e5c4"
|
|
48
48
|
}
|