@vonage/vivid-react 3.3.0 → 3.3.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 (304) hide show
  1. package/VwcAccordion/package.json +1 -1
  2. package/VwcActionGroup/package.json +1 -1
  3. package/VwcBadge/package.json +1 -1
  4. package/VwcBanner/package.json +1 -1
  5. package/VwcButton/package.json +1 -1
  6. package/VwcButtonToggleGroup/package.json +1 -1
  7. package/VwcCalendar/package.json +1 -1
  8. package/VwcCalendarEvent/package.json +1 -1
  9. package/VwcCard/package.json +1 -1
  10. package/VwcCarousel/package.json +1 -1
  11. package/VwcCarouselItem/package.json +1 -1
  12. package/VwcCheckListItem/package.json +1 -1
  13. package/VwcCheckbox/package.json +1 -1
  14. package/VwcChip/package.json +1 -1
  15. package/VwcChipSet/package.json +1 -1
  16. package/VwcCircularProgress/package.json +1 -1
  17. package/VwcDataGrid/package.json +1 -1
  18. package/VwcDataGridColumn/package.json +1 -1
  19. package/VwcDatepicker/package.json +1 -1
  20. package/VwcDropdown/package.json +1 -1
  21. package/VwcElevation/package.json +1 -1
  22. package/VwcEmptyState/package.json +1 -1
  23. package/VwcExpansionPanel/package.json +1 -1
  24. package/VwcFab/package.json +1 -1
  25. package/VwcFilePicker/package.json +1 -1
  26. package/VwcFormfield/package.json +1 -1
  27. package/VwcHelperMessage/package.json +1 -1
  28. package/VwcIcon/package.json +1 -1
  29. package/VwcIconButton/package.json +1 -1
  30. package/VwcIconButtonToggle/package.json +1 -1
  31. package/VwcKeypad/package.json +1 -1
  32. package/VwcLayout/package.json +1 -1
  33. package/VwcLinearProgress/package.json +1 -1
  34. package/VwcList/package.json +1 -1
  35. package/VwcListExpansionPanel/package.json +1 -1
  36. package/VwcListItem/package.json +1 -1
  37. package/VwcMenu/package.json +1 -1
  38. package/VwcNotchedOutline/package.json +1 -1
  39. package/VwcNote/package.json +1 -1
  40. package/VwcPagination/package.json +1 -1
  41. package/VwcPopup/package.json +1 -1
  42. package/VwcRadio/package.json +1 -1
  43. package/VwcRadioListItem/package.json +1 -1
  44. package/VwcSchemeSelect/package.json +1 -1
  45. package/VwcScrubBar/package.json +1 -1
  46. package/VwcSelect/package.json +1 -1
  47. package/VwcSlider/package.json +1 -1
  48. package/VwcSnackbar/package.json +1 -1
  49. package/VwcSurface/package.json +1 -1
  50. package/VwcSwitch/package.json +1 -1
  51. package/VwcTab/package.json +1 -1
  52. package/VwcTabBar/package.json +1 -1
  53. package/VwcTag/package.json +1 -1
  54. package/VwcText/package.json +1 -1
  55. package/VwcTextarea/package.json +1 -1
  56. package/VwcTextfield/package.json +1 -1
  57. package/VwcThemeSwitch/package.json +1 -1
  58. package/VwcTooltip/package.json +1 -1
  59. package/VwcTopAppBar/package.json +1 -1
  60. package/VwcTopAppBarFixed/package.json +1 -1
  61. package/index.js +4 -4
  62. package/package.json +2 -2
  63. package/types/index.d.ts +255 -30
  64. package/v3/VwcARIAGlobalStatesAndProperties/index.d.ts +122 -0
  65. package/v3/VwcARIAGlobalStatesAndProperties/index.js +352 -0
  66. package/v3/VwcARIAGlobalStatesAndProperties/package.json +11 -0
  67. package/v3/VwcAccordion/index.d.ts +7 -1
  68. package/v3/VwcAccordion/index.js +142 -3
  69. package/v3/VwcAccordion/package.json +2 -2
  70. package/v3/VwcAccordionItem/index.d.ts +6 -0
  71. package/v3/VwcAccordionItem/index.js +62 -3
  72. package/v3/VwcAccordionItem/package.json +2 -2
  73. package/v3/VwcActionGroup/index.js +2 -2
  74. package/v3/VwcActionGroup/package.json +2 -2
  75. package/v3/VwcAlert/index.d.ts +10 -14
  76. package/v3/VwcAlert/index.js +28 -25
  77. package/v3/VwcAlert/package.json +2 -2
  78. package/v3/VwcAnchor/index.d.ts +33 -0
  79. package/v3/VwcAnchor/index.js +173 -0
  80. package/v3/{VwcAppearanceUi → VwcAnchor}/package.json +3 -3
  81. package/v3/VwcAudioPlayer/index.js +2 -2
  82. package/v3/VwcAudioPlayer/package.json +2 -2
  83. package/v3/VwcAvatar/index.js +2 -2
  84. package/v3/VwcAvatar/package.json +2 -2
  85. package/v3/VwcBadge/index.js +58 -2
  86. package/v3/VwcBadge/package.json +2 -2
  87. package/v3/VwcBanner/index.js +2 -2
  88. package/v3/VwcBanner/package.json +2 -2
  89. package/v3/VwcBaseProgress/index.d.ts +24 -0
  90. package/v3/VwcBaseProgress/index.js +108 -0
  91. package/v3/VwcBaseProgress/package.json +11 -0
  92. package/v3/VwcBreadcrumb/index.js +62 -2
  93. package/v3/VwcBreadcrumb/package.json +2 -2
  94. package/v3/VwcBreadcrumbItem/index.js +2 -2
  95. package/v3/VwcBreadcrumbItem/package.json +2 -2
  96. package/v3/VwcButton/index.d.ts +22 -3
  97. package/v3/VwcButton/index.js +350 -5
  98. package/v3/VwcButton/package.json +2 -2
  99. package/v3/VwcCalendar/index.js +2 -2
  100. package/v3/VwcCalendar/package.json +2 -2
  101. package/v3/VwcCalendarEvent/index.js +2 -2
  102. package/v3/VwcCalendarEvent/package.json +2 -2
  103. package/v3/VwcCard/index.js +2 -2
  104. package/v3/VwcCard/package.json +2 -2
  105. package/v3/VwcCheckbox/index.d.ts +8 -1
  106. package/v3/VwcCheckbox/index.js +64 -3
  107. package/v3/VwcCheckbox/package.json +2 -2
  108. package/v3/VwcCombobox/index.d.ts +26 -0
  109. package/v3/VwcCombobox/index.js +283 -3
  110. package/v3/VwcCombobox/package.json +2 -2
  111. package/v3/VwcDataGrid/index.d.ts +29 -2
  112. package/v3/VwcDataGrid/index.js +286 -8
  113. package/v3/VwcDataGrid/package.json +2 -2
  114. package/v3/VwcDataGridCell/index.d.ts +10 -2
  115. package/v3/VwcDataGridCell/index.js +143 -23
  116. package/v3/VwcDataGridCell/package.json +2 -2
  117. package/v3/VwcDataGridRow/index.d.ts +16 -0
  118. package/v3/VwcDataGridRow/index.js +168 -3
  119. package/v3/VwcDataGridRow/package.json +2 -2
  120. package/v3/VwcDatePicker/index.js +39 -0
  121. package/v3/VwcDatePicker/package.json +2 -2
  122. package/v3/VwcDatePickerBase/index.js +27 -0
  123. package/v3/VwcDatePickerBase/package.json +2 -2
  124. package/v3/VwcDateRangePicker/index.js +39 -0
  125. package/v3/VwcDateRangePicker/package.json +2 -2
  126. package/v3/VwcDelegatesARIAButton/index.d.ts +19 -0
  127. package/v3/VwcDelegatesARIAButton/index.js +63 -0
  128. package/v3/VwcDelegatesARIAButton/package.json +11 -0
  129. package/v3/VwcDelegatesARIALink/index.d.ts +17 -0
  130. package/v3/VwcDelegatesARIALink/index.js +46 -0
  131. package/v3/VwcDelegatesARIALink/package.json +11 -0
  132. package/v3/VwcDelegatesARIAListbox/index.d.ts +23 -0
  133. package/v3/VwcDelegatesARIAListbox/index.js +63 -0
  134. package/v3/VwcDelegatesARIAListbox/package.json +11 -0
  135. package/v3/VwcDelegatesARIAListboxOption/index.d.ts +23 -0
  136. package/v3/VwcDelegatesARIAListboxOption/index.js +97 -0
  137. package/v3/VwcDelegatesARIAListboxOption/package.json +11 -0
  138. package/v3/VwcDelegatesARIASelect/index.d.ts +17 -0
  139. package/v3/VwcDelegatesARIASelect/index.js +70 -0
  140. package/v3/VwcDelegatesARIASelect/package.json +11 -0
  141. package/v3/VwcDelegatesARIATextbox/index.d.ts +16 -0
  142. package/v3/VwcDelegatesARIATextbox/index.js +59 -0
  143. package/v3/VwcDelegatesARIATextbox/package.json +11 -0
  144. package/v3/VwcDialPad/index.js +2 -2
  145. package/v3/VwcDialPad/package.json +2 -2
  146. package/v3/VwcDialog/index.d.ts +8 -1
  147. package/v3/VwcDialog/index.js +85 -5
  148. package/v3/VwcDialog/package.json +2 -2
  149. package/v3/VwcDivider/index.d.ts +4 -1
  150. package/v3/VwcDivider/index.js +41 -3
  151. package/v3/VwcDivider/package.json +2 -2
  152. package/v3/VwcElevation/index.d.ts +2 -0
  153. package/v3/VwcElevation/index.js +17 -3
  154. package/v3/VwcElevation/package.json +2 -2
  155. package/v3/VwcEmptyState/index.js +2 -2
  156. package/v3/VwcEmptyState/package.json +2 -2
  157. package/v3/VwcFab/index.d.ts +20 -0
  158. package/v3/VwcFab/index.js +353 -3
  159. package/v3/VwcFab/package.json +2 -2
  160. package/v3/VwcFilePicker/index.d.ts +8 -0
  161. package/v3/VwcFilePicker/index.js +181 -1
  162. package/v3/VwcFilePicker/package.json +2 -2
  163. package/v3/VwcFormAssociatedCheckbox/index.d.ts +17 -0
  164. package/v3/VwcFormAssociatedCheckbox/index.js +41 -0
  165. package/v3/VwcFormAssociatedCheckbox/package.json +11 -0
  166. package/v3/VwcFormAssociatedFilePicker/index.js +1 -1
  167. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  168. package/v3/VwcFormAssociatedNumberField/index.js +1 -1
  169. package/v3/VwcFormAssociatedNumberField/package.json +2 -2
  170. package/v3/VwcFormAssociatedRadio/index.d.ts +19 -0
  171. package/v3/VwcFormAssociatedRadio/index.js +64 -0
  172. package/v3/VwcFormAssociatedRadio/package.json +11 -0
  173. package/v3/VwcFormAssociatedRangeSlider/index.js +1 -1
  174. package/v3/VwcFormAssociatedRangeSlider/package.json +2 -2
  175. package/v3/VwcFormAssociatedSearchableSelect/index.d.ts +17 -0
  176. package/v3/VwcFormAssociatedSearchableSelect/index.js +41 -0
  177. package/v3/VwcFormAssociatedSearchableSelect/package.json +11 -0
  178. package/v3/VwcFormAssociatedSelect/index.d.ts +27 -0
  179. package/v3/VwcFormAssociatedSelect/index.js +164 -0
  180. package/v3/VwcFormAssociatedSelect/package.json +11 -0
  181. package/v3/VwcFormAssociatedSlider/index.d.ts +17 -0
  182. package/v3/VwcFormAssociatedSlider/index.js +41 -0
  183. package/v3/VwcFormAssociatedSlider/package.json +11 -0
  184. package/v3/VwcFormAssociatedSwitch/index.d.ts +17 -0
  185. package/v3/VwcFormAssociatedSwitch/index.js +41 -0
  186. package/v3/VwcFormAssociatedSwitch/package.json +11 -0
  187. package/v3/VwcFormAssociatedTextArea/index.d.ts +17 -0
  188. package/v3/VwcFormAssociatedTextArea/index.js +41 -0
  189. package/v3/VwcFormAssociatedTextArea/package.json +11 -0
  190. package/v3/VwcFormAssociatedTextField/index.d.ts +17 -0
  191. package/v3/VwcFormAssociatedTextField/index.js +41 -0
  192. package/v3/VwcFormAssociatedTextField/package.json +11 -0
  193. package/v3/VwcFormAssociatedTimePicker/index.js +1 -1
  194. package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
  195. package/v3/VwcHeader/index.js +2 -2
  196. package/v3/VwcHeader/package.json +2 -2
  197. package/v3/VwcIcon/index.js +15 -2
  198. package/v3/VwcIcon/package.json +2 -2
  199. package/v3/VwcInlineTimePicker/index.d.ts +27 -0
  200. package/v3/VwcInlineTimePicker/index.js +125 -0
  201. package/v3/VwcInlineTimePicker/package.json +11 -0
  202. package/v3/VwcLayout/index.js +2 -2
  203. package/v3/VwcLayout/package.json +2 -2
  204. package/v3/VwcListbox/index.d.ts +10 -6
  205. package/v3/VwcListbox/index.js +51 -76
  206. package/v3/VwcListbox/package.json +2 -2
  207. package/v3/VwcMenu/index.d.ts +2 -4
  208. package/v3/VwcMenu/index.js +148 -11
  209. package/v3/VwcMenu/package.json +2 -2
  210. package/v3/VwcMenuItem/index.d.ts +8 -4
  211. package/v3/VwcMenuItem/index.js +83 -17
  212. package/v3/VwcMenuItem/package.json +2 -2
  213. package/v3/VwcNav/index.js +2 -2
  214. package/v3/VwcNav/package.json +2 -2
  215. package/v3/VwcNavDisclosure/index.js +2 -2
  216. package/v3/VwcNavDisclosure/package.json +2 -2
  217. package/v3/VwcNavItem/package.json +2 -2
  218. package/v3/VwcNote/index.js +2 -2
  219. package/v3/VwcNote/package.json +2 -2
  220. package/v3/VwcNumberField/index.d.ts +2 -0
  221. package/v3/VwcNumberField/index.js +18 -1
  222. package/v3/VwcNumberField/package.json +2 -2
  223. package/v3/VwcOption/index.d.ts +24 -5
  224. package/v3/VwcOption/index.js +199 -12
  225. package/v3/VwcOption/package.json +2 -2
  226. package/v3/VwcOptionTag/index.d.ts +25 -0
  227. package/v3/VwcOptionTag/index.js +109 -0
  228. package/v3/VwcOptionTag/package.json +11 -0
  229. package/v3/VwcPagination/index.js +2 -2
  230. package/v3/VwcPagination/package.json +2 -2
  231. package/v3/VwcProgress/index.d.ts +8 -0
  232. package/v3/VwcProgress/index.js +79 -4
  233. package/v3/VwcProgress/package.json +2 -2
  234. package/v3/VwcProgressRing/index.d.ts +8 -0
  235. package/v3/VwcProgressRing/index.js +84 -2
  236. package/v3/VwcProgressRing/package.json +2 -2
  237. package/v3/VwcRadio/index.d.ts +8 -0
  238. package/v3/VwcRadio/index.js +93 -3
  239. package/v3/VwcRadio/package.json +2 -2
  240. package/v3/VwcRadioGroup/index.d.ts +11 -0
  241. package/v3/VwcRadioGroup/index.js +177 -3
  242. package/v3/VwcRadioGroup/package.json +2 -2
  243. package/v3/VwcRangeSlider/package.json +2 -2
  244. package/v3/VwcSearchableSelect/index.d.ts +46 -0
  245. package/v3/VwcSearchableSelect/index.js +551 -0
  246. package/v3/VwcSearchableSelect/package.json +11 -0
  247. package/v3/VwcSelect/index.d.ts +20 -0
  248. package/v3/VwcSelect/index.js +205 -3
  249. package/v3/VwcSelect/package.json +2 -2
  250. package/v3/VwcSelectableBox/index.js +2 -2
  251. package/v3/VwcSelectableBox/package.json +2 -2
  252. package/v3/VwcSideDrawer/index.d.ts +1 -0
  253. package/v3/VwcSideDrawer/index.js +10 -3
  254. package/v3/VwcSideDrawer/package.json +2 -2
  255. package/v3/VwcSlider/index.d.ts +22 -16
  256. package/v3/VwcSlider/index.js +292 -21
  257. package/v3/VwcSlider/package.json +2 -2
  258. package/v3/VwcSplitButton/index.js +2 -2
  259. package/v3/VwcSplitButton/package.json +2 -2
  260. package/v3/VwcSwitch/index.d.ts +10 -1
  261. package/v3/VwcSwitch/index.js +66 -3
  262. package/v3/VwcSwitch/package.json +2 -2
  263. package/v3/VwcTab/index.d.ts +4 -0
  264. package/v3/VwcTab/index.js +61 -3
  265. package/v3/VwcTab/package.json +2 -2
  266. package/v3/VwcTabPanel/index.js +2 -2
  267. package/v3/VwcTabPanel/package.json +2 -2
  268. package/v3/VwcTabs/index.d.ts +11 -1
  269. package/v3/VwcTabs/index.js +284 -34
  270. package/v3/VwcTabs/package.json +2 -2
  271. package/v3/VwcTag/index.js +2 -2
  272. package/v3/VwcTag/package.json +2 -2
  273. package/v3/VwcTagGroup/index.js +2 -2
  274. package/v3/VwcTagGroup/package.json +2 -2
  275. package/v3/VwcTextAnchor/index.js +2 -2
  276. package/v3/VwcTextAnchor/package.json +2 -2
  277. package/v3/VwcTextArea/index.d.ts +27 -0
  278. package/v3/VwcTextArea/index.js +226 -3
  279. package/v3/VwcTextArea/package.json +2 -2
  280. package/v3/VwcTextField/index.d.ts +28 -2
  281. package/v3/VwcTextField/index.js +221 -3
  282. package/v3/VwcTextField/package.json +2 -2
  283. package/v3/VwcTimePicker/index.js +17 -0
  284. package/v3/VwcTimePicker/package.json +2 -2
  285. package/v3/VwcToggletip/index.js +2 -2
  286. package/v3/VwcToggletip/package.json +2 -2
  287. package/v3/VwcTooltip/index.js +2 -2
  288. package/v3/VwcTooltip/package.json +2 -2
  289. package/v3/VwcTreeItem/index.d.ts +6 -0
  290. package/v3/VwcTreeItem/index.js +107 -3
  291. package/v3/VwcTreeItem/package.json +2 -2
  292. package/v3/VwcTreeView/index.d.ts +5 -1
  293. package/v3/VwcTreeView/index.js +124 -3
  294. package/v3/VwcTreeView/package.json +2 -2
  295. package/v3/VwcVideoPlayer/index.js +2 -2
  296. package/v3/VwcVideoPlayer/package.json +2 -2
  297. package/v3/VwcVividElement/index.d.ts +16 -0
  298. package/v3/VwcVividElement/index.js +30 -0
  299. package/v3/VwcVividElement/package.json +11 -0
  300. package/v3/VwcVividFoundationButton/index.d.ts +36 -0
  301. package/v3/VwcVividFoundationButton/index.js +296 -0
  302. package/v3/VwcVividFoundationButton/package.json +11 -0
  303. package/v3/VwcAppearanceUi/index.d.ts +0 -29
  304. package/v3/VwcAppearanceUi/index.js +0 -559
