@okta/odyssey-react-mui 0.21.0 → 0.21.2

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 (328) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/Banner.js +6 -3
  3. package/dist/Banner.js.map +1 -1
  4. package/dist/Checkbox.js +39 -0
  5. package/dist/Checkbox.js.map +1 -0
  6. package/dist/CheckboxGroup.js +53 -0
  7. package/dist/CheckboxGroup.js.map +1 -0
  8. package/dist/Infobox.js +6 -3
  9. package/dist/Infobox.js.map +1 -1
  10. package/dist/OdysseyThemeProvider.js +4 -4
  11. package/dist/OdysseyThemeProvider.js.map +1 -1
  12. package/dist/Radio.js +11 -13
  13. package/dist/Radio.js.map +1 -1
  14. package/dist/RadioGroup.js +4 -14
  15. package/dist/RadioGroup.js.map +1 -1
  16. package/dist/TextField.js +27 -27
  17. package/dist/TextField.js.map +1 -1
  18. package/dist/index.js +4 -2
  19. package/dist/index.js.map +1 -1
  20. package/dist/src/Banner.d.ts.map +1 -0
  21. package/dist/src/Checkbox.d.ts +28 -0
  22. package/dist/src/Checkbox.d.ts.map +1 -0
  23. package/dist/src/CheckboxGroup.d.ts +24 -0
  24. package/dist/src/CheckboxGroup.d.ts.map +1 -0
  25. package/dist/src/Icon.d.ts +28 -0
  26. package/dist/src/Icon.d.ts.map +1 -0
  27. package/dist/src/Infobox.d.ts.map +1 -0
  28. package/dist/src/Link.d.ts +18 -0
  29. package/dist/src/Link.d.ts.map +1 -0
  30. package/dist/src/MenuButton.d.ts.map +1 -0
  31. package/dist/{MenuItem.d.ts → src/MenuItem.d.ts} +1 -1
  32. package/dist/src/MenuItem.d.ts.map +1 -0
  33. package/dist/src/OdysseyCacheProvider.d.ts.map +1 -0
  34. package/dist/{OdysseyThemeProvider.d.ts → src/OdysseyThemeProvider.d.ts} +3 -3
  35. package/dist/src/OdysseyThemeProvider.d.ts.map +1 -0
  36. package/dist/{PasswordInput.d.ts → src/PasswordInput.d.ts} +1 -1
  37. package/dist/src/PasswordInput.d.ts.map +1 -0
  38. package/dist/{Radio.d.ts → src/Radio.d.ts} +6 -1
  39. package/dist/src/Radio.d.ts.map +1 -0
  40. package/dist/{RadioGroup.d.ts → src/RadioGroup.d.ts} +12 -5
  41. package/dist/src/RadioGroup.d.ts.map +1 -0
  42. package/dist/src/Status.d.ts.map +1 -0
  43. package/dist/{TextField.d.ts → src/TextField.d.ts} +27 -14
  44. package/dist/src/TextField.d.ts.map +1 -0
  45. package/dist/src/ThemeProvider.d.ts.map +1 -0
  46. package/dist/src/a11yCheck.d.ts.map +1 -0
  47. package/dist/src/createUniqueAlphabeticalId.d.ts.map +1 -0
  48. package/dist/src/createUniqueId.d.ts.map +1 -0
  49. package/dist/src/iconDictionary/Add.d.ts +16 -0
  50. package/dist/src/iconDictionary/Add.d.ts.map +1 -0
  51. package/dist/src/iconDictionary/AddCircle.d.ts +16 -0
  52. package/dist/src/iconDictionary/AddCircle.d.ts.map +1 -0
  53. package/dist/src/iconDictionary/AlertCircle.d.ts +16 -0
  54. package/dist/src/iconDictionary/AlertCircle.d.ts.map +1 -0
  55. package/dist/src/iconDictionary/AlertCircleFilled.d.ts +16 -0
  56. package/dist/src/iconDictionary/AlertCircleFilled.d.ts.map +1 -0
  57. package/dist/src/iconDictionary/AlertTriangleFilled.d.ts +16 -0
  58. package/dist/src/iconDictionary/AlertTriangleFilled.d.ts.map +1 -0
  59. package/dist/src/iconDictionary/Anchor.d.ts +16 -0
  60. package/dist/src/iconDictionary/Anchor.d.ts.map +1 -0
  61. package/dist/src/iconDictionary/ArrowDown.d.ts +16 -0
  62. package/dist/src/iconDictionary/ArrowDown.d.ts.map +1 -0
  63. package/dist/src/iconDictionary/ArrowLeft.d.ts +16 -0
  64. package/dist/src/iconDictionary/ArrowLeft.d.ts.map +1 -0
  65. package/dist/src/iconDictionary/ArrowRight.d.ts +16 -0
  66. package/dist/src/iconDictionary/ArrowRight.d.ts.map +1 -0
  67. package/dist/src/iconDictionary/ArrowUp.d.ts +16 -0
  68. package/dist/src/iconDictionary/ArrowUp.d.ts.map +1 -0
  69. package/dist/src/iconDictionary/ArrowUpDown.d.ts +16 -0
  70. package/dist/src/iconDictionary/ArrowUpDown.d.ts.map +1 -0
  71. package/dist/src/iconDictionary/Calendar.d.ts +16 -0
  72. package/dist/src/iconDictionary/Calendar.d.ts.map +1 -0
  73. package/dist/src/iconDictionary/Check.d.ts +16 -0
  74. package/dist/src/iconDictionary/Check.d.ts.map +1 -0
  75. package/dist/src/iconDictionary/CheckCircleFilled.d.ts +16 -0
  76. package/dist/src/iconDictionary/CheckCircleFilled.d.ts.map +1 -0
  77. package/dist/src/iconDictionary/ChevronDown.d.ts +16 -0
  78. package/dist/src/iconDictionary/ChevronDown.d.ts.map +1 -0
  79. package/dist/src/iconDictionary/ChevronUp.d.ts +16 -0
  80. package/dist/src/iconDictionary/ChevronUp.d.ts.map +1 -0
  81. package/dist/src/iconDictionary/Close.d.ts +16 -0
  82. package/dist/src/iconDictionary/Close.d.ts.map +1 -0
  83. package/dist/src/iconDictionary/CloseCircleFilled.d.ts +16 -0
  84. package/dist/src/iconDictionary/CloseCircleFilled.d.ts.map +1 -0
  85. package/dist/src/iconDictionary/Copy.d.ts +16 -0
  86. package/dist/src/iconDictionary/Copy.d.ts.map +1 -0
  87. package/dist/src/iconDictionary/Delete.d.ts +16 -0
  88. package/dist/src/iconDictionary/Delete.d.ts.map +1 -0
  89. package/dist/src/iconDictionary/Download.d.ts +16 -0
  90. package/dist/src/iconDictionary/Download.d.ts.map +1 -0
  91. package/dist/src/iconDictionary/DragHandle.d.ts +16 -0
  92. package/dist/src/iconDictionary/DragHandle.d.ts.map +1 -0
  93. package/dist/src/iconDictionary/Edit.d.ts +16 -0
  94. package/dist/src/iconDictionary/Edit.d.ts.map +1 -0
  95. package/dist/src/iconDictionary/ExternalLink.d.ts +16 -0
  96. package/dist/src/iconDictionary/ExternalLink.d.ts.map +1 -0
  97. package/dist/src/iconDictionary/Eye.d.ts +16 -0
  98. package/dist/src/iconDictionary/Eye.d.ts.map +1 -0
  99. package/dist/src/iconDictionary/EyeOff.d.ts +16 -0
  100. package/dist/src/iconDictionary/EyeOff.d.ts.map +1 -0
  101. package/dist/src/iconDictionary/Filter.d.ts +16 -0
  102. package/dist/src/iconDictionary/Filter.d.ts.map +1 -0
  103. package/dist/src/iconDictionary/Globe.d.ts +16 -0
  104. package/dist/src/iconDictionary/Globe.d.ts.map +1 -0
  105. package/dist/src/iconDictionary/Home.d.ts +16 -0
  106. package/dist/src/iconDictionary/Home.d.ts.map +1 -0
  107. package/dist/src/iconDictionary/InformationCircle.d.ts +16 -0
  108. package/dist/src/iconDictionary/InformationCircle.d.ts.map +1 -0
  109. package/dist/src/iconDictionary/InformationCircleFilled.d.ts +16 -0
  110. package/dist/src/iconDictionary/InformationCircleFilled.d.ts.map +1 -0
  111. package/dist/src/iconDictionary/Notification.d.ts +16 -0
  112. package/dist/src/iconDictionary/Notification.d.ts.map +1 -0
  113. package/dist/src/iconDictionary/OverflowVertical.d.ts +16 -0
  114. package/dist/src/iconDictionary/OverflowVertical.d.ts.map +1 -0
  115. package/dist/src/iconDictionary/QuestionCircle.d.ts +16 -0
  116. package/dist/src/iconDictionary/QuestionCircle.d.ts.map +1 -0
  117. package/dist/src/iconDictionary/QuestionCircleFilled.d.ts +16 -0
  118. package/dist/src/iconDictionary/QuestionCircleFilled.d.ts.map +1 -0
  119. package/dist/src/iconDictionary/Search.d.ts +16 -0
  120. package/dist/src/iconDictionary/Search.d.ts.map +1 -0
  121. package/dist/src/iconDictionary/Settings.d.ts +16 -0
  122. package/dist/src/iconDictionary/Settings.d.ts.map +1 -0
  123. package/dist/src/iconDictionary/Subtract.d.ts +16 -0
  124. package/dist/src/iconDictionary/Subtract.d.ts.map +1 -0
  125. package/dist/src/iconDictionary/SvgIcon.d.ts.map +1 -0
  126. package/dist/src/iconDictionary/User.d.ts +16 -0
  127. package/dist/src/iconDictionary/User.d.ts.map +1 -0
  128. package/dist/src/iconDictionary/UserGroup.d.ts +16 -0
  129. package/dist/src/iconDictionary/UserGroup.d.ts.map +1 -0
  130. package/dist/src/iconDictionary/index.d.ts +94 -0
  131. package/dist/src/iconDictionary/index.d.ts.map +1 -0
  132. package/dist/src/iconDictionary/types.d.ts.map +1 -0
  133. package/dist/src/index.d.ts +50 -0
  134. package/dist/src/index.d.ts.map +1 -0
  135. package/dist/src/theme/OdysseyTheme.d.ts +23 -0
  136. package/dist/src/theme/OdysseyTheme.d.ts.map +1 -0
  137. package/dist/src/theme/components.d.ts.map +1 -0
  138. package/dist/src/theme/components.types.d.ts.map +1 -0
  139. package/dist/{theme → src/theme}/index.d.ts +1 -0
  140. package/dist/src/theme/index.d.ts.map +1 -0
  141. package/dist/src/theme/mixins.d.ts.map +1 -0
  142. package/dist/src/theme/mixins.types.d.ts.map +1 -0
  143. package/dist/src/theme/palette.d.ts.map +1 -0
  144. package/dist/src/theme/palette.types.d.ts.map +1 -0
  145. package/dist/src/theme/shape.d.ts.map +1 -0
  146. package/dist/src/theme/spacing.d.ts.map +1 -0
  147. package/dist/src/theme/temp.d.ts +16 -0
  148. package/dist/src/theme/temp.d.ts.map +1 -0
  149. package/dist/{theme → src/theme}/theme.d.ts +2 -1
  150. package/dist/src/theme/theme.d.ts.map +1 -0
  151. package/dist/src/theme/typography.d.ts.map +1 -0
  152. package/dist/src/theme/typography.types.d.ts.map +1 -0
  153. package/dist/src/theme/useTheme.d.ts +14 -0
  154. package/dist/src/theme/useTheme.d.ts.map +1 -0
  155. package/dist/src/useUniqueAlphabeticalId.d.ts.map +1 -0
  156. package/dist/src/useUniqueId.d.ts.map +1 -0
  157. package/dist/theme/OdysseyTheme.js +2 -0
  158. package/dist/theme/OdysseyTheme.js.map +1 -0
  159. package/dist/theme/components.js +15 -33
  160. package/dist/theme/components.js.map +1 -1
  161. package/dist/theme/index.js +1 -0
  162. package/dist/theme/index.js.map +1 -1
  163. package/dist/theme/temp.js +15 -0
  164. package/dist/theme/temp.js.map +1 -0
  165. package/dist/theme/theme.js +2 -0
  166. package/dist/theme/theme.js.map +1 -1
  167. package/dist/theme/useTheme.js +16 -0
  168. package/dist/theme/useTheme.js.map +1 -0
  169. package/dist/tsconfig.production.tsbuildinfo +1 -0
  170. package/package.json +5 -5
  171. package/src/Banner.tsx +2 -1
  172. package/src/Checkbox.tsx +62 -0
  173. package/src/CheckboxGroup.tsx +73 -0
  174. package/src/Infobox.tsx +2 -1
  175. package/src/OdysseyThemeProvider.tsx +6 -10
  176. package/src/Radio.tsx +26 -3
  177. package/src/RadioGroup.tsx +16 -5
  178. package/src/TextField.tsx +141 -115
  179. package/src/index.ts +10 -5
  180. package/src/theme/OdysseyTheme.ts +25 -0
  181. package/src/theme/components.tsx +15 -36
  182. package/src/theme/index.ts +1 -0
  183. package/src/theme/temp.ts +19 -0
  184. package/src/theme/theme.ts +4 -1
  185. package/src/theme/useTheme.ts +18 -0
  186. package/tsconfig.production.json +3 -2
  187. package/dist/Banner.d.ts.map +0 -1
  188. package/dist/Icon.d.ts +0 -28
  189. package/dist/Icon.d.ts.map +0 -1
  190. package/dist/Infobox.d.ts.map +0 -1
  191. package/dist/Link.d.ts +0 -18
  192. package/dist/Link.d.ts.map +0 -1
  193. package/dist/MenuButton.d.ts.map +0 -1
  194. package/dist/MenuItem.d.ts.map +0 -1
  195. package/dist/OdysseyCacheProvider.d.ts.map +0 -1
  196. package/dist/OdysseyThemeProvider.d.ts.map +0 -1
  197. package/dist/PasswordInput.d.ts.map +0 -1
  198. package/dist/Radio.d.ts.map +0 -1
  199. package/dist/RadioGroup.d.ts.map +0 -1
  200. package/dist/Status.d.ts.map +0 -1
  201. package/dist/TextField.d.ts.map +0 -1
  202. package/dist/ThemeProvider.d.ts.map +0 -1
  203. package/dist/a11yCheck.d.ts.map +0 -1
  204. package/dist/createUniqueAlphabeticalId.d.ts.map +0 -1
  205. package/dist/createUniqueId.d.ts.map +0 -1
  206. package/dist/iconDictionary/Add.d.ts +0 -16
  207. package/dist/iconDictionary/Add.d.ts.map +0 -1
  208. package/dist/iconDictionary/AddCircle.d.ts +0 -16
  209. package/dist/iconDictionary/AddCircle.d.ts.map +0 -1
  210. package/dist/iconDictionary/AlertCircle.d.ts +0 -16
  211. package/dist/iconDictionary/AlertCircle.d.ts.map +0 -1
  212. package/dist/iconDictionary/AlertCircleFilled.d.ts +0 -16
  213. package/dist/iconDictionary/AlertCircleFilled.d.ts.map +0 -1
  214. package/dist/iconDictionary/AlertTriangleFilled.d.ts +0 -16
  215. package/dist/iconDictionary/AlertTriangleFilled.d.ts.map +0 -1
  216. package/dist/iconDictionary/Anchor.d.ts +0 -16
  217. package/dist/iconDictionary/Anchor.d.ts.map +0 -1
  218. package/dist/iconDictionary/ArrowDown.d.ts +0 -16
  219. package/dist/iconDictionary/ArrowDown.d.ts.map +0 -1
  220. package/dist/iconDictionary/ArrowLeft.d.ts +0 -16
  221. package/dist/iconDictionary/ArrowLeft.d.ts.map +0 -1
  222. package/dist/iconDictionary/ArrowRight.d.ts +0 -16
  223. package/dist/iconDictionary/ArrowRight.d.ts.map +0 -1
  224. package/dist/iconDictionary/ArrowUp.d.ts +0 -16
  225. package/dist/iconDictionary/ArrowUp.d.ts.map +0 -1
  226. package/dist/iconDictionary/ArrowUpDown.d.ts +0 -16
  227. package/dist/iconDictionary/ArrowUpDown.d.ts.map +0 -1
  228. package/dist/iconDictionary/Calendar.d.ts +0 -16
  229. package/dist/iconDictionary/Calendar.d.ts.map +0 -1
  230. package/dist/iconDictionary/Check.d.ts +0 -16
  231. package/dist/iconDictionary/Check.d.ts.map +0 -1
  232. package/dist/iconDictionary/CheckCircleFilled.d.ts +0 -16
  233. package/dist/iconDictionary/CheckCircleFilled.d.ts.map +0 -1
  234. package/dist/iconDictionary/ChevronDown.d.ts +0 -16
  235. package/dist/iconDictionary/ChevronDown.d.ts.map +0 -1
  236. package/dist/iconDictionary/ChevronUp.d.ts +0 -16
  237. package/dist/iconDictionary/ChevronUp.d.ts.map +0 -1
  238. package/dist/iconDictionary/Close.d.ts +0 -16
  239. package/dist/iconDictionary/Close.d.ts.map +0 -1
  240. package/dist/iconDictionary/CloseCircleFilled.d.ts +0 -16
  241. package/dist/iconDictionary/CloseCircleFilled.d.ts.map +0 -1
  242. package/dist/iconDictionary/Copy.d.ts +0 -16
  243. package/dist/iconDictionary/Copy.d.ts.map +0 -1
  244. package/dist/iconDictionary/Delete.d.ts +0 -16
  245. package/dist/iconDictionary/Delete.d.ts.map +0 -1
  246. package/dist/iconDictionary/Download.d.ts +0 -16
  247. package/dist/iconDictionary/Download.d.ts.map +0 -1
  248. package/dist/iconDictionary/DragHandle.d.ts +0 -16
  249. package/dist/iconDictionary/DragHandle.d.ts.map +0 -1
  250. package/dist/iconDictionary/Edit.d.ts +0 -16
  251. package/dist/iconDictionary/Edit.d.ts.map +0 -1
  252. package/dist/iconDictionary/ExternalLink.d.ts +0 -16
  253. package/dist/iconDictionary/ExternalLink.d.ts.map +0 -1
  254. package/dist/iconDictionary/Eye.d.ts +0 -16
  255. package/dist/iconDictionary/Eye.d.ts.map +0 -1
  256. package/dist/iconDictionary/EyeOff.d.ts +0 -16
  257. package/dist/iconDictionary/EyeOff.d.ts.map +0 -1
  258. package/dist/iconDictionary/Filter.d.ts +0 -16
  259. package/dist/iconDictionary/Filter.d.ts.map +0 -1
  260. package/dist/iconDictionary/Globe.d.ts +0 -16
  261. package/dist/iconDictionary/Globe.d.ts.map +0 -1
  262. package/dist/iconDictionary/Home.d.ts +0 -16
  263. package/dist/iconDictionary/Home.d.ts.map +0 -1
  264. package/dist/iconDictionary/InformationCircle.d.ts +0 -16
  265. package/dist/iconDictionary/InformationCircle.d.ts.map +0 -1
  266. package/dist/iconDictionary/InformationCircleFilled.d.ts +0 -16
  267. package/dist/iconDictionary/InformationCircleFilled.d.ts.map +0 -1
  268. package/dist/iconDictionary/Notification.d.ts +0 -16
  269. package/dist/iconDictionary/Notification.d.ts.map +0 -1
  270. package/dist/iconDictionary/OverflowVertical.d.ts +0 -16
  271. package/dist/iconDictionary/OverflowVertical.d.ts.map +0 -1
  272. package/dist/iconDictionary/QuestionCircle.d.ts +0 -16
  273. package/dist/iconDictionary/QuestionCircle.d.ts.map +0 -1
  274. package/dist/iconDictionary/QuestionCircleFilled.d.ts +0 -16
  275. package/dist/iconDictionary/QuestionCircleFilled.d.ts.map +0 -1
  276. package/dist/iconDictionary/Search.d.ts +0 -16
  277. package/dist/iconDictionary/Search.d.ts.map +0 -1
  278. package/dist/iconDictionary/Settings.d.ts +0 -16
  279. package/dist/iconDictionary/Settings.d.ts.map +0 -1
  280. package/dist/iconDictionary/Subtract.d.ts +0 -16
  281. package/dist/iconDictionary/Subtract.d.ts.map +0 -1
  282. package/dist/iconDictionary/SvgIcon.d.ts.map +0 -1
  283. package/dist/iconDictionary/User.d.ts +0 -16
  284. package/dist/iconDictionary/User.d.ts.map +0 -1
  285. package/dist/iconDictionary/UserGroup.d.ts +0 -16
  286. package/dist/iconDictionary/UserGroup.d.ts.map +0 -1
  287. package/dist/iconDictionary/index.d.ts +0 -94
  288. package/dist/iconDictionary/index.d.ts.map +0 -1
  289. package/dist/iconDictionary/types.d.ts.map +0 -1
  290. package/dist/index.d.ts +0 -36
  291. package/dist/index.d.ts.map +0 -1
  292. package/dist/theme/components.d.ts.map +0 -1
  293. package/dist/theme/components.types.d.ts.map +0 -1
  294. package/dist/theme/index.d.ts.map +0 -1
  295. package/dist/theme/mixins.d.ts.map +0 -1
  296. package/dist/theme/mixins.types.d.ts.map +0 -1
  297. package/dist/theme/palette.d.ts.map +0 -1
  298. package/dist/theme/palette.types.d.ts.map +0 -1
  299. package/dist/theme/shape.d.ts.map +0 -1
  300. package/dist/theme/spacing.d.ts.map +0 -1
  301. package/dist/theme/theme.d.ts.map +0 -1
  302. package/dist/theme/typography.d.ts.map +0 -1
  303. package/dist/theme/typography.types.d.ts.map +0 -1
  304. package/dist/useUniqueAlphabeticalId.d.ts.map +0 -1
  305. package/dist/useUniqueId.d.ts.map +0 -1
  306. /package/dist/{Banner.d.ts → src/Banner.d.ts} +0 -0
  307. /package/dist/{Infobox.d.ts → src/Infobox.d.ts} +0 -0
  308. /package/dist/{MenuButton.d.ts → src/MenuButton.d.ts} +0 -0
  309. /package/dist/{OdysseyCacheProvider.d.ts → src/OdysseyCacheProvider.d.ts} +0 -0
  310. /package/dist/{Status.d.ts → src/Status.d.ts} +0 -0
  311. /package/dist/{ThemeProvider.d.ts → src/ThemeProvider.d.ts} +0 -0
  312. /package/dist/{a11yCheck.d.ts → src/a11yCheck.d.ts} +0 -0
  313. /package/dist/{createUniqueAlphabeticalId.d.ts → src/createUniqueAlphabeticalId.d.ts} +0 -0
  314. /package/dist/{createUniqueId.d.ts → src/createUniqueId.d.ts} +0 -0
  315. /package/dist/{iconDictionary → src/iconDictionary}/SvgIcon.d.ts +0 -0
  316. /package/dist/{iconDictionary → src/iconDictionary}/types.d.ts +0 -0
  317. /package/dist/{theme → src/theme}/components.d.ts +0 -0
  318. /package/dist/{theme → src/theme}/components.types.d.ts +0 -0
  319. /package/dist/{theme → src/theme}/mixins.d.ts +0 -0
  320. /package/dist/{theme → src/theme}/mixins.types.d.ts +0 -0
  321. /package/dist/{theme → src/theme}/palette.d.ts +0 -0
  322. /package/dist/{theme → src/theme}/palette.types.d.ts +0 -0
  323. /package/dist/{theme → src/theme}/shape.d.ts +0 -0
  324. /package/dist/{theme → src/theme}/spacing.d.ts +0 -0
  325. /package/dist/{theme → src/theme}/typography.d.ts +0 -0
  326. /package/dist/{theme → src/theme}/typography.types.d.ts +0 -0
  327. /package/dist/{useUniqueAlphabeticalId.d.ts → src/useUniqueAlphabeticalId.d.ts} +0 -0
  328. /package/dist/{useUniqueId.d.ts → src/useUniqueId.d.ts} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/iconDictionary/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,cAAc,aAAa,CAAC;AAG5B,cAAc,OAAO,CAAC;AAGtB,cAAc,qBAAqB,CAAC;AAGpC,cAAc,eAAe,CAAC;AAG9B,cAAc,uBAAuB,CAAC;AAGtC,cAAc,UAAU,CAAC;AAGzB,cAAc,aAAa,CAAC;AAG5B,cAAc,aAAa,CAAC;AAG5B,cAAc,cAAc,CAAC;AAG7B,cAAc,eAAe,CAAC;AAG9B,cAAc,WAAW,CAAC;AAG1B,cAAc,YAAY,CAAC;AAG3B,cAAc,qBAAqB,CAAC;AAGpC,cAAc,SAAS,CAAC;AAGxB,cAAc,eAAe,CAAC;AAG9B,cAAc,aAAa,CAAC;AAG5B,cAAc,qBAAqB,CAAC;AAGpC,cAAc,SAAS,CAAC;AAGxB,cAAc,QAAQ,CAAC;AAGvB,cAAc,UAAU,CAAC;AAGzB,cAAc,YAAY,CAAC;AAG3B,cAAc,cAAc,CAAC;AAG7B,cAAc,QAAQ,CAAC;AAGvB,cAAc,gBAAgB,CAAC;AAG/B,cAAc,UAAU,CAAC;AAGzB,cAAc,OAAO,CAAC;AAGtB,cAAc,UAAU,CAAC;AAGzB,cAAc,SAAS,CAAC;AAGxB,cAAc,QAAQ,CAAC;AAGvB,cAAc,2BAA2B,CAAC;AAG1C,cAAc,qBAAqB,CAAC;AAGpC,cAAc,gBAAgB,CAAC;AAG/B,cAAc,oBAAoB,CAAC;AAGnC,cAAc,wBAAwB,CAAC;AAGvC,cAAc,kBAAkB,CAAC;AAGjC,cAAc,UAAU,CAAC;AAGzB,cAAc,YAAY,CAAC;AAG3B,cAAc,YAAY,CAAC;AAG3B,cAAc,aAAa,CAAC;AAG5B,cAAc,QAAQ,CAAC;AAEvB,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyC1B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/iconDictionary/types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAE9C,MAAM,WAAW,sBAAuB,SAAQ,IAAI,CAAC,YAAY,EAAE,UAAU,CAAC;IAC5E;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC;CAClB"}
