@okta/odyssey-react-mui 0.22.0 → 0.24.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 (584) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README.md +43 -7
  3. package/dist/@types/i18next.d.js +14 -0
  4. package/dist/@types/i18next.d.js.map +1 -0
  5. package/dist/Autocomplete.js +18 -4
  6. package/dist/Autocomplete.js.map +1 -1
  7. package/dist/Banner.js +9 -6
  8. package/dist/Banner.js.map +1 -1
  9. package/dist/Button.js +20 -10
  10. package/dist/Button.js.map +1 -1
  11. package/dist/Checkbox.js +44 -10
  12. package/dist/Checkbox.js.map +1 -1
  13. package/dist/CheckboxGroup.js +25 -26
  14. package/dist/CheckboxGroup.js.map +1 -1
  15. package/dist/CircularProgress.js +11 -0
  16. package/dist/CircularProgress.js.map +1 -1
  17. package/dist/Dialog.js +72 -0
  18. package/dist/Dialog.js.map +1 -0
  19. package/dist/Field.js +28 -10
  20. package/dist/Field.js.map +1 -1
  21. package/dist/FieldError.js +6 -3
  22. package/dist/FieldError.js.map +1 -1
  23. package/dist/FieldHint.js +1 -2
  24. package/dist/FieldHint.js.map +1 -1
  25. package/dist/FieldLabel.js +19 -7
  26. package/dist/FieldLabel.js.map +1 -1
  27. package/dist/Fieldset.js +55 -0
  28. package/dist/Fieldset.js.map +1 -0
  29. package/dist/Form.js +69 -0
  30. package/dist/Form.js.map +1 -0
  31. package/dist/Icon.js +8 -8
  32. package/dist/Icon.js.map +1 -1
  33. package/dist/Infobox.js +7 -4
  34. package/dist/Infobox.js.map +1 -1
  35. package/dist/Link.js +10 -3
  36. package/dist/Link.js.map +1 -1
  37. package/dist/MenuButton.js +3 -7
  38. package/dist/MenuButton.js.map +1 -1
  39. package/dist/MenuItem.js +4 -2
  40. package/dist/MenuItem.js.map +1 -1
  41. package/dist/MuiPropsChild.js +32 -0
  42. package/dist/MuiPropsChild.js.map +1 -0
  43. package/dist/MuiPropsContext.js +15 -0
  44. package/dist/MuiPropsContext.js.map +1 -0
  45. package/dist/NativeSelect.js +61 -0
  46. package/dist/NativeSelect.js.map +1 -0
  47. package/dist/OdysseyCacheProvider.js +1 -2
  48. package/dist/OdysseyCacheProvider.js.map +1 -1
  49. package/dist/OdysseyI18n.js +93 -0
  50. package/dist/OdysseyI18n.js.map +1 -0
  51. package/dist/OdysseyProvider.js +42 -0
  52. package/dist/OdysseyProvider.js.map +1 -0
  53. package/dist/OdysseyThemeProvider.js +11 -5
  54. package/dist/OdysseyThemeProvider.js.map +1 -1
  55. package/dist/OdysseyTranslationProvider.js +47 -0
  56. package/dist/OdysseyTranslationProvider.js.map +1 -0
  57. package/dist/OdysseyTranslationProvider.types.js +14 -0
  58. package/dist/OdysseyTranslationProvider.types.js.map +1 -0
  59. package/dist/PasswordField.js +20 -3
  60. package/dist/PasswordField.js.map +1 -1
  61. package/dist/Radio.js +11 -2
  62. package/dist/Radio.js.map +1 -1
  63. package/dist/RadioGroup.js +36 -28
  64. package/dist/RadioGroup.js.map +1 -1
  65. package/dist/ScreenReaderText.js +3 -3
  66. package/dist/ScreenReaderText.js.map +1 -1
  67. package/dist/SearchField.js +17 -4
  68. package/dist/SearchField.js.map +1 -1
  69. package/dist/Select.js +131 -0
  70. package/dist/Select.js.map +1 -0
  71. package/dist/Status.js.map +1 -1
  72. package/dist/Tabs.js +46 -0
  73. package/dist/Tabs.js.map +1 -0
  74. package/dist/Tag.js +11 -2
  75. package/dist/Tag.js.map +1 -1
  76. package/dist/TagList.js +11 -2
  77. package/dist/TagList.js.map +1 -1
  78. package/dist/TagListContext.js +1 -0
  79. package/dist/TagListContext.js.map +1 -1
  80. package/dist/TextField.js +28 -9
  81. package/dist/TextField.js.map +1 -1
  82. package/dist/Toast.js +78 -0
  83. package/dist/Toast.js.map +1 -0
  84. package/dist/{ThemeProvider.js → ToastStack.js} +12 -10
  85. package/dist/ToastStack.js.map +1 -0
  86. package/dist/Tooltip.js +31 -0
  87. package/dist/Tooltip.js.map +1 -0
  88. package/dist/a11yCheck.js +1 -2
  89. package/dist/a11yCheck.js.map +1 -1
  90. package/dist/createUniqueAlphabeticalId.js +1 -2
  91. package/dist/createUniqueAlphabeticalId.js.map +1 -1
  92. package/dist/createUniqueId.js +1 -2
  93. package/dist/createUniqueId.js.map +1 -1
  94. package/dist/iconDictionary/Add.js +5 -6
  95. package/dist/iconDictionary/Add.js.map +1 -1
  96. package/dist/iconDictionary/AddCircle.js +5 -6
  97. package/dist/iconDictionary/AddCircle.js.map +1 -1
  98. package/dist/iconDictionary/AlertCircle.js +5 -6
  99. package/dist/iconDictionary/AlertCircle.js.map +1 -1
  100. package/dist/iconDictionary/AlertCircleFilled.js +5 -6
  101. package/dist/iconDictionary/AlertCircleFilled.js.map +1 -1
  102. package/dist/iconDictionary/AlertTriangleFilled.js +5 -6
  103. package/dist/iconDictionary/AlertTriangleFilled.js.map +1 -1
  104. package/dist/iconDictionary/Anchor.js +6 -7
  105. package/dist/iconDictionary/Anchor.js.map +1 -1
  106. package/dist/iconDictionary/ArrowDown.js +5 -6
  107. package/dist/iconDictionary/ArrowDown.js.map +1 -1
  108. package/dist/iconDictionary/ArrowLeft.js +5 -6
  109. package/dist/iconDictionary/ArrowLeft.js.map +1 -1
  110. package/dist/iconDictionary/ArrowRight.js +5 -6
  111. package/dist/iconDictionary/ArrowRight.js.map +1 -1
  112. package/dist/iconDictionary/ArrowUp.js +5 -6
  113. package/dist/iconDictionary/ArrowUp.js.map +1 -1
  114. package/dist/iconDictionary/ArrowUpDown.js +5 -6
  115. package/dist/iconDictionary/ArrowUpDown.js.map +1 -1
  116. package/dist/iconDictionary/Calendar.js +5 -6
  117. package/dist/iconDictionary/Calendar.js.map +1 -1
  118. package/dist/iconDictionary/Check.js +5 -6
  119. package/dist/iconDictionary/Check.js.map +1 -1
  120. package/dist/iconDictionary/CheckCircleFilled.js +5 -6
  121. package/dist/iconDictionary/CheckCircleFilled.js.map +1 -1
  122. package/dist/iconDictionary/ChevronDown.js +5 -6
  123. package/dist/iconDictionary/ChevronDown.js.map +1 -1
  124. package/dist/iconDictionary/ChevronUp.js +5 -6
  125. package/dist/iconDictionary/ChevronUp.js.map +1 -1
  126. package/dist/iconDictionary/Close.js +5 -6
  127. package/dist/iconDictionary/Close.js.map +1 -1
  128. package/dist/iconDictionary/CloseCircleFilled.js +5 -6
  129. package/dist/iconDictionary/CloseCircleFilled.js.map +1 -1
  130. package/dist/iconDictionary/Copy.js +5 -6
  131. package/dist/iconDictionary/Copy.js.map +1 -1
  132. package/dist/iconDictionary/Delete.js +5 -6
  133. package/dist/iconDictionary/Delete.js.map +1 -1
  134. package/dist/iconDictionary/Download.js +5 -6
  135. package/dist/iconDictionary/Download.js.map +1 -1
  136. package/dist/iconDictionary/DragHandle.js +5 -6
  137. package/dist/iconDictionary/DragHandle.js.map +1 -1
  138. package/dist/iconDictionary/Edit.js +5 -6
  139. package/dist/iconDictionary/Edit.js.map +1 -1
  140. package/dist/iconDictionary/ExternalLink.js +5 -6
  141. package/dist/iconDictionary/ExternalLink.js.map +1 -1
  142. package/dist/iconDictionary/Eye.js +5 -6
  143. package/dist/iconDictionary/Eye.js.map +1 -1
  144. package/dist/iconDictionary/EyeOff.js +5 -6
  145. package/dist/iconDictionary/EyeOff.js.map +1 -1
  146. package/dist/iconDictionary/Filter.js +5 -6
  147. package/dist/iconDictionary/Filter.js.map +1 -1
  148. package/dist/iconDictionary/Globe.js +5 -6
  149. package/dist/iconDictionary/Globe.js.map +1 -1
  150. package/dist/iconDictionary/Home.js +5 -6
  151. package/dist/iconDictionary/Home.js.map +1 -1
  152. package/dist/iconDictionary/InformationCircle.js +5 -6
  153. package/dist/iconDictionary/InformationCircle.js.map +1 -1
  154. package/dist/iconDictionary/InformationCircleFilled.js +5 -6
  155. package/dist/iconDictionary/InformationCircleFilled.js.map +1 -1
  156. package/dist/iconDictionary/Notification.js +5 -6
  157. package/dist/iconDictionary/Notification.js.map +1 -1
  158. package/dist/iconDictionary/OverflowVertical.js +5 -6
  159. package/dist/iconDictionary/OverflowVertical.js.map +1 -1
  160. package/dist/iconDictionary/QuestionCircle.js +5 -6
  161. package/dist/iconDictionary/QuestionCircle.js.map +1 -1
  162. package/dist/iconDictionary/QuestionCircleFilled.js +5 -6
  163. package/dist/iconDictionary/QuestionCircleFilled.js.map +1 -1
  164. package/dist/iconDictionary/Search.js +5 -6
  165. package/dist/iconDictionary/Search.js.map +1 -1
  166. package/dist/iconDictionary/Settings.js +4 -5
  167. package/dist/iconDictionary/Settings.js.map +1 -1
  168. package/dist/iconDictionary/Subtract.js +5 -6
  169. package/dist/iconDictionary/Subtract.js.map +1 -1
  170. package/dist/iconDictionary/SvgIcon.js +1 -0
  171. package/dist/iconDictionary/SvgIcon.js.map +1 -1
  172. package/dist/iconDictionary/User.js +5 -6
  173. package/dist/iconDictionary/User.js.map +1 -1
  174. package/dist/iconDictionary/UserGroup.js +5 -6
  175. package/dist/iconDictionary/UserGroup.js.map +1 -1
  176. package/dist/iconDictionary/index.js.map +1 -1
  177. package/dist/index.js +13 -6
  178. package/dist/index.js.map +1 -1
  179. package/dist/properties/ts/odyssey-react-mui.js +11 -0
  180. package/dist/properties/ts/odyssey-react-mui.js.map +1 -0
  181. package/dist/properties/ts/odyssey-react-mui_cs.js +2 -0
  182. package/dist/properties/ts/odyssey-react-mui_cs.js.map +1 -0
  183. package/dist/properties/ts/odyssey-react-mui_da.js +2 -0
  184. package/dist/properties/ts/odyssey-react-mui_da.js.map +1 -0
  185. package/dist/properties/ts/odyssey-react-mui_de.js +2 -0
  186. package/dist/properties/ts/odyssey-react-mui_de.js.map +1 -0
  187. package/dist/properties/ts/odyssey-react-mui_el.js +2 -0
  188. package/dist/properties/ts/odyssey-react-mui_el.js.map +1 -0
  189. package/dist/properties/ts/odyssey-react-mui_es.js +2 -0
  190. package/dist/properties/ts/odyssey-react-mui_es.js.map +1 -0
  191. package/dist/properties/ts/odyssey-react-mui_fi.js +2 -0
  192. package/dist/properties/ts/odyssey-react-mui_fi.js.map +1 -0
  193. package/dist/properties/ts/odyssey-react-mui_fr.js +2 -0
  194. package/dist/properties/ts/odyssey-react-mui_fr.js.map +1 -0
  195. package/dist/properties/ts/odyssey-react-mui_hu.js +2 -0
  196. package/dist/properties/ts/odyssey-react-mui_hu.js.map +1 -0
  197. package/dist/properties/ts/odyssey-react-mui_id.js +2 -0
  198. package/dist/properties/ts/odyssey-react-mui_id.js.map +1 -0
  199. package/dist/properties/ts/odyssey-react-mui_it.js +2 -0
  200. package/dist/properties/ts/odyssey-react-mui_it.js.map +1 -0
  201. package/dist/properties/ts/odyssey-react-mui_ja.js +2 -0
  202. package/dist/properties/ts/odyssey-react-mui_ja.js.map +1 -0
  203. package/dist/properties/ts/odyssey-react-mui_ko.js +2 -0
  204. package/dist/properties/ts/odyssey-react-mui_ko.js.map +1 -0
  205. package/dist/properties/ts/odyssey-react-mui_ms.js +2 -0
  206. package/dist/properties/ts/odyssey-react-mui_ms.js.map +1 -0
  207. package/dist/properties/ts/odyssey-react-mui_nb.js +2 -0
  208. package/dist/properties/ts/odyssey-react-mui_nb.js.map +1 -0
  209. package/dist/properties/ts/odyssey-react-mui_nl-NL.js +2 -0
  210. package/dist/properties/ts/odyssey-react-mui_nl-NL.js.map +1 -0
  211. package/dist/properties/ts/odyssey-react-mui_pl.js +2 -0
  212. package/dist/properties/ts/odyssey-react-mui_pl.js.map +1 -0
  213. package/dist/properties/ts/odyssey-react-mui_pt-BR.js +2 -0
  214. package/dist/properties/ts/odyssey-react-mui_pt-BR.js.map +1 -0
  215. package/dist/properties/ts/odyssey-react-mui_ro.js +2 -0
  216. package/dist/properties/ts/odyssey-react-mui_ro.js.map +1 -0
  217. package/dist/properties/ts/odyssey-react-mui_ru.js +2 -0
  218. package/dist/properties/ts/odyssey-react-mui_ru.js.map +1 -0
  219. package/dist/properties/ts/odyssey-react-mui_sv.js +2 -0
  220. package/dist/properties/ts/odyssey-react-mui_sv.js.map +1 -0
  221. package/dist/properties/ts/odyssey-react-mui_th.js +2 -0
  222. package/dist/properties/ts/odyssey-react-mui_th.js.map +1 -0
  223. package/dist/properties/ts/odyssey-react-mui_tr.js +2 -0
  224. package/dist/properties/ts/odyssey-react-mui_tr.js.map +1 -0
  225. package/dist/properties/ts/odyssey-react-mui_uk.js +2 -0
  226. package/dist/properties/ts/odyssey-react-mui_uk.js.map +1 -0
  227. package/dist/properties/ts/odyssey-react-mui_zh-CN.js +2 -0
  228. package/dist/properties/ts/odyssey-react-mui_zh-CN.js.map +1 -0
  229. package/dist/properties/ts/odyssey-react-mui_zh-TW.js +2 -0
  230. package/dist/properties/ts/odyssey-react-mui_zh-TW.js.map +1 -0
  231. package/dist/src/Autocomplete.d.ts +2 -1
  232. package/dist/src/Autocomplete.d.ts.map +1 -1
  233. package/dist/src/Banner.d.ts +19 -19
  234. package/dist/src/Banner.d.ts.map +1 -1
  235. package/dist/src/Button.d.ts +4 -3
  236. package/dist/src/Button.d.ts.map +1 -1
  237. package/dist/src/Checkbox.d.ts +4 -2
  238. package/dist/src/Checkbox.d.ts.map +1 -1
  239. package/dist/src/CheckboxGroup.d.ts +8 -4
  240. package/dist/src/CheckboxGroup.d.ts.map +1 -1
  241. package/dist/src/Dialog.d.ts +25 -0
  242. package/dist/src/Dialog.d.ts.map +1 -0
  243. package/dist/src/Field.d.ts +18 -7
  244. package/dist/src/Field.d.ts.map +1 -1
  245. package/dist/src/FieldError.d.ts.map +1 -1
  246. package/dist/src/FieldLabel.d.ts +2 -3
  247. package/dist/src/FieldLabel.d.ts.map +1 -1
  248. package/dist/src/Fieldset.d.ts +42 -0
  249. package/dist/src/Fieldset.d.ts.map +1 -0
  250. package/dist/src/Form.d.ts +73 -0
  251. package/dist/src/Form.d.ts.map +1 -0
  252. package/dist/src/Icon.d.ts +9 -8
  253. package/dist/src/Icon.d.ts.map +1 -1
  254. package/dist/src/Infobox.d.ts +7 -7
  255. package/dist/src/Infobox.d.ts.map +1 -1
  256. package/dist/src/Link.d.ts +9 -4
  257. package/dist/src/Link.d.ts.map +1 -1
  258. package/dist/src/MenuButton.d.ts +7 -3
  259. package/dist/src/MenuButton.d.ts.map +1 -1
  260. package/dist/src/MenuItem.d.ts +1 -1
  261. package/dist/src/MenuItem.d.ts.map +1 -1
  262. package/dist/src/MuiPropsChild.d.ts +18 -0
  263. package/dist/src/MuiPropsChild.d.ts.map +1 -0
  264. package/dist/src/MuiPropsContext.d.ts +15 -0
  265. package/dist/src/MuiPropsContext.d.ts.map +1 -0
  266. package/dist/src/NativeSelect.d.ts +36 -0
  267. package/dist/src/NativeSelect.d.ts.map +1 -0
  268. package/dist/src/OdysseyI18n.d.ts +54 -0
  269. package/dist/src/OdysseyI18n.d.ts.map +1 -0
  270. package/dist/src/OdysseyProvider.d.ts +27 -0
  271. package/dist/src/OdysseyProvider.d.ts.map +1 -0
  272. package/dist/src/OdysseyThemeProvider.d.ts +4 -2
  273. package/dist/src/OdysseyThemeProvider.d.ts.map +1 -1
  274. package/dist/src/OdysseyTranslationProvider.d.ts +25 -0
  275. package/dist/src/OdysseyTranslationProvider.d.ts.map +1 -0
  276. package/dist/src/OdysseyTranslationProvider.types.d.ts +14 -0
  277. package/dist/src/OdysseyTranslationProvider.types.d.ts.map +1 -0
  278. package/dist/src/PasswordField.d.ts +8 -8
  279. package/dist/src/PasswordField.d.ts.map +1 -1
  280. package/dist/src/RadioGroup.d.ts +8 -8
  281. package/dist/src/RadioGroup.d.ts.map +1 -1
  282. package/dist/src/SearchField.d.ts +4 -4
  283. package/dist/src/SearchField.d.ts.map +1 -1
  284. package/dist/src/Select.d.ts +35 -0
  285. package/dist/src/Select.d.ts.map +1 -0
  286. package/dist/src/Status.d.ts +2 -2
  287. package/dist/src/Status.d.ts.map +1 -1
  288. package/dist/src/Tabs.d.ts +27 -0
  289. package/dist/src/Tabs.d.ts.map +1 -0
  290. package/dist/src/TextField.d.ts +12 -15
  291. package/dist/src/TextField.d.ts.map +1 -1
  292. package/dist/src/Toast.d.ts +60 -0
  293. package/dist/src/Toast.d.ts.map +1 -0
  294. package/dist/src/ToastStack.d.ts +19 -0
  295. package/dist/src/ToastStack.d.ts.map +1 -0
  296. package/dist/src/{ThemeProvider.d.ts → Tooltip.d.ts} +8 -4
  297. package/dist/src/Tooltip.d.ts.map +1 -0
  298. package/dist/src/iconDictionary/Add.d.ts +2 -2
  299. package/dist/src/iconDictionary/AddCircle.d.ts +2 -2
  300. package/dist/src/iconDictionary/AlertCircle.d.ts +2 -2
  301. package/dist/src/iconDictionary/AlertCircleFilled.d.ts +2 -2
  302. package/dist/src/iconDictionary/AlertTriangleFilled.d.ts +2 -2
  303. package/dist/src/iconDictionary/Anchor.d.ts +2 -2
  304. package/dist/src/iconDictionary/ArrowDown.d.ts +2 -2
  305. package/dist/src/iconDictionary/ArrowLeft.d.ts +2 -2
  306. package/dist/src/iconDictionary/ArrowRight.d.ts +2 -2
  307. package/dist/src/iconDictionary/ArrowUp.d.ts +2 -2
  308. package/dist/src/iconDictionary/ArrowUpDown.d.ts +2 -2
  309. package/dist/src/iconDictionary/Calendar.d.ts +2 -2
  310. package/dist/src/iconDictionary/Check.d.ts +2 -2
  311. package/dist/src/iconDictionary/CheckCircleFilled.d.ts +2 -2
  312. package/dist/src/iconDictionary/ChevronDown.d.ts +2 -2
  313. package/dist/src/iconDictionary/ChevronUp.d.ts +2 -2
  314. package/dist/src/iconDictionary/Close.d.ts +2 -2
  315. package/dist/src/iconDictionary/CloseCircleFilled.d.ts +2 -2
  316. package/dist/src/iconDictionary/Copy.d.ts +2 -2
  317. package/dist/src/iconDictionary/Delete.d.ts +2 -2
  318. package/dist/src/iconDictionary/Download.d.ts +2 -2
  319. package/dist/src/iconDictionary/DragHandle.d.ts +2 -2
  320. package/dist/src/iconDictionary/Edit.d.ts +2 -2
  321. package/dist/src/iconDictionary/ExternalLink.d.ts +2 -2
  322. package/dist/src/iconDictionary/Eye.d.ts +2 -2
  323. package/dist/src/iconDictionary/EyeOff.d.ts +2 -2
  324. package/dist/src/iconDictionary/Filter.d.ts +2 -2
  325. package/dist/src/iconDictionary/Globe.d.ts +2 -2
  326. package/dist/src/iconDictionary/Home.d.ts +2 -2
  327. package/dist/src/iconDictionary/InformationCircle.d.ts +2 -2
  328. package/dist/src/iconDictionary/InformationCircleFilled.d.ts +2 -2
  329. package/dist/src/iconDictionary/Notification.d.ts +2 -2
  330. package/dist/src/iconDictionary/OverflowVertical.d.ts +2 -2
  331. package/dist/src/iconDictionary/QuestionCircle.d.ts +2 -2
  332. package/dist/src/iconDictionary/QuestionCircleFilled.d.ts +2 -2
  333. package/dist/src/iconDictionary/Search.d.ts +2 -2
  334. package/dist/src/iconDictionary/Settings.d.ts +2 -2
  335. package/dist/src/iconDictionary/Subtract.d.ts +2 -2
  336. package/dist/src/iconDictionary/User.d.ts +2 -2
  337. package/dist/src/iconDictionary/UserGroup.d.ts +2 -2
  338. package/dist/src/iconDictionary/index.d.ts +40 -40
  339. package/dist/src/index.d.ts +15 -10
  340. package/dist/src/index.d.ts.map +1 -1
  341. package/dist/src/properties/ts/odyssey-react-mui.d.ts +11 -0
  342. package/dist/src/properties/ts/odyssey-react-mui.d.ts.map +1 -0
  343. package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts +2 -0
  344. package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts.map +1 -0
  345. package/dist/src/properties/ts/odyssey-react-mui_da.d.ts +2 -0
  346. package/dist/src/properties/ts/odyssey-react-mui_da.d.ts.map +1 -0
  347. package/dist/src/properties/ts/odyssey-react-mui_de.d.ts +2 -0
  348. package/dist/src/properties/ts/odyssey-react-mui_de.d.ts.map +1 -0
  349. package/dist/src/properties/ts/odyssey-react-mui_el.d.ts +2 -0
  350. package/dist/src/properties/ts/odyssey-react-mui_el.d.ts.map +1 -0
  351. package/dist/src/properties/ts/odyssey-react-mui_es.d.ts +2 -0
  352. package/dist/src/properties/ts/odyssey-react-mui_es.d.ts.map +1 -0
  353. package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts +2 -0
  354. package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts.map +1 -0
  355. package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts +2 -0
  356. package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts.map +1 -0
  357. package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts +2 -0
  358. package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts.map +1 -0
  359. package/dist/src/properties/ts/odyssey-react-mui_id.d.ts +2 -0
  360. package/dist/src/properties/ts/odyssey-react-mui_id.d.ts.map +1 -0
  361. package/dist/src/properties/ts/odyssey-react-mui_it.d.ts +2 -0
  362. package/dist/src/properties/ts/odyssey-react-mui_it.d.ts.map +1 -0
  363. package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts +2 -0
  364. package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts.map +1 -0
  365. package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts +2 -0
  366. package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts.map +1 -0
  367. package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts +2 -0
  368. package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts.map +1 -0
  369. package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts +2 -0
  370. package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts.map +1 -0
  371. package/dist/src/properties/ts/odyssey-react-mui_nl-NL.d.ts +2 -0
  372. package/dist/src/properties/ts/odyssey-react-mui_nl-NL.d.ts.map +1 -0
  373. package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts +2 -0
  374. package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts.map +1 -0
  375. package/dist/src/properties/ts/odyssey-react-mui_pt-BR.d.ts +2 -0
  376. package/dist/src/properties/ts/odyssey-react-mui_pt-BR.d.ts.map +1 -0
  377. package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts +2 -0
  378. package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts.map +1 -0
  379. package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts +2 -0
  380. package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts.map +1 -0
  381. package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts +2 -0
  382. package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts.map +1 -0
  383. package/dist/src/properties/ts/odyssey-react-mui_th.d.ts +2 -0
  384. package/dist/src/properties/ts/odyssey-react-mui_th.d.ts.map +1 -0
  385. package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts +2 -0
  386. package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts.map +1 -0
  387. package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts +2 -0
  388. package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts.map +1 -0
  389. package/dist/src/properties/ts/odyssey-react-mui_zh-CN.d.ts +2 -0
  390. package/dist/src/properties/ts/odyssey-react-mui_zh-CN.d.ts.map +1 -0
  391. package/dist/src/properties/ts/odyssey-react-mui_zh-TW.d.ts +2 -0
  392. package/dist/src/properties/ts/odyssey-react-mui_zh-TW.d.ts.map +1 -0
  393. package/dist/src/theme/components.d.ts.map +1 -1
  394. package/dist/src/theme/index.d.ts +3 -1
  395. package/dist/src/theme/index.d.ts.map +1 -1
  396. package/dist/src/theme/mixins.d.ts +2 -1
  397. package/dist/src/theme/mixins.d.ts.map +1 -1
  398. package/dist/src/theme/palette.d.ts +2 -1
  399. package/dist/src/theme/palette.d.ts.map +1 -1
  400. package/dist/src/theme/shape.d.ts +2 -1
  401. package/dist/src/theme/shape.d.ts.map +1 -1
  402. package/dist/src/theme/spacing.d.ts +2 -1
  403. package/dist/src/theme/spacing.d.ts.map +1 -1
  404. package/dist/src/theme/theme.d.ts +3 -2
  405. package/dist/src/theme/theme.d.ts.map +1 -1
  406. package/dist/src/theme/typography.d.ts +2 -1
  407. package/dist/src/theme/typography.d.ts.map +1 -1
  408. package/dist/theme/components.js +123 -85
  409. package/dist/theme/components.js.map +1 -1
  410. package/dist/theme/components.types.js +1 -0
  411. package/dist/theme/components.types.js.map +1 -1
  412. package/dist/theme/index.js +1 -1
  413. package/dist/theme/index.js.map +1 -1
  414. package/dist/theme/mixins.js +8 -6
  415. package/dist/theme/mixins.js.map +1 -1
  416. package/dist/theme/mixins.types.js +1 -0
  417. package/dist/theme/mixins.types.js.map +1 -1
  418. package/dist/theme/palette.js +89 -86
  419. package/dist/theme/palette.js.map +1 -1
  420. package/dist/theme/palette.types.js +1 -0
  421. package/dist/theme/palette.types.js.map +1 -1
  422. package/dist/theme/shape.js +6 -4
  423. package/dist/theme/shape.js.map +1 -1
  424. package/dist/theme/spacing.js +4 -1
  425. package/dist/theme/spacing.js.map +1 -1
  426. package/dist/theme/temp.js +1 -0
  427. package/dist/theme/temp.js.map +1 -1
  428. package/dist/theme/theme.js +12 -9
  429. package/dist/theme/theme.js.map +1 -1
  430. package/dist/theme/typography.js +85 -83
  431. package/dist/theme/typography.js.map +1 -1
  432. package/dist/theme/typography.types.js +1 -0
  433. package/dist/theme/typography.types.js.map +1 -1
  434. package/dist/theme/useTheme.js +1 -0
  435. package/dist/theme/useTheme.js.map +1 -1
  436. package/dist/tsconfig.production.tsbuildinfo +1 -1
  437. package/dist/useUniqueAlphabeticalId.js +1 -0
  438. package/dist/useUniqueAlphabeticalId.js.map +1 -1
  439. package/dist/useUniqueId.js +1 -0
  440. package/dist/useUniqueId.js.map +1 -1
  441. package/i18n.config.json +8 -0
  442. package/package.json +9 -4
  443. package/scripts/properties-to-ts.js +103 -0
  444. package/src/@types/i18next.d.ts +22 -0
  445. package/src/Autocomplete.tsx +10 -1
  446. package/src/Banner.tsx +37 -32
  447. package/src/Button.tsx +38 -18
  448. package/src/Checkbox.tsx +47 -21
  449. package/src/CheckboxGroup.tsx +30 -34
  450. package/src/Dialog.tsx +110 -0
  451. package/src/Field.tsx +56 -24
  452. package/src/FieldError.tsx +6 -1
  453. package/src/FieldLabel.tsx +13 -10
  454. package/src/Fieldset.tsx +95 -0
  455. package/src/Form.tsx +142 -0
  456. package/src/Icon.test.tsx +1 -1
  457. package/src/Icon.tsx +27 -13
  458. package/src/Infobox.tsx +18 -13
  459. package/src/Link.tsx +14 -6
  460. package/src/MenuButton.tsx +8 -3
  461. package/src/MenuItem.tsx +1 -0
  462. package/src/MuiPropsChild.tsx +41 -0
  463. package/src/MuiPropsContext.ts +17 -0
  464. package/src/NativeSelect.tsx +107 -0
  465. package/src/OdysseyI18n.ts +101 -0
  466. package/src/OdysseyProvider.tsx +59 -0
  467. package/src/OdysseyThemeProvider.tsx +9 -3
  468. package/src/OdysseyTranslationProvider.test.tsx +63 -0
  469. package/src/OdysseyTranslationProvider.tsx +65 -0
  470. package/src/OdysseyTranslationProvider.types.ts +42 -0
  471. package/src/PasswordField.tsx +18 -11
  472. package/src/RadioGroup.tsx +31 -46
  473. package/src/SearchField.tsx +10 -8
  474. package/src/Select.tsx +226 -0
  475. package/src/Status.tsx +2 -2
  476. package/src/Tabs.tsx +70 -0
  477. package/src/TextField.tsx +31 -25
  478. package/src/Toast.tsx +140 -0
  479. package/src/{ThemeProvider.tsx → ToastStack.tsx} +16 -9
  480. package/src/Tooltip.tsx +39 -0
  481. package/src/iconDictionary/Add.tsx +3 -3
  482. package/src/iconDictionary/AddCircle.tsx +3 -3
  483. package/src/iconDictionary/AlertCircle.tsx +3 -3
  484. package/src/iconDictionary/AlertCircleFilled.tsx +3 -3
  485. package/src/iconDictionary/AlertTriangleFilled.tsx +3 -3
  486. package/src/iconDictionary/Anchor.tsx +3 -3
  487. package/src/iconDictionary/ArrowDown.tsx +3 -3
  488. package/src/iconDictionary/ArrowLeft.tsx +3 -3
  489. package/src/iconDictionary/ArrowRight.tsx +3 -3
  490. package/src/iconDictionary/ArrowUp.tsx +3 -3
  491. package/src/iconDictionary/ArrowUpDown.tsx +3 -3
  492. package/src/iconDictionary/Calendar.tsx +3 -3
  493. package/src/iconDictionary/Check.tsx +3 -3
  494. package/src/iconDictionary/CheckCircleFilled.tsx +3 -3
  495. package/src/iconDictionary/ChevronDown.tsx +3 -3
  496. package/src/iconDictionary/ChevronUp.tsx +3 -3
  497. package/src/iconDictionary/Close.tsx +3 -3
  498. package/src/iconDictionary/CloseCircleFilled.tsx +3 -3
  499. package/src/iconDictionary/Copy.tsx +3 -3
  500. package/src/iconDictionary/Delete.tsx +3 -3
  501. package/src/iconDictionary/Download.tsx +3 -3
  502. package/src/iconDictionary/DragHandle.tsx +3 -3
  503. package/src/iconDictionary/Edit.tsx +3 -3
  504. package/src/iconDictionary/ExternalLink.tsx +3 -3
  505. package/src/iconDictionary/Eye.tsx +3 -3
  506. package/src/iconDictionary/EyeOff.tsx +3 -3
  507. package/src/iconDictionary/Filter.tsx +3 -3
  508. package/src/iconDictionary/Globe.tsx +3 -3
  509. package/src/iconDictionary/Home.tsx +3 -3
  510. package/src/iconDictionary/InformationCircle.tsx +3 -3
  511. package/src/iconDictionary/InformationCircleFilled.tsx +3 -3
  512. package/src/iconDictionary/Notification.tsx +3 -3
  513. package/src/iconDictionary/OverflowVertical.tsx +3 -3
  514. package/src/iconDictionary/QuestionCircle.tsx +3 -3
  515. package/src/iconDictionary/QuestionCircleFilled.tsx +3 -3
  516. package/src/iconDictionary/Search.tsx +3 -3
  517. package/src/iconDictionary/Settings.tsx +2 -2
  518. package/src/iconDictionary/Subtract.tsx +3 -3
  519. package/src/iconDictionary/User.tsx +3 -3
  520. package/src/iconDictionary/UserGroup.tsx +3 -3
  521. package/src/iconDictionary/index.ts +1 -1
  522. package/src/index.ts +11 -23
  523. package/src/properties/odyssey-react-mui.properties +8 -0
  524. package/src/properties/translations/odyssey-react-mui_cs.properties +0 -0
  525. package/src/properties/translations/odyssey-react-mui_da.properties +0 -0
  526. package/src/properties/translations/odyssey-react-mui_de.properties +0 -0
  527. package/src/properties/translations/odyssey-react-mui_el.properties +0 -0
  528. package/src/properties/translations/odyssey-react-mui_es.properties +0 -0
  529. package/src/properties/translations/odyssey-react-mui_fi.properties +0 -0
  530. package/src/properties/translations/odyssey-react-mui_fr.properties +0 -0
  531. package/src/properties/translations/odyssey-react-mui_hu.properties +0 -0
  532. package/src/properties/translations/odyssey-react-mui_id.properties +0 -0
  533. package/src/properties/translations/odyssey-react-mui_it.properties +0 -0
  534. package/src/properties/translations/odyssey-react-mui_ja.properties +0 -0
  535. package/src/properties/translations/odyssey-react-mui_ko.properties +0 -0
  536. package/src/properties/translations/odyssey-react-mui_ms.properties +0 -0
  537. package/src/properties/translations/odyssey-react-mui_nb.properties +0 -0
  538. package/src/properties/translations/odyssey-react-mui_nl-NL.properties +0 -0
  539. package/src/properties/translations/odyssey-react-mui_pl.properties +0 -0
  540. package/src/properties/translations/odyssey-react-mui_pt-BR.properties +0 -0
  541. package/src/properties/translations/odyssey-react-mui_ro.properties +0 -0
  542. package/src/properties/translations/odyssey-react-mui_ru.properties +0 -0
  543. package/src/properties/translations/odyssey-react-mui_sv.properties +0 -0
  544. package/src/properties/translations/odyssey-react-mui_th.properties +0 -0
  545. package/src/properties/translations/odyssey-react-mui_tr.properties +0 -0
  546. package/src/properties/translations/odyssey-react-mui_uk.properties +0 -0
  547. package/src/properties/translations/odyssey-react-mui_zh-CN.properties +0 -0
  548. package/src/properties/translations/odyssey-react-mui_zh-TW.properties +0 -0
  549. package/src/properties/ts/odyssey-react-mui.ts +1 -0
  550. package/src/properties/ts/odyssey-react-mui_cs.ts +1 -0
  551. package/src/properties/ts/odyssey-react-mui_da.ts +1 -0
  552. package/src/properties/ts/odyssey-react-mui_de.ts +1 -0
  553. package/src/properties/ts/odyssey-react-mui_el.ts +1 -0
  554. package/src/properties/ts/odyssey-react-mui_es.ts +1 -0
  555. package/src/properties/ts/odyssey-react-mui_fi.ts +1 -0
  556. package/src/properties/ts/odyssey-react-mui_fr.ts +1 -0
  557. package/src/properties/ts/odyssey-react-mui_hu.ts +1 -0
  558. package/src/properties/ts/odyssey-react-mui_id.ts +1 -0
  559. package/src/properties/ts/odyssey-react-mui_it.ts +1 -0
  560. package/src/properties/ts/odyssey-react-mui_ja.ts +1 -0
  561. package/src/properties/ts/odyssey-react-mui_ko.ts +1 -0
  562. package/src/properties/ts/odyssey-react-mui_ms.ts +1 -0
  563. package/src/properties/ts/odyssey-react-mui_nb.ts +1 -0
  564. package/src/properties/ts/odyssey-react-mui_nl-NL.ts +1 -0
  565. package/src/properties/ts/odyssey-react-mui_pl.ts +1 -0
  566. package/src/properties/ts/odyssey-react-mui_pt-BR.ts +1 -0
  567. package/src/properties/ts/odyssey-react-mui_ro.ts +1 -0
  568. package/src/properties/ts/odyssey-react-mui_ru.ts +1 -0
  569. package/src/properties/ts/odyssey-react-mui_sv.ts +1 -0
  570. package/src/properties/ts/odyssey-react-mui_th.ts +1 -0
  571. package/src/properties/ts/odyssey-react-mui_tr.ts +1 -0
  572. package/src/properties/ts/odyssey-react-mui_uk.ts +1 -0
  573. package/src/properties/ts/odyssey-react-mui_zh-CN.ts +1 -0
  574. package/src/properties/ts/odyssey-react-mui_zh-TW.ts +1 -0
  575. package/src/theme/components.tsx +44 -13
  576. package/src/theme/index.ts +5 -1
  577. package/src/theme/mixins.ts +10 -6
  578. package/src/theme/palette.ts +95 -88
  579. package/src/theme/shape.ts +12 -8
  580. package/src/theme/spacing.ts +17 -12
  581. package/src/theme/theme.ts +14 -10
  582. package/src/theme/typography.ts +87 -83
  583. package/dist/ThemeProvider.js.map +0 -1
  584. package/dist/src/ThemeProvider.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["AddCircleIcon","AddIcon","AlertCircleFilledIcon","AlertCircleIcon","AlertTriangleFilledIcon","AnchorIcon","ArrowDownIcon","ArrowLeftIcon","ArrowRightIcon","ArrowUpDownIcon","ArrowUpIcon","CalendarIcon","CheckCircleFilledIcon","CheckIcon","ChevronDownIcon","ChevronUpIcon","CloseCircleFilledIcon","CloseIcon","CopyIcon","DeleteIcon","DownloadIcon","DragHandleIcon","EditIcon","ExternalLinkIcon","EyeOffIcon","EyeIcon","FilterIcon","GlobeIcon","HomeIcon","InformationCircleFilledIcon","InformationCircleIcon","NotificationIcon","OverflowVerticalIcon","QuestionCircleFilledIcon","QuestionCircleIcon","SearchIcon","SettingsIcon","SubtractIcon","UserGroupIcon","UserIcon","iconDictionary","add","anchor","calendar","check","close","copy","delete","download","edit","eye","filter","globe","home","notification","search","settings","subtract","user"],"sources":["../../src/iconDictionary/index.ts"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { AddCircleIcon } from \"./AddCircle\";\nexport * from \"./AddCircle\";\n\nimport { AddIcon } from \"./Add\";\nexport * from \"./Add\";\n\nimport { AlertCircleFilledIcon } from \"./AlertCircleFilled\";\nexport * from \"./AlertCircleFilled\";\n\nimport { AlertCircleIcon } from \"./AlertCircle\";\nexport * from \"./AlertCircle\";\n\nimport { AlertTriangleFilledIcon } from \"./AlertTriangleFilled\";\nexport * from \"./AlertTriangleFilled\";\n\nimport { AnchorIcon } from \"./Anchor\";\nexport * from \"./Anchor\";\n\nimport { ArrowDownIcon } from \"./ArrowDown\";\nexport * from \"./ArrowDown\";\n\nimport { ArrowLeftIcon } from \"./ArrowLeft\";\nexport * from \"./ArrowLeft\";\n\nimport { ArrowRightIcon } from \"./ArrowRight\";\nexport * from \"./ArrowRight\";\n\nimport { ArrowUpDownIcon } from \"./ArrowUpDown\";\nexport * from \"./ArrowUpDown\";\n\nimport { ArrowUpIcon } from \"./ArrowUp\";\nexport * from \"./ArrowUp\";\n\nimport { CalendarIcon } from \"./Calendar\";\nexport * from \"./Calendar\";\n\nimport { CheckCircleFilledIcon } from \"./CheckCircleFilled\";\nexport * from \"./CheckCircleFilled\";\n\nimport { CheckIcon } from \"./Check\";\nexport * from \"./Check\";\n\nimport { ChevronDownIcon } from \"./ChevronDown\";\nexport * from \"./ChevronDown\";\n\nimport { ChevronUpIcon } from \"./ChevronUp\";\nexport * from \"./ChevronUp\";\n\nimport { CloseCircleFilledIcon } from \"./CloseCircleFilled\";\nexport * from \"./CloseCircleFilled\";\n\nimport { CloseIcon } from \"./Close\";\nexport * from \"./Close\";\n\nimport { CopyIcon } from \"./Copy\";\nexport * from \"./Copy\";\n\nimport { DeleteIcon } from \"./Delete\";\nexport * from \"./Delete\";\n\nimport { DownloadIcon } from \"./Download\";\nexport * from \"./Download\";\n\nimport { DragHandleIcon } from \"./DragHandle\";\nexport * from \"./DragHandle\";\n\nimport { EditIcon } from \"./Edit\";\nexport * from \"./Edit\";\n\nimport { ExternalLinkIcon } from \"./ExternalLink\";\nexport * from \"./ExternalLink\";\n\nimport { EyeOffIcon } from \"./EyeOff\";\nexport * from \"./EyeOff\";\n\nimport { EyeIcon } from \"./Eye\";\nexport * from \"./Eye\";\n\nimport { FilterIcon } from \"./Filter\";\nexport * from \"./Filter\";\n\nimport { GlobeIcon } from \"./Globe\";\nexport * from \"./Globe\";\n\nimport { HomeIcon } from \"./Home\";\nexport * from \"./Home\";\n\nimport { InformationCircleFilledIcon } from \"./InformationCircleFilled\";\nexport * from \"./InformationCircleFilled\";\n\nimport { InformationCircleIcon } from \"./InformationCircle\";\nexport * from \"./InformationCircle\";\n\nimport { NotificationIcon } from \"./Notification\";\nexport * from \"./Notification\";\n\nimport { OverflowVerticalIcon } from \"./OverflowVertical\";\nexport * from \"./OverflowVertical\";\n\nimport { QuestionCircleFilledIcon } from \"./QuestionCircleFilled\";\nexport * from \"./QuestionCircleFilled\";\n\nimport { QuestionCircleIcon } from \"./QuestionCircle\";\nexport * from \"./QuestionCircle\";\n\nimport { SearchIcon } from \"./Search\";\nexport * from \"./Search\";\n\nimport { SettingsIcon } from \"./Settings\";\nexport * from \"./Settings\";\n\nimport { SubtractIcon } from \"./Subtract\";\nexport * from \"./Subtract\";\n\nimport { UserGroupIcon } from \"./UserGroup\";\nexport * from \"./UserGroup\";\n\nimport { UserIcon } from \"./User\";\nexport * from \"./User\";\n\nexport const iconDictionary = {\n \"add-circle\": AddCircleIcon,\n add: AddIcon,\n \"alert-circle-filled\": AlertCircleFilledIcon,\n \"alert-circle\": AlertCircleIcon,\n \"alert-triangle-filled\": AlertTriangleFilledIcon,\n anchor: AnchorIcon,\n \"arrow-down\": ArrowDownIcon,\n \"arrow-left\": ArrowLeftIcon,\n \"arrow-right\": ArrowRightIcon,\n \"arrow-up-down\": ArrowUpDownIcon,\n \"arrow-up\": ArrowUpIcon,\n calendar: CalendarIcon,\n \"check-circle-filled\": CheckCircleFilledIcon,\n check: CheckIcon,\n \"chevron-down\": ChevronDownIcon,\n \"chevron-up\": ChevronUpIcon,\n \"close-circle-filled\": CloseCircleFilledIcon,\n close: CloseIcon,\n copy: CopyIcon,\n delete: DeleteIcon,\n download: DownloadIcon,\n \"drag-handle\": DragHandleIcon,\n edit: EditIcon,\n \"external-link\": ExternalLinkIcon,\n \"eye-off\": EyeOffIcon,\n eye: EyeIcon,\n filter: FilterIcon,\n globe: GlobeIcon,\n home: HomeIcon,\n \"information-circle-filled\": InformationCircleFilledIcon,\n \"information-circle\": InformationCircleIcon,\n notification: NotificationIcon,\n \"overflow-vertical\": OverflowVerticalIcon,\n \"question-circle-filled\": QuestionCircleFilledIcon,\n \"question-circle\": QuestionCircleIcon,\n search: SearchIcon,\n settings: SettingsIcon,\n subtract: SubtractIcon,\n \"user-group\": UserGroupIcon,\n user: UserIcon,\n};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;SAISA,a;;SAGAC,O;;SAGAC,qB;;SAGAC,e;;SAGAC,uB;;SAGAC,U;;SAGAC,a;;SAGAC,a;;SAGAC,c;;SAGAC,e;;SAGAC,W;;SAGAC,Y;;SAGAC,qB;;SAGAC,S;;SAGAC,e;;SAGAC,a;;SAGAC,qB;;SAGAC,S;;SAGAC,Q;;SAGAC,U;;SAGAC,Y;;SAGAC,c;;SAGAC,Q;;SAGAC,gB;;SAGAC,U;;SAGAC,O;;SAGAC,U;;SAGAC,S;;SAGAC,Q;;SAGAC,2B;;SAGAC,qB;;SAGAC,gB;;SAGAC,oB;;SAGAC,wB;;SAGAC,kB;;SAGAC,U;;SAGAC,Y;;SAGAC,Y;;SAGAC,a;;SAGAC,Q;;AAGT,OAAO,MAAMC,cAAc,GAAG;EAC5B,cAAcxC,aADc;EAE5ByC,GAAG,EAAExC,OAFuB;EAG5B,uBAAuBC,qBAHK;EAI5B,gBAAgBC,eAJY;EAK5B,yBAAyBC,uBALG;EAM5BsC,MAAM,EAAErC,UANoB;EAO5B,cAAcC,aAPc;EAQ5B,cAAcC,aARc;EAS5B,eAAeC,cATa;EAU5B,iBAAiBC,eAVW;EAW5B,YAAYC,WAXgB;EAY5BiC,QAAQ,EAAEhC,YAZkB;EAa5B,uBAAuBC,qBAbK;EAc5BgC,KAAK,EAAE/B,SAdqB;EAe5B,gBAAgBC,eAfY;EAgB5B,cAAcC,aAhBc;EAiB5B,uBAAuBC,qBAjBK;EAkB5B6B,KAAK,EAAE5B,SAlBqB;EAmB5B6B,IAAI,EAAE5B,QAnBsB;EAoB5B6B,MAAM,EAAE5B,UApBoB;EAqB5B6B,QAAQ,EAAE5B,YArBkB;EAsB5B,eAAeC,cAtBa;EAuB5B4B,IAAI,EAAE3B,QAvBsB;EAwB5B,iBAAiBC,gBAxBW;EAyB5B,WAAWC,UAzBiB;EA0B5B0B,GAAG,EAAEzB,OA1BuB;EA2B5B0B,MAAM,EAAEzB,UA3BoB;EA4B5B0B,KAAK,EAAEzB,SA5BqB;EA6B5B0B,IAAI,EAAEzB,QA7BsB;EA8B5B,6BAA6BC,2BA9BD;EA+B5B,sBAAsBC,qBA/BM;EAgC5BwB,YAAY,EAAEvB,gBAhCc;EAiC5B,qBAAqBC,oBAjCO;EAkC5B,0BAA0BC,wBAlCE;EAmC5B,mBAAmBC,kBAnCS;EAoC5BqB,MAAM,EAAEpB,UApCoB;EAqC5BqB,QAAQ,EAAEpB,YArCkB;EAsC5BqB,QAAQ,EAAEpB,YAtCkB;EAuC5B,cAAcC,aAvCc;EAwC5BoB,IAAI,EAAEnB;AAxCsB,CAAvB"}
