@okta/odyssey-react-mui 0.23.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 (463) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/README.md +43 -7
  3. package/dist/{src/ThemeProvider.d.ts → @types/i18next.d.js} +4 -7
  4. package/dist/@types/i18next.d.js.map +1 -0
  5. package/dist/Autocomplete.js +13 -3
  6. package/dist/Autocomplete.js.map +1 -1
  7. package/dist/Banner.js +6 -3
  8. package/dist/Banner.js.map +1 -1
  9. package/dist/Button.js +13 -3
  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 +14 -3
  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 +11 -7
  18. package/dist/Dialog.js.map +1 -1
  19. package/dist/Field.js +13 -8
  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 +17 -5
  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 +2 -3
  32. package/dist/Icon.js.map +1 -1
  33. package/dist/Infobox.js +6 -3
  34. package/dist/Infobox.js.map +1 -1
  35. package/dist/Link.js +6 -2
  36. package/dist/Link.js.map +1 -1
  37. package/dist/MenuButton.js +0 -5
  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 +3 -1
  42. package/dist/MuiPropsChild.js.map +1 -1
  43. package/dist/MuiPropsContext.js +1 -0
  44. package/dist/MuiPropsContext.js.map +1 -1
  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/{ThemeProvider.js → OdysseyProvider.js} +20 -8
  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 +12 -0
  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 +11 -2
  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 +11 -0
  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 +12 -2
  81. package/dist/TextField.js.map +1 -1
  82. package/dist/Toast.js +10 -4
  83. package/dist/Toast.js.map +1 -1
  84. package/dist/ToastStack.js +1 -2
  85. package/dist/ToastStack.js.map +1 -1
  86. package/dist/Tooltip.js +11 -0
  87. package/dist/Tooltip.js.map +1 -1
  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 +1 -2
  95. package/dist/iconDictionary/Add.js.map +1 -1
  96. package/dist/iconDictionary/AddCircle.js +1 -2
  97. package/dist/iconDictionary/AddCircle.js.map +1 -1
  98. package/dist/iconDictionary/AlertCircle.js +1 -2
  99. package/dist/iconDictionary/AlertCircle.js.map +1 -1
  100. package/dist/iconDictionary/AlertCircleFilled.js +1 -2
  101. package/dist/iconDictionary/AlertCircleFilled.js.map +1 -1
  102. package/dist/iconDictionary/AlertTriangleFilled.js +1 -2
  103. package/dist/iconDictionary/AlertTriangleFilled.js.map +1 -1
  104. package/dist/iconDictionary/Anchor.js +1 -2
  105. package/dist/iconDictionary/Anchor.js.map +1 -1
  106. package/dist/iconDictionary/ArrowDown.js +1 -2
  107. package/dist/iconDictionary/ArrowDown.js.map +1 -1
  108. package/dist/iconDictionary/ArrowLeft.js +1 -2
  109. package/dist/iconDictionary/ArrowLeft.js.map +1 -1
  110. package/dist/iconDictionary/ArrowRight.js +1 -2
  111. package/dist/iconDictionary/ArrowRight.js.map +1 -1
  112. package/dist/iconDictionary/ArrowUp.js +1 -2
  113. package/dist/iconDictionary/ArrowUp.js.map +1 -1
  114. package/dist/iconDictionary/ArrowUpDown.js +1 -2
  115. package/dist/iconDictionary/ArrowUpDown.js.map +1 -1
  116. package/dist/iconDictionary/Calendar.js +1 -2
  117. package/dist/iconDictionary/Calendar.js.map +1 -1
  118. package/dist/iconDictionary/Check.js +1 -2
  119. package/dist/iconDictionary/Check.js.map +1 -1
  120. package/dist/iconDictionary/CheckCircleFilled.js +1 -2
  121. package/dist/iconDictionary/CheckCircleFilled.js.map +1 -1
  122. package/dist/iconDictionary/ChevronDown.js +1 -2
  123. package/dist/iconDictionary/ChevronDown.js.map +1 -1
  124. package/dist/iconDictionary/ChevronUp.js +1 -2
  125. package/dist/iconDictionary/ChevronUp.js.map +1 -1
  126. package/dist/iconDictionary/Close.js +1 -2
  127. package/dist/iconDictionary/Close.js.map +1 -1
  128. package/dist/iconDictionary/CloseCircleFilled.js +1 -2
  129. package/dist/iconDictionary/CloseCircleFilled.js.map +1 -1
  130. package/dist/iconDictionary/Copy.js +1 -2
  131. package/dist/iconDictionary/Copy.js.map +1 -1
  132. package/dist/iconDictionary/Delete.js +1 -2
  133. package/dist/iconDictionary/Delete.js.map +1 -1
  134. package/dist/iconDictionary/Download.js +1 -2
  135. package/dist/iconDictionary/Download.js.map +1 -1
  136. package/dist/iconDictionary/DragHandle.js +1 -2
  137. package/dist/iconDictionary/DragHandle.js.map +1 -1
  138. package/dist/iconDictionary/Edit.js +1 -2
  139. package/dist/iconDictionary/Edit.js.map +1 -1
  140. package/dist/iconDictionary/ExternalLink.js +1 -2
  141. package/dist/iconDictionary/ExternalLink.js.map +1 -1
  142. package/dist/iconDictionary/Eye.js +1 -2
  143. package/dist/iconDictionary/Eye.js.map +1 -1
  144. package/dist/iconDictionary/EyeOff.js +1 -2
  145. package/dist/iconDictionary/EyeOff.js.map +1 -1
  146. package/dist/iconDictionary/Filter.js +1 -2
  147. package/dist/iconDictionary/Filter.js.map +1 -1
  148. package/dist/iconDictionary/Globe.js +1 -2
  149. package/dist/iconDictionary/Globe.js.map +1 -1
  150. package/dist/iconDictionary/Home.js +1 -2
  151. package/dist/iconDictionary/Home.js.map +1 -1
  152. package/dist/iconDictionary/InformationCircle.js +1 -2
  153. package/dist/iconDictionary/InformationCircle.js.map +1 -1
  154. package/dist/iconDictionary/InformationCircleFilled.js +1 -2
  155. package/dist/iconDictionary/InformationCircleFilled.js.map +1 -1
  156. package/dist/iconDictionary/Notification.js +1 -2
  157. package/dist/iconDictionary/Notification.js.map +1 -1
  158. package/dist/iconDictionary/OverflowVertical.js +1 -2
  159. package/dist/iconDictionary/OverflowVertical.js.map +1 -1
  160. package/dist/iconDictionary/QuestionCircle.js +1 -2
  161. package/dist/iconDictionary/QuestionCircle.js.map +1 -1
  162. package/dist/iconDictionary/QuestionCircleFilled.js +1 -2
  163. package/dist/iconDictionary/QuestionCircleFilled.js.map +1 -1
  164. package/dist/iconDictionary/Search.js +1 -2
  165. package/dist/iconDictionary/Search.js.map +1 -1
  166. package/dist/iconDictionary/Settings.js +1 -2
  167. package/dist/iconDictionary/Settings.js.map +1 -1
  168. package/dist/iconDictionary/Subtract.js +1 -2
  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 +1 -2
  173. package/dist/iconDictionary/User.js.map +1 -1
  174. package/dist/iconDictionary/UserGroup.js +1 -2
  175. package/dist/iconDictionary/UserGroup.js.map +1 -1
  176. package/dist/iconDictionary/index.js.map +1 -1
  177. package/dist/index.js +9 -3
  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/Banner.d.ts.map +1 -1
  232. package/dist/src/Checkbox.d.ts +4 -2
  233. package/dist/src/Checkbox.d.ts.map +1 -1
  234. package/dist/src/CheckboxGroup.d.ts +2 -1
  235. package/dist/src/CheckboxGroup.d.ts.map +1 -1
  236. package/dist/src/Field.d.ts +5 -5
  237. package/dist/src/Field.d.ts.map +1 -1
  238. package/dist/src/FieldError.d.ts.map +1 -1
  239. package/dist/src/FieldLabel.d.ts +1 -2
  240. package/dist/src/FieldLabel.d.ts.map +1 -1
  241. package/dist/src/Fieldset.d.ts +42 -0
  242. package/dist/src/Fieldset.d.ts.map +1 -0
  243. package/dist/src/Form.d.ts +73 -0
  244. package/dist/src/Form.d.ts.map +1 -0
  245. package/dist/src/Icon.d.ts +4 -2
  246. package/dist/src/Icon.d.ts.map +1 -1
  247. package/dist/src/Infobox.d.ts.map +1 -1
  248. package/dist/src/MenuItem.d.ts +1 -1
  249. package/dist/src/MenuItem.d.ts.map +1 -1
  250. package/dist/src/NativeSelect.d.ts +36 -0
  251. package/dist/src/NativeSelect.d.ts.map +1 -0
  252. package/dist/src/OdysseyI18n.d.ts +54 -0
  253. package/dist/src/OdysseyI18n.d.ts.map +1 -0
  254. package/dist/src/OdysseyProvider.d.ts +27 -0
  255. package/dist/src/OdysseyProvider.d.ts.map +1 -0
  256. package/dist/src/OdysseyThemeProvider.d.ts +4 -2
  257. package/dist/src/OdysseyThemeProvider.d.ts.map +1 -1
  258. package/dist/src/OdysseyTranslationProvider.d.ts +25 -0
  259. package/dist/src/OdysseyTranslationProvider.d.ts.map +1 -0
  260. package/dist/src/OdysseyTranslationProvider.types.d.ts +14 -0
  261. package/dist/src/OdysseyTranslationProvider.types.d.ts.map +1 -0
  262. package/dist/src/PasswordField.d.ts.map +1 -1
  263. package/dist/src/Select.d.ts +35 -0
  264. package/dist/src/Select.d.ts.map +1 -0
  265. package/{src/ThemeProvider.tsx → dist/src/Tabs.d.ts} +16 -15
  266. package/dist/src/Tabs.d.ts.map +1 -0
  267. package/dist/src/TextField.d.ts +0 -4
  268. package/dist/src/TextField.d.ts.map +1 -1
  269. package/dist/src/Toast.d.ts +1 -1
  270. package/dist/src/Toast.d.ts.map +1 -1
  271. package/dist/src/index.d.ts +9 -5
  272. package/dist/src/index.d.ts.map +1 -1
  273. package/dist/src/properties/ts/odyssey-react-mui.d.ts +11 -0
  274. package/dist/src/properties/ts/odyssey-react-mui.d.ts.map +1 -0
  275. package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts +2 -0
  276. package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts.map +1 -0
  277. package/dist/src/properties/ts/odyssey-react-mui_da.d.ts +2 -0
  278. package/dist/src/properties/ts/odyssey-react-mui_da.d.ts.map +1 -0
  279. package/dist/src/properties/ts/odyssey-react-mui_de.d.ts +2 -0
  280. package/dist/src/properties/ts/odyssey-react-mui_de.d.ts.map +1 -0
  281. package/dist/src/properties/ts/odyssey-react-mui_el.d.ts +2 -0
  282. package/dist/src/properties/ts/odyssey-react-mui_el.d.ts.map +1 -0
  283. package/dist/src/properties/ts/odyssey-react-mui_es.d.ts +2 -0
  284. package/dist/src/properties/ts/odyssey-react-mui_es.d.ts.map +1 -0
  285. package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts +2 -0
  286. package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts.map +1 -0
  287. package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts +2 -0
  288. package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts.map +1 -0
  289. package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts +2 -0
  290. package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts.map +1 -0
  291. package/dist/src/properties/ts/odyssey-react-mui_id.d.ts +2 -0
  292. package/dist/src/properties/ts/odyssey-react-mui_id.d.ts.map +1 -0
  293. package/dist/src/properties/ts/odyssey-react-mui_it.d.ts +2 -0
  294. package/dist/src/properties/ts/odyssey-react-mui_it.d.ts.map +1 -0
  295. package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts +2 -0
  296. package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts.map +1 -0
  297. package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts +2 -0
  298. package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts.map +1 -0
  299. package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts +2 -0
  300. package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts.map +1 -0
  301. package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts +2 -0
  302. package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts.map +1 -0
  303. package/dist/src/properties/ts/odyssey-react-mui_nl-NL.d.ts +2 -0
  304. package/dist/src/properties/ts/odyssey-react-mui_nl-NL.d.ts.map +1 -0
  305. package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts +2 -0
  306. package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts.map +1 -0
  307. package/dist/src/properties/ts/odyssey-react-mui_pt-BR.d.ts +2 -0
  308. package/dist/src/properties/ts/odyssey-react-mui_pt-BR.d.ts.map +1 -0
  309. package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts +2 -0
  310. package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts.map +1 -0
  311. package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts +2 -0
  312. package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts.map +1 -0
  313. package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts +2 -0
  314. package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts.map +1 -0
  315. package/dist/src/properties/ts/odyssey-react-mui_th.d.ts +2 -0
  316. package/dist/src/properties/ts/odyssey-react-mui_th.d.ts.map +1 -0
  317. package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts +2 -0
  318. package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts.map +1 -0
  319. package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts +2 -0
  320. package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts.map +1 -0
  321. package/dist/src/properties/ts/odyssey-react-mui_zh-CN.d.ts +2 -0
  322. package/dist/src/properties/ts/odyssey-react-mui_zh-CN.d.ts.map +1 -0
  323. package/dist/src/properties/ts/odyssey-react-mui_zh-TW.d.ts +2 -0
  324. package/dist/src/properties/ts/odyssey-react-mui_zh-TW.d.ts.map +1 -0
  325. package/dist/src/theme/components.d.ts.map +1 -1
  326. package/dist/src/theme/index.d.ts +3 -1
  327. package/dist/src/theme/index.d.ts.map +1 -1
  328. package/dist/src/theme/mixins.d.ts +2 -1
  329. package/dist/src/theme/mixins.d.ts.map +1 -1
  330. package/dist/src/theme/palette.d.ts +2 -1
  331. package/dist/src/theme/palette.d.ts.map +1 -1
  332. package/dist/src/theme/shape.d.ts +2 -1
  333. package/dist/src/theme/shape.d.ts.map +1 -1
  334. package/dist/src/theme/spacing.d.ts +2 -1
  335. package/dist/src/theme/spacing.d.ts.map +1 -1
  336. package/dist/src/theme/theme.d.ts +3 -2
  337. package/dist/src/theme/theme.d.ts.map +1 -1
  338. package/dist/src/theme/typography.d.ts +2 -1
  339. package/dist/src/theme/typography.d.ts.map +1 -1
  340. package/dist/theme/components.js +91 -73
  341. package/dist/theme/components.js.map +1 -1
  342. package/dist/theme/components.types.js +1 -0
  343. package/dist/theme/components.types.js.map +1 -1
  344. package/dist/theme/index.js +1 -1
  345. package/dist/theme/index.js.map +1 -1
  346. package/dist/theme/mixins.js +8 -6
  347. package/dist/theme/mixins.js.map +1 -1
  348. package/dist/theme/mixins.types.js +1 -0
  349. package/dist/theme/mixins.types.js.map +1 -1
  350. package/dist/theme/palette.js +89 -86
  351. package/dist/theme/palette.js.map +1 -1
  352. package/dist/theme/palette.types.js +1 -0
  353. package/dist/theme/palette.types.js.map +1 -1
  354. package/dist/theme/shape.js +6 -4
  355. package/dist/theme/shape.js.map +1 -1
  356. package/dist/theme/spacing.js +4 -1
  357. package/dist/theme/spacing.js.map +1 -1
  358. package/dist/theme/temp.js +1 -0
  359. package/dist/theme/temp.js.map +1 -1
  360. package/dist/theme/theme.js +12 -9
  361. package/dist/theme/theme.js.map +1 -1
  362. package/dist/theme/typography.js +85 -83
  363. package/dist/theme/typography.js.map +1 -1
  364. package/dist/theme/typography.types.js +1 -0
  365. package/dist/theme/typography.types.js.map +1 -1
  366. package/dist/theme/useTheme.js +1 -0
  367. package/dist/theme/useTheme.js.map +1 -1
  368. package/dist/tsconfig.production.tsbuildinfo +1 -1
  369. package/dist/useUniqueAlphabeticalId.js +1 -0
  370. package/dist/useUniqueAlphabeticalId.js.map +1 -1
  371. package/dist/useUniqueId.js +1 -0
  372. package/dist/useUniqueId.js.map +1 -1
  373. package/i18n.config.json +8 -0
  374. package/package.json +9 -4
  375. package/scripts/properties-to-ts.js +103 -0
  376. package/src/@types/i18next.d.ts +22 -0
  377. package/src/Banner.tsx +16 -11
  378. package/src/Checkbox.tsx +47 -21
  379. package/src/CheckboxGroup.tsx +4 -1
  380. package/src/Field.tsx +16 -7
  381. package/src/FieldError.tsx +6 -1
  382. package/src/FieldLabel.tsx +7 -4
  383. package/src/Fieldset.tsx +95 -0
  384. package/src/Form.tsx +142 -0
  385. package/src/Icon.tsx +11 -14
  386. package/src/Infobox.tsx +12 -7
  387. package/src/Link.tsx +2 -2
  388. package/src/MenuItem.tsx +1 -0
  389. package/src/NativeSelect.tsx +107 -0
  390. package/src/OdysseyI18n.ts +101 -0
  391. package/src/OdysseyProvider.tsx +59 -0
  392. package/src/OdysseyThemeProvider.tsx +9 -3
  393. package/src/OdysseyTranslationProvider.test.tsx +63 -0
  394. package/src/OdysseyTranslationProvider.tsx +65 -0
  395. package/src/OdysseyTranslationProvider.types.ts +42 -0
  396. package/src/PasswordField.tsx +1 -0
  397. package/src/Select.tsx +226 -0
  398. package/src/Tabs.tsx +70 -0
  399. package/src/TextField.tsx +1 -6
  400. package/src/Toast.tsx +61 -59
  401. package/src/index.ts +7 -9
  402. package/src/properties/odyssey-react-mui.properties +8 -0
  403. package/src/properties/translations/odyssey-react-mui_cs.properties +0 -0
  404. package/src/properties/translations/odyssey-react-mui_da.properties +0 -0
  405. package/src/properties/translations/odyssey-react-mui_de.properties +0 -0
  406. package/src/properties/translations/odyssey-react-mui_el.properties +0 -0
  407. package/src/properties/translations/odyssey-react-mui_es.properties +0 -0
  408. package/src/properties/translations/odyssey-react-mui_fi.properties +0 -0
  409. package/src/properties/translations/odyssey-react-mui_fr.properties +0 -0
  410. package/src/properties/translations/odyssey-react-mui_hu.properties +0 -0
  411. package/src/properties/translations/odyssey-react-mui_id.properties +0 -0
  412. package/src/properties/translations/odyssey-react-mui_it.properties +0 -0
  413. package/src/properties/translations/odyssey-react-mui_ja.properties +0 -0
  414. package/src/properties/translations/odyssey-react-mui_ko.properties +0 -0
  415. package/src/properties/translations/odyssey-react-mui_ms.properties +0 -0
  416. package/src/properties/translations/odyssey-react-mui_nb.properties +0 -0
  417. package/src/properties/translations/odyssey-react-mui_nl-NL.properties +0 -0
  418. package/src/properties/translations/odyssey-react-mui_pl.properties +0 -0
  419. package/src/properties/translations/odyssey-react-mui_pt-BR.properties +0 -0
  420. package/src/properties/translations/odyssey-react-mui_ro.properties +0 -0
  421. package/src/properties/translations/odyssey-react-mui_ru.properties +0 -0
  422. package/src/properties/translations/odyssey-react-mui_sv.properties +0 -0
  423. package/src/properties/translations/odyssey-react-mui_th.properties +0 -0
  424. package/src/properties/translations/odyssey-react-mui_tr.properties +0 -0
  425. package/src/properties/translations/odyssey-react-mui_uk.properties +0 -0
  426. package/src/properties/translations/odyssey-react-mui_zh-CN.properties +0 -0
  427. package/src/properties/translations/odyssey-react-mui_zh-TW.properties +0 -0
  428. package/src/properties/ts/odyssey-react-mui.ts +1 -0
  429. package/src/properties/ts/odyssey-react-mui_cs.ts +1 -0
  430. package/src/properties/ts/odyssey-react-mui_da.ts +1 -0
  431. package/src/properties/ts/odyssey-react-mui_de.ts +1 -0
  432. package/src/properties/ts/odyssey-react-mui_el.ts +1 -0
  433. package/src/properties/ts/odyssey-react-mui_es.ts +1 -0
  434. package/src/properties/ts/odyssey-react-mui_fi.ts +1 -0
  435. package/src/properties/ts/odyssey-react-mui_fr.ts +1 -0
  436. package/src/properties/ts/odyssey-react-mui_hu.ts +1 -0
  437. package/src/properties/ts/odyssey-react-mui_id.ts +1 -0
  438. package/src/properties/ts/odyssey-react-mui_it.ts +1 -0
  439. package/src/properties/ts/odyssey-react-mui_ja.ts +1 -0
  440. package/src/properties/ts/odyssey-react-mui_ko.ts +1 -0
  441. package/src/properties/ts/odyssey-react-mui_ms.ts +1 -0
  442. package/src/properties/ts/odyssey-react-mui_nb.ts +1 -0
  443. package/src/properties/ts/odyssey-react-mui_nl-NL.ts +1 -0
  444. package/src/properties/ts/odyssey-react-mui_pl.ts +1 -0
  445. package/src/properties/ts/odyssey-react-mui_pt-BR.ts +1 -0
  446. package/src/properties/ts/odyssey-react-mui_ro.ts +1 -0
  447. package/src/properties/ts/odyssey-react-mui_ru.ts +1 -0
  448. package/src/properties/ts/odyssey-react-mui_sv.ts +1 -0
  449. package/src/properties/ts/odyssey-react-mui_th.ts +1 -0
  450. package/src/properties/ts/odyssey-react-mui_tr.ts +1 -0
  451. package/src/properties/ts/odyssey-react-mui_uk.ts +1 -0
  452. package/src/properties/ts/odyssey-react-mui_zh-CN.ts +1 -0
  453. package/src/properties/ts/odyssey-react-mui_zh-TW.ts +1 -0
  454. package/src/theme/components.tsx +12 -4
  455. package/src/theme/index.ts +5 -1
  456. package/src/theme/mixins.ts +10 -6
  457. package/src/theme/palette.ts +95 -88
  458. package/src/theme/shape.ts +12 -8
  459. package/src/theme/spacing.ts +17 -12
  460. package/src/theme/theme.ts +14 -10
  461. package/src/theme/typography.ts +87 -83
  462. package/dist/ThemeProvider.js.map +0 -1
  463. package/dist/src/ThemeProvider.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/theme/theme.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAMH,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAM9C,OAAO,oBAAoB,CAAC;AAC5B,OAAO,gBAAgB,CAAC;AACxB,OAAO,iBAAiB,CAAC;AACzB,OAAO,oBAAoB,CAAC;AAE5B,eAAO,MAAM,KAAK,cAQA,CAAC"}
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/theme/theme.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAWH,OAAO,oBAAoB,CAAC;AAC5B,OAAO,gBAAgB,CAAC;AACxB,OAAO,iBAAiB,CAAC;AACzB,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,oBAAoB,EAAE,MAAM,GAAG,CAAC;AAEzC,YAAY,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEnD,eAAO,MAAM,qBAAqB,kBAAmB,oBAAoB,yCAUxE,CAAC"}
@@ -10,5 +10,6 @@
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
12
  import type { ThemeOptions } from "@mui/material";