package/types/index.d.ts CHANGED
@@ -6,9 +6,12 @@ declare module '@vonage/vivid-react';
6
6
  declare namespace JSX {
7
7
  interface IntrinsicElements {
8
8
  "vvd3-accordion": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
9
-
9
+ "expand-mode": AccordionExpandMode;
10
10
  }>;
11
11
  "vvd3-accordion-item": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
12
+ "heading-level": 1 | 2 | 3 | 4 | 5 | 6;
13
+ "expanded": boolean;
14
+ "id": string;
12
15
  "heading": string | undefined;
13
16
  "no-indicator": boolean;
14
17
  "meta": string | undefined;
@@ -34,15 +37,6 @@ declare namespace JSX {
34
37
  "strategy": AlertStrategy | undefined;
35
38
  "open": boolean;
36
39
  }>;
37
- "vvd3-appearance-ui": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
38
- "appearance": AppearanceUIAppearance | undefined;
39
- "hovered": boolean;
40
- "active": boolean;
41
- "selected": boolean;
42
- "disabled": boolean;
43
- "readonly": boolean;
44
- "text": string | undefined;
45
- }>;
46
40
  "vvd3-audio-player": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
47
41
  "play-button-aria-label": | string
48
42
  | null;
@@ -92,7 +86,7 @@ declare namespace JSX {
92
86
  "text": string | undefined;
93
87
  }>;
