@okta/odyssey-react-mui 0.24.0 → 1.0.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 +36 -0
- package/dist/Autocomplete.js +2 -1
- package/dist/Autocomplete.js.map +1 -1
- package/dist/Banner.js +11 -4
- package/dist/Banner.js.map +1 -1
- package/dist/{src/theme/OdysseyTheme.d.ts → Box.js} +18 -12
- package/dist/Box.js.map +1 -0
- package/dist/Button.js +23 -9
- package/dist/Button.js.map +1 -1
- package/dist/{Infobox.js → Callout.js} +18 -9
- package/dist/Callout.js.map +1 -0
- package/dist/Checkbox.js +17 -12
- package/dist/Checkbox.js.map +1 -1
- package/dist/CheckboxGroup.js +2 -1
- package/dist/CheckboxGroup.js.map +1 -1
- package/dist/CircularProgress.js +3 -1
- package/dist/CircularProgress.js.map +1 -1
- package/dist/Dialog.js +15 -9
- package/dist/Dialog.js.map +1 -1
- package/dist/Field.js +11 -4
- package/dist/Field.js.map +1 -1
- package/dist/FieldError.js +3 -2
- package/dist/FieldError.js.map +1 -1
- package/dist/FieldHint.js +3 -2
- package/dist/FieldHint.js.map +1 -1
- package/dist/FieldLabel.js +5 -3
- package/dist/FieldLabel.js.map +1 -1
- package/dist/Fieldset.js +26 -17
- package/dist/Fieldset.js.map +1 -1
- package/{src/theme/useTheme.ts → dist/FieldsetContext.js} +6 -6
- package/dist/FieldsetContext.js.map +1 -0
- package/dist/Form.js +25 -13
- package/dist/Form.js.map +1 -1
- package/dist/Link.js +17 -22
- package/dist/Link.js.map +1 -1
- package/dist/MenuButton.js +41 -22
- package/dist/MenuButton.js.map +1 -1
- package/dist/{src/theme/useTheme.d.ts → MenuContext.js} +7 -3
- package/dist/MenuContext.js.map +1 -0
- package/dist/MenuItem.js +23 -10
- package/dist/MenuItem.js.map +1 -1
- package/dist/MuiPropsChild.js +1 -0
- package/dist/MuiPropsChild.js.map +1 -1
- package/dist/MuiPropsContext.js +2 -1
- package/dist/MuiPropsContext.js.map +1 -1
- package/dist/NativeSelect.js.map +1 -1
- package/dist/NullElement.js +2 -0
- package/dist/NullElement.js.map +1 -0
- package/dist/OdysseyCacheProvider.js +6 -3
- package/dist/OdysseyCacheProvider.js.map +1 -1
- package/dist/OdysseyDesignTokensContext.js +17 -0
- package/dist/OdysseyDesignTokensContext.js.map +1 -0
- package/dist/OdysseyI18n.js +12 -8
- package/dist/OdysseyI18n.js.map +1 -1
- package/dist/OdysseyProvider.js +4 -2
- package/dist/OdysseyProvider.js.map +1 -1
- package/dist/OdysseyThemeProvider.js +15 -8
- package/dist/OdysseyThemeProvider.js.map +1 -1
- package/dist/OdysseyTranslationProvider.js.map +1 -1
- package/dist/OdysseyTranslationProvider.types.js +1 -1
- package/dist/OdysseyTranslationProvider.types.js.map +1 -1
- package/dist/PasswordField.js +7 -5
- package/dist/PasswordField.js.map +1 -1
- package/dist/Radio.js +5 -6
- package/dist/Radio.js.map +1 -1
- package/dist/RadioGroup.js +1 -0
- package/dist/RadioGroup.js.map +1 -1
- package/dist/ScreenReaderText.js +5 -2
- package/dist/ScreenReaderText.js.map +1 -1
- package/dist/SearchField.js +36 -5
- package/dist/SearchField.js.map +1 -1
- package/dist/Select.js +6 -5
- package/dist/Select.js.map +1 -1
- package/dist/Status.js +10 -4
- package/dist/Status.js.map +1 -1
- package/dist/SvgIcon.js.map +1 -0
- package/dist/Tabs.js +6 -4
- package/dist/Tabs.js.map +1 -1
- package/dist/Tag.js +12 -3
- package/dist/Tag.js.map +1 -1
- package/dist/TagList.js +3 -0
- package/dist/TagList.js.map +1 -1
- package/dist/TextField.js +1 -0
- package/dist/TextField.js.map +1 -1
- package/dist/Toast.js +12 -5
- package/dist/Toast.js.map +1 -1
- package/dist/ToastStack.js +10 -6
- package/dist/ToastStack.js.map +1 -1
- package/dist/Tooltip.js +2 -2
- package/dist/Tooltip.js.map +1 -1
- package/dist/Typography.js +283 -0
- package/dist/Typography.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/Add.js +5 -5
- package/dist/icons.generated/Add.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/AddCircle.js +5 -5
- package/dist/icons.generated/AddCircle.js.map +1 -0
- package/dist/icons.generated/Apps.js +33 -0
- package/dist/icons.generated/Apps.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/ArrowDown.js +5 -5
- package/dist/icons.generated/ArrowDown.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/ArrowLeft.js +5 -5
- package/dist/icons.generated/ArrowLeft.js.map +1 -0
- package/dist/icons.generated/ArrowLowerLeft.js +33 -0
- package/dist/icons.generated/ArrowLowerLeft.js.map +1 -0
- package/dist/icons.generated/ArrowLowerRight.js +33 -0
- package/dist/icons.generated/ArrowLowerRight.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/ArrowRight.js +5 -5
- package/dist/icons.generated/ArrowRight.js.map +1 -0
- package/dist/icons.generated/ArrowUnsorted.js +33 -0
- package/dist/icons.generated/ArrowUnsorted.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/ArrowUp.js +5 -5
- package/dist/icons.generated/ArrowUp.js.map +1 -0
- package/dist/icons.generated/ArrowUpperLeft.js +33 -0
- package/dist/icons.generated/ArrowUpperLeft.js.map +1 -0
- package/dist/icons.generated/ArrowUpperRight.js +33 -0
- package/dist/icons.generated/ArrowUpperRight.js.map +1 -0
- package/dist/icons.generated/Bug.js +33 -0
- package/dist/icons.generated/Bug.js.map +1 -0
- package/dist/icons.generated/Calendar.js +33 -0
- package/dist/icons.generated/Calendar.js.map +1 -0
- package/dist/icons.generated/Call.js +33 -0
- package/dist/icons.generated/Call.js.map +1 -0
- package/dist/icons.generated/Chat.js +33 -0
- package/dist/icons.generated/Chat.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/Check.js +5 -5
- package/dist/icons.generated/Check.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/CheckCircleFilled.js +5 -5
- package/dist/icons.generated/CheckCircleFilled.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/ChevronDown.js +5 -5
- package/dist/icons.generated/ChevronDown.js.map +1 -0
- package/dist/icons.generated/ChevronLeft.js +33 -0
- package/dist/icons.generated/ChevronLeft.js.map +1 -0
- package/dist/icons.generated/ChevronRight.js +33 -0
- package/dist/icons.generated/ChevronRight.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/ChevronUp.js +5 -5
- package/dist/icons.generated/ChevronUp.js.map +1 -0
- package/dist/icons.generated/Clock.js +33 -0
- package/dist/icons.generated/Clock.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/Close.js +5 -5
- package/dist/icons.generated/Close.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/CloseCircleFilled.js +5 -5
- package/dist/icons.generated/CloseCircleFilled.js.map +1 -0
- package/dist/{iconDictionary/OverflowVertical.js → icons.generated/CollapseLeft.js} +8 -8
- package/dist/icons.generated/CollapseLeft.js.map +1 -0
- package/dist/icons.generated/CollapseRight.js +33 -0
- package/dist/icons.generated/CollapseRight.js.map +1 -0
- package/dist/icons.generated/Copy.js +33 -0
- package/dist/icons.generated/Copy.js.map +1 -0
- package/dist/icons.generated/DangerDiamond.js +33 -0
- package/dist/icons.generated/DangerDiamond.js.map +1 -0
- package/dist/icons.generated/DangerDiamondFilled.js +33 -0
- package/dist/icons.generated/DangerDiamondFilled.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/Delete.js +5 -5
- package/dist/icons.generated/Delete.js.map +1 -0
- package/dist/icons.generated/Deny.js +33 -0
- package/dist/icons.generated/Deny.js.map +1 -0
- package/dist/icons.generated/Devices.js +33 -0
- package/dist/icons.generated/Devices.js.map +1 -0
- package/dist/icons.generated/Directory.js +33 -0
- package/dist/icons.generated/Directory.js.map +1 -0
- package/dist/icons.generated/Documentation.js +33 -0
- package/dist/icons.generated/Documentation.js.map +1 -0
- package/dist/icons.generated/Download.js +33 -0
- package/dist/icons.generated/Download.js.map +1 -0
- package/dist/icons.generated/DragIndicator.js +33 -0
- package/dist/icons.generated/DragIndicator.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/Edit.js +5 -5
- package/dist/icons.generated/Edit.js.map +1 -0
- package/dist/icons.generated/ExpandLeft.js +33 -0
- package/dist/icons.generated/ExpandLeft.js.map +1 -0
- package/dist/{iconDictionary/ArrowUpDown.js → icons.generated/ExpandRight.js} +8 -8
- package/dist/icons.generated/ExpandRight.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/ExternalLink.js +5 -5
- package/dist/icons.generated/ExternalLink.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/Filter.js +5 -5
- package/dist/icons.generated/Filter.js.map +1 -0
- package/dist/icons.generated/Folder.js +33 -0
- package/dist/icons.generated/Folder.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/Globe.js +5 -5
- package/dist/icons.generated/Globe.js.map +1 -0
- package/dist/icons.generated/Grid.js +74 -0
- package/dist/icons.generated/Grid.js.map +1 -0
- package/dist/icons.generated/Group.js +33 -0
- package/dist/icons.generated/Group.js.map +1 -0
- package/dist/icons.generated/Hide.js +33 -0
- package/dist/icons.generated/Hide.js.map +1 -0
- package/dist/icons.generated/Home.js +33 -0
- package/dist/icons.generated/Home.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/InformationCircle.js +5 -5
- package/dist/icons.generated/InformationCircle.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/InformationCircleFilled.js +5 -5
- package/dist/icons.generated/InformationCircleFilled.js.map +1 -0
- package/dist/icons.generated/Link.js +33 -0
- package/dist/icons.generated/Link.js.map +1 -0
- package/dist/icons.generated/List.js +33 -0
- package/dist/icons.generated/List.js.map +1 -0
- package/dist/{iconDictionary/AlertCircle.js → icons.generated/Lock.js} +8 -8
- package/dist/icons.generated/Lock.js.map +1 -0
- package/dist/icons.generated/More.js +33 -0
- package/dist/icons.generated/More.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/Notification.js +5 -5
- package/dist/icons.generated/Notification.js.map +1 -0
- package/dist/icons.generated/Pause.js +33 -0
- package/dist/icons.generated/Pause.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/QuestionCircle.js +5 -5
- package/dist/icons.generated/QuestionCircle.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/QuestionCircleFilled.js +5 -5
- package/dist/icons.generated/QuestionCircleFilled.js.map +1 -0
- package/dist/icons.generated/Refresh.js +33 -0
- package/dist/icons.generated/Refresh.js.map +1 -0
- package/dist/icons.generated/Reset.js +33 -0
- package/dist/icons.generated/Reset.js.map +1 -0
- package/dist/icons.generated/Resume.js +33 -0
- package/dist/icons.generated/Resume.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/Search.js +5 -5
- package/dist/icons.generated/Search.js.map +1 -0
- package/dist/icons.generated/Server.js +33 -0
- package/dist/icons.generated/Server.js.map +1 -0
- package/dist/icons.generated/Settings.js +33 -0
- package/dist/icons.generated/Settings.js.map +1 -0
- package/dist/icons.generated/Show.js +33 -0
- package/dist/icons.generated/Show.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/Subtract.js +5 -5
- package/dist/icons.generated/Subtract.js.map +1 -0
- package/dist/{iconDictionary/AlertTriangleFilled.js → icons.generated/Sync.js} +8 -8
- package/dist/icons.generated/Sync.js.map +1 -0
- package/dist/{iconDictionary/AlertCircleFilled.js → icons.generated/Unlock.js} +8 -8
- package/dist/icons.generated/Unlock.js.map +1 -0
- package/dist/icons.generated/Upload.js +33 -0
- package/dist/icons.generated/Upload.js.map +1 -0
- package/dist/{iconDictionary → icons.generated}/User.js +5 -5
- package/dist/icons.generated/User.js.map +1 -0
- package/dist/icons.generated/Video.js +33 -0
- package/dist/icons.generated/Video.js.map +1 -0
- package/dist/icons.generated/Warning.js +33 -0
- package/dist/icons.generated/Warning.js.map +1 -0
- package/dist/icons.generated/WarningFilled.js +33 -0
- package/dist/icons.generated/WarningFilled.js.map +1 -0
- package/dist/icons.generated/index.js +85 -0
- package/dist/icons.generated/index.js.map +1 -0
- package/dist/index.js +7 -6
- package/dist/index.js.map +1 -1
- package/dist/labs/DatePicker.js +42 -0
- package/dist/labs/DatePicker.js.map +1 -0
- package/{src/iconDictionary/SvgIcon.ts → dist/labs/DatePicker.types.js} +2 -4
- package/dist/labs/DatePicker.types.js.map +1 -0
- package/dist/labs/PaginatedTable.js +170 -0
- package/dist/labs/PaginatedTable.js.map +1 -0
- package/dist/labs/StaticTable.js +82 -0
- package/dist/labs/StaticTable.js.map +1 -0
- package/dist/labs/datePickerTheme.js +456 -0
- package/dist/labs/datePickerTheme.js.map +1 -0
- package/dist/{src/a11yCheck.d.ts → labs/index.js} +9 -3
- package/dist/labs/index.js.map +1 -0
- package/dist/labs/materialReactTableTypes.js +2 -0
- package/dist/labs/materialReactTableTypes.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui.js +7 -2
- package/dist/properties/ts/odyssey-react-mui.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_cs.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_cs.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_da.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_da.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_de.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_de.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_el.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_el.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_es.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_es.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_fi.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_fi.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_fr.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_fr.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_hu.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_hu.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_id.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_id.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_it.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_it.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ja.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_ja.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ko.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_ko.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ms.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_ms.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_nb.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_nb.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_nl_NL.js +16 -0
- package/dist/properties/ts/odyssey-react-mui_nl_NL.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_ok_PL.js +11 -0
- package/dist/properties/ts/odyssey-react-mui_ok_PL.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_ok_SK.js +11 -0
- package/dist/properties/ts/odyssey-react-mui_ok_SK.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_pl.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_pl.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_pt_BR.js +16 -0
- package/dist/properties/ts/odyssey-react-mui_pt_BR.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_ro.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_ro.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ru.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_ru.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_sv.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_sv.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_th.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_th.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_tr.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_tr.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_uk.js +15 -1
- package/dist/properties/ts/odyssey-react-mui_uk.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_vi.js +16 -0
- package/dist/properties/ts/odyssey-react-mui_vi.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_zh_CN.js +16 -0
- package/dist/properties/ts/odyssey-react-mui_zh_CN.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui_zh_TW.js +16 -0
- package/dist/properties/ts/odyssey-react-mui_zh_TW.js.map +1 -0
- package/{src/theme/temp.ts → dist/scripts/generateIconsIndex.d.ts} +2 -8
- package/dist/scripts/generateIconsIndex.d.ts.map +1 -0
- package/dist/src/Autocomplete.d.ts +34 -1
- package/dist/src/Autocomplete.d.ts.map +1 -1
- package/dist/src/Banner.d.ts +4 -2
- package/dist/src/Banner.d.ts.map +1 -1
- package/dist/src/Box.d.ts +20 -0
- package/dist/src/Box.d.ts.map +1 -0
- package/dist/src/Button.d.ts +66 -9
- package/dist/src/Button.d.ts.map +1 -1
- package/dist/src/{Infobox.d.ts → Callout.d.ts} +12 -11
- package/dist/src/Callout.d.ts.map +1 -0
- package/dist/src/Checkbox.d.ts +39 -6
- package/dist/src/Checkbox.d.ts.map +1 -1
- package/dist/src/CheckboxGroup.d.ts +19 -1
- package/dist/src/CheckboxGroup.d.ts.map +1 -1
- package/dist/src/CircularProgress.d.ts +9 -1
- package/dist/src/CircularProgress.d.ts.map +1 -1
- package/dist/src/Dialog.d.ts +29 -7
- package/dist/src/Dialog.d.ts.map +1 -1
- package/dist/src/Field.d.ts +6 -2
- package/dist/src/Field.d.ts.map +1 -1
- package/dist/src/FieldError.d.ts.map +1 -1
- package/dist/src/FieldHint.d.ts.map +1 -1
- package/dist/src/FieldLabel.d.ts.map +1 -1
- package/dist/src/Fieldset.d.ts +16 -12
- package/dist/src/Fieldset.d.ts.map +1 -1
- package/dist/src/FieldsetContext.d.ts +18 -0
- package/dist/src/FieldsetContext.d.ts.map +1 -0
- package/dist/src/Form.d.ts +31 -28
- package/dist/src/Form.d.ts.map +1 -1
- package/dist/src/Link.d.ts +23 -4
- package/dist/src/Link.d.ts.map +1 -1
- package/dist/src/MenuButton.d.ts +40 -10
- package/dist/src/MenuButton.d.ts.map +1 -1
- package/dist/src/MenuContext.d.ts +18 -0
- package/dist/src/MenuContext.d.ts.map +1 -0
- package/dist/src/MenuItem.d.ts +32 -6
- package/dist/src/MenuItem.d.ts.map +1 -1
- package/dist/src/MuiPropsChild.d.ts.map +1 -1
- package/dist/src/MuiPropsContext.d.ts +1 -0
- package/dist/src/MuiPropsContext.d.ts.map +1 -1
- package/dist/src/NativeSelect.d.ts +39 -0
- package/dist/src/NativeSelect.d.ts.map +1 -1
- package/dist/src/{theme/temp.d.ts → NullElement.d.ts} +2 -5
- package/dist/src/NullElement.d.ts.map +1 -0
- package/dist/src/OdysseyCacheProvider.d.ts +8 -5
- package/dist/src/OdysseyCacheProvider.d.ts.map +1 -1
- package/dist/src/OdysseyDesignTokensContext.d.ts +16 -0
- package/dist/src/OdysseyDesignTokensContext.d.ts.map +1 -0
- package/dist/src/OdysseyI18n.d.ts +400 -25
- package/dist/src/OdysseyI18n.d.ts.map +1 -1
- package/dist/src/OdysseyProvider.d.ts +7 -13
- package/dist/src/OdysseyProvider.d.ts.map +1 -1
- package/dist/src/OdysseyThemeProvider.d.ts +9 -8
- package/dist/src/OdysseyThemeProvider.d.ts.map +1 -1
- package/dist/src/OdysseyTranslationProvider.d.ts +3 -4
- package/dist/src/OdysseyTranslationProvider.d.ts.map +1 -1
- package/dist/src/OdysseyTranslationProvider.types.d.ts +1 -1
- package/dist/src/OdysseyTranslationProvider.types.d.ts.map +1 -1
- package/dist/src/PasswordField.d.ts.map +1 -1
- package/dist/src/Radio.d.ts +20 -3
- package/dist/src/Radio.d.ts.map +1 -1
- package/dist/src/RadioGroup.d.ts +7 -7
- package/dist/src/RadioGroup.d.ts.map +1 -1
- package/dist/src/ScreenReaderText.d.ts.map +1 -1
- package/dist/src/SearchField.d.ts +4 -0
- package/dist/src/SearchField.d.ts.map +1 -1
- package/dist/src/Select.d.ts +37 -1
- package/dist/src/Select.d.ts.map +1 -1
- package/dist/src/Status.d.ts +11 -5
- package/dist/src/Status.d.ts.map +1 -1
- package/dist/src/{iconDictionary/types.d.ts → SvgIcon.d.ts} +4 -2
- package/dist/src/SvgIcon.d.ts.map +1 -0
- package/dist/src/Tabs.d.ts +31 -7
- package/dist/src/Tabs.d.ts.map +1 -1
- package/dist/src/Tag.d.ts +15 -5
- package/dist/src/Tag.d.ts.map +1 -1
- package/dist/src/TagList.d.ts +4 -1
- package/dist/src/TagList.d.ts.map +1 -1
- package/dist/src/TextField.d.ts +4 -4
- package/dist/src/TextField.d.ts.map +1 -1
- package/dist/src/Toast.d.ts +11 -10
- package/dist/src/Toast.d.ts.map +1 -1
- package/dist/src/ToastStack.d.ts +3 -0
- package/dist/src/ToastStack.d.ts.map +1 -1
- package/dist/src/Tooltip.d.ts +15 -3
- package/dist/src/Tooltip.d.ts.map +1 -1
- package/dist/src/Typography.d.ts +95 -0
- package/dist/src/Typography.d.ts.map +1 -0
- package/dist/src/icons.generated/Add.d.ts +16 -0
- package/dist/src/icons.generated/Add.d.ts.map +1 -0
- package/dist/src/icons.generated/AddCircle.d.ts +16 -0
- package/dist/src/icons.generated/AddCircle.d.ts.map +1 -0
- package/dist/src/icons.generated/Apps.d.ts +16 -0
- package/dist/src/icons.generated/Apps.d.ts.map +1 -0
- package/dist/src/icons.generated/ArrowDown.d.ts +16 -0
- package/dist/src/icons.generated/ArrowDown.d.ts.map +1 -0
- package/dist/src/icons.generated/ArrowLeft.d.ts +16 -0
- package/dist/src/icons.generated/ArrowLeft.d.ts.map +1 -0
- package/dist/src/icons.generated/ArrowLowerLeft.d.ts +16 -0
- package/dist/src/icons.generated/ArrowLowerLeft.d.ts.map +1 -0
- package/dist/src/icons.generated/ArrowLowerRight.d.ts +16 -0
- package/dist/src/icons.generated/ArrowLowerRight.d.ts.map +1 -0
- package/dist/src/icons.generated/ArrowRight.d.ts +16 -0
- package/dist/src/icons.generated/ArrowRight.d.ts.map +1 -0
- package/dist/src/icons.generated/ArrowUnsorted.d.ts +16 -0
- package/dist/src/icons.generated/ArrowUnsorted.d.ts.map +1 -0
- package/dist/src/icons.generated/ArrowUp.d.ts +16 -0
- package/dist/src/icons.generated/ArrowUp.d.ts.map +1 -0
- package/dist/src/icons.generated/ArrowUpperLeft.d.ts +16 -0
- package/dist/src/icons.generated/ArrowUpperLeft.d.ts.map +1 -0
- package/dist/src/icons.generated/ArrowUpperRight.d.ts +16 -0
- package/dist/src/icons.generated/ArrowUpperRight.d.ts.map +1 -0
- package/dist/src/icons.generated/Bug.d.ts +16 -0
- package/dist/src/icons.generated/Bug.d.ts.map +1 -0
- package/dist/src/icons.generated/Calendar.d.ts +16 -0
- package/dist/src/icons.generated/Calendar.d.ts.map +1 -0
- package/dist/src/icons.generated/Call.d.ts +16 -0
- package/dist/src/icons.generated/Call.d.ts.map +1 -0
- package/dist/src/icons.generated/Chat.d.ts +16 -0
- package/dist/src/icons.generated/Chat.d.ts.map +1 -0
- package/dist/src/{iconDictionary/InformationCircleFilled.d.ts → icons.generated/Check.d.ts} +4 -4
- package/dist/src/icons.generated/Check.d.ts.map +1 -0
- package/dist/src/icons.generated/CheckCircleFilled.d.ts +16 -0
- package/dist/src/icons.generated/CheckCircleFilled.d.ts.map +1 -0
- package/dist/src/icons.generated/ChevronDown.d.ts +16 -0
- package/dist/src/icons.generated/ChevronDown.d.ts.map +1 -0
- package/dist/src/icons.generated/ChevronLeft.d.ts +16 -0
- package/dist/src/icons.generated/ChevronLeft.d.ts.map +1 -0
- package/dist/src/icons.generated/ChevronRight.d.ts +16 -0
- package/dist/src/icons.generated/ChevronRight.d.ts.map +1 -0
- package/dist/src/icons.generated/ChevronUp.d.ts +16 -0
- package/dist/src/icons.generated/ChevronUp.d.ts.map +1 -0
- package/dist/src/icons.generated/Clock.d.ts +16 -0
- package/dist/src/icons.generated/Clock.d.ts.map +1 -0
- package/dist/src/icons.generated/Close.d.ts +16 -0
- package/dist/src/icons.generated/Close.d.ts.map +1 -0
- package/dist/src/icons.generated/CloseCircleFilled.d.ts +16 -0
- package/dist/src/icons.generated/CloseCircleFilled.d.ts.map +1 -0
- package/dist/src/icons.generated/CollapseLeft.d.ts +16 -0
- package/dist/src/icons.generated/CollapseLeft.d.ts.map +1 -0
- package/dist/src/icons.generated/CollapseRight.d.ts +16 -0
- package/dist/src/icons.generated/CollapseRight.d.ts.map +1 -0
- package/dist/src/icons.generated/Copy.d.ts +16 -0
- package/dist/src/icons.generated/Copy.d.ts.map +1 -0
- package/dist/src/icons.generated/DangerDiamond.d.ts +16 -0
- package/dist/src/icons.generated/DangerDiamond.d.ts.map +1 -0
- package/dist/src/icons.generated/DangerDiamondFilled.d.ts +16 -0
- package/dist/src/icons.generated/DangerDiamondFilled.d.ts.map +1 -0
- package/dist/src/icons.generated/Delete.d.ts +16 -0
- package/dist/src/icons.generated/Delete.d.ts.map +1 -0
- package/dist/src/icons.generated/Deny.d.ts +16 -0
- package/dist/src/icons.generated/Deny.d.ts.map +1 -0
- package/dist/src/icons.generated/Devices.d.ts +16 -0
- package/dist/src/icons.generated/Devices.d.ts.map +1 -0
- package/dist/src/icons.generated/Directory.d.ts +16 -0
- package/dist/src/icons.generated/Directory.d.ts.map +1 -0
- package/dist/src/icons.generated/Documentation.d.ts +16 -0
- package/dist/src/icons.generated/Documentation.d.ts.map +1 -0
- package/dist/src/icons.generated/Download.d.ts +16 -0
- package/dist/src/icons.generated/Download.d.ts.map +1 -0
- package/dist/src/icons.generated/DragIndicator.d.ts +16 -0
- package/dist/src/icons.generated/DragIndicator.d.ts.map +1 -0
- package/dist/src/icons.generated/Edit.d.ts +16 -0
- package/dist/src/icons.generated/Edit.d.ts.map +1 -0
- package/dist/src/icons.generated/ExpandLeft.d.ts +16 -0
- package/dist/src/icons.generated/ExpandLeft.d.ts.map +1 -0
- package/dist/src/icons.generated/ExpandRight.d.ts +16 -0
- package/dist/src/icons.generated/ExpandRight.d.ts.map +1 -0
- package/dist/src/icons.generated/ExternalLink.d.ts +16 -0
- package/dist/src/icons.generated/ExternalLink.d.ts.map +1 -0
- package/dist/src/icons.generated/Filter.d.ts +16 -0
- package/dist/src/icons.generated/Filter.d.ts.map +1 -0
- package/dist/src/icons.generated/Folder.d.ts +16 -0
- package/dist/src/icons.generated/Folder.d.ts.map +1 -0
- package/dist/src/icons.generated/Globe.d.ts +16 -0
- package/dist/src/icons.generated/Globe.d.ts.map +1 -0
- package/dist/src/icons.generated/Grid.d.ts +16 -0
- package/dist/src/icons.generated/Grid.d.ts.map +1 -0
- package/dist/src/icons.generated/Group.d.ts +16 -0
- package/dist/src/icons.generated/Group.d.ts.map +1 -0
- package/dist/src/icons.generated/Hide.d.ts +16 -0
- package/dist/src/icons.generated/Hide.d.ts.map +1 -0
- package/dist/src/icons.generated/Home.d.ts +16 -0
- package/dist/src/icons.generated/Home.d.ts.map +1 -0
- package/dist/src/icons.generated/InformationCircle.d.ts +16 -0
- package/dist/src/icons.generated/InformationCircle.d.ts.map +1 -0
- package/dist/src/icons.generated/InformationCircleFilled.d.ts +16 -0
- package/dist/src/icons.generated/InformationCircleFilled.d.ts.map +1 -0
- package/dist/src/icons.generated/Link.d.ts +16 -0
- package/dist/src/icons.generated/Link.d.ts.map +1 -0
- package/dist/src/icons.generated/List.d.ts +16 -0
- package/dist/src/icons.generated/List.d.ts.map +1 -0
- package/dist/src/icons.generated/Lock.d.ts +16 -0
- package/dist/src/icons.generated/Lock.d.ts.map +1 -0
- package/dist/src/icons.generated/More.d.ts +16 -0
- package/dist/src/icons.generated/More.d.ts.map +1 -0
- package/dist/src/icons.generated/Notification.d.ts +16 -0
- package/dist/src/icons.generated/Notification.d.ts.map +1 -0
- package/dist/src/icons.generated/Pause.d.ts +16 -0
- package/dist/src/icons.generated/Pause.d.ts.map +1 -0
- package/dist/src/icons.generated/QuestionCircle.d.ts +16 -0
- package/dist/src/icons.generated/QuestionCircle.d.ts.map +1 -0
- package/dist/src/icons.generated/QuestionCircleFilled.d.ts +16 -0
- package/dist/src/icons.generated/QuestionCircleFilled.d.ts.map +1 -0
- package/dist/src/icons.generated/Refresh.d.ts +16 -0
- package/dist/src/icons.generated/Refresh.d.ts.map +1 -0
- package/dist/src/icons.generated/Reset.d.ts +16 -0
- package/dist/src/icons.generated/Reset.d.ts.map +1 -0
- package/dist/src/icons.generated/Resume.d.ts +16 -0
- package/dist/src/icons.generated/Resume.d.ts.map +1 -0
- package/dist/src/icons.generated/Search.d.ts +16 -0
- package/dist/src/icons.generated/Search.d.ts.map +1 -0
- package/dist/src/icons.generated/Server.d.ts +16 -0
- package/dist/src/icons.generated/Server.d.ts.map +1 -0
- package/dist/src/icons.generated/Settings.d.ts +16 -0
- package/dist/src/icons.generated/Settings.d.ts.map +1 -0
- package/dist/src/icons.generated/Show.d.ts +16 -0
- package/dist/src/icons.generated/Show.d.ts.map +1 -0
- package/dist/src/icons.generated/Subtract.d.ts +16 -0
- package/dist/src/icons.generated/Subtract.d.ts.map +1 -0
- package/dist/src/icons.generated/Sync.d.ts +16 -0
- package/dist/src/icons.generated/Sync.d.ts.map +1 -0
- package/dist/src/icons.generated/Unlock.d.ts +16 -0
- package/dist/src/icons.generated/Unlock.d.ts.map +1 -0
- package/dist/src/icons.generated/Upload.d.ts +16 -0
- package/dist/src/icons.generated/Upload.d.ts.map +1 -0
- package/dist/src/icons.generated/User.d.ts +16 -0
- package/dist/src/icons.generated/User.d.ts.map +1 -0
- package/dist/src/icons.generated/Video.d.ts +16 -0
- package/dist/src/icons.generated/Video.d.ts.map +1 -0
- package/dist/src/icons.generated/Warning.d.ts +16 -0
- package/dist/src/icons.generated/Warning.d.ts.map +1 -0
- package/dist/src/icons.generated/WarningFilled.d.ts +16 -0
- package/dist/src/icons.generated/WarningFilled.d.ts.map +1 -0
- package/dist/src/icons.generated/index.d.ts +85 -0
- package/dist/src/icons.generated/index.d.ts.map +1 -0
- package/dist/src/index.d.ts +29 -18
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/labs/DatePicker.d.ts +19 -0
- package/dist/src/labs/DatePicker.d.ts.map +1 -0
- package/dist/src/labs/DatePicker.types.d.ts +19 -0
- package/dist/src/labs/DatePicker.types.d.ts.map +1 -0
- package/dist/src/labs/PaginatedTable.d.ts +35 -0
- package/dist/src/labs/PaginatedTable.d.ts.map +1 -0
- package/dist/src/labs/StaticTable.d.ts +29 -0
- package/dist/src/labs/StaticTable.d.ts.map +1 -0
- package/dist/src/{iconDictionary/SvgIcon.d.ts → labs/datePickerTheme.d.ts} +3 -3
- package/dist/src/labs/datePickerTheme.d.ts.map +1 -0
- package/dist/src/labs/index.d.ts +21 -0
- package/dist/src/labs/index.d.ts.map +1 -0
- package/dist/src/labs/materialReactTableTypes.d.ts +15 -0
- package/dist/src/labs/materialReactTableTypes.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui.d.ts +7 -2
- package/dist/src/properties/ts/odyssey-react-mui.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_da.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_da.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_de.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_de.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_el.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_el.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_es.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_es.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_id.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_id.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_it.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_it.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_nl_NL.d.ts +16 -0
- package/dist/src/properties/ts/odyssey-react-mui_nl_NL.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_ok_PL.d.ts +11 -0
- package/dist/src/properties/ts/odyssey-react-mui_ok_PL.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_ok_SK.d.ts +11 -0
- package/dist/src/properties/ts/odyssey-react-mui_ok_SK.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_pt_BR.d.ts +16 -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 +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_th.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_th.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts +15 -1
- package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_vi.d.ts +16 -0
- package/dist/src/properties/ts/odyssey-react-mui_vi.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui_zh_CN.d.ts +16 -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 +16 -0
- package/dist/src/properties/ts/odyssey-react-mui_zh_TW.d.ts.map +1 -0
- package/dist/src/theme/components.d.ts +2 -1
- package/dist/src/theme/components.d.ts.map +1 -1
- package/dist/src/theme/components.types.d.ts +4 -2
- package/dist/src/theme/components.types.d.ts.map +1 -1
- package/dist/src/theme/index.d.ts +0 -3
- package/dist/src/theme/index.d.ts.map +1 -1
- package/dist/src/theme/mixins.d.ts +2 -2
- package/dist/src/theme/mixins.d.ts.map +1 -1
- package/dist/src/theme/palette.d.ts +2 -2
- package/dist/src/theme/palette.d.ts.map +1 -1
- package/dist/src/theme/shape.d.ts +2 -2
- package/dist/src/theme/shape.d.ts.map +1 -1
- package/dist/src/theme/spacing.d.ts +2 -2
- package/dist/src/theme/spacing.d.ts.map +1 -1
- package/dist/src/theme/theme.d.ts +4 -3
- package/dist/src/theme/theme.d.ts.map +1 -1
- package/dist/src/theme/typography.d.ts +2 -2
- package/dist/src/theme/typography.d.ts.map +1 -1
- package/dist/src/theme/typography.types.d.ts +2 -2
- package/dist/src/theme/typography.types.d.ts.map +1 -1
- package/dist/theme/components.js +1674 -1757
- package/dist/theme/components.js.map +1 -1
- package/dist/theme/components.types.js.map +1 -1
- package/dist/theme/index.js +0 -1
- package/dist/theme/index.js.map +1 -1
- package/dist/theme/mixins.js +4 -4
- package/dist/theme/mixins.js.map +1 -1
- package/dist/theme/palette.js +50 -51
- package/dist/theme/palette.js.map +1 -1
- package/dist/theme/shape.js +1 -1
- package/dist/theme/shape.js.map +1 -1
- package/dist/theme/spacing.js +1 -2
- package/dist/theme/spacing.js.map +1 -1
- package/dist/theme/theme.js +8 -12
- package/dist/theme/theme.js.map +1 -1
- package/dist/theme/typography.js +76 -46
- package/dist/theme/typography.js.map +1 -1
- package/dist/theme/typography.types.js.map +1 -1
- package/dist/tsconfig.production.tsbuildinfo +1 -1
- package/i18n.config.json +0 -1
- package/package.json +26 -11
- package/scripts/generateIconsIndex.ts +49 -0
- package/scripts/properties-to-ts.js +8 -15
- package/src/Autocomplete.tsx +36 -1
- package/src/Banner.tsx +15 -5
- package/src/Box.tsx +28 -0
- package/src/Button.tsx +100 -19
- package/src/{Infobox.tsx → Callout.tsx} +23 -14
- package/src/Checkbox.tsx +64 -14
- package/src/CheckboxGroup.tsx +20 -1
- package/src/CircularProgress.tsx +13 -1
- package/src/Dialog.tsx +44 -16
- package/src/Field.tsx +18 -4
- package/src/FieldError.tsx +2 -1
- package/src/FieldHint.tsx +2 -1
- package/src/FieldLabel.tsx +4 -5
- package/src/Fieldset.tsx +45 -34
- package/src/FieldsetContext.tsx +23 -0
- package/src/Form.tsx +54 -44
- package/src/Link.tsx +49 -29
- package/src/MenuButton.tsx +89 -39
- package/src/{theme/OdysseyTheme.ts → MenuContext.ts} +11 -11
- package/src/MenuItem.tsx +67 -23
- package/src/MuiPropsChild.tsx +1 -0
- package/src/MuiPropsContext.ts +3 -1
- package/src/NativeSelect.tsx +39 -0
- package/{dist/theme/temp.js → src/NullElement.tsx} +1 -4
- package/src/OdysseyCacheProvider.test.tsx +1 -1
- package/src/OdysseyCacheProvider.tsx +13 -7
- package/src/OdysseyDesignTokensContext.tsx +19 -0
- package/src/OdysseyI18n.ts +12 -8
- package/src/OdysseyProvider.tsx +19 -18
- package/src/OdysseyThemeProvider.tsx +30 -13
- package/src/OdysseyTranslationProvider.tsx +7 -7
- package/src/OdysseyTranslationProvider.types.ts +6 -4
- package/src/PasswordField.tsx +8 -7
- package/src/Radio.tsx +23 -7
- package/src/RadioGroup.tsx +8 -7
- package/src/ScreenReaderText.tsx +6 -2
- package/src/SearchField.tsx +55 -5
- package/src/Select.tsx +42 -4
- package/src/Status.tsx +26 -9
- package/src/{iconDictionary/types.ts → SvgIcon.ts} +4 -1
- package/src/Tabs.tsx +40 -7
- package/src/Tag.tsx +34 -14
- package/src/TagList.tsx +12 -2
- package/src/TextField.tsx +11 -4
- package/src/Toast.tsx +22 -19
- package/src/ToastStack.tsx +12 -2
- package/src/Tooltip.tsx +15 -3
- package/src/Typography.tsx +357 -0
- package/src/{iconDictionary → icons.generated}/Add.tsx +4 -5
- package/src/{iconDictionary → icons.generated}/AddCircle.tsx +4 -5
- package/src/icons.generated/Apps.tsx +43 -0
- package/src/{iconDictionary → icons.generated}/ArrowDown.tsx +4 -5
- package/src/{iconDictionary → icons.generated}/ArrowLeft.tsx +4 -5
- package/src/{iconDictionary/OverflowVertical.tsx → icons.generated/ArrowLowerLeft.tsx} +8 -9
- package/src/icons.generated/ArrowLowerRight.tsx +44 -0
- package/src/{iconDictionary → icons.generated}/ArrowRight.tsx +4 -5
- package/src/{iconDictionary/AlertCircleFilled.tsx → icons.generated/ArrowUnsorted.tsx} +8 -9
- package/src/{iconDictionary → icons.generated}/ArrowUp.tsx +4 -5
- package/src/icons.generated/ArrowUpperLeft.tsx +44 -0
- package/src/icons.generated/ArrowUpperRight.tsx +44 -0
- package/src/{iconDictionary/Eye.tsx → icons.generated/Bug.tsx} +7 -8
- package/src/icons.generated/Calendar.tsx +43 -0
- package/src/icons.generated/Call.tsx +43 -0
- package/src/icons.generated/Chat.tsx +43 -0
- package/src/{iconDictionary → icons.generated}/Check.tsx +4 -5
- package/src/{iconDictionary → icons.generated}/CheckCircleFilled.tsx +4 -5
- package/src/{iconDictionary → icons.generated}/ChevronDown.tsx +4 -5
- package/src/icons.generated/ChevronLeft.tsx +43 -0
- package/src/icons.generated/ChevronRight.tsx +44 -0
- package/src/{iconDictionary → icons.generated}/ChevronUp.tsx +4 -5
- package/src/icons.generated/Clock.tsx +43 -0
- package/src/{iconDictionary → icons.generated}/Close.tsx +4 -5
- package/src/{iconDictionary → icons.generated}/CloseCircleFilled.tsx +4 -5
- package/src/icons.generated/CollapseLeft.tsx +44 -0
- package/src/icons.generated/CollapseRight.tsx +44 -0
- package/src/icons.generated/Copy.tsx +43 -0
- package/src/icons.generated/DangerDiamond.tsx +44 -0
- package/src/icons.generated/DangerDiamondFilled.tsx +44 -0
- package/src/{iconDictionary → icons.generated}/Delete.tsx +4 -5
- package/src/icons.generated/Deny.tsx +43 -0
- package/src/{iconDictionary/AlertCircle.tsx → icons.generated/Devices.tsx} +7 -8
- package/src/icons.generated/Directory.tsx +43 -0
- package/src/icons.generated/Documentation.tsx +44 -0
- package/src/icons.generated/Download.tsx +43 -0
- package/src/icons.generated/DragIndicator.tsx +44 -0
- package/src/{iconDictionary → icons.generated}/Edit.tsx +4 -5
- package/src/icons.generated/ExpandLeft.tsx +43 -0
- package/src/icons.generated/ExpandRight.tsx +43 -0
- package/src/{iconDictionary → icons.generated}/ExternalLink.tsx +4 -5
- package/src/{iconDictionary → icons.generated}/Filter.tsx +4 -5
- package/src/icons.generated/Folder.tsx +43 -0
- package/src/icons.generated/Globe.tsx +43 -0
- package/src/icons.generated/Grid.tsx +46 -0
- package/src/{iconDictionary/Globe.tsx → icons.generated/Group.tsx} +7 -8
- package/src/icons.generated/Hide.tsx +43 -0
- package/src/icons.generated/Home.tsx +43 -0
- package/src/{iconDictionary → icons.generated}/InformationCircle.tsx +4 -5
- package/src/{iconDictionary → icons.generated}/InformationCircleFilled.tsx +4 -5
- package/src/icons.generated/Link.tsx +43 -0
- package/src/icons.generated/List.tsx +43 -0
- package/src/icons.generated/Lock.tsx +43 -0
- package/src/icons.generated/More.tsx +43 -0
- package/src/{iconDictionary → icons.generated}/Notification.tsx +4 -5
- package/src/icons.generated/Pause.tsx +43 -0
- package/src/{iconDictionary → icons.generated}/QuestionCircle.tsx +4 -5
- package/src/{iconDictionary → icons.generated}/QuestionCircleFilled.tsx +4 -5
- package/src/icons.generated/Refresh.tsx +43 -0
- package/src/icons.generated/Reset.tsx +43 -0
- package/src/icons.generated/Resume.tsx +43 -0
- package/src/{iconDictionary → icons.generated}/Search.tsx +4 -5
- package/src/icons.generated/Server.tsx +43 -0
- package/src/icons.generated/Settings.tsx +43 -0
- package/src/icons.generated/Show.tsx +43 -0
- package/src/{iconDictionary → icons.generated}/Subtract.tsx +4 -5
- package/src/{iconDictionary/Copy.tsx → icons.generated/Sync.tsx} +7 -8
- package/src/icons.generated/Unlock.tsx +43 -0
- package/src/icons.generated/Upload.tsx +43 -0
- package/src/{iconDictionary → icons.generated}/User.tsx +4 -5
- package/src/icons.generated/Video.tsx +43 -0
- package/src/icons.generated/Warning.tsx +43 -0
- package/src/icons.generated/WarningFilled.tsx +44 -0
- package/src/icons.generated/index.ts +87 -0
- package/src/index.ts +21 -65
- package/src/labs/DatePicker.tsx +48 -0
- package/src/labs/DatePicker.types.ts +24 -0
- package/src/labs/PaginatedTable.tsx +272 -0
- package/src/labs/README.md +44 -0
- package/src/labs/StaticTable.tsx +122 -0
- package/src/labs/datePickerTheme.tsx +341 -0
- package/src/labs/index.ts +24 -0
- package/{dist/theme/useTheme.js → src/labs/materialReactTableTypes.ts} +7 -5
- package/src/properties/odyssey-react-mui.properties +7 -2
- package/src/properties/translations/odyssey-react-mui_cs.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_da.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_de.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_el.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_es.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_fi.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_fr.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_hu.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_id.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_it.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_ja.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_ko.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_ms.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_nb.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_nl_NL.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_ok_PL.properties +8 -0
- package/src/properties/translations/odyssey-react-mui_ok_SK.properties +8 -0
- package/src/properties/translations/odyssey-react-mui_pl.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_pt_BR.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_ro.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_ru.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_sv.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_th.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_tr.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_uk.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_vi.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_zh_CN.properties +14 -0
- package/src/properties/translations/odyssey-react-mui_zh_TW.properties +14 -0
- package/src/properties/ts/odyssey-react-mui.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_cs.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_da.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_de.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_el.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_es.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_fi.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_fr.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_hu.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_id.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_it.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ja.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ko.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ms.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_nb.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_nl_NL.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_ok_PL.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_ok_SK.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_pl.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_pt_BR.ts +1 -0
- package/src/properties/ts/odyssey-react-mui_ro.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ru.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_sv.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_th.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_tr.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_uk.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_vi.ts +1 -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 +1921 -1737
- package/src/theme/components.types.ts +4 -2
- package/src/theme/index.ts +0 -5
- package/src/theme/mixins.ts +7 -8
- package/src/theme/palette.ts +53 -55
- package/src/theme/shape.ts +6 -7
- package/src/theme/spacing.ts +13 -13
- package/src/theme/theme.ts +6 -8
- package/src/theme/typography.ts +81 -48
- package/src/theme/typography.types.ts +2 -2
- package/tsconfig.json +3 -0
- package/dist/Icon.js +0 -30
- package/dist/Icon.js.map +0 -1
- package/dist/Infobox.js.map +0 -1
- package/dist/a11yCheck.js +0 -25
- package/dist/a11yCheck.js.map +0 -1
- package/dist/iconDictionary/Add.js.map +0 -1
- package/dist/iconDictionary/AddCircle.js.map +0 -1
- package/dist/iconDictionary/AlertCircle.js.map +0 -1
- package/dist/iconDictionary/AlertCircleFilled.js.map +0 -1
- package/dist/iconDictionary/AlertTriangleFilled.js.map +0 -1
- package/dist/iconDictionary/Anchor.js +0 -35
- package/dist/iconDictionary/Anchor.js.map +0 -1
- package/dist/iconDictionary/ArrowDown.js.map +0 -1
- package/dist/iconDictionary/ArrowLeft.js.map +0 -1
- package/dist/iconDictionary/ArrowRight.js.map +0 -1
- package/dist/iconDictionary/ArrowUp.js.map +0 -1
- package/dist/iconDictionary/ArrowUpDown.js.map +0 -1
- package/dist/iconDictionary/Calendar.js +0 -33
- package/dist/iconDictionary/Calendar.js.map +0 -1
- package/dist/iconDictionary/Check.js.map +0 -1
- package/dist/iconDictionary/CheckCircleFilled.js.map +0 -1
- package/dist/iconDictionary/ChevronDown.js.map +0 -1
- package/dist/iconDictionary/ChevronUp.js.map +0 -1
- package/dist/iconDictionary/Close.js.map +0 -1
- package/dist/iconDictionary/CloseCircleFilled.js.map +0 -1
- package/dist/iconDictionary/Copy.js +0 -33
- package/dist/iconDictionary/Copy.js.map +0 -1
- package/dist/iconDictionary/Delete.js.map +0 -1
- package/dist/iconDictionary/Download.js +0 -33
- package/dist/iconDictionary/Download.js.map +0 -1
- package/dist/iconDictionary/DragHandle.js +0 -33
- package/dist/iconDictionary/DragHandle.js.map +0 -1
- package/dist/iconDictionary/Edit.js.map +0 -1
- package/dist/iconDictionary/ExternalLink.js.map +0 -1
- package/dist/iconDictionary/Eye.js +0 -33
- package/dist/iconDictionary/Eye.js.map +0 -1
- package/dist/iconDictionary/EyeOff.js +0 -33
- package/dist/iconDictionary/EyeOff.js.map +0 -1
- package/dist/iconDictionary/Filter.js.map +0 -1
- package/dist/iconDictionary/Globe.js.map +0 -1
- package/dist/iconDictionary/Home.js +0 -33
- package/dist/iconDictionary/Home.js.map +0 -1
- package/dist/iconDictionary/InformationCircle.js.map +0 -1
- package/dist/iconDictionary/InformationCircleFilled.js.map +0 -1
- package/dist/iconDictionary/Notification.js.map +0 -1
- package/dist/iconDictionary/OverflowVertical.js.map +0 -1
- package/dist/iconDictionary/QuestionCircle.js.map +0 -1
- package/dist/iconDictionary/QuestionCircleFilled.js.map +0 -1
- package/dist/iconDictionary/Search.js.map +0 -1
- package/dist/iconDictionary/Settings.js +0 -31
- package/dist/iconDictionary/Settings.js.map +0 -1
- package/dist/iconDictionary/Subtract.js.map +0 -1
- package/dist/iconDictionary/SvgIcon.js.map +0 -1
- package/dist/iconDictionary/User.js.map +0 -1
- package/dist/iconDictionary/UserGroup.js +0 -33
- package/dist/iconDictionary/UserGroup.js.map +0 -1
- package/dist/iconDictionary/index.js +0 -134
- package/dist/iconDictionary/index.js.map +0 -1
- package/dist/iconDictionary/types.js +0 -2
- package/dist/iconDictionary/types.js.map +0 -1
- package/dist/properties/ts/odyssey-react-mui_nl-NL.js +0 -2
- package/dist/properties/ts/odyssey-react-mui_nl-NL.js.map +0 -1
- package/dist/properties/ts/odyssey-react-mui_pt-BR.js +0 -2
- package/dist/properties/ts/odyssey-react-mui_pt-BR.js.map +0 -1
- package/dist/properties/ts/odyssey-react-mui_zh-CN.js +0 -2
- package/dist/properties/ts/odyssey-react-mui_zh-CN.js.map +0 -1
- package/dist/properties/ts/odyssey-react-mui_zh-TW.js +0 -2
- package/dist/properties/ts/odyssey-react-mui_zh-TW.js.map +0 -1
- package/dist/src/Icon.d.ts +0 -29
- package/dist/src/Icon.d.ts.map +0 -1
- package/dist/src/Infobox.d.ts.map +0 -1
- package/dist/src/a11yCheck.d.ts.map +0 -1
- package/dist/src/iconDictionary/Add.d.ts +0 -16
- package/dist/src/iconDictionary/Add.d.ts.map +0 -1
- package/dist/src/iconDictionary/AddCircle.d.ts +0 -16
- package/dist/src/iconDictionary/AddCircle.d.ts.map +0 -1
- package/dist/src/iconDictionary/AlertCircle.d.ts +0 -16
- package/dist/src/iconDictionary/AlertCircle.d.ts.map +0 -1
- package/dist/src/iconDictionary/AlertCircleFilled.d.ts +0 -16
- package/dist/src/iconDictionary/AlertCircleFilled.d.ts.map +0 -1
- package/dist/src/iconDictionary/AlertTriangleFilled.d.ts +0 -16
- package/dist/src/iconDictionary/AlertTriangleFilled.d.ts.map +0 -1
- package/dist/src/iconDictionary/Anchor.d.ts +0 -16
- package/dist/src/iconDictionary/Anchor.d.ts.map +0 -1
- package/dist/src/iconDictionary/ArrowDown.d.ts +0 -16
- package/dist/src/iconDictionary/ArrowDown.d.ts.map +0 -1
- package/dist/src/iconDictionary/ArrowLeft.d.ts +0 -16
- package/dist/src/iconDictionary/ArrowLeft.d.ts.map +0 -1
- package/dist/src/iconDictionary/ArrowRight.d.ts +0 -16
- package/dist/src/iconDictionary/ArrowRight.d.ts.map +0 -1
- package/dist/src/iconDictionary/ArrowUp.d.ts +0 -16
- package/dist/src/iconDictionary/ArrowUp.d.ts.map +0 -1
- package/dist/src/iconDictionary/ArrowUpDown.d.ts +0 -16
- package/dist/src/iconDictionary/ArrowUpDown.d.ts.map +0 -1
- package/dist/src/iconDictionary/Calendar.d.ts +0 -16
- package/dist/src/iconDictionary/Calendar.d.ts.map +0 -1
- package/dist/src/iconDictionary/Check.d.ts +0 -16
- package/dist/src/iconDictionary/Check.d.ts.map +0 -1
- package/dist/src/iconDictionary/CheckCircleFilled.d.ts +0 -16
- package/dist/src/iconDictionary/CheckCircleFilled.d.ts.map +0 -1
- package/dist/src/iconDictionary/ChevronDown.d.ts +0 -16
- package/dist/src/iconDictionary/ChevronDown.d.ts.map +0 -1
- package/dist/src/iconDictionary/ChevronUp.d.ts +0 -16
- package/dist/src/iconDictionary/ChevronUp.d.ts.map +0 -1
- package/dist/src/iconDictionary/Close.d.ts +0 -16
- package/dist/src/iconDictionary/Close.d.ts.map +0 -1
- package/dist/src/iconDictionary/CloseCircleFilled.d.ts +0 -16
- package/dist/src/iconDictionary/CloseCircleFilled.d.ts.map +0 -1
- package/dist/src/iconDictionary/Copy.d.ts +0 -16
- package/dist/src/iconDictionary/Copy.d.ts.map +0 -1
- package/dist/src/iconDictionary/Delete.d.ts +0 -16
- package/dist/src/iconDictionary/Delete.d.ts.map +0 -1
- package/dist/src/iconDictionary/Download.d.ts +0 -16
- package/dist/src/iconDictionary/Download.d.ts.map +0 -1
- package/dist/src/iconDictionary/DragHandle.d.ts +0 -16
- package/dist/src/iconDictionary/DragHandle.d.ts.map +0 -1
- package/dist/src/iconDictionary/Edit.d.ts +0 -16
- package/dist/src/iconDictionary/Edit.d.ts.map +0 -1
- package/dist/src/iconDictionary/ExternalLink.d.ts +0 -16
- package/dist/src/iconDictionary/ExternalLink.d.ts.map +0 -1
- package/dist/src/iconDictionary/Eye.d.ts +0 -16
- package/dist/src/iconDictionary/Eye.d.ts.map +0 -1
- package/dist/src/iconDictionary/EyeOff.d.ts +0 -16
- package/dist/src/iconDictionary/EyeOff.d.ts.map +0 -1
- package/dist/src/iconDictionary/Filter.d.ts +0 -16
- package/dist/src/iconDictionary/Filter.d.ts.map +0 -1
- package/dist/src/iconDictionary/Globe.d.ts +0 -16
- package/dist/src/iconDictionary/Globe.d.ts.map +0 -1
- package/dist/src/iconDictionary/Home.d.ts +0 -16
- package/dist/src/iconDictionary/Home.d.ts.map +0 -1
- package/dist/src/iconDictionary/InformationCircle.d.ts +0 -16
- package/dist/src/iconDictionary/InformationCircle.d.ts.map +0 -1
- package/dist/src/iconDictionary/InformationCircleFilled.d.ts.map +0 -1
- package/dist/src/iconDictionary/Notification.d.ts +0 -16
- package/dist/src/iconDictionary/Notification.d.ts.map +0 -1
- package/dist/src/iconDictionary/OverflowVertical.d.ts +0 -16
- package/dist/src/iconDictionary/OverflowVertical.d.ts.map +0 -1
- package/dist/src/iconDictionary/QuestionCircle.d.ts +0 -16
- package/dist/src/iconDictionary/QuestionCircle.d.ts.map +0 -1
- package/dist/src/iconDictionary/QuestionCircleFilled.d.ts +0 -16
- package/dist/src/iconDictionary/QuestionCircleFilled.d.ts.map +0 -1
- package/dist/src/iconDictionary/Search.d.ts +0 -16
- package/dist/src/iconDictionary/Search.d.ts.map +0 -1
- package/dist/src/iconDictionary/Settings.d.ts +0 -16
- package/dist/src/iconDictionary/Settings.d.ts.map +0 -1
- package/dist/src/iconDictionary/Subtract.d.ts +0 -16
- package/dist/src/iconDictionary/Subtract.d.ts.map +0 -1
- package/dist/src/iconDictionary/SvgIcon.d.ts.map +0 -1
- package/dist/src/iconDictionary/User.d.ts +0 -16
- package/dist/src/iconDictionary/User.d.ts.map +0 -1
- package/dist/src/iconDictionary/UserGroup.d.ts +0 -16
- package/dist/src/iconDictionary/UserGroup.d.ts.map +0 -1
- package/dist/src/iconDictionary/index.d.ts +0 -94
- package/dist/src/iconDictionary/index.d.ts.map +0 -1
- package/dist/src/iconDictionary/types.d.ts.map +0 -1
- package/dist/src/properties/ts/odyssey-react-mui_nl-NL.d.ts +0 -2
- package/dist/src/properties/ts/odyssey-react-mui_nl-NL.d.ts.map +0 -1
- package/dist/src/properties/ts/odyssey-react-mui_pt-BR.d.ts +0 -2
- package/dist/src/properties/ts/odyssey-react-mui_pt-BR.d.ts.map +0 -1
- package/dist/src/properties/ts/odyssey-react-mui_zh-CN.d.ts +0 -2
- package/dist/src/properties/ts/odyssey-react-mui_zh-CN.d.ts.map +0 -1
- package/dist/src/properties/ts/odyssey-react-mui_zh-TW.d.ts +0 -2
- package/dist/src/properties/ts/odyssey-react-mui_zh-TW.d.ts.map +0 -1
- package/dist/src/theme/OdysseyTheme.d.ts.map +0 -1
- package/dist/src/theme/temp.d.ts.map +0 -1
- package/dist/src/theme/useTheme.d.ts.map +0 -1
- package/dist/theme/OdysseyTheme.js +0 -2
- package/dist/theme/OdysseyTheme.js.map +0 -1
- package/dist/theme/temp.js.map +0 -1
- package/dist/theme/useTheme.js.map +0 -1
- package/scripts/resolveIconSrcPath.cjs +0 -20
- package/src/Icon.test.tsx +0 -51
- package/src/Icon.tsx +0 -54
- package/src/a11yCheck.ts +0 -28
- package/src/iconDictionary/AlertTriangleFilled.tsx +0 -45
- package/src/iconDictionary/Anchor.tsx +0 -46
- package/src/iconDictionary/ArrowUpDown.tsx +0 -44
- package/src/iconDictionary/Calendar.tsx +0 -44
- package/src/iconDictionary/Download.tsx +0 -44
- package/src/iconDictionary/DragHandle.tsx +0 -44
- package/src/iconDictionary/EyeOff.tsx +0 -44
- package/src/iconDictionary/Home.tsx +0 -44
- package/src/iconDictionary/Settings.tsx +0 -42
- package/src/iconDictionary/UserGroup.tsx +0 -44
- package/src/iconDictionary/index.ts +0 -176
- package/src/properties/translations/odyssey-react-mui_nl-NL.properties +0 -0
- package/src/properties/translations/odyssey-react-mui_pt-BR.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_nl-NL.ts +0 -1
- package/src/properties/ts/odyssey-react-mui_pt-BR.ts +0 -1
- package/src/properties/ts/odyssey-react-mui_zh-CN.ts +0 -1
- package/src/properties/ts/odyssey-react-mui_zh-TW.ts +0 -1
- /package/dist/{iconDictionary/SvgIcon.js → SvgIcon.js} +0 -0
|
@@ -9,22 +9,22 @@
|
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
11
|
*/import { forwardRef } from "react";
|
|
12
|
-
import { SvgIcon } from "
|
|
12
|
+
import { SvgIcon } from "../SvgIcon.js";
|
|
13
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
15
15
|
export const EditIcon = forwardRef((props, ref) => {
|
|
16
16
|
return _jsx(SvgIcon, {
|
|
17
|
-
viewBox: "0 0
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
18
|
fill: "none",
|
|
19
19
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20
20
|
ref: ref,
|
|
21
21
|
...props,
|
|
22
22
|
children: _jsx(_Fragment, {
|
|
23
23
|
children: _jsx("path", {
|
|
24
|
-
fill: "currentColor",
|
|
25
24
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M16.707 3.121a1 1 0 0 0-1.414 0L13.914 4.5 17.5 8.086l1.379-1.379a1 1 0 0 0 0-1.414L16.707 3.12ZM5 13.414l7.5-7.5L16.086 9.5l-7.5 7.5H5v-3.586Zm8.879-11.707a3 3 0 0 1 4.242 0l2.172 2.172a3 3 0 0 1 0 4.242L9.707 18.707 9.414 19H3v-6.414l.293-.293L13.879 1.707ZM3 23h18v-2H3v2Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
28
|
})
|
|
29
29
|
})
|
|
30
30
|
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Edit.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","EditIcon","props","ref","viewBox","fill","xmlns","children","fillRule","clipRule","d","displayName"],"sources":["../../src/icons.generated/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, type SvgIconNoChildrenProps } from \"../SvgIcon\";\n\nexport type EditIconProps = SvgIconNoChildrenProps;\n\nexport const EditIcon = forwardRef<SVGSVGElement, EditIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.707 3.121a1 1 0 0 0-1.414 0L13.914 4.5 17.5 8.086l1.379-1.379a1 1 0 0 0 0-1.414L16.707 3.12ZM5 13.414l7.5-7.5L16.086 9.5l-7.5 7.5H5v-3.586Zm8.879-11.707a3 3 0 0 1 4.242 0l2.172 2.172a3 3 0 0 1 0 4.242L9.707 18.707 9.414 19H3v-6.414l.293-.293L13.879 1.707ZM3 23h18v-2H3v2Z\"\n fill=\"currentColor\"\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;AAIhB,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;QACEU,QAAQ,EAAC,SAAS;QAClBC,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,qRAAqR;QACvRL,IAAI,EAAC;MAAc,CACpB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDJ,QAAQ,CAACU,WAAW,GAAG,UAAU"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
|
+
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
|
+
*
|
|
5
|
+
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
7
|
+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
8
|
+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
|
+
*
|
|
10
|
+
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
12
|
+
import { SvgIcon } from "../SvgIcon.js";
|
|
13
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
|
+
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
15
|
+
export const ExpandLeftIcon = forwardRef((props, ref) => {
|
|
16
|
+
return _jsx(SvgIcon, {
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
fill: "none",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
+
ref: ref,
|
|
21
|
+
...props,
|
|
22
|
+
children: _jsx(_Fragment, {
|
|
23
|
+
children: _jsx("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M2 22V2h2v20H2Zm17.586-9H6v-2h13.586l-5.293-5.293 1.414-1.414 6.434 6.434.017.017c.084.084.185.184.266.28.094.111.22.28.296.513a1.5 1.5 0 0 1 0 .926 1.506 1.506 0 0 1-.296.513 4.876 4.876 0 0 1-.266.28l-.017.017-6.434 6.434-1.414-1.414L19.586 13Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
})
|
|
29
|
+
})
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
ExpandLeftIcon.displayName = "ExpandLeftIcon";
|
|
33
|
+
//# sourceMappingURL=ExpandLeft.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExpandLeft.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","ExpandLeftIcon","props","ref","viewBox","fill","xmlns","children","fillRule","clipRule","d","displayName"],"sources":["../../src/icons.generated/ExpandLeft.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, type SvgIconNoChildrenProps } from \"../SvgIcon\";\n\nexport type ExpandLeftIconProps = SvgIconNoChildrenProps;\n\nexport const ExpandLeftIcon = forwardRef<SVGSVGElement, ExpandLeftIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2 22V2h2v20H2Zm17.586-9H6v-2h13.586l-5.293-5.293 1.414-1.414 6.434 6.434.017.017c.084.084.185.184.266.28.094.111.22.28.296.513a1.5 1.5 0 0 1 0 .926 1.506 1.506 0 0 1-.296.513 4.876 4.876 0 0 1-.266.28l-.017.017-6.434 6.434-1.414-1.414L19.586 13Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nExpandLeftIcon.displayName = \"ExpandLeftIcon\";\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;AAIhB,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;QACEU,QAAQ,EAAC,SAAS;QAClBC,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,wPAAwP;QAC1PL,IAAI,EAAC;MAAc,CACpB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDJ,cAAc,CAACU,WAAW,GAAG,gBAAgB"}
|
|
@@ -9,25 +9,25 @@
|
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
11
|
*/import { forwardRef } from "react";
|
|
12
|
-
import { SvgIcon } from "
|
|
12
|
+
import { SvgIcon } from "../SvgIcon.js";
|
|
13
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
15
|
-
export const
|
|
15
|
+
export const ExpandRightIcon = forwardRef((props, ref) => {
|
|
16
16
|
return _jsx(SvgIcon, {
|
|
17
|
-
viewBox: "0 0
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
18
|
fill: "none",
|
|
19
19
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20
20
|
ref: ref,
|
|
21
21
|
...props,
|
|
22
22
|
children: _jsx(_Fragment, {
|
|
23
23
|
children: _jsx("path", {
|
|
24
|
-
fill: "currentColor",
|
|
25
24
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M22 22h-2V2h2v20ZM4.414 13H18v-2H4.414l5.293-5.293-1.414-1.414-6.434 6.434-.017.017c-.084.084-.185.184-.266.28-.094.111-.22.28-.295.513a1.5 1.5 0 0 0 0 .926c.075.233.2.402.295.513.081.096.182.196.266.28l.017.017 6.434 6.434 1.414-1.414L4.414 13Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
28
|
})
|
|
29
29
|
})
|
|
30
30
|
});
|
|
31
31
|
});
|
|
32
|
-
|
|
33
|
-
//# sourceMappingURL=
|
|
32
|
+
ExpandRightIcon.displayName = "ExpandRightIcon";
|
|
33
|
+
//# sourceMappingURL=ExpandRight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExpandRight.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","ExpandRightIcon","props","ref","viewBox","fill","xmlns","children","fillRule","clipRule","d","displayName"],"sources":["../../src/icons.generated/ExpandRight.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, type SvgIconNoChildrenProps } from \"../SvgIcon\";\n\nexport type ExpandRightIconProps = SvgIconNoChildrenProps;\n\nexport const ExpandRightIcon = forwardRef<SVGSVGElement, ExpandRightIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 22h-2V2h2v20ZM4.414 13H18v-2H4.414l5.293-5.293-1.414-1.414-6.434 6.434-.017.017c-.084.084-.185.184-.266.28-.094.111-.22.28-.295.513a1.5 1.5 0 0 0 0 .926c.075.233.2.402.295.513.081.096.182.196.266.28l.017.017 6.434 6.434 1.414-1.414L4.414 13Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nExpandRightIcon.displayName = \"ExpandRightIcon\";\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;AAIhB,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;QACEU,QAAQ,EAAC,SAAS;QAClBC,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,uPAAuP;QACzPL,IAAI,EAAC;MAAc,CACpB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDJ,eAAe,CAACU,WAAW,GAAG,iBAAiB"}
|
|
@@ -9,22 +9,22 @@
|
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
11
|
*/import { forwardRef } from "react";
|
|
12
|
-
import { SvgIcon } from "
|
|
12
|
+
import { SvgIcon } from "../SvgIcon.js";
|
|
13
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
15
15
|
export const ExternalLinkIcon = forwardRef((props, ref) => {
|
|
16
16
|
return _jsx(SvgIcon, {
|
|
17
|
-
viewBox: "0 0
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
18
|
fill: "none",
|
|
19
19
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20
20
|
ref: ref,
|
|
21
21
|
...props,
|
|
22
22
|
children: _jsx(_Fragment, {
|
|
23
23
|
children: _jsx("path", {
|
|
24
|
-
fill: "currentColor",
|
|
25
24
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M8.293 14.293 18.586 4H10V2h10.223c.12 0 .262 0 .387.01.145.012.353.042.571.153a1.5 1.5 0 0 1 .655.656c.112.218.142.426.154.571.01.125.01.268.01.387V14h-2V5.414L9.707 15.707l-1.414-1.414Zm7.745 5.74v-7.847l2-2.042v11.89H2.024V5.966h11.828l-2.041 2H4.024v12.068h12.014Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
28
|
})
|
|
29
29
|
})
|
|
30
30
|
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExternalLink.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","ExternalLinkIcon","props","ref","viewBox","fill","xmlns","children","fillRule","clipRule","d","displayName"],"sources":["../../src/icons.generated/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, type SvgIconNoChildrenProps } from \"../SvgIcon\";\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 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.293 14.293 18.586 4H10V2h10.223c.12 0 .262 0 .387.01.145.012.353.042.571.153a1.5 1.5 0 0 1 .655.656c.112.218.142.426.154.571.01.125.01.268.01.387V14h-2V5.414L9.707 15.707l-1.414-1.414Zm7.745 5.74v-7.847l2-2.042v11.89H2.024V5.966h11.828l-2.041 2H4.024v12.068h12.014Z\"\n fill=\"currentColor\"\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;AAIhB,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;QACEU,QAAQ,EAAC,SAAS;QAClBC,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,8QAA8Q;QAChRL,IAAI,EAAC;MAAc,CACpB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CAAC,CAAC;AAEFJ,gBAAgB,CAACU,WAAW,GAAG,kBAAkB"}
|
|
@@ -9,22 +9,22 @@
|
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
11
|
*/import { forwardRef } from "react";
|
|
12
|
-
import { SvgIcon } from "
|
|
12
|
+
import { SvgIcon } from "../SvgIcon.js";
|
|
13
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
15
15
|
export const FilterIcon = forwardRef((props, ref) => {
|
|
16
16
|
return _jsx(SvgIcon, {
|
|
17
|
-
viewBox: "0 0
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
18
|
fill: "none",
|
|
19
19
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20
20
|
ref: ref,
|
|
21
21
|
...props,
|
|
22
22
|
children: _jsx(_Fragment, {
|
|
23
23
|
children: _jsx("path", {
|
|
24
|
-
fill: "currentColor",
|
|
25
24
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M1 4h22V2H1v2Zm3 6h16V8H4v2Zm13 6H7v-2h10v2Zm-7 6h4v-2h-4v2Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
28
|
})
|
|
29
29
|
})
|
|
30
30
|
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Filter.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","FilterIcon","props","ref","viewBox","fill","xmlns","children","fillRule","clipRule","d","displayName"],"sources":["../../src/icons.generated/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, type SvgIconNoChildrenProps } from \"../SvgIcon\";\n\nexport type FilterIconProps = SvgIconNoChildrenProps;\n\nexport const FilterIcon = forwardRef<SVGSVGElement, FilterIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M1 4h22V2H1v2Zm3 6h16V8H4v2Zm13 6H7v-2h10v2Zm-7 6h4v-2h-4v2Z\"\n fill=\"currentColor\"\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;AAIhB,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;QACEU,QAAQ,EAAC,SAAS;QAClBC,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,8DAA8D;QAChEL,IAAI,EAAC;MAAc,CACpB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDJ,UAAU,CAACU,WAAW,GAAG,YAAY"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
|
+
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
|
+
*
|
|
5
|
+
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
7
|
+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
8
|
+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
|
+
*
|
|
10
|
+
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
12
|
+
import { SvgIcon } from "../SvgIcon.js";
|
|
13
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
|
+
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
15
|
+
export const FolderIcon = forwardRef((props, ref) => {
|
|
16
|
+
return _jsx(SvgIcon, {
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
fill: "none",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
+
ref: ref,
|
|
21
|
+
...props,
|
|
22
|
+
children: _jsx(_Fragment, {
|
|
23
|
+
children: _jsx("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M8.607 5c.575 0 .638.012.678.025a.5.5 0 0 1 .18.104c.031.029.072.077.358.576l3.309 5.791.288.504H21v4.8c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 0 1-.437.437c-.05.025-.15.063-.422.085C19.75 19 19.377 19 18.8 19H5.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 0 1-.437-.437c-.025-.05-.063-.15-.085-.422C3 17.75 3 17.377 3 16.8V5h5.607Zm1.298-1.877C9.522 2.998 9.112 3 8.705 3H1v13.838c0 .528 0 .982.03 1.357.033.395.104.789.297 1.167a3 3 0 0 0 1.311 1.311c.378.193.772.264 1.167.296.375.031.83.031 1.356.031H18.84c.527 0 .982 0 1.356-.03.395-.033.789-.104 1.167-.297a3 3 0 0 0 1.311-1.311c.193-.378.264-.772.296-1.167.031-.375.031-.83.031-1.356V5H11.723l-.164-.287-.048-.085c-.201-.354-.404-.71-.703-.98a2.5 2.5 0 0 0-.903-.525ZM12.866 7l1.714 3H21V7h-8.134Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
})
|
|
29
|
+
})
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
FolderIcon.displayName = "FolderIcon";
|
|
33
|
+
//# sourceMappingURL=Folder.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Folder.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","FolderIcon","props","ref","viewBox","fill","xmlns","children","fillRule","clipRule","d","displayName"],"sources":["../../src/icons.generated/Folder.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, type SvgIconNoChildrenProps } from \"../SvgIcon\";\n\nexport type FolderIconProps = SvgIconNoChildrenProps;\n\nexport const FolderIcon = forwardRef<SVGSVGElement, FolderIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.607 5c.575 0 .638.012.678.025a.5.5 0 0 1 .18.104c.031.029.072.077.358.576l3.309 5.791.288.504H21v4.8c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 0 1-.437.437c-.05.025-.15.063-.422.085C19.75 19 19.377 19 18.8 19H5.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 0 1-.437-.437c-.025-.05-.063-.15-.085-.422C3 17.75 3 17.377 3 16.8V5h5.607Zm1.298-1.877C9.522 2.998 9.112 3 8.705 3H1v13.838c0 .528 0 .982.03 1.357.033.395.104.789.297 1.167a3 3 0 0 0 1.311 1.311c.378.193.772.264 1.167.296.375.031.83.031 1.356.031H18.84c.527 0 .982 0 1.356-.03.395-.033.789-.104 1.167-.297a3 3 0 0 0 1.311-1.311c.193-.378.264-.772.296-1.167.031-.375.031-.83.031-1.356V5H11.723l-.164-.287-.048-.085c-.201-.354-.404-.71-.703-.98a2.5 2.5 0 0 0-.903-.525ZM12.866 7l1.714 3H21V7h-8.134Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nFolderIcon.displayName = \"FolderIcon\";\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;AAIhB,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;QACEU,QAAQ,EAAC,SAAS;QAClBC,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,wxBAAwxB;QAC1xBL,IAAI,EAAC;MAAc,CACpB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDJ,UAAU,CAACU,WAAW,GAAG,YAAY"}
|
|
@@ -9,22 +9,22 @@
|
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
11
|
*/import { forwardRef } from "react";
|
|
12
|
-
import { SvgIcon } from "
|
|
12
|
+
import { SvgIcon } from "../SvgIcon.js";
|
|
13
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
15
15
|
export const GlobeIcon = forwardRef((props, ref) => {
|
|
16
16
|
return _jsx(SvgIcon, {
|
|
17
|
-
viewBox: "0 0
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
18
|
fill: "none",
|
|
19
19
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20
20
|
ref: ref,
|
|
21
21
|
...props,
|
|
22
22
|
children: _jsx(_Fragment, {
|
|
23
23
|
children: _jsx("path", {
|
|
24
|
-
fill: "currentColor",
|
|
25
24
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M11.17 3.473c.36-.381.64-.473.83-.473.189 0 .47.091.83.473.363.384.736.992 1.07 1.827.581 1.454.986 3.443 1.08 5.7H9.02c.094-2.257.499-4.246 1.08-5.7.334-.835.707-1.443 1.07-1.827ZM7.019 11c.094-2.467.534-4.718 1.224-6.442.128-.32.267-.627.416-.918A9.009 9.009 0 0 0 3.055 11h3.964Zm-3.964 2a9.009 9.009 0 0 0 5.604 7.36c-.15-.29-.288-.598-.416-.918-.69-1.724-1.13-3.975-1.224-6.442H3.055Zm5.966 0h5.958c-.093 2.257-.498 4.246-1.079 5.7-.334.835-.707 1.444-1.07 1.827-.36.381-.641.473-.83.473-.189 0-.47-.091-.83-.473-.363-.384-.736-.992-1.07-1.827-.581-1.454-.986-3.443-1.08-5.7Zm7.96 0c-.094 2.467-.534 4.718-1.224 6.442-.128.32-.267.627-.416.918A9.009 9.009 0 0 0 20.945 13h-3.964Zm3.964-2a9.009 9.009 0 0 0-5.604-7.36c.15.29.288.598.416.918.69 1.724 1.13 3.975 1.224 6.442h3.964ZM23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
28
|
})
|
|
29
29
|
})
|
|
30
30
|
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Globe.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","GlobeIcon","props","ref","viewBox","fill","xmlns","children","fillRule","clipRule","d","displayName"],"sources":["../../src/icons.generated/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, type SvgIconNoChildrenProps } from \"../SvgIcon\";\n\nexport type GlobeIconProps = SvgIconNoChildrenProps;\n\nexport const GlobeIcon = forwardRef<SVGSVGElement, GlobeIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.17 3.473c.36-.381.64-.473.83-.473.189 0 .47.091.83.473.363.384.736.992 1.07 1.827.581 1.454.986 3.443 1.08 5.7H9.02c.094-2.257.499-4.246 1.08-5.7.334-.835.707-1.443 1.07-1.827ZM7.019 11c.094-2.467.534-4.718 1.224-6.442.128-.32.267-.627.416-.918A9.009 9.009 0 0 0 3.055 11h3.964Zm-3.964 2a9.009 9.009 0 0 0 5.604 7.36c-.15-.29-.288-.598-.416-.918-.69-1.724-1.13-3.975-1.224-6.442H3.055Zm5.966 0h5.958c-.093 2.257-.498 4.246-1.079 5.7-.334.835-.707 1.444-1.07 1.827-.36.381-.641.473-.83.473-.189 0-.47-.091-.83-.473-.363-.384-.736-.992-1.07-1.827-.581-1.454-.986-3.443-1.08-5.7Zm7.96 0c-.094 2.467-.534 4.718-1.224 6.442-.128.32-.267.627-.416.918A9.009 9.009 0 0 0 20.945 13h-3.964Zm3.964-2a9.009 9.009 0 0 0-5.604-7.36c.15.29.288.598.416.918.69 1.724 1.13 3.975 1.224 6.442h3.964ZM23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11Z\"\n fill=\"currentColor\"\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;AAIhB,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;QACEU,QAAQ,EAAC,SAAS;QAClBC,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,y1BAAy1B;QAC31BL,IAAI,EAAC;MAAc,CACpB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDJ,SAAS,CAACU,WAAW,GAAG,WAAW"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
|
+
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
|
+
*
|
|
5
|
+
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
7
|
+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
8
|
+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
|
+
*
|
|
10
|
+
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
12
|
+
import { SvgIcon } from "../SvgIcon.js";
|
|
13
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
|
+
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
export const GridIcon = forwardRef((props, ref) => {
|
|
17
|
+
return _jsx(SvgIcon, {
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
21
|
+
ref: ref,
|
|
22
|
+
...props,
|
|
23
|
+
children: _jsxs(_Fragment, {
|
|
24
|
+
children: [_jsx("circle", {
|
|
25
|
+
cx: 5,
|
|
26
|
+
cy: 5,
|
|
27
|
+
r: 2,
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}), _jsx("circle", {
|
|
30
|
+
cx: 5,
|
|
31
|
+
cy: 12,
|
|
32
|
+
r: 2,
|
|
33
|
+
fill: "currentColor"
|
|
34
|
+
}), _jsx("circle", {
|
|
35
|
+
cx: 5,
|
|
36
|
+
cy: 19,
|
|
37
|
+
r: 2,
|
|
38
|
+
fill: "currentColor"
|
|
39
|
+
}), _jsx("circle", {
|
|
40
|
+
cx: 12,
|
|
41
|
+
cy: 5,
|
|
42
|
+
r: 2,
|
|
43
|
+
fill: "currentColor"
|
|
44
|
+
}), _jsx("circle", {
|
|
45
|
+
cx: 12,
|
|
46
|
+
cy: 12,
|
|
47
|
+
r: 2,
|
|
48
|
+
fill: "currentColor"
|
|
49
|
+
}), _jsx("circle", {
|
|
50
|
+
cx: 12,
|
|
51
|
+
cy: 19,
|
|
52
|
+
r: 2,
|
|
53
|
+
fill: "currentColor"
|
|
54
|
+
}), _jsx("circle", {
|
|
55
|
+
cx: 19,
|
|
56
|
+
cy: 5,
|
|
57
|
+
r: 2,
|
|
58
|
+
fill: "currentColor"
|
|
59
|
+
}), _jsx("circle", {
|
|
60
|
+
cx: 19,
|
|
61
|
+
cy: 12,
|
|
62
|
+
r: 2,
|
|
63
|
+
fill: "currentColor"
|
|
64
|
+
}), _jsx("circle", {
|
|
65
|
+
cx: 19,
|
|
66
|
+
cy: 19,
|
|
67
|
+
r: 2,
|
|
68
|
+
fill: "currentColor"
|
|
69
|
+
})]
|
|
70
|
+
})
|
|
71
|
+
});
|
|
72
|
+
});
|
|
73
|
+
GridIcon.displayName = "GridIcon";
|
|
74
|
+
//# sourceMappingURL=Grid.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Grid.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","GridIcon","props","ref","viewBox","fill","xmlns","children","cx","cy","r","displayName"],"sources":["../../src/icons.generated/Grid.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, type SvgIconNoChildrenProps } from \"../SvgIcon\";\n\nexport type GridIconProps = SvgIconNoChildrenProps;\n\nexport const GridIcon = forwardRef<SVGSVGElement, GridIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <circle cx={5} cy={5} r={2} fill=\"currentColor\" />\n <circle cx={5} cy={12} r={2} fill=\"currentColor\" />\n <circle cx={5} cy={19} r={2} fill=\"currentColor\" />\n <circle cx={12} cy={5} r={2} fill=\"currentColor\" />\n <circle cx={12} cy={12} r={2} fill=\"currentColor\" />\n <circle cx={12} cy={19} r={2} fill=\"currentColor\" />\n <circle cx={19} cy={5} r={2} fill=\"currentColor\" />\n <circle cx={19} cy={12} r={2} fill=\"currentColor\" />\n <circle cx={19} cy={19} r={2} fill=\"currentColor\" />\n </>\n </SvgIcon>\n );\n }\n);\n\nGridIcon.displayName = \"GridIcon\";\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;AAAA,SAAAC,IAAA,IAAAC,KAAA;AAIhB,OAAO,MAAMC,QAAQ,GAAGR,UAAU,CAChC,CAACS,KAAK,EAAEC,GAAG,KAAK;EACd,OACEP,IAAA,CAACF,OAAO;IACNU,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IACXC,KAAK,EAAC,4BAA4B;IAClCH,GAAG,EAAEA,GAAI;IAAA,GACLD,KAAK;IAAAK,QAAA,EAETP,KAAA,CAAAF,SAAA;MAAAS,QAAA,GACEX,IAAA;QAAQY,EAAE,EAAE,CAAE;QAACC,EAAE,EAAE,CAAE;QAACC,CAAC,EAAE,CAAE;QAACL,IAAI,EAAC;MAAc,CAAE,CAAC,EAClDT,IAAA;QAAQY,EAAE,EAAE,CAAE;QAACC,EAAE,EAAE,EAAG;QAACC,CAAC,EAAE,CAAE;QAACL,IAAI,EAAC;MAAc,CAAE,CAAC,EACnDT,IAAA;QAAQY,EAAE,EAAE,CAAE;QAACC,EAAE,EAAE,EAAG;QAACC,CAAC,EAAE,CAAE;QAACL,IAAI,EAAC;MAAc,CAAE,CAAC,EACnDT,IAAA;QAAQY,EAAE,EAAE,EAAG;QAACC,EAAE,EAAE,CAAE;QAACC,CAAC,EAAE,CAAE;QAACL,IAAI,EAAC;MAAc,CAAE,CAAC,EACnDT,IAAA;QAAQY,EAAE,EAAE,EAAG;QAACC,EAAE,EAAE,EAAG;QAACC,CAAC,EAAE,CAAE;QAACL,IAAI,EAAC;MAAc,CAAE,CAAC,EACpDT,IAAA;QAAQY,EAAE,EAAE,EAAG;QAACC,EAAE,EAAE,EAAG;QAACC,CAAC,EAAE,CAAE;QAACL,IAAI,EAAC;MAAc,CAAE,CAAC,EACpDT,IAAA;QAAQY,EAAE,EAAE,EAAG;QAACC,EAAE,EAAE,CAAE;QAACC,CAAC,EAAE,CAAE;QAACL,IAAI,EAAC;MAAc,CAAE,CAAC,EACnDT,IAAA;QAAQY,EAAE,EAAE,EAAG;QAACC,EAAE,EAAE,EAAG;QAACC,CAAC,EAAE,CAAE;QAACL,IAAI,EAAC;MAAc,CAAE,CAAC,EACpDT,IAAA;QAAQY,EAAE,EAAE,EAAG;QAACC,EAAE,EAAE,EAAG;QAACC,CAAC,EAAE,CAAE;QAACL,IAAI,EAAC;MAAc,CAAE,CAAC;IAAA,CACpD;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDJ,QAAQ,CAACU,WAAW,GAAG,UAAU"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
|
+
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
|
+
*
|
|
5
|
+
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
7
|
+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
8
|
+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
|
+
*
|
|
10
|
+
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
12
|
+
import { SvgIcon } from "../SvgIcon.js";
|
|
13
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
|
+
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
15
|
+
export const GroupIcon = forwardRef((props, ref) => {
|
|
16
|
+
return _jsx(SvgIcon, {
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
fill: "none",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
+
ref: ref,
|
|
21
|
+
...props,
|
|
22
|
+
children: _jsx(_Fragment, {
|
|
23
|
+
children: _jsx("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M19 6.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm2 0a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-11 5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm2 0a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM7.5 19c-1.807 0-3.479 1.744-3.5 4.01l-2-.02C2.03 19.872 4.368 17 7.5 17c3.135 0 5.482 2.86 5.5 5.994l-2 .012C10.987 20.738 9.316 19 7.5 19Zm5.583-1.808C13.45 15.317 14.921 14 16.5 14c1.81 0 3.487 1.74 3.5 4.006l2-.012C21.982 14.86 19.628 12 16.5 12c-2.735 0-4.87 2.204-5.38 4.808-.075.384-.116.78-.12 1.183l2 .018a4.47 4.47 0 0 1 .083-.817Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
})
|
|
29
|
+
})
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
GroupIcon.displayName = "GroupIcon";
|
|
33
|
+
//# sourceMappingURL=Group.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Group.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","GroupIcon","props","ref","viewBox","fill","xmlns","children","fillRule","clipRule","d","displayName"],"sources":["../../src/icons.generated/Group.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, type SvgIconNoChildrenProps } from \"../SvgIcon\";\n\nexport type GroupIconProps = SvgIconNoChildrenProps;\n\nexport const GroupIcon = forwardRef<SVGSVGElement, GroupIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19 6.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm2 0a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-11 5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm2 0a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM7.5 19c-1.807 0-3.479 1.744-3.5 4.01l-2-.02C2.03 19.872 4.368 17 7.5 17c3.135 0 5.482 2.86 5.5 5.994l-2 .012C10.987 20.738 9.316 19 7.5 19Zm5.583-1.808C13.45 15.317 14.921 14 16.5 14c1.81 0 3.487 1.74 3.5 4.006l2-.012C21.982 14.86 19.628 12 16.5 12c-2.735 0-4.87 2.204-5.38 4.808-.075.384-.116.78-.12 1.183l2 .018a4.47 4.47 0 0 1 .083-.817Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nGroupIcon.displayName = \"GroupIcon\";\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;AAIhB,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;QACEU,QAAQ,EAAC,SAAS;QAClBC,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,ggBAAggB;QAClgBL,IAAI,EAAC;MAAc,CACpB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDJ,SAAS,CAACU,WAAW,GAAG,WAAW"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
|
+
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
|
+
*
|
|
5
|
+
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
7
|
+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
8
|
+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
|
+
*
|
|
10
|
+
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
12
|
+
import { SvgIcon } from "../SvgIcon.js";
|
|
13
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
|
+
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
15
|
+
export const HideIcon = forwardRef((props, ref) => {
|
|
16
|
+
return _jsx(SvgIcon, {
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
fill: "none",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
+
ref: ref,
|
|
21
|
+
...props,
|
|
22
|
+
children: _jsx(_Fragment, {
|
|
23
|
+
children: _jsx("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M12 3c2.353 0 4.267.745 5.791 1.786l-1.65 1.32A8.09 8.09 0 0 0 12 5C8.746 5 6.506 6.761 5.034 8.62A14.153 14.153 0 0 0 3.068 12a14.275 14.275 0 0 0 1.78 3.14l-1.561 1.25A16.256 16.256 0 0 1 1.2 12.714a10.039 10.039 0 0 1-.137-.362l-.008-.024-.002-.007-.001-.003c0-.001 0-.002.948-.318a91.698 91.698 0 0 1-.948-.317v-.004l.003-.007.008-.024.029-.08c.025-.067.06-.163.108-.282a16.15 16.15 0 0 1 2.266-3.907C5.16 5.24 7.92 3 12 3ZM2 12l-.949.316L.946 12l.105-.316L2 12Zm10-5c.835 0 1.623.205 2.315.567l-1.838 1.47a3 3 0 0 0-3.471 2.777l-1.84 1.472A5 5 0 0 1 12 7Zm2.992 4.787-3.858 3.086a3 3 0 0 0 3.858-3.087Zm-5.6 4.48L7.576 17.72A8.098 8.098 0 0 0 12 19c3.254 0 5.494-1.761 6.966-3.62A14.151 14.151 0 0 0 20.932 12a14.152 14.152 0 0 0-1.972-3.387l-2.224 1.779a5 5 0 0 1-7.344 5.875Zm11.13-8.904 2.603-2.082-1.25-1.562-20 16 1.25 1.562 2.818-2.255C7.508 20.165 9.508 21 12 21c4.08 0 6.84-2.239 8.534-4.38a16.147 16.147 0 0 0 2.266-3.906 10.026 10.026 0 0 0 .137-.362l.008-.024.002-.007.001-.003c0-.001 0-.002-.948-.318l.949.316.105-.316-.105-.316L22 12c.949-.316.949-.317.948-.317v-.004l-.003-.007-.008-.024a7.012 7.012 0 0 0-.137-.362 16.147 16.147 0 0 0-2.279-3.922Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
})
|
|
29
|
+
})
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
HideIcon.displayName = "HideIcon";
|
|
33
|
+
//# sourceMappingURL=Hide.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Hide.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","HideIcon","props","ref","viewBox","fill","xmlns","children","fillRule","clipRule","d","displayName"],"sources":["../../src/icons.generated/Hide.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, type SvgIconNoChildrenProps } from \"../SvgIcon\";\n\nexport type HideIconProps = SvgIconNoChildrenProps;\n\nexport const HideIcon = forwardRef<SVGSVGElement, HideIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 3c2.353 0 4.267.745 5.791 1.786l-1.65 1.32A8.09 8.09 0 0 0 12 5C8.746 5 6.506 6.761 5.034 8.62A14.153 14.153 0 0 0 3.068 12a14.275 14.275 0 0 0 1.78 3.14l-1.561 1.25A16.256 16.256 0 0 1 1.2 12.714a10.039 10.039 0 0 1-.137-.362l-.008-.024-.002-.007-.001-.003c0-.001 0-.002.948-.318a91.698 91.698 0 0 1-.948-.317v-.004l.003-.007.008-.024.029-.08c.025-.067.06-.163.108-.282a16.15 16.15 0 0 1 2.266-3.907C5.16 5.24 7.92 3 12 3ZM2 12l-.949.316L.946 12l.105-.316L2 12Zm10-5c.835 0 1.623.205 2.315.567l-1.838 1.47a3 3 0 0 0-3.471 2.777l-1.84 1.472A5 5 0 0 1 12 7Zm2.992 4.787-3.858 3.086a3 3 0 0 0 3.858-3.087Zm-5.6 4.48L7.576 17.72A8.098 8.098 0 0 0 12 19c3.254 0 5.494-1.761 6.966-3.62A14.151 14.151 0 0 0 20.932 12a14.152 14.152 0 0 0-1.972-3.387l-2.224 1.779a5 5 0 0 1-7.344 5.875Zm11.13-8.904 2.603-2.082-1.25-1.562-20 16 1.25 1.562 2.818-2.255C7.508 20.165 9.508 21 12 21c4.08 0 6.84-2.239 8.534-4.38a16.147 16.147 0 0 0 2.266-3.906 10.026 10.026 0 0 0 .137-.362l.008-.024.002-.007.001-.003c0-.001 0-.002-.948-.318l.949.316.105-.316-.105-.316L22 12c.949-.316.949-.317.948-.317v-.004l-.003-.007-.008-.024a7.012 7.012 0 0 0-.137-.362 16.147 16.147 0 0 0-2.279-3.922Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nHideIcon.displayName = \"HideIcon\";\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;AAIhB,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;QACEU,QAAQ,EAAC,SAAS;QAClBC,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,ipCAAipC;QACnpCL,IAAI,EAAC;MAAc,CACpB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDJ,QAAQ,CAACU,WAAW,GAAG,UAAU"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
|
+
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
|
+
*
|
|
5
|
+
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
7
|
+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
8
|
+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
|
+
*
|
|
10
|
+
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
12
|
+
import { SvgIcon } from "../SvgIcon.js";
|
|
13
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
|
+
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
15
|
+
export const HomeIcon = forwardRef((props, ref) => {
|
|
16
|
+
return _jsx(SvgIcon, {
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
fill: "none",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
+
ref: ref,
|
|
21
|
+
...props,
|
|
22
|
+
children: _jsx(_Fragment, {
|
|
23
|
+
children: _jsx("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "m12 .655.669.602 10 9 .331.298V20a3 3 0 0 1-3 3h-5v-7a3 3 0 1 0-6 0v7H4a3 3 0 0 1-3-3v-9.445l.331-.298 10-9L12 .655Zm-9 10.79V20a1 1 0 0 0 1 1h3v-5a5 5 0 0 1 10 0v5h3a1 1 0 0 0 1-1v-8.555l-9-8.1-9 8.1Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
})
|
|
29
|
+
})
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
HomeIcon.displayName = "HomeIcon";
|
|
33
|
+
//# sourceMappingURL=Home.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Home.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","HomeIcon","props","ref","viewBox","fill","xmlns","children","fillRule","clipRule","d","displayName"],"sources":["../../src/icons.generated/Home.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, type SvgIconNoChildrenProps } from \"../SvgIcon\";\n\nexport type HomeIconProps = SvgIconNoChildrenProps;\n\nexport const HomeIcon = forwardRef<SVGSVGElement, HomeIconProps>(\n (props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"m12 .655.669.602 10 9 .331.298V20a3 3 0 0 1-3 3h-5v-7a3 3 0 1 0-6 0v7H4a3 3 0 0 1-3-3v-9.445l.331-.298 10-9L12 .655Zm-9 10.79V20a1 1 0 0 0 1 1h3v-5a5 5 0 0 1 10 0v5h3a1 1 0 0 0 1-1v-8.555l-9-8.1-9 8.1Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n }\n);\n\nHomeIcon.displayName = \"HomeIcon\";\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;AAIhB,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;QACEU,QAAQ,EAAC,SAAS;QAClBC,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,2MAA2M;QAC7ML,IAAI,EAAC;MAAc,CACpB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CACF,CAAC;AAEDJ,QAAQ,CAACU,WAAW,GAAG,UAAU"}
|
|
@@ -9,22 +9,22 @@
|
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
11
|
*/import { forwardRef } from "react";
|
|
12
|
-
import { SvgIcon } from "
|
|
12
|
+
import { SvgIcon } from "../SvgIcon.js";
|
|
13
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
15
15
|
export const InformationCircleIcon = forwardRef((props, ref) => {
|
|
16
16
|
return _jsx(SvgIcon, {
|
|
17
|
-
viewBox: "0 0
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
18
|
fill: "none",
|
|
19
19
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20
20
|
ref: ref,
|
|
21
21
|
...props,
|
|
22
22
|
children: _jsx(_Fragment, {
|
|
23
23
|
children: _jsx("path", {
|
|
24
|
-
fill: "currentColor",
|
|
25
24
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18ZM1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm11-3.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm1 2.75a1 1 0 1 0-2 0v6h2v-6Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
28
|
})
|
|
29
29
|
})
|
|
30
30
|
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InformationCircle.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","InformationCircleIcon","props","ref","viewBox","fill","xmlns","children","fillRule","clipRule","d","displayName"],"sources":["../../src/icons.generated/InformationCircle.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, type SvgIconNoChildrenProps } from \"../SvgIcon\";\n\nexport type InformationCircleIconProps = SvgIconNoChildrenProps;\n\nexport const InformationCircleIcon = forwardRef<\n SVGSVGElement,\n InformationCircleIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18ZM1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm11-3.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm1 2.75a1 1 0 1 0-2 0v6h2v-6Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n});\n\nInformationCircleIcon.displayName = \"InformationCircleIcon\";\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;AAIhB,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;QACEU,QAAQ,EAAC,SAAS;QAClBC,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,+LAA+L;QACjML,IAAI,EAAC;MAAc,CACpB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CAAC,CAAC;AAEFJ,qBAAqB,CAACU,WAAW,GAAG,uBAAuB"}
|
|
@@ -9,22 +9,22 @@
|
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
11
|
*/import { forwardRef } from "react";
|
|
12
|
-
import { SvgIcon } from "
|
|
12
|
+
import { SvgIcon } from "../SvgIcon.js";
|
|
13
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
14
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
15
15
|
export const InformationCircleFilledIcon = forwardRef((props, ref) => {
|
|
16
16
|
return _jsx(SvgIcon, {
|
|
17
|
-
viewBox: "0 0
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
18
|
fill: "none",
|
|
19
19
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20
20
|
ref: ref,
|
|
21
21
|
...props,
|
|
22
22
|
children: _jsx(_Fragment, {
|
|
23
23
|
children: _jsx("path", {
|
|
24
|
-
fill: "currentColor",
|
|
25
24
|
fillRule: "evenodd",
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11ZM12 8.75a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm0 1.75a1 1 0 0 1 1 1v6h-2v-6a1 1 0 0 1 1-1Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
28
|
})
|
|
29
29
|
})
|
|
30
30
|
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InformationCircleFilled.js","names":["forwardRef","SvgIcon","jsx","_jsx","Fragment","_Fragment","InformationCircleFilledIcon","props","ref","viewBox","fill","xmlns","children","fillRule","clipRule","d","displayName"],"sources":["../../src/icons.generated/InformationCircleFilled.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, type SvgIconNoChildrenProps } from \"../SvgIcon\";\n\nexport type InformationCircleFilledIconProps = SvgIconNoChildrenProps;\n\nexport const InformationCircleFilledIcon = forwardRef<\n SVGSVGElement,\n InformationCircleFilledIconProps\n>((props, ref) => {\n return (\n <SvgIcon\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11ZM12 8.75a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm0 1.75a1 1 0 0 1 1 1v6h-2v-6a1 1 0 0 1 1-1Z\"\n fill=\"currentColor\"\n />\n </>\n </SvgIcon>\n );\n});\n\nInformationCircleFilledIcon.displayName = \"InformationCircleFilledIcon\";\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;AAIhB,OAAO,MAAMC,2BAA2B,GAAGN,UAAU,CAGnD,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;QACEU,QAAQ,EAAC,SAAS;QAClBC,QAAQ,EAAC,SAAS;QAClBC,CAAC,EAAC,2KAA2K;QAC7KL,IAAI,EAAC;MAAc,CACpB;IAAC,CACF;EAAC,CACI,CAAC;AAEd,CAAC,CAAC;AAEFJ,2BAA2B,CAACU,WAAW,GAAG,6BAA6B"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
|
+
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
|
+
*
|
|
5
|
+
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
7
|
+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
8
|
+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
|
+
*
|
|
10
|
+
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
+
*/import { forwardRef } from "react";
|
|
12
|
+
import { SvgIcon } from "../SvgIcon.js";
|
|
13
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
|
+
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
15
|
+
export const LinkIcon = forwardRef((props, ref) => {
|
|
16
|
+
return _jsx(SvgIcon, {
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
fill: "none",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
+
ref: ref,
|
|
21
|
+
...props,
|
|
22
|
+
children: _jsx(_Fragment, {
|
|
23
|
+
children: _jsx("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "m20.927 2.934.069.068.068.069c.395.395.689.688.899.994a4 4 0 0 1 0 4.526c-.21.306-.504.6-.899.994l-.068.068-4.023 4.023-.03.03c-.569.569-1.038 1.039-1.452 1.39-.43.365-.865.66-1.383.829a4 4 0 0 1-2.472 0c-.518-.168-.954-.464-1.383-.829a21.726 21.726 0 0 1-1.2-1.138l1.414-1.414c.456.455.792.783 1.08 1.027.335.285.54.398.707.452a2 2 0 0 0 1.236 0c.167-.054.371-.167.706-.452.345-.292.757-.703 1.363-1.309l4.023-4.023c.493-.493.64-.647.732-.78a2 2 0 0 0 0-2.263c-.092-.133-.239-.286-.732-.78-.494-.493-.647-.64-.78-.731a2 2 0 0 0-2.263 0c-.133.091-.286.238-.78.732l-1.181 1.181a5.153 5.153 0 0 0-.721-.297 6 6 0 0 0-1.526-.284l2.014-2.015.068-.068c.395-.395.688-.688.994-.898a4 4 0 0 1 4.526 0c.306.21.6.503.994.898Zm-6.305 5.098c.351.298.742.682 1.2 1.138l-1.414 1.415a19.95 19.95 0 0 0-1.08-1.028c-.336-.285-.54-.397-.707-.451a2 2 0 0 0-1.236 0c-.167.054-.372.166-.707.451-.344.292-.756.704-1.362 1.31l-4.9 4.898c-.493.494-.64.647-.731.78a2 2 0 0 0 0 2.263c.091.133.238.286.732.78.493.494.646.64.78.732a2 2 0 0 0 2.263 0c.133-.091.286-.238.78-.732l2.057-2.058c.223.112.463.213.72.297a5.982 5.982 0 0 0 1.527.285l-2.89 2.89-.069.069c-.395.395-.688.688-.994.898a4 4 0 0 1-4.526 0c-.306-.21-.6-.503-.994-.898l-.069-.069-.068-.068c-.395-.395-.688-.688-.898-.994a4 4 0 0 1 0-4.526c.21-.306.503-.6.898-.994l.068-.069 4.9-4.899.029-.03c.569-.568 1.039-1.038 1.453-1.39.43-.365.865-.66 1.383-.829a4 4 0 0 1 2.472 0c.518.169.953.464 1.383.83Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
})
|
|
29
|
+
})
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
LinkIcon.displayName = "LinkIcon";
|
|
33
|
+
//# sourceMappingURL=Link.js.map
|