@uniformdev/context-react 19.38.2 → 19.38.3-alpha.70

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.mts CHANGED
@@ -213,14 +213,18 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
213
213
  'aria-activedescendant'?: string | undefined;
214
214
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
215
215
  'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
216
+ 'aria-braillelabel'?: string | undefined;
217
+ 'aria-brailleroledescription'?: string | undefined;
216
218
  'aria-busy'?: (boolean | "true" | "false") | undefined;
217
219
  'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
218
220
  'aria-colcount'?: number | undefined;
219
221
  'aria-colindex'?: number | undefined;
222
+ 'aria-colindextext'?: string | undefined;
220
223
  'aria-colspan'?: number | undefined;
221
224
  'aria-controls'?: string | undefined;
222
225
  'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
223
226
  'aria-describedby'?: string | undefined;
227
+ 'aria-description'?: string | undefined;
224
228
  'aria-details'?: string | undefined;
225
229
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
226
230
  'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
@@ -250,6 +254,7 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
250
254
  'aria-roledescription'?: string | undefined;
251
255
  'aria-rowcount'?: number | undefined;
252
256
  'aria-rowindex'?: number | undefined;
257
+ 'aria-rowindextext'?: string | undefined;
253
258
  'aria-rowspan'?: number | undefined;
254
259
  'aria-selected'?: (boolean | "true" | "false") | undefined;
255
260
  'aria-setsize'?: number | undefined;
package/dist/index.d.ts CHANGED
@@ -213,14 +213,18 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
213
213
  'aria-activedescendant'?: string | undefined;
214
214
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
215
215
  'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
216
+ 'aria-braillelabel'?: string | undefined;
217
+ 'aria-brailleroledescription'?: string | undefined;
216
218
  'aria-busy'?: (boolean | "true" | "false") | undefined;
217
219
  'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
218
220
  'aria-colcount'?: number | undefined;
219
221
  'aria-colindex'?: number | undefined;
222
+ 'aria-colindextext'?: string | undefined;
220
223
  'aria-colspan'?: number | undefined;
221
224
  'aria-controls'?: string | undefined;
222
225
  'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
223
226
  'aria-describedby'?: string | undefined;
227
+ 'aria-description'?: string | undefined;
224
228
  'aria-details'?: string | undefined;
225
229
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
226
230
  'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
@@ -250,6 +254,7 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
250
254
  'aria-roledescription'?: string | undefined;
251
255
  'aria-rowcount'?: number | undefined;
252
256
  'aria-rowindex'?: number | undefined;
257
+ 'aria-rowindextext'?: string | undefined;
253
258
  'aria-rowspan'?: number | undefined;
254
259
  'aria-selected'?: (boolean | "true" | "false") | undefined;
255
260
  'aria-setsize'?: number | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context-react",
3
- "version": "19.38.2",
3
+ "version": "19.38.3-alpha.70+55e5a8fe1",
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.2.7",
28
+ "@types/react": "18.2.18",
29
29
  "react": "18.2.0",
30
30
  "react-dom": "18.2.0"
31
31
  },
32
32
  "dependencies": {
33
- "@uniformdev/context": "19.38.2",
33
+ "@uniformdev/context": "19.38.3-alpha.70+55e5a8fe1",
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": "b97fd17fd44e0f5bd3806e942b516cb2bd218096"
47
+ "gitHead": "55e5a8fe1d80971a93ea31d3a50cec72e71be70a"
48
48
  }