@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
package/dist/TextField.js CHANGED
@@ -1,5 +1,16 @@
1
1
  import _InputBase from "@mui/material/InputBase";
2
2
  import _InputAdornment from "@mui/material/InputAdornment";
3
+ /*!
4
+ * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
5
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
6
+ *
7
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
8
+ * Unless required by applicable law or agreed to in writing, software
9
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
10
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ *
12
+ * See the License for the specific language governing permissions and limitations under the License.
13
+ */
3
14
  import { forwardRef, memo, useCallback } from "react";
4
15
  import { Field } from "./Field.js";
5
16
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -19,7 +30,6 @@ const TextField = forwardRef((_ref, ref) => {
19
30
  onBlur,
20
31
  onChange,
21
32
  onFocus,
22
- optionalLabel = "Optional",
23
33
  placeholder,
24
34
  startAdornment,
25
35
  type = "text",
@@ -64,10 +74,10 @@ const TextField = forwardRef((_ref, ref) => {
64
74
  isDisabled: isDisabled,
65
75
  isOptional: isOptional,
66
76
  label: label,
67
- optionalLabel: optionalLabel,
68
77
  renderFieldComponent: renderFieldComponent
69
78
  });
70
79
  });
71
80
  const MemoizedTextField = memo(TextField);
81
+ MemoizedTextField.displayName = "TextField";
72
82
  export { MemoizedTextField as TextField };
73
83
  //# sourceMappingURL=TextField.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.js","names":["forwardRef","memo","useCallback","Field","TextField","ref","autoCompleteType","hasInitialFocus","endAdornment","errorMessage","hint","id","idOverride","isDisabled","isMultiline","isOptional","isReadOnly","label","onBlur","onChange","onFocus","optionalLabel","placeholder","startAdornment","type","value","renderFieldComponent","ariaDescribedBy","MemoizedTextField"],"sources":["../src/TextField.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nimport { InputAdornment, InputBase } from \"@mui/material\";\nimport {\n ChangeEventHandler,\n FocusEventHandler,\n forwardRef,\n InputHTMLAttributes,\n memo,\n ReactElement,\n useCallback,\n} from \"react\";\n\nimport { Field } from \"./Field\";\nimport { Icon } from \"./Icon\";\n\nexport type TextFieldProps = {\n /**\n * This prop helps users to fill forms faster, especially on mobile devices.\n * The name can be confusing, as it's more like an autofill.\n * You can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).\n */\n autoCompleteType?: InputHTMLAttributes<HTMLInputElement>[\"autoComplete\"];\n /**\n * End `InputAdornment` for this component.\n */\n endAdornment?: string | ReactElement<typeof Icon>;\n /**\n * If `error` is not undefined, the `input` will indicate an error.\n */\n errorMessage?: string;\n /**\n * If `true`, the component will receive focus automatically.\n */\n hasInitialFocus?: boolean;\n /**\n * The helper text content.\n */\n hint?: string;\n /**\n * The id of the `input` element.\n */\n id?: string;\n /**\n * If `true`, the component is disabled.\n */\n isDisabled?: boolean;\n /**\n * If `true`, a [TextareaAutosize](/material-ui/react-textarea-autosize/) element is rendered.\n */\n isMultiline?: boolean;\n /**\n * If `true`, the `input` element is not required.\n */\n isOptional?: boolean;\n /**\n * It prevents the user from changing the value of the field\n */\n isReadOnly?: boolean;\n /**\n * The label for the `input` element.\n */\n label: string;\n /**\n * Callback fired when the `input` element loses focus.\n */\n onBlur?: FocusEventHandler<HTMLInputElement | HTMLTextAreaElement>;\n /**\n * Callback fired when the value is changed.\n */\n onChange?: ChangeEventHandler<HTMLTextAreaElement | HTMLInputElement>;\n /**\n * Callback fired when the `input` element get focus.\n */\n onFocus?: FocusEventHandler<HTMLInputElement | HTMLTextAreaElement>;\n /**\n * The label for the `input` element if it's optional\n */\n optionalLabel?: string;\n /**\n * The short hint displayed in the `input` before the user enters a value.\n */\n placeholder?: string;\n /**\n * Start `InputAdornment` for this component.\n */\n startAdornment?: string | ReactElement<typeof Icon>;\n /**\n * Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).\n */\n type?: \"email\" | \"number\" | \"tel\" | \"text\" | \"url\";\n /**\n * The value of the `input` element, required for a controlled component.\n */\n value?: string;\n};\n\nconst TextField = forwardRef<HTMLInputElement, TextFieldProps>(\n (\n {\n autoCompleteType,\n hasInitialFocus,\n endAdornment,\n errorMessage,\n hint,\n id: idOverride,\n isDisabled = false,\n isMultiline = false,\n isOptional = false,\n isReadOnly,\n label,\n onBlur,\n onChange,\n onFocus,\n optionalLabel = \"Optional\",\n placeholder,\n startAdornment,\n type = \"text\",\n value,\n },\n ref\n ) => {\n const renderFieldComponent = useCallback(\n ({ ariaDescribedBy, id }) => (\n <InputBase\n aria-describedby={ariaDescribedBy}\n autoComplete={autoCompleteType}\n /* eslint-disable-next-line jsx-a11y/no-autofocus */\n autoFocus={hasInitialFocus}\n endAdornment={\n endAdornment && (\n <InputAdornment position=\"end\">{endAdornment}</InputAdornment>\n )\n }\n id={id}\n multiline={isMultiline}\n name={id}\n onBlur={onBlur}\n onChange={onChange}\n onFocus={onFocus}\n placeholder={placeholder}\n readOnly={isReadOnly}\n ref={ref}\n startAdornment={\n startAdornment && (\n <InputAdornment position=\"start\">{startAdornment}</InputAdornment>\n )\n }\n type={type}\n value={value}\n />\n ),\n [\n autoCompleteType,\n hasInitialFocus,\n endAdornment,\n isMultiline,\n onChange,\n onFocus,\n onBlur,\n placeholder,\n isReadOnly,\n ref,\n startAdornment,\n type,\n value,\n ]\n );\n\n return (\n <Field\n errorMessage={errorMessage}\n fieldType=\"single\"\n hasVisibleLabel\n hint={hint}\n id={idOverride}\n isDisabled={isDisabled}\n isOptional={isOptional}\n label={label}\n optionalLabel={optionalLabel}\n renderFieldComponent={renderFieldComponent}\n />\n );\n }\n);\n\nconst MemoizedTextField = memo(TextField);\n\nexport { MemoizedTextField as TextField };\n"],"mappings":";;AAaA,SAGEA,UAHF,EAKEC,IALF,EAOEC,WAPF,QAQO,OARP;SAUSC,K;;AAoFT,MAAMC,SAAS,GAAGJ,UAAU,CAC1B,OAsBEK,GAtBF,KAuBK;EAAA,IAtBH;IACEC,gBADF;IAEEC,eAFF;IAGEC,YAHF;IAIEC,YAJF;IAKEC,IALF;IAMEC,EAAE,EAAEC,UANN;IAOEC,UAAU,GAAG,KAPf;IAQEC,WAAW,GAAG,KARhB;IASEC,UAAU,GAAG,KATf;IAUEC,UAVF;IAWEC,KAXF;IAYEC,MAZF;IAaEC,QAbF;IAcEC,OAdF;IAeEC,aAAa,GAAG,UAflB;IAgBEC,WAhBF;IAiBEC,cAjBF;IAkBEC,IAAI,GAAG,MAlBT;IAmBEC;EAnBF,CAsBG;EACH,MAAMC,oBAAoB,GAAGxB,WAAW,CACtC;IAAA,IAAC;MAAEyB,eAAF;MAAmBhB;IAAnB,CAAD;IAAA,OACE;MACE,oBAAkBgB,eADpB;MAEE,YAAY,EAAErB,gBAFhB;MAIE,SAAS,EAAEC,eAJb;MAKE,YAAY,EACVC,YAAY,IACV;QAAgB,QAAQ,EAAC,KAAzB;QAAA,UAAgCA;MAAhC,EAPN;MAUE,EAAE,EAAEG,EAVN;MAWE,SAAS,EAAEG,WAXb;MAYE,IAAI,EAAEH,EAZR;MAaE,MAAM,EAAEO,MAbV;MAcE,QAAQ,EAAEC,QAdZ;MAeE,OAAO,EAAEC,OAfX;MAgBE,WAAW,EAAEE,WAhBf;MAiBE,QAAQ,EAAEN,UAjBZ;MAkBE,GAAG,EAAEX,GAlBP;MAmBE,cAAc,EACZkB,cAAc,IACZ;QAAgB,QAAQ,EAAC,OAAzB;QAAA,UAAkCA;MAAlC,EArBN;MAwBE,IAAI,EAAEC,IAxBR;MAyBE,KAAK,EAAEC;IAzBT,EADF;EAAA,CADsC,EA8BtC,CACEnB,gBADF,EAEEC,eAFF,EAGEC,YAHF,EAIEM,WAJF,EAKEK,QALF,EAMEC,OANF,EAOEF,MAPF,EAQEI,WARF,EASEN,UATF,EAUEX,GAVF,EAWEkB,cAXF,EAYEC,IAZF,EAaEC,KAbF,CA9BsC,CAAxC;EA+CA,OACE,KAAC,KAAD;IACE,YAAY,EAAEhB,YADhB;IAEE,SAAS,EAAC,QAFZ;IAGE,eAAe,MAHjB;IAIE,IAAI,EAAEC,IAJR;IAKE,EAAE,EAAEE,UALN;IAME,UAAU,EAAEC,UANd;IAOE,UAAU,EAAEE,UAPd;IAQE,KAAK,EAAEE,KART;IASE,aAAa,EAAEI,aATjB;IAUE,oBAAoB,EAAEK;EAVxB,EADF;AAcD,CAtFyB,CAA5B;AAyFA,MAAME,iBAAiB,GAAG3B,IAAI,CAACG,SAAD,CAA9B;AAEA,SAASwB,iBAAiB,IAAIxB,SAA9B"}
