@okta/odyssey-react-mui 0.22.0 → 0.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (584) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README.md +43 -7
  3. package/dist/@types/i18next.d.js +14 -0
  4. package/dist/@types/i18next.d.js.map +1 -0
  5. package/dist/Autocomplete.js +18 -4
  6. package/dist/Autocomplete.js.map +1 -1
  7. package/dist/Banner.js +9 -6
  8. package/dist/Banner.js.map +1 -1
  9. package/dist/Button.js +20 -10
  10. package/dist/Button.js.map +1 -1
  11. package/dist/Checkbox.js +44 -10
  12. package/dist/Checkbox.js.map +1 -1
  13. package/dist/CheckboxGroup.js +25 -26
  14. package/dist/CheckboxGroup.js.map +1 -1
  15. package/dist/CircularProgress.js +11 -0
  16. package/dist/CircularProgress.js.map +1 -1
  17. package/dist/Dialog.js +72 -0
  18. package/dist/Dialog.js.map +1 -0
  19. package/dist/Field.js +28 -10
  20. package/dist/Field.js.map +1 -1
  21. package/dist/FieldError.js +6 -3
  22. package/dist/FieldError.js.map +1 -1
  23. package/dist/FieldHint.js +1 -2
  24. package/dist/FieldHint.js.map +1 -1
  25. package/dist/FieldLabel.js +19 -7
  26. package/dist/FieldLabel.js.map +1 -1
  27. package/dist/Fieldset.js +55 -0
  28. package/dist/Fieldset.js.map +1 -0
  29. package/dist/Form.js +69 -0
  30. package/dist/Form.js.map +1 -0
  31. package/dist/Icon.js +8 -8
  32. package/dist/Icon.js.map +1 -1
  33. package/dist/Infobox.js +7 -4
  34. package/dist/Infobox.js.map +1 -1
  35. package/dist/Link.js +10 -3
  36. package/dist/Link.js.map +1 -1
  37. package/dist/MenuButton.js +3 -7
  38. package/dist/MenuButton.js.map +1 -1
  39. package/dist/MenuItem.js +4 -2
  40. package/dist/MenuItem.js.map +1 -1
  41. package/dist/MuiPropsChild.js +32 -0
  42. package/dist/MuiPropsChild.js.map +1 -0
  43. package/dist/MuiPropsContext.js +15 -0
  44. package/dist/MuiPropsContext.js.map +1 -0
  45. package/dist/NativeSelect.js +61 -0
  46. package/dist/NativeSelect.js.map +1 -0
  47. package/dist/OdysseyCacheProvider.js +1 -2
  48. package/dist/OdysseyCacheProvider.js.map +1 -1
  49. package/dist/OdysseyI18n.js +93 -0
  50. package/dist/OdysseyI18n.js.map +1 -0
  51. package/dist/OdysseyProvider.js +42 -0
  52. package/dist/OdysseyProvider.js.map +1 -0
  53. package/dist/OdysseyThemeProvider.js +11 -5
  54. package/dist/OdysseyThemeProvider.js.map +1 -1
  55. package/dist/OdysseyTranslationProvider.js +47 -0
  56. package/dist/OdysseyTranslationProvider.js.map +1 -0
  57. package/dist/OdysseyTranslationProvider.types.js +14 -0
  58. package/dist/OdysseyTranslationProvider.types.js.map +1 -0
  59. package/dist/PasswordField.js +20 -3
  60. package/dist/PasswordField.js.map +1 -1
  61. package/dist/Radio.js +11 -2
  62. package/dist/Radio.js.map +1 -1
  63. package/dist/RadioGroup.js +36 -28
  64. package/dist/RadioGroup.js.map +1 -1
  65. package/dist/ScreenReaderText.js +3 -3
  66. package/dist/ScreenReaderText.js.map +1 -1
  67. package/dist/SearchField.js +17 -4
  68. package/dist/SearchField.js.map +1 -1
  69. package/dist/Select.js +131 -0
  70. package/dist/Select.js.map +1 -0
  71. package/dist/Status.js.map +1 -1
  72. package/dist/Tabs.js +46 -0
  73. package/dist/Tabs.js.map +1 -0
  74. package/dist/Tag.js +11 -2
  75. package/dist/Tag.js.map +1 -1
  76. package/dist/TagList.js +11 -2
  77. package/dist/TagList.js.map +1 -1
  78. package/dist/TagListContext.js +1 -0
  79. package/dist/TagListContext.js.map +1 -1
  80. package/dist/TextField.js +28 -9
  81. package/dist/TextField.js.map +1 -1
  82. package/dist/Toast.js +78 -0
  83. package/dist/Toast.js.map +1 -0
  84. package/dist/{ThemeProvider.js → ToastStack.js} +12 -10
  85. package/dist/ToastStack.js.map +1 -0
  86. package/dist/Tooltip.js +31 -0
  87. package/dist/Tooltip.js.map +1 -0
  88. package/dist/a11yCheck.js +1 -2
  89. package/dist/a11yCheck.js.map +1 -1
  90. package/dist/createUniqueAlphabeticalId.js +1 -2
  91. package/dist/createUniqueAlphabeticalId.js.map +1 -1
  92. package/dist/createUniqueId.js +1 -2
  93. package/dist/createUniqueId.js.map +1 -1
  94. package/dist/iconDictionary/Add.js +5 -6
  95. package/dist/iconDictionary/Add.js.map +1 -1
  96. package/dist/iconDictionary/AddCircle.js +5 -6
  97. package/dist/iconDictionary/AddCircle.js.map +1 -1
  98. package/dist/iconDictionary/AlertCircle.js +5 -6
  99. package/dist/iconDictionary/AlertCircle.js.map +1 -1
  100. package/dist/iconDictionary/AlertCircleFilled.js +5 -6
  101. package/dist/iconDictionary/AlertCircleFilled.js.map +1 -1
  102. package/dist/iconDictionary/AlertTriangleFilled.js +5 -6
  103. package/dist/iconDictionary/AlertTriangleFilled.js.map +1 -1
  104. package/dist/iconDictionary/Anchor.js +6 -7
  105. package/dist/iconDictionary/Anchor.js.map +1 -1
  106. package/dist/iconDictionary/ArrowDown.js +5 -6
  107. package/dist/iconDictionary/ArrowDown.js.map +1 -1
  108. package/dist/iconDictionary/ArrowLeft.js +5 -6
  109. package/dist/iconDictionary/ArrowLeft.js.map +1 -1
  110. package/dist/iconDictionary/ArrowRight.js +5 -6
  111. package/dist/iconDictionary/ArrowRight.js.map +1 -1
  112. package/dist/iconDictionary/ArrowUp.js +5 -6
  113. package/dist/iconDictionary/ArrowUp.js.map +1 -1
  114. package/dist/iconDictionary/ArrowUpDown.js +5 -6
  115. package/dist/iconDictionary/ArrowUpDown.js.map +1 -1
  116. package/dist/iconDictionary/Calendar.js +5 -6
  117. package/dist/iconDictionary/Calendar.js.map +1 -1
  118. package/dist/iconDictionary/Check.js +5 -6
  119. package/dist/iconDictionary/Check.js.map +1 -1
  120. package/dist/iconDictionary/CheckCircleFilled.js +5 -6
  121. package/dist/iconDictionary/CheckCircleFilled.js.map +1 -1
  122. package/dist/iconDictionary/ChevronDown.js +5 -6
  123. package/dist/iconDictionary/ChevronDown.js.map +1 -1
  124. package/dist/iconDictionary/ChevronUp.js +5 -6
  125. package/dist/iconDictionary/ChevronUp.js.map +1 -1
  126. package/dist/iconDictionary/Close.js +5 -6
  127. package/dist/iconDictionary/Close.js.map +1 -1
  128. package/dist/iconDictionary/CloseCircleFilled.js +5 -6
  129. package/dist/iconDictionary/CloseCircleFilled.js.map +1 -1
  130. package/dist/iconDictionary/Copy.js +5 -6
  131. package/dist/iconDictionary/Copy.js.map +1 -1
  132. package/dist/iconDictionary/Delete.js +5 -6
  133. package/dist/iconDictionary/Delete.js.map +1 -1
  134. package/dist/iconDictionary/Download.js +5 -6
  135. package/dist/iconDictionary/Download.js.map +1 -1
  136. package/dist/iconDictionary/DragHandle.js +5 -6
  137. package/dist/iconDictionary/DragHandle.js.map +1 -1
  138. package/dist/iconDictionary/Edit.js +5 -6
  139. package/dist/iconDictionary/Edit.js.map +1 -1
  140. package/dist/iconDictionary/ExternalLink.js +5 -6
  141. package/dist/iconDictionary/ExternalLink.js.map +1 -1
  142. package/dist/iconDictionary/Eye.js +5 -6
  143. package/dist/iconDictionary/Eye.js.map +1 -1
  144. package/dist/iconDictionary/EyeOff.js +5 -6
  145. package/dist/iconDictionary/EyeOff.js.map +1 -1
  146. package/dist/iconDictionary/Filter.js +5 -6
  147. package/dist/iconDictionary/Filter.js.map +1 -1
  148. package/dist/iconDictionary/Globe.js +5 -6
  149. package/dist/iconDictionary/Globe.js.map +1 -1
  150. package/dist/iconDictionary/Home.js +5 -6
  151. package/dist/iconDictionary/Home.js.map +1 -1
  152. package/dist/iconDictionary/InformationCircle.js +5 -6
  153. package/dist/iconDictionary/InformationCircle.js.map +1 -1
  154. package/dist/iconDictionary/InformationCircleFilled.js +5 -6
  155. package/dist/iconDictionary/InformationCircleFilled.js.map +1 -1
  156. package/dist/iconDictionary/Notification.js +5 -6
  157. package/dist/iconDictionary/Notification.js.map +1 -1
  158. package/dist/iconDictionary/OverflowVertical.js +5 -6
  159. package/dist/iconDictionary/OverflowVertical.js.map +1 -1
  160. package/dist/iconDictionary/QuestionCircle.js +5 -6
  161. package/dist/iconDictionary/QuestionCircle.js.map +1 -1
  162. package/dist/iconDictionary/QuestionCircleFilled.js +5 -6
  163. package/dist/iconDictionary/QuestionCircleFilled.js.map +1 -1
  164. package/dist/iconDictionary/Search.js +5 -6
  165. package/dist/iconDictionary/Search.js.map +1 -1
  166. package/dist/iconDictionary/Settings.js +4 -5
  167. package/dist/iconDictionary/Settings.js.map +1 -1
  168. package/dist/iconDictionary/Subtract.js +5 -6
  169. package/dist/iconDictionary/Subtract.js.map +1 -1
  170. package/dist/iconDictionary/SvgIcon.js +1 -0
  171. package/dist/iconDictionary/SvgIcon.js.map +1 -1
  172. package/dist/iconDictionary/User.js +5 -6
  173. package/dist/iconDictionary/User.js.map +1 -1
  174. package/dist/iconDictionary/UserGroup.js +5 -6
  175. package/dist/iconDictionary/UserGroup.js.map +1 -1
  176. package/dist/iconDictionary/index.js.map +1 -1
  177. package/dist/index.js +13 -6
  178. package/dist/index.js.map +1 -1
  179. package/dist/properties/ts/odyssey-react-mui.js +11 -0
  180. package/dist/properties/ts/odyssey-react-mui.js.map +1 -0
  181. package/dist/properties/ts/odyssey-react-mui_cs.js +2 -0
  182. package/dist/properties/ts/odyssey-react-mui_cs.js.map +1 -0
  183. package/dist/properties/ts/odyssey-react-mui_da.js +2 -0
  184. package/dist/properties/ts/odyssey-react-mui_da.js.map +1 -0
  185. package/dist/properties/ts/odyssey-react-mui_de.js +2 -0
  186. package/dist/properties/ts/odyssey-react-mui_de.js.map +1 -0
  187. package/dist/properties/ts/odyssey-react-mui_el.js +2 -0
  188. package/dist/properties/ts/odyssey-react-mui_el.js.map +1 -0
  189. package/dist/properties/ts/odyssey-react-mui_es.js +2 -0
  190. package/dist/properties/ts/odyssey-react-mui_es.js.map +1 -0
  191. package/dist/properties/ts/odyssey-react-mui_fi.js +2 -0
  192. package/dist/properties/ts/odyssey-react-mui_fi.js.map +1 -0
  193. package/dist/properties/ts/odyssey-react-mui_fr.js +2 -0
  194. package/dist/properties/ts/odyssey-react-mui_fr.js.map +1 -0
  195. package/dist/properties/ts/odyssey-react-mui_hu.js +2 -0
  196. package/dist/properties/ts/odyssey-react-mui_hu.js.map +1 -0
  197. package/dist/properties/ts/odyssey-react-mui_id.js +2 -0
  198. package/dist/properties/ts/odyssey-react-mui_id.js.map +1 -0
  199. package/dist/properties/ts/odyssey-react-mui_it.js +2 -0
  200. package/dist/properties/ts/odyssey-react-mui_it.js.map +1 -0
  201. package/dist/properties/ts/odyssey-react-mui_ja.js +2 -0
  202. package/dist/properties/ts/odyssey-react-mui_ja.js.map +1 -0
  203. package/dist/properties/ts/odyssey-react-mui_ko.js +2 -0
  204. package/dist/properties/ts/odyssey-react-mui_ko.js.map +1 -0
  205. package/dist/properties/ts/odyssey-react-mui_ms.js +2 -0
  206. package/dist/properties/ts/odyssey-react-mui_ms.js.map +1 -0
  207. package/dist/properties/ts/odyssey-react-mui_nb.js +2 -0
  208. package/dist/properties/ts/odyssey-react-mui_nb.js.map +1 -0
  209. package/dist/properties/ts/odyssey-react-mui_nl-NL.js +2 -0
  210. package/dist/properties/ts/odyssey-react-mui_nl-NL.js.map +1 -0
  211. package/dist/properties/ts/odyssey-react-mui_pl.js +2 -0
  212. package/dist/properties/ts/odyssey-react-mui_pl.js.map +1 -0
  213. package/dist/properties/ts/odyssey-react-mui_pt-BR.js +2 -0
  214. package/dist/properties/ts/odyssey-react-mui_pt-BR.js.map +1 -0
  215. package/dist/properties/ts/odyssey-react-mui_ro.js +2 -0
  216. package/dist/properties/ts/odyssey-react-mui_ro.js.map +1 -0
  217. package/dist/properties/ts/odyssey-react-mui_ru.js +2 -0
  218. package/dist/properties/ts/odyssey-react-mui_ru.js.map +1 -0
  219. package/dist/properties/ts/odyssey-react-mui_sv.js +2 -0
  220. package/dist/properties/ts/odyssey-react-mui_sv.js.map +1 -0
  221. package/dist/properties/ts/odyssey-react-mui_th.js +2 -0
  222. package/dist/properties/ts/odyssey-react-mui_th.js.map +1 -0
  223. package/dist/properties/ts/odyssey-react-mui_tr.js +2 -0
  224. package/dist/properties/ts/odyssey-react-mui_tr.js.map +1 -0
  225. package/dist/properties/ts/odyssey-react-mui_uk.js +2 -0
  226. package/dist/properties/ts/odyssey-react-mui_uk.js.map +1 -0
  227. package/dist/properties/ts/odyssey-react-mui_zh-CN.js +2 -0
  228. package/dist/properties/ts/odyssey-react-mui_zh-CN.js.map +1 -0
  229. package/dist/properties/ts/odyssey-react-mui_zh-TW.js +2 -0
  230. package/dist/properties/ts/odyssey-react-mui_zh-TW.js.map +1 -0
  231. package/dist/src/Autocomplete.d.ts +2 -1
  232. package/dist/src/Autocomplete.d.ts.map +1 -1
  233. package/dist/src/Banner.d.ts +19 -19
  234. package/dist/src/Banner.d.ts.map +1 -1
  235. package/dist/src/Button.d.ts +4 -3
  236. package/dist/src/Button.d.ts.map +1 -1
  237. package/dist/src/Checkbox.d.ts +4 -2
  238. package/dist/src/Checkbox.d.ts.map +1 -1
  239. package/dist/src/CheckboxGroup.d.ts +8 -4
  240. package/dist/src/CheckboxGroup.d.ts.map +1 -1
  241. package/dist/src/Dialog.d.ts +25 -0
  242. package/dist/src/Dialog.d.ts.map +1 -0
  243. package/dist/src/Field.d.ts +18 -7
  244. package/dist/src/Field.d.ts.map +1 -1
  245. package/dist/src/FieldError.d.ts.map +1 -1
  246. package/dist/src/FieldLabel.d.ts +2 -3
  247. package/dist/src/FieldLabel.d.ts.map +1 -1
  248. package/dist/src/Fieldset.d.ts +42 -0
  249. package/dist/src/Fieldset.d.ts.map +1 -0
  250. package/dist/src/Form.d.ts +73 -0
  251. package/dist/src/Form.d.ts.map +1 -0
  252. package/dist/src/Icon.d.ts +9 -8
  253. package/dist/src/Icon.d.ts.map +1 -1
  254. package/dist/src/Infobox.d.ts +7 -7
  255. package/dist/src/Infobox.d.ts.map +1 -1
  256. package/dist/src/Link.d.ts +9 -4
  257. package/dist/src/Link.d.ts.map +1 -1
  258. package/dist/src/MenuButton.d.ts +7 -3
  259. package/dist/src/MenuButton.d.ts.map +1 -1
  260. package/dist/src/MenuItem.d.ts +1 -1
  261. package/dist/src/MenuItem.d.ts.map +1 -1
  262. package/dist/src/MuiPropsChild.d.ts +18 -0
  263. package/dist/src/MuiPropsChild.d.ts.map +1 -0
  264. package/dist/src/MuiPropsContext.d.ts +15 -0
  265. package/dist/src/MuiPropsContext.d.ts.map +1 -0
  266. package/dist/src/NativeSelect.d.ts +36 -0
  267. package/dist/src/NativeSelect.d.ts.map +1 -0
  268. package/dist/src/OdysseyI18n.d.ts +54 -0
  269. package/dist/src/OdysseyI18n.d.ts.map +1 -0
  270. package/dist/src/OdysseyProvider.d.ts +27 -0
  271. package/dist/src/OdysseyProvider.d.ts.map +1 -0
  272. package/dist/src/OdysseyThemeProvider.d.ts +4 -2
  273. package/dist/src/OdysseyThemeProvider.d.ts.map +1 -1
  274. package/dist/src/OdysseyTranslationProvider.d.ts +25 -0
  275. package/dist/src/OdysseyTranslationProvider.d.ts.map +1 -0
  276. package/dist/src/OdysseyTranslationProvider.types.d.ts +14 -0
  277. package/dist/src/OdysseyTranslationProvider.types.d.ts.map +1 -0
  278. package/dist/src/PasswordField.d.ts +8 -8
  279. package/dist/src/PasswordField.d.ts.map +1 -1
  280. package/dist/src/RadioGroup.d.ts +8 -8
  281. package/dist/src/RadioGroup.d.ts.map +1 -1
  282. package/dist/src/SearchField.d.ts +4 -4
  283. package/dist/src/SearchField.d.ts.map +1 -1
  284. package/dist/src/Select.d.ts +35 -0
  285. package/dist/src/Select.d.ts.map +1 -0
  286. package/dist/src/Status.d.ts +2 -2
  287. package/dist/src/Status.d.ts.map +1 -1
  288. package/dist/src/Tabs.d.ts +27 -0
  289. package/dist/src/Tabs.d.ts.map +1 -0
  290. package/dist/src/TextField.d.ts +12 -15
  291. package/dist/src/TextField.d.ts.map +1 -1
  292. package/dist/src/Toast.d.ts +60 -0
  293. package/dist/src/Toast.d.ts.map +1 -0
  294. package/dist/src/ToastStack.d.ts +19 -0
  295. package/dist/src/ToastStack.d.ts.map +1 -0
  296. package/dist/src/{ThemeProvider.d.ts → Tooltip.d.ts} +8 -4
  297. package/dist/src/Tooltip.d.ts.map +1 -0
  298. package/dist/src/iconDictionary/Add.d.ts +2 -2
  299. package/dist/src/iconDictionary/AddCircle.d.ts +2 -2
  300. package/dist/src/iconDictionary/AlertCircle.d.ts +2 -2
  301. package/dist/src/iconDictionary/AlertCircleFilled.d.ts +2 -2
  302. package/dist/src/iconDictionary/AlertTriangleFilled.d.ts +2 -2
  303. package/dist/src/iconDictionary/Anchor.d.ts +2 -2
  304. package/dist/src/iconDictionary/ArrowDown.d.ts +2 -2
  305. package/dist/src/iconDictionary/ArrowLeft.d.ts +2 -2
  306. package/dist/src/iconDictionary/ArrowRight.d.ts +2 -2
  307. package/dist/src/iconDictionary/ArrowUp.d.ts +2 -2
  308. package/dist/src/iconDictionary/ArrowUpDown.d.ts +2 -2
  309. package/dist/src/iconDictionary/Calendar.d.ts +2 -2
  310. package/dist/src/iconDictionary/Check.d.ts +2 -2
  311. package/dist/src/iconDictionary/CheckCircleFilled.d.ts +2 -2
  312. package/dist/src/iconDictionary/ChevronDown.d.ts +2 -2
  313. package/dist/src/iconDictionary/ChevronUp.d.ts +2 -2
  314. package/dist/src/iconDictionary/Close.d.ts +2 -2
  315. package/dist/src/iconDictionary/CloseCircleFilled.d.ts +2 -2
  316. package/dist/src/iconDictionary/Copy.d.ts +2 -2
  317. package/dist/src/iconDictionary/Delete.d.ts +2 -2
  318. package/dist/src/iconDictionary/Download.d.ts +2 -2
  319. package/dist/src/iconDictionary/DragHandle.d.ts +2 -2
  320. package/dist/src/iconDictionary/Edit.d.ts +2 -2
  321. package/dist/src/iconDictionary/ExternalLink.d.ts +2 -2
  322. package/dist/src/iconDictionary/Eye.d.ts +2 -2
  323. package/dist/src/iconDictionary/EyeOff.d.ts +2 -2
  324. package/dist/src/iconDictionary/Filter.d.ts +2 -2
  325. package/dist/src/iconDictionary/Globe.d.ts +2 -2
  326. package/dist/src/iconDictionary/Home.d.ts +2 -2
  327. package/dist/src/iconDictionary/InformationCircle.d.ts +2 -2
  328. package/dist/src/iconDictionary/InformationCircleFilled.d.ts +2 -2
  329. package/dist/src/iconDictionary/Notification.d.ts +2 -2
  330. package/dist/src/iconDictionary/OverflowVertical.d.ts +2 -2
  331. package/dist/src/iconDictionary/QuestionCircle.d.ts +2 -2
  332. package/dist/src/iconDictionary/QuestionCircleFilled.d.ts +2 -2
  333. package/dist/src/iconDictionary/Search.d.ts +2 -2
  334. package/dist/src/iconDictionary/Settings.d.ts +2 -2
  335. package/dist/src/iconDictionary/Subtract.d.ts +2 -2
  336. package/dist/src/iconDictionary/User.d.ts +2 -2
  337. package/dist/src/iconDictionary/UserGroup.d.ts +2 -2
  338. package/dist/src/iconDictionary/index.d.ts +40 -40
  339. package/dist/src/index.d.ts +15 -10
  340. package/dist/src/index.d.ts.map +1 -1
  341. package/dist/src/properties/ts/odyssey-react-mui.d.ts +11 -0
  342. package/dist/src/properties/ts/odyssey-react-mui.d.ts.map +1 -0
  343. package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts +2 -0
  344. package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts.map +1 -0
  345. package/dist/src/properties/ts/odyssey-react-mui_da.d.ts +2 -0
  346. package/dist/src/properties/ts/odyssey-react-mui_da.d.ts.map +1 -0
  347. package/dist/src/properties/ts/odyssey-react-mui_de.d.ts +2 -0
  348. package/dist/src/properties/ts/odyssey-react-mui_de.d.ts.map +1 -0
  349. package/dist/src/properties/ts/odyssey-react-mui_el.d.ts +2 -0
  350. package/dist/src/properties/ts/odyssey-react-mui_el.d.ts.map +1 -0
  351. package/dist/src/properties/ts/odyssey-react-mui_es.d.ts +2 -0
  352. package/dist/src/properties/ts/odyssey-react-mui_es.d.ts.map +1 -0
  353. package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts +2 -0
  354. package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts.map +1 -0
  355. package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts +2 -0
  356. package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts.map +1 -0
  357. package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts +2 -0
  358. package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts.map +1 -0
  359. package/dist/src/properties/ts/odyssey-react-mui_id.d.ts +2 -0
  360. package/dist/src/properties/ts/odyssey-react-mui_id.d.ts.map +1 -0
  361. package/dist/src/properties/ts/odyssey-react-mui_it.d.ts +2 -0
  362. package/dist/src/properties/ts/odyssey-react-mui_it.d.ts.map +1 -0
  363. package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts +2 -0
  364. package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts.map +1 -0
  365. package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts +2 -0
  366. package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts.map +1 -0
  367. package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts +2 -0
  368. package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts.map +1 -0
  369. package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts +2 -0
  370. package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts.map +1 -0
  371. package/dist/src/properties/ts/odyssey-react-mui_nl-NL.d.ts +2 -0
  372. package/dist/src/properties/ts/odyssey-react-mui_nl-NL.d.ts.map +1 -0
  373. package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts +2 -0
  374. package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts.map +1 -0
  375. package/dist/src/properties/ts/odyssey-react-mui_pt-BR.d.ts +2 -0
  376. package/dist/src/properties/ts/odyssey-react-mui_pt-BR.d.ts.map +1 -0
  377. package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts +2 -0
  378. package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts.map +1 -0
  379. package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts +2 -0
  380. package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts.map +1 -0
  381. package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts +2 -0
  382. package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts.map +1 -0
  383. package/dist/src/properties/ts/odyssey-react-mui_th.d.ts +2 -0
  384. package/dist/src/properties/ts/odyssey-react-mui_th.d.ts.map +1 -0
  385. package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts +2 -0
  386. package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts.map +1 -0
  387. package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts +2 -0
  388. package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts.map +1 -0
  389. package/dist/src/properties/ts/odyssey-react-mui_zh-CN.d.ts +2 -0
  390. package/dist/src/properties/ts/odyssey-react-mui_zh-CN.d.ts.map +1 -0
  391. package/dist/src/properties/ts/odyssey-react-mui_zh-TW.d.ts +2 -0
  392. package/dist/src/properties/ts/odyssey-react-mui_zh-TW.d.ts.map +1 -0
  393. package/dist/src/theme/components.d.ts.map +1 -1
  394. package/dist/src/theme/index.d.ts +3 -1
  395. package/dist/src/theme/index.d.ts.map +1 -1
  396. package/dist/src/theme/mixins.d.ts +2 -1
  397. package/dist/src/theme/mixins.d.ts.map +1 -1
  398. package/dist/src/theme/palette.d.ts +2 -1
  399. package/dist/src/theme/palette.d.ts.map +1 -1
  400. package/dist/src/theme/shape.d.ts +2 -1
  401. package/dist/src/theme/shape.d.ts.map +1 -1
  402. package/dist/src/theme/spacing.d.ts +2 -1
  403. package/dist/src/theme/spacing.d.ts.map +1 -1
  404. package/dist/src/theme/theme.d.ts +3 -2
  405. package/dist/src/theme/theme.d.ts.map +1 -1
  406. package/dist/src/theme/typography.d.ts +2 -1
  407. package/dist/src/theme/typography.d.ts.map +1 -1
  408. package/dist/theme/components.js +123 -85
  409. package/dist/theme/components.js.map +1 -1
  410. package/dist/theme/components.types.js +1 -0
  411. package/dist/theme/components.types.js.map +1 -1
  412. package/dist/theme/index.js +1 -1
  413. package/dist/theme/index.js.map +1 -1
  414. package/dist/theme/mixins.js +8 -6
  415. package/dist/theme/mixins.js.map +1 -1
  416. package/dist/theme/mixins.types.js +1 -0
  417. package/dist/theme/mixins.types.js.map +1 -1
  418. package/dist/theme/palette.js +89 -86
  419. package/dist/theme/palette.js.map +1 -1
  420. package/dist/theme/palette.types.js +1 -0
  421. package/dist/theme/palette.types.js.map +1 -1
  422. package/dist/theme/shape.js +6 -4
  423. package/dist/theme/shape.js.map +1 -1
  424. package/dist/theme/spacing.js +4 -1
  425. package/dist/theme/spacing.js.map +1 -1
  426. package/dist/theme/temp.js +1 -0
  427. package/dist/theme/temp.js.map +1 -1
  428. package/dist/theme/theme.js +12 -9
  429. package/dist/theme/theme.js.map +1 -1
  430. package/dist/theme/typography.js +85 -83
  431. package/dist/theme/typography.js.map +1 -1
  432. package/dist/theme/typography.types.js +1 -0
  433. package/dist/theme/typography.types.js.map +1 -1
  434. package/dist/theme/useTheme.js +1 -0
  435. package/dist/theme/useTheme.js.map +1 -1
  436. package/dist/tsconfig.production.tsbuildinfo +1 -1
  437. package/dist/useUniqueAlphabeticalId.js +1 -0
  438. package/dist/useUniqueAlphabeticalId.js.map +1 -1
  439. package/dist/useUniqueId.js +1 -0
  440. package/dist/useUniqueId.js.map +1 -1
  441. package/i18n.config.json +8 -0
  442. package/package.json +9 -4
  443. package/scripts/properties-to-ts.js +103 -0
  444. package/src/@types/i18next.d.ts +22 -0
  445. package/src/Autocomplete.tsx +10 -1
  446. package/src/Banner.tsx +37 -32
  447. package/src/Button.tsx +38 -18
  448. package/src/Checkbox.tsx +47 -21
  449. package/src/CheckboxGroup.tsx +30 -34
  450. package/src/Dialog.tsx +110 -0
  451. package/src/Field.tsx +56 -24
  452. package/src/FieldError.tsx +6 -1
  453. package/src/FieldLabel.tsx +13 -10
  454. package/src/Fieldset.tsx +95 -0
  455. package/src/Form.tsx +142 -0
  456. package/src/Icon.test.tsx +1 -1
  457. package/src/Icon.tsx +27 -13
  458. package/src/Infobox.tsx +18 -13
  459. package/src/Link.tsx +14 -6
  460. package/src/MenuButton.tsx +8 -3
  461. package/src/MenuItem.tsx +1 -0
  462. package/src/MuiPropsChild.tsx +41 -0
  463. package/src/MuiPropsContext.ts +17 -0
  464. package/src/NativeSelect.tsx +107 -0
  465. package/src/OdysseyI18n.ts +101 -0
  466. package/src/OdysseyProvider.tsx +59 -0
  467. package/src/OdysseyThemeProvider.tsx +9 -3
  468. package/src/OdysseyTranslationProvider.test.tsx +63 -0
  469. package/src/OdysseyTranslationProvider.tsx +65 -0
  470. package/src/OdysseyTranslationProvider.types.ts +42 -0
  471. package/src/PasswordField.tsx +18 -11
  472. package/src/RadioGroup.tsx +31 -46
  473. package/src/SearchField.tsx +10 -8
  474. package/src/Select.tsx +226 -0
  475. package/src/Status.tsx +2 -2
  476. package/src/Tabs.tsx +70 -0
  477. package/src/TextField.tsx +31 -25
  478. package/src/Toast.tsx +140 -0
  479. package/src/{ThemeProvider.tsx → ToastStack.tsx} +16 -9
  480. package/src/Tooltip.tsx +39 -0
  481. package/src/iconDictionary/Add.tsx +3 -3
  482. package/src/iconDictionary/AddCircle.tsx +3 -3
  483. package/src/iconDictionary/AlertCircle.tsx +3 -3
  484. package/src/iconDictionary/AlertCircleFilled.tsx +3 -3
  485. package/src/iconDictionary/AlertTriangleFilled.tsx +3 -3
  486. package/src/iconDictionary/Anchor.tsx +3 -3
  487. package/src/iconDictionary/ArrowDown.tsx +3 -3
  488. package/src/iconDictionary/ArrowLeft.tsx +3 -3
  489. package/src/iconDictionary/ArrowRight.tsx +3 -3
  490. package/src/iconDictionary/ArrowUp.tsx +3 -3
  491. package/src/iconDictionary/ArrowUpDown.tsx +3 -3
  492. package/src/iconDictionary/Calendar.tsx +3 -3
  493. package/src/iconDictionary/Check.tsx +3 -3
  494. package/src/iconDictionary/CheckCircleFilled.tsx +3 -3
  495. package/src/iconDictionary/ChevronDown.tsx +3 -3
  496. package/src/iconDictionary/ChevronUp.tsx +3 -3
  497. package/src/iconDictionary/Close.tsx +3 -3
  498. package/src/iconDictionary/CloseCircleFilled.tsx +3 -3
  499. package/src/iconDictionary/Copy.tsx +3 -3
  500. package/src/iconDictionary/Delete.tsx +3 -3
  501. package/src/iconDictionary/Download.tsx +3 -3
  502. package/src/iconDictionary/DragHandle.tsx +3 -3
  503. package/src/iconDictionary/Edit.tsx +3 -3
  504. package/src/iconDictionary/ExternalLink.tsx +3 -3
  505. package/src/iconDictionary/Eye.tsx +3 -3
  506. package/src/iconDictionary/EyeOff.tsx +3 -3
  507. package/src/iconDictionary/Filter.tsx +3 -3
  508. package/src/iconDictionary/Globe.tsx +3 -3
  509. package/src/iconDictionary/Home.tsx +3 -3
  510. package/src/iconDictionary/InformationCircle.tsx +3 -3
  511. package/src/iconDictionary/InformationCircleFilled.tsx +3 -3
  512. package/src/iconDictionary/Notification.tsx +3 -3
  513. package/src/iconDictionary/OverflowVertical.tsx +3 -3
  514. package/src/iconDictionary/QuestionCircle.tsx +3 -3
  515. package/src/iconDictionary/QuestionCircleFilled.tsx +3 -3
  516. package/src/iconDictionary/Search.tsx +3 -3
  517. package/src/iconDictionary/Settings.tsx +2 -2
  518. package/src/iconDictionary/Subtract.tsx +3 -3
  519. package/src/iconDictionary/User.tsx +3 -3
  520. package/src/iconDictionary/UserGroup.tsx +3 -3
  521. package/src/iconDictionary/index.ts +1 -1
  522. package/src/index.ts +11 -23
  523. package/src/properties/odyssey-react-mui.properties +8 -0
  524. package/src/properties/translations/odyssey-react-mui_cs.properties +0 -0
  525. package/src/properties/translations/odyssey-react-mui_da.properties +0 -0
  526. package/src/properties/translations/odyssey-react-mui_de.properties +0 -0
  527. package/src/properties/translations/odyssey-react-mui_el.properties +0 -0
  528. package/src/properties/translations/odyssey-react-mui_es.properties +0 -0
  529. package/src/properties/translations/odyssey-react-mui_fi.properties +0 -0
  530. package/src/properties/translations/odyssey-react-mui_fr.properties +0 -0
  531. package/src/properties/translations/odyssey-react-mui_hu.properties +0 -0
  532. package/src/properties/translations/odyssey-react-mui_id.properties +0 -0
  533. package/src/properties/translations/odyssey-react-mui_it.properties +0 -0
  534. package/src/properties/translations/odyssey-react-mui_ja.properties +0 -0
  535. package/src/properties/translations/odyssey-react-mui_ko.properties +0 -0
  536. package/src/properties/translations/odyssey-react-mui_ms.properties +0 -0
  537. package/src/properties/translations/odyssey-react-mui_nb.properties +0 -0
  538. package/src/properties/translations/odyssey-react-mui_nl-NL.properties +0 -0
  539. package/src/properties/translations/odyssey-react-mui_pl.properties +0 -0
  540. package/src/properties/translations/odyssey-react-mui_pt-BR.properties +0 -0
  541. package/src/properties/translations/odyssey-react-mui_ro.properties +0 -0
  542. package/src/properties/translations/odyssey-react-mui_ru.properties +0 -0
  543. package/src/properties/translations/odyssey-react-mui_sv.properties +0 -0
  544. package/src/properties/translations/odyssey-react-mui_th.properties +0 -0
  545. package/src/properties/translations/odyssey-react-mui_tr.properties +0 -0
  546. package/src/properties/translations/odyssey-react-mui_uk.properties +0 -0
  547. package/src/properties/translations/odyssey-react-mui_zh-CN.properties +0 -0
  548. package/src/properties/translations/odyssey-react-mui_zh-TW.properties +0 -0
  549. package/src/properties/ts/odyssey-react-mui.ts +1 -0
  550. package/src/properties/ts/odyssey-react-mui_cs.ts +1 -0
  551. package/src/properties/ts/odyssey-react-mui_da.ts +1 -0
  552. package/src/properties/ts/odyssey-react-mui_de.ts +1 -0
  553. package/src/properties/ts/odyssey-react-mui_el.ts +1 -0
  554. package/src/properties/ts/odyssey-react-mui_es.ts +1 -0
  555. package/src/properties/ts/odyssey-react-mui_fi.ts +1 -0
  556. package/src/properties/ts/odyssey-react-mui_fr.ts +1 -0
  557. package/src/properties/ts/odyssey-react-mui_hu.ts +1 -0
  558. package/src/properties/ts/odyssey-react-mui_id.ts +1 -0
  559. package/src/properties/ts/odyssey-react-mui_it.ts +1 -0
  560. package/src/properties/ts/odyssey-react-mui_ja.ts +1 -0
  561. package/src/properties/ts/odyssey-react-mui_ko.ts +1 -0
  562. package/src/properties/ts/odyssey-react-mui_ms.ts +1 -0
  563. package/src/properties/ts/odyssey-react-mui_nb.ts +1 -0
  564. package/src/properties/ts/odyssey-react-mui_nl-NL.ts +1 -0
  565. package/src/properties/ts/odyssey-react-mui_pl.ts +1 -0
  566. package/src/properties/ts/odyssey-react-mui_pt-BR.ts +1 -0
  567. package/src/properties/ts/odyssey-react-mui_ro.ts +1 -0
  568. package/src/properties/ts/odyssey-react-mui_ru.ts +1 -0
  569. package/src/properties/ts/odyssey-react-mui_sv.ts +1 -0
  570. package/src/properties/ts/odyssey-react-mui_th.ts +1 -0
  571. package/src/properties/ts/odyssey-react-mui_tr.ts +1 -0
  572. package/src/properties/ts/odyssey-react-mui_uk.ts +1 -0
  573. package/src/properties/ts/odyssey-react-mui_zh-CN.ts +1 -0
  574. package/src/properties/ts/odyssey-react-mui_zh-TW.ts +1 -0
  575. package/src/theme/components.tsx +44 -13
  576. package/src/theme/index.ts +5 -1
  577. package/src/theme/mixins.ts +10 -6
  578. package/src/theme/palette.ts +95 -88
  579. package/src/theme/shape.ts +12 -8
  580. package/src/theme/spacing.ts +17 -12
  581. package/src/theme/theme.ts +14 -10
  582. package/src/theme/typography.ts +87 -83
  583. package/dist/ThemeProvider.js.map +0 -1
  584. package/dist/src/ThemeProvider.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowUp.js","names":["forwardRef","SvgIcon","ArrowUpIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/ArrowUp.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\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 ArrowUpIconProps = SvgIconNoChildrenProps;\n\nexport const ArrowUpIcon = forwardRef<SVGSVGElement, ArrowUpIconProps>(\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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.50001 2.70711L3.35356 6.85355L2.64645 6.14645L7.64645 1.14645C7.84172 0.951185 8.1583 0.951185 8.35356 1.14645L13.3536 6.14645L12.6465 6.85355L8.50001 2.70711L8.50001 15L7.50001 15L7.50001 2.70711Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nArrowUpIcon.displayName = \"ArrowUpIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,WAAW,GAAGF,UAAU,CACnC,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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,0MAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApBkC,CAA9B;AAuBPD,WAAW,CAACG,WAAZ,GAA0B,aAA1B"}
