@okta/odyssey-react-mui 1.45.0 → 1.47.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 (1069) hide show
  1. package/dist/cjs/Autocomplete.cjs +3 -33
  2. package/dist/cjs/Autocomplete.cjs.map +1 -1
  3. package/dist/cjs/Banner.cjs +2 -2
  4. package/dist/cjs/Banner.cjs.map +1 -1
  5. package/dist/cjs/Breadcrumbs.cjs +2 -2
  6. package/dist/cjs/Breadcrumbs.cjs.map +1 -1
  7. package/dist/cjs/Callout.cjs +3 -27
  8. package/dist/cjs/Callout.cjs.map +1 -1
  9. package/dist/cjs/Card.cjs +2 -2
  10. package/dist/cjs/Card.cjs.map +1 -1
  11. package/dist/cjs/Checkbox.cjs +14 -12
  12. package/dist/cjs/Checkbox.cjs.map +1 -1
  13. package/dist/cjs/DataTable/DataTable.cjs +2 -2
  14. package/dist/cjs/DataTable/DataTable.cjs.map +1 -1
  15. package/dist/cjs/DataTable/DataTableRowActions.cjs +6 -6
  16. package/dist/cjs/DataTable/DataTableRowActions.cjs.map +1 -1
  17. package/dist/cjs/DataTable/DataTableSettings.cjs +2 -2
  18. package/dist/cjs/DataTable/DataTableSettings.cjs.map +1 -1
  19. package/dist/cjs/DataTable/useRowReordering.cjs +2 -2
  20. package/dist/cjs/DataTable/useRowReordering.cjs.map +1 -1
  21. package/dist/cjs/DatePickers/DateField.cjs +2 -2
  22. package/dist/cjs/DatePickers/DateField.cjs.map +1 -1
  23. package/dist/cjs/DatePickers/DateFieldActionBar.cjs +2 -2
  24. package/dist/cjs/DatePickers/DateFieldActionBar.cjs.map +1 -1
  25. package/dist/cjs/DatePickers/DatePicker.cjs +2 -2
  26. package/dist/cjs/DatePickers/DatePicker.cjs.map +1 -1
  27. package/dist/cjs/DatePickers/useDateFieldsTranslations.cjs +2 -2
  28. package/dist/cjs/DatePickers/useDateFieldsTranslations.cjs.map +1 -1
  29. package/dist/cjs/DatePickers/useOdysseyDateFields.cjs +2 -2
  30. package/dist/cjs/DatePickers/useOdysseyDateFields.cjs.map +1 -1
  31. package/dist/cjs/Dialog.cjs +34 -31
  32. package/dist/cjs/Dialog.cjs.map +1 -1
  33. package/dist/cjs/Drawer.cjs +8 -4
  34. package/dist/cjs/Drawer.cjs.map +1 -1
  35. package/dist/cjs/Field.cjs +2 -2
  36. package/dist/cjs/Field.cjs.map +1 -1
  37. package/dist/cjs/FieldError.cjs +2 -2
  38. package/dist/cjs/FieldError.cjs.map +1 -1
  39. package/dist/cjs/FieldLabel.cjs +2 -2
  40. package/dist/cjs/FieldLabel.cjs.map +1 -1
  41. package/dist/cjs/FileUploader/FileUploadPreview.cjs +2 -2
  42. package/dist/cjs/FileUploader/FileUploadPreview.cjs.map +1 -1
  43. package/dist/cjs/FileUploader/FileUploader.cjs +2 -2
  44. package/dist/cjs/FileUploader/FileUploader.cjs.map +1 -1
  45. package/dist/cjs/FullScreenOverlay.cjs +40 -0
  46. package/dist/cjs/FullScreenOverlay.cjs.map +1 -0
  47. package/dist/cjs/FullScreenOverlayContext.cjs +72 -0
  48. package/dist/cjs/FullScreenOverlayContext.cjs.map +1 -0
  49. package/dist/cjs/OdysseyCacheProvider.cjs +12 -17
  50. package/dist/cjs/OdysseyCacheProvider.cjs.map +1 -1
  51. package/dist/cjs/OdysseyProvider.cjs +18 -10
  52. package/dist/cjs/OdysseyProvider.cjs.map +1 -1
  53. package/dist/cjs/OdysseyThemeProvider.cjs +27 -16
  54. package/dist/cjs/OdysseyThemeProvider.cjs.map +1 -1
  55. package/dist/cjs/OdysseyThemeProviderPropsContext.cjs +44 -0
  56. package/dist/cjs/OdysseyThemeProviderPropsContext.cjs.map +1 -0
  57. package/dist/cjs/Pagination/Pagination.cjs +2 -3
  58. package/dist/cjs/Pagination/Pagination.cjs.map +1 -1
  59. package/dist/cjs/Pagination/usePagination.cjs +2 -2
  60. package/dist/cjs/Pagination/usePagination.cjs.map +1 -1
  61. package/dist/cjs/PasswordField.cjs +2 -2
  62. package/dist/cjs/PasswordField.cjs.map +1 -1
  63. package/dist/cjs/Radio.cjs +22 -20
  64. package/dist/cjs/Radio.cjs.map +1 -1
  65. package/dist/cjs/SearchField.cjs +2 -2
  66. package/dist/cjs/SearchField.cjs.map +1 -1
  67. package/dist/cjs/Select.cjs +1 -37
  68. package/dist/cjs/Select.cjs.map +1 -1
  69. package/dist/cjs/Surface.cjs +3 -3
  70. package/dist/cjs/Surface.cjs.map +1 -1
  71. package/dist/cjs/Switch.cjs +2 -2
  72. package/dist/cjs/Switch.cjs.map +1 -1
  73. package/dist/cjs/Tabs.cjs +1 -21
  74. package/dist/cjs/Tabs.cjs.map +1 -1
  75. package/dist/cjs/Tag.cjs +2 -2
  76. package/dist/cjs/Tag.cjs.map +1 -1
  77. package/dist/cjs/TextField.cjs +1 -26
  78. package/dist/cjs/TextField.cjs.map +1 -1
  79. package/dist/cjs/Toast.cjs +2 -2
  80. package/dist/cjs/Toast.cjs.map +1 -1
  81. package/dist/cjs/__internal.cjs +149 -0
  82. package/dist/cjs/__internal.cjs.map +1 -0
  83. package/dist/cjs/i18n.generated/i18n.cjs +35 -0
  84. package/dist/cjs/i18n.generated/i18n.cjs.map +1 -0
  85. package/dist/cjs/i18n.generated/i18n.resources.cjs +81 -0
  86. package/dist/cjs/i18n.generated/i18n.resources.cjs.map +1 -0
  87. package/dist/{esm/shadow-dom/index.js → cjs/i18n.generated/i18n.types.cjs} +9 -4
  88. package/dist/cjs/i18n.generated/i18n.types.cjs.map +1 -0
  89. package/dist/cjs/index.cjs +49 -30
  90. package/dist/cjs/index.cjs.map +1 -1
  91. package/dist/cjs/labs/DataFilters.cjs +4 -4
  92. package/dist/cjs/labs/DataFilters.cjs.map +1 -1
  93. package/dist/cjs/labs/DataTable.cjs +2 -2
  94. package/dist/cjs/labs/DataTable.cjs.map +1 -1
  95. package/dist/cjs/labs/DataView/BulkActionsMenu.cjs +2 -2
  96. package/dist/cjs/labs/DataView/BulkActionsMenu.cjs.map +1 -1
  97. package/dist/cjs/labs/DataView/DataCard.cjs +2 -2
  98. package/dist/cjs/labs/DataView/DataCard.cjs.map +1 -1
  99. package/dist/cjs/labs/DataView/DataView.cjs +2 -2
  100. package/dist/cjs/labs/DataView/DataView.cjs.map +1 -1
  101. package/dist/cjs/labs/DataView/LayoutSwitcher.cjs +2 -2
  102. package/dist/cjs/labs/DataView/LayoutSwitcher.cjs.map +1 -1
  103. package/dist/cjs/labs/DataView/RowActions.cjs +2 -2
  104. package/dist/cjs/labs/DataView/RowActions.cjs.map +1 -1
  105. package/dist/cjs/labs/DataView/TableLayoutContent.cjs +2 -2
  106. package/dist/cjs/labs/DataView/TableLayoutContent.cjs.map +1 -1
  107. package/dist/cjs/labs/DataView/TableSettings.cjs +2 -2
  108. package/dist/cjs/labs/DataView/TableSettings.cjs.map +1 -1
  109. package/dist/cjs/labs/DataView/fetchData.cjs +2 -2
  110. package/dist/cjs/labs/DataView/fetchData.cjs.map +1 -1
  111. package/dist/cjs/labs/DatePickers/DateTimeField.cjs +2 -2
  112. package/dist/cjs/labs/DatePickers/DateTimeField.cjs.map +1 -1
  113. package/dist/cjs/labs/DatePickers/DateTimePicker.cjs +2 -2
  114. package/dist/cjs/labs/DatePickers/DateTimePicker.cjs.map +1 -1
  115. package/dist/cjs/labs/OdysseyPickers/ComposablePicker.cjs +2 -2
  116. package/dist/cjs/labs/OdysseyPickers/ComposablePicker.cjs.map +1 -1
  117. package/dist/cjs/labs/OdysseyPickers/PickerWithOptionAdornment.cjs +4 -0
  118. package/dist/cjs/labs/OdysseyPickers/PickerWithOptionAdornment.cjs.map +1 -1
  119. package/dist/cjs/labs/PageTemplate/Layout.cjs +2 -2
  120. package/dist/cjs/labs/PageTemplate/Layout.cjs.map +1 -1
  121. package/dist/cjs/labs/PageTemplate/PageTemplate.cjs.map +1 -1
  122. package/dist/cjs/labs/PaginatedTable.cjs +4 -4
  123. package/dist/cjs/labs/PaginatedTable.cjs.map +1 -1
  124. package/dist/cjs/labs/StaticTable.cjs +2 -2
  125. package/dist/cjs/labs/StaticTable.cjs.map +1 -1
  126. package/dist/cjs/properties/ts/odyssey-react-mui.cjs.map +1 -1
  127. package/dist/cjs/properties/ts/odyssey-react-mui_cs.cjs +5 -0
  128. package/dist/cjs/properties/ts/odyssey-react-mui_cs.cjs.map +1 -1
  129. package/dist/cjs/properties/ts/odyssey-react-mui_da.cjs +5 -0
  130. package/dist/cjs/properties/ts/odyssey-react-mui_da.cjs.map +1 -1
  131. package/dist/cjs/properties/ts/odyssey-react-mui_de.cjs +6 -1
  132. package/dist/cjs/properties/ts/odyssey-react-mui_de.cjs.map +1 -1
  133. package/dist/cjs/properties/ts/odyssey-react-mui_el.cjs +5 -0
  134. package/dist/cjs/properties/ts/odyssey-react-mui_el.cjs.map +1 -1
  135. package/dist/cjs/properties/ts/odyssey-react-mui_es.cjs +5 -0
  136. package/dist/cjs/properties/ts/odyssey-react-mui_es.cjs.map +1 -1
  137. package/dist/cjs/properties/ts/odyssey-react-mui_eu.cjs +5 -0
  138. package/dist/cjs/properties/ts/odyssey-react-mui_eu.cjs.map +1 -1
  139. package/dist/cjs/properties/ts/odyssey-react-mui_fi.cjs +5 -0
  140. package/dist/cjs/properties/ts/odyssey-react-mui_fi.cjs.map +1 -1
  141. package/dist/cjs/properties/ts/odyssey-react-mui_fr.cjs +5 -0
  142. package/dist/cjs/properties/ts/odyssey-react-mui_fr.cjs.map +1 -1
  143. package/dist/cjs/properties/ts/odyssey-react-mui_ht.cjs +5 -0
  144. package/dist/cjs/properties/ts/odyssey-react-mui_ht.cjs.map +1 -1
  145. package/dist/cjs/properties/ts/odyssey-react-mui_hu.cjs +5 -0
  146. package/dist/cjs/properties/ts/odyssey-react-mui_hu.cjs.map +1 -1
  147. package/dist/cjs/properties/ts/odyssey-react-mui_id.cjs +5 -0
  148. package/dist/cjs/properties/ts/odyssey-react-mui_id.cjs.map +1 -1
  149. package/dist/cjs/properties/ts/odyssey-react-mui_it.cjs +5 -0
  150. package/dist/cjs/properties/ts/odyssey-react-mui_it.cjs.map +1 -1
  151. package/dist/cjs/properties/ts/odyssey-react-mui_ja.cjs +5 -0
  152. package/dist/cjs/properties/ts/odyssey-react-mui_ja.cjs.map +1 -1
  153. package/dist/cjs/properties/ts/odyssey-react-mui_ko.cjs +5 -0
  154. package/dist/cjs/properties/ts/odyssey-react-mui_ko.cjs.map +1 -1
  155. package/dist/cjs/properties/ts/odyssey-react-mui_ms.cjs +5 -0
  156. package/dist/cjs/properties/ts/odyssey-react-mui_ms.cjs.map +1 -1
  157. package/dist/cjs/properties/ts/odyssey-react-mui_nb.cjs +5 -0
  158. package/dist/cjs/properties/ts/odyssey-react-mui_nb.cjs.map +1 -1
  159. package/dist/cjs/properties/ts/odyssey-react-mui_nl_NL.cjs +5 -0
  160. package/dist/cjs/properties/ts/odyssey-react-mui_nl_NL.cjs.map +1 -1
  161. package/dist/cjs/properties/ts/odyssey-react-mui_ok_PL.cjs.map +1 -1
  162. package/dist/cjs/properties/ts/odyssey-react-mui_ok_SK.cjs.map +1 -1
  163. package/dist/cjs/properties/ts/odyssey-react-mui_pl.cjs +5 -0
  164. package/dist/cjs/properties/ts/odyssey-react-mui_pl.cjs.map +1 -1
  165. package/dist/cjs/properties/ts/odyssey-react-mui_pt_BR.cjs +5 -0
  166. package/dist/cjs/properties/ts/odyssey-react-mui_pt_BR.cjs.map +1 -1
  167. package/dist/cjs/properties/ts/odyssey-react-mui_ro.cjs +5 -0
  168. package/dist/cjs/properties/ts/odyssey-react-mui_ro.cjs.map +1 -1
  169. package/dist/cjs/properties/ts/odyssey-react-mui_ru.cjs +5 -0
  170. package/dist/cjs/properties/ts/odyssey-react-mui_ru.cjs.map +1 -1
  171. package/dist/cjs/properties/ts/odyssey-react-mui_sv.cjs +5 -0
  172. package/dist/cjs/properties/ts/odyssey-react-mui_sv.cjs.map +1 -1
  173. package/dist/cjs/properties/ts/odyssey-react-mui_th.cjs +5 -0
  174. package/dist/cjs/properties/ts/odyssey-react-mui_th.cjs.map +1 -1
  175. package/dist/cjs/properties/ts/odyssey-react-mui_tr.cjs +5 -0
  176. package/dist/cjs/properties/ts/odyssey-react-mui_tr.cjs.map +1 -1
  177. package/dist/cjs/properties/ts/odyssey-react-mui_uk.cjs +5 -0
  178. package/dist/cjs/properties/ts/odyssey-react-mui_uk.cjs.map +1 -1
  179. package/dist/cjs/properties/ts/odyssey-react-mui_vi.cjs +5 -0
  180. package/dist/cjs/properties/ts/odyssey-react-mui_vi.cjs.map +1 -1
  181. package/dist/cjs/properties/ts/odyssey-react-mui_zh_CN.cjs +5 -0
  182. package/dist/cjs/properties/ts/odyssey-react-mui_zh_CN.cjs.map +1 -1
  183. package/dist/cjs/properties/ts/odyssey-react-mui_zh_TW.cjs +5 -0
  184. package/dist/cjs/properties/ts/odyssey-react-mui_zh_TW.cjs.map +1 -1
  185. package/dist/cjs/test-selectors/AutocompleteTestSelector.cjs +49 -0
  186. package/dist/cjs/test-selectors/AutocompleteTestSelector.cjs.map +1 -0
  187. package/dist/cjs/test-selectors/CalloutTestSelector.cjs +43 -0
  188. package/dist/cjs/test-selectors/CalloutTestSelector.cjs.map +1 -0
  189. package/dist/cjs/test-selectors/SelectTestSelector.cjs +55 -0
  190. package/dist/cjs/test-selectors/SelectTestSelector.cjs.map +1 -0
  191. package/dist/cjs/{OdysseyTranslationProvider.types.cjs → test-selectors/TabsTestSelector.cjs} +23 -4
  192. package/dist/cjs/test-selectors/TabsTestSelector.cjs.map +1 -0
  193. package/dist/cjs/test-selectors/TextFieldTestSelector.cjs +44 -0
  194. package/dist/cjs/test-selectors/TextFieldTestSelector.cjs.map +1 -0
  195. package/dist/cjs/test-selectors/index.cjs +11 -0
  196. package/dist/cjs/test-selectors/index.cjs.map +1 -1
  197. package/dist/cjs/test-selectors/queryOdysseySelector.cjs +10 -10
  198. package/dist/cjs/test-selectors/queryOdysseySelector.cjs.map +1 -1
  199. package/dist/cjs/theme/components.cjs +5 -5
  200. package/dist/cjs/theme/components.cjs.map +1 -1
  201. package/dist/cjs/ui-shell/NarrowUiShellContent.cjs +2 -12
  202. package/dist/cjs/ui-shell/NarrowUiShellContent.cjs.map +1 -1
  203. package/dist/cjs/ui-shell/SideNav/NavAccordion.cjs +20 -15
  204. package/dist/cjs/ui-shell/SideNav/NavAccordion.cjs.map +1 -1
  205. package/dist/cjs/ui-shell/SideNav/SideNav.cjs +137 -136
  206. package/dist/cjs/ui-shell/SideNav/SideNav.cjs.map +1 -1
  207. package/dist/cjs/ui-shell/SideNav/SideNavFooterContent.cjs +2 -2
  208. package/dist/cjs/ui-shell/SideNav/SideNavFooterContent.cjs.map +1 -1
  209. package/dist/cjs/ui-shell/SideNav/SideNavItemContent.cjs +7 -4
  210. package/dist/cjs/ui-shell/SideNav/SideNavItemContent.cjs.map +1 -1
  211. package/dist/cjs/ui-shell/SideNav/SideNavItemContentContext.cjs.map +1 -1
  212. package/dist/cjs/ui-shell/SideNav/SideNavItemLinkContent.cjs +3 -4
  213. package/dist/cjs/ui-shell/SideNav/SideNavItemLinkContent.cjs.map +1 -1
  214. package/dist/cjs/ui-shell/SideNav/SideNavSortableList.cjs +47 -0
  215. package/dist/cjs/ui-shell/SideNav/SideNavSortableList.cjs.map +1 -0
  216. package/dist/cjs/ui-shell/SideNav/SideNavToggleButton.cjs +2 -2
  217. package/dist/cjs/ui-shell/SideNav/SideNavToggleButton.cjs.map +1 -1
  218. package/dist/cjs/ui-shell/SideNav/SortableList/SortableItem.cjs +2 -2
  219. package/dist/cjs/ui-shell/SideNav/SortableList/SortableItem.cjs.map +1 -1
  220. package/dist/cjs/ui-shell/SideNav/SortableList/SortableList.cjs +2 -2
  221. package/dist/cjs/ui-shell/SideNav/SortableList/SortableList.cjs.map +1 -1
  222. package/dist/cjs/ui-shell/SideNav/types.cjs.map +1 -1
  223. package/dist/cjs/ui-shell/UiShell.cjs +4 -4
  224. package/dist/cjs/ui-shell/UiShell.cjs.map +1 -1
  225. package/dist/cjs/ui-shell/WideUiShellContent.cjs +2 -1
  226. package/dist/cjs/ui-shell/WideUiShellContent.cjs.map +1 -1
  227. package/dist/cjs/ui-shell/uiShellContentTypes.cjs +2 -1
  228. package/dist/cjs/ui-shell/uiShellContentTypes.cjs.map +1 -1
  229. package/dist/cjs/{shadow-dom/shadow-dom.cjs → web-component/createShadowDomElements.cjs} +8 -3
  230. package/dist/cjs/web-component/createShadowDomElements.cjs.map +1 -0
  231. package/dist/cjs/web-component/index.cjs +33 -0
  232. package/dist/cjs/web-component/index.cjs.map +1 -1
  233. package/dist/cjs/web-component/odysseyWebComponentVersion.generated.cjs +1 -1
  234. package/dist/cjs/web-component/odysseyWebComponentVersion.generated.cjs.map +1 -1
  235. package/dist/cjs/web-component/removeGlobalStylesFromShadowDom.cjs +35 -0
  236. package/dist/cjs/web-component/removeGlobalStylesFromShadowDom.cjs.map +1 -0
  237. package/dist/cjs/web-component/renderReactInWebComponent.cjs +5 -9
  238. package/dist/cjs/web-component/renderReactInWebComponent.cjs.map +1 -1
  239. package/dist/esm/Autocomplete.js +1 -31
  240. package/dist/esm/Autocomplete.js.map +1 -1
  241. package/dist/esm/Banner.js +1 -1
  242. package/dist/esm/Banner.js.map +1 -1
  243. package/dist/esm/Breadcrumbs.js +1 -1
  244. package/dist/esm/Breadcrumbs.js.map +1 -1
  245. package/dist/esm/Callout.js +1 -25
  246. package/dist/esm/Callout.js.map +1 -1
  247. package/dist/esm/Card.js +1 -1
  248. package/dist/esm/Card.js.map +1 -1
  249. package/dist/esm/Checkbox.js +13 -11
  250. package/dist/esm/Checkbox.js.map +1 -1
  251. package/dist/esm/DataTable/DataTable.js +1 -1
  252. package/dist/esm/DataTable/DataTable.js.map +1 -1
  253. package/dist/esm/DataTable/DataTableRowActions.js +1 -1
  254. package/dist/esm/DataTable/DataTableRowActions.js.map +1 -1
  255. package/dist/esm/DataTable/DataTableSettings.js +1 -1
  256. package/dist/esm/DataTable/DataTableSettings.js.map +1 -1
  257. package/dist/esm/DataTable/useRowReordering.js +1 -1
  258. package/dist/esm/DataTable/useRowReordering.js.map +1 -1
  259. package/dist/esm/DatePickers/DateField.js +1 -1
  260. package/dist/esm/DatePickers/DateField.js.map +1 -1
  261. package/dist/esm/DatePickers/DateFieldActionBar.js +1 -1
  262. package/dist/esm/DatePickers/DateFieldActionBar.js.map +1 -1
  263. package/dist/esm/DatePickers/DatePicker.js +1 -1
  264. package/dist/esm/DatePickers/DatePicker.js.map +1 -1
  265. package/dist/esm/DatePickers/useDateFieldsTranslations.js +1 -1
  266. package/dist/esm/DatePickers/useDateFieldsTranslations.js.map +1 -1
  267. package/dist/esm/DatePickers/useOdysseyDateFields.js +1 -1
  268. package/dist/esm/DatePickers/useOdysseyDateFields.js.map +1 -1
  269. package/dist/esm/Dialog.js +33 -30
  270. package/dist/esm/Dialog.js.map +1 -1
  271. package/dist/esm/Drawer.js +7 -3
  272. package/dist/esm/Drawer.js.map +1 -1
  273. package/dist/esm/Field.js +1 -1
  274. package/dist/esm/Field.js.map +1 -1
  275. package/dist/esm/FieldError.js +1 -1
  276. package/dist/esm/FieldError.js.map +1 -1
  277. package/dist/esm/FieldLabel.js +1 -1
  278. package/dist/esm/FieldLabel.js.map +1 -1
  279. package/dist/esm/FileUploader/FileUploadPreview.js +1 -1
  280. package/dist/esm/FileUploader/FileUploadPreview.js.map +1 -1
  281. package/dist/esm/FileUploader/FileUploader.js +1 -1
  282. package/dist/esm/FileUploader/FileUploader.js.map +1 -1
  283. package/dist/esm/FullScreenOverlay.js +35 -0
  284. package/dist/esm/FullScreenOverlay.js.map +1 -0
  285. package/dist/esm/FullScreenOverlayContext.js +66 -0
  286. package/dist/esm/FullScreenOverlayContext.js.map +1 -0
  287. package/dist/esm/OdysseyCacheProvider.js +12 -17
  288. package/dist/esm/OdysseyCacheProvider.js.map +1 -1
  289. package/dist/esm/OdysseyProvider.js +18 -10
  290. package/dist/esm/OdysseyProvider.js.map +1 -1
  291. package/dist/esm/OdysseyThemeProvider.js +27 -16
  292. package/dist/esm/OdysseyThemeProvider.js.map +1 -1
  293. package/dist/esm/OdysseyThemeProviderPropsContext.js +38 -0
  294. package/dist/esm/OdysseyThemeProviderPropsContext.js.map +1 -0
  295. package/dist/esm/Pagination/Pagination.js +1 -2
  296. package/dist/esm/Pagination/Pagination.js.map +1 -1
  297. package/dist/esm/Pagination/usePagination.js +1 -1
  298. package/dist/esm/Pagination/usePagination.js.map +1 -1
  299. package/dist/esm/PasswordField.js +1 -1
  300. package/dist/esm/PasswordField.js.map +1 -1
  301. package/dist/esm/Radio.js +22 -20
  302. package/dist/esm/Radio.js.map +1 -1
  303. package/dist/esm/SearchField.js +1 -1
  304. package/dist/esm/SearchField.js.map +1 -1
  305. package/dist/esm/Select.js +0 -36
  306. package/dist/esm/Select.js.map +1 -1
  307. package/dist/esm/Surface.js +3 -3
  308. package/dist/esm/Surface.js.map +1 -1
  309. package/dist/esm/Switch.js +1 -1
  310. package/dist/esm/Switch.js.map +1 -1
  311. package/dist/esm/Tabs.js +0 -20
  312. package/dist/esm/Tabs.js.map +1 -1
  313. package/dist/esm/Tag.js +1 -1
  314. package/dist/esm/Tag.js.map +1 -1
  315. package/dist/esm/TextField.js +0 -25
  316. package/dist/esm/TextField.js.map +1 -1
  317. package/dist/esm/Toast.js +1 -1
  318. package/dist/esm/Toast.js.map +1 -1
  319. package/dist/esm/__internal.js +24 -0
  320. package/dist/esm/__internal.js.map +1 -0
  321. package/dist/esm/i18n.generated/i18n.js +25 -0
  322. package/dist/esm/i18n.generated/i18n.js.map +1 -0
  323. package/dist/esm/i18n.generated/i18n.resources.js +75 -0
  324. package/dist/esm/i18n.generated/i18n.resources.js.map +1 -0
  325. package/dist/{assets/uiShellSharedConstants-DD9UP82e.js → esm/i18n.generated/i18n.types.js} +3 -1
  326. package/dist/esm/i18n.generated/i18n.types.js.map +1 -0
  327. package/dist/esm/index.js +4 -3
  328. package/dist/esm/index.js.map +1 -1
  329. package/dist/esm/labs/DataFilters.js +1 -1
  330. package/dist/esm/labs/DataFilters.js.map +1 -1
  331. package/dist/esm/labs/DataTable.js +1 -1
  332. package/dist/esm/labs/DataTable.js.map +1 -1
  333. package/dist/esm/labs/DataView/BulkActionsMenu.js +1 -1
  334. package/dist/esm/labs/DataView/BulkActionsMenu.js.map +1 -1
  335. package/dist/esm/labs/DataView/DataCard.js +1 -1
  336. package/dist/esm/labs/DataView/DataCard.js.map +1 -1
  337. package/dist/esm/labs/DataView/DataView.js +1 -1
  338. package/dist/esm/labs/DataView/DataView.js.map +1 -1
  339. package/dist/esm/labs/DataView/LayoutSwitcher.js +1 -1
  340. package/dist/esm/labs/DataView/LayoutSwitcher.js.map +1 -1
  341. package/dist/esm/labs/DataView/RowActions.js +1 -1
  342. package/dist/esm/labs/DataView/RowActions.js.map +1 -1
  343. package/dist/esm/labs/DataView/TableLayoutContent.js +1 -1
  344. package/dist/esm/labs/DataView/TableLayoutContent.js.map +1 -1
  345. package/dist/esm/labs/DataView/TableSettings.js +1 -1
  346. package/dist/esm/labs/DataView/TableSettings.js.map +1 -1
  347. package/dist/esm/labs/DataView/fetchData.js +2 -2
  348. package/dist/esm/labs/DataView/fetchData.js.map +1 -1
  349. package/dist/esm/labs/DatePickers/DateTimeField.js +1 -1
  350. package/dist/esm/labs/DatePickers/DateTimeField.js.map +1 -1
  351. package/dist/esm/labs/DatePickers/DateTimePicker.js +1 -1
  352. package/dist/esm/labs/DatePickers/DateTimePicker.js.map +1 -1
  353. package/dist/esm/labs/OdysseyPickers/ComposablePicker.js +1 -1
  354. package/dist/esm/labs/OdysseyPickers/ComposablePicker.js.map +1 -1
  355. package/dist/esm/labs/OdysseyPickers/PickerWithOptionAdornment.js +4 -0
  356. package/dist/esm/labs/OdysseyPickers/PickerWithOptionAdornment.js.map +1 -1
  357. package/dist/esm/labs/PageTemplate/Layout.js +2 -2
  358. package/dist/esm/labs/PageTemplate/Layout.js.map +1 -1
  359. package/dist/esm/labs/PageTemplate/PageTemplate.js.map +1 -1
  360. package/dist/esm/labs/PaginatedTable.js +1 -1
  361. package/dist/esm/labs/PaginatedTable.js.map +1 -1
  362. package/dist/esm/labs/StaticTable.js +1 -1
  363. package/dist/esm/labs/StaticTable.js.map +1 -1
  364. package/dist/esm/properties/ts/odyssey-react-mui.js.map +1 -1
  365. package/dist/esm/properties/ts/odyssey-react-mui_cs.js +5 -0
  366. package/dist/esm/properties/ts/odyssey-react-mui_cs.js.map +1 -1
  367. package/dist/esm/properties/ts/odyssey-react-mui_da.js +5 -0
  368. package/dist/esm/properties/ts/odyssey-react-mui_da.js.map +1 -1
  369. package/dist/esm/properties/ts/odyssey-react-mui_de.js +6 -1
  370. package/dist/esm/properties/ts/odyssey-react-mui_de.js.map +1 -1
  371. package/dist/esm/properties/ts/odyssey-react-mui_el.js +5 -0
  372. package/dist/esm/properties/ts/odyssey-react-mui_el.js.map +1 -1
  373. package/dist/esm/properties/ts/odyssey-react-mui_es.js +5 -0
  374. package/dist/esm/properties/ts/odyssey-react-mui_es.js.map +1 -1
  375. package/dist/esm/properties/ts/odyssey-react-mui_eu.js +5 -0
  376. package/dist/esm/properties/ts/odyssey-react-mui_eu.js.map +1 -1
  377. package/dist/esm/properties/ts/odyssey-react-mui_fi.js +5 -0
  378. package/dist/esm/properties/ts/odyssey-react-mui_fi.js.map +1 -1
  379. package/dist/esm/properties/ts/odyssey-react-mui_fr.js +5 -0
  380. package/dist/esm/properties/ts/odyssey-react-mui_fr.js.map +1 -1
  381. package/dist/esm/properties/ts/odyssey-react-mui_ht.js +5 -0
  382. package/dist/esm/properties/ts/odyssey-react-mui_ht.js.map +1 -1
  383. package/dist/esm/properties/ts/odyssey-react-mui_hu.js +5 -0
  384. package/dist/esm/properties/ts/odyssey-react-mui_hu.js.map +1 -1
  385. package/dist/esm/properties/ts/odyssey-react-mui_id.js +5 -0
  386. package/dist/esm/properties/ts/odyssey-react-mui_id.js.map +1 -1
  387. package/dist/esm/properties/ts/odyssey-react-mui_it.js +5 -0
  388. package/dist/esm/properties/ts/odyssey-react-mui_it.js.map +1 -1
  389. package/dist/esm/properties/ts/odyssey-react-mui_ja.js +5 -0
  390. package/dist/esm/properties/ts/odyssey-react-mui_ja.js.map +1 -1
  391. package/dist/esm/properties/ts/odyssey-react-mui_ko.js +5 -0
  392. package/dist/esm/properties/ts/odyssey-react-mui_ko.js.map +1 -1
  393. package/dist/esm/properties/ts/odyssey-react-mui_ms.js +5 -0
  394. package/dist/esm/properties/ts/odyssey-react-mui_ms.js.map +1 -1
  395. package/dist/esm/properties/ts/odyssey-react-mui_nb.js +5 -0
  396. package/dist/esm/properties/ts/odyssey-react-mui_nb.js.map +1 -1
  397. package/dist/esm/properties/ts/odyssey-react-mui_nl_NL.js +5 -0
  398. package/dist/esm/properties/ts/odyssey-react-mui_nl_NL.js.map +1 -1
  399. package/dist/esm/properties/ts/odyssey-react-mui_ok_PL.js.map +1 -1
  400. package/dist/esm/properties/ts/odyssey-react-mui_ok_SK.js.map +1 -1
  401. package/dist/esm/properties/ts/odyssey-react-mui_pl.js +5 -0
  402. package/dist/esm/properties/ts/odyssey-react-mui_pl.js.map +1 -1
  403. package/dist/esm/properties/ts/odyssey-react-mui_pt_BR.js +5 -0
  404. package/dist/esm/properties/ts/odyssey-react-mui_pt_BR.js.map +1 -1
  405. package/dist/esm/properties/ts/odyssey-react-mui_ro.js +5 -0
  406. package/dist/esm/properties/ts/odyssey-react-mui_ro.js.map +1 -1
  407. package/dist/esm/properties/ts/odyssey-react-mui_ru.js +5 -0
  408. package/dist/esm/properties/ts/odyssey-react-mui_ru.js.map +1 -1
  409. package/dist/esm/properties/ts/odyssey-react-mui_sv.js +5 -0
  410. package/dist/esm/properties/ts/odyssey-react-mui_sv.js.map +1 -1
  411. package/dist/esm/properties/ts/odyssey-react-mui_th.js +5 -0
  412. package/dist/esm/properties/ts/odyssey-react-mui_th.js.map +1 -1
  413. package/dist/esm/properties/ts/odyssey-react-mui_tr.js +5 -0
  414. package/dist/esm/properties/ts/odyssey-react-mui_tr.js.map +1 -1
  415. package/dist/esm/properties/ts/odyssey-react-mui_uk.js +5 -0
  416. package/dist/esm/properties/ts/odyssey-react-mui_uk.js.map +1 -1
  417. package/dist/esm/properties/ts/odyssey-react-mui_vi.js +5 -0
  418. package/dist/esm/properties/ts/odyssey-react-mui_vi.js.map +1 -1
  419. package/dist/esm/properties/ts/odyssey-react-mui_zh_CN.js +5 -0
  420. package/dist/esm/properties/ts/odyssey-react-mui_zh_CN.js.map +1 -1
  421. package/dist/esm/properties/ts/odyssey-react-mui_zh_TW.js +5 -0
  422. package/dist/esm/properties/ts/odyssey-react-mui_zh_TW.js.map +1 -1
  423. package/dist/esm/test-selectors/AutocompleteTestSelector.js +43 -0
  424. package/dist/esm/test-selectors/AutocompleteTestSelector.js.map +1 -0
  425. package/dist/esm/test-selectors/CalloutTestSelector.js +37 -0
  426. package/dist/esm/test-selectors/CalloutTestSelector.js.map +1 -0
  427. package/dist/esm/test-selectors/SelectTestSelector.js +49 -0
  428. package/dist/esm/test-selectors/SelectTestSelector.js.map +1 -0
  429. package/dist/{types/shadow-dom/index.d.ts → esm/test-selectors/TabsTestSelector.js} +22 -2
  430. package/dist/esm/test-selectors/TabsTestSelector.js.map +1 -0
  431. package/dist/esm/test-selectors/TextFieldTestSelector.js +38 -0
  432. package/dist/esm/test-selectors/TextFieldTestSelector.js.map +1 -0
  433. package/dist/esm/test-selectors/index.js +1 -0
  434. package/dist/esm/test-selectors/index.js.map +1 -1
  435. package/dist/esm/test-selectors/queryOdysseySelector.js +5 -5
  436. package/dist/esm/test-selectors/queryOdysseySelector.js.map +1 -1
  437. package/dist/esm/theme/components.js +5 -5
  438. package/dist/esm/theme/components.js.map +1 -1
  439. package/dist/esm/ui-shell/NarrowUiShellContent.js +3 -13
  440. package/dist/esm/ui-shell/NarrowUiShellContent.js.map +1 -1
  441. package/dist/esm/ui-shell/SideNav/NavAccordion.js +20 -15
  442. package/dist/esm/ui-shell/SideNav/NavAccordion.js.map +1 -1
  443. package/dist/esm/ui-shell/SideNav/SideNav.js +136 -135
  444. package/dist/esm/ui-shell/SideNav/SideNav.js.map +1 -1
  445. package/dist/esm/ui-shell/SideNav/SideNavFooterContent.js +1 -1
  446. package/dist/esm/ui-shell/SideNav/SideNavFooterContent.js.map +1 -1
  447. package/dist/esm/ui-shell/SideNav/SideNavItemContent.js +7 -4
  448. package/dist/esm/ui-shell/SideNav/SideNavItemContent.js.map +1 -1
  449. package/dist/esm/ui-shell/SideNav/SideNavItemContentContext.js.map +1 -1
  450. package/dist/esm/ui-shell/SideNav/SideNavItemLinkContent.js +3 -4
  451. package/dist/esm/ui-shell/SideNav/SideNavItemLinkContent.js.map +1 -1
  452. package/dist/esm/ui-shell/SideNav/SideNavSortableList.js +42 -0
  453. package/dist/esm/ui-shell/SideNav/SideNavSortableList.js.map +1 -0
  454. package/dist/esm/ui-shell/SideNav/SideNavToggleButton.js +1 -1
  455. package/dist/esm/ui-shell/SideNav/SideNavToggleButton.js.map +1 -1
  456. package/dist/esm/ui-shell/SideNav/SortableList/SortableItem.js +1 -1
  457. package/dist/esm/ui-shell/SideNav/SortableList/SortableItem.js.map +1 -1
  458. package/dist/esm/ui-shell/SideNav/SortableList/SortableList.js +1 -1
  459. package/dist/esm/ui-shell/SideNav/SortableList/SortableList.js.map +1 -1
  460. package/dist/esm/ui-shell/SideNav/types.js.map +1 -1
  461. package/dist/esm/ui-shell/UiShell.js +4 -4
  462. package/dist/esm/ui-shell/UiShell.js.map +1 -1
  463. package/dist/esm/ui-shell/WideUiShellContent.js +2 -1
  464. package/dist/esm/ui-shell/WideUiShellContent.js.map +1 -1
  465. package/dist/esm/ui-shell/uiShellContentTypes.js +1 -0
  466. package/dist/esm/ui-shell/uiShellContentTypes.js.map +1 -1
  467. package/dist/esm/{shadow-dom/shadow-dom.js → web-component/createShadowDomElements.js} +8 -3
  468. package/dist/esm/web-component/createShadowDomElements.js.map +1 -0
  469. package/dist/esm/web-component/index.js +3 -0
  470. package/dist/esm/web-component/index.js.map +1 -1
  471. package/dist/esm/web-component/odysseyWebComponentVersion.generated.js +1 -1
  472. package/dist/esm/web-component/odysseyWebComponentVersion.generated.js.map +1 -1
  473. package/dist/esm/web-component/removeGlobalStylesFromShadowDom.js +28 -0
  474. package/dist/esm/web-component/removeGlobalStylesFromShadowDom.js.map +1 -0
  475. package/dist/esm/web-component/renderReactInWebComponent.js +5 -9
  476. package/dist/esm/web-component/renderReactInWebComponent.js.map +1 -1
  477. package/dist/tsconfig.production.tsbuildinfo +1 -1
  478. package/dist/types/Autocomplete.d.ts +0 -30
  479. package/dist/types/Autocomplete.d.ts.map +1 -1
  480. package/dist/types/Banner.d.ts.map +1 -1
  481. package/dist/types/Breadcrumbs.d.ts.map +1 -1
  482. package/dist/types/Callout.d.ts +0 -24
  483. package/dist/types/Callout.d.ts.map +1 -1
  484. package/dist/types/Card.d.ts.map +1 -1
  485. package/dist/types/Checkbox.d.ts.map +1 -1
  486. package/dist/types/DataTable/DataTable.d.ts.map +1 -1
  487. package/dist/types/DataTable/DataTableRowActions.d.ts.map +1 -1
  488. package/dist/types/DatePickers/DatePicker.d.ts.map +1 -1
  489. package/dist/types/DatePickers/useDateFieldsTranslations.d.ts.map +1 -1
  490. package/dist/types/DatePickers/useOdysseyDateFields.d.ts.map +1 -1
  491. package/dist/types/Dialog.d.ts.map +1 -1
  492. package/dist/types/Drawer.d.ts.map +1 -1
  493. package/dist/types/Field.d.ts.map +1 -1
  494. package/dist/types/FieldError.d.ts.map +1 -1
  495. package/dist/types/FieldLabel.d.ts.map +1 -1
  496. package/dist/types/FileUploader/FileUploader.d.ts.map +1 -1
  497. package/dist/types/FullScreenOverlay.d.ts +19 -0
  498. package/dist/types/FullScreenOverlay.d.ts.map +1 -0
  499. package/dist/types/FullScreenOverlayContext.d.ts +31 -0
  500. package/dist/types/FullScreenOverlayContext.d.ts.map +1 -0
  501. package/dist/types/NativeSelect.d.ts +1 -1
  502. package/dist/types/OdysseyCacheProvider.d.ts +10 -3
  503. package/dist/types/OdysseyCacheProvider.d.ts.map +1 -1
  504. package/dist/types/OdysseyProvider.d.ts +8 -8
  505. package/dist/types/OdysseyProvider.d.ts.map +1 -1
  506. package/dist/types/OdysseyThemeProvider.d.ts +7 -16
  507. package/dist/types/OdysseyThemeProvider.d.ts.map +1 -1
  508. package/dist/types/OdysseyThemeProviderPropsContext.d.ts +27 -0
  509. package/dist/types/OdysseyThemeProviderPropsContext.d.ts.map +1 -0
  510. package/dist/types/Pagination/Pagination.d.ts +0 -1
  511. package/dist/types/Pagination/Pagination.d.ts.map +1 -1
  512. package/dist/types/Pagination/usePagination.d.ts.map +1 -1
  513. package/dist/types/PasswordField.d.ts.map +1 -1
  514. package/dist/types/Radio.d.ts.map +1 -1
  515. package/dist/types/SearchField.d.ts.map +1 -1
  516. package/dist/types/Select.d.ts +0 -36
  517. package/dist/types/Select.d.ts.map +1 -1
  518. package/dist/types/Surface.d.ts.map +1 -1
  519. package/dist/types/Switch.d.ts.map +1 -1
  520. package/dist/types/Tabs.d.ts +0 -20
  521. package/dist/types/Tabs.d.ts.map +1 -1
  522. package/dist/types/Tag.d.ts.map +1 -1
  523. package/dist/types/TextField.d.ts +0 -25
  524. package/dist/types/TextField.d.ts.map +1 -1
  525. package/dist/types/Toast.d.ts.map +1 -1
  526. package/dist/types/__internal.d.ts +30 -0
  527. package/dist/types/__internal.d.ts.map +1 -0
  528. package/dist/types/i18n.generated/i18n.d.ts +285 -0
  529. package/dist/types/i18n.generated/i18n.d.ts.map +1 -0
  530. package/dist/types/i18n.generated/i18n.resources.d.ts +4199 -0
  531. package/dist/types/{i18n.d.ts.map → i18n.generated/i18n.resources.d.ts.map} +1 -1
  532. package/dist/types/i18n.generated/i18n.types.d.ts +30 -0
  533. package/dist/types/i18n.generated/i18n.types.d.ts.map +1 -0
  534. package/dist/types/index.d.ts +4 -3
  535. package/dist/types/index.d.ts.map +1 -1
  536. package/dist/types/labs/DataTable.d.ts.map +1 -1
  537. package/dist/types/labs/DataView/DataCard.d.ts.map +1 -1
  538. package/dist/types/labs/DataView/RowActions.d.ts.map +1 -1
  539. package/dist/types/labs/DataView/fetchData.d.ts.map +1 -1
  540. package/dist/types/labs/DatePickers/DateTimePicker.d.ts.map +1 -1
  541. package/dist/types/labs/OdysseyPickers/ComposablePicker.d.ts.map +1 -1
  542. package/dist/types/labs/OdysseyPickers/PickerWithOptionAdornment.d.ts.map +1 -1
  543. package/dist/types/labs/PageTemplate/PageTemplate.d.ts.map +1 -1
  544. package/dist/types/labs/PaginatedTable.d.ts.map +1 -1
  545. package/dist/types/labs/StaticTable.d.ts.map +1 -1
  546. package/dist/types/properties/ts/odyssey-react-mui.d.ts +133 -133
  547. package/dist/types/properties/ts/odyssey-react-mui.d.ts.map +1 -1
  548. package/dist/types/properties/ts/odyssey-react-mui_cs.d.ts +133 -128
  549. package/dist/types/properties/ts/odyssey-react-mui_cs.d.ts.map +1 -1
  550. package/dist/types/properties/ts/odyssey-react-mui_da.d.ts +133 -128
  551. package/dist/types/properties/ts/odyssey-react-mui_da.d.ts.map +1 -1
  552. package/dist/types/properties/ts/odyssey-react-mui_de.d.ts +133 -128
  553. package/dist/types/properties/ts/odyssey-react-mui_de.d.ts.map +1 -1
  554. package/dist/types/properties/ts/odyssey-react-mui_el.d.ts +133 -128
  555. package/dist/types/properties/ts/odyssey-react-mui_el.d.ts.map +1 -1
  556. package/dist/types/properties/ts/odyssey-react-mui_es.d.ts +133 -128
  557. package/dist/types/properties/ts/odyssey-react-mui_es.d.ts.map +1 -1
  558. package/dist/types/properties/ts/odyssey-react-mui_eu.d.ts +133 -128
  559. package/dist/types/properties/ts/odyssey-react-mui_eu.d.ts.map +1 -1
  560. package/dist/types/properties/ts/odyssey-react-mui_fi.d.ts +133 -128
  561. package/dist/types/properties/ts/odyssey-react-mui_fi.d.ts.map +1 -1
  562. package/dist/types/properties/ts/odyssey-react-mui_fr.d.ts +133 -128
  563. package/dist/types/properties/ts/odyssey-react-mui_fr.d.ts.map +1 -1
  564. package/dist/types/properties/ts/odyssey-react-mui_ht.d.ts +133 -128
  565. package/dist/types/properties/ts/odyssey-react-mui_ht.d.ts.map +1 -1
  566. package/dist/types/properties/ts/odyssey-react-mui_hu.d.ts +133 -128
  567. package/dist/types/properties/ts/odyssey-react-mui_hu.d.ts.map +1 -1
  568. package/dist/types/properties/ts/odyssey-react-mui_id.d.ts +133 -128
  569. package/dist/types/properties/ts/odyssey-react-mui_id.d.ts.map +1 -1
  570. package/dist/types/properties/ts/odyssey-react-mui_it.d.ts +133 -128
  571. package/dist/types/properties/ts/odyssey-react-mui_it.d.ts.map +1 -1
  572. package/dist/types/properties/ts/odyssey-react-mui_ja.d.ts +133 -128
  573. package/dist/types/properties/ts/odyssey-react-mui_ja.d.ts.map +1 -1
  574. package/dist/types/properties/ts/odyssey-react-mui_ko.d.ts +133 -128
  575. package/dist/types/properties/ts/odyssey-react-mui_ko.d.ts.map +1 -1
  576. package/dist/types/properties/ts/odyssey-react-mui_ms.d.ts +133 -128
  577. package/dist/types/properties/ts/odyssey-react-mui_ms.d.ts.map +1 -1
  578. package/dist/types/properties/ts/odyssey-react-mui_nb.d.ts +133 -128
  579. package/dist/types/properties/ts/odyssey-react-mui_nb.d.ts.map +1 -1
  580. package/dist/types/properties/ts/odyssey-react-mui_nl_NL.d.ts +133 -128
  581. package/dist/types/properties/ts/odyssey-react-mui_nl_NL.d.ts.map +1 -1
  582. package/dist/types/properties/ts/odyssey-react-mui_ok_PL.d.ts +133 -133
  583. package/dist/types/properties/ts/odyssey-react-mui_ok_PL.d.ts.map +1 -1
  584. package/dist/types/properties/ts/odyssey-react-mui_ok_SK.d.ts +133 -133
  585. package/dist/types/properties/ts/odyssey-react-mui_ok_SK.d.ts.map +1 -1
  586. package/dist/types/properties/ts/odyssey-react-mui_pl.d.ts +133 -128
  587. package/dist/types/properties/ts/odyssey-react-mui_pl.d.ts.map +1 -1
  588. package/dist/types/properties/ts/odyssey-react-mui_pt_BR.d.ts +133 -128
  589. package/dist/types/properties/ts/odyssey-react-mui_pt_BR.d.ts.map +1 -1
  590. package/dist/types/properties/ts/odyssey-react-mui_ro.d.ts +133 -128
  591. package/dist/types/properties/ts/odyssey-react-mui_ro.d.ts.map +1 -1
  592. package/dist/types/properties/ts/odyssey-react-mui_ru.d.ts +133 -128
  593. package/dist/types/properties/ts/odyssey-react-mui_ru.d.ts.map +1 -1
  594. package/dist/types/properties/ts/odyssey-react-mui_sv.d.ts +133 -128
  595. package/dist/types/properties/ts/odyssey-react-mui_sv.d.ts.map +1 -1
  596. package/dist/types/properties/ts/odyssey-react-mui_th.d.ts +133 -128
  597. package/dist/types/properties/ts/odyssey-react-mui_th.d.ts.map +1 -1
  598. package/dist/types/properties/ts/odyssey-react-mui_tr.d.ts +133 -128
  599. package/dist/types/properties/ts/odyssey-react-mui_tr.d.ts.map +1 -1
  600. package/dist/types/properties/ts/odyssey-react-mui_uk.d.ts +133 -128
  601. package/dist/types/properties/ts/odyssey-react-mui_uk.d.ts.map +1 -1
  602. package/dist/types/properties/ts/odyssey-react-mui_vi.d.ts +133 -128
  603. package/dist/types/properties/ts/odyssey-react-mui_vi.d.ts.map +1 -1
  604. package/dist/types/properties/ts/odyssey-react-mui_zh_CN.d.ts +133 -128
  605. package/dist/types/properties/ts/odyssey-react-mui_zh_CN.d.ts.map +1 -1
  606. package/dist/types/properties/ts/odyssey-react-mui_zh_TW.d.ts +133 -128
  607. package/dist/types/properties/ts/odyssey-react-mui_zh_TW.d.ts.map +1 -1
  608. package/dist/types/test-selectors/AutocompleteTestSelector.d.ts +42 -0
  609. package/dist/types/test-selectors/AutocompleteTestSelector.d.ts.map +1 -0
  610. package/dist/types/test-selectors/CalloutTestSelector.d.ts +36 -0
  611. package/dist/types/test-selectors/CalloutTestSelector.d.ts.map +1 -0
  612. package/dist/types/test-selectors/SelectTestSelector.d.ts +48 -0
  613. package/dist/types/test-selectors/SelectTestSelector.d.ts.map +1 -0
  614. package/dist/types/test-selectors/TabsTestSelector.d.ts +32 -0
  615. package/dist/types/test-selectors/TabsTestSelector.d.ts.map +1 -0
  616. package/dist/types/test-selectors/TextFieldTestSelector.d.ts +37 -0
  617. package/dist/types/test-selectors/TextFieldTestSelector.d.ts.map +1 -0
  618. package/dist/types/test-selectors/index.d.ts +1 -0
  619. package/dist/types/test-selectors/index.d.ts.map +1 -1
  620. package/dist/types/test-selectors/queryOdysseySelector.d.ts.map +1 -1
  621. package/dist/types/ui-shell/NarrowUiShellContent.d.ts.map +1 -1
  622. package/dist/types/ui-shell/SideNav/NavAccordion.d.ts.map +1 -1
  623. package/dist/types/ui-shell/SideNav/SideNav.d.ts +1 -1
  624. package/dist/types/ui-shell/SideNav/SideNav.d.ts.map +1 -1
  625. package/dist/types/ui-shell/SideNav/SideNavFooterContent.d.ts.map +1 -1
  626. package/dist/types/ui-shell/SideNav/SideNavItemContent.d.ts +2 -1
  627. package/dist/types/ui-shell/SideNav/SideNavItemContent.d.ts.map +1 -1
  628. package/dist/types/ui-shell/SideNav/SideNavItemContentContext.d.ts +1 -0
  629. package/dist/types/ui-shell/SideNav/SideNavItemContentContext.d.ts.map +1 -1
  630. package/dist/types/ui-shell/SideNav/SideNavItemLinkContent.d.ts.map +1 -1
  631. package/dist/types/ui-shell/SideNav/SideNavSortableList.d.ts +41 -0
  632. package/dist/types/ui-shell/SideNav/SideNavSortableList.d.ts.map +1 -0
  633. package/dist/types/ui-shell/SideNav/types.d.ts +13 -2
  634. package/dist/types/ui-shell/SideNav/types.d.ts.map +1 -1
  635. package/dist/types/ui-shell/UiShell.d.ts.map +1 -1
  636. package/dist/types/ui-shell/WideUiShellContent.d.ts.map +1 -1
  637. package/dist/types/ui-shell/uiShellContentTypes.d.ts +4 -1
  638. package/dist/types/ui-shell/uiShellContentTypes.d.ts.map +1 -1
  639. package/dist/types/{shadow-dom/shadow-dom.d.ts → web-component/createShadowDomElements.d.ts} +6 -4
  640. package/dist/types/web-component/createShadowDomElements.d.ts.map +1 -0
  641. package/dist/types/web-component/index.d.ts +3 -0
  642. package/dist/types/web-component/index.d.ts.map +1 -1
  643. package/dist/types/web-component/odysseyWebComponentVersion.generated.d.ts +1 -1
  644. package/dist/{assets/useMountLifecycleEffect-CjsUCFhB.js → types/web-component/removeGlobalStylesFromShadowDom.d.ts} +9 -2
  645. package/dist/types/web-component/removeGlobalStylesFromShadowDom.d.ts.map +1 -0
  646. package/dist/types/web-component/renderReactInWebComponent.d.ts +1 -1
  647. package/dist/types/web-component/renderReactInWebComponent.d.ts.map +1 -1
  648. package/package.json +24 -15
  649. package/dist/appswitcher/admin-app-default.svg +0 -6
  650. package/dist/appswitcher/admin-app-selected.svg +0 -6
  651. package/dist/appswitcher/aerial-default.svg +0 -7
  652. package/dist/appswitcher/aerial-selected.svg +0 -7
  653. package/dist/appswitcher/okta-dashboard-default.svg +0 -7
  654. package/dist/appswitcher/okta-dashboard-selected.svg +0 -7
  655. package/dist/appswitcher/privileged-access-default.svg +0 -4
  656. package/dist/appswitcher/privileged-access-selected.svg +0 -4
  657. package/dist/appswitcher/workflows-default.svg +0 -5
  658. package/dist/appswitcher/workflows-selected.svg +0 -5
  659. package/dist/assets/Accordion-DLG6nIhh.js +0 -1
  660. package/dist/assets/Accordion.stories-VjVp52QD.js +0 -85
  661. package/dist/assets/AccordionSummary-xCoGLMoL.js +0 -1
  662. package/dist/assets/AlertTitle-DlG4YQWR.js +0 -1
  663. package/dist/assets/AppSwitcher-D7UlQ3S8.js +0 -21
  664. package/dist/assets/AppSwitcher.stories-Dv0DHDxk.js +0 -100
  665. package/dist/assets/AppTile _labs_.stories-CgXIqWmJ.js +0 -136
  666. package/dist/assets/ArrowDropDown-bSngWMh1.js +0 -1
  667. package/dist/assets/ArrowRight-DCIAiEpA.js +0 -1
  668. package/dist/assets/Autocomplete-MfScEzbR.js +0 -1
  669. package/dist/assets/Autocomplete-UE4wqxn0.js +0 -1
  670. package/dist/assets/Autocomplete.stories-CCtQosYH.js +0 -316
  671. package/dist/assets/Badge-DL9N0uiE.js +0 -11
  672. package/dist/assets/Banner-C66lWD3c.js +0 -1
  673. package/dist/assets/Banner.stories-D6KqnSl2.js +0 -74
  674. package/dist/assets/BaseButton-B5c4cgt8.js +0 -11
  675. package/dist/assets/BaseMenuButton-DbGGXXbP.js +0 -1
  676. package/dist/assets/Box-BCBP3C7Q.js +0 -1
  677. package/dist/assets/Box-BXOPvc0Q.js +0 -1
  678. package/dist/assets/Box-C2ekHaOu.js +0 -1
  679. package/dist/assets/Box-C_Qfmw-_.js +0 -11
  680. package/dist/assets/Box.stories-uaYeF2xg.js +0 -38
  681. package/dist/assets/Breadcrumbs-Qzfi3j0j.js +0 -6
  682. package/dist/assets/Breadcrumbs.stories-CHIGnsjh.js +0 -79
  683. package/dist/assets/Bug-m6zinguF.js +0 -1
  684. package/dist/assets/Button-BOzIr8Jh.js +0 -11
  685. package/dist/assets/Button-BqwcAVQ-.js +0 -1
  686. package/dist/assets/Button-Cf49fWiK.js +0 -31
  687. package/dist/assets/Button.stories-Db-QptTh.js +0 -271
  688. package/dist/assets/ButtonBase-BqXVk-1q.js +0 -74
  689. package/dist/assets/Calendar-CuqjwSb0.js +0 -1
  690. package/dist/assets/Callout-CaNoXhaj.js +0 -1
  691. package/dist/assets/Callout.stories-D2csAs8g.js +0 -105
  692. package/dist/assets/Card-B5eIV1vH.js +0 -1
  693. package/dist/assets/Card-Bfg-qZM7.js +0 -8
  694. package/dist/assets/Card.stories-BTaeWH4V.js +0 -129
  695. package/dist/assets/CardActionArea-yvoWcAsF.js +0 -1
  696. package/dist/assets/Check-BmyOKfcL.js +0 -1
  697. package/dist/assets/Checkbox-BTj1hXUa.js +0 -1
  698. package/dist/assets/Checkbox-luq82K1t.js +0 -1
  699. package/dist/assets/Checkbox.stories-ChhXQBH_.js +0 -96
  700. package/dist/assets/CheckboxGroup-Cgc2chES.js +0 -1
  701. package/dist/assets/CheckboxGroup.stories-DpGwHWla.js +0 -81
  702. package/dist/assets/ChevronDown-BnAWuc8V.js +0 -1
  703. package/dist/assets/ChevronRight-BB0bQIRj.js +0 -1
  704. package/dist/assets/ChevronUp-B9JV-jmd.js +0 -1
  705. package/dist/assets/Chip-BOK8DR8m.js +0 -1
  706. package/dist/assets/CircularProgress-DNk4kmx6.js +0 -28
  707. package/dist/assets/CircularProgress-Ur28_31H.js +0 -1
  708. package/dist/assets/CircularProgress.stories-gv9B0XLW.js +0 -44
  709. package/dist/assets/Clock-Byj5V_49.js +0 -1
  710. package/dist/assets/Close-DA7fBExu.js +0 -1
  711. package/dist/assets/Close-DA_Sph0R.js +0 -1
  712. package/dist/assets/CloseCircleFilled-D2aBlgBe.js +0 -1
  713. package/dist/assets/Code Styling Guidelines-CAzyRuHZ.js +0 -14
  714. package/dist/assets/Collapse-P1H1b4lO.js +0 -1
  715. package/dist/assets/Color-YHDXOIA2-CcHVwBQP.js +0 -1
  716. package/dist/assets/CssBaseline-C3xNeK8b.js +0 -1
  717. package/dist/assets/CssBaseline-CUjr0ON2.js +0 -190
  718. package/dist/assets/CssBaseline.stories-DgXaUmIC.js +0 -402
  719. package/dist/assets/Custom Theming-CKloJLS_.js +0 -136
  720. package/dist/assets/Custom Theming.stories-BHdYhCs2.js +0 -93
  721. package/dist/assets/DataFilters _labs_-D3S2uNi-.js +0 -55
  722. package/dist/assets/DataFilters _labs_.stories-RwWZVkCe.js +0 -31
  723. package/dist/assets/DataFilters-DVey1xPT.js +0 -1
  724. package/dist/assets/DataTable _labs_-CtXARbkP.js +0 -41
  725. package/dist/assets/DataTable _labs_.stories-U7XFYtR6.js +0 -21
  726. package/dist/assets/DataTable-CkACYzFJ.js +0 -404
  727. package/dist/assets/DataTable-CnCWIOTw.js +0 -21
  728. package/dist/assets/DataTable.stories-Db2HEmax.js +0 -438
  729. package/dist/assets/DataView _labs_-DZnmSNME.js +0 -332
  730. package/dist/assets/DataView _labs_.stories-CusuCHkc.js +0 -438
  731. package/dist/assets/DataView-BQBP0FCs.js +0 -101
  732. package/dist/assets/DatePicker-DIRg7n4d.js +0 -1
  733. package/dist/assets/DatePicker.stories-BPWj6DxY.js +0 -143
  734. package/dist/assets/DateTimePicker-CnXcHc5u.js +0 -1
  735. package/dist/assets/DateTimePicker.stories-nLmYctur.js +0 -168
  736. package/dist/assets/DefaultPropsProvider-B7tpShA7.js +0 -9
  737. package/dist/assets/Design Tokens-BxQ2eYvg.js +0 -4
  738. package/dist/assets/Dialog-BIM-1Zvj.js +0 -1
  739. package/dist/assets/Dialog.stories-D2UYs9Hc.js +0 -201
  740. package/dist/assets/DialogContent-C_FnZ5ZS.js +0 -1
  741. package/dist/assets/DialogTitle-CLDQZ0bg.js +0 -1
  742. package/dist/assets/Divider-CsWa3KCo.js +0 -1
  743. package/dist/assets/DocsRenderer-CFRXHY34-DEwq8OPY.js +0 -2
  744. package/dist/assets/Documentation-DM1hawvn.js +0 -1
  745. package/dist/assets/Download-Cp75oFKP.js +0 -1
  746. package/dist/assets/Drawer-Dg44iOBm.js +0 -27
  747. package/dist/assets/Drawer.stories-DRGYC84s.js +0 -95
  748. package/dist/assets/EmptyState-DQoihCwU.js +0 -11
  749. package/dist/assets/EmptyState.stories-C8kkt-lH.js +0 -11
  750. package/dist/assets/ExampleButton.stories-BKxnZulW.js +0 -11
  751. package/dist/assets/Extending Translations-BnOA8j0s.js +0 -146
  752. package/dist/assets/ExternalLink-DTdulgUc.js +0 -1
  753. package/dist/assets/Field-ilPS333M.js +0 -11
  754. package/dist/assets/FieldHint-Cv7aMlpU.js +0 -1
  755. package/dist/assets/Fieldset-CmtxEykF.js +0 -11
  756. package/dist/assets/Fieldset.stories-CeV3XwQn.js +0 -15
  757. package/dist/assets/FileUploader.stories-CmC83k5u.js +0 -58
  758. package/dist/assets/Filter-BAXcmMyf.js +0 -1
  759. package/dist/assets/Folder-Ddku_ujr.js +0 -1
  760. package/dist/assets/Form Field Accessibility-bATJbTW6.js +0 -18
  761. package/dist/assets/Form-CBnvE26F.js +0 -11
  762. package/dist/assets/Form.stories-Eg4GUI1C.js +0 -69
  763. package/dist/assets/FormControlLabel-CxCmH5hv.js +0 -1
  764. package/dist/assets/FormGroup-BaCH3e06.js +0 -1
  765. package/dist/assets/FormHelperText-ZkUAjajs.js +0 -1
  766. package/dist/assets/FormLabel-BLeax9q3.js +0 -1
  767. package/dist/assets/Generating Icons-CY4QgHRK.js +0 -16
  768. package/dist/assets/GlobalStyles-BxDN_5FT.js +0 -1
  769. package/dist/assets/Globe--OQ55RD1.js +0 -1
  770. package/dist/assets/Grid-B2PgWvdd.js +0 -1
  771. package/dist/assets/Group-W0XqkWVH.js +0 -1
  772. package/dist/assets/GroupPicker _labs_.stories-CP9ogL4g.js +0 -33
  773. package/dist/assets/Grow-CIie3qhp.js +0 -1
  774. package/dist/assets/Hide-RfKmYLNv.js +0 -1
  775. package/dist/assets/Home-BXMRmOIu.js +0 -1
  776. package/dist/assets/Icon _icons_.stories-CfG9aDh6.js +0 -16
  777. package/dist/assets/IconButton-CK9Do7vj.js +0 -1
  778. package/dist/assets/IconWithTooltip _icons_.stories-BriwOCod.js +0 -19
  779. package/dist/assets/InformationCircle-B71JRUfK.js +0 -1
  780. package/dist/assets/InputAdornment-CFgP75Dd.js +0 -1
  781. package/dist/assets/InputBase--xDu7aWm.js +0 -2
  782. package/dist/assets/Installing odyssey-react-mui-FI77Ty6y.js +0 -195
  783. package/dist/assets/Introduction-B_2OeBP6.js +0 -46
  784. package/dist/assets/Layout-Bojn6-Uj.js +0 -11
  785. package/dist/assets/Layout.stories-BN7leK7P.js +0 -217
  786. package/dist/assets/Legacy Migrations-eiPSj0S4.js +0 -86
  787. package/dist/assets/Link-ClKgpBXG.js +0 -1
  788. package/dist/assets/Link-DTvs7F4J.js +0 -11
  789. package/dist/assets/Link.stories-GP1qln9R.js +0 -43
  790. package/dist/assets/List-0o0OI1E9.js +0 -1
  791. package/dist/assets/List-W5kRT_jR.js +0 -1
  792. package/dist/assets/ListContext-C02XM7tn.js +0 -1
  793. package/dist/assets/ListItem-CcduKzQu.js +0 -1
  794. package/dist/assets/ListSubheader-DXKE8lW0.js +0 -1
  795. package/dist/assets/Menu-CGJO1mMf.js +0 -1
  796. package/dist/assets/MenuButton-DeZSGuxY.js +0 -9
  797. package/dist/assets/MenuButton-OjJFnmOD.js +0 -11
  798. package/dist/assets/MenuButton.stories-C8xNZymc.js +0 -246
  799. package/dist/assets/MenuContext-DKMyPMNY.js +0 -11
  800. package/dist/assets/MenuItem-CuP47MJ-.js +0 -1
  801. package/dist/assets/MenuItem-DjSqFwdt.js +0 -1
  802. package/dist/assets/MenuItem.stories-Cc5X-FtZ.js +0 -29
  803. package/dist/assets/MenuList-BboivbXC.js +0 -1
  804. package/dist/assets/Modal-CW5mOzJG.js +0 -1
  805. package/dist/assets/More-axx2rGKU.js +0 -1
  806. package/dist/assets/MuiPropsContext-DhRylJZk.js +0 -11
  807. package/dist/assets/NativeSelect.stories-D8Y2ITgz.js +0 -173
  808. package/dist/assets/OdysseyDesignTokensContext-BWQIA5ie.js +0 -11
  809. package/dist/assets/OdysseyProvider-BQyPcEvx.js +0 -41
  810. package/dist/assets/OdysseyProvider-BjO4GObW.js +0 -280
  811. package/dist/assets/OdysseyStorybookThemeDecorator-DginBfEq.js +0 -1
  812. package/dist/assets/OdysseyThemeProvider-aR5shtx6.js +0 -117
  813. package/dist/assets/PageHeader.stories-CtAENr0_.js +0 -90
  814. package/dist/assets/PageHeader.stories-WaRXuLcH.js +0 -17
  815. package/dist/assets/PageTemplate _labs_-CUXvNJxx.js +0 -8
  816. package/dist/assets/PageTemplate _labs_.stories-BVKInLfu.js +0 -306
  817. package/dist/assets/PageTemplate-DOXk_uAG.js +0 -21
  818. package/dist/assets/PaginatedTable _labs_.stories-Bet6WnQV.js +0 -65
  819. package/dist/assets/Pagination-CgxBDBwQ.js +0 -11
  820. package/dist/assets/Pagination.stories-7dUsTYEf.js +0 -17
  821. package/dist/assets/Paper-DbAuDGNI.js +0 -1
  822. package/dist/assets/PasswordField.stories-Bclv9Lsw.js +0 -129
  823. package/dist/assets/Picker _labs_.stories-Dzo7T9_p.js +0 -18
  824. package/dist/assets/PickerWithOptionAdornment _labs_.stories-C1ftphm9.js +0 -70
  825. package/dist/assets/PlaceholderLogo-JfVvgA23.js +0 -11
  826. package/dist/assets/Popper-CwLH-7YW.js +0 -1
  827. package/dist/assets/Portal-Bvf2g5iG.js +0 -1
  828. package/dist/assets/Radio-Bi1_KmSD.js +0 -1
  829. package/dist/assets/Radio-D85jg1Ri.js +0 -1
  830. package/dist/assets/Radio.stories-BrLSJa7w.js +0 -63
  831. package/dist/assets/RadioGroup-6XgStuIE.js +0 -10
  832. package/dist/assets/RadioGroup-BS6oYUQf.js +0 -1
  833. package/dist/assets/RadioGroup.stories-BcEJF09Q.js +0 -127
  834. package/dist/assets/Refresh-CPgGX1hz.js +0 -1
  835. package/dist/assets/Right-to-Left (RTL)-BK9_DI66.js +0 -62
  836. package/dist/assets/ScopedCssBaseline-FivWKbYZ.js +0 -1
  837. package/dist/assets/ScreenReaderText-DCDUyE9Y.js +0 -15
  838. package/dist/assets/ScreenReaderText-vq7_Ob_I.js +0 -1
  839. package/dist/assets/ScreenReaderText.stories-BZinu6VX.js +0 -8
  840. package/dist/assets/Search-BvCmvJcV.js +0 -1
  841. package/dist/assets/SearchDropdown _labs_.stories-CYbt2vgf.js +0 -53
  842. package/dist/assets/SearchField-jc9ws93I.js +0 -1
  843. package/dist/assets/SearchField.stories-3apxQKjy.js +0 -37
  844. package/dist/assets/Select-DVJCNQIV.js +0 -1
  845. package/dist/assets/Select.stories-Dnr0InYf.js +0 -293
  846. package/dist/assets/Server-F8KLZq7d.js +0 -1
  847. package/dist/assets/Settings-DjrryuBd.js +0 -1
  848. package/dist/assets/Shadow DOM-ErMvgTrT.js +0 -64
  849. package/dist/assets/Show-qQzUH4Sq.js +0 -1
  850. package/dist/assets/SideNav-CCPZq2Bh.js +0 -85
  851. package/dist/assets/SideNav-Duwk1--M.js +0 -125
  852. package/dist/assets/SideNav.stories-CHEyk4wu.js +0 -207
  853. package/dist/assets/Skeleton-BJLiCr2o.js +0 -51
  854. package/dist/assets/Stack-Ba8l39se.js +0 -1
  855. package/dist/assets/Stack.stories-CBatf2Aw.js +0 -1
  856. package/dist/assets/StaticTable _labs_.stories-HuypNvo4.js +0 -34
  857. package/dist/assets/Status-BYBMXN_H.js +0 -1
  858. package/dist/assets/Status.stories-C3BLGCGc.js +0 -66
  859. package/dist/assets/SvgIcon-BQAg6Jm7.js +0 -1
  860. package/dist/assets/Switch.stories-zEk8HMOP.js +0 -61
  861. package/dist/assets/SwitchBase-Bja5dn-O.js +0 -1
  862. package/dist/assets/Sync-Bmam4Lr_.js +0 -1
  863. package/dist/assets/Tabs-BEhcVkzW.js +0 -23
  864. package/dist/assets/Tabs-Buvkuz1V.js +0 -1
  865. package/dist/assets/Tabs-ChAj4m0g.js +0 -1
  866. package/dist/assets/Tabs.stories-BwOqe_a_.js +0 -100
  867. package/dist/assets/Tag-CjPSrGAL.js +0 -11
  868. package/dist/assets/Tag.stories-D1YMwKB7.js +0 -96
  869. package/dist/assets/TagList-BQKiA1TW.js +0 -1
  870. package/dist/assets/TextField-CZ0hstP2.js +0 -1
  871. package/dist/assets/TextField.stories-BVJr2VmB.js +0 -149
  872. package/dist/assets/Toast.stories-aIKtHa18.js +0 -134
  873. package/dist/assets/ToastManager.stories-Bst-XOOh.js +0 -269
  874. package/dist/assets/Tooltip-3088PjcT.js +0 -11
  875. package/dist/assets/Tooltip-B4GIR2eB.js +0 -1
  876. package/dist/assets/Tooltip.stories-GU5ZWKSu.js +0 -68
  877. package/dist/assets/TopNav-CWVyy01x.js +0 -11
  878. package/dist/assets/TopNav.stories-CIdyN7Ai.js +0 -13
  879. package/dist/assets/Trans-DZ9nii1x.js +0 -1
  880. package/dist/assets/TransitionGroup-BBx_tHs0.js +0 -9
  881. package/dist/assets/TransitionGroupContext-BMO0EZjQ.js +0 -9
  882. package/dist/assets/TransitionGroupContext-twgBS-Q3.js +0 -1
  883. package/dist/assets/Typography-BTrM-f_f.js +0 -9
  884. package/dist/assets/Typography-CiNRLenM.js +0 -1
  885. package/dist/assets/Typography-D7-qxuiy.js +0 -1
  886. package/dist/assets/Typography.stories-DOm50jIe.js +0 -139
  887. package/dist/assets/UiShell.stories-CcRPnzQe.js +0 -531
  888. package/dist/assets/UiShellProvider-D1w1Ocw9.js +0 -31
  889. package/dist/assets/Upload-DK3nRIto.js +0 -1
  890. package/dist/assets/User-BBdPovZN.js +0 -1
  891. package/dist/assets/UserProfile-xXh984n9.js +0 -11
  892. package/dist/assets/UserProfile.stories-cf7P_USw.js +0 -14
  893. package/dist/assets/UserProfileMenuButton.stories-DQvKwLs8.js +0 -30
  894. package/dist/assets/Video-DytabcyM.js +0 -1
  895. package/dist/assets/WarningFilled-Y3Vw7n_w.js +0 -1
  896. package/dist/assets/_commonjsHelpers-gnU0ypJ3.js +0 -1
  897. package/dist/assets/alertTitleClasses-CSPeaunQ.js +0 -1
  898. package/dist/assets/assertThisInitialized-B9jnkVVz.js +0 -1
  899. package/dist/assets/autocompleteClasses-Bi4FgC8v.js +0 -1
  900. package/dist/assets/axe-UFrR6cCR.js +0 -30
  901. package/dist/assets/axeRun-BfHtukUP.js +0 -40
  902. package/dist/assets/buttonBaseClasses-CSPKg76d.js +0 -1
  903. package/dist/assets/buttonClasses-DtIJBSf4.js +0 -1
  904. package/dist/assets/checkboxClasses-Dtdq1kQG.js +0 -1
  905. package/dist/assets/chipClasses-BMWKl3Eu.js +0 -1
  906. package/dist/assets/chunk-XP5HYGXS-BpfKkqn7.js +0 -1
  907. package/dist/assets/client-akVMpN0m.js +0 -1
  908. package/dist/assets/colorManipulator-O7SU8zMv.js +0 -1
  909. package/dist/assets/constants-CyailK6t.js +0 -11
  910. package/dist/assets/context-D_qJ2zXV.js +0 -1
  911. package/dist/assets/createChainedFunction-BO_9K8Jh.js +0 -1
  912. package/dist/assets/createSvgIcon-DiC7XVU3.js +0 -1
  913. package/dist/assets/createTheme-BmPXDA4p.js +0 -8
  914. package/dist/assets/createUniqueId-ByTaVY63.js +0 -1
  915. package/dist/assets/debounce-Be36O1Ab.js +0 -1
  916. package/dist/assets/emotion-react-jsx-runtime.browser.esm-B2sVIsIq.js +0 -1
  917. package/dist/assets/emotion-styled.browser.esm-Bcn7fuYX.js +0 -1
  918. package/dist/assets/entry-preview-4ElqUVRP.js +0 -2
  919. package/dist/assets/entry-preview-docs-BKXv92OK.js +0 -46
  920. package/dist/assets/fieldComponentPropsMetaData-BqbNLw6V.js +0 -11
  921. package/dist/assets/formControlLabelClasses-BtjP4uib.js +0 -1
  922. package/dist/assets/formGroupClasses-D9ChLj7o.js +0 -1
  923. package/dist/assets/formLabelClasses-xMgYguuN.js +0 -1
  924. package/dist/assets/generateUtilityClasses-DYvjsuMV.js +0 -1
  925. package/dist/assets/getScrollbarSize-Bqq2hMjQ.js +0 -1
  926. package/dist/assets/i18n-DmkmAJlT.js +0 -11
  927. package/dist/assets/i18next-DbMy2do-.js +0 -1
  928. package/dist/assets/iconUtils-Cxr8mVIA.js +0 -11
  929. package/dist/assets/iframe-C-RQ_TKY.js +0 -211
  930. package/dist/assets/index-B5xazMy1.js +0 -1
  931. package/dist/assets/index-B885ELRa.js +0 -1
  932. package/dist/assets/index-BJMTVygn.js +0 -240
  933. package/dist/assets/index-BJTM6NaI.js +0 -192
  934. package/dist/assets/index-BeeV6X6A.js +0 -1
  935. package/dist/assets/index-BpVuOoKb.js +0 -384
  936. package/dist/assets/index-BzN0w9dc.js +0 -1
  937. package/dist/assets/index-CDGerSbe.js +0 -1
  938. package/dist/assets/index-CXQShRbs.js +0 -8
  939. package/dist/assets/index-CpbQl8EB.js +0 -1
  940. package/dist/assets/index-CtY5BB1N.js +0 -1
  941. package/dist/assets/index-DieBXP3Z.js +0 -24
  942. package/dist/assets/index-DrFu-skq.js +0 -6
  943. package/dist/assets/index-NdkWRN8K.js +0 -9
  944. package/dist/assets/index.esm-D7MwfoQM.js +0 -138
  945. package/dist/assets/index.modern-CkASn_bb.js +0 -14
  946. package/dist/assets/inheritsLoose-CWawPfk8.js +0 -1
  947. package/dist/assets/inputAdornmentClasses-DYNxkEwO.js +0 -1
  948. package/dist/assets/inputBaseClasses-PAjj3ZBN.js +0 -1
  949. package/dist/assets/inputUtils-Dbi8XkA6.js +0 -11
  950. package/dist/assets/isHostComponent-DVu5iVWx.js +0 -1
  951. package/dist/assets/jsx-runtime-CnH95YSl.js +0 -9
  952. package/dist/assets/matchers-7Z3WT2CE-T3xScrR7.js +0 -14
  953. package/dist/assets/menuItemClasses-DFm3-Sf1.js +0 -1
  954. package/dist/assets/ownerDocument-DW-IO8s5.js +0 -1
  955. package/dist/assets/ownerWindow-HkKU3E4x.js +0 -1
  956. package/dist/assets/personData-CZJz4n06.js +0 -1
  957. package/dist/assets/personData-Ci-ru1S9.js +0 -11
  958. package/dist/assets/pickerComponentPropsMetadata-C9L3AhmF.js +0 -21
  959. package/dist/assets/popper-CMBiYTiD.js +0 -1
  960. package/dist/assets/preview-B-jDHJEN.js +0 -1
  961. package/dist/assets/preview-B8lJiyuQ.js +0 -34
  962. package/dist/assets/preview-BBWR9nbA.js +0 -1
  963. package/dist/assets/preview-BWzBA1C2.js +0 -396
  964. package/dist/assets/preview-BzLY45Eo.js +0 -2
  965. package/dist/assets/preview-CYp4EYYZ.js +0 -1
  966. package/dist/assets/preview-CeHM5zqH.js +0 -2
  967. package/dist/assets/preview-CvbIS5ZJ.js +0 -1
  968. package/dist/assets/preview-DGUiP6tS.js +0 -7
  969. package/dist/assets/preview-DHQbi4pV.js +0 -1
  970. package/dist/assets/preview-D_z0Z5cB.js +0 -1
  971. package/dist/assets/preview-MBifGIx_.js +0 -1
  972. package/dist/assets/queryOdysseySelector-B27JCf-A.js +0 -151
  973. package/dist/assets/radioClasses-f3ayyf7y.js +0 -1
  974. package/dist/assets/react-18-CxBTDaIe.js +0 -1
  975. package/dist/assets/resolveComponentProps-DMpKAZvD.js +0 -1
  976. package/dist/assets/tableRowClasses-inqOIkjd.js +0 -1
  977. package/dist/assets/test-utils-H9lH7T5D.js +0 -9
  978. package/dist/assets/tooltipClasses-C74HjonW.js +0 -1
  979. package/dist/assets/typographyClasses-D8vr2n3l.js +0 -1
  980. package/dist/assets/useAutocomplete-C7VK9p4p.js +0 -11
  981. package/dist/assets/useContrastMode-BthoHtLy.js +0 -21
  982. package/dist/assets/useControlled-NQulfz4l.js +0 -1
  983. package/dist/assets/useFormControl-BMISTZuX.js +0 -1
  984. package/dist/assets/useId-cMcvCE23.js +0 -1
  985. package/dist/assets/useId-kSseQ0DW.js +0 -1
  986. package/dist/assets/useIsFocusVisible-DH0qxT5e.js +0 -1
  987. package/dist/assets/useMobilePicker-CfUl5sFz.js +0 -6
  988. package/dist/assets/useOdysseyDateFields-DQkQFY7w.js +0 -61
  989. package/dist/assets/useScrollIndication-BJW9jXaC.js +0 -31
  990. package/dist/assets/useSlot-F4Qz2Wzp.js +0 -1
  991. package/dist/assets/useTheme-C05bJKih.js +0 -1
  992. package/dist/assets/useThemeProps-BG38P4ul.js +0 -1
  993. package/dist/assets/useThemeProps-Dy5sAWyz.js +0 -1
  994. package/dist/assets/useTranslation-vEf1lqoc.js +0 -1
  995. package/dist/assets/useUniqueId-Bsgqe1tm.js +0 -11
  996. package/dist/assets/utils-gq6yExow.js +0 -1
  997. package/dist/assets/utils-iop7lDec.js +0 -1
  998. package/dist/assets/v4-BOvFkHkt.js +0 -1
  999. package/dist/assets/visuallyHidden-Dan1xhjv.js +0 -1
  1000. package/dist/cjs/@types/i18next.d.cjs +0 -4
  1001. package/dist/cjs/@types/i18next.d.cjs.map +0 -1
  1002. package/dist/cjs/@types/properties.d.cjs +0 -2
  1003. package/dist/cjs/@types/properties.d.cjs.map +0 -1
  1004. package/dist/cjs/OdysseyTranslationProvider.cjs +0 -55
  1005. package/dist/cjs/OdysseyTranslationProvider.cjs.map +0 -1
  1006. package/dist/cjs/OdysseyTranslationProvider.types.cjs.map +0 -1
  1007. package/dist/cjs/i18n.cjs +0 -113
  1008. package/dist/cjs/i18n.cjs.map +0 -1
  1009. package/dist/cjs/shadow-dom/index.cjs +0 -17
  1010. package/dist/cjs/shadow-dom/index.cjs.map +0 -1
  1011. package/dist/cjs/shadow-dom/shadow-dom.cjs.map +0 -1
  1012. package/dist/esm/@types/i18next.d.js +0 -14
  1013. package/dist/esm/@types/i18next.d.js.map +0 -1
  1014. package/dist/esm/@types/properties.d.js +0 -2
  1015. package/dist/esm/@types/properties.d.js.map +0 -1
  1016. package/dist/esm/OdysseyTranslationProvider.js +0 -48
  1017. package/dist/esm/OdysseyTranslationProvider.js.map +0 -1
  1018. package/dist/esm/OdysseyTranslationProvider.types.js +0 -14
  1019. package/dist/esm/OdysseyTranslationProvider.types.js.map +0 -1
  1020. package/dist/esm/i18n.js +0 -100
  1021. package/dist/esm/i18n.js.map +0 -1
  1022. package/dist/esm/shadow-dom/index.js.map +0 -1
  1023. package/dist/esm/shadow-dom/shadow-dom.js.map +0 -1
  1024. package/dist/favicon.svg +0 -1
  1025. package/dist/iframe.html +0 -747
  1026. package/dist/index.cjs +0 -231
  1027. package/dist/index.d.ts +0 -233
  1028. package/dist/index.d.ts.map +0 -1
  1029. package/dist/index.html +0 -203
  1030. package/dist/index.js +0 -25
  1031. package/dist/index.json +0 -1
  1032. package/dist/index.mjs +0 -229
  1033. package/dist/index.scss +0 -549
  1034. package/dist/nunito-sans-bold-italic.woff2 +0 -0
  1035. package/dist/nunito-sans-bold.woff2 +0 -0
  1036. package/dist/nunito-sans-italic.woff2 +0 -0
  1037. package/dist/nunito-sans-regular.woff2 +0 -0
  1038. package/dist/project.json +0 -1
  1039. package/dist/sb-addons/a11y-3/manager-bundle.js +0 -220
  1040. package/dist/sb-addons/docs-1/manager-bundle.js +0 -242
  1041. package/dist/sb-addons/essentials-actions-5/manager-bundle.js +0 -3
  1042. package/dist/sb-addons/essentials-backgrounds-6/manager-bundle.js +0 -12
  1043. package/dist/sb-addons/essentials-controls-4/manager-bundle.js +0 -402
  1044. package/dist/sb-addons/essentials-measure-9/manager-bundle.js +0 -3
  1045. package/dist/sb-addons/essentials-outline-10/manager-bundle.js +0 -3
  1046. package/dist/sb-addons/essentials-toolbars-8/manager-bundle.js +0 -3
  1047. package/dist/sb-addons/essentials-viewport-7/manager-bundle.js +0 -3
  1048. package/dist/sb-addons/interactions-11/manager-bundle.js +0 -222
  1049. package/dist/sb-addons/links-2/manager-bundle.js +0 -3
  1050. package/dist/sb-addons/rtl-12/manager-bundle.js +0 -3
  1051. package/dist/sb-addons/storybook-13/manager-bundle.js +0 -3
  1052. package/dist/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +0 -3
  1053. package/dist/sb-common-assets/favicon.svg +0 -1
  1054. package/dist/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  1055. package/dist/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  1056. package/dist/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  1057. package/dist/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  1058. package/dist/sb-manager/globals-module-info.js +0 -1052
  1059. package/dist/sb-manager/globals-runtime.js +0 -42127
  1060. package/dist/sb-manager/globals.js +0 -48
  1061. package/dist/sb-manager/runtime.js +0 -12048
  1062. package/dist/tsconfig.tsbuildinfo +0 -1
  1063. package/dist/types/OdysseyTranslationProvider.d.ts +0 -24
  1064. package/dist/types/OdysseyTranslationProvider.d.ts.map +0 -1
  1065. package/dist/types/OdysseyTranslationProvider.types.d.ts +0 -14
  1066. package/dist/types/OdysseyTranslationProvider.types.d.ts.map +0 -1
  1067. package/dist/types/i18n.d.ts +0 -3937
  1068. package/dist/types/shadow-dom/index.d.ts.map +0 -1
  1069. package/dist/types/shadow-dom/shadow-dom.d.ts.map +0 -1
