@stack-spot/portal-components 0.0.17 → 1.0.0-dev.1768482754546
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 +670 -0
- package/dist/components/AnimatedHeight.d.ts +58 -0
- package/dist/components/AnimatedHeight.d.ts.map +1 -0
- package/dist/components/AnimatedHeight.js +105 -0
- package/dist/components/AnimatedHeight.js.map +1 -0
- package/dist/components/AsyncContent.d.ts +46 -0
- package/dist/components/AsyncContent.d.ts.map +1 -0
- package/dist/components/AsyncContent.js +34 -0
- package/dist/components/AsyncContent.js.map +1 -0
- package/dist/components/BannerWarning.d.ts +11 -2
- package/dist/components/BannerWarning.d.ts.map +1 -1
- package/dist/components/BannerWarning.js +45 -3
- package/dist/components/BannerWarning.js.map +1 -1
- package/dist/components/Breadcrumb/index.d.ts +10 -2
- package/dist/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/components/Breadcrumb/index.js +7 -5
- package/dist/components/Breadcrumb/index.js.map +1 -1
- package/dist/components/Breadcrumb/styled.d.ts +1 -2
- package/dist/components/Breadcrumb/styled.d.ts.map +1 -1
- package/dist/components/Breadcrumb/styled.js +1 -0
- package/dist/components/Breadcrumb/styled.js.map +1 -1
- package/dist/components/ButtonLoading.d.ts +11 -0
- package/dist/components/ButtonLoading.d.ts.map +1 -0
- package/dist/components/ButtonLoading.js +5 -0
- package/dist/components/ButtonLoading.js.map +1 -0
- package/dist/components/ChatBot.d.ts +5 -0
- package/dist/components/ChatBot.d.ts.map +1 -1
- package/dist/components/ChatBot.js +11 -6
- package/dist/components/ChatBot.js.map +1 -1
- package/dist/components/ContentValidateFilter.d.ts +6 -0
- package/dist/components/ContentValidateFilter.d.ts.map +1 -0
- package/dist/components/ContentValidateFilter.js +8 -0
- package/dist/components/ContentValidateFilter.js.map +1 -0
- package/dist/components/FadingOverflow.d.ts +37 -0
- package/dist/components/FadingOverflow.d.ts.map +1 -0
- package/dist/components/FadingOverflow.js +228 -0
- package/dist/components/FadingOverflow.js.map +1 -0
- package/dist/components/FileTreeView/More.d.ts +23 -0
- package/dist/components/FileTreeView/More.d.ts.map +1 -0
- package/dist/components/FileTreeView/More.js +55 -0
- package/dist/components/FileTreeView/More.js.map +1 -0
- package/dist/components/FileTreeView/index.d.ts +32 -0
- package/dist/components/FileTreeView/index.d.ts.map +1 -0
- package/dist/components/FileTreeView/index.js +91 -0
- package/dist/components/FileTreeView/index.js.map +1 -0
- package/dist/components/InfiniteScroll.d.ts +11 -0
- package/dist/components/InfiniteScroll.d.ts.map +1 -0
- package/dist/components/InfiniteScroll.js +14 -0
- package/dist/components/InfiniteScroll.js.map +1 -0
- package/dist/components/InfoMaintenanceBanner.d.ts +8 -0
- package/dist/components/InfoMaintenanceBanner.d.ts.map +1 -0
- package/dist/components/InfoMaintenanceBanner.js +19 -0
- package/dist/components/InfoMaintenanceBanner.js.map +1 -0
- package/dist/components/LazyMarkdown/BlockquoteMd.d.ts +11 -0
- package/dist/components/LazyMarkdown/BlockquoteMd.d.ts.map +1 -0
- package/dist/components/LazyMarkdown/BlockquoteMd.js +77 -0
- package/dist/components/LazyMarkdown/BlockquoteMd.js.map +1 -0
- package/dist/components/LazyMarkdown/CodeViewer.d.ts +24 -0
- package/dist/components/LazyMarkdown/CodeViewer.d.ts.map +1 -0
- package/dist/components/LazyMarkdown/CodeViewer.js +122 -0
- package/dist/components/LazyMarkdown/CodeViewer.js.map +1 -0
- package/dist/components/LazyMarkdown/Markdown.d.ts +19 -0
- package/dist/components/LazyMarkdown/Markdown.d.ts.map +1 -0
- package/dist/components/LazyMarkdown/Markdown.js +96 -0
- package/dist/components/LazyMarkdown/Markdown.js.map +1 -0
- package/dist/components/LazyMarkdown/MarkdownButton.d.ts +19 -0
- package/dist/components/LazyMarkdown/MarkdownButton.d.ts.map +1 -0
- package/dist/components/LazyMarkdown/MarkdownButton.js +9 -0
- package/dist/components/LazyMarkdown/MarkdownButton.js.map +1 -0
- package/dist/components/LazyMarkdown/Video.d.ts +11 -0
- package/dist/components/LazyMarkdown/Video.d.ts.map +1 -0
- package/dist/components/LazyMarkdown/Video.js +10 -0
- package/dist/components/LazyMarkdown/Video.js.map +1 -0
- package/dist/components/LazyMarkdown/index.d.ts +10 -0
- package/dist/components/LazyMarkdown/index.d.ts.map +1 -0
- package/dist/components/LazyMarkdown/index.js +8 -0
- package/dist/components/LazyMarkdown/index.js.map +1 -0
- package/dist/components/Placeholder.d.ts +28 -0
- package/dist/components/Placeholder.d.ts.map +1 -0
- package/dist/components/Placeholder.js +32 -0
- package/dist/components/Placeholder.js.map +1 -0
- package/dist/components/ScrollView.d.ts +31 -0
- package/dist/components/ScrollView.d.ts.map +1 -0
- package/dist/components/ScrollView.js +30 -0
- package/dist/components/ScrollView.js.map +1 -0
- package/dist/components/Select/BadgeItem.d.ts +4 -0
- package/dist/components/Select/BadgeItem.d.ts.map +1 -0
- package/dist/components/Select/BadgeItem.js +28 -0
- package/dist/components/Select/BadgeItem.js.map +1 -0
- package/dist/components/Select/ClearInput.d.ts +3 -0
- package/dist/components/Select/ClearInput.d.ts.map +1 -0
- package/dist/components/Select/ClearInput.js +18 -0
- package/dist/components/Select/ClearInput.js.map +1 -0
- package/dist/components/Select/CloseItem.d.ts +3 -0
- package/dist/components/Select/CloseItem.d.ts.map +1 -0
- package/dist/components/Select/CloseItem.js +26 -0
- package/dist/components/Select/CloseItem.js.map +1 -0
- package/dist/components/Select/CreatableSelect.d.ts +16 -0
- package/dist/components/Select/CreatableSelect.d.ts.map +1 -0
- package/dist/components/Select/CreatableSelect.js +114 -0
- package/dist/components/Select/CreatableSelect.js.map +1 -0
- package/dist/components/Select/CustomMenu.d.ts +8 -0
- package/dist/components/Select/CustomMenu.d.ts.map +1 -0
- package/dist/components/Select/CustomMenu.js +4 -0
- package/dist/components/Select/CustomMenu.js.map +1 -0
- package/dist/components/Select/LabelItem.d.ts +3 -0
- package/dist/components/Select/LabelItem.d.ts.map +1 -0
- package/dist/components/Select/LabelItem.js +4 -0
- package/dist/components/Select/LabelItem.js.map +1 -0
- package/dist/components/Select/MultiValue.d.ts +3 -0
- package/dist/components/Select/MultiValue.d.ts.map +1 -0
- package/dist/components/Select/MultiValue.js +27 -0
- package/dist/components/Select/MultiValue.js.map +1 -0
- package/dist/components/Select/SelectInfiniteScroll.d.ts +14 -0
- package/dist/components/Select/SelectInfiniteScroll.d.ts.map +1 -0
- package/dist/components/Select/SelectInfiniteScroll.js +31 -0
- package/dist/components/Select/SelectInfiniteScroll.js.map +1 -0
- package/dist/components/Select/SelectSearch.d.ts +11 -0
- package/dist/components/Select/SelectSearch.d.ts.map +1 -0
- package/dist/components/Select/SelectSearch.js +156 -0
- package/dist/components/Select/SelectSearch.js.map +1 -0
- package/dist/components/Select/index.d.ts +6 -0
- package/dist/components/Select/index.d.ts.map +1 -0
- package/dist/components/Select/index.js +6 -0
- package/dist/components/Select/index.js.map +1 -0
- package/dist/components/Select/types.d.ts +7 -0
- package/dist/components/Select/types.d.ts.map +1 -0
- package/dist/components/Select/types.js +2 -0
- package/dist/components/Select/types.js.map +1 -0
- package/dist/components/SelectionList.d.ts +151 -0
- package/dist/components/SelectionList.d.ts.map +1 -0
- package/dist/components/SelectionList.js +180 -0
- package/dist/components/SelectionList.js.map +1 -0
- package/dist/components/StatusCircle.d.ts +24 -0
- package/dist/components/StatusCircle.d.ts.map +1 -0
- package/dist/components/StatusCircle.js +44 -0
- package/dist/components/StatusCircle.js.map +1 -0
- package/dist/components/Stepper/Navigation.d.ts +35 -0
- package/dist/components/Stepper/Navigation.d.ts.map +1 -0
- package/dist/components/Stepper/Navigation.js +41 -0
- package/dist/components/Stepper/Navigation.js.map +1 -0
- package/dist/components/Stepper/Step.d.ts +18 -0
- package/dist/components/Stepper/Step.d.ts.map +1 -0
- package/dist/components/Stepper/Step.js +13 -0
- package/dist/components/Stepper/Step.js.map +1 -0
- package/dist/components/Stepper/Stepper.d.ts +45 -0
- package/dist/components/Stepper/Stepper.d.ts.map +1 -0
- package/dist/components/Stepper/Stepper.js +57 -0
- package/dist/components/Stepper/Stepper.js.map +1 -0
- package/dist/components/Stepper/headers.d.ts +19 -0
- package/dist/components/Stepper/headers.d.ts.map +1 -0
- package/dist/components/Stepper/headers.js +40 -0
- package/dist/components/Stepper/headers.js.map +1 -0
- package/dist/components/Stepper/index.d.ts +4 -0
- package/dist/components/Stepper/index.d.ts.map +1 -0
- package/dist/components/Stepper/index.js +4 -0
- package/dist/components/Stepper/index.js.map +1 -0
- package/dist/components/Table/HeaderItem.d.ts +18 -0
- package/dist/components/Table/HeaderItem.d.ts.map +1 -0
- package/dist/components/Table/HeaderItem.js +14 -0
- package/dist/components/Table/HeaderItem.js.map +1 -0
- package/dist/components/Table/SettingsVerticalMenu.d.ts +14 -0
- package/dist/components/Table/SettingsVerticalMenu.d.ts.map +1 -0
- package/dist/components/Table/SettingsVerticalMenu.js +14 -0
- package/dist/components/Table/SettingsVerticalMenu.js.map +1 -0
- package/dist/components/Table/StyledLinkTable.d.ts +5 -0
- package/dist/components/Table/StyledLinkTable.d.ts.map +1 -0
- package/dist/components/Table/StyledLinkTable.js +13 -0
- package/dist/components/Table/StyledLinkTable.js.map +1 -0
- package/dist/components/Table/TableData.d.ts +37 -0
- package/dist/components/Table/TableData.d.ts.map +1 -0
- package/dist/components/Table/TableData.js +84 -0
- package/dist/components/Table/TableData.js.map +1 -0
- package/dist/components/Table/index.d.ts +3 -0
- package/dist/components/Table/index.d.ts.map +1 -0
- package/dist/components/Table/index.js +3 -0
- package/dist/components/Table/index.js.map +1 -0
- package/dist/components/TimelineSection.d.ts +24 -0
- package/dist/components/TimelineSection.d.ts.map +1 -0
- package/dist/components/TimelineSection.js +37 -0
- package/dist/components/TimelineSection.js.map +1 -0
- package/dist/components/error/ErrorFeedback.d.ts +58 -0
- package/dist/components/error/ErrorFeedback.d.ts.map +1 -0
- package/dist/components/error/ErrorFeedback.js +110 -0
- package/dist/components/error/ErrorFeedback.js.map +1 -0
- package/dist/components/error/NotFound.d.ts +4 -0
- package/dist/components/error/NotFound.d.ts.map +1 -0
- package/dist/components/error/NotFound.js +19 -0
- package/dist/components/error/NotFound.js.map +1 -0
- package/dist/components/error/UnderMaintenance.d.ts +4 -0
- package/dist/components/error/UnderMaintenance.d.ts.map +1 -0
- package/dist/components/error/UnderMaintenance.js +25 -0
- package/dist/components/error/UnderMaintenance.js.map +1 -0
- package/dist/components/error/index.d.ts +4 -0
- package/dist/components/error/index.d.ts.map +1 -0
- package/dist/components/error/index.js +4 -0
- package/dist/components/error/index.js.map +1 -0
- package/dist/components/form/Form/Form.d.ts +15 -0
- package/dist/components/form/Form/Form.d.ts.map +1 -0
- package/dist/components/form/Form/Form.js +48 -0
- package/dist/components/form/Form/Form.js.map +1 -0
- package/dist/components/form/Form/FormGroup.d.ts +37 -0
- package/dist/components/form/Form/FormGroup.d.ts.map +1 -0
- package/dist/components/form/Form/FormGroup.js +72 -0
- package/dist/components/form/Form/FormGroup.js.map +1 -0
- package/dist/components/form/Form/index.d.ts +3 -0
- package/dist/components/form/Form/index.d.ts.map +1 -0
- package/dist/components/form/Form/index.js +3 -0
- package/dist/components/form/Form/index.js.map +1 -0
- package/dist/components/form/SearchInput.d.ts +9 -0
- package/dist/components/form/SearchInput.d.ts.map +1 -0
- package/dist/components/form/SearchInput.js +28 -0
- package/dist/components/form/SearchInput.js.map +1 -0
- package/dist/components/form/Select/CustomSelect.d.ts +81 -0
- package/dist/components/form/Select/CustomSelect.d.ts.map +1 -0
- package/dist/components/form/Select/CustomSelect.js +178 -0
- package/dist/components/form/Select/CustomSelect.js.map +1 -0
- package/dist/components/form/Select/DetailedSelect.d.ts +65 -0
- package/dist/components/form/Select/DetailedSelect.d.ts.map +1 -0
- package/dist/components/form/Select/DetailedSelect.js +80 -0
- package/dist/components/form/Select/DetailedSelect.js.map +1 -0
- package/dist/components/form/Select/Select.d.ts +47 -0
- package/dist/components/form/Select/Select.d.ts.map +1 -0
- package/dist/components/form/Select/Select.js +62 -0
- package/dist/components/form/Select/Select.js.map +1 -0
- package/dist/components/form/Select/index.d.ts +5 -0
- package/dist/components/form/Select/index.d.ts.map +1 -0
- package/dist/components/form/Select/index.js +5 -0
- package/dist/components/form/Select/index.js.map +1 -0
- package/dist/components/form/Select/styled.d.ts +5 -0
- package/dist/components/form/Select/styled.d.ts.map +1 -0
- package/dist/components/form/Select/styled.js +165 -0
- package/dist/components/form/Select/styled.js.map +1 -0
- package/dist/components/form/Select/types.d.ts +103 -0
- package/dist/components/form/Select/types.d.ts.map +1 -0
- package/dist/components/form/Select/types.js +2 -0
- package/dist/components/form/Select/types.js.map +1 -0
- package/dist/components/form/Select/utils.d.ts +3 -0
- package/dist/components/form/Select/utils.d.ts.map +1 -0
- package/dist/components/form/Select/utils.js +20 -0
- package/dist/components/form/Select/utils.js.map +1 -0
- package/dist/components/notification/NotificationComponent.d.ts +31 -0
- package/dist/components/notification/NotificationComponent.d.ts.map +1 -0
- package/dist/components/notification/NotificationComponent.js +176 -0
- package/dist/components/notification/NotificationComponent.js.map +1 -0
- package/dist/components/notification/NotificationItem.d.ts +51 -0
- package/dist/components/notification/NotificationItem.d.ts.map +1 -0
- package/dist/components/notification/NotificationItem.js +165 -0
- package/dist/components/notification/NotificationItem.js.map +1 -0
- package/dist/components/notification/NotificationList.d.ts +47 -0
- package/dist/components/notification/NotificationList.d.ts.map +1 -0
- package/dist/components/notification/NotificationList.js +82 -0
- package/dist/components/notification/NotificationList.js.map +1 -0
- package/dist/components/notification/NotificationPlaceholder.d.ts +13 -0
- package/dist/components/notification/NotificationPlaceholder.d.ts.map +1 -0
- package/dist/components/notification/NotificationPlaceholder.js +34 -0
- package/dist/components/notification/NotificationPlaceholder.js.map +1 -0
- package/dist/components/notification/types.d.ts +60 -0
- package/dist/components/notification/types.d.ts.map +1 -0
- package/dist/components/notification/types.js +7 -0
- package/dist/components/notification/types.js.map +1 -0
- package/dist/containers/NotificationsPage.d.ts +2 -0
- package/dist/containers/NotificationsPage.d.ts.map +1 -0
- package/dist/containers/NotificationsPage.js +71 -0
- package/dist/containers/NotificationsPage.js.map +1 -0
- package/dist/context/anchor.d.ts +27 -0
- package/dist/context/anchor.d.ts.map +1 -0
- package/dist/context/anchor.js +23 -0
- package/dist/context/anchor.js.map +1 -0
- package/dist/context/loading.d.ts +27 -0
- package/dist/context/loading.d.ts.map +1 -0
- package/dist/context/loading.js +24 -0
- package/dist/context/loading.js.map +1 -0
- package/dist/context/notification/LazyNotificationList.d.ts +28 -0
- package/dist/context/notification/LazyNotificationList.d.ts.map +1 -0
- package/dist/context/notification/LazyNotificationList.js +136 -0
- package/dist/context/notification/LazyNotificationList.js.map +1 -0
- package/dist/context/notification/NotificationController.d.ts +25 -0
- package/dist/context/notification/NotificationController.d.ts.map +1 -0
- package/dist/context/notification/NotificationController.js +153 -0
- package/dist/context/notification/NotificationController.js.map +1 -0
- package/dist/context/notification/context.d.ts +8 -0
- package/dist/context/notification/context.d.ts.map +1 -0
- package/dist/context/notification/context.js +12 -0
- package/dist/context/notification/context.js.map +1 -0
- package/dist/context/notification/hooks.d.ts +18 -0
- package/dist/context/notification/hooks.d.ts.map +1 -0
- package/dist/context/notification/hooks.js +92 -0
- package/dist/context/notification/hooks.js.map +1 -0
- package/dist/context/notification/types.d.ts +65 -0
- package/dist/context/notification/types.d.ts.map +1 -0
- package/dist/context/notification/types.js +2 -0
- package/dist/context/notification/types.js.map +1 -0
- package/dist/hooks/date.d.ts +18 -0
- package/dist/hooks/date.d.ts.map +1 -0
- package/dist/hooks/date.js +68 -0
- package/dist/hooks/date.js.map +1 -0
- package/dist/hooks/keyboard.d.ts +64 -0
- package/dist/hooks/keyboard.d.ts.map +1 -0
- package/dist/hooks/keyboard.js +84 -0
- package/dist/hooks/keyboard.js.map +1 -0
- package/dist/hooks/manual-render.d.ts +8 -0
- package/dist/hooks/manual-render.d.ts.map +1 -0
- package/dist/hooks/manual-render.js +10 -0
- package/dist/hooks/manual-render.js.map +1 -0
- package/dist/hooks/service-now.d.ts +32 -1
- package/dist/hooks/service-now.d.ts.map +1 -1
- package/dist/hooks/service-now.js +58 -18
- package/dist/hooks/service-now.js.map +1 -1
- package/dist/hooks/text.d.ts +9 -0
- package/dist/hooks/text.d.ts.map +1 -0
- package/dist/hooks/text.js +24 -0
- package/dist/hooks/text.js.map +1 -0
- package/dist/hooks/title.d.ts +13 -0
- package/dist/hooks/title.d.ts.map +1 -1
- package/dist/hooks/title.js +13 -0
- package/dist/hooks/title.js.map +1 -1
- package/dist/hooks/use-effect-once.d.ts.map +1 -1
- package/dist/hooks/use-effect-once.js.map +1 -1
- package/dist/index.d.ts +14 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +14 -4
- package/dist/index.js.map +1 -1
- package/dist/notifications.d.ts +11 -0
- package/dist/notifications.d.ts.map +1 -0
- package/dist/notifications.js +10 -0
- package/dist/notifications.js.map +1 -0
- package/dist/svg/AI.d.ts +8 -0
- package/dist/svg/AI.d.ts.map +1 -0
- package/dist/svg/AI.js +15 -0
- package/dist/svg/AI.js.map +1 -0
- package/dist/svg/CS.d.ts +8 -0
- package/dist/svg/CS.d.ts.map +1 -0
- package/dist/svg/CS.js +15 -0
- package/dist/svg/CS.js.map +1 -0
- package/dist/svg/EDP.d.ts +8 -0
- package/dist/svg/EDP.d.ts.map +1 -0
- package/dist/svg/EDP.js +15 -0
- package/dist/svg/EDP.js.map +1 -0
- package/dist/svg/Forbidden.d.ts +5 -0
- package/dist/svg/Forbidden.d.ts.map +1 -0
- package/dist/svg/Forbidden.js +4 -0
- package/dist/svg/Forbidden.js.map +1 -0
- package/dist/svg/GenericPlaceholder.d.ts +7 -0
- package/dist/svg/GenericPlaceholder.d.ts.map +1 -0
- package/dist/svg/GenericPlaceholder.js +4 -0
- package/dist/svg/GenericPlaceholder.js.map +1 -0
- package/dist/svg/HUB.d.ts +8 -0
- package/dist/svg/HUB.d.ts.map +1 -0
- package/dist/svg/HUB.js +15 -0
- package/dist/svg/HUB.js.map +1 -0
- package/dist/svg/Logo.d.ts +5 -0
- package/dist/svg/Logo.d.ts.map +1 -0
- package/dist/svg/Logo.js +8 -0
- package/dist/svg/Logo.js.map +1 -0
- package/dist/svg/MiniLogo.d.ts +8 -0
- package/dist/svg/MiniLogo.d.ts.map +1 -0
- package/dist/svg/MiniLogo.js +6 -0
- package/dist/svg/MiniLogo.js.map +1 -0
- package/dist/svg/NotFound.d.ts +5 -0
- package/dist/svg/NotFound.d.ts.map +1 -0
- package/dist/svg/NotFound.js +4 -0
- package/dist/svg/NotFound.js.map +1 -0
- package/dist/svg/ServerError.d.ts +5 -0
- package/dist/svg/ServerError.d.ts.map +1 -0
- package/dist/svg/ServerError.js +4 -0
- package/dist/svg/ServerError.js.map +1 -0
- package/dist/svg/Unauthenticated.d.ts +5 -0
- package/dist/svg/Unauthenticated.d.ts.map +1 -0
- package/dist/svg/Unauthenticated.js +4 -0
- package/dist/svg/Unauthenticated.js.map +1 -0
- package/dist/svg/index.d.ts +12 -0
- package/dist/svg/index.d.ts.map +1 -0
- package/dist/svg/index.js +12 -0
- package/dist/svg/index.js.map +1 -0
- package/dist/utils/accessibility.d.ts +75 -0
- package/dist/utils/accessibility.d.ts.map +1 -0
- package/dist/utils/accessibility.js +123 -0
- package/dist/utils/accessibility.js.map +1 -0
- package/dist/utils/cookie.d.ts +34 -0
- package/dist/utils/cookie.d.ts.map +1 -0
- package/dist/utils/cookie.js +69 -0
- package/dist/utils/cookie.js.map +1 -0
- package/dist/utils/promise.d.ts +2 -0
- package/dist/utils/promise.d.ts.map +1 -0
- package/dist/utils/promise.js +6 -0
- package/dist/utils/promise.js.map +1 -0
- package/dist/utils/read-file.d.ts +2 -0
- package/dist/utils/read-file.d.ts.map +1 -0
- package/dist/utils/read-file.js +14 -0
- package/dist/utils/read-file.js.map +1 -0
- package/package.dev.json +3 -0
- package/package.json +53 -14
- package/package.stg.json +3 -0
- package/readme.md +55 -13
- package/src/components/AnimatedHeight.tsx +174 -0
- package/src/components/AsyncContent.tsx +78 -0
- package/src/components/BannerWarning.tsx +89 -19
- package/src/components/Breadcrumb/index.tsx +20 -5
- package/src/components/Breadcrumb/styled.ts +2 -1
- package/src/components/ButtonLoading.tsx +29 -0
- package/src/components/ChatBot.tsx +12 -7
- package/src/components/ContentValidateFilter.tsx +15 -0
- package/src/components/FadingOverflow.tsx +265 -0
- package/src/components/FileTreeView/More.tsx +114 -0
- package/src/components/FileTreeView/index.tsx +186 -0
- package/src/components/InfiniteScroll.tsx +24 -0
- package/src/components/InfoMaintenanceBanner.tsx +25 -0
- package/src/components/LazyMarkdown/BlockquoteMd.tsx +107 -0
- package/src/components/LazyMarkdown/CodeViewer.tsx +161 -0
- package/src/components/LazyMarkdown/Markdown.tsx +122 -0
- package/src/components/LazyMarkdown/MarkdownButton.tsx +24 -0
- package/src/components/LazyMarkdown/Video.tsx +13 -0
- package/src/components/LazyMarkdown/index.tsx +21 -0
- package/src/components/Placeholder.tsx +124 -0
- package/src/components/ScrollView.tsx +57 -0
- package/src/components/Select/BadgeItem.tsx +58 -0
- package/src/components/Select/ClearInput.tsx +24 -0
- package/src/components/Select/CloseItem.tsx +38 -0
- package/src/components/Select/CreatableSelect.tsx +155 -0
- package/src/components/Select/CustomMenu.tsx +16 -0
- package/src/components/Select/LabelItem.tsx +8 -0
- package/src/components/Select/MultiValue.tsx +49 -0
- package/src/components/Select/SelectInfiniteScroll.tsx +82 -0
- package/src/components/Select/SelectSearch.tsx +195 -0
- package/src/components/Select/index.tsx +7 -0
- package/src/components/Select/types.ts +8 -0
- package/src/components/SelectionList.tsx +427 -0
- package/src/components/StatusCircle.tsx +67 -0
- package/src/components/Stepper/Navigation.tsx +97 -0
- package/src/components/Stepper/Step.tsx +30 -0
- package/src/components/Stepper/Stepper.tsx +113 -0
- package/src/components/Stepper/headers.tsx +64 -0
- package/src/components/Stepper/index.ts +3 -0
- package/src/components/Table/HeaderItem.tsx +52 -0
- package/src/components/Table/SettingsVerticalMenu.tsx +50 -0
- package/src/components/Table/StyledLinkTable.tsx +22 -0
- package/src/components/Table/TableData.tsx +251 -0
- package/src/components/Table/index.tsx +2 -0
- package/src/components/TimelineSection.tsx +66 -0
- package/src/components/error/ErrorFeedback.tsx +217 -0
- package/src/components/error/NotFound.tsx +24 -0
- package/src/components/error/UnderMaintenance.tsx +30 -0
- package/src/components/error/index.ts +4 -0
- package/src/components/form/Form/Form.tsx +101 -0
- package/src/components/form/Form/FormGroup.tsx +221 -0
- package/src/components/form/Form/index.ts +2 -0
- package/src/components/form/SearchInput.tsx +69 -0
- package/src/components/form/Select/CustomSelect.tsx +232 -0
- package/src/components/form/Select/DetailedSelect.tsx +85 -0
- package/src/components/form/Select/Select.tsx +67 -0
- package/src/components/form/Select/index.ts +4 -0
- package/src/components/form/Select/styled.ts +165 -0
- package/src/components/form/Select/types.ts +112 -0
- package/src/components/form/Select/utils.tsx +28 -0
- package/src/components/notification/NotificationComponent.tsx +340 -0
- package/src/components/notification/NotificationItem.tsx +353 -0
- package/src/components/notification/NotificationList.tsx +185 -0
- package/src/components/notification/NotificationPlaceholder.tsx +60 -0
- package/src/components/notification/types.ts +72 -0
- package/src/containers/NotificationsPage.tsx +120 -0
- package/src/context/anchor.tsx +37 -0
- package/src/context/loading.tsx +36 -0
- package/src/context/notification/LazyNotificationList.ts +103 -0
- package/src/context/notification/NotificationController.ts +119 -0
- package/src/context/notification/context.tsx +23 -0
- package/src/context/notification/hooks.ts +98 -0
- package/src/context/notification/types.ts +71 -0
- package/src/hooks/date.ts +68 -0
- package/src/hooks/keyboard.tsx +128 -0
- package/src/hooks/manual-render.tsx +10 -0
- package/src/hooks/service-now.tsx +64 -19
- package/src/hooks/text.tsx +30 -0
- package/src/hooks/title.tsx +13 -0
- package/src/index.ts +14 -6
- package/src/notifications.ts +11 -0
- package/src/svg/AI.tsx +41 -0
- package/src/svg/CS.tsx +48 -0
- package/src/svg/EDP.tsx +31 -0
- package/src/svg/Forbidden.tsx +22 -0
- package/src/svg/GenericPlaceholder.tsx +16 -0
- package/src/svg/HUB.tsx +48 -0
- package/src/svg/Logo.tsx +16 -0
- package/src/svg/MiniLogo.tsx +12 -0
- package/src/svg/NotFound.tsx +16 -0
- package/src/svg/ServerError.tsx +33 -0
- package/src/svg/Unauthenticated.tsx +16 -0
- package/src/svg/index.ts +11 -0
- package/src/utils/accessibility.ts +135 -0
- package/src/utils/cookie.ts +73 -0
- package/src/utils/promise.ts +5 -0
- package/src/utils/read-file.ts +16 -0
- package/tsconfig.json +1 -0
- package/dist/BannerWarning.d.ts +0 -4
- package/dist/BannerWarning.d.ts.map +0 -1
- package/dist/BannerWarning.js +0 -6
- package/dist/BannerWarning.js.map +0 -1
- package/dist/Login.d.ts +0 -25
- package/dist/Login.d.ts.map +0 -1
- package/dist/Login.js +0 -104
- package/dist/Login.js.map +0 -1
- package/dist/MiniLogo.d.ts +0 -6
- package/dist/MiniLogo.d.ts.map +0 -1
- package/dist/MiniLogo.js +0 -4
- package/dist/MiniLogo.js.map +0 -1
- package/dist/components/Login.d.ts +0 -26
- package/dist/components/Login.d.ts.map +0 -1
- package/dist/components/Login.js +0 -100
- package/dist/components/Login.js.map +0 -1
- package/dist/components/MiniLogo.d.ts +0 -6
- package/dist/components/MiniLogo.d.ts.map +0 -1
- package/dist/components/MiniLogo.js +0 -4
- package/dist/components/MiniLogo.js.map +0 -1
- package/dist/components/src/components/BannerWarning.d.ts +0 -4
- package/dist/components/src/components/BannerWarning.d.ts.map +0 -1
- package/dist/components/src/components/BannerWarning.js +0 -6
- package/dist/components/src/components/BannerWarning.js.map +0 -1
- package/dist/components/src/components/Breadcrumb/index.d.ts +0 -42
- package/dist/components/src/components/Breadcrumb/index.d.ts.map +0 -1
- package/dist/components/src/components/Breadcrumb/index.js +0 -27
- package/dist/components/src/components/Breadcrumb/index.js.map +0 -1
- package/dist/components/src/components/Breadcrumb/styled.d.ts +0 -3
- package/dist/components/src/components/Breadcrumb/styled.d.ts.map +0 -1
- package/dist/components/src/components/Breadcrumb/styled.js +0 -36
- package/dist/components/src/components/Breadcrumb/styled.js.map +0 -1
- package/dist/components/src/components/ChatBot.d.ts +0 -2
- package/dist/components/src/components/ChatBot.d.ts.map +0 -1
- package/dist/components/src/components/ChatBot.js +0 -61
- package/dist/components/src/components/ChatBot.js.map +0 -1
- package/dist/components/src/components/Login.d.ts +0 -26
- package/dist/components/src/components/Login.d.ts.map +0 -1
- package/dist/components/src/components/Login.js +0 -100
- package/dist/components/src/components/Login.js.map +0 -1
- package/dist/components/src/components/MiniLogo.d.ts +0 -6
- package/dist/components/src/components/MiniLogo.d.ts.map +0 -1
- package/dist/components/src/components/MiniLogo.js +0 -4
- package/dist/components/src/components/MiniLogo.js.map +0 -1
- package/dist/components/src/components/tour/StepContainer.d.ts +0 -13
- package/dist/components/src/components/tour/StepContainer.d.ts.map +0 -1
- package/dist/components/src/components/tour/StepContainer.js +0 -48
- package/dist/components/src/components/tour/StepContainer.js.map +0 -1
- package/dist/components/src/components/tour/StepNavigation.d.ts +0 -13
- package/dist/components/src/components/tour/StepNavigation.d.ts.map +0 -1
- package/dist/components/src/components/tour/StepNavigation.js +0 -20
- package/dist/components/src/components/tour/StepNavigation.js.map +0 -1
- package/dist/components/src/components/tour/StepTitle.d.ts +0 -7
- package/dist/components/src/components/tour/StepTitle.d.ts.map +0 -1
- package/dist/components/src/components/tour/StepTitle.js +0 -5
- package/dist/components/src/components/tour/StepTitle.js.map +0 -1
- package/dist/components/src/components/tour/context.d.ts +0 -17
- package/dist/components/src/components/tour/context.d.ts.map +0 -1
- package/dist/components/src/components/tour/context.js +0 -48
- package/dist/components/src/components/tour/context.js.map +0 -1
- package/dist/components/src/components/tour/index.d.ts +0 -4
- package/dist/components/src/components/tour/index.d.ts.map +0 -1
- package/dist/components/src/components/tour/index.js +0 -4
- package/dist/components/src/components/tour/index.js.map +0 -1
- package/dist/components/src/components/tour/utils.d.ts +0 -13
- package/dist/components/src/components/tour/utils.d.ts.map +0 -1
- package/dist/components/src/components/tour/utils.js +0 -43
- package/dist/components/src/components/tour/utils.js.map +0 -1
- package/dist/components/src/hooks/service-now.d.ts +0 -24
- package/dist/components/src/hooks/service-now.d.ts.map +0 -1
- package/dist/components/src/hooks/service-now.js +0 -161
- package/dist/components/src/hooks/service-now.js.map +0 -1
- package/dist/components/src/hooks/title.d.ts +0 -3
- package/dist/components/src/hooks/title.d.ts.map +0 -1
- package/dist/components/src/hooks/title.js +0 -13
- package/dist/components/src/hooks/title.js.map +0 -1
- package/dist/components/src/hooks/use-effect-once.d.ts +0 -12
- package/dist/components/src/hooks/use-effect-once.d.ts.map +0 -1
- package/dist/components/src/hooks/use-effect-once.js +0 -40
- package/dist/components/src/hooks/use-effect-once.js.map +0 -1
- package/dist/components/src/index.d.ts +0 -9
- package/dist/components/src/index.d.ts.map +0 -1
- package/dist/components/src/index.js +0 -9
- package/dist/components/src/index.js.map +0 -1
- package/dist/components/tour/StepContainer.d.ts +0 -13
- package/dist/components/tour/StepContainer.d.ts.map +0 -1
- package/dist/components/tour/StepContainer.js +0 -48
- package/dist/components/tour/StepContainer.js.map +0 -1
- package/dist/components/tour/StepNavigation.d.ts +0 -13
- package/dist/components/tour/StepNavigation.d.ts.map +0 -1
- package/dist/components/tour/StepNavigation.js +0 -20
- package/dist/components/tour/StepNavigation.js.map +0 -1
- package/dist/components/tour/StepTitle.d.ts +0 -7
- package/dist/components/tour/StepTitle.d.ts.map +0 -1
- package/dist/components/tour/StepTitle.js +0 -5
- package/dist/components/tour/StepTitle.js.map +0 -1
- package/dist/components/tour/context.d.ts +0 -17
- package/dist/components/tour/context.d.ts.map +0 -1
- package/dist/components/tour/context.js +0 -48
- package/dist/components/tour/context.js.map +0 -1
- package/dist/components/tour/index.d.ts +0 -9
- package/dist/components/tour/index.d.ts.map +0 -1
- package/dist/components/tour/index.js +0 -4
- package/dist/components/tour/index.js.map +0 -1
- package/dist/components/tour/utils.d.ts +0 -13
- package/dist/components/tour/utils.d.ts.map +0 -1
- package/dist/components/tour/utils.js +0 -43
- package/dist/components/tour/utils.js.map +0 -1
- package/dist/layout/src/components/tour/PortalSwitcherStep.d.ts +0 -2
- package/dist/layout/src/components/tour/PortalSwitcherStep.d.ts.map +0 -1
- package/dist/layout/src/components/tour/PortalSwitcherStep.js +0 -30
- package/dist/layout/src/components/tour/PortalSwitcherStep.js.map +0 -1
- package/src/components/Login.tsx +0 -157
- package/src/components/MiniLogo.tsx +0 -32
- package/src/components/tour/StepContainer.tsx +0 -67
- package/src/components/tour/StepNavigation.tsx +0 -32
- package/src/components/tour/StepTitle.tsx +0 -17
- package/src/components/tour/context.tsx +0 -56
- package/src/components/tour/index.ts +0 -7
- package/src/components/tour/utils.tsx +0 -65
package/dist/index.js
CHANGED
|
@@ -1,9 +1,19 @@
|
|
|
1
|
+
export { AsyncContent } from './components/AsyncContent.js';
|
|
1
2
|
export { BannerWarning } from './components/BannerWarning.js';
|
|
2
|
-
export {
|
|
3
|
+
export { ButtonLoading } from './components/ButtonLoading.js';
|
|
3
4
|
export { ChatBot } from './components/ChatBot.js';
|
|
4
|
-
export {
|
|
5
|
-
export * from './components/
|
|
6
|
-
export
|
|
5
|
+
export { InfoMaintenanceBanner } from './components/InfoMaintenanceBanner.js';
|
|
6
|
+
export * from './components/Select/index.js';
|
|
7
|
+
export * from './components/Select/types.js';
|
|
8
|
+
export { useDateFormatter } from './hooks/date.js';
|
|
9
|
+
export { useKeyboardControls } from './hooks/keyboard.js';
|
|
10
|
+
export { useManualRender } from './hooks/manual-render.js';
|
|
11
|
+
export { openServiceNowChat, dictionary as serviceNowDictionary, useServiceNowChatButtonVisibility, useServiceNowEffect } from './hooks/service-now.js';
|
|
12
|
+
export { useCheckTextOverflow } from './hooks/text.js';
|
|
7
13
|
export { titleEffect, useTitleEffect } from './hooks/title.js';
|
|
8
14
|
export { useEffectOnce } from './hooks/use-effect-once.js';
|
|
15
|
+
export * from './utils/accessibility.js';
|
|
16
|
+
export * from './utils/cookie.js';
|
|
17
|
+
export { delay } from './utils/promise.js';
|
|
18
|
+
export { readFile } from './utils/read-file.js';
|
|
9
19
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC1D,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAC9C,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAA;AAC1E,cAAc,qBAAqB,CAAA;AACnC,cAAc,2BAA2B,CAAA;AACzC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAC/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAA;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AACvD,OAAO,EAAE,kBAAkB,EAAE,UAAU,IAAI,oBAAoB,EAAE,iCAAiC,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AACpJ,OAAO,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAA;AACnD,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAA;AACvD,cAAc,uBAAuB,CAAA;AACrC,cAAc,gBAAgB,CAAA;AAC9B,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAA;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export { NotificationComponent } from './components/notification/NotificationComponent.js';
|
|
2
|
+
export { NotificationItem } from './components/notification/NotificationItem.js';
|
|
3
|
+
export { NotificationList, NotificationListProps } from './components/notification/NotificationList.js';
|
|
4
|
+
export * from './components/notification/types.js';
|
|
5
|
+
export { NotificationsPage } from './containers/NotificationsPage.js';
|
|
6
|
+
export { NotificationProvider, useNotificationController } from './context/notification/context.js';
|
|
7
|
+
export { useNotificationList, useUnreadNotifications } from './context/notification/hooks.js';
|
|
8
|
+
export { LazyNotificationList } from './context/notification/LazyNotificationList.js';
|
|
9
|
+
export { NotificationController } from './context/notification/NotificationController.js';
|
|
10
|
+
export { LoadNotificationsFilters } from './context/notification/types.js';
|
|
11
|
+
//# sourceMappingURL=notifications.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notifications.d.ts","sourceRoot":"","sources":["../src/notifications.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iDAAiD,CAAA;AACvF,OAAO,EAAE,gBAAgB,EAAE,MAAM,4CAA4C,CAAA;AAC7E,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,4CAA4C,CAAA;AACpG,cAAc,iCAAiC,CAAA;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAClE,OAAO,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAA;AAChG,OAAO,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAA;AAC1F,OAAO,EAAE,oBAAoB,EAAE,MAAM,6CAA6C,CAAA;AAClF,OAAO,EAAE,sBAAsB,EAAE,MAAM,+CAA+C,CAAA;AACtF,OAAO,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { NotificationComponent } from './components/notification/NotificationComponent.js';
|
|
2
|
+
export { NotificationItem } from './components/notification/NotificationItem.js';
|
|
3
|
+
export { NotificationList } from './components/notification/NotificationList.js';
|
|
4
|
+
export * from './components/notification/types.js';
|
|
5
|
+
export { NotificationsPage } from './containers/NotificationsPage.js';
|
|
6
|
+
export { NotificationProvider, useNotificationController } from './context/notification/context.js';
|
|
7
|
+
export { useNotificationList, useUnreadNotifications } from './context/notification/hooks.js';
|
|
8
|
+
export { LazyNotificationList } from './context/notification/LazyNotificationList.js';
|
|
9
|
+
export { NotificationController } from './context/notification/NotificationController.js';
|
|
10
|
+
//# sourceMappingURL=notifications.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notifications.js","sourceRoot":"","sources":["../src/notifications.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iDAAiD,CAAA;AACvF,OAAO,EAAE,gBAAgB,EAAE,MAAM,4CAA4C,CAAA;AAC7E,OAAO,EAAE,gBAAgB,EAAyB,MAAM,4CAA4C,CAAA;AACpG,cAAc,iCAAiC,CAAA;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAClE,OAAO,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAA;AAChG,OAAO,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAA;AAC1F,OAAO,EAAE,oBAAoB,EAAE,MAAM,6CAA6C,CAAA;AAClF,OAAO,EAAE,sBAAsB,EAAE,MAAM,+CAA+C,CAAA"}
|
package/dist/svg/AI.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Stackspot logo followed by the text "AI". This is the specific logo for the AI Portal.
|
|
3
|
+
*/
|
|
4
|
+
export declare const AI: ({ className, style }: {
|
|
5
|
+
className?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
//# sourceMappingURL=AI.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AI.d.ts","sourceRoot":"","sources":["../../src/svg/AI.tsx"],"names":[],"mappings":"AAKA;;GAEG;AACH,eAAO,MAAM,EAAE,GAAI,sBAAsB;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;CAAE,4CAgC3F,CAAA"}
|
package/dist/svg/AI.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
/* eslint-disable max-len */
|
|
3
|
+
import { theme } from '@stack-spot/portal-theme';
|
|
4
|
+
import { useTranslate } from '@stack-spot/portal-translate';
|
|
5
|
+
/**
|
|
6
|
+
* The Stackspot logo followed by the text "AI". This is the specific logo for the AI Portal.
|
|
7
|
+
*/
|
|
8
|
+
export const AI = ({ className, style }) => {
|
|
9
|
+
const t = useTranslate({
|
|
10
|
+
en: { title: 'Logo StackSpot AI (Artificial Intelligence)', description: 'StackSpot logo on the left and right side written "StackSpot" in white and "AI" in orange.' },
|
|
11
|
+
pt: { title: 'Logo StackSpot AI (Inteligência Artificial)', description: 'Logo da StackSpot do lado esquerdo e do lado direito escrito "StackSpot" na cor branca e "AI" na cor laranja.' },
|
|
12
|
+
});
|
|
13
|
+
return (_jsxs("svg", { id: "logo-ai", "aria-labelledby": "logo-ai-title logo-ai-desc", className: className, style: style, width: "139", height: "24", viewBox: "0 0 139 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("title", { id: "logo-ai-title", children: t.title }), _jsx("desc", { id: "logo-ai-desc", children: t.description }), _jsxs("g", { clipPath: "url(#clip0_7262_63725)", children: [_jsx("path", { d: "M73.7006 8.97522H71.2213L68.0266 13.0292C67.5949 13.5363 67.6121 14.0062 68.0266 14.5306L71.4557 18.879H74.1299L69.8941 13.6723L73.7006 8.97522Z", fill: theme.color.light.contrastText }), _jsx("path", { d: "M76.878 8.8194C76.878 7.78302 77.6774 6.99893 79.1427 6.99893C80.5218 6.99893 81.4025 7.85722 81.5456 9.09395H83.8127C83.6203 6.75158 81.8663 4.94348 79.1427 4.94348C76.4192 4.94348 74.6134 6.60812 74.6134 8.77982C74.6134 13.6525 81.7577 12.2254 81.7577 15.2578C81.7577 16.2571 80.9584 17.0585 79.3179 17.0585C77.6774 17.0585 76.7029 16.079 76.5647 14.6716H74.3C74.416 17.2366 76.2712 19.1139 79.2982 19.1139C82.3251 19.1139 84.0224 17.4295 84.0224 15.1985C84.0224 10.2664 76.878 11.7925 76.878 8.81692V8.8194Z", fill: theme.color.light.contrastText }), _jsx("path", { d: "M90.2812 8.74023C88.9663 8.74023 88.1547 9.46743 87.6785 10.1575C87.4664 10.4642 86.9878 10.3381 86.9508 9.96707L86.8472 8.97521H85.2461V22.4036H87.3924V18.4609C87.3924 18.1245 87.8068 17.9564 88.0338 18.2037C88.4655 18.6761 89.1661 19.1164 90.2837 19.1164C92.7235 19.1164 94.8328 16.9447 94.8328 13.9296C94.8328 10.9144 92.7235 8.74271 90.2837 8.74271L90.2812 8.74023ZM90.0468 17.1178C88.6209 17.1178 87.3924 15.8267 87.3924 13.9271C87.3924 12.0275 88.6234 10.7363 90.0468 10.7363C91.4703 10.7363 92.7013 12.0275 92.7013 13.9271C92.7013 15.8267 91.4728 17.1178 90.0468 17.1178Z", fill: theme.color.light.contrastText }), _jsx("path", { d: "M100.66 8.74023C97.9857 8.74023 95.7605 11.0307 95.7605 13.9271C95.7605 16.8235 97.9857 19.1139 100.66 19.1139C103.334 19.1139 105.559 16.8037 105.559 13.9271C105.559 11.0504 103.334 8.74023 100.66 8.74023ZM100.66 17.1178C99.1378 17.1178 97.887 15.8069 97.887 13.9271C97.887 12.0473 99.1353 10.7363 100.66 10.7363C102.185 10.7363 103.433 12.0473 103.433 13.9271C103.433 15.8069 102.185 17.1178 100.66 17.1178Z", fill: theme.color.light.contrastText }), _jsx("path", { d: "M109.696 6.43005H107.841V7.9166C107.841 8.6809 107.432 9.0915 106.65 9.0915H105.947V10.912H107.567V15.6684C107.567 17.8401 108.875 19.114 110.671 19.114C111.199 19.114 111.589 19.015 111.843 18.9186V16.9621C111.648 17.061 111.413 17.0981 111.159 17.0981C110.281 17.0981 109.694 16.5886 109.694 15.4928V10.912H111.84V8.97525H109.694V6.43005H109.696Z", fill: theme.color.light.contrastText }), _jsx("path", { d: "M58.6421 10.7363C60.0483 10.7363 60.8279 11.8123 61.0622 12.6161H63.2085C62.8187 10.6794 61.0992 8.74023 58.6397 8.74023C55.9655 8.74023 53.7402 11.0307 53.7402 13.9271C53.7402 16.8235 55.9655 19.1139 58.6397 19.1139C61.0992 19.1139 62.8187 17.1574 63.2085 15.238H61.0622C60.8279 16.0394 60.0458 17.1178 58.6421 17.1178C57.12 17.1178 55.8692 15.8069 55.8692 13.9271C55.8692 12.0473 57.1175 10.7363 58.6421 10.7363Z", fill: theme.color.light.contrastText }), _jsx("path", { d: "M66.7906 5.17847H64.6418V18.8814H66.7906V5.17847Z", fill: theme.color.light.contrastText }), _jsx("path", { d: "M39.8611 6.43005H38.006V7.9166C38.006 8.6809 37.5965 9.0915 36.8144 9.0915H36.1113V10.912H37.7321V15.6684C37.7321 17.8401 39.0396 19.114 40.8356 19.114C41.3635 19.114 41.7533 19.015 42.0074 18.9186V16.9621C41.8125 17.061 41.5782 17.0981 41.3241 17.0981C40.4458 17.0981 39.8611 16.5886 39.8611 15.4928V10.912H42.0074V8.97525H39.8611V6.43005Z", fill: theme.color.light.contrastText }), _jsx("path", { d: "M50.59 9.92502C50.5702 10.2342 50.173 10.3455 49.9979 10.0883C49.5489 9.42786 48.72 8.74023 47.2151 8.74023C44.7753 8.74023 42.666 10.9119 42.666 13.9271C42.666 16.9422 44.7753 19.1139 47.2151 19.1139C48.6978 19.1139 49.5366 18.3843 49.993 17.709C50.1656 17.4542 50.5653 17.5705 50.585 17.8772L50.6492 18.879H52.3144V8.97521H50.6492L50.5875 9.92502H50.59ZM47.452 17.1178C46.026 17.1178 44.7975 15.8267 44.7975 13.9271C44.7975 12.0275 46.0285 10.7363 47.452 10.7363C48.8754 10.7363 50.1064 12.0275 50.1064 13.9271C50.1064 15.8267 48.8754 17.1178 47.452 17.1178Z", fill: theme.color.light.contrastText }), _jsx("path", { d: "M28.1527 8.8194C28.1527 7.78302 28.952 6.99893 30.4174 6.99893C31.7965 6.99893 32.6772 7.85722 32.8203 9.09395H35.085C34.8925 6.75158 33.1385 4.94348 30.415 4.94348C27.6914 4.94348 25.8856 6.60812 25.8856 8.77982C25.8856 13.6525 33.03 12.2254 33.03 15.2578C33.03 16.2571 32.2307 17.0585 30.5901 17.0585C28.9496 17.0585 27.9751 16.079 27.837 14.6716H25.5723C25.6882 17.2366 27.5434 19.1139 30.5704 19.1139C33.5974 19.1139 35.2946 17.4295 35.2946 15.1985C35.2946 10.2664 28.1503 11.7925 28.1503 8.81692L28.1527 8.8194Z", fill: theme.color.light.contrastText }), _jsx("path", { d: "M133.017 6.66505V5.17603H127.616V6.66505H129.417V17.3925H127.616V18.8815H133.017V17.3925H131.216V6.66505H133.017Z", fill: "#FF6900" }), _jsx("path", { d: "M119.505 5.17603L114.349 18.8864H116.185L120.327 7.60496L124.466 18.8864H126.381L121.225 5.17603H119.505Z", fill: "#FF6900" }), _jsx("path", { d: "M120.265 16.4821C120.837 16.4821 121.301 16.017 121.301 15.4433C121.301 14.8695 120.837 14.4044 120.265 14.4044C119.693 14.4044 119.229 14.8695 119.229 15.4433C119.229 16.017 119.693 16.4821 120.265 16.4821Z", fill: "#FF6900" }), _jsx("path", { d: "M19.0521 8.60424C19.9969 8.60424 20.7617 7.83746 20.7617 6.89013C20.7617 5.94279 19.9969 5.17602 19.0521 5.17602C18.1072 5.17602 17.3425 5.94279 17.3425 6.89013C17.3425 7.83746 18.1072 8.60424 19.0521 8.60424ZM19.0521 15.4607C18.1072 15.4607 17.3425 16.2274 17.3425 17.1748C17.3425 18.1221 18.1072 18.8889 19.0521 18.8889C19.9969 18.8889 20.7617 18.1221 20.7617 17.1748C20.7617 16.2274 19.9969 15.4607 19.0521 15.4607ZM10.388 20.6055C9.44319 20.6055 8.67842 21.3722 8.67842 22.3196C8.67842 23.2669 9.44319 24.0337 10.388 24.0337C11.3329 24.0337 12.0977 23.2669 12.0977 22.3196C12.0977 21.3722 11.3329 20.6055 10.388 20.6055ZM18.4526 13.6377C19.1064 13.8826 19.8761 13.7119 20.3621 13.1381C20.9418 12.448 20.8777 11.3943 20.219 10.7784C19.733 10.3258 19.057 10.2095 18.4723 10.4222C18.0332 10.5805 17.5497 10.5434 17.1476 10.306C16.743 10.0661 16.4815 9.65051 16.4075 9.1855C16.3335 8.7378 16.0843 8.31979 15.6797 8.04523C15.2135 7.72863 14.6485 7.67421 14.1551 7.84983C13.7111 8.00566 13.2226 7.97845 12.8156 7.73852C12.4085 7.4986 12.1495 7.08058 12.073 6.6131C11.9965 6.15551 11.7375 5.73007 11.3181 5.45552C10.5731 4.97072 9.55174 5.15376 9.02133 5.86611C8.43173 6.65515 8.62662 7.76821 9.43085 8.31484C9.89711 8.63144 10.4621 8.68586 10.9555 8.51025C11.3995 8.35442 11.888 8.38163 12.295 8.62155C12.6996 8.86148 12.9611 9.27702 13.0376 9.7445C13.1116 10.1922 13.3608 10.6102 13.7653 10.8848C14.2316 11.2014 14.7965 11.2558 15.2899 11.0802C15.322 11.0678 15.8105 10.8427 16.0596 10.8427C16.7159 10.8427 17.2487 11.377 17.2487 12.0349C17.2487 12.6929 16.7159 13.2271 16.0596 13.2271C15.8105 13.2271 15.3245 12.9996 15.2924 12.9897C14.8064 12.8165 14.2513 12.866 13.7875 13.1702C13.3682 13.4448 13.1141 13.8727 13.0401 14.3328C12.9636 14.7953 12.7045 15.2109 12.2975 15.4533C11.8929 15.6932 11.4044 15.7229 10.9579 15.5646C10.4645 15.3914 9.89958 15.4458 9.43332 15.76C8.62908 16.3066 8.43419 17.4197 9.0238 18.2087C9.55667 18.921 10.5755 19.1041 11.3206 18.6193C11.7424 18.3447 12.0015 17.9193 12.0755 17.4617C12.1519 16.9942 12.411 16.5787 12.818 16.3363C13.2226 16.0964 13.827 16.1409 14.1527 16.22C14.6535 16.3412 15.1937 16.3437 15.6575 16.0395C16.0769 15.7649 16.3335 15.337 16.4075 14.8769C16.4815 14.4144 16.743 14.0013 17.1476 13.7614C17.5423 13.5264 18.0234 13.4745 18.4526 13.6377ZM9.79103 13.6377C10.4448 13.8826 11.2145 13.7119 11.7005 13.1381C12.2802 12.448 12.2161 11.3943 11.5574 10.7784C11.0714 10.3258 10.3954 10.2095 9.81077 10.4222C9.37165 10.5805 8.88812 10.5434 8.486 10.306C8.08142 10.0661 7.81991 9.65051 7.7459 9.1855C7.74344 9.16324 7.4474 7.75337 6.05849 7.75337C5.11363 7.75337 4.34887 8.52014 4.34887 9.46747C4.34887 10.4148 5.11363 11.1816 6.05849 11.1816C6.33972 11.1816 6.60369 11.1123 6.83805 10.9911C7.01074 10.9243 7.24511 10.8427 7.39559 10.8427C8.05181 10.8427 8.58468 11.377 8.58468 12.0349C8.58468 12.6929 8.05181 13.2271 7.39559 13.2271C7.23031 13.2271 6.96387 13.1282 6.79118 13.0589C6.73444 13.0367 6.35206 12.8907 6.05602 12.8907C5.11117 12.8907 4.3464 13.6575 4.3464 14.6049C4.3464 15.5522 5.11117 16.319 6.05602 16.319C6.89973 16.319 7.60035 15.7055 7.7385 14.8967C7.7385 14.8893 7.74344 14.8819 7.7459 14.8745C7.81991 14.4119 8.08142 13.9989 8.486 13.7589C8.88072 13.524 9.36178 13.472 9.79103 13.6353V13.6377ZM14.7201 18.0331C13.7752 18.0331 13.0104 18.7998 13.0104 19.7472C13.0104 20.6945 13.7752 21.4613 14.7201 21.4613C15.6649 21.4613 16.4297 20.6945 16.4297 19.7472C16.4297 18.7998 15.6649 18.0331 14.7201 18.0331ZM10.388 3.46191C11.3329 3.46191 12.0977 2.69514 12.0977 1.7478C12.0977 0.800465 11.3329 0.0336914 10.388 0.0336914C9.44319 0.0336914 8.67842 0.800465 8.67842 1.7478C8.67842 2.69514 9.44319 3.46191 10.388 3.46191ZM6.05849 18.0331C5.11363 18.0331 4.34887 18.7998 4.34887 19.7472C4.34887 20.6945 5.11363 21.4613 6.05849 21.4613C7.00334 21.4613 7.76811 20.6945 7.76811 19.7472C7.76811 18.7998 7.00334 18.0331 6.05849 18.0331ZM14.7201 6.03431C15.6649 6.03431 16.4297 5.26754 16.4297 4.3202C16.4297 3.37286 15.6649 2.60609 14.7201 2.60609C13.7752 2.60609 13.0104 3.37286 13.0104 4.3202C13.0104 5.26754 13.7752 6.03431 14.7201 6.03431ZM6.05849 6.03431C7.00334 6.03431 7.76811 5.26754 7.76811 4.3202C7.76811 3.37286 7.00334 2.60609 6.05849 2.60609C5.11363 2.60609 4.34887 3.37286 4.34887 4.3202C4.34887 5.26754 5.11363 6.03431 6.05849 6.03431ZM1.72647 5.17602C0.78161 5.17602 0.0168457 5.94279 0.0168457 6.89013C0.0168457 7.83746 0.78161 8.60424 1.72647 8.60424C2.67132 8.60424 3.43608 7.83746 3.43608 6.89013C3.43608 5.94279 2.67132 5.17602 1.72647 5.17602ZM1.72647 15.4607C0.78161 15.4607 0.0168457 16.2274 0.0168457 17.1748C0.0168457 18.1221 0.78161 18.8889 1.72647 18.8889C2.67132 18.8889 3.43608 18.1221 3.43608 17.1748C3.43608 16.2274 2.67132 15.4607 1.72647 15.4607ZM1.72647 10.3183C0.78161 10.3183 0.0168457 11.0851 0.0168457 12.0325C0.0168457 12.9798 0.78161 13.7466 1.72647 13.7466C2.67132 13.7466 3.43608 12.9798 3.43608 12.0325C3.43608 11.0851 2.67132 10.3183 1.72647 10.3183Z", fill: "#FF6900" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_7262_63725", children: _jsx("rect", { width: "133", height: "24", fill: "white", transform: "translate(0.0168457 0.0336914)" }) }) })] }));
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=AI.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AI.js","sourceRoot":"","sources":["../../src/svg/AI.tsx"],"names":[],"mappings":";AAAA,4BAA4B;AAE5B,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAA;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAE3D;;GAEG;AACH,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,KAAK,EAAuD,EAAE,EAAE;IAC9F,MAAM,CAAC,GAAG,YAAY,CAAC;QACrB,EAAE,EAAE,EAAE,KAAK,EAAE,6CAA6C,EAAE,WAAW,EAAE,4FAA4F,EAAE;QACvK,EAAE,EAAE,EAAE,KAAK,EAAE,6CAA6C,EAAE,WAAW,EAAE,+GAA+G,EAAE;KAC3L,CAAC,CAAA;IACF,OAAO,CACL,eAAK,EAAE,EAAC,SAAS,qBAAiB,4BAA4B,EAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,YAAY,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,aAC5L,gBAAO,EAAE,EAAC,eAAe,YAAE,CAAC,CAAC,KAAK,GAAS,EAC3C,eAAM,EAAE,EAAC,cAAc,YAAE,CAAC,CAAC,WAAW,GAAQ,EAC9C,aAAG,QAAQ,EAAC,wBAAwB,aAClC,eAAM,CAAC,EAAC,kJAAkJ,EAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,GAAG,EAClM,eAAM,CAAC,EAAC,ggBAAggB,EAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,GAAG,EAChjB,eAAM,CAAC,EAAC,okBAAokB,EAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,GAAG,EACpnB,eAAM,CAAC,EAAC,2ZAA2Z,EAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,GAAG,EAC3c,eAAM,CAAC,EAAC,8VAA8V,EAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,GAAG,EAC9Y,eAAM,CAAC,EAAC,gaAAga,EAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,GAAG,EAChd,eAAM,CAAC,EAAC,mDAAmD,EAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,GAAG,EACnG,eAAM,CAAC,EAAC,sVAAsV,EAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,GAAG,EACtY,eAAM,CAAC,EAAC,kjBAAkjB,EAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,GAAG,EAClmB,eAAM,CAAC,EAAC,sgBAAsgB,EAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,GAAG,EACtjB,eAAM,CAAC,EAAC,mHAAmH,EAAC,IAAI,EAAC,SAAS,GAAE,EAC5I,eAAM,CAAC,EAAC,2GAA2G,EAAC,IAAI,EAAC,SAAS,GAAE,EACpI,eAAM,CAAC,EAAC,iNAAiN,EAAC,IAAI,EAAC,SAAS,GAAE,EAC1O,eAAM,CAAC,EAAC,o1JAAo1J,EAAC,IAAI,EAAC,SAAS,GAAE,IAC32J,EACJ,yBACE,mBAAU,EAAE,EAAC,kBAAkB,YAC7B,eAAM,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,gCAAgC,GAAE,GAC9E,GACN,IACH,CACP,CAAA;AACH,CAAC,CAAA"}
|
package/dist/svg/CS.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Stackspot logo followed by the text "EDP". This is the specific logo for the EDP Portal.
|
|
3
|
+
*/
|
|
4
|
+
export declare const CS: ({ className, style }: {
|
|
5
|
+
className?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
//# sourceMappingURL=CS.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CS.d.ts","sourceRoot":"","sources":["../../src/svg/CS.tsx"],"names":[],"mappings":"AAKA;;GAEG;AACH,eAAO,MAAM,EAAE,GAAI,sBAAsB;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;CAAE,4CAuC3F,CAAA"}
|
package/dist/svg/CS.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
/* eslint-disable max-len */
|
|
3
|
+
import { theme } from '@stack-spot/portal-theme';
|
|
4
|
+
import { useTranslate } from '@stack-spot/portal-translate';
|
|
5
|
+
/**
|
|
6
|
+
* The Stackspot logo followed by the text "EDP". This is the specific logo for the EDP Portal.
|
|
7
|
+
*/
|
|
8
|
+
export const CS = ({ className, style }) => {
|
|
9
|
+
const t = useTranslate({
|
|
10
|
+
en: { title: 'Logo StackSpot CS (Cloud Services)', description: 'StackSpot logo on the left and right side written "StackSpot" in white and "CS" in orange.' },
|
|
11
|
+
pt: { title: 'Logo StackSpot CS (Serviços de Cloud)', description: 'Logo da StackSpot do lado esquerdo e do lado direito escrito "StackSpot" na cor branca e "CS" na cor laranja.' },
|
|
12
|
+
});
|
|
13
|
+
return (_jsxs("svg", { id: "logo-cs", "aria-labelledby": "logo-cs-title logo-cs-desc", className: className, style: style, xmlns: "http://www.w3.org/2000/svg", width: "143", height: "25", viewBox: "0 0 143 25", fill: "none", children: [_jsx("title", { id: "logo-cs-title", children: t.title }), _jsx("desc", { id: "logo-cs-desc", children: t.description }), _jsxs("g", { clipPath: "url(#clip0_7310_17825)", children: [_jsx("path", { d: "M13.5276 20.6222C13.4128 20.6222 13.303 20.6446 13.2031 20.6821C13.1183 20.7145 13.0285 20.7345 12.9361 20.742C12.9187 20.742 12.9012 20.742 12.8862 20.742C12.2299 20.742 11.6584 20.3726 11.3689 19.8311L11.3639 19.8236C11.324 19.7488 11.2991 19.6689 11.2841 19.5865C11.2042 19.1299 10.8099 18.7855 10.3308 18.7855C10.2185 18.7855 10.1112 18.8054 10.0114 18.8429C9.92154 18.8753 9.8292 18.8978 9.73687 18.9053C9.7194 18.9053 9.70193 18.9053 9.68696 18.9053C9.01317 18.9053 8.4392 18.5309 8.1572 17.9694C8.12476 17.9021 8.1023 17.8297 8.08983 17.7573C8.01246 17.2982 7.61568 16.9463 7.13404 16.9463C7.02424 16.9463 6.91693 16.9662 6.81961 17.0012C6.73975 17.0286 6.65989 17.0486 6.57505 17.0536C6.5476 17.0536 6.52015 17.0561 6.49769 17.0561C5.78147 17.0561 5.16508 16.5395 4.90555 15.9181L4.87061 15.8208C4.83068 15.6811 4.7633 15.5538 4.67097 15.449C4.5986 15.3666 4.53122 15.2793 4.47133 15.1869C4.41642 15.1021 4.35653 15.0048 4.32659 14.9399C4.22427 14.7153 4.14192 14.4707 4.14192 14.2436C4.14192 13.9691 4.2068 13.7096 4.32159 13.48C4.32908 13.465 4.33906 13.4476 4.34905 13.4301C4.41393 13.3128 4.49878 13.2105 4.5961 13.1182C4.79824 12.931 4.92052 12.659 4.90804 12.3595C4.88558 11.8579 4.47632 11.4512 3.97472 11.4312C3.41822 11.4087 2.96154 11.8529 2.96154 12.4044C2.96154 12.6864 3.08132 12.941 3.27348 13.1182C3.38078 13.218 3.47811 13.3328 3.54798 13.4625C3.56046 13.4875 3.57294 13.51 3.58292 13.5274C3.68274 13.7445 3.74014 13.9866 3.74014 14.2436C3.74014 14.5007 3.72267 14.9574 3.36332 15.2943C3.12375 15.5188 2.93159 15.8083 2.96403 16.1702C3.00147 16.5869 3.30841 16.9313 3.71518 17.0286C3.91483 17.0761 4.09949 17.0561 4.26669 16.9937C4.35404 16.9613 4.44388 16.9413 4.53621 16.9363C4.55368 16.9363 4.56865 16.9363 4.58113 16.9363C5.23246 16.9363 5.80643 17.2832 6.0984 17.8147C6.13584 17.8821 6.1583 17.9545 6.16578 18.0293C6.22068 18.516 6.63244 18.8928 7.13155 18.8928C7.24884 18.8928 7.35864 18.8703 7.46096 18.8329C7.54331 18.8029 7.62816 18.7805 7.7155 18.7755C7.74045 18.7755 7.76042 18.773 7.77789 18.773C8.40177 18.773 8.95078 19.1099 9.25274 19.6115C9.25274 19.614 9.25773 19.619 9.26022 19.624C9.31512 19.7188 9.35505 19.8236 9.37502 19.9309C9.45487 20.3876 9.85166 20.732 10.3283 20.732C10.4481 20.732 10.5604 20.7095 10.6652 20.6696C10.7625 20.6322 10.8648 20.6147 10.9697 20.6122C10.9746 20.6122 10.9796 20.6122 10.9846 20.6122C11.6035 20.6122 12.1351 20.9316 12.4345 21.4183C12.437 21.4232 12.4395 21.4257 12.442 21.4307C12.5069 21.5405 12.5518 21.6603 12.5768 21.7851C12.6666 22.2468 13.0784 22.5911 13.57 22.5687C14.0716 22.5462 14.4783 22.137 14.5008 21.6354C14.5233 21.0789 14.0791 20.6222 13.5276 20.6222ZM3.93729 9.6993C4.47382 9.6993 4.91054 9.26259 4.91054 8.72605C4.91054 8.18952 4.47382 7.7528 3.93729 7.7528C3.40075 7.7528 2.96403 8.18952 2.96403 8.72605C2.96403 9.26259 3.40075 9.6993 3.93729 9.6993ZM3.93729 6.02341C4.47382 6.02341 4.91054 5.58669 4.91054 5.05016C4.91054 4.51362 4.47382 4.0769 3.93729 4.0769C3.40075 4.0769 2.96403 4.51362 2.96403 5.05016C2.96403 5.58669 3.40075 6.02341 3.93729 6.02341Z", fill: "#FF9800" }), _jsx("path", { d: "M16.8545 18.5507C16.6648 18.5307 16.4827 18.5557 16.318 18.6156C16.2381 18.6455 16.1557 18.6705 16.0734 18.6904C15.991 18.7104 15.8962 18.7279 15.8263 18.7279C15.3971 18.7279 15.0253 18.4833 14.8431 18.124C14.8157 18.0715 14.7882 17.9792 14.7657 17.9019C14.7483 17.842 14.7333 17.7796 14.7233 17.7172C14.626 17.1432 14.1294 16.7065 13.528 16.7065C13.3633 16.7065 13.206 16.7414 13.0638 16.7988C13.0388 16.8088 13.0164 16.8188 12.9914 16.8288C12.8766 16.8687 12.7569 16.8912 12.6271 16.8912C12.1754 16.8912 11.7886 16.6192 11.6164 16.2324C11.569 16.125 11.5266 15.8855 11.5266 15.8855C11.4342 15.309 10.9351 14.8673 10.3312 14.8673C10.184 14.8673 10.0442 14.8948 9.91446 14.9422C9.91446 14.9422 9.60501 15.047 9.43532 15.047C8.96866 15.047 8.56937 14.755 8.40966 14.3457C8.36973 14.2434 8.32731 14.0138 8.32731 14.0138C8.2749 13.7368 8.12767 13.4948 7.92054 13.3201C7.86314 13.2702 7.80575 13.2178 7.75584 13.1604C7.69844 13.0955 7.63106 13.0156 7.59612 12.9557C7.50129 12.7935 7.44889 12.6064 7.44889 12.4067C7.44889 12.1721 7.52126 11.955 7.64603 11.7754C7.67348 11.7379 7.7184 11.6855 7.76083 11.6406C7.81074 11.5882 7.86314 11.5408 7.91804 11.4959C8.18257 11.2738 8.35226 10.9419 8.35226 10.5675C8.35226 10.1932 8.18257 9.8613 7.91804 9.6392C7.85815 9.58929 7.80325 9.53938 7.74835 9.48198C7.72839 9.45952 7.70842 9.43956 7.69345 9.42209C7.54122 9.23243 7.44889 8.99036 7.44889 8.72833C7.44889 8.53119 7.50129 8.34402 7.59363 8.18431C7.63106 8.11693 7.70842 8.02709 7.77081 7.95971C7.81573 7.9098 7.86564 7.86239 7.91804 7.81997C8.20253 7.58289 8.37472 7.21605 8.34977 6.81178C8.30984 6.19538 7.80325 5.70377 7.18686 5.67881C6.4956 5.65136 5.92413 6.20537 5.92413 6.89163C5.92413 7.26347 6.09382 7.59786 6.35835 7.81997C6.41075 7.86488 6.46316 7.9123 6.51057 7.96221C6.56298 8.01711 6.62287 8.08699 6.65531 8.13939C6.76262 8.30909 6.8275 8.51372 6.8275 8.73083C6.8275 8.99286 6.73517 9.23492 6.58045 9.42458C6.56547 9.44205 6.54801 9.46202 6.52804 9.48448C6.47564 9.53938 6.41824 9.59178 6.35835 9.64169C6.09382 9.86379 5.92413 10.1957 5.92413 10.57C5.92413 10.9444 6.09382 11.2788 6.36084 11.5009C6.41574 11.5458 6.46565 11.5932 6.51556 11.6431C6.5505 11.6805 6.58544 11.7205 6.6079 11.7504C6.74515 11.9351 6.8275 12.1622 6.8275 12.4092C6.8275 12.6388 6.75763 12.8509 6.63784 13.0281C6.61039 13.0705 6.55799 13.1279 6.51556 13.1753C6.46815 13.2277 6.41574 13.2752 6.36084 13.3201C6.07635 13.5572 5.90416 13.9215 5.92912 14.3283C5.96905 14.9397 6.46815 15.4313 7.07955 15.4612C7.26172 15.4712 7.43641 15.4388 7.59612 15.3739C7.70093 15.3315 7.80824 15.299 7.92054 15.2866C7.96546 15.2816 8.01038 15.2766 8.04282 15.2766C8.42463 15.2766 8.76153 15.4712 8.96117 15.7682C8.97864 15.7956 8.9986 15.8331 9.01857 15.8755C9.07846 16.0028 9.11839 16.14 9.14085 16.2798C9.23069 16.8587 9.73229 17.3029 10.3387 17.3029C10.4934 17.3029 10.6382 17.273 10.7729 17.2206C10.8677 17.1831 10.9651 17.1557 11.0649 17.1407C11.1273 17.1307 11.1922 17.1257 11.2371 17.1257C11.6339 17.1257 11.9832 17.3354 12.1779 17.6523C12.2053 17.6947 12.2328 17.7621 12.2577 17.8245C12.2977 17.9243 12.3226 18.0291 12.3401 18.1364C12.4374 18.7079 12.934 19.1421 13.5355 19.1421C13.6877 19.1421 13.8349 19.1122 13.9697 19.0623C14.082 19.0198 14.1993 18.9899 14.319 18.9724C14.3615 18.9649 14.4039 18.9624 14.4363 18.9624C14.878 18.9624 15.2574 19.222 15.4345 19.5963C15.4545 19.6387 15.4745 19.7036 15.4919 19.7635C15.5119 19.8309 15.5244 19.9008 15.5369 19.9706C15.6317 20.5446 16.1308 20.9838 16.7347 20.9838C17.4334 20.9838 17.9949 20.3924 17.945 19.6837C17.9051 19.0997 17.4434 18.6256 16.8645 18.5632M7.13445 4.42357C7.80325 4.42357 8.34727 3.87954 8.34727 3.21075C8.34727 2.54195 7.80325 1.99792 7.13445 1.99792C6.46565 1.99792 5.92163 2.54195 5.92163 3.21075C5.92163 3.87954 6.46565 4.42357 7.13445 4.42357Z", fill: "#FF9800" }), _jsx("path", { d: "M0.740546 14.9748C1.13983 14.9748 1.46425 14.6454 1.46425 14.2411C1.46425 13.8368 1.13983 13.5074 0.740546 13.5074C0.341263 13.5074 0.0168457 13.8368 0.0168457 14.2411C0.0168457 14.6454 0.341263 14.9748 0.740546 14.9748ZM0.740546 11.2989C1.13983 11.2989 1.46425 10.9695 1.46425 10.5652C1.46425 10.1609 1.13983 9.83154 0.740546 9.83154C0.341263 9.83154 0.0168457 10.1609 0.0168457 10.5652C0.0168457 10.9695 0.341263 11.2989 0.740546 11.2989ZM0.740546 7.623C1.13983 7.623 1.46425 7.2936 1.46425 6.88932C1.46425 6.48505 1.13983 6.15564 0.740546 6.15564C0.341263 6.15564 0.0168457 6.48505 0.0168457 6.88932C0.0168457 7.2936 0.341263 7.623 0.740546 7.623ZM10.3308 22.7009C10.3034 22.7009 10.0788 22.7159 9.99642 22.7159C9.07807 22.7159 8.28449 22.2093 7.88521 21.4656C7.85527 21.4107 7.78789 21.286 7.78789 21.286C7.67309 21.0364 7.42354 20.8617 7.13406 20.8617C7.10911 20.8617 6.887 20.8842 6.79717 20.8842C5.91126 20.8842 5.14014 20.41 4.72838 19.7088C4.67847 19.6239 4.58614 19.4368 4.58614 19.4368C4.46885 19.1922 4.22429 19.0225 3.9373 19.0225C3.91734 19.0225 3.68526 19.0425 3.58793 19.0425C2.6596 19.0425 1.85854 18.5234 1.46425 17.7673C1.44428 17.7298 1.42681 17.6924 1.41184 17.6525C1.30703 17.378 1.04749 17.1833 0.740546 17.1833C0.341263 17.1833 0.0168457 17.5127 0.0168457 17.917C0.0168457 18.3213 0.341263 18.6507 0.740546 18.6507C0.772987 18.6507 1.00257 18.6332 1.08243 18.6332C1.92592 18.6332 2.66708 19.0625 3.08883 19.7088C3.1587 19.8161 3.27599 20.0507 3.27599 20.0507C3.38829 20.3077 3.64034 20.4874 3.9373 20.4874C3.96475 20.4874 4.19185 20.4749 4.2742 20.4749C5.17258 20.4749 5.95119 20.959 6.35795 21.6753C6.39788 21.7451 6.48024 21.8999 6.48024 21.8999C6.59503 22.1519 6.84458 22.3266 7.13656 22.3266C7.16151 22.3266 7.38611 22.3116 7.47096 22.3116C8.34688 22.3116 9.11301 22.7733 9.52726 23.4621C9.58216 23.5519 9.68198 23.7515 9.68198 23.7515C9.79927 23.9961 10.0438 24.1683 10.3308 24.1683C10.7301 24.1683 11.0545 23.8389 11.0545 23.4346C11.0545 23.0303 10.7301 22.7009 10.3308 22.7009Z", fill: "#FF9800" }), _jsx("path", { d: "M10.331 2.57725C10.9998 2.57725 11.5438 2.03323 11.5438 1.36443C11.5438 0.695634 10.9998 0.151611 10.331 0.151611C9.66219 0.151611 9.11816 0.695634 9.11816 1.36443C9.11816 2.03323 9.66219 2.57725 10.331 2.57725Z", fill: "#FF6633" }), _jsx("path", { d: "M10.331 6.25548C10.9998 6.25548 11.5438 5.71145 11.5438 5.04266C11.5438 4.37386 10.9998 3.82983 10.331 3.82983C9.66219 3.82983 9.11816 4.37386 9.11816 5.04266C9.11816 5.71145 9.66219 6.25548 10.331 6.25548Z", fill: "#FF6633" }), _jsx("path", { d: "M10.331 9.9315C10.9998 9.9315 11.5438 9.38748 11.5438 8.71868C11.5438 8.04988 10.9998 7.50586 10.331 7.50586C9.66219 7.50586 9.11816 8.04988 9.11816 8.71868C9.11816 9.38748 9.66219 9.9315 10.331 9.9315Z", fill: "#FF6633" }), _jsx("path", { d: "M10.331 13.6074C10.9998 13.6074 11.5438 13.0634 11.5438 12.3946C11.5438 11.7258 10.9998 11.1818 10.331 11.1818C9.66219 11.1818 9.11816 11.7258 9.11816 12.3946C9.11816 13.0634 9.66219 13.6074 10.331 13.6074Z", fill: "#FF6633" }), _jsx("path", { d: "M13.5275 4.41624C14.1963 4.41624 14.7403 3.87222 14.7403 3.20342C14.7403 2.53462 14.1963 1.9906 13.5275 1.9906C12.8587 1.9906 12.3147 2.53462 12.3147 3.20342C12.3147 3.87222 12.8587 4.41624 13.5275 4.41624Z", fill: "#FF6633" }), _jsx("path", { d: "M13.5275 8.09215C14.1963 8.09215 14.7403 7.54812 14.7403 6.87932C14.7403 6.21053 14.1963 5.6665 13.5275 5.6665C12.8587 5.6665 12.3147 6.21053 12.3147 6.87932C12.3147 7.54812 12.8587 8.09215 13.5275 8.09215Z", fill: "#FF6633" }), _jsx("path", { d: "M13.5275 11.7706C14.1963 11.7706 14.7403 11.2266 14.7403 10.5578C14.7403 9.88899 14.1963 9.34497 13.5275 9.34497C12.8587 9.34497 12.3147 9.88899 12.3147 10.5578C12.3147 11.2266 12.8587 11.7706 13.5275 11.7706Z", fill: "#FF6633" }), _jsx("path", { d: "M13.5275 15.4465C14.1963 15.4465 14.7403 14.9025 14.7403 14.2337C14.7403 13.5649 14.1963 13.0209 13.5275 13.0209C12.8587 13.0209 12.3147 13.5649 12.3147 14.2337C12.3147 14.9025 12.8587 15.4465 13.5275 15.4465Z", fill: "#FF6633" }), _jsx("path", { d: "M16.727 6.25548C17.3958 6.25548 17.9398 5.71145 17.9398 5.04266C17.9398 4.37386 17.3958 3.82983 16.727 3.82983C16.0582 3.82983 15.5142 4.37386 15.5142 5.04266C15.5142 5.71145 16.0582 6.25548 16.727 6.25548Z", fill: "#FF6633" }), _jsx("path", { d: "M16.727 9.9315C17.3958 9.9315 17.9398 9.38748 17.9398 8.71868C17.9398 8.04988 17.3958 7.50586 16.727 7.50586C16.0582 7.50586 15.5142 8.04988 15.5142 8.71868C15.5142 9.38748 16.0582 9.9315 16.727 9.9315Z", fill: "#FF6633" }), _jsx("path", { d: "M16.727 13.6074C17.3958 13.6074 17.9398 13.0634 17.9398 12.3946C17.9398 11.7258 17.3958 11.1818 16.727 11.1818C16.0582 11.1818 15.5142 11.7258 15.5142 12.3946C15.5142 13.0634 16.0582 13.6074 16.727 13.6074Z", fill: "#FF6633" }), _jsx("path", { d: "M16.727 17.2856C17.3958 17.2856 17.9398 16.7416 17.9398 16.0728C17.9398 15.404 17.3958 14.86 16.727 14.86C16.0582 14.86 15.5142 15.404 15.5142 16.0728C15.5142 16.7416 16.0582 17.2856 16.727 17.2856Z", fill: "#FF6633" }), _jsx("path", { d: "M19.9235 8.09215C20.5923 8.09215 21.1363 7.54812 21.1363 6.87932C21.1363 6.21053 20.5923 5.6665 19.9235 5.6665C19.2547 5.6665 18.7107 6.21053 18.7107 6.87932C18.7107 7.54812 19.2547 8.09215 19.9235 8.09215Z", fill: "#FF6633" }), _jsx("path", { d: "M19.9235 11.7706C20.5923 11.7706 21.1363 11.2266 21.1363 10.5578C21.1363 9.88899 20.5923 9.34497 19.9235 9.34497C19.2547 9.34497 18.7107 9.88899 18.7107 10.5578C18.7107 11.2266 19.2547 11.7706 19.9235 11.7706Z", fill: "#FF6633" }), _jsx("path", { d: "M19.9235 15.4465C20.5923 15.4465 21.1363 14.9025 21.1363 14.2337C21.1363 13.5649 20.5923 13.0209 19.9235 13.0209C19.2547 13.0209 18.7107 13.5649 18.7107 14.2337C18.7107 14.9025 19.2547 15.4465 19.9235 15.4465Z", fill: "#FF6633" }), _jsx("path", { d: "M19.9235 19.1223C20.5923 19.1223 21.1363 18.5783 21.1363 17.9095C21.1363 17.2407 20.5923 16.6967 19.9235 16.6967C19.2547 16.6967 18.7107 17.2407 18.7107 17.9095C18.7107 18.5783 19.2547 19.1223 19.9235 19.1223Z", fill: "#FF6633" }), _jsx("path", { d: "M81.6599 11.0107H78.6229C77.8218 11.0107 77.168 10.3594 77.168 9.55585C77.168 8.75229 77.8193 8.10096 78.6229 8.10096H81.9968C82.4485 8.10096 82.8179 7.73163 82.8179 7.27994C82.8179 6.82825 82.4485 6.45891 81.9968 6.45891H78.6229C76.916 6.45891 75.526 7.84892 75.526 9.55585C75.526 11.2628 76.916 12.6528 78.6229 12.6528H81.6599C82.6557 12.6528 83.4667 13.4638 83.4667 14.4595C83.4667 15.4553 82.6557 16.2663 81.6599 16.2663H76.347C75.8953 16.2663 75.526 16.6331 75.526 17.0873C75.526 17.5415 75.8928 17.9083 76.347 17.9083H81.6599C83.5615 17.9083 85.1087 16.3611 85.1087 14.462C85.1087 12.5629 83.5615 11.0132 81.6599 11.0132V11.0107ZM60.3507 8.28813H63.2031C63.6548 8.28813 64.0241 7.91879 64.0241 7.4671C64.0241 7.01541 63.6573 6.64608 63.2031 6.64608H60.3507C57.2463 6.64608 54.7208 9.17154 54.7208 12.276C54.7208 15.3804 57.2463 17.9058 60.3507 17.9058H63.2031C63.6548 17.9058 64.0241 17.5365 64.0241 17.0848C64.0241 16.6331 63.6573 16.2638 63.2031 16.2638H60.3507C58.1522 16.2638 56.3629 14.4745 56.3629 12.276C56.3629 10.0774 58.1522 8.28813 60.3507 8.28813ZM70.1356 12.1337L74.4579 7.81148C74.7773 7.49206 74.7773 6.97049 74.4579 6.65107C74.2982 6.49136 74.0885 6.4115 73.8764 6.4115C73.6643 6.4115 73.4572 6.49136 73.295 6.65107L68.3938 11.5523C68.0743 11.8717 68.0743 12.3933 68.3938 12.7127L73.3424 17.6613C73.6518 17.9707 74.1934 17.9707 74.5028 17.6613C74.8222 17.3419 74.8222 16.8203 74.5028 16.5009L70.1331 12.1312L70.1356 12.1337ZM108.09 8.07351H110.8V17.0823C110.8 17.534 111.169 17.9034 111.621 17.9034C112.073 17.9034 112.442 17.534 112.442 17.0823V8.07351H115.152C115.604 8.07351 115.973 7.70418 115.973 7.25249C115.973 6.8008 115.604 6.43146 115.152 6.43146H108.09C107.638 6.43146 107.269 6.8008 107.269 7.25249C107.269 7.70418 107.636 8.07351 108.09 8.07351ZM33.2744 11.0082H30.2373C29.4363 11.0082 28.7824 10.3569 28.7824 9.55335C28.7824 8.7498 29.4338 8.09847 30.2373 8.09847H33.6138C34.0654 8.09847 34.4348 7.72913 34.4348 7.27744C34.4348 6.82575 34.0654 6.45642 33.6138 6.45642H30.2373C28.5304 6.45642 27.1404 7.84642 27.1404 9.55335C27.1404 11.2603 28.5304 12.6503 30.2373 12.6503H33.2744C34.2701 12.6503 35.0811 13.4613 35.0811 14.457C35.0811 15.4528 34.2701 16.2638 33.2744 16.2638H27.9614C27.5097 16.2638 27.1404 16.6306 27.1404 17.0848C27.1404 17.539 27.5097 17.9058 27.9614 17.9058H33.2744C35.1759 17.9058 36.7232 16.3586 36.7232 14.4595C36.7232 12.5605 35.1759 11.0107 33.2744 11.0107V11.0082ZM45.9466 7.25249C45.9466 6.8008 45.5773 6.43146 45.1256 6.43146H36.4462C35.9945 6.43146 35.6251 6.8008 35.6251 7.25249C35.6251 7.70418 35.992 8.07351 36.4462 8.07351H38.7121V17.0823C38.7121 17.534 39.0814 17.9034 39.5331 17.9034C39.9848 17.9034 40.3541 17.534 40.3541 17.0823V8.07351H45.1256C45.5773 8.07351 45.9466 7.70418 45.9466 7.25249ZM52.1904 6.55624L52.1579 6.56872L52.1255 6.58618C52.0257 6.6336 51.9508 6.68351 51.8884 6.7459L42.131 16.5034C41.8115 16.8228 41.8115 17.3444 42.131 17.6638C42.4404 17.9732 42.9819 17.9732 43.2914 17.6638L51.6588 9.29632L51.6663 16.9451C51.6663 17.3968 52.0357 17.7636 52.4874 17.7636C52.9415 17.7636 53.3084 17.3943 53.3084 16.9426L53.2984 7.31987C53.2984 6.77335 52.7619 6.33913 52.1904 6.55624ZM66.2302 6.49884C65.7785 6.49884 65.4091 6.86568 65.4091 7.31987L65.3992 16.9426C65.3992 17.3943 65.766 17.7636 66.2177 17.7636C66.6719 17.7636 67.0387 17.3968 67.0387 16.9451L67.0487 7.32236C67.0487 7.10276 66.9638 6.89812 66.8091 6.74091C66.6544 6.58619 66.4473 6.50134 66.2302 6.49884ZM101.978 6.42647C98.8141 6.42647 96.2388 9.00185 96.2388 12.1637C96.2388 15.3255 98.8141 17.9009 101.978 17.9009C105.143 17.9009 107.716 15.328 107.716 12.1637C107.716 8.99935 105.143 6.42647 101.978 6.42647ZM101.978 16.2613C99.72 16.2613 97.8808 14.4246 97.8808 12.1637C97.8808 9.90273 99.72 8.06603 101.978 8.06603C104.237 8.06603 106.076 9.90273 106.076 12.1637C106.076 14.4246 104.239 16.2613 101.978 16.2613ZM90.7361 6.45392H87.0053C86.5537 6.45392 86.1843 6.82326 86.1843 7.27495V17.0798C86.1843 17.5315 86.5537 17.9009 87.0053 17.9009C87.457 17.9009 87.8264 17.5315 87.8264 17.0798V15.293H90.7611C93.1718 15.293 95.1557 13.3116 95.1557 10.876C95.1557 8.44035 93.1743 6.45642 90.7361 6.45642V6.45392ZM90.7536 13.651H87.8264V8.09597H90.7361C92.2684 8.09597 93.5136 9.34124 93.5136 10.8735C93.5136 12.4057 92.2759 13.641 90.7536 13.651Z", fill: theme.color.light.contrastText })] }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M136.162 10.9818H139.21C141.121 10.9818 142.68 12.5409 142.668 14.44C142.668 16.3391 141.121 17.8982 139.21 17.8982H133.876C133.431 17.8982 133.055 17.5348 133.055 17.0776C133.055 16.6321 133.419 16.257 133.876 16.257H139.21C140.218 16.257 141.027 15.4364 141.027 14.44C141.027 13.4318 140.206 12.623 139.21 12.623H136.162C134.45 12.623 133.055 11.228 133.055 9.51644C133.055 7.80492 134.45 6.40991 136.162 6.40991H139.55C139.995 6.40991 140.37 6.77332 140.37 7.2305C140.37 7.67597 140.007 8.0511 139.55 8.0511H136.162C135.353 8.0511 134.697 8.70757 134.697 9.51644C134.697 10.3253 135.353 10.9818 136.162 10.9818ZM130.488 8.25044H127.628C125.424 8.25044 123.63 10.044 123.619 12.2596C123.619 14.4752 125.424 16.2688 127.628 16.2688H130.488C130.934 16.2688 131.309 16.6322 131.309 17.0894C131.309 17.5348 130.945 17.91 130.488 17.91H127.628C124.51 17.91 121.978 15.3779 121.978 12.2596C121.978 9.14137 124.51 6.60925 127.628 6.60925H130.488C130.934 6.60925 131.309 6.98438 131.309 7.42984C131.309 7.87531 130.945 8.25044 130.488 8.25044Z", fill: "#C44100" }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_7310_17825", children: _jsx("rect", { width: "115.956", height: "24.0168", fill: "white", transform: "translate(0.0168457 0.151489)" }) }) })] }));
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=CS.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CS.js","sourceRoot":"","sources":["../../src/svg/CS.tsx"],"names":[],"mappings":";AAAA,4BAA4B;AAE5B,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAA;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAE3D;;GAEG;AACH,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,KAAK,EAAuD,EAAE,EAAE;IAC9F,MAAM,CAAC,GAAG,YAAY,CAAC;QACrB,EAAE,EAAE,EAAE,KAAK,EAAE,oCAAoC,EAAE,WAAW,EAAE,4FAA4F,EAAE;QAC9J,EAAE,EAAE,EAAE,KAAK,EAAE,uCAAuC,EAAE,WAAW,EAAE,+GAA+G,EAAE;KACrL,CAAC,CAAA;IACF,OAAO,CACL,eAAK,EAAE,EAAC,SAAS,qBAAiB,4BAA4B,EAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,YAAY,EAAC,IAAI,EAAC,MAAM,aAC5L,gBAAO,EAAE,EAAC,eAAe,YAAE,CAAC,CAAC,KAAK,GAAS,EAC3C,eAAM,EAAE,EAAC,cAAc,YAAE,CAAC,CAAC,WAAW,GAAQ,EAC9C,aAAG,QAAQ,EAAC,wBAAwB,aAClC,eAAM,CAAC,EAAC,8+FAA8+F,EAAC,IAAI,EAAC,SAAS,GAAE,EACvgG,eAAM,CAAC,EAAC,usHAAusH,EAAC,IAAI,EAAC,SAAS,GAAE,EAChuH,eAAM,CAAC,EAAC,09DAA09D,EAAC,IAAI,EAAC,SAAS,GAAE,EACn/D,eAAM,CAAC,EAAC,qNAAqN,EAAC,IAAI,EAAC,SAAS,GAAE,EAC9O,eAAM,CAAC,EAAC,gNAAgN,EAAC,IAAI,EAAC,SAAS,GAAE,EACzO,eAAM,CAAC,EAAC,4MAA4M,EAAC,IAAI,EAAC,SAAS,GAAE,EACrO,eAAM,CAAC,EAAC,gNAAgN,EAAC,IAAI,EAAC,SAAS,GAAE,EACzO,eAAM,CAAC,EAAC,gNAAgN,EAAC,IAAI,EAAC,SAAS,GAAE,EACzO,eAAM,CAAC,EAAC,gNAAgN,EAAC,IAAI,EAAC,SAAS,GAAE,EACzO,eAAM,CAAC,EAAC,mNAAmN,EAAC,IAAI,EAAC,SAAS,GAAE,EAC5O,eAAM,CAAC,EAAC,mNAAmN,EAAC,IAAI,EAAC,SAAS,GAAE,EAC5O,eAAM,CAAC,EAAC,gNAAgN,EAAC,IAAI,EAAC,SAAS,GAAE,EACzO,eAAM,CAAC,EAAC,4MAA4M,EAAC,IAAI,EAAC,SAAS,GAAE,EACrO,eAAM,CAAC,EAAC,gNAAgN,EAAC,IAAI,EAAC,SAAS,GAAE,EACzO,eAAM,CAAC,EAAC,wMAAwM,EAAC,IAAI,EAAC,SAAS,GAAE,EACjO,eAAM,CAAC,EAAC,gNAAgN,EAAC,IAAI,EAAC,SAAS,GAAE,EACzO,eAAM,CAAC,EAAC,mNAAmN,EAAC,IAAI,EAAC,SAAS,GAAE,EAC5O,eAAM,CAAC,EAAC,mNAAmN,EAAC,IAAI,EAAC,SAAS,GAAE,EAC5O,eAAM,CAAC,EAAC,mNAAmN,EAAC,IAAI,EAAC,SAAS,GAAE,EAC5O,eAAM,CAAC,EAAC,qsIAAqsI,EAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,GAAI,IACpvI,EACJ,eAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,+gCAA+gC,EAAC,IAAI,EAAC,SAAS,GAAE,EAC9kC,yBACE,mBAAU,EAAE,EAAC,kBAAkB,YAC7B,eAAM,KAAK,EAAC,SAAS,EAAC,MAAM,EAAC,SAAS,EAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,+BAA+B,GAAE,GACtF,GACN,IACH,CACP,CAAA;AACH,CAAC,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Stackspot logo followed by the text "EDP". This is the specific logo for the EDP Portal.
|
|
3
|
+
*/
|
|
4
|
+
export declare const EDP: ({ className, style }: {
|
|
5
|
+
className?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
//# sourceMappingURL=EDP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EDP.d.ts","sourceRoot":"","sources":["../../src/svg/EDP.tsx"],"names":[],"mappings":"AAKA;;GAEG;AACH,eAAO,MAAM,GAAG,GAAI,sBAAsB;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;CAAE,4CAsB5F,CAAA"}
|
package/dist/svg/EDP.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
/* eslint-disable max-len */
|
|
3
|
+
import { theme } from '@stack-spot/portal-theme';
|
|
4
|
+
import { useTranslate } from '@stack-spot/portal-translate';
|
|
5
|
+
/**
|
|
6
|
+
* The Stackspot logo followed by the text "EDP". This is the specific logo for the EDP Portal.
|
|
7
|
+
*/
|
|
8
|
+
export const EDP = ({ className, style }) => {
|
|
9
|
+
const t = useTranslate({
|
|
10
|
+
en: { title: 'Logo StackSpot EDP (Enterprise Development Platform)', description: 'StackSpot logo on the left and right side written "StackSpot" in white and "EDP" in orange.' },
|
|
11
|
+
pt: { title: 'Logo StackSpot EDP (Plataforma de Desenvolvimento para Empresas)', description: 'Logo da StackSpot do lado esquerdo e do lado direito escrito "StackSpot" na cor branca e "EDP" na cor laranja.' },
|
|
12
|
+
});
|
|
13
|
+
return (_jsxs("svg", { id: "logo-edp", "aria-labelledby": "logo-edp-title logo-edp-desc", className: className, style: style, width: "150", height: "24", viewBox: "0 0 150 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("title", { id: "logo-edp-title", children: t.title }), _jsx("desc", { id: "logo-edp-desc", children: t.description }), _jsxs("g", { clipPath: "url(#clip0_7262_63692)", children: [_jsx("path", { d: "M3.05791 16.0687C2.91687 15.8983 2.74613 15.7574 2.55065 15.6512C2.45415 15.5993 2.35022 15.5548 2.24382 15.5202C2.08299 15.4708 1.91225 15.4437 1.73409 15.4437C1.55593 15.4437 1.3852 15.4708 1.22436 15.5202C1.11796 15.5548 1.01404 15.5968 0.917535 15.6512C0.722055 15.7574 0.55132 15.8983 0.410278 16.0687C0.199953 16.3232 0.0613853 16.637 0.0267434 16.9829C0.0217945 17.0397 0.0168457 17.099 0.0168457 17.1583C0.0168457 18.1046 0.78639 18.8729 1.73409 18.8729C2.6818 18.8729 3.45134 18.1046 3.45134 17.1583C3.45134 17.099 3.44887 17.0397 3.44144 16.9829C3.4068 16.637 3.26823 16.3207 3.05791 16.0687ZM7.40794 18.6407C7.2669 18.4702 7.09616 18.3294 6.90068 18.2231C6.80418 18.1713 6.70025 18.1268 6.59385 18.0922C6.43302 18.0428 6.26228 18.0156 6.08412 18.0156C5.90597 18.0156 5.73523 18.0428 5.57439 18.0922C5.46799 18.1268 5.36407 18.1688 5.26756 18.2231C5.07209 18.3294 4.90135 18.4702 4.76031 18.6407C4.54998 18.8952 4.41142 19.2089 4.37677 19.5548C4.37182 19.6117 4.36688 19.671 4.36688 19.7302C4.36688 20.6765 5.13642 21.4449 6.08412 21.4449C7.03183 21.4449 7.80137 20.6765 7.80137 19.7302C7.80137 19.671 7.80137 19.6117 7.79147 19.5548C7.75683 19.2089 7.61826 18.8927 7.40794 18.6407ZM11.758 21.2126C11.6169 21.0422 11.4462 20.9013 11.2507 20.7951C11.1542 20.7432 11.0503 20.6987 10.9439 20.6642C10.783 20.6147 10.6123 20.5876 10.4342 20.5876C10.256 20.5876 10.0853 20.6147 9.92442 20.6642C9.81802 20.6987 9.7141 20.7407 9.61759 20.7951C9.42212 20.9013 9.25138 21.0422 9.11034 21.2126C8.90001 21.4671 8.76145 21.7809 8.7268 22.1268C8.72186 22.1836 8.71691 22.2429 8.71691 22.3022C8.71691 23.2485 9.48645 24.0168 10.4342 24.0168C11.3819 24.0168 12.1514 23.2485 12.1514 22.3022C12.1514 22.2429 12.1514 22.1836 12.1415 22.1268C12.1069 21.7809 11.9683 21.4647 11.758 21.2126ZM16.1055 18.6407C15.9645 18.4702 15.7937 18.3294 15.5983 18.2231C15.5018 18.1713 15.3978 18.1268 15.2914 18.0922C15.1306 18.0428 14.9599 18.0156 14.7817 18.0156C14.6036 18.0156 14.4328 18.0428 14.272 18.0922C14.1656 18.1268 14.0617 18.1688 13.9652 18.2231C13.7697 18.3294 13.5989 18.4702 13.4579 18.6407C13.2476 18.8952 13.109 19.2089 13.0744 19.5548C13.0694 19.6117 13.0645 19.671 13.0645 19.7302C13.0645 20.6765 13.834 21.4449 14.7817 21.4449C15.7294 21.4449 16.499 20.6765 16.499 19.7302C16.499 19.671 16.4965 19.6117 16.4891 19.5548C16.4544 19.2089 16.3158 18.8927 16.1055 18.6407ZM20.4556 16.0687C20.3145 15.8983 20.1438 15.7574 19.9483 15.6512C19.8518 15.5993 19.7479 15.5548 19.6415 15.5202C19.4806 15.4708 19.3099 15.4437 19.1317 15.4437C18.9536 15.4437 18.7828 15.4708 18.622 15.5202C18.5156 15.5548 18.4117 15.5968 18.3152 15.6512C18.1197 15.7574 17.949 15.8983 17.8079 16.0687C17.5976 16.3232 17.459 16.637 17.4244 16.9829C17.4194 17.0397 17.4145 17.099 17.4145 17.1583C17.4145 18.1046 18.184 18.8729 19.1317 18.8729C20.0794 18.8729 20.849 18.1046 20.849 17.1583C20.849 17.099 20.8465 17.0397 20.8391 16.9829C20.8044 16.637 20.6659 16.3207 20.4556 16.0687ZM18.528 13.6203C19.1837 13.8674 19.9582 13.6944 20.4432 13.1188C21.0271 12.4294 20.9603 11.3745 20.2997 10.7593C19.8122 10.3071 19.1317 10.191 18.5478 10.401C18.1073 10.5592 17.6199 10.5221 17.219 10.2849C16.8132 10.0453 16.5509 9.63019 16.4742 9.16323C16.4 8.71604 16.1501 8.29603 15.7443 8.02179C15.2766 7.70554 14.71 7.65119 14.2151 7.82661C13.7697 7.98226 13.2773 7.95508 12.8715 7.71543C12.4632 7.4733 12.2034 7.05823 12.1267 6.59127C12.0499 6.1342 11.7901 5.70678 11.367 5.43501C10.6173 4.95076 9.59533 5.13111 9.06085 5.84513C8.89012 6.07491 8.78619 6.33186 8.74165 6.59375C8.74165 6.59375 8.65752 7.32506 7.99438 7.7179C7.5861 7.95755 7.09616 7.9872 6.65077 7.82908C6.15588 7.65613 5.58924 7.71048 5.12157 8.02426C4.71577 8.2985 4.46338 8.71604 4.39162 9.1657C4.31491 9.63266 4.0551 10.0477 3.64682 10.2874C3.24349 10.5246 2.7585 10.5616 2.31806 10.4035C1.73162 10.1935 1.05115 10.3071 0.566167 10.7618C-0.0945032 11.3769 -0.161313 12.4294 0.422651 13.1212C0.910111 13.6969 1.68213 13.8674 2.33785 13.6228C2.7684 13.4622 3.25091 13.5116 3.64682 13.7463C4.05262 13.986 4.31491 14.3986 4.38915 14.8606C4.46338 15.3201 4.72072 15.7475 5.14137 16.0218C5.63378 16.343 6.22764 16.38 6.73242 16.1725C7.11596 16.0144 7.52671 16.0168 7.97705 16.296C8.49916 16.6197 8.67979 16.9335 8.72433 17.3436C8.84558 18.4801 10.1051 19.2485 11.2086 18.6876C11.7456 18.4159 12.0772 17.8995 12.1366 17.3436C12.1984 16.7753 12.5696 16.4863 12.8442 16.3207C13.1461 16.1379 13.6237 15.9674 14.1285 16.1725C14.6332 16.38 15.2296 16.343 15.7195 16.0218C16.1402 15.7475 16.4 15.3201 16.4717 14.8606C16.546 14.3961 16.8107 13.986 17.2141 13.7463C17.61 13.5116 18.0925 13.4597 18.523 13.6228H18.528V13.6203ZM16.1228 13.2102C15.8729 13.2102 15.383 12.9829 15.3533 12.973C14.8658 12.8 14.3066 12.8495 13.8414 13.1533C13.3936 13.4474 13.1288 13.9118 13.0768 14.406C13.0125 15.0063 12.5869 15.3004 12.2949 15.4609C12.0104 15.6191 11.5996 15.7895 11.0874 15.5771C10.4713 15.3226 9.77596 15.5771 9.77596 15.5771C9.39242 15.7352 9.046 15.7278 8.49173 15.4338C8.06613 15.1818 7.83106 14.8161 7.78652 14.406C7.73456 13.9143 7.4698 13.4474 7.02193 13.1533C6.55674 12.8495 5.99752 12.8 5.51006 12.973C5.48037 12.9829 4.99043 13.2102 4.74051 13.2102C4.07984 13.2102 3.54537 12.6765 3.54537 12.0168C3.54537 11.3572 4.07984 10.8235 4.74051 10.8235C4.99043 10.8235 5.48036 11.0483 5.51253 11.0607C6.00742 11.2336 6.57406 11.1818 7.04172 10.8655C7.44753 10.5913 7.69992 10.1737 7.77168 9.72407C7.84838 9.25712 8.1082 8.84205 8.51648 8.60239C8.92476 8.36027 9.41469 8.33309 9.86009 8.49121C9.86009 8.49121 10.449 8.68392 10.9983 8.49121C11.4437 8.33556 11.9361 8.36274 12.3419 8.60239C12.7477 8.84205 13.01 9.25959 13.0867 9.72407C13.161 10.1713 13.4109 10.5913 13.8167 10.8655C14.2844 11.1818 14.851 11.2361 15.3459 11.0607C15.378 11.0483 15.868 10.8235 16.1179 10.8235C16.7786 10.8235 17.313 11.3572 17.313 12.0168C17.313 12.6765 16.7786 13.2102 16.1179 13.2102H16.1228ZM1.73409 8.58757C2.6818 8.58757 3.45134 7.81919 3.45134 6.87293C3.45134 6.81363 3.44887 6.75434 3.44144 6.69751C3.4068 6.35162 3.26823 6.03538 3.05791 5.78337C2.91687 5.61289 2.74613 5.47206 2.55065 5.36583C2.45415 5.31394 2.35022 5.26947 2.24382 5.23488C2.08299 5.18547 1.91225 5.15829 1.73409 5.15829C1.55593 5.15829 1.3852 5.18547 1.22436 5.23488C1.11796 5.26947 1.01404 5.31147 0.917535 5.36583C0.722055 5.47206 0.55132 5.61289 0.410278 5.78337C0.199953 6.03785 0.0613853 6.35162 0.0267434 6.69751C0.0217945 6.75434 0.0168457 6.81363 0.0168457 6.87293C0.0168457 7.81919 0.78639 8.58757 1.73409 8.58757ZM6.08165 6.01808C7.02935 6.01808 7.7989 5.24971 7.7989 4.30344C7.7989 4.24415 7.7989 4.18485 7.789 4.12803C7.75436 3.78213 7.61579 3.46589 7.40546 3.21388C7.26442 3.04341 7.09369 2.90258 6.89821 2.79634C6.8017 2.74446 6.69778 2.69998 6.59138 2.66539C6.43054 2.61598 6.25981 2.5888 6.08165 2.5888C5.90349 2.5888 5.73276 2.61598 5.57192 2.66539C5.46552 2.69998 5.36159 2.74198 5.26509 2.79634C5.06961 2.90258 4.89888 3.04341 4.75783 3.21388C4.54751 3.46836 4.40894 3.78213 4.3743 4.12803C4.36935 4.18485 4.3644 4.24415 4.3644 4.30344C4.3644 5.24971 5.13395 6.01808 6.08165 6.01808ZM10.4317 10.3022C9.48398 10.3022 8.71443 11.0706 8.71443 12.0168C8.71443 12.9631 9.48398 13.7315 10.4317 13.7315C11.3794 13.7315 12.1489 12.9631 12.1489 12.0168C12.1489 11.0706 11.3794 10.3022 10.4317 10.3022ZM10.4317 3.44612C11.3794 3.44612 12.1489 2.67775 12.1489 1.73148C12.1489 1.67219 12.1489 1.61289 12.139 1.55607C12.1044 1.21017 11.9658 0.89393 11.7555 0.641923C11.6145 0.471447 11.4437 0.33062 11.2482 0.224381C11.1517 0.172497 11.0478 0.128025 10.9414 0.0934362C10.7806 0.044023 10.6098 0.0168457 10.4317 0.0168457C10.2535 0.0168457 10.0828 0.044023 9.92195 0.0934362C9.81555 0.128025 9.71162 0.170027 9.61512 0.224381C9.41964 0.33062 9.24891 0.471447 9.10787 0.641923C8.89754 0.896401 8.75897 1.21017 8.72433 1.55607C8.71938 1.61289 8.71443 1.67219 8.71443 1.73148C8.71443 2.67775 9.48398 3.44612 10.4317 3.44612ZM14.7817 6.01808C15.7294 6.01808 16.499 5.24971 16.499 4.30344C16.499 4.24415 16.4965 4.18485 16.4891 4.12803C16.4544 3.78213 16.3158 3.46589 16.1055 3.21388C15.9645 3.04341 15.7937 2.90258 15.5983 2.79634C15.5018 2.74446 15.3978 2.69998 15.2914 2.66539C15.1306 2.61598 14.9599 2.5888 14.7817 2.5888C14.6036 2.5888 14.4328 2.61598 14.272 2.66539C14.1656 2.69998 14.0617 2.74198 13.9652 2.79634C13.7697 2.90258 13.5989 3.04341 13.4579 3.21388C13.2476 3.46836 13.109 3.78213 13.0744 4.12803C13.0694 4.18485 13.0645 4.24415 13.0645 4.30344C13.0645 5.24971 13.834 6.01808 14.7817 6.01808ZM19.1317 8.58757C20.0794 8.58757 20.849 7.81919 20.849 6.87293C20.849 6.81363 20.8465 6.75434 20.8391 6.69751C20.8044 6.35162 20.6659 6.03538 20.4556 5.78337C20.3145 5.61289 20.1438 5.47206 19.9483 5.36583C19.8518 5.31394 19.7479 5.26947 19.6415 5.23488C19.4806 5.18547 19.3099 5.15829 19.1317 5.15829C18.9536 5.15829 18.7828 5.18547 18.622 5.23488C18.5156 5.26947 18.4117 5.31147 18.3152 5.36583C18.1197 5.47206 17.949 5.61289 17.8079 5.78337C17.5976 6.03785 17.459 6.35162 17.4244 6.69751C17.4194 6.75434 17.4145 6.81363 17.4145 6.87293C17.4145 7.81919 18.184 8.58757 19.1317 8.58757Z", fill: "#FF6900" }), _jsx("path", { d: "M73.9351 8.97789H71.4483L68.2439 13.0273C67.8109 13.5338 67.8282 14.0032 68.2439 14.527L71.6834 18.8704H74.3656L70.117 13.6697L73.9351 8.97789ZM77.1221 8.81977C77.1221 7.78456 77.9238 7.00136 79.3937 7.00136C80.7768 7.00136 81.6602 7.85868 81.8037 9.09401H84.0777C83.8847 6.7543 82.1254 4.94824 79.3937 4.94824C76.6619 4.94824 74.8506 6.611 74.8506 8.78024C74.8506 13.6474 82.0165 12.2219 82.0165 15.2509C82.0165 16.249 81.2148 17.0495 79.5693 17.0495C77.9238 17.0495 76.9464 16.0712 76.8079 14.6654H74.5364C74.6527 17.2274 76.5134 19.1027 79.5495 19.1027C82.5857 19.1027 84.2881 17.4201 84.2881 15.1916C84.2881 10.2651 77.1221 11.7895 77.1221 8.8173V8.81977ZM90.5657 8.74318C89.2468 8.74318 88.4327 9.46955 87.9551 10.1589C87.7423 10.4652 87.2623 10.3392 87.2252 9.96863L87.1213 8.97789H85.5154V22.3911H87.6681V18.4529C87.6681 18.1169 88.0838 17.9489 88.3115 18.1959C88.7445 18.6678 89.4472 19.1076 90.5681 19.1076C93.0153 19.1076 95.131 16.9384 95.131 13.9266C95.131 10.9149 93.0153 8.74565 90.5681 8.74565H90.5657V8.74318ZM90.3306 17.1113C88.9004 17.1113 87.6681 15.8216 87.6681 13.9242C87.6681 12.0267 88.9028 10.737 90.3306 10.737C91.7583 10.737 92.9931 12.0267 92.9931 13.9242C92.9931 15.8216 91.7583 17.1113 90.3306 17.1113ZM100.976 8.74318C98.2933 8.74318 96.0613 11.031 96.0613 13.9242C96.0613 16.8173 98.2933 19.1051 100.976 19.1051C103.658 19.1051 105.89 16.7975 105.89 13.9242C105.89 11.0508 103.658 8.74318 100.976 8.74318ZM100.976 17.1113C99.4488 17.1113 98.1943 15.8019 98.1943 13.9242C98.1943 12.0465 99.4463 10.737 100.976 10.737C102.505 10.737 103.757 12.0465 103.757 13.9242C103.757 15.8019 102.505 17.1113 100.976 17.1113ZM112.192 10.9124V8.97789H110.039V6.43558H108.179V7.92045C108.179 8.68388 107.768 9.09401 106.983 9.09401H106.278V10.9124H107.904V15.6635C107.904 17.8327 109.215 19.1051 111.017 19.1051C111.546 19.1051 111.937 19.0063 112.192 18.9099V16.9557C111.997 17.0545 111.762 17.0915 111.507 17.0915C110.626 17.0915 110.037 16.5826 110.037 15.4881V10.9124H112.192ZM58.8312 10.737C60.2416 10.737 61.0236 11.8117 61.2586 12.6147H63.4114C63.0204 10.6802 61.2957 8.74318 58.8287 8.74318C56.1465 8.74318 53.9145 11.031 53.9145 13.9242C53.9145 16.8173 56.1465 19.1051 58.8287 19.1051C61.2957 19.1051 63.0204 17.1508 63.4114 15.2336H61.2586C61.0236 16.0341 60.2392 17.1113 58.8312 17.1113C57.3045 17.1113 56.05 15.8019 56.05 13.9242C56.05 12.0465 57.302 10.737 58.8312 10.737ZM64.8465 18.8704H67.0018V5.18296H64.8465V18.8704ZM39.9935 6.43558H38.1327V7.92045C38.1327 8.68388 37.7219 9.09401 36.9376 9.09401H36.2323V10.9124H37.858V15.6635C37.858 17.8327 39.1695 19.1051 40.9709 19.1051C41.5004 19.1051 41.8913 19.0063 42.1462 18.9099V16.9557C41.9507 17.0545 41.7157 17.0915 41.4608 17.0915C40.5799 17.0915 39.9935 16.5826 39.9935 15.4881V10.9124H42.1462V8.97789H39.9935V6.43558ZM50.7547 9.92662C50.7349 10.2355 50.3365 10.3466 50.1609 10.0897C49.7105 9.43002 48.8791 8.74318 47.3697 8.74318C44.9225 8.74318 42.8069 10.9124 42.8069 13.9242C42.8069 16.9359 44.9225 19.1051 47.3697 19.1051C48.8568 19.1051 49.6981 18.3763 50.1559 17.7018C50.3291 17.4473 50.73 17.5634 50.7498 17.8698L50.8141 18.8704H52.4843V8.97789H50.8141L50.7522 9.92662H50.7547ZM47.6048 17.1113C46.1746 17.1113 44.9423 15.8216 44.9423 13.9242C44.9423 12.0267 46.177 10.737 47.6048 10.737C49.0325 10.737 50.2673 12.0267 50.2673 13.9242C50.2673 15.8216 49.0325 17.1113 47.6048 17.1113ZM28.2499 8.81977C28.2499 7.78456 29.0516 7.00136 30.5214 7.00136C31.9046 7.00136 32.788 7.85868 32.9315 9.09401H35.203C35.01 6.7543 33.2507 4.94824 30.5189 4.94824C27.7871 4.94824 25.9759 6.611 25.9759 8.78024C25.9759 13.6474 33.1418 12.2219 33.1418 15.2509C33.1418 16.249 32.3401 17.0495 30.6946 17.0495C29.0491 17.0495 28.0717 16.0712 27.9331 14.6654H25.6616C25.7779 17.2274 27.6387 19.1027 30.6748 19.1027C33.7109 19.1027 35.4133 17.4201 35.4133 15.1916C35.4133 10.2651 28.2474 11.7895 28.2474 8.8173H28.2499V8.81977Z", fill: theme.color.light.contrastText }), _jsx("path", { d: "M117.282 12.7482H123.468V11.2781H117.282V6.65306H123.896V5.18301H115.619V18.8754H124.003V17.4054H117.28V12.7482H117.282ZM147.522 7.32013C147.191 6.66541 146.683 6.1441 145.998 5.75868C145.312 5.37325 144.432 5.18054 143.358 5.18054H138.723V18.8729H140.383V13.8723H143.382C144.449 13.8723 145.325 13.6771 146.008 13.2868C146.691 12.8964 147.195 12.3726 147.525 11.713C147.854 11.0533 148.017 10.3195 148.017 9.51408C148.017 8.70865 147.851 7.97733 147.522 7.32013ZM146.079 10.9866C145.877 11.4214 145.552 11.7649 145.105 12.0193C144.659 12.2738 144.068 12.3998 143.33 12.3998H140.383V6.65059H143.303C144.048 6.65059 144.647 6.77412 145.097 7.02118C145.547 7.26825 145.874 7.6092 146.077 8.04157C146.28 8.47393 146.381 8.96312 146.381 9.51161C146.381 10.0601 146.28 10.5518 146.077 10.9866H146.079ZM133.999 5.99833C133.052 5.45231 131.916 5.18054 130.585 5.18054H126.165V18.8729H130.397C131.79 18.8729 132.972 18.5987 133.945 18.0477C134.917 17.4968 135.66 16.7086 136.167 15.6809C136.674 14.6531 136.929 13.4276 136.929 11.9996C136.929 10.5715 136.677 9.36337 136.172 8.34546C135.667 7.32755 134.942 6.54435 133.997 5.99833H133.999ZM134.776 14.8804C134.41 15.6858 133.853 16.3084 133.109 16.7457C132.364 17.183 131.423 17.4004 130.29 17.4004H127.826V6.65059H130.478C131.55 6.65059 132.445 6.86553 133.163 7.29543C133.881 7.72532 134.423 8.34052 134.784 9.14101C135.145 9.94151 135.326 10.8927 135.326 11.9996C135.326 13.1064 135.143 14.0749 134.776 14.8804ZM131.198 10.9866C130.624 10.9866 130.159 11.4511 130.159 12.0243C130.159 12.5975 130.624 13.062 131.198 13.062C131.772 13.062 132.238 12.5975 132.238 12.0243C132.238 11.4511 131.772 10.9866 131.198 10.9866Z", fill: "#FF6900" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_7262_63692", children: _jsx("rect", { width: "148", height: "24", fill: "white", transform: "translate(0.0168457 0.0168457)" }) }) })] }));
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=EDP.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EDP.js","sourceRoot":"","sources":["../../src/svg/EDP.tsx"],"names":[],"mappings":";AAAA,4BAA4B;AAE5B,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAA;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAE3D;;GAEG;AACH,MAAM,CAAC,MAAM,GAAG,GAAG,CAAC,EAAE,SAAS,EAAE,KAAK,EAAuD,EAAE,EAAE;IAC/F,MAAM,CAAC,GAAG,YAAY,CAAC;QACrB,EAAE,EAAE,EAAE,KAAK,EAAE,sDAAsD,EAAE,WAAW,EAAE,6FAA6F,EAAE;QACjL,EAAE,EAAE,EAAE,KAAK,EAAE,kEAAkE,EAAE,WAAW,EAAE,gHAAgH,EAAE;KACjN,CAAC,CAAA;IACF,OAAO,CAEL,eAAK,EAAE,EAAC,UAAU,qBAAiB,8BAA8B,EAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,YAAY,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,aAC/L,gBAAO,EAAE,EAAC,gBAAgB,YAAE,CAAC,CAAC,KAAK,GAAS,EAC5C,eAAM,EAAE,EAAC,eAAe,YAAE,CAAC,CAAC,WAAW,GAAQ,EAC/C,aAAG,QAAQ,EAAC,wBAAwB,aAClC,eAAM,CAAC,EAAC,m2RAAm2R,EAAC,IAAI,EAAC,SAAS,GAAE,EAC53R,eAAM,CAAC,EAAC,szHAAszH,EAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,GAAG,EACt2H,eAAM,CAAC,EAAC,goDAAgoD,EAAC,IAAI,EAAC,SAAS,GAAE,IACvpD,EACJ,yBACE,mBAAU,EAAE,EAAC,kBAAkB,YAC7B,eAAM,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,gCAAgC,GAAE,GAC9E,GACN,IACH,CACP,CAAA;AACH,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Forbidden.d.ts","sourceRoot":"","sources":["../../src/svg/Forbidden.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,GAAI,sBAAsB;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;CAAE,4CAmBlG,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
/* eslint-disable max-len */
|
|
3
|
+
export const Forbidden = ({ className, style }) => (_jsxs("svg", { width: "139", height: "184", viewBox: "0 0 139 184", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, style: style, children: [_jsx("path", { opacity: "0.5", d: "M137.542 39.2828C111.83 33.1463 88.3451 20.2506 69.3131 1.8737L69.3105 1.87109C50.3061 20.2445 26.8517 33.1502 1.16797 39.3089V109.156C1.16797 127.726 7.67061 139.787 19.7142 150.871C31.3876 161.613 48.6454 171.151 69.3551 182.846", stroke: "url(#paint0_linear_3383_167720)", strokeWidth: "2.23002", strokeLinecap: "round" }), _jsx("path", { opacity: "0.5", d: "M108.14 138.552L108.14 138.553C99.2701 146.627 86.3099 153.859 70.5716 162.641C70.027 162.945 69.4791 163.251 68.928 163.559C68.3731 163.249 67.8215 162.941 67.2733 162.635C51.5416 153.856 38.5854 146.625 29.716 138.552C24.9439 134.209 21.3152 129.716 18.8732 124.53C16.4331 119.349 15.1502 113.419 15.1502 106.163V51.4287C35.3389 46.4852 53.802 36.4556 68.8924 22.278C84.0053 36.4594 102.493 46.482 122.706 51.4089V106.163C122.706 113.419 121.423 119.349 118.983 124.53C116.541 129.716 112.912 134.209 108.14 138.552Z", stroke: "url(#paint1_linear_3383_167720)", strokeWidth: "2.23002", strokeLinecap: "round" }), _jsx("path", { opacity: "0.16", d: "M48.582 90.5586L69.2024 69.9383L89.8227 90.5586L69.2024 111.179L48.582 90.5586Z", fill: "#FAFAFB" }), _jsx("path", { opacity: "0.16", d: "M43.9312 101.826C42.1031 99.9976 42.1031 97.0337 43.9312 95.2056L69.2005 69.9362L94.4698 95.2055C96.2979 97.0337 96.2979 99.9976 94.4698 101.826L72.5106 123.785C70.6825 125.613 67.7185 125.613 65.8904 123.785L43.9312 101.826Z", fill: "#FAFAFB" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M65.4942 61.0508C59.8098 61.0508 55.2018 65.6588 55.2018 71.3432V83.9339L54.7227 84.413L69.2002 98.8906L83.6778 84.413L83.4734 84.2087H83.5059V71.3432C83.5059 65.6588 78.8978 61.0508 73.2135 61.0508H65.4942ZM78.3597 79.0949V71.3432C78.3597 68.501 76.0556 66.197 73.2135 66.197H65.4942C62.652 66.197 60.348 68.501 60.348 71.3432V78.7877L69.2002 69.9355L78.3597 79.0949Z", fill: "#727275" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M65.8759 102.631C65.8759 100.788 67.3701 99.2938 69.2133 99.2938C71.0565 99.2938 72.5507 100.788 72.5507 102.631C72.5507 104.474 71.0565 105.969 69.2133 105.969C67.3701 105.969 65.8759 104.474 65.8759 102.631ZM69.2133 93.5352C64.1896 93.5352 60.1172 97.6076 60.1172 102.631C60.1172 106.673 62.7537 110.1 66.4008 111.284L66.4008 116.309C66.4008 117.899 67.69 119.188 69.2802 119.188C70.8704 119.188 72.1595 117.899 72.1595 116.309L72.1595 111.24C75.7371 110.015 78.3093 106.624 78.3093 102.631C78.3093 97.6076 74.2369 93.5352 69.2133 93.5352Z", fill: "#77777C" }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "paint0_linear_3383_167720", x1: "63.4371", y1: "178.979", x2: "232.609", y2: "105.404", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#BCBCCF" }), _jsx("stop", { offset: "0.766098", stopColor: "#353546", stopOpacity: "0.09" })] }), _jsxs("linearGradient", { id: "paint1_linear_3383_167720", x1: "64.1638", y1: "161.757", x2: "199.871", y2: "102.082", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#BCBCCF" }), _jsx("stop", { offset: "0.766098", stopColor: "#353546", stopOpacity: "0.09" })] })] })] }));
|
|
4
|
+
//# sourceMappingURL=Forbidden.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Forbidden.js","sourceRoot":"","sources":["../../src/svg/Forbidden.tsx"],"names":[],"mappings":";AAAA,4BAA4B;AAE5B,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,EAAE,SAAS,EAAE,KAAK,EAAuD,EAAE,EAAE,CAAC,CACtG,eAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,aAAa,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,KAAK,aACnI,eAAM,OAAO,EAAC,KAAK,EAAC,CAAC,EAAC,wOAAwO,EAAC,MAAM,EAAC,iCAAiC,EAAC,WAAW,EAAC,SAAS,EAAC,aAAa,EAAC,OAAO,GAAG,EACtV,eAAM,OAAO,EAAC,KAAK,EAAC,CAAC,EAAC,wgBAAwgB,EAAC,MAAM,EAAC,iCAAiC,EAAC,WAAW,EAAC,SAAS,EAAC,aAAa,EAAC,OAAO,GAAG,EACtnB,eAAM,OAAO,EAAC,MAAM,EAAC,CAAC,EAAC,iFAAiF,EAAC,IAAI,EAAC,SAAS,GAAG,EAC1H,eAAM,OAAO,EAAC,MAAM,EAAC,CAAC,EAAC,mOAAmO,EAAC,IAAI,EAAC,SAAS,GAAG,EAC5Q,eAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,kXAAkX,EAAC,IAAI,EAAC,SAAS,GAAG,EAClb,eAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,+hBAA+hB,EAAC,IAAI,EAAC,SAAS,GAAG,EAC/lB,2BACE,0BAAgB,EAAE,EAAC,2BAA2B,EAAC,EAAE,EAAC,SAAS,EAAC,EAAE,EAAC,SAAS,EAAC,EAAE,EAAC,SAAS,EAAC,EAAE,EAAC,SAAS,EAAC,aAAa,EAAC,gBAAgB,aAC/H,eAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,eAAM,MAAM,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,WAAW,EAAC,MAAM,GAAG,IAClD,EACjB,0BAAgB,EAAE,EAAC,2BAA2B,EAAC,EAAE,EAAC,SAAS,EAAC,EAAE,EAAC,SAAS,EAAC,EAAE,EAAC,SAAS,EAAC,EAAE,EAAC,SAAS,EAAC,aAAa,EAAC,gBAAgB,aAC/H,eAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,eAAM,MAAM,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,WAAW,EAAC,MAAM,GAAG,IAClD,IACZ,IACH,CACP,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const GenericPlaceholder: ({ className, width, height, style }: {
|
|
2
|
+
className?: string;
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
style?: React.CSSProperties;
|
|
6
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=GenericPlaceholder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GenericPlaceholder.d.ts","sourceRoot":"","sources":["../../src/svg/GenericPlaceholder.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,GAAI,qCAAqC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;CAAE,4CAa3J,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
/* eslint-disable max-len */
|
|
3
|
+
export const GenericPlaceholder = ({ className, width, height, style }) => (_jsxs("svg", { width: width ?? '220', height: height ?? '220', viewBox: `0 0 ${width ?? '220'} ${height ?? '220'}`, fill: "none", xmlns: "http://www.w3.org/2000/svg", style: style, className: className, children: [_jsx("g", { opacity: "0.16", children: _jsx("path", { d: "M115.446 54.1148C117.888 54.1148 119.866 52.1377 119.866 49.6949C119.866 47.2522 117.888 45.2752 115.446 45.2752C113.003 45.2752 111.026 47.2522 111.026 49.6949C111.026 52.1377 113.003 54.1148 115.446 54.1148ZM115.446 71.8005C113.003 71.8005 111.026 73.7777 111.026 76.2204C111.026 78.6631 113.003 80.6402 115.446 80.6402C117.888 80.6402 119.866 78.6631 119.866 76.2204C119.866 73.7777 117.888 71.8005 115.446 71.8005ZM93.0468 85.0601C90.6041 85.0601 88.6269 87.0371 88.6269 89.4798C88.6269 91.9226 90.6041 93.8997 93.0468 93.8997C95.4895 93.8997 97.4666 91.9226 97.4666 89.4798C97.4666 87.0371 95.4895 85.0601 93.0468 85.0601ZM113.896 67.0937C115.586 67.7251 117.576 67.285 118.832 65.8053C120.331 64.0259 120.165 61.309 118.462 59.721C117.206 58.5538 115.458 58.254 113.947 58.8025C112.812 59.2107 111.562 59.115 110.522 58.5028C109.476 57.8841 108.8 56.8126 108.609 55.6136C108.417 54.4592 107.773 53.3814 106.727 52.6734C105.522 51.8571 104.061 51.7167 102.786 52.1695C101.638 52.5714 100.375 52.5012 99.3225 51.8826C98.2702 51.2639 97.6005 50.186 97.4028 48.9806C97.2051 47.8007 96.5354 46.7038 95.4512 45.9959C93.5251 44.7458 90.8847 45.2177 89.5134 47.0545C87.9891 49.089 88.493 51.9591 90.5722 53.3686C91.7776 54.1849 93.2381 54.3253 94.5137 53.8725C95.6617 53.4707 96.9245 53.5408 97.9768 54.1594C99.0228 54.7781 99.6988 55.8496 99.8965 57.055C100.088 58.2094 100.732 59.2872 101.778 59.9952C102.983 60.8115 104.444 60.9519 105.72 60.499C105.802 60.4671 107.065 59.8867 107.709 59.8867C109.406 59.8867 110.784 61.2644 110.784 62.9609C110.784 64.6574 109.406 66.0349 107.709 66.0349C107.065 66.0349 105.809 65.4482 105.726 65.4227C104.469 64.9762 103.034 65.1038 101.835 65.8883C100.751 66.5962 100.094 67.6996 99.9029 68.8859C99.7052 70.0785 99.0355 71.15 97.9832 71.775C96.9372 72.3936 95.6744 72.4702 94.52 72.062C93.2445 71.6156 91.784 71.7558 90.5785 72.5658C88.4994 73.9753 87.9955 76.8454 89.5198 78.8799C90.8974 80.7167 93.5315 81.1887 95.4576 79.9386C96.5482 79.2307 97.2179 78.1337 97.4092 76.9538C97.6069 75.7484 98.2766 74.6769 99.3289 74.0519C100.375 73.4333 101.937 73.5481 102.779 73.7522C104.074 74.0647 105.471 74.071 106.67 73.2865C107.754 72.5786 108.417 71.4753 108.609 70.289C108.8 69.0963 109.476 68.0312 110.522 67.4126C111.542 66.8067 112.786 66.6727 113.896 67.0937ZM91.5033 67.0937C93.1935 67.7251 95.1833 67.285 96.4398 65.8053C97.9386 64.0259 97.7727 61.309 96.0699 59.721C94.8134 58.5538 93.0659 58.254 91.5544 58.8025C90.4191 59.2107 89.169 59.115 88.1295 58.5028C87.0835 57.8841 86.4074 56.8126 86.2161 55.6136C86.2097 55.5562 85.4444 51.9208 81.8537 51.9208C79.411 51.9208 77.4338 53.898 77.4338 56.3407C77.4338 58.7834 79.411 60.7605 81.8537 60.7605C82.5807 60.7605 83.2632 60.5819 83.8691 60.2694C84.3155 60.0972 84.9214 59.8867 85.3105 59.8867C87.007 59.8867 88.3846 61.2644 88.3846 62.9609C88.3846 64.6574 87.007 66.0349 85.3105 66.0349C84.8831 66.0349 84.1943 65.7799 83.7479 65.6013C83.6012 65.5439 82.6126 65.1676 81.8473 65.1676C79.4046 65.1676 77.4275 67.1447 77.4275 69.5874C77.4275 72.0301 79.4046 74.0072 81.8473 74.0072C84.0285 74.0072 85.8398 72.4255 86.197 70.34C86.197 70.3208 86.2097 70.3017 86.2161 70.2826C86.4074 69.0899 87.0835 68.0248 88.1295 67.4062C89.1499 66.8003 90.3936 66.6664 91.5033 67.0873V67.0937ZM104.246 78.4271C101.804 78.4271 99.8264 80.4042 99.8264 82.8469C99.8264 85.2896 101.804 87.2668 104.246 87.2668C106.689 87.2668 108.666 85.2896 108.666 82.8469C108.666 80.4042 106.689 78.4271 104.246 78.4271ZM93.0468 40.8553C95.4895 40.8553 97.4666 38.8782 97.4666 36.4355C97.4666 33.9928 95.4895 32.0156 93.0468 32.0156C90.6041 32.0156 88.6269 33.9928 88.6269 36.4355C88.6269 38.8782 90.6041 40.8553 93.0468 40.8553ZM81.8537 78.4271C79.411 78.4271 77.4338 80.4042 77.4338 82.8469C77.4338 85.2896 79.411 87.2668 81.8537 87.2668C84.2964 87.2668 86.2735 85.2896 86.2735 82.8469C86.2735 80.4042 84.2964 78.4271 81.8537 78.4271ZM104.246 47.4882C106.689 47.4882 108.666 45.5111 108.666 43.0684C108.666 40.6257 106.689 38.6486 104.246 38.6486C101.804 38.6486 99.8264 40.6257 99.8264 43.0684C99.8264 45.5111 101.804 47.4882 104.246 47.4882ZM81.8537 47.4882C84.2964 47.4882 86.2735 45.5111 86.2735 43.0684C86.2735 40.6257 84.2964 38.6486 81.8537 38.6486C79.411 38.6486 77.4338 40.6257 77.4338 43.0684C77.4338 45.5111 79.411 47.4882 81.8537 47.4882ZM70.6542 45.2752C68.2115 45.2752 66.2344 47.2522 66.2344 49.6949C66.2344 52.1377 68.2115 54.1148 70.6542 54.1148C73.0969 54.1148 75.074 52.1377 75.074 49.6949C75.074 47.2522 73.0969 45.2752 70.6542 45.2752ZM70.6542 71.8005C68.2115 71.8005 66.2344 73.7777 66.2344 76.2204C66.2344 78.6631 68.2115 80.6402 70.6542 80.6402C73.0969 80.6402 75.074 78.6631 75.074 76.2204C75.074 73.7777 73.0969 71.8005 70.6542 71.8005ZM70.6542 58.5346C68.2115 58.5346 66.2344 60.5118 66.2344 62.9545C66.2344 65.3972 68.2115 67.3743 70.6542 67.3743C73.0969 67.3743 75.074 65.3972 75.074 62.9545C75.074 60.5118 73.0969 58.5346 70.6542 58.5346Z", fill: "#A0A0A0" }) }), _jsx("path", { opacity: "0.32", d: "M184.833 93.0629C184.833 42.3776 143.744 1.28906 93.059 1.28906C42.3737 1.28906 1.28516 42.3776 1.28516 93.0629", stroke: "url(#paint0_linear_22921_4097)", strokeWidth: "2.5731", strokeLinecap: "round" }), _jsx("defs", { children: _jsxs("linearGradient", { id: "paint0_linear_22921_4097", x1: "93.059", y1: "1.28906", x2: "93.059", y2: "93.0629", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#A0A0A0" }), _jsx("stop", { offset: "0.889706", stopColor: "#A0A0A0", stopOpacity: "0" })] }) })] }));
|
|
4
|
+
//# sourceMappingURL=GenericPlaceholder.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GenericPlaceholder.js","sourceRoot":"","sources":["../../src/svg/GenericPlaceholder.tsx"],"names":[],"mappings":";AAAA,4BAA4B;AAE5B,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAwF,EAAE,EAAE,CAAC,CAC/J,eAAK,KAAK,EAAE,KAAK,IAAI,KAAK,EAAE,MAAM,EAAE,MAAM,IAAI,KAAK,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,KAAK,IAAI,MAAM,IAAI,KAAK,EAAE,EAAE,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,aACzL,YAAG,OAAO,EAAC,MAAM,YACf,eAAM,CAAC,EAAC,k0JAAk0J,EAAC,IAAI,EAAC,SAAS,GAAE,GACz1J,EACJ,eAAM,OAAO,EAAC,MAAM,EAAC,CAAC,EAAC,iHAAiH,EAAC,MAAM,EAAC,gCAAgC,EAAC,WAAW,EAAC,QAAQ,EAAC,aAAa,EAAC,OAAO,GAAE,EAC7N,yBACE,0BAAgB,EAAE,EAAC,0BAA0B,EAAC,EAAE,EAAC,QAAQ,EAAC,EAAE,EAAC,SAAS,EAAC,EAAE,EAAC,QAAQ,EAAC,EAAE,EAAC,SAAS,EAAC,aAAa,EAAC,gBAAgB,aAC5H,eAAM,SAAS,EAAC,SAAS,GAAE,EAC3B,eAAM,MAAM,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,WAAW,EAAC,GAAG,GAAE,IAC9C,GACZ,IACH,CACP,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Stackspot logo followed by the text "HUB". This is the specific logo for the HUB Portal.
|
|
3
|
+
*/
|
|
4
|
+
export declare const HUB: ({ className, style }: {
|
|
5
|
+
className?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
//# sourceMappingURL=HUB.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HUB.d.ts","sourceRoot":"","sources":["../../src/svg/HUB.tsx"],"names":[],"mappings":"AAKA;;GAEG;AACH,eAAO,MAAM,GAAG,GAAI,sBAAsB;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;CAAE,4CAuC5F,CAAA"}
|
package/dist/svg/HUB.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
/* eslint-disable max-len */
|
|
3
|
+
import { theme } from '@stack-spot/portal-theme';
|
|
4
|
+
import { useTranslate } from '@stack-spot/portal-translate';
|
|
5
|
+
/**
|
|
6
|
+
* The Stackspot logo followed by the text "HUB". This is the specific logo for the HUB Portal.
|
|
7
|
+
*/
|
|
8
|
+
export const HUB = ({ className, style }) => {
|
|
9
|
+
const t = useTranslate({
|
|
10
|
+
en: { title: 'Logo StackSpot Hub', description: 'StackSpot logo on the left and right side written "StackSpot" in white and "Hub" in orange.' },
|
|
11
|
+
pt: { title: 'Logo StackSpot Hub', description: 'Logo da StackSpot do lado esquerdo e do lado direito escrito "StackSpot" na cor branca e "Hub" na cor laranja.' },
|
|
12
|
+
});
|
|
13
|
+
return (_jsxs("svg", { id: "logo-hub", "aria-labelledby": "logo-hub-title logo-hub-desc", className: className, style: style, width: "153", height: "24", viewBox: "0 0 153 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("title", { id: "logo-hub-title", children: t.title }), _jsx("desc", { id: "logo-hub-desc", children: t.description }), _jsxs("g", { clipPath: "url(#clip0_7624_11282)", children: [_jsx("path", { d: "M13.5108 20.4623C13.396 20.4623 13.2862 20.4848 13.1864 20.5222C13.1015 20.5547 13.0117 20.5746 12.9193 20.5821C12.9019 20.5821 12.8844 20.5821 12.8694 20.5821C12.2131 20.5821 11.6416 20.2128 11.3522 19.6713L11.3472 19.6638C11.3072 19.5889 11.2823 19.509 11.2673 19.4267C11.1874 18.97 10.7932 18.6256 10.314 18.6256C10.2017 18.6256 10.0944 18.6456 9.99459 18.683C9.90475 18.7155 9.81242 18.7379 9.72008 18.7454C9.70261 18.7454 9.68514 18.7454 9.67017 18.7454C8.99638 18.7454 8.42241 18.3711 8.14042 17.8096C8.10798 17.7422 8.08552 17.6698 8.07304 17.5975C7.99568 17.1383 7.59889 16.7864 7.11726 16.7864C7.00746 16.7864 6.90015 16.8064 6.80282 16.8413C6.72297 16.8688 6.64311 16.8888 6.55826 16.8937C6.53081 16.8937 6.50336 16.8962 6.4809 16.8962C5.76469 16.8962 5.14829 16.3797 4.88876 15.7583L4.85382 15.661C4.8139 15.5212 4.74652 15.3939 4.65418 15.2891C4.58181 15.2068 4.51443 15.1194 4.45454 15.0271C4.39964 14.9422 4.33975 14.8449 4.3098 14.78C4.20748 14.5554 4.12513 14.3109 4.12513 14.0838C4.12513 13.8093 4.19002 13.5497 4.30481 13.3202C4.3123 13.3052 4.32228 13.2877 4.33226 13.2703C4.39714 13.153 4.48199 13.0506 4.57932 12.9583C4.78145 12.7711 4.90373 12.4991 4.89126 12.1997C4.8688 11.6981 4.45953 11.2913 3.95793 11.2713C3.40143 11.2489 2.94475 11.6931 2.94475 12.2446C2.94475 12.5266 3.06454 12.7811 3.25669 12.9583C3.364 13.0581 3.46133 13.1729 3.5312 13.3027C3.54368 13.3276 3.55615 13.3501 3.56614 13.3676C3.66596 13.5847 3.72335 13.8268 3.72335 14.0838C3.72335 14.3408 3.70589 14.7975 3.34653 15.1344C3.10696 15.359 2.91481 15.6485 2.94725 16.0103C2.98468 16.4271 3.29163 16.7715 3.6984 16.8688C3.89804 16.9162 4.08271 16.8962 4.24991 16.8338C4.33725 16.8014 4.42709 16.7814 4.51942 16.7765C4.53689 16.7765 4.55187 16.7765 4.56434 16.7765C5.21567 16.7765 5.78964 17.1233 6.08162 17.6549C6.11905 17.7223 6.14151 17.7946 6.149 17.8695C6.2039 18.3561 6.61566 18.7329 7.11476 18.7329C7.23205 18.7329 7.34185 18.7105 7.44417 18.673C7.52652 18.6431 7.61137 18.6206 7.69871 18.6156C7.72367 18.6156 7.74363 18.6132 7.7611 18.6132C8.38498 18.6132 8.93399 18.95 9.23595 19.4516C9.23595 19.4541 9.24094 19.4591 9.24344 19.4641C9.29834 19.559 9.33827 19.6638 9.35823 19.7711C9.43809 20.2278 9.83488 20.5721 10.3115 20.5721C10.4313 20.5721 10.5436 20.5497 10.6484 20.5097C10.7457 20.4723 10.8481 20.4548 10.9529 20.4523C10.9579 20.4523 10.9628 20.4523 10.9678 20.4523C11.5867 20.4523 12.1183 20.7718 12.4177 21.2584C12.4202 21.2634 12.4227 21.2659 12.4252 21.2709C12.4901 21.3807 12.535 21.5005 12.56 21.6252C12.6498 22.0869 13.0616 22.4313 13.5532 22.4088C14.0548 22.3864 14.4616 21.9771 14.484 21.4755C14.5065 20.919 14.0623 20.4623 13.5108 20.4623ZM3.9205 9.53945C4.45704 9.53945 4.89375 9.10274 4.89375 8.5662C4.89375 8.02966 4.45704 7.59295 3.9205 7.59295C3.38396 7.59295 2.94725 8.02966 2.94725 8.5662C2.94725 9.10274 3.38396 9.53945 3.9205 9.53945ZM3.9205 5.86356C4.45704 5.86356 4.89375 5.42684 4.89375 4.8903C4.89375 4.35377 4.45704 3.91705 3.9205 3.91705C3.38396 3.91705 2.94725 4.35377 2.94725 4.8903C2.94725 5.42684 3.38396 5.86356 3.9205 5.86356Z", fill: "#FF9800" }), _jsx("path", { d: "M16.8376 18.3909C16.6479 18.3709 16.4658 18.3959 16.301 18.4558C16.2212 18.4857 16.1388 18.5107 16.0565 18.5306C15.9741 18.5506 15.8793 18.5681 15.8094 18.5681C15.3802 18.5681 15.0084 18.3235 14.8262 17.9642C14.7987 17.9118 14.7713 17.8194 14.7488 17.7421C14.7314 17.6822 14.7164 17.6198 14.7064 17.5574C14.6091 16.9834 14.1125 16.5467 13.5111 16.5467C13.3464 16.5467 13.1891 16.5816 13.0469 16.639C13.0219 16.649 12.9995 16.659 12.9745 16.669C12.8597 16.7089 12.7399 16.7314 12.6102 16.7314C12.1585 16.7314 11.7717 16.4594 11.5995 16.0726C11.5521 15.9653 11.5097 15.7257 11.5097 15.7257C11.4173 15.1492 10.9182 14.7075 10.3143 14.7075C10.1671 14.7075 10.0273 14.735 9.89755 14.7824C9.89755 14.7824 9.58811 14.8872 9.41841 14.8872C8.95175 14.8872 8.55247 14.5952 8.39275 14.186C8.35283 14.0836 8.3104 13.854 8.3104 13.854C8.258 13.577 8.11076 13.335 7.90363 13.1603C7.84624 13.1104 7.78884 13.058 7.73893 13.0006C7.68153 12.9357 7.61415 12.8558 7.57922 12.7959C7.48439 12.6337 7.43198 12.4466 7.43198 12.2469C7.43198 12.0124 7.50435 11.7952 7.62913 11.6156C7.65658 11.5781 7.7015 11.5257 7.74392 11.4808C7.79383 11.4284 7.84624 11.381 7.90114 11.3361C8.16566 11.114 8.33536 10.7821 8.33536 10.4077C8.33536 10.0334 8.16566 9.70151 7.90114 9.47941C7.84125 9.4295 7.78634 9.37959 7.73144 9.32219C7.71148 9.29973 7.69151 9.27977 7.67654 9.2623C7.52431 9.07264 7.43198 8.83057 7.43198 8.56854C7.43198 8.3714 7.48439 8.18423 7.57672 8.02452C7.61415 7.95714 7.69151 7.8673 7.7539 7.79992C7.79882 7.75001 7.84873 7.7026 7.90114 7.66018C8.18563 7.4231 8.35782 7.05626 8.33286 6.65199C8.29293 6.03559 7.78634 5.54398 7.16995 5.51902C6.47869 5.49157 5.90722 6.04558 5.90722 6.73184C5.90722 7.10368 6.07691 7.43807 6.34144 7.66018C6.39385 7.70509 6.44625 7.75251 6.49367 7.80242C6.54607 7.85732 6.60596 7.9272 6.63841 7.9796C6.74571 8.1493 6.8106 8.35393 6.8106 8.57104C6.8106 8.83307 6.71826 9.07513 6.56354 9.26479C6.54857 9.28226 6.5311 9.30223 6.51113 9.32469C6.45873 9.37959 6.40133 9.43199 6.34144 9.4819C6.07691 9.704 5.90722 10.0359 5.90722 10.4102C5.90722 10.7846 6.07691 11.119 6.34394 11.3411C6.39884 11.386 6.44875 11.4334 6.49866 11.4833C6.53359 11.5207 6.56853 11.5607 6.59099 11.5906C6.72824 11.7753 6.8106 12.0024 6.8106 12.2494C6.8106 12.479 6.74072 12.6911 6.62094 12.8683C6.59349 12.9107 6.54108 12.9681 6.49866 13.0156C6.45124 13.068 6.39884 13.1154 6.34394 13.1603C6.05945 13.3974 5.88726 13.7617 5.91221 14.1685C5.95214 14.7799 6.45124 15.2715 7.06264 15.3014C7.24482 15.3114 7.4195 15.279 7.57922 15.2141C7.68403 15.1717 7.79133 15.1392 7.90363 15.1268C7.94855 15.1218 7.99347 15.1168 8.02591 15.1168C8.40773 15.1168 8.74462 15.3114 8.94426 15.6084C8.96173 15.6358 8.9817 15.6733 9.00166 15.7157C9.06155 15.843 9.10148 15.9802 9.12394 16.12C9.21378 16.6989 9.71538 17.1431 10.3218 17.1431C10.4765 17.1431 10.6213 17.1132 10.756 17.0608C10.8508 17.0234 10.9482 16.9959 11.048 16.9809C11.1104 16.9709 11.1753 16.966 11.2202 16.966C11.617 16.966 11.9663 17.1756 12.161 17.4925C12.1884 17.5349 12.2159 17.6023 12.2408 17.6647C12.2808 17.7645 12.3057 17.8693 12.3232 17.9766C12.4205 18.5481 12.9171 18.9823 13.5185 18.9823C13.6708 18.9823 13.818 18.9524 13.9528 18.9025C14.0651 18.8601 14.1824 18.8301 14.3021 18.8126C14.3446 18.8052 14.387 18.8027 14.4194 18.8027C14.8611 18.8027 15.2405 19.0622 15.4176 19.4365C15.4376 19.4789 15.4576 19.5438 15.475 19.6037C15.495 19.6711 15.5075 19.741 15.52 19.8108C15.6148 20.3848 16.1139 20.824 16.7178 20.824C17.4165 20.824 17.978 20.2326 17.9281 19.5239C17.8882 18.9399 17.4265 18.4658 16.8476 18.4034M7.11755 4.26378C7.78634 4.26378 8.33037 3.71975 8.33037 3.05096C8.33037 2.38216 7.78634 1.83813 7.11755 1.83813C6.44875 1.83813 5.90472 2.38216 5.90472 3.05096C5.90472 3.71975 6.44875 4.26378 7.11755 4.26378Z", fill: "#FF9800" }), _jsx("path", { d: "M0.7237 14.815C1.12298 14.815 1.4474 14.4856 1.4474 14.0813C1.4474 13.6771 1.12298 13.3476 0.7237 13.3476C0.324417 13.3476 0 13.6771 0 14.0813C0 14.4856 0.324417 14.815 0.7237 14.815ZM0.7237 11.1391C1.12298 11.1391 1.4474 10.8097 1.4474 10.4054C1.4474 10.0012 1.12298 9.67175 0.7237 9.67175C0.324417 9.67175 0 10.0012 0 10.4054C0 10.8097 0.324417 11.1391 0.7237 11.1391ZM0.7237 7.46321C1.12298 7.46321 1.4474 7.13381 1.4474 6.72953C1.4474 6.32526 1.12298 5.99585 0.7237 5.99585C0.324417 5.99585 0 6.32526 0 6.72953C0 7.13381 0.324417 7.46321 0.7237 7.46321ZM10.314 22.5411C10.2865 22.5411 10.0619 22.5561 9.97957 22.5561C9.06122 22.5561 8.26765 22.0495 7.86837 21.3058C7.83842 21.2509 7.77104 21.1262 7.77104 21.1262C7.65625 20.8766 7.40669 20.7019 7.11722 20.7019C7.09226 20.7019 6.87016 20.7244 6.78032 20.7244C5.89441 20.7244 5.1233 20.2502 4.71154 19.549C4.66163 19.4642 4.56929 19.277 4.56929 19.277C4.452 19.0324 4.20744 18.8627 3.92046 18.8627C3.90049 18.8627 3.66841 18.8827 3.57109 18.8827C2.64275 18.8827 1.84169 18.3636 1.4474 17.6075C1.42744 17.5701 1.40997 17.5326 1.39499 17.4927C1.29018 17.2182 1.03065 17.0235 0.7237 17.0235C0.324417 17.0235 0 17.3529 0 17.7572C0 18.1615 0.324417 18.4909 0.7237 18.4909C0.756142 18.4909 0.985729 18.4734 1.06559 18.4734C1.90907 18.4734 2.65024 18.9027 3.07198 19.549C3.14186 19.6563 3.25915 19.8909 3.25915 19.8909C3.37144 20.1479 3.62349 20.3276 3.92046 20.3276C3.94791 20.3276 4.175 20.3151 4.25735 20.3151C5.15574 20.3151 5.93434 20.7993 6.34111 21.5155C6.38104 21.5853 6.46339 21.7401 6.46339 21.7401C6.57818 21.9921 6.82773 22.1668 7.11971 22.1668C7.14467 22.1668 7.36926 22.1518 7.45411 22.1518C8.33004 22.1518 9.09616 22.6135 9.51042 23.3023C9.56532 23.3921 9.66514 23.5917 9.66514 23.5917C9.78243 23.8363 10.027 24.0085 10.314 24.0085C10.7133 24.0085 11.0377 23.6791 11.0377 23.2748C11.0377 22.8705 10.7133 22.5411 10.314 22.5411Z", fill: "#FF9800" }), _jsx("path", { d: "M10.3141 2.41734C10.9829 2.41734 11.527 1.87332 11.527 1.20452C11.527 0.535722 10.9829 -0.00830078 10.3141 -0.00830078C9.64534 -0.00830078 9.10132 0.535722 9.10132 1.20452C9.10132 1.87332 9.64534 2.41734 10.3141 2.41734Z", fill: "#FF6633" }), _jsx("path", { d: "M10.3141 6.09556C10.9829 6.09556 11.527 5.55154 11.527 4.88274C11.527 4.21394 10.9829 3.66992 10.3141 3.66992C9.64534 3.66992 9.10132 4.21394 9.10132 4.88274C9.10132 5.55154 9.64534 6.09556 10.3141 6.09556Z", fill: "#FF6633" }), _jsx("path", { d: "M10.3141 9.77159C10.9829 9.77159 11.527 9.22757 11.527 8.55877C11.527 7.88997 10.9829 7.34595 10.3141 7.34595C9.64534 7.34595 9.10132 7.88997 9.10132 8.55877C9.10132 9.22757 9.64534 9.77159 10.3141 9.77159Z", fill: "#FF6633" }), _jsx("path", { d: "M10.3141 13.4474C10.9829 13.4474 11.527 12.9034 11.527 12.2346C11.527 11.5658 10.9829 11.0218 10.3141 11.0218C9.64534 11.0218 9.10132 11.5658 9.10132 12.2346C9.10132 12.9034 9.64534 13.4474 10.3141 13.4474Z", fill: "#FF6633" }), _jsx("path", { d: "M13.5107 4.25639C14.1795 4.25639 14.7236 3.71237 14.7236 3.04357C14.7236 2.37477 14.1795 1.83075 13.5107 1.83075C12.8419 1.83075 12.2979 2.37477 12.2979 3.04357C12.2979 3.71237 12.8419 4.25639 13.5107 4.25639Z", fill: "#FF6633" }), _jsx("path", { d: "M13.5107 7.93223C14.1795 7.93223 14.7236 7.38821 14.7236 6.71941C14.7236 6.05061 14.1795 5.50659 13.5107 5.50659C12.8419 5.50659 12.2979 6.05061 12.2979 6.71941C12.2979 7.38821 12.8419 7.93223 13.5107 7.93223Z", fill: "#FF6633" }), _jsx("path", { d: "M13.5107 11.6107C14.1795 11.6107 14.7236 11.0667 14.7236 10.3979C14.7236 9.72908 14.1795 9.18506 13.5107 9.18506C12.8419 9.18506 12.2979 9.72908 12.2979 10.3979C12.2979 11.0667 12.8419 11.6107 13.5107 11.6107Z", fill: "#FF6633" }), _jsx("path", { d: "M13.5107 15.2865C14.1795 15.2865 14.7236 14.7425 14.7236 14.0737C14.7236 13.4049 14.1795 12.8609 13.5107 12.8609C12.8419 12.8609 12.2979 13.4049 12.2979 14.0737C12.2979 14.7425 12.8419 15.2865 13.5107 15.2865Z", fill: "#FF6633" }), _jsx("path", { d: "M16.7103 6.09556C17.3791 6.09556 17.9231 5.55154 17.9231 4.88274C17.9231 4.21394 17.3791 3.66992 16.7103 3.66992C16.0415 3.66992 15.4974 4.21394 15.4974 4.88274C15.4974 5.55154 16.0415 6.09556 16.7103 6.09556Z", fill: "#FF6633" }), _jsx("path", { d: "M16.7103 9.77159C17.3791 9.77159 17.9231 9.22757 17.9231 8.55877C17.9231 7.88997 17.3791 7.34595 16.7103 7.34595C16.0415 7.34595 15.4974 7.88997 15.4974 8.55877C15.4974 9.22757 16.0415 9.77159 16.7103 9.77159Z", fill: "#FF6633" }), _jsx("path", { d: "M16.7103 13.4474C17.3791 13.4474 17.9231 12.9034 17.9231 12.2346C17.9231 11.5658 17.3791 11.0218 16.7103 11.0218C16.0415 11.0218 15.4974 11.5658 15.4974 12.2346C15.4974 12.9034 16.0415 13.4474 16.7103 13.4474Z", fill: "#FF6633" }), _jsx("path", { d: "M16.7103 17.1258C17.3791 17.1258 17.9231 16.5818 17.9231 15.913C17.9231 15.2442 17.3791 14.7001 16.7103 14.7001C16.0415 14.7001 15.4974 15.2442 15.4974 15.913C15.4974 16.5818 16.0415 17.1258 16.7103 17.1258Z", fill: "#FF6633" }), _jsx("path", { d: "M19.9065 7.93223C20.5753 7.93223 21.1194 7.38821 21.1194 6.71941C21.1194 6.05061 20.5753 5.50659 19.9065 5.50659C19.2377 5.50659 18.6937 6.05061 18.6937 6.71941C18.6937 7.38821 19.2377 7.93223 19.9065 7.93223Z", fill: "#FF6633" }), _jsx("path", { d: "M19.9065 11.6107C20.5753 11.6107 21.1194 11.0667 21.1194 10.3979C21.1194 9.72908 20.5753 9.18506 19.9065 9.18506C19.2377 9.18506 18.6937 9.72908 18.6937 10.3979C18.6937 11.0667 19.2377 11.6107 19.9065 11.6107Z", fill: "#FF6633" }), _jsx("path", { d: "M19.9065 15.2865C20.5753 15.2865 21.1194 14.7425 21.1194 14.0737C21.1194 13.4049 20.5753 12.8609 19.9065 12.8609C19.2377 12.8609 18.6937 13.4049 18.6937 14.0737C18.6937 14.7425 19.2377 15.2865 19.9065 15.2865Z", fill: "#FF6633" }), _jsx("path", { d: "M19.9065 18.9624C20.5753 18.9624 21.1194 18.4184 21.1194 17.7496C21.1194 17.0808 20.5753 16.5367 19.9065 16.5367C19.2377 16.5367 18.6937 17.0808 18.6937 17.7496C18.6937 18.4184 19.2377 18.9624 19.9065 18.9624Z", fill: "#FF6633" }), _jsx("path", { d: "M81.6432 10.8509H78.6062C77.8051 10.8509 77.1513 10.1996 77.1513 9.39606C77.1513 8.5925 77.8026 7.94117 78.6062 7.94117H81.9801C82.4318 7.94117 82.8011 7.57184 82.8011 7.12015C82.8011 6.66846 82.4318 6.29912 81.9801 6.29912H78.6062C76.8992 6.29912 75.5092 7.68913 75.5092 9.39606C75.5092 11.103 76.8992 12.493 78.6062 12.493H81.6432C82.6389 12.493 83.45 13.304 83.45 14.2998C83.45 15.2955 82.6389 16.1065 81.6432 16.1065H76.3303C75.8786 16.1065 75.5092 16.4733 75.5092 16.9275C75.5092 17.3817 75.8761 17.7486 76.3303 17.7486H81.6432C83.5448 17.7486 85.092 16.2013 85.092 14.3022C85.092 12.4032 83.5448 10.8534 81.6432 10.8534V10.8509ZM60.334 8.12834H63.1864C63.6381 8.12834 64.0074 7.759 64.0074 7.30731C64.0074 6.85562 63.6406 6.48629 63.1864 6.48629H60.334C57.2296 6.48629 54.7041 9.01175 54.7041 12.1162C54.7041 15.2206 57.2296 17.7461 60.334 17.7461H63.1864C63.6381 17.7461 64.0074 17.3767 64.0074 16.925C64.0074 16.4733 63.6406 16.104 63.1864 16.104H60.334C58.1354 16.104 56.3462 14.3147 56.3462 12.1162C56.3462 9.91762 58.1354 8.12834 60.334 8.12834ZM70.1189 11.9739L74.4412 7.65169C74.7606 7.33227 74.7606 6.8107 74.4412 6.49128C74.2814 6.33157 74.0718 6.25171 73.8597 6.25171C73.6476 6.25171 73.4405 6.33157 73.2782 6.49128L68.377 11.3925C68.0576 11.7119 68.0576 12.2335 68.377 12.5529L73.3257 17.5015C73.6351 17.8109 74.1766 17.8109 74.4861 17.5015C74.8055 17.1821 74.8055 16.6605 74.4861 16.3411L70.1164 11.9714L70.1189 11.9739ZM108.073 7.91372H110.783V16.9225C110.783 17.3742 111.153 17.7436 111.604 17.7436C112.056 17.7436 112.425 17.3742 112.425 16.9225V7.91372H115.136C115.587 7.91372 115.957 7.54439 115.957 7.0927C115.957 6.64101 115.587 6.27167 115.136 6.27167H108.073C107.622 6.27167 107.252 6.64101 107.252 7.0927C107.252 7.54439 107.619 7.91372 108.073 7.91372ZM33.2576 10.8485H30.2206C29.4195 10.8485 28.7657 10.1971 28.7657 9.39356C28.7657 8.59001 29.417 7.93868 30.2206 7.93868H33.597C34.0487 7.93868 34.4181 7.56934 34.4181 7.11765C34.4181 6.66596 34.0487 6.29663 33.597 6.29663H30.2206C28.5137 6.29663 27.1237 7.68663 27.1237 9.39356C27.1237 11.1005 28.5137 12.4905 30.2206 12.4905H33.2576C34.2534 12.4905 35.0644 13.3015 35.0644 14.2973C35.0644 15.293 34.2534 16.104 33.2576 16.104H27.9447C27.493 16.104 27.1237 16.4708 27.1237 16.925C27.1237 17.3792 27.493 17.7461 27.9447 17.7461H33.2576C35.1592 17.7461 36.7064 16.1988 36.7064 14.2998C36.7064 12.4007 35.1592 10.8509 33.2576 10.8509V10.8485ZM45.9299 7.0927C45.9299 6.64101 45.5605 6.27167 45.1089 6.27167H36.4294C35.9778 6.27167 35.6084 6.64101 35.6084 7.0927C35.6084 7.54439 35.9753 7.91372 36.4294 7.91372H38.6954V16.9225C38.6954 17.3742 39.0647 17.7436 39.5164 17.7436C39.9681 17.7436 40.3374 17.3742 40.3374 16.9225V7.91372H45.1089C45.5605 7.91372 45.9299 7.54439 45.9299 7.0927ZM52.1737 6.39645L52.1412 6.40893L52.1088 6.42639C52.009 6.47381 51.9341 6.52372 51.8717 6.58611L42.1142 16.3436C41.7948 16.663 41.7948 17.1846 42.1142 17.504C42.4237 17.8134 42.9652 17.8134 43.2746 17.504L51.6421 9.13653L51.6496 16.7853C51.6496 17.237 52.0189 17.6038 52.4706 17.6038C52.9248 17.6038 53.2917 17.2345 53.2917 16.7828L53.2817 7.16008C53.2817 6.61356 52.7451 6.17934 52.1737 6.39645ZM66.2134 6.33905C65.7618 6.33905 65.3924 6.70589 65.3924 7.16008L65.3824 16.7828C65.3824 17.2345 65.7493 17.6038 66.201 17.6038C66.6551 17.6038 67.022 17.237 67.022 16.7853L67.032 7.16257C67.032 6.94297 66.9471 6.73833 66.7924 6.58112C66.6377 6.4264 66.4305 6.34155 66.2134 6.33905ZM101.962 6.26668C98.7974 6.26668 96.222 8.84206 96.222 12.0039C96.222 15.1657 98.7974 17.7411 101.962 17.7411C105.126 17.7411 107.699 15.1682 107.699 12.0039C107.699 8.83956 105.126 6.26668 101.962 6.26668ZM101.962 16.1015C99.7033 16.1015 97.8641 14.2648 97.8641 12.0039C97.8641 9.74294 99.7033 7.90624 101.962 7.90624C104.22 7.90624 106.059 9.74294 106.059 12.0039C106.059 14.2648 104.223 16.1015 101.962 16.1015ZM90.7194 6.29413H86.9886C86.5369 6.29413 86.1676 6.66347 86.1676 7.11516V16.92C86.1676 17.3717 86.5369 17.7411 86.9886 17.7411C87.4403 17.7411 87.8096 17.3717 87.8096 16.92V15.1333H90.7444C93.155 15.1333 95.139 13.1518 95.139 10.7162C95.139 8.28056 93.1575 6.29663 90.7194 6.29663V6.29413ZM90.7369 13.4912H87.8096V7.93618H90.7194C92.2517 7.93618 93.4969 9.18145 93.4969 10.7137C93.4969 12.2459 92.2591 13.4812 90.7369 13.4912Z", fill: theme.color.light.contrastText })] }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M130.898 7.0744C130.898 6.85423 130.812 6.64811 130.657 6.49235C130.502 6.33659 130.296 6.2511 130.075 6.2511C129.622 6.2511 129.252 6.62 129.252 7.0744L129.258 11.1698L123.613 11.1827L123.607 7.07674C123.607 6.85657 123.523 6.65045 123.367 6.49469C123.211 6.33893 123.005 6.25344 122.785 6.25344H122.784C122.331 6.25344 121.961 6.62234 121.961 7.07674L121.975 16.9247C121.975 17.3791 122.344 17.7492 122.797 17.7492C123.251 17.7492 123.621 17.3803 123.621 16.927L123.615 12.8316L129.26 12.8187L129.266 16.9247C129.266 17.3791 129.635 17.7492 130.088 17.7492C130.543 17.7492 130.913 17.3803 130.913 16.927L130.898 7.07791V7.0744ZM150.04 9.36448C150.04 9.92629 149.888 10.4518 149.626 10.9072C151.175 11.251 152.337 12.6325 152.337 14.2832C152.337 16.1909 150.785 17.7427 148.878 17.7427H144.228H144.219H144.209C143.755 17.7427 143.385 17.3738 143.385 16.9194V7.08196C143.385 6.62874 143.755 6.25867 144.209 6.25867H146.934C148.647 6.25867 150.04 7.6523 150.04 9.36448ZM146.934 7.90526C147.738 7.90526 148.393 8.55992 148.393 9.36448C148.393 10.169 147.738 10.8237 146.934 10.8237H145.033V7.90526H146.074H146.932H146.934ZM148.879 16.0973H145.033V12.4726H148.879C149.879 12.4726 150.692 13.2854 150.692 14.2855C150.692 15.2857 149.879 16.0973 148.879 16.0973ZM132.679 13.2669C132.679 15.7321 134.684 17.7371 137.149 17.7371H137.151C139.615 17.7371 141.62 15.7321 141.62 13.2669V7.08455C141.62 6.62781 141.251 6.25891 140.795 6.25891C140.338 6.25891 139.969 6.62899 139.969 7.08455V13.2669C139.969 14.8221 138.705 16.087 137.15 16.087C135.595 16.087 134.33 14.8221 134.33 13.2669V7.08455C134.33 6.62781 133.961 6.25891 133.504 6.25891C133.048 6.25891 132.679 6.62899 132.679 7.08455V13.2669Z", fill: "#C44100" }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_7624_11282", children: _jsx("rect", { width: "115.956", height: "24.0168", fill: "white", transform: "translate(0 -0.00836182)" }) }) })] }));
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=HUB.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HUB.js","sourceRoot":"","sources":["../../src/svg/HUB.tsx"],"names":[],"mappings":";AAAA,4BAA4B;AAE5B,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAA;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAE3D;;GAEG;AACH,MAAM,CAAC,MAAM,GAAG,GAAG,CAAC,EAAE,SAAS,EAAE,KAAK,EAAuD,EAAE,EAAE;IAC/F,MAAM,CAAC,GAAG,YAAY,CAAC;QACrB,EAAE,EAAE,EAAE,KAAK,EAAE,oBAAoB,EAAE,WAAW,EAAE,6FAA6F,EAAE;QAC/I,EAAE,EAAE,EAAE,KAAK,EAAE,oBAAoB,EAAE,WAAW,EAAE,gHAAgH,EAAE;KACnK,CAAC,CAAA;IACF,OAAO,CACL,eAAM,EAAE,EAAC,UAAU,qBAAiB,8BAA8B,EAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,YAAY,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,aAChM,gBAAO,EAAE,EAAC,gBAAgB,YAAE,CAAC,CAAC,KAAK,GAAS,EAC5C,eAAM,EAAE,EAAC,eAAe,YAAE,CAAC,CAAC,WAAW,GAAQ,EAC/C,aAAG,QAAQ,EAAC,wBAAwB,aAClC,eAAM,CAAC,EAAC,0/FAA0/F,EAAC,IAAI,EAAC,SAAS,GAAG,EACphG,eAAM,CAAC,EAAC,grHAAgrH,EAAC,IAAI,EAAC,SAAS,GAAG,EAC1sH,eAAM,CAAC,EAAC,k2DAAk2D,EAAC,IAAI,EAAC,SAAS,GAAG,EAC53D,eAAM,CAAC,EAAC,8NAA8N,EAAC,IAAI,EAAC,SAAS,GAAG,EACxP,eAAM,CAAC,EAAC,gNAAgN,EAAC,IAAI,EAAC,SAAS,GAAG,EAC1O,eAAM,CAAC,EAAC,gNAAgN,EAAC,IAAI,EAAC,SAAS,GAAG,EAC1O,eAAM,CAAC,EAAC,gNAAgN,EAAC,IAAI,EAAC,SAAS,GAAG,EAC1O,eAAM,CAAC,EAAC,mNAAmN,EAAC,IAAI,EAAC,SAAS,GAAG,EAC7O,eAAM,CAAC,EAAC,mNAAmN,EAAC,IAAI,EAAC,SAAS,GAAG,EAC7O,eAAM,CAAC,EAAC,mNAAmN,EAAC,IAAI,EAAC,SAAS,GAAG,EAC7O,eAAM,CAAC,EAAC,mNAAmN,EAAC,IAAI,EAAC,SAAS,GAAG,EAC7O,eAAM,CAAC,EAAC,mNAAmN,EAAC,IAAI,EAAC,SAAS,GAAG,EAC7O,eAAM,CAAC,EAAC,mNAAmN,EAAC,IAAI,EAAC,SAAS,GAAG,EAC7O,eAAM,CAAC,EAAC,mNAAmN,EAAC,IAAI,EAAC,SAAS,GAAG,EAC7O,eAAM,CAAC,EAAC,iNAAiN,EAAC,IAAI,EAAC,SAAS,GAAG,EAC3O,eAAM,CAAC,EAAC,mNAAmN,EAAC,IAAI,EAAC,SAAS,GAAG,EAC7O,eAAM,CAAC,EAAC,mNAAmN,EAAC,IAAI,EAAC,SAAS,GAAG,EAC7O,eAAM,CAAC,EAAC,mNAAmN,EAAC,IAAI,EAAC,SAAS,GAAG,EAC7O,eAAM,CAAC,EAAC,mNAAmN,EAAC,IAAI,EAAC,SAAS,GAAG,EAC7O,eAAM,CAAC,EAAC,0rIAA0rI,EAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,GAAI,IACzuI,EACJ,eAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,0pDAA0pD,EAAC,IAAI,EAAC,SAAS,GAAG,EAC1tD,yBACE,mBAAU,EAAE,EAAC,kBAAkB,YAC7B,eAAM,KAAK,EAAC,SAAS,EAAC,MAAM,EAAC,SAAS,EAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,0BAA0B,GAAG,GAClF,GACN,IACH,CACP,CAAA;AACH,CAAC,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This is the Stackspot logo with both orange box and text. This is the original logo, doesn't include the name of any specific portal.
|
|
3
|
+
*/
|
|
4
|
+
export declare const Logo: ({ style, ...props }: React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
//# sourceMappingURL=Logo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Logo.d.ts","sourceRoot":"","sources":["../../src/svg/Logo.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,eAAO,MAAM,IAAI,GAAI,qBAAqB,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,4CAO7E,CAAA"}
|
package/dist/svg/Logo.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
/* eslint-disable max-len */
|
|
3
|
+
import { theme } from '@stack-spot/portal-theme';
|
|
4
|
+
/**
|
|
5
|
+
* This is the Stackspot logo with both orange box and text. This is the original logo, doesn't include the name of any specific portal.
|
|
6
|
+
*/
|
|
7
|
+
export const Logo = ({ style, ...props }) => (_jsx("div", { style: { display: 'flex', ...style }, ...props, children: _jsxs("svg", { width: "113", height: "25", viewBox: "0 0 113 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M39.9657 6.4662H38.1056V7.95275C38.1056 8.71705 37.6951 9.12765 36.911 9.12765H36.206V10.9481H37.8311V15.7046C37.8311 17.8763 39.142 19.1501 40.9427 19.1501C41.472 19.1501 41.8628 19.0512 42.1176 18.9547V16.9982C41.9222 17.0971 41.6872 17.1342 41.4325 17.1342C40.5519 17.1342 39.9657 16.6247 39.9657 15.529V10.9481H42.1176V9.0114H39.9657V6.4662ZM50.7228 9.9612C50.703 10.2704 50.3048 10.3817 50.1291 10.1245C49.679 9.46405 48.8479 8.77641 47.3391 8.77641C44.8928 8.77641 42.778 10.9481 42.778 13.9633C42.778 16.9784 44.8928 19.1501 47.3391 19.1501C48.8256 19.1501 49.6666 18.4204 50.1242 17.7452C50.2973 17.4904 50.698 17.6067 50.7178 17.9134L50.7821 18.9151H52.4517V9.0114H50.7821L50.7203 9.9612H50.7228ZM47.5765 17.154C46.1469 17.154 44.9151 15.8629 44.9151 13.9633C44.9151 12.0637 46.1493 10.7725 47.5765 10.7725C49.0037 10.7725 50.238 12.0637 50.238 13.9633C50.238 15.8629 49.0037 17.154 47.5765 17.154ZM58.7962 10.7725C60.206 10.7725 60.9876 11.8485 61.2226 12.6523H63.3745C62.9837 10.7156 61.2597 8.77641 58.7937 8.77641C56.1124 8.77641 53.8814 11.0669 53.8814 13.9633C53.8814 16.8597 56.1124 19.1501 58.7937 19.1501C61.2597 19.1501 62.9837 17.1936 63.3745 15.2742H61.2226C60.9876 16.0756 60.2035 17.154 58.7962 17.154C57.27 17.154 56.016 15.8431 56.016 13.9633C56.016 12.0834 57.2676 10.7725 58.7962 10.7725ZM64.8116 18.9151H66.966V5.21217H64.8116V18.9151ZM90.5183 8.77393C89.1999 8.77393 88.3862 9.50115 87.9088 10.1912C87.6961 10.498 87.2162 10.3718 87.1791 10.0008L87.0752 9.00893H85.47V22.4374H87.6219V18.4946C87.6219 18.1583 88.0374 17.99 88.265 18.2374C88.6978 18.7098 89.4003 19.1501 90.5208 19.1501C92.967 19.1501 95.0818 16.9784 95.0818 13.9633C95.0818 10.9481 92.967 8.77641 90.5208 8.77641L90.5183 8.77393ZM90.2833 17.154C88.8536 17.154 87.6219 15.8629 87.6219 13.9633C87.6219 12.0637 88.8561 10.7725 90.2833 10.7725C91.7105 10.7725 92.9448 12.0637 92.9448 13.9633C92.9448 15.8629 91.713 17.154 90.2833 17.154ZM100.924 8.77393C98.2429 8.77393 96.0118 11.0644 96.0118 13.9608C96.0118 16.8572 98.2429 19.1476 100.924 19.1476C103.605 19.1476 105.836 16.8374 105.836 13.9608C105.836 11.0842 103.605 8.77393 100.924 8.77393ZM100.924 17.154C99.398 17.154 98.144 15.8431 98.144 13.9633C98.144 12.0834 99.3955 10.7725 100.924 10.7725C102.453 10.7725 103.704 12.0834 103.704 13.9633C103.704 15.8431 102.453 17.154 100.924 17.154ZM112.136 10.9481V9.0114H109.984V6.4662H108.124V7.95275C108.124 8.71705 107.714 9.12765 106.93 9.12765H106.225V10.9481H107.85V15.7046C107.85 17.8763 109.161 19.1501 110.961 19.1501C111.491 19.1501 111.882 19.0512 112.136 18.9547V16.9982C111.941 17.0971 111.706 17.1342 111.451 17.1342C110.571 17.1342 109.982 16.6247 109.982 15.529V10.9481H112.134H112.136ZM73.8942 9.00893H71.4083L68.2052 13.0629C67.7723 13.57 67.7897 14.0399 68.2052 14.5643L71.6433 18.9127H74.3245L70.0776 13.706L73.8942 9.00893ZM28.2266 8.8531C28.2266 7.81672 29.028 7.03263 30.4973 7.03263C31.8799 7.03263 32.763 7.89092 32.9064 9.12765H35.1771C34.9841 6.78528 33.2255 4.97717 30.4948 4.97717C27.7641 4.97717 25.9535 6.64181 25.9535 8.81351C25.9535 13.6862 33.1167 12.2591 33.1167 15.2915C33.1167 16.2908 32.3153 17.0922 30.6704 17.0922C29.0256 17.0922 28.0486 16.1127 27.91 14.7053H25.6394C25.7557 17.2703 27.6157 19.1476 30.6506 19.1476C33.6856 19.1476 35.3873 17.4632 35.3873 15.2322C35.3873 10.3001 28.2242 11.8262 28.2242 8.85062L28.2266 8.8531ZM77.08 8.8531C77.08 7.81672 77.8814 7.03263 79.3506 7.03263C80.7333 7.03263 81.6163 7.89092 81.7598 9.12765H84.0329C83.8399 6.78528 82.0813 4.97717 79.3506 4.97717C76.6199 4.97717 74.8093 6.64181 74.8093 8.81351C74.8093 13.6862 81.9725 12.2591 81.9725 15.2915C81.9725 16.2908 81.1711 17.0922 79.5262 17.0922C77.8814 17.0922 76.9044 16.1127 76.7658 14.7053H74.4952C74.6115 17.2703 76.4715 19.1476 79.5064 19.1476C82.5414 19.1476 84.2431 17.4632 84.2431 15.2322C84.2431 10.3001 77.08 11.8262 77.08 8.85062V8.8531Z", fill: theme.color.light.contrastText }), _jsx("path", { d: "M19.1021 8.63793C20.0494 8.63793 20.8162 7.87115 20.8162 6.92381C20.8162 5.97647 20.0494 5.20972 19.1021 5.20972C18.1547 5.20972 17.388 5.97647 17.388 6.92381C17.388 7.87115 18.1547 8.63793 19.1021 8.63793ZM19.1021 15.4968C18.1547 15.4968 17.388 16.2636 17.388 17.211C17.388 18.1583 18.1547 18.925 19.1021 18.925C20.0494 18.925 20.8162 18.1583 20.8162 17.211C20.8162 16.2636 20.0494 15.4968 19.1021 15.4968ZM10.4153 20.6392C9.46794 20.6392 8.70117 21.4059 8.70117 22.3533C8.70117 23.3006 9.46794 24.0674 10.4153 24.0674C11.3626 24.0674 12.1294 23.3006 12.1294 22.3533C12.1294 21.4059 11.3626 20.6392 10.4153 20.6392ZM18.501 13.6714C19.1565 13.9163 19.9282 13.7456 20.4155 13.1718C20.9967 12.4817 20.9324 11.428 20.272 10.8121C19.7847 10.3595 19.107 10.2432 18.5208 10.4559C18.0805 10.6142 17.5957 10.5771 17.1926 10.3397C16.7869 10.0997 16.5247 9.6842 16.4505 9.21919C16.3763 8.77149 16.1265 8.35348 15.7209 8.07893C15.2534 7.76232 14.6869 7.7079 14.1923 7.88351C13.747 8.03934 13.2573 8.01215 12.8492 7.77222C12.441 7.53229 12.1813 7.11427 12.1047 6.64678C12.028 6.18919 11.7683 5.76377 11.3478 5.48922C10.6008 5.00442 9.57677 5.18744 9.04498 5.89979C8.45382 6.68883 8.64923 7.80189 9.45557 8.34853C9.92306 8.66513 10.4895 8.71955 10.9842 8.54394C11.4294 8.38811 11.9191 8.41531 12.3273 8.65523C12.7329 8.89516 12.9951 9.31071 13.0718 9.77819C13.146 10.2259 13.3958 10.6439 13.8014 10.9185C14.2689 11.2351 14.8354 11.2895 15.33 11.1139C15.3622 11.1015 15.8519 10.8764 16.1018 10.8764C16.7597 10.8764 17.294 11.4107 17.294 12.0686C17.294 12.7266 16.7597 13.2608 16.1018 13.2608C15.8519 13.2608 15.3647 13.0333 15.3325 13.0234C14.8452 12.8502 14.2887 12.8997 13.8237 13.2039C13.4032 13.4785 13.1485 13.9064 13.0742 14.3665C12.9976 14.829 12.7379 15.2445 12.3297 15.4869C11.9241 15.7269 11.4343 15.7566 10.9866 15.5983C10.492 15.4251 9.92553 15.4795 9.45805 15.7936C8.6517 16.3403 8.4563 17.4533 9.04745 18.2424C9.58172 18.9547 10.6033 19.1378 11.3502 18.653C11.7732 18.3784 12.0329 17.953 12.1071 17.4954C12.1838 17.0279 12.4435 16.6124 12.8516 16.37C13.2573 16.13 13.8633 16.1746 14.1898 16.2537C14.6919 16.3749 15.2336 16.3774 15.6986 16.0731C16.1191 15.7986 16.3763 15.3707 16.4505 14.9106C16.5247 14.4481 16.7869 14.035 17.1926 13.7951C17.5883 13.5601 18.0706 13.5082 18.501 13.6714ZM9.8167 13.6714C10.4722 13.9163 11.2439 13.7456 11.7312 13.1718C12.3124 12.4817 12.2481 11.428 11.5877 10.8121C11.1004 10.3595 10.4227 10.2432 9.83649 10.4559C9.39621 10.6142 8.91141 10.5771 8.50824 10.3397C8.10259 10.0997 7.8404 9.6842 7.7662 9.21919C7.76373 9.19693 7.46691 7.78705 6.07435 7.78705C5.12702 7.78705 4.36024 8.55383 4.36024 9.50117C4.36024 10.4485 5.12702 11.2153 6.07435 11.2153C6.35633 11.2153 6.62099 11.146 6.85597 11.0248C7.02911 10.958 7.26409 10.8764 7.41497 10.8764C8.07291 10.8764 8.60718 11.4107 8.60718 12.0686C8.60718 12.7266 8.07291 13.2608 7.41497 13.2608C7.24925 13.2608 6.98211 13.1619 6.80897 13.0926C6.75208 13.0704 6.36869 12.9244 6.07188 12.9244C5.12454 12.9244 4.35777 13.6912 4.35777 14.6385C4.35777 15.5859 5.12454 16.3526 6.07188 16.3526C6.9178 16.3526 7.62027 15.7392 7.75878 14.9304C7.75878 14.923 7.76373 14.9156 7.7662 14.9081C7.8404 14.4456 8.10259 14.0325 8.50824 13.7926C8.90399 13.5576 9.38632 13.5057 9.8167 13.6689V13.6714ZM14.7587 18.0668C13.8113 18.0668 13.0446 18.8335 13.0446 19.7809C13.0446 20.7282 13.8113 21.495 14.7587 21.495C15.706 21.495 16.4728 20.7282 16.4728 19.7809C16.4728 18.8335 15.706 18.0668 14.7587 18.0668ZM10.4153 3.4956C11.3626 3.4956 12.1294 2.72884 12.1294 1.7815C12.1294 0.834169 11.3626 0.0673828 10.4153 0.0673828C9.46794 0.0673828 8.70117 0.834169 8.70117 1.7815C8.70117 2.72884 9.46794 3.4956 10.4153 3.4956ZM6.07435 18.0668C5.12702 18.0668 4.36024 18.8335 4.36024 19.7809C4.36024 20.7282 5.12702 21.495 6.07435 21.495C7.02169 21.495 7.78846 20.7282 7.78846 19.7809C7.78846 18.8335 7.02169 18.0668 6.07435 18.0668ZM14.7587 6.068C15.706 6.068 16.4728 5.30122 16.4728 4.35388C16.4728 3.40654 15.706 2.63979 14.7587 2.63979C13.8113 2.63979 13.0446 3.40654 13.0446 4.35388C13.0446 5.30122 13.8113 6.068 14.7587 6.068ZM6.07435 6.068C7.02169 6.068 7.78846 5.30122 7.78846 4.35388C7.78846 3.40654 7.02169 2.63979 6.07435 2.63979C5.12702 2.63979 4.36024 3.40654 4.36024 4.35388C4.36024 5.30122 5.12702 6.068 6.07435 6.068ZM1.73095 5.20972C0.783619 5.20972 0.0168457 5.97647 0.0168457 6.92381C0.0168457 7.87115 0.783619 8.63793 1.73095 8.63793C2.67829 8.63793 3.44506 7.87115 3.44506 6.92381C3.44506 5.97647 2.67829 5.20972 1.73095 5.20972ZM1.73095 15.4968C0.783619 15.4968 0.0168457 16.2636 0.0168457 17.211C0.0168457 18.1583 0.783619 18.925 1.73095 18.925C2.67829 18.925 3.44506 18.1583 3.44506 17.211C3.44506 16.2636 2.67829 15.4968 1.73095 15.4968ZM1.73095 10.352C0.783619 10.352 0.0168457 11.1188 0.0168457 12.0661C0.0168457 13.0135 0.783619 13.7803 1.73095 13.7803C2.67829 13.7803 3.44506 13.0135 3.44506 12.0661C3.44506 11.1188 2.67829 10.352 1.73095 10.352Z", fill: "#FF6900" })] }) }));
|
|
8
|
+
//# sourceMappingURL=Logo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Logo.js","sourceRoot":"","sources":["../../src/svg/Logo.tsx"],"names":[],"mappings":";AAAA,4BAA4B;AAE5B,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAA;AAEhD;;GAEG;AAEH,MAAM,CAAC,MAAM,IAAI,GAAG,CAAC,EAAE,KAAK,EAAE,GAAG,KAAK,EAAwC,EAAE,EAAE,CAAC,CACjF,cAAK,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,KAAK,EAAE,KAAM,KAAK,YAClD,eAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,YAAY,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,aAC9F,eAAM,CAAC,EAAC,+xHAA+xH,EAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,GAAG,EAC/0H,eAAM,CAAC,EAAC,4zJAA4zJ,EAAC,IAAI,EAAC,SAAS,GAAE,IACj1J,GACF,CACP,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This is the Stackspot logo without the text part, i.e. only the orange box.
|
|
3
|
+
*/
|
|
4
|
+
export declare const MiniLogo: ({ className, style }: {
|
|
5
|
+
className?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
//# sourceMappingURL=MiniLogo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MiniLogo.d.ts","sourceRoot":"","sources":["../../src/svg/MiniLogo.tsx"],"names":[],"mappings":"AACA;;GAEG;AACH,eAAO,MAAM,QAAQ,GAAI,sBAAsB;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;CAAE,4CAOjG,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
/**
|
|
3
|
+
* This is the Stackspot logo without the text part, i.e. only the orange box.
|
|
4
|
+
*/
|
|
5
|
+
export const MiniLogo = ({ className, style }) => (_jsx("svg", { width: "40", height: "47", viewBox: "0 0 40 47", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, style: style, children: _jsx("path", { d: "M36.7035 16.4824C38.5254 16.4824 40 15.0077 40 13.1859C40 11.364 38.5254 9.88942 36.7035 9.88942C34.8817 9.88942 33.4071 11.364 33.4071 13.1859C33.4071 15.0077 34.8817 16.4824 36.7035 16.4824ZM36.7035 29.673C34.8817 29.673 33.4071 31.1476 33.4071 32.9695C33.4071 34.7913 34.8817 36.2659 36.7035 36.2659C38.5254 36.2659 40 34.7913 40 32.9695C40 31.1476 38.5254 29.673 36.7035 29.673ZM19.9976 39.5624C18.1758 39.5624 16.7012 41.037 16.7012 42.8588C16.7012 44.6807 18.1758 46.1553 19.9976 46.1553C21.8195 46.1553 23.2941 44.6807 23.2941 42.8588C23.2941 41.037 21.8195 39.5624 19.9976 39.5624ZM35.5476 26.1624C36.8082 26.6334 38.2923 26.3051 39.2294 25.2016C40.3472 23.8744 40.2236 21.8481 38.9535 20.6636C38.0164 19.7931 36.713 19.5695 35.5857 19.9786C34.739 20.283 33.8066 20.2117 33.0313 19.755C32.2512 19.2936 31.7469 18.4945 31.6042 17.6002C31.4615 16.7392 30.9811 15.9353 30.201 15.4073C29.3019 14.7984 28.2126 14.6938 27.2613 15.0315C26.405 15.3312 25.4632 15.2789 24.6783 14.8175C23.8934 14.3561 23.394 13.5521 23.2465 12.6531C23.0991 11.7731 22.5996 10.955 21.7909 10.4269C20.3544 9.49461 18.3851 9.84657 17.3624 11.2165C16.2255 12.734 16.6013 14.8745 18.152 15.9258C19.051 16.5347 20.1403 16.6393 21.0917 16.3016C21.9479 16.0019 22.8898 16.0542 23.6746 16.5156C24.4548 16.977 24.959 17.7762 25.1064 18.6752C25.2491 19.5362 25.7296 20.3401 26.5097 20.8681C27.4087 21.477 28.498 21.5817 29.4494 21.2439C29.5112 21.2201 30.4531 20.7872 30.9335 20.7872C32.1988 20.7872 33.2263 21.8147 33.2263 23.08C33.2263 24.3454 32.1988 25.3728 30.9335 25.3728C30.4531 25.3728 29.516 24.9352 29.4542 24.9162C28.5171 24.5832 27.4468 24.6783 26.5525 25.2634C25.7438 25.7914 25.2539 26.6144 25.1112 27.4991C24.9637 28.3887 24.4643 29.1878 23.6794 29.6539C22.8993 30.1153 21.9574 30.1725 21.0964 29.868C20.1451 29.535 19.0558 29.6397 18.1567 30.2438C16.606 31.295 16.2302 33.4356 17.3671 34.953C18.3946 36.323 20.3591 36.675 21.7957 35.7427C22.6091 35.2147 23.1086 34.3965 23.2513 33.5165C23.3987 32.6174 23.8982 31.8183 24.6831 31.3521C25.4632 30.8907 26.6286 30.9764 27.2565 31.1286C28.2221 31.3617 29.2639 31.3664 30.1582 30.7813C30.9668 30.2533 31.4615 29.4304 31.6042 28.5456C31.7469 27.6561 32.2512 26.8617 33.0313 26.4003C33.7924 25.9484 34.7199 25.8485 35.5476 26.1624ZM18.8465 26.1624C20.107 26.6334 21.5912 26.3051 22.5282 25.2016C23.6461 23.8744 23.5224 21.8481 22.2523 20.6636C21.3153 19.7931 20.0119 19.5695 18.8845 19.9786C18.0378 20.283 17.1055 20.2117 16.3301 19.755C15.55 19.2936 15.0458 18.4945 14.9031 17.6002C14.8983 17.5574 14.3275 14.846 11.6494 14.846C9.82757 14.846 8.35295 16.3206 8.35295 18.1425C8.35295 19.9643 9.82757 21.4389 11.6494 21.4389C12.1917 21.4389 12.7007 21.3058 13.1526 21.0727C13.4856 20.9443 13.9374 20.7872 14.2276 20.7872C15.4929 20.7872 16.5204 21.8147 16.5204 23.08C16.5204 24.3454 15.4929 25.3728 14.2276 25.3728C13.9089 25.3728 13.3952 25.1826 13.0622 25.0494C12.9528 25.0066 12.2155 24.7259 11.6447 24.7259C9.82281 24.7259 8.3482 26.2005 8.3482 28.0224C8.3482 29.8442 9.82281 31.3188 11.6447 31.3188C13.2715 31.3188 14.6224 30.1391 14.8888 28.5836C14.8888 28.5694 14.8983 28.5551 14.9031 28.5409C15.0458 27.6513 15.55 26.8569 16.3301 26.3955C17.0912 25.9436 18.0188 25.8437 18.8465 26.1577V26.1624ZM28.3506 34.6153C26.5287 34.6153 25.0541 36.0899 25.0541 37.9117C25.0541 39.7336 26.5287 41.2082 28.3506 41.2082C30.1724 41.2082 31.647 39.7336 31.647 37.9117C31.647 36.0899 30.1724 34.6153 28.3506 34.6153ZM19.9976 6.59293C21.8195 6.59293 23.2941 5.11835 23.2941 3.29649C23.2941 1.47464 21.8195 0 19.9976 0C18.1758 0 16.7012 1.47464 16.7012 3.29649C16.7012 5.11835 18.1758 6.59293 19.9976 6.59293ZM11.6494 34.6153C9.82757 34.6153 8.35295 36.0899 8.35295 37.9117C8.35295 39.7336 9.82757 41.2082 11.6494 41.2082C13.4713 41.2082 14.9459 39.7336 14.9459 37.9117C14.9459 36.0899 13.4713 34.6153 11.6494 34.6153ZM28.3506 11.54C30.1724 11.54 31.647 10.0654 31.647 8.24353C31.647 6.42167 30.1724 4.94709 28.3506 4.94709C26.5287 4.94709 25.0541 6.42167 25.0541 8.24353C25.0541 10.0654 26.5287 11.54 28.3506 11.54ZM11.6494 11.54C13.4713 11.54 14.9459 10.0654 14.9459 8.24353C14.9459 6.42167 13.4713 4.94709 11.6494 4.94709C9.82757 4.94709 8.35295 6.42167 8.35295 8.24353C8.35295 10.0654 9.82757 11.54 11.6494 11.54ZM3.29647 9.88942C1.47461 9.88942 0 11.364 0 13.1859C0 15.0077 1.47461 16.4824 3.29647 16.4824C5.11833 16.4824 6.59294 15.0077 6.59294 13.1859C6.59294 11.364 5.11833 9.88942 3.29647 9.88942ZM3.29647 29.673C1.47461 29.673 0 31.1476 0 32.9695C0 34.7913 1.47461 36.2659 3.29647 36.2659C5.11833 36.2659 6.59294 34.7913 6.59294 32.9695C6.59294 31.1476 5.11833 29.673 3.29647 29.673ZM3.29647 19.7788C1.47461 19.7788 0 21.2534 0 23.0753C0 24.8971 1.47461 26.3718 3.29647 26.3718C5.11833 26.3718 6.59294 24.8971 6.59294 23.0753C6.59294 21.2534 5.11833 19.7788 3.29647 19.7788Z", fill: "#FF6900" }) }));
|
|
6
|
+
//# sourceMappingURL=MiniLogo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MiniLogo.js","sourceRoot":"","sources":["../../src/svg/MiniLogo.tsx"],"names":[],"mappings":";AACA;;GAEG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,EAAE,SAAS,EAAE,KAAK,EAAuD,EAAE,EAAE,CAAC,CACrG,cAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,KAAK,YAC/H,eACE,CAAC,EAAC,qsJAAqsJ,EACvsJ,IAAI,EAAC,SAAS,GACd,GACE,CACP,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotFound.d.ts","sourceRoot":"","sources":["../../src/svg/NotFound.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,GAAI,sBAAsB;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;CAAE,4CAajG,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
/* eslint-disable max-len */
|
|
3
|
+
export const NotFound = ({ className, style }) => (_jsxs("svg", { width: "136", height: "154", viewBox: "0 0 136 154", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, style: style, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M54.3307 0.59375C53.716 0.59375 53.2178 1.092 53.2178 1.70662C53.2178 2.32123 53.716 2.81948 54.3307 2.81948C93.8 2.81948 125.796 34.8157 125.796 74.2851C125.796 93.0828 118.539 110.185 106.673 122.944L94.4411 110.712L94.4248 110.696C103.164 101.078 108.49 88.3032 108.49 74.2843C108.49 44.3719 84.2415 20.1231 54.3291 20.1231C24.4167 20.1231 0.167971 44.3719 0.167969 74.2843C0.167969 104.197 24.4167 128.445 54.3291 128.445C69.4218 128.445 83.0726 122.272 92.8942 112.313L105.132 124.55C92.1785 137.641 74.2017 145.751 54.3307 145.751C53.716 145.751 53.2178 146.249 53.2178 146.864C53.2178 147.478 53.716 147.976 54.3307 147.976C74.8163 147.976 93.3495 139.617 106.706 126.124L134.039 153.458C134.474 153.892 135.178 153.892 135.613 153.458C136.048 153.023 136.048 152.318 135.613 151.884L108.248 124.519C120.516 111.357 128.022 93.6974 128.022 74.2851C128.022 33.5865 95.0293 0.59375 54.3307 0.59375ZM106.265 74.2843C106.265 45.6011 83.0122 22.3489 54.3291 22.3489C25.646 22.3489 2.39371 45.6011 2.39371 74.2843C2.39371 102.967 25.646 126.22 54.3291 126.22C83.0122 126.22 106.265 102.967 106.265 74.2843Z", fill: "url(#paint0_linear_3383_224507)" }), _jsx("circle", { opacity: "0.16", cx: "54.4578", cy: "74.1883", r: "41.5984", fill: "#FAFAFB" }), _jsx("circle", { opacity: "0.16", cx: "54.0295", cy: "74.6155", r: "30.8772", fill: "#FAFAFB" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M51.915 76.8282C51.9232 78.034 52.9074 79.0048 54.1131 78.9966C55.3189 78.9884 56.2897 78.0043 56.2815 76.7985L56.1278 64.0513C56.1196 62.8455 55.1355 61.8747 53.9297 61.8829C52.7239 61.8911 51.7531 62.8752 51.7613 64.081L51.915 76.8282ZM52.218 85.6913C52.7436 86.1712 53.3605 86.4111 54.0689 86.4111C54.8001 86.4111 55.4171 86.1597 55.9198 85.657C56.4453 85.1543 56.7081 84.5602 56.7081 83.8747C56.7081 83.1663 56.4453 82.5722 55.9198 82.0924C55.3942 81.5897 54.7658 81.3383 54.0346 81.3383C53.3263 81.3383 52.7093 81.5897 52.1838 82.0924C51.681 82.5951 51.4297 83.2006 51.4297 83.909C51.4297 84.5945 51.6925 85.1886 52.218 85.6913Z", fill: "#14141A" }), _jsx("defs", { children: _jsxs("linearGradient", { id: "paint0_linear_3383_224507", x1: "62.1628", y1: "150.93", x2: "211.15", y2: "63.5124", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#BCBCCF", stopOpacity: "0.61" }), _jsx("stop", { offset: "0.766098", stopColor: "#353546", stopOpacity: "0" })] }) })] }));
|
|
4
|
+
//# sourceMappingURL=NotFound.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotFound.js","sourceRoot":"","sources":["../../src/svg/NotFound.tsx"],"names":[],"mappings":";AAAA,4BAA4B;AAE5B,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,EAAE,SAAS,EAAE,KAAK,EAAuD,EAAE,EAAE,CAAC,CACrG,eAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,aAAa,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,KAAK,aACnI,eAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,qlCAAqlC,EAAC,IAAI,EAAC,iCAAiC,GAAG,EAC7qC,iBAAQ,OAAO,EAAC,MAAM,EAAC,EAAE,EAAC,SAAS,EAAC,EAAE,EAAC,SAAS,EAAC,CAAC,EAAC,SAAS,EAAC,IAAI,EAAC,SAAS,GAAG,EAC9E,iBAAQ,OAAO,EAAC,MAAM,EAAC,EAAE,EAAC,SAAS,EAAC,EAAE,EAAC,SAAS,EAAC,CAAC,EAAC,SAAS,EAAC,IAAI,EAAC,SAAS,GAAG,EAC9E,eAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,2nBAA2nB,EAAC,IAAI,EAAC,SAAS,GAAG,EAC3rB,yBACE,0BAAgB,EAAE,EAAC,2BAA2B,EAAC,EAAE,EAAC,SAAS,EAAC,EAAE,EAAC,QAAQ,EAAC,EAAE,EAAC,QAAQ,EAAC,EAAE,EAAC,SAAS,EAAC,aAAa,EAAC,gBAAgB,aAC7H,eAAM,SAAS,EAAC,SAAS,EAAC,WAAW,EAAC,MAAM,GAAG,EAC/C,eAAM,MAAM,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,WAAW,EAAC,GAAG,GAAG,IAC/C,GACZ,IACH,CACP,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ServerError.d.ts","sourceRoot":"","sources":["../../src/svg/ServerError.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,GAAI,sBAAsB;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;CAAE,4CA8BpG,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
/* eslint-disable max-len */
|
|
3
|
+
export const ServerError = ({ className, style }) => (_jsxs("svg", { width: "187", height: "115", viewBox: "0 0 187 115", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, style: style, children: [_jsx("path", { opacity: "0.1", d: "M148.767 98.4641C148.767 79.4314 138.994 62.667 124.163 52.8555M38.5703 98.4641C38.5703 79.4314 48.343 62.667 63.174 52.8555", stroke: "url(#paint0_linear_3383_197709)", strokeWidth: "2.5731" }), _jsxs("g", { opacity: "0.5", children: [_jsx("mask", { id: "path2-inside1_3383_197709", fill: "white", children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.1671 0.320312C14.2745 0.320312 11.1189 3.47587 11.1189 7.36846V52.3732V98.0428H7.77081C3.87822 98.0428 0.722656 101.198 0.722656 105.091V107.775C0.722656 111.667 3.87823 114.823 7.77082 114.823H179.562C183.454 114.823 186.61 111.667 186.61 107.775V105.091C186.61 101.198 183.454 98.0428 179.562 98.0428H176.907V7.36846C176.907 3.47588 173.752 0.320312 169.859 0.320312H18.1671ZM13.3446 7.36846C13.3446 4.70512 15.5037 2.54604 18.1671 2.54604H169.859C172.522 2.54604 174.681 4.70511 174.681 7.36846V98.042H13.3446V52.3732V7.36846ZM2.94839 105.091C2.94839 102.428 5.10746 100.269 7.77081 100.269H179.562C182.225 100.269 184.384 102.428 184.384 105.091V107.775C184.384 110.438 182.225 112.597 179.562 112.597H7.77082C5.10747 112.597 2.94839 110.438 2.94839 107.775V105.091Z" }) }), _jsx("path", { d: "M11.1189 98.0428V100.273H13.3489V98.0428H11.1189ZM176.907 98.0428H174.677V100.273H176.907V98.0428ZM174.681 98.042V100.272H176.912V98.042H174.681ZM13.3446 98.042H11.1146V100.272H13.3446V98.042ZM13.3489 7.36846C13.3489 4.70749 15.5061 2.55033 18.1671 2.55033V1.90971C13.0429 -1.90971 8.8889 2.24426 8.8889 7.36846H13.3489ZM13.3489 52.3732V7.36846H8.8889V52.3732H13.3489ZM13.3489 98.0428V52.3732H8.8889V98.0428H13.3489ZM7.77081 100.273H11.1189V95.8128H7.77081V100.273ZM2.95268 105.091C2.95268 102.43 5.10983 100.273 7.77081 100.273V95.8128C2.64661 95.8128 -1.50736 99.9668 -1.50736 105.091H2.95268ZM2.95268 107.775V105.091H1.50736V107.775H2.95268ZM7.77082 112.593C5.10984 112.593 2.95268 110.436 2.95268 107.775H1.50736C1.50736 112.899 2.64663 117.053 7.77082 117.053V112.593ZM179.562 112.593H7.77082V117.053H179.562V112.593ZM184.38 107.775C184.38 110.436 182.223 112.593 179.562 112.593V117.053C184.686 117.053 188.84 112.899 188.84 107.775H184.38ZM184.38 105.091V107.775H188.84V105.091H184.38ZM179.562 100.273C182.223 100.273 184.38 102.43 184.38 105.091H188.84C188.84 99.9668 184.686 95.8128 179.562 95.8128V100.273ZM176.907 100.273H179.562V95.8128H176.907V100.273ZM174.677 7.36846V98.0428H179.137V7.36846H174.677ZM169.859 2.55033C172.52 2.55033 174.677 4.70748 174.677 7.36846H179.137C179.137 2.24427 174.983 -1.90971 169.859 -1.90971V2.55033ZM18.1671 2.55033H169.859V1.90971H18.1671V2.55033ZM18.1671 0.316024C14.2721 0.316024 11.1146 3.47351 11.1146 7.36846H15.5747C15.5747 5.93673 16.7353 4.77606 18.1671 4.77606V0.316024ZM169.859 0.316024H18.1671V4.77606H169.859V0.316024ZM176.912 7.36846C176.912 3.47351 173.754 0.316024 169.859 0.316024V4.77606C171.291 4.77606 172.451 5.93672 172.451 7.36846H176.912ZM176.912 98.042V7.36846H172.451V98.042H176.912ZM13.3446 100.272H174.681V95.812H13.3446V100.272ZM11.1146 52.3732V98.042H15.5747V52.3732H11.1146ZM11.1146 7.36846V52.3732H15.5747V7.36846H11.1146ZM7.77081 98.0385C3.87585 98.0385 0.718369 101.196 0.718369 105.091H5.17841C5.17841 103.659 6.33906 102.499 7.77081 102.499V98.0385ZM179.562 98.0385H7.77081V102.499H179.562V98.0385ZM186.614 105.091C186.614 101.196 183.457 98.0385 179.562 98.0385V102.499C180.993 102.499 182.154 103.659 182.154 105.091H186.614ZM186.614 107.775V105.091H182.154V107.775H186.614ZM179.562 114.827C183.457 114.827 186.614 111.67 186.614 107.775H182.154C182.154 109.206 180.993 110.367 179.562 110.367V114.827ZM7.77082 114.827H179.562V110.367H7.77082V114.827ZM0.718369 107.775C0.718369 111.67 3.87587 114.827 7.77082 114.827V110.367C6.33907 110.367 5.17841 109.206 5.17841 107.775H0.718369ZM0.718369 105.091V107.775H5.17841V105.091H0.718369Z", fill: "url(#paint1_linear_3383_197709)", mask: "url(#path2-inside1_3383_197709)" })] }), _jsx("path", { opacity: "0.1", d: "M167.976 39.7734V98.097M19.5938 98.097V70.1762V39.7734", stroke: "url(#paint2_linear_3383_197709)", strokeWidth: "2.22573" }), _jsx("path", { opacity: "0.16", d: "M89.4439 19.7907C92.033 18.2959 95.223 18.2959 97.8121 19.7907L117.92 31.4003C120.51 32.8951 122.105 35.6577 122.105 38.6473V61.8665C122.105 64.8562 120.51 67.6187 117.92 69.1135L97.8121 80.7231C95.223 82.218 92.033 82.218 89.4439 80.7231L69.3355 69.1135C66.7464 67.6187 65.1514 64.8562 65.1514 61.8665V38.6473C65.1514 35.6577 66.7464 32.8951 69.3355 31.4003L89.4439 19.7907Z", fill: "#FAFAFB" }), _jsx("path", { opacity: "0.16", d: "M89.4447 26.8376C92.0338 25.3427 95.2237 25.3427 97.8128 26.8376L111.819 34.9241C114.408 36.4189 116.003 39.1815 116.003 42.1711V58.3442C116.003 61.3339 114.408 64.0964 111.819 65.5912L97.8128 73.6778C95.2237 75.1726 92.0338 75.1726 89.4447 73.6778L75.4384 65.5912C72.8493 64.0964 71.2543 61.3338 71.2543 58.3442V42.1711C71.2543 39.1815 72.8493 36.4189 75.4384 34.9241L89.4447 26.8376Z", fill: "#FAFAFB" }), _jsx("path", { opacity: "0.16", d: "M91.6031 34.1543C93.2213 33.2201 95.215 33.2201 96.8332 34.1543L107.367 40.236C108.985 41.1702 109.982 42.8968 109.982 44.7654V56.9287C109.982 58.7972 108.985 60.5238 107.367 61.4581L96.8332 67.5397C95.215 68.474 93.2213 68.474 91.6031 67.5397L81.0693 61.4581C79.4511 60.5238 78.4543 58.7972 78.4543 56.9286V44.7654C78.4543 42.8968 79.4511 41.1702 81.0694 40.236L91.6031 34.1543Z", fill: "#FAFAFB" }), _jsx("path", { d: "M100.941 43.7109L87.0802 57.5722", stroke: "#14141A", strokeWidth: "3.5491", strokeLinecap: "round" }), _jsx("path", { d: "M100.941 57.5703L87.0802 43.7091", stroke: "#14141A", strokeWidth: "3.5491", strokeLinecap: "round" }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "paint0_linear_3383_197709", x1: "93.6687", y1: "43.7117", x2: "93.6687", y2: "98.4635", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#BCBCCF", stopOpacity: "0" }), _jsx("stop", { offset: "1", stopColor: "#BCBCCF" })] }), _jsxs("linearGradient", { id: "paint1_linear_3383_197709", x1: "186.891", y1: "111.975", x2: "-6.87233", y2: "-64.7069", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#BCBCCF" }), _jsx("stop", { offset: "0.766098", stopColor: "#353546", stopOpacity: "0.09" })] }), _jsxs("linearGradient", { id: "paint2_linear_3383_197709", x1: "25.9349", y1: "96.8508", x2: "76.0716", y2: "-32.8361", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#BCBCCF" }), _jsx("stop", { offset: "0.766098", stopColor: "#353546", stopOpacity: "0.09" })] })] })] }));
|
|
4
|
+
//# sourceMappingURL=ServerError.js.map
|