1
+ {"version":3,"file":"TextField.js","names":["forwardRef","memo","useCallback","Field","jsx","_jsx","TextField","_ref","ref","autoCompleteType","hasInitialFocus","endAdornment","errorMessage","hint","id","idOverride","isDisabled","isMultiline","isOptional","isReadOnly","label","onBlur","onChange","onFocus","placeholder","startAdornment","type","value","renderFieldComponent","_ref2","ariaDescribedBy","_InputBase","autoComplete","autoFocus","_InputAdornment","position","children","multiline","name","readOnly","fieldType","hasVisibleLabel","MemoizedTextField","displayName"],"sources":["../src/TextField.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nimport { InputAdornment, InputBase } from \"@mui/material\";\nimport {\n ChangeEventHandler,\n FocusEventHandler,\n forwardRef,\n InputHTMLAttributes,\n memo,\n ReactElement,\n useCallback,\n} from \"react\";\n\nimport { Field } from \"./Field\";\nimport { Icon } from \"./Icon\";\n\nexport type TextFieldProps = {\n /**\n * This prop helps users to fill forms faster, especially on mobile devices.\n * The name can be confusing, as it's more like an autofill.\n * You can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).\n */\n autoCompleteType?: InputHTMLAttributes<HTMLInputElement>[\"autoComplete\"];\n /**\n * End `InputAdornment` for this component.\n */\n endAdornment?: string | ReactElement<typeof Icon>;\n /**\n * If `error` is not undefined, the `input` will indicate an error.\n */\n errorMessage?: string;\n /**\n * If `true`, the component will receive focus automatically.\n */\n hasInitialFocus?: boolean;\n /**\n * The helper text content.\n */\n hint?: string;\n /**\n * The id of the `input` element.\n */\n id?: string;\n /**\n * If `true`, the component is disabled.\n */\n isDisabled?: boolean;\n /**\n * If `true`, a [TextareaAutosize](/material-ui/react-textarea-autosize/) element is rendered.\n */\n isMultiline?: boolean;\n /**\n * If `true`, the `input` element is not required.\n */\n isOptional?: boolean;\n /**\n * It prevents the user from changing the value of the field\n */\n isReadOnly?: boolean;\n /**\n * The label for the `input` element.\n */\n label: string;\n /**\n * Callback fired when the `input` element loses focus.\n */\n onBlur?: FocusEventHandler<HTMLInputElement | HTMLTextAreaElement>;\n /**\n * Callback fired when the value is changed.\n */\n onChange?: ChangeEventHandler<HTMLTextAreaElement | HTMLInputElement>;\n /**\n * Callback fired when the `input` element get focus.\n */\n onFocus?: FocusEventHandler<HTMLInputElement | HTMLTextAreaElement>;\n /**\n * The short hint displayed in the `input` before the user enters a value.\n */\n placeholder?: string;\n /**\n * Start `InputAdornment` for this component.\n */\n startAdornment?: string | ReactElement<typeof Icon>;\n /**\n * Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).\n */\n type?: \"email\" | \"number\" | \"tel\" | \"text\" | \"url\";\n /**\n * The value of the `input` element, required for a controlled component.\n */\n value?: string;\n};\n\nconst TextField = forwardRef<HTMLInputElement, TextFieldProps>(\n (\n {\n autoCompleteType,\n hasInitialFocus,\n endAdornment,\n errorMessage,\n hint,\n id: idOverride,\n isDisabled = false,\n isMultiline = false,\n isOptional = false,\n isReadOnly,\n label,\n onBlur,\n onChange,\n onFocus,\n placeholder,\n startAdornment,\n type = \"text\",\n value,\n },\n ref\n ) => {\n const renderFieldComponent = useCallback(\n ({ ariaDescribedBy, id }) => (\n <InputBase\n aria-describedby={ariaDescribedBy}\n autoComplete={autoCompleteType}\n /* eslint-disable-next-line jsx-a11y/no-autofocus */\n autoFocus={hasInitialFocus}\n endAdornment={\n endAdornment && (\n <InputAdornment position=\"end\">{endAdornment}</InputAdornment>\n )\n }\n id={id}\n multiline={isMultiline}\n name={id}\n onBlur={onBlur}\n onChange={onChange}\n onFocus={onFocus}\n placeholder={placeholder}\n readOnly={isReadOnly}\n ref={ref}\n startAdornment={\n startAdornment && (\n <InputAdornment position=\"start\">{startAdornment}</InputAdornment>\n )\n }\n type={type}\n value={value}\n />\n ),\n [\n autoCompleteType,\n hasInitialFocus,\n endAdornment,\n isMultiline,\n onChange,\n onFocus,\n onBlur,\n placeholder,\n isReadOnly,\n ref,\n startAdornment,\n type,\n value,\n ]\n );\n\n return (\n <Field\n errorMessage={errorMessage}\n fieldType=\"single\"\n hasVisibleLabel\n hint={hint}\n id={idOverride}\n isDisabled={isDisabled}\n isOptional={isOptional}\n label={label}\n renderFieldComponent={renderFieldComponent}\n />\n );\n }\n);\n\nconst MemoizedTextField = memo(TextField);\nMemoizedTextField.displayName = \"TextField\";\n\nexport { MemoizedTextField as TextField };\n"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAGA,SAGEA,UAAU,EAEVC,IAAI,EAEJC,WAAW,QACN,OAAO;AAAC,SAENC,KAAK;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAgFd,MAAMC,SAAS,GAAGN,UAAU,CAC1B,CAAAO,IAAA,EAqBEC,GAAG,KACA;EAAA,IArBH;IACEC,gBAAgB;IAChBC,eAAe;IACfC,YAAY;IACZC,YAAY;IACZC,IAAI;IACJC,EAAE,EAAEC,UAAU;IACdC,UAAU,GAAG,KAAK;IAClBC,WAAW,GAAG,KAAK;IACnBC,UAAU,GAAG,KAAK;IAClBC,UAAU;IACVC,KAAK;IACLC,MAAM;IACNC,QAAQ;IACRC,OAAO;IACPC,WAAW;IACXC,cAAc;IACdC,IAAI,GAAG,MAAM;IACbC;EACF,CAAC,GAAApB,IAAA;EAGD,MAAMqB,oBAAoB,GAAG1B,WAAW,CACtC2B,KAAA;IAAA,IAAC;MAAEC,eAAe;MAAEhB;IAAG,CAAC,GAAAe,KAAA;IAAA,OACtBxB,IAAA,CAAA0B,UAAA;MACE,oBAAkBD,eAAgB;MAClCE,YAAY,EAAEvB,gBAAiB;MAE/BwB,SAAS,EAAEvB,eAAgB;MAC3BC,YAAY,EACVA,YAAY,IACVN,IAAA,CAAA6B,eAAA;QAAgBC,QAAQ,EAAC,KAAK;QAAAC,QAAA,EAAEzB;MAAY,CAAiB,CAEhE;MACDG,EAAE,EAAEA,EAAG;MACPuB,SAAS,EAAEpB,WAAY;MACvBqB,IAAI,EAAExB,EAAG;MACTO,MAAM,EAAEA,MAAO;MACfC,QAAQ,EAAEA,QAAS;MACnBC,OAAO,EAAEA,OAAQ;MACjBC,WAAW,EAAEA,WAAY;MACzBe,QAAQ,EAAEpB,UAAW;MACrBX,GAAG,EAAEA,GAAI;MACTiB,cAAc,EACZA,cAAc,IACZpB,IAAA,CAAA6B,eAAA;QAAgBC,QAAQ,EAAC,OAAO;QAAAC,QAAA,EAAEX;MAAc,CAAiB,CAEpE;MACDC,IAAI,EAAEA,IAAK;MACXC,KAAK,EAAEA;IAAM,CACd,CAAC;EAAA,CACH,EACD,CACElB,gBAAgB,EAChBC,eAAe,EACfC,YAAY,EACZM,WAAW,EACXK,QAAQ,EACRC,OAAO,EACPF,MAAM,EACNG,WAAW,EACXL,UAAU,EACVX,GAAG,EACHiB,cAAc,EACdC,IAAI,EACJC,KAAK,CAET,CAAC;EAED,OACEtB,IAAA,CAACF,KAAK;IACJS,YAAY,EAAEA,YAAa;IAC3B4B,SAAS,EAAC,QAAQ;IAClBC,eAAe;IACf5B,IAAI,EAAEA,IAAK;IACXC,EAAE,EAAEC,UAAW;IACfC,UAAU,EAAEA,UAAW;IACvBE,UAAU,EAAEA,UAAW;IACvBE,KAAK,EAAEA,KAAM;IACbQ,oBAAoB,EAAEA;EAAqB,CAC5C,CAAC;AAEN,CACF,CAAC;AAED,MAAMc,iBAAiB,GAAGzC,IAAI,CAACK,SAAS,CAAC;AACzCoC,iBAAiB,CAACC,WAAW,GAAG,WAAW;AAE3C,SAASD,iBAAiB,IAAIpC,SAAS"}
package/dist/Toast.js CHANGED
@@ -9,15 +9,17 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
- import { useEffect, memo, forwardRef, useState, useCallback } from "react";
12
+
13
+ import { useEffect, memo, useState, useCallback } from "react";
13
14
  import { Alert, AlertTitle, CloseIcon, Link, Snackbar, visuallyHidden } from "./index.js";
14
15
  import { Button } from "./Button.js";
16
+ import { useTranslation } from "react-i18next";
15
17
  import { jsx as _jsx } from "react/jsx-runtime";
16
18
  import { jsxs as _jsxs } from "react/jsx-runtime";
17
19
  const ClickAwayListenerProps = {
18
20
  onClickAway: () => false
19
21
  };
20
- const Toast = forwardRef(_ref => {
22
+ const Toast = _ref => {
21
23
  let {
22
24
  autoHideDuration = 6000,
23
25
  isDismissable,
@@ -29,6 +31,9 @@ const Toast = forwardRef(_ref => {
29
31
  severity,
30
32
  text
31
33
  } = _ref;
34
+ const {
35
+ t
36
+ } = useTranslation();
32
37
  const [isVisible, setIsVisible] = useState(isVisibleProp);
33
38
  useEffect(() => {
34
39
  setIsVisible(isVisibleProp);
@@ -45,7 +50,7 @@ const Toast = forwardRef(_ref => {
45
50
  ClickAwayListenerProps: ClickAwayListenerProps,
46
51
  children: _jsxs(Alert, {
47
52
  action: isDismissable === true && _jsx(Button, {
48
- "aria-label": "close",
53
+ "aria-label": t("toast.close.text"),
49
54
  onClick: onHide,
50
55
  size: "small",
51
56
  startIcon: _jsx(CloseIcon, {}),
@@ -66,7 +71,8 @@ const Toast = forwardRef(_ref => {
66
71
  })]
67
72
  })
68
73
  });
69
- });
74
+ };
70
75
  const MemoizedToast = memo(Toast);
76
+ MemoizedToast.displayName = "Toast";
71
77
  export { MemoizedToast as Toast };
72
78
  //# sourceMappingURL=Toast.js.map
package/dist/Toast.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Toast.js","names":["useEffect","memo","forwardRef","useState","useCallback","Alert","AlertTitle","CloseIcon","Link","Snackbar","visuallyHidden","Button","ClickAwayListenerProps","onClickAway","Toast","autoHideDuration","isDismissable","linkText","linkUrl","isVisible","isVisibleProp","onHide","onHideProp","role","severity","text","setIsVisible","undefined","MemoizedToast"],"sources":["../src/Toast.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nimport { AlertColor } from \"@mui/material\";\nimport { useEffect, memo, forwardRef, useState, useCallback } from \"react\";\nimport {\n Alert,\n AlertTitle,\n CloseIcon,\n Link,\n Snackbar,\n visuallyHidden,\n} from \".\";\nimport { Button } from \"./Button\";\n\nexport type ToastProps = {\n /**\n * If set, this determines how long the toast should appear before automatically disappearing in milliseconds.\n * It will only take effect if the toast is not dismissible.\n * If left blank, it defaults to 6000.\n */\n autoHideDuration?: number;\n /**\n * If `true`, the alert will include a close button.\n */\n isDismissable?: boolean;\n /**\n * If true, the Toast is visible\n */\n isVisible?: boolean;\n /**\n * If linkUrl is not undefined, this is the text of the link.\n * If left blank, it defaults to \"Learn more\".\n * Note that linkText does nothing if linkUrl is not defined\n */\n linkText?: string;\n /**\n * If defined, the alert will include a link to the URL\n */\n linkUrl?: string;\n /**\n * An optional function to run when the Toast is closed.\n */\n onHide?: () => void;\n /**\n * Sets the ARIA role of the alert\n * (\"status\" for something that dynamically updates, \"alert\" for errors, null for something\n * unchanging)\n */\n role?: \"status\" | \"alert\";\n /**\n * Determine the color and icon of the alert\n */\n severity: AlertColor;\n /**\n * The text content of the alert\n */\n text: string;\n};\n\nconst ClickAwayListenerProps = { onClickAway: () => false };\n\nconst Toast = forwardRef(\n ({\n autoHideDuration = 6000,\n isDismissable,\n linkText,\n linkUrl,\n isVisible: isVisibleProp,\n onHide: onHideProp,\n role,\n severity,\n text,\n }: ToastProps) => {\n const [isVisible, setIsVisible] = useState(isVisibleProp);\n\n useEffect(() => {\n setIsVisible(isVisibleProp);\n }, [isVisibleProp]);\n\n const onHide = useCallback(() => {\n setIsVisible(false);\n onHideProp?.();\n }, [onHideProp]);\n\n return (\n <Snackbar\n open={isVisible}\n autoHideDuration={\n isDismissable || autoHideDuration <= 0 ? undefined : autoHideDuration\n }\n onClose={onHide}\n className=\"Toast\"\n ClickAwayListenerProps={ClickAwayListenerProps}\n >\n <Alert\n action={\n isDismissable === true && (\n <Button\n aria-label=\"close\"\n onClick={onHide}\n size=\"small\"\n startIcon={<CloseIcon />}\n variant=\"floating\"\n />\n )\n }\n role={role}\n severity={severity}\n variant=\"toast\"\n >\n <AlertTitle>\n <span style={visuallyHidden}>{severity}:</span>\n {text}\n </AlertTitle>\n {linkUrl && (\n <Link href={linkUrl} variant=\"monochrome\">\n {linkText}\n </Link>\n )}\n </Alert>\n </Snackbar>\n );\n }\n);\n\nconst MemoizedToast = memo(Toast);\n\nexport { MemoizedToast as Toast };\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAGA,SAASA,SAAT,EAAoBC,IAApB,EAA0BC,UAA1B,EAAsCC,QAAtC,EAAgDC,WAAhD,QAAmE,OAAnE;SAEEC,K,EACAC,U,EACAC,S,EACAC,I,EACAC,Q,EACAC,c;SAEOC,M;;;AA+CT,MAAMC,sBAAsB,GAAG;EAAEC,WAAW,EAAE,MAAM;AAArB,CAA/B;AAEA,MAAMC,KAAK,GAAGZ,UAAU,CACtB,QAUkB;EAAA,IAVjB;IACCa,gBAAgB,GAAG,IADpB;IAECC,aAFD;IAGCC,QAHD;IAICC,OAJD;IAKCC,SAAS,EAAEC,aALZ;IAMCC,MAAM,EAAEC,UANT;IAOCC,IAPD;IAQCC,QARD;IASCC;EATD,CAUiB;EAChB,MAAM,CAACN,SAAD,EAAYO,YAAZ,IAA4BvB,QAAQ,CAACiB,aAAD,CAA1C;EAEApB,SAAS,CAAC,MAAM;IACd0B,YAAY,CAACN,aAAD,CAAZ;EACD,CAFQ,EAEN,CAACA,aAAD,CAFM,CAAT;EAIA,MAAMC,MAAM,GAAGjB,WAAW,CAAC,MAAM;IAC/BsB,YAAY,CAAC,KAAD,CAAZ;IACAJ,UAAU;EACX,CAHyB,EAGvB,CAACA,UAAD,CAHuB,CAA1B;EAKA,OACE,KAAC,QAAD;IACE,IAAI,EAAEH,SADR;IAEE,gBAAgB,EACdH,aAAa,IAAID,gBAAgB,IAAI,CAArC,GAAyCY,SAAzC,GAAqDZ,gBAHzD;IAKE,OAAO,EAAEM,MALX;IAME,SAAS,EAAC,OANZ;IAOE,sBAAsB,EAAET,sBAP1B;IAAA,UASE,MAAC,KAAD;MACE,MAAM,EACJI,aAAa,KAAK,IAAlB,IACE,KAAC,MAAD;QACE,cAAW,OADb;QAEE,OAAO,EAAEK,MAFX;QAGE,IAAI,EAAC,OAHP;QAIE,SAAS,EAAE,KAAC,SAAD,KAJb;QAKE,OAAO,EAAC;MALV,EAHN;MAYE,IAAI,EAAEE,IAZR;MAaE,QAAQ,EAAEC,QAbZ;MAcE,OAAO,EAAC,OAdV;MAAA,WAgBE,MAAC,UAAD;QAAA,WACE;UAAM,KAAK,EAAEd,cAAb;UAAA,WAA8Bc,QAA9B;QAAA,EADF,EAEGC,IAFH;MAAA,EAhBF,EAoBGP,OAAO,IACN,KAAC,IAAD;QAAM,IAAI,EAAEA,OAAZ;QAAqB,OAAO,EAAC,YAA7B;QAAA,UACGD;MADH,EArBJ;IAAA;EATF,EADF;AAsCD,CA7DqB,CAAxB;AAgEA,MAAMW,aAAa,GAAG3B,IAAI,CAACa,KAAD,CAA1B;AAEA,SAASc,aAAa,IAAId,KAA1B"}
1
+ {"version":3,"file":"Toast.js","names":["useEffect","memo","useState","useCallback","Alert","AlertTitle","CloseIcon","Link","Snackbar","visuallyHidden","Button","useTranslation","jsx","_jsx","jsxs","_jsxs","ClickAwayListenerProps","onClickAway","Toast","_ref","autoHideDuration","isDismissable","linkText","linkUrl","isVisible","isVisibleProp","onHide","onHideProp","role","severity","text","t","setIsVisible","open","undefined","onClose","className","children","action","onClick","size","startIcon","variant","style","href","MemoizedToast","displayName"],"sources":["../src/Toast.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nimport { AlertColor } from \"@mui/material\";\nimport { useEffect, memo, useState, useCallback } from \"react\";\nimport {\n Alert,\n AlertTitle,\n CloseIcon,\n Link,\n Snackbar,\n visuallyHidden,\n} from \".\";\nimport { Button } from \"./Button\";\nimport { useTranslation } from \"react-i18next\";\n\nexport type ToastProps = {\n /**\n * If set, this determines how long the toast should appear before automatically disappearing in milliseconds.\n * It will only take effect if the toast is not dismissible.\n * If left blank, it defaults to 6000.\n */\n autoHideDuration?: number;\n /**\n * If `true`, the alert will include a close button.\n */\n isDismissable?: boolean;\n /**\n * If true, the Toast is visible\n */\n isVisible?: boolean;\n /**\n * If linkUrl is not undefined, this is the text of the link.\n * If left blank, it defaults to \"Learn more\".\n * Note that linkText does nothing if linkUrl is not defined\n */\n linkText?: string;\n /**\n * If defined, the alert will include a link to the URL\n */\n linkUrl?: string;\n /**\n * An optional function to run when the Toast is closed.\n */\n onHide?: () => void;\n /**\n * Sets the ARIA role of the alert\n * (\"status\" for something that dynamically updates, \"alert\" for errors, null for something\n * unchanging)\n */\n role?: \"status\" | \"alert\";\n /**\n * Determine the color and icon of the alert\n */\n severity: AlertColor;\n /**\n * The text content of the alert\n */\n text: string;\n};\n\nconst ClickAwayListenerProps = { onClickAway: () => false };\n\nconst Toast = ({\n autoHideDuration = 6000,\n isDismissable,\n linkText,\n linkUrl,\n isVisible: isVisibleProp,\n onHide: onHideProp,\n role,\n severity,\n text,\n}: ToastProps) => {\n const { t } = useTranslation();\n\n const [isVisible, setIsVisible] = useState(isVisibleProp);\n\n useEffect(() => {\n setIsVisible(isVisibleProp);\n }, [isVisibleProp]);\n\n const onHide = useCallback(() => {\n setIsVisible(false);\n onHideProp?.();\n }, [onHideProp]);\n\n return (\n <Snackbar\n open={isVisible}\n autoHideDuration={\n isDismissable || autoHideDuration <= 0 ? undefined : autoHideDuration\n }\n onClose={onHide}\n className=\"Toast\"\n ClickAwayListenerProps={ClickAwayListenerProps}\n >\n <Alert\n action={\n isDismissable === true && (\n <Button\n aria-label={t(\"toast.close.text\")}\n onClick={onHide}\n size=\"small\"\n startIcon={<CloseIcon />}\n variant=\"floating\"\n />\n )\n }\n role={role}\n severity={severity}\n variant=\"toast\"\n >\n <AlertTitle>\n <span style={visuallyHidden}>{severity}:</span>\n {text}\n </AlertTitle>\n {linkUrl && (\n <Link href={linkUrl} variant=\"monochrome\">\n {linkText}\n </Link>\n )}\n </Alert>\n </Snackbar>\n );\n};\n\nconst MemoizedToast = memo(Toast);\nMemoizedToast.displayName = \"Toast\";\n\nexport { MemoizedToast as Toast };\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAGA,SAASA,SAAS,EAAEC,IAAI,EAAEC,QAAQ,EAAEC,WAAW,QAAQ,OAAO;AAAC,SAE7DC,KAAK,EACLC,UAAU,EACVC,SAAS,EACTC,IAAI,EACJC,QAAQ,EACRC,cAAc;AAAA,SAEPC,MAAM;AACf,SAASC,cAAc,QAAQ,eAAe;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,IAAA,IAAAC,KAAA;AA+C/C,MAAMC,sBAAsB,GAAG;EAAEC,WAAW,EAAEA,CAAA,KAAM;AAAM,CAAC;AAE3D,MAAMC,KAAK,GAAGC,IAAA,IAUI;EAAA,IAVH;IACbC,gBAAgB,GAAG,IAAI;IACvBC,aAAa;IACbC,QAAQ;IACRC,OAAO;IACPC,SAAS,EAAEC,aAAa;IACxBC,MAAM,EAAEC,UAAU;IAClBC,IAAI;IACJC,QAAQ;IACRC;EACU,CAAC,GAAAX,IAAA;EACX,MAAM;IAAEY;EAAE,CAAC,GAAGpB,cAAc,CAAC,CAAC;EAE9B,MAAM,CAACa,SAAS,EAAEQ,YAAY,CAAC,GAAG9B,QAAQ,CAACuB,aAAa,CAAC;EAEzDzB,SAAS,CAAC,MAAM;IACdgC,YAAY,CAACP,aAAa,CAAC;EAC7B,CAAC,EAAE,CAACA,aAAa,CAAC,CAAC;EAEnB,MAAMC,MAAM,GAAGvB,WAAW,CAAC,MAAM;IAC/B6B,YAAY,CAAC,KAAK,CAAC;IACnBL,UAAU,GAAG,CAAC;EAChB,CAAC,EAAE,CAACA,UAAU,CAAC,CAAC;EAEhB,OACEd,IAAA,CAACL,QAAQ;IACPyB,IAAI,EAAET,SAAU;IAChBJ,gBAAgB,EACdC,aAAa,IAAID,gBAAgB,IAAI,CAAC,GAAGc,SAAS,GAAGd,gBACtD;IACDe,OAAO,EAAET,MAAO;IAChBU,SAAS,EAAC,OAAO;IACjBpB,sBAAsB,EAAEA,sBAAuB;IAAAqB,QAAA,EAE/CtB,KAAA,CAACX,KAAK;MACJkC,MAAM,EACJjB,aAAa,KAAK,IAAI,IACpBR,IAAA,CAACH,MAAM;QACL,cAAYqB,CAAC,CAAC,kBAAkB,CAAE;QAClCQ,OAAO,EAAEb,MAAO;QAChBc,IAAI,EAAC,OAAO;QACZC,SAAS,EAAE5B,IAAA,CAACP,SAAS,IAAE,CAAE;QACzBoC,OAAO,EAAC;MAAU,CACnB,CAEJ;MACDd,IAAI,EAAEA,IAAK;MACXC,QAAQ,EAAEA,QAAS;MACnBa,OAAO,EAAC,OAAO;MAAAL,QAAA,GAEftB,KAAA,CAACV,UAAU;QAAAgC,QAAA,GACTtB,KAAA;UAAM4B,KAAK,EAAElC,cAAe;UAAA4B,QAAA,GAAER,QAAQ,EAAC,GAAC;QAAA,CAAM,CAAC,EAC9CC,IAAI;MAAA,CACK,CAAC,EACZP,OAAO,IACNV,IAAA,CAACN,IAAI;QAACqC,IAAI,EAAErB,OAAQ;QAACmB,OAAO,EAAC,YAAY;QAAAL,QAAA,EACtCf;MAAQ,CACL,CACP;IAAA,CACI;EAAC,CACA,CAAC;AAEf,CAAC;AAED,MAAMuB,aAAa,GAAG5C,IAAI,CAACiB,KAAK,CAAC;AACjC2B,aAAa,CAACC,WAAW,GAAG,OAAO;AAEnC,SAASD,aAAa,IAAI3B,KAAK"}
@@ -9,10 +9,10 @@
9
9
  *
10
10
  * See the License for the specific language governing permissions and limitations under the License.
11
11
  */
12
+
12
13
  import { memo } from "react";
13
14
  import { Box, Snackbar } from "./index.js";
14
15
  import { jsx as _jsx } from "react/jsx-runtime";
15
-
16
16
  const ToastStack = _ref => {
17
17
  let {
18
18
  children
@@ -27,7 +27,6 @@ const ToastStack = _ref => {
27
27
  })
28
28
  });
29
29
  };
30
-
31
30
  const MemoizedToastStack = memo(ToastStack);
32
31
  export { MemoizedToastStack as ToastStack };
33
32
  //# sourceMappingURL=ToastStack.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToastStack.js","names":["memo","Box","Snackbar","ToastStack","children","MemoizedToastStack"],"sources":["../src/ToastStack.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nimport { memo, ReactElement } from \"react\";\nimport { Box, Snackbar } from \".\";\nimport { Toast } from \"./Toast\";\n\nexport type ToastStackProps = {\n children: ReactElement<typeof Toast> | Array<ReactElement<typeof Toast>>;\n};\n\nconst ToastStack = ({ children }: ToastStackProps) => {\n return (\n <Snackbar open={true}>\n <Box display=\"flex\" flexDirection=\"column-reverse\" gap={2}>\n {children}\n </Box>\n </Snackbar>\n );\n};\n\nconst MemoizedToastStack = memo(ToastStack);\n\nexport { MemoizedToastStack as ToastStack };\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA,SAASA,IAAT,QAAmC,OAAnC;SACSC,G,EAAKC,Q;;;AAOd,MAAMC,UAAU,GAAG,QAAmC;EAAA,IAAlC;IAAEC;EAAF,CAAkC;EACpD,OACE,KAAC,QAAD;IAAU,IAAI,EAAE,IAAhB;IAAA,UACE,KAAC,GAAD;MAAK,OAAO,EAAC,MAAb;MAAoB,aAAa,EAAC,gBAAlC;MAAmD,GAAG,EAAE,CAAxD;MAAA,UACGA;IADH;EADF,EADF;AAOD,CARD;;AAUA,MAAMC,kBAAkB,GAAGL,IAAI,CAACG,UAAD,CAA/B;AAEA,SAASE,kBAAkB,IAAIF,UAA/B"}
1
+ {"version":3,"file":"ToastStack.js","names":["memo","Box","Snackbar","jsx","_jsx","ToastStack","_ref","children","open","display","flexDirection","gap","MemoizedToastStack"],"sources":["../src/ToastStack.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nimport { memo, ReactElement } from \"react\";\nimport { Box, Snackbar } from \".\";\nimport { Toast } from \"./Toast\";\n\nexport type ToastStackProps = {\n children: ReactElement<typeof Toast> | Array<ReactElement<typeof Toast>>;\n};\n\nconst ToastStack = ({ children }: ToastStackProps) => {\n return (\n <Snackbar open={true}>\n <Box display=\"flex\" flexDirection=\"column-reverse\" gap={2}>\n {children}\n </Box>\n </Snackbar>\n );\n};\n\nconst MemoizedToastStack = memo(ToastStack);\n\nexport { MemoizedToastStack as ToastStack };\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,IAAI,QAAsB,OAAO;AAAC,SAClCC,GAAG,EAAEC,QAAQ;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAOtB,MAAMC,UAAU,GAAGC,IAAA,IAAmC;EAAA,IAAlC;IAAEC;EAA0B,CAAC,GAAAD,IAAA;EAC/C,OACEF,IAAA,CAACF,QAAQ;IAACM,IAAI,EAAE,IAAK;IAAAD,QAAA,EACnBH,IAAA,CAACH,GAAG;MAACQ,OAAO,EAAC,MAAM;MAACC,aAAa,EAAC,gBAAgB;MAACC,GAAG,EAAE,CAAE;MAAAJ,QAAA,EACvDA;IAAQ,CACN;EAAC,CACE,CAAC;AAEf,CAAC;AAED,MAAMK,kBAAkB,GAAGZ,IAAI,CAACK,UAAU,CAAC;AAE3C,SAASO,kBAAkB,IAAIP,UAAU"}
package/dist/Tooltip.js CHANGED
@@ -1,4 +1,15 @@
1
1
  import _Tooltip from "@mui/material/Tooltip";
2
+ /*!
3
+ * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
4
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
5
+ *
6
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
7
+ * Unless required by applicable law or agreed to in writing, software
8
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
9
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10
+ *
11
+ * See the License for the specific language governing permissions and limitations under the License.
12
+ */
2
13
  import { MuiPropsChild } from "./MuiPropsChild.js";
3
14
  import { jsx as _jsx } from "react/jsx-runtime";
4
15
  export const Tooltip = _ref => {
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.js","names":["MuiPropsChild","Tooltip","ariaType","children","text","placement"],"sources":["../src/Tooltip.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nimport { Tooltip as MuiTooltip } from \"@mui/material\";\nimport type { TooltipProps as MuiTooltipProps } from \"@mui/material\";\n\nimport { MuiPropsChild } from \"./MuiPropsChild\";\nimport { ReactElement } from \"react\";\n\nexport type TooltipProps = {\n children: ReactElement;\n ariaType: \"description\" | \"label\";\n text: string;\n placement?: MuiTooltipProps[\"placement\"];\n};\n\nexport const Tooltip = ({\n ariaType,\n children,\n text,\n placement,\n}: TooltipProps) => (\n <MuiTooltip\n describeChild={ariaType === \"description\"}\n placement={placement}\n title={text}\n >\n <MuiPropsChild>{children}</MuiPropsChild>\n </MuiTooltip>\n);\n"],"mappings":";SAeSA,a;;AAUT,OAAO,MAAMC,OAAO,GAAG;EAAA,IAAC;IACtBC,QADsB;IAEtBC,QAFsB;IAGtBC,IAHsB;IAItBC;EAJsB,CAAD;EAAA,OAMrB;IACE,aAAa,EAAEH,QAAQ,KAAK,aAD9B;IAEE,SAAS,EAAEG,SAFb;IAGE,KAAK,EAAED,IAHT;IAAA,UAKE,KAAC,aAAD;MAAA,UAAgBD;IAAhB;EALF,EANqB;AAAA,CAAhB"}
1
+ {"version":3,"file":"Tooltip.js","names":["MuiPropsChild","jsx","_jsx","Tooltip","_ref","ariaType","children","text","placement","_Tooltip","describeChild","title"],"sources":["../src/Tooltip.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nimport { Tooltip as MuiTooltip } from \"@mui/material\";\nimport type { TooltipProps as MuiTooltipProps } from \"@mui/material\";\n\nimport { MuiPropsChild } from \"./MuiPropsChild\";\nimport { ReactElement } from \"react\";\n\nexport type TooltipProps = {\n children: ReactElement;\n ariaType: \"description\" | \"label\";\n text: string;\n placement?: MuiTooltipProps[\"placement\"];\n};\n\nexport const Tooltip = ({\n ariaType,\n children,\n text,\n placement,\n}: TooltipProps) => (\n <MuiTooltip\n describeChild={ariaType === \"description\"}\n placement={placement}\n title={text}\n >\n <MuiPropsChild>{children}</MuiPropsChild>\n </MuiTooltip>\n);\n"],"mappings":";AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAVA,SAeSA,aAAa;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAUtB,OAAO,MAAMC,OAAO,GAAGC,IAAA;EAAA,IAAC;IACtBC,QAAQ;IACRC,QAAQ;IACRC,IAAI;IACJC;EACY,CAAC,GAAAJ,IAAA;EAAA,OACbF,IAAA,CAAAO,QAAA;IACEC,aAAa,EAAEL,QAAQ,KAAK,aAAc;IAC1CG,SAAS,EAAEA,SAAU;IACrBG,KAAK,EAAEJ,IAAK;IAAAD,QAAA,EAEZJ,IAAA,CAACF,aAAa;MAAAM,QAAA,EAAEA;IAAQ,CAAgB;EAAC,CAC/B,CAAC;AAAA,CACd"}
package/dist/a11yCheck.js CHANGED
@@ -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 { axe } from "jest-axe";
11
+ */import { axe } from "jest-axe";
13
12
  export const a11yCheck = renderFn => {
14
13
  describe("accessibility", () => {
15
14
  it("meets WCAG 2.1 AA criteria", async () => {
@@ -1 +1 @@
1
- {"version":3,"file":"a11yCheck.js","names":["axe","a11yCheck","renderFn","describe","it","container","results","runOnly","expect","toHaveNoViolations"],"sources":["../src/a11yCheck.ts"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nimport type { RenderResult } from \"@testing-library/react\";\n// eslint-disable-next-line import/no-extraneous-dependencies\nimport { axe } from \"jest-axe\";\n\nexport const a11yCheck = (renderFn: () => RenderResult): void => {\n describe(\"accessibility\", () => {\n it(\"meets WCAG 2.1 AA criteria\", async () => {\n const { container } = renderFn();\n const results = await axe(container, {\n runOnly: [\"section508\", \"wcag21a\", \"wcag21aa\"],\n });\n\n expect(results).toHaveNoViolations();\n });\n });\n};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,GAAT,QAAoB,UAApB;AAEA,OAAO,MAAMC,SAAS,GAAIC,QAAD,IAAwC;EAC/DC,QAAQ,CAAC,eAAD,EAAkB,MAAM;IAC9BC,EAAE,CAAC,4BAAD,EAA+B,YAAY;MAC3C,MAAM;QAAEC;MAAF,IAAgBH,QAAQ,EAA9B;MACA,MAAMI,OAAO,GAAG,MAAMN,GAAG,CAACK,SAAD,EAAY;QACnCE,OAAO,EAAE,CAAC,YAAD,EAAe,SAAf,EAA0B,UAA1B;MAD0B,CAAZ,CAAzB;MAIAC,MAAM,CAACF,OAAD,CAAN,CAAgBG,kBAAhB;IACD,CAPC,CAAF;EAQD,CATO,CAAR;AAUD,CAXM"}
1
+ {"version":3,"file":"a11yCheck.js","names":["axe","a11yCheck","renderFn","describe","it","container","results","runOnly","expect","toHaveNoViolations"],"sources":["../src/a11yCheck.ts"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nimport type { RenderResult } from \"@testing-library/react\";\n// eslint-disable-next-line import/no-extraneous-dependencies\nimport { axe } from \"jest-axe\";\n\nexport const a11yCheck = (renderFn: () => RenderResult): void => {\n describe(\"accessibility\", () => {\n it(\"meets WCAG 2.1 AA criteria\", async () => {\n const { container } = renderFn();\n const results = await axe(container, {\n runOnly: [\"section508\", \"wcag21a\", \"wcag21aa\"],\n });\n\n expect(results).toHaveNoViolations();\n });\n });\n};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,GAAG,QAAQ,UAAU;AAE9B,OAAO,MAAMC,SAAS,GAAIC,QAA4B,IAAW;EAC/DC,QAAQ,CAAC,eAAe,EAAE,MAAM;IAC9BC,EAAE,CAAC,4BAA4B,EAAE,YAAY;MAC3C,MAAM;QAAEC;MAAU,CAAC,GAAGH,QAAQ,CAAC,CAAC;MAChC,MAAMI,OAAO,GAAG,MAAMN,GAAG,CAACK,SAAS,EAAE;QACnCE,OAAO,EAAE,CAAC,YAAY,EAAE,SAAS,EAAE,UAAU;MAC/C,CAAC,CAAC;MAEFC,MAAM,CAACF,OAAO,CAAC,CAACG,kBAAkB,CAAC,CAAC;IACtC,CAAC,CAAC;EACJ,CAAC,CAAC;AACJ,CAAC"}
@@ -8,7 +8,6 @@
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
- export const uniqueIdLength = 6;
11
+ */export const uniqueIdLength = 6;
13
12
  export const createUniqueAlphabeticalId = () => Math.random().toString(36).replace(/[\d\.]/g, "");
14
13
  //# sourceMappingURL=createUniqueAlphabeticalId.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"createUniqueAlphabeticalId.js","names":["uniqueIdLength","createUniqueAlphabeticalId","Math","random","toString","replace"],"sources":["../src/createUniqueAlphabeticalId.ts"],"sourcesContent":["/*!\n * Copyright (c) 2021-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// This is a random number chosen to shrink down the unique ID to an arbitrary length.\nexport const uniqueIdLength = 6;\n\nexport const createUniqueAlphabeticalId = () =>\n Math.random()\n .toString(36)\n .replace(/[\\d\\.]/g, \"\");\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAGA,OAAO,MAAMA,cAAc,GAAG,CAAvB;AAEP,OAAO,MAAMC,0BAA0B,GAAG,MACxCC,IAAI,CAACC,MAAL,GACGC,QADH,CACY,EADZ,EAEGC,OAFH,CAEW,SAFX,EAEsB,EAFtB,CADK"}
1
+ {"version":3,"file":"createUniqueAlphabeticalId.js","names":["uniqueIdLength","createUniqueAlphabeticalId","Math","random","toString","replace"],"sources":["../src/createUniqueAlphabeticalId.ts"],"sourcesContent":["/*!\n * Copyright (c) 2021-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// This is a random number chosen to shrink down the unique ID to an arbitrary length.\nexport const uniqueIdLength = 6;\n\nexport const createUniqueAlphabeticalId = () =>\n Math.random()\n .toString(36)\n .replace(/[\\d\\.]/g, \"\");\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAGA,OAAO,MAAMA,cAAc,GAAG,CAAC;AAE/B,OAAO,MAAMC,0BAA0B,GAAGA,CAAA,KACxCC,IAAI,CAACC,MAAM,CAAC,CAAC,CACVC,QAAQ,CAAC,EAAE,CAAC,CACZC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC"}
@@ -8,7 +8,6 @@
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
- export const uniqueIdLength = 6;
11
+ */export const uniqueIdLength = 6;
13
12
  export const createUniqueId = () => Math.random().toString(36).slice(-uniqueIdLength);
14
13
  //# sourceMappingURL=createUniqueId.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"createUniqueId.js","names":["uniqueIdLength","createUniqueId","Math","random","toString","slice"],"sources":["../src/createUniqueId.ts"],"sourcesContent":["/*!\n * Copyright (c) 2021-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// This is a random number chosen to shrink down the unique ID to an arbitrary length.\nexport const uniqueIdLength = 6;\n\nexport const createUniqueId = () =>\n Math.random().toString(36).slice(-uniqueIdLength);\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAGA,OAAO,MAAMA,cAAc,GAAG,CAAvB;AAEP,OAAO,MAAMC,cAAc,GAAG,MAC5BC,IAAI,CAACC,MAAL,GAAcC,QAAd,CAAuB,EAAvB,EAA2BC,KAA3B,CAAiC,CAACL,cAAlC,CADK"}
1
+ {"version":3,"file":"createUniqueId.js","names":["uniqueIdLength","createUniqueId","Math","random","toString","slice"],"sources":["../src/createUniqueId.ts"],"sourcesContent":["/*!\n * Copyright (c) 2021-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// This is a random number chosen to shrink down the unique ID to an arbitrary length.\nexport const uniqueIdLength = 6;\n\nexport const createUniqueId = () =>\n Math.random().toString(36).slice(-uniqueIdLength);\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAGA,OAAO,MAAMA,cAAc,GAAG,CAAC;AAE/B,OAAO,MAAMC,cAAc,GAAGA,CAAA,KAC5BC,IAAI,CAACC,MAAM,CAAC,CAAC,CAACC,QAAQ,CAAC,EAAE,CAAC,CAACC,KAAK,CAAC,CAACL,cAAc,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 { forwardRef } from "react";
11
+ */import { forwardRef } from "react";
13
12
  import { SvgIcon } from "./SvgIcon.js";
14
13
  import { jsx as _jsx } from "react/jsx-runtime";
15
14
  import { Fragment as _Fragment } from "react/jsx-runtime";
@@ -1 +1 @@
1
- {"version":3,"file":"Add.js","names":["forwardRef","SvgIcon","AddIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Add.tsx"],"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\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type AddIconProps = SvgIconNoChildrenProps;\n\nexport const AddIcon = forwardRef<SVGSVGElement, AddIconProps>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M7.5 1V7.5H1v1H7.5V15h1V8.5H15v-1H8.5V1h-1Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nAddIcon.displayName = \"AddIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,OAAO,GAAGF,UAAU,CAA8B,CAACG,KAAD,EAAQC,GAAR,KAAgB;EAC7E,OACE,KAAC,OAAD;IACE,OAAO,EAAC,WADV;IAEE,IAAI,EAAC,MAFP;IAGE,KAAK,EAAC,4BAHR;IAIE,GAAG,EAAEA,GAJP;IAAA,GAKMD,KALN;IAAA,UAOE;MAAA,UACE;QACE,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,6CAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CAnBgC,CAA1B;AAqBPD,OAAO,CAACG,WAAR,GAAsB,SAAtB"}
1
+ {"version":3,"file":"Add.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","AddIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Add.tsx"],"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\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type AddIconProps = SvgIconNoChildrenProps;\n\nexport const AddIcon = forwardRef<SVGSVGElement, AddIconProps>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M7.5 1V7.5H1v1H7.5V15h1V8.5H15v-1H8.5V1h-1Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nAddIcon.displayName = \"AddIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,OAAO,GAAGN,UAAU,CAA8B,CAACO,KAAK,EAAEC,GAAG,KAAK;EAC7E,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,6CAA6C;QAC/CC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CAAC,CAAC;AAEFT,OAAO,CAACU,WAAW,GAAG,SAAS"}
@@ -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 { forwardRef } from "react";
11
+ */import { forwardRef } from "react";
13
12
  import { SvgIcon } from "./SvgIcon.js";
14
13
  import { jsx as _jsx } from "react/jsx-runtime";
15
14
  import { Fragment as _Fragment } from "react/jsx-runtime";
@@ -1 +1 @@
1
- {"version":3,"file":"AddCircle.js","names":["forwardRef","SvgIcon","AddCircleIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/AddCircle.tsx"],"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\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type AddCircleIconProps = SvgIconNoChildrenProps;\n\nexport const AddCircleIcon = forwardRef<SVGSVGElement, AddCircleIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-7 8A8 8 0 1 0 8 0a8 8 0 0 0 0 16Zm-.5-5V8.5H5v-1h2.5V5h1v2.5H11v1H8.5V11h-1Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nAddCircleIcon.displayName = \"AddCircleIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,aAAa,GAAGF,UAAU,CACrC,CAACG,KAAD,EAAQC,GAAR,KAAgB;EACd,OACE,KAAC,OAAD;IACE,OAAO,EAAC,WADV;IAEE,IAAI,EAAC,MAFP;IAGE,KAAK,EAAC,4BAHR;IAIE,GAAG,EAAEA,GAJP;IAAA,GAKMD,KALN;IAAA,UAOE;MAAA,UACE;QACE,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,mHAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CApBoC,CAAhC;AAuBPD,aAAa,CAACG,WAAd,GAA4B,eAA5B"}
1
+ {"version":3,"file":"AddCircle.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","AddCircleIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/AddCircle.tsx"],"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\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type AddCircleIconProps = SvgIconNoChildrenProps;\n\nexport const AddCircleIcon = forwardRef<SVGSVGElement, AddCircleIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-7 8A8 8 0 1 0 8 0a8 8 0 0 0 0 16Zm-.5-5V8.5H5v-1h2.5V5h1v2.5H11v1H8.5V11h-1Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nAddCircleIcon.displayName = \"AddCircleIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,aAAa,GAAGN,UAAU,CACrC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,mHAAmH;QACrHC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,aAAa,CAACU,WAAW,GAAG,eAAe"}
@@ -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 { forwardRef } from "react";
11
+ */import { forwardRef } from "react";
13
12
  import { SvgIcon } from "./SvgIcon.js";
14
13
  import { jsx as _jsx } from "react/jsx-runtime";
15
14
  import { Fragment as _Fragment } from "react/jsx-runtime";
@@ -1 +1 @@
1
- {"version":3,"file":"AlertCircle.js","names":["forwardRef","SvgIcon","AlertCircleIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/AlertCircle.tsx"],"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\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type AlertCircleIconProps = SvgIconNoChildrenProps;\n\nexport const AlertCircleIcon = forwardRef<SVGSVGElement, AlertCircleIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm8-7A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-8 4a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-.5-3.5a.5.5 0 0 0 1 0V4h-1v4.5Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nAlertCircleIcon.displayName = \"AlertCircleIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,eAAe,GAAGF,UAAU,CACvC,CAACG,KAAD,EAAQC,GAAR,KAAgB;EACd,OACE,KAAC,OAAD;IACE,OAAO,EAAC,WADV;IAEE,IAAI,EAAC,MAFP;IAGE,KAAK,EAAC,4BAHR;IAIE,GAAG,EAAEA,GAJP;IAAA,GAKMD,KALN;IAAA,UAOE;MAAA,UACE;QACE,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,mJAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CApBsC,CAAlC;AAuBPD,eAAe,CAACG,WAAhB,GAA8B,iBAA9B"}
1
+ {"version":3,"file":"AlertCircle.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","AlertCircleIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/AlertCircle.tsx"],"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\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type AlertCircleIconProps = SvgIconNoChildrenProps;\n\nexport const AlertCircleIcon = forwardRef<SVGSVGElement, AlertCircleIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm8-7A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-8 4a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-.5-3.5a.5.5 0 0 0 1 0V4h-1v4.5Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nAlertCircleIcon.displayName = \"AlertCircleIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,eAAe,GAAGN,UAAU,CACvC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,mJAAmJ;QACrJC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,eAAe,CAACU,WAAW,GAAG,iBAAiB"}
@@ -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 { forwardRef } from "react";
11
+ */import { forwardRef } from "react";
13
12
  import { SvgIcon } from "./SvgIcon.js";
14
13
  import { jsx as _jsx } from "react/jsx-runtime";
15
14
  import { Fragment as _Fragment } from "react/jsx-runtime";
@@ -1 +1 @@
1
- {"version":3,"file":"AlertCircleFilled.js","names":["forwardRef","SvgIcon","AlertCircleFilledIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/AlertCircleFilled.tsx"],"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\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type AlertCircleFilledIconProps = SvgIconNoChildrenProps;\n\nexport const AlertCircleFilledIcon = forwardRef<\n SVGSVGElement,\n AlertCircleFilledIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0ZM8 9a.5.5 0 0 1-.5-.5V4h1v4.5A.5.5 0 0 1 8 9Zm0 3a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nAlertCircleFilledIcon.displayName = \"AlertCircleFilledIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,qBAAqB,GAAGF,UAAU,CAG7C,CAACG,KAAD,EAAQC,GAAR,KAAgB;EAChB,OACE,KAAC,OAAD;IACE,OAAO,EAAC,WADV;IAEE,IAAI,EAAC,MAFP;IAGE,KAAK,EAAC,4BAHR;IAIE,GAAG,EAAEA,GAJP;IAAA,GAKMD,KALN;IAAA,UAOE;MAAA,UACE;QACE,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,4HAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CAtB8C,CAAxC;AAwBPD,qBAAqB,CAACG,WAAtB,GAAoC,uBAApC"}
1
+ {"version":3,"file":"AlertCircleFilled.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","AlertCircleFilledIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/AlertCircleFilled.tsx"],"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\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type AlertCircleFilledIconProps = SvgIconNoChildrenProps;\n\nexport const AlertCircleFilledIcon = forwardRef<\n SVGSVGElement,\n AlertCircleFilledIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0ZM8 9a.5.5 0 0 1-.5-.5V4h1v4.5A.5.5 0 0 1 8 9Zm0 3a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nAlertCircleFilledIcon.displayName = \"AlertCircleFilledIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,qBAAqB,GAAGN,UAAU,CAG7C,CAACO,KAAK,EAAEC,GAAG,KAAK;EAChB,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,4HAA4H;QAC9HC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CAAC,CAAC;AAEFT,qBAAqB,CAACU,WAAW,GAAG,uBAAuB"}
@@ -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 { forwardRef } from "react";
11
+ */import { forwardRef } from "react";
13
12
  import { SvgIcon } from "./SvgIcon.js";
14
13
  import { jsx as _jsx } from "react/jsx-runtime";
15
14
  import { Fragment as _Fragment } from "react/jsx-runtime";
@@ -1 +1 @@
1
- {"version":3,"file":"AlertTriangleFilled.js","names":["forwardRef","SvgIcon","AlertTriangleFilledIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/AlertTriangleFilled.tsx"],"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\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type AlertTriangleFilledIconProps = SvgIconNoChildrenProps;\n\nexport const AlertTriangleFilledIcon = forwardRef<\n SVGSVGElement,\n AlertTriangleFilledIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M13.983 14.647c-.512.353-1.35.353-3.026.353H5.042c-1.675 0-2.513 0-3.025-.353a2 2 0 0 1-.839-1.322c-.101-.614.256-1.372.97-2.888l2.957-6.284C6.029 2.189 6.49 1.207 7.125.898a2 2 0 0 1 1.75 0c.634.309 1.096 1.29 2.02 3.255l2.958 6.284c.713 1.516 1.07 2.274.969 2.888a2 2 0 0 1-.839 1.322ZM8 10a.5.5 0 0 1-.5-.5V5h1v4.5a.5.5 0 0 1-.5.5Zm0 3a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nAlertTriangleFilledIcon.displayName = \"AlertTriangleFilledIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,uBAAuB,GAAGF,UAAU,CAG/C,CAACG,KAAD,EAAQC,GAAR,KAAgB;EAChB,OACE,KAAC,OAAD;IACE,OAAO,EAAC,WADV;IAEE,IAAI,EAAC,MAFP;IAGE,KAAK,EAAC,4BAHR;IAIE,GAAG,EAAEA,GAJP;IAAA,GAKMD,KALN;IAAA,UAOE;MAAA,UACE;QACE,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,0XAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CAtBgD,CAA1C;AAwBPD,uBAAuB,CAACG,WAAxB,GAAsC,yBAAtC"}
1
+ {"version":3,"file":"AlertTriangleFilled.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","AlertTriangleFilledIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/AlertTriangleFilled.tsx"],"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\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type AlertTriangleFilledIconProps = SvgIconNoChildrenProps;\n\nexport const AlertTriangleFilledIcon = forwardRef<\n SVGSVGElement,\n AlertTriangleFilledIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M13.983 14.647c-.512.353-1.35.353-3.026.353H5.042c-1.675 0-2.513 0-3.025-.353a2 2 0 0 1-.839-1.322c-.101-.614.256-1.372.97-2.888l2.957-6.284C6.029 2.189 6.49 1.207 7.125.898a2 2 0 0 1 1.75 0c.634.309 1.096 1.29 2.02 3.255l2.958 6.284c.713 1.516 1.07 2.274.969 2.888a2 2 0 0 1-.839 1.322ZM8 10a.5.5 0 0 1-.5-.5V5h1v4.5a.5.5 0 0 1-.5.5Zm0 3a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nAlertTriangleFilledIcon.displayName = \"AlertTriangleFilledIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,uBAAuB,GAAGN,UAAU,CAG/C,CAACO,KAAK,EAAEC,GAAG,KAAK;EAChB,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,0XAA0X;QAC5XC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CAAC,CAAC;AAEFT,uBAAuB,CAACU,WAAW,GAAG,yBAAyB"}
@@ -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 { forwardRef } from "react";
11
+ */import { forwardRef } from "react";
13
12
  import { SvgIcon } from "./SvgIcon.js";
14
13
  import { jsx as _jsx } from "react/jsx-runtime";
15
14
  import { Fragment as _Fragment } from "react/jsx-runtime";
@@ -1 +1 @@
1
- {"version":3,"file":"Anchor.js","names":["forwardRef","SvgIcon","AnchorIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Anchor.tsx"],"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\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type AnchorIconProps = SvgIconNoChildrenProps;\n\nexport const AnchorIcon = forwardRef<SVGSVGElement, AnchorIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n d=\"M8.32 5.678a2.8 2.8 0 0 0-3.958 0L1.818 8.223a2.8 2.8 0 0 0 3.957 3.961l2.1-2.1a.2.2 0 0 0-.142-.341h-.08a3.365 3.365 0 0 1-1.28-.249.2.2 0 0 0-.218.045l-1.51 1.511a1.2 1.2 0 1 1-1.697-1.697l2.553-2.551a1.2 1.2 0 0 1 1.696 0 .819.819 0 0 0 1.123 0 .8.8 0 0 0 .232-.508.8.8 0 0 0-.232-.616Z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M12.178 1.82a2.8 2.8 0 0 0-3.959 0L6.122 3.915a.2.2 0 0 0 .145.343h.074c.438-.001.872.084 1.278.25a.2.2 0 0 0 .218-.044L9.343 2.96a1.2 1.2 0 1 1 1.697 1.697L9.165 6.531l-.016.018-.656.652a1.2 1.2 0 0 1-1.696 0 .82.82 0 0 0-1.123 0 .8.8 0 0 0 0 1.128c.23.232.501.422.799.56.042.02.084.036.126.054.042.018.086.032.129.048.041.016.085.03.127.042l.118.031c.08.02.16.037.242.05.099.015.199.024.298.029h.151l.121-.014c.044-.002.09-.012.142-.012h.068l.138-.02.064-.012.116-.024h.022a2.8 2.8 0 0 0 1.298-.736l2.545-2.546a2.8 2.8 0 0 0 0-3.959Z\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nAnchorIcon.displayName = \"AnchorIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;;AAKT,OAAO,MAAMC,UAAU,GAAGF,UAAU,CAClC,CAACG,KAAD,EAAQC,GAAR,KAAgB;EACd,OACE,KAAC,OAAD;IACE,OAAO,EAAC,WADV;IAEE,IAAI,EAAC,MAFP;IAGE,KAAK,EAAC,4BAHR;IAIE,GAAG,EAAEA,GAJP;IAAA,GAKMD,KALN;IAAA,UAOE;MAAA,WACE;QACE,IAAI,EAAC,cADP;QAEE,CAAC,EAAC;MAFJ,EADF,EAKE;QACE,IAAI,EAAC,cADP;QAEE,CAAC,EAAC;MAFJ,EALF;IAAA;EAPF,EADF;AAoBD,CAtBiC,CAA7B;AAyBPD,UAAU,CAACG,WAAX,GAAyB,YAAzB"}
1
+ {"version":3,"file":"Anchor.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","AnchorIcon","props","ref","viewBox","fill","xmlns","children","d","displayName"],"sources":["../../src/iconDictionary/Anchor.tsx"],"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\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type AnchorIconProps = SvgIconNoChildrenProps;\n\nexport const AnchorIcon = forwardRef<SVGSVGElement, AnchorIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n d=\"M8.32 5.678a2.8 2.8 0 0 0-3.958 0L1.818 8.223a2.8 2.8 0 0 0 3.957 3.961l2.1-2.1a.2.2 0 0 0-.142-.341h-.08a3.365 3.365 0 0 1-1.28-.249.2.2 0 0 0-.218.045l-1.51 1.511a1.2 1.2 0 1 1-1.697-1.697l2.553-2.551a1.2 1.2 0 0 1 1.696 0 .819.819 0 0 0 1.123 0 .8.8 0 0 0 .232-.508.8.8 0 0 0-.232-.616Z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M12.178 1.82a2.8 2.8 0 0 0-3.959 0L6.122 3.915a.2.2 0 0 0 .145.343h.074c.438-.001.872.084 1.278.25a.2.2 0 0 0 .218-.044L9.343 2.96a1.2 1.2 0 1 1 1.697 1.697L9.165 6.531l-.016.018-.656.652a1.2 1.2 0 0 1-1.696 0 .82.82 0 0 0-1.123 0 .8.8 0 0 0 0 1.128c.23.232.501.422.799.56.042.02.084.036.126.054.042.018.086.032.129.048.041.016.085.03.127.042l.118.031c.08.02.16.037.242.05.099.015.199.024.298.029h.151l.121-.014c.044-.002.09-.012.142-.012h.068l.138-.02.064-.012.116-.024h.022a2.8 2.8 0 0 0 1.298-.736l2.545-2.546a2.8 2.8 0 0 0 0-3.959Z\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nAnchorIcon.displayName = \"AnchorIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAAA,SAAAC,IAAA,IAAAC,KAAA;AAKhB,OAAO,MAAMC,UAAU,GAAGR,UAAU,CAClC,CAACS,KAAK,EAAEC,GAAG,KAAK;EACd,OACEP,IAAA,CAACF,OAAO;IACNU,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETP,KAAA,CAAAF,SAAA;MAAAS,QAAA,GACEX,IAAA;QACES,IAAI,EAAC,cAAc;QACnBG,CAAC,EAAC;MAAmS,CACtS,CAAC,EACFZ,IAAA;QACES,IAAI,EAAC,cAAc;QACnBG,CAAC,EAAC;MAAyhB,CAC5hB,CAAC;IAAA,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDP,UAAU,CAACQ,WAAW,GAAG,YAAY"}
@@ -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 { forwardRef } from "react";
11
+ */import { forwardRef } from "react";
13
12
  import { SvgIcon } from "./SvgIcon.js";
14
13
  import { jsx as _jsx } from "react/jsx-runtime";
15
14
  import { Fragment as _Fragment } from "react/jsx-runtime";
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowDown.js","names":["forwardRef","SvgIcon","ArrowDownIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/ArrowDown.tsx"],"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\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type ArrowDownIconProps = SvgIconNoChildrenProps;\n\nexport const ArrowDownIcon = forwardRef<SVGSVGElement, ArrowDownIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"m8.5 13.293 4.146-4.147.708.708-5 5a.5.5 0 0 1-.708 0l-5-5 .708-.708L7.5 13.293V1h1v12.293Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nArrowDownIcon.displayName = \"ArrowDownIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,aAAa,GAAGF,UAAU,CACrC,CAACG,KAAD,EAAQC,GAAR,KAAgB;EACd,OACE,KAAC,OAAD;IACE,OAAO,EAAC,WADV;IAEE,IAAI,EAAC,MAFP;IAGE,KAAK,EAAC,4BAHR;IAIE,GAAG,EAAEA,GAJP;IAAA,GAKMD,KALN;IAAA,UAOE;MAAA,UACE;QACE,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,6FAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CApBoC,CAAhC;AAuBPD,aAAa,CAACG,WAAd,GAA4B,eAA5B"}
1
+ {"version":3,"file":"ArrowDown.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","ArrowDownIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/ArrowDown.tsx"],"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\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type ArrowDownIconProps = SvgIconNoChildrenProps;\n\nexport const ArrowDownIcon = forwardRef<SVGSVGElement, ArrowDownIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"m8.5 13.293 4.146-4.147.708.708-5 5a.5.5 0 0 1-.708 0l-5-5 .708-.708L7.5 13.293V1h1v12.293Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nArrowDownIcon.displayName = \"ArrowDownIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,aAAa,GAAGN,UAAU,CACrC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,6FAA6F;QAC/FC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,aAAa,CAACU,WAAW,GAAG,eAAe"}
@@ -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 { forwardRef } from "react";
11
+ */import { forwardRef } from "react";
13
12
  import { SvgIcon } from "./SvgIcon.js";
14
13
  import { jsx as _jsx } from "react/jsx-runtime";
15
14
  import { Fragment as _Fragment } from "react/jsx-runtime";
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowLeft.js","names":["forwardRef","SvgIcon","ArrowLeftIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/ArrowLeft.tsx"],"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\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type ArrowLeftIconProps = SvgIconNoChildrenProps;\n\nexport const ArrowLeftIcon = forwardRef<SVGSVGElement, ArrowLeftIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"m2.707 8.5 4.147 4.146-.708.708-5-5a.5.5 0 0 1 0-.708l5-5 .708.708L2.707 7.5H15v1H2.707Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nArrowLeftIcon.displayName = \"ArrowLeftIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,aAAa,GAAGF,UAAU,CACrC,CAACG,KAAD,EAAQC,GAAR,KAAgB;EACd,OACE,KAAC,OAAD;IACE,OAAO,EAAC,WADV;IAEE,IAAI,EAAC,MAFP;IAGE,KAAK,EAAC,4BAHR;IAIE,GAAG,EAAEA,GAJP;IAAA,GAKMD,KALN;IAAA,UAOE;MAAA,UACE;QACE,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,0FAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CApBoC,CAAhC;AAuBPD,aAAa,CAACG,WAAd,GAA4B,eAA5B"}
1
+ {"version":3,"file":"ArrowLeft.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","ArrowLeftIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/ArrowLeft.tsx"],"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\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type ArrowLeftIconProps = SvgIconNoChildrenProps;\n\nexport const ArrowLeftIcon = forwardRef<SVGSVGElement, ArrowLeftIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"m2.707 8.5 4.147 4.146-.708.708-5-5a.5.5 0 0 1 0-.708l5-5 .708.708L2.707 7.5H15v1H2.707Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nArrowLeftIcon.displayName = \"ArrowLeftIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,aAAa,GAAGN,UAAU,CACrC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,0FAA0F;QAC5FC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,aAAa,CAACU,WAAW,GAAG,eAAe"}
@@ -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 { forwardRef } from "react";
11
+ */import { forwardRef } from "react";
13
12
  import { SvgIcon } from "./SvgIcon.js";
14
13
  import { jsx as _jsx } from "react/jsx-runtime";
15
14
  import { Fragment as _Fragment } from "react/jsx-runtime";
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowRight.js","names":["forwardRef","SvgIcon","ArrowRightIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/ArrowRight.tsx"],"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\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type ArrowRightIconProps = SvgIconNoChildrenProps;\n\nexport const ArrowRightIcon = forwardRef<SVGSVGElement, ArrowRightIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M13.293 7.5 9.146 3.354l.708-.708 5 5a.5.5 0 0 1 0 .708l-5 5-.708-.708L13.293 8.5H1v-1h12.293Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nArrowRightIcon.displayName = \"ArrowRightIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,cAAc,GAAGF,UAAU,CACtC,CAACG,KAAD,EAAQC,GAAR,KAAgB;EACd,OACE,KAAC,OAAD;IACE,OAAO,EAAC,WADV;IAEE,IAAI,EAAC,MAFP;IAGE,KAAK,EAAC,4BAHR;IAIE,GAAG,EAAEA,GAJP;IAAA,GAKMD,KALN;IAAA,UAOE;MAAA,UACE;QACE,IAAI,EAAC,cADP;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,gGAHJ;QAIE,QAAQ,EAAC;MAJX;IADF;EAPF,EADF;AAkBD,CApBqC,CAAjC;AAuBPD,cAAc,CAACG,WAAf,GAA6B,gBAA7B"}
1
+ {"version":3,"file":"ArrowRight.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","ArrowRightIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/ArrowRight.tsx"],"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\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type ArrowRightIconProps = SvgIconNoChildrenProps;\n\nexport const ArrowRightIcon = forwardRef<SVGSVGElement, ArrowRightIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M13.293 7.5 9.146 3.354l.708-.708 5 5a.5.5 0 0 1 0 .708l-5 5-.708-.708L13.293 8.5H1v-1h12.293Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nArrowRightIcon.displayName = \"ArrowRightIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,cAAc,GAAGN,UAAU,CACtC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,gGAAgG;QAClGC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,cAAc,CAACU,WAAW,GAAG,gBAAgB"}