94
88
  "vvd3-button": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
95
- "title": string;
89
+ "title": boolean;
96
90
  "connotation": ButtonConnotation | undefined;
97
91
  "shape": ButtonShape | undefined;
98
92
  "appearance": ButtonAppearance | undefined;
@@ -109,6 +103,12 @@ declare namespace JSX {
109
103
  "referrerpolicy": string | undefined;
110
104
  "rel": string | undefined;
111
105
  "target": '_self' | '_blank' | '_parent' | '_top' | undefined;
106
+ "form": string;
107
+ "formaction": string;
108
+ "formenctype": string;
109
+ "formmethod": string;
110
+ "formtarget": '_self' | '_blank' | '_parent' | '_top';
111
+ "type": 'submit' | 'reset' | 'button';
112
112
  }>;
113
113
  "vvd3-calendar": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
114
114
  "datetime": Date | string | undefined;
@@ -132,25 +132,43 @@ declare namespace JSX {
132
132
  "text": string | undefined;
133
133
  "icon": string | undefined;
134
134
  "elevation": 0 | 2 | 4 | 8 | 12 | 16 | 24 | undefined;
135
+ }>;
136
+ "vvd3-form-associated-checkbox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
137
+
135
138
  }>;
136
139
  "vvd3-checkbox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