13
- export declare const typography: ThemeOptions["typography"];
13
+ import { DesignTokensOverride } from ".";
14
+ export declare const typography: (odysseyTokens: DesignTokensOverride) => ThemeOptions["typography"];
14
15
  //# sourceMappingURL=typography.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../src/theme/typography.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAGlD,eAAO,MAAM,UAAU,EAAE,YAAY,CAAC,YAAY,CAkFjD,CAAC"}
1
+ {"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../src/theme/typography.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,GAAG,CAAC;AAEzC,eAAO,MAAM,UAAU,kBACN,oBAAoB,KAClC,YAAY,CAAC,YAAY,CAoF3B,CAAC"}
@@ -8,8 +8,7 @@
8
8
  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
- */
12
- import { buttonClasses } from "@mui/material/Button";
11
+ */import { buttonClasses } from "@mui/material/Button";
13
12
  import { chipClasses } from "@mui/material/Chip";
14
13
  import { dialogActionsClasses } from "@mui/material/DialogActions";
15
14
  import { dividerClasses } from "@mui/material/Divider";
@@ -82,7 +81,8 @@ export const components = {
82
81
  ownerState,
83
82
  theme
84
83
  } = _ref2;
85
- return { ...(ownerState.variant === "banner" && {
84
+ return {
85
+ ...(ownerState.variant === "banner" && {
86
86
  padding: 0,
87
87
  marginInlineEnd: 0,
88
88
  top: "50%",
@@ -233,7 +233,8 @@ export const components = {
233
233
  theme,
234
234
  ownerState
235
235
  } = _ref10;
236
- return { ...(ownerState.readOnly === true && {
236
+ return {
237
+ ...(ownerState.readOnly === true && {
237
238
  backgroundColor: theme.palette.grey[50],
238
239
  [`&:not(:hover)`]: {
239
240
  borderColor: "transparent"
@@ -548,14 +549,14 @@ export const components = {
548
549
  backgroundColor: "transparent",
549
550
  borderColor: theme.palette.grey[900]
550
551
  },
551
- ".Mui-error:hover > &": {
552
+ ".Mui-error:not(.Mui-valid):hover > &": {
552
553
  borderColor: theme.palette.error.dark,
553
554
  "&.Mui-checked": {
554
555
  backgroundColor: theme.palette.error.dark,
555
556
  borderColor: theme.palette.error.dark
556
557
  }
557
558
  },
558
- ".Mui-error > &": {
559
+ ".Mui-error:not(.Mui-valid) > &": {
559
560
  borderColor: theme.palette.error.main,
560
561
  "&.Mui-checked": {
561
562
  backgroundColor: theme.palette.error.main,
@@ -574,7 +575,7 @@ export const components = {
574
575
  "&.Mui-disabled": {
575
576
  backgroundColor: theme.palette.grey[50],
576
577
  borderColor: theme.palette.grey[300],
577
- ".Mui-error > &": {
578
+ ".Mui-error:not(.Mui-valid) > &": {
578
579
  backgroundColor: theme.palette.grey[50],
579
580
  borderColor: theme.palette.grey[300]
580
581
  },
@@ -702,7 +703,8 @@ export const components = {
702
703
  theme,
703
704
  ownerState
704
705
  } = _ref25;
705
- return { ...(ownerState.color !== "inherit" && {
706
+ return {
707
+ ...(ownerState.color !== "inherit" && {
706
708
  color: theme.palette.primary.dark
707
709
  })
708
710
  };
@@ -711,7 +713,8 @@ export const components = {
711
713
  let {
712
714
  ownerState
713
715
  } = _ref26;
714
- return { ...(ownerState.variant === "indeterminate" && {
716
+ return {
717
+ ...(ownerState.variant === "indeterminate" && {
715
718
  strokeDasharray: "160%, 360%"
716
719
  })
717
720
  };
@@ -1128,7 +1131,6 @@ export const components = {
1128
1131
  ownerState
1129
1132
  } = _ref34;
1130
1133
  return {
1131
- gap: theme.spacing(2),
1132
1134
  marginInlineStart: 0,
1133
1135
  marginInlineEnd: 0,
1134
1136
  ...(ownerState.labelPlacement === "start" && {
@@ -1160,7 +1162,20 @@ export const components = {
1160
1162
  color: theme.palette.error.dark
1161
1163
  }
1162
1164
  };
1163
- }
1165
+ },
1166
+ label: _ref35 => {
1167
+ let {
1168
+ theme
1169
+ } = _ref35;
1170
+ return {
1171
+ "&:not(:first-child)": {
1172
+ marginInlineStart: theme.spacing(2)
1173
+ }
1174
+ };
1175
+ },
1176
+ asterisk: () => ({
1177
+ display: "none"
1178
+ })
1164
1179
  }
1165
1180
  },
1166
1181
  MuiFormHelperText: {
@@ -1168,10 +1183,10 @@ export const components = {
1168
1183
  variant: "standard"
1169
1184
  },
1170
1185
  styleOverrides: {
1171
- root: _ref35 => {
1186
+ root: _ref36 => {
1172
1187
  let {
1173
1188
  theme
1174
- } = _ref35;
1189
+ } = _ref36;
1175
1190
  return {
1176
1191
  fontSize: theme.typography.subtitle1.fontSize,
1177
1192
  lineHeight: "1.33333333",
@@ -1191,10 +1206,10 @@ export const components = {
1191
1206
  },
1192
1207
  MuiFormLabel: {
1193
1208
  styleOverrides: {
1194
- root: _ref36 => {
1209
+ root: _ref37 => {
1195
1210
  let {
1196
1211
  theme
1197
- } = _ref36;
1212
+ } = _ref37;
1198
1213
  return {
1199
1214
  color: theme.palette.text.primary,
1200
1215
  lineHeight: theme.typography.ui.lineHeight,
@@ -1210,18 +1225,18 @@ export const components = {
1210
1225
  },
1211
1226
  MuiIconButton: {
1212
1227
  styleOverrides: {
1213
- edgeEnd: _ref37 => {
1228
+ edgeEnd: _ref38 => {
1214
1229
  let {
1215
1230
  theme
1216
- } = _ref37;
1231
+ } = _ref38;
1217
1232
  return {
1218
1233
  marginInlineEnd: theme.spacing(1)
1219
1234
  };
1220
1235
  },
1221
- root: _ref38 => {
1236
+ root: _ref39 => {
1222
1237
  let {
1223
1238
  theme
1224
- } = _ref38;
1239
+ } = _ref39;
1225
1240
  return {
1226
1241
  padding: theme.spacing(1),
1227
1242
  fontSize: theme.typography.body1.fontSize,
@@ -1263,11 +1278,11 @@ export const components = {
1263
1278
  },
1264
1279
  MuiInputAdornment: {
1265
1280
  styleOverrides: {
1266
- root: _ref39 => {
1281
+ root: _ref40 => {
1267
1282
  let {
1268
1283
  theme,
1269
1284
  ownerState
1270
- } = _ref39;
1285
+ } = _ref40;
1271
1286
  return {
1272
1287
  display: "flex",
1273
1288
  minWidth: "1.25em",
@@ -1295,12 +1310,13 @@ export const components = {
1295
1310
  required: true
1296
1311
  },
1297
1312
  styleOverrides: {
1298
- root: _ref40 => {
1313
+ root: _ref41 => {
1299
1314
  let {
1300
1315
  ownerState,
1301
1316
  theme
1302
- } = _ref40;
1303
- return { ...theme.typography.body1,
1317
+ } = _ref41;
1318
+ return {
1319
+ ...theme.typography.body1,
1304
1320
  flex: "1",
1305
1321
  width: "auto",
1306
1322
  color: theme.palette.text.primary,
@@ -1349,10 +1365,10 @@ export const components = {
1349
1365
  }
1350
1366
  };
1351
1367
  },
1352
- input: _ref41 => {
1368
+ input: _ref42 => {
1353
1369
  let {
1354
1370
  theme
1355
- } = _ref41;
1371
+ } = _ref42;
1356
1372
  return {
1357
1373
  boxSizing: "border-box",
1358
1374
  height: "auto",
@@ -1382,10 +1398,10 @@ export const components = {
1382
1398
  shrink: false
1383
1399
  },
1384
1400
  styleOverrides: {
1385
- root: _ref42 => {
1401
+ root: _ref43 => {
1386
1402
  let {
1387
1403
  ownerState
1388
- } = _ref42;
1404
+ } = _ref43;
1389
1405
  return {
1390
1406
  display: "flex",
1391
1407
  justifyContent: "space-between",
@@ -1410,10 +1426,10 @@ export const components = {
1410
1426
  },
1411
1427
  MuiLink: {
1412
1428
  styleOverrides: {
1413
- root: _ref43 => {
1429
+ root: _ref44 => {
1414
1430
  let {
1415
1431
  theme
1416
- } = _ref43;
1432
+ } = _ref44;
1417
1433
  return {
1418
1434
  color: theme.palette.primary.main,
1419
1435
  textDecoration: "underline",
@@ -1457,10 +1473,10 @@ export const components = {
1457
1473
  props: {
1458
1474
  variant: "monochrome"
1459
1475
  },
1460
- style: _ref44 => {
1476
+ style: _ref45 => {
1461
1477
  let {
1462
1478
  theme
1463
- } = _ref44;
1479
+ } = _ref45;
1464
1480
  return {
1465
1481
  color: theme.palette.text.primary,
1466
1482
  textDecoration: "underline",
@@ -1489,10 +1505,10 @@ export const components = {
1489
1505
  },
1490
1506
  MuiListSubheader: {
1491
1507
  styleOverrides: {
1492
- root: _ref45 => {
1508
+ root: _ref46 => {
1493
1509
  let {
1494
1510
  theme
1495
- } = _ref45;
1511
+ } = _ref46;
1496
1512
  return {
1497
1513
  paddingBlock: theme.spacing(2),
1498
1514
  paddingInline: theme.spacing(4),
@@ -1507,11 +1523,11 @@ export const components = {
1507
1523
  },
1508
1524
  MuiMenuItem: {
1509
1525
  styleOverrides: {
1510
- root: _ref46 => {
1526
+ root: _ref47 => {
1511
1527
  let {
1512
1528
  theme,
1513
1529
  ownerState
1514
- } = _ref46;
1530
+ } = _ref47;
1515
1531
  return {
1516
1532
  gap: theme.spacing(2),
1517
1533
  minHeight: "unset",
@@ -1577,10 +1593,10 @@ export const components = {
1577
1593
  backgroundColor: "transparent"
1578
1594
  }
1579
1595
  },
1580
- icon: _ref47 => {
1596
+ icon: _ref48 => {
1581
1597
  let {
1582
1598
  theme
1583
- } = _ref47;
1599
+ } = _ref48;
1584
1600
  return {
1585
1601
  insetInlineEnd: theme.spacing(3),
1586
1602
  color: theme.palette.text.primary
@@ -1590,10 +1606,10 @@ export const components = {
1590
1606
  },
1591
1607
  MuiPopover: {
1592
1608
  styleOverrides: {
1593
- paper: _ref48 => {
1609
+ paper: _ref49 => {
1594
1610
  let {
1595
1611
  theme
1596
- } = _ref48;
1612
+ } = _ref49;
1597
1613
  return {
1598
1614
  marginBlockStart: theme.spacing(1),
1599
1615
  borderWidth: theme.mixins.borderWidth,
@@ -1610,10 +1626,10 @@ export const components = {
1610
1626
  checkedIcon: _jsx(_Fragment, {})
1611
1627
  },
1612
1628
  styleOverrides: {
1613
- root: _ref49 => {
1629
+ root: _ref50 => {
1614
1630
  let {
1615
1631
  theme
1616
- } = _ref49;
1632
+ } = _ref50;
1617
1633
  return {
1618
1634
  width: `${theme.typography.ui.lineHeight}em`,
1619
1635
  height: `${theme.typography.ui.lineHeight}em`,
@@ -1701,10 +1717,10 @@ export const components = {
1701
1717
  IconComponent: ChevronDownIcon
1702
1718
  },
1703
1719
  styleOverrides: {
1704
- select: _ref50 => {
1720
+ select: _ref51 => {
1705
1721
  let {
1706
1722
  theme
1707
- } = _ref50;
1723
+ } = _ref51;
1708
1724
  return {
1709
1725
  paddingBlock: `calc(${theme.spacing(3)} - ${theme.mixins.borderWidth})`,
1710
1726
  paddingInline: theme.spacing(3),
@@ -1720,11 +1736,12 @@ export const components = {
1720
1736
  }
1721
1737
  };
1722
1738
  },
1723
- icon: _ref51 => {
1739
+ icon: _ref52 => {
1724
1740
  let {
1725
1741
  theme
1726
- } = _ref51;
1742
+ } = _ref52;
1727
1743
  return {
1744
+ right: "unset",
1728
1745
  insetInlineEnd: theme.spacing(3),
1729
1746
  color: theme.palette.text.primary
1730
1747
  };
@@ -1737,11 +1754,11 @@ export const components = {
1737
1754
  color: "inherit"
1738
1755
  },
1739
1756
  styleOverrides: {
1740
- root: _ref52 => {
1757
+ root: _ref53 => {
1741
1758
  let {
1742
1759
  theme,
1743
1760
  ownerState
1744
- } = _ref52;
1761
+ } = _ref53;
1745
1762
  return {
1746
1763
  fontSize: `${theme.typography.ui.lineHeight}rem`,
1747
1764
  ...(ownerState.fontSize === "small" && {
@@ -1759,11 +1776,11 @@ export const components = {
1759
1776
  iconPosition: "start"
1760
1777
  },
1761
1778
  styleOverrides: {
1762
- root: _ref53 => {
1779
+ root: _ref54 => {
1763
1780
  let {
1764
1781
  theme,
1765
1782
  ownerState
1766
- } = _ref53;
1783
+ } = _ref54;
1767
1784
  return {
1768
1785
  maxWidth: `calc(${theme.mixins.maxWidth} / 2)`,
1769
1786
  minWidth: "unset",
@@ -1824,11 +1841,11 @@ export const components = {
1824
1841
  },
1825
1842
  MuiTable: {
1826
1843
  styleOverrides: {
1827
- root: _ref54 => {
1844
+ root: _ref55 => {
1828
1845
  let {
1829
1846
  theme,
1830
1847
  ownerState
1831
- } = _ref54;
1848
+ } = _ref55;
1832
1849
  return {
1833
1850
  display: "table",
1834
1851
  width: "auto",
@@ -1860,12 +1877,13 @@ export const components = {
1860
1877
  },
1861
1878
  MuiTableCell: {
1862
1879
  styleOverrides: {
1863
- root: _ref55 => {
1880
+ root: _ref56 => {
1864
1881
  let {
1865
1882
  theme,
1866
1883
  ownerState
1867
- } = _ref55;
1868
- return { ...theme.typography.body1,
1884
+ } = _ref56;
1885
+ return {
1886
+ ...theme.typography.body1,
1869
1887
  maxWidth: theme.mixins.maxWidth,
1870
1888
  borderBottom: `${theme.mixins.borderWidth} ${theme.mixins.borderStyle} ${theme.palette.grey[100]}`,
1871
1889
  textAlign: "start",
@@ -1943,10 +1961,10 @@ export const components = {
1943
1961
  component: "figure"
1944
1962
  },
1945
1963
  styleOverrides: {
1946
- root: _ref56 => {
1964
+ root: _ref57 => {
1947
1965
  let {
1948
1966
  theme
1949
- } = _ref56;
1967
+ } = _ref57;
1950
1968
  return {
1951
1969
  width: "unset",
1952
1970
  maxWidth: "100%",
@@ -1963,10 +1981,10 @@ export const components = {
1963
1981
  },
1964
1982
  MuiTableRow: {
1965
1983
  styleOverrides: {
1966
- root: _ref57 => {
1984
+ root: _ref58 => {
1967
1985
  let {
1968
1986
  theme
1969
- } = _ref57;
1987
+ } = _ref58;
1970
1988
  return {
1971
1989
  verticalAlign: "unset",
1972
1990
  [`&.${tableRowClasses.root}:hover`]: {
@@ -1987,10 +2005,10 @@ export const components = {
1987
2005
  IconComponent: ArrowDownIcon
1988
2006
  },
1989
2007
  styleOverrides: {
1990
- root: _ref58 => {
2008
+ root: _ref59 => {
1991
2009
  let {
1992
2010
  theme
1993
- } = _ref58;
2011
+ } = _ref59;
1994
2012
  return {
1995
2013
  cursor: "pointer",
1996
2014
  display: "inline-flex",
@@ -2019,11 +2037,11 @@ export const components = {
2019
2037
  }
2020
2038
  };
2021
2039
  },
2022
- icon: _ref59 => {
2040
+ icon: _ref60 => {
2023
2041
  let {
2024
2042
  theme,
2025
2043
  ownerState
2026
- } = _ref59;
2044
+ } = _ref60;
2027
2045
  return {
2028
2046
  fontSize: "inherit",
2029
2047
  marginInlineEnd: 0,
@@ -2052,19 +2070,19 @@ export const components = {
2052
2070
  },
2053
2071
  MuiTabs: {
2054
2072
  styleOverrides: {
2055
- root: _ref60 => {
2073
+ root: _ref61 => {
2056
2074
  let {
2057
2075
  theme
2058
- } = _ref60;
2076
+ } = _ref61;
2059
2077
  return {
2060
2078
  minHeight: "unset",
2061
2079
  marginBottom: theme.spacing(5)
2062
2080
  };
2063
2081
  },
2064
- flexContainer: _ref61 => {
2082
+ flexContainer: _ref62 => {
2065
2083
  let {
2066
2084
  theme
2067
- } = _ref61;
2085
+ } = _ref62;
2068
2086
  return {
2069
2087
  gap: theme.spacing(5),
2070
2088
  borderBottom: `${theme.mixins.borderWidth} ${theme.mixins.borderStyle} ${theme.palette.divider}`
@@ -2080,11 +2098,11 @@ export const components = {
2080
2098
  placement: "top"
2081
2099
  },
2082
2100
  styleOverrides: {
2083
- tooltip: _ref62 => {
2101
+ tooltip: _ref63 => {
2084
2102
  let {
2085
2103
  theme,
2086
2104
  ownerState
2087
- } = _ref62;
2105
+ } = _ref63;
2088
2106
  return {
2089
2107
  maxWidth: `calc(${theme.mixins.maxWidth} / 2)`,
2090
2108
  paddingBlock: theme.spacing(2),
@@ -2144,10 +2162,10 @@ export const components = {
2144
2162
  }
2145
2163
  };
2146
2164
  },
2147
- arrow: _ref63 => {
2165
+ arrow: _ref64 => {
2148
2166
  let {
2149
2167
  theme
2150
- } = _ref63;
2168
+ } = _ref64;
2151
2169
  return {
2152
2170
  color: theme.palette.grey[900],
2153
2171
  "&::before": {
@@ -2186,10 +2204,10 @@ export const components = {
2186
2204
  }
2187
2205
  },
2188
2206
  styleOverrides: {
2189
- paragraph: _ref64 => {
2207
+ paragraph: _ref65 => {
2190
2208
  let {
2191
2209
  theme
2192
- } = _ref64;
2210
+ } = _ref65;
2193
2211
  return {
2194
2212
  marginBottom: theme.spacing(4)
2195
2213
  };