@@ -0,0 +1,50 @@
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
+ export { Alert, AlertTitle, Box, Button, Chip, CircularProgress, createTheme, CssBaseline, Dialog, DialogActions, DialogContent, DialogContentText, DialogTitle, Divider, FormControl, FormControlLabel, FormGroup, FormHelperText, FormLabel, IconButton,
13
+ /** @deprecated Will be removed in a future Odyssey version. Please switch to `TextField`. */
14
+ InputAdornment,
15
+ /** @deprecated Will be removed in a future Odyssey version. Please switch to `TextField`. */
16
+ InputBase,
17
+ /** @deprecated Will be removed in a future Odyssey version. Please switch to `TextField`. */
18
+ 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";
19
+ export type { AlertProps, AlertTitleProps, BoxProps, ButtonProps, ChipProps, CircularProgressProps, CssBaselineProps, DialogProps, DialogActionsProps, DialogContentProps, DialogContentTextProps, DialogTitleProps, DividerProps, FormControlLabelProps, FormControlProps, FormGroupProps, FormHelperTextProps, FormLabelProps, IconButtonProps,
20
+ /** @deprecated Will be removed in a future Odyssey version. Please switch to `TextFieldProps`. */
21
+ InputAdornmentProps,
22
+ /** @deprecated Will be removed in a future Odyssey version. Please switch to `TextFieldProps`. */
23
+ InputBaseProps,
24
+ /** @deprecated Will be removed in a future Odyssey version. Please switch to `TextFieldProps`. */
25
+ InputLabelProps, ListProps, ListItemProps, ListItemIconProps, ListItemTextProps, ListSubheaderProps, MenuProps, MenuListProps, PaperProps, ScopedCssBaselineProps, SelectChangeEvent, SelectProps, SnackbarProps, StackProps, SvgIconProps, TabProps, TableBodyProps, TableCellProps, TableContainerProps, TableHeadProps, TableProps, TableRowProps, TableSortLabelProps, ThemeOptions, TooltipProps, TypographyProps, } from "@mui/material";
26
+ export { TabContext, TabList, TabPanel } from "@mui/lab";
27
+ export type { TabContextProps, TabListProps, TabPanelProps } from "@mui/lab";
28
+ export { default as FavoriteIcon } from "@mui/icons-material/Favorite";
29
+ export { deepmerge, visuallyHidden } from "@mui/utils";
30
+ export * from "./Banner";
31
+ export * from "./Checkbox";
32
+ export * from "./CheckboxGroup";
33
+ export * from "./createUniqueId";
34
+ export * from "./Icon";
35
+ export * from "./iconDictionary";
36
+ export * from "./Infobox";
37
+ export * from "./Link";
38
+ export * from "./MenuButton";
39
+ export * from "./MenuItem";
40
+ export * from "./OdysseyCacheProvider";
41
+ export * from "./OdysseyThemeProvider";
42
+ export * from "./PasswordInput";
43
+ export * from "./Radio";
44
+ export * from "./RadioGroup";
45
+ export * from "./Status";
46
+ export * from "./TextField";
47
+ export * from "./theme";
48
+ export * from "./ThemeProvider";
49
+ export * from "./useUniqueId";
50
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EACL,KAAK,EACL,UAAU,EACV,GAAG,EACH,MAAM,EACN,IAAI,EACJ,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,MAAM,EACN,aAAa,EACb,aAAa,EACb,iBAAiB,EACjB,WAAW,EACX,OAAO,EACP,WAAW,EACX,gBAAgB,EAChB,SAAS,EACT,cAAc,EACd,SAAS,EACT,UAAU;AACV,6FAA6F;AAC7F,cAAc;AACd,6FAA6F;AAC7F,SAAS;AACT,6FAA6F;AAC7F,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,IAAI,EACJ,QAAQ,EACR,KAAK,EACL,iBAAiB,EACjB,MAAM,EACN,QAAQ,EACR,KAAK,EACL,OAAO,EACP,GAAG,EACH,KAAK,EACL,SAAS,EACT,SAAS,EACT,cAAc,EACd,SAAS,EACT,QAAQ,EACR,cAAc,EACd,aAAa,IAAI,gBAAgB,EACjC,OAAO,EACP,UAAU,GACX,MAAM,eAAe,CAAC;AAEvB,YAAY,EACV,UAAU,EACV,eAAe,EACf,QAAQ,EACR,WAAW,EACX,SAAS,EACT,qBAAqB,EACrB,gBAAgB,EAChB,WAAW,EACX,kBAAkB,EAClB,kBAAkB,EAClB,sBAAsB,EACtB,gBAAgB,EAChB,YAAY,EACZ,qBAAqB,EACrB,gBAAgB,EAChB,cAAc,EACd,mBAAmB,EACnB,cAAc,EACd,eAAe;AACf,kGAAkG;AAClG,mBAAmB;AACnB,kGAAkG;AAClG,cAAc;AACd,kGAAkG;AAClG,eAAe,EACf,SAAS,EACT,aAAa,EACb,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,SAAS,EACT,aAAa,EACb,UAAU,EACV,sBAAsB,EACtB,iBAAiB,EACjB,WAAW,EACX,aAAa,EACb,UAAU,EACV,YAAY,EACZ,QAAQ,EACR,cAAc,EACd,cAAc,EACd,mBAAmB,EACnB,cAAc,EACd,UAAU,EACV,aAAa,EACb,mBAAmB,EACnB,YAAY,EACZ,YAAY,EACZ,eAAe,GAChB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEzD,YAAY,EAAE,eAAe,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAE7E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAEvE,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAEvD,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC"}
@@ -0,0 +1,23 @@
1
+ /*!
2
+ * Copyright (c) 2023-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 { Theme } from "@mui/material/styles";
13
+ import { Temp } from "./temp";
14
+ declare module "@mui/material/styles" {
15
+ interface ThemeOptions {
16
+ temp?: Temp;
17
+ }
18
+ }
19
+ export interface OdysseyTheme extends Theme {
20
+ /** @deprecated `temp` is only for testing. It will be removed in a future version of Odyssey. */
21
+ temp?: Temp;
22
+ }
23
+ //# sourceMappingURL=OdysseyTheme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OdysseyTheme.d.ts","sourceRoot":"","sources":["../../../src/theme/OdysseyTheme.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,OAAO,QAAQ,sBAAsB,CAAC;IACpC,UAAU,YAAY;QACpB,IAAI,CAAC,EAAE,IAAI,CAAC;KACb;CACF;AAED,MAAM,WAAW,YAAa,SAAQ,KAAK;IACzC,iGAAiG;IACjG,IAAI,CAAC,EAAE,IAAI,CAAC;CACb"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../src/theme/components.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AA4B7C,eAAO,MAAM,UAAU,EAAE,YAAY,CAAC,YAAY,CAmxDjD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"components.types.d.ts","sourceRoot":"","sources":["../../../src/theme/components.types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,QAAQ,qBAAqB,CAAC;IACnC,UAAU,0BAA0B;QAElC,MAAM,EAAE,KAAK,CAAC;QACd,QAAQ,EAAE,KAAK,CAAC;QAChB,QAAQ,EAAE,KAAK,CAAC;QAEhB,MAAM,EAAE,IAAI,CAAC;QACb,OAAO,EAAE,IAAI,CAAC;QACd,KAAK,EAAE,IAAI,CAAC;KACb;CACF;AAED,OAAO,QAAQ,sBAAsB,CAAC;IACpC,UAAU,2BAA2B;QACnC,QAAQ,EAAE,IAAI,CAAC;QACf,OAAO,EAAE,IAAI,CAAC;QACd,SAAS,EAAE,IAAI,CAAC;QAChB,MAAM,EAAE,IAAI,CAAC;QACb,IAAI,EAAE,KAAK,CAAC;QACZ,SAAS,EAAE,KAAK,CAAC;QACjB,QAAQ,EAAE,KAAK,CAAC;KACjB;IACD,UAAU,wBAAwB;QAChC,CAAC,EAAE,IAAI,CAAC;QACR,CAAC,EAAE,IAAI,CAAC;QACR,CAAC,EAAE,IAAI,CAAC;QACR,KAAK,EAAE,KAAK,CAAC;QACb,MAAM,EAAE,KAAK,CAAC;QACd,KAAK,EAAE,KAAK,CAAC;KACd;IACD,UAAU,yBAAyB;QACjC,OAAO,EAAE,KAAK,CAAC;QACf,OAAO,EAAE,KAAK,CAAC;QACf,SAAS,EAAE,KAAK,CAAC;QACjB,KAAK,EAAE,KAAK,CAAC;QACb,IAAI,EAAE,KAAK,CAAC;QACZ,OAAO,EAAE,KAAK,CAAC;QACf,OAAO,EAAE,KAAK,CAAC;KAChB;CACF;AAED,OAAO,QAAQ,oBAAoB,CAAC;IAClC,UAAU,yBAAyB;QAEjC,MAAM,EAAE,IAAI,CAAC;KACd;CACF;AAED,OAAO,QAAQ,oBAAoB,CAAC;IAClC,UAAU,yBAAyB;QACjC,OAAO,EAAE,IAAI,CAAC;QACd,UAAU,EAAE,IAAI,CAAC;QACjB,KAAK,EAAE,KAAK,CAAC;QACb,KAAK,EAAE,KAAK,CAAC;QACb,MAAM,EAAE,KAAK,CAAC;QACd,EAAE,EAAE,KAAK,CAAC;QACV,EAAE,EAAE,KAAK,CAAC;QACV,EAAE,EAAE,KAAK,CAAC;QACV,EAAE,EAAE,KAAK,CAAC;QACV,EAAE,EAAE,KAAK,CAAC;QACV,EAAE,EAAE,KAAK,CAAC;QACV,OAAO,EAAE,KAAK,CAAC;QACf,QAAQ,EAAE,KAAK,CAAC;QAChB,SAAS,EAAE,KAAK,CAAC;QACjB,SAAS,EAAE,KAAK,CAAC;KAClB;IAED,UAAU,2BAA2B;QACnC,IAAI,EAAE,KAAK,CAAC;QACZ,KAAK,EAAE,KAAK,CAAC;QACb,MAAM,EAAE,KAAK,CAAC;KACf;IAED,UAAU,uBAAuB;QAC/B,OAAO,EAAE,KAAK,CAAC;QACf,OAAO,EAAE,KAAK,CAAC;QACf,SAAS,EAAE,KAAK,CAAC;QACjB,KAAK,EAAE,KAAK,CAAC;QACb,IAAI,EAAE,KAAK,CAAC;QACZ,OAAO,EAAE,KAAK,CAAC;QACf,OAAO,EAAE,KAAK,CAAC;KAChB;CACF;AAED,OAAO,QAAQ,yBAAyB,CAAC;IACvC,UAAU,8BAA8B;QACtC,MAAM,EAAE,IAAI,CAAC;QACb,IAAI,EAAE,IAAI,CAAC;QACX,IAAI,EAAE,IAAI,CAAC;QACX,MAAM,EAAE,IAAI,CAAC;QACb,IAAI,EAAE,IAAI,CAAC;QACX,MAAM,EAAE,IAAI,CAAC;KACd;CACF;AAED,OAAO,QAAQ,uBAAuB,CAAC;IACrC,UAAU,+BAA+B;QACvC,SAAS,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC;KACjD;CACF;AAED,OAAO,EAAE,CAAC"}
@@ -10,4 +10,5 @@
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
12
  export { theme as odysseyTheme } from "./theme";