1
+ {"version":3,"file":"ArrowUp.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","ArrowUpIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/ArrowUp.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 ArrowUpIconProps = SvgIconNoChildrenProps;\n\nexport const ArrowUpIcon = forwardRef<SVGSVGElement, ArrowUpIconProps>(\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=\"M7.5 2.707 3.354 6.854l-.708-.708 5-5a.5.5 0 0 1 .708 0l5 5-.707.708L8.5 2.707V15h-1V2.707Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nArrowUpIcon.displayName = \"ArrowUpIcon\";\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,WAAW,GAAGN,UAAU,CACnC,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,WAAW,CAACU,WAAW,GAAG,aAAa"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -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";
@@ -22,10 +21,10 @@ export const ArrowUpDownIcon = forwardRef((props, ref) => {
22
21
  ...props,
23
22
  children: _jsx(_Fragment, {
24
23
  children: _jsx("path", {
24
+ fill: "currentColor",
25
25
  fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M5.00001 12V3.70711L7.64645 6.35355L8.35356 5.64645L4.85356 2.14645C4.6583 1.95118 4.34172 1.95118 4.14646 2.14645L0.646454 5.64645L1.35356 6.35355L4.00001 3.70711L4.00001 12H5.00001ZM11 4L11 12.2929L8.35357 9.64644L7.64647 10.3536L11.1465 13.8536C11.3417 14.0488 11.6583 14.0488 11.8536 13.8536L15.3536 10.3536L14.6465 9.64644L12 12.2929L12 4L11 4Z",
28
- fill: "currentColor"
26
+ d: "M5 12V3.707l2.646 2.647.708-.708-3.5-3.5a.5.5 0 0 0-.708 0l-3.5 3.5.708.708L4 3.707V12h1Zm6-8v8.293L8.354 9.646l-.708.708 3.5 3.5a.5.5 0 0 0 .708 0l3.5-3.5-.707-.708L12 12.293V4h-1Z",
27
+ clipRule: "evenodd"
29
28
  })
30
29
  })
31
30
  });
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowUpDown.js","names":["forwardRef","SvgIcon","ArrowUpDownIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/ArrowUpDown.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\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 ArrowUpDownIconProps = SvgIconNoChildrenProps;\n\nexport const ArrowUpDownIcon = forwardRef<SVGSVGElement, ArrowUpDownIconProps>(\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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.00001 12V3.70711L7.64645 6.35355L8.35356 5.64645L4.85356 2.14645C4.6583 1.95118 4.34172 1.95118 4.14646 2.14645L0.646454 5.64645L1.35356 6.35355L4.00001 3.70711L4.00001 12H5.00001ZM11 4L11 12.2929L8.35357 9.64644L7.64647 10.3536L11.1465 13.8536C11.3417 14.0488 11.6583 14.0488 11.8536 13.8536L15.3536 10.3536L14.6465 9.64644L12 12.2929L12 4L11 4Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nArrowUpDownIcon.displayName = \"ArrowUpDownIcon\";\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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,+VAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApBsC,CAAlC;AAuBPD,eAAe,CAACG,WAAhB,GAA8B,iBAA9B"}
1
+ {"version":3,"file":"ArrowUpDown.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","ArrowUpDownIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/ArrowUpDown.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 ArrowUpDownIconProps = SvgIconNoChildrenProps;\n\nexport const ArrowUpDownIcon = forwardRef<SVGSVGElement, ArrowUpDownIconProps>(\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=\"M5 12V3.707l2.646 2.647.708-.708-3.5-3.5a.5.5 0 0 0-.708 0l-3.5 3.5.708.708L4 3.707V12h1Zm6-8v8.293L8.354 9.646l-.708.708 3.5 3.5a.5.5 0 0 0 .708 0l3.5-3.5-.707-.708L12 12.293V4h-1Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nArrowUpDownIcon.displayName = \"ArrowUpDownIcon\";\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,uLAAuL;QACzLC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,eAAe,CAACU,WAAW,GAAG,iBAAiB"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -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";
@@ -22,10 +21,10 @@ export const CalendarIcon = forwardRef((props, ref) => {
22
21
  ...props,
23
22
  children: _jsx(_Fragment, {
24
23
  children: _jsx("path", {
24
+ fill: "currentColor",
25
25
  fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M5 3V4H6V3H10V4H11V3H14V6H2V3H5ZM5 2H2H1V3V11.8C1 12.9201 1 13.4802 1.21799 13.908C1.40973 14.2843 1.71569 14.5903 2.09202 14.782C2.51984 15 3.0799 15 4.2 15H11.8C12.9201 15 13.4802 15 13.908 14.782C14.2843 14.5903 14.5903 14.2843 14.782 13.908C15 13.4802 15 12.9201 15 11.8V3V2H14H11V0H10V2H6V0H5V2ZM2 11.8V7H14V11.8C14 12.3766 13.9992 12.7488 13.9761 13.0322C13.9539 13.3038 13.9162 13.4045 13.891 13.454C13.7951 13.6422 13.6422 13.7951 13.454 13.891C13.4045 13.9162 13.3038 13.9539 13.0322 13.9761C12.7488 13.9992 12.3766 14 11.8 14H4.2C3.62345 14 3.25117 13.9992 2.96784 13.9761C2.69617 13.9539 2.59545 13.9162 2.54601 13.891C2.35785 13.7951 2.20487 13.6422 2.10899 13.454C2.0838 13.4045 2.04612 13.3038 2.02393 13.0322C2.00078 12.7488 2 12.3766 2 11.8Z",
28
- fill: "currentColor"
26
+ d: "M5 3v1h1V3h4v1h1V3h3v3H2V3h3Zm0-1H1v9.8c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C2.52 15 3.08 15 4.2 15h7.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C15 13.48 15 12.92 15 11.8V2h-4V0h-1v2H6V0H5v2Zm-3 9.8V7h12v4.8c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 0 1-.437.437c-.05.025-.15.063-.422.085C12.75 14 12.377 14 11.8 14H4.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 0 1-.437-.437c-.025-.05-.063-.15-.085-.422C2 12.75 2 12.377 2 11.8Z",
27
+ clipRule: "evenodd"
29
28
  })
30
29
  })
31
30
  });
@@ -1 +1 @@
1
- {"version":3,"file":"Calendar.js","names":["forwardRef","SvgIcon","CalendarIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Calendar.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\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 CalendarIconProps = SvgIconNoChildrenProps;\n\nexport const CalendarIcon = forwardRef<SVGSVGElement, CalendarIconProps>(\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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5 3V4H6V3H10V4H11V3H14V6H2V3H5ZM5 2H2H1V3V11.8C1 12.9201 1 13.4802 1.21799 13.908C1.40973 14.2843 1.71569 14.5903 2.09202 14.782C2.51984 15 3.0799 15 4.2 15H11.8C12.9201 15 13.4802 15 13.908 14.782C14.2843 14.5903 14.5903 14.2843 14.782 13.908C15 13.4802 15 12.9201 15 11.8V3V2H14H11V0H10V2H6V0H5V2ZM2 11.8V7H14V11.8C14 12.3766 13.9992 12.7488 13.9761 13.0322C13.9539 13.3038 13.9162 13.4045 13.891 13.454C13.7951 13.6422 13.6422 13.7951 13.454 13.891C13.4045 13.9162 13.3038 13.9539 13.0322 13.9761C12.7488 13.9992 12.3766 14 11.8 14H4.2C3.62345 14 3.25117 13.9992 2.96784 13.9761C2.69617 13.9539 2.59545 13.9162 2.54601 13.891C2.35785 13.7951 2.20487 13.6422 2.10899 13.454C2.0838 13.4045 2.04612 13.3038 2.02393 13.0322C2.00078 12.7488 2 12.3766 2 11.8Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nCalendarIcon.displayName = \"CalendarIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,YAAY,GAAGF,UAAU,CACpC,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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,uvBAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApBmC,CAA/B;AAuBPD,YAAY,CAACG,WAAb,GAA2B,cAA3B"}
1
+ {"version":3,"file":"Calendar.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","CalendarIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Calendar.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 CalendarIconProps = SvgIconNoChildrenProps;\n\nexport const CalendarIcon = forwardRef<SVGSVGElement, CalendarIconProps>(\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=\"M5 3v1h1V3h4v1h1V3h3v3H2V3h3Zm0-1H1v9.8c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C2.52 15 3.08 15 4.2 15h7.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C15 13.48 15 12.92 15 11.8V2h-4V0h-1v2H6V0H5v2Zm-3 9.8V7h12v4.8c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 0 1-.437.437c-.05.025-.15.063-.422.085C12.75 14 12.377 14 11.8 14H4.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 0 1-.437-.437c-.025-.05-.063-.15-.085-.422C2 12.75 2 12.377 2 11.8Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nCalendarIcon.displayName = \"CalendarIcon\";\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,YAAY,GAAGN,UAAU,CACpC,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,2dAA2d;QAC7dC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,YAAY,CAACU,WAAW,GAAG,cAAc"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -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";
@@ -22,10 +21,10 @@ export const CheckIcon = forwardRef((props, ref) => {
22
21
  ...props,
23
22
  children: _jsx(_Fragment, {
24
23
  children: _jsx("path", {
24
+ fill: "currentColor",
25
25
  fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M14.3536 4.35355L6.35355 12.3536C6.15829 12.5488 5.84171 12.5488 5.64645 12.3536L1.64645 8.35355L2.35355 7.64645L6 11.2929L13.6464 3.64645L14.3536 4.35355Z",
28
- fill: "currentColor"
26
+ d: "m14.354 4.354-8 8a.5.5 0 0 1-.708 0l-4-4 .708-.708L6 11.293l7.646-7.647.708.708Z",
27
+ clipRule: "evenodd"
29
28
  })
30
29
  })
31
30
  });
@@ -1 +1 @@
1
- {"version":3,"file":"Check.js","names":["forwardRef","SvgIcon","CheckIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Check.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\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 CheckIconProps = SvgIconNoChildrenProps;\n\nexport const CheckIcon = forwardRef<SVGSVGElement, CheckIconProps>(\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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.3536 4.35355L6.35355 12.3536C6.15829 12.5488 5.84171 12.5488 5.64645 12.3536L1.64645 8.35355L2.35355 7.64645L6 11.2929L13.6464 3.64645L14.3536 4.35355Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nCheckIcon.displayName = \"CheckIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,SAAS,GAAGF,UAAU,CACjC,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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,6JAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApBgC,CAA5B;AAuBPD,SAAS,CAACG,WAAV,GAAwB,WAAxB"}
1
+ {"version":3,"file":"Check.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","CheckIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Check.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 CheckIconProps = SvgIconNoChildrenProps;\n\nexport const CheckIcon = forwardRef<SVGSVGElement, CheckIconProps>(\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=\"m14.354 4.354-8 8a.5.5 0 0 1-.708 0l-4-4 .708-.708L6 11.293l7.646-7.647.708.708Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nCheckIcon.displayName = \"CheckIcon\";\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,SAAS,GAAGN,UAAU,CACjC,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,kFAAkF;QACpFC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,SAAS,CAACU,WAAW,GAAG,WAAW"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -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";
@@ -22,10 +21,10 @@ export const CheckCircleFilledIcon = forwardRef((props, ref) => {
22
21
  ...props,
23
22
  children: _jsx(_Fragment, {
24
23
  children: _jsx("path", {
24
+ fill: "currentColor",
25
25
  fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM7.35355 10.3536L11.3536 6.35355L10.6464 5.64645L7 9.29289L5.35355 7.64645L4.64645 8.35355L6.64645 10.3536C6.84171 10.5488 7.15829 10.5488 7.35355 10.3536Z",
28
- fill: "currentColor"
26
+ d: "M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-8.646 2.354 4-4-.708-.708L7 9.293 5.354 7.646l-.708.708 2 2a.5.5 0 0 0 .708 0Z",
27
+ clipRule: "evenodd"
29
28
  })
30
29
  })
31
30
  });
@@ -1 +1 @@
1
- {"version":3,"file":"CheckCircleFilled.js","names":["forwardRef","SvgIcon","CheckCircleFilledIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/CheckCircleFilled.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\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 CheckCircleFilledIconProps = SvgIconNoChildrenProps;\n\nexport const CheckCircleFilledIcon = forwardRef<\n SVGSVGElement,\n CheckCircleFilledIconProps\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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM7.35355 10.3536L11.3536 6.35355L10.6464 5.64645L7 9.29289L5.35355 7.64645L4.64645 8.35355L6.64645 10.3536C6.84171 10.5488 7.15829 10.5488 7.35355 10.3536Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n});\n\nCheckCircleFilledIcon.displayName = \"CheckCircleFilledIcon\";\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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,yQAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CAtB8C,CAAxC;AAwBPD,qBAAqB,CAACG,WAAtB,GAAoC,uBAApC"}
1
+ {"version":3,"file":"CheckCircleFilled.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","CheckCircleFilledIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/CheckCircleFilled.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 CheckCircleFilledIconProps = SvgIconNoChildrenProps;\n\nexport const CheckCircleFilledIcon = forwardRef<\n SVGSVGElement,\n CheckCircleFilledIconProps\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 0Zm-8.646 2.354 4-4-.708-.708L7 9.293 5.354 7.646l-.708.708 2 2a.5.5 0 0 0 .708 0Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nCheckCircleFilledIcon.displayName = \"CheckCircleFilledIcon\";\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,qHAAqH;QACvHC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CAAC,CAAC;AAEFT,qBAAqB,CAACU,WAAW,GAAG,uBAAuB"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -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";
@@ -22,10 +21,10 @@ export const ChevronDownIcon = forwardRef((props, ref) => {
22
21
  ...props,
23
22
  children: _jsx(_Fragment, {
24
23
  children: _jsx("path", {
24
+ fill: "currentColor",
25
25
  fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M8 10.2929L12.6464 5.64645L13.3536 6.35355L8.35355 11.3536C8.15829 11.5488 7.84171 11.5488 7.64645 11.3536L2.64645 6.35355L3.35355 5.64645L8 10.2929Z",
28
- fill: "currentColor"
26
+ d: "m8 10.293 4.646-4.647.708.708-5 5a.5.5 0 0 1-.708 0l-5-5 .708-.708L8 10.293Z",
27
+ clipRule: "evenodd"
29
28
  })
30
29
  })
31
30
  });
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronDown.js","names":["forwardRef","SvgIcon","ChevronDownIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/ChevronDown.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\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 ChevronDownIconProps = SvgIconNoChildrenProps;\n\nexport const ChevronDownIcon = forwardRef<SVGSVGElement, ChevronDownIconProps>(\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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8 10.2929L12.6464 5.64645L13.3536 6.35355L8.35355 11.3536C8.15829 11.5488 7.84171 11.5488 7.64645 11.3536L2.64645 6.35355L3.35355 5.64645L8 10.2929Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nChevronDownIcon.displayName = \"ChevronDownIcon\";\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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,uJAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApBsC,CAAlC;AAuBPD,eAAe,CAACG,WAAhB,GAA8B,iBAA9B"}
1
+ {"version":3,"file":"ChevronDown.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","ChevronDownIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/ChevronDown.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 ChevronDownIconProps = SvgIconNoChildrenProps;\n\nexport const ChevronDownIcon = forwardRef<SVGSVGElement, ChevronDownIconProps>(\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 10.293 4.646-4.647.708.708-5 5a.5.5 0 0 1-.708 0l-5-5 .708-.708L8 10.293Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nChevronDownIcon.displayName = \"ChevronDownIcon\";\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,8EAA8E;QAChFC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,eAAe,CAACU,WAAW,GAAG,iBAAiB"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -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";
@@ -22,10 +21,10 @@ export const ChevronUpIcon = forwardRef((props, ref) => {
22
21
  ...props,
23
22
  children: _jsx(_Fragment, {
24
23
  children: _jsx("path", {
24
+ fill: "currentColor",
25
25
  fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M8 5.70711L3.35355 10.3536L2.64645 9.64645L7.64645 4.64645C7.84171 4.45118 8.15829 4.45118 8.35355 4.64645L13.3536 9.64645L12.6464 10.3536L8 5.70711Z",
28
- fill: "currentColor"
26
+ d: "m8 5.707-4.646 4.647-.708-.708 5-5a.5.5 0 0 1 .708 0l5 5-.708.708L8 5.707Z",
27
+ clipRule: "evenodd"
29
28
  })
30
29
  })
31
30
  });
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronUp.js","names":["forwardRef","SvgIcon","ChevronUpIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/ChevronUp.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\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 ChevronUpIconProps = SvgIconNoChildrenProps;\n\nexport const ChevronUpIcon = forwardRef<SVGSVGElement, ChevronUpIconProps>(\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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8 5.70711L3.35355 10.3536L2.64645 9.64645L7.64645 4.64645C7.84171 4.45118 8.15829 4.45118 8.35355 4.64645L13.3536 9.64645L12.6464 10.3536L8 5.70711Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nChevronUpIcon.displayName = \"ChevronUpIcon\";\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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,uJAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApBoC,CAAhC;AAuBPD,aAAa,CAACG,WAAd,GAA4B,eAA5B"}
1
+ {"version":3,"file":"ChevronUp.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","ChevronUpIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/ChevronUp.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 ChevronUpIconProps = SvgIconNoChildrenProps;\n\nexport const ChevronUpIcon = forwardRef<SVGSVGElement, ChevronUpIconProps>(\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.707-4.646 4.647-.708-.708 5-5a.5.5 0 0 1 .708 0l5 5-.708.708L8 5.707Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nChevronUpIcon.displayName = \"ChevronUpIcon\";\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,4EAA4E;QAC9EC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,aAAa,CAACU,WAAW,GAAG,eAAe"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -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";
@@ -22,10 +21,10 @@ export const CloseIcon = forwardRef((props, ref) => {
22
21
  ...props,
23
22
  children: _jsx(_Fragment, {
24
23
  children: _jsx("path", {
24
+ fill: "currentColor",
25
25
  fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M8 7.2929L2.35355 1.64645L1.64644 2.35355L7.29289 8L1.64645 13.6464L2.35355 14.3536L8 8.70711L13.6464 14.3536L14.3535 13.6464L8.7071 8L14.3536 2.35355L13.6464 1.64645L8 7.2929Z",
28
- fill: "currentColor"
26
+ d: "M8 7.293 2.354 1.646l-.708.708L7.293 8l-5.647 5.646.708.708L8 8.707l5.646 5.647.707-.708L8.707 8l5.647-5.646-.708-.708L8 7.293Z",
27
+ clipRule: "evenodd"
29
28
  })
30
29
  })
31
30
  });
@@ -1 +1 @@
1
- {"version":3,"file":"Close.js","names":["forwardRef","SvgIcon","CloseIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Close.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\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 CloseIconProps = SvgIconNoChildrenProps;\n\nexport const CloseIcon = forwardRef<SVGSVGElement, CloseIconProps>(\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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8 7.2929L2.35355 1.64645L1.64644 2.35355L7.29289 8L1.64645 13.6464L2.35355 14.3536L8 8.70711L13.6464 14.3536L14.3535 13.6464L8.7071 8L14.3536 2.35355L13.6464 1.64645L8 7.2929Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nCloseIcon.displayName = \"CloseIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,SAAS,GAAGF,UAAU,CACjC,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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,kLAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApBgC,CAA5B;AAuBPD,SAAS,CAACG,WAAV,GAAwB,WAAxB"}
1
+ {"version":3,"file":"Close.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","CloseIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Close.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 CloseIconProps = SvgIconNoChildrenProps;\n\nexport const CloseIcon = forwardRef<SVGSVGElement, CloseIconProps>(\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 7.293 2.354 1.646l-.708.708L7.293 8l-5.647 5.646.708.708L8 8.707l5.646 5.647.707-.708L8.707 8l5.647-5.646-.708-.708L8 7.293Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nCloseIcon.displayName = \"CloseIcon\";\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,SAAS,GAAGN,UAAU,CACjC,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,iIAAiI;QACnIC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,SAAS,CAACU,WAAW,GAAG,WAAW"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -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";
@@ -22,10 +21,10 @@ export const CloseCircleFilledIcon = forwardRef((props, ref) => {
22
21
  ...props,
23
22
  children: _jsx(_Fragment, {
24
23
  children: _jsx("path", {
24
+ fill: "currentColor",
25
25
  fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM11.3536 5.35355L8.70711 8L11.3536 10.6464L10.6464 11.3536L8 8.70711L5.35355 11.3536L4.64645 10.6464L7.29289 8L4.64645 5.35355L5.35355 4.64645L8 7.29289L10.6464 4.64645L11.3536 5.35355Z",
28
- fill: "currentColor"
26
+ d: "M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-4.646-2.646L8.707 8l2.647 2.646-.708.708L8 8.707l-2.646 2.647-.708-.708L7.293 8 4.646 5.354l.708-.708L8 7.293l2.646-2.647.708.708Z",
27
+ clipRule: "evenodd"
29
28
  })
30
29
  })
31
30
  });
@@ -1 +1 @@
1
- {"version":3,"file":"CloseCircleFilled.js","names":["forwardRef","SvgIcon","CloseCircleFilledIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/CloseCircleFilled.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\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 CloseCircleFilledIconProps = SvgIconNoChildrenProps;\n\nexport const CloseCircleFilledIcon = forwardRef<\n SVGSVGElement,\n CloseCircleFilledIconProps\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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM11.3536 5.35355L8.70711 8L11.3536 10.6464L10.6464 11.3536L8 8.70711L5.35355 11.3536L4.64645 10.6464L7.29289 8L4.64645 5.35355L5.35355 4.64645L8 7.29289L10.6464 4.64645L11.3536 5.35355Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n});\n\nCloseCircleFilledIcon.displayName = \"CloseCircleFilledIcon\";\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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,uSAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CAtB8C,CAAxC;AAwBPD,qBAAqB,CAACG,WAAtB,GAAoC,uBAApC"}
1
+ {"version":3,"file":"CloseCircleFilled.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","CloseCircleFilledIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/CloseCircleFilled.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 CloseCircleFilledIconProps = SvgIconNoChildrenProps;\n\nexport const CloseCircleFilledIcon = forwardRef<\n SVGSVGElement,\n CloseCircleFilledIconProps\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 0Zm-4.646-2.646L8.707 8l2.647 2.646-.708.708L8 8.707l-2.646 2.647-.708-.708L7.293 8 4.646 5.354l.708-.708L8 7.293l2.646-2.647.708.708Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nCloseCircleFilledIcon.displayName = \"CloseCircleFilledIcon\";\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,yKAAyK;QAC3KC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CAAC,CAAC;AAEFT,qBAAqB,CAACU,WAAW,GAAG,uBAAuB"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -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";
@@ -22,10 +21,10 @@ export const CopyIcon = forwardRef((props, ref) => {
22
21
  ...props,
23
22
  children: _jsx(_Fragment, {
24
23
  children: _jsx("path", {
24
+ fill: "currentColor",
25
25
  fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M2 2H9.8C10.3766 2 10.7488 2.00078 11.0322 2.02393C11.3038 2.04612 11.4045 2.0838 11.454 2.10899C11.6422 2.20487 11.7951 2.35785 11.891 2.54601C11.9162 2.59545 11.9539 2.69617 11.9761 2.96784C11.9992 3.25117 12 3.62345 12 4.2V12H4.2C3.62345 12 3.25117 11.9992 2.96784 11.9761C2.69617 11.9539 2.59545 11.9162 2.54601 11.891C2.35785 11.7951 2.20487 11.6422 2.10899 11.454C2.0838 11.4045 2.04612 11.3038 2.02393 11.0322C2.00078 10.7488 2 10.3766 2 9.8V2ZM1 1H2H9.8C10.9201 1 11.4802 1 11.908 1.21799C12.2843 1.40973 12.5903 1.71569 12.782 2.09202C13 2.51984 13 3.0799 13 4.2V12V13H12H4.2C3.0799 13 2.51984 13 2.09202 12.782C1.71569 12.5903 1.40973 12.2843 1.21799 11.908C1 11.4802 1 10.9201 1 9.8V2V1ZM14 4V14H4V15H14.5H15V14.5V4H14Z",
28
- fill: "currentColor"
26
+ d: "M2 2h7.8c.577 0 .949 0 1.232.024.272.022.373.06.422.085a1 1 0 0 1 .437.437c.025.05.063.15.085.422C12 3.25 12 3.623 12 4.2V12H4.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 0 1-.437-.437c-.025-.05-.063-.15-.085-.422C2 10.75 2 10.377 2 9.8V2ZM1 1h8.8c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874C13 2.52 13 3.08 13 4.2V13H4.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C1 11.48 1 10.92 1 9.8V1Zm13 3v10H4v1h11V4h-1Z",
27
+ clipRule: "evenodd"
29
28
  })
30
29
  })
31
30
  });
@@ -1 +1 @@
1
- {"version":3,"file":"Copy.js","names":["forwardRef","SvgIcon","CopyIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Copy.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\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 CopyIconProps = SvgIconNoChildrenProps;\n\nexport const CopyIcon = forwardRef<SVGSVGElement, CopyIconProps>(\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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2 2H9.8C10.3766 2 10.7488 2.00078 11.0322 2.02393C11.3038 2.04612 11.4045 2.0838 11.454 2.10899C11.6422 2.20487 11.7951 2.35785 11.891 2.54601C11.9162 2.59545 11.9539 2.69617 11.9761 2.96784C11.9992 3.25117 12 3.62345 12 4.2V12H4.2C3.62345 12 3.25117 11.9992 2.96784 11.9761C2.69617 11.9539 2.59545 11.9162 2.54601 11.891C2.35785 11.7951 2.20487 11.6422 2.10899 11.454C2.0838 11.4045 2.04612 11.3038 2.02393 11.0322C2.00078 10.7488 2 10.3766 2 9.8V2ZM1 1H2H9.8C10.9201 1 11.4802 1 11.908 1.21799C12.2843 1.40973 12.5903 1.71569 12.782 2.09202C13 2.51984 13 3.0799 13 4.2V12V13H12H4.2C3.0799 13 2.51984 13 2.09202 12.782C1.71569 12.5903 1.40973 12.2843 1.21799 11.908C1 11.4802 1 10.9201 1 9.8V2V1ZM14 4V14H4V15H14.5H15V14.5V4H14Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nCopyIcon.displayName = \"CopyIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIA,SAASA,UAAT,QAA2B,OAA3B;SACSC,O;;;AAKT,OAAO,MAAMC,QAAQ,GAAGF,UAAU,CAChC,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,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,4tBAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApB+B,CAA3B;AAuBPD,QAAQ,CAACG,WAAT,GAAuB,UAAvB"}
1
+ {"version":3,"file":"Copy.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","CopyIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Copy.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 CopyIconProps = SvgIconNoChildrenProps;\n\nexport const CopyIcon = forwardRef<SVGSVGElement, CopyIconProps>(\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 2h7.8c.577 0 .949 0 1.232.024.272.022.373.06.422.085a1 1 0 0 1 .437.437c.025.05.063.15.085.422C12 3.25 12 3.623 12 4.2V12H4.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 0 1-.437-.437c-.025-.05-.063-.15-.085-.422C2 10.75 2 10.377 2 9.8V2ZM1 1h8.8c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874C13 2.52 13 3.08 13 4.2V13H4.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C1 11.48 1 10.92 1 9.8V1Zm13 3v10H4v1h11V4h-1Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nCopyIcon.displayName = \"CopyIcon\";\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,QAAQ,GAAGN,UAAU,CAChC,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,ibAAib;QACnbC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,QAAQ,CAACU,WAAW,GAAG,UAAU"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -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";
@@ -22,10 +21,10 @@ export const DeleteIcon = forwardRef((props, ref) => {
22
21
  ...props,
23
22
  children: _jsx(_Fragment, {
24
23
  children: _jsx("path", {
24
+ fill: "currentColor",
25
25
  fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M5.38743 2L5.72076 1H10.2792L10.6126 2H5.38743ZM4.33333 2L5 0H11L11.6667 2H14H15V3V5V6H14V12.8C14 13.9201 14 14.4802 13.782 14.908C13.5903 15.2843 13.2843 15.5903 12.908 15.782C12.4802 16 11.9201 16 10.8 16H5.2C4.0799 16 3.51984 16 3.09202 15.782C2.71569 15.5903 2.40973 15.2843 2.21799 14.908C2 14.4802 2 13.9201 2 12.8V6H1V5V3V2H2H4.33333ZM12 3H10.9459H5.05409H4H2V5H3H13H14V3H12ZM3 6H13V12.8C13 13.3766 12.9992 13.7488 12.9761 14.0322C12.9539 14.3038 12.9162 14.4045 12.891 14.454C12.7951 14.6422 12.6422 14.7951 12.454 14.891C12.4045 14.9162 12.3038 14.9539 12.0322 14.9761C11.7488 14.9992 11.3766 15 10.8 15H5.2C4.62345 15 4.25117 14.9992 3.96784 14.9761C3.69617 14.9539 3.59545 14.9162 3.54601 14.891C3.35785 14.7951 3.20487 14.6422 3.10899 14.454C3.0838 14.4045 3.04612 14.3038 3.02393 14.0322C3.00078 13.7488 3 13.3766 3 12.8V6Z",
28
- fill: "currentColor"
26
+ d: "m5.387 2 .334-1h4.558l.334 1H5.387ZM4.333 2 5 0h6l.667 2H15v4h-1v6.8c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874C12.48 16 11.92 16 10.8 16H5.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C2 14.48 2 13.92 2 12.8V6H1V2h3.333ZM12 3H2v2h12V3h-2ZM3 6h10v6.8c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 0 1-.437.437c-.05.025-.15.063-.422.085C11.75 15 11.377 15 10.8 15H5.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 0 1-.437-.437c-.025-.05-.063-.15-.085-.422C3 13.75 3 13.377 3 12.8V6Z",
27
+ clipRule: "evenodd"
29
28
  })
30
29
  })
31
30
  });
@@ -1 +1 @@
1
- {"version":3,"file":"Delete.js","names":["forwardRef","SvgIcon","DeleteIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Delete.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\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 DeleteIconProps = SvgIconNoChildrenProps;\n\nexport const DeleteIcon = forwardRef<SVGSVGElement, DeleteIconProps>(\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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.38743 2L5.72076 1H10.2792L10.6126 2H5.38743ZM4.33333 2L5 0H11L11.6667 2H14H15V3V5V6H14V12.8C14 13.9201 14 14.4802 13.782 14.908C13.5903 15.2843 13.2843 15.5903 12.908 15.782C12.4802 16 11.9201 16 10.8 16H5.2C4.0799 16 3.51984 16 3.09202 15.782C2.71569 15.5903 2.40973 15.2843 2.21799 14.908C2 14.4802 2 13.9201 2 12.8V6H1V5V3V2H2H4.33333ZM12 3H10.9459H5.05409H4H2V5H3H13H14V3H12ZM3 6H13V12.8C13 13.3766 12.9992 13.7488 12.9761 14.0322C12.9539 14.3038 12.9162 14.4045 12.891 14.454C12.7951 14.6422 12.6422 14.7951 12.454 14.891C12.4045 14.9162 12.3038 14.9539 12.0322 14.9761C11.7488 14.9992 11.3766 15 10.8 15H5.2C4.62345 15 4.25117 14.9992 3.96784 14.9761C3.69617 14.9539 3.59545 14.9162 3.54601 14.891C3.35785 14.7951 3.20487 14.6422 3.10899 14.454C3.0838 14.4045 3.04612 14.3038 3.02393 14.0322C3.00078 13.7488 3 13.3766 3 12.8V6Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nDeleteIcon.displayName = \"DeleteIcon\";\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,UACE;QACE,QAAQ,EAAC,SADX;QAEE,QAAQ,EAAC,SAFX;QAGE,CAAC,EAAC,s0BAHJ;QAIE,IAAI,EAAC;MAJP;IADF;EAPF,EADF;AAkBD,CApBiC,CAA7B;AAuBPD,UAAU,CAACG,WAAX,GAAyB,YAAzB"}
1
+ {"version":3,"file":"Delete.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","DeleteIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Delete.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 DeleteIconProps = SvgIconNoChildrenProps;\n\nexport const DeleteIcon = forwardRef<SVGSVGElement, DeleteIconProps>(\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=\"m5.387 2 .334-1h4.558l.334 1H5.387ZM4.333 2 5 0h6l.667 2H15v4h-1v6.8c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874C12.48 16 11.92 16 10.8 16H5.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C2 14.48 2 13.92 2 12.8V6H1V2h3.333ZM12 3H2v2h12V3h-2ZM3 6h10v6.8c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 0 1-.437.437c-.05.025-.15.063-.422.085C11.75 15 11.377 15 10.8 15H5.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 0 1-.437-.437c-.025-.05-.063-.15-.085-.422C3 13.75 3 13.377 3 12.8V6Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nDeleteIcon.displayName = \"DeleteIcon\";\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,UAAU,GAAGN,UAAU,CAClC,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,igBAAigB;QACngBC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,UAAU,CAACU,WAAW,GAAG,YAAY"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
3
  * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
4
  *
5
5
  * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
@@ -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";
@@ -22,10 +21,10 @@ export const DownloadIcon = forwardRef((props, ref) => {
22
21
  ...props,
23
22
  children: _jsx(_Fragment, {
24
23
  children: _jsx("path", {
24
+ fill: "currentColor",
25
25
  fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M13.1464 6.14645L8.5 10.7929V0H7.5V10.7929L2.85355 6.14645L2.14645 6.85355L7.64645 12.3536C7.74022 12.4473 7.86739 12.5 8 12.5C8.13261 12.5 8.25979 12.4473 8.35355 12.3536L13.8536 6.85355L13.1464 6.14645ZM2 12.3V11H1V12.3L1 12.3214C0.999995 12.8633 0.999991 13.3004 1.02891 13.6543C1.05868 14.0187 1.12159 14.3388 1.27248 14.635C1.51217 15.1054 1.89462 15.4878 2.36502 15.7275C2.66117 15.8784 2.98126 15.9413 3.34569 15.9711C3.69963 16 4.13671 16 4.67861 16H4.7H11.3H11.3214C11.8633 16 12.3004 16 12.6543 15.9711C13.0187 15.9413 13.3388 15.8784 13.635 15.7275C14.1054 15.4878 14.4878 15.1054 14.7275 14.635C14.8784 14.3388 14.9413 14.0187 14.9711 13.6543C15 13.3004 15 12.8633 15 12.3215V12.3214V12.3V11H14V12.3C14 12.8683 13.9996 13.2645 13.9744 13.5729C13.9497 13.8755 13.9036 14.0493 13.8365 14.181C13.6927 14.4632 13.4632 14.6927 13.181 14.8365C13.0493 14.9036 12.8755 14.9497 12.5729 14.9744C12.2645 14.9996 11.8683 15 11.3 15H4.7C4.1317 15 3.73554 14.9996 3.42712 14.9744C3.12454 14.9497 2.95069 14.9036 2.81901 14.8365C2.53677 14.6927 2.3073 14.4632 2.16349 14.181C2.0964 14.0493 2.05031 13.8755 2.02559 13.5729C2.00039 13.2645 2 12.8683 2 12.3Z",
28
- fill: "currentColor"
26
+ d: "M13.146 6.146 8.5 10.793V0h-1v10.793L2.854 6.146l-.708.708 5.5 5.5a.5.5 0 0 0 .708 0l5.5-5.5-.708-.708ZM2 12.3V11H1v1.321c0 .542 0 .98.029 1.333.03.365.093.685.243.981a2.5 2.5 0 0 0 1.093 1.092c.296.151.616.214.98.244C3.7 16 4.138 16 4.68 16H11.32c.542 0 .98 0 1.333-.029.365-.03.685-.093.981-.244a2.5 2.5 0 0 0 1.092-1.092c.151-.296.214-.616.244-.98.029-.355.029-.792.029-1.333V11h-1v1.3c0 .568 0 .964-.026 1.273-.024.303-.07.476-.138.608a1.5 1.5 0 0 1-.655.655c-.132.068-.305.114-.608.138-.309.026-.705.026-1.273.026H4.7c-.568 0-.964 0-1.273-.026-.302-.024-.476-.07-.608-.138a1.5 1.5 0 0 1-.656-.655c-.067-.132-.113-.305-.137-.608C2 13.264 2 12.868 2 12.3Z",
27
+ clipRule: "evenodd"
29
28
  })
30
29
  })
31
30
  });