137
140
  "aria-label": string | null;
138
141
  "tabindex": string | null;
139
142
  "connotation": CheckboxConnotation | undefined;
143
+ "aria-checked": AriaCheckedStates | null;
144
+ "readonly": boolean;
140
145
  }>;
141
146
  "vvd3-combobox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
147
+ "autocomplete": ComboboxAutocomplete | undefined;
142
148
  "appearance": ComboboxAppearance | undefined;
149
+ "shape": ComboboxShape | undefined;
150
+ "scale": ComboboxSize | undefined;
143
151
  "placement": PopupPlacement | undefined;
144
152
  "fixed-dropdown": boolean;
153
+ "open": boolean;
154
+ "placeholder": string;
155
+ "disabled": boolean;
145
156
  }>;
146
157
  "vvd3-data-grid-cell": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
158
+ "cell-type": DataGridCellTypes;
159
+ "grid-column": string;
147
160
  "aria-selected": string | null;
148
161
  "aria-sort": string | null;
149
162
  }>;
150
163
  "vvd3-data-grid-row": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
164
+ "grid-template-columns": string;
165
+ "row-type": DataGridRowTypes;
151
166
  "aria-selected": string | null;
152
167
  }>;
153
168
  "vvd3-data-grid": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
169
+ "no-tabbing": boolean;
170
+ "generate-header": GenerateHeaderOptions;
171
+ "grid-template-columns": string;
154
172
  "selection-mode": DataGridSelectionMode | undefined;
