@okta/odyssey-react-mui 0.23.0 → 0.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/README.md +43 -7
- package/dist/{src/ThemeProvider.d.ts → @types/i18next.d.js} +4 -7
- package/dist/@types/i18next.d.js.map +1 -0
- package/dist/Autocomplete.js +13 -3
- package/dist/Autocomplete.js.map +1 -1
- package/dist/Banner.js +6 -3
- package/dist/Banner.js.map +1 -1
- package/dist/Button.js +13 -3
- package/dist/Button.js.map +1 -1
- package/dist/Checkbox.js +44 -10
- package/dist/Checkbox.js.map +1 -1
- package/dist/CheckboxGroup.js +14 -3
- package/dist/CheckboxGroup.js.map +1 -1
- package/dist/CircularProgress.js +11 -0
- package/dist/CircularProgress.js.map +1 -1
- package/dist/Dialog.js +11 -7
- package/dist/Dialog.js.map +1 -1
- package/dist/Field.js +13 -8
- 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 +17 -5
- 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 +2 -3
- package/dist/Icon.js.map +1 -1
- package/dist/Infobox.js +6 -3
- package/dist/Infobox.js.map +1 -1
- package/dist/Link.js +6 -2
- package/dist/Link.js.map +1 -1
- package/dist/MenuButton.js +0 -5
- package/dist/MenuButton.js.map +1 -1
- package/dist/MenuItem.js +4 -2
- package/dist/MenuItem.js.map +1 -1
- package/dist/MuiPropsChild.js +3 -1
- package/dist/MuiPropsChild.js.map +1 -1
- package/dist/MuiPropsContext.js +1 -0
- package/dist/MuiPropsContext.js.map +1 -1
- 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/{ThemeProvider.js → OdysseyProvider.js} +20 -8
- 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 +12 -0
- package/dist/PasswordField.js.map +1 -1
- package/dist/Radio.js +11 -2
- package/dist/Radio.js.map +1 -1
- package/dist/RadioGroup.js +11 -2
- package/dist/RadioGroup.js.map +1 -1
- package/dist/ScreenReaderText.js +3 -3
- package/dist/ScreenReaderText.js.map +1 -1
- package/dist/SearchField.js +11 -0
- 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 +12 -2
- package/dist/TextField.js.map +1 -1
- package/dist/Toast.js +10 -4
- package/dist/Toast.js.map +1 -1
- package/dist/ToastStack.js +1 -2
- package/dist/ToastStack.js.map +1 -1
- package/dist/Tooltip.js +11 -0
- package/dist/Tooltip.js.map +1 -1
- 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 +1 -2
- package/dist/iconDictionary/Add.js.map +1 -1
- package/dist/iconDictionary/AddCircle.js +1 -2
- package/dist/iconDictionary/AddCircle.js.map +1 -1
- package/dist/iconDictionary/AlertCircle.js +1 -2
- package/dist/iconDictionary/AlertCircle.js.map +1 -1
- package/dist/iconDictionary/AlertCircleFilled.js +1 -2
- package/dist/iconDictionary/AlertCircleFilled.js.map +1 -1
- package/dist/iconDictionary/AlertTriangleFilled.js +1 -2
- package/dist/iconDictionary/AlertTriangleFilled.js.map +1 -1
- package/dist/iconDictionary/Anchor.js +1 -2
- package/dist/iconDictionary/Anchor.js.map +1 -1
- package/dist/iconDictionary/ArrowDown.js +1 -2
- package/dist/iconDictionary/ArrowDown.js.map +1 -1
- package/dist/iconDictionary/ArrowLeft.js +1 -2
- package/dist/iconDictionary/ArrowLeft.js.map +1 -1
- package/dist/iconDictionary/ArrowRight.js +1 -2
- package/dist/iconDictionary/ArrowRight.js.map +1 -1
- package/dist/iconDictionary/ArrowUp.js +1 -2
- package/dist/iconDictionary/ArrowUp.js.map +1 -1
- package/dist/iconDictionary/ArrowUpDown.js +1 -2
- package/dist/iconDictionary/ArrowUpDown.js.map +1 -1
- package/dist/iconDictionary/Calendar.js +1 -2
- package/dist/iconDictionary/Calendar.js.map +1 -1
- package/dist/iconDictionary/Check.js +1 -2
- package/dist/iconDictionary/Check.js.map +1 -1
- package/dist/iconDictionary/CheckCircleFilled.js +1 -2
- package/dist/iconDictionary/CheckCircleFilled.js.map +1 -1
- package/dist/iconDictionary/ChevronDown.js +1 -2
- package/dist/iconDictionary/ChevronDown.js.map +1 -1
- package/dist/iconDictionary/ChevronUp.js +1 -2
- package/dist/iconDictionary/ChevronUp.js.map +1 -1
- package/dist/iconDictionary/Close.js +1 -2
- package/dist/iconDictionary/Close.js.map +1 -1
- package/dist/iconDictionary/CloseCircleFilled.js +1 -2
- package/dist/iconDictionary/CloseCircleFilled.js.map +1 -1
- package/dist/iconDictionary/Copy.js +1 -2
- package/dist/iconDictionary/Copy.js.map +1 -1
- package/dist/iconDictionary/Delete.js +1 -2
- package/dist/iconDictionary/Delete.js.map +1 -1
- package/dist/iconDictionary/Download.js +1 -2
- package/dist/iconDictionary/Download.js.map +1 -1
- package/dist/iconDictionary/DragHandle.js +1 -2
- package/dist/iconDictionary/DragHandle.js.map +1 -1
- package/dist/iconDictionary/Edit.js +1 -2
- package/dist/iconDictionary/Edit.js.map +1 -1
- package/dist/iconDictionary/ExternalLink.js +1 -2
- package/dist/iconDictionary/ExternalLink.js.map +1 -1
- package/dist/iconDictionary/Eye.js +1 -2
- package/dist/iconDictionary/Eye.js.map +1 -1
- package/dist/iconDictionary/EyeOff.js +1 -2
- package/dist/iconDictionary/EyeOff.js.map +1 -1
- package/dist/iconDictionary/Filter.js +1 -2
- package/dist/iconDictionary/Filter.js.map +1 -1
- package/dist/iconDictionary/Globe.js +1 -2
- package/dist/iconDictionary/Globe.js.map +1 -1
- package/dist/iconDictionary/Home.js +1 -2
- package/dist/iconDictionary/Home.js.map +1 -1
- package/dist/iconDictionary/InformationCircle.js +1 -2
- package/dist/iconDictionary/InformationCircle.js.map +1 -1
- package/dist/iconDictionary/InformationCircleFilled.js +1 -2
- package/dist/iconDictionary/InformationCircleFilled.js.map +1 -1
- package/dist/iconDictionary/Notification.js +1 -2
- package/dist/iconDictionary/Notification.js.map +1 -1
- package/dist/iconDictionary/OverflowVertical.js +1 -2
- package/dist/iconDictionary/OverflowVertical.js.map +1 -1
- package/dist/iconDictionary/QuestionCircle.js +1 -2
- package/dist/iconDictionary/QuestionCircle.js.map +1 -1
- package/dist/iconDictionary/QuestionCircleFilled.js +1 -2
- package/dist/iconDictionary/QuestionCircleFilled.js.map +1 -1
- package/dist/iconDictionary/Search.js +1 -2
- package/dist/iconDictionary/Search.js.map +1 -1
- package/dist/iconDictionary/Settings.js +1 -2
- package/dist/iconDictionary/Settings.js.map +1 -1
- package/dist/iconDictionary/Subtract.js +1 -2
- 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 +1 -2
- package/dist/iconDictionary/User.js.map +1 -1
- package/dist/iconDictionary/UserGroup.js +1 -2
- package/dist/iconDictionary/UserGroup.js.map +1 -1
- package/dist/iconDictionary/index.js.map +1 -1
- package/dist/index.js +9 -3
- 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/Banner.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 +2 -1
- package/dist/src/CheckboxGroup.d.ts.map +1 -1
- package/dist/src/Field.d.ts +5 -5
- package/dist/src/Field.d.ts.map +1 -1
- package/dist/src/FieldError.d.ts.map +1 -1
- package/dist/src/FieldLabel.d.ts +1 -2
- 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 +4 -2
- package/dist/src/Icon.d.ts.map +1 -1
- package/dist/src/Infobox.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/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.map +1 -1
- package/dist/src/Select.d.ts +35 -0
- package/dist/src/Select.d.ts.map +1 -0
- package/{src/ThemeProvider.tsx → dist/src/Tabs.d.ts} +16 -15
- package/dist/src/Tabs.d.ts.map +1 -0
- package/dist/src/TextField.d.ts +0 -4
- package/dist/src/TextField.d.ts.map +1 -1
- package/dist/src/Toast.d.ts +1 -1
- package/dist/src/Toast.d.ts.map +1 -1
- package/dist/src/index.d.ts +9 -5
- 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 +91 -73
- 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/Banner.tsx +16 -11
- package/src/Checkbox.tsx +47 -21
- package/src/CheckboxGroup.tsx +4 -1
- package/src/Field.tsx +16 -7
- package/src/FieldError.tsx +6 -1
- package/src/FieldLabel.tsx +7 -4
- package/src/Fieldset.tsx +95 -0
- package/src/Form.tsx +142 -0
- package/src/Icon.tsx +11 -14
- package/src/Infobox.tsx +12 -7
- package/src/Link.tsx +2 -2
- package/src/MenuItem.tsx +1 -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 +1 -0
- package/src/Select.tsx +226 -0
- package/src/Tabs.tsx +70 -0
- package/src/TextField.tsx +1 -6
- package/src/Toast.tsx +61 -59
- package/src/index.ts +7 -9
- 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 +12 -4
- 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/src/Form.tsx
ADDED
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
|
+
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
|
+
*
|
|
5
|
+
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
7
|
+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
8
|
+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
|
+
*
|
|
10
|
+
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
import { memo, ReactElement } from "react";
|
|
14
|
+
|
|
15
|
+
import { Box, Typography } from "./";
|
|
16
|
+
import { Button } from "./Button";
|
|
17
|
+
import { Infobox } from "./Infobox";
|
|
18
|
+
import { useUniqueId } from "./useUniqueId";
|
|
19
|
+
|
|
20
|
+
export type FormProps = {
|
|
21
|
+
/**
|
|
22
|
+
* The title of the Form
|
|
23
|
+
*/
|
|
24
|
+
title?: string;
|
|
25
|
+
/**
|
|
26
|
+
* A supplementary description
|
|
27
|
+
*/
|
|
28
|
+
description?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The Field or FieldSet components within the Form
|
|
31
|
+
*/
|
|
32
|
+
children: ReactElement | Array<ReactElement>;
|
|
33
|
+
/**
|
|
34
|
+
* An Infobox indicating a Form-wide error or status update.
|
|
35
|
+
*/
|
|
36
|
+
alert?: ReactElement<typeof Infobox>;
|
|
37
|
+
/**
|
|
38
|
+
* Indicates whether input elements can by default have their values automatically completed by the browser.
|
|
39
|
+
* `autocomplete` attributes on form elements override it on <form>
|
|
40
|
+
*/
|
|
41
|
+
hasAutoComplete?: "on" | "off" | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* The name of the form. The value must not be the empty string, and must be unique among the form elements in the forms collection that it is in, if any.
|
|
44
|
+
*/
|
|
45
|
+
name: string;
|
|
46
|
+
/**
|
|
47
|
+
* This Boolean attribute indicates that the form shouldn't be validated when submitted.
|
|
48
|
+
* If this attribute is not set (and therefore the form is validated),
|
|
49
|
+
* it can be overridden by a formnovalidate attribute on a <button>, <input type="submit">, or <input type="image"> element belonging to the form.
|
|
50
|
+
*/
|
|
51
|
+
noValidate?: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* If the value of the method attribute is post, enctype is the MIME type of the form submission.
|
|
54
|
+
* This value can be overridden by formenctype attributes on <button>, <input type="submit">, or <input type="image"> elements.
|
|
55
|
+
*/
|
|
56
|
+
encodingType?:
|
|
57
|
+
| "application/x-www-form-urlencoded"
|
|
58
|
+
| "multipart/form-data"
|
|
59
|
+
| "text/plain"
|
|
60
|
+
| undefined;
|
|
61
|
+
/**
|
|
62
|
+
* The HTTP method to submit the form with.
|
|
63
|
+
* This value is overridden by formmethod attributes on <button>, <input type="submit">, or <input type="image"> elements.
|
|
64
|
+
*/
|
|
65
|
+
method?: "post" | "get" | "dialog" | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* Indicates where to display the response after submitting the form. It is a name/keyword for a browsing context (for example, tab, window, or iframe).
|
|
68
|
+
* This value can be overridden by a formtarget attribute on a <button>, <input type="submit">, or <input type="image"> element.
|
|
69
|
+
*/
|
|
70
|
+
target?: "post" | "get" | "dialog" | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* The Field or FieldGroup components within the Form
|
|
73
|
+
*/
|
|
74
|
+
formActions?:
|
|
75
|
+
| ReactElement<typeof Button>
|
|
76
|
+
| Array<ReactElement<typeof Button>>;
|
|
77
|
+
/**
|
|
78
|
+
* Defines a unique identifier (ID) which must be unique in the whole document.
|
|
79
|
+
*/
|
|
80
|
+
id?: string;
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
const Form = ({
|
|
84
|
+
alert,
|
|
85
|
+
children,
|
|
86
|
+
description,
|
|
87
|
+
encodingType,
|
|
88
|
+
formActions,
|
|
89
|
+
hasAutoComplete,
|
|
90
|
+
id: idOverride,
|
|
91
|
+
method,
|
|
92
|
+
name,
|
|
93
|
+
noValidate = false,
|
|
94
|
+
target,
|
|
95
|
+
title,
|
|
96
|
+
}: FormProps) => {
|
|
97
|
+
const id = useUniqueId(idOverride);
|
|
98
|
+
|
|
99
|
+
return (
|
|
100
|
+
<Box
|
|
101
|
+
component="form"
|
|
102
|
+
autoComplete={hasAutoComplete}
|
|
103
|
+
name={name}
|
|
104
|
+
encType={encodingType}
|
|
105
|
+
method={method}
|
|
106
|
+
noValidate={noValidate}
|
|
107
|
+
target={target}
|
|
108
|
+
id={id}
|
|
109
|
+
sx={{
|
|
110
|
+
maxWidth: (theme) => theme.mixins.maxWidth,
|
|
111
|
+
margin: (theme) => theme.spacing(0),
|
|
112
|
+
padding: (theme) => theme.spacing(0),
|
|
113
|
+
}}
|
|
114
|
+
>
|
|
115
|
+
{title && (
|
|
116
|
+
<Typography variant="h4" component="h1">
|
|
117
|
+
{title}
|
|
118
|
+
</Typography>
|
|
119
|
+
)}
|
|
120
|
+
{description && <Typography paragraph>{description}</Typography>}
|
|
121
|
+
{alert}
|
|
122
|
+
{children}
|
|
123
|
+
{formActions && (
|
|
124
|
+
<Box
|
|
125
|
+
component="div"
|
|
126
|
+
sx={{
|
|
127
|
+
display: "flex",
|
|
128
|
+
justifyContent: "flex-start",
|
|
129
|
+
gap: (theme) => theme.spacing(1),
|
|
130
|
+
}}
|
|
131
|
+
>
|
|
132
|
+
{formActions}
|
|
133
|
+
</Box>
|
|
134
|
+
)}
|
|
135
|
+
</Box>
|
|
136
|
+
);
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
const MemoizedForm = memo(Form);
|
|
140
|
+
MemoizedForm.displayName = "Form";
|
|
141
|
+
|
|
142
|
+
export { MemoizedForm as Form };
|
package/src/Icon.tsx
CHANGED
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
|
-
import { forwardRef } from "react";
|
|
14
13
|
import { iconDictionary } from "./iconDictionary";
|
|
15
14
|
|
|
16
15
|
export type IconProps = {
|
|
@@ -38,20 +37,18 @@ export type IconProps = {
|
|
|
38
37
|
* This component includes all icon data as static imports. Favor individual
|
|
39
38
|
* icon component imports where possible to keep your bundle size smaller.
|
|
40
39
|
*/
|
|
41
|
-
export const Icon =
|
|
42
|
-
(
|
|
43
|
-
if (!(name in iconDictionary)) return null;
|
|
40
|
+
export const Icon = ({ ariaLabelledby, label, name, size }: IconProps) => {
|
|
41
|
+
if (!(name in iconDictionary)) return null;
|
|
44
42
|
|
|
45
|
-
|
|
43
|
+
const NamedIcon = iconDictionary[name];
|
|
46
44
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
);
|
|
45
|
+
return (
|
|
46
|
+
<NamedIcon
|
|
47
|
+
aria-labelledby={ariaLabelledby}
|
|
48
|
+
fontSize={size}
|
|
49
|
+
titleAccess={label}
|
|
50
|
+
/>
|
|
51
|
+
);
|
|
52
|
+
};
|
|
56
53
|
|
|
57
54
|
Icon.displayName = "Icon";
|
package/src/Infobox.tsx
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
import { AlertColor } from "@mui/material";
|
|
14
14
|
import { memo, ReactNode } from "react";
|
|
15
15
|
import { Alert, AlertTitle, ScreenReaderText } from ".";
|
|
16
|
+
import { useTranslation } from "react-i18next";
|
|
16
17
|
|
|
17
18
|
export type InfoboxProps = {
|
|
18
19
|
/**
|
|
@@ -35,13 +36,17 @@ export type InfoboxProps = {
|
|
|
35
36
|
title?: string;
|
|
36
37
|
};
|
|
37
38
|
|
|
38
|
-
const Infobox = ({ children, role, severity, title }: InfoboxProps) =>
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
{
|
|
43
|
-
|
|
44
|
-
|
|
39
|
+
const Infobox = ({ children, role, severity, title }: InfoboxProps) => {
|
|
40
|
+
const { t } = useTranslation();
|
|
41
|
+
|
|
42
|
+
return (
|
|
43
|
+
<Alert role={role} severity={severity} variant="infobox">
|
|
44
|
+
<ScreenReaderText>{t(`severity.${severity}`)}: </ScreenReaderText>
|
|
45
|
+
{title && <AlertTitle>{title}</AlertTitle>}
|
|
46
|
+
{children}
|
|
47
|
+
</Alert>
|
|
48
|
+
);
|
|
49
|
+
};
|
|
45
50
|
|
|
46
51
|
const MemoizedInfobox = memo(Infobox);
|
|
47
52
|
|
package/src/Link.tsx
CHANGED
|
@@ -28,9 +28,9 @@ export type LinkProps = {
|
|
|
28
28
|
};
|
|
29
29
|
|
|
30
30
|
export const Link = forwardRef<HTMLAnchorElement, LinkProps>((props, ref) => {
|
|
31
|
-
const { icon, children, target, variant } = props;
|
|
31
|
+
const { icon, children, target, variant, href, rel } = props;
|
|
32
32
|
return (
|
|
33
|
-
<MuiLink ref={ref} variant={variant} target={target}>
|
|
33
|
+
<MuiLink ref={ref} variant={variant} target={target} href={href} rel={rel}>
|
|
34
34
|
{icon && <span className="Link-icon">{icon}</span>}
|
|
35
35
|
{children}
|
|
36
36
|
{target === "_blank" && (
|
package/src/MenuItem.tsx
CHANGED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
|
+
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
|
+
*
|
|
5
|
+
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
7
|
+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
8
|
+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
|
+
*
|
|
10
|
+
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
import { ReactElement, forwardRef, memo, useCallback } from "react";
|
|
14
|
+
import { Select as MuiSelect } from "@mui/material";
|
|
15
|
+
import { SelectProps as MuiSelectProps } from "@mui/material";
|
|
16
|
+
import { Field } from "./Field";
|
|
17
|
+
|
|
18
|
+
export type NativeSelectOption = {
|
|
19
|
+
text: string;
|
|
20
|
+
value?: string;
|
|
21
|
+
type?: "heading" | "option";
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export type NativeSelectProps = {
|
|
25
|
+
children?: ReactElement<"option"> | ReactElement<"optgroup">;
|
|
26
|
+
defaultValue?: string;
|
|
27
|
+
errorMessage?: string;
|
|
28
|
+
hint?: string;
|
|
29
|
+
id?: string;
|
|
30
|
+
isDisabled?: boolean;
|
|
31
|
+
isMultiSelect?: boolean;
|
|
32
|
+
isOptional?: boolean;
|
|
33
|
+
label: string;
|
|
34
|
+
onBlur?: MuiSelectProps["onBlur"];
|
|
35
|
+
onChange?: MuiSelectProps["onChange"];
|
|
36
|
+
onFocus?: MuiSelectProps["onFocus"];
|
|
37
|
+
value?: string | string[];
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const NativeSelect = forwardRef<HTMLSelectElement, NativeSelectProps>(
|
|
41
|
+
(
|
|
42
|
+
{
|
|
43
|
+
defaultValue,
|
|
44
|
+
errorMessage,
|
|
45
|
+
hint,
|
|
46
|
+
id: idOverride,
|
|
47
|
+
isDisabled = false,
|
|
48
|
+
isMultiSelect = false,
|
|
49
|
+
isOptional = false,
|
|
50
|
+
label,
|
|
51
|
+
onBlur,
|
|
52
|
+
onChange,
|
|
53
|
+
onFocus,
|
|
54
|
+
value,
|
|
55
|
+
children,
|
|
56
|
+
},
|
|
57
|
+
ref
|
|
58
|
+
) => {
|
|
59
|
+
const renderFieldComponent = useCallback(
|
|
60
|
+
() => (
|
|
61
|
+
<MuiSelect
|
|
62
|
+
defaultValue={defaultValue}
|
|
63
|
+
id={idOverride}
|
|
64
|
+
name={idOverride}
|
|
65
|
+
multiple={isMultiSelect}
|
|
66
|
+
native={true}
|
|
67
|
+
onBlur={onBlur}
|
|
68
|
+
onChange={onChange}
|
|
69
|
+
onFocus={onFocus}
|
|
70
|
+
ref={ref}
|
|
71
|
+
value={value}
|
|
72
|
+
children={children}
|
|
73
|
+
/>
|
|
74
|
+
),
|
|
75
|
+
[
|
|
76
|
+
defaultValue,
|
|
77
|
+
idOverride,
|
|
78
|
+
isMultiSelect,
|
|
79
|
+
onBlur,
|
|
80
|
+
onChange,
|
|
81
|
+
onFocus,
|
|
82
|
+
ref,
|
|
83
|
+
children,
|
|
84
|
+
value,
|
|
85
|
+
]
|
|
86
|
+
);
|
|
87
|
+
|
|
88
|
+
return (
|
|
89
|
+
<Field
|
|
90
|
+
errorMessage={errorMessage}
|
|
91
|
+
fieldType="single"
|
|
92
|
+
hasVisibleLabel
|
|
93
|
+
hint={hint}
|
|
94
|
+
id={idOverride}
|
|
95
|
+
isDisabled={isDisabled}
|
|
96
|
+
isOptional={isOptional}
|
|
97
|
+
label={label}
|
|
98
|
+
renderFieldComponent={renderFieldComponent}
|
|
99
|
+
/>
|
|
100
|
+
);
|
|
101
|
+
}
|
|
102
|
+
);
|
|
103
|
+
|
|
104
|
+
const MemoizedNativeSelect = memo(NativeSelect);
|
|
105
|
+
MemoizedNativeSelect.displayName = "NativeSelect";
|
|
106
|
+
|
|
107
|
+
export { MemoizedNativeSelect as NativeSelect };
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
|
+
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
|
+
*
|
|
5
|
+
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
7
|
+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
8
|
+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
|
+
*
|
|
10
|
+
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
import i18n from "i18next";
|
|
14
|
+
import { initReactI18next } from "react-i18next";
|
|
15
|
+
|
|
16
|
+
import { translation as cs } from "./properties/ts/odyssey-react-mui_cs";
|
|
17
|
+
import { translation as da } from "./properties/ts/odyssey-react-mui_da";
|
|
18
|
+
import { translation as de } from "./properties/ts/odyssey-react-mui_de";
|
|
19
|
+
import { translation as el } from "./properties/ts/odyssey-react-mui_el";
|
|
20
|
+
import { translation as en } from "./properties/ts/odyssey-react-mui";
|
|
21
|
+
import { translation as es } from "./properties/ts/odyssey-react-mui_es";
|
|
22
|
+
import { translation as fi } from "./properties/ts/odyssey-react-mui_fi";
|
|
23
|
+
import { translation as fr } from "./properties/ts/odyssey-react-mui_fr";
|
|
24
|
+
import { translation as hu } from "./properties/ts/odyssey-react-mui_hu";
|
|
25
|
+
import { translation as id } from "./properties/ts/odyssey-react-mui_id";
|
|
26
|
+
import { translation as it } from "./properties/ts/odyssey-react-mui_it";
|
|
27
|
+
import { translation as ja } from "./properties/ts/odyssey-react-mui_ja";
|
|
28
|
+
import { translation as ko } from "./properties/ts/odyssey-react-mui_ko";
|
|
29
|
+
import { translation as ms } from "./properties/ts/odyssey-react-mui_ms";
|
|
30
|
+
import { translation as nb } from "./properties/ts/odyssey-react-mui_nb";
|
|
31
|
+
import { translation as nlNL } from "./properties/ts/odyssey-react-mui_nl-NL";
|
|
32
|
+
import { translation as pl } from "./properties/ts/odyssey-react-mui_pl";
|
|
33
|
+
import { translation as ptBR } from "./properties/ts/odyssey-react-mui_pt-BR";
|
|
34
|
+
import { translation as ro } from "./properties/ts/odyssey-react-mui_ro";
|
|
35
|
+
import { translation as ru } from "./properties/ts/odyssey-react-mui_ru";
|
|
36
|
+
import { translation as sv } from "./properties/ts/odyssey-react-mui_sv";
|
|
37
|
+
import { translation as th } from "./properties/ts/odyssey-react-mui_th";
|
|
38
|
+
import { translation as tr } from "./properties/ts/odyssey-react-mui_tr";
|
|
39
|
+
import { translation as uk } from "./properties/ts/odyssey-react-mui_uk";
|
|
40
|
+
import { translation as zhCN } from "./properties/ts/odyssey-react-mui_zh-CN";
|
|
41
|
+
import { translation as znTW } from "./properties/ts/odyssey-react-mui_zh-TW";
|
|
42
|
+
|
|
43
|
+
import {
|
|
44
|
+
SupportedLanguages,
|
|
45
|
+
supportedLanguages,
|
|
46
|
+
} from "./OdysseyTranslationProvider.types";
|
|
47
|
+
|
|
48
|
+
export const defaultLNG: SupportedLanguages = "en";
|
|
49
|
+
export const defaultNS = "translations";
|
|
50
|
+
export const resources = {
|
|
51
|
+
cs,
|
|
52
|
+
da,
|
|
53
|
+
de,
|
|
54
|
+
el,
|
|
55
|
+
en,
|
|
56
|
+
es,
|
|
57
|
+
fi,
|
|
58
|
+
fr,
|
|
59
|
+
hu,
|
|
60
|
+
id,
|
|
61
|
+
it,
|
|
62
|
+
ja,
|
|
63
|
+
ko,
|
|
64
|
+
ms,
|
|
65
|
+
nb,
|
|
66
|
+
"nl-NL": nlNL,
|
|
67
|
+
pl,
|
|
68
|
+
"pt-BR": ptBR,
|
|
69
|
+
ro,
|
|
70
|
+
ru,
|
|
71
|
+
sv,
|
|
72
|
+
th,
|
|
73
|
+
tr,
|
|
74
|
+
uk,
|
|
75
|
+
"zh-CN": zhCN,
|
|
76
|
+
"zh-TW": znTW,
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
i18n.use(initReactI18next).init({
|
|
80
|
+
defaultNS,
|
|
81
|
+
ns: [defaultNS],
|
|
82
|
+
fallbackLng: defaultLNG,
|
|
83
|
+
supportedLngs: supportedLanguages,
|
|
84
|
+
load: "currentOnly",
|
|
85
|
+
keySeparator: false,
|
|
86
|
+
interpolation: {
|
|
87
|
+
escapeValue: false, // react already safe from xss
|
|
88
|
+
skipOnVariables: false, // to handle translations that use nesting
|
|
89
|
+
},
|
|
90
|
+
react: {
|
|
91
|
+
useSuspense: false,
|
|
92
|
+
bindI18nStore: "added",
|
|
93
|
+
},
|
|
94
|
+
});
|
|
95
|
+
|
|
96
|
+
Object.entries(resources).forEach(([locale, property]) => {
|
|
97
|
+
i18n.addResourceBundle(locale, defaultNS, property);
|
|
98
|
+
});
|
|
99
|
+
|
|
100
|
+
// eslint-disable-next-line import/no-default-export
|
|
101
|
+
export default i18n;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
|
+
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
|
+
*
|
|
5
|
+
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
7
|
+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
8
|
+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
|
+
*
|
|
10
|
+
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
import { memo, ReactElement } from "react";
|
|
14
|
+
|
|
15
|
+
import { ThemeOptions } from ".";
|
|
16
|
+
import { DesignTokensOverride } from "../src/theme/index";
|
|
17
|
+
import { OdysseyCacheProvider } from "./OdysseyCacheProvider";
|
|
18
|
+
import { OdysseyThemeProvider } from "./OdysseyThemeProvider";
|
|
19
|
+
import {
|
|
20
|
+
OdysseyTranslationProvider,
|
|
21
|
+
TranslationOverrides,
|
|
22
|
+
} from "./OdysseyTranslationProvider";
|
|
23
|
+
import { SupportedLanguages } from "./OdysseyTranslationProvider.types";
|
|
24
|
+
|
|
25
|
+
type OdysseyProviderProps = {
|
|
26
|
+
children: ReactElement;
|
|
27
|
+
nonce?: string;
|
|
28
|
+
themeOverride?: ThemeOptions;
|
|
29
|
+
designTokensOverride?: DesignTokensOverride;
|
|
30
|
+
languageCode?: SupportedLanguages;
|
|
31
|
+
translationOverrides?: TranslationOverrides;
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
const OdysseyProvider = ({
|
|
35
|
+
children,
|
|
36
|
+
nonce,
|
|
37
|
+
themeOverride,
|
|
38
|
+
designTokensOverride,
|
|
39
|
+
languageCode,
|
|
40
|
+
translationOverrides,
|
|
41
|
+
}: OdysseyProviderProps) => (
|
|
42
|
+
<OdysseyCacheProvider nonce={nonce}>
|
|
43
|
+
<OdysseyThemeProvider
|
|
44
|
+
themeOverride={themeOverride}
|
|
45
|
+
designTokensOverride={designTokensOverride}
|
|
46
|
+
>
|
|
47
|
+
<OdysseyTranslationProvider
|
|
48
|
+
languageCode={languageCode}
|
|
49
|
+
translationOverrides={translationOverrides}
|
|
50
|
+
>
|
|
51
|
+
{children}
|
|
52
|
+
</OdysseyTranslationProvider>
|
|
53
|
+
</OdysseyThemeProvider>
|
|
54
|
+
</OdysseyCacheProvider>
|
|
55
|
+
);
|
|
56
|
+
|
|
57
|
+
const MemoizedThemeProvider = memo(OdysseyProvider);
|
|
58
|
+
|
|
59
|
+
export { MemoizedThemeProvider as OdysseyProvider };
|
|
@@ -13,19 +13,25 @@
|
|
|
13
13
|
import { ThemeProvider as MuiThemeProvider } from "@mui/material/styles";
|
|
14
14
|
import { memo, ReactElement, useMemo } from "react";
|
|
15
15
|
|
|
16
|
-
import { createTheme, deepmerge, ThemeOptions } from ".";
|
|
17
|
-
import {
|
|
16
|
+
import { createTheme, deepmerge, ThemeOptions, DesignTokensOverride } from ".";
|
|
17
|
+
import { createOdysseyMuiTheme } from "./theme";
|
|
18
|
+
import * as Tokens from "@okta/odyssey-design-tokens";
|
|
18
19
|
|
|
19
20
|
const OdysseyThemeProvider = ({
|
|
20
21
|
children,
|
|
21
22
|
themeOverride,
|
|
23
|
+
designTokensOverride,
|
|
22
24
|
}: {
|
|
23
25
|
children: ReactElement;
|
|
24
26
|
themeOverride?: ThemeOptions;
|
|
27
|
+
designTokensOverride?: DesignTokensOverride;
|
|
25
28
|
}) => {
|
|
29
|
+
const odysseyTokens = { ...Tokens, ...designTokensOverride };
|
|
30
|
+
const odysseyTheme = createOdysseyMuiTheme(odysseyTokens);
|
|
31
|
+
|
|
26
32
|
const customOdysseyTheme = useMemo(
|
|
27
33
|
() => themeOverride && createTheme(deepmerge(odysseyTheme, themeOverride)),
|
|
28
|
-
[themeOverride]
|
|
34
|
+
[odysseyTheme, themeOverride]
|
|
29
35
|
);
|
|
30
36
|
|
|
31
37
|
return (
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
|
+
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
|
+
*
|
|
5
|
+
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
7
|
+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
8
|
+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
|
+
*
|
|
10
|
+
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
import { render, screen } from "@testing-library/react";
|
|
14
|
+
import { OdysseyTranslationProvider } from "./OdysseyTranslationProvider";
|
|
15
|
+
import i18n from "./OdysseyI18n";
|
|
16
|
+
import { TextField } from "./TextField";
|
|
17
|
+
|
|
18
|
+
describe("OdysseyTranslationProvider", () => {
|
|
19
|
+
it("defaults to 'en' translation bundle", () => {
|
|
20
|
+
render(
|
|
21
|
+
<OdysseyTranslationProvider>
|
|
22
|
+
<span>{i18n.t("fieldlabel.optional.text")}</span>
|
|
23
|
+
</OdysseyTranslationProvider>
|
|
24
|
+
);
|
|
25
|
+
|
|
26
|
+
expect(screen.getByText("Optional"));
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
it("can modify a translation bundle with translantionOverrides", () => {
|
|
30
|
+
const translationOverrides = {
|
|
31
|
+
en: {
|
|
32
|
+
"fieldlabel.optional.text": "Non Required",
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
render(
|
|
37
|
+
<OdysseyTranslationProvider translationOverrides={translationOverrides}>
|
|
38
|
+
<TextField label={""} isOptional />
|
|
39
|
+
</OdysseyTranslationProvider>
|
|
40
|
+
);
|
|
41
|
+
|
|
42
|
+
expect(screen.getByText("Non Required"));
|
|
43
|
+
});
|
|
44
|
+
|
|
45
|
+
it("can change the displayed language with languageCode", () => {
|
|
46
|
+
const translationOverrides = {
|
|
47
|
+
fr: {
|
|
48
|
+
"fieldlabel.optional.text": "Optionnel",
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
render(
|
|
53
|
+
<OdysseyTranslationProvider
|
|
54
|
+
languageCode="fr"
|
|
55
|
+
translationOverrides={translationOverrides}
|
|
56
|
+
>
|
|
57
|
+
<TextField label={""} isOptional />
|
|
58
|
+
</OdysseyTranslationProvider>
|
|
59
|
+
);
|
|
60
|
+
|
|
61
|
+
expect(screen.getByText("Optionnel"));
|
|
62
|
+
});
|
|
63
|
+
});
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
|
+
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
|
+
*
|
|
5
|
+
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
7
|
+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
8
|
+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
|
+
*
|
|
10
|
+
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
import { ReactElement, useEffect } from "react";
|
|
14
|
+
|
|
15
|
+
import { SupportedLanguages } from "./OdysseyTranslationProvider.types";
|
|
16
|
+
|
|
17
|
+
import i18n, { defaultNS, resources } from "./OdysseyI18n";
|
|
18
|
+
import { I18nextProvider } from "react-i18next";
|
|
19
|
+
|
|
20
|
+
export type TranslationOverrides = {
|
|
21
|
+
[key in SupportedLanguages]?: Partial<(typeof resources)["en"]>;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
type OdysseyTranslationProviderProps = {
|
|
25
|
+
children: ReactElement;
|
|
26
|
+
languageCode?: SupportedLanguages;
|
|
27
|
+
translationOverrides?: TranslationOverrides;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
const mergeBundleOverrides = (
|
|
31
|
+
languageCode: SupportedLanguages,
|
|
32
|
+
translationOverrides: TranslationOverrides
|
|
33
|
+
) => {
|
|
34
|
+
const bundle = resources[languageCode];
|
|
35
|
+
const overrides = translationOverrides[languageCode];
|
|
36
|
+
return {
|
|
37
|
+
...bundle,
|
|
38
|
+
...overrides,
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
export const OdysseyTranslationProvider = ({
|
|
43
|
+
children,
|
|
44
|
+
languageCode,
|
|
45
|
+
translationOverrides,
|
|
46
|
+
}: OdysseyTranslationProviderProps) => {
|
|
47
|
+
useEffect(() => {
|
|
48
|
+
// Defaults to the browser's language if available otherwise `en` will be used
|
|
49
|
+
i18n.changeLanguage(languageCode || window.navigator.language);
|
|
50
|
+
}, [languageCode]);
|
|
51
|
+
|
|
52
|
+
useEffect(() => {
|
|
53
|
+
if (translationOverrides) {
|
|
54
|
+
Object.keys(translationOverrides).forEach((language) => {
|
|
55
|
+
const bundle = mergeBundleOverrides(
|
|
56
|
+
language as SupportedLanguages,
|
|
57
|
+
translationOverrides
|
|
58
|
+
);
|
|
59
|
+
i18n.addResourceBundle(language, defaultNS, bundle);
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
}, [translationOverrides]);
|
|
63
|
+
|
|
64
|
+
return <I18nextProvider i18n={i18n}>{children}</I18nextProvider>;
|
|
65
|
+
};
|