@okta/odyssey-react-mui 0.22.0 → 0.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/README.md +43 -7
- package/dist/@types/i18next.d.js +14 -0
- package/dist/@types/i18next.d.js.map +1 -0
- package/dist/Autocomplete.js +18 -4
- package/dist/Autocomplete.js.map +1 -1
- package/dist/Banner.js +9 -6
- package/dist/Banner.js.map +1 -1
- package/dist/Button.js +20 -10
- package/dist/Button.js.map +1 -1
- package/dist/Checkbox.js +44 -10
- package/dist/Checkbox.js.map +1 -1
- package/dist/CheckboxGroup.js +25 -26
- package/dist/CheckboxGroup.js.map +1 -1
- package/dist/CircularProgress.js +11 -0
- package/dist/CircularProgress.js.map +1 -1
- package/dist/Dialog.js +72 -0
- package/dist/Dialog.js.map +1 -0
- package/dist/Field.js +28 -10
- package/dist/Field.js.map +1 -1
- package/dist/FieldError.js +6 -3
- package/dist/FieldError.js.map +1 -1
- package/dist/FieldHint.js +1 -2
- package/dist/FieldHint.js.map +1 -1
- package/dist/FieldLabel.js +19 -7
- package/dist/FieldLabel.js.map +1 -1
- package/dist/Fieldset.js +55 -0
- package/dist/Fieldset.js.map +1 -0
- package/dist/Form.js +69 -0
- package/dist/Form.js.map +1 -0
- package/dist/Icon.js +8 -8
- package/dist/Icon.js.map +1 -1
- package/dist/Infobox.js +7 -4
- package/dist/Infobox.js.map +1 -1
- package/dist/Link.js +10 -3
- package/dist/Link.js.map +1 -1
- package/dist/MenuButton.js +3 -7
- package/dist/MenuButton.js.map +1 -1
- package/dist/MenuItem.js +4 -2
- package/dist/MenuItem.js.map +1 -1
- package/dist/MuiPropsChild.js +32 -0
- package/dist/MuiPropsChild.js.map +1 -0
- package/dist/MuiPropsContext.js +15 -0
- package/dist/MuiPropsContext.js.map +1 -0
- package/dist/NativeSelect.js +61 -0
- package/dist/NativeSelect.js.map +1 -0
- package/dist/OdysseyCacheProvider.js +1 -2
- package/dist/OdysseyCacheProvider.js.map +1 -1
- package/dist/OdysseyI18n.js +93 -0
- package/dist/OdysseyI18n.js.map +1 -0
- package/dist/OdysseyProvider.js +42 -0
- package/dist/OdysseyProvider.js.map +1 -0
- package/dist/OdysseyThemeProvider.js +11 -5
- package/dist/OdysseyThemeProvider.js.map +1 -1
- package/dist/OdysseyTranslationProvider.js +47 -0
- package/dist/OdysseyTranslationProvider.js.map +1 -0
- package/dist/OdysseyTranslationProvider.types.js +14 -0
- package/dist/OdysseyTranslationProvider.types.js.map +1 -0
- package/dist/PasswordField.js +20 -3
- package/dist/PasswordField.js.map +1 -1
- package/dist/Radio.js +11 -2
- package/dist/Radio.js.map +1 -1
- package/dist/RadioGroup.js +36 -28
- package/dist/RadioGroup.js.map +1 -1
- package/dist/ScreenReaderText.js +3 -3
- package/dist/ScreenReaderText.js.map +1 -1
- package/dist/SearchField.js +17 -4
- package/dist/SearchField.js.map +1 -1
- package/dist/Select.js +131 -0
- package/dist/Select.js.map +1 -0
- package/dist/Status.js.map +1 -1
- package/dist/Tabs.js +46 -0
- package/dist/Tabs.js.map +1 -0
- package/dist/Tag.js +11 -2
- package/dist/Tag.js.map +1 -1
- package/dist/TagList.js +11 -2
- package/dist/TagList.js.map +1 -1
- package/dist/TagListContext.js +1 -0
- package/dist/TagListContext.js.map +1 -1
- package/dist/TextField.js +28 -9
- package/dist/TextField.js.map +1 -1
- package/dist/Toast.js +78 -0
- package/dist/Toast.js.map +1 -0
- package/dist/{ThemeProvider.js → ToastStack.js} +12 -10
- package/dist/ToastStack.js.map +1 -0
- package/dist/Tooltip.js +31 -0
- package/dist/Tooltip.js.map +1 -0
- package/dist/a11yCheck.js +1 -2
- package/dist/a11yCheck.js.map +1 -1
- package/dist/createUniqueAlphabeticalId.js +1 -2
- package/dist/createUniqueAlphabeticalId.js.map +1 -1
- package/dist/createUniqueId.js +1 -2
- package/dist/createUniqueId.js.map +1 -1
- package/dist/iconDictionary/Add.js +5 -6
- package/dist/iconDictionary/Add.js.map +1 -1
- package/dist/iconDictionary/AddCircle.js +5 -6
- package/dist/iconDictionary/AddCircle.js.map +1 -1
- package/dist/iconDictionary/AlertCircle.js +5 -6
- package/dist/iconDictionary/AlertCircle.js.map +1 -1
- package/dist/iconDictionary/AlertCircleFilled.js +5 -6
- package/dist/iconDictionary/AlertCircleFilled.js.map +1 -1
- package/dist/iconDictionary/AlertTriangleFilled.js +5 -6
- package/dist/iconDictionary/AlertTriangleFilled.js.map +1 -1
- package/dist/iconDictionary/Anchor.js +6 -7
- package/dist/iconDictionary/Anchor.js.map +1 -1
- package/dist/iconDictionary/ArrowDown.js +5 -6
- package/dist/iconDictionary/ArrowDown.js.map +1 -1
- package/dist/iconDictionary/ArrowLeft.js +5 -6
- package/dist/iconDictionary/ArrowLeft.js.map +1 -1
- package/dist/iconDictionary/ArrowRight.js +5 -6
- package/dist/iconDictionary/ArrowRight.js.map +1 -1
- package/dist/iconDictionary/ArrowUp.js +5 -6
- package/dist/iconDictionary/ArrowUp.js.map +1 -1
- package/dist/iconDictionary/ArrowUpDown.js +5 -6
- package/dist/iconDictionary/ArrowUpDown.js.map +1 -1
- package/dist/iconDictionary/Calendar.js +5 -6
- package/dist/iconDictionary/Calendar.js.map +1 -1
- package/dist/iconDictionary/Check.js +5 -6
- package/dist/iconDictionary/Check.js.map +1 -1
- package/dist/iconDictionary/CheckCircleFilled.js +5 -6
- package/dist/iconDictionary/CheckCircleFilled.js.map +1 -1
- package/dist/iconDictionary/ChevronDown.js +5 -6
- package/dist/iconDictionary/ChevronDown.js.map +1 -1
- package/dist/iconDictionary/ChevronUp.js +5 -6
- package/dist/iconDictionary/ChevronUp.js.map +1 -1
- package/dist/iconDictionary/Close.js +5 -6
- package/dist/iconDictionary/Close.js.map +1 -1
- package/dist/iconDictionary/CloseCircleFilled.js +5 -6
- package/dist/iconDictionary/CloseCircleFilled.js.map +1 -1
- package/dist/iconDictionary/Copy.js +5 -6
- package/dist/iconDictionary/Copy.js.map +1 -1
- package/dist/iconDictionary/Delete.js +5 -6
- package/dist/iconDictionary/Delete.js.map +1 -1
- package/dist/iconDictionary/Download.js +5 -6
- package/dist/iconDictionary/Download.js.map +1 -1
- package/dist/iconDictionary/DragHandle.js +5 -6
- package/dist/iconDictionary/DragHandle.js.map +1 -1
- package/dist/iconDictionary/Edit.js +5 -6
- package/dist/iconDictionary/Edit.js.map +1 -1
- package/dist/iconDictionary/ExternalLink.js +5 -6
- package/dist/iconDictionary/ExternalLink.js.map +1 -1
- package/dist/iconDictionary/Eye.js +5 -6
- package/dist/iconDictionary/Eye.js.map +1 -1
- package/dist/iconDictionary/EyeOff.js +5 -6
- package/dist/iconDictionary/EyeOff.js.map +1 -1
- package/dist/iconDictionary/Filter.js +5 -6
- package/dist/iconDictionary/Filter.js.map +1 -1
- package/dist/iconDictionary/Globe.js +5 -6
- package/dist/iconDictionary/Globe.js.map +1 -1
- package/dist/iconDictionary/Home.js +5 -6
- package/dist/iconDictionary/Home.js.map +1 -1
- package/dist/iconDictionary/InformationCircle.js +5 -6
- package/dist/iconDictionary/InformationCircle.js.map +1 -1
- package/dist/iconDictionary/InformationCircleFilled.js +5 -6
- package/dist/iconDictionary/InformationCircleFilled.js.map +1 -1
- package/dist/iconDictionary/Notification.js +5 -6
- package/dist/iconDictionary/Notification.js.map +1 -1
- package/dist/iconDictionary/OverflowVertical.js +5 -6
- package/dist/iconDictionary/OverflowVertical.js.map +1 -1
- package/dist/iconDictionary/QuestionCircle.js +5 -6
- package/dist/iconDictionary/QuestionCircle.js.map +1 -1
- package/dist/iconDictionary/QuestionCircleFilled.js +5 -6
- package/dist/iconDictionary/QuestionCircleFilled.js.map +1 -1
- package/dist/iconDictionary/Search.js +5 -6
- package/dist/iconDictionary/Search.js.map +1 -1
- package/dist/iconDictionary/Settings.js +4 -5
- package/dist/iconDictionary/Settings.js.map +1 -1
- package/dist/iconDictionary/Subtract.js +5 -6
- package/dist/iconDictionary/Subtract.js.map +1 -1
- package/dist/iconDictionary/SvgIcon.js +1 -0
- package/dist/iconDictionary/SvgIcon.js.map +1 -1
- package/dist/iconDictionary/User.js +5 -6
- package/dist/iconDictionary/User.js.map +1 -1
- package/dist/iconDictionary/UserGroup.js +5 -6
- package/dist/iconDictionary/UserGroup.js.map +1 -1
- package/dist/iconDictionary/index.js.map +1 -1
- package/dist/index.js +13 -6
- package/dist/index.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui.js +11 -0
- package/dist/properties/ts/odyssey-react-mui.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_cs.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_cs.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_da.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_da.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_de.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_de.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_el.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_el.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_es.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_es.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_fi.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_fi.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_fr.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_fr.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_hu.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_hu.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_id.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_id.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_it.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_it.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_ja.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_ja.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_ko.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_ko.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_ms.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_ms.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_nb.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_nb.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_nl-NL.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_nl-NL.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_pl.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_pl.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_pt-BR.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_pt-BR.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_ro.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_ro.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_ru.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_ru.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_sv.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_sv.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_th.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_th.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_tr.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_tr.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_uk.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_uk.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_zh-CN.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_zh-CN.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_zh-TW.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_zh-TW.js.map +1 -0
- package/dist/src/Autocomplete.d.ts +2 -1
- package/dist/src/Autocomplete.d.ts.map +1 -1
- package/dist/src/Banner.d.ts +19 -19
- package/dist/src/Banner.d.ts.map +1 -1
- package/dist/src/Button.d.ts +4 -3
- package/dist/src/Button.d.ts.map +1 -1
- package/dist/src/Checkbox.d.ts +4 -2
- package/dist/src/Checkbox.d.ts.map +1 -1
- package/dist/src/CheckboxGroup.d.ts +8 -4
- package/dist/src/CheckboxGroup.d.ts.map +1 -1
- package/dist/src/Dialog.d.ts +25 -0
- package/dist/src/Dialog.d.ts.map +1 -0
- package/dist/src/Field.d.ts +18 -7
- package/dist/src/Field.d.ts.map +1 -1
- package/dist/src/FieldError.d.ts.map +1 -1
- package/dist/src/FieldLabel.d.ts +2 -3
- package/dist/src/FieldLabel.d.ts.map +1 -1
- package/dist/src/Fieldset.d.ts +42 -0
- package/dist/src/Fieldset.d.ts.map +1 -0
- package/dist/src/Form.d.ts +73 -0
- package/dist/src/Form.d.ts.map +1 -0
- package/dist/src/Icon.d.ts +9 -8
- package/dist/src/Icon.d.ts.map +1 -1
- package/dist/src/Infobox.d.ts +7 -7
- package/dist/src/Infobox.d.ts.map +1 -1
- package/dist/src/Link.d.ts +9 -4
- package/dist/src/Link.d.ts.map +1 -1
- package/dist/src/MenuButton.d.ts +7 -3
- package/dist/src/MenuButton.d.ts.map +1 -1
- package/dist/src/MenuItem.d.ts +1 -1
- package/dist/src/MenuItem.d.ts.map +1 -1
- package/dist/src/MuiPropsChild.d.ts +18 -0
- package/dist/src/MuiPropsChild.d.ts.map +1 -0
- package/dist/src/MuiPropsContext.d.ts +15 -0
- package/dist/src/MuiPropsContext.d.ts.map +1 -0
- package/dist/src/NativeSelect.d.ts +36 -0
- package/dist/src/NativeSelect.d.ts.map +1 -0
- package/dist/src/OdysseyI18n.d.ts +54 -0
- package/dist/src/OdysseyI18n.d.ts.map +1 -0
- package/dist/src/OdysseyProvider.d.ts +27 -0
- package/dist/src/OdysseyProvider.d.ts.map +1 -0
- package/dist/src/OdysseyThemeProvider.d.ts +4 -2
- package/dist/src/OdysseyThemeProvider.d.ts.map +1 -1
- package/dist/src/OdysseyTranslationProvider.d.ts +25 -0
- package/dist/src/OdysseyTranslationProvider.d.ts.map +1 -0
- package/dist/src/OdysseyTranslationProvider.types.d.ts +14 -0
- package/dist/src/OdysseyTranslationProvider.types.d.ts.map +1 -0
- package/dist/src/PasswordField.d.ts +8 -8
- package/dist/src/PasswordField.d.ts.map +1 -1
- package/dist/src/RadioGroup.d.ts +8 -8
- package/dist/src/RadioGroup.d.ts.map +1 -1
- package/dist/src/SearchField.d.ts +4 -4
- package/dist/src/SearchField.d.ts.map +1 -1
- package/dist/src/Select.d.ts +35 -0
- package/dist/src/Select.d.ts.map +1 -0
- package/dist/src/Status.d.ts +2 -2
- package/dist/src/Status.d.ts.map +1 -1
- package/dist/src/Tabs.d.ts +27 -0
- package/dist/src/Tabs.d.ts.map +1 -0
- package/dist/src/TextField.d.ts +12 -15
- package/dist/src/TextField.d.ts.map +1 -1
- package/dist/src/Toast.d.ts +60 -0
- package/dist/src/Toast.d.ts.map +1 -0
- package/dist/src/ToastStack.d.ts +19 -0
- package/dist/src/ToastStack.d.ts.map +1 -0
- package/dist/src/{ThemeProvider.d.ts → Tooltip.d.ts} +8 -4
- package/dist/src/Tooltip.d.ts.map +1 -0
- package/dist/src/iconDictionary/Add.d.ts +2 -2
- package/dist/src/iconDictionary/AddCircle.d.ts +2 -2
- package/dist/src/iconDictionary/AlertCircle.d.ts +2 -2
- package/dist/src/iconDictionary/AlertCircleFilled.d.ts +2 -2
- package/dist/src/iconDictionary/AlertTriangleFilled.d.ts +2 -2
- package/dist/src/iconDictionary/Anchor.d.ts +2 -2
- package/dist/src/iconDictionary/ArrowDown.d.ts +2 -2
- package/dist/src/iconDictionary/ArrowLeft.d.ts +2 -2
- package/dist/src/iconDictionary/ArrowRight.d.ts +2 -2
- package/dist/src/iconDictionary/ArrowUp.d.ts +2 -2
- package/dist/src/iconDictionary/ArrowUpDown.d.ts +2 -2
- package/dist/src/iconDictionary/Calendar.d.ts +2 -2
- package/dist/src/iconDictionary/Check.d.ts +2 -2
- package/dist/src/iconDictionary/CheckCircleFilled.d.ts +2 -2
- package/dist/src/iconDictionary/ChevronDown.d.ts +2 -2
- package/dist/src/iconDictionary/ChevronUp.d.ts +2 -2
- package/dist/src/iconDictionary/Close.d.ts +2 -2
- package/dist/src/iconDictionary/CloseCircleFilled.d.ts +2 -2
- package/dist/src/iconDictionary/Copy.d.ts +2 -2
- package/dist/src/iconDictionary/Delete.d.ts +2 -2
- package/dist/src/iconDictionary/Download.d.ts +2 -2
- package/dist/src/iconDictionary/DragHandle.d.ts +2 -2
- package/dist/src/iconDictionary/Edit.d.ts +2 -2
- package/dist/src/iconDictionary/ExternalLink.d.ts +2 -2
- package/dist/src/iconDictionary/Eye.d.ts +2 -2
- package/dist/src/iconDictionary/EyeOff.d.ts +2 -2
- package/dist/src/iconDictionary/Filter.d.ts +2 -2
- package/dist/src/iconDictionary/Globe.d.ts +2 -2
- package/dist/src/iconDictionary/Home.d.ts +2 -2
- package/dist/src/iconDictionary/InformationCircle.d.ts +2 -2
- package/dist/src/iconDictionary/InformationCircleFilled.d.ts +2 -2
- package/dist/src/iconDictionary/Notification.d.ts +2 -2
- package/dist/src/iconDictionary/OverflowVertical.d.ts +2 -2
- package/dist/src/iconDictionary/QuestionCircle.d.ts +2 -2
- package/dist/src/iconDictionary/QuestionCircleFilled.d.ts +2 -2
- package/dist/src/iconDictionary/Search.d.ts +2 -2
- package/dist/src/iconDictionary/Settings.d.ts +2 -2
- package/dist/src/iconDictionary/Subtract.d.ts +2 -2
- package/dist/src/iconDictionary/User.d.ts +2 -2
- package/dist/src/iconDictionary/UserGroup.d.ts +2 -2
- package/dist/src/iconDictionary/index.d.ts +40 -40
- package/dist/src/index.d.ts +15 -10
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui.d.ts +11 -0
- package/dist/src/properties/ts/odyssey-react-mui.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_da.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_da.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_de.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_de.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_el.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_el.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_es.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_es.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_id.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_id.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_it.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_it.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_nl-NL.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_nl-NL.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_pt-BR.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_pt-BR.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_th.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_th.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_zh-CN.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_zh-CN.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_zh-TW.d.ts +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_zh-TW.d.ts.map +1 -0
- package/dist/src/theme/components.d.ts.map +1 -1
- package/dist/src/theme/index.d.ts +3 -1
- package/dist/src/theme/index.d.ts.map +1 -1
- package/dist/src/theme/mixins.d.ts +2 -1
- package/dist/src/theme/mixins.d.ts.map +1 -1
- package/dist/src/theme/palette.d.ts +2 -1
- package/dist/src/theme/palette.d.ts.map +1 -1
- package/dist/src/theme/shape.d.ts +2 -1
- package/dist/src/theme/shape.d.ts.map +1 -1
- package/dist/src/theme/spacing.d.ts +2 -1
- package/dist/src/theme/spacing.d.ts.map +1 -1
- package/dist/src/theme/theme.d.ts +3 -2
- package/dist/src/theme/theme.d.ts.map +1 -1
- package/dist/src/theme/typography.d.ts +2 -1
- package/dist/src/theme/typography.d.ts.map +1 -1
- package/dist/theme/components.js +123 -85
- package/dist/theme/components.js.map +1 -1
- package/dist/theme/components.types.js +1 -0
- package/dist/theme/components.types.js.map +1 -1
- package/dist/theme/index.js +1 -1
- package/dist/theme/index.js.map +1 -1
- package/dist/theme/mixins.js +8 -6
- package/dist/theme/mixins.js.map +1 -1
- package/dist/theme/mixins.types.js +1 -0
- package/dist/theme/mixins.types.js.map +1 -1
- package/dist/theme/palette.js +89 -86
- package/dist/theme/palette.js.map +1 -1
- package/dist/theme/palette.types.js +1 -0
- package/dist/theme/palette.types.js.map +1 -1
- package/dist/theme/shape.js +6 -4
- package/dist/theme/shape.js.map +1 -1
- package/dist/theme/spacing.js +4 -1
- package/dist/theme/spacing.js.map +1 -1
- package/dist/theme/temp.js +1 -0
- package/dist/theme/temp.js.map +1 -1
- package/dist/theme/theme.js +12 -9
- package/dist/theme/theme.js.map +1 -1
- package/dist/theme/typography.js +85 -83
- package/dist/theme/typography.js.map +1 -1
- package/dist/theme/typography.types.js +1 -0
- package/dist/theme/typography.types.js.map +1 -1
- package/dist/theme/useTheme.js +1 -0
- package/dist/theme/useTheme.js.map +1 -1
- package/dist/tsconfig.production.tsbuildinfo +1 -1
- package/dist/useUniqueAlphabeticalId.js +1 -0
- package/dist/useUniqueAlphabeticalId.js.map +1 -1
- package/dist/useUniqueId.js +1 -0
- package/dist/useUniqueId.js.map +1 -1
- package/i18n.config.json +8 -0
- package/package.json +9 -4
- package/scripts/properties-to-ts.js +103 -0
- package/src/@types/i18next.d.ts +22 -0
- package/src/Autocomplete.tsx +10 -1
- package/src/Banner.tsx +37 -32
- package/src/Button.tsx +38 -18
- package/src/Checkbox.tsx +47 -21
- package/src/CheckboxGroup.tsx +30 -34
- package/src/Dialog.tsx +110 -0
- package/src/Field.tsx +56 -24
- package/src/FieldError.tsx +6 -1
- package/src/FieldLabel.tsx +13 -10
- package/src/Fieldset.tsx +95 -0
- package/src/Form.tsx +142 -0
- package/src/Icon.test.tsx +1 -1
- package/src/Icon.tsx +27 -13
- package/src/Infobox.tsx +18 -13
- package/src/Link.tsx +14 -6
- package/src/MenuButton.tsx +8 -3
- package/src/MenuItem.tsx +1 -0
- package/src/MuiPropsChild.tsx +41 -0
- package/src/MuiPropsContext.ts +17 -0
- package/src/NativeSelect.tsx +107 -0
- package/src/OdysseyI18n.ts +101 -0
- package/src/OdysseyProvider.tsx +59 -0
- package/src/OdysseyThemeProvider.tsx +9 -3
- package/src/OdysseyTranslationProvider.test.tsx +63 -0
- package/src/OdysseyTranslationProvider.tsx +65 -0
- package/src/OdysseyTranslationProvider.types.ts +42 -0
- package/src/PasswordField.tsx +18 -11
- package/src/RadioGroup.tsx +31 -46
- package/src/SearchField.tsx +10 -8
- package/src/Select.tsx +226 -0
- package/src/Status.tsx +2 -2
- package/src/Tabs.tsx +70 -0
- package/src/TextField.tsx +31 -25
- package/src/Toast.tsx +140 -0
- package/src/{ThemeProvider.tsx → ToastStack.tsx} +16 -9
- package/src/Tooltip.tsx +39 -0
- package/src/iconDictionary/Add.tsx +3 -3
- package/src/iconDictionary/AddCircle.tsx +3 -3
- package/src/iconDictionary/AlertCircle.tsx +3 -3
- package/src/iconDictionary/AlertCircleFilled.tsx +3 -3
- package/src/iconDictionary/AlertTriangleFilled.tsx +3 -3
- package/src/iconDictionary/Anchor.tsx +3 -3
- package/src/iconDictionary/ArrowDown.tsx +3 -3
- package/src/iconDictionary/ArrowLeft.tsx +3 -3
- package/src/iconDictionary/ArrowRight.tsx +3 -3
- package/src/iconDictionary/ArrowUp.tsx +3 -3
- package/src/iconDictionary/ArrowUpDown.tsx +3 -3
- package/src/iconDictionary/Calendar.tsx +3 -3
- package/src/iconDictionary/Check.tsx +3 -3
- package/src/iconDictionary/CheckCircleFilled.tsx +3 -3
- package/src/iconDictionary/ChevronDown.tsx +3 -3
- package/src/iconDictionary/ChevronUp.tsx +3 -3
- package/src/iconDictionary/Close.tsx +3 -3
- package/src/iconDictionary/CloseCircleFilled.tsx +3 -3
- package/src/iconDictionary/Copy.tsx +3 -3
- package/src/iconDictionary/Delete.tsx +3 -3
- package/src/iconDictionary/Download.tsx +3 -3
- package/src/iconDictionary/DragHandle.tsx +3 -3
- package/src/iconDictionary/Edit.tsx +3 -3
- package/src/iconDictionary/ExternalLink.tsx +3 -3
- package/src/iconDictionary/Eye.tsx +3 -3
- package/src/iconDictionary/EyeOff.tsx +3 -3
- package/src/iconDictionary/Filter.tsx +3 -3
- package/src/iconDictionary/Globe.tsx +3 -3
- package/src/iconDictionary/Home.tsx +3 -3
- package/src/iconDictionary/InformationCircle.tsx +3 -3
- package/src/iconDictionary/InformationCircleFilled.tsx +3 -3
- package/src/iconDictionary/Notification.tsx +3 -3
- package/src/iconDictionary/OverflowVertical.tsx +3 -3
- package/src/iconDictionary/QuestionCircle.tsx +3 -3
- package/src/iconDictionary/QuestionCircleFilled.tsx +3 -3
- package/src/iconDictionary/Search.tsx +3 -3
- package/src/iconDictionary/Settings.tsx +2 -2
- package/src/iconDictionary/Subtract.tsx +3 -3
- package/src/iconDictionary/User.tsx +3 -3
- package/src/iconDictionary/UserGroup.tsx +3 -3
- package/src/iconDictionary/index.ts +1 -1
- package/src/index.ts +11 -23
- package/src/properties/odyssey-react-mui.properties +8 -0
- package/src/properties/translations/odyssey-react-mui_cs.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_da.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_de.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_el.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_es.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_fi.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_fr.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_hu.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_id.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_it.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_ja.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_ko.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_ms.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_nb.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_nl-NL.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_pl.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_pt-BR.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_ro.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_ru.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_sv.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_th.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_tr.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_uk.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_zh-CN.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_zh-TW.properties +0 -0
- package/src/properties/ts/odyssey-react-mui.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_cs.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_da.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_de.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_el.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_es.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_fi.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_fr.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_hu.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_id.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_it.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_ja.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_ko.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_ms.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_nb.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_nl-NL.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_pl.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_pt-BR.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_ro.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_ru.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_sv.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_th.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_tr.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_uk.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_zh-CN.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_zh-TW.ts +1 -0
- package/src/theme/components.tsx +44 -13
- package/src/theme/index.ts +5 -1
- package/src/theme/mixins.ts +10 -6
- package/src/theme/palette.ts +95 -88
- package/src/theme/shape.ts +12 -8
- package/src/theme/spacing.ts +17 -12
- package/src/theme/theme.ts +14 -10
- package/src/theme/typography.ts +87 -83
- package/dist/ThemeProvider.js.map +0 -1
- package/dist/src/ThemeProvider.d.ts.map +0 -1
package/dist/theme/components.js
CHANGED
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { buttonClasses } from "@mui/material/Button";
|
|
11
|
+
*/import { buttonClasses } from "@mui/material/Button";
|
|
13
12
|
import { chipClasses } from "@mui/material/Chip";
|
|
14
13
|
import { dialogActionsClasses } from "@mui/material/DialogActions";
|
|
15
14
|
import { dividerClasses } from "@mui/material/Divider";
|
|
@@ -82,7 +81,8 @@ export const components = {
|
|
|
82
81
|
ownerState,
|
|
83
82
|
theme
|
|
84
83
|
} = _ref2;
|
|
85
|
-
return {
|
|
84
|
+
return {
|
|
85
|
+
...(ownerState.variant === "banner" && {
|
|
86
86
|
padding: 0,
|
|
87
87
|
marginInlineEnd: 0,
|
|
88
88
|
top: "50%",
|
|
@@ -233,7 +233,8 @@ export const components = {
|
|
|
233
233
|
theme,
|
|
234
234
|
ownerState
|
|
235
235
|
} = _ref10;
|
|
236
|
-
return {
|
|
236
|
+
return {
|
|
237
|
+
...(ownerState.readOnly === true && {
|
|
237
238
|
backgroundColor: theme.palette.grey[50],
|
|
238
239
|
[`&:not(:hover)`]: {
|
|
239
240
|
borderColor: "transparent"
|
|
@@ -284,7 +285,8 @@ export const components = {
|
|
|
284
285
|
},
|
|
285
286
|
"&:disabled": {
|
|
286
287
|
color: theme.palette.common.white,
|
|
287
|
-
backgroundColor: theme.palette.primary.light
|
|
288
|
+
backgroundColor: theme.palette.primary.light,
|
|
289
|
+
pointerEvents: "initial"
|
|
288
290
|
}
|
|
289
291
|
};
|
|
290
292
|
}
|
|
@@ -458,7 +460,10 @@ export const components = {
|
|
|
458
460
|
},
|
|
459
461
|
"&:disabled": {
|
|
460
462
|
cursor: "not-allowed",
|
|
461
|
-
pointerEvents: "
|
|
463
|
+
pointerEvents: "initial"
|
|
464
|
+
},
|
|
465
|
+
"&:disabled:active": {
|
|
466
|
+
pointerEvents: "none"
|
|
462
467
|
},
|
|
463
468
|
[`.${buttonClasses.startIcon}, .${buttonClasses.endIcon}`]: {
|
|
464
469
|
"& > *:nth-of-type(1)": {
|
|
@@ -528,8 +533,6 @@ export const components = {
|
|
|
528
533
|
}),
|
|
529
534
|
".MuiSvgIcon-root": {
|
|
530
535
|
color: theme.palette.common.white,
|
|
531
|
-
width: "0.5em",
|
|
532
|
-
height: "0.5em",
|
|
533
536
|
transition: theme.transitions.create(["color"], {
|
|
534
537
|
duration: theme.transitions.duration.short
|
|
535
538
|
})
|
|
@@ -546,14 +549,14 @@ export const components = {
|
|
|
546
549
|
backgroundColor: "transparent",
|
|
547
550
|
borderColor: theme.palette.grey[900]
|
|
548
551
|
},
|
|
549
|
-
".Mui-error:hover > &": {
|
|
552
|
+
".Mui-error:not(.Mui-valid):hover > &": {
|
|
550
553
|
borderColor: theme.palette.error.dark,
|
|
551
554
|
"&.Mui-checked": {
|
|
552
555
|
backgroundColor: theme.palette.error.dark,
|
|
553
556
|
borderColor: theme.palette.error.dark
|
|
554
557
|
}
|
|
555
558
|
},
|
|
556
|
-
".Mui-error > &": {
|
|
559
|
+
".Mui-error:not(.Mui-valid) > &": {
|
|
557
560
|
borderColor: theme.palette.error.main,
|
|
558
561
|
"&.Mui-checked": {
|
|
559
562
|
backgroundColor: theme.palette.error.main,
|
|
@@ -572,7 +575,7 @@ export const components = {
|
|
|
572
575
|
"&.Mui-disabled": {
|
|
573
576
|
backgroundColor: theme.palette.grey[50],
|
|
574
577
|
borderColor: theme.palette.grey[300],
|
|
575
|
-
".Mui-error > &": {
|
|
578
|
+
".Mui-error:not(.Mui-valid) > &": {
|
|
576
579
|
backgroundColor: theme.palette.grey[50],
|
|
577
580
|
borderColor: theme.palette.grey[300]
|
|
578
581
|
},
|
|
@@ -700,7 +703,8 @@ export const components = {
|
|
|
700
703
|
theme,
|
|
701
704
|
ownerState
|
|
702
705
|
} = _ref25;
|
|
703
|
-
return {
|
|
706
|
+
return {
|
|
707
|
+
...(ownerState.color !== "inherit" && {
|
|
704
708
|
color: theme.palette.primary.dark
|
|
705
709
|
})
|
|
706
710
|
};
|
|
@@ -709,7 +713,8 @@ export const components = {
|
|
|
709
713
|
let {
|
|
710
714
|
ownerState
|
|
711
715
|
} = _ref26;
|
|
712
|
-
return {
|
|
716
|
+
return {
|
|
717
|
+
...(ownerState.variant === "indeterminate" && {
|
|
713
718
|
strokeDasharray: "160%, 360%"
|
|
714
719
|
})
|
|
715
720
|
};
|
|
@@ -1031,6 +1036,9 @@ export const components = {
|
|
|
1031
1036
|
padding: 0,
|
|
1032
1037
|
paddingBlock: theme.spacing(4),
|
|
1033
1038
|
paddingInline: theme.spacing(6),
|
|
1039
|
+
"&:last-child": {
|
|
1040
|
+
paddingBlockEnd: theme.spacing(6)
|
|
1041
|
+
},
|
|
1034
1042
|
...(ownerState.dividers === false && {
|
|
1035
1043
|
[`& + .${dialogActionsClasses.root}`]: {
|
|
1036
1044
|
paddingBlockStart: theme.spacing(4)
|
|
@@ -1123,7 +1131,6 @@ export const components = {
|
|
|
1123
1131
|
ownerState
|
|
1124
1132
|
} = _ref34;
|
|
1125
1133
|
return {
|
|
1126
|
-
gap: theme.spacing(2),
|
|
1127
1134
|
marginInlineStart: 0,
|
|
1128
1135
|
marginInlineEnd: 0,
|
|
1129
1136
|
...(ownerState.labelPlacement === "start" && {
|
|
@@ -1155,7 +1162,20 @@ export const components = {
|
|
|
1155
1162
|
color: theme.palette.error.dark
|
|
1156
1163
|
}
|
|
1157
1164
|
};
|
|
1158
|
-
}
|
|
1165
|
+
},
|
|
1166
|
+
label: _ref35 => {
|
|
1167
|
+
let {
|
|
1168
|
+
theme
|
|
1169
|
+
} = _ref35;
|
|
1170
|
+
return {
|
|
1171
|
+
"&:not(:first-child)": {
|
|
1172
|
+
marginInlineStart: theme.spacing(2)
|
|
1173
|
+
}
|
|
1174
|
+
};
|
|
1175
|
+
},
|
|
1176
|
+
asterisk: () => ({
|
|
1177
|
+
display: "none"
|
|
1178
|
+
})
|
|
1159
1179
|
}
|
|
1160
1180
|
},
|
|
1161
1181
|
MuiFormHelperText: {
|
|
@@ -1163,10 +1183,10 @@ export const components = {
|
|
|
1163
1183
|
variant: "standard"
|
|
1164
1184
|
},
|
|
1165
1185
|
styleOverrides: {
|
|
1166
|
-
root:
|
|
1186
|
+
root: _ref36 => {
|
|
1167
1187
|
let {
|
|
1168
1188
|
theme
|
|
1169
|
-
} =
|
|
1189
|
+
} = _ref36;
|
|
1170
1190
|
return {
|
|
1171
1191
|
fontSize: theme.typography.subtitle1.fontSize,
|
|
1172
1192
|
lineHeight: "1.33333333",
|
|
@@ -1186,10 +1206,10 @@ export const components = {
|
|
|
1186
1206
|
},
|
|
1187
1207
|
MuiFormLabel: {
|
|
1188
1208
|
styleOverrides: {
|
|
1189
|
-
root:
|
|
1209
|
+
root: _ref37 => {
|
|
1190
1210
|
let {
|
|
1191
1211
|
theme
|
|
1192
|
-
} =
|
|
1212
|
+
} = _ref37;
|
|
1193
1213
|
return {
|
|
1194
1214
|
color: theme.palette.text.primary,
|
|
1195
1215
|
lineHeight: theme.typography.ui.lineHeight,
|
|
@@ -1205,18 +1225,18 @@ export const components = {
|
|
|
1205
1225
|
},
|
|
1206
1226
|
MuiIconButton: {
|
|
1207
1227
|
styleOverrides: {
|
|
1208
|
-
edgeEnd:
|
|
1228
|
+
edgeEnd: _ref38 => {
|
|
1209
1229
|
let {
|
|
1210
1230
|
theme
|
|
1211
|
-
} =
|
|
1231
|
+
} = _ref38;
|
|
1212
1232
|
return {
|
|
1213
1233
|
marginInlineEnd: theme.spacing(1)
|
|
1214
1234
|
};
|
|
1215
1235
|
},
|
|
1216
|
-
root:
|
|
1236
|
+
root: _ref39 => {
|
|
1217
1237
|
let {
|
|
1218
1238
|
theme
|
|
1219
|
-
} =
|
|
1239
|
+
} = _ref39;
|
|
1220
1240
|
return {
|
|
1221
1241
|
padding: theme.spacing(1),
|
|
1222
1242
|
fontSize: theme.typography.body1.fontSize,
|
|
@@ -1258,11 +1278,11 @@ export const components = {
|
|
|
1258
1278
|
},
|
|
1259
1279
|
MuiInputAdornment: {
|
|
1260
1280
|
styleOverrides: {
|
|
1261
|
-
root:
|
|
1281
|
+
root: _ref40 => {
|
|
1262
1282
|
let {
|
|
1263
1283
|
theme,
|
|
1264
1284
|
ownerState
|
|
1265
|
-
} =
|
|
1285
|
+
} = _ref40;
|
|
1266
1286
|
return {
|
|
1267
1287
|
display: "flex",
|
|
1268
1288
|
minWidth: "1.25em",
|
|
@@ -1290,12 +1310,13 @@ export const components = {
|
|
|
1290
1310
|
required: true
|
|
1291
1311
|
},
|
|
1292
1312
|
styleOverrides: {
|
|
1293
|
-
root:
|
|
1313
|
+
root: _ref41 => {
|
|
1294
1314
|
let {
|
|
1295
1315
|
ownerState,
|
|
1296
1316
|
theme
|
|
1297
|
-
} =
|
|
1298
|
-
return {
|
|
1317
|
+
} = _ref41;
|
|
1318
|
+
return {
|
|
1319
|
+
...theme.typography.body1,
|
|
1299
1320
|
flex: "1",
|
|
1300
1321
|
width: "auto",
|
|
1301
1322
|
color: theme.palette.text.primary,
|
|
@@ -1344,10 +1365,10 @@ export const components = {
|
|
|
1344
1365
|
}
|
|
1345
1366
|
};
|
|
1346
1367
|
},
|
|
1347
|
-
input:
|
|
1368
|
+
input: _ref42 => {
|
|
1348
1369
|
let {
|
|
1349
1370
|
theme
|
|
1350
|
-
} =
|
|
1371
|
+
} = _ref42;
|
|
1351
1372
|
return {
|
|
1352
1373
|
boxSizing: "border-box",
|
|
1353
1374
|
height: "auto",
|
|
@@ -1377,10 +1398,10 @@ export const components = {
|
|
|
1377
1398
|
shrink: false
|
|
1378
1399
|
},
|
|
1379
1400
|
styleOverrides: {
|
|
1380
|
-
root:
|
|
1401
|
+
root: _ref43 => {
|
|
1381
1402
|
let {
|
|
1382
1403
|
ownerState
|
|
1383
|
-
} =
|
|
1404
|
+
} = _ref43;
|
|
1384
1405
|
return {
|
|
1385
1406
|
display: "flex",
|
|
1386
1407
|
justifyContent: "space-between",
|
|
@@ -1395,20 +1416,24 @@ export const components = {
|
|
|
1395
1416
|
...(ownerState.size === "small" && {
|
|
1396
1417
|
transform: "none"
|
|
1397
1418
|
})
|
|
1398
|
-
})
|
|
1419
|
+
}),
|
|
1420
|
+
"& > .MuiTypography-root": {
|
|
1421
|
+
lineHeight: "unset"
|
|
1422
|
+
}
|
|
1399
1423
|
};
|
|
1400
1424
|
}
|
|
1401
1425
|
}
|
|
1402
1426
|
},
|
|
1403
1427
|
MuiLink: {
|
|
1404
1428
|
styleOverrides: {
|
|
1405
|
-
root:
|
|
1429
|
+
root: _ref44 => {
|
|
1406
1430
|
let {
|
|
1407
1431
|
theme
|
|
1408
|
-
} =
|
|
1432
|
+
} = _ref44;
|
|
1409
1433
|
return {
|
|
1410
1434
|
color: theme.palette.primary.main,
|
|
1411
1435
|
textDecoration: "underline",
|
|
1436
|
+
cursor: "pointer",
|
|
1412
1437
|
"&:hover": {
|
|
1413
1438
|
color: theme.palette.primary.dark,
|
|
1414
1439
|
textDecoration: "underline"
|
|
@@ -1448,10 +1473,10 @@ export const components = {
|
|
|
1448
1473
|
props: {
|
|
1449
1474
|
variant: "monochrome"
|
|
1450
1475
|
},
|
|
1451
|
-
style:
|
|
1476
|
+
style: _ref45 => {
|
|
1452
1477
|
let {
|
|
1453
1478
|
theme
|
|
1454
|
-
} =
|
|
1479
|
+
} = _ref45;
|
|
1455
1480
|
return {
|
|
1456
1481
|
color: theme.palette.text.primary,
|
|
1457
1482
|
textDecoration: "underline",
|
|
@@ -1480,10 +1505,10 @@ export const components = {
|
|
|
1480
1505
|
},
|
|
1481
1506
|
MuiListSubheader: {
|
|
1482
1507
|
styleOverrides: {
|
|
1483
|
-
root:
|
|
1508
|
+
root: _ref46 => {
|
|
1484
1509
|
let {
|
|
1485
1510
|
theme
|
|
1486
|
-
} =
|
|
1511
|
+
} = _ref46;
|
|
1487
1512
|
return {
|
|
1488
1513
|
paddingBlock: theme.spacing(2),
|
|
1489
1514
|
paddingInline: theme.spacing(4),
|
|
@@ -1498,11 +1523,11 @@ export const components = {
|
|
|
1498
1523
|
},
|
|
1499
1524
|
MuiMenuItem: {
|
|
1500
1525
|
styleOverrides: {
|
|
1501
|
-
root:
|
|
1526
|
+
root: _ref47 => {
|
|
1502
1527
|
let {
|
|
1503
1528
|
theme,
|
|
1504
1529
|
ownerState
|
|
1505
|
-
} =
|
|
1530
|
+
} = _ref47;
|
|
1506
1531
|
return {
|
|
1507
1532
|
gap: theme.spacing(2),
|
|
1508
1533
|
minHeight: "unset",
|
|
@@ -1568,10 +1593,10 @@ export const components = {
|
|
|
1568
1593
|
backgroundColor: "transparent"
|
|
1569
1594
|
}
|
|
1570
1595
|
},
|
|
1571
|
-
icon:
|
|
1596
|
+
icon: _ref48 => {
|
|
1572
1597
|
let {
|
|
1573
1598
|
theme
|
|
1574
|
-
} =
|
|
1599
|
+
} = _ref48;
|
|
1575
1600
|
return {
|
|
1576
1601
|
insetInlineEnd: theme.spacing(3),
|
|
1577
1602
|
color: theme.palette.text.primary
|
|
@@ -1581,10 +1606,10 @@ export const components = {
|
|
|
1581
1606
|
},
|
|
1582
1607
|
MuiPopover: {
|
|
1583
1608
|
styleOverrides: {
|
|
1584
|
-
paper:
|
|
1609
|
+
paper: _ref49 => {
|
|
1585
1610
|
let {
|
|
1586
1611
|
theme
|
|
1587
|
-
} =
|
|
1612
|
+
} = _ref49;
|
|
1588
1613
|
return {
|
|
1589
1614
|
marginBlockStart: theme.spacing(1),
|
|
1590
1615
|
borderWidth: theme.mixins.borderWidth,
|
|
@@ -1601,10 +1626,10 @@ export const components = {
|
|
|
1601
1626
|
checkedIcon: _jsx(_Fragment, {})
|
|
1602
1627
|
},
|
|
1603
1628
|
styleOverrides: {
|
|
1604
|
-
root:
|
|
1629
|
+
root: _ref50 => {
|
|
1605
1630
|
let {
|
|
1606
1631
|
theme
|
|
1607
|
-
} =
|
|
1632
|
+
} = _ref50;
|
|
1608
1633
|
return {
|
|
1609
1634
|
width: `${theme.typography.ui.lineHeight}em`,
|
|
1610
1635
|
height: `${theme.typography.ui.lineHeight}em`,
|
|
@@ -1641,9 +1666,6 @@ export const components = {
|
|
|
1641
1666
|
},
|
|
1642
1667
|
".Mui-error > &": {
|
|
1643
1668
|
borderColor: theme.palette.error.main,
|
|
1644
|
-
"&::before": {
|
|
1645
|
-
backgroundColor: theme.palette.error.main
|
|
1646
|
-
},
|
|
1647
1669
|
"&.Mui-focusVisible": {
|
|
1648
1670
|
boxShadow: `0 0 0 2px ${theme.palette.background.default}, 0 0 0 4px ${theme.palette.error.main}`
|
|
1649
1671
|
}
|
|
@@ -1666,7 +1688,7 @@ export const components = {
|
|
|
1666
1688
|
"&.Mui-disabled": {
|
|
1667
1689
|
backgroundColor: theme.palette.grey[50],
|
|
1668
1690
|
borderColor: theme.palette.grey[300],
|
|
1669
|
-
"
|
|
1691
|
+
"&.Mui-checked::before": {
|
|
1670
1692
|
backgroundColor: theme.palette.grey[300]
|
|
1671
1693
|
}
|
|
1672
1694
|
}
|
|
@@ -1680,6 +1702,13 @@ export const components = {
|
|
|
1680
1702
|
vertical: "bottom",
|
|
1681
1703
|
horizontal: "right"
|
|
1682
1704
|
}
|
|
1705
|
+
},
|
|
1706
|
+
styleOverrides: {
|
|
1707
|
+
root: {
|
|
1708
|
+
"&.Toast": {
|
|
1709
|
+
position: "static"
|
|
1710
|
+
}
|
|
1711
|
+
}
|
|
1683
1712
|
}
|
|
1684
1713
|
},
|
|
1685
1714
|
MuiSelect: {
|
|
@@ -1688,10 +1717,10 @@ export const components = {
|
|
|
1688
1717
|
IconComponent: ChevronDownIcon
|
|
1689
1718
|
},
|
|
1690
1719
|
styleOverrides: {
|
|
1691
|
-
select:
|
|
1720
|
+
select: _ref51 => {
|
|
1692
1721
|
let {
|
|
1693
1722
|
theme
|
|
1694
|
-
} =
|
|
1723
|
+
} = _ref51;
|
|
1695
1724
|
return {
|
|
1696
1725
|
paddingBlock: `calc(${theme.spacing(3)} - ${theme.mixins.borderWidth})`,
|
|
1697
1726
|
paddingInline: theme.spacing(3),
|
|
@@ -1707,11 +1736,12 @@ export const components = {
|
|
|
1707
1736
|
}
|
|
1708
1737
|
};
|
|
1709
1738
|
},
|
|
1710
|
-
icon:
|
|
1739
|
+
icon: _ref52 => {
|
|
1711
1740
|
let {
|
|
1712
1741
|
theme
|
|
1713
|
-
} =
|
|
1742
|
+
} = _ref52;
|
|
1714
1743
|
return {
|
|
1744
|
+
right: "unset",
|
|
1715
1745
|
insetInlineEnd: theme.spacing(3),
|
|
1716
1746
|
color: theme.palette.text.primary
|
|
1717
1747
|
};
|
|
@@ -1724,12 +1754,19 @@ export const components = {
|
|
|
1724
1754
|
color: "inherit"
|
|
1725
1755
|
},
|
|
1726
1756
|
styleOverrides: {
|
|
1727
|
-
root:
|
|
1757
|
+
root: _ref53 => {
|
|
1728
1758
|
let {
|
|
1729
|
-
theme
|
|
1730
|
-
|
|
1759
|
+
theme,
|
|
1760
|
+
ownerState
|
|
1761
|
+
} = _ref53;
|
|
1731
1762
|
return {
|
|
1732
|
-
fontSize: `${theme.typography.ui.lineHeight}rem
|
|
1763
|
+
fontSize: `${theme.typography.ui.lineHeight}rem`,
|
|
1764
|
+
...(ownerState.fontSize === "small" && {
|
|
1765
|
+
fontSize: `${Number(theme.typography.ui.lineHeight) * 0.75}rem`
|
|
1766
|
+
}),
|
|
1767
|
+
...(ownerState.fontSize === "large" && {
|
|
1768
|
+
fontSize: `${Number(theme.typography.ui.lineHeight) * 1.25}rem`
|
|
1769
|
+
})
|
|
1733
1770
|
};
|
|
1734
1771
|
}
|
|
1735
1772
|
}
|
|
@@ -1739,11 +1776,11 @@ export const components = {
|
|
|
1739
1776
|
iconPosition: "start"
|
|
1740
1777
|
},
|
|
1741
1778
|
styleOverrides: {
|
|
1742
|
-
root:
|
|
1779
|
+
root: _ref54 => {
|
|
1743
1780
|
let {
|
|
1744
1781
|
theme,
|
|
1745
1782
|
ownerState
|
|
1746
|
-
} =
|
|
1783
|
+
} = _ref54;
|
|
1747
1784
|
return {
|
|
1748
1785
|
maxWidth: `calc(${theme.mixins.maxWidth} / 2)`,
|
|
1749
1786
|
minWidth: "unset",
|
|
@@ -1804,11 +1841,11 @@ export const components = {
|
|
|
1804
1841
|
},
|
|
1805
1842
|
MuiTable: {
|
|
1806
1843
|
styleOverrides: {
|
|
1807
|
-
root:
|
|
1844
|
+
root: _ref55 => {
|
|
1808
1845
|
let {
|
|
1809
1846
|
theme,
|
|
1810
1847
|
ownerState
|
|
1811
|
-
} =
|
|
1848
|
+
} = _ref55;
|
|
1812
1849
|
return {
|
|
1813
1850
|
display: "table",
|
|
1814
1851
|
width: "auto",
|
|
@@ -1840,12 +1877,13 @@ export const components = {
|
|
|
1840
1877
|
},
|
|
1841
1878
|
MuiTableCell: {
|
|
1842
1879
|
styleOverrides: {
|
|
1843
|
-
root:
|
|
1880
|
+
root: _ref56 => {
|
|
1844
1881
|
let {
|
|
1845
1882
|
theme,
|
|
1846
1883
|
ownerState
|
|
1847
|
-
} =
|
|
1848
|
-
return {
|
|
1884
|
+
} = _ref56;
|
|
1885
|
+
return {
|
|
1886
|
+
...theme.typography.body1,
|
|
1849
1887
|
maxWidth: theme.mixins.maxWidth,
|
|
1850
1888
|
borderBottom: `${theme.mixins.borderWidth} ${theme.mixins.borderStyle} ${theme.palette.grey[100]}`,
|
|
1851
1889
|
textAlign: "start",
|
|
@@ -1923,10 +1961,10 @@ export const components = {
|
|
|
1923
1961
|
component: "figure"
|
|
1924
1962
|
},
|
|
1925
1963
|
styleOverrides: {
|
|
1926
|
-
root:
|
|
1964
|
+
root: _ref57 => {
|
|
1927
1965
|
let {
|
|
1928
1966
|
theme
|
|
1929
|
-
} =
|
|
1967
|
+
} = _ref57;
|
|
1930
1968
|
return {
|
|
1931
1969
|
width: "unset",
|
|
1932
1970
|
maxWidth: "100%",
|
|
@@ -1943,10 +1981,10 @@ export const components = {
|
|
|
1943
1981
|
},
|
|
1944
1982
|
MuiTableRow: {
|
|
1945
1983
|
styleOverrides: {
|
|
1946
|
-
root:
|
|
1984
|
+
root: _ref58 => {
|
|
1947
1985
|
let {
|
|
1948
1986
|
theme
|
|
1949
|
-
} =
|
|
1987
|
+
} = _ref58;
|
|
1950
1988
|
return {
|
|
1951
1989
|
verticalAlign: "unset",
|
|
1952
1990
|
[`&.${tableRowClasses.root}:hover`]: {
|
|
@@ -1967,10 +2005,10 @@ export const components = {
|
|
|
1967
2005
|
IconComponent: ArrowDownIcon
|
|
1968
2006
|
},
|
|
1969
2007
|
styleOverrides: {
|
|
1970
|
-
root:
|
|
2008
|
+
root: _ref59 => {
|
|
1971
2009
|
let {
|
|
1972
2010
|
theme
|
|
1973
|
-
} =
|
|
2011
|
+
} = _ref59;
|
|
1974
2012
|
return {
|
|
1975
2013
|
cursor: "pointer",
|
|
1976
2014
|
display: "inline-flex",
|
|
@@ -1999,11 +2037,11 @@ export const components = {
|
|
|
1999
2037
|
}
|
|
2000
2038
|
};
|
|
2001
2039
|
},
|
|
2002
|
-
icon:
|
|
2040
|
+
icon: _ref60 => {
|
|
2003
2041
|
let {
|
|
2004
2042
|
theme,
|
|
2005
2043
|
ownerState
|
|
2006
|
-
} =
|
|
2044
|
+
} = _ref60;
|
|
2007
2045
|
return {
|
|
2008
2046
|
fontSize: "inherit",
|
|
2009
2047
|
marginInlineEnd: 0,
|
|
@@ -2032,19 +2070,19 @@ export const components = {
|
|
|
2032
2070
|
},
|
|
2033
2071
|
MuiTabs: {
|
|
2034
2072
|
styleOverrides: {
|
|
2035
|
-
root:
|
|
2073
|
+
root: _ref61 => {
|
|
2036
2074
|
let {
|
|
2037
2075
|
theme
|
|
2038
|
-
} =
|
|
2076
|
+
} = _ref61;
|
|
2039
2077
|
return {
|
|
2040
2078
|
minHeight: "unset",
|
|
2041
2079
|
marginBottom: theme.spacing(5)
|
|
2042
2080
|
};
|
|
2043
2081
|
},
|
|
2044
|
-
flexContainer:
|
|
2082
|
+
flexContainer: _ref62 => {
|
|
2045
2083
|
let {
|
|
2046
2084
|
theme
|
|
2047
|
-
} =
|
|
2085
|
+
} = _ref62;
|
|
2048
2086
|
return {
|
|
2049
2087
|
gap: theme.spacing(5),
|
|
2050
2088
|
borderBottom: `${theme.mixins.borderWidth} ${theme.mixins.borderStyle} ${theme.palette.divider}`
|
|
@@ -2060,11 +2098,11 @@ export const components = {
|
|
|
2060
2098
|
placement: "top"
|
|
2061
2099
|
},
|
|
2062
2100
|
styleOverrides: {
|
|
2063
|
-
tooltip:
|
|
2101
|
+
tooltip: _ref63 => {
|
|
2064
2102
|
let {
|
|
2065
2103
|
theme,
|
|
2066
2104
|
ownerState
|
|
2067
|
-
} =
|
|
2105
|
+
} = _ref63;
|
|
2068
2106
|
return {
|
|
2069
2107
|
maxWidth: `calc(${theme.mixins.maxWidth} / 2)`,
|
|
2070
2108
|
paddingBlock: theme.spacing(2),
|
|
@@ -2124,10 +2162,10 @@ export const components = {
|
|
|
2124
2162
|
}
|
|
2125
2163
|
};
|
|
2126
2164
|
},
|
|
2127
|
-
arrow:
|
|
2165
|
+
arrow: _ref64 => {
|
|
2128
2166
|
let {
|
|
2129
2167
|
theme
|
|
2130
|
-
} =
|
|
2168
|
+
} = _ref64;
|
|
2131
2169
|
return {
|
|
2132
2170
|
color: theme.palette.grey[900],
|
|
2133
2171
|
"&::before": {
|
|
@@ -2151,7 +2189,7 @@ export const components = {
|
|
|
2151
2189
|
},
|
|
2152
2190
|
MuiTypography: {
|
|
2153
2191
|
defaultProps: {
|
|
2154
|
-
fontFamily: "'
|
|
2192
|
+
fontFamily: "'Inter', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', 'Noto Sans Arabic', sans-serif",
|
|
2155
2193
|
variantMapping: {
|
|
2156
2194
|
h1: "h1",
|
|
2157
2195
|
h2: "h2",
|
|
@@ -2166,10 +2204,10 @@ export const components = {
|
|
|
2166
2204
|
}
|
|
2167
2205
|
},
|
|
2168
2206
|
styleOverrides: {
|
|
2169
|
-
paragraph:
|
|
2207
|
+
paragraph: _ref65 => {
|
|
2170
2208
|
let {
|
|
2171
2209
|
theme
|
|
2172
|
-
} =
|
|
2210
|
+
} = _ref65;
|
|
2173
2211
|
return {
|
|
2174
2212
|
marginBottom: theme.spacing(4)
|
|
2175
2213
|
};
|