@uniformdev/context-react 18.35.1-alpha.27 → 18.38.1-alpha.10

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 +1 -1
  2. 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.27+183715405",
3
+ "version": "18.38.1-alpha.10+13f006c1d",
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.33",
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.27+183715405",
33
+ "@uniformdev/context": "18.38.1-alpha.10+13f006c1d",
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": "18371540510874773bba7b3e0fbb0c6427cb8e07"
47
+ "gitHead": "13f006c1d5ebbe593d33f3446a8de84b4a2d42d1"
48
48
  }