@@ -1,146 +0,0 @@
1
- import{j as e}from"./jsx-runtime-CnH95YSl.js";import{useMDXComponents as r}from"./index-BeeV6X6A.js";import{M as s}from"./index-BpVuOoKb.js";import"./index-NdkWRN8K.js";import"./_commonjsHelpers-gnU0ypJ3.js";import"./iframe-C-RQ_TKY.js";import"./index-BJTM6NaI.js";import"./index-B5xazMy1.js";import"./index-DieBXP3Z.js";import"./index-CXQShRbs.js";import"./index-DrFu-skq.js";function l(i){const n={code:"code",h1:"h1",h2:"h2",h3:"h3",li:"li",p:"p",pre:"pre",ul:"ul",...r(),...i.components};return e.jsxs(e.Fragment,{children:[e.jsx(s,{}),`
2
- `,e.jsx(n.h1,{id:"globalization-within-odyssey",children:"Globalization within Odyssey"}),`
3
- `,e.jsx(n.p,{children:"Odyssey has its own globalization system which other devs can hook into."}),`
4
- `,e.jsx(n.h2,{id:"odysseytranslationprovider",children:"OdysseyTranslationProvider"}),`
5
- `,e.jsx(n.p,{children:"Odyssey comes out of the box with support for the following 30 languages:"}),`
6
- `,e.jsx(n.pre,{children:e.jsx(n.code,{className:"language-ts",children:`export const defaultSupportedLanguages = [
7
- "cs", // Czech
8
- "da", // Danish
9
- "de", // German
10
- "el", // Greek
11
- "en", // English
12
- "es", // Spanish
13
- "fi", // Finnish
14
- "fr", // French
15
- "ht", // Haitian Creole
16
- "hu", // Hungarian
17
- "id", // Indonesian
18
- "it", // Italian
19
- "ja", // Japanese
20
- "ko", // Korean
21
- "ms", // Malaysian
22
- "nb", // Norwegian
23
- "nl_NL", // Dutch
24
- "ok_PL", // (Test Language) Pseudo-loc
25
- "ok_SK", // (Test Language) Show Keys
26
- "pl", // Polish
27
- "pt_BR", // Portuguese (Brazil)
28
- "ro", // Romanian
29
- "ru", // Russian
30
- "sv", // Swedish
31
- "th", // Thai
32
- "tr", // Turkish
33
- "uk", // Ukrainian
34
- "vi", // Vietnamese
35
- "zh_CN", // Chinese (PRC)
36
- "zh_TW", // Chinese
37
- ] as const;
38
- `})}),`
39
- `,e.jsx(n.h3,{id:"provider-customization",children:"Provider customization"}),`
40
- `,e.jsxs(n.p,{children:["By default, it will use the ",e.jsx(n.code,{children:"window.navigator.language"})," (browser setting) or ",e.jsx(n.code,{children:"en"})," as the selected language code. It is possible to provide ",e.jsx(n.code,{children:"languageCode"})," to the provider via props:"]}),`
41
- `,e.jsx(n.pre,{children:e.jsx(n.code,{className:"language-jsx",children:`import { OdysseyTranslationProvider } from "@okta/odyssey-react-mui";
42
-
43
- const languageCode = "cs";
44
-
45
- const YourAppRoot = ({ children }) => (
46
- <OdysseyTranslationProvider languageCode={languageCode}>
47
- {children}
48
- </OdysseyTranslationProvider>
49
- );
50
- `})}),`
51
- `,e.jsxs(n.p,{children:["If you want to override translation bundles, you can do so by providing the ",e.jsx(n.code,{children:"translationOverrides"})," prop as such:"]}),`
52
- `,e.jsx(n.pre,{children:e.jsx(n.code,{className:"language-jsx",children:`import { OdysseyTranslationProvider } from "@okta/odyssey-react-mui";
53
-
54
- const translationOverrides = {
55
- en: {
56
- "fieldlabel.optional.text": "Not Required",
57
- },
58
- fr: {
59
- "fieldlabel.optional.text": "Non Requis",
60
- },
61
- };
62
-
63
- const YourAppRoot = ({ children }) => (
64
- <OdysseyTranslationProvider languageCode={languageCode}>
65
- {children}
66
- </OdysseyTranslationProvider>
67
- );
68
- `})}),`
69
- `,e.jsx(n.p,{children:"The following keys can have their values overridden:"}),`
70
- `,e.jsxs(n.ul,{children:[`
71
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"breadcrumbs.home.text"})}),`
72
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"breadcrumbs.label.text"})}),`
73
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"close.text"})}),`
74
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"clear.text"})}),`
75
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"open.text"})}),`
76
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"fielderror.screenreader.text"})}),`
77
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"fieldlabel.optional.text"})}),`
78
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"fieldlabel.required.text"})}),`
79
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"filters.clear.label"})}),`
80
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"filters.filter.any"})}),`
81
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"filters.filter.clear"})}),`
82
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"filters.filters.arialabel"})}),`
83
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"filters.menuitem.any"})}),`
84
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"filters.menuitem.selected"})}),`
85
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"filters.search.label"})}),`
86
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"fileupload.button.text"})}),`
87
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"fileupload.prompt.text"})}),`
88
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"fileupload.removefile.text"})}),`
89
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"passwordfield.icon.label.show"})}),`
90
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"severity.error"})}),`
91
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"severity.info"})}),`
92
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"severity.success"})}),`
93
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"severity.warning"})}),`
94
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"switch.active"})}),`
95
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"switch.inactive"})}),`
96
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.columnvisibility.arialabel"})}),`
97
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.density.arialabel"})}),`
98
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.draghandle.arialabel"})}),`
99
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.draghandle.tooltip"})}),`
100
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.actions"})}),`
101
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.columnvisibility.arialabel"})}),`
102
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.density.arialabel"})}),`
103
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.draghandle.arialabel"})}),`
104
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.draghandle.tooltip"})}),`
105
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.error"})}),`
106
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.fetchedrows.text"})}),`
107
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.fetchedrows.text_plural"})}),`
108
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.moreactions.arialabel"})}),`
109
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.noresults.heading"})}),`
110
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.noresults.text"})}),`
111
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.reorder.backward"})}),`
112
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.reorder.forward"})}),`
113
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.reorder.toback"})}),`
114
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.reorder.tofront"})}),`
115
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.rows.text"})}),`
116
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.rows.text_plural"})}),`
117
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"pagination.loadmore"})}),`
118
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"pagination.next"})}),`
119
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"pagination.previous"})}),`
120
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"pagination.page"})}),`
121
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"pagination.rowsperpage"})}),`
122
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"pagination.rowswithtotal"})}),`
123
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"pagination.rowswithouttotal"})}),`
124
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.actions.selectall"})}),`
125
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.actions.selectnone"})}),`
126
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.actions.selectsome"})}),`
127
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.rowexpansion.expand"})}),`
128
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.rowexpansion.expandall"})}),`
129
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.rowexpansion.collapse"})}),`
130
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"table.rowexpansion.collapseall"})}),`
131
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"dataview.layout.table"})}),`
132
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"dataview.layout.grid"})}),`
133
- `,e.jsx(n.li,{children:e.jsx(n.code,{children:"dataview.layout.list"})}),`
134
- `]}),`
135
- `,e.jsx(n.h2,{id:"passing-the-language-from-the-monolith",children:"Passing the language from the Monolith"}),`
136
- `,e.jsx(n.pre,{children:e.jsx(n.code,{children:`import { getOktaLocale } from '@okta/ui-libraries-monolith';
137
-
138
- <OdysseyProvider languageCode={getOktaLocale()}>
139
- <CssBaseline>
140
-
141
- // Add code here
142
-
143
- </CssBaseline>
144
- </OdysseyProvider>
145
-
146
- `})})]})}function b(i={}){const{wrapper:n}={...r(),...i.components};return n?e.jsx(n,{...i,children:e.jsx(l,{...i})}):l(i)}export{b as default};
@@ -1 +0,0 @@
1
- import{r as e}from"./index-NdkWRN8K.js";import{j as o}from"./jsx-runtime-CnH95YSl.js";import{S as l}from"./SvgIcon-BQAg6Jm7.js";const t=e.forwardRef((r,n)=>o.jsx(l,{fill:"none",ref:n,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...r,children:o.jsx(o.Fragment,{children:o.jsx("path",{clipRule:"evenodd",d:"M8.293 14.293 18.586 4H10V2h10.223c.12 0 .262 0 .387.01.145.012.353.042.571.153a1.5 1.5 0 0 1 .655.656c.112.218.142.426.154.571.01.125.01.268.01.387V14h-2V5.414L9.707 15.707l-1.414-1.414Zm7.745 5.74v-7.847l2-2.042v11.89H2.024V5.966h11.828l-2.041 2H4.024v12.068h12.014Z",fill:"currentColor",fillRule:"evenodd"})})})),i=e.memo(t);i.displayName="ExternalLinkIcon";export{i as M};
@@ -1,11 +0,0 @@
1
- import{r as i}from"./index-NdkWRN8K.js";import{M as T}from"./Box-BXOPvc0Q.js";import{u as N}from"./OdysseyDesignTokensContext-BWQIA5ie.js";import{j as e}from"./jsx-runtime-CnH95YSl.js";import{L as $}from"./List-W5kRT_jR.js";import{L as k,I as A,F as B}from"./ListItem-CcduKzQu.js";import{M as h}from"./ScreenReaderText-vq7_Ob_I.js";import{u as F}from"./useTranslation-vEf1lqoc.js";import{F as v}from"./FormHelperText-ZkUAjajs.js";import{M as H}from"./FieldHint-Cv7aMlpU.js";import{c as R,M as q}from"./Typography-CiNRLenM.js";import{u as P}from"./useUniqueId-Bsgqe1tm.js";import{F as U}from"./FormLabel-BLeax9q3.js";const V={display:"list-item",paddingInlineStart:0},W=({errorMessages:r})=>{const o=N(),s=i.useMemo(()=>({listStyle:"disc",paddingInlineStart:o.Spacing4}),[o]);return e.jsx($,{dense:!0,disablePadding:!0,sx:s,children:r.map(t=>e.jsx(k,{dense:!0,disablePadding:!0,sx:V,children:t},t))})},y=i.memo(W);y.displayName="ErrorMessageList";const w=({id:r,message:o,messageList:s,testId:t,translate:d})=>{const{t:n}=F();return e.jsxs(v,{component:"div","data-se":t,error:!0,id:r,translate:d,children:[e.jsx(h,{translate:d,children:`${n("fielderror.screenreader.text")}:`}),e.jsxs(T,{children:[o,s&&e.jsx(y,{errorMessages:s})]})]})},M=i.memo(w);M.displayName="FieldError";const G=({hasVisibleLabel:r,id:o,inputId:s,isOptional:t,testId:d,translate:n,text:m})=>{const{t:c}=F(),l=i.useMemo(()=>e.jsxs(A,{"data-se":d,htmlFor:s,id:o,translate:n,children:[e.jsx("span",{children:m}),t&&e.jsx(R,{children:c("fieldlabel.optional.text")})]}),[o,s,t,d,n,m,c]);return r?l:e.jsx(h,{translate:n,children:l})},g=i.memo(G);g.displayName="FieldLabel";/*!
2
- * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
- * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
- *
5
- * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
- * Unless required by applicable law or agreed to in writing, software
7
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
- *
10
- * See the License for the specific language governing permissions and limitations under the License.
11
- */const J=i.createContext({isDisabled:!1}),K=()=>i.useContext(J),O=({ariaDescribedBy:r,errorMessage:o,errorMessageList:s,fieldType:t,hasVisibleLabel:d,hint:n,HintLinkComponent:m,id:c,isDisabled:l=!1,isFullWidth:L=!1,isRadioGroup:E=!1,isOptional:b=!1,isReadOnly:z=!1,label:u,renderFieldComponent:I})=>{const{t:S}=F(),a=P(c),x=n?`${a}-hint`:void 0,p=o||s?`${a}-error`:void 0,f=`${a}-label`,D=i.useMemo(()=>[x,p,r].join(" ").trim()||void 0,[r,p,x]),{isDisabled:j}=K(),C=i.useMemo(()=>l||j,[l,j]);return e.jsxs(B,{component:t==="group"?"fieldset":"div",disabled:C,error:!!o||Array.isArray(s)&&s.length>0,fullWidth:L,role:E?"radiogroup":void 0,children:[t==="group"?e.jsxs(U,{component:"legend",id:f,children:[u," ",b&&u&&e.jsxs(q,{color:"textSecondary",component:"span",children:["(",S("fieldlabel.optional.text"),")"]})]}):e.jsx(g,{hasVisibleLabel:d,id:f,inputId:a,isOptional:b,text:u}),n&&e.jsx(H,{id:x,LinkComponent:m,text:n}),I({ariaDescribedBy:D,errorMessageElementId:p,id:a,labelElementId:f,isReadOnly:z}),(o||s)&&e.jsx(M,{id:p,message:o,messageList:s})]})},Q=i.memo(O);Q.displayName="Field";export{J as F,Q as M};
@@ -1 +0,0 @@
1
- import{n as a}from"./createTheme-BmPXDA4p.js";import{r as d}from"./index-NdkWRN8K.js";import{u as l}from"./OdysseyDesignTokensContext-BWQIA5ie.js";import{j as e}from"./jsx-runtime-CnH95YSl.js";import{F as p}from"./FormHelperText-ZkUAjajs.js";const m=a.span(({odysseyDesignTokens:o})=>({a:{color:o.TypographyColorBody,textDecoration:"underline","&:visited":{color:o.TypographyColorBody},"&:hover":{color:o.TypographyColorSubordinate}}})),y=({id:o,LinkComponent:r,testId:t,text:s,translate:i})=>{const n=l();return e.jsxs(p,{"data-se":t,id:o,translate:i,children:[s,r&&e.jsxs(m,{odysseyDesignTokens:n,children:[" ",r]})]})},c=d.memo(y);c.displayName="FieldHint";export{c as M};
@@ -1,11 +0,0 @@
1
- import{n as u}from"./createTheme-BmPXDA4p.js";import{r as a}from"./index-NdkWRN8K.js";import{F as f}from"./Field-ilPS333M.js";import{u as g}from"./OdysseyDesignTokensContext-BWQIA5ie.js";import{e as h,d as S}from"./Typography-CiNRLenM.js";import{u as j}from"./useUniqueId-Bsgqe1tm.js";import{j as t}from"./jsx-runtime-CnH95YSl.js";/*!
2
- * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
- * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
- *
5
- * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
- * Unless required by applicable law or agreed to in writing, software
7
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
- *
10
- * See the License for the specific language governing permissions and limitations under the License.
11
- */const F=u.fieldset(({odysseyDesignTokens:e})=>({border:"0",margin:e.Spacing0,marginBlockEnd:e.Spacing6,maxWidth:e.TypographyLineLengthMax,padding:e.Spacing0,"&:last-child":{marginBlockEnd:e.Spacing0}})),M=({alert:e,children:d,description:i,id:s,isDisabled:r=!1,legend:n,name:m,testId:l,translate:o})=>{const p=g(),c=j(s),x=a.useMemo(()=>({isDisabled:r}),[r]);return t.jsxs(F,{"data-se":l,disabled:r,id:c,name:m,odysseyDesignTokens:p,children:[t.jsx(h,{translate:o,children:n}),i&&t.jsx(S,{translate:o,children:i}),e,t.jsx(f.Provider,{value:x,children:d})]})},E=a.memo(M);E.displayName="Fieldset";export{E as M};
@@ -1,15 +0,0 @@
1
- import{j as e}from"./jsx-runtime-CnH95YSl.js";import{M as f}from"./Fieldset-CmtxEykF.js";import{M as s}from"./TextField-CZ0hstP2.js";import{M as x}from"./Callout-CaNoXhaj.js";import"./index-NdkWRN8K.js";import"./_commonjsHelpers-gnU0ypJ3.js";import"./createTheme-BmPXDA4p.js";import"./Field-ilPS333M.js";import"./Box-BXOPvc0Q.js";import"./Box-C2ekHaOu.js";import"./generateUtilityClasses-DYvjsuMV.js";import"./useTheme-C05bJKih.js";import"./OdysseyDesignTokensContext-BWQIA5ie.js";import"./List-W5kRT_jR.js";import"./DefaultPropsProvider-B7tpShA7.js";import"./ListContext-C02XM7tn.js";import"./ListItem-CcduKzQu.js";import"./utils-iop7lDec.js";import"./useFormControl-BMISTZuX.js";import"./FormLabel-BLeax9q3.js";import"./formLabelClasses-xMgYguuN.js";import"./TransitionGroupContext-twgBS-Q3.js";import"./useIsFocusVisible-DH0qxT5e.js";import"./isHostComponent-DVu5iVWx.js";import"./ButtonBase-BqXVk-1q.js";import"./assertThisInitialized-B9jnkVVz.js";import"./inheritsLoose-CWawPfk8.js";import"./buttonBaseClasses-CSPKg76d.js";import"./ScreenReaderText-vq7_Ob_I.js";import"./visuallyHidden-Dan1xhjv.js";import"./useTranslation-vEf1lqoc.js";import"./context-D_qJ2zXV.js";import"./FormHelperText-ZkUAjajs.js";import"./FieldHint-Cv7aMlpU.js";import"./Typography-CiNRLenM.js";import"./Typography-D7-qxuiy.js";import"./typographyClasses-D8vr2n3l.js";import"./useUniqueId-Bsgqe1tm.js";import"./createUniqueId-ByTaVY63.js";import"./inputUtils-Dbi8XkA6.js";import"./InputBase--xDu7aWm.js";import"./inputBaseClasses-PAjj3ZBN.js";import"./ownerWindow-HkKU3E4x.js";import"./ownerDocument-DW-IO8s5.js";import"./debounce-Be36O1Ab.js";import"./GlobalStyles-BxDN_5FT.js";import"./InputAdornment-CFgP75Dd.js";import"./inputAdornmentClasses-DYNxkEwO.js";import"./Link-ClKgpBXG.js";import"./ExternalLink-DTdulgUc.js";import"./SvgIcon-BQAg6Jm7.js";import"./AlertTitle-DlG4YQWR.js";import"./useSlot-F4Qz2Wzp.js";import"./resolveComponentProps-DMpKAZvD.js";import"./createSvgIcon-DiC7XVU3.js";import"./Close-DA_Sph0R.js";import"./IconButton-CK9Do7vj.js";import"./Paper-DbAuDGNI.js";import"./alertTitleClasses-CSPeaunQ.js";const je={component:f,argTypes:{alert:{description:"A Callout indicating a Fieldset-wide error or status update",table:{type:{summary:"ReactElement<typeof Callout>"}}},children:{control:"object",description:"Field components within the Fieldset",table:{type:{summary:"ReactElement | Array<ReactElement>"}},type:{required:!0,name:"other",value:"ReactElement | Array<ReactElement>"}},description:{control:"text",description:"A supplementary description",table:{type:{summary:"string"}}},id:{control:"text",description:"Defines a unique identifier (ID) for the Fieldset",table:{type:{summary:"string"}}},isDisabled:{control:"boolean",description:"Disables the component and any wrapped input fields.",table:{type:{summary:"boolean"}}},legend:{control:"text",description:"The title of the Fieldset",table:{type:{summary:"string"}},type:{required:!0,name:"string"}},name:{control:"text",description:"The name associated with the group",table:{type:{summary:"string"}}}},args:{children:e.jsxs(e.Fragment,{children:[e.jsx(s,{label:"Vessel name"}),e.jsx(s,{isMultiline:!0,label:"Reason for visit"})]}),legend:"Docking registration"},tags:["autodocs"]},t={},r={args:{description:"Register your ship before docking with the station."}},o={args:{alert:e.jsx(x,{role:"alert",severity:"error",title:"Something went wrong",children:"Please try your request again later."})}},i={args:{isDisabled:!0}};var a,m,p;t.parameters={...t.parameters,docs:{...(a=t.parameters)==null?void 0:a.docs,source:{originalSource:"{}",...(p=(m=t.parameters)==null?void 0:m.docs)==null?void 0:p.source}}};var n,l,c;r.parameters={...r.parameters,docs:{...(n=r.parameters)==null?void 0:n.docs,source:{originalSource:`{
2
- args: {
3
- description: "Register your ship before docking with the station."
4
- }
5
- }`,...(c=(l=r.parameters)==null?void 0:l.docs)==null?void 0:c.source}}};var d,u,g;o.parameters={...o.parameters,docs:{...(d=o.parameters)==null?void 0:d.docs,source:{originalSource:`{
6
- args: {
7
- alert: <Callout role="alert" severity="error" title="Something went wrong">
8
- Please try your request again later.
9
- </Callout>
10
- }
11
- }`,...(g=(u=o.parameters)==null?void 0:u.docs)==null?void 0:g.source}}};var y,h,b;i.parameters={...i.parameters,docs:{...(y=i.parameters)==null?void 0:y.docs,source:{originalSource:`{
12
- args: {
13
- isDisabled: true
14
- }
15
- }`,...(b=(h=i.parameters)==null?void 0:h.docs)==null?void 0:b.source}}};const Ee=["Simple","Description","Alert","Disabled"];export{o as Alert,r as Description,i as Disabled,t as Simple,Ee as __namedExportsOrder,je as default};
@@ -1,58 +0,0 @@
1
- import{f as cr}from"./index-BJMTVygn.js";import{f as m}from"./fieldComponentPropsMetaData-BqbNLw6V.js";import{n as d}from"./createTheme-BmPXDA4p.js";import{r as o}from"./index-NdkWRN8K.js";import{M as ur}from"./Field-ilPS333M.js";import{u as S}from"./OdysseyDesignTokensContext-BWQIA5ie.js";import{d as mr}from"./Typography-CiNRLenM.js";import{j as t}from"./jsx-runtime-CnH95YSl.js";import{M as gr}from"./MuiPropsContext-DhRylJZk.js";import{M as fr}from"./Tooltip-3088PjcT.js";import{u as rr}from"./useTranslation-vEf1lqoc.js";import{I as hr}from"./IconButton-CK9Do7vj.js";import{M as br,a as O}from"./Upload-DK3nRIto.js";import{M as B}from"./Button-BOzIr8Jh.js";import"./_commonjsHelpers-gnU0ypJ3.js";import"./Box-BXOPvc0Q.js";import"./Box-C2ekHaOu.js";import"./generateUtilityClasses-DYvjsuMV.js";import"./useTheme-C05bJKih.js";import"./List-W5kRT_jR.js";import"./DefaultPropsProvider-B7tpShA7.js";import"./ListContext-C02XM7tn.js";import"./ListItem-CcduKzQu.js";import"./utils-iop7lDec.js";import"./useFormControl-BMISTZuX.js";import"./FormLabel-BLeax9q3.js";import"./formLabelClasses-xMgYguuN.js";import"./TransitionGroupContext-twgBS-Q3.js";import"./useIsFocusVisible-DH0qxT5e.js";import"./isHostComponent-DVu5iVWx.js";import"./ButtonBase-BqXVk-1q.js";import"./assertThisInitialized-B9jnkVVz.js";import"./inheritsLoose-CWawPfk8.js";import"./buttonBaseClasses-CSPKg76d.js";import"./ScreenReaderText-vq7_Ob_I.js";import"./visuallyHidden-Dan1xhjv.js";import"./FormHelperText-ZkUAjajs.js";import"./FieldHint-Cv7aMlpU.js";import"./useUniqueId-Bsgqe1tm.js";import"./createUniqueId-ByTaVY63.js";import"./Typography-D7-qxuiy.js";import"./typographyClasses-D8vr2n3l.js";import"./Tooltip-B4GIR2eB.js";import"./index-CpbQl8EB.js";import"./tooltipClasses-C74HjonW.js";import"./Grow-CIie3qhp.js";import"./utils-gq6yExow.js";import"./index-B5xazMy1.js";import"./index-DieBXP3Z.js";import"./Portal-Bvf2g5iG.js";import"./resolveComponentProps-DMpKAZvD.js";import"./useControlled-NQulfz4l.js";import"./useId-cMcvCE23.js";import"./Popper-CwLH-7YW.js";import"./ownerDocument-DW-IO8s5.js";import"./popper-CMBiYTiD.js";import"./context-D_qJ2zXV.js";import"./SvgIcon-BQAg6Jm7.js";import"./BaseButton-B5c4cgt8.js";import"./Button-BqwcAVQ-.js";import"./buttonClasses-DtIJBSf4.js";/*!
2
- * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
- * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
- *
5
- * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
- * Unless required by applicable law or agreed to in writing, software
7
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
- *
10
- * See the License for the specific language governing permissions and limitations under the License.
11
- */const xr=d.div(({odysseyDesignTokens:r})=>({marginBlockEnd:r.Spacing3,padding:r.Spacing3,backgroundColor:r.HueNeutral50,borderRadius:"50%",svg:{display:"flex",width:r.Spacing8,height:r.Spacing8}})),Cr=()=>{const r=S();return t.jsx(xr,{"aria-hidden":"true",odysseyDesignTokens:r,children:t.jsxs("svg",{"aria-hidden":"true",fill:"none",viewBox:"0 0 44 45",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("path",{d:"M32.0763 11.001C29.3564 3.7855 21.6595 -0.565827 13.7765 0.726748C5.35441 2.10773 -0.676662 9.50714 0.0603005 17.8612C0.441865 22.1865 2.56458 25.9787 5.71703 28.614L8.28246 25.545C5.90122 23.5544 4.32811 20.7209 4.04483 17.5097C3.50262 11.3633 7.94433 5.73648 14.4238 4.67404C20.9164 3.60944 27.0806 7.52016 28.6895 13.5191C28.9239 14.3932 29.7162 15.001 30.6212 15.001H32.9114C36.8985 15.001 39.9997 18.0938 39.9997 21.7505C39.9997 24.3423 38.4576 26.6352 36.1259 27.7678L37.8736 31.3658C41.4737 29.6171 43.9997 25.9917 43.9997 21.7505C43.9997 15.7428 38.963 11.001 32.9114 11.001H32.0763Z",fill:r.HueNeutral200}),t.jsx("path",{d:"M23.9994 29.3277V44.5H19.9994V29.3289L14.4142 34.9141L11.5858 32.0857L19.7373 23.9342C20.9869 22.6845 23.0131 22.6845 24.2627 23.9342L32.4142 32.0857L29.5858 34.9141L23.9994 29.3277Z",fill:r.HueNeutral200})]})})},tr=o.memo(Cr);tr.displayName="FileUploadIllustration";const Fr=d.div(({isDisabled:r,odysseyDesignTokens:e})=>({color:r?e.TypographyColorDisabled:"inherit",marginBlockStart:e.Spacing2,pointerEvents:r?"none":"auto"})),jr=d.div({display:"flex",justifyContent:"space-between",alignItems:"center",button:{transform:"scale(0)"},"&:hover, &:focus-within, &:focus":{button:{transform:"scale(1)"}}},({odysseyDesignTokens:r})=>({padding:`${r.Spacing1} ${r.Spacing2}`,borderRadius:r.BorderRadiusMain,transition:`background-color ${r.TransitionTimingMain}`,"&:hover, &:focus-within":{backgroundColor:r.HueNeutral100},"&:focus":{borderColor:r.FocusOutlineColorPrimary,boxShadow:`0 0 0 2px ${r.FocusOutlineColorPrimary}`,outline:`${r.FocusOutlineWidthMain} ${r.FocusOutlineStyle} transparent`}})),vr=({name:r,onFileRemove:e})=>{const{t:p}=rr(),a=S(),s=o.useCallback(()=>{e==null||e(r)},[e,r]),c=o.useCallback(M=>t.jsx(hr,{...M,"aria-label":p("fileupload.removefile.text"),onClick:s,size:"small",children:t.jsx(br,{})}),[s,p]);return t.jsxs(jr,{odysseyDesignTokens:a,tabIndex:0,children:[r,t.jsx(fr,{ariaType:"description",placement:"top",text:p("fileupload.removefile.text"),children:t.jsx(gr.Consumer,{children:c})})]})},Ir=({fileNames:r,isDisabled:e,onFileRemove:p})=>{const a=S();return t.jsx(Fr,{"data-file-preview-container":"true",isDisabled:e,odysseyDesignTokens:a,children:r==null?void 0:r.map((s,c)=>t.jsx(vr,{name:s,onFileRemove:p},`${c}-${s}`))})},er=o.memo(Ir);er.displayName="FileUploadPreview";/*!
12
- * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
13
- * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
14
- *
15
- * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
16
- * Unless required by applicable law or agreed to in writing, software
17
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
18
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
- *
20
- * See the License for the specific language governing permissions and limitations under the License.
21
- */const H=["single","multiple"],L=["button","dragAndDrop","dragAndDropWithIcon"],or=d.div({position:"relative",alignSelf:"flex-start",input:{position:"absolute",width:"100%",height:"100%",opacity:0}}),Sr=d(or)({display:"flex",alignSelf:"unset",alignItems:"center",justifyContent:"center","&:has(input:focus)":{borderStyle:"solid"}},({hasError:r,odysseyDesignTokens:e})=>({padding:`${e.Spacing6} ${e.Spacing3}`,border:r?`1px solid ${e.PaletteDangerMain}`:`1px dashed ${e.HueNeutral300}`,borderRadius:e.BorderRadiusMain,transition:`border-color ${e.TransitionTimingMain}, box-shadow ${e.TransitionTimingMain}`,"&:hover":{borderColor:e.HueNeutral700},"&:has(input:focus)":{borderColor:e.FocusOutlineColorPrimary,boxShadow:`0 0 0 1px ${e.FocusOutlineColorPrimary}`,outline:`${e.FocusOutlineWidthMain} ${e.FocusOutlineStyle} transparent`,outlineOffset:e.FocusOutlineOffsetTight},"&:has(input:disabled)":{backgroundColor:e.HueNeutral50,border:`1px solid ${e.BorderColorDisabled}`,color:e.TypographyColorDisabled,"&:hover":{borderColor:e.BorderColorDisabled}}})),Mr=d.div({display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center"}),Ar=d.div({textAlign:"center"}),wr=({acceptedFileTypes:r,errorMessage:e,id:p,isDisabled:a=!1,isFullWidth:s,isOptional:c,hint:M,HintLinkComponent:ar,label:nr,onChange:w,type:g,variant:f})=>{const U=S(),{t:h}=rr(),b=o.useRef(null),[n,y]=o.useState([]);o.useEffect(()=>{w(n)},[n,w]);const W=o.useCallback(i=>{const{files:l}=i.target;if(l&&l.length>0){const u=g==="multiple"?n.concat(Array.from(l)):Array.from(l).slice();y(u)}i.target.value=""},[g,n]),A=o.useCallback(()=>{var i;(i=b.current)==null||i.click()},[b]),lr=o.useCallback(i=>{const l=n.filter(u=>u.name!==i);y(l)},[n]),pr=o.useCallback(({ariaDescribedBy:i,errorMessageElementId:l,id:u,labelElementId:sr})=>{const dr=r==null?void 0:r.join(","),$=()=>t.jsx("input",{accept:dr,"aria-describedby":i,"aria-errormessage":l,"aria-labelledby":sr,disabled:a,id:u,multiple:g==="multiple",onChange:W,ref:b,title:"",type:"file"});return f==="button"?t.jsx(t.Fragment,{children:t.jsxs(or,{children:[t.jsx($,{}),t.jsx(B,{isDisabled:a,label:h("fileupload.button.text"),onClick:A,startIcon:t.jsx(O,{}),variant:"secondary"})]})}):t.jsx(t.Fragment,{children:t.jsxs(Sr,{hasError:!!e,odysseyDesignTokens:U,children:[t.jsx($,{}),t.jsxs(Mr,{children:[f==="dragAndDropWithIcon"&&t.jsx(tr,{}),t.jsx(Ar,{children:t.jsx(mr,{color:"textSecondary",children:h("fileupload.prompt.text")})}),t.jsx(B,{isDisabled:a,label:h("fileupload.button.text"),onClick:A,startIcon:t.jsx(O,{}),variant:"secondary"})]})]})})},[r,e,a,b,U,A,h,g,W,f]);return t.jsxs(t.Fragment,{children:[t.jsx(ur,{errorMessage:e,fieldType:"single",hasVisibleLabel:!0,hint:M,HintLinkComponent:ar,id:p,isDisabled:a,isFullWidth:s&&f!=="button",isOptional:c,label:nr,renderFieldComponent:pr}),n.length>0&&t.jsx(er,{fileNames:n.map(i=>i.name),isDisabled:a,onFileRemove:lr})]})},ir=o.memo(wr);ir.displayName="FileUploader";/*!
22
- * Copyright (c) 2021-present, Okta, Inc. and/or its affiliates. All rights reserved.
23
- * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
24
- *
25
- * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
26
- * Unless required by applicable law or agreed to in writing, software
27
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
28
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29
- *
30
- * See the License for the specific language governing permissions and limitations under the License.
31
- */const Lt={component:ir,argTypes:{acceptedFileTypes:{description:"An array of file types the user is able to upload. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept#unique_file_type_specifiers for examples",table:{type:{summary:"string[]"}}},type:{options:H,control:{type:"radio"},description:"If `multiple`, the user can upload multiple files",table:{type:{summary:H.join(" | ")}}},errorMessage:m.errorMessage,hint:m.hint,id:m.id,isDisabled:m.isDisabled,isFullWidth:m.isFullWidth,label:{control:"text",description:"The label text for the FileUploader",table:{type:{summary:"string"}},type:{required:!0,name:"string"}},onChange:{description:"Callback fired when a file is uploaded or deleted",table:{type:{summary:"(files: File[]) => void"}},type:{name:"string",required:!0}},variant:{options:L,control:{type:"radio"},description:"How the component appears visually",table:{type:{summary:L.join(" | ")}},type:{name:"string",required:!0}}},args:{hint:"Maybe some helpful text about what format to use",label:"Upload your files here",onChange:cr()},tags:["autodocs"]},x={args:{variant:"button"}},C={args:{type:"multiple",variant:"dragAndDropWithIcon"}},F={args:{variant:"dragAndDrop"}},j={args:{variant:"dragAndDropWithIcon"}},v={args:{type:"multiple",variant:"dragAndDropWithIcon"}},I={args:{acceptedFileTypes:[".jpg",".png"],variant:"dragAndDropWithIcon"}};var z,D,P;x.parameters={...x.parameters,docs:{...(z=x.parameters)==null?void 0:z.docs,source:{originalSource:`{
32
- args: {
33
- variant: "button"
34
- }
35
- }`,...(P=(D=x.parameters)==null?void 0:D.docs)==null?void 0:P.source}}};var E,N,R;C.parameters={...C.parameters,docs:{...(E=C.parameters)==null?void 0:E.docs,source:{originalSource:`{
36
- args: {
37
- type: "multiple",
38
- variant: "dragAndDropWithIcon"
39
- }
40
- }`,...(R=(N=C.parameters)==null?void 0:N.docs)==null?void 0:R.source}}};var _,q,V;F.parameters={...F.parameters,docs:{...(_=F.parameters)==null?void 0:_.docs,source:{originalSource:`{
41
- args: {
42
- variant: "dragAndDrop"
43
- }
44
- }`,...(V=(q=F.parameters)==null?void 0:q.docs)==null?void 0:V.source}}};var T,Z,G;j.parameters={...j.parameters,docs:{...(T=j.parameters)==null?void 0:T.docs,source:{originalSource:`{
45
- args: {
46
- variant: "dragAndDropWithIcon"
47
- }
48
- }`,...(G=(Z=j.parameters)==null?void 0:Z.docs)==null?void 0:G.source}}};var J,K,Q;v.parameters={...v.parameters,docs:{...(J=v.parameters)==null?void 0:J.docs,source:{originalSource:`{
49
- args: {
50
- type: "multiple",
51
- variant: "dragAndDropWithIcon"
52
- }
53
- }`,...(Q=(K=v.parameters)==null?void 0:K.docs)==null?void 0:Q.source}}};var X,Y,k;I.parameters={...I.parameters,docs:{...(X=I.parameters)==null?void 0:X.docs,source:{originalSource:`{
54
- args: {
55
- acceptedFileTypes: [".jpg", ".png"],
56
- variant: "dragAndDropWithIcon"
57
- }
58
- }`,...(k=(Y=I.parameters)==null?void 0:Y.docs)==null?void 0:k.source}}};const zt=["ButtonOnly","DragAndDropWithIcon","DragAndDropWithoutIcon","SingleFileAllowed","MultipleFileAllowed","SpecificFileTypes"];export{x as ButtonOnly,C as DragAndDropWithIcon,F as DragAndDropWithoutIcon,v as MultipleFileAllowed,j as SingleFileAllowed,I as SpecificFileTypes,zt as __namedExportsOrder,Lt as default};
@@ -1 +0,0 @@
1
- import{r as e}from"./index-NdkWRN8K.js";import{j as r}from"./jsx-runtime-CnH95YSl.js";import{S as l}from"./SvgIcon-BQAg6Jm7.js";const n=e.forwardRef((o,t)=>r.jsx(l,{fill:"none",ref:t,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...o,children:r.jsx(r.Fragment,{children:r.jsx("path",{clipRule:"evenodd",d:"M1 4h22V2H1v2Zm3 6h16V8H4v2Zm13 6H7v-2h10v2Zm-7 6h4v-2h-4v2Z",fill:"currentColor",fillRule:"evenodd"})})})),i=e.memo(n);i.displayName="FilterIcon";export{i as M};
@@ -1 +0,0 @@
1
- import{r}from"./index-NdkWRN8K.js";import{j as o}from"./jsx-runtime-CnH95YSl.js";import{S as l}from"./SvgIcon-BQAg6Jm7.js";const n=r.forwardRef((e,c)=>o.jsx(l,{fill:"none",ref:c,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...e,children:o.jsx(o.Fragment,{children:o.jsx("path",{clipRule:"evenodd",d:"M8.607 5c.575 0 .638.012.678.025a.5.5 0 0 1 .18.104c.031.029.072.077.358.576l3.309 5.791.288.504H21v4.8c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 0 1-.437.437c-.05.025-.15.063-.422.085C19.75 19 19.377 19 18.8 19H5.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 17.75 3 17.377 3 16.8V5h5.607Zm1.298-1.877C9.522 2.998 9.112 3 8.705 3H1v13.838c0 .528 0 .982.03 1.357.033.395.104.789.297 1.167a3 3 0 0 0 1.311 1.311c.378.193.772.264 1.167.296.375.031.83.031 1.356.031H18.84c.527 0 .982 0 1.356-.03.395-.033.789-.104 1.167-.297a3 3 0 0 0 1.311-1.311c.193-.378.264-.772.296-1.167.031-.375.031-.83.031-1.356V5H11.723l-.164-.287-.048-.085c-.201-.354-.404-.71-.703-.98a2.5 2.5 0 0 0-.903-.525ZM12.866 7l1.714 3H21V7h-8.134Z",fill:"currentColor",fillRule:"evenodd"})})})),a=r.memo(n);a.displayName="FolderIcon";export{a as M};
@@ -1,18 +0,0 @@
1
- import{j as e}from"./jsx-runtime-CnH95YSl.js";import{useMDXComponents as n}from"./index-BeeV6X6A.js";import"./index-CtY5BB1N.js";import{M as o}from"./index-BpVuOoKb.js";import"./index-NdkWRN8K.js";import"./_commonjsHelpers-gnU0ypJ3.js";import"./preview-BzLY45Eo.js";import"./iframe-C-RQ_TKY.js";import"./DocsRenderer-CFRXHY34-DEwq8OPY.js";import"./client-akVMpN0m.js";import"./index-DieBXP3Z.js";import"./index-BJTM6NaI.js";import"./index-B5xazMy1.js";import"./index-CXQShRbs.js";import"./index-DrFu-skq.js";function s(i){const t={a:"a",code:"code",h2:"h2",h3:"h3",h4:"h4",p:"p",...n(),...i.components};return e.jsxs(e.Fragment,{children:[e.jsx(o,{}),`
2
- `,e.jsx(t.h2,{id:"form-field-accessibility",children:"Form Field Accessibility"}),`
3
- `,e.jsx(t.h3,{id:"placeholders",children:"Placeholders"}),`
4
- `,e.jsx(t.p,{children:"Except for Search inputs, we advise against using placeholder text for inputs."}),`
5
- `,e.jsx(t.h4,{id:"translation",children:"Translation"}),`
6
- `,e.jsx(t.p,{children:"To prevent triggering a change in page layout, browsers don't translate certain attributes. Because of this, users will see untranslated placeholder text."}),`
7
- `,e.jsx(t.h4,{id:"recall",children:"Recall"}),`
8
- `,e.jsx(t.p,{children:"Placeholder text disappears when a field is interacted with. For this reason, it's not suitable for formatting guidelines or necessary context."}),`
9
- `,e.jsx(t.h4,{id:"utility",children:"Utility"}),`
10
- `,e.jsx(t.p,{children:"Placeholder content is limited to static text. Additionally, placeholder text is truncated beyond the width of its input."}),`
11
- `,e.jsx(t.h4,{id:"field-value-confusion",children:"Field value confusion"}),`
12
- `,e.jsx(t.p,{children:"Low-contrast placeholders may be illegible for some users. Yet, placeholders with compliant contrast can be mistaken for field values. High Contrast Mode will make placeholders and values appear identical."}),`
13
- `,e.jsx(t.p,{children:"Finally, Users with low digital literacy may not understand the purpose or behavior of placeholder text."}),`
14
- `,e.jsx(t.h3,{id:"purpose",children:"Purpose"}),`
15
- `,e.jsxs(t.p,{children:["When collecting an individual's personal data, you must define the input's purpose via the ",e.jsx(t.code,{children:"autocomplete"})," attribute. This allows users to automate the filling of fields and ensures the purpose is known, regardless of the label. A complete list of fields this is required for may be found ",e.jsx("a",{href:"https://www.w3.org/TR/WCAG21/#input-purposes",children:"in the WCAG spec"}),"."]}),`
16
- `,e.jsx(t.h3,{id:"autofocus",children:"Autofocus"}),`
17
- `,e.jsxs(t.p,{children:["Except for very specific cases, we advise against using the ",e.jsx(t.code,{children:"autoFocus"}),' prop; unless used considerately, the sense of focus being "teleported" to an unexpected part of the page can be jarring to users, especially those using screen readers.']}),`
18
- `,e.jsxs(t.p,{children:["More details can be found ",e.jsxs(t.a,{href:"https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus#accessibility_considerations",rel:"nofollow",children:["on MDN's ",e.jsx(t.code,{children:"autofocus"})," page"]}),"."]})]})}function y(i={}){const{wrapper:t}={...n(),...i.components};return t?e.jsx(t,{...i,children:e.jsx(s,{...i})}):s(i)}export{y as default};
@@ -1,11 +0,0 @@
1
- import{n as t}from"./createTheme-BmPXDA4p.js";import{r as T}from"./index-NdkWRN8K.js";import{u as S}from"./OdysseyDesignTokensContext-BWQIA5ie.js";import{b as k,d as F}from"./Typography-CiNRLenM.js";import{u as M}from"./useUniqueId-Bsgqe1tm.js";import{j as e}from"./jsx-runtime-CnH95YSl.js";/*!
2
- * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
- * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
- *
5
- * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
- * Unless required by applicable law or agreed to in writing, software
7
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
- *
10
- * See the License for the specific language governing permissions and limitations under the License.
11
- */const q=["application/x-www-form-urlencoded","application/json","multipart/form-data","text/plain"],A=["on","off"],H=["post","get","dialog"],C=t.form(({isFullWidth:o,odysseyDesignTokens:n})=>({maxWidth:o?"100%":n.TypographyLineLengthMax,margin:0,padding:0})),w=t.div(({odysseyDesignTokens:o})=>({marginBlockEnd:o.Spacing4})),D=t.div({display:"flex",justifyContent:"flex-end"},({odysseyDesignTokens:o})=>({gap:o.Spacing1,marginBlockStart:o.Spacing7})),E=({alert:o,autoCompleteType:n,children:m,description:a,encodingType:p,formActions:i,id:l,isFullWidth:c,method:g,name:f,noValidate:u=!1,onSubmit:y,target:x,testId:h,title:r,translate:d})=>{const j=M(l),s=S();return e.jsxs(C,{autoComplete:n,"data-se":h,encType:p,id:j,isFullWidth:c,method:g,name:f,noValidate:u,odysseyDesignTokens:s,onSubmit:y,target:x,children:[e.jsxs(w,{odysseyDesignTokens:s,children:[r&&e.jsx(k,{component:"h1",translate:d,children:r}),a&&e.jsx(F,{translate:d,children:a}),o]}),e.jsx("div",{children:m}),i&&e.jsx(D,{odysseyDesignTokens:s,children:i})]})},V=T.memo(E);V.displayName="Form";export{V as M,q as a,A as b,H as f};
@@ -1,69 +0,0 @@
1
- import{j as e}from"./jsx-runtime-CnH95YSl.js";import{f as W}from"./fieldComponentPropsMetaData-BqbNLw6V.js";import{f as c,a as d,b as u,M as E}from"./Form-CBnvE26F.js";import{a as A}from"./Typography-CiNRLenM.js";import{M as h}from"./Button-BOzIr8Jh.js";import{M as t}from"./TextField-CZ0hstP2.js";import{M as l}from"./Fieldset-CmtxEykF.js";import{M as p}from"./Callout-CaNoXhaj.js";import{M as z}from"./CheckboxGroup-Cgc2chES.js";import{M as m}from"./Checkbox-BTj1hXUa.js";import{M as D}from"./Link-ClKgpBXG.js";import"./index-NdkWRN8K.js";import"./_commonjsHelpers-gnU0ypJ3.js";import"./createTheme-BmPXDA4p.js";import"./OdysseyDesignTokensContext-BWQIA5ie.js";import"./useUniqueId-Bsgqe1tm.js";import"./createUniqueId-ByTaVY63.js";import"./Typography-D7-qxuiy.js";import"./DefaultPropsProvider-B7tpShA7.js";import"./typographyClasses-D8vr2n3l.js";import"./generateUtilityClasses-DYvjsuMV.js";import"./BaseButton-B5c4cgt8.js";import"./MuiPropsContext-DhRylJZk.js";import"./Tooltip-3088PjcT.js";import"./Tooltip-B4GIR2eB.js";import"./index-CpbQl8EB.js";import"./tooltipClasses-C74HjonW.js";import"./Grow-CIie3qhp.js";import"./utils-gq6yExow.js";import"./useTheme-C05bJKih.js";import"./inheritsLoose-CWawPfk8.js";import"./index-B5xazMy1.js";import"./index-DieBXP3Z.js";import"./TransitionGroupContext-twgBS-Q3.js";import"./useIsFocusVisible-DH0qxT5e.js";import"./Portal-Bvf2g5iG.js";import"./resolveComponentProps-DMpKAZvD.js";import"./isHostComponent-DVu5iVWx.js";import"./useControlled-NQulfz4l.js";import"./useId-cMcvCE23.js";import"./Popper-CwLH-7YW.js";import"./ownerDocument-DW-IO8s5.js";import"./popper-CMBiYTiD.js";import"./Button-BqwcAVQ-.js";import"./buttonClasses-DtIJBSf4.js";import"./ButtonBase-BqXVk-1q.js";import"./assertThisInitialized-B9jnkVVz.js";import"./buttonBaseClasses-CSPKg76d.js";import"./Field-ilPS333M.js";import"./Box-BXOPvc0Q.js";import"./Box-C2ekHaOu.js";import"./List-W5kRT_jR.js";import"./ListContext-C02XM7tn.js";import"./ListItem-CcduKzQu.js";import"./utils-iop7lDec.js";import"./useFormControl-BMISTZuX.js";import"./FormLabel-BLeax9q3.js";import"./formLabelClasses-xMgYguuN.js";import"./ScreenReaderText-vq7_Ob_I.js";import"./visuallyHidden-Dan1xhjv.js";import"./useTranslation-vEf1lqoc.js";import"./context-D_qJ2zXV.js";import"./FormHelperText-ZkUAjajs.js";import"./FieldHint-Cv7aMlpU.js";import"./inputUtils-Dbi8XkA6.js";import"./InputBase--xDu7aWm.js";import"./inputBaseClasses-PAjj3ZBN.js";import"./ownerWindow-HkKU3E4x.js";import"./debounce-Be36O1Ab.js";import"./GlobalStyles-BxDN_5FT.js";import"./InputAdornment-CFgP75Dd.js";import"./inputAdornmentClasses-DYNxkEwO.js";import"./AlertTitle-DlG4YQWR.js";import"./useSlot-F4Qz2Wzp.js";import"./createSvgIcon-DiC7XVU3.js";import"./SvgIcon-BQAg6Jm7.js";import"./Close-DA_Sph0R.js";import"./IconButton-CK9Do7vj.js";import"./Paper-DbAuDGNI.js";import"./alertTitleClasses-CSPeaunQ.js";import"./FormGroup-BaCH3e06.js";import"./formGroupClasses-D9ChLj7o.js";import"./FormControlLabel-CxCmH5hv.js";import"./formControlLabelClasses-BtjP4uib.js";import"./Stack-Ba8l39se.js";import"./useThemeProps-Dy5sAWyz.js";import"./Checkbox-luq82K1t.js";import"./SwitchBase-Bja5dn-O.js";import"./checkboxClasses-Dtdq1kQG.js";import"./ExternalLink-DTdulgUc.js";const Ft={component:E,argTypes:{title:{control:"text",description:"The title of the Form",table:{type:{summary:"string"}}},description:{control:"text",description:"A supplementary description",table:{type:{summary:"string"}}},children:{control:"object",description:"Field or FieldSet components within the Form",table:{type:{summary:"ReactElement | Array<ReactElement>"}},type:{required:!0,name:"other",value:"ReactElement | Array<ReactElement>"}},alert:{description:"A Callout indicating a Form-wide error or status update",table:{type:{summary:"ReactElement<typeof Callout>"}}},autoCompleteType:{options:u,control:{type:"radio"},description:"Indicates whether input elements can have their values automatically completed by the browser",table:{type:{summary:u.join(" | ")}}},isFullWidth:W.isFullWidth,name:{control:"text",description:"The name of the form. The value must not be an empty string and must be unique among the form elements",table:{type:{summary:"string"}},type:{required:!0,name:"string"}},noValidate:{control:"boolean",description:"This Boolean attribute indicates that the form shouldn't be validated when submitted",table:{type:{summary:"boolean"},defaultValue:{summary:"false"}}},encodingType:{options:d,control:{type:"radio"},description:"If the method attribute is set to 'post', the MIME type of the form submission",table:{type:{summary:d.join(" | ")}}},method:{options:c,control:{type:"radio"},description:"The HTTP method to submit the form with",table:{type:{summary:c.join(" | ")}}},target:{control:"text",description:"Indicates where to display the response after submitting the form",table:{type:{summary:"string"}}},formActions:{control:"object",description:"One or more Buttons that conclude the form.",table:{type:{summary:"ReactElement<typeof Button> | Array<ReactElement<typeof Button>>"}}},id:{control:"text",description:"Defines a unique identifier (ID) for the Form",table:{type:{summary:"string"}}}},args:{title:"Docking registration",children:e.jsxs(e.Fragment,{children:[e.jsx(t,{label:"Vessel name"}),e.jsx(t,{isMultiline:!0,label:"Reason for visit"})]}),formActions:e.jsxs(e.Fragment,{children:[e.jsx(h,{label:"Reset",variant:"secondary"}),e.jsx(h,{label:"Submit",type:"submit",variant:"primary"})]})},tags:["autodocs"]},r={args:{children:e.jsxs(e.Fragment,{children:[e.jsx(t,{label:"Vessel name"}),e.jsx(t,{isMultiline:!0,label:"Reason for visit"})]})}},i={args:{children:e.jsxs(e.Fragment,{children:[e.jsxs(l,{legend:"Vessel information",name:"vessel",children:[e.jsx(t,{label:"Vessel name"}),e.jsx(t,{isMultiline:!0,label:"Reason for visit"})]}),e.jsxs(l,{legend:"Passenger information",name:"passengers",children:[e.jsx(t,{label:"Number of passengers"}),e.jsx(t,{label:"Captain's name"})]})]})}},o={args:{description:"Register your ship before docking with the station."}},s={args:{alert:e.jsx(p,{role:"alert",severity:"error",title:"Something went wrong",children:"Please try your request again later."})}},a={args:{isFullWidth:!0,children:e.jsxs(e.Fragment,{children:[e.jsx(t,{isFullWidth:!0,label:"Vessel name"}),e.jsx(t,{isFullWidth:!0,isMultiline:!0,label:"Reason for visit"})]})}},n={args:{alert:e.jsx(p,{role:"alert",severity:"error",title:"Something went wrong",children:"Please try your request again later."}),children:e.jsxs(e.Fragment,{children:[e.jsxs(l,{description:"This information is used to verify vessel ownership and origin.",legend:"Vessel information",name:"vessel",children:[e.jsx(t,{errorMessage:"This field is required.",label:"Vessel name"}),e.jsxs(z,{isRequired:!0,label:"Systems check",children:[e.jsx(m,{label:"Life support",name:"life-support",value:"life-support"}),e.jsx(m,{label:"Warp core containment",name:"warp-core",value:"warp-core"}),e.jsx(m,{label:"Cetacean ops",name:"cetacean-ops",value:"cetacean-ops"})]})]}),e.jsxs(l,{alert:e.jsxs(p,{role:"alert",severity:"error",title:"Standby for boarding",children:[e.jsx(A,{children:"There is an issue with the fuel mixture ratios. Reconfigure the fuel mixture and perform the safety checks again."}),e.jsx(D,{href:"#",variant:"monochrome",children:"Visit fueling console"})]}),description:"This information will be used to track your passengers' whereabouts.",legend:"Passenger information",name:"passengers",children:[e.jsx(t,{hint:"Specify your destination within the Sol system.",label:"Number of passengers"}),e.jsx(t,{label:"Captain's name"})]})]}),description:"Register your ship before docking with the station."}};var g,f,b;r.parameters={...r.parameters,docs:{...(g=r.parameters)==null?void 0:g.docs,source:{originalSource:`{
2
- args: {
3
- children: <>
4
- <TextField label="Vessel name" />
5
- <TextField isMultiline label="Reason for visit" />
6
- </>
7
- }
8
- }`,...(b=(f=r.parameters)==null?void 0:f.docs)==null?void 0:b.source}}};var y,x,F;i.parameters={...i.parameters,docs:{...(y=i.parameters)==null?void 0:y.docs,source:{originalSource:`{
9
- args: {
10
- children: <>
11
- <Fieldset legend="Vessel information" name="vessel">
12
- <TextField label="Vessel name" />
13
- <TextField isMultiline label="Reason for visit" />
14
- </Fieldset>
15
- <Fieldset legend="Passenger information" name="passengers">
16
- <TextField label="Number of passengers" />
17
- <TextField label="Captain's name" />
18
- </Fieldset>
19
- </>
20
- }
21
- }`,...(F=(x=i.parameters)==null?void 0:x.docs)==null?void 0:F.source}}};var j,v,w;o.parameters={...o.parameters,docs:{...(j=o.parameters)==null?void 0:j.docs,source:{originalSource:`{
22
- args: {
23
- description: "Register your ship before docking with the station."
24
- }
25
- }`,...(w=(v=o.parameters)==null?void 0:v.docs)==null?void 0:w.source}}};var T,M,C;s.parameters={...s.parameters,docs:{...(T=s.parameters)==null?void 0:T.docs,source:{originalSource:`{
26
- args: {
27
- alert: <Callout role="alert" severity="error" title="Something went wrong">
28
- Please try your request again later.
29
- </Callout>
30
- }
31
- }`,...(C=(M=s.parameters)==null?void 0:M.docs)==null?void 0:C.source}}};var k,R,S;a.parameters={...a.parameters,docs:{...(k=a.parameters)==null?void 0:k.docs,source:{originalSource:`{
32
- args: {
33
- isFullWidth: true,
34
- children: <>
35
- <TextField isFullWidth label="Vessel name" />
36
- <TextField isFullWidth isMultiline label="Reason for visit" />
37
- </>
38
- }
39
- }`,...(S=(R=a.parameters)==null?void 0:R.docs)==null?void 0:S.source}}};var V,P,q;n.parameters={...n.parameters,docs:{...(V=n.parameters)==null?void 0:V.docs,source:{originalSource:`{
40
- args: {
41
- alert: <Callout role="alert" severity="error" title="Something went wrong">
42
- Please try your request again later.
43
- </Callout>,
44
- children: <>
45
- <Fieldset description="This information is used to verify vessel ownership and origin." legend="Vessel information" name="vessel">
46
- <TextField errorMessage="This field is required." label="Vessel name" />
47
- <CheckboxGroup isRequired label="Systems check">
48
- <Checkbox label="Life support" name="life-support" value="life-support" />
49
- <Checkbox label="Warp core containment" name="warp-core" value="warp-core" />
50
- <Checkbox label="Cetacean ops" name="cetacean-ops" value="cetacean-ops" />
51
- </CheckboxGroup>
52
- </Fieldset>
53
- <Fieldset alert={<Callout role="alert" severity="error" title="Standby for boarding">
54
- <Paragraph>
55
- There is an issue with the fuel mixture ratios. Reconfigure the
56
- fuel mixture and perform the safety checks again.
57
- </Paragraph>
58
-
59
- <Link href="#" variant="monochrome">
60
- Visit fueling console
61
- </Link>
62
- </Callout>} description="This information will be used to track your passengers' whereabouts." legend="Passenger information" name="passengers">
63
- <TextField hint="Specify your destination within the Sol system." label="Number of passengers" />
64
- <TextField label="Captain's name" />
65
- </Fieldset>
66
- </>,
67
- description: "Register your ship before docking with the station."
68
- }
69
- }`,...(q=(P=n.parameters)==null?void 0:P.docs)==null?void 0:q.source}}};const jt=["Simple","Fieldsets","Description","Alert","FullWidth","KitchenSink"];export{s as Alert,o as Description,i as Fieldsets,a as FullWidth,n as KitchenSink,r as Simple,jt as __namedExportsOrder,Ft as default};
@@ -1 +0,0 @@
1
- import{_ as E,a as m,c as v,b as R}from"./createTheme-BmPXDA4p.js";import{r as L}from"./index-NdkWRN8K.js";import{u as S,s as k,c as A}from"./DefaultPropsProvider-B7tpShA7.js";import{g as M,f as t}from"./formControlLabelClasses-BtjP4uib.js";import{u as w,f as U}from"./useFormControl-BMISTZuX.js";import{j as p}from"./jsx-runtime-CnH95YSl.js";import{T as F}from"./Typography-D7-qxuiy.js";import{S as W}from"./Stack-Ba8l39se.js";const z=["checked","className","componentsProps","control","disabled","disableTypography","inputRef","label","labelPlacement","name","onChange","required","slotProps","value"],H=o=>{const{classes:e,disabled:l,labelPlacement:n,error:a,required:r}=o,d={root:["root",l&&"disabled",`labelPlacement${R(n)}`,a&&"error",r&&"required"],label:["label",l&&"disabled"],asterisk:["asterisk",a&&"error"]};return A(d,M,e)},I=k("label",{name:"MuiFormControlLabel",slot:"Root",overridesResolver:(o,e)=>{const{ownerState:l}=o;return[{[`& .${t.label}`]:e.label},e.root,e[`labelPlacement${R(l.labelPlacement)}`]]}})(({theme:o,ownerState:e})=>m({display:"inline-flex",alignItems:"center",cursor:"pointer",verticalAlign:"middle",WebkitTapHighlightColor:"transparent",marginLeft:-11,marginRight:16,[`&.${t.disabled}`]:{cursor:"default"}},e.labelPlacement==="start"&&{flexDirection:"row-reverse",marginLeft:16,marginRight:-11},e.labelPlacement==="top"&&{flexDirection:"column-reverse",marginLeft:16},e.labelPlacement==="bottom"&&{flexDirection:"column",marginLeft:16},{[`& .${t.label}`]:{[`&.${t.disabled}`]:{color:(o.vars||o).palette.text.disabled}}})),B=k("span",{name:"MuiFormControlLabel",slot:"Asterisk",overridesResolver:(o,e)=>e.asterisk})(({theme:o})=>({[`&.${t.error}`]:{color:(o.vars||o).palette.error.main}})),Z=L.forwardRef(function(e,l){var n,a;const r=S({props:e,name:"MuiFormControlLabel"}),{className:d,componentsProps:$={},control:i,disabled:P,disableTypography:j,label:q,labelPlacement:N="end",required:C,slotProps:_={}}=r,T=E(r,z),b=w(),y=(n=P??i.props.disabled)!=null?n:b==null?void 0:b.disabled,u=C??i.props.required,x={disabled:y,required:u};["checked","name","onChange","value","inputRef"].forEach(c=>{typeof i.props[c]>"u"&&typeof r[c]<"u"&&(x[c]=r[c])});const D=U({props:r,muiFormControl:b,states:["error"]}),f=m({},r,{disabled:y,labelPlacement:N,required:u,error:D.error}),g=H(f),h=(a=_.typography)!=null?a:$.typography;let s=q;return s!=null&&s.type!==F&&!j&&(s=p.jsx(F,m({component:"span"},h,{className:v(g.label,h==null?void 0:h.className),children:s}))),p.jsxs(I,m({className:v(g.root,d),ownerState:f,ref:l},T,{children:[L.cloneElement(i,x),u?p.jsxs(W,{display:"block",children:[s,p.jsxs(B,{ownerState:f,"aria-hidden":!0,className:g.asterisk,children:[" ","*"]})]}):s]}))});export{Z as F};
@@ -1 +0,0 @@
1
- import{_ as u,a as e,c as f}from"./createTheme-BmPXDA4p.js";import{r as w}from"./index-NdkWRN8K.js";import{u as x,s as F,c as d}from"./DefaultPropsProvider-B7tpShA7.js";import{g as C}from"./formGroupClasses-D9ChLj7o.js";import{u as G,f as R}from"./useFormControl-BMISTZuX.js";import{j}from"./jsx-runtime-CnH95YSl.js";const _=["className","row"],v=o=>{const{classes:r,row:t,error:s}=o;return d({root:["root",t&&"row",s&&"error"]},C,r)},y=F("div",{name:"MuiFormGroup",slot:"Root",overridesResolver:(o,r)=>{const{ownerState:t}=o;return[r.root,t.row&&r.row]}})(({ownerState:o})=>e({display:"flex",flexDirection:"column",flexWrap:"wrap"},o.row&&{flexDirection:"row"})),M=w.forwardRef(function(r,t){const s=x({props:r,name:"MuiFormGroup"}),{className:a,row:m=!1}=s,n=u(s,_),l=G(),p=R({props:s,muiFormControl:l,states:["error"]}),c=e({},s,{row:m,error:p.error}),i=v(c);return j.jsx(y,e({className:f(i.root,a),ownerState:c,ref:t},n))});export{M as F};
@@ -1 +0,0 @@
1
- import{g as v,_ as z,a as c,c as b,b as x}from"./createTheme-BmPXDA4p.js";import{r as F}from"./index-NdkWRN8K.js";import{u as T,f as C}from"./useFormControl-BMISTZuX.js";import{u as H,s as q,c as R}from"./DefaultPropsProvider-B7tpShA7.js";import{g as j}from"./generateUtilityClasses-DYvjsuMV.js";import{j as p}from"./jsx-runtime-CnH95YSl.js";function y(e){return v("MuiFormHelperText",e)}const u=j("MuiFormHelperText",["root","error","disabled","sizeSmall","sizeMedium","contained","focused","filled","required"]);var f;const M=["children","className","component","disabled","error","filled","focused","margin","required","variant"],_=e=>{const{classes:r,contained:s,size:t,disabled:a,error:l,filled:i,focused:n,required:d}=e,o={root:["root",a&&"disabled",l&&"error",t&&`size${x(t)}`,s&&"contained",n&&"focused",i&&"filled",d&&"required"]};return R(o,y,r)},N=q("p",{name:"MuiFormHelperText",slot:"Root",overridesResolver:(e,r)=>{const{ownerState:s}=e;return[r.root,s.size&&r[`size${x(s.size)}`],s.contained&&r.contained,s.filled&&r.filled]}})(({theme:e,ownerState:r})=>c({color:(e.vars||e).palette.text.secondary},e.typography.caption,{textAlign:"left",marginTop:3,marginRight:0,marginBottom:0,marginLeft:0,[`&.${u.disabled}`]:{color:(e.vars||e).palette.text.disabled},[`&.${u.error}`]:{color:(e.vars||e).palette.error.main}},r.size==="small"&&{marginTop:4},r.contained&&{marginLeft:14,marginRight:14})),E=F.forwardRef(function(r,s){const t=H({props:r,name:"MuiFormHelperText"}),{children:a,className:l,component:i="p"}=t,n=z(t,M),d=T(),o=C({props:t,muiFormControl:d,states:["variant","size","disabled","error","filled","focused","required"]}),m=c({},t,{component:i,contained:o.variant==="filled"||o.variant==="outlined",variant:o.variant,size:o.size,disabled:o.disabled,error:o.error,filled:o.filled,focused:o.focused,required:o.required}),g=_(m);return p.jsx(N,c({as:i,ownerState:m,className:b(g.root,l),ref:s},n,{children:a===" "?f||(f=p.jsx("span",{className:"notranslate",children:"​"})):a}))});export{E as F};
@@ -1 +0,0 @@
1
- import{_ as x,a as i,c as v,b as F}from"./createTheme-BmPXDA4p.js";import{r as L}from"./index-NdkWRN8K.js";import{u as y,f as C}from"./useFormControl-BMISTZuX.js";import{u as q,s as b,c as k}from"./DefaultPropsProvider-B7tpShA7.js";import{g as R,f as t}from"./formLabelClasses-xMgYguuN.js";import{j as f}from"./jsx-runtime-CnH95YSl.js";const g=["children","className","color","component","disabled","error","filled","focused","required"],j=r=>{const{classes:o,color:c,focused:s,disabled:d,error:a,filled:l,required:n}=r,p={root:["root",`color${F(c)}`,d&&"disabled",a&&"error",l&&"filled",s&&"focused",n&&"required"],asterisk:["asterisk",a&&"error"]};return k(p,R,o)},$=b("label",{name:"MuiFormLabel",slot:"Root",overridesResolver:({ownerState:r},o)=>i({},o.root,r.color==="secondary"&&o.colorSecondary,r.filled&&o.filled)})(({theme:r,ownerState:o})=>i({color:(r.vars||r).palette.text.secondary},r.typography.body1,{lineHeight:"1.4375em",padding:0,position:"relative",[`&.${t.focused}`]:{color:(r.vars||r).palette[o.color].main},[`&.${t.disabled}`]:{color:(r.vars||r).palette.text.disabled},[`&.${t.error}`]:{color:(r.vars||r).palette.error.main}})),N=b("span",{name:"MuiFormLabel",slot:"Asterisk",overridesResolver:(r,o)=>o.asterisk})(({theme:r})=>({[`&.${t.error}`]:{color:(r.vars||r).palette.error.main}})),U=L.forwardRef(function(o,c){const s=q({props:o,name:"MuiFormLabel"}),{children:d,className:a,component:l="label"}=s,n=x(s,g),p=y(),e=C({props:s,muiFormControl:p,states:["color","required","focused","disabled","error","filled"]}),m=i({},s,{color:e.color||"primary",component:l,disabled:e.disabled,error:e.error,filled:e.filled,focused:e.focused,required:e.required}),u=j(m);return f.jsxs($,i({as:l,ownerState:m,className:v(u.root,a),ref:c},n,{children:[d,e.required&&f.jsxs(N,{ownerState:m,"aria-hidden":!0,className:u.asterisk,children:[" ","*"]})]}))});export{U as F};
@@ -1,16 +0,0 @@
1
- import{j as e}from"./jsx-runtime-CnH95YSl.js";import{useMDXComponents as i}from"./index-BeeV6X6A.js";import{M as t}from"./index-BpVuOoKb.js";import"./index-NdkWRN8K.js";import"./_commonjsHelpers-gnU0ypJ3.js";import"./iframe-C-RQ_TKY.js";import"./index-BJTM6NaI.js";import"./index-B5xazMy1.js";import"./index-DieBXP3Z.js";import"./index-CXQShRbs.js";import"./index-DrFu-skq.js";function o(s){const n={code:"code",h1:"h1",h2:"h2",li:"li",ol:"ol",p:"p",pre:"pre",...i(),...s.components};return e.jsxs(e.Fragment,{children:[e.jsx(t,{}),`
2
- `,e.jsx(n.h1,{id:"generating-odyssey-icons",children:"Generating Odyssey Icons"}),`
3
- `,e.jsx(n.h2,{id:"tldr",children:"tl;dr"}),`
4
- `,e.jsxs(n.ol,{children:[`
5
- `,e.jsx(n.li,{children:"Designer exports all icons as SVGs."}),`
6
- `,e.jsxs(n.li,{children:["Put icons in ",e.jsx(n.code,{children:"packages/odyssey-icons/figma"}),"."]}),`
7
- `,e.jsxs(n.li,{children:["Run ",e.jsx(n.code,{children:"yarn generate:icons"})," from the project root."]}),`
8
- `,e.jsxs(n.li,{children:["Add new icons to ",e.jsx(n.code,{children:"packages/core/odyssey-react-mui/icons/index.ts"}),"."]}),`
9
- `]}),`
10
- `,e.jsx(n.h2,{id:"verbose",children:"Verbose"}),`
11
- `,e.jsxs(n.p,{children:["When we have new icons in Figma, a designer will add those to the ",e.jsx(n.code,{children:"packages/odyssey-icons"})," package in the ",e.jsx(n.code,{children:"figma/"})," folder."]}),`
12
- `,e.jsx(n.p,{children:"After that's complete, run this command to generate our icons:"}),`
13
- `,e.jsx(n.pre,{children:e.jsx(n.code,{className:"language-sh",children:`yarn generate:icons
14
- `})}),`
15
- `,e.jsxs(n.p,{children:["After icons are generated, there's one manual step required. Any new icons need to be manually added to the ",e.jsx(n.code,{children:"odyssey-react-mui/icons/index.ts"})," file. Just copy paste an existing icon export and modify it."]}),`
16
- `,e.jsx(n.p,{children:"In the past, this was automated, but an update to the SVGR library broke index templating, so we have to do this part by hand."})]})}function g(s={}){const{wrapper:n}={...i(),...s.components};return n?e.jsx(n,{...s,children:e.jsx(o,{...s})}):o(s)}export{g as default};
@@ -1 +0,0 @@
1
- import{G as m,a as l,T as n}from"./createTheme-BmPXDA4p.js";import"./index-NdkWRN8K.js";import{d as p}from"./DefaultPropsProvider-B7tpShA7.js";import{j as s}from"./jsx-runtime-CnH95YSl.js";import{u}from"./useTheme-C05bJKih.js";function f({styles:o,themeId:e,defaultTheme:r={}}){const t=u(r),a=typeof o=="function"?o(e&&t[e]||t):o;return s.jsx(m,{styles:a})}function b(o){return s.jsx(f,l({},o,{defaultTheme:p,themeId:n}))}export{b as G};
@@ -1 +0,0 @@
1
- import{r as e}from"./index-NdkWRN8K.js";import{j as o}from"./jsx-runtime-CnH95YSl.js";import{S as l}from"./SvgIcon-BQAg6Jm7.js";const m=e.forwardRef((r,c)=>o.jsx(l,{fill:"none",ref:c,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...r,children:o.jsx(o.Fragment,{children:o.jsx("path",{clipRule:"evenodd",d:"M11.17 3.473c.36-.381.64-.473.83-.473.189 0 .47.091.83.473.363.384.736.992 1.07 1.827.581 1.454.986 3.443 1.08 5.7H9.02c.094-2.257.499-4.246 1.08-5.7.334-.835.707-1.443 1.07-1.827ZM7.019 11c.094-2.467.534-4.718 1.224-6.442.128-.32.267-.627.416-.918A9.009 9.009 0 0 0 3.055 11h3.964Zm-3.964 2a9.009 9.009 0 0 0 5.604 7.36c-.15-.29-.288-.598-.416-.918-.69-1.724-1.13-3.975-1.224-6.442H3.055Zm5.966 0h5.958c-.093 2.257-.498 4.246-1.079 5.7-.334.835-.707 1.444-1.07 1.827-.36.381-.641.473-.83.473-.189 0-.47-.091-.83-.473-.363-.384-.736-.992-1.07-1.827-.581-1.454-.986-3.443-1.08-5.7Zm7.96 0c-.094 2.467-.534 4.718-1.224 6.442-.128.32-.267.627-.416.918A9.009 9.009 0 0 0 20.945 13h-3.964Zm3.964-2a9.009 9.009 0 0 0-5.604-7.36c.15.29.288.598.416.918.69 1.724 1.13 3.975 1.224 6.442h3.964ZM23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11Z",fill:"currentColor",fillRule:"evenodd"})})})),n=e.memo(m);n.displayName="GlobeIcon";export{n as M};
@@ -1 +0,0 @@
1
- import{r as c}from"./index-NdkWRN8K.js";import{j as r}from"./jsx-runtime-CnH95YSl.js";import{S as e}from"./SvgIcon-BQAg6Jm7.js";const i=c.forwardRef((l,o)=>r.jsx(e,{fill:"none",ref:o,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...l,children:r.jsxs(r.Fragment,{children:[r.jsx("circle",{cx:5,cy:5,fill:"currentColor",r:2}),r.jsx("circle",{cx:5,cy:12,fill:"currentColor",r:2}),r.jsx("circle",{cx:5,cy:19,fill:"currentColor",r:2}),r.jsx("circle",{cx:12,cy:5,fill:"currentColor",r:2}),r.jsx("circle",{cx:12,cy:12,fill:"currentColor",r:2}),r.jsx("circle",{cx:12,cy:19,fill:"currentColor",r:2}),r.jsx("circle",{cx:19,cy:5,fill:"currentColor",r:2}),r.jsx("circle",{cx:19,cy:12,fill:"currentColor",r:2}),r.jsx("circle",{cx:19,cy:19,fill:"currentColor",r:2})]})})),x=c.memo(i);x.displayName="GridIcon";export{x as M};
@@ -1 +0,0 @@
1
- import{r}from"./index-NdkWRN8K.js";import{j as o}from"./jsx-runtime-CnH95YSl.js";import{S as m}from"./SvgIcon-BQAg6Jm7.js";const n=r.forwardRef((e,l)=>o.jsx(m,{fill:"none",ref:l,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...e,children:o.jsx(o.Fragment,{children:o.jsx("path",{clipRule:"evenodd",d:"M19 6.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm2 0a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-11 5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm2 0a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM7.5 19c-1.807 0-3.479 1.744-3.5 4.01l-2-.02C2.03 19.872 4.368 17 7.5 17c3.135 0 5.482 2.86 5.5 5.994l-2 .012C10.987 20.738 9.316 19 7.5 19Zm5.583-1.808C13.45 15.317 14.921 14 16.5 14c1.81 0 3.487 1.74 3.5 4.006l2-.012C21.982 14.86 19.628 12 16.5 12c-2.735 0-4.87 2.204-5.38 4.808-.075.384-.116.78-.12 1.183l2 .018a4.47 4.47 0 0 1 .083-.817Z",fill:"currentColor",fillRule:"evenodd"})})})),t=r.memo(n);t.displayName="GroupIcon";export{t as M};
@@ -1,33 +0,0 @@
1
- import{r as m}from"./index-NdkWRN8K.js";import{M as E}from"./Field-ilPS333M.js";import{u as W}from"./OdysseyDesignTokensContext-BWQIA5ie.js";import{M as q}from"./Tag-CjPSrGAL.js";import{c as K}from"./Typography-CiNRLenM.js";import{j as t}from"./jsx-runtime-CnH95YSl.js";import{B as g}from"./Box-C2ekHaOu.js";import{g as H,_,a as f,c as $}from"./createTheme-BmPXDA4p.js";import{c as ee}from"./createSvgIcon-DiC7XVU3.js";import{g as oe}from"./generateUtilityClasses-DYvjsuMV.js";import{u as te}from"./useSlot-F4Qz2Wzp.js";import{u as re,s as U,c as ae}from"./DefaultPropsProvider-B7tpShA7.js";import{M as se}from"./Grid-B2PgWvdd.js";import{I as ie}from"./InputBase--xDu7aWm.js";import{A as ne}from"./Autocomplete-MfScEzbR.js";import{M as le}from"./User-BBdPovZN.js";import{M as pe}from"./Group-W0XqkWVH.js";import"./_commonjsHelpers-gnU0ypJ3.js";import"./Box-BXOPvc0Q.js";import"./List-W5kRT_jR.js";import"./ListContext-C02XM7tn.js";import"./ListItem-CcduKzQu.js";import"./utils-iop7lDec.js";import"./useFormControl-BMISTZuX.js";import"./FormLabel-BLeax9q3.js";import"./formLabelClasses-xMgYguuN.js";import"./TransitionGroupContext-twgBS-Q3.js";import"./useIsFocusVisible-DH0qxT5e.js";import"./isHostComponent-DVu5iVWx.js";import"./ButtonBase-BqXVk-1q.js";import"./assertThisInitialized-B9jnkVVz.js";import"./inheritsLoose-CWawPfk8.js";import"./buttonBaseClasses-CSPKg76d.js";import"./ScreenReaderText-vq7_Ob_I.js";import"./visuallyHidden-Dan1xhjv.js";import"./useTranslation-vEf1lqoc.js";import"./context-D_qJ2zXV.js";import"./FormHelperText-ZkUAjajs.js";import"./FieldHint-Cv7aMlpU.js";import"./useUniqueId-Bsgqe1tm.js";import"./createUniqueId-ByTaVY63.js";import"./MuiPropsContext-DhRylJZk.js";import"./useContrastMode-BthoHtLy.js";import"./Chip-BOK8DR8m.js";import"./chipClasses-BMWKl3Eu.js";import"./CloseCircleFilled-D2aBlgBe.js";import"./SvgIcon-BQAg6Jm7.js";import"./Typography-D7-qxuiy.js";import"./typographyClasses-D8vr2n3l.js";import"./useTheme-C05bJKih.js";import"./resolveComponentProps-DMpKAZvD.js";import"./inputBaseClasses-PAjj3ZBN.js";import"./ownerWindow-HkKU3E4x.js";import"./ownerDocument-DW-IO8s5.js";import"./debounce-Be36O1Ab.js";import"./GlobalStyles-BxDN_5FT.js";import"./ArrowDropDown-bSngWMh1.js";import"./Close-DA_Sph0R.js";import"./autocompleteClasses-Bi4FgC8v.js";import"./Paper-DbAuDGNI.js";import"./Popper-CwLH-7YW.js";import"./Portal-Bvf2g5iG.js";import"./index-B5xazMy1.js";import"./index-DieBXP3Z.js";import"./popper-CMBiYTiD.js";import"./useId-cMcvCE23.js";import"./useControlled-NQulfz4l.js";import"./IconButton-CK9Do7vj.js";import"./ListSubheader-DXKE8lW0.js";const me=ee(t.jsx("path",{d:"M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"}),"Person");function ce(e){return H("MuiAvatar",e)}const D=oe("MuiAvatar",["root","colorDefault","circular","rounded","square","img","fallback"]),ue=["alt","children","className","component","slots","slotProps","imgProps","sizes","src","srcSet","variant"],de=e=>{const{classes:r,variant:a,colorDefault:s}=e;return ae({root:["root",a,s&&"colorDefault"],img:["img"],fallback:["fallback"]},ce,r)},ge=U("div",{name:"MuiAvatar",slot:"Root",overridesResolver:(e,r)=>{const{ownerState:a}=e;return[r.root,r[a.variant],a.colorDefault&&r.colorDefault]}})(({theme:e})=>({position:"relative",display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0,width:40,height:40,fontFamily:e.typography.fontFamily,fontSize:e.typography.pxToRem(20),lineHeight:1,borderRadius:"50%",overflow:"hidden",userSelect:"none",variants:[{props:{variant:"rounded"},style:{borderRadius:(e.vars||e).shape.borderRadius}},{props:{variant:"square"},style:{borderRadius:0}},{props:{colorDefault:!0},style:f({color:(e.vars||e).palette.background.default},e.vars?{backgroundColor:e.vars.palette.Avatar.defaultBg}:f({backgroundColor:e.palette.grey[400]},e.applyStyles("dark",{backgroundColor:e.palette.grey[600]})))}]})),ye=U("img",{name:"MuiAvatar",slot:"Img",overridesResolver:(e,r)=>r.img})({width:"100%",height:"100%",textAlign:"center",objectFit:"cover",color:"transparent",textIndent:1e4}),fe=U(me,{name:"MuiAvatar",slot:"Fallback",overridesResolver:(e,r)=>r.fallback})({width:"75%",height:"75%"});function be({crossOrigin:e,referrerPolicy:r,src:a,srcSet:s}){const[p,c]=m.useState(!1);return m.useEffect(()=>{if(!a&&!s)return;c(!1);let d=!0;const i=new Image;return i.onload=()=>{d&&c("loaded")},i.onerror=()=>{d&&c("error")},i.crossOrigin=e,i.referrerPolicy=r,i.src=a,s&&(i.srcset=s),()=>{d=!1}},[e,r,a,s]),p}const z=m.forwardRef(function(r,a){const s=re({props:r,name:"MuiAvatar"}),{alt:p,children:c,className:d,component:i="div",slots:w={},slotProps:T={},imgProps:x,sizes:j,src:b,srcSet:l,variant:B="circular"}=s,S=_(s,ue);let y=null;const R=be(f({},x,{src:b,srcSet:l})),C=b||l,n=C&&R!=="error",o=f({},s,{colorDefault:!n,component:i,variant:B}),u=de(o),[h,A]=te("img",{className:u.img,elementType:ye,externalForwardedProps:{slots:w,slotProps:{img:f({},x,T.img)}},additionalProps:{alt:p,src:b,srcSet:l,sizes:j},ownerState:o});return n?y=t.jsx(h,f({},A)):c||c===0?y=c:C&&p?y=p[0]:y=t.jsx(fe,{ownerState:o,className:u.fallback}),t.jsx(ge,f({as:i,ownerState:o,className:$(u.root,d),ref:a},S,{children:y}))}),V=16,Z=24,he=({hasMultipleChoices:e,isCustomValueAllowed:r,isDisabled:a,isLoading:s,isOptional:p=!1,isReadOnly:c,hint:d,label:i,onChange:w,onInputChange:T,options:x,value:j,testId:b})=>{const l=W(),B=m.useCallback((n,o)=>n.id===o.id,[]),S=m.useCallback(n=>n.name,[]),y=m.useCallback((n,o)=>m.createElement("li",{...n,key:o.id},t.jsxs(g,{sx:{alignItems:"top",display:"flex",flexDirection:"row"},children:[t.jsx(g,{sx:{paddingRight:l.Spacing2},children:t.jsx(z,{alt:o.name,src:o.logo,sx:{[`.${D.fallback}`]:{visibility:"hidden"},background:"transparent",height:Z,width:Z}})}),t.jsxs(g,{children:[o.name,t.jsx(K,{children:o.description}),t.jsxs(g,{sx:{display:"flex",flexDirection:"row",paddingTop:l.Spacing1},children:[typeof o.usersCount=="number"&&t.jsxs(g,{sx:{display:"flex",flexDirection:"row",paddingRight:l.Spacing4},children:[t.jsx(le,{}),o.usersCount]}),typeof o.appsCount=="number"&&t.jsxs(g,{sx:{display:"flex",flexDirection:"row",paddingRight:l.Spacing4},children:[t.jsx(se,{}),o.appsCount]}),typeof o.groupPushMappingsCount=="number"&&t.jsxs(g,{sx:{display:"flex",flexDirection:"row"},children:[t.jsx(pe,{}),o.groupPushMappingsCount]})]})]})]})),[l]),R=m.useCallback((n,o)=>n.map((u,h)=>{const{key:A,onDelete:Y}=o({index:h});return t.jsx(g,{sx:{margin:l.Spacing1},children:t.jsx(q,{icon:t.jsx(z,{alt:u.name,src:u.logo,sx:{[`.${D.fallback}`]:{visibility:"hidden"},background:"transparent",height:V,width:V}}),label:u.name,onRemove:Y})},A)}),[l]),C=m.useCallback(({InputLabelProps:n,InputProps:o,...u})=>t.jsx(E,{fieldType:"single",hasVisibleLabel:!0,hint:d,id:n.htmlFor,isOptional:p,label:i,renderFieldComponent:({ariaDescribedBy:h,id:A})=>t.jsx(ie,{...u,...o,"aria-describedby":h,id:A,required:!p})}),[d,p,i]);return t.jsx(ne,{"aria-disabled":a,"data-se":b,disabled:a,filterSelectedOptions:!0,freeSolo:r,getOptionLabel:S,isOptionEqualToValue:B,loading:s,multiple:e,onChange:w,onInputChange:T,options:x,readOnly:c,renderInput:C,renderOption:y,renderTags:R,value:j})},Ae=m.memo(he),v="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAQAAABLCVATAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABgJJREFUGBkFwXmQlnUBAODn977vd+yyy67LcsmxgIQHC4MiaiZiTjoYIOZopU1TUzmVjUozjjpZ6mj90dAfmk6TDGlml1dUJCozkhAVggMlh1y660IruyzLsce33/W+PU/YI3LOegUAAKDTDuOwxlMAAABABABggcfcpwhYIw/uMQlwo7VWAACQAGQCXGadxZhti2lmu00OXOBp79trhgfNcJfHPAkAhD0iZz2v2RmZxjuy3wNOmQAA4JQJgL+7HgCIgGCc+a4x1mMYMAEAABMAdbsAACIgwyydypMkQKakJlQdt9Vh/YyqAQSTMwBAAkA6Ofll/qKsGDCi1TX2/7x3Q37YoGbF6tQbNhzRpVEgim6OH688EgCQZLQUXyGnb+LhRXlBquJqYf2n1s3ZtcMISHS4trP/wltf2ySIZOfVHwjTDVhkkychfKAcvV7vUkBJoi52nWuf333XvLsa73wnGQAFiywY3LRyyeoTf37FkBioSQy7zVsk0bjsyEENKkikCuLfTXqi59C5NVt/3DVuTA0E3ba6ZNu2az83yxXNLw+JIUGTm2yWJVkp96XLt/1HDpm6RVYeapz33l/2zBhqrIsAlJzWv3TukfH719x9zPMyAfjY6zIiafSP5iWTpKi4wOdfHl67cf6WC880ZmIBmQyRyIhDc/+4sKf3ktU3GgUya22BaMQWI5+0yaSazNwQf63+9e5H/ycWpAoudYNlJgkIxhzoqGy3sf3W89VgUI86RJkGFzUeFKubmF51bPyyo08fLeZRsbR6/k1ZMSkmxbS4vD+HYCTa9Zl0Y9PhS6sVaLMQiEJrmFs7nCGI3zh9364ZPUkqGHPV6Kxb628qKysrR5OX9wcw6EBbeX96e8gQXKlDjmT09Dnb5WXGa7RVg345qRYN36z9LRZAIhUmT8gGBGX7DPqwr+GUdqwy37N+mzxXj+MEmUiLESV11MzSkOvVIZVKXWKEwsW2ClJldVHJoHYwx09NjgIgk5ikWQoysYKCvIIgLy8vLw8AQ3oBkEXT4iZVBFXdTopBZMjIWOa0IZmyAVW18ikAqXqbeYBMj+7ozrc6t02TCipKtXbtUYNMokvl8ulNvUZFYkc1a19+UIRYe5hqUlRvBqc85w7PRCPLk2Ur3xwTDKtMX7bw6uoMZUHd8QdKP8k3BJBIVvS8MYpUg8XFK5qW3j7WDF71Lf8iyQw5vnpieVhsdPHpB+f/oH9/6/ySog8k95bl38vLxLp/s1NeJjLXtF/v7+i9P4aSXUCSN1lvMtUhsZN2Xjy7tf32mS8eXFzX5IDGe3NG1JS8q4DUeefmPJE9VXpmtzxUHAOiosu0PnxMJKjpuvT4y1N89oUlUhVFdUftsddZBZmK860Y6/hZZd373xsVQYtVWiC+pzD24ta7B8WIDRmYEJ3uWB9ODM+uTTgjEkQimbLUxVp+eNP6/w7se2m7RoBO/XaRhKw+8LFGqUwsp1v3yq9EHb84+/b41/rmdimB2BSzZd9O1o09/PoXywoANJoKYa803lvbok3QpyjFHKv2da0eX5m57N8NvVKRoiu19byz+fo/vP3lPcpimcA54x21ykHCbnGhdMuzppm1KH5os2aZqinG77vy3Z77e88UnWdYxZgbntw6s/aFIxJBqn4o/0B21hRH7IYkUK68RF1+w3WqD/1TQd4JpzurnZ8smXisRbtUVZc3Vww6Iy+om+2Cvk1/bQBAAkBWaX18YWXfIyNiealu0cIzC4ccU1WX6BYrIJMz772Z360oCgASIAi6/KpU2ZOATCoRjMkMCYjk1KUixI4MHD0wXc2ICJAAo07IpBQSsapm053UJy8CVBTMc0afRNmRmFiqLieRISHV5G5APvnIW2ZpW1t/pmzVCwev+0gOVV/1p3mF8rjJi3fuMN/1xTHQYIedGpBA0AIovGrzpx9d2Lb9R1G5Ln/zgo0nl43KLNA6N/0wk/ZMXfqN17Z3tlZKoFFBBhIgBaTl9GTu+/mQVYbdYtZQvrSnPiy11LiT37EFYXvD7Gw0lYJUBggZAAAAAAAAAADg/y0LbTqgZCLTAAAAAElFTkSuQmCC";/*!
2
- * Copyright (c) 2021-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
- * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
- *
5
- * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
- * Unless required by applicable law or agreed to in writing, software
7
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
- *
10
- * See the License for the specific language governing permissions and limitations under the License.
11
- */const ve=[{id:"en",name:"English",description:"",logo:v},{id:"fr",name:"French",description:"Français",logo:"",usersCount:100,appsCount:200},{id:"jp",name:"Japanese",description:"日本語",logo:v,usersCount:0,appsCount:0},{id:"es",name:"Spanish",description:"Español",logo:v,usersCount:101,appsCount:202,groupPushMappingsCount:303}],Po={component:Ae,argTypes:{hasMultipleChoices:{control:"boolean",description:"Enables multiple choice selection",table:{type:{summary:"boolean"}}},hint:{control:"text",description:"The hint text for the autocomplete input",table:{type:{summary:"string"}}},isCustomValueAllowed:{control:"boolean",description:"Allows the input of custom values",table:{type:{summary:"boolean"}}},isDisabled:{control:"boolean",description:"Disables the autocomplete input",table:{type:{summary:"boolean"}}},isLoading:{control:"boolean",description:"Displays a loading indicator",table:{type:{summary:"boolean"}}},isReadOnly:{control:"boolean",description:"Makes the autocomplete input read-only",table:{type:{summary:"boolean"}}},label:{control:"text",description:"The label text for the autocomplete input",table:{type:{summary:"string"}}},onChange:{description:"Callback fired when the value of the autocomplete input changes",table:{type:{summary:"func"}}},onInputChange:{description:"Callback fired when the input value of the autocomplete input changes",table:{type:{summary:"func"}}},options:{description:"The options for the autocomplete input",table:{type:{summary:"Array<OptionType> | GroupedOptionType<OptionType>[] | Promise<Array<OptionType> | GroupedOptionType<OptionType>[]>"}}},value:{description:"The value of the autocomplete input",table:{type:{summary:"OptionType | OptionType[]"}}},isOptional:{control:"boolean",table:{type:{summary:"boolean"},defaultValue:{summary:"false"}}}},args:{label:"Languages",hint:"Languages supported by the system",options:ve},tags:["autodocs"]},k={},I={args:{hasMultipleChoices:!0}},M={args:{isDisabled:!0,hasMultipleChoices:!0,value:[{id:"en",name:"English",description:"",logo:v},{id:"jp",name:"Japanese",description:"日本語",logo:v,usersCount:0,appsCount:0}]}};var P,F,G;k.parameters={...k.parameters,docs:{...(P=k.parameters)==null?void 0:P.docs,source:{originalSource:"{}",...(G=(F=k.parameters)==null?void 0:F.docs)==null?void 0:G.source}}};var L,O,X;I.parameters={...I.parameters,docs:{...(L=I.parameters)==null?void 0:L.docs,source:{originalSource:`{
12
- args: {
13
- hasMultipleChoices: true
14
- }
15
- }`,...(X=(O=I.parameters)==null?void 0:O.docs)==null?void 0:X.source}}};var Q,J,N;M.parameters={...M.parameters,docs:{...(Q=M.parameters)==null?void 0:Q.docs,source:{originalSource:`{
16
- args: {
17
- isDisabled: true,
18
- hasMultipleChoices: true,
19
- value: [{
20
- id: "en",
21
- name: "English",
22
- description: "",
23
- logo: demoImage
24
- }, {
25
- id: "jp",
26
- name: "Japanese",
27
- description: "日本語",
28
- logo: demoImage,
29
- usersCount: 0,
30
- appsCount: 0
31
- }]
32
- }
33
- }`,...(N=(J=M.parameters)==null?void 0:J.docs)==null?void 0:N.source}}};const Fo=["GroupPickerDefault","Multiple","Disabled"];export{M as Disabled,k as GroupPickerDefault,I as Multiple,Fo as __namedExportsOrder,Po as default};
@@ -1 +0,0 @@
1
- import{_ as B,a as E}from"./createTheme-BmPXDA4p.js";import{r as c}from"./index-NdkWRN8K.js";import{T as J,u as M,g as A,r as N}from"./utils-gq6yExow.js";import{j as O}from"./jsx-runtime-CnH95YSl.js";import{a as Q,u as U}from"./useIsFocusVisible-DH0qxT5e.js";import{g as V}from"./Portal-Bvf2g5iG.js";const X=["addEndListener","appear","children","easing","in","onEnter","onEntered","onEntering","onExit","onExited","onExiting","style","timeout","TransitionComponent"];function h(l){return`scale(${l}, ${l**2})`}const Y={entering:{opacity:1,transform:h(1)},entered:{opacity:1,transform:"none"}},p=typeof navigator<"u"&&/^((?!chrome|android).)*(safari|mobile)/i.test(navigator.userAgent)&&/(os |version\/)15(.|_)4/i.test(navigator.userAgent),Z=c.forwardRef(function(x,L){const{addEndListener:y,appear:_=!0,children:m,easing:T,in:R,onEnter:j,onEntered:w,onEntering:D,onExit:v,onExited:H,onExiting:C,style:f,timeout:o="auto",TransitionComponent:F=J}=x,G=B(x,X),P=Q(),g=c.useRef(),r=M(),u=c.useRef(null),b=U(u,V(m),L),s=t=>e=>{if(t){const i=u.current;e===void 0?t(i):t(i,e)}},S=s(D),W=s((t,e)=>{N(t);const{duration:i,delay:d,easing:n}=A({style:f,timeout:o,easing:T},{mode:"enter"});let a;o==="auto"?(a=r.transitions.getAutoHeightDuration(t.clientHeight),g.current=a):a=i,t.style.transition=[r.transitions.create("opacity",{duration:a,delay:d}),r.transitions.create("transform",{duration:p?a:a*.666,delay:d,easing:n})].join(","),j&&j(t,e)}),$=s(w),z=s(C),K=s(t=>{const{duration:e,delay:i,easing:d}=A({style:f,timeout:o,easing:T},{mode:"exit"});let n;o==="auto"?(n=r.transitions.getAutoHeightDuration(t.clientHeight),g.current=n):n=e,t.style.transition=[r.transitions.create("opacity",{duration:n,delay:i}),r.transitions.create("transform",{duration:p?n:n*.666,delay:p?i:i||n*.333,easing:d})].join(","),t.style.opacity=0,t.style.transform=h(.75),v&&v(t)}),k=s(H),q=t=>{o==="auto"&&P.start(g.current||0,t),y&&y(u.current,t)};return O.jsx(F,E({appear:_,in:R,nodeRef:u,onEnter:W,onEntered:$,onEntering:S,onExit:K,onExited:k,onExiting:z,addEndListener:q,timeout:o==="auto"?null:o},G,{children:(t,e)=>c.cloneElement(m,E({style:E({opacity:0,transform:h(.75),visibility:t==="exited"&&!R?"hidden":void 0},Y[t],f,m.props.style),ref:b},e))}))});Z.muiSupportAuto=!0;export{Z as G};
@@ -1 +0,0 @@
1
- import{r as e}from"./index-NdkWRN8K.js";import{j as l}from"./jsx-runtime-CnH95YSl.js";import{S as a}from"./SvgIcon-BQAg6Jm7.js";const c=e.forwardRef((o,r)=>l.jsx(a,{fill:"none",ref:r,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...o,children:l.jsx(l.Fragment,{children:l.jsx("path",{clipRule:"evenodd",d:"M12 3c2.353 0 4.267.745 5.791 1.786l-1.65 1.32A8.09 8.09 0 0 0 12 5C8.746 5 6.506 6.761 5.034 8.62A14.153 14.153 0 0 0 3.068 12a14.275 14.275 0 0 0 1.78 3.14l-1.561 1.25A16.256 16.256 0 0 1 1.2 12.714a10.039 10.039 0 0 1-.137-.362l-.008-.024-.002-.007-.001-.003c0-.001 0-.002.948-.318a91.698 91.698 0 0 1-.948-.317v-.004l.003-.007.008-.024.029-.08c.025-.067.06-.163.108-.282a16.15 16.15 0 0 1 2.266-3.907C5.16 5.24 7.92 3 12 3ZM2 12l-.949.316L.946 12l.105-.316L2 12Zm10-5c.835 0 1.623.205 2.315.567l-1.838 1.47a3 3 0 0 0-3.471 2.777l-1.84 1.472A5 5 0 0 1 12 7Zm2.992 4.787-3.858 3.086a3 3 0 0 0 3.858-3.087Zm-5.6 4.48L7.576 17.72A8.098 8.098 0 0 0 12 19c3.254 0 5.494-1.761 6.966-3.62A14.151 14.151 0 0 0 20.932 12a14.152 14.152 0 0 0-1.972-3.387l-2.224 1.779a5 5 0 0 1-7.344 5.875Zm11.13-8.904 2.603-2.082-1.25-1.562-20 16 1.25 1.562 2.818-2.255C7.508 20.165 9.508 21 12 21c4.08 0 6.84-2.239 8.534-4.38a16.147 16.147 0 0 0 2.266-3.906 10.026 10.026 0 0 0 .137-.362l.008-.024.002-.007.001-.003c0-.001 0-.002-.948-.318l.949.316.105-.316-.105-.316L22 12c.949-.316.949-.317.948-.317v-.004l-.003-.007-.008-.024a7.012 7.012 0 0 0-.137-.362 16.147 16.147 0 0 0-2.279-3.922Z",fill:"currentColor",fillRule:"evenodd"})})})),m=e.memo(c);m.displayName="HideIcon";export{m as M};
@@ -1 +0,0 @@
1
- import{r as e}from"./index-NdkWRN8K.js";import{j as o}from"./jsx-runtime-CnH95YSl.js";import{S as n}from"./SvgIcon-BQAg6Jm7.js";const a=e.forwardRef((r,m)=>o.jsx(n,{fill:"none",ref:m,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...r,children:o.jsx(o.Fragment,{children:o.jsx("path",{clipRule:"evenodd",d:"m12 .655.669.602 10 9 .331.298V20a3 3 0 0 1-3 3h-5v-7a3 3 0 1 0-6 0v7H4a3 3 0 0 1-3-3v-9.445l.331-.298 10-9L12 .655Zm-9 10.79V20a1 1 0 0 0 1 1h3v-5a5 5 0 0 1 10 0v5h3a1 1 0 0 0 1-1v-8.555l-9-8.1-9 8.1Z",fill:"currentColor",fillRule:"evenodd"})})})),l=e.memo(a);l.displayName="HomeIcon";export{l as M};