155
173
  }>;
156
174
  "vvd3-date-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
@@ -194,14 +212,19 @@ declare namespace JSX {
194
212
  "dismiss-button-aria-label": | string
195
213
  | null;
196
214
  "no-light-dismiss": boolean;
215
+ "no-dismiss-on-esc": boolean;
216
+ "no-dismiss-button": boolean;
217
+ "non-dismissible": boolean;
197
218
  "modal": boolean;
198
219
  }>;
199
220
  "vvd3-divider": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
200
-
221
+ "role": DividerRole;
222
+ "orientation": Orientation;
201
223
  }>;
202
224
  "vvd3-elevation": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
203
225
  "dp": 0 | 2 | 4 | 8 | 12 | 16 | 24 | undefined;
204
226
  "no-shadow": boolean | undefined;
227
+ "not-relative": boolean | undefined;
205
228
  }>;
206
229
  "vvd3-empty-state": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
207
230
  "connotation": EmptyStateConnotation | undefined;
@@ -213,15 +236,26 @@ declare namespace JSX {
213
236
  "connotation": FabConnotation | undefined;
214
237
  "size": FABSize | undefined;
215
238
  "label": string | undefined;
239
+ "autofocus": boolean;
240
+ "form": string;
241
+ "formaction": string;
242
+ "formenctype": string;
243
+ "formmethod": string;
244
+ "formtarget": '_self' | '_blank' | '_parent' | '_top';
245
+ "type": 'submit' | 'reset' | 'button';
216
246
  }>;
217
247
  "vvd3-form-associated-file-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
218
248
 
219
249
  }>;
220
250
  "vvd3-file-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
251
+ "single-file": boolean;
221
252
  "max-files": number | undefined;
222
253
  "max-file-size": number;
223
254
  "accept": string | undefined;
224
255
  "size": FilePickerSize | undefined;
256
+ "invalid-file-type-error": string | undefined;
257
+ "max-files-exceeded-error": string | undefined;
258
+ "file-too-big-error": string | undefined;
225
259
  }>;
226
260
  "vvd3-header": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
227
261
  "elevation-shadow": boolean;
@@ -250,19 +284,19 @@ declare namespace JSX {
250
284
  "row-spacing": RowSpacing | undefined;
251
285
  "auto-sizing": AUTO_SIZING | undefined;
252
286
  }>;
253
- "vvd3-listbox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
254
- "appearance": LisboxAppearance | undefined;
255
- "orientation": 'horizontal' | 'vertical' | undefined;
256
- "shape": ListboxShape | undefined;
257
- }>;
258
287
  "vvd3-menu": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
259
288
  "aria-label": string | null;
260
289
  "placement": Placement | undefined;
261
290
  "trigger": 'auto' | 'legacy' | 'off' | undefined;
262
291
  "auto-dismiss": boolean;
292
+ "position-strategy": Strategy | undefined;
263
293
  "open": boolean;
264
294
  }>;
265
295
  "vvd3-menu-item": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
296
+ "disabled": boolean;
297
+ "expanded": boolean;
298
+ "role": MenuItemRole;
299
+ "checked": boolean;
266
300
  "text": string | undefined;
267
301
  "text-secondary": string | undefined;
268
302
  "connotation": MenuItemConnotation | undefined;
@@ -299,6 +333,7 @@ declare namespace JSX {
299
333
  "maxlength": number;
300
334
  "minlength": number;
301
335
  "size": number;
336
+ "scale": NumberFieldSize | undefined;
302
337
  "step": number;
303
338
  "max": number;
304
339
  "min": number;
@@ -311,8 +346,14 @@ declare namespace JSX {
311
346
  "autoComplete": string | undefined;
312
347
  }>;
313
348
  "vvd3-listbox-option": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
314
- "text": string | undefined;
349
+ "disabled": boolean;
350
+ "selected": boolean;
351
+ "value": string;
315
352
  "label": string | undefined;
353
+ "text": string | undefined;
354
+ }>;
355
+ "vvd3-delegates-arialistbox-option": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
356
+
316
357
  }>;
317
358
  "vvd3-pagination": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
318
359
  "size": PaginationSize | undefined;
@@ -331,14 +372,25 @@ declare namespace JSX {
331
372
  "aria-label": string | null;
332
373
  "connotation": ProgressRingConnotation | undefined;
333
374
  "size": -6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined;
375
+ "value": boolean;
376
+ }>;
377
+ "vvd3-form-associated-radio": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
378
+
334
379
  }>;
335
380
  "vvd3-radio": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
336
381
  "aria-label": string | null;
337
382
  "label": string | undefined;
338
383
  "connotation": RadioConnotation | undefined;
384
+ "readonly": boolean;
385
+ "name": string;
339
386
  }>;
340
387
  "vvd3-radio-group": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
