@okta/odyssey-react-mui 1.15.9 → 1.21.0

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 (1091) hide show
  1. package/CHANGELOG.md +78 -0
  2. package/dist/Accordion.js +2 -0
  3. package/dist/Accordion.js.map +1 -1
  4. package/dist/Autocomplete.js +9 -0
  5. package/dist/Autocomplete.js.map +1 -1
  6. package/dist/Badge.js +1 -0
  7. package/dist/Badge.js.map +1 -1
  8. package/dist/Banner.js +6 -5
  9. package/dist/Banner.js.map +1 -1
  10. package/dist/Button.js +15 -11
  11. package/dist/Button.js.map +1 -1
  12. package/dist/Callout.js +45 -7
  13. package/dist/Callout.js.map +1 -1
  14. package/dist/{Tile.js → Card.js} +43 -28
  15. package/dist/Card.js.map +1 -0
  16. package/dist/DataTable/DataTable.js +166 -101
  17. package/dist/DataTable/DataTable.js.map +1 -1
  18. package/dist/DataTable/DataTableRowActions.js.map +1 -1
  19. package/dist/DataTable/constants.js +0 -1
  20. package/dist/DataTable/constants.js.map +1 -1
  21. package/dist/DataTable/index.js +0 -1
  22. package/dist/DataTable/index.js.map +1 -1
  23. package/dist/Dialog.js +9 -3
  24. package/dist/Dialog.js.map +1 -1
  25. package/dist/{labs/Drawer.js → Drawer.js} +5 -5
  26. package/dist/Drawer.js.map +1 -0
  27. package/dist/{DataTable/DataTableEmptyState.js → EmptyState.js} +17 -15
  28. package/dist/EmptyState.js.map +1 -0
  29. package/dist/ErrorMessageList.js +1 -1
  30. package/dist/ErrorMessageList.js.map +1 -1
  31. package/dist/FieldError.js +3 -2
  32. package/dist/FieldError.js.map +1 -1
  33. package/dist/HtmlProps.js.map +1 -1
  34. package/dist/MenuItem.js +1 -0
  35. package/dist/MenuItem.js.map +1 -1
  36. package/dist/OdysseyCacheProvider.js +5 -2
  37. package/dist/OdysseyCacheProvider.js.map +1 -1
  38. package/dist/OdysseyProvider.js +1 -1
  39. package/dist/OdysseyProvider.js.map +1 -1
  40. package/dist/OdysseyTranslationProvider.js +1 -6
  41. package/dist/OdysseyTranslationProvider.js.map +1 -1
  42. package/dist/{DataTable/DataTablePagination.js → Pagination/Pagination.js} +72 -66
  43. package/dist/Pagination/Pagination.js.map +1 -0
  44. package/dist/Pagination/constants.js +14 -0
  45. package/dist/Pagination/constants.js.map +1 -0
  46. package/dist/Pagination/index.js +15 -0
  47. package/dist/Pagination/index.js.map +1 -0
  48. package/dist/Pagination/usePagination.js +42 -0
  49. package/dist/Pagination/usePagination.js.map +1 -0
  50. package/dist/Radio.js +17 -5
  51. package/dist/Radio.js.map +1 -1
  52. package/dist/ScreenReaderText.js +4 -0
  53. package/dist/ScreenReaderText.js.map +1 -1
  54. package/dist/Select.js +1 -0
  55. package/dist/Select.js.map +1 -1
  56. package/dist/Status.js +5 -3
  57. package/dist/Status.js.map +1 -1
  58. package/dist/Surface.js +38 -0
  59. package/dist/Surface.js.map +1 -0
  60. package/dist/Tabs.js +22 -0
  61. package/dist/Tabs.js.map +1 -1
  62. package/dist/TextField.js +48 -0
  63. package/dist/TextField.js.map +1 -1
  64. package/dist/Toast.js +37 -34
  65. package/dist/Toast.js.map +1 -1
  66. package/dist/assertEnv.d.ts +18 -0
  67. package/dist/assertEnv.d.ts.map +1 -0
  68. package/dist/assertEnv.js +32 -0
  69. package/dist/icons.generated/Add.js +1 -1
  70. package/dist/icons.generated/Add.js.map +1 -1
  71. package/dist/icons.generated/AddCircle.js +1 -1
  72. package/dist/icons.generated/AddCircle.js.map +1 -1
  73. package/dist/icons.generated/Apps.js +1 -1
  74. package/dist/icons.generated/Apps.js.map +1 -1
  75. package/dist/icons.generated/ArrowBottom.js +2 -2
  76. package/dist/icons.generated/ArrowBottom.js.map +1 -1
  77. package/dist/icons.generated/ArrowDown.js +1 -1
  78. package/dist/icons.generated/ArrowDown.js.map +1 -1
  79. package/dist/icons.generated/ArrowLeft.js +1 -1
  80. package/dist/icons.generated/ArrowLeft.js.map +1 -1
  81. package/dist/icons.generated/ArrowLowerLeft.js +1 -1
  82. package/dist/icons.generated/ArrowLowerLeft.js.map +1 -1
  83. package/dist/icons.generated/ArrowLowerRight.js +1 -1
  84. package/dist/icons.generated/ArrowLowerRight.js.map +1 -1
  85. package/dist/icons.generated/ArrowRight.js +1 -1
  86. package/dist/icons.generated/ArrowRight.js.map +1 -1
  87. package/dist/icons.generated/ArrowTop.js +2 -2
  88. package/dist/icons.generated/ArrowTop.js.map +1 -1
  89. package/dist/icons.generated/ArrowUnsorted.js +1 -1
  90. package/dist/icons.generated/ArrowUnsorted.js.map +1 -1
  91. package/dist/icons.generated/ArrowUp.js +1 -1
  92. package/dist/icons.generated/ArrowUp.js.map +1 -1
  93. package/dist/icons.generated/ArrowUpperLeft.js +1 -1
  94. package/dist/icons.generated/ArrowUpperLeft.js.map +1 -1
  95. package/dist/icons.generated/ArrowUpperRight.js +1 -1
  96. package/dist/icons.generated/ArrowUpperRight.js.map +1 -1
  97. package/dist/icons.generated/Bug.js +1 -1
  98. package/dist/icons.generated/Bug.js.map +1 -1
  99. package/dist/icons.generated/Calendar.js +1 -1
  100. package/dist/icons.generated/Calendar.js.map +1 -1
  101. package/dist/icons.generated/Call.js +1 -1
  102. package/dist/icons.generated/Call.js.map +1 -1
  103. package/dist/icons.generated/Chat.js +1 -1
  104. package/dist/icons.generated/Chat.js.map +1 -1
  105. package/dist/icons.generated/Check.js +1 -1
  106. package/dist/icons.generated/Check.js.map +1 -1
  107. package/dist/icons.generated/CheckCircleFilled.js +1 -1
  108. package/dist/icons.generated/CheckCircleFilled.js.map +1 -1
  109. package/dist/icons.generated/ChevronDown.js +1 -1
  110. package/dist/icons.generated/ChevronDown.js.map +1 -1
  111. package/dist/icons.generated/ChevronLeft.js +1 -1
  112. package/dist/icons.generated/ChevronLeft.js.map +1 -1
  113. package/dist/icons.generated/ChevronRight.js +1 -1
  114. package/dist/icons.generated/ChevronRight.js.map +1 -1
  115. package/dist/icons.generated/ChevronUp.js +1 -1
  116. package/dist/icons.generated/ChevronUp.js.map +1 -1
  117. package/dist/icons.generated/Clock.js +1 -1
  118. package/dist/icons.generated/Clock.js.map +1 -1
  119. package/dist/icons.generated/Close.js +1 -1
  120. package/dist/icons.generated/Close.js.map +1 -1
  121. package/dist/icons.generated/CloseCircleFilled.js +1 -1
  122. package/dist/icons.generated/CloseCircleFilled.js.map +1 -1
  123. package/dist/icons.generated/CollapseLeft.js +1 -1
  124. package/dist/icons.generated/CollapseLeft.js.map +1 -1
  125. package/dist/icons.generated/CollapseRight.js +1 -1
  126. package/dist/icons.generated/CollapseRight.js.map +1 -1
  127. package/dist/icons.generated/Copy.js +1 -1
  128. package/dist/icons.generated/Copy.js.map +1 -1
  129. package/dist/icons.generated/Custom.js +39 -0
  130. package/dist/icons.generated/Custom.js.map +1 -0
  131. package/dist/icons.generated/DangerDiamond.js +1 -1
  132. package/dist/icons.generated/DangerDiamond.js.map +1 -1
  133. package/dist/icons.generated/DangerDiamondFilled.js +1 -1
  134. package/dist/icons.generated/DangerDiamondFilled.js.map +1 -1
  135. package/dist/icons.generated/Delete.js +1 -1
  136. package/dist/icons.generated/Delete.js.map +1 -1
  137. package/dist/icons.generated/Deny.js +1 -1
  138. package/dist/icons.generated/Deny.js.map +1 -1
  139. package/dist/icons.generated/Devices.js +1 -1
  140. package/dist/icons.generated/Devices.js.map +1 -1
  141. package/dist/icons.generated/Directory.js +1 -1
  142. package/dist/icons.generated/Directory.js.map +1 -1
  143. package/dist/icons.generated/Documentation.js +1 -1
  144. package/dist/icons.generated/Documentation.js.map +1 -1
  145. package/dist/icons.generated/Download.js +1 -1
  146. package/dist/icons.generated/Download.js.map +1 -1
  147. package/dist/icons.generated/DragIndicator.js +1 -1
  148. package/dist/icons.generated/DragIndicator.js.map +1 -1
  149. package/dist/icons.generated/Duo.js +47 -0
  150. package/dist/icons.generated/Duo.js.map +1 -0
  151. package/dist/icons.generated/Edit.js +1 -1
  152. package/dist/icons.generated/Edit.js.map +1 -1
  153. package/dist/icons.generated/Email.js +38 -0
  154. package/dist/icons.generated/Email.js.map +1 -0
  155. package/dist/icons.generated/ExpandLeft.js +1 -1
  156. package/dist/icons.generated/ExpandLeft.js.map +1 -1
  157. package/dist/icons.generated/ExpandRight.js +1 -1
  158. package/dist/icons.generated/ExpandRight.js.map +1 -1
  159. package/dist/icons.generated/ExternalLink.js +1 -1
  160. package/dist/icons.generated/ExternalLink.js.map +1 -1
  161. package/dist/icons.generated/Fido2.js +57 -0
  162. package/dist/icons.generated/Fido2.js.map +1 -0
  163. package/dist/icons.generated/Filter.js +1 -1
  164. package/dist/icons.generated/Filter.js.map +1 -1
  165. package/dist/icons.generated/Folder.js +1 -1
  166. package/dist/icons.generated/Folder.js.map +1 -1
  167. package/dist/icons.generated/Globe.js +1 -1
  168. package/dist/icons.generated/Globe.js.map +1 -1
  169. package/dist/icons.generated/GoogleAuth.js +54 -0
  170. package/dist/icons.generated/GoogleAuth.js.map +1 -0
  171. package/dist/icons.generated/Grid.js +1 -1
  172. package/dist/icons.generated/Grid.js.map +1 -1
  173. package/dist/icons.generated/Group.js +1 -1
  174. package/dist/icons.generated/Group.js.map +1 -1
  175. package/dist/icons.generated/Hide.js +1 -1
  176. package/dist/icons.generated/Hide.js.map +1 -1
  177. package/dist/icons.generated/Home.js +1 -1
  178. package/dist/icons.generated/Home.js.map +1 -1
  179. package/dist/icons.generated/Idp.js +42 -0
  180. package/dist/icons.generated/Idp.js.map +1 -0
  181. package/dist/icons.generated/InformationCircle.js +1 -1
  182. package/dist/icons.generated/InformationCircle.js.map +1 -1
  183. package/dist/icons.generated/InformationCircleFilled.js +1 -1
  184. package/dist/icons.generated/InformationCircleFilled.js.map +1 -1
  185. package/dist/icons.generated/Link.js +1 -1
  186. package/dist/icons.generated/Link.js.map +1 -1
  187. package/dist/icons.generated/List.js +1 -1
  188. package/dist/icons.generated/List.js.map +1 -1
  189. package/dist/icons.generated/Lock.js +1 -1
  190. package/dist/icons.generated/Lock.js.map +1 -1
  191. package/dist/icons.generated/More.js +1 -1
  192. package/dist/icons.generated/More.js.map +1 -1
  193. package/dist/icons.generated/Notification.js +1 -1
  194. package/dist/icons.generated/Notification.js.map +1 -1
  195. package/dist/icons.generated/OktaVerify.js +33 -0
  196. package/dist/icons.generated/OktaVerify.js.map +1 -0
  197. package/dist/icons.generated/OnPremMfa.js +39 -0
  198. package/dist/icons.generated/OnPremMfa.js.map +1 -0
  199. package/dist/icons.generated/OneTimePassword.js +49 -0
  200. package/dist/icons.generated/OneTimePassword.js.map +1 -0
  201. package/dist/icons.generated/Password.js +61 -0
  202. package/dist/icons.generated/Password.js.map +1 -0
  203. package/dist/icons.generated/Pause.js +1 -1
  204. package/dist/icons.generated/Pause.js.map +1 -1
  205. package/dist/icons.generated/QuestionCircle.js +1 -1
  206. package/dist/icons.generated/QuestionCircle.js.map +1 -1
  207. package/dist/icons.generated/QuestionCircleFilled.js +1 -1
  208. package/dist/icons.generated/QuestionCircleFilled.js.map +1 -1
  209. package/dist/icons.generated/Refresh.js +1 -1
  210. package/dist/icons.generated/Refresh.js.map +1 -1
  211. package/dist/icons.generated/Reset.js +1 -1
  212. package/dist/icons.generated/Reset.js.map +1 -1
  213. package/dist/icons.generated/Resume.js +1 -1
  214. package/dist/icons.generated/Resume.js.map +1 -1
  215. package/dist/icons.generated/Search.js +1 -1
  216. package/dist/icons.generated/Search.js.map +1 -1
  217. package/dist/icons.generated/SecurityQuestion.js +41 -0
  218. package/dist/icons.generated/SecurityQuestion.js.map +1 -0
  219. package/dist/icons.generated/Server.js +1 -1
  220. package/dist/icons.generated/Server.js.map +1 -1
  221. package/dist/icons.generated/Settings.js +1 -1
  222. package/dist/icons.generated/Settings.js.map +1 -1
  223. package/dist/icons.generated/Show.js +1 -1
  224. package/dist/icons.generated/Show.js.map +1 -1
  225. package/dist/icons.generated/SmartCard.js +49 -0
  226. package/dist/icons.generated/SmartCard.js.map +1 -0
  227. package/dist/icons.generated/Sms.js +49 -0
  228. package/dist/icons.generated/Sms.js.map +1 -0
  229. package/dist/icons.generated/Subtract.js +1 -1
  230. package/dist/icons.generated/Subtract.js.map +1 -1
  231. package/dist/icons.generated/SymantecVip.js +38 -0
  232. package/dist/icons.generated/SymantecVip.js.map +1 -0
  233. package/dist/icons.generated/Sync.js +1 -1
  234. package/dist/icons.generated/Sync.js.map +1 -1
  235. package/dist/icons.generated/ThumbsDown.js +33 -0
  236. package/dist/icons.generated/ThumbsDown.js.map +1 -0
  237. package/dist/icons.generated/ThumbsUp.js +33 -0
  238. package/dist/icons.generated/ThumbsUp.js.map +1 -0
  239. package/dist/icons.generated/Unlock.js +1 -1
  240. package/dist/icons.generated/Unlock.js.map +1 -1
  241. package/dist/icons.generated/Upload.js +1 -1
  242. package/dist/icons.generated/Upload.js.map +1 -1
  243. package/dist/icons.generated/User.js +1 -1
  244. package/dist/icons.generated/User.js.map +1 -1
  245. package/dist/icons.generated/Video.js +1 -1
  246. package/dist/icons.generated/Video.js.map +1 -1
  247. package/dist/icons.generated/VoiceCall.js +54 -0
  248. package/dist/icons.generated/VoiceCall.js.map +1 -0
  249. package/dist/icons.generated/Warning.js +1 -1
  250. package/dist/icons.generated/Warning.js.map +1 -1
  251. package/dist/icons.generated/WarningFilled.js +1 -1
  252. package/dist/icons.generated/WarningFilled.js.map +1 -1
  253. package/dist/icons.generated/Yubikey.js +31 -0
  254. package/dist/icons.generated/Yubikey.js.map +1 -0
  255. package/dist/icons.generated/index.js +18 -0
  256. package/dist/icons.generated/index.js.map +1 -1
  257. package/dist/index.d.ts +24 -0
  258. package/dist/index.d.ts.map +1 -0
  259. package/dist/index.js +7 -2
  260. package/dist/index.js.map +1 -1
  261. package/dist/index.scss +457 -0
  262. package/dist/labs/DataComponents/BulkActionsMenu.js +77 -0
  263. package/dist/labs/DataComponents/BulkActionsMenu.js.map +1 -0
  264. package/dist/labs/DataComponents/DataStack.js +85 -0
  265. package/dist/labs/DataComponents/DataStack.js.map +1 -0
  266. package/dist/labs/DataComponents/DataTable.js +96 -0
  267. package/dist/labs/DataComponents/DataTable.js.map +1 -0
  268. package/dist/labs/DataComponents/DataView.js +292 -0
  269. package/dist/labs/DataComponents/DataView.js.map +1 -0
  270. package/dist/{src/DataTable/DataTableEmptyState.d.ts → labs/DataComponents/DetailPanel.js} +14 -9
  271. package/dist/labs/DataComponents/DetailPanel.js.map +1 -0
  272. package/dist/labs/DataComponents/LayoutSwitcher.js +53 -0
  273. package/dist/labs/DataComponents/LayoutSwitcher.js.map +1 -0
  274. package/dist/labs/DataComponents/RowActions.js +80 -0
  275. package/dist/labs/DataComponents/RowActions.js.map +1 -0
  276. package/dist/labs/DataComponents/StackCard.js +163 -0
  277. package/dist/labs/DataComponents/StackCard.js.map +1 -0
  278. package/dist/labs/DataComponents/StackContent.js +143 -0
  279. package/dist/labs/DataComponents/StackContent.js.map +1 -0
  280. package/dist/labs/DataComponents/TableContent.js +294 -0
  281. package/dist/labs/DataComponents/TableContent.js.map +1 -0
  282. package/dist/labs/DataComponents/TableSettings.js +86 -0
  283. package/dist/labs/DataComponents/TableSettings.js.map +1 -0
  284. package/dist/labs/DataComponents/componentTypes.js +2 -0
  285. package/dist/labs/DataComponents/componentTypes.js.map +1 -0
  286. package/dist/labs/DataComponents/constants.js +17 -0
  287. package/dist/labs/DataComponents/constants.js.map +1 -0
  288. package/dist/labs/DataComponents/dataTypes.js +2 -0
  289. package/dist/labs/DataComponents/dataTypes.js.map +1 -0
  290. package/dist/labs/DataComponents/fetchData.js +33 -0
  291. package/dist/labs/DataComponents/fetchData.js.map +1 -0
  292. package/dist/labs/DataComponents/index.js +18 -0
  293. package/dist/labs/DataComponents/index.js.map +1 -0
  294. package/dist/labs/DataComponents/tableConstants.js +127 -0
  295. package/dist/labs/DataComponents/tableConstants.js.map +1 -0
  296. package/dist/labs/DataComponents/useFilterConversion.js +51 -0
  297. package/dist/labs/DataComponents/useFilterConversion.js.map +1 -0
  298. package/dist/labs/DataFilters.js +139 -82
  299. package/dist/labs/DataFilters.js.map +1 -1
  300. package/dist/labs/DateField.js +164 -0
  301. package/dist/labs/DateField.js.map +1 -0
  302. package/dist/labs/DatePicker.js +248 -23
  303. package/dist/labs/DatePicker.js.map +1 -1
  304. package/dist/labs/{DatePicker.types.js → DatePicker.types.d.js} +1 -1
  305. package/dist/labs/DatePicker.types.d.js.map +1 -0
  306. package/dist/labs/FileUpload.js +28 -25
  307. package/dist/labs/FileUpload.js.map +1 -1
  308. package/dist/labs/FileUploadIllustration.js +1 -1
  309. package/dist/labs/FileUploadIllustration.js.map +1 -1
  310. package/dist/labs/FileUploadPreview.js +1 -0
  311. package/dist/labs/FileUploadPreview.js.map +1 -1
  312. package/dist/labs/Layout.js +49 -0
  313. package/dist/labs/Layout.js.map +1 -0
  314. package/dist/labs/NavAccordion.js +80 -0
  315. package/dist/labs/NavAccordion.js.map +1 -0
  316. package/dist/labs/PageTemplate.js +140 -0
  317. package/dist/labs/PageTemplate.js.map +1 -0
  318. package/dist/labs/SideNav.js +478 -0
  319. package/dist/labs/SideNav.js.map +1 -0
  320. package/dist/labs/Switch.js +186 -77
  321. package/dist/labs/Switch.js.map +1 -1
  322. package/dist/labs/TimeZonePicker.js +37 -0
  323. package/dist/labs/TimeZonePicker.js.map +1 -0
  324. package/dist/labs/TopNav.js +280 -0
  325. package/dist/labs/TopNav.js.map +1 -0
  326. package/dist/labs/datePickerTheme.js +141 -80
  327. package/dist/labs/datePickerTheme.js.map +1 -1
  328. package/dist/labs/index.js +6 -1
  329. package/dist/labs/index.js.map +1 -1
  330. package/dist/labs/useDateFieldsTranslations.js +71 -0
  331. package/dist/labs/useDateFieldsTranslations.js.map +1 -0
  332. package/dist/labs/useOdysseyDateFields.js +101 -0
  333. package/dist/labs/useOdysseyDateFields.js.map +1 -0
  334. package/dist/preset.d.ts +23 -0
  335. package/dist/preset.d.ts.map +1 -0
  336. package/dist/preset.js +35 -0
  337. package/dist/properties/ts/odyssey-react-mui.js +71 -10
  338. package/dist/properties/ts/odyssey-react-mui.js.map +1 -1
  339. package/dist/properties/ts/odyssey-react-mui_cs.js +55 -8
  340. package/dist/properties/ts/odyssey-react-mui_cs.js.map +1 -1
  341. package/dist/properties/ts/odyssey-react-mui_da.js +55 -8
  342. package/dist/properties/ts/odyssey-react-mui_da.js.map +1 -1
  343. package/dist/properties/ts/odyssey-react-mui_de.js +55 -8
  344. package/dist/properties/ts/odyssey-react-mui_de.js.map +1 -1
  345. package/dist/properties/ts/odyssey-react-mui_el.js +55 -8
  346. package/dist/properties/ts/odyssey-react-mui_el.js.map +1 -1
  347. package/dist/properties/ts/odyssey-react-mui_es.js +55 -8
  348. package/dist/properties/ts/odyssey-react-mui_es.js.map +1 -1
  349. package/dist/properties/ts/odyssey-react-mui_fi.js +55 -8
  350. package/dist/properties/ts/odyssey-react-mui_fi.js.map +1 -1
  351. package/dist/properties/ts/odyssey-react-mui_fr.js +55 -8
  352. package/dist/properties/ts/odyssey-react-mui_fr.js.map +1 -1
  353. package/dist/properties/ts/odyssey-react-mui_ht.js +98 -0
  354. package/dist/properties/ts/odyssey-react-mui_ht.js.map +1 -0
  355. package/dist/properties/ts/odyssey-react-mui_hu.js +55 -8
  356. package/dist/properties/ts/odyssey-react-mui_hu.js.map +1 -1
  357. package/dist/properties/ts/odyssey-react-mui_id.js +55 -8
  358. package/dist/properties/ts/odyssey-react-mui_id.js.map +1 -1
  359. package/dist/properties/ts/odyssey-react-mui_it.js +55 -8
  360. package/dist/properties/ts/odyssey-react-mui_it.js.map +1 -1
  361. package/dist/properties/ts/odyssey-react-mui_ja.js +55 -8
  362. package/dist/properties/ts/odyssey-react-mui_ja.js.map +1 -1
  363. package/dist/properties/ts/odyssey-react-mui_ko.js +55 -8
  364. package/dist/properties/ts/odyssey-react-mui_ko.js.map +1 -1
  365. package/dist/properties/ts/odyssey-react-mui_ms.js +55 -8
  366. package/dist/properties/ts/odyssey-react-mui_ms.js.map +1 -1
  367. package/dist/properties/ts/odyssey-react-mui_nb.js +55 -8
  368. package/dist/properties/ts/odyssey-react-mui_nb.js.map +1 -1
  369. package/dist/properties/ts/odyssey-react-mui_nl_NL.js +55 -8
  370. package/dist/properties/ts/odyssey-react-mui_nl_NL.js.map +1 -1
  371. package/dist/properties/ts/odyssey-react-mui_pl.js +55 -8
  372. package/dist/properties/ts/odyssey-react-mui_pl.js.map +1 -1
  373. package/dist/properties/ts/odyssey-react-mui_pt_BR.js +55 -8
  374. package/dist/properties/ts/odyssey-react-mui_pt_BR.js.map +1 -1
  375. package/dist/properties/ts/odyssey-react-mui_ro.js +55 -8
  376. package/dist/properties/ts/odyssey-react-mui_ro.js.map +1 -1
  377. package/dist/properties/ts/odyssey-react-mui_ru.js +55 -8
  378. package/dist/properties/ts/odyssey-react-mui_ru.js.map +1 -1
  379. package/dist/properties/ts/odyssey-react-mui_sv.js +55 -8
  380. package/dist/properties/ts/odyssey-react-mui_sv.js.map +1 -1
  381. package/dist/properties/ts/odyssey-react-mui_th.js +55 -8
  382. package/dist/properties/ts/odyssey-react-mui_th.js.map +1 -1
  383. package/dist/properties/ts/odyssey-react-mui_tr.js +55 -8
  384. package/dist/properties/ts/odyssey-react-mui_tr.js.map +1 -1
  385. package/dist/properties/ts/odyssey-react-mui_uk.js +55 -8
  386. package/dist/properties/ts/odyssey-react-mui_uk.js.map +1 -1
  387. package/dist/properties/ts/odyssey-react-mui_vi.js +55 -8
  388. package/dist/properties/ts/odyssey-react-mui_vi.js.map +1 -1
  389. package/dist/properties/ts/odyssey-react-mui_zh_CN.js +55 -8
  390. package/dist/properties/ts/odyssey-react-mui_zh_CN.js.map +1 -1
  391. package/dist/properties/ts/odyssey-react-mui_zh_TW.js +55 -8
  392. package/dist/properties/ts/odyssey-react-mui_zh_TW.js.map +1 -1
  393. package/dist/remUtils.js +14 -0
  394. package/dist/remUtils.js.map +1 -0
  395. package/dist/scripts/generateTestSelectorsJson.d.ts +13 -0
  396. package/dist/scripts/generateTestSelectorsJson.d.ts.map +1 -0
  397. package/dist/src/Accordion.d.ts +1 -1
  398. package/dist/src/Accordion.d.ts.map +1 -1
  399. package/dist/src/Autocomplete.d.ts +8 -1
  400. package/dist/src/Autocomplete.d.ts.map +1 -1
  401. package/dist/src/Badge.d.ts +2 -3
  402. package/dist/src/Badge.d.ts.map +1 -1
  403. package/dist/src/Banner.d.ts +0 -1
  404. package/dist/src/Banner.d.ts.map +1 -1
  405. package/dist/src/Button.d.ts +10 -6
  406. package/dist/src/Button.d.ts.map +1 -1
  407. package/dist/src/ButtonContext.d.ts +0 -1
  408. package/dist/src/ButtonContext.d.ts.map +1 -1
  409. package/dist/src/Callout.d.ts +38 -2
  410. package/dist/src/Callout.d.ts.map +1 -1
  411. package/dist/src/{Tile.d.ts → Card.d.ts} +6 -27
  412. package/dist/src/Card.d.ts.map +1 -0
  413. package/dist/src/Checkbox.d.ts +0 -1
  414. package/dist/src/Checkbox.d.ts.map +1 -1
  415. package/dist/src/CircularProgress.d.ts +0 -1
  416. package/dist/src/CircularProgress.d.ts.map +1 -1
  417. package/dist/src/DataTable/DataTable.d.ts +78 -48
  418. package/dist/src/DataTable/DataTable.d.ts.map +1 -1
  419. package/dist/src/DataTable/DataTableRowActions.d.ts +1 -1
  420. package/dist/src/DataTable/DataTableRowActions.d.ts.map +1 -1
  421. package/dist/src/DataTable/constants.d.ts +0 -1
  422. package/dist/src/DataTable/constants.d.ts.map +1 -1
  423. package/dist/src/DataTable/index.d.ts +1 -2
  424. package/dist/src/DataTable/index.d.ts.map +1 -1
  425. package/dist/src/DataTable/reorderDataRowsLocally.d.ts.map +1 -1
  426. package/dist/src/DataTable/useRowReordering.d.ts +3 -3
  427. package/dist/src/DataTable/useRowReordering.d.ts.map +1 -1
  428. package/dist/src/Dialog.d.ts +19 -7
  429. package/dist/src/Dialog.d.ts.map +1 -1
  430. package/dist/src/{labs/Drawer.d.ts → Drawer.d.ts} +3 -3
  431. package/dist/src/Drawer.d.ts.map +1 -0
  432. package/dist/src/EmptyState.d.ts +34 -0
  433. package/dist/src/EmptyState.d.ts.map +1 -0
  434. package/dist/src/ErrorMessageList.d.ts +0 -1
  435. package/dist/src/ErrorMessageList.d.ts.map +1 -1
  436. package/dist/src/Field.d.ts.map +1 -1
  437. package/dist/src/FieldError.d.ts +0 -1
  438. package/dist/src/FieldError.d.ts.map +1 -1
  439. package/dist/src/FieldHint.d.ts +0 -1
  440. package/dist/src/FieldHint.d.ts.map +1 -1
  441. package/dist/src/FieldLabel.d.ts +0 -1
  442. package/dist/src/FieldLabel.d.ts.map +1 -1
  443. package/dist/src/FieldsetContext.d.ts +0 -1
  444. package/dist/src/FieldsetContext.d.ts.map +1 -1
  445. package/dist/src/HintLink.d.ts +0 -1
  446. package/dist/src/HintLink.d.ts.map +1 -1
  447. package/dist/src/HtmlProps.d.ts +1 -0
  448. package/dist/src/HtmlProps.d.ts.map +1 -1
  449. package/dist/src/MenuItem.d.ts.map +1 -1
  450. package/dist/src/MuiPropsContext.d.ts +0 -1
  451. package/dist/src/MuiPropsContext.d.ts.map +1 -1
  452. package/dist/src/NativeSelect.d.ts +4 -4
  453. package/dist/src/NativeSelect.d.ts.map +1 -1
  454. package/dist/src/OdysseyCacheProvider.d.ts +6 -2
  455. package/dist/src/OdysseyCacheProvider.d.ts.map +1 -1
  456. package/dist/src/OdysseyDesignTokensContext.d.ts +0 -1
  457. package/dist/src/OdysseyDesignTokensContext.d.ts.map +1 -1
  458. package/dist/src/OdysseyProvider.d.ts +2 -1
  459. package/dist/src/OdysseyProvider.d.ts.map +1 -1
  460. package/dist/src/OdysseyTranslationProvider.d.ts +1 -1
  461. package/dist/src/OdysseyTranslationProvider.d.ts.map +1 -1
  462. package/dist/src/Pagination/Pagination.d.ts +85 -0
  463. package/dist/src/Pagination/Pagination.d.ts.map +1 -0
  464. package/dist/src/Pagination/constants.d.ts +13 -0
  465. package/dist/src/Pagination/constants.d.ts.map +1 -0
  466. package/dist/src/Pagination/index.d.ts +15 -0
  467. package/dist/src/Pagination/index.d.ts.map +1 -0
  468. package/dist/src/Pagination/usePagination.d.ts +24 -0
  469. package/dist/src/Pagination/usePagination.d.ts.map +1 -0
  470. package/dist/src/PasswordField.d.ts +10 -10
  471. package/dist/src/PasswordField.d.ts.map +1 -1
  472. package/dist/src/Radio.d.ts +2 -3
  473. package/dist/src/Radio.d.ts.map +1 -1
  474. package/dist/src/ScreenReaderText.d.ts +3 -2
  475. package/dist/src/ScreenReaderText.d.ts.map +1 -1
  476. package/dist/src/SearchField.d.ts +11 -11
  477. package/dist/src/SearchField.d.ts.map +1 -1
  478. package/dist/src/Select.d.ts +0 -1
  479. package/dist/src/Select.d.ts.map +1 -1
  480. package/dist/src/Status.d.ts +7 -3
  481. package/dist/src/Status.d.ts.map +1 -1
  482. package/dist/src/{labs/DatePicker.types.d.ts → Surface.d.ts} +7 -8
  483. package/dist/src/Surface.d.ts.map +1 -0
  484. package/dist/src/Tabs.d.ts +22 -0
  485. package/dist/src/Tabs.d.ts.map +1 -1
  486. package/dist/src/TagListContext.d.ts +0 -1
  487. package/dist/src/TagListContext.d.ts.map +1 -1
  488. package/dist/src/TextField.d.ts +60 -12
  489. package/dist/src/TextField.d.ts.map +1 -1
  490. package/dist/src/Toast.d.ts +0 -1
  491. package/dist/src/Toast.d.ts.map +1 -1
  492. package/dist/src/icons.generated/Add.d.ts +1 -2
  493. package/dist/src/icons.generated/Add.d.ts.map +1 -1
  494. package/dist/src/icons.generated/AddCircle.d.ts +1 -2
  495. package/dist/src/icons.generated/AddCircle.d.ts.map +1 -1
  496. package/dist/src/icons.generated/Apps.d.ts +1 -2
  497. package/dist/src/icons.generated/Apps.d.ts.map +1 -1
  498. package/dist/src/icons.generated/ArrowBottom.d.ts +1 -2
  499. package/dist/src/icons.generated/ArrowBottom.d.ts.map +1 -1
  500. package/dist/src/icons.generated/ArrowDown.d.ts +1 -2
  501. package/dist/src/icons.generated/ArrowDown.d.ts.map +1 -1
  502. package/dist/src/icons.generated/ArrowLeft.d.ts +1 -2
  503. package/dist/src/icons.generated/ArrowLeft.d.ts.map +1 -1
  504. package/dist/src/icons.generated/ArrowLowerLeft.d.ts +1 -2
  505. package/dist/src/icons.generated/ArrowLowerLeft.d.ts.map +1 -1
  506. package/dist/src/icons.generated/ArrowLowerRight.d.ts +1 -2
  507. package/dist/src/icons.generated/ArrowLowerRight.d.ts.map +1 -1
  508. package/dist/src/icons.generated/ArrowRight.d.ts +1 -2
  509. package/dist/src/icons.generated/ArrowRight.d.ts.map +1 -1
  510. package/dist/src/icons.generated/ArrowTop.d.ts +1 -2
  511. package/dist/src/icons.generated/ArrowTop.d.ts.map +1 -1
  512. package/dist/src/icons.generated/ArrowUnsorted.d.ts +1 -2
  513. package/dist/src/icons.generated/ArrowUnsorted.d.ts.map +1 -1
  514. package/dist/src/icons.generated/ArrowUp.d.ts +1 -2
  515. package/dist/src/icons.generated/ArrowUp.d.ts.map +1 -1
  516. package/dist/src/icons.generated/ArrowUpperLeft.d.ts +1 -2
  517. package/dist/src/icons.generated/ArrowUpperLeft.d.ts.map +1 -1
  518. package/dist/src/icons.generated/ArrowUpperRight.d.ts +1 -2
  519. package/dist/src/icons.generated/ArrowUpperRight.d.ts.map +1 -1
  520. package/dist/src/icons.generated/Bug.d.ts +1 -2
  521. package/dist/src/icons.generated/Bug.d.ts.map +1 -1
  522. package/dist/src/icons.generated/Calendar.d.ts +1 -2
  523. package/dist/src/icons.generated/Calendar.d.ts.map +1 -1
  524. package/dist/src/icons.generated/Call.d.ts +1 -2
  525. package/dist/src/icons.generated/Call.d.ts.map +1 -1
  526. package/dist/src/icons.generated/Chat.d.ts +1 -2
  527. package/dist/src/icons.generated/Chat.d.ts.map +1 -1
  528. package/dist/src/icons.generated/Check.d.ts +1 -2
  529. package/dist/src/icons.generated/Check.d.ts.map +1 -1
  530. package/dist/src/icons.generated/CheckCircleFilled.d.ts +1 -2
  531. package/dist/src/icons.generated/CheckCircleFilled.d.ts.map +1 -1
  532. package/dist/src/icons.generated/ChevronDown.d.ts +1 -2
  533. package/dist/src/icons.generated/ChevronDown.d.ts.map +1 -1
  534. package/dist/src/icons.generated/ChevronLeft.d.ts +1 -2
  535. package/dist/src/icons.generated/ChevronLeft.d.ts.map +1 -1
  536. package/dist/src/icons.generated/ChevronRight.d.ts +1 -2
  537. package/dist/src/icons.generated/ChevronRight.d.ts.map +1 -1
  538. package/dist/src/icons.generated/ChevronUp.d.ts +1 -2
  539. package/dist/src/icons.generated/ChevronUp.d.ts.map +1 -1
  540. package/dist/src/icons.generated/Clock.d.ts +1 -2
  541. package/dist/src/icons.generated/Clock.d.ts.map +1 -1
  542. package/dist/src/icons.generated/Close.d.ts +1 -2
  543. package/dist/src/icons.generated/Close.d.ts.map +1 -1
  544. package/dist/src/icons.generated/CloseCircleFilled.d.ts +1 -2
  545. package/dist/src/icons.generated/CloseCircleFilled.d.ts.map +1 -1
  546. package/dist/src/icons.generated/CollapseLeft.d.ts +1 -2
  547. package/dist/src/icons.generated/CollapseLeft.d.ts.map +1 -1
  548. package/dist/src/icons.generated/CollapseRight.d.ts +1 -2
  549. package/dist/src/icons.generated/CollapseRight.d.ts.map +1 -1
  550. package/dist/src/icons.generated/Copy.d.ts +1 -2
  551. package/dist/src/icons.generated/Copy.d.ts.map +1 -1
  552. package/dist/src/icons.generated/Custom.d.ts +15 -0
  553. package/dist/src/icons.generated/Custom.d.ts.map +1 -0
  554. package/dist/src/icons.generated/DangerDiamond.d.ts +1 -2
  555. package/dist/src/icons.generated/DangerDiamond.d.ts.map +1 -1
  556. package/dist/src/icons.generated/DangerDiamondFilled.d.ts +1 -2
  557. package/dist/src/icons.generated/DangerDiamondFilled.d.ts.map +1 -1
  558. package/dist/src/icons.generated/Delete.d.ts +1 -2
  559. package/dist/src/icons.generated/Delete.d.ts.map +1 -1
  560. package/dist/src/icons.generated/Deny.d.ts +1 -2
  561. package/dist/src/icons.generated/Deny.d.ts.map +1 -1
  562. package/dist/src/icons.generated/Devices.d.ts +1 -2
  563. package/dist/src/icons.generated/Devices.d.ts.map +1 -1
  564. package/dist/src/icons.generated/Directory.d.ts +1 -2
  565. package/dist/src/icons.generated/Directory.d.ts.map +1 -1
  566. package/dist/src/icons.generated/Documentation.d.ts +1 -2
  567. package/dist/src/icons.generated/Documentation.d.ts.map +1 -1
  568. package/dist/src/icons.generated/Download.d.ts +1 -2
  569. package/dist/src/icons.generated/Download.d.ts.map +1 -1
  570. package/dist/src/icons.generated/DragIndicator.d.ts +1 -2
  571. package/dist/src/icons.generated/DragIndicator.d.ts.map +1 -1
  572. package/dist/src/icons.generated/Duo.d.ts +15 -0
  573. package/dist/src/icons.generated/Duo.d.ts.map +1 -0
  574. package/dist/src/icons.generated/Edit.d.ts +1 -2
  575. package/dist/src/icons.generated/Edit.d.ts.map +1 -1
  576. package/dist/src/icons.generated/Email.d.ts +15 -0
  577. package/dist/src/icons.generated/Email.d.ts.map +1 -0
  578. package/dist/src/icons.generated/ExpandLeft.d.ts +1 -2
  579. package/dist/src/icons.generated/ExpandLeft.d.ts.map +1 -1
  580. package/dist/src/icons.generated/ExpandRight.d.ts +1 -2
  581. package/dist/src/icons.generated/ExpandRight.d.ts.map +1 -1
  582. package/dist/src/icons.generated/ExternalLink.d.ts +1 -2
  583. package/dist/src/icons.generated/ExternalLink.d.ts.map +1 -1
  584. package/dist/src/icons.generated/Fido2.d.ts +15 -0
  585. package/dist/src/icons.generated/Fido2.d.ts.map +1 -0
  586. package/dist/src/icons.generated/Filter.d.ts +1 -2
  587. package/dist/src/icons.generated/Filter.d.ts.map +1 -1
  588. package/dist/src/icons.generated/Folder.d.ts +1 -2
  589. package/dist/src/icons.generated/Folder.d.ts.map +1 -1
  590. package/dist/src/icons.generated/Globe.d.ts +1 -2
  591. package/dist/src/icons.generated/Globe.d.ts.map +1 -1
  592. package/dist/src/icons.generated/GoogleAuth.d.ts +15 -0
  593. package/dist/src/icons.generated/GoogleAuth.d.ts.map +1 -0
  594. package/dist/src/icons.generated/Grid.d.ts +1 -2
  595. package/dist/src/icons.generated/Grid.d.ts.map +1 -1
  596. package/dist/src/icons.generated/Group.d.ts +1 -2
  597. package/dist/src/icons.generated/Group.d.ts.map +1 -1
  598. package/dist/src/icons.generated/Hide.d.ts +1 -2
  599. package/dist/src/icons.generated/Hide.d.ts.map +1 -1
  600. package/dist/src/icons.generated/Home.d.ts +1 -2
  601. package/dist/src/icons.generated/Home.d.ts.map +1 -1
  602. package/dist/src/icons.generated/Idp.d.ts +15 -0
  603. package/dist/src/icons.generated/Idp.d.ts.map +1 -0
  604. package/dist/src/icons.generated/InformationCircle.d.ts +1 -2
  605. package/dist/src/icons.generated/InformationCircle.d.ts.map +1 -1
  606. package/dist/src/icons.generated/InformationCircleFilled.d.ts +1 -2
  607. package/dist/src/icons.generated/InformationCircleFilled.d.ts.map +1 -1
  608. package/dist/src/icons.generated/Link.d.ts +1 -2
  609. package/dist/src/icons.generated/Link.d.ts.map +1 -1
  610. package/dist/src/icons.generated/List.d.ts +1 -2
  611. package/dist/src/icons.generated/List.d.ts.map +1 -1
  612. package/dist/src/icons.generated/Lock.d.ts +1 -2
  613. package/dist/src/icons.generated/Lock.d.ts.map +1 -1
  614. package/dist/src/icons.generated/More.d.ts +1 -2
  615. package/dist/src/icons.generated/More.d.ts.map +1 -1
  616. package/dist/src/icons.generated/Notification.d.ts +1 -2
  617. package/dist/src/icons.generated/Notification.d.ts.map +1 -1
  618. package/dist/src/icons.generated/OktaVerify.d.ts +15 -0
  619. package/dist/src/icons.generated/OktaVerify.d.ts.map +1 -0
  620. package/dist/src/icons.generated/OnPremMfa.d.ts +15 -0
  621. package/dist/src/icons.generated/OnPremMfa.d.ts.map +1 -0
  622. package/dist/src/icons.generated/OneTimePassword.d.ts +15 -0
  623. package/dist/src/icons.generated/OneTimePassword.d.ts.map +1 -0
  624. package/dist/src/icons.generated/Password.d.ts +15 -0
  625. package/dist/src/icons.generated/Password.d.ts.map +1 -0
  626. package/dist/src/icons.generated/Pause.d.ts +1 -2
  627. package/dist/src/icons.generated/Pause.d.ts.map +1 -1
  628. package/dist/src/icons.generated/QuestionCircle.d.ts +1 -2
  629. package/dist/src/icons.generated/QuestionCircle.d.ts.map +1 -1
  630. package/dist/src/icons.generated/QuestionCircleFilled.d.ts +1 -2
  631. package/dist/src/icons.generated/QuestionCircleFilled.d.ts.map +1 -1
  632. package/dist/src/icons.generated/Refresh.d.ts +1 -2
  633. package/dist/src/icons.generated/Refresh.d.ts.map +1 -1
  634. package/dist/src/icons.generated/Reset.d.ts +1 -2
  635. package/dist/src/icons.generated/Reset.d.ts.map +1 -1
  636. package/dist/src/icons.generated/Resume.d.ts +1 -2
  637. package/dist/src/icons.generated/Resume.d.ts.map +1 -1
  638. package/dist/src/icons.generated/Search.d.ts +1 -2
  639. package/dist/src/icons.generated/Search.d.ts.map +1 -1
  640. package/dist/src/icons.generated/SecurityQuestion.d.ts +15 -0
  641. package/dist/src/icons.generated/SecurityQuestion.d.ts.map +1 -0
  642. package/dist/src/icons.generated/Server.d.ts +1 -2
  643. package/dist/src/icons.generated/Server.d.ts.map +1 -1
  644. package/dist/src/icons.generated/Settings.d.ts +1 -2
  645. package/dist/src/icons.generated/Settings.d.ts.map +1 -1
  646. package/dist/src/icons.generated/Show.d.ts +1 -2
  647. package/dist/src/icons.generated/Show.d.ts.map +1 -1
  648. package/dist/src/icons.generated/SmartCard.d.ts +15 -0
  649. package/dist/src/icons.generated/SmartCard.d.ts.map +1 -0
  650. package/dist/src/icons.generated/Sms.d.ts +15 -0
  651. package/dist/src/icons.generated/Sms.d.ts.map +1 -0
  652. package/dist/src/icons.generated/Subtract.d.ts +1 -2
  653. package/dist/src/icons.generated/Subtract.d.ts.map +1 -1
  654. package/dist/src/icons.generated/SymantecVip.d.ts +15 -0
  655. package/dist/src/icons.generated/SymantecVip.d.ts.map +1 -0
  656. package/dist/src/icons.generated/Sync.d.ts +1 -2
  657. package/dist/src/icons.generated/Sync.d.ts.map +1 -1
  658. package/dist/src/icons.generated/ThumbsDown.d.ts +15 -0
  659. package/dist/src/icons.generated/ThumbsDown.d.ts.map +1 -0
  660. package/dist/src/icons.generated/ThumbsUp.d.ts +15 -0
  661. package/dist/src/icons.generated/ThumbsUp.d.ts.map +1 -0
  662. package/dist/src/icons.generated/Unlock.d.ts +1 -2
  663. package/dist/src/icons.generated/Unlock.d.ts.map +1 -1
  664. package/dist/src/icons.generated/Upload.d.ts +1 -2
  665. package/dist/src/icons.generated/Upload.d.ts.map +1 -1
  666. package/dist/src/icons.generated/User.d.ts +1 -2
  667. package/dist/src/icons.generated/User.d.ts.map +1 -1
  668. package/dist/src/icons.generated/Video.d.ts +1 -2
  669. package/dist/src/icons.generated/Video.d.ts.map +1 -1
  670. package/dist/src/icons.generated/VoiceCall.d.ts +15 -0
  671. package/dist/src/icons.generated/VoiceCall.d.ts.map +1 -0
  672. package/dist/src/icons.generated/Warning.d.ts +1 -2
  673. package/dist/src/icons.generated/Warning.d.ts.map +1 -1
  674. package/dist/src/icons.generated/WarningFilled.d.ts +1 -2
  675. package/dist/src/icons.generated/WarningFilled.d.ts.map +1 -1
  676. package/dist/src/icons.generated/Yubikey.d.ts +15 -0
  677. package/dist/src/icons.generated/Yubikey.d.ts.map +1 -0
  678. package/dist/src/icons.generated/index.d.ts +18 -0
  679. package/dist/src/icons.generated/index.d.ts.map +1 -1
  680. package/dist/src/index.d.ts +7 -2
  681. package/dist/src/index.d.ts.map +1 -1
  682. package/dist/src/inputUtils.d.ts.map +1 -1
  683. package/dist/src/labs/DataComponents/BulkActionsMenu.d.ts +23 -0
  684. package/dist/src/labs/DataComponents/BulkActionsMenu.d.ts.map +1 -0
  685. package/dist/src/labs/DataComponents/DataStack.d.ts +20 -0
  686. package/dist/src/labs/DataComponents/DataStack.d.ts.map +1 -0
  687. package/dist/src/labs/DataComponents/DataTable.d.ts +16 -0
  688. package/dist/src/labs/DataComponents/DataTable.d.ts.map +1 -0
  689. package/dist/src/labs/DataComponents/DataView.d.ts +16 -0
  690. package/dist/src/labs/DataComponents/DataView.d.ts.map +1 -0
  691. package/dist/src/labs/DataComponents/DetailPanel.d.ts +19 -0
  692. package/dist/src/labs/DataComponents/DetailPanel.d.ts.map +1 -0
  693. package/dist/src/labs/DataComponents/LayoutSwitcher.d.ts +21 -0
  694. package/dist/src/labs/DataComponents/LayoutSwitcher.d.ts.map +1 -0
  695. package/dist/src/labs/DataComponents/RowActions.d.ts +31 -0
  696. package/dist/src/labs/DataComponents/RowActions.d.ts.map +1 -0
  697. package/dist/src/labs/DataComponents/StackCard.d.ts +36 -0
  698. package/dist/src/labs/DataComponents/StackCard.d.ts.map +1 -0
  699. package/dist/src/labs/DataComponents/StackContent.d.ts +64 -0
  700. package/dist/src/labs/DataComponents/StackContent.d.ts.map +1 -0
  701. package/dist/src/labs/DataComponents/TableContent.d.ts +66 -0
  702. package/dist/src/labs/DataComponents/TableContent.d.ts.map +1 -0
  703. package/dist/src/labs/DataComponents/TableSettings.d.ts +21 -0
  704. package/dist/src/labs/DataComponents/TableSettings.d.ts.map +1 -0
  705. package/dist/src/labs/DataComponents/componentTypes.d.ts +84 -0
  706. package/dist/src/labs/DataComponents/componentTypes.d.ts.map +1 -0
  707. package/dist/src/labs/DataComponents/constants.d.ts +18 -0
  708. package/dist/src/labs/DataComponents/constants.d.ts.map +1 -0
  709. package/dist/src/labs/DataComponents/dataTypes.d.ts +52 -0
  710. package/dist/src/labs/DataComponents/dataTypes.d.ts.map +1 -0
  711. package/dist/src/labs/DataComponents/fetchData.d.ts +26 -0
  712. package/dist/src/labs/DataComponents/fetchData.d.ts.map +1 -0
  713. package/dist/src/labs/DataComponents/index.d.ts +18 -0
  714. package/dist/src/labs/DataComponents/index.d.ts.map +1 -0
  715. package/dist/src/labs/DataComponents/tableConstants.d.ts +81 -0
  716. package/dist/src/labs/DataComponents/tableConstants.d.ts.map +1 -0
  717. package/dist/src/labs/DataComponents/useFilterConversion.d.ts +20 -0
  718. package/dist/src/labs/DataComponents/useFilterConversion.d.ts.map +1 -0
  719. package/dist/src/labs/DataFilters.d.ts +14 -7
  720. package/dist/src/labs/DataFilters.d.ts.map +1 -1
  721. package/dist/src/labs/DataTablePagination.d.ts +0 -1
  722. package/dist/src/labs/DataTablePagination.d.ts.map +1 -1
  723. package/dist/src/labs/DateField.d.ts +20 -0
  724. package/dist/src/labs/DateField.d.ts.map +1 -0
  725. package/dist/src/labs/DatePicker.d.ts +33 -9
  726. package/dist/src/labs/DatePicker.d.ts.map +1 -1
  727. package/dist/src/labs/FileUpload.d.ts +2 -3
  728. package/dist/src/labs/FileUpload.d.ts.map +1 -1
  729. package/dist/src/labs/FileUploadIllustration.d.ts +0 -1
  730. package/dist/src/labs/FileUploadIllustration.d.ts.map +1 -1
  731. package/dist/src/labs/FileUploadPreview.d.ts +0 -1
  732. package/dist/src/labs/FileUploadPreview.d.ts.map +1 -1
  733. package/dist/src/labs/GroupPicker.d.ts +2 -1
  734. package/dist/src/labs/GroupPicker.d.ts.map +1 -1
  735. package/dist/src/labs/Layout.d.ts +28 -0
  736. package/dist/src/labs/Layout.d.ts.map +1 -0
  737. package/dist/src/labs/NavAccordion.d.ts +52 -0
  738. package/dist/src/labs/NavAccordion.d.ts.map +1 -0
  739. package/dist/src/labs/PageTemplate.d.ts +57 -0
  740. package/dist/src/labs/PageTemplate.d.ts.map +1 -0
  741. package/dist/src/labs/PaginatedTable.d.ts +2 -1
  742. package/dist/src/labs/PaginatedTable.d.ts.map +1 -1
  743. package/dist/src/labs/SideNav.d.ts +120 -0
  744. package/dist/src/labs/SideNav.d.ts.map +1 -0
  745. package/dist/src/labs/StaticTable.d.ts +2 -1
  746. package/dist/src/labs/StaticTable.d.ts.map +1 -1
  747. package/dist/src/labs/Switch.d.ts +3 -8
  748. package/dist/src/labs/Switch.d.ts.map +1 -1
  749. package/dist/src/labs/TimeZonePicker.d.ts +22 -0
  750. package/dist/src/labs/TimeZonePicker.d.ts.map +1 -0
  751. package/dist/src/labs/TopNav.d.ts +77 -0
  752. package/dist/src/labs/TopNav.d.ts.map +1 -0
  753. package/dist/src/labs/datePickerTheme.d.ts.map +1 -1
  754. package/dist/src/labs/index.d.ts +6 -1
  755. package/dist/src/labs/index.d.ts.map +1 -1
  756. package/dist/src/labs/useDateFieldsTranslations.d.ts +16 -0
  757. package/dist/src/labs/useDateFieldsTranslations.d.ts.map +1 -0
  758. package/dist/src/labs/useOdysseyDateFields.d.ts +82 -0
  759. package/dist/src/labs/useOdysseyDateFields.d.ts.map +1 -0
  760. package/dist/src/properties/ts/odyssey-react-mui.d.ts +69 -8
  761. package/dist/src/properties/ts/odyssey-react-mui.d.ts.map +1 -1
  762. package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts +54 -7
  763. package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts.map +1 -1
  764. package/dist/src/properties/ts/odyssey-react-mui_da.d.ts +54 -7
  765. package/dist/src/properties/ts/odyssey-react-mui_da.d.ts.map +1 -1
  766. package/dist/src/properties/ts/odyssey-react-mui_de.d.ts +54 -7
  767. package/dist/src/properties/ts/odyssey-react-mui_de.d.ts.map +1 -1
  768. package/dist/src/properties/ts/odyssey-react-mui_el.d.ts +54 -7
  769. package/dist/src/properties/ts/odyssey-react-mui_el.d.ts.map +1 -1
  770. package/dist/src/properties/ts/odyssey-react-mui_es.d.ts +54 -7
  771. package/dist/src/properties/ts/odyssey-react-mui_es.d.ts.map +1 -1
  772. package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts +54 -7
  773. package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts.map +1 -1
  774. package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts +54 -7
  775. package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts.map +1 -1
  776. package/dist/src/properties/ts/odyssey-react-mui_ht.d.ts +98 -0
  777. package/dist/src/properties/ts/odyssey-react-mui_ht.d.ts.map +1 -0
  778. package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts +54 -7
  779. package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts.map +1 -1
  780. package/dist/src/properties/ts/odyssey-react-mui_id.d.ts +54 -7
  781. package/dist/src/properties/ts/odyssey-react-mui_id.d.ts.map +1 -1
  782. package/dist/src/properties/ts/odyssey-react-mui_it.d.ts +54 -7
  783. package/dist/src/properties/ts/odyssey-react-mui_it.d.ts.map +1 -1
  784. package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts +54 -7
  785. package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts.map +1 -1
  786. package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts +54 -7
  787. package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts.map +1 -1
  788. package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts +54 -7
  789. package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts.map +1 -1
  790. package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts +54 -7
  791. package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts.map +1 -1
  792. package/dist/src/properties/ts/odyssey-react-mui_nl_NL.d.ts +54 -7
  793. package/dist/src/properties/ts/odyssey-react-mui_nl_NL.d.ts.map +1 -1
  794. package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts +54 -7
  795. package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts.map +1 -1
  796. package/dist/src/properties/ts/odyssey-react-mui_pt_BR.d.ts +54 -7
  797. package/dist/src/properties/ts/odyssey-react-mui_pt_BR.d.ts.map +1 -1
  798. package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts +54 -7
  799. package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts.map +1 -1
  800. package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts +54 -7
  801. package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts.map +1 -1
  802. package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts +54 -7
  803. package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts.map +1 -1
  804. package/dist/src/properties/ts/odyssey-react-mui_th.d.ts +54 -7
  805. package/dist/src/properties/ts/odyssey-react-mui_th.d.ts.map +1 -1
  806. package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts +54 -7
  807. package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts.map +1 -1
  808. package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts +54 -7
  809. package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts.map +1 -1
  810. package/dist/src/properties/ts/odyssey-react-mui_vi.d.ts +54 -7
  811. package/dist/src/properties/ts/odyssey-react-mui_vi.d.ts.map +1 -1
  812. package/dist/src/properties/ts/odyssey-react-mui_zh_CN.d.ts +54 -7
  813. package/dist/src/properties/ts/odyssey-react-mui_zh_CN.d.ts.map +1 -1
  814. package/dist/src/properties/ts/odyssey-react-mui_zh_TW.d.ts +54 -7
  815. package/dist/src/properties/ts/odyssey-react-mui_zh_TW.d.ts.map +1 -1
  816. package/dist/src/remUtils.d.ts +24 -0
  817. package/dist/src/remUtils.d.ts.map +1 -0
  818. package/dist/src/test-selectors/featureTestSelector.d.ts +31 -0
  819. package/dist/src/test-selectors/featureTestSelector.d.ts.map +1 -0
  820. package/dist/src/test-selectors/index.d.ts +15 -0
  821. package/dist/src/test-selectors/index.d.ts.map +1 -0
  822. package/dist/src/test-selectors/odysseyTestSelectors.d.ts +120 -0
  823. package/dist/src/test-selectors/odysseyTestSelectors.d.ts.map +1 -0
  824. package/dist/src/test-selectors/querySelector.d.ts +3632 -0
  825. package/dist/src/test-selectors/querySelector.d.ts.map +1 -0
  826. package/dist/src/theme/components.d.ts +1 -1
  827. package/dist/src/theme/components.d.ts.map +1 -1
  828. package/dist/src/theme/components.types.d.ts +5 -3
  829. package/dist/src/theme/components.types.d.ts.map +1 -1
  830. package/dist/src/theme/createOdysseyMuiTheme.d.ts +1 -1
  831. package/dist/src/theme/createOdysseyMuiTheme.d.ts.map +1 -1
  832. package/dist/src/theme/mixins.d.ts.map +1 -1
  833. package/dist/src/theme/palette.d.ts.map +1 -1
  834. package/dist/src/theme/shape.d.ts.map +1 -1
  835. package/dist/src/theme/spacing.d.ts.map +1 -1
  836. package/dist/src/theme/typography.d.ts.map +1 -1
  837. package/dist/test-selectors/featureTestSelector.js +2 -0
  838. package/dist/test-selectors/featureTestSelector.js.map +1 -0
  839. package/dist/test-selectors/index.js +15 -0
  840. package/dist/test-selectors/index.js.map +1 -0
  841. package/dist/test-selectors/odysseyTestSelectors.js +20 -0
  842. package/dist/test-selectors/odysseyTestSelectors.js.map +1 -0
  843. package/dist/test-selectors/querySelector.js +78 -0
  844. package/dist/test-selectors/querySelector.js.map +1 -0
  845. package/dist/test-selectors/testSelectors.json +1 -0
  846. package/dist/theme/components.js +287 -181
  847. package/dist/theme/components.js.map +1 -1
  848. package/dist/theme/components.types.js.map +1 -1
  849. package/dist/tsconfig.production.tsbuildinfo +1 -1
  850. package/dist/tsconfig.tsbuildinfo +1 -0
  851. package/i18n.config.json +3 -1
  852. package/package.json +13 -5
  853. package/scripts/generateTestSelectorsJson.ts +28 -0
  854. package/src/Accordion.tsx +3 -0
  855. package/src/Autocomplete.tsx +13 -0
  856. package/src/Badge.tsx +4 -3
  857. package/src/Banner.tsx +4 -4
  858. package/src/Button.tsx +30 -16
  859. package/src/Callout.tsx +59 -12
  860. package/src/{Tile.tsx → Card.tsx} +63 -57
  861. package/src/DataTable/DataTable.tsx +279 -156
  862. package/src/DataTable/DataTableRowActions.tsx +1 -1
  863. package/src/DataTable/constants.ts +0 -1
  864. package/src/DataTable/index.tsx +1 -1
  865. package/src/Dialog.tsx +38 -13
  866. package/src/{labs/Drawer.tsx → Drawer.tsx} +10 -9
  867. package/src/{DataTable/DataTableEmptyState.tsx → EmptyState.tsx} +34 -19
  868. package/src/ErrorMessageList.tsx +6 -1
  869. package/src/FieldError.tsx +10 -5
  870. package/src/HtmlProps.ts +1 -0
  871. package/src/MenuItem.tsx +1 -0
  872. package/src/OdysseyCacheProvider.tsx +11 -3
  873. package/src/OdysseyProvider.tsx +1 -1
  874. package/src/OdysseyTranslationProvider.tsx +1 -17
  875. package/src/{DataTable/DataTablePagination.tsx → Pagination/Pagination.tsx} +153 -84
  876. package/src/Pagination/constants.ts +13 -0
  877. package/src/Pagination/index.ts +15 -0
  878. package/src/Pagination/usePagination.ts +45 -0
  879. package/src/Radio.tsx +18 -6
  880. package/src/ScreenReaderText.tsx +15 -3
  881. package/src/Select.tsx +2 -0
  882. package/src/Status.tsx +14 -2
  883. package/src/Surface.tsx +48 -0
  884. package/src/Tabs.tsx +24 -0
  885. package/src/TextField.tsx +50 -0
  886. package/src/Toast.tsx +44 -40
  887. package/src/icons.generated/Add.tsx +1 -1
  888. package/src/icons.generated/AddCircle.tsx +1 -1
  889. package/src/icons.generated/Apps.tsx +1 -1
  890. package/src/icons.generated/ArrowBottom.tsx +2 -2
  891. package/src/icons.generated/ArrowDown.tsx +1 -1
  892. package/src/icons.generated/ArrowLeft.tsx +1 -1
  893. package/src/icons.generated/ArrowLowerLeft.tsx +1 -1
  894. package/src/icons.generated/ArrowLowerRight.tsx +1 -1
  895. package/src/icons.generated/ArrowRight.tsx +1 -1
  896. package/src/icons.generated/ArrowTop.tsx +2 -2
  897. package/src/icons.generated/ArrowUnsorted.tsx +1 -1
  898. package/src/icons.generated/ArrowUp.tsx +1 -1
  899. package/src/icons.generated/ArrowUpperLeft.tsx +1 -1
  900. package/src/icons.generated/ArrowUpperRight.tsx +1 -1
  901. package/src/icons.generated/Bug.tsx +1 -1
  902. package/src/icons.generated/Calendar.tsx +1 -1
  903. package/src/icons.generated/Call.tsx +1 -1
  904. package/src/icons.generated/Chat.tsx +1 -1
  905. package/src/icons.generated/Check.tsx +1 -1
  906. package/src/icons.generated/CheckCircleFilled.tsx +1 -1
  907. package/src/icons.generated/ChevronDown.tsx +1 -1
  908. package/src/icons.generated/ChevronLeft.tsx +1 -1
  909. package/src/icons.generated/ChevronRight.tsx +1 -1
  910. package/src/icons.generated/ChevronUp.tsx +1 -1
  911. package/src/icons.generated/Clock.tsx +1 -1
  912. package/src/icons.generated/Close.tsx +1 -1
  913. package/src/icons.generated/CloseCircleFilled.tsx +1 -1
  914. package/src/icons.generated/CollapseLeft.tsx +1 -1
  915. package/src/icons.generated/CollapseRight.tsx +1 -1
  916. package/src/icons.generated/Copy.tsx +1 -1
  917. package/src/icons.generated/Custom.tsx +49 -0
  918. package/src/icons.generated/DangerDiamond.tsx +1 -1
  919. package/src/icons.generated/DangerDiamondFilled.tsx +1 -1
  920. package/src/icons.generated/Delete.tsx +1 -1
  921. package/src/icons.generated/Deny.tsx +1 -1
  922. package/src/icons.generated/Devices.tsx +1 -1
  923. package/src/icons.generated/Directory.tsx +1 -1
  924. package/src/icons.generated/Documentation.tsx +1 -1
  925. package/src/icons.generated/Download.tsx +1 -1
  926. package/src/icons.generated/DragIndicator.tsx +1 -1
  927. package/src/icons.generated/Duo.tsx +59 -0
  928. package/src/icons.generated/Edit.tsx +1 -1
  929. package/src/icons.generated/Email.tsx +48 -0
  930. package/src/icons.generated/ExpandLeft.tsx +1 -1
  931. package/src/icons.generated/ExpandRight.tsx +1 -1
  932. package/src/icons.generated/ExternalLink.tsx +1 -1
  933. package/src/icons.generated/Fido2.tsx +71 -0
  934. package/src/icons.generated/Filter.tsx +1 -1
  935. package/src/icons.generated/Folder.tsx +1 -1
  936. package/src/icons.generated/Globe.tsx +1 -1
  937. package/src/icons.generated/GoogleAuth.tsx +67 -0
  938. package/src/icons.generated/Grid.tsx +1 -1
  939. package/src/icons.generated/Group.tsx +1 -1
  940. package/src/icons.generated/Hide.tsx +1 -1
  941. package/src/icons.generated/Home.tsx +1 -1
  942. package/src/icons.generated/Idp.tsx +51 -0
  943. package/src/icons.generated/InformationCircle.tsx +1 -1
  944. package/src/icons.generated/InformationCircleFilled.tsx +1 -1
  945. package/src/icons.generated/Link.tsx +1 -1
  946. package/src/icons.generated/List.tsx +1 -1
  947. package/src/icons.generated/Lock.tsx +1 -1
  948. package/src/icons.generated/More.tsx +1 -1
  949. package/src/icons.generated/Notification.tsx +1 -1
  950. package/src/icons.generated/OktaVerify.tsx +43 -0
  951. package/src/icons.generated/OnPremMfa.tsx +49 -0
  952. package/src/icons.generated/OneTimePassword.tsx +63 -0
  953. package/src/icons.generated/Password.tsx +77 -0
  954. package/src/icons.generated/Pause.tsx +1 -1
  955. package/src/icons.generated/QuestionCircle.tsx +1 -1
  956. package/src/icons.generated/QuestionCircleFilled.tsx +1 -1
  957. package/src/icons.generated/Refresh.tsx +1 -1
  958. package/src/icons.generated/Reset.tsx +1 -1
  959. package/src/icons.generated/Resume.tsx +1 -1
  960. package/src/icons.generated/Search.tsx +1 -1
  961. package/src/icons.generated/SecurityQuestion.tsx +48 -0
  962. package/src/icons.generated/Server.tsx +1 -1
  963. package/src/icons.generated/Settings.tsx +1 -1
  964. package/src/icons.generated/Show.tsx +1 -1
  965. package/src/icons.generated/SmartCard.tsx +62 -0
  966. package/src/icons.generated/Sms.tsx +52 -0
  967. package/src/icons.generated/Subtract.tsx +1 -1
  968. package/src/icons.generated/SymantecVip.tsx +49 -0
  969. package/src/icons.generated/Sync.tsx +1 -1
  970. package/src/icons.generated/ThumbsDown.tsx +43 -0
  971. package/src/icons.generated/ThumbsUp.tsx +43 -0
  972. package/src/icons.generated/Unlock.tsx +1 -1
  973. package/src/icons.generated/Upload.tsx +1 -1
  974. package/src/icons.generated/User.tsx +1 -1
  975. package/src/icons.generated/Video.tsx +1 -1
  976. package/src/icons.generated/VoiceCall.tsx +59 -0
  977. package/src/icons.generated/Warning.tsx +1 -1
  978. package/src/icons.generated/WarningFilled.tsx +1 -1
  979. package/src/icons.generated/Yubikey.tsx +41 -0
  980. package/src/icons.generated/index.ts +18 -0
  981. package/src/index.ts +7 -2
  982. package/src/labs/DataComponents/BulkActionsMenu.tsx +97 -0
  983. package/src/labs/DataComponents/DataStack.tsx +105 -0
  984. package/src/labs/DataComponents/DataTable.tsx +117 -0
  985. package/src/labs/DataComponents/DataView.tsx +410 -0
  986. package/src/labs/DataComponents/DetailPanel.tsx +31 -0
  987. package/src/labs/DataComponents/LayoutSwitcher.tsx +73 -0
  988. package/src/labs/DataComponents/RowActions.tsx +122 -0
  989. package/src/labs/DataComponents/StackCard.tsx +256 -0
  990. package/src/labs/DataComponents/StackContent.tsx +254 -0
  991. package/src/labs/DataComponents/TableContent.tsx +447 -0
  992. package/src/labs/DataComponents/TableSettings.tsx +138 -0
  993. package/src/labs/DataComponents/componentTypes.ts +110 -0
  994. package/src/labs/DataComponents/constants.tsx +28 -0
  995. package/src/labs/DataComponents/dataTypes.ts +77 -0
  996. package/src/labs/DataComponents/fetchData.ts +47 -0
  997. package/src/labs/DataComponents/index.tsx +19 -0
  998. package/src/labs/DataComponents/tableConstants.tsx +143 -0
  999. package/src/labs/DataComponents/useFilterConversion.ts +88 -0
  1000. package/src/labs/DataFilters.tsx +250 -162
  1001. package/src/labs/DateField.tsx +268 -0
  1002. package/src/labs/DatePicker.tsx +366 -31
  1003. package/src/labs/{DatePicker.types.ts → DatePicker.types.d.ts} +0 -10
  1004. package/src/labs/FileUpload.tsx +30 -21
  1005. package/src/labs/FileUploadIllustration.tsx +1 -1
  1006. package/src/labs/FileUploadPreview.tsx +1 -0
  1007. package/src/labs/Layout.tsx +85 -0
  1008. package/src/labs/NavAccordion.tsx +133 -0
  1009. package/src/labs/PageTemplate.tsx +225 -0
  1010. package/src/labs/SideNav.tsx +745 -0
  1011. package/src/labs/Switch.tsx +240 -119
  1012. package/src/labs/TimeZonePicker.tsx +55 -0
  1013. package/src/labs/TopNav.tsx +394 -0
  1014. package/src/labs/datePickerTheme.tsx +121 -83
  1015. package/src/labs/index.ts +8 -1
  1016. package/src/labs/useDateFieldsTranslations.ts +94 -0
  1017. package/src/labs/useOdysseyDateFields.ts +201 -0
  1018. package/src/properties/odyssey-react-mui.properties +79 -10
  1019. package/src/properties/translations/odyssey-react-mui_cs.properties +64 -7
  1020. package/src/properties/translations/odyssey-react-mui_da.properties +64 -7
  1021. package/src/properties/translations/odyssey-react-mui_de.properties +64 -7
  1022. package/src/properties/translations/odyssey-react-mui_el.properties +64 -7
  1023. package/src/properties/translations/odyssey-react-mui_es.properties +65 -8
  1024. package/src/properties/translations/odyssey-react-mui_fi.properties +64 -7
  1025. package/src/properties/translations/odyssey-react-mui_fr.properties +65 -8
  1026. package/src/properties/translations/odyssey-react-mui_ht.properties +112 -0
  1027. package/src/properties/translations/odyssey-react-mui_hu.properties +64 -7
  1028. package/src/properties/translations/odyssey-react-mui_id.properties +64 -7
  1029. package/src/properties/translations/odyssey-react-mui_it.properties +64 -7
  1030. package/src/properties/translations/odyssey-react-mui_ja.properties +64 -7
  1031. package/src/properties/translations/odyssey-react-mui_ko.properties +64 -7
  1032. package/src/properties/translations/odyssey-react-mui_ms.properties +64 -7
  1033. package/src/properties/translations/odyssey-react-mui_nb.properties +64 -7
  1034. package/src/properties/translations/odyssey-react-mui_nl_NL.properties +64 -7
  1035. package/src/properties/translations/odyssey-react-mui_pl.properties +65 -8
  1036. package/src/properties/translations/odyssey-react-mui_pt_BR.properties +64 -7
  1037. package/src/properties/translations/odyssey-react-mui_ro.properties +64 -7
  1038. package/src/properties/translations/odyssey-react-mui_ru.properties +65 -8
  1039. package/src/properties/translations/odyssey-react-mui_sv.properties +64 -7
  1040. package/src/properties/translations/odyssey-react-mui_th.properties +64 -7
  1041. package/src/properties/translations/odyssey-react-mui_tr.properties +64 -7
  1042. package/src/properties/translations/odyssey-react-mui_uk.properties +64 -7
  1043. package/src/properties/translations/odyssey-react-mui_vi.properties +64 -7
  1044. package/src/properties/translations/odyssey-react-mui_zh_CN.properties +64 -7
  1045. package/src/properties/translations/odyssey-react-mui_zh_TW.properties +64 -7
  1046. package/src/properties/ts/odyssey-react-mui.ts +1 -1
  1047. package/src/properties/ts/odyssey-react-mui_cs.ts +1 -1
  1048. package/src/properties/ts/odyssey-react-mui_da.ts +1 -1
  1049. package/src/properties/ts/odyssey-react-mui_de.ts +1 -1
  1050. package/src/properties/ts/odyssey-react-mui_el.ts +1 -1
  1051. package/src/properties/ts/odyssey-react-mui_es.ts +1 -1
  1052. package/src/properties/ts/odyssey-react-mui_fi.ts +1 -1
  1053. package/src/properties/ts/odyssey-react-mui_fr.ts +1 -1
  1054. package/src/properties/ts/odyssey-react-mui_ht.ts +1 -0
  1055. package/src/properties/ts/odyssey-react-mui_hu.ts +1 -1
  1056. package/src/properties/ts/odyssey-react-mui_id.ts +1 -1
  1057. package/src/properties/ts/odyssey-react-mui_it.ts +1 -1
  1058. package/src/properties/ts/odyssey-react-mui_ja.ts +1 -1
  1059. package/src/properties/ts/odyssey-react-mui_ko.ts +1 -1
  1060. package/src/properties/ts/odyssey-react-mui_ms.ts +1 -1
  1061. package/src/properties/ts/odyssey-react-mui_nb.ts +1 -1
  1062. package/src/properties/ts/odyssey-react-mui_nl_NL.ts +1 -1
  1063. package/src/properties/ts/odyssey-react-mui_pl.ts +1 -1
  1064. package/src/properties/ts/odyssey-react-mui_pt_BR.ts +1 -1
  1065. package/src/properties/ts/odyssey-react-mui_ro.ts +1 -1
  1066. package/src/properties/ts/odyssey-react-mui_ru.ts +1 -1
  1067. package/src/properties/ts/odyssey-react-mui_sv.ts +1 -1
  1068. package/src/properties/ts/odyssey-react-mui_th.ts +1 -1
  1069. package/src/properties/ts/odyssey-react-mui_tr.ts +1 -1
  1070. package/src/properties/ts/odyssey-react-mui_uk.ts +1 -1
  1071. package/src/properties/ts/odyssey-react-mui_vi.ts +1 -1
  1072. package/src/properties/ts/odyssey-react-mui_zh_CN.ts +1 -1
  1073. package/src/properties/ts/odyssey-react-mui_zh_TW.ts +1 -1
  1074. package/src/remUtils.ts +27 -0
  1075. package/src/test-selectors/featureTestSelector.ts +41 -0
  1076. package/src/test-selectors/index.ts +15 -0
  1077. package/src/test-selectors/odysseyTestSelectors.ts +22 -0
  1078. package/src/test-selectors/querySelector.ts +198 -0
  1079. package/src/theme/components.tsx +313 -189
  1080. package/src/theme/components.types.ts +5 -3
  1081. package/dist/DataTable/DataTableEmptyState.js.map +0 -1
  1082. package/dist/DataTable/DataTablePagination.js.map +0 -1
  1083. package/dist/Tile.js.map +0 -1
  1084. package/dist/labs/DatePicker.types.js.map +0 -1
  1085. package/dist/labs/Drawer.js.map +0 -1
  1086. package/dist/src/DataTable/DataTableEmptyState.d.ts.map +0 -1
  1087. package/dist/src/DataTable/DataTablePagination.d.ts +0 -33
  1088. package/dist/src/DataTable/DataTablePagination.d.ts.map +0 -1
  1089. package/dist/src/Tile.d.ts.map +0 -1
  1090. package/dist/src/labs/DatePicker.types.d.ts.map +0 -1
  1091. package/dist/src/labs/Drawer.d.ts.map +0 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type MoreIconProps = SvgIconNoChildrenProps;
