@okta/odyssey-react-mui 0.20.0 → 0.21.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (322) hide show
  1. package/CHANGELOG.md +56 -5
  2. package/dist/Checkbox.js +39 -0
  3. package/dist/Checkbox.js.map +1 -0
  4. package/dist/CheckboxGroup.js +53 -0
  5. package/dist/CheckboxGroup.js.map +1 -0
  6. package/dist/OdysseyThemeProvider.js +4 -4
  7. package/dist/OdysseyThemeProvider.js.map +1 -1
  8. package/dist/Radio.js +11 -13
  9. package/dist/Radio.js.map +1 -1
  10. package/dist/RadioGroup.js +4 -14
  11. package/dist/RadioGroup.js.map +1 -1
  12. package/dist/TextField.js +25 -27
  13. package/dist/TextField.js.map +1 -1
  14. package/dist/index.js +4 -2
  15. package/dist/index.js.map +1 -1
  16. package/dist/src/Banner.d.ts.map +1 -0
  17. package/dist/src/Checkbox.d.ts +28 -0
  18. package/dist/src/Checkbox.d.ts.map +1 -0
  19. package/dist/src/CheckboxGroup.d.ts +24 -0
  20. package/dist/src/CheckboxGroup.d.ts.map +1 -0
  21. package/dist/src/Icon.d.ts +28 -0
  22. package/dist/src/Icon.d.ts.map +1 -0
  23. package/dist/src/Infobox.d.ts.map +1 -0
  24. package/dist/src/Link.d.ts +18 -0
  25. package/dist/src/Link.d.ts.map +1 -0
  26. package/dist/src/MenuButton.d.ts.map +1 -0
  27. package/dist/{MenuItem.d.ts → src/MenuItem.d.ts} +1 -1
  28. package/dist/src/MenuItem.d.ts.map +1 -0
  29. package/dist/src/OdysseyCacheProvider.d.ts.map +1 -0
  30. package/dist/{OdysseyThemeProvider.d.ts → src/OdysseyThemeProvider.d.ts} +3 -3
  31. package/dist/src/OdysseyThemeProvider.d.ts.map +1 -0
  32. package/dist/{PasswordInput.d.ts → src/PasswordInput.d.ts} +1 -1
  33. package/dist/src/PasswordInput.d.ts.map +1 -0
  34. package/dist/{Radio.d.ts → src/Radio.d.ts} +6 -1
  35. package/dist/src/Radio.d.ts.map +1 -0
  36. package/dist/{RadioGroup.d.ts → src/RadioGroup.d.ts} +12 -5
  37. package/dist/src/RadioGroup.d.ts.map +1 -0
  38. package/dist/src/Status.d.ts.map +1 -0
  39. package/dist/{TextField.d.ts → src/TextField.d.ts} +23 -14
  40. package/dist/src/TextField.d.ts.map +1 -0
  41. package/dist/src/ThemeProvider.d.ts.map +1 -0
  42. package/dist/src/a11yCheck.d.ts.map +1 -0
  43. package/dist/src/createUniqueAlphabeticalId.d.ts.map +1 -0
  44. package/dist/src/createUniqueId.d.ts.map +1 -0
  45. package/dist/src/iconDictionary/Add.d.ts +16 -0
  46. package/dist/src/iconDictionary/Add.d.ts.map +1 -0
  47. package/dist/src/iconDictionary/AddCircle.d.ts +16 -0
  48. package/dist/src/iconDictionary/AddCircle.d.ts.map +1 -0
  49. package/dist/src/iconDictionary/AlertCircle.d.ts +16 -0
  50. package/dist/src/iconDictionary/AlertCircle.d.ts.map +1 -0
  51. package/dist/src/iconDictionary/AlertCircleFilled.d.ts +16 -0
  52. package/dist/src/iconDictionary/AlertCircleFilled.d.ts.map +1 -0
  53. package/dist/src/iconDictionary/AlertTriangleFilled.d.ts +16 -0
  54. package/dist/src/iconDictionary/AlertTriangleFilled.d.ts.map +1 -0
  55. package/dist/src/iconDictionary/Anchor.d.ts +16 -0
  56. package/dist/src/iconDictionary/Anchor.d.ts.map +1 -0
  57. package/dist/src/iconDictionary/ArrowDown.d.ts +16 -0
  58. package/dist/src/iconDictionary/ArrowDown.d.ts.map +1 -0
  59. package/dist/src/iconDictionary/ArrowLeft.d.ts +16 -0
  60. package/dist/src/iconDictionary/ArrowLeft.d.ts.map +1 -0
  61. package/dist/src/iconDictionary/ArrowRight.d.ts +16 -0
  62. package/dist/src/iconDictionary/ArrowRight.d.ts.map +1 -0
  63. package/dist/src/iconDictionary/ArrowUp.d.ts +16 -0
  64. package/dist/src/iconDictionary/ArrowUp.d.ts.map +1 -0
  65. package/dist/src/iconDictionary/ArrowUpDown.d.ts +16 -0
  66. package/dist/src/iconDictionary/ArrowUpDown.d.ts.map +1 -0
  67. package/dist/src/iconDictionary/Calendar.d.ts +16 -0
  68. package/dist/src/iconDictionary/Calendar.d.ts.map +1 -0
  69. package/dist/src/iconDictionary/Check.d.ts +16 -0
  70. package/dist/src/iconDictionary/Check.d.ts.map +1 -0
  71. package/dist/src/iconDictionary/CheckCircleFilled.d.ts +16 -0
  72. package/dist/src/iconDictionary/CheckCircleFilled.d.ts.map +1 -0
  73. package/dist/src/iconDictionary/ChevronDown.d.ts +16 -0
  74. package/dist/src/iconDictionary/ChevronDown.d.ts.map +1 -0
  75. package/dist/src/iconDictionary/ChevronUp.d.ts +16 -0
  76. package/dist/src/iconDictionary/ChevronUp.d.ts.map +1 -0
  77. package/dist/src/iconDictionary/Close.d.ts +16 -0
  78. package/dist/src/iconDictionary/Close.d.ts.map +1 -0
  79. package/dist/src/iconDictionary/CloseCircleFilled.d.ts +16 -0
  80. package/dist/src/iconDictionary/CloseCircleFilled.d.ts.map +1 -0
  81. package/dist/src/iconDictionary/Copy.d.ts +16 -0
  82. package/dist/src/iconDictionary/Copy.d.ts.map +1 -0
  83. package/dist/src/iconDictionary/Delete.d.ts +16 -0
  84. package/dist/src/iconDictionary/Delete.d.ts.map +1 -0
  85. package/dist/src/iconDictionary/Download.d.ts +16 -0
  86. package/dist/src/iconDictionary/Download.d.ts.map +1 -0
  87. package/dist/src/iconDictionary/DragHandle.d.ts +16 -0
  88. package/dist/src/iconDictionary/DragHandle.d.ts.map +1 -0
  89. package/dist/src/iconDictionary/Edit.d.ts +16 -0
  90. package/dist/src/iconDictionary/Edit.d.ts.map +1 -0
  91. package/dist/src/iconDictionary/ExternalLink.d.ts +16 -0
  92. package/dist/src/iconDictionary/ExternalLink.d.ts.map +1 -0
  93. package/dist/src/iconDictionary/Eye.d.ts +16 -0
  94. package/dist/src/iconDictionary/Eye.d.ts.map +1 -0
  95. package/dist/src/iconDictionary/EyeOff.d.ts +16 -0
  96. package/dist/src/iconDictionary/EyeOff.d.ts.map +1 -0
  97. package/dist/src/iconDictionary/Filter.d.ts +16 -0
  98. package/dist/src/iconDictionary/Filter.d.ts.map +1 -0
  99. package/dist/src/iconDictionary/Globe.d.ts +16 -0
  100. package/dist/src/iconDictionary/Globe.d.ts.map +1 -0
  101. package/dist/src/iconDictionary/Home.d.ts +16 -0
  102. package/dist/src/iconDictionary/Home.d.ts.map +1 -0
  103. package/dist/src/iconDictionary/InformationCircle.d.ts +16 -0
  104. package/dist/src/iconDictionary/InformationCircle.d.ts.map +1 -0
  105. package/dist/src/iconDictionary/InformationCircleFilled.d.ts +16 -0
  106. package/dist/src/iconDictionary/InformationCircleFilled.d.ts.map +1 -0
  107. package/dist/src/iconDictionary/Notification.d.ts +16 -0
  108. package/dist/src/iconDictionary/Notification.d.ts.map +1 -0
  109. package/dist/src/iconDictionary/OverflowVertical.d.ts +16 -0
  110. package/dist/src/iconDictionary/OverflowVertical.d.ts.map +1 -0
  111. package/dist/src/iconDictionary/QuestionCircle.d.ts +16 -0
  112. package/dist/src/iconDictionary/QuestionCircle.d.ts.map +1 -0
  113. package/dist/src/iconDictionary/QuestionCircleFilled.d.ts +16 -0
  114. package/dist/src/iconDictionary/QuestionCircleFilled.d.ts.map +1 -0
  115. package/dist/src/iconDictionary/Search.d.ts +16 -0
  116. package/dist/src/iconDictionary/Search.d.ts.map +1 -0
  117. package/dist/src/iconDictionary/Settings.d.ts +16 -0
  118. package/dist/src/iconDictionary/Settings.d.ts.map +1 -0
  119. package/dist/src/iconDictionary/Subtract.d.ts +16 -0
  120. package/dist/src/iconDictionary/Subtract.d.ts.map +1 -0
  121. package/dist/src/iconDictionary/SvgIcon.d.ts.map +1 -0
  122. package/dist/src/iconDictionary/User.d.ts +16 -0
  123. package/dist/src/iconDictionary/User.d.ts.map +1 -0
  124. package/dist/src/iconDictionary/UserGroup.d.ts +16 -0
  125. package/dist/src/iconDictionary/UserGroup.d.ts.map +1 -0
  126. package/dist/src/iconDictionary/index.d.ts +94 -0
  127. package/dist/src/iconDictionary/index.d.ts.map +1 -0
  128. package/dist/src/iconDictionary/types.d.ts.map +1 -0
  129. package/dist/src/index.d.ts +50 -0
  130. package/dist/src/index.d.ts.map +1 -0
  131. package/dist/src/theme/OdysseyTheme.d.ts +23 -0
  132. package/dist/src/theme/OdysseyTheme.d.ts.map +1 -0
  133. package/dist/src/theme/components.d.ts.map +1 -0
  134. package/dist/src/theme/components.types.d.ts.map +1 -0
  135. package/dist/{theme → src/theme}/index.d.ts +1 -0
  136. package/dist/src/theme/index.d.ts.map +1 -0
  137. package/dist/src/theme/mixins.d.ts.map +1 -0
  138. package/dist/src/theme/mixins.types.d.ts.map +1 -0
  139. package/dist/src/theme/palette.d.ts.map +1 -0
  140. package/dist/src/theme/palette.types.d.ts.map +1 -0
  141. package/dist/src/theme/shape.d.ts.map +1 -0
  142. package/dist/src/theme/spacing.d.ts.map +1 -0
  143. package/dist/src/theme/temp.d.ts +16 -0
  144. package/dist/src/theme/temp.d.ts.map +1 -0
  145. package/dist/{theme → src/theme}/theme.d.ts +2 -1
  146. package/dist/src/theme/theme.d.ts.map +1 -0
  147. package/dist/src/theme/typography.d.ts.map +1 -0
  148. package/dist/src/theme/typography.types.d.ts.map +1 -0
  149. package/dist/src/theme/useTheme.d.ts +14 -0
  150. package/dist/src/theme/useTheme.d.ts.map +1 -0
  151. package/dist/src/useUniqueAlphabeticalId.d.ts.map +1 -0
  152. package/dist/src/useUniqueId.d.ts.map +1 -0
  153. package/dist/theme/OdysseyTheme.js +2 -0
  154. package/dist/theme/OdysseyTheme.js.map +1 -0
  155. package/dist/theme/components.js +12 -4
  156. package/dist/theme/components.js.map +1 -1
  157. package/dist/theme/index.js +1 -0
  158. package/dist/theme/index.js.map +1 -1
  159. package/dist/theme/temp.js +15 -0
  160. package/dist/theme/temp.js.map +1 -0
  161. package/dist/theme/theme.js +2 -0
  162. package/dist/theme/theme.js.map +1 -1
  163. package/dist/theme/useTheme.js +16 -0
  164. package/dist/theme/useTheme.js.map +1 -0
  165. package/dist/tsconfig.production.tsbuildinfo +1 -0
  166. package/package.json +6 -5
  167. package/src/Checkbox.tsx +62 -0
  168. package/src/CheckboxGroup.tsx +73 -0
  169. package/src/OdysseyThemeProvider.tsx +6 -10
  170. package/src/Radio.tsx +26 -3
  171. package/src/RadioGroup.tsx +16 -5
  172. package/src/TextField.tsx +134 -115
  173. package/src/index.ts +10 -5
  174. package/src/theme/OdysseyTheme.ts +25 -0
  175. package/src/theme/components.tsx +10 -2
  176. package/src/theme/index.ts +1 -0
  177. package/src/theme/temp.ts +19 -0
  178. package/src/theme/theme.ts +4 -1
  179. package/src/theme/useTheme.ts +18 -0
  180. package/tsconfig.production.json +3 -2
  181. package/dist/Banner.d.ts.map +0 -1
  182. package/dist/Icon.d.ts +0 -28
  183. package/dist/Icon.d.ts.map +0 -1
  184. package/dist/Infobox.d.ts.map +0 -1
  185. package/dist/Link.d.ts +0 -18
  186. package/dist/Link.d.ts.map +0 -1
  187. package/dist/MenuButton.d.ts.map +0 -1
  188. package/dist/MenuItem.d.ts.map +0 -1
  189. package/dist/OdysseyCacheProvider.d.ts.map +0 -1
  190. package/dist/OdysseyThemeProvider.d.ts.map +0 -1
  191. package/dist/PasswordInput.d.ts.map +0 -1
  192. package/dist/Radio.d.ts.map +0 -1
  193. package/dist/RadioGroup.d.ts.map +0 -1
  194. package/dist/Status.d.ts.map +0 -1
  195. package/dist/TextField.d.ts.map +0 -1
  196. package/dist/ThemeProvider.d.ts.map +0 -1
  197. package/dist/a11yCheck.d.ts.map +0 -1
  198. package/dist/createUniqueAlphabeticalId.d.ts.map +0 -1
  199. package/dist/createUniqueId.d.ts.map +0 -1
  200. package/dist/iconDictionary/Add.d.ts +0 -16
  201. package/dist/iconDictionary/Add.d.ts.map +0 -1
  202. package/dist/iconDictionary/AddCircle.d.ts +0 -16
  203. package/dist/iconDictionary/AddCircle.d.ts.map +0 -1
  204. package/dist/iconDictionary/AlertCircle.d.ts +0 -16
  205. package/dist/iconDictionary/AlertCircle.d.ts.map +0 -1
  206. package/dist/iconDictionary/AlertCircleFilled.d.ts +0 -16
  207. package/dist/iconDictionary/AlertCircleFilled.d.ts.map +0 -1
  208. package/dist/iconDictionary/AlertTriangleFilled.d.ts +0 -16
  209. package/dist/iconDictionary/AlertTriangleFilled.d.ts.map +0 -1
  210. package/dist/iconDictionary/Anchor.d.ts +0 -16
  211. package/dist/iconDictionary/Anchor.d.ts.map +0 -1
  212. package/dist/iconDictionary/ArrowDown.d.ts +0 -16
  213. package/dist/iconDictionary/ArrowDown.d.ts.map +0 -1
  214. package/dist/iconDictionary/ArrowLeft.d.ts +0 -16
  215. package/dist/iconDictionary/ArrowLeft.d.ts.map +0 -1
  216. package/dist/iconDictionary/ArrowRight.d.ts +0 -16
  217. package/dist/iconDictionary/ArrowRight.d.ts.map +0 -1
  218. package/dist/iconDictionary/ArrowUp.d.ts +0 -16
  219. package/dist/iconDictionary/ArrowUp.d.ts.map +0 -1
  220. package/dist/iconDictionary/ArrowUpDown.d.ts +0 -16
  221. package/dist/iconDictionary/ArrowUpDown.d.ts.map +0 -1
  222. package/dist/iconDictionary/Calendar.d.ts +0 -16
  223. package/dist/iconDictionary/Calendar.d.ts.map +0 -1
  224. package/dist/iconDictionary/Check.d.ts +0 -16
  225. package/dist/iconDictionary/Check.d.ts.map +0 -1
  226. package/dist/iconDictionary/CheckCircleFilled.d.ts +0 -16
  227. package/dist/iconDictionary/CheckCircleFilled.d.ts.map +0 -1
  228. package/dist/iconDictionary/ChevronDown.d.ts +0 -16
  229. package/dist/iconDictionary/ChevronDown.d.ts.map +0 -1
  230. package/dist/iconDictionary/ChevronUp.d.ts +0 -16
  231. package/dist/iconDictionary/ChevronUp.d.ts.map +0 -1
  232. package/dist/iconDictionary/Close.d.ts +0 -16
  233. package/dist/iconDictionary/Close.d.ts.map +0 -1
  234. package/dist/iconDictionary/CloseCircleFilled.d.ts +0 -16
  235. package/dist/iconDictionary/CloseCircleFilled.d.ts.map +0 -1
  236. package/dist/iconDictionary/Copy.d.ts +0 -16
  237. package/dist/iconDictionary/Copy.d.ts.map +0 -1
  238. package/dist/iconDictionary/Delete.d.ts +0 -16
  239. package/dist/iconDictionary/Delete.d.ts.map +0 -1
  240. package/dist/iconDictionary/Download.d.ts +0 -16
  241. package/dist/iconDictionary/Download.d.ts.map +0 -1
  242. package/dist/iconDictionary/DragHandle.d.ts +0 -16
  243. package/dist/iconDictionary/DragHandle.d.ts.map +0 -1
  244. package/dist/iconDictionary/Edit.d.ts +0 -16
  245. package/dist/iconDictionary/Edit.d.ts.map +0 -1
  246. package/dist/iconDictionary/ExternalLink.d.ts +0 -16
  247. package/dist/iconDictionary/ExternalLink.d.ts.map +0 -1
  248. package/dist/iconDictionary/Eye.d.ts +0 -16
  249. package/dist/iconDictionary/Eye.d.ts.map +0 -1
  250. package/dist/iconDictionary/EyeOff.d.ts +0 -16
  251. package/dist/iconDictionary/EyeOff.d.ts.map +0 -1
  252. package/dist/iconDictionary/Filter.d.ts +0 -16
  253. package/dist/iconDictionary/Filter.d.ts.map +0 -1
  254. package/dist/iconDictionary/Globe.d.ts +0 -16
  255. package/dist/iconDictionary/Globe.d.ts.map +0 -1
  256. package/dist/iconDictionary/Home.d.ts +0 -16
  257. package/dist/iconDictionary/Home.d.ts.map +0 -1
  258. package/dist/iconDictionary/InformationCircle.d.ts +0 -16
  259. package/dist/iconDictionary/InformationCircle.d.ts.map +0 -1
  260. package/dist/iconDictionary/InformationCircleFilled.d.ts +0 -16
  261. package/dist/iconDictionary/InformationCircleFilled.d.ts.map +0 -1
  262. package/dist/iconDictionary/Notification.d.ts +0 -16
  263. package/dist/iconDictionary/Notification.d.ts.map +0 -1
  264. package/dist/iconDictionary/OverflowVertical.d.ts +0 -16
  265. package/dist/iconDictionary/OverflowVertical.d.ts.map +0 -1
  266. package/dist/iconDictionary/QuestionCircle.d.ts +0 -16
  267. package/dist/iconDictionary/QuestionCircle.d.ts.map +0 -1
  268. package/dist/iconDictionary/QuestionCircleFilled.d.ts +0 -16
  269. package/dist/iconDictionary/QuestionCircleFilled.d.ts.map +0 -1
  270. package/dist/iconDictionary/Search.d.ts +0 -16
  271. package/dist/iconDictionary/Search.d.ts.map +0 -1
  272. package/dist/iconDictionary/Settings.d.ts +0 -16
  273. package/dist/iconDictionary/Settings.d.ts.map +0 -1
  274. package/dist/iconDictionary/Subtract.d.ts +0 -16
  275. package/dist/iconDictionary/Subtract.d.ts.map +0 -1
  276. package/dist/iconDictionary/SvgIcon.d.ts.map +0 -1
  277. package/dist/iconDictionary/User.d.ts +0 -16
  278. package/dist/iconDictionary/User.d.ts.map +0 -1
  279. package/dist/iconDictionary/UserGroup.d.ts +0 -16
  280. package/dist/iconDictionary/UserGroup.d.ts.map +0 -1
  281. package/dist/iconDictionary/index.d.ts +0 -94
  282. package/dist/iconDictionary/index.d.ts.map +0 -1
  283. package/dist/iconDictionary/types.d.ts.map +0 -1
  284. package/dist/index.d.ts +0 -36
  285. package/dist/index.d.ts.map +0 -1
  286. package/dist/theme/components.d.ts.map +0 -1
  287. package/dist/theme/components.types.d.ts.map +0 -1
  288. package/dist/theme/index.d.ts.map +0 -1
  289. package/dist/theme/mixins.d.ts.map +0 -1
  290. package/dist/theme/mixins.types.d.ts.map +0 -1
  291. package/dist/theme/palette.d.ts.map +0 -1
  292. package/dist/theme/palette.types.d.ts.map +0 -1
  293. package/dist/theme/shape.d.ts.map +0 -1
  294. package/dist/theme/spacing.d.ts.map +0 -1
  295. package/dist/theme/theme.d.ts.map +0 -1
  296. package/dist/theme/typography.d.ts.map +0 -1
  297. package/dist/theme/typography.types.d.ts.map +0 -1
  298. package/dist/useUniqueAlphabeticalId.d.ts.map +0 -1
  299. package/dist/useUniqueId.d.ts.map +0 -1
  300. /package/dist/{Banner.d.ts → src/Banner.d.ts} +0 -0
  301. /package/dist/{Infobox.d.ts → src/Infobox.d.ts} +0 -0
  302. /package/dist/{MenuButton.d.ts → src/MenuButton.d.ts} +0 -0
  303. /package/dist/{OdysseyCacheProvider.d.ts → src/OdysseyCacheProvider.d.ts} +0 -0
  304. /package/dist/{Status.d.ts → src/Status.d.ts} +0 -0
  305. /package/dist/{ThemeProvider.d.ts → src/ThemeProvider.d.ts} +0 -0
  306. /package/dist/{a11yCheck.d.ts → src/a11yCheck.d.ts} +0 -0
  307. /package/dist/{createUniqueAlphabeticalId.d.ts → src/createUniqueAlphabeticalId.d.ts} +0 -0
  308. /package/dist/{createUniqueId.d.ts → src/createUniqueId.d.ts} +0 -0
  309. /package/dist/{iconDictionary → src/iconDictionary}/SvgIcon.d.ts +0 -0
  310. /package/dist/{iconDictionary → src/iconDictionary}/types.d.ts +0 -0
  311. /package/dist/{theme → src/theme}/components.d.ts +0 -0
  312. /package/dist/{theme → src/theme}/components.types.d.ts +0 -0
  313. /package/dist/{theme → src/theme}/mixins.d.ts +0 -0
  314. /package/dist/{theme → src/theme}/mixins.types.d.ts +0 -0
  315. /package/dist/{theme → src/theme}/palette.d.ts +0 -0
  316. /package/dist/{theme → src/theme}/palette.types.d.ts +0 -0
  317. /package/dist/{theme → src/theme}/shape.d.ts +0 -0
  318. /package/dist/{theme → src/theme}/spacing.d.ts +0 -0
  319. /package/dist/{theme → src/theme}/typography.d.ts +0 -0
  320. /package/dist/{theme → src/theme}/typography.types.d.ts +0 -0
  321. /package/dist/{useUniqueAlphabeticalId.d.ts → src/useUniqueAlphabeticalId.d.ts} +0 -0
  322. /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,CAwyDjD,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":""}
@@ -394,22 +394,30 @@ export const components = {
394
394
  },
395
395
  endIcon: _ref15 => {
396
396
  let {
397
- theme
397
+ theme,
398
+ ownerState
398
399
  } = _ref15;
399
400
  return {
400
401
  display: "inline-flex",
401
402
  margin: 0,
402
- marginInlineStart: theme.spacing(2)
403
+ marginInlineStart: theme.spacing(2),
404
+ ...(ownerState.children === undefined && {
405
+ marginInlineStart: 0
406
+ })
403
407
  };
404
408
  },
405
409
  startIcon: _ref16 => {
406
410
  let {
407
- theme
411
+ theme,
412
+ ownerState
408
413
  } = _ref16;
409
414
  return {
410
415
  display: "inline-flex",
411
416
  margin: 0,
412
- marginInlineEnd: theme.spacing(2)
417
+ marginInlineEnd: theme.spacing(2),
418
+ ...(ownerState.children === undefined && {
419
+ marginInlineEnd: 0
420
+ })
413
421
  };
414
422
  }
415
423
  }