341
388
  "label": string | undefined;
389
+ "readonly": boolean;
390
+ "disabled": boolean;
391
+ "name": string;
392
+ "value": string;
393
+ "orientation": Orientation | 'horizontal' | 'vertical';
342
394
  }>;
343
395
  "vvd3-form-associated-range-slider": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
344
396
 
@@ -359,11 +411,40 @@ declare namespace JSX {
359
411
  "connotation": RangeSliderConnotation | undefined;
360
412
  "pin": boolean;
361
413
  }>;
414
+ "vvd3-option-tag": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
415
+ "shape": OptionTagShape | undefined;
416
+ "label": string | undefined;
417
+ "removable": boolean;
418
+ "disabled": boolean;
419
+ }>;
420
+ "vvd3-form-associated-searchable-select": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
421
+
422
+ }>;
423
+ "vvd3-searchable-select": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
424
+ "appearance": SearchableSelectAppearance | undefined;
425
+ "shape": SearchableSelectShape | undefined;
426
+ "fixed-dropdown": boolean;
427
+ "placeholder": string | undefined;
428
+ "open": boolean;
429
+ "multiple": boolean;
430
+ "external-tags": boolean;
431
+ "max-lines": number | null;
432
+ "clearable": boolean;
433
+ }>;
434
+ "vvd3-form-associated-select": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
435
+ "disabled": boolean;
436
+ }>;
362
437
  "vvd3-select": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
438
+ "multiple": boolean;
439
+ "open": boolean;
440
+ "scale": SelectSize | undefined;
363
441
  "appearance": SelectAppearance | undefined;
364
442
  "shape": SelectShape | undefined;
365
443
  "fixed-dropdown": boolean;
366
444
  "placeholder": string | undefined;
445
+ }>;
446
+ "vvd3-delegates-ariaselect": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
447
+
367
448
  }>;
368
449
  "vvd3-selectable-box": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
369
450
  "aria-label": string | null;
@@ -380,13 +461,6 @@ declare namespace JSX {
380
461
  "open": boolean;
381
462
  "trailing": boolean;
382
463
  }>;
383
- "vvd3-slider": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
384
- "aria-label": string | null;
385
- "aria-valuetext": string | null;
386
- "markers": boolean;
387
- "pin": boolean;
388
- "connotation": SliderConnotation | undefined;
389
- }>;
390
464
  "vvd3-split-button": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
391
465
  "connotation": SplitButtonConnotation | undefined;
392
466
  "shape": SplitButtonShape | undefined;
@@ -401,24 +475,51 @@ declare namespace JSX {
401
475
  "indicator-aria-label": | string
402
476
  | null;
403
477
  }>;
404
- "vvd3-switch": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
405
- "label": string | undefined;
406
- "connotation": SwitchConnotation | undefined;
478
+ "vvd3-form-associated-slider": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
479
+
480
+ }>;
481
+ "vvd3-slider": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
482
+ "readonly": boolean;
483
+ "min": number;
484
+ "max": number;
485
+ "step": number;
486
+ "orientation": Orientation;
487
+ "mode": SliderMode;
488
+ "aria-label": string | null;
489
+ "aria-valuetext": string | null;
490
+ "markers": boolean;
491
+ "pin": boolean;
492
+ "connotation": SliderConnotation | undefined;
407
493
  }>;
408
494
  "vvd3-tab": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
495
+ "disabled": boolean;
409
496
  "connotation": TabConnotation | undefined;
410
497
  "shape": TabShape | undefined;
411
498
  "label": string | undefined;
499
+ "removable": boolean;
412
500
  "tabIndex": number;
413
501
  "aria-selected": string | null;
414
502
  }>;
503
+ "vvd3-form-associated-switch": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
504
+
505
+ }>;
506
+ "vvd3-switch": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
507
+ "aria-label": string | null;
508
+ "label": string | undefined;
509
+ "connotation": SwitchConnotation | undefined;
510
+ "readonly": boolean;
511
+ }>;
415
512
  "vvd3-tab-panel": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
416
513
 
417
514
  }>;
418
515
  "vvd3-tabs": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
516
+ "orientation": TabsOrientation;
517
+ "activeid": string;
518
+ "activeindicator": boolean;
419
519
  "connotation": TabsConnotation | undefined;
420
- "gutters": Gutters | undefined;
520
+ "gutters": TabsGutters | undefined;
421
521
  "scrollable-panel": boolean;
522
+ "tabs-layout": 'align-start' | 'stretch' | undefined;
422
523
  }>;
423
524
  "vvd3-tag": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
424
525
  "connotation": TagConnotation | undefined;
@@ -437,14 +538,47 @@ declare namespace JSX {
437
538
  "text": string | undefined;
438
539
  "connotation": TextAnchorConnotation | undefined;
439
540
  "appearance": TextAnchorAppearance | undefined;
541
+ }>;
542
+ "vvd3-form-associated-text-area": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
543
+
440
544
  }>;
441
545
  "vvd3-text-area": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
546
+ "readOnly": boolean;
547
+ "resize": TextAreaResize;
548
+ "autofocus": boolean;
549
+ "form": string;
550
+ "list": string;
551
+ "maxlength": number;
552
+ "minlength": number;
553
+ "name": string;
554
+ "placeholder": string;
555
+ "cols": number;
556
+ "rows": number;
557
+ "spellcheck": boolean;
442
558
  "wrap": TextAreaWrap | undefined;
559
+ }>;
560
+ "vvd3-form-associated-text-field": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
561
+
443
562
  }>;
444
563
  "vvd3-text-field": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
564
+ "readonly": boolean;
565
+ "autofocus": boolean;
566
+ "placeholder": string;
567
+ "type": TextFieldType;
568
+ "list": string;
569
+ "maxlength": number;
570
+ "minlength": number;
571
+ "pattern": string;
572
+ "size": number;
573
+ "spellcheck": boolean;
445
574
  "appearance": TextFieldAppearance | undefined;
