@uniformdev/context-react 17.3.1-alpha.194 → 17.4.1-alpha.1

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
@@ -165,6 +165,7 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
165
165
  hidden?: boolean | undefined;
166
166
  id?: string | undefined;
167
167
  lang?: string | undefined;
168
+ nonce?: string | undefined;
168
169
  placeholder?: string | undefined;
169
170
  slot?: string | undefined;
170
171
  spellCheck?: (boolean | "true" | "false") | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context-react",
3
- "version": "17.3.1-alpha.194+213d546fd",
3
+ "version": "17.4.1-alpha.1+7a1e7b4d4",
4
4
  "description": "Uniform Context React integration package",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/cookie": "0.5.1",
27
- "@types/react": "18.0.21",
27
+ "@types/react": "18.0.23",
28
28
  "react": "18.2.0",
29
29
  "react-dom": "18.2.0"
30
30
  },
31
31
  "dependencies": {
32
- "@uniformdev/context": "^17.3.1-alpha.194+213d546fd",
32
+ "@uniformdev/context": "^17.4.1-alpha.1+7a1e7b4d4",
33
33
  "cookie": "0.5.0",
34
34
  "dequal": "2.0.3"
35
35
  },
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "213d546fdfd0eb7482a220be62a91093b6925eb3"
46
+ "gitHead": "7a1e7b4d44d88107d0d9bfe8767fcb3c94c80a56"
47
47
  }