1
+ {"version":3,"file":"index.js","names":["AddCircleIcon","AddIcon","AlertCircleFilledIcon","AlertCircleIcon","AlertTriangleFilledIcon","AnchorIcon","ArrowDownIcon","ArrowLeftIcon","ArrowRightIcon","ArrowUpDownIcon","ArrowUpIcon","CalendarIcon","CheckCircleFilledIcon","CheckIcon","ChevronDownIcon","ChevronUpIcon","CloseCircleFilledIcon","CloseIcon","CopyIcon","DeleteIcon","DownloadIcon","DragHandleIcon","EditIcon","ExternalLinkIcon","EyeOffIcon","EyeIcon","FilterIcon","GlobeIcon","HomeIcon","InformationCircleFilledIcon","InformationCircleIcon","NotificationIcon","OverflowVerticalIcon","QuestionCircleFilledIcon","QuestionCircleIcon","SearchIcon","SettingsIcon","SubtractIcon","UserGroupIcon","UserIcon","iconDictionary","add","anchor","calendar","check","close","copy","delete","download","edit","eye","filter","globe","home","notification","search","settings","subtract","user"],"sources":["../../src/iconDictionary/index.ts"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// This file used to be generated, but now that's not possible. We need to maintain this file by-hand when icons are added.\n\nimport { AddCircleIcon } from \"./AddCircle\";\nexport * from \"./AddCircle\";\n\nimport { AddIcon } from \"./Add\";\nexport * from \"./Add\";\n\nimport { AlertCircleFilledIcon } from \"./AlertCircleFilled\";\nexport * from \"./AlertCircleFilled\";\n\nimport { AlertCircleIcon } from \"./AlertCircle\";\nexport * from \"./AlertCircle\";\n\nimport { AlertTriangleFilledIcon } from \"./AlertTriangleFilled\";\nexport * from \"./AlertTriangleFilled\";\n\nimport { AnchorIcon } from \"./Anchor\";\nexport * from \"./Anchor\";\n\nimport { ArrowDownIcon } from \"./ArrowDown\";\nexport * from \"./ArrowDown\";\n\nimport { ArrowLeftIcon } from \"./ArrowLeft\";\nexport * from \"./ArrowLeft\";\n\nimport { ArrowRightIcon } from \"./ArrowRight\";\nexport * from \"./ArrowRight\";\n\nimport { ArrowUpDownIcon } from \"./ArrowUpDown\";\nexport * from \"./ArrowUpDown\";\n\nimport { ArrowUpIcon } from \"./ArrowUp\";\nexport * from \"./ArrowUp\";\n\nimport { CalendarIcon } from \"./Calendar\";\nexport * from \"./Calendar\";\n\nimport { CheckCircleFilledIcon } from \"./CheckCircleFilled\";\nexport * from \"./CheckCircleFilled\";\n\nimport { CheckIcon } from \"./Check\";\nexport * from \"./Check\";\n\nimport { ChevronDownIcon } from \"./ChevronDown\";\nexport * from \"./ChevronDown\";\n\nimport { ChevronUpIcon } from \"./ChevronUp\";\nexport * from \"./ChevronUp\";\n\nimport { CloseCircleFilledIcon } from \"./CloseCircleFilled\";\nexport * from \"./CloseCircleFilled\";\n\nimport { CloseIcon } from \"./Close\";\nexport * from \"./Close\";\n\nimport { CopyIcon } from \"./Copy\";\nexport * from \"./Copy\";\n\nimport { DeleteIcon } from \"./Delete\";\nexport * from \"./Delete\";\n\nimport { DownloadIcon } from \"./Download\";\nexport * from \"./Download\";\n\nimport { DragHandleIcon } from \"./DragHandle\";\nexport * from \"./DragHandle\";\n\nimport { EditIcon } from \"./Edit\";\nexport * from \"./Edit\";\n\nimport { ExternalLinkIcon } from \"./ExternalLink\";\nexport * from \"./ExternalLink\";\n\nimport { EyeOffIcon } from \"./EyeOff\";\nexport * from \"./EyeOff\";\n\nimport { EyeIcon } from \"./Eye\";\nexport * from \"./Eye\";\n\nimport { FilterIcon } from \"./Filter\";\nexport * from \"./Filter\";\n\nimport { GlobeIcon } from \"./Globe\";\nexport * from \"./Globe\";\n\nimport { HomeIcon } from \"./Home\";\nexport * from \"./Home\";\n\nimport { InformationCircleFilledIcon } from \"./InformationCircleFilled\";\nexport * from \"./InformationCircleFilled\";\n\nimport { InformationCircleIcon } from \"./InformationCircle\";\nexport * from \"./InformationCircle\";\n\nimport { NotificationIcon } from \"./Notification\";\nexport * from \"./Notification\";\n\nimport { OverflowVerticalIcon } from \"./OverflowVertical\";\nexport * from \"./OverflowVertical\";\n\nimport { QuestionCircleFilledIcon } from \"./QuestionCircleFilled\";\nexport * from \"./QuestionCircleFilled\";\n\nimport { QuestionCircleIcon } from \"./QuestionCircle\";\nexport * from \"./QuestionCircle\";\n\nimport { SearchIcon } from \"./Search\";\nexport * from \"./Search\";\n\nimport { SettingsIcon } from \"./Settings\";\nexport * from \"./Settings\";\n\nimport { SubtractIcon } from \"./Subtract\";\nexport * from \"./Subtract\";\n\nimport { UserGroupIcon } from \"./UserGroup\";\nexport * from \"./UserGroup\";\n\nimport { UserIcon } from \"./User\";\nexport * from \"./User\";\n\nexport const iconDictionary = {\n \"add-circle\": AddCircleIcon,\n add: AddIcon,\n \"alert-circle-filled\": AlertCircleFilledIcon,\n \"alert-circle\": AlertCircleIcon,\n \"alert-triangle-filled\": AlertTriangleFilledIcon,\n anchor: AnchorIcon,\n \"arrow-down\": ArrowDownIcon,\n \"arrow-left\": ArrowLeftIcon,\n \"arrow-right\": ArrowRightIcon,\n \"arrow-up-down\": ArrowUpDownIcon,\n \"arrow-up\": ArrowUpIcon,\n calendar: CalendarIcon,\n \"check-circle-filled\": CheckCircleFilledIcon,\n check: CheckIcon,\n \"chevron-down\": ChevronDownIcon,\n \"chevron-up\": ChevronUpIcon,\n \"close-circle-filled\": CloseCircleFilledIcon,\n close: CloseIcon,\n copy: CopyIcon,\n delete: DeleteIcon,\n download: DownloadIcon,\n \"drag-handle\": DragHandleIcon,\n edit: EditIcon,\n \"external-link\": ExternalLinkIcon,\n \"eye-off\": EyeOffIcon,\n eye: EyeIcon,\n filter: FilterIcon,\n globe: GlobeIcon,\n home: HomeIcon,\n \"information-circle-filled\": InformationCircleFilledIcon,\n \"information-circle\": InformationCircleIcon,\n notification: NotificationIcon,\n \"overflow-vertical\": OverflowVerticalIcon,\n \"question-circle-filled\": QuestionCircleFilledIcon,\n \"question-circle\": QuestionCircleIcon,\n search: SearchIcon,\n settings: SettingsIcon,\n subtract: SubtractIcon,\n \"user-group\": UserGroupIcon,\n user: UserIcon,\n};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAVA,SAcSA,aAAa;AAAA;AAAA,SAGbC,OAAO;AAAA;AAAA,SAGPC,qBAAqB;AAAA;AAAA,SAGrBC,eAAe;AAAA;AAAA,SAGfC,uBAAuB;AAAA;AAAA,SAGvBC,UAAU;AAAA;AAAA,SAGVC,aAAa;AAAA;AAAA,SAGbC,aAAa;AAAA;AAAA,SAGbC,cAAc;AAAA;AAAA,SAGdC,eAAe;AAAA;AAAA,SAGfC,WAAW;AAAA;AAAA,SAGXC,YAAY;AAAA;AAAA,SAGZC,qBAAqB;AAAA;AAAA,SAGrBC,SAAS;AAAA;AAAA,SAGTC,eAAe;AAAA;AAAA,SAGfC,aAAa;AAAA;AAAA,SAGbC,qBAAqB;AAAA;AAAA,SAGrBC,SAAS;AAAA;AAAA,SAGTC,QAAQ;AAAA;AAAA,SAGRC,UAAU;AAAA;AAAA,SAGVC,YAAY;AAAA;AAAA,SAGZC,cAAc;AAAA;AAAA,SAGdC,QAAQ;AAAA;AAAA,SAGRC,gBAAgB;AAAA;AAAA,SAGhBC,UAAU;AAAA;AAAA,SAGVC,OAAO;AAAA;AAAA,SAGPC,UAAU;AAAA;AAAA,SAGVC,SAAS;AAAA;AAAA,SAGTC,QAAQ;AAAA;AAAA,SAGRC,2BAA2B;AAAA;AAAA,SAG3BC,qBAAqB;AAAA;AAAA,SAGrBC,gBAAgB;AAAA;AAAA,SAGhBC,oBAAoB;AAAA;AAAA,SAGpBC,wBAAwB;AAAA;AAAA,SAGxBC,kBAAkB;AAAA;AAAA,SAGlBC,UAAU;AAAA;AAAA,SAGVC,YAAY;AAAA;AAAA,SAGZC,YAAY;AAAA;AAAA,SAGZC,aAAa;AAAA;AAAA,SAGbC,QAAQ;AAAA;AAGjB,OAAO,MAAMC,cAAc,GAAG;EAC5B,YAAY,EAAExC,aAAa;EAC3ByC,GAAG,EAAExC,OAAO;EACZ,qBAAqB,EAAEC,qBAAqB;EAC5C,cAAc,EAAEC,eAAe;EAC/B,uBAAuB,EAAEC,uBAAuB;EAChDsC,MAAM,EAAErC,UAAU;EAClB,YAAY,EAAEC,aAAa;EAC3B,YAAY,EAAEC,aAAa;EAC3B,aAAa,EAAEC,cAAc;EAC7B,eAAe,EAAEC,eAAe;EAChC,UAAU,EAAEC,WAAW;EACvBiC,QAAQ,EAAEhC,YAAY;EACtB,qBAAqB,EAAEC,qBAAqB;EAC5CgC,KAAK,EAAE/B,SAAS;EAChB,cAAc,EAAEC,eAAe;EAC/B,YAAY,EAAEC,aAAa;EAC3B,qBAAqB,EAAEC,qBAAqB;EAC5C6B,KAAK,EAAE5B,SAAS;EAChB6B,IAAI,EAAE5B,QAAQ;EACd6B,MAAM,EAAE5B,UAAU;EAClB6B,QAAQ,EAAE5B,YAAY;EACtB,aAAa,EAAEC,cAAc;EAC7B4B,IAAI,EAAE3B,QAAQ;EACd,eAAe,EAAEC,gBAAgB;EACjC,SAAS,EAAEC,UAAU;EACrB0B,GAAG,EAAEzB,OAAO;EACZ0B,MAAM,EAAEzB,UAAU;EAClB0B,KAAK,EAAEzB,SAAS;EAChB0B,IAAI,EAAEzB,QAAQ;EACd,2BAA2B,EAAEC,2BAA2B;EACxD,oBAAoB,EAAEC,qBAAqB;EAC3CwB,YAAY,EAAEvB,gBAAgB;EAC9B,mBAAmB,EAAEC,oBAAoB;EACzC,wBAAwB,EAAEC,wBAAwB;EAClD,iBAAiB,EAAEC,kBAAkB;EACrCqB,MAAM,EAAEpB,UAAU;EAClBqB,QAAQ,EAAEpB,YAAY;EACtBqB,QAAQ,EAAEpB,YAAY;EACtB,YAAY,EAAEC,aAAa;EAC3BoB,IAAI,EAAEnB;AACR,CAAC"}
package/dist/index.js CHANGED
@@ -9,8 +9,8 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- export { Alert, AlertTitle, Box, Chip, createTheme, CssBaseline, Dialog, DialogActions, DialogContent, DialogContentText, DialogTitle, Divider, FormControl, FormControlLabel, FormGroup, FormHelperText, FormLabel, IconButton, InputAdornment, InputBase, InputLabel, List, ListItem, ListItemIcon, ListItemText, ListSubheader, Menu, MenuList, Paper, ScopedCssBaseline, Select, Snackbar, Stack, SvgIcon, Tab, Table, TableBody, TableCell, TableContainer, TableHead, TableRow, TableSortLabel, ThemeProvider as MuiThemeProvider, Tooltip, Typography } from "@mui/material";
13
- export { TabContext, TabList, TabPanel } from "@mui/lab";
12
+
13
+ export { Alert, AlertTitle, Box, Chip, createTheme, CssBaseline, DialogContentText, Divider, FormControl, FormControlLabel, FormGroup, FormHelperText, FormLabel, IconButton, InputAdornment, InputBase, InputLabel, List, ListItem, ListItemIcon, ListItemText, ListSubheader, Menu, MenuList, Paper, ScopedCssBaseline, Snackbar, Stack, SvgIcon, Table, TableBody, TableCell, TableContainer, TableHead, TableRow, TableSortLabel, ThemeProvider as MuiThemeProvider, Typography } from "@mui/material";
14
14
  export { default as FavoriteIcon } from "@mui/icons-material/Favorite";
15
15
  export { deepmerge, visuallyHidden } from "@mui/utils";
16
16
  export * from "./Autocomplete.js";
@@ -20,27 +20,34 @@ export * from "./Checkbox.js";
20
20
  export * from "./CheckboxGroup.js";
21
21
  export * from "./CircularProgress.js";
22
22
  export * from "./createUniqueId.js";
23
- export * from "./FieldError.js";
24
- export * from "./FieldHint.js";
25
- export * from "./FieldLabel.js";
23
+ export * from "./Dialog.js";
24
+ export * from "./Fieldset.js";
25
+ export * from "./Form.js";
26
26
  export * from "./Icon.js";
27
27
  export * from "./iconDictionary/index.js";
28
28
  export * from "./Infobox.js";
29
29
  export * from "./Link.js";
30
30
  export * from "./MenuButton.js";
31
31
  export * from "./MenuItem.js";
32
+ export * from "./NativeSelect.js";
32
33
  export * from "./OdysseyCacheProvider.js";
34
+ export * from "./OdysseyProvider.js";
33
35
  export * from "./OdysseyThemeProvider.js";
36
+ export * from "./OdysseyTranslationProvider.js";
34
37
  export * from "./PasswordField.js";
35
38
  export * from "./Radio.js";
36
39
  export * from "./RadioGroup.js";
37
40
  export * from "./ScreenReaderText.js";
38
41
  export * from "./SearchField.js";
42
+ export * from "./Select.js";
39
43
  export * from "./Status.js";
44
+ export * from "./Tabs.js";
40
45
  export * from "./Tag.js";
41
46
  export * from "./TagList.js";
42
47
  export * from "./TextField.js";
43
48
  export * from "./theme/index.js";
44
- export * from "./ThemeProvider.js";
49
+ export * from "./Tooltip.js";
50
+ export * from "./Toast.js";
51
+ export * from "./ToastStack.js";
45
52
  export * from "./useUniqueId.js";
46
53
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["Alert","AlertTitle","Box","Chip","createTheme","CssBaseline","Dialog","DialogActions","DialogContent","DialogContentText","DialogTitle","Divider","FormControl","FormControlLabel","FormGroup","FormHelperText","FormLabel","IconButton","InputAdornment","InputBase","InputLabel","List","ListItem","ListItemIcon","ListItemText","ListSubheader","Menu","MenuList","Paper","ScopedCssBaseline","Select","Snackbar","Stack","SvgIcon","Tab","Table","TableBody","TableCell","TableContainer","TableHead","TableRow","TableSortLabel","ThemeProvider","MuiThemeProvider","Tooltip","Typography","TabContext","TabList","TabPanel","default","FavoriteIcon","deepmerge","visuallyHidden"],"sources":["../src/index.ts"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nexport {\n Alert,\n AlertTitle,\n Box,\n Chip,\n createTheme,\n CssBaseline,\n Dialog,\n DialogActions,\n DialogContent,\n DialogContentText,\n DialogTitle,\n Divider,\n FormControl,\n FormControlLabel,\n FormGroup,\n FormHelperText,\n FormLabel,\n IconButton,\n /** @deprecated Will be removed in a future Odyssey version. Please switch to `TextField`. */\n InputAdornment,\n /** @deprecated Will be removed in a future Odyssey version. Please switch to `TextField`. */\n InputBase,\n /** @deprecated Will be removed in a future Odyssey version. Please switch to `TextField`. */\n InputLabel,\n List,\n ListItem,\n ListItemIcon,\n ListItemText,\n ListSubheader,\n Menu,\n MenuList,\n Paper,\n ScopedCssBaseline,\n Select,\n Snackbar,\n Stack,\n SvgIcon,\n Tab,\n Table,\n TableBody,\n TableCell,\n TableContainer,\n TableHead,\n TableRow,\n TableSortLabel,\n ThemeProvider as MuiThemeProvider,\n Tooltip,\n Typography,\n} from \"@mui/material\";\n\nexport type {\n AlertProps,\n AlertTitleProps,\n BoxProps,\n ChipProps,\n CssBaselineProps,\n DialogProps,\n DialogActionsProps,\n DialogContentProps,\n DialogContentTextProps,\n DialogTitleProps,\n DividerProps,\n FormControlLabelProps,\n FormControlProps,\n FormGroupProps,\n FormHelperTextProps,\n FormLabelProps,\n IconButtonProps,\n /** @deprecated Will be removed in a future Odyssey version. Please switch to `TextFieldProps`. */\n InputAdornmentProps,\n /** @deprecated Will be removed in a future Odyssey version. Please switch to `TextFieldProps`. */\n InputBaseProps,\n /** @deprecated Will be removed in a future Odyssey version. Please switch to `TextFieldProps`. */\n InputLabelProps,\n ListProps,\n ListItemProps,\n ListItemIconProps,\n ListItemTextProps,\n ListSubheaderProps,\n MenuProps,\n MenuListProps,\n PaperProps,\n ScopedCssBaselineProps,\n SelectChangeEvent,\n SelectProps,\n SnackbarProps,\n StackProps,\n SvgIconProps,\n TabProps,\n TableBodyProps,\n TableCellProps,\n TableContainerProps,\n TableHeadProps,\n TableProps,\n TableRowProps,\n TableSortLabelProps,\n ThemeOptions,\n TooltipProps,\n TypographyProps,\n} from \"@mui/material\";\n\nexport { TabContext, TabList, TabPanel } from \"@mui/lab\";\n\nexport type { TabContextProps, TabListProps, TabPanelProps } from \"@mui/lab\";\n\nexport { default as FavoriteIcon } from \"@mui/icons-material/Favorite\";\n\nexport { deepmerge, visuallyHidden } from \"@mui/utils\";\n\nexport * from \"./Autocomplete\";\nexport * from \"./Banner\";\nexport * from \"./Button\";\nexport * from \"./Checkbox\";\nexport * from \"./CheckboxGroup\";\nexport * from \"./CircularProgress\";\nexport * from \"./createUniqueId\";\nexport * from \"./FieldError\";\nexport * from \"./FieldHint\";\nexport * from \"./FieldLabel\";\nexport * from \"./Icon\";\nexport * from \"./iconDictionary\";\nexport * from \"./Infobox\";\nexport * from \"./Link\";\nexport * from \"./MenuButton\";\nexport * from \"./MenuItem\";\nexport * from \"./OdysseyCacheProvider\";\nexport * from \"./OdysseyThemeProvider\";\nexport * from \"./PasswordField\";\nexport * from \"./Radio\";\nexport * from \"./RadioGroup\";\nexport * from \"./ScreenReaderText\";\nexport * from \"./SearchField\";\nexport * from \"./Status\";\nexport * from \"./Tag\";\nexport * from \"./TagList\";\nexport * from \"./TextField\";\nexport * from \"./theme\";\nexport * from \"./ThemeProvider\";\nexport * from \"./useUniqueId\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA,SACEA,KADF,EAEEC,UAFF,EAGEC,GAHF,EAIEC,IAJF,EAKEC,WALF,EAMEC,WANF,EAOEC,MAPF,EAQEC,aARF,EASEC,aATF,EAUEC,iBAVF,EAWEC,WAXF,EAYEC,OAZF,EAaEC,WAbF,EAcEC,gBAdF,EAeEC,SAfF,EAgBEC,cAhBF,EAiBEC,SAjBF,EAkBEC,UAlBF,EAoBEC,cApBF,EAsBEC,SAtBF,EAwBEC,UAxBF,EAyBEC,IAzBF,EA0BEC,QA1BF,EA2BEC,YA3BF,EA4BEC,YA5BF,EA6BEC,aA7BF,EA8BEC,IA9BF,EA+BEC,QA/BF,EAgCEC,KAhCF,EAiCEC,iBAjCF,EAkCEC,MAlCF,EAmCEC,QAnCF,EAoCEC,KApCF,EAqCEC,OArCF,EAsCEC,GAtCF,EAuCEC,KAvCF,EAwCEC,SAxCF,EAyCEC,SAzCF,EA0CEC,cA1CF,EA2CEC,SA3CF,EA4CEC,QA5CF,EA6CEC,cA7CF,EA8CEC,aAAa,IAAIC,gBA9CnB,EA+CEC,OA/CF,EAgDEC,UAhDF,QAiDO,eAjDP;AAsGA,SAASC,UAAT,EAAqBC,OAArB,EAA8BC,QAA9B,QAA8C,UAA9C;AAIA,SAASC,OAAO,IAAIC,YAApB,QAAwC,8BAAxC;AAEA,SAASC,SAAT,EAAoBC,cAApB,QAA0C,YAA1C"}
1
+ {"version":3,"file":"index.js","names":["Alert","AlertTitle","Box","Chip","createTheme","CssBaseline","DialogContentText","Divider","FormControl","FormControlLabel","FormGroup","FormHelperText","FormLabel","IconButton","InputAdornment","InputBase","InputLabel","List","ListItem","ListItemIcon","ListItemText","ListSubheader","Menu","MenuList","Paper","ScopedCssBaseline","Snackbar","Stack","SvgIcon","Table","TableBody","TableCell","TableContainer","TableHead","TableRow","TableSortLabel","ThemeProvider","MuiThemeProvider","Typography","default","FavoriteIcon","deepmerge","visuallyHidden"],"sources":["../src/index.ts"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nexport {\n Alert,\n AlertTitle,\n Box,\n Chip,\n createTheme,\n CssBaseline,\n DialogContentText,\n Divider,\n FormControl,\n FormControlLabel,\n FormGroup,\n FormHelperText,\n FormLabel,\n IconButton,\n /** @deprecated Will be removed in a future Odyssey version. Please switch to `TextField`. */\n InputAdornment,\n /** @deprecated Will be removed in a future Odyssey version. Please switch to `TextField`. */\n InputBase,\n /** @deprecated Will be removed in a future Odyssey version. Please switch to `TextField`. */\n InputLabel,\n List,\n ListItem,\n ListItemIcon,\n ListItemText,\n ListSubheader,\n Menu,\n MenuList,\n Paper,\n ScopedCssBaseline,\n Snackbar,\n Stack,\n SvgIcon,\n Table,\n TableBody,\n TableCell,\n TableContainer,\n TableHead,\n TableRow,\n TableSortLabel,\n ThemeProvider as MuiThemeProvider,\n Typography,\n} from \"@mui/material\";\n\nexport type {\n AlertProps,\n AlertTitleProps,\n BoxProps,\n ChipProps,\n CssBaselineProps,\n DividerProps,\n FormControlLabelProps,\n FormControlProps,\n FormGroupProps,\n FormHelperTextProps,\n FormLabelProps,\n IconButtonProps,\n /** @deprecated Will be removed in a future Odyssey version. Please switch to `TextFieldProps`. */\n InputAdornmentProps,\n /** @deprecated Will be removed in a future Odyssey version. Please switch to `TextFieldProps`. */\n InputBaseProps,\n /** @deprecated Will be removed in a future Odyssey version. Please switch to `TextFieldProps`. */\n InputLabelProps,\n ListProps,\n ListItemProps,\n ListItemIconProps,\n ListItemTextProps,\n ListSubheaderProps,\n MenuProps,\n MenuListProps,\n PaperProps,\n ScopedCssBaselineProps,\n SelectChangeEvent,\n SnackbarProps,\n StackProps,\n SvgIconProps,\n TableBodyProps,\n TableCellProps,\n TableContainerProps,\n TableHeadProps,\n TableProps,\n TableRowProps,\n TableSortLabelProps,\n ThemeOptions,\n TypographyProps,\n} from \"@mui/material\";\n\nexport { default as FavoriteIcon } from \"@mui/icons-material/Favorite\";\n\nexport { deepmerge, visuallyHidden } from \"@mui/utils\";\n\nexport * from \"./Autocomplete\";\nexport * from \"./Banner\";\nexport * from \"./Button\";\nexport * from \"./Checkbox\";\nexport * from \"./CheckboxGroup\";\nexport * from \"./CircularProgress\";\nexport * from \"./createUniqueId\";\nexport * from \"./Dialog\";\nexport * from \"./Fieldset\";\nexport * from \"./Form\";\nexport * from \"./Icon\";\nexport * from \"./iconDictionary\";\nexport * from \"./Infobox\";\nexport * from \"./Link\";\nexport * from \"./MenuButton\";\nexport * from \"./MenuItem\";\nexport * from \"./NativeSelect\";\nexport * from \"./OdysseyCacheProvider\";\nexport * from \"./OdysseyProvider\";\nexport * from \"./OdysseyThemeProvider\";\nexport * from \"./OdysseyTranslationProvider\";\nexport * from \"./PasswordField\";\nexport * from \"./Radio\";\nexport * from \"./RadioGroup\";\nexport * from \"./ScreenReaderText\";\nexport * from \"./SearchField\";\nexport * from \"./Select\";\nexport * from \"./Status\";\nexport * from \"./Tabs\";\nexport * from \"./Tag\";\nexport * from \"./TagList\";\nexport * from \"./TextField\";\nexport * from \"./theme\";\nexport * from \"./Tooltip\";\nexport * from \"./Toast\";\nexport * from \"./ToastStack\";\nexport * from \"./useUniqueId\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SACEA,KAAK,EACLC,UAAU,EACVC,GAAG,EACHC,IAAI,EACJC,WAAW,EACXC,WAAW,EACXC,iBAAiB,EACjBC,OAAO,EACPC,WAAW,EACXC,gBAAgB,EAChBC,SAAS,EACTC,cAAc,EACdC,SAAS,EACTC,UAAU,EAEVC,cAAc,EAEdC,SAAS,EAETC,UAAU,EACVC,IAAI,EACJC,QAAQ,EACRC,YAAY,EACZC,YAAY,EACZC,aAAa,EACbC,IAAI,EACJC,QAAQ,EACRC,KAAK,EACLC,iBAAiB,EACjBC,QAAQ,EACRC,KAAK,EACLC,OAAO,EACPC,KAAK,EACLC,SAAS,EACTC,SAAS,EACTC,cAAc,EACdC,SAAS,EACTC,QAAQ,EACRC,cAAc,EACdC,aAAa,IAAIC,gBAAgB,EACjCC,UAAU,QACL,eAAe;AA6CtB,SAASC,OAAO,IAAIC,YAAY,QAAQ,8BAA8B;AAEtE,SAASC,SAAS,EAAEC,cAAc,QAAQ,YAAY;AAAC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA"}
@@ -0,0 +1,11 @@
1
+ export const translation = {
2
+ "fielderror.screenreader.text": "Error",
3
+ "fieldlabel.optional.text": "Optional",
4
+ "fieldlabel.required.text": "Required",
5
+ "severity.success": "success",
6
+ "severity.warning": "warning",
7
+ "severity.info": "info",
8
+ "severity.error": "error",
9
+ "toast.close.text": "close"
10
+ };
11
+ //# sourceMappingURL=odyssey-react-mui.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui.ts"],"sourcesContent":["export const translation = {\"fielderror.screenreader.text\":\"Error\",\"fieldlabel.optional.text\":\"Optional\",\"fieldlabel.required.text\":\"Required\",\"severity.success\":\"success\",\"severity.warning\":\"warning\",\"severity.info\":\"info\",\"severity.error\":\"error\",\"toast.close.text\":\"close\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,OAAO;EAAC,0BAA0B,EAAC,UAAU;EAAC,0BAA0B,EAAC,UAAU;EAAC,kBAAkB,EAAC,SAAS;EAAC,kBAAkB,EAAC,SAAS;EAAC,eAAe,EAAC,MAAM;EAAC,gBAAgB,EAAC,OAAO;EAAC,kBAAkB,EAAC;AAAO,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_cs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_cs.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_cs.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_da.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_da.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_da.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_de.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_de.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_de.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_el.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_el.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_el.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_es.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_es.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_fi.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_fi.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_fi.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_fr.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_fr.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_fr.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_hu.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_hu.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_hu.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_id.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_id.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_id.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_it.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_it.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_it.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_ja.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_ja.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ja.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_ko.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_ko.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ko.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_ms.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_ms.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ms.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_nb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_nb.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_nb.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_nl-NL.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_nl-NL.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_nl-NL.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_pl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_pl.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_pl.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_pt-BR.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_pt-BR.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_pt-BR.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_ro.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_ro.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ro.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_ru.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_ru.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ru.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_sv.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_sv.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_sv.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_th.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_th.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_th.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_tr.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_tr.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_tr.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_uk.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_uk.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_uk.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_zh-CN.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_zh-CN.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_zh-CN.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const translation = {};
2
+ //# sourceMappingURL=odyssey-react-mui_zh-TW.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_zh-TW.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_zh-TW.ts"],"sourcesContent":["export const translation = {};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,CAAC,CAAC"}
@@ -19,9 +19,10 @@ export type AutocompleteProps<OptionType, HasMultipleChoices extends boolean | u
19
19
  isReadOnly?: MuiAutocompleteProps<OptionType, HasMultipleChoices, undefined, IsCustomValueAllowed>["readOnly"];
20
20
  label: string;
21
21
  onChange?: MuiAutocompleteProps<OptionType, HasMultipleChoices, undefined, IsCustomValueAllowed>["onChange"];
22
+ onInputChange?: MuiAutocompleteProps<OptionType, HasMultipleChoices, undefined, IsCustomValueAllowed>["onInputChange"];
22
23
  options: MuiAutocompleteProps<OptionType, HasMultipleChoices, undefined, IsCustomValueAllowed>["options"];
23
24
  value?: MuiAutocompleteProps<OptionType, HasMultipleChoices, undefined, IsCustomValueAllowed>["value"];
24
25
  };
25
- declare const MemoizedAutocomplete: <OptionType, HasMultipleChoices extends boolean | undefined, IsCustomValueAllowed extends boolean | undefined>({ isCustomValueAllowed, hasMultipleChoices, isDisabled, isLoading, isReadOnly, hint, label, onChange, options, value, }: AutocompleteProps<OptionType, HasMultipleChoices, IsCustomValueAllowed>) => JSX.Element;
26
+ declare const MemoizedAutocomplete: <OptionType, HasMultipleChoices extends boolean | undefined, IsCustomValueAllowed extends boolean | undefined>({ isCustomValueAllowed, hasMultipleChoices, isDisabled, isLoading, isReadOnly, hint, label, onChange, onInputChange, options, value, }: AutocompleteProps<OptionType, HasMultipleChoices, IsCustomValueAllowed>) => JSX.Element;
26
27
  export { MemoizedAutocomplete as Autocomplete };
27
28
  //# sourceMappingURL=Autocomplete.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../src/Autocomplete.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAEL,iBAAiB,IAAI,oBAAoB,EAE1C,MAAM,eAAe,CAAC;AAKvB,MAAM,MAAM,iBAAiB,CAC3B,UAAU,EACV,kBAAkB,SAAS,OAAO,GAAG,SAAS,EAC9C,oBAAoB,SAAS,OAAO,GAAG,SAAS,IAC9C;IACF,kBAAkB,CAAC,EAAE,oBAAoB,CACvC,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,UAAU,CAAC,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,oBAAoB,CAAC,EAAE,oBAAoB,CACzC,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,UAAU,CAAC,CAAC;IACd,UAAU,CAAC,EAAE,oBAAoB,CAC/B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,UAAU,CAAC,CAAC;IACd,SAAS,CAAC,EAAE,oBAAoB,CAC9B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,SAAS,CAAC,CAAC;IACb,UAAU,CAAC,EAAE,oBAAoB,CAC/B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,UAAU,CAAC,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,oBAAoB,CAC7B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,UAAU,CAAC,CAAC;IACd,OAAO,EAAE,oBAAoB,CAC3B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,SAAS,CAAC,CAAC;IACb,KAAK,CAAC,EAAE,oBAAoB,CAC1B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,OAAO,CAAC,CAAC;CACZ,CAAC;AAqDF,QAAA,MAAM,oBAAoB,iUAA4C,CAAC;AAEvE,OAAO,EAAE,oBAAoB,IAAI,YAAY,EAAE,CAAC"}
1
+ {"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../src/Autocomplete.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAEL,iBAAiB,IAAI,oBAAoB,EAE1C,MAAM,eAAe,CAAC;AAKvB,MAAM,MAAM,iBAAiB,CAC3B,UAAU,EACV,kBAAkB,SAAS,OAAO,GAAG,SAAS,EAC9C,oBAAoB,SAAS,OAAO,GAAG,SAAS,IAC9C;IACF,kBAAkB,CAAC,EAAE,oBAAoB,CACvC,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,UAAU,CAAC,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,oBAAoB,CAAC,EAAE,oBAAoB,CACzC,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,UAAU,CAAC,CAAC;IACd,UAAU,CAAC,EAAE,oBAAoB,CAC/B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,UAAU,CAAC,CAAC;IACd,SAAS,CAAC,EAAE,oBAAoB,CAC9B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,SAAS,CAAC,CAAC;IACb,UAAU,CAAC,EAAE,oBAAoB,CAC/B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,UAAU,CAAC,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,oBAAoB,CAC7B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,UAAU,CAAC,CAAC;IACd,aAAa,CAAC,EAAE,oBAAoB,CAClC,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,eAAe,CAAC,CAAC;IACnB,OAAO,EAAE,oBAAoB,CAC3B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,SAAS,CAAC,CAAC;IACb,KAAK,CAAC,EAAE,oBAAoB,CAC1B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,OAAO,CAAC,CAAC;CACZ,CAAC;AAwDF,QAAA,MAAM,oBAAoB,gVAA4C,CAAC;AAEvE,OAAO,EAAE,oBAAoB,IAAI,YAAY,EAAE,CAAC"}
@@ -11,37 +11,37 @@
11
11
  */
12
12
  /// <reference types="react" />
13
13
  import { AlertColor, AlertProps } from "@mui/material";
14
- export interface BannerProps {
14
+ export type BannerProps = {
15
15
  /**
16
- * Determine the color and icon of the alert
17
- */
18
- severity: AlertColor;
19
- /**
20
- * Sets the ARIA role of the alert
21
- * ("status" for something that dynamically updates, "alert" for errors, null for something
22
- * unchanging)
16
+ * If linkUrl is not undefined, this is the text of the link.
17
+ * If left blank, it defaults to "Learn more".
18
+ * Note that linkText does nothing if linkUrl is not defined
23
19
  */
24
- role?: "status" | "alert";
20
+ linkText?: string;
25
21
  /**
26
- * The text content of the alert
22
+ * If defined, the alert will include a link to the URL
27
23
  */
28
- text: string;
24
+ linkUrl?: string;
29
25
  /**
30
26
  * The function that's fired when the user clicks the close button. If undefined,
31
27
  * the close button will not be shown.
32
28
  */
33
29
  onClose?: AlertProps["onClose"];
34
30
  /**
35
- * If defined, the alert will include a link to the URL
31
+ * Sets the ARIA role of the alert
32
+ * ("status" for something that dynamically updates, "alert" for errors, null for something
33
+ * unchanging)
36
34
  */
37
- linkUrl?: string;
35
+ role?: "status" | "alert";
38
36
  /**
39
- * If linkUrl is not undefined, this is the text of the link.
40
- * If left blank, it defaults to "Learn more".
41
- * Note that linkText does nothing if linkUrl is not defined
37
+ * Determine the color and icon of the alert
42
38
  */
43
- linkText?: string;
44
- }
45
- declare const MemoizedBanner: import("react").MemoExoticComponent<({ onClose, severity, role, linkUrl, linkText, text, }: BannerProps) => JSX.Element>;
39
+ severity: AlertColor;
40
+ /**
41
+ * The text content of the alert
42
+ */
43
+ text: string;
44
+ };
45
+ declare const MemoizedBanner: import("react").MemoExoticComponent<({ linkUrl, linkText, onClose, role, severity, text, }: BannerProps) => JSX.Element>;
46
46
  export { MemoizedBanner as Banner };
47
47
  //# sourceMappingURL=Banner.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Banner.d.ts","sourceRoot":"","sources":["../../src/Banner.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAEH,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAIvD,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,QAAQ,EAAE,UAAU,CAAC;IACrB;;;;OAIG;IACH,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC1B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,OAAO,CAAC,EAAE,UAAU,CAAC,SAAS,CAAC,CAAC;IAChC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAqBD,QAAA,MAAM,cAAc,8FAZjB,WAAW,iBAYqB,CAAC;AAEpC,OAAO,EAAE,cAAc,IAAI,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"Banner.d.ts","sourceRoot":"","sources":["../../src/Banner.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAEH,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAKvD,MAAM,MAAM,WAAW,GAAG;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,OAAO,CAAC,EAAE,UAAU,CAAC,SAAS,CAAC,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC1B;;OAEG;IACH,QAAQ,EAAE,UAAU,CAAC;IACrB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAyBF,QAAA,MAAM,cAAc,8FAhBjB,WAAW,iBAgBqB,CAAC;AAEpC,OAAO,EAAE,cAAc,IAAI,MAAM,EAAE,CAAC"}
@@ -9,16 +9,17 @@
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 { ButtonProps as MuiButtonProps } from "@mui/material";
13
+ import { ReactElement } from "react";
14
+ import { Icon } from "./Icon";
14
15
  export type ButtonProps = {
15
- endIcon?: React.ReactNode;
16
+ endIcon?: ReactElement<typeof Icon>;
16
17
  id?: string;
17
18
  isDisabled?: boolean;
18
19
  isFullWidth?: boolean;
19
20
  onClick?: MuiButtonProps["onClick"];
20
21
  size?: MuiButtonProps["size"];
21
- startIcon?: React.ReactNode;
22
+ startIcon?: ReactElement<typeof Icon>;
22
23
  text?: string;
23
24
  /**
24
25
  * `tooltipText` determines the text of the tooltip that wraps the button if it's icon-only.
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../src/Button.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;AAGH,OAAO,KAAK,EAAE,WAAW,IAAI,cAAc,EAAE,MAAM,eAAe,CAAC;AAInE,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC,IAAI,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IAC9B,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,UAAU,CAAC;CAC3D,CAAC;AAyCF,QAAA,MAAM,cAAc,wIA5BjB,WAAW,iBA4BqB,CAAC;AAEpC,OAAO,EAAE,cAAc,IAAI,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../src/Button.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,WAAW,IAAI,cAAc,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAQ,YAAY,EAAuB,MAAM,OAAO,CAAC;AAEhE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAI9B,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,CAAC,EAAE,YAAY,CAAC,OAAO,IAAI,CAAC,CAAC;IACpC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC,IAAI,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IAC9B,SAAS,CAAC,EAAE,YAAY,CAAC,OAAO,IAAI,CAAC,CAAC;IACtC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,UAAU,CAAC;CAC3D,CAAC;AA0DF,QAAA,MAAM,cAAc,wIA7CjB,WAAW,iBA6CqB,CAAC;AAEpC,OAAO,EAAE,cAAc,IAAI,MAAM,EAAE,CAAC"}
@@ -13,16 +13,18 @@ import { ChangeEventHandler } from "react";
13
13
  export type CheckboxProps = {
14
14
  ariaLabel?: string;
15
15
  ariaLabelledBy?: string;
16
+ isInvalid?: boolean;
17
+ isValid?: boolean;
16
18
  isChecked?: boolean;
17
19
  isDefaultChecked?: boolean;
18
20
  isDisabled?: boolean;
19
- hasError?: boolean;
20
21
  isIndeterminate?: boolean;
22
+ isRequired?: boolean;
21
23
  label?: string;
22
24
  name?: string;
23
25
  onChange?: ChangeEventHandler<EventTarget>;
24
26
  value?: string;
25
27
  };
26
- declare const MemoizedCheckbox: import("react").MemoExoticComponent<({ ariaLabel, ariaLabelledBy, isChecked, isDefaultChecked, isDisabled, isIndeterminate, hasError, label, name, onChange, value, }: CheckboxProps) => JSX.Element>;
28
+ declare const MemoizedCheckbox: import("react").MemoExoticComponent<({ ariaLabel, ariaLabelledBy, isInvalid, isValid, isChecked, isDisabled, isIndeterminate, isRequired, label: labelProp, name, onChange, value, }: CheckboxProps) => JSX.Element>;
27
29
  export { MemoizedCheckbox as Checkbox };
28
30
  //# sourceMappingURL=Checkbox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../src/Checkbox.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,EAAE,kBAAkB,EAAQ,MAAM,OAAO,CAAC;AAIjD,MAAM,MAAM,aAAa,GAAG;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAC;IAC3C,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AA8BF,QAAA,MAAM,gBAAgB,yKAhBnB,aAAa,iBAgBuB,CAAC;AAExC,OAAO,EAAE,gBAAgB,IAAI,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../src/Checkbox.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,EAAE,kBAAkB,EAAiB,MAAM,OAAO,CAAC;AAK1D,MAAM,MAAM,aAAa,GAAG;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAC;IAC3C,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAqDF,QAAA,MAAM,gBAAgB,wLAtCnB,aAAa,iBAsCuB,CAAC;AAExC,OAAO,EAAE,gBAAgB,IAAI,QAAQ,EAAE,CAAC"}
@@ -10,15 +10,19 @@
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
12
  import { ReactElement } from "react";
13
- import { Checkbox } from ".";
13
+ import { Checkbox } from "./Checkbox";
14
14
  export type CheckboxGroupProps = {
15
15
  children: ReactElement<typeof Checkbox> | Array<ReactElement<typeof Checkbox>>;
16
16
  errorMessage?: string;
17
17
  hint?: string;
18
+ /**
19
+ * The id of the `input` element. This will also be the input's `name` field.
20
+ */
21
+ id?: string;
18
22
  isDisabled?: boolean;
19
- label?: string;
20
- name?: string;
23
+ isRequired?: boolean;
24
+ label: string;
21
25
  };
22
- declare const MemoizedCheckboxGroup: import("react").MemoExoticComponent<({ children, isDisabled, errorMessage, hint, label, name, }: CheckboxGroupProps) => JSX.Element>;
26
+ declare const MemoizedCheckboxGroup: import("react").MemoExoticComponent<({ children, isDisabled, errorMessage, hint, id: idOverride, isRequired, label, }: CheckboxGroupProps) => JSX.Element>;
23
27
  export { MemoizedCheckboxGroup as CheckboxGroup };
24
28
  //# sourceMappingURL=CheckboxGroup.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../src/CheckboxGroup.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAQ,YAAY,EAAW,MAAM,OAAO,CAAC;AAEpD,OAAO,EACL,QAAQ,EAMT,MAAM,GAAG,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,EACJ,YAAY,CAAC,OAAO,QAAQ,CAAC,GAC7B,KAAK,CAAC,YAAY,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC;IACzC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAsCF,QAAA,MAAM,qBAAqB,mGA7BxB,kBAAkB,iBA6B4B,CAAC;AAElD,OAAO,EAAE,qBAAqB,IAAI,aAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../src/CheckboxGroup.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,EAAQ,YAAY,EAAe,MAAM,OAAO,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,EACJ,YAAY,CAAC,OAAO,QAAQ,CAAC,GAC7B,KAAK,CAAC,YAAY,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC;IACzC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAmCF,QAAA,MAAM,qBAAqB,yHAzBxB,kBAAkB,iBAyB4B,CAAC;AAElD,OAAO,EAAE,qBAAqB,IAAI,aAAa,EAAE,CAAC"}
@@ -0,0 +1,25 @@
1
+ /*!
2
+ * Copyright (c) 2022-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 { Button } from "./";
13
+ import { ReactNode, ReactElement } from "react";
14
+ export type DialogProps = {
15
+ callToActionPrimaryComponent?: ReactElement<typeof Button>;
16
+ callToActionSecondaryComponent?: ReactElement<typeof Button>;
17
+ callToActionTertiaryComponent?: ReactElement<typeof Button>;
18
+ children: ReactNode | Array<ReactNode>;
19
+ onClose: () => void;
20
+ isOpen: boolean;
21
+ title: string;
22
+ };
23
+ declare const MemoizedDialog: import("react").MemoExoticComponent<({ callToActionPrimaryComponent, callToActionSecondaryComponent, callToActionTertiaryComponent, children, isOpen, onClose, title, }: DialogProps) => JSX.Element>;
24
+ export { MemoizedDialog as Dialog };
25
+ //# sourceMappingURL=Dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../src/Dialog.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AASH,OAAO,EAAE,MAAM,EAAa,MAAM,IAAI,CAAC;AACvC,OAAO,EAEL,SAAS,EAIT,YAAY,EACb,MAAM,OAAO,CAAC;AAEf,MAAM,MAAM,WAAW,GAAG;IACxB,4BAA4B,CAAC,EAAE,YAAY,CAAC,OAAO,MAAM,CAAC,CAAC;IAC3D,8BAA8B,CAAC,EAAE,YAAY,CAAC,OAAO,MAAM,CAAC,CAAC;IAC7D,6BAA6B,CAAC,EAAE,YAAY,CAAC,OAAO,MAAM,CAAC,CAAC;IAC5D,QAAQ,EAAE,SAAS,GAAG,KAAK,CAAC,SAAS,CAAC,CAAC;IACvC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAsEF,QAAA,MAAM,cAAc,2KA5DjB,WAAW,iBA4DqB,CAAC;AAEpC,OAAO,EAAE,cAAc,IAAI,MAAM,EAAE,CAAC"}