@uniformdev/context-react 18.33.1-alpha.7 → 18.34.1-alpha.57

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 +3 -0
  2. 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.33.1-alpha.7+7127237a1",
3
+ "version": "18.34.1-alpha.57+d06712d70",
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.31",
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.1-alpha.7+7127237a1",
33
+ "@uniformdev/context": "18.34.1-alpha.57+d06712d70",
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": "7127237a1e099d2a11fa8c06d49cb01cf16c0852"
47
+ "gitHead": "d06712d70880e665966897d71c92444ea1dea80e"
48
48
  }