@okta/odyssey-react-mui 1.15.8 → 1.20.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.
- package/CHANGELOG.md +39 -0
- package/README.md +4 -0
- package/dist/Accordion.js +2 -0
- package/dist/Accordion.js.map +1 -1
- package/dist/Autocomplete.js +9 -0
- package/dist/Autocomplete.js.map +1 -1
- package/dist/Badge.js +1 -0
- package/dist/Badge.js.map +1 -1
- package/dist/Banner.js +6 -5
- package/dist/Banner.js.map +1 -1
- package/dist/Button.js +15 -11
- package/dist/Button.js.map +1 -1
- package/dist/Callout.js +45 -7
- package/dist/Callout.js.map +1 -1
- package/dist/{Tile.js → Card.js} +43 -28
- package/dist/Card.js.map +1 -0
- package/dist/DataTable/DataTable.js +68 -40
- package/dist/DataTable/DataTable.js.map +1 -1
- package/dist/DataTable/DataTableRowActions.js.map +1 -1
- package/dist/DataTable/constants.js +0 -1
- package/dist/DataTable/constants.js.map +1 -1
- package/dist/DataTable/index.js +0 -1
- package/dist/DataTable/index.js.map +1 -1
- package/dist/Dialog.js +9 -3
- package/dist/Dialog.js.map +1 -1
- package/dist/{labs/Drawer.js → Drawer.js} +5 -5
- package/dist/Drawer.js.map +1 -0
- package/dist/{DataTable/DataTableEmptyState.js → EmptyState.js} +17 -15
- package/dist/EmptyState.js.map +1 -0
- package/dist/ErrorMessageList.js +1 -1
- package/dist/ErrorMessageList.js.map +1 -1
- package/dist/FieldError.js +3 -2
- package/dist/FieldError.js.map +1 -1
- package/dist/HtmlProps.js.map +1 -1
- package/dist/MenuItem.js +1 -0
- package/dist/MenuItem.js.map +1 -1
- package/dist/OdysseyCacheProvider.js +5 -2
- package/dist/OdysseyCacheProvider.js.map +1 -1
- package/dist/OdysseyProvider.js +1 -1
- package/dist/OdysseyProvider.js.map +1 -1
- package/dist/OdysseyTranslationProvider.js +1 -6
- package/dist/OdysseyTranslationProvider.js.map +1 -1
- package/dist/{DataTable/DataTablePagination.js → Pagination/Pagination.js} +56 -59
- package/dist/Pagination/Pagination.js.map +1 -0
- package/dist/Pagination/constants.js +14 -0
- package/dist/Pagination/constants.js.map +1 -0
- package/dist/Pagination/index.js +15 -0
- package/dist/Pagination/index.js.map +1 -0
- package/dist/Pagination/usePagination.js +51 -0
- package/dist/Pagination/usePagination.js.map +1 -0
- package/dist/Radio.js +17 -5
- package/dist/Radio.js.map +1 -1
- package/dist/ScreenReaderText.js +4 -0
- package/dist/ScreenReaderText.js.map +1 -1
- package/dist/Select.js +33 -42
- package/dist/Select.js.map +1 -1
- package/dist/Status.js +5 -3
- package/dist/Status.js.map +1 -1
- package/dist/Surface.js +38 -0
- package/dist/Surface.js.map +1 -0
- package/dist/Tabs.js +22 -0
- package/dist/Tabs.js.map +1 -1
- package/dist/TextField.js +48 -0
- package/dist/TextField.js.map +1 -1
- package/dist/Toast.js +37 -34
- package/dist/Toast.js.map +1 -1
- package/dist/assertEnv.d.ts +18 -0
- package/dist/assertEnv.d.ts.map +1 -0
- package/dist/assertEnv.js +32 -0
- package/dist/icons.generated/Add.js +1 -1
- package/dist/icons.generated/Add.js.map +1 -1
- package/dist/icons.generated/AddCircle.js +1 -1
- package/dist/icons.generated/AddCircle.js.map +1 -1
- package/dist/icons.generated/Apps.js +1 -1
- package/dist/icons.generated/Apps.js.map +1 -1
- package/dist/icons.generated/ArrowBottom.js +2 -2
- package/dist/icons.generated/ArrowBottom.js.map +1 -1
- package/dist/icons.generated/ArrowDown.js +1 -1
- package/dist/icons.generated/ArrowDown.js.map +1 -1
- package/dist/icons.generated/ArrowLeft.js +1 -1
- package/dist/icons.generated/ArrowLeft.js.map +1 -1
- package/dist/icons.generated/ArrowLowerLeft.js +1 -1
- package/dist/icons.generated/ArrowLowerLeft.js.map +1 -1
- package/dist/icons.generated/ArrowLowerRight.js +1 -1
- package/dist/icons.generated/ArrowLowerRight.js.map +1 -1
- package/dist/icons.generated/ArrowRight.js +1 -1
- package/dist/icons.generated/ArrowRight.js.map +1 -1
- package/dist/icons.generated/ArrowTop.js +2 -2
- package/dist/icons.generated/ArrowTop.js.map +1 -1
- package/dist/icons.generated/ArrowUnsorted.js +1 -1
- package/dist/icons.generated/ArrowUnsorted.js.map +1 -1
- package/dist/icons.generated/ArrowUp.js +1 -1
- package/dist/icons.generated/ArrowUp.js.map +1 -1
- package/dist/icons.generated/ArrowUpperLeft.js +1 -1
- package/dist/icons.generated/ArrowUpperLeft.js.map +1 -1
- package/dist/icons.generated/ArrowUpperRight.js +1 -1
- package/dist/icons.generated/ArrowUpperRight.js.map +1 -1
- package/dist/icons.generated/Bug.js +1 -1
- package/dist/icons.generated/Bug.js.map +1 -1
- package/dist/icons.generated/Calendar.js +1 -1
- package/dist/icons.generated/Calendar.js.map +1 -1
- package/dist/icons.generated/Call.js +1 -1
- package/dist/icons.generated/Call.js.map +1 -1
- package/dist/icons.generated/Chat.js +1 -1
- package/dist/icons.generated/Chat.js.map +1 -1
- package/dist/icons.generated/Check.js +1 -1
- package/dist/icons.generated/Check.js.map +1 -1
- package/dist/icons.generated/CheckCircleFilled.js +1 -1
- package/dist/icons.generated/CheckCircleFilled.js.map +1 -1
- package/dist/icons.generated/ChevronDown.js +1 -1
- package/dist/icons.generated/ChevronDown.js.map +1 -1
- package/dist/icons.generated/ChevronLeft.js +1 -1
- package/dist/icons.generated/ChevronLeft.js.map +1 -1
- package/dist/icons.generated/ChevronRight.js +1 -1
- package/dist/icons.generated/ChevronRight.js.map +1 -1
- package/dist/icons.generated/ChevronUp.js +1 -1
- package/dist/icons.generated/ChevronUp.js.map +1 -1
- package/dist/icons.generated/Clock.js +1 -1
- package/dist/icons.generated/Clock.js.map +1 -1
- package/dist/icons.generated/Close.js +1 -1
- package/dist/icons.generated/Close.js.map +1 -1
- package/dist/icons.generated/CloseCircleFilled.js +1 -1
- package/dist/icons.generated/CloseCircleFilled.js.map +1 -1
- package/dist/icons.generated/CollapseLeft.js +1 -1
- package/dist/icons.generated/CollapseLeft.js.map +1 -1
- package/dist/icons.generated/CollapseRight.js +1 -1
- package/dist/icons.generated/CollapseRight.js.map +1 -1
- package/dist/icons.generated/Copy.js +1 -1
- package/dist/icons.generated/Copy.js.map +1 -1
- package/dist/icons.generated/Custom.js +39 -0
- package/dist/icons.generated/Custom.js.map +1 -0
- package/dist/icons.generated/DangerDiamond.js +1 -1
- package/dist/icons.generated/DangerDiamond.js.map +1 -1
- package/dist/icons.generated/DangerDiamondFilled.js +1 -1
- package/dist/icons.generated/DangerDiamondFilled.js.map +1 -1
- package/dist/icons.generated/Delete.js +1 -1
- package/dist/icons.generated/Delete.js.map +1 -1
- package/dist/icons.generated/Deny.js +1 -1
- package/dist/icons.generated/Deny.js.map +1 -1
- package/dist/icons.generated/Devices.js +1 -1
- package/dist/icons.generated/Devices.js.map +1 -1
- package/dist/icons.generated/Directory.js +1 -1
- package/dist/icons.generated/Directory.js.map +1 -1
- package/dist/icons.generated/Documentation.js +1 -1
- package/dist/icons.generated/Documentation.js.map +1 -1
- package/dist/icons.generated/Download.js +1 -1
- package/dist/icons.generated/Download.js.map +1 -1
- package/dist/icons.generated/DragIndicator.js +1 -1
- package/dist/icons.generated/DragIndicator.js.map +1 -1
- package/dist/icons.generated/Duo.js +47 -0
- package/dist/icons.generated/Duo.js.map +1 -0
- package/dist/icons.generated/Edit.js +1 -1
- package/dist/icons.generated/Edit.js.map +1 -1
- package/dist/icons.generated/Email.js +38 -0
- package/dist/icons.generated/Email.js.map +1 -0
- package/dist/icons.generated/ExpandLeft.js +1 -1
- package/dist/icons.generated/ExpandLeft.js.map +1 -1
- package/dist/icons.generated/ExpandRight.js +1 -1
- package/dist/icons.generated/ExpandRight.js.map +1 -1
- package/dist/icons.generated/ExternalLink.js +1 -1
- package/dist/icons.generated/ExternalLink.js.map +1 -1
- package/dist/icons.generated/Fido2.js +57 -0
- package/dist/icons.generated/Fido2.js.map +1 -0
- package/dist/icons.generated/Filter.js +1 -1
- package/dist/icons.generated/Filter.js.map +1 -1
- package/dist/icons.generated/Folder.js +1 -1
- package/dist/icons.generated/Folder.js.map +1 -1
- package/dist/icons.generated/Globe.js +1 -1
- package/dist/icons.generated/Globe.js.map +1 -1
- package/dist/icons.generated/GoogleAuth.js +54 -0
- package/dist/icons.generated/GoogleAuth.js.map +1 -0
- package/dist/icons.generated/Grid.js +1 -1
- package/dist/icons.generated/Grid.js.map +1 -1
- package/dist/icons.generated/Group.js +1 -1
- package/dist/icons.generated/Group.js.map +1 -1
- package/dist/icons.generated/Hide.js +1 -1
- package/dist/icons.generated/Hide.js.map +1 -1
- package/dist/icons.generated/Home.js +1 -1
- package/dist/icons.generated/Home.js.map +1 -1
- package/dist/icons.generated/Idp.js +42 -0
- package/dist/icons.generated/Idp.js.map +1 -0
- package/dist/icons.generated/InformationCircle.js +1 -1
- package/dist/icons.generated/InformationCircle.js.map +1 -1
- package/dist/icons.generated/InformationCircleFilled.js +1 -1
- package/dist/icons.generated/InformationCircleFilled.js.map +1 -1
- package/dist/icons.generated/Link.js +1 -1
- package/dist/icons.generated/Link.js.map +1 -1
- package/dist/icons.generated/List.js +1 -1
- package/dist/icons.generated/List.js.map +1 -1
- package/dist/icons.generated/Lock.js +1 -1
- package/dist/icons.generated/Lock.js.map +1 -1
- package/dist/icons.generated/More.js +1 -1
- package/dist/icons.generated/More.js.map +1 -1
- package/dist/icons.generated/Notification.js +1 -1
- package/dist/icons.generated/Notification.js.map +1 -1
- package/dist/icons.generated/OktaVerify.js +33 -0
- package/dist/icons.generated/OktaVerify.js.map +1 -0
- package/dist/icons.generated/OnPremMfa.js +39 -0
- package/dist/icons.generated/OnPremMfa.js.map +1 -0
- package/dist/icons.generated/OneTimePassword.js +49 -0
- package/dist/icons.generated/OneTimePassword.js.map +1 -0
- package/dist/icons.generated/Password.js +61 -0
- package/dist/icons.generated/Password.js.map +1 -0
- package/dist/icons.generated/Pause.js +1 -1
- package/dist/icons.generated/Pause.js.map +1 -1
- package/dist/icons.generated/QuestionCircle.js +1 -1
- package/dist/icons.generated/QuestionCircle.js.map +1 -1
- package/dist/icons.generated/QuestionCircleFilled.js +1 -1
- package/dist/icons.generated/QuestionCircleFilled.js.map +1 -1
- package/dist/icons.generated/Refresh.js +1 -1
- package/dist/icons.generated/Refresh.js.map +1 -1
- package/dist/icons.generated/Reset.js +1 -1
- package/dist/icons.generated/Reset.js.map +1 -1
- package/dist/icons.generated/Resume.js +1 -1
- package/dist/icons.generated/Resume.js.map +1 -1
- package/dist/icons.generated/Search.js +1 -1
- package/dist/icons.generated/Search.js.map +1 -1
- package/dist/icons.generated/SecurityQuestion.js +41 -0
- package/dist/icons.generated/SecurityQuestion.js.map +1 -0
- package/dist/icons.generated/Server.js +1 -1
- package/dist/icons.generated/Server.js.map +1 -1
- package/dist/icons.generated/Settings.js +1 -1
- package/dist/icons.generated/Settings.js.map +1 -1
- package/dist/icons.generated/Show.js +1 -1
- package/dist/icons.generated/Show.js.map +1 -1
- package/dist/icons.generated/SmartCard.js +49 -0
- package/dist/icons.generated/SmartCard.js.map +1 -0
- package/dist/icons.generated/Sms.js +49 -0
- package/dist/icons.generated/Sms.js.map +1 -0
- package/dist/icons.generated/Subtract.js +1 -1
- package/dist/icons.generated/Subtract.js.map +1 -1
- package/dist/icons.generated/SymantecVip.js +38 -0
- package/dist/icons.generated/SymantecVip.js.map +1 -0
- package/dist/icons.generated/Sync.js +1 -1
- package/dist/icons.generated/Sync.js.map +1 -1
- package/dist/icons.generated/ThumbsDown.js +33 -0
- package/dist/icons.generated/ThumbsDown.js.map +1 -0
- package/dist/icons.generated/ThumbsUp.js +33 -0
- package/dist/icons.generated/ThumbsUp.js.map +1 -0
- package/dist/icons.generated/Unlock.js +1 -1
- package/dist/icons.generated/Unlock.js.map +1 -1
- package/dist/icons.generated/Upload.js +1 -1
- package/dist/icons.generated/Upload.js.map +1 -1
- package/dist/icons.generated/User.js +1 -1
- package/dist/icons.generated/User.js.map +1 -1
- package/dist/icons.generated/Video.js +1 -1
- package/dist/icons.generated/Video.js.map +1 -1
- package/dist/icons.generated/VoiceCall.js +54 -0
- package/dist/icons.generated/VoiceCall.js.map +1 -0
- package/dist/icons.generated/Warning.js +1 -1
- package/dist/icons.generated/Warning.js.map +1 -1
- package/dist/icons.generated/WarningFilled.js +1 -1
- package/dist/icons.generated/WarningFilled.js.map +1 -1
- package/dist/icons.generated/Yubikey.js +31 -0
- package/dist/icons.generated/Yubikey.js.map +1 -0
- package/dist/icons.generated/index.js +18 -0
- package/dist/icons.generated/index.js.map +1 -1
- package/dist/index.d.ts +24 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +7 -2
- package/dist/index.js.map +1 -1
- package/dist/index.scss +457 -0
- package/dist/labs/DataComponents/BulkActionsMenu.js +77 -0
- package/dist/labs/DataComponents/BulkActionsMenu.js.map +1 -0
- package/dist/labs/DataComponents/DataStack.js +79 -0
- package/dist/labs/DataComponents/DataStack.js.map +1 -0
- package/dist/labs/DataComponents/DataTable.js +90 -0
- package/dist/labs/DataComponents/DataTable.js.map +1 -0
- package/dist/labs/DataComponents/DataView.js +278 -0
- package/dist/labs/DataComponents/DataView.js.map +1 -0
- package/dist/{src/DataTable/DataTableEmptyState.d.ts → labs/DataComponents/DetailPanel.js} +14 -9
- package/dist/labs/DataComponents/DetailPanel.js.map +1 -0
- package/dist/labs/DataComponents/LayoutSwitcher.js +53 -0
- package/dist/labs/DataComponents/LayoutSwitcher.js.map +1 -0
- package/dist/labs/DataComponents/RowActions.js +80 -0
- package/dist/labs/DataComponents/RowActions.js.map +1 -0
- package/dist/labs/DataComponents/StackCard.js +163 -0
- package/dist/labs/DataComponents/StackCard.js.map +1 -0
- package/dist/labs/DataComponents/StackContent.js +143 -0
- package/dist/labs/DataComponents/StackContent.js.map +1 -0
- package/dist/labs/DataComponents/TableContent.js +248 -0
- package/dist/labs/DataComponents/TableContent.js.map +1 -0
- package/dist/labs/DataComponents/TableSettings.js +96 -0
- package/dist/labs/DataComponents/TableSettings.js.map +1 -0
- package/dist/labs/DataComponents/componentTypes.js +2 -0
- package/dist/labs/DataComponents/componentTypes.js.map +1 -0
- package/dist/labs/DataComponents/constants.js +17 -0
- package/dist/labs/DataComponents/constants.js.map +1 -0
- package/dist/labs/DataComponents/dataTypes.js +2 -0
- package/dist/labs/DataComponents/dataTypes.js.map +1 -0
- package/dist/labs/DataComponents/fetchData.js +33 -0
- package/dist/labs/DataComponents/fetchData.js.map +1 -0
- package/dist/labs/DataComponents/index.js +18 -0
- package/dist/labs/DataComponents/index.js.map +1 -0
- package/dist/labs/DataComponents/tableConstants.js +146 -0
- package/dist/labs/DataComponents/tableConstants.js.map +1 -0
- package/dist/labs/DataComponents/useFilterConversion.js +58 -0
- package/dist/labs/DataComponents/useFilterConversion.js.map +1 -0
- package/dist/labs/DataFilters.js +139 -82
- package/dist/labs/DataFilters.js.map +1 -1
- package/dist/labs/DateField.js +77 -0
- package/dist/labs/DateField.js.map +1 -0
- package/dist/labs/DatePicker.js +186 -23
- package/dist/labs/DatePicker.js.map +1 -1
- package/dist/labs/{DatePicker.types.js → DatePicker.types.d.js} +1 -1
- package/dist/labs/DatePicker.types.d.js.map +1 -0
- package/dist/labs/FileUpload.js +28 -25
- package/dist/labs/FileUpload.js.map +1 -1
- package/dist/labs/FileUploadIllustration.js +1 -1
- package/dist/labs/FileUploadIllustration.js.map +1 -1
- package/dist/labs/FileUploadPreview.js +1 -0
- package/dist/labs/FileUploadPreview.js.map +1 -1
- package/dist/labs/Layout.js +49 -0
- package/dist/labs/Layout.js.map +1 -0
- package/dist/labs/NavAccordion.js +80 -0
- package/dist/labs/NavAccordion.js.map +1 -0
- package/dist/labs/PageTemplate.js +140 -0
- package/dist/labs/PageTemplate.js.map +1 -0
- package/dist/labs/SideNav.js +478 -0
- package/dist/labs/SideNav.js.map +1 -0
- package/dist/labs/Switch.js +186 -77
- package/dist/labs/Switch.js.map +1 -1
- package/dist/labs/datePickerTheme.js +138 -80
- package/dist/labs/datePickerTheme.js.map +1 -1
- package/dist/labs/index.js +5 -1
- package/dist/labs/index.js.map +1 -1
- package/dist/labs/useDatePickerTranslations.js +71 -0
- package/dist/labs/useDatePickerTranslations.js.map +1 -0
- package/dist/preset.d.ts +23 -0
- package/dist/preset.d.ts.map +1 -0
- package/dist/preset.js +35 -0
- package/dist/properties/ts/odyssey-react-mui.js +68 -10
- package/dist/properties/ts/odyssey-react-mui.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_cs.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_cs.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_da.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_da.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_de.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_de.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_el.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_el.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_es.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_es.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_fi.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_fi.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_fr.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_fr.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ht.js +98 -0
- package/dist/properties/ts/odyssey-react-mui_ht.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_hu.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_hu.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_id.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_id.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_it.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_it.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ja.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_ja.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ko.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_ko.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ms.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_ms.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_nb.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_nb.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_nl_NL.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_nl_NL.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ok_PL.js +34 -3
- package/dist/properties/ts/odyssey-react-mui_ok_PL.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ok_SK.js +34 -3
- package/dist/properties/ts/odyssey-react-mui_ok_SK.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_pl.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_pl.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_pt_BR.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_pt_BR.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ro.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_ro.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ru.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_ru.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_sv.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_sv.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_th.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_th.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_tr.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_tr.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_uk.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_uk.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_vi.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_vi.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_zh_CN.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_zh_CN.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_zh_TW.js +77 -2
- package/dist/properties/ts/odyssey-react-mui_zh_TW.js.map +1 -1
- package/dist/remUtils.js +14 -0
- package/dist/remUtils.js.map +1 -0
- package/dist/scripts/generateTestSelectorsJson.d.ts +13 -0
- package/dist/scripts/generateTestSelectorsJson.d.ts.map +1 -0
- package/dist/src/Accordion.d.ts +1 -1
- package/dist/src/Accordion.d.ts.map +1 -1
- package/dist/src/Autocomplete.d.ts +7 -1
- package/dist/src/Autocomplete.d.ts.map +1 -1
- package/dist/src/Badge.d.ts +2 -2
- package/dist/src/Badge.d.ts.map +1 -1
- package/dist/src/Banner.d.ts.map +1 -1
- package/dist/src/Button.d.ts +10 -6
- package/dist/src/Button.d.ts.map +1 -1
- package/dist/src/Callout.d.ts +38 -2
- package/dist/src/Callout.d.ts.map +1 -1
- package/dist/src/{Tile.d.ts → Card.d.ts} +6 -27
- package/dist/src/Card.d.ts.map +1 -0
- package/dist/src/DataTable/DataTable.d.ts +70 -50
- package/dist/src/DataTable/DataTable.d.ts.map +1 -1
- package/dist/src/DataTable/DataTableRowActions.d.ts +1 -1
- package/dist/src/DataTable/DataTableRowActions.d.ts.map +1 -1
- package/dist/src/DataTable/constants.d.ts +0 -1
- package/dist/src/DataTable/constants.d.ts.map +1 -1
- package/dist/src/DataTable/index.d.ts +2 -3
- package/dist/src/DataTable/index.d.ts.map +1 -1
- package/dist/src/DataTable/reorderDataRowsLocally.d.ts.map +1 -1
- package/dist/src/DataTable/useRowReordering.d.ts +3 -3
- package/dist/src/DataTable/useRowReordering.d.ts.map +1 -1
- package/dist/src/Dialog.d.ts +19 -7
- package/dist/src/Dialog.d.ts.map +1 -1
- package/dist/src/{labs/Drawer.d.ts → Drawer.d.ts} +3 -3
- package/dist/src/Drawer.d.ts.map +1 -0
- package/dist/src/EmptyState.d.ts +34 -0
- package/dist/src/EmptyState.d.ts.map +1 -0
- package/dist/src/ErrorMessageList.d.ts.map +1 -1
- package/dist/src/FieldError.d.ts.map +1 -1
- package/dist/src/HtmlProps.d.ts +1 -0
- package/dist/src/HtmlProps.d.ts.map +1 -1
- package/dist/src/MenuItem.d.ts.map +1 -1
- package/dist/src/OdysseyCacheProvider.d.ts +6 -2
- package/dist/src/OdysseyCacheProvider.d.ts.map +1 -1
- package/dist/src/OdysseyProvider.d.ts.map +1 -1
- package/dist/src/OdysseyTranslationProvider.d.ts +1 -1
- package/dist/src/OdysseyTranslationProvider.d.ts.map +1 -1
- package/dist/src/Pagination/Pagination.d.ts +70 -0
- package/dist/src/Pagination/Pagination.d.ts.map +1 -0
- package/dist/src/Pagination/constants.d.ts +13 -0
- package/dist/src/Pagination/constants.d.ts.map +1 -0
- package/dist/src/Pagination/index.d.ts +15 -0
- package/dist/src/Pagination/index.d.ts.map +1 -0
- package/dist/src/Pagination/usePagination.d.ts +23 -0
- package/dist/src/Pagination/usePagination.d.ts.map +1 -0
- package/dist/src/Radio.d.ts +2 -2
- package/dist/src/Radio.d.ts.map +1 -1
- package/dist/src/ScreenReaderText.d.ts +3 -2
- package/dist/src/ScreenReaderText.d.ts.map +1 -1
- package/dist/src/Select.d.ts.map +1 -1
- package/dist/src/Status.d.ts +7 -2
- package/dist/src/Status.d.ts.map +1 -1
- package/dist/src/{labs/DatePicker.types.d.ts → Surface.d.ts} +7 -8
- package/dist/src/Surface.d.ts.map +1 -0
- package/dist/src/Tabs.d.ts +22 -0
- package/dist/src/Tabs.d.ts.map +1 -1
- package/dist/src/TextField.d.ts +48 -0
- package/dist/src/TextField.d.ts.map +1 -1
- package/dist/src/Toast.d.ts.map +1 -1
- package/dist/src/icons.generated/Add.d.ts +1 -1
- package/dist/src/icons.generated/AddCircle.d.ts +1 -1
- package/dist/src/icons.generated/Apps.d.ts +1 -1
- package/dist/src/icons.generated/ArrowBottom.d.ts +1 -1
- package/dist/src/icons.generated/ArrowDown.d.ts +1 -1
- package/dist/src/icons.generated/ArrowLeft.d.ts +1 -1
- package/dist/src/icons.generated/ArrowLowerLeft.d.ts +1 -1
- package/dist/src/icons.generated/ArrowLowerRight.d.ts +1 -1
- package/dist/src/icons.generated/ArrowRight.d.ts +1 -1
- package/dist/src/icons.generated/ArrowTop.d.ts +1 -1
- package/dist/src/icons.generated/ArrowUnsorted.d.ts +1 -1
- package/dist/src/icons.generated/ArrowUp.d.ts +1 -1
- package/dist/src/icons.generated/ArrowUpperLeft.d.ts +1 -1
- package/dist/src/icons.generated/ArrowUpperRight.d.ts +1 -1
- package/dist/src/icons.generated/Bug.d.ts +1 -1
- package/dist/src/icons.generated/Calendar.d.ts +1 -1
- package/dist/src/icons.generated/Call.d.ts +1 -1
- package/dist/src/icons.generated/Chat.d.ts +1 -1
- package/dist/src/icons.generated/Check.d.ts +1 -1
- package/dist/src/icons.generated/CheckCircleFilled.d.ts +1 -1
- package/dist/src/icons.generated/ChevronDown.d.ts +1 -1
- package/dist/src/icons.generated/ChevronLeft.d.ts +1 -1
- package/dist/src/icons.generated/ChevronRight.d.ts +1 -1
- package/dist/src/icons.generated/ChevronUp.d.ts +1 -1
- package/dist/src/icons.generated/Clock.d.ts +1 -1
- package/dist/src/icons.generated/Close.d.ts +1 -1
- package/dist/src/icons.generated/CloseCircleFilled.d.ts +1 -1
- package/dist/src/icons.generated/CollapseLeft.d.ts +1 -1
- package/dist/src/icons.generated/CollapseRight.d.ts +1 -1
- package/dist/src/icons.generated/Copy.d.ts +1 -1
- package/dist/src/icons.generated/Custom.d.ts +16 -0
- package/dist/src/icons.generated/Custom.d.ts.map +1 -0
- package/dist/src/icons.generated/DangerDiamond.d.ts +1 -1
- package/dist/src/icons.generated/DangerDiamondFilled.d.ts +1 -1
- package/dist/src/icons.generated/Delete.d.ts +1 -1
- package/dist/src/icons.generated/Deny.d.ts +1 -1
- package/dist/src/icons.generated/Devices.d.ts +1 -1
- package/dist/src/icons.generated/Directory.d.ts +1 -1
- package/dist/src/icons.generated/Documentation.d.ts +1 -1
- package/dist/src/icons.generated/Download.d.ts +1 -1
- package/dist/src/icons.generated/DragIndicator.d.ts +1 -1
- package/dist/src/icons.generated/Duo.d.ts +16 -0
- package/dist/src/icons.generated/Duo.d.ts.map +1 -0
- package/dist/src/icons.generated/Edit.d.ts +1 -1
- package/dist/src/icons.generated/Email.d.ts +16 -0
- package/dist/src/icons.generated/Email.d.ts.map +1 -0
- package/dist/src/icons.generated/ExpandLeft.d.ts +1 -1
- package/dist/src/icons.generated/ExpandRight.d.ts +1 -1
- package/dist/src/icons.generated/ExternalLink.d.ts +1 -1
- package/dist/src/icons.generated/Fido2.d.ts +16 -0
- package/dist/src/icons.generated/Fido2.d.ts.map +1 -0
- package/dist/src/icons.generated/Filter.d.ts +1 -1
- package/dist/src/icons.generated/Folder.d.ts +1 -1
- package/dist/src/icons.generated/Globe.d.ts +1 -1
- package/dist/src/icons.generated/GoogleAuth.d.ts +16 -0
- package/dist/src/icons.generated/GoogleAuth.d.ts.map +1 -0
- package/dist/src/icons.generated/Grid.d.ts +1 -1
- package/dist/src/icons.generated/Group.d.ts +1 -1
- package/dist/src/icons.generated/Hide.d.ts +1 -1
- package/dist/src/icons.generated/Home.d.ts +1 -1
- package/dist/src/icons.generated/Idp.d.ts +16 -0
- package/dist/src/icons.generated/Idp.d.ts.map +1 -0
- package/dist/src/icons.generated/InformationCircle.d.ts +1 -1
- package/dist/src/icons.generated/InformationCircleFilled.d.ts +1 -1
- package/dist/src/icons.generated/Link.d.ts +1 -1
- package/dist/src/icons.generated/List.d.ts +1 -1
- package/dist/src/icons.generated/Lock.d.ts +1 -1
- package/dist/src/icons.generated/More.d.ts +1 -1
- package/dist/src/icons.generated/Notification.d.ts +1 -1
- package/dist/src/icons.generated/OktaVerify.d.ts +16 -0
- package/dist/src/icons.generated/OktaVerify.d.ts.map +1 -0
- package/dist/src/icons.generated/OnPremMfa.d.ts +16 -0
- package/dist/src/icons.generated/OnPremMfa.d.ts.map +1 -0
- package/dist/src/icons.generated/OneTimePassword.d.ts +16 -0
- package/dist/src/icons.generated/OneTimePassword.d.ts.map +1 -0
- package/dist/src/icons.generated/Password.d.ts +16 -0
- package/dist/src/icons.generated/Password.d.ts.map +1 -0
- package/dist/src/icons.generated/Pause.d.ts +1 -1
- package/dist/src/icons.generated/QuestionCircle.d.ts +1 -1
- package/dist/src/icons.generated/QuestionCircleFilled.d.ts +1 -1
- package/dist/src/icons.generated/Refresh.d.ts +1 -1
- package/dist/src/icons.generated/Reset.d.ts +1 -1
- package/dist/src/icons.generated/Resume.d.ts +1 -1
- package/dist/src/icons.generated/Search.d.ts +1 -1
- package/dist/src/icons.generated/SecurityQuestion.d.ts +16 -0
- package/dist/src/icons.generated/SecurityQuestion.d.ts.map +1 -0
- package/dist/src/icons.generated/Server.d.ts +1 -1
- package/dist/src/icons.generated/Settings.d.ts +1 -1
- package/dist/src/icons.generated/Show.d.ts +1 -1
- package/dist/src/icons.generated/SmartCard.d.ts +16 -0
- package/dist/src/icons.generated/SmartCard.d.ts.map +1 -0
- package/dist/src/icons.generated/Sms.d.ts +16 -0
- package/dist/src/icons.generated/Sms.d.ts.map +1 -0
- package/dist/src/icons.generated/Subtract.d.ts +1 -1
- package/dist/src/icons.generated/SymantecVip.d.ts +16 -0
- package/dist/src/icons.generated/SymantecVip.d.ts.map +1 -0
- package/dist/src/icons.generated/Sync.d.ts +1 -1
- package/dist/src/icons.generated/ThumbsDown.d.ts +16 -0
- package/dist/src/icons.generated/ThumbsDown.d.ts.map +1 -0
- package/dist/src/icons.generated/ThumbsUp.d.ts +16 -0
- package/dist/src/icons.generated/ThumbsUp.d.ts.map +1 -0
- package/dist/src/icons.generated/Unlock.d.ts +1 -1
- package/dist/src/icons.generated/Upload.d.ts +1 -1
- package/dist/src/icons.generated/User.d.ts +1 -1
- package/dist/src/icons.generated/Video.d.ts +1 -1
- package/dist/src/icons.generated/VoiceCall.d.ts +16 -0
- package/dist/src/icons.generated/VoiceCall.d.ts.map +1 -0
- package/dist/src/icons.generated/Warning.d.ts +1 -1
- package/dist/src/icons.generated/WarningFilled.d.ts +1 -1
- package/dist/src/icons.generated/Yubikey.d.ts +16 -0
- package/dist/src/icons.generated/Yubikey.d.ts.map +1 -0
- package/dist/src/icons.generated/index.d.ts +18 -0
- package/dist/src/icons.generated/index.d.ts.map +1 -1
- package/dist/src/index.d.ts +7 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/inputUtils.d.ts.map +1 -1
- package/dist/src/labs/DataComponents/BulkActionsMenu.d.ts +23 -0
- package/dist/src/labs/DataComponents/BulkActionsMenu.d.ts.map +1 -0
- package/dist/src/labs/DataComponents/DataStack.d.ts +21 -0
- package/dist/src/labs/DataComponents/DataStack.d.ts.map +1 -0
- package/dist/src/labs/DataComponents/DataTable.d.ts +17 -0
- package/dist/src/labs/DataComponents/DataTable.d.ts.map +1 -0
- package/dist/src/labs/DataComponents/DataView.d.ts +17 -0
- package/dist/src/labs/DataComponents/DataView.d.ts.map +1 -0
- package/dist/src/labs/DataComponents/DetailPanel.d.ts +20 -0
- package/dist/src/labs/DataComponents/DetailPanel.d.ts.map +1 -0
- package/dist/src/labs/DataComponents/LayoutSwitcher.d.ts +21 -0
- package/dist/src/labs/DataComponents/LayoutSwitcher.d.ts.map +1 -0
- package/dist/src/labs/DataComponents/RowActions.d.ts +31 -0
- package/dist/src/labs/DataComponents/RowActions.d.ts.map +1 -0
- package/dist/src/labs/DataComponents/StackCard.d.ts +36 -0
- package/dist/src/labs/DataComponents/StackCard.d.ts.map +1 -0
- package/dist/src/labs/DataComponents/StackContent.d.ts +64 -0
- package/dist/src/labs/DataComponents/StackContent.d.ts.map +1 -0
- package/dist/src/labs/DataComponents/TableContent.d.ts +66 -0
- package/dist/src/labs/DataComponents/TableContent.d.ts.map +1 -0
- package/dist/src/labs/DataComponents/TableSettings.d.ts +21 -0
- package/dist/src/labs/DataComponents/TableSettings.d.ts.map +1 -0
- package/dist/src/labs/DataComponents/componentTypes.d.ts +81 -0
- package/dist/src/labs/DataComponents/componentTypes.d.ts.map +1 -0
- package/dist/src/labs/DataComponents/constants.d.ts +16 -0
- package/dist/src/labs/DataComponents/constants.d.ts.map +1 -0
- package/dist/src/labs/DataComponents/dataTypes.d.ts +52 -0
- package/dist/src/labs/DataComponents/dataTypes.d.ts.map +1 -0
- package/dist/src/labs/DataComponents/fetchData.d.ts +26 -0
- package/dist/src/labs/DataComponents/fetchData.d.ts.map +1 -0
- package/dist/src/labs/DataComponents/index.d.ts +18 -0
- package/dist/src/labs/DataComponents/index.d.ts.map +1 -0
- package/dist/src/labs/DataComponents/tableConstants.d.ts +100 -0
- package/dist/src/labs/DataComponents/tableConstants.d.ts.map +1 -0
- package/dist/src/labs/DataComponents/useFilterConversion.d.ts +20 -0
- package/dist/src/labs/DataComponents/useFilterConversion.d.ts.map +1 -0
- package/dist/src/labs/DataFilters.d.ts +14 -7
- package/dist/src/labs/DataFilters.d.ts.map +1 -1
- package/dist/src/labs/DateField.d.ts +23 -0
- package/dist/src/labs/DateField.d.ts.map +1 -0
- package/dist/src/labs/DatePicker.d.ts +31 -8
- package/dist/src/labs/DatePicker.d.ts.map +1 -1
- package/dist/src/labs/FileUpload.d.ts +2 -2
- package/dist/src/labs/FileUpload.d.ts.map +1 -1
- package/dist/src/labs/FileUploadPreview.d.ts.map +1 -1
- package/dist/src/labs/GroupPicker.d.ts.map +1 -1
- package/dist/src/labs/Layout.d.ts +28 -0
- package/dist/src/labs/Layout.d.ts.map +1 -0
- package/dist/src/labs/NavAccordion.d.ts +52 -0
- package/dist/src/labs/NavAccordion.d.ts.map +1 -0
- package/dist/src/labs/PageTemplate.d.ts +57 -0
- package/dist/src/labs/PageTemplate.d.ts.map +1 -0
- package/dist/src/labs/PaginatedTable.d.ts.map +1 -1
- package/dist/src/labs/SideNav.d.ts +120 -0
- package/dist/src/labs/SideNav.d.ts.map +1 -0
- package/dist/src/labs/StaticTable.d.ts.map +1 -1
- package/dist/src/labs/Switch.d.ts +3 -7
- package/dist/src/labs/Switch.d.ts.map +1 -1
- package/dist/src/labs/datePickerTheme.d.ts.map +1 -1
- package/dist/src/labs/index.d.ts +5 -1
- package/dist/src/labs/index.d.ts.map +1 -1
- package/dist/src/labs/useDatePickerTranslations.d.ts +15 -0
- package/dist/src/labs/useDatePickerTranslations.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui.d.ts +66 -8
- package/dist/src/properties/ts/odyssey-react-mui.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_da.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_da.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_de.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_de.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_el.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_el.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_es.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_es.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ht.d.ts +98 -0
- package/dist/src/properties/ts/odyssey-react-mui_ht.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_id.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_id.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_it.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_it.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_nl_NL.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_nl_NL.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ok_PL.d.ts +33 -2
- package/dist/src/properties/ts/odyssey-react-mui_ok_PL.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ok_SK.d.ts +33 -2
- package/dist/src/properties/ts/odyssey-react-mui_ok_SK.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_pt_BR.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_pt_BR.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_th.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_th.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_vi.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_vi.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_zh_CN.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_zh_CN.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_zh_TW.d.ts +77 -2
- package/dist/src/properties/ts/odyssey-react-mui_zh_TW.d.ts.map +1 -1
- package/dist/src/remUtils.d.ts +24 -0
- package/dist/src/remUtils.d.ts.map +1 -0
- package/dist/src/test-selectors/featureTestSelector.d.ts +31 -0
- package/dist/src/test-selectors/featureTestSelector.d.ts.map +1 -0
- package/dist/src/test-selectors/index.d.ts +15 -0
- package/dist/src/test-selectors/index.d.ts.map +1 -0
- package/dist/src/test-selectors/odysseyTestSelectors.d.ts +120 -0
- package/dist/src/test-selectors/odysseyTestSelectors.d.ts.map +1 -0
- package/dist/src/test-selectors/querySelector.d.ts +3632 -0
- package/dist/src/test-selectors/querySelector.d.ts.map +1 -0
- package/dist/src/theme/components.d.ts +1 -1
- package/dist/src/theme/components.d.ts.map +1 -1
- package/dist/src/theme/components.types.d.ts +5 -3
- package/dist/src/theme/components.types.d.ts.map +1 -1
- package/dist/src/theme/createOdysseyMuiTheme.d.ts +1 -1
- package/dist/src/theme/createOdysseyMuiTheme.d.ts.map +1 -1
- package/dist/src/theme/mixins.d.ts.map +1 -1
- package/dist/src/theme/palette.d.ts.map +1 -1
- package/dist/src/theme/shape.d.ts.map +1 -1
- package/dist/src/theme/spacing.d.ts.map +1 -1
- package/dist/src/theme/typography.d.ts.map +1 -1
- package/dist/test-selectors/featureTestSelector.js +2 -0
- package/dist/test-selectors/featureTestSelector.js.map +1 -0
- package/dist/test-selectors/index.js +15 -0
- package/dist/test-selectors/index.js.map +1 -0
- package/dist/test-selectors/odysseyTestSelectors.js +20 -0
- package/dist/test-selectors/odysseyTestSelectors.js.map +1 -0
- package/dist/test-selectors/querySelector.js +78 -0
- package/dist/test-selectors/querySelector.js.map +1 -0
- package/dist/test-selectors/testSelectors.json +1 -0
- package/dist/theme/components.js +261 -181
- package/dist/theme/components.js.map +1 -1
- package/dist/theme/components.types.js.map +1 -1
- package/dist/tsconfig.production.tsbuildinfo +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/i18n.config.json +3 -1
- package/package.json +13 -5
- package/scripts/generateTestSelectorsJson.ts +28 -0
- package/src/Accordion.tsx +3 -0
- package/src/Autocomplete.tsx +13 -0
- package/src/Badge.tsx +4 -3
- package/src/Banner.tsx +4 -4
- package/src/Button.tsx +30 -16
- package/src/Callout.tsx +59 -12
- package/src/{Tile.tsx → Card.tsx} +63 -57
- package/src/DataTable/DataTable.tsx +195 -108
- package/src/DataTable/DataTableRowActions.tsx +1 -1
- package/src/DataTable/constants.ts +0 -1
- package/src/DataTable/index.tsx +2 -2
- package/src/Dialog.tsx +38 -13
- package/src/{labs/Drawer.tsx → Drawer.tsx} +10 -9
- package/src/{DataTable/DataTableEmptyState.tsx → EmptyState.tsx} +34 -19
- package/src/ErrorMessageList.tsx +6 -1
- package/src/FieldError.tsx +10 -5
- package/src/HtmlProps.ts +1 -0
- package/src/MenuItem.tsx +1 -0
- package/src/OdysseyCacheProvider.tsx +11 -3
- package/src/OdysseyProvider.tsx +1 -1
- package/src/OdysseyTranslationProvider.tsx +1 -17
- package/src/{DataTable/DataTablePagination.tsx → Pagination/Pagination.tsx} +107 -74
- package/src/Pagination/constants.ts +13 -0
- package/src/Pagination/index.ts +15 -0
- package/src/Pagination/usePagination.ts +49 -0
- package/src/Radio.tsx +18 -6
- package/src/ScreenReaderText.tsx +15 -3
- package/src/Select.tsx +84 -92
- package/src/Status.tsx +14 -2
- package/src/Surface.tsx +48 -0
- package/src/Tabs.tsx +24 -0
- package/src/TextField.tsx +50 -0
- package/src/Toast.tsx +44 -40
- package/src/icons.generated/Add.tsx +1 -1
- package/src/icons.generated/AddCircle.tsx +1 -1
- package/src/icons.generated/Apps.tsx +1 -1
- package/src/icons.generated/ArrowBottom.tsx +2 -2
- package/src/icons.generated/ArrowDown.tsx +1 -1
- package/src/icons.generated/ArrowLeft.tsx +1 -1
- package/src/icons.generated/ArrowLowerLeft.tsx +1 -1
- package/src/icons.generated/ArrowLowerRight.tsx +1 -1
- package/src/icons.generated/ArrowRight.tsx +1 -1
- package/src/icons.generated/ArrowTop.tsx +2 -2
- package/src/icons.generated/ArrowUnsorted.tsx +1 -1
- package/src/icons.generated/ArrowUp.tsx +1 -1
- package/src/icons.generated/ArrowUpperLeft.tsx +1 -1
- package/src/icons.generated/ArrowUpperRight.tsx +1 -1
- package/src/icons.generated/Bug.tsx +1 -1
- package/src/icons.generated/Calendar.tsx +1 -1
- package/src/icons.generated/Call.tsx +1 -1
- package/src/icons.generated/Chat.tsx +1 -1
- package/src/icons.generated/Check.tsx +1 -1
- package/src/icons.generated/CheckCircleFilled.tsx +1 -1
- package/src/icons.generated/ChevronDown.tsx +1 -1
- package/src/icons.generated/ChevronLeft.tsx +1 -1
- package/src/icons.generated/ChevronRight.tsx +1 -1
- package/src/icons.generated/ChevronUp.tsx +1 -1
- package/src/icons.generated/Clock.tsx +1 -1
- package/src/icons.generated/Close.tsx +1 -1
- package/src/icons.generated/CloseCircleFilled.tsx +1 -1
- package/src/icons.generated/CollapseLeft.tsx +1 -1
- package/src/icons.generated/CollapseRight.tsx +1 -1
- package/src/icons.generated/Copy.tsx +1 -1
- package/src/icons.generated/Custom.tsx +49 -0
- package/src/icons.generated/DangerDiamond.tsx +1 -1
- package/src/icons.generated/DangerDiamondFilled.tsx +1 -1
- package/src/icons.generated/Delete.tsx +1 -1
- package/src/icons.generated/Deny.tsx +1 -1
- package/src/icons.generated/Devices.tsx +1 -1
- package/src/icons.generated/Directory.tsx +1 -1
- package/src/icons.generated/Documentation.tsx +1 -1
- package/src/icons.generated/Download.tsx +1 -1
- package/src/icons.generated/DragIndicator.tsx +1 -1
- package/src/icons.generated/Duo.tsx +59 -0
- package/src/icons.generated/Edit.tsx +1 -1
- package/src/icons.generated/Email.tsx +48 -0
- package/src/icons.generated/ExpandLeft.tsx +1 -1
- package/src/icons.generated/ExpandRight.tsx +1 -1
- package/src/icons.generated/ExternalLink.tsx +1 -1
- package/src/icons.generated/Fido2.tsx +71 -0
- package/src/icons.generated/Filter.tsx +1 -1
- package/src/icons.generated/Folder.tsx +1 -1
- package/src/icons.generated/Globe.tsx +1 -1
- package/src/icons.generated/GoogleAuth.tsx +67 -0
- package/src/icons.generated/Grid.tsx +1 -1
- package/src/icons.generated/Group.tsx +1 -1
- package/src/icons.generated/Hide.tsx +1 -1
- package/src/icons.generated/Home.tsx +1 -1
- package/src/icons.generated/Idp.tsx +51 -0
- package/src/icons.generated/InformationCircle.tsx +1 -1
- package/src/icons.generated/InformationCircleFilled.tsx +1 -1
- package/src/icons.generated/Link.tsx +1 -1
- package/src/icons.generated/List.tsx +1 -1
- package/src/icons.generated/Lock.tsx +1 -1
- package/src/icons.generated/More.tsx +1 -1
- package/src/icons.generated/Notification.tsx +1 -1
- package/src/icons.generated/OktaVerify.tsx +43 -0
- package/src/icons.generated/OnPremMfa.tsx +49 -0
- package/src/icons.generated/OneTimePassword.tsx +63 -0
- package/src/icons.generated/Password.tsx +77 -0
- package/src/icons.generated/Pause.tsx +1 -1
- package/src/icons.generated/QuestionCircle.tsx +1 -1
- package/src/icons.generated/QuestionCircleFilled.tsx +1 -1
- package/src/icons.generated/Refresh.tsx +1 -1
- package/src/icons.generated/Reset.tsx +1 -1
- package/src/icons.generated/Resume.tsx +1 -1
- package/src/icons.generated/Search.tsx +1 -1
- package/src/icons.generated/SecurityQuestion.tsx +48 -0
- package/src/icons.generated/Server.tsx +1 -1
- package/src/icons.generated/Settings.tsx +1 -1
- package/src/icons.generated/Show.tsx +1 -1
- package/src/icons.generated/SmartCard.tsx +62 -0
- package/src/icons.generated/Sms.tsx +52 -0
- package/src/icons.generated/Subtract.tsx +1 -1
- package/src/icons.generated/SymantecVip.tsx +49 -0
- package/src/icons.generated/Sync.tsx +1 -1
- package/src/icons.generated/ThumbsDown.tsx +43 -0
- package/src/icons.generated/ThumbsUp.tsx +43 -0
- package/src/icons.generated/Unlock.tsx +1 -1
- package/src/icons.generated/Upload.tsx +1 -1
- package/src/icons.generated/User.tsx +1 -1
- package/src/icons.generated/Video.tsx +1 -1
- package/src/icons.generated/VoiceCall.tsx +59 -0
- package/src/icons.generated/Warning.tsx +1 -1
- package/src/icons.generated/WarningFilled.tsx +1 -1
- package/src/icons.generated/Yubikey.tsx +41 -0
- package/src/icons.generated/index.ts +18 -0
- package/src/index.ts +7 -2
- package/src/labs/DataComponents/BulkActionsMenu.tsx +97 -0
- package/src/labs/DataComponents/DataStack.tsx +99 -0
- package/src/labs/DataComponents/DataTable.tsx +111 -0
- package/src/labs/DataComponents/DataView.tsx +394 -0
- package/src/labs/DataComponents/DetailPanel.tsx +31 -0
- package/src/labs/DataComponents/LayoutSwitcher.tsx +73 -0
- package/src/labs/DataComponents/RowActions.tsx +122 -0
- package/src/labs/DataComponents/StackCard.tsx +256 -0
- package/src/labs/DataComponents/StackContent.tsx +254 -0
- package/src/labs/DataComponents/TableContent.tsx +390 -0
- package/src/labs/DataComponents/TableSettings.tsx +138 -0
- package/src/labs/DataComponents/componentTypes.ts +111 -0
- package/src/labs/DataComponents/constants.tsx +20 -0
- package/src/labs/DataComponents/dataTypes.ts +77 -0
- package/src/labs/DataComponents/fetchData.ts +47 -0
- package/src/labs/DataComponents/index.tsx +19 -0
- package/src/labs/DataComponents/tableConstants.tsx +162 -0
- package/src/labs/DataComponents/useFilterConversion.ts +92 -0
- package/src/labs/DataFilters.tsx +250 -162
- package/src/labs/DateField.tsx +119 -0
- package/src/labs/DatePicker.tsx +304 -31
- package/src/labs/{DatePicker.types.ts → DatePicker.types.d.ts} +0 -10
- package/src/labs/FileUpload.tsx +30 -21
- package/src/labs/FileUploadIllustration.tsx +1 -1
- package/src/labs/FileUploadPreview.tsx +1 -0
- package/src/labs/Layout.tsx +85 -0
- package/src/labs/NavAccordion.tsx +133 -0
- package/src/labs/PageTemplate.tsx +225 -0
- package/src/labs/SideNav.tsx +745 -0
- package/src/labs/Switch.tsx +240 -119
- package/src/labs/datePickerTheme.tsx +119 -83
- package/src/labs/index.ts +7 -1
- package/src/labs/useDatePickerTranslations.ts +92 -0
- package/src/properties/odyssey-react-mui.properties +76 -10
- package/src/properties/translations/odyssey-react-mui_cs.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_da.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_de.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_el.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_es.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_fi.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_fr.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_ht.properties +112 -0
- package/src/properties/translations/odyssey-react-mui_hu.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_id.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_it.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_ja.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_ko.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_ms.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_nb.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_nl_NL.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_ok_PL.properties +33 -2
- package/src/properties/translations/odyssey-react-mui_ok_SK.properties +33 -2
- package/src/properties/translations/odyssey-react-mui_pl.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_pt_BR.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_ro.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_ru.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_sv.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_th.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_tr.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_uk.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_vi.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_zh_CN.properties +92 -2
- package/src/properties/translations/odyssey-react-mui_zh_TW.properties +92 -2
- package/src/properties/ts/odyssey-react-mui.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_cs.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_da.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_de.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_el.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_es.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_fi.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_fr.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ht.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_hu.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_id.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_it.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ja.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ko.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ms.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_nb.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_nl_NL.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ok_PL.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ok_SK.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_pl.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_pt_BR.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ro.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ru.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_sv.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_th.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_tr.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_uk.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_vi.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_zh_CN.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_zh_TW.ts +1 -1
- package/src/remUtils.ts +27 -0
- package/src/test-selectors/featureTestSelector.ts +41 -0
- package/src/test-selectors/index.ts +15 -0
- package/src/test-selectors/odysseyTestSelectors.ts +22 -0
- package/src/test-selectors/querySelector.ts +198 -0
- package/src/theme/components.tsx +285 -192
- package/src/theme/components.types.ts +5 -3
- package/dist/DataTable/DataTableEmptyState.js.map +0 -1
- package/dist/DataTable/DataTablePagination.js.map +0 -1
- package/dist/Tile.js.map +0 -1
- package/dist/labs/DatePicker.types.js.map +0 -1
- package/dist/labs/Drawer.js.map +0 -1
- package/dist/src/DataTable/DataTableEmptyState.d.ts.map +0 -1
- package/dist/src/DataTable/DataTablePagination.d.ts +0 -33
- package/dist/src/DataTable/DataTablePagination.d.ts.map +0 -1
- package/dist/src/Tile.d.ts.map +0 -1
- package/dist/src/labs/DatePicker.types.d.ts.map +0 -1
- package/dist/src/labs/Drawer.d.ts.map +0 -1
package/src/theme/components.tsx
CHANGED
|
@@ -15,6 +15,7 @@ import type {} from "@mui/lab/themeAugmentation";
|
|
|
15
15
|
import { alertTitleClasses } from "@mui/material/AlertTitle";
|
|
16
16
|
import { autocompleteClasses } from "@mui/material/Autocomplete";
|
|
17
17
|
import { buttonClasses } from "@mui/material/Button";
|
|
18
|
+
import { buttonBaseClasses } from "@mui/material/ButtonBase";
|
|
18
19
|
import { checkboxClasses } from "@mui/material/Checkbox";
|
|
19
20
|
import { chipClasses } from "@mui/material/Chip";
|
|
20
21
|
import { dividerClasses } from "@mui/material/Divider";
|
|
@@ -32,10 +33,11 @@ import { svgIconClasses } from "@mui/material/SvgIcon";
|
|
|
32
33
|
import { tableBodyClasses } from "@mui/material/TableBody";
|
|
33
34
|
import { tableHeadClasses } from "@mui/material/TableHead";
|
|
34
35
|
import { tableRowClasses } from "@mui/material/TableRow";
|
|
36
|
+
import { tableCellClasses } from "@mui/material/TableCell";
|
|
35
37
|
import { tooltipClasses } from "@mui/material/Tooltip";
|
|
36
38
|
import { typographyClasses } from "@mui/material/Typography";
|
|
37
39
|
|
|
38
|
-
import {
|
|
40
|
+
import { CARD_IMAGE_HEIGHT } from "../Card";
|
|
39
41
|
|
|
40
42
|
import {
|
|
41
43
|
CheckCircleFilledIcon,
|
|
@@ -99,6 +101,10 @@ export const components = ({
|
|
|
99
101
|
borderBottomStyle: "solid",
|
|
100
102
|
borderBottomWidth: odysseyTokens.BorderWidthMain,
|
|
101
103
|
},
|
|
104
|
+
"&.nav-accordion": {
|
|
105
|
+
border: "0 !important",
|
|
106
|
+
width: "100%",
|
|
107
|
+
},
|
|
102
108
|
}),
|
|
103
109
|
},
|
|
104
110
|
},
|
|
@@ -119,6 +125,20 @@ export const components = ({
|
|
|
119
125
|
outlineStyle: "solid",
|
|
120
126
|
zIndex: 1,
|
|
121
127
|
},
|
|
128
|
+
svg: {
|
|
129
|
+
fontSize: "1.2em",
|
|
130
|
+
height: "1em",
|
|
131
|
+
position: "relative",
|
|
132
|
+
insetBlockStart: "-0.0625em",
|
|
133
|
+
verticalAlign: "middle",
|
|
134
|
+
width: "1em",
|
|
135
|
+
},
|
|
136
|
+
"&.nav-accordion-summary": {
|
|
137
|
+
padding: `${odysseyTokens.Spacing2} ${odysseyTokens.Spacing4}`,
|
|
138
|
+
".MuiAccordionSummary-expandIconWrapper.Mui-expanded": {
|
|
139
|
+
transform: "rotate(-90deg) !important",
|
|
140
|
+
},
|
|
141
|
+
},
|
|
122
142
|
}),
|
|
123
143
|
content: () => ({
|
|
124
144
|
marginBlock: 0,
|
|
@@ -135,6 +155,11 @@ export const components = ({
|
|
|
135
155
|
root: () => ({
|
|
136
156
|
paddingInline: odysseyTokens.Spacing3,
|
|
137
157
|
paddingBlock: odysseyTokens.Spacing4,
|
|
158
|
+
"&.nav-accordion-details": {
|
|
159
|
+
paddingTop: 0,
|
|
160
|
+
paddingBottom: 0,
|
|
161
|
+
paddingLeft: odysseyTokens.Spacing2,
|
|
162
|
+
},
|
|
138
163
|
}),
|
|
139
164
|
},
|
|
140
165
|
},
|
|
@@ -434,6 +459,7 @@ export const components = ({
|
|
|
434
459
|
},
|
|
435
460
|
},
|
|
436
461
|
"& > ul": {
|
|
462
|
+
position: "relative",
|
|
437
463
|
paddingInlineStart: 0,
|
|
438
464
|
marginBlockStart: 0,
|
|
439
465
|
marginBlockEnd: 0,
|
|
@@ -442,19 +468,33 @@ export const components = ({
|
|
|
442
468
|
loading: {
|
|
443
469
|
paddingBlock: odysseyTokens.Spacing3,
|
|
444
470
|
paddingInline: odysseyTokens.Spacing4,
|
|
471
|
+
borderWidth: odysseyTokens.BorderWidthMain,
|
|
472
|
+
borderStyle: odysseyTokens.BorderStyleMain,
|
|
473
|
+
borderColor: odysseyTokens.HueNeutral200,
|
|
474
|
+
borderRadius: odysseyTokens.BorderRadiusMain,
|
|
445
475
|
},
|
|
446
476
|
popupIndicator: {
|
|
447
477
|
padding: odysseyTokens.Spacing1,
|
|
448
478
|
marginRight: "unset",
|
|
449
479
|
},
|
|
450
|
-
popper: {
|
|
480
|
+
popper: ({ ownerState }) => ({
|
|
451
481
|
background: "transparent",
|
|
452
482
|
paddingBlockStart: odysseyTokens.Spacing1,
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
},
|
|
483
|
+
...(ownerState.ListboxComponent !== undefined && {
|
|
484
|
+
height: "100%",
|
|
485
|
+
maxHeight: "40vh",
|
|
486
|
+
}),
|
|
487
|
+
}),
|
|
488
|
+
paper: ({ ownerState }) => ({
|
|
489
|
+
/**
|
|
490
|
+
* ListboxComponent is used when `isVirtualized` prop is true.
|
|
491
|
+
* This style is needed to render the virtualized window. It renders out a parent div
|
|
492
|
+
* that needs a height to be set, otherwise the height is 0 and nothing appears.
|
|
493
|
+
*/
|
|
494
|
+
...(ownerState.ListboxComponent !== undefined && {
|
|
495
|
+
height: "100%",
|
|
496
|
+
}),
|
|
497
|
+
}),
|
|
458
498
|
inputRoot: ({ ownerState }) => ({
|
|
459
499
|
...(ownerState.readOnly === true && {
|
|
460
500
|
backgroundColor: odysseyTokens.HueNeutral50,
|
|
@@ -633,6 +673,28 @@ export const components = ({
|
|
|
633
673
|
backgroundColor: odysseyTokens.HueRed100,
|
|
634
674
|
},
|
|
635
675
|
}),
|
|
676
|
+
...(ownerState.variant === "dangerSecondary" && {
|
|
677
|
+
backgroundColor: "transparent",
|
|
678
|
+
borderColor: odysseyTokens.HueNeutral300,
|
|
679
|
+
color: odysseyTokens.PaletteDangerMain,
|
|
680
|
+
|
|
681
|
+
"&:hover": {
|
|
682
|
+
backgroundColor: odysseyTokens.HueNeutral100,
|
|
683
|
+
color: odysseyTokens.PaletteDangerMain,
|
|
684
|
+
},
|
|
685
|
+
|
|
686
|
+
"&:active": {
|
|
687
|
+
backgroundColor: "transparent",
|
|
688
|
+
borderColor: odysseyTokens.PaletteDangerMain,
|
|
689
|
+
color: odysseyTokens.PaletteDangerMain,
|
|
690
|
+
},
|
|
691
|
+
|
|
692
|
+
"&:disabled": {
|
|
693
|
+
backgroundColor: "transparent",
|
|
694
|
+
borderColor: odysseyTokens.PaletteDangerLight,
|
|
695
|
+
color: odysseyTokens.PaletteDangerLight,
|
|
696
|
+
},
|
|
697
|
+
}),
|
|
636
698
|
...(ownerState.variant === "floating" && {
|
|
637
699
|
backgroundColor: "transparent",
|
|
638
700
|
color: odysseyTokens.TypographyColorBody,
|
|
@@ -650,6 +712,23 @@ export const components = ({
|
|
|
650
712
|
color: odysseyTokens.TypographyColorDisabled,
|
|
651
713
|
},
|
|
652
714
|
}),
|
|
715
|
+
...(ownerState.variant === "floatingAction" && {
|
|
716
|
+
backgroundColor: "transparent",
|
|
717
|
+
color: odysseyTokens.TypographyColorAction,
|
|
718
|
+
|
|
719
|
+
"&:hover": {
|
|
720
|
+
backgroundColor: odysseyTokens.HueNeutral100,
|
|
721
|
+
},
|
|
722
|
+
|
|
723
|
+
"&:active": {
|
|
724
|
+
backgroundColor: odysseyTokens.HueNeutral200,
|
|
725
|
+
},
|
|
726
|
+
|
|
727
|
+
"&:disabled": {
|
|
728
|
+
backgroundColor: "transparent",
|
|
729
|
+
color: odysseyTokens.TypographyColorDisabled,
|
|
730
|
+
},
|
|
731
|
+
}),
|
|
653
732
|
...(ownerState.size === "small" && {
|
|
654
733
|
height: odysseyTokens.Spacing6,
|
|
655
734
|
paddingBlock: odysseyTokens.Spacing2,
|
|
@@ -729,7 +808,11 @@ export const components = ({
|
|
|
729
808
|
transition: `all ${odysseyTokens.TransitionDurationMain} ${odysseyTokens.TransitionTimingMain}`,
|
|
730
809
|
|
|
731
810
|
"& img": {
|
|
732
|
-
height:
|
|
811
|
+
height: CARD_IMAGE_HEIGHT,
|
|
812
|
+
},
|
|
813
|
+
|
|
814
|
+
"&.hasAccessory": {
|
|
815
|
+
paddingLeft: odysseyTokens.Spacing4,
|
|
733
816
|
},
|
|
734
817
|
|
|
735
818
|
"&.isClickable:hover": {
|
|
@@ -925,6 +1008,44 @@ export const components = ({
|
|
|
925
1008
|
marginInlineEnd: odysseyTokens.Spacing1,
|
|
926
1009
|
},
|
|
927
1010
|
|
|
1011
|
+
...(ownerState.variant === "lamp" && {
|
|
1012
|
+
paddingBlock: 0,
|
|
1013
|
+
paddingInline: 0,
|
|
1014
|
+
borderRadius: 0,
|
|
1015
|
+
border: 0,
|
|
1016
|
+
backgroundColor: "transparent",
|
|
1017
|
+
color: odysseyTokens.TypographyColorBody,
|
|
1018
|
+
|
|
1019
|
+
"&::before": {
|
|
1020
|
+
content: "''",
|
|
1021
|
+
width: odysseyTokens.Spacing2,
|
|
1022
|
+
height: odysseyTokens.Spacing2,
|
|
1023
|
+
marginInlineEnd: odysseyTokens.Spacing2,
|
|
1024
|
+
borderRadius: "100%",
|
|
1025
|
+
backgroundColor: odysseyTokens.HueNeutral600,
|
|
1026
|
+
},
|
|
1027
|
+
|
|
1028
|
+
[`&.${chipClasses.colorError}`]: {
|
|
1029
|
+
"&::before": {
|
|
1030
|
+
border: 0,
|
|
1031
|
+
backgroundColor: odysseyTokens.PaletteDangerMain,
|
|
1032
|
+
},
|
|
1033
|
+
},
|
|
1034
|
+
|
|
1035
|
+
[`&.${chipClasses.colorSuccess}`]: {
|
|
1036
|
+
"&::before": {
|
|
1037
|
+
border: 0,
|
|
1038
|
+
backgroundColor: odysseyTokens.PaletteSuccessMain,
|
|
1039
|
+
},
|
|
1040
|
+
},
|
|
1041
|
+
|
|
1042
|
+
[`&.${chipClasses.colorWarning}`]: {
|
|
1043
|
+
"&::before": {
|
|
1044
|
+
border: 0,
|
|
1045
|
+
backgroundColor: odysseyTokens.HueYellow200,
|
|
1046
|
+
},
|
|
1047
|
+
},
|
|
1048
|
+
}),
|
|
928
1049
|
...(ownerState.variant === "pill" && {
|
|
929
1050
|
paddingBlock: odysseyTokens.Spacing1,
|
|
930
1051
|
paddingInline: odysseyTokens.Spacing2,
|
|
@@ -937,40 +1058,24 @@ export const components = ({
|
|
|
937
1058
|
fontSize: "0.71428571rem",
|
|
938
1059
|
textTransform: "uppercase",
|
|
939
1060
|
|
|
940
|
-
"&::before": {
|
|
941
|
-
content: "''",
|
|
942
|
-
width: "0.42857143rem",
|
|
943
|
-
height: "0.42857143rem",
|
|
944
|
-
marginInlineEnd: odysseyTokens.Spacing2,
|
|
945
|
-
borderRadius: "100%",
|
|
946
|
-
backgroundColor: odysseyTokens.HueNeutral400,
|
|
947
|
-
},
|
|
948
|
-
|
|
949
1061
|
[`&.${chipClasses.colorError}`]: {
|
|
950
1062
|
backgroundColor: odysseyTokens.PaletteDangerLighter,
|
|
951
1063
|
color: odysseyTokens.TypographyColorDanger,
|
|
1064
|
+
},
|
|
952
1065
|
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
1066
|
+
[`&.${chipClasses.colorInfo}`]: {
|
|
1067
|
+
backgroundColor: odysseyTokens.PalettePrimaryLighter,
|
|
1068
|
+
color: odysseyTokens.PalettePrimaryText,
|
|
956
1069
|
},
|
|
957
1070
|
|
|
958
1071
|
[`&.${chipClasses.colorSuccess}`]: {
|
|
959
1072
|
backgroundColor: odysseyTokens.PaletteSuccessLighter,
|
|
960
1073
|
color: odysseyTokens.TypographyColorSuccess,
|
|
961
|
-
|
|
962
|
-
"&::before": {
|
|
963
|
-
backgroundColor: odysseyTokens.PaletteSuccessMain,
|
|
964
|
-
},
|
|
965
1074
|
},
|
|
966
1075
|
|
|
967
1076
|
[`&.${chipClasses.colorWarning}`]: {
|
|
968
1077
|
backgroundColor: odysseyTokens.PaletteWarningLighter,
|
|
969
1078
|
color: odysseyTokens.TypographyColorWarning,
|
|
970
|
-
|
|
971
|
-
"&::before": {
|
|
972
|
-
backgroundColor: odysseyTokens.HueYellow200,
|
|
973
|
-
},
|
|
974
1079
|
},
|
|
975
1080
|
}),
|
|
976
1081
|
|
|
@@ -1034,30 +1139,30 @@ export const components = ({
|
|
|
1034
1139
|
}
|
|
1035
1140
|
|
|
1036
1141
|
:not(code) &, :not(pre) & {
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1142
|
+
:lang(el) {
|
|
1143
|
+
font-family: 'Noto Sans', sans-serif;
|
|
1144
|
+
}
|
|
1040
1145
|
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1146
|
+
:lang(ja) {
|
|
1147
|
+
font-family: 'Noto Sans JP', sans-serif;
|
|
1148
|
+
}
|
|
1044
1149
|
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1150
|
+
:lang(ko) {
|
|
1151
|
+
font-family: 'Noto Sans KR', sans-serif;
|
|
1152
|
+
}
|
|
1048
1153
|
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1154
|
+
:lang(th) {
|
|
1155
|
+
font-family: 'Noto Sans Thai', sans-serif;
|
|
1156
|
+
}
|
|
1052
1157
|
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1158
|
+
:lang(zh-CN) {
|
|
1159
|
+
font-family: 'Noto Sans SC', sans-serif;
|
|
1160
|
+
}
|
|
1056
1161
|
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
}
|
|
1162
|
+
:lang(zh-TW) {
|
|
1163
|
+
font-family: 'Noto Sans TC', sans-serif;
|
|
1060
1164
|
}
|
|
1165
|
+
}
|
|
1061
1166
|
`,
|
|
1062
1167
|
},
|
|
1063
1168
|
MuiDrawer: {
|
|
@@ -1429,62 +1534,6 @@ export const components = ({
|
|
|
1429
1534
|
},
|
|
1430
1535
|
},
|
|
1431
1536
|
},
|
|
1432
|
-
MuiSwitch: {
|
|
1433
|
-
styleOverrides: {
|
|
1434
|
-
root: {
|
|
1435
|
-
position: "relative",
|
|
1436
|
-
padding: `${odysseyTokens.Spacing0} 0`,
|
|
1437
|
-
width: odysseyTokens.Spacing7,
|
|
1438
|
-
height: odysseyTokens.Spacing5,
|
|
1439
|
-
overflow: "visible",
|
|
1440
|
-
},
|
|
1441
|
-
switchBase: ({ ownerState }) => ({
|
|
1442
|
-
top: odysseyTokens.Spacing1,
|
|
1443
|
-
left: odysseyTokens.Spacing1,
|
|
1444
|
-
padding: `${odysseyTokens.Spacing0} 0`,
|
|
1445
|
-
|
|
1446
|
-
...(ownerState.checked === true && {
|
|
1447
|
-
color: `${odysseyTokens.HueNeutralWhite} !important`,
|
|
1448
|
-
transform: `translateX(${odysseyTokens.Spacing4}) !important`,
|
|
1449
|
-
}),
|
|
1450
|
-
|
|
1451
|
-
"&:hover": {
|
|
1452
|
-
backgroundColor: "transparent",
|
|
1453
|
-
|
|
1454
|
-
...(ownerState.checked === true && {
|
|
1455
|
-
backgroundColor: "transparent !important",
|
|
1456
|
-
}),
|
|
1457
|
-
},
|
|
1458
|
-
// Had to use `Mui-focusVisible` class here. `:focus-visible` was not being triggered correctly.
|
|
1459
|
-
"&.Mui-focusVisible": {
|
|
1460
|
-
// Focus styles applied this way due to MUI not applying `Mui-focusVisible` class to the correct element see: https://github.com/mui/material-ui/issues/34986
|
|
1461
|
-
" + .MuiSwitch-track": {
|
|
1462
|
-
boxShadow: `0 0 0 2px ${odysseyTokens.HueNeutralWhite}, 0 0 0 4px ${odysseyTokens.PalettePrimaryMain}`,
|
|
1463
|
-
},
|
|
1464
|
-
},
|
|
1465
|
-
}),
|
|
1466
|
-
thumb: {
|
|
1467
|
-
width: odysseyTokens.Spacing4,
|
|
1468
|
-
height: odysseyTokens.Spacing4,
|
|
1469
|
-
boxShadow: "none",
|
|
1470
|
-
},
|
|
1471
|
-
track: ({ ownerState }) => ({
|
|
1472
|
-
borderRadius: odysseyTokens.BorderRadiusRound,
|
|
1473
|
-
backgroundColor: `${odysseyTokens.HueNeutral300}`,
|
|
1474
|
-
opacity: 1,
|
|
1475
|
-
|
|
1476
|
-
...(ownerState.checked === true && {
|
|
1477
|
-
// !important used to override more specific .Mui-checked class
|
|
1478
|
-
opacity: "1 !important",
|
|
1479
|
-
backgroundColor: `${odysseyTokens.PaletteSuccessLight} !important`,
|
|
1480
|
-
}),
|
|
1481
|
-
}),
|
|
1482
|
-
input: {
|
|
1483
|
-
height: "44px",
|
|
1484
|
-
top: "-14px",
|
|
1485
|
-
},
|
|
1486
|
-
},
|
|
1487
|
-
},
|
|
1488
1537
|
MuiDialog: {
|
|
1489
1538
|
defaultProps: {
|
|
1490
1539
|
scroll: "paper",
|
|
@@ -1576,17 +1625,17 @@ export const components = ({
|
|
|
1576
1625
|
width: "100%",
|
|
1577
1626
|
maxWidth: odysseyTokens.TypographyLineLengthMax,
|
|
1578
1627
|
...(ownerState.margin === "normal" && {
|
|
1579
|
-
|
|
1580
|
-
|
|
1628
|
+
marginBlockStart: 0,
|
|
1629
|
+
marginBlockEnd: odysseyTokens.Spacing4,
|
|
1581
1630
|
"&:last-child": {
|
|
1582
|
-
|
|
1631
|
+
marginBlockEnd: 0,
|
|
1583
1632
|
},
|
|
1584
1633
|
}),
|
|
1585
1634
|
...(ownerState.margin === "dense" && {
|
|
1586
|
-
|
|
1587
|
-
|
|
1635
|
+
marginBlockStart: 0,
|
|
1636
|
+
marginBlockEnd: odysseyTokens.Spacing5,
|
|
1588
1637
|
"&:last-child": {
|
|
1589
|
-
|
|
1638
|
+
marginBlockEnd: 0,
|
|
1590
1639
|
},
|
|
1591
1640
|
}),
|
|
1592
1641
|
...(ownerState.fullWidth && {
|
|
@@ -1595,6 +1644,9 @@ export const components = ({
|
|
|
1595
1644
|
[`& .${formGroupClasses.root}`]: {
|
|
1596
1645
|
marginBlockStart: odysseyTokens.Spacing1,
|
|
1597
1646
|
},
|
|
1647
|
+
[`&:has(+ [data-file-preview-container])`]: {
|
|
1648
|
+
marginBlockEnd: 0,
|
|
1649
|
+
},
|
|
1598
1650
|
}),
|
|
1599
1651
|
},
|
|
1600
1652
|
},
|
|
@@ -1619,6 +1671,7 @@ export const components = ({
|
|
|
1619
1671
|
},
|
|
1620
1672
|
"&.Mui-disabled": {
|
|
1621
1673
|
pointerEvents: "none",
|
|
1674
|
+
color: odysseyTokens.TypographyColorDisabled,
|
|
1622
1675
|
},
|
|
1623
1676
|
[`:has(> .${radioClasses.root})`]: {
|
|
1624
1677
|
alignItems: "flex-start",
|
|
@@ -1639,10 +1692,14 @@ export const components = ({
|
|
|
1639
1692
|
color: odysseyTokens.PaletteDangerDark,
|
|
1640
1693
|
},
|
|
1641
1694
|
}),
|
|
1642
|
-
label: {
|
|
1695
|
+
label: ({ ownerState }) => ({
|
|
1643
1696
|
gap: odysseyTokens.Spacing1,
|
|
1644
1697
|
lineHeight: odysseyTokens.TypographyLineHeightUi,
|
|
1645
|
-
|
|
1698
|
+
// !important used to override more specific .Mui-disabled class
|
|
1699
|
+
...(ownerState.disabled && {
|
|
1700
|
+
color: `${odysseyTokens.TypographyColorDisabled} !important`,
|
|
1701
|
+
}),
|
|
1702
|
+
}),
|
|
1646
1703
|
asterisk: () => ({
|
|
1647
1704
|
display: "none",
|
|
1648
1705
|
}),
|
|
@@ -1673,6 +1730,14 @@ export const components = ({
|
|
|
1673
1730
|
".field-hint-link-component": {
|
|
1674
1731
|
marginInlineStart: odysseyTokens.Spacing1,
|
|
1675
1732
|
},
|
|
1733
|
+
|
|
1734
|
+
".Mui-disabled &": {
|
|
1735
|
+
color: odysseyTokens.TypographyColorDisabled,
|
|
1736
|
+
|
|
1737
|
+
a: {
|
|
1738
|
+
color: odysseyTokens.TypographyColorDisabled,
|
|
1739
|
+
},
|
|
1740
|
+
},
|
|
1676
1741
|
},
|
|
1677
1742
|
},
|
|
1678
1743
|
},
|
|
@@ -1938,6 +2003,9 @@ export const components = ({
|
|
|
1938
2003
|
display: "inline-block",
|
|
1939
2004
|
height: "1em",
|
|
1940
2005
|
lineHeight: 1,
|
|
2006
|
+
"& svg": {
|
|
2007
|
+
fontSize: "1em",
|
|
2008
|
+
},
|
|
1941
2009
|
},
|
|
1942
2010
|
|
|
1943
2011
|
".Link-indicator": {
|
|
@@ -1948,7 +2016,7 @@ export const components = ({
|
|
|
1948
2016
|
marginInlineEnd: odysseyTokens.Spacing1,
|
|
1949
2017
|
},
|
|
1950
2018
|
svg: {
|
|
1951
|
-
fontSize: "
|
|
2019
|
+
fontSize: "1.2em",
|
|
1952
2020
|
height: "1em",
|
|
1953
2021
|
position: "relative",
|
|
1954
2022
|
insetBlockStart: "-0.0625em",
|
|
@@ -2182,6 +2250,9 @@ export const components = ({
|
|
|
2182
2250
|
},
|
|
2183
2251
|
styleOverrides: {
|
|
2184
2252
|
root: ({ theme }) => ({
|
|
2253
|
+
position: "relative",
|
|
2254
|
+
// to visually align input with label
|
|
2255
|
+
insetBlockStart: `${2 / theme.typography.fontSize}rem`,
|
|
2185
2256
|
width: `${odysseyTokens.TypographyLineHeightUi}em`,
|
|
2186
2257
|
minWidth: `${odysseyTokens.TypographyLineHeightUi}em`,
|
|
2187
2258
|
height: `${odysseyTokens.TypographyLineHeightUi}em`,
|
|
@@ -2487,38 +2558,20 @@ export const components = ({
|
|
|
2487
2558
|
styleOverrides: {
|
|
2488
2559
|
root: ({ theme, ownerState }) => ({
|
|
2489
2560
|
...theme.typography.body1,
|
|
2490
|
-
borderBottom: `${odysseyTokens.BorderWidthMain} ${odysseyTokens.BorderStyleMain} ${odysseyTokens.HueNeutral100}`,
|
|
2491
2561
|
textAlign: "start",
|
|
2492
2562
|
verticalAlign: "baseline",
|
|
2493
|
-
padding: odysseyTokens.Spacing3
|
|
2563
|
+
padding: `0 ${odysseyTokens.Spacing3} !important`,
|
|
2494
2564
|
overflowWrap: "break-word",
|
|
2495
2565
|
|
|
2496
|
-
[
|
|
2497
|
-
|
|
2566
|
+
[`&.${tableCellClasses.root}`]: {
|
|
2567
|
+
borderTop: `none !important`,
|
|
2568
|
+
borderRight: `none !important`,
|
|
2569
|
+
borderBottom: `none !important`,
|
|
2570
|
+
borderLeft: `none !important`,
|
|
2498
2571
|
},
|
|
2499
2572
|
|
|
2500
|
-
[
|
|
2501
|
-
|
|
2502
|
-
},
|
|
2503
|
-
|
|
2504
|
-
[`.${tableBodyClasses.root} .${tableRowClasses.root}:last-of-type &`]:
|
|
2505
|
-
{
|
|
2506
|
-
borderBottom: 0,
|
|
2507
|
-
},
|
|
2508
|
-
|
|
2509
|
-
[`.${tableBodyClasses.root} .${tableRowClasses.root}:first-of-type &`]:
|
|
2510
|
-
{
|
|
2511
|
-
borderTopColor: odysseyTokens.HueNeutralWhite,
|
|
2512
|
-
borderTopStyle: "solid",
|
|
2513
|
-
borderTopWidth: odysseyTokens.BorderWidthMain,
|
|
2514
|
-
},
|
|
2515
|
-
|
|
2516
|
-
[`.${tableRowClasses.selected} &`]: {
|
|
2517
|
-
borderBottomColor: odysseyTokens.PalettePrimaryLight,
|
|
2518
|
-
},
|
|
2519
|
-
|
|
2520
|
-
[`.${tableRowClasses.selected}:hover &`]: {
|
|
2521
|
-
borderBottomColor: odysseyTokens.PalettePrimaryMain,
|
|
2573
|
+
[`.MuiTable-root.narrow &:last-child`]: {
|
|
2574
|
+
width: "auto",
|
|
2522
2575
|
},
|
|
2523
2576
|
|
|
2524
2577
|
...(ownerState.variant === "action" && {
|
|
@@ -2541,14 +2594,15 @@ export const components = ({
|
|
|
2541
2594
|
|
|
2542
2595
|
[`.${tableHeadClasses.root} &`]: {
|
|
2543
2596
|
color: odysseyTokens.TypographyColorHeading,
|
|
2544
|
-
fontSize: `0.71428571rem`,
|
|
2545
|
-
lineHeight: odysseyTokens.TypographyLineHeightBody,
|
|
2546
2597
|
fontWeight: odysseyTokens.TypographyWeightBodyBold,
|
|
2547
2598
|
textTransform: "uppercase",
|
|
2548
2599
|
backgroundColor: odysseyTokens.HueNeutral50,
|
|
2549
2600
|
borderBottom: 0,
|
|
2550
2601
|
height: `${odysseyTokens.Spacing7} !important`,
|
|
2551
2602
|
paddingBlock: `${odysseyTokens.Spacing3} !important`,
|
|
2603
|
+
fontSize: odysseyTokens.TypographySizeOverline,
|
|
2604
|
+
lineHeight: odysseyTokens.TypographyLineHeightBody,
|
|
2605
|
+
letterSpacing: 1.3,
|
|
2552
2606
|
},
|
|
2553
2607
|
|
|
2554
2608
|
[`.${tableHeadClasses.root} &:first-of-type`]: {
|
|
@@ -2567,6 +2621,10 @@ export const components = ({
|
|
|
2567
2621
|
width: odysseyTokens.Spacing2,
|
|
2568
2622
|
},
|
|
2569
2623
|
|
|
2624
|
+
[`&::after`]: {
|
|
2625
|
+
display: "none",
|
|
2626
|
+
},
|
|
2627
|
+
|
|
2570
2628
|
...(ownerState.variant === "number" && {
|
|
2571
2629
|
textAlign: "end",
|
|
2572
2630
|
fontFeatureSettings: '"lnum", "tnum"',
|
|
@@ -2574,7 +2632,6 @@ export const components = ({
|
|
|
2574
2632
|
|
|
2575
2633
|
...(ownerState.padding === "checkbox" && {
|
|
2576
2634
|
width: 48, // prevent the checkbox column from growing
|
|
2577
|
-
padding: "0 0 0 4px",
|
|
2578
2635
|
}),
|
|
2579
2636
|
|
|
2580
2637
|
...(ownerState.padding === "none" && {
|
|
@@ -2598,28 +2655,20 @@ export const components = ({
|
|
|
2598
2655
|
textAlign: "justify",
|
|
2599
2656
|
}),
|
|
2600
2657
|
|
|
2601
|
-
...(ownerState.variant !== "head" && {
|
|
2602
|
-
["&.MuiTableCell-compact"]: {
|
|
2603
|
-
// TODO: Find a way to tokenize these values.
|
|
2604
|
-
// We can't currently because these are between existing token
|
|
2605
|
-
// values, but we need these precise values to match design.
|
|
2606
|
-
// We use rems so this can scale with the text size.
|
|
2607
|
-
padding: "0.4285714286rem",
|
|
2608
|
-
height: "2.5714285714rem",
|
|
2609
|
-
},
|
|
2610
|
-
|
|
2611
|
-
["&.MuiTableCell-spacious"]: {
|
|
2612
|
-
padding: odysseyTokens.Spacing4,
|
|
2613
|
-
height: odysseyTokens.Spacing9,
|
|
2614
|
-
},
|
|
2615
|
-
}),
|
|
2616
|
-
|
|
2617
2658
|
[`& .${checkboxClasses.root}`]: {
|
|
2618
2659
|
width: `${odysseyTokens.TypographyLineHeightUi}rem`,
|
|
2619
2660
|
height: `${odysseyTokens.TypographyLineHeightUi}rem`,
|
|
2620
2661
|
margin: 0,
|
|
2621
2662
|
},
|
|
2622
2663
|
|
|
2664
|
+
[`& .Mui-TableHeadCell-ResizeHandle-Wrapper`]: {
|
|
2665
|
+
marginInlineEnd: `-${odysseyTokens.Spacing3}`,
|
|
2666
|
+
},
|
|
2667
|
+
|
|
2668
|
+
[`& .Mui-TableHeadCell-Content-Wrapper`]: {
|
|
2669
|
+
flexShrink: 0,
|
|
2670
|
+
},
|
|
2671
|
+
|
|
2623
2672
|
[`& .${dividerClasses.vertical}`]: {
|
|
2624
2673
|
borderStyle: "none none none solid",
|
|
2625
2674
|
borderWidth: 1,
|
|
@@ -2632,6 +2681,10 @@ export const components = ({
|
|
|
2632
2681
|
["&.ods-drag-handle svg"]: {
|
|
2633
2682
|
color: odysseyTokens.HueNeutral500,
|
|
2634
2683
|
},
|
|
2684
|
+
|
|
2685
|
+
[`& .${buttonBaseClasses.root}`]: {
|
|
2686
|
+
marginBlock: `-${odysseyTokens.Spacing2}`,
|
|
2687
|
+
},
|
|
2635
2688
|
}),
|
|
2636
2689
|
},
|
|
2637
2690
|
},
|
|
@@ -2658,49 +2711,68 @@ export const components = ({
|
|
|
2658
2711
|
MuiTableRow: {
|
|
2659
2712
|
styleOverrides: {
|
|
2660
2713
|
root: () => ({
|
|
2714
|
+
borderTop: `${odysseyTokens.BorderWidthMain} ${odysseyTokens.BorderStyleMain} ${odysseyTokens.HueNeutral100}`,
|
|
2715
|
+
transition: "none !important",
|
|
2661
2716
|
verticalAlign: "unset",
|
|
2717
|
+
|
|
2718
|
+
[`&:hover`]: {
|
|
2719
|
+
backgroundColor: `${odysseyTokens.HueNeutral50} !important`,
|
|
2720
|
+
},
|
|
2721
|
+
|
|
2722
|
+
[`&:first-of-type`]: {
|
|
2723
|
+
borderTopColor: odysseyTokens.HueNeutralWhite,
|
|
2724
|
+
},
|
|
2725
|
+
|
|
2662
2726
|
[`&.${tableRowClasses.selected}`]: {
|
|
2663
|
-
backgroundColor: odysseyTokens.PalettePrimaryLighter
|
|
2727
|
+
backgroundColor: `${odysseyTokens.PalettePrimaryLighter} !important`,
|
|
2728
|
+
|
|
2664
2729
|
"&:hover": {
|
|
2665
|
-
backgroundColor: odysseyTokens.PalettePrimaryLighter
|
|
2730
|
+
backgroundColor: `${odysseyTokens.PalettePrimaryLighter} !important`,
|
|
2666
2731
|
},
|
|
2732
|
+
|
|
2733
|
+
[`&:hover + .${tableRowClasses.root}`]: {
|
|
2734
|
+
borderTopColor: odysseyTokens.PalettePrimaryMain,
|
|
2735
|
+
},
|
|
2736
|
+
},
|
|
2737
|
+
[`.${tableRowClasses.selected} + &`]: {
|
|
2738
|
+
borderTopColor: odysseyTokens.PalettePrimaryLight,
|
|
2667
2739
|
},
|
|
2668
2740
|
[`&.${tableRowClasses.head}`]: {
|
|
2669
2741
|
boxShadow: "none !important",
|
|
2742
|
+
borderBottom: 0,
|
|
2670
2743
|
|
|
2671
2744
|
"&:hover, &:focus-within": {
|
|
2672
2745
|
backgroundColor: "transparent !important",
|
|
2673
2746
|
},
|
|
2674
2747
|
},
|
|
2675
2748
|
|
|
2749
|
+
[`.${tableBodyClasses.root} &`]: {
|
|
2750
|
+
// Target is 48px height
|
|
2751
|
+
paddingBlock: odysseyTokens.Spacing3,
|
|
2752
|
+
},
|
|
2753
|
+
|
|
2754
|
+
[`.${tableBodyClasses.root}.MuiTableBody-compact &`]: {
|
|
2755
|
+
// Target is 36px height
|
|
2756
|
+
paddingBlock: odysseyTokens.Spacing2,
|
|
2757
|
+
},
|
|
2758
|
+
|
|
2759
|
+
[`.${tableBodyClasses.root}.MuiTableBody-spacious &`]: {
|
|
2760
|
+
// Target is 56px height
|
|
2761
|
+
paddingBlock: odysseyTokens.Spacing4,
|
|
2762
|
+
},
|
|
2763
|
+
|
|
2676
2764
|
"&.isDragTarget": {
|
|
2677
2765
|
opacity: 1,
|
|
2678
2766
|
position: "relative",
|
|
2767
|
+
backgroundColor: odysseyTokens.PalettePrimaryMain,
|
|
2768
|
+
borderRadius: odysseyTokens.BorderRadiusOuter,
|
|
2679
2769
|
|
|
2680
|
-
|
|
2681
|
-
content: '""',
|
|
2682
|
-
width: "100%",
|
|
2683
|
-
position: "absolute",
|
|
2684
|
-
left: 0,
|
|
2685
|
-
right: 0,
|
|
2686
|
-
bottom: 0,
|
|
2687
|
-
height: odysseyTokens.Spacing1,
|
|
2688
|
-
backgroundColor: odysseyTokens.PalettePrimaryMain,
|
|
2689
|
-
},
|
|
2690
|
-
|
|
2691
|
-
"& td": {
|
|
2770
|
+
[`& td.${tableCellClasses.root}`]: {
|
|
2692
2771
|
borderTop: "0 !important",
|
|
2693
|
-
borderLeft: "0 !important",
|
|
2694
2772
|
borderRight: "0 !important",
|
|
2695
|
-
borderBottom:
|
|
2773
|
+
borderBottom: "0 !important",
|
|
2774
|
+
borderLeft: "0 !important",
|
|
2696
2775
|
},
|
|
2697
|
-
},
|
|
2698
|
-
|
|
2699
|
-
"&.isDragging, &.isDragging.isDragTarget": {
|
|
2700
|
-
border: "0 !important",
|
|
2701
|
-
position: "relative",
|
|
2702
|
-
opacity: 1,
|
|
2703
|
-
borderRadius: odysseyTokens.BorderRadiusOuter,
|
|
2704
2776
|
|
|
2705
2777
|
"&::after": {
|
|
2706
2778
|
content: '""',
|
|
@@ -2709,26 +2781,46 @@ export const components = ({
|
|
|
2709
2781
|
right: 0,
|
|
2710
2782
|
top: 0,
|
|
2711
2783
|
bottom: 0,
|
|
2712
|
-
height: "auto",
|
|
2713
|
-
borderRadius: odysseyTokens.BorderRadiusOuter,
|
|
2714
2784
|
borderColor: odysseyTokens.PalettePrimaryLight,
|
|
2715
|
-
borderStyle: "
|
|
2716
|
-
borderWidth:
|
|
2717
|
-
|
|
2785
|
+
borderStyle: "dashed",
|
|
2786
|
+
borderWidth: 2,
|
|
2787
|
+
borderRadius: odysseyTokens.BorderRadiusOuter,
|
|
2718
2788
|
},
|
|
2789
|
+
},
|
|
2719
2790
|
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2791
|
+
"&.isDragging": {
|
|
2792
|
+
borderRadius: odysseyTokens.BorderRadiusOuter,
|
|
2793
|
+
},
|
|
2794
|
+
|
|
2795
|
+
"&.isDragging::after": {
|
|
2796
|
+
content: '""',
|
|
2797
|
+
position: "absolute",
|
|
2798
|
+
left: 0,
|
|
2799
|
+
right: 0,
|
|
2800
|
+
top: 0,
|
|
2801
|
+
bottom: 0,
|
|
2802
|
+
borderColor: odysseyTokens.HueNeutral200,
|
|
2803
|
+
borderStyle: "dashed",
|
|
2804
|
+
borderWidth: 2,
|
|
2805
|
+
borderRadius: odysseyTokens.BorderRadiusOuter,
|
|
2806
|
+
},
|
|
2807
|
+
|
|
2808
|
+
"&.isDragging, &.isDragging.isDragTarget": {
|
|
2809
|
+
position: "relative",
|
|
2810
|
+
opacity: 1,
|
|
2811
|
+
backgroundColor: "transparent",
|
|
2727
2812
|
},
|
|
2728
2813
|
|
|
2729
2814
|
"&.isDragging.isDragTarget::after": {
|
|
2730
|
-
borderColor: odysseyTokens.
|
|
2815
|
+
borderColor: odysseyTokens.PalettePrimaryLight,
|
|
2816
|
+
left: 0,
|
|
2817
|
+
right: 0,
|
|
2731
2818
|
},
|
|
2819
|
+
|
|
2820
|
+
[`&.isDragging + .${tableRowClasses.root}, &.isDragTarget + .${tableRowClasses.root}`]:
|
|
2821
|
+
{
|
|
2822
|
+
borderTopColor: "transparent",
|
|
2823
|
+
},
|
|
2732
2824
|
}),
|
|
2733
2825
|
},
|
|
2734
2826
|
},
|
|
@@ -2740,6 +2832,7 @@ export const components = ({
|
|
|
2740
2832
|
justifyContent: "flex-start",
|
|
2741
2833
|
flexDirection: "inherit",
|
|
2742
2834
|
alignItems: "center",
|
|
2835
|
+
marginInlineEnd: odysseyTokens.Spacing3,
|
|
2743
2836
|
"&:focus-visible": {
|
|
2744
2837
|
color: odysseyTokens.TypographyColorBody,
|
|
2745
2838
|
outlineOffset: odysseyTokens.Spacing4,
|