@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
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ArrowUp.js","names":["forwardRef","SvgIcon","ArrowUpIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/ArrowUp.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type ArrowUpIconProps = SvgIconNoChildrenProps;\n\nexport const ArrowUpIcon = forwardRef<SVGSVGElement, ArrowUpIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M7.5 2.707 3.354 6.854l-.708-.708 5-5a.5.5 0 0 1 .708 0l5 5-.707.708L8.5 2.707V15h-1V2.707Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nArrowUpIcon.displayName = \"ArrowUpIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"ArrowUp.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","ArrowUpIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/ArrowUp.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type ArrowUpIconProps = SvgIconNoChildrenProps;\n\nexport const ArrowUpIcon = forwardRef<SVGSVGElement, ArrowUpIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M7.5 2.707 3.354 6.854l-.708-.708 5-5a.5.5 0 0 1 .708 0l5 5-.707.708L8.5 2.707V15h-1V2.707Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nArrowUpIcon.displayName = \"ArrowUpIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,WAAW,GAAGN,UAAU,CACnC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,6FAA6F;QAC/FC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,WAAW,CAACU,WAAW,GAAG,aAAa"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ArrowUpDown.js","names":["forwardRef","SvgIcon","ArrowUpDownIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/ArrowUpDown.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type ArrowUpDownIconProps = SvgIconNoChildrenProps;\n\nexport const ArrowUpDownIcon = forwardRef<SVGSVGElement, ArrowUpDownIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M5 12V3.707l2.646 2.647.708-.708-3.5-3.5a.5.5 0 0 0-.708 0l-3.5 3.5.708.708L4 3.707V12h1Zm6-8v8.293L8.354 9.646l-.708.708 3.5 3.5a.5.5 0 0 0 .708 0l3.5-3.5-.707-.708L12 12.293V4h-1Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nArrowUpDownIcon.displayName = \"ArrowUpDownIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"ArrowUpDown.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","ArrowUpDownIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/ArrowUpDown.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type ArrowUpDownIconProps = SvgIconNoChildrenProps;\n\nexport const ArrowUpDownIcon = forwardRef<SVGSVGElement, ArrowUpDownIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M5 12V3.707l2.646 2.647.708-.708-3.5-3.5a.5.5 0 0 0-.708 0l-3.5 3.5.708.708L4 3.707V12h1Zm6-8v8.293L8.354 9.646l-.708.708 3.5 3.5a.5.5 0 0 0 .708 0l3.5-3.5-.707-.708L12 12.293V4h-1Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nArrowUpDownIcon.displayName = \"ArrowUpDownIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,eAAe,GAAGN,UAAU,CACvC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,uLAAuL;QACzLC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,eAAe,CAACU,WAAW,GAAG,iBAAiB"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Calendar.js","names":["forwardRef","SvgIcon","CalendarIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Calendar.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type CalendarIconProps = SvgIconNoChildrenProps;\n\nexport const CalendarIcon = forwardRef<SVGSVGElement, CalendarIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M5 3v1h1V3h4v1h1V3h3v3H2V3h3Zm0-1H1v9.8c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C2.52 15 3.08 15 4.2 15h7.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C15 13.48 15 12.92 15 11.8V2h-4V0h-1v2H6V0H5v2Zm-3 9.8V7h12v4.8c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 0 1-.437.437c-.05.025-.15.063-.422.085C12.75 14 12.377 14 11.8 14H4.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 0 1-.437-.437c-.025-.05-.063-.15-.085-.422C2 12.75 2 12.377 2 11.8Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nCalendarIcon.displayName = \"CalendarIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"Calendar.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","CalendarIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Calendar.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type CalendarIconProps = SvgIconNoChildrenProps;\n\nexport const CalendarIcon = forwardRef<SVGSVGElement, CalendarIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M5 3v1h1V3h4v1h1V3h3v3H2V3h3Zm0-1H1v9.8c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C2.52 15 3.08 15 4.2 15h7.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C15 13.48 15 12.92 15 11.8V2h-4V0h-1v2H6V0H5v2Zm-3 9.8V7h12v4.8c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 0 1-.437.437c-.05.025-.15.063-.422.085C12.75 14 12.377 14 11.8 14H4.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 0 1-.437-.437c-.025-.05-.063-.15-.085-.422C2 12.75 2 12.377 2 11.8Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nCalendarIcon.displayName = \"CalendarIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,YAAY,GAAGN,UAAU,CACpC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,2dAA2d;QAC7dC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,YAAY,CAACU,WAAW,GAAG,cAAc"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Check.js","names":["forwardRef","SvgIcon","CheckIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Check.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type CheckIconProps = SvgIconNoChildrenProps;\n\nexport const CheckIcon = forwardRef<SVGSVGElement, CheckIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"m14.354 4.354-8 8a.5.5 0 0 1-.708 0l-4-4 .708-.708L6 11.293l7.646-7.647.708.708Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nCheckIcon.displayName = \"CheckIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"Check.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","CheckIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Check.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type CheckIconProps = SvgIconNoChildrenProps;\n\nexport const CheckIcon = forwardRef<SVGSVGElement, CheckIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"m14.354 4.354-8 8a.5.5 0 0 1-.708 0l-4-4 .708-.708L6 11.293l7.646-7.647.708.708Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nCheckIcon.displayName = \"CheckIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,SAAS,GAAGN,UAAU,CACjC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,kFAAkF;QACpFC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,SAAS,CAACU,WAAW,GAAG,WAAW"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckCircleFilled.js","names":["forwardRef","SvgIcon","CheckCircleFilledIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/CheckCircleFilled.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type CheckCircleFilledIconProps = SvgIconNoChildrenProps;\n\nexport const CheckCircleFilledIcon = forwardRef<\n SVGSVGElement,\n CheckCircleFilledIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-8.646 2.354 4-4-.708-.708L7 9.293 5.354 7.646l-.708.708 2 2a.5.5 0 0 0 .708 0Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nCheckCircleFilledIcon.displayName = \"CheckCircleFilledIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"CheckCircleFilled.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","CheckCircleFilledIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/CheckCircleFilled.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type CheckCircleFilledIconProps = SvgIconNoChildrenProps;\n\nexport const CheckCircleFilledIcon = forwardRef<\n SVGSVGElement,\n CheckCircleFilledIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-8.646 2.354 4-4-.708-.708L7 9.293 5.354 7.646l-.708.708 2 2a.5.5 0 0 0 .708 0Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nCheckCircleFilledIcon.displayName = \"CheckCircleFilledIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,qBAAqB,GAAGN,UAAU,CAG7C,CAACO,KAAK,EAAEC,GAAG,KAAK;EAChB,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,qHAAqH;QACvHC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CAAC,CAAC;AAEFT,qBAAqB,CAACU,WAAW,GAAG,uBAAuB"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChevronDown.js","names":["forwardRef","SvgIcon","ChevronDownIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/ChevronDown.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type ChevronDownIconProps = SvgIconNoChildrenProps;\n\nexport const ChevronDownIcon = forwardRef<SVGSVGElement, ChevronDownIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"m8 10.293 4.646-4.647.708.708-5 5a.5.5 0 0 1-.708 0l-5-5 .708-.708L8 10.293Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nChevronDownIcon.displayName = \"ChevronDownIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"ChevronDown.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","ChevronDownIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/ChevronDown.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type ChevronDownIconProps = SvgIconNoChildrenProps;\n\nexport const ChevronDownIcon = forwardRef<SVGSVGElement, ChevronDownIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"m8 10.293 4.646-4.647.708.708-5 5a.5.5 0 0 1-.708 0l-5-5 .708-.708L8 10.293Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nChevronDownIcon.displayName = \"ChevronDownIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,eAAe,GAAGN,UAAU,CACvC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,8EAA8E;QAChFC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,eAAe,CAACU,WAAW,GAAG,iBAAiB"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChevronUp.js","names":["forwardRef","SvgIcon","ChevronUpIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/ChevronUp.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type ChevronUpIconProps = SvgIconNoChildrenProps;\n\nexport const ChevronUpIcon = forwardRef<SVGSVGElement, ChevronUpIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"m8 5.707-4.646 4.647-.708-.708 5-5a.5.5 0 0 1 .708 0l5 5-.708.708L8 5.707Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nChevronUpIcon.displayName = \"ChevronUpIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"ChevronUp.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","ChevronUpIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/ChevronUp.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type ChevronUpIconProps = SvgIconNoChildrenProps;\n\nexport const ChevronUpIcon = forwardRef<SVGSVGElement, ChevronUpIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"m8 5.707-4.646 4.647-.708-.708 5-5a.5.5 0 0 1 .708 0l5 5-.708.708L8 5.707Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nChevronUpIcon.displayName = \"ChevronUpIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,aAAa,GAAGN,UAAU,CACrC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,4EAA4E;QAC9EC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,aAAa,CAACU,WAAW,GAAG,eAAe"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Close.js","names":["forwardRef","SvgIcon","CloseIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Close.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type CloseIconProps = SvgIconNoChildrenProps;\n\nexport const CloseIcon = forwardRef<SVGSVGElement, CloseIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M8 7.293 2.354 1.646l-.708.708L7.293 8l-5.647 5.646.708.708L8 8.707l5.646 5.647.707-.708L8.707 8l5.647-5.646-.708-.708L8 7.293Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nCloseIcon.displayName = \"CloseIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"Close.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","CloseIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Close.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type CloseIconProps = SvgIconNoChildrenProps;\n\nexport const CloseIcon = forwardRef<SVGSVGElement, CloseIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M8 7.293 2.354 1.646l-.708.708L7.293 8l-5.647 5.646.708.708L8 8.707l5.646 5.647.707-.708L8.707 8l5.647-5.646-.708-.708L8 7.293Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nCloseIcon.displayName = \"CloseIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,SAAS,GAAGN,UAAU,CACjC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,iIAAiI;QACnIC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,SAAS,CAACU,WAAW,GAAG,WAAW"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CloseCircleFilled.js","names":["forwardRef","SvgIcon","CloseCircleFilledIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/CloseCircleFilled.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type CloseCircleFilledIconProps = SvgIconNoChildrenProps;\n\nexport const CloseCircleFilledIcon = forwardRef<\n SVGSVGElement,\n CloseCircleFilledIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-4.646-2.646L8.707 8l2.647 2.646-.708.708L8 8.707l-2.646 2.647-.708-.708L7.293 8 4.646 5.354l.708-.708L8 7.293l2.646-2.647.708.708Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nCloseCircleFilledIcon.displayName = \"CloseCircleFilledIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"CloseCircleFilled.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","CloseCircleFilledIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/CloseCircleFilled.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type CloseCircleFilledIconProps = SvgIconNoChildrenProps;\n\nexport const CloseCircleFilledIcon = forwardRef<\n SVGSVGElement,\n CloseCircleFilledIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-4.646-2.646L8.707 8l2.647 2.646-.708.708L8 8.707l-2.646 2.647-.708-.708L7.293 8 4.646 5.354l.708-.708L8 7.293l2.646-2.647.708.708Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nCloseCircleFilledIcon.displayName = \"CloseCircleFilledIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,qBAAqB,GAAGN,UAAU,CAG7C,CAACO,KAAK,EAAEC,GAAG,KAAK;EAChB,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,yKAAyK;QAC3KC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CAAC,CAAC;AAEFT,qBAAqB,CAACU,WAAW,GAAG,uBAAuB"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Copy.js","names":["forwardRef","SvgIcon","CopyIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Copy.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type CopyIconProps = SvgIconNoChildrenProps;\n\nexport const CopyIcon = forwardRef<SVGSVGElement, CopyIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M2 2h7.8c.577 0 .949 0 1.232.024.272.022.373.06.422.085a1 1 0 0 1 .437.437c.025.05.063.15.085.422C12 3.25 12 3.623 12 4.2V12H4.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 0 1-.437-.437c-.025-.05-.063-.15-.085-.422C2 10.75 2 10.377 2 9.8V2ZM1 1h8.8c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874C13 2.52 13 3.08 13 4.2V13H4.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C1 11.48 1 10.92 1 9.8V1Zm13 3v10H4v1h11V4h-1Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nCopyIcon.displayName = \"CopyIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"Copy.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","CopyIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Copy.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type CopyIconProps = SvgIconNoChildrenProps;\n\nexport const CopyIcon = forwardRef<SVGSVGElement, CopyIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M2 2h7.8c.577 0 .949 0 1.232.024.272.022.373.06.422.085a1 1 0 0 1 .437.437c.025.05.063.15.085.422C12 3.25 12 3.623 12 4.2V12H4.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 0 1-.437-.437c-.025-.05-.063-.15-.085-.422C2 10.75 2 10.377 2 9.8V2ZM1 1h8.8c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874C13 2.52 13 3.08 13 4.2V13H4.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C1 11.48 1 10.92 1 9.8V1Zm13 3v10H4v1h11V4h-1Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nCopyIcon.displayName = \"CopyIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,QAAQ,GAAGN,UAAU,CAChC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,ibAAib;QACnbC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,QAAQ,CAACU,WAAW,GAAG,UAAU"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Delete.js","names":["forwardRef","SvgIcon","DeleteIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Delete.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type DeleteIconProps = SvgIconNoChildrenProps;\n\nexport const DeleteIcon = forwardRef<SVGSVGElement, DeleteIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"m5.387 2 .334-1h4.558l.334 1H5.387ZM4.333 2 5 0h6l.667 2H15v4h-1v6.8c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874C12.48 16 11.92 16 10.8 16H5.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C2 14.48 2 13.92 2 12.8V6H1V2h3.333ZM12 3H2v2h12V3h-2ZM3 6h10v6.8c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 0 1-.437.437c-.05.025-.15.063-.422.085C11.75 15 11.377 15 10.8 15H5.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 0 1-.437-.437c-.025-.05-.063-.15-.085-.422C3 13.75 3 13.377 3 12.8V6Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nDeleteIcon.displayName = \"DeleteIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"Delete.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","DeleteIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Delete.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type DeleteIconProps = SvgIconNoChildrenProps;\n\nexport const DeleteIcon = forwardRef<SVGSVGElement, DeleteIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"m5.387 2 .334-1h4.558l.334 1H5.387ZM4.333 2 5 0h6l.667 2H15v4h-1v6.8c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874C12.48 16 11.92 16 10.8 16H5.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C2 14.48 2 13.92 2 12.8V6H1V2h3.333ZM12 3H2v2h12V3h-2ZM3 6h10v6.8c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 0 1-.437.437c-.05.025-.15.063-.422.085C11.75 15 11.377 15 10.8 15H5.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 0 1-.437-.437c-.025-.05-.063-.15-.085-.422C3 13.75 3 13.377 3 12.8V6Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nDeleteIcon.displayName = \"DeleteIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,UAAU,GAAGN,UAAU,CAClC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,igBAAigB;QACngBC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,UAAU,CAACU,WAAW,GAAG,YAAY"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Download.js","names":["forwardRef","SvgIcon","DownloadIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Download.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type DownloadIconProps = SvgIconNoChildrenProps;\n\nexport const DownloadIcon = forwardRef<SVGSVGElement, DownloadIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M13.146 6.146 8.5 10.793V0h-1v10.793L2.854 6.146l-.708.708 5.5 5.5a.5.5 0 0 0 .708 0l5.5-5.5-.708-.708ZM2 12.3V11H1v1.321c0 .542 0 .98.029 1.333.03.365.093.685.243.981a2.5 2.5 0 0 0 1.093 1.092c.296.151.616.214.98.244C3.7 16 4.138 16 4.68 16H11.32c.542 0 .98 0 1.333-.029.365-.03.685-.093.981-.244a2.5 2.5 0 0 0 1.092-1.092c.151-.296.214-.616.244-.98.029-.355.029-.792.029-1.333V11h-1v1.3c0 .568 0 .964-.026 1.273-.024.303-.07.476-.138.608a1.5 1.5 0 0 1-.655.655c-.132.068-.305.114-.608.138-.309.026-.705.026-1.273.026H4.7c-.568 0-.964 0-1.273-.026-.302-.024-.476-.07-.608-.138a1.5 1.5 0 0 1-.656-.655c-.067-.132-.113-.305-.137-.608C2 13.264 2 12.868 2 12.3Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nDownloadIcon.displayName = \"DownloadIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"Download.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","DownloadIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Download.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type DownloadIconProps = SvgIconNoChildrenProps;\n\nexport const DownloadIcon = forwardRef<SVGSVGElement, DownloadIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M13.146 6.146 8.5 10.793V0h-1v10.793L2.854 6.146l-.708.708 5.5 5.5a.5.5 0 0 0 .708 0l5.5-5.5-.708-.708ZM2 12.3V11H1v1.321c0 .542 0 .98.029 1.333.03.365.093.685.243.981a2.5 2.5 0 0 0 1.093 1.092c.296.151.616.214.98.244C3.7 16 4.138 16 4.68 16H11.32c.542 0 .98 0 1.333-.029.365-.03.685-.093.981-.244a2.5 2.5 0 0 0 1.092-1.092c.151-.296.214-.616.244-.98.029-.355.029-.792.029-1.333V11h-1v1.3c0 .568 0 .964-.026 1.273-.024.303-.07.476-.138.608a1.5 1.5 0 0 1-.655.655c-.132.068-.305.114-.608.138-.309.026-.705.026-1.273.026H4.7c-.568 0-.964 0-1.273-.026-.302-.024-.476-.07-.608-.138a1.5 1.5 0 0 1-.656-.655c-.067-.132-.113-.305-.137-.608C2 13.264 2 12.868 2 12.3Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nDownloadIcon.displayName = \"DownloadIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,YAAY,GAAGN,UAAU,CACpC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,opBAAopB;QACtpBC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,YAAY,CAACU,WAAW,GAAG,cAAc"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DragHandle.js","names":["forwardRef","SvgIcon","DragHandleIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/DragHandle.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type DragHandleIconProps = SvgIconNoChildrenProps;\n\nexport const DragHandleIcon = forwardRef<SVGSVGElement, DragHandleIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M4.444 2.169a1 1 0 1 1 1.112 1.663 1 1 0 0 1-1.112-1.663Zm0 5a1 1 0 1 1 1.112 1.663 1 1 0 0 1-1.112-1.663ZM5 12a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm5.444-9.831a1 1 0 1 1 1.112 1.663 1 1 0 0 1-1.112-1.663ZM11 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-.556 5.168a1 1 0 1 1 1.111 1.663 1 1 0 0 1-1.11-1.662Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nDragHandleIcon.displayName = \"DragHandleIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"DragHandle.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","DragHandleIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/DragHandle.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type DragHandleIconProps = SvgIconNoChildrenProps;\n\nexport const DragHandleIcon = forwardRef<SVGSVGElement, DragHandleIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M4.444 2.169a1 1 0 1 1 1.112 1.663 1 1 0 0 1-1.112-1.663Zm0 5a1 1 0 1 1 1.112 1.663 1 1 0 0 1-1.112-1.663ZM5 12a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm5.444-9.831a1 1 0 1 1 1.112 1.663 1 1 0 0 1-1.112-1.663ZM11 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-.556 5.168a1 1 0 1 1 1.111 1.663 1 1 0 0 1-1.11-1.662Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nDragHandleIcon.displayName = \"DragHandleIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,cAAc,GAAGN,UAAU,CACtC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,iSAAiS;QACnSC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,cAAc,CAACU,WAAW,GAAG,gBAAgB"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Edit.js","names":["forwardRef","SvgIcon","EditIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Edit.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type EditIconProps = SvgIconNoChildrenProps;\n\nexport const EditIcon = forwardRef<SVGSVGElement, EditIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M10.354 2.06a.5.5 0 0 0-.708 0L8.707 3 11 5.293l.94-.94a.5.5 0 0 0 0-.707l-1.586-1.585ZM2 9.708l6-6L10.293 6l-6 6H2V9.707Zm6.94-8.353a1.5 1.5 0 0 1 2.12 0l1.586 1.585a1.5 1.5 0 0 1 0 2.122l-7.792 7.793-.147.146H1V9.293l.146-.147L8.94 1.354ZM1 14v1h14v-1H1Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nEditIcon.displayName = \"EditIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"Edit.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","EditIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Edit.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type EditIconProps = SvgIconNoChildrenProps;\n\nexport const EditIcon = forwardRef<SVGSVGElement, EditIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M10.354 2.06a.5.5 0 0 0-.708 0L8.707 3 11 5.293l.94-.94a.5.5 0 0 0 0-.707l-1.586-1.585ZM2 9.708l6-6L10.293 6l-6 6H2V9.707Zm6.94-8.353a1.5 1.5 0 0 1 2.12 0l1.586 1.585a1.5 1.5 0 0 1 0 2.122l-7.792 7.793-.147.146H1V9.293l.146-.147L8.94 1.354ZM1 14v1h14v-1H1Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nEditIcon.displayName = \"EditIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,QAAQ,GAAGN,UAAU,CAChC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,kQAAkQ;QACpQC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,QAAQ,CAACU,WAAW,GAAG,UAAU"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExternalLink.js","names":["forwardRef","SvgIcon","ExternalLinkIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/ExternalLink.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type ExternalLinkIconProps = SvgIconNoChildrenProps;\n\nexport const ExternalLinkIcon = forwardRef<\n SVGSVGElement,\n ExternalLinkIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M13.293 2H8V1h6.5a.5.5 0 0 1 .5.5V8h-1V2.707l-7.646 7.647-.708-.708L13.293 2ZM1.5 4H1v11h11V8h-1v6H2V5h6V4H1.5Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nExternalLinkIcon.displayName = \"ExternalLinkIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"ExternalLink.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","ExternalLinkIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/ExternalLink.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type ExternalLinkIconProps = SvgIconNoChildrenProps;\n\nexport const ExternalLinkIcon = forwardRef<\n SVGSVGElement,\n ExternalLinkIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M13.293 2H8V1h6.5a.5.5 0 0 1 .5.5V8h-1V2.707l-7.646 7.647-.708-.708L13.293 2ZM1.5 4H1v11h11V8h-1v6H2V5h6V4H1.5Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nExternalLinkIcon.displayName = \"ExternalLinkIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,gBAAgB,GAAGN,UAAU,CAGxC,CAACO,KAAK,EAAEC,GAAG,KAAK;EAChB,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,iHAAiH;QACnHC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CAAC,CAAC;AAEFT,gBAAgB,CAACU,WAAW,GAAG,kBAAkB"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Eye.js","names":["forwardRef","SvgIcon","EyeIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Eye.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type EyeIconProps = SvgIconNoChildrenProps;\n\nexport const EyeIcon = forwardRef<SVGSVGElement, EyeIconProps>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M3.898 11.55C2.896 10.7 2.042 9.5 1.156 8c.886-1.5 1.74-2.7 2.742-3.55C4.969 3.538 6.24 3 8 3c1.76 0 3.03.539 4.102 1.45 1.002.85 1.856 2.05 2.742 3.55-.886 1.5-1.74 2.7-2.742 3.55C11.031 12.462 9.76 13 8 13c-1.76 0-3.03-.539-4.102-1.45ZM8 14c4 0 6-2.5 8-6-2-3.5-4-6-8-6S2 4.5 0 8c2 3.5 4 6 8 6Zm3-6a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm1 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nEyeIcon.displayName = \"EyeIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"Eye.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","EyeIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Eye.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type EyeIconProps = SvgIconNoChildrenProps;\n\nexport const EyeIcon = forwardRef<SVGSVGElement, EyeIconProps>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M3.898 11.55C2.896 10.7 2.042 9.5 1.156 8c.886-1.5 1.74-2.7 2.742-3.55C4.969 3.538 6.24 3 8 3c1.76 0 3.03.539 4.102 1.45 1.002.85 1.856 2.05 2.742 3.55-.886 1.5-1.74 2.7-2.742 3.55C11.031 12.462 9.76 13 8 13c-1.76 0-3.03-.539-4.102-1.45ZM8 14c4 0 6-2.5 8-6-2-3.5-4-6-8-6S2 4.5 0 8c2 3.5 4 6 8 6Zm3-6a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm1 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n});\n\nEyeIcon.displayName = \"EyeIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,OAAO,GAAGN,UAAU,CAA8B,CAACO,KAAK,EAAEC,GAAG,KAAK;EAC7E,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,2WAA2W;QAC7WC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CAAC,CAAC;AAEFT,OAAO,CAACU,WAAW,GAAG,SAAS"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EyeOff.js","names":["forwardRef","SvgIcon","EyeOffIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/EyeOff.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type EyeOffIconProps = SvgIconNoChildrenProps;\n\nexport const EyeOffIcon = forwardRef<SVGSVGElement, EyeOffIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M11.2 2.675C10.286 2.24 9.24 2 8 2 4 2 2 4.5 0 8c.761 1.333 1.523 2.52 2.395 3.48l.708-.708C2.425 10.02 1.799 9.09 1.156 8c.886-1.5 1.74-2.7 2.742-3.55C4.969 3.538 6.24 3 8 3c.938 0 1.737.153 2.441.434l.76-.76Zm.899.516-.723.722.003.001-.926.926-.002-.002-.715.715.002.002-4.183 4.183-.002-.002-.715.715.002.002-1.026 1.026-.002-.002-.708.708.002.002-1.96 1.96.708.707 2.045-2.046C5.016 13.566 6.334 14 8 14c4 0 6-2.5 8-6-.961-1.682-1.922-3.133-3.106-4.187l1.96-1.96-.708-.707-2.045 2.046-.002-.001ZM4.315 9.56l.786-.786a3.004 3.004 0 0 1 3.673-3.673l.786-.786A4 4 0 0 0 4.316 9.56Zm7.87-5.039L11.16 5.547a4 4 0 0 1-5.613 5.613l-.926.926C5.54 12.668 6.62 13 8 13c1.76 0 3.03-.539 4.102-1.45 1.002-.85 1.856-2.05 2.742-3.55-.861-1.459-1.693-2.632-2.658-3.479Zm-1.74 1.74-4.183 4.184a3 3 0 0 0 4.184-4.184Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nEyeOffIcon.displayName = \"EyeOffIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"EyeOff.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","EyeOffIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/EyeOff.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type EyeOffIconProps = SvgIconNoChildrenProps;\n\nexport const EyeOffIcon = forwardRef<SVGSVGElement, EyeOffIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M11.2 2.675C10.286 2.24 9.24 2 8 2 4 2 2 4.5 0 8c.761 1.333 1.523 2.52 2.395 3.48l.708-.708C2.425 10.02 1.799 9.09 1.156 8c.886-1.5 1.74-2.7 2.742-3.55C4.969 3.538 6.24 3 8 3c.938 0 1.737.153 2.441.434l.76-.76Zm.899.516-.723.722.003.001-.926.926-.002-.002-.715.715.002.002-4.183 4.183-.002-.002-.715.715.002.002-1.026 1.026-.002-.002-.708.708.002.002-1.96 1.96.708.707 2.045-2.046C5.016 13.566 6.334 14 8 14c4 0 6-2.5 8-6-.961-1.682-1.922-3.133-3.106-4.187l1.96-1.96-.708-.707-2.045 2.046-.002-.001ZM4.315 9.56l.786-.786a3.004 3.004 0 0 1 3.673-3.673l.786-.786A4 4 0 0 0 4.316 9.56Zm7.87-5.039L11.16 5.547a4 4 0 0 1-5.613 5.613l-.926.926C5.54 12.668 6.62 13 8 13c1.76 0 3.03-.539 4.102-1.45 1.002-.85 1.856-2.05 2.742-3.55-.861-1.459-1.693-2.632-2.658-3.479Zm-1.74 1.74-4.183 4.184a3 3 0 0 0 4.184-4.184Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nEyeOffIcon.displayName = \"EyeOffIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,UAAU,GAAGN,UAAU,CAClC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,syBAAsyB;QACxyBC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,UAAU,CAACU,WAAW,GAAG,YAAY"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Filter.js","names":["forwardRef","SvgIcon","FilterIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Filter.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type FilterIconProps = SvgIconNoChildrenProps;\n\nexport const FilterIcon = forwardRef<SVGSVGElement, FilterIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M1 2h14v1H1V2Zm2 4h10v1H3V6Zm8 4H5v1h6v-1Zm-4 4h2v1H7v-1Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nFilterIcon.displayName = \"FilterIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"Filter.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","FilterIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Filter.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type FilterIconProps = SvgIconNoChildrenProps;\n\nexport const FilterIcon = forwardRef<SVGSVGElement, FilterIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M1 2h14v1H1V2Zm2 4h10v1H3V6Zm8 4H5v1h6v-1Zm-4 4h2v1H7v-1Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nFilterIcon.displayName = \"FilterIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,UAAU,GAAGN,UAAU,CAClC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,2DAA2D;QAC7DC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,UAAU,CAACU,WAAW,GAAG,YAAY"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Globe.js","names":["forwardRef","SvgIcon","GlobeIcon","props","ref","displayName"],"sources":["../../src/iconDictionary/Globe.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type GlobeIconProps = SvgIconNoChildrenProps;\n\nexport const GlobeIcon = forwardRef<SVGSVGElement, GlobeIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M4.51 8.5H1.019a7.003 7.003 0 0 0 5.779 6.397A11.445 11.445 0 0 1 4.511 8.5Zm1.002 0h4.976A10.453 10.453 0 0 1 8 14.801 10.453 10.453 0 0 1 5.512 8.5Zm4.976-1H5.512C5.624 5.1 6.542 2.913 8 1.199A10.453 10.453 0 0 1 10.488 7.5Zm1.001 1a11.446 11.446 0 0 1-2.286 6.397 7.003 7.003 0 0 0 5.78-6.397h-3.494Zm3.493-1H11.49a11.445 11.445 0 0 0-2.286-6.397 7.003 7.003 0 0 1 5.78 6.397Zm-10.471 0H1.018a7.003 7.003 0 0 1 5.779-6.397A11.445 11.445 0 0 0 4.511 7.5ZM16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nGlobeIcon.displayName = \"GlobeIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"file":"Globe.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","GlobeIcon","props","ref","viewBox","fill","xmlns","children","fillRule","d","clipRule","displayName"],"sources":["../../src/iconDictionary/Globe.tsx"],"sourcesContent":["/*!\n * Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n// Code automatically generated by svgr; DO NOT EDIT.\n\nimport { forwardRef } from \"react\";\nimport { SvgIcon } from \"./SvgIcon\";\nimport type { SvgIconNoChildrenProps } from \"./types\";\n\nexport type GlobeIconProps = SvgIconNoChildrenProps;\n\nexport const GlobeIcon = forwardRef<SVGSVGElement, GlobeIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M4.51 8.5H1.019a7.003 7.003 0 0 0 5.779 6.397A11.445 11.445 0 0 1 4.511 8.5Zm1.002 0h4.976A10.453 10.453 0 0 1 8 14.801 10.453 10.453 0 0 1 5.512 8.5Zm4.976-1H5.512C5.624 5.1 6.542 2.913 8 1.199A10.453 10.453 0 0 1 10.488 7.5Zm1.001 1a11.446 11.446 0 0 1-2.286 6.397 7.003 7.003 0 0 0 5.78-6.397h-3.494Zm3.493-1H11.49a11.445 11.445 0 0 0-2.286-6.397 7.003 7.003 0 0 1 5.78 6.397Zm-10.471 0H1.018a7.003 7.003 0 0 1 5.779-6.397A11.445 11.445 0 0 0 4.511 7.5ZM16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Z\"\n clipRule=\"evenodd\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nGlobeIcon.displayName = \"GlobeIcon\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAIA,SAASA,UAAU,QAAQ,OAAO;AAAC,SAC1BC,OAAO;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,QAAA,IAAAC,SAAA;AAKhB,OAAO,MAAMC,SAAS,GAAGN,UAAU,CACjC,CAACO,KAAK,EAAEC,GAAG,KAAK;EACd,OACEL,IAAA,CAACF,OAAO;IACNQ,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETT,IAAA,CAAAE,SAAA;MAAAO,QAAA,EACET,IAAA;QACEO,IAAI,EAAC,cAAc;QACnBG,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,6eAA6e;QAC/eC,QAAQ,EAAC;MAAS,CACnB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDT,SAAS,CAACU,WAAW,GAAG,WAAW"}
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
import { forwardRef } from "react";
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
13
12
|
import { SvgIcon } from "./SvgIcon.js";
|
|
14
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|