446
575
  "shape": TextFieldShape | undefined;
447
576
  "autoComplete": string | undefined;
577
+ "scale": TextFieldSize | undefined;
578
+ "inputmode": string;
579
+ }>;
580
+ "vvd3-delegates-ariatextbox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
581
+
448
582
  }>;
449
583
  "vvd3-form-associated-time-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
450
584
 
@@ -470,9 +604,12 @@ declare namespace JSX {
470
604
  }>;
471
605
  "vvd3-tree-item": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
472
606
  "text": string | undefined;
607
+ "expanded": boolean;
608
+ "selected": boolean;
609
+ "disabled": boolean;
473
610
  }>;
474
611
  "vvd3-tree-view": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
475
-
612
+ "render-collapsed-nodes": boolean;
476
613
  }>;
477
614
  "vvd3-video-player": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
478
615
  "poster": string | undefined;
@@ -481,6 +618,94 @@ declare namespace JSX {
481
618
  "loop": boolean;
482
619
  "playback-rates": string;
483
620
  "skip-by": MediaSkipBy;
621
+ }>;
622
+ "vvd3-inline-time-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
623
+
624
+ }>;
625
+ "vvd3-anchor": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
626
+ "download": string;
627
+ "href": string;
628
+ "hreflang": string;
629
+ "ping": string;
630
+ "referrerpolicy": string;
631
+ "rel": string;
632
+ "target": '_self' | '_blank' | '_parent' | '_top';
633
+ "type": string;
634
+ }>;
635
+ "vvd3-delegates-arialink": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
636
+ "aria-expanded": 'true' | 'false' | string | null;
637
+ }>;
638
+ "vvd3-vivid-foundation-button": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
639
+ "autofocus": boolean;
640
+ "form": string;
641
+ "formaction": string;
642
+ "formenctype": string;
643
+ "formmethod": string;
644
+ "formnovalidate": boolean;
645
+ "formtarget": '_self' | '_blank' | '_parent' | '_top';
646
+ "type": 'submit' | 'reset' | 'button';
647
+ }>;
648
+ "vvd3-delegates-ariabutton": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
649
+ "aria-expanded": 'true' | 'false' | string | null;
650
+ "aria-pressed": 'true' | 'false' | 'mixed' | string | null;
651
+ }>;
652
+ "vvd3-listbox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
653
+ "disabled": boolean;
654
+ }>;
655
+ "vvd3-delegates-arialistbox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
656
+
657
+ }>;
658
+ "vvd3-a-riaglobal-states-and-properties": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
659
+ "aria-atomic": 'true' | 'false' | string | null;
660
+ "aria-busy": 'true' | 'false' | string | null;
661
+ "aria-controls": string | null;
662
+ "aria-current": | 'page'
663
+ | 'step'
664
+ | 'location'
665
+ | 'date'
666
+ | 'time'
667
+ | 'true'
668
+ | 'false'
669
+ | string
670
+ | null;
671
+ "aria-describedby": string | null;
672
+ "aria-details": string | null;
673
+ "aria-disabled": 'true' | 'false' | string | null;
674
+ "aria-errormessage": string | null;
675
+ "aria-flowto": string | null;
676
+ "aria-haspopup": | 'false'
677
+ | 'true'
678
+ | 'menu'
679
+ | 'listbox'
680
+ | 'tree'
681
+ | 'grid'
682
+ | 'dialog'
683
+ | string
684
+ | null;
685
+ "aria-hidden": 'false' | 'true' | string | null;
686
+ "aria-invalid": 'false' | 'true' | 'grammar' | 'spelling' | string | null;
687
+ "aria-keyshortcuts": string | null;
688
+ "aria-label": string | null;
689
+ "aria-labelledby": string | null;
690
+ "aria-live": 'assertive' | 'off' | 'polite' | string | null;
691
+ "aria-owns": string | null;
692
+ "aria-relevant": | 'additions'
693
+ | 'additions text'
694
+ | 'all'
695
+ | 'removals'
696
+ | 'text'
697
+ | string
698
+ | null;
699
+ "aria-roledescription": string | null;
700
+ }>;
701
+ "vvd3-base-progress": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
702
+ "value": number | null;
703
+ "min": number;
704
+ "max": number;
705
+ "paused": boolean;
706
+ }>;
707
+ "vvd3-vivid-element": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
708
+
484
709
  }>;
485
710
  "vvd3-date-picker-base": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
486
711
  "min": string;
