@uniformdev/context-react 18.30.1-alpha.17 → 18.31.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -157,6 +157,7 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
157
157
  suppressContentEditableWarning?: boolean | undefined;
158
158
  suppressHydrationWarning?: boolean | undefined;
159
159
  accessKey?: string | undefined;
160
+ autoFocus?: boolean | undefined;
160
161
  className?: string | undefined;
161
162
  contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
162
163
  contextMenu?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context-react",
3
- "version": "18.30.1-alpha.17+2d6d08805",
3
+ "version": "18.31.1-alpha.22+342a682db",
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.29",
28
+ "@types/react": "18.0.31",
29
29
  "react": "18.2.0",
30
30
  "react-dom": "18.2.0"
31
31
  },
32
32
  "dependencies": {
33
- "@uniformdev/context": "18.30.1-alpha.17+2d6d08805",
33
+ "@uniformdev/context": "18.31.1-alpha.22+342a682db",
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": "2d6d0880575669784931c6481be92847ac55f141"
47
+ "gitHead": "342a682dbc05a6b97b4d529b7604daa62f7d1066"
48
48
  }