@uniformdev/context-react 18.34.0 → 18.35.1-alpha.12
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 +3 -0
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -177,11 +177,14 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
|
|
|
177
177
|
radioGroup?: string | undefined;
|
|
178
178
|
role?: react.AriaRole | undefined;
|
|
179
179
|
about?: string | undefined;
|
|
180
|
+
content?: string | undefined;
|
|
180
181
|
datatype?: string | undefined;
|
|
181
182
|
inlist?: any;
|
|
182
183
|
prefix?: string | undefined;
|
|
183
184
|
property?: string | undefined;
|
|
185
|
+
rel?: string | undefined;
|
|
184
186
|
resource?: string | undefined;
|
|
187
|
+
rev?: string | undefined;
|
|
185
188
|
typeof?: string | undefined;
|
|
186
189
|
vocab?: string | undefined;
|
|
187
190
|
autoCapitalize?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/context-react",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.35.1-alpha.12+d5e86f567",
|
|
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.33",
|
|
29
29
|
"react": "18.2.0",
|
|
30
30
|
"react-dom": "18.2.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@uniformdev/context": "18.
|
|
33
|
+
"@uniformdev/context": "18.35.1-alpha.12+d5e86f567",
|
|
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": "d5e86f5673575aecfcf517e684922871315f279b"
|
|
48
48
|
}
|