@@ -0,0 +1,122 @@
1
+ import React, { ReactNode } from 'react';
2
+ /** Some states and properties are applicable to all host language elements regardless of whether a role is applied.
3
+ The following global states and properties are supported by all roles and by all base markup elements.
4
+ https://www.w3.org/TR/wai-aria-1.1/#global_states
5
+
6
+ This is intended to be used as a mixin. Be sure you extend FASTElement.
7
+ * For more info on this Vivid element please visit https://vivid.deno.dev/components/a-riaglobal-states-and-properties
8
+ * @param {'true' | 'false' | string | null} ariaAtomic - Indicates whether assistive technologies will present all, or only parts of,
9
+ the changed region based on the change notifications defined by the aria-relevant attribute.
10
+ https://www.w3.org/TR/wai-aria-1.1/#aria-atomic **attribute** `aria-atomic`
11
+ * @param {'true' | 'false' | string | null} ariaBusy - Indicates an element is being modified and that assistive technologies MAY want to wait
12
+ until the modifications are complete before exposing them to the user.
13
+ https://www.w3.org/TR/wai-aria-1.1/#aria-busy **attribute** `aria-busy`
14
+ * @param {string | null} ariaControls - Identifies the element (or elements) whose contents or presence are controlled by the current element.
15
+
16
+ https://www.w3.org/TR/wai-aria-1.1/#aria-controls **attribute** `aria-controls`
17
+ * @param {| 'page'
18
+ | 'step'
19
+ | 'location'
20
+ | 'date'
21
+ | 'time'
22
+ | 'true'
23
+ | 'false'
24
+ | string
25
+ | null} ariaCurrent - Indicates the element that represents the current item within a container or set of related elements.
26
+
27
+ https://www.w3.org/TR/wai-aria-1.1/#aria-current **attribute** `aria-current`
28
+ * @param {string | null} ariaDescribedby - Identifies the element (or elements) that describes the object.
29
+
30
+ https://www.w3.org/TR/wai-aria-1.1/#aria-describedby **attribute** `aria-describedby`
31
+ * @param {string | null} ariaDetails - Identifies the element that provides a detailed, extended description for the object.
32
+
33
+ https://www.w3.org/TR/wai-aria-1.1/#aria-details **attribute** `aria-details`
34
+ * @param {'true' | 'false' | string | null} ariaDisabled - Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
35
+
36
+ https://www.w3.org/TR/wai-aria-1.1/#aria-disabled **attribute** `aria-disabled`
37
+ * @param {string | null} ariaErrormessage - Identifies the element that provides an error message for the object.
38
+
39
+ https://www.w3.org/TR/wai-aria-1.1/#aria-errormessage **attribute** `aria-errormessage`
40
+ * @param {string | null} ariaFlowto - Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
41
+ allows assistive technology to override the general default of reading in document source order.
42
+
43
+ https://www.w3.org/TR/wai-aria-1.1/#aria-flowto **attribute** `aria-flowto`
44
+ * @param {| 'false'
45
+ | 'true'
46
+ | 'menu'
47
+ | 'listbox'
48
+ | 'tree'
49
+ | 'grid'
50
+ | 'dialog'
51
+ | string
52
+ | null} ariaHaspopup - Indicates the availability and type of interactive popup element,
53
+ such as menu or dialog, that can be triggered by an element.
54
+
55
+ https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup **attribute** `aria-haspopup`
56
+ * @param {'false' | 'true' | string | null} ariaHidden - Indicates whether the element is exposed to an accessibility API
57
+
58
+ https://www.w3.org/TR/wai-aria-1.1/#aria-hidden **attribute** `aria-hidden`
59
+ * @param {'false' | 'true' | 'grammar' | 'spelling' | string | null} ariaInvalid - Indicates the entered value does not conform to the format expected by the application.
60
+
61
+ https://www.w3.org/TR/wai-aria-1.1/#aria-invalid **attribute** `aria-invalid`
62
+ * @param {string | null} ariaKeyshortcuts - Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
63
+
64
+ https://www.w3.org/TR/wai-aria-1.1/#aria-keyshortcuts **attribute** `aria-keyshortcuts`
65
+ * @param {string | null} ariaLabel - Defines a string value that labels the current element.
66
+
67
+ https://www.w3.org/TR/wai-aria-1.1/#aria-label **attribute** `aria-label`
68
+ * @param {string | null} ariaLabelledby - Identifies the element (or elements) that labels the current element.
69
+
70
+ https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby **attribute** `aria-labelledby`
71
+ * @param {'assertive' | 'off' | 'polite' | string | null} ariaLive - Indicates that an element will be updated, and describes the types of updates the user agents,
72
+ assistive technologies, and user can expect from the live region.
73
+
74
+ https://www.w3.org/TR/wai-aria-1.1/#aria-live **attribute** `aria-live`
75
+ * @param {string | null} ariaOwns - Identifies an element (or elements) in order to define a visual,
76
+ functional, or contextual parent/child relationship between DOM elements
77
+ where the DOM hierarchy cannot be used to represent the relationship.
78
+
79
+ https://www.w3.org/TR/wai-aria-1.1/#aria-owns **attribute** `aria-owns`
80
+ * @param {| 'additions'
81
+ | 'additions text'
82
+ | 'all'
83
+ | 'removals'
84
+ | 'text'
85
+ | string
86
+ | null} ariaRelevant - Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
87
+
88
+ https://www.w3.org/TR/wai-aria-1.1/#aria-relevant **attribute** `aria-relevant`
89
+ * @param {string | null} ariaRoledescription - Defines a human-readable, author-localized description for the role of an element.
90
+
91
+ https://www.w3.org/TR/wai-aria-1.1/#aria-roledescription **attribute** `aria-roledescription`
92
+ */
93
+ declare const VwcARIAGlobalStatesAndProperties: {
94
+ (props: {
95
+ children?: ReactNode;
96
+ slot?: string | undefined;
97
+ id?: string | undefined;
98
+ style?: React.CSSProperties | undefined;
99
+ ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
100
+ ariaAtomic?: any;
101
+ ariaBusy?: any;
102
+ ariaControls?: string | null | undefined;
103
+ ariaCurrent?: any;
104
+ ariaDescribedby?: string | null | undefined;
105
+ ariaDetails?: string | null | undefined;
106
+ ariaDisabled?: any;
107
+ ariaErrormessage?: string | null | undefined;
108
+ ariaFlowto?: string | null | undefined;
109
+ ariaHaspopup?: any;
110
+ ariaHidden?: any;
111
+ ariaInvalid?: any;
112
+ ariaKeyshortcuts?: string | null | undefined;
113
+ ariaLabel?: string | null | undefined;
114
+ ariaLabelledby?: string | null | undefined;
115
+ ariaLive?: any;
116
+ ariaOwns?: string | null | undefined;
117
+ ariaRelevant?: any;
118
+ ariaRoledescription?: string | null | undefined;
119
+ }): JSX.Element;
120
+ displayName: string;
121
+ };
122
+ export default VwcARIAGlobalStatesAndProperties;