13
+ export { useTheme } from "./useTheme";
13
14
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/theme/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,KAAK,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mixins.d.ts","sourceRoot":"","sources":["../../../src/theme/mixins.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAGlD,eAAO,MAAM,MAAM,EAAE,YAAY,CAAC,QAAQ,CAKzC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mixins.types.d.ts","sourceRoot":"","sources":["../../../src/theme/mixins.types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,QAAQ,sBAAsB,CAAC;IACpC,UAAU,MAAM;QACd,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB;IAED,UAAU,aAAa;QACrB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB;CACF;AAED,OAAO,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"palette.d.ts","sourceRoot":"","sources":["../../../src/theme/palette.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAGlD,eAAO,MAAM,OAAO,EAAE,YAAY,CAAC,SAAS,CAwF3C,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"palette.types.d.ts","sourceRoot":"","sources":["../../../src/theme/palette.types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,QAAQ,sBAAsB,CAAC;IACpC,UAAU,YAAY;QACpB,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB;IACD,UAAU,yBAAyB;QACjC,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB;CACF;AAED,OAAO,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shape.d.ts","sourceRoot":"","sources":["../../../src/theme/shape.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AASlD,eAAO,MAAM,KAAK,EAAE,YAAY,CAAC,OAAO,CAEvC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spacing.d.ts","sourceRoot":"","sources":["../../../src/theme/spacing.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAGlD,eAAO,MAAM,OAAO,EAAE,YAAY,CAAC,SAAS,CAW3C,CAAC"}
@@ -0,0 +1,16 @@
1
+ /*!
2
+ * Copyright (c) 2023-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
+ export type Temp = {
13
+ borderWidth: string;
14
+ };
15
+ export declare const temp: Temp;
16
+ //# sourceMappingURL=temp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"temp.d.ts","sourceRoot":"","sources":["../../../src/theme/temp.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,MAAM,MAAM,IAAI,GAAG;IACjB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAElB,CAAC"}
@@ -9,9 +9,10 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
+ import { OdysseyTheme } from "./OdysseyTheme";
12
13
  import "./components.types";
13
14
  import "./mixins.types";
14
15
  import "./palette.types";
15
16
  import "./typography.types";
16
- export declare const theme: import("@mui/material/styles").Theme;
17
+ export declare const theme: OdysseyTheme;
17
18
  //# sourceMappingURL=theme.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typography.types.d.ts","sourceRoot":"","sources":["../../../src/theme/typography.types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEtC,OAAO,QAAQ,sBAAsB,CAAC;IACpC,UAAU,kBAAkB;QAC1B,MAAM,EAAE,aAAa,CAAC;QACtB,EAAE,EAAE,aAAa,CAAC;KACnB;IACD,UAAU,yBAAyB;QACjC,MAAM,CAAC,EAAE,aAAa,CAAC;QACvB,EAAE,EAAE,aAAa,CAAC;KACnB;CACF;AAED,OAAO,QAAQ,0BAA0B,CAAC;IACxC,UAAU,+BAA+B;QACvC,KAAK,EAAE,IAAI,CAAC;QACZ,KAAK,EAAE,KAAK,CAAC;QACb,MAAM,EAAE,KAAK,CAAC;QACd,MAAM,EAAE,IAAI,CAAC;QACb,QAAQ,EAAE,KAAK,CAAC;QAChB,SAAS,EAAE,IAAI,CAAC;QAChB,SAAS,EAAE,KAAK,CAAC;QACjB,EAAE,EAAE,IAAI,CAAC;QACT,OAAO,EAAE,IAAI,CAAC;QACd,UAAU,EAAE,IAAI,CAAC;KAClB;CACF;AAED,OAAO,EAAE,CAAC"}
@@ -0,0 +1,14 @@
1
+ /*!
2
+ * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+ import type { OdysseyTheme } from "./OdysseyTheme";
13
+ export declare const useTheme: () => OdysseyTheme;
14
+ //# sourceMappingURL=useTheme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["../../../src/theme/useTheme.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEnD,eAAO,MAAM,QAAQ,oBACe,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useUniqueAlphabeticalId.d.ts","sourceRoot":"","sources":["../../src/useUniqueAlphabeticalId.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAMH,eAAO,MAAM,uBAAuB,QAAS,MAAM,WAIlD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useUniqueId.d.ts","sourceRoot":"","sources":["../../src/useUniqueId.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAMH,eAAO,MAAM,WAAW,QAAS,MAAM,WAItC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=OdysseyTheme.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OdysseyTheme.js","names":[],"sources":["../../src/theme/OdysseyTheme.ts"],"sourcesContent":["/*!\n * Copyright (c) 2023-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\nimport { Theme } from \"@mui/material/styles\";\nimport { Temp } from \"./temp\";\n\ndeclare module \"@mui/material/styles\" {\n interface ThemeOptions {\n temp?: Temp;\n }\n}\n\nexport interface OdysseyTheme extends Theme {\n /** @deprecated `temp` is only for testing. It will be removed in a future version of Odyssey. */\n temp?: Temp;\n}\n"],"mappings":""}
@@ -193,9 +193,6 @@ export const components = {
193
193
  "&:hover, &:focus-visible": {
194
194
  backgroundColor: theme.palette.primary.dark
195
195
  },
196
- "&:focus-visible": {
197
- outlineColor: theme.palette.primary.main
198
- },
199
196
  "&:active": {
200
197
  backgroundColor: theme.palette.primary.main
201
198
  },
@@ -222,9 +219,6 @@ export const components = {
222
219
  borderColor: theme.palette.primary.light,
223
220
  color: theme.palette.primary.main
224
221
  },
225
- "&:focus-visible": {
226
- outlineColor: theme.palette.primary.main
227
- },
228
222
  "&:active": {
229
223
  borderColor: theme.palette.primary.main
230
224
  },
@@ -251,7 +245,7 @@ export const components = {
251
245
  backgroundColor: theme.palette.error.dark
252
246
  },
253
247
  "&:focus-visible": {
254
- outlineColor: theme.palette.error.main,
248
+ boxShadow: `0 0 0 2px ${theme.palette.background.default}, 0 0 0 4px ${theme.palette.error.main}`,
255
249
  backgroundColor: theme.palette.error.dark
256
250
  },
257
251
  "&:active": {
@@ -279,15 +273,12 @@ export const components = {
279
273
  backgroundColor: "rgba(29, 29, 33, 0.1)",
280
274
  borderColor: "transparent"
281
275
  },
282
- "&:focus-visible": {
283
- outlineColor: theme.palette.primary.main
284
- },
285
276
  "&:active": {
286
277
  backgroundColor: "rgba(29, 29, 33, 0.2)",
287
278
  borderColor: "transparent"
288
279
  },
289
280
  "&:disabled": {
290
- backgroundColor: "rgba(235, 235, 237, 0.6)",
281
+ backgroundColor: "transparent",
291
282
  color: theme.palette.text.secondary,
292
283
  borderColor: "transparent"
293
284
  }
@@ -362,14 +353,12 @@ export const components = {
362
353
  position: "relative",
363
354
  marginBlock: "0",
364
355
  marginInline: "0",
365
- transitionProperty: "color, background-color, border-color, outline-offset, outline-color",
356
+ transitionProperty: "color, background-color, border-color, box-shadow",
366
357
  transitionDuration: "100ms",
367
358
  transitionTimingFunction: "linear",
368
359
  borderWidth: theme.mixins.borderWidth,
369
360
  borderStyle: theme.mixins.borderStyle,
370
361
  borderRadius: theme.mixins.borderRadius,
371
- outlineColor: "transparent",
372
- outlineOffset: "0",
373
362
  fontSize: theme.typography.body1.fontSize,
374
363
  lineHeight: theme.typography.ui.lineHeight,
375
364
  whiteSpace: "nowrap",
@@ -377,9 +366,9 @@ export const components = {
377
366
  marginInlineStart: theme.spacing(2)
378
367
  },
379
368
  "&:focus-visible": {
380
- outlineOffset: "2px",
381
- outlineStyle: "solid",
382
- outlineWidth: "2px"
369
+ boxShadow: `0 0 0 2px ${theme.palette.background.default}, 0 0 0 4px ${theme.palette.primary.main}`,
370
+ outline: "2px solid transparent",
371
+ outlineOffset: "1px"
383
372
  },
384
373
  "&:disabled": {
385
374
  cursor: "not-allowed",
@@ -452,12 +441,6 @@ export const components = {
452
441
  "&:hover": {
453
442
  color: theme.palette.error.dark
454
443
  }
455
- },
456
- "&.Mui-focusVisible": {
457
- outlineColor: theme.palette.primary.main,
458
- outlineOffset: 0,
459
- outlineStyle: "solid",
460
- outlineWidth: "2px"
461
444
  }
462
445
  };
463
446
  }
@@ -762,7 +745,7 @@ export const components = {
762
745
  content: "attr(data-a11y-end)"
763
746
  }
764
747
  },
765
- p: {
748
+ "p:not([class])": {
766
749
  maxWidth: theme.mixins.maxWidth,
767
750
  marginBlockStart: 0,
768
751
  marginBlockEnd: theme.spacing(4),
@@ -1038,14 +1021,14 @@ export const components = {
1038
1021
  return {
1039
1022
  fontSize: theme.typography.subtitle1.fontSize,
1040
1023
  lineHeight: "1.33333333",
1041
- marginTop: theme.spacing(2),
1024
+ marginBlockStart: theme.spacing(2),
1042
1025
  ".MuiFormLabel-root + &": {
1043
- marginTop: `-${theme.spacing(1)}`,
1026
+ marginBlockStart: `-${theme.spacing(1)}`,
1044
1027
  color: theme.palette.text.secondary
1045
1028
  },
1046
- marginBottom: theme.spacing(2),
1029
+ marginBlockEnd: theme.spacing(2),
1047
1030
  "&:last-child": {
1048
- marginBottom: 0
1031
+ marginBlockEnd: 0
1049
1032
  },
1050
1033
  textAlign: "start"
1051
1034
  };
@@ -1186,10 +1169,9 @@ export const components = {
1186
1169
  },
1187
1170
  [`&.${inputBaseClasses.focused}`]: {
1188
1171
  borderColor: theme.palette.primary.main,
1189
- outlineColor: theme.palette.primary.main,
1190
- outlineOffset: 0,
1191
- outlineStyle: "solid",
1192
- outlineWidth: "1px"
1172
+ boxShadow: `0 0 0 1px ${theme.palette.primary.main}`,
1173
+ outline: "2px solid transparent",
1174
+ outlineOffset: "1px"
1193
1175
  },
1194
1176
  [`&.${inputBaseClasses.error}`]: {
1195
1177
  borderColor: theme.palette.error.main
@@ -1199,7 +1181,7 @@ export const components = {
1199
1181
  },
1200
1182
  [`&.${inputBaseClasses.error}.${inputBaseClasses.focused}`]: {
1201
1183
  borderColor: theme.palette.error.main,
1202
- outlineColor: theme.palette.error.main
1184
+ boxShadow: `0 0 0 1px ${theme.palette.error.main}`
1203
1185
  },
1204
1186
  [`&.${inputBaseClasses.disabled}`]: {
1205
1187
  color: theme.palette.text.disabled,