15
14
  export declare const MoreIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"More.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/More.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,eAAO,MAAM,QAAQ,+HAqBpB,CAAC"}
1
+ {"version":3,"file":"More.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/More.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,eAAO,MAAM,QAAQ,+HAqBpB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type NotificationIconProps = SvgIconNoChildrenProps;
15
14
  export declare const NotificationIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Notification.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Notification.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,qBAAqB,GAAG,sBAAsB,CAAC;AAE3D,eAAO,MAAM,gBAAgB,+HAsB3B,CAAC"}
1
+ {"version":3,"file":"Notification.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Notification.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,qBAAqB,GAAG,sBAAsB,CAAC;AAE3D,eAAO,MAAM,gBAAgB,+HAsB3B,CAAC"}
@@ -0,0 +1,15 @@
1
+ /*!
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+ import { type SvgIconNoChildrenProps } from "../SvgIcon";
13
+ export type OktaVerifyIconProps = SvgIconNoChildrenProps;
14
+ export declare const OktaVerifyIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
15
+ //# sourceMappingURL=OktaVerify.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OktaVerify.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/OktaVerify.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,mBAAmB,GAAG,sBAAsB,CAAC;AAEzD,eAAO,MAAM,cAAc,+HAqB1B,CAAC"}
@@ -0,0 +1,15 @@
1
+ /*!
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+ import { type SvgIconNoChildrenProps } from "../SvgIcon";
13
+ export type OnPremMfaIconProps = SvgIconNoChildrenProps;
14
+ export declare const OnPremMfaIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
15
+ //# sourceMappingURL=OnPremMfa.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OnPremMfa.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/OnPremMfa.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,kBAAkB,GAAG,sBAAsB,CAAC;AAExD,eAAO,MAAM,aAAa,+HA2BzB,CAAC"}
@@ -0,0 +1,15 @@
1
+ /*!
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+ import { type SvgIconNoChildrenProps } from "../SvgIcon";
13
+ export type OneTimePasswordIconProps = SvgIconNoChildrenProps;
14
+ export declare const OneTimePasswordIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
15
+ //# sourceMappingURL=OneTimePassword.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OneTimePassword.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/OneTimePassword.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,wBAAwB,GAAG,sBAAsB,CAAC;AAE9D,eAAO,MAAM,mBAAmB,+HAyC9B,CAAC"}
@@ -0,0 +1,15 @@
1
+ /*!
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+ import { type SvgIconNoChildrenProps } from "../SvgIcon";
13
+ export type PasswordIconProps = SvgIconNoChildrenProps;
14
+ export declare const PasswordIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
15
+ //# sourceMappingURL=Password.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Password.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Password.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;AAEvD,eAAO,MAAM,YAAY,+HAuDxB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type PauseIconProps = SvgIconNoChildrenProps;
15
14
  export declare const PauseIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Pause.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Pause.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,sBAAsB,CAAC;AAEpD,eAAO,MAAM,SAAS,+HAqBrB,CAAC"}
1
+ {"version":3,"file":"Pause.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Pause.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,sBAAsB,CAAC;AAEpD,eAAO,MAAM,SAAS,+HAqBrB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type QuestionCircleIconProps = SvgIconNoChildrenProps;
15
14
  export declare const QuestionCircleIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"QuestionCircle.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/QuestionCircle.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,uBAAuB,GAAG,sBAAsB,CAAC;AAE7D,eAAO,MAAM,kBAAkB,+HAsB7B,CAAC"}
1
+ {"version":3,"file":"QuestionCircle.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/QuestionCircle.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,uBAAuB,GAAG,sBAAsB,CAAC;AAE7D,eAAO,MAAM,kBAAkB,+HAsB7B,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type QuestionCircleFilledIconProps = SvgIconNoChildrenProps;
15
14
  export declare const QuestionCircleFilledIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"QuestionCircleFilled.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/QuestionCircleFilled.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,6BAA6B,GAAG,sBAAsB,CAAC;AAEnE,eAAO,MAAM,wBAAwB,+HAsBnC,CAAC"}
1
+ {"version":3,"file":"QuestionCircleFilled.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/QuestionCircleFilled.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,6BAA6B,GAAG,sBAAsB,CAAC;AAEnE,eAAO,MAAM,wBAAwB,+HAsBnC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type RefreshIconProps = SvgIconNoChildrenProps;
15
14
  export declare const RefreshIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Refresh.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Refresh.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,CAAC;AAEtD,eAAO,MAAM,WAAW,+HAqBvB,CAAC"}
1
+ {"version":3,"file":"Refresh.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Refresh.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,CAAC;AAEtD,eAAO,MAAM,WAAW,+HAqBvB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type ResetIconProps = SvgIconNoChildrenProps;
15
14
  export declare const ResetIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Reset.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Reset.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,sBAAsB,CAAC;AAEpD,eAAO,MAAM,SAAS,+HAqBrB,CAAC"}
1
+ {"version":3,"file":"Reset.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Reset.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,sBAAsB,CAAC;AAEpD,eAAO,MAAM,SAAS,+HAqBrB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type ResumeIconProps = SvgIconNoChildrenProps;
15
14
  export declare const ResumeIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Resume.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Resume.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,eAAO,MAAM,UAAU,+HAqBtB,CAAC"}
1
+ {"version":3,"file":"Resume.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Resume.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,eAAO,MAAM,UAAU,+HAqBtB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type SearchIconProps = SvgIconNoChildrenProps;
15
14
  export declare const SearchIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Search.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Search.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,eAAO,MAAM,UAAU,+HAqBtB,CAAC"}
1
+ {"version":3,"file":"Search.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Search.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,eAAO,MAAM,UAAU,+HAqBtB,CAAC"}
@@ -0,0 +1,15 @@
1
+ /*!
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+ import { type SvgIconNoChildrenProps } from "../SvgIcon";
13
+ export type SecurityQuestionIconProps = SvgIconNoChildrenProps;
14
+ export declare const SecurityQuestionIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
15
+ //# sourceMappingURL=SecurityQuestion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SecurityQuestion.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/SecurityQuestion.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,yBAAyB,GAAG,sBAAsB,CAAC;AAE/D,eAAO,MAAM,oBAAoB,+HA0B/B,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type ServerIconProps = SvgIconNoChildrenProps;
15
14
  export declare const ServerIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Server.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Server.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,eAAO,MAAM,UAAU,+HAqBtB,CAAC"}
1
+ {"version":3,"file":"Server.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Server.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,eAAO,MAAM,UAAU,+HAqBtB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type SettingsIconProps = SvgIconNoChildrenProps;
15
14
  export declare const SettingsIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Settings.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Settings.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;AAEvD,eAAO,MAAM,YAAY,+HAqBxB,CAAC"}
1
+ {"version":3,"file":"Settings.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Settings.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;AAEvD,eAAO,MAAM,YAAY,+HAqBxB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type ShowIconProps = SvgIconNoChildrenProps;
15
14
  export declare const ShowIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Show.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Show.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,eAAO,MAAM,QAAQ,+HAqBpB,CAAC"}
1
+ {"version":3,"file":"Show.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Show.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,eAAO,MAAM,QAAQ,+HAqBpB,CAAC"}
@@ -0,0 +1,15 @@
1
+ /*!
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+ import { type SvgIconNoChildrenProps } from "../SvgIcon";
13
+ export type SmartCardIconProps = SvgIconNoChildrenProps;
14
+ export declare const SmartCardIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
15
+ //# sourceMappingURL=SmartCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SmartCard.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/SmartCard.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,kBAAkB,GAAG,sBAAsB,CAAC;AAExD,eAAO,MAAM,aAAa,+HAwCzB,CAAC"}
@@ -0,0 +1,15 @@
1
+ /*!
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+ import { type SvgIconNoChildrenProps } from "../SvgIcon";
13
+ export type SmsIconProps = SvgIconNoChildrenProps;
14
+ export declare const SmsIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
15
+ //# sourceMappingURL=Sms.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Sms.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Sms.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,YAAY,GAAG,sBAAsB,CAAC;AAElD,eAAO,MAAM,OAAO,+HA8BlB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type SubtractIconProps = SvgIconNoChildrenProps;
15
14
  export declare const SubtractIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Subtract.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Subtract.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;AAEvD,eAAO,MAAM,YAAY,+HAqBxB,CAAC"}
1
+ {"version":3,"file":"Subtract.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Subtract.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;AAEvD,eAAO,MAAM,YAAY,+HAqBxB,CAAC"}
@@ -0,0 +1,15 @@
1
+ /*!
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+ import { type SvgIconNoChildrenProps } from "../SvgIcon";
13
+ export type SymantecVipIconProps = SvgIconNoChildrenProps;
14
+ export declare const SymantecVipIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
15
+ //# sourceMappingURL=SymantecVip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SymantecVip.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/SymantecVip.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,oBAAoB,GAAG,sBAAsB,CAAC;AAE1D,eAAO,MAAM,eAAe,+HA2B3B,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type SyncIconProps = SvgIconNoChildrenProps;
15
14
  export declare const SyncIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Sync.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Sync.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,eAAO,MAAM,QAAQ,+HAqBpB,CAAC"}
1
+ {"version":3,"file":"Sync.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Sync.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,eAAO,MAAM,QAAQ,+HAqBpB,CAAC"}
@@ -0,0 +1,15 @@
1
+ /*!
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+ import { type SvgIconNoChildrenProps } from "../SvgIcon";
13
+ export type ThumbsDownIconProps = SvgIconNoChildrenProps;
14
+ export declare const ThumbsDownIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
15
+ //# sourceMappingURL=ThumbsDown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThumbsDown.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ThumbsDown.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,mBAAmB,GAAG,sBAAsB,CAAC;AAEzD,eAAO,MAAM,cAAc,+HAqB1B,CAAC"}
@@ -0,0 +1,15 @@
1
+ /*!
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+ import { type SvgIconNoChildrenProps } from "../SvgIcon";
13
+ export type ThumbsUpIconProps = SvgIconNoChildrenProps;
14
+ export declare const ThumbsUpIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
15
+ //# sourceMappingURL=ThumbsUp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThumbsUp.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/ThumbsUp.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,iBAAiB,GAAG,sBAAsB,CAAC;AAEvD,eAAO,MAAM,YAAY,+HAqBxB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type UnlockIconProps = SvgIconNoChildrenProps;
15
14
  export declare const UnlockIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Unlock.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Unlock.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,eAAO,MAAM,UAAU,+HAqBtB,CAAC"}
1
+ {"version":3,"file":"Unlock.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Unlock.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,eAAO,MAAM,UAAU,+HAqBtB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type UploadIconProps = SvgIconNoChildrenProps;
15
14
  export declare const UploadIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Upload.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Upload.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,eAAO,MAAM,UAAU,+HAqBtB,CAAC"}
1
+ {"version":3,"file":"Upload.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Upload.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,eAAO,MAAM,UAAU,+HAqBtB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type UserIconProps = SvgIconNoChildrenProps;
15
14
  export declare const UserIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/User.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,eAAO,MAAM,QAAQ,+HAqBpB,CAAC"}
1
+ {"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/User.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,eAAO,MAAM,QAAQ,+HAqBpB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- /// <reference types="react" />
13
12
  import { type SvgIconNoChildrenProps } from "../SvgIcon";
14
13
  export type VideoIconProps = SvgIconNoChildrenProps;
15
14
  export declare const VideoIcon: import("react").ForwardRefExoticComponent<Omit<SvgIconNoChildrenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Video.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Video.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,sBAAsB,CAAC;AAEpD,eAAO,MAAM,SAAS,+HAqBrB,CAAC"}
1
+ {"version":3,"file":"Video.d.ts","sourceRoot":"","sources":["../../../src/icons.generated/Video.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,EAAW,KAAK,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,sBAAsB,CAAC;AAEpD,eAAO,MAAM,SAAS,+HAqBrB,CAAC"}