@conveyorhq/arrow-ds 2.0.0-beta.6 → 2.0.0-beta.7
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/package.json +28 -21
- package/public/components/Accordion/Accordion.d.ts +29 -17
- package/public/components/Accordion/Accordion.js +78 -56
- package/public/components/Accordion/context.d.ts +12 -0
- package/public/components/Accordion/context.js +30 -0
- package/public/components/Accordion/index.d.ts +1 -0
- package/public/components/Accordion/index.js +1 -0
- package/public/components/Accordion/types.d.ts +17 -0
- package/public/components/Accordion/types.js +2 -0
- package/public/components/Avatar/Avatar.d.ts +1 -1
- package/public/components/Avatar/AvatarGroup.d.ts +1 -1
- package/public/components/Avatar/AvatarGroup.js +11 -1
- package/public/components/Button/Button.d.ts +3 -2
- package/public/components/Button/Button.js +3 -0
- package/public/components/CloseButton/CloseButton.d.ts +1 -2
- package/public/components/ConveyorLogo/ConveyorLogo.js +1 -1
- package/public/components/Divider/Divider.d.ts +1 -9
- package/public/components/Divider/Divider.js +13 -24
- package/public/components/Drawer/Drawer.js +11 -9
- package/public/components/Flex/Flex.js +3 -4
- package/public/components/Grid/Grid.d.ts +2 -2
- package/public/components/Grid/Grid.js +9 -3
- package/public/components/Icon/Icon.d.ts +14 -0
- package/public/components/Icon/Icon.js +32 -2
- package/public/components/Icon/svg/ArrowToBottom.d.ts +2 -0
- package/public/components/Icon/svg/ArrowToBottom.js +14 -0
- package/public/components/Icon/svg/CommentAltCheck.d.ts +2 -0
- package/public/components/Icon/svg/CommentAltCheck.js +13 -0
- package/public/components/Icon/svg/index.d.ts +2 -0
- package/public/components/Icon/svg/index.js +2 -0
- package/public/components/Input/Input.d.ts +3 -2
- package/public/components/Input/Input.js +7 -6
- package/public/components/Loading/Loading.d.ts +3 -2
- package/public/components/Loading/Loading.js +4 -7
- package/public/components/Markdown/Markdown.d.ts +1 -1
- package/public/components/Markdown/Markdown.js +3 -3
- package/public/components/MarkdownEditor/MarkdownEditor.js +1 -2
- package/public/components/MarkdownEditor/MarkdownHelp.js +4 -7
- package/public/components/MenuRenderer/MenuRenderer.js +7 -4
- package/public/components/Modal/Modal.d.ts +6 -0
- package/public/components/Modal/Modal.js +29 -19
- package/public/components/Modal/context.d.ts +6 -0
- package/public/components/Modal/context.js +15 -0
- package/public/components/Modal/index.d.ts +1 -0
- package/public/components/Modal/index.js +1 -0
- package/public/components/OptionButton/OptionButton.d.ts +28 -1
- package/public/components/OptionButton/OptionButton.js +58 -11
- package/public/components/OptionButton/context.d.ts +11 -0
- package/public/components/OptionButton/context.js +16 -0
- package/public/components/Overlay/Overlay.js +2 -2
- package/public/components/Paragraph/Paragraph.js +3 -7
- package/public/components/Reference/Reference.d.ts +2 -2
- package/public/components/Select/Select.d.ts +1 -0
- package/public/components/Select/Select.js +12 -7
- package/public/components/Snackbar/Snackbar.d.ts +14 -22
- package/public/components/Snackbar/Snackbar.js +28 -85
- package/public/components/Snackbar/SnackbarProvider.d.ts +2 -0
- package/public/components/Snackbar/SnackbarProvider.js +21 -0
- package/public/components/Snackbar/constants.d.ts +2 -0
- package/public/components/Snackbar/constants.js +5 -0
- package/public/components/Snackbar/context.d.ts +4 -0
- package/public/components/Snackbar/context.js +17 -0
- package/public/components/Snackbar/helpers.d.ts +3 -0
- package/public/components/Snackbar/helpers.js +31 -0
- package/public/components/Snackbar/hooks.d.ts +2 -0
- package/public/components/Snackbar/hooks.js +47 -0
- package/public/components/Snackbar/index.d.ts +6 -0
- package/public/components/Snackbar/index.js +6 -0
- package/public/components/Snackbar/types.d.ts +43 -0
- package/public/components/Snackbar/types.js +2 -0
- package/public/components/SpeechBubble/SpeechBubble.d.ts +1 -0
- package/public/components/SpeechBubble/SpeechBubble.js +9 -2
- package/public/components/Table/Table.d.ts +5 -2
- package/public/components/Table/Table.js +11 -4
- package/public/components/Table/TableCell.d.ts +1 -0
- package/public/components/Table/TableCell.js +4 -2
- package/public/components/Table/TableHeaderCell.d.ts +2 -1
- package/public/components/Table/TableHeaderCell.js +24 -7
- package/public/components/Table/index.d.ts +3 -0
- package/public/components/Tag/Tag.d.ts +2 -2
- package/public/components/Toast/Toast.d.ts +3 -3
- package/public/components/Toast/Toast.js +6 -2
- package/public/css/styles.css +2550 -30950
- package/public/css/styles.min.css +1 -1
- package/public/css/styles.min.css.map +1 -1
- package/public/index.d.ts +0 -15
- package/public/index.js +0 -15
- package/public/storybook-components/ComponentHeading.js +3 -5
- package/public/storybook-components/ComponentStatus.d.ts +1 -0
- package/public/storybook-components/ComponentStatus.js +4 -0
- package/public/storybook-components/index.d.ts +1 -1
- package/public/storybook-components/index.js +1 -1
- package/public/style-dictionary/dist/tokens.css +377 -0
- package/public/style-dictionary/dist/tokens.d.ts +427 -0
- package/public/style-dictionary/dist/tokens.js +427 -0
- package/public/style-dictionary/dist/tokens.module.js +427 -0
- package/public/style-dictionary/src/border-radius.js +11 -0
- package/public/style-dictionary/src/border-width.js +10 -0
- package/public/style-dictionary/src/color.js +97 -0
- package/public/style-dictionary/src/font-size.js +15 -0
- package/public/style-dictionary/src/font-weight.js +7 -0
- package/public/style-dictionary/src/height.js +13 -0
- package/public/style-dictionary/src/leading.js +8 -0
- package/public/style-dictionary/src/screen-width.js +8 -0
- package/public/style-dictionary/src/shadow.js +19 -0
- package/public/style-dictionary/src/spacing.js +69 -0
- package/public/style-dictionary/src/tracking.js +7 -0
- package/public/style-dictionary/src/type.js +34 -0
- package/public/style-dictionary/src/width.js +32 -0
- package/public/style-dictionary/src/z-index.js +21 -0
- package/public/style-dictionary/tailwind.config.js +87 -0
- package/public/tokens/box-shadow.d.ts +1 -0
- package/public/tokens/box-shadow.js +1 -0
- package/public/tokens/font-family.js +1 -1
- package/public/tokens/height.d.ts +65 -43
- package/public/tokens/height.js +3 -44
- package/public/tokens/index.d.ts +526 -173
- package/public/tokens/index.js +1 -1
- package/public/tokens/margin.d.ts +129 -47
- package/public/tokens/margin.js +3 -47
- package/public/tokens/padding.d.ts +65 -24
- package/public/tokens/padding.js +2 -24
- package/public/tokens/sizing-scale.d.ts +133 -0
- package/public/tokens/sizing-scale.js +136 -0
- package/public/tokens/width.d.ts +197 -63
- package/public/tokens/width.js +6 -63
- package/public/types/index.d.ts +14 -2
- package/public/types/index.js +2 -4
- package/src/components/Accordion/Accordion.story.mdx +232 -22
- package/src/components/Accordion/Accordion.tsx +228 -117
- package/src/components/Accordion/context.ts +60 -0
- package/src/components/Accordion/index.css +0 -5
- package/src/components/Accordion/index.ts +1 -0
- package/src/components/Accordion/types.ts +55 -0
- package/src/components/Avatar/Avatar.story.mdx +60 -0
- package/src/components/Avatar/AvatarGroup.tsx +11 -9
- package/src/components/Avatar/index.css +8 -0
- package/src/components/Button/Button.story.mdx +116 -1
- package/src/components/Button/Button.tsx +10 -4
- package/src/components/Button/product.css +12 -0
- package/src/components/Card/Card.story.mdx +11 -36
- package/src/components/CloseButton/CloseButton.tsx +1 -1
- package/src/components/ConveyorLogo/ConveyorLogo.tsx +1 -0
- package/src/components/Divider/Divider.tsx +26 -40
- package/src/components/Divider/index.css +16 -0
- package/src/components/Drawer/Drawer.story.mdx +68 -70
- package/src/components/Drawer/Drawer.tsx +10 -9
- package/src/components/Drawer/index.css +26 -1
- package/src/components/Flex/Flex.story.mdx +130 -0
- package/src/components/Flex/Flex.tsx +7 -6
- package/src/components/Flex/index.css +3 -0
- package/src/components/Frame/Frame.story.mdx +7 -2
- package/src/components/Grid/Grid.story.mdx +205 -3
- package/src/components/Grid/Grid.tsx +44 -5
- package/src/components/Grid/index.css +3 -0
- package/src/components/Icon/Icon.tsx +60 -5
- package/src/components/Icon/svg/ArrowToBottom.tsx +17 -0
- package/src/components/Icon/svg/CommentAltCheck.tsx +13 -0
- package/src/components/Icon/svg/index.ts +2 -0
- package/src/components/Input/Input.story.mdx +199 -13
- package/src/components/Input/Input.tsx +39 -6
- package/src/components/Input/brand.css +7 -7
- package/src/components/Input/index.css +30 -0
- package/src/components/Input/product.css +12 -48
- package/src/components/Loading/Loading.story.mdx +16 -9
- package/src/components/Loading/Loading.tsx +17 -8
- package/src/components/Loading/index.css +1 -67
- package/src/components/Markdown/Markdown.story.mdx +67 -0
- package/src/components/Markdown/Markdown.tsx +3 -2
- package/src/components/MarkdownEditor/MarkdownEditor.tsx +2 -3
- package/src/components/MarkdownEditor/MarkdownHelp.tsx +7 -10
- package/src/components/MarkdownEditor/index.css +5 -1
- package/src/components/MenuRenderer/MenuRenderer.tsx +9 -7
- package/src/components/Modal/Modal.story.mdx +26 -0
- package/src/components/Modal/Modal.tsx +60 -42
- package/src/components/Modal/context.ts +20 -0
- package/src/components/Modal/index.ts +1 -0
- package/src/components/OptionButton/OptionButton.story.mdx +119 -20
- package/src/components/OptionButton/OptionButton.tsx +211 -23
- package/src/components/OptionButton/context.ts +22 -0
- package/src/components/OptionButton/index.css +1 -2
- package/src/components/Overlay/Overlay.tsx +2 -3
- package/src/components/Overlay/index.css +1 -0
- package/src/components/Paragraph/Paragraph.story.mdx +16 -2
- package/src/components/Paragraph/Paragraph.tsx +5 -13
- package/src/components/Paragraph/index.css +6 -0
- package/src/components/Popover/index.css +5 -6
- package/src/components/Reference/Reference.tsx +2 -2
- package/src/components/Select/Select.story.mdx +23 -10
- package/src/components/Select/Select.tsx +31 -6
- package/src/components/Snackbar/Snackbar.story.mdx +96 -9
- package/src/components/Snackbar/Snackbar.tsx +56 -145
- package/src/components/Snackbar/SnackbarProvider.tsx +31 -0
- package/src/components/Snackbar/constants.ts +2 -0
- package/src/components/Snackbar/context.ts +20 -0
- package/src/components/Snackbar/helpers.tsx +52 -0
- package/src/components/Snackbar/hooks.ts +57 -0
- package/src/components/Snackbar/index.ts +6 -0
- package/src/components/Snackbar/types.ts +180 -0
- package/src/components/SpeechBubble/SpeechBubble.story.mdx +76 -0
- package/src/components/SpeechBubble/SpeechBubble.tsx +22 -1
- package/src/components/SpeechBubble/index.css +7 -4
- package/src/components/Table/Table.story.mdx +243 -0
- package/src/components/Table/Table.tsx +36 -1
- package/src/components/Table/TableCell.tsx +24 -1
- package/src/components/Table/TableHeaderCell.tsx +64 -11
- package/src/components/Table/index.css +138 -10
- package/src/components/Table/index.ts +3 -0
- package/src/components/Tag/Tag.tsx +2 -2
- package/src/components/Toast/Toast.story.mdx +1 -1
- package/src/components/Toast/Toast.tsx +14 -10
- package/src/components/Toast/index.css +4 -2
- package/src/components/Toggle/index.css +2 -3
- package/src/css/base.css +6 -561
- package/src/css/components.css +4 -9
- package/src/css/fonts.css +13 -10
- package/src/css/styles.css +0 -1
- package/src/css/utilities/animations.css +13 -0
- package/src/docs/Typography.story.mdx +12 -9
- package/src/index.ts +0 -15
- package/src/storybook-components/ComponentHeading.tsx +4 -19
- package/src/storybook-components/ComponentStatus.tsx +4 -0
- package/src/storybook-components/index.tsx +1 -1
- package/src/tokens/box-shadow.ts +1 -0
- package/src/tokens/font-family.ts +1 -1
- package/src/tokens/height.ts +3 -44
- package/src/tokens/index.ts +2 -2
- package/src/tokens/margin.ts +4 -47
- package/src/tokens/padding.ts +3 -24
- package/src/tokens/sizing-scale.ts +134 -0
- package/src/tokens/width.ts +7 -63
- package/src/types/index.ts +34 -5
- package/public/components/Absolute/Absolute.d.ts +0 -2
- package/public/components/Absolute/Absolute.js +0 -14
- package/public/components/Absolute/index.d.ts +0 -1
- package/public/components/Absolute/index.js +0 -5
- package/public/components/Appbar/Appbar.d.ts +0 -40
- package/public/components/Appbar/Appbar.js +0 -29
- package/public/components/Appbar/AppbarLogo.d.ts +0 -2
- package/public/components/Appbar/AppbarLogo.js +0 -19
- package/public/components/Appbar/AppbarTabs.d.ts +0 -10
- package/public/components/Appbar/AppbarTabs.js +0 -42
- package/public/components/Appbar/AppbarUser.d.ts +0 -26
- package/public/components/Appbar/AppbarUser.js +0 -60
- package/public/components/Appbar/config.d.ts +0 -7
- package/public/components/Appbar/config.js +0 -13
- package/public/components/Appbar/index.d.ts +0 -1
- package/public/components/Appbar/index.js +0 -13
- package/public/components/ArrowButton/ArrowButton.d.ts +0 -9
- package/public/components/ArrowButton/ArrowButton.js +0 -22
- package/public/components/ArrowButton/index.d.ts +0 -1
- package/public/components/ArrowButton/index.js +0 -13
- package/public/components/ArrowLink/ArrowLink.d.ts +0 -9
- package/public/components/ArrowLink/ArrowLink.js +0 -21
- package/public/components/ArrowLink/index.d.ts +0 -1
- package/public/components/ArrowLink/index.js +0 -13
- package/public/components/Aside/Aside.d.ts +0 -14
- package/public/components/Aside/Aside.js +0 -28
- package/public/components/Aside/index.d.ts +0 -1
- package/public/components/Aside/index.js +0 -13
- package/public/components/Fixed/Fixed.d.ts +0 -2
- package/public/components/Fixed/Fixed.js +0 -14
- package/public/components/Fixed/Fixed.story.d.ts +0 -1
- package/public/components/Fixed/Fixed.story.js +0 -12
- package/public/components/Fixed/index.d.ts +0 -1
- package/public/components/Fixed/index.js +0 -5
- package/public/components/Flex/Flex.story.d.ts +0 -1
- package/public/components/Flex/Flex.story.js +0 -12
- package/public/components/IntegrationLogo/IntegrationLogo.d.ts +0 -10
- package/public/components/IntegrationLogo/IntegrationLogo.js +0 -33
- package/public/components/IntegrationLogo/IntegrationLogoSvg.d.ts +0 -9
- package/public/components/IntegrationLogo/IntegrationLogoSvg.js +0 -52
- package/public/components/IntegrationLogo/index.d.ts +0 -1
- package/public/components/IntegrationLogo/index.js +0 -13
- package/public/components/IntegrationLogo/svg/addigy.d.ts +0 -2
- package/public/components/IntegrationLogo/svg/addigy.js +0 -17
- package/public/components/IntegrationLogo/svg/aws.d.ts +0 -2
- package/public/components/IntegrationLogo/svg/aws.js +0 -22
- package/public/components/IntegrationLogo/svg/bamboohr.d.ts +0 -2
- package/public/components/IntegrationLogo/svg/bamboohr.js +0 -18
- package/public/components/IntegrationLogo/svg/bitbucket.d.ts +0 -2
- package/public/components/IntegrationLogo/svg/bitbucket.js +0 -18
- package/public/components/IntegrationLogo/svg/conveyor.d.ts +0 -2
- package/public/components/IntegrationLogo/svg/conveyor.js +0 -20
- package/public/components/IntegrationLogo/svg/default.d.ts +0 -2
- package/public/components/IntegrationLogo/svg/default.js +0 -13
- package/public/components/IntegrationLogo/svg/deploy.d.ts +0 -2
- package/public/components/IntegrationLogo/svg/deploy.js +0 -17
- package/public/components/IntegrationLogo/svg/events-api.d.ts +0 -2
- package/public/components/IntegrationLogo/svg/events-api.js +0 -26
- package/public/components/IntegrationLogo/svg/gcp.d.ts +0 -3
- package/public/components/IntegrationLogo/svg/gcp.js +0 -15
- package/public/components/IntegrationLogo/svg/github.d.ts +0 -3
- package/public/components/IntegrationLogo/svg/github.js +0 -12
- package/public/components/IntegrationLogo/svg/gitlab.d.ts +0 -2
- package/public/components/IntegrationLogo/svg/gitlab.js +0 -19
- package/public/components/IntegrationLogo/svg/gsuite.d.ts +0 -2
- package/public/components/IntegrationLogo/svg/gsuite.js +0 -15
- package/public/components/IntegrationLogo/svg/index.d.ts +0 -21
- package/public/components/IntegrationLogo/svg/index.js +0 -54
- package/public/components/IntegrationLogo/svg/jamf.d.ts +0 -2
- package/public/components/IntegrationLogo/svg/jamf.js +0 -20
- package/public/components/IntegrationLogo/svg/jira.d.ts +0 -2
- package/public/components/IntegrationLogo/svg/jira.js +0 -21
- package/public/components/IntegrationLogo/svg/jumpcloud.d.ts +0 -2
- package/public/components/IntegrationLogo/svg/jumpcloud.js +0 -28
- package/public/components/IntegrationLogo/svg/okta.d.ts +0 -2
- package/public/components/IntegrationLogo/svg/okta.js +0 -16
- package/public/components/IntegrationLogo/svg/onelogin.d.ts +0 -2
- package/public/components/IntegrationLogo/svg/onelogin.js +0 -18
- package/public/components/IntegrationLogo/svg/salesforce.d.ts +0 -2
- package/public/components/IntegrationLogo/svg/salesforce.js +0 -20
- package/public/components/IntegrationLogo/svg/slack.d.ts +0 -2
- package/public/components/IntegrationLogo/svg/slack.js +0 -19
- package/public/components/IntegrationLogo/svg/wrapper.d.ts +0 -11
- package/public/components/IntegrationLogo/svg/wrapper.js +0 -13
- package/public/components/IntegrationLogo/svg/zoom.d.ts +0 -2
- package/public/components/IntegrationLogo/svg/zoom.js +0 -23
- package/public/components/Meta/Meta.d.ts +0 -6
- package/public/components/Meta/Meta.js +0 -21
- package/public/components/Meta/Meta.story.d.ts +0 -1
- package/public/components/Meta/Meta.story.js +0 -39
- package/public/components/Meta/index.d.ts +0 -1
- package/public/components/Meta/index.js +0 -5
- package/public/components/PropertyDiff/PropertyDiff.d.ts +0 -7
- package/public/components/PropertyDiff/PropertyDiff.js +0 -22
- package/public/components/PropertyDiff/index.d.ts +0 -1
- package/public/components/PropertyDiff/index.js +0 -13
- package/public/components/Relative/Relative.d.ts +0 -2
- package/public/components/Relative/Relative.js +0 -14
- package/public/components/Relative/Relative.story.d.ts +0 -1
- package/public/components/Relative/Relative.story.js +0 -12
- package/public/components/Relative/index.d.ts +0 -1
- package/public/components/Relative/index.js +0 -5
- package/public/components/SpeechBubble/SpeechBubble.story.d.ts +0 -1
- package/public/components/SpeechBubble/SpeechBubble.story.js +0 -19
- package/public/components/StatusLabel/StatusLabel.d.ts +0 -16
- package/public/components/StatusLabel/StatusLabel.js +0 -40
- package/public/components/StatusLabel/index.d.ts +0 -1
- package/public/components/StatusLabel/index.js +0 -13
- package/public/components/StatusPanel/StatusPanel.d.ts +0 -11
- package/public/components/StatusPanel/StatusPanel.js +0 -24
- package/public/components/StatusPanel/index.d.ts +0 -1
- package/public/components/StatusPanel/index.js +0 -13
- package/public/components/Sticky/Sticky.d.ts +0 -2
- package/public/components/Sticky/Sticky.js +0 -14
- package/public/components/Sticky/Sticky.story.d.ts +0 -1
- package/public/components/Sticky/Sticky.story.js +0 -12
- package/public/components/Sticky/index.d.ts +0 -1
- package/public/components/Sticky/index.js +0 -5
- package/public/components/TopBar/TopBar.d.ts +0 -14
- package/public/components/TopBar/TopBar.js +0 -24
- package/public/components/TopBar/TopBarBreadcrumbs.d.ts +0 -10
- package/public/components/TopBar/TopBarBreadcrumbs.js +0 -34
- package/public/components/TopBar/TopBarSubNav.d.ts +0 -2
- package/public/components/TopBar/TopBarSubNav.js +0 -16
- package/public/components/TopBar/TopBarSubNavItem.d.ts +0 -5
- package/public/components/TopBar/TopBarSubNavItem.js +0 -17
- package/public/components/TopBar/index.d.ts +0 -1
- package/public/components/TopBar/index.js +0 -13
- package/public/components/VendorLogo/VendorLogo.d.ts +0 -20
- package/public/components/VendorLogo/VendorLogo.js +0 -57
- package/public/components/VendorLogo/index.d.ts +0 -1
- package/public/components/VendorLogo/index.js +0 -13
- package/public/storybook-components/TailwindPropertyClasses.d.ts +0 -9
- package/public/storybook-components/TailwindPropertyClasses.js +0 -194
- package/public/tailwind.config.d.ts +0 -1
- package/public/tailwind.config.js +0 -4
- package/public/tokens/_tailwind-config.d.ts +0 -810
- package/public/tokens/_tailwind-config.js +0 -50
- package/src/components/Absolute/Absolute.story.mdx +0 -26
- package/src/components/Absolute/Absolute.tsx +0 -9
- package/src/components/Absolute/index.ts +0 -1
- package/src/components/Appbar/Appbar.story.mdx +0 -118
- package/src/components/Appbar/Appbar.tsx +0 -64
- package/src/components/Appbar/AppbarLogo.tsx +0 -29
- package/src/components/Appbar/AppbarTabs.tsx +0 -47
- package/src/components/Appbar/AppbarUser.tsx +0 -144
- package/src/components/Appbar/config.ts +0 -12
- package/src/components/Appbar/index.css +0 -203
- package/src/components/Appbar/index.ts +0 -1
- package/src/components/ArrowButton/ArrowButton.story.mdx +0 -110
- package/src/components/ArrowButton/ArrowButton.tsx +0 -54
- package/src/components/ArrowButton/index.css +0 -42
- package/src/components/ArrowButton/index.ts +0 -1
- package/src/components/ArrowLink/ArrowLink.story.mdx +0 -65
- package/src/components/ArrowLink/ArrowLink.tsx +0 -42
- package/src/components/ArrowLink/index.ts +0 -1
- package/src/components/Aside/Aside.story.mdx +0 -65
- package/src/components/Aside/Aside.tsx +0 -59
- package/src/components/Aside/index.css +0 -11
- package/src/components/Aside/index.ts +0 -1
- package/src/components/Fixed/Fixed.md +0 -16
- package/src/components/Fixed/Fixed.story.tsx +0 -12
- package/src/components/Fixed/Fixed.tsx +0 -9
- package/src/components/Fixed/index.ts +0 -1
- package/src/components/Flex/Flex.md +0 -14
- package/src/components/Flex/Flex.story.tsx +0 -12
- package/src/components/IntegrationLogo/IntegrationLogo.story.mdx +0 -159
- package/src/components/IntegrationLogo/IntegrationLogo.tsx +0 -54
- package/src/components/IntegrationLogo/IntegrationLogoSvg.tsx +0 -79
- package/src/components/IntegrationLogo/index.ts +0 -1
- package/src/components/IntegrationLogo/svg/addigy.tsx +0 -23
- package/src/components/IntegrationLogo/svg/aws.tsx +0 -52
- package/src/components/IntegrationLogo/svg/bamboohr.tsx +0 -34
- package/src/components/IntegrationLogo/svg/bitbucket.tsx +0 -37
- package/src/components/IntegrationLogo/svg/conveyor.tsx +0 -41
- package/src/components/IntegrationLogo/svg/default.tsx +0 -11
- package/src/components/IntegrationLogo/svg/deploy.tsx +0 -29
- package/src/components/IntegrationLogo/svg/events-api.tsx +0 -75
- package/src/components/IntegrationLogo/svg/gcp.tsx +0 -26
- package/src/components/IntegrationLogo/svg/github.tsx +0 -14
- package/src/components/IntegrationLogo/svg/gitlab.tsx +0 -40
- package/src/components/IntegrationLogo/svg/gsuite.tsx +0 -24
- package/src/components/IntegrationLogo/svg/index.ts +0 -21
- package/src/components/IntegrationLogo/svg/jamf.tsx +0 -36
- package/src/components/IntegrationLogo/svg/jira.tsx +0 -44
- package/src/components/IntegrationLogo/svg/jumpcloud.tsx +0 -86
- package/src/components/IntegrationLogo/svg/okta.tsx +0 -28
- package/src/components/IntegrationLogo/svg/onelogin.tsx +0 -34
- package/src/components/IntegrationLogo/svg/salesforce.tsx +0 -39
- package/src/components/IntegrationLogo/svg/slack.tsx +0 -40
- package/src/components/IntegrationLogo/svg/wrapper.tsx +0 -35
- package/src/components/IntegrationLogo/svg/zoom.tsx +0 -51
- package/src/components/Meta/Meta.md +0 -14
- package/src/components/Meta/Meta.story.tsx +0 -24
- package/src/components/Meta/Meta.tsx +0 -26
- package/src/components/Meta/index.ts +0 -1
- package/src/components/PropertyDiff/PropertDiff.story.mdx +0 -46
- package/src/components/PropertyDiff/PropertyDiff.tsx +0 -48
- package/src/components/PropertyDiff/index.css +0 -33
- package/src/components/PropertyDiff/index.ts +0 -1
- package/src/components/Relative/Relative.md +0 -16
- package/src/components/Relative/Relative.story.tsx +0 -12
- package/src/components/Relative/Relative.tsx +0 -9
- package/src/components/Relative/index.ts +0 -1
- package/src/components/SpeechBubble/SpeechBubble.md +0 -14
- package/src/components/SpeechBubble/SpeechBubble.story.tsx +0 -26
- package/src/components/StatusLabel/StatusLabel.story.mdx +0 -316
- package/src/components/StatusLabel/StatusLabel.tsx +0 -112
- package/src/components/StatusLabel/index.css +0 -23
- package/src/components/StatusLabel/index.ts +0 -1
- package/src/components/StatusPanel/StatusPanel.story.mdx +0 -109
- package/src/components/StatusPanel/StatusPanel.tsx +0 -51
- package/src/components/StatusPanel/index.css +0 -52
- package/src/components/StatusPanel/index.ts +0 -1
- package/src/components/Sticky/Sticky.md +0 -16
- package/src/components/Sticky/Sticky.story.tsx +0 -12
- package/src/components/Sticky/Sticky.tsx +0 -9
- package/src/components/Sticky/index.ts +0 -1
- package/src/components/TopBar/TopBar.story.mdx +0 -154
- package/src/components/TopBar/TopBar.tsx +0 -40
- package/src/components/TopBar/TopBarBreadcrumbs.tsx +0 -79
- package/src/components/TopBar/TopBarSubNav.tsx +0 -19
- package/src/components/TopBar/TopBarSubNavItem.tsx +0 -21
- package/src/components/TopBar/index.css +0 -102
- package/src/components/TopBar/index.ts +0 -1
- package/src/components/VendorLogo/VendorLogo.story.mdx +0 -209
- package/src/components/VendorLogo/VendorLogo.tsx +0 -110
- package/src/components/VendorLogo/index.css +0 -46
- package/src/components/VendorLogo/index.ts +0 -1
- package/src/docs/TailwindClasses.story.mdx +0 -15
- package/src/docs/brand-components/BrandButton.story.mdx +0 -103
- package/src/docs/brand-components/BrandCheckbox.story.mdx +0 -63
- package/src/docs/brand-components/BrandFormGroup.story.mdx +0 -76
- package/src/docs/brand-components/BrandInput.story.mdx +0 -41
- package/src/docs/brand-components/BrandRadio.story.mdx +0 -45
- package/src/docs/brand-components/BrandTextArea.story.mdx +0 -41
- package/src/storybook-components/TailwindPropertyClasses.tsx +0 -285
- package/src/tailwind.config.ts +0 -6
- package/src/tokens/_tailwind-config.ts +0 -69
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { SvgProps } from "../Svg";
|
|
3
|
-
import IntegrationLogoSvg from "./IntegrationLogoSvg";
|
|
4
|
-
|
|
5
|
-
export const integrationLogoNames = [
|
|
6
|
-
"addigy",
|
|
7
|
-
"aws",
|
|
8
|
-
"bamboohr",
|
|
9
|
-
"bitbucket",
|
|
10
|
-
"conveyor",
|
|
11
|
-
"deploy",
|
|
12
|
-
"events-api",
|
|
13
|
-
"gcp",
|
|
14
|
-
"github",
|
|
15
|
-
"gitlab",
|
|
16
|
-
"gsuite",
|
|
17
|
-
"jamf",
|
|
18
|
-
"jira",
|
|
19
|
-
"jumpcloud",
|
|
20
|
-
"okta",
|
|
21
|
-
"onelogin",
|
|
22
|
-
"salesforce",
|
|
23
|
-
"slack",
|
|
24
|
-
"zoom",
|
|
25
|
-
] as const;
|
|
26
|
-
|
|
27
|
-
export type IntegrationLogoName = typeof integrationLogoNames[number];
|
|
28
|
-
|
|
29
|
-
export interface IntegrationLogoProps extends SvgProps {
|
|
30
|
-
/**
|
|
31
|
-
* If the value passed to `logo` doesn't match an existing logo, a default logo will be returned.
|
|
32
|
-
*/
|
|
33
|
-
logo?: IntegrationLogoName | string;
|
|
34
|
-
/**
|
|
35
|
-
* Replaces the default color of the logo
|
|
36
|
-
*/
|
|
37
|
-
color?: string;
|
|
38
|
-
/**
|
|
39
|
-
* If true, the logo height and width will both be set by the `size` prop
|
|
40
|
-
*/
|
|
41
|
-
square?: boolean;
|
|
42
|
-
/**
|
|
43
|
-
* When used with `square` prop, `size` will set both the height and width (in px). Otherwise, it will just affect the height.
|
|
44
|
-
*/
|
|
45
|
-
size?: number;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
export const IntegrationLogo = ({
|
|
49
|
-
logo,
|
|
50
|
-
size = 24,
|
|
51
|
-
...rest
|
|
52
|
-
}: IntegrationLogoProps) => {
|
|
53
|
-
return <IntegrationLogoSvg logo={logo} size={size} {...rest} />;
|
|
54
|
-
};
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { SvgProps } from "../Svg";
|
|
3
|
-
|
|
4
|
-
import {
|
|
5
|
-
AddigySvg,
|
|
6
|
-
AwsSvg,
|
|
7
|
-
BambooHrSvg,
|
|
8
|
-
BitbucketSvg,
|
|
9
|
-
ConveyorSvg,
|
|
10
|
-
DefaultSvg,
|
|
11
|
-
DeploySvg,
|
|
12
|
-
EventsAPI,
|
|
13
|
-
GcpSvg,
|
|
14
|
-
GithubSvg,
|
|
15
|
-
GitlabSvg,
|
|
16
|
-
GsuiteSvg,
|
|
17
|
-
JamfSvg,
|
|
18
|
-
JiraSvg,
|
|
19
|
-
JumpcloudSvg,
|
|
20
|
-
OktaSvg,
|
|
21
|
-
OneLoginSvg,
|
|
22
|
-
SalesforceSvg,
|
|
23
|
-
SlackSvg,
|
|
24
|
-
ZoomSvg,
|
|
25
|
-
} from "./svg";
|
|
26
|
-
|
|
27
|
-
interface IntegrationLogoSvgProps extends SvgProps {
|
|
28
|
-
logo?: string;
|
|
29
|
-
color?: string;
|
|
30
|
-
square?: boolean;
|
|
31
|
-
size?: number;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
const IntegrationLogoSvg = ({ logo, ...rest }: IntegrationLogoSvgProps) => {
|
|
35
|
-
switch (logo) {
|
|
36
|
-
case "addigy":
|
|
37
|
-
return <AddigySvg {...rest} />;
|
|
38
|
-
case "aws":
|
|
39
|
-
return <AwsSvg {...rest} />;
|
|
40
|
-
case "bamboohr":
|
|
41
|
-
return <BambooHrSvg {...rest} />;
|
|
42
|
-
case "bitbucket":
|
|
43
|
-
return <BitbucketSvg {...rest} />;
|
|
44
|
-
case "conveyor":
|
|
45
|
-
return <ConveyorSvg {...rest} />;
|
|
46
|
-
case "deploy":
|
|
47
|
-
return <DeploySvg {...rest} />;
|
|
48
|
-
case "events-api":
|
|
49
|
-
return <EventsAPI {...rest} />;
|
|
50
|
-
case "gcp":
|
|
51
|
-
return <GcpSvg {...rest} />;
|
|
52
|
-
case "github":
|
|
53
|
-
return <GithubSvg {...rest} />;
|
|
54
|
-
case "gitlab":
|
|
55
|
-
return <GitlabSvg {...rest} />;
|
|
56
|
-
case "gsuite":
|
|
57
|
-
return <GsuiteSvg {...rest} />;
|
|
58
|
-
case "jamf":
|
|
59
|
-
return <JamfSvg {...rest} />;
|
|
60
|
-
case "jira":
|
|
61
|
-
return <JiraSvg {...rest} />;
|
|
62
|
-
case "jumpcloud":
|
|
63
|
-
return <JumpcloudSvg {...rest} />;
|
|
64
|
-
case "okta":
|
|
65
|
-
return <OktaSvg {...rest} />;
|
|
66
|
-
case "onelogin":
|
|
67
|
-
return <OneLoginSvg {...rest} />;
|
|
68
|
-
case "salesforce":
|
|
69
|
-
return <SalesforceSvg {...rest} />;
|
|
70
|
-
case "slack":
|
|
71
|
-
return <SlackSvg {...rest} />;
|
|
72
|
-
case "zoom":
|
|
73
|
-
return <ZoomSvg {...rest} />;
|
|
74
|
-
default:
|
|
75
|
-
return <DefaultSvg {...rest} />;
|
|
76
|
-
}
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
export default IntegrationLogoSvg;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./IntegrationLogo";
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper";
|
|
3
|
-
|
|
4
|
-
export const AddigySvg = ({ color, square, ...rest }: SvgLogoProps) => {
|
|
5
|
-
const viewBox = "0 0 32 32";
|
|
6
|
-
const path = (
|
|
7
|
-
<>
|
|
8
|
-
<path
|
|
9
|
-
fillRule="evenodd"
|
|
10
|
-
clipRule="evenodd"
|
|
11
|
-
d="M26.4246 22.7281L15.2402 7.84787L21.3036 5.93106L28.8469 15.9669L26.4246 22.7281ZM0 27.96H30.3571L32 15.7831L22.3505 3L6.8423 4.40076L22.71 25.5118L20.162 23.3718H12.8786L16.1671 20.0166L13.3872 17.6819L0 27.96Z"
|
|
12
|
-
fill={color || "#53bdcd"}
|
|
13
|
-
/>
|
|
14
|
-
</>
|
|
15
|
-
);
|
|
16
|
-
|
|
17
|
-
return (
|
|
18
|
-
<IntegrationLogoSvgWrapper viewBox={viewBox} {...rest}>
|
|
19
|
-
<title>Addigy integration logo</title>
|
|
20
|
-
{path}
|
|
21
|
-
</IntegrationLogoSvgWrapper>
|
|
22
|
-
);
|
|
23
|
-
};
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper";
|
|
3
|
-
|
|
4
|
-
export const AwsSvg = ({ color, square, ...rest }: SvgLogoProps) => {
|
|
5
|
-
const viewBox = square ? "0 0 32 32" : "0 0 54 32";
|
|
6
|
-
const path = square ? (
|
|
7
|
-
<>
|
|
8
|
-
<path
|
|
9
|
-
d="M9.01791 12.9498C9.01791 13.3436 9.06048 13.6629 9.13498 13.897C9.22012 14.1311 9.32655 14.3866 9.47555 14.6633C9.52877 14.7484 9.55005 14.8336 9.55005 14.9081C9.55005 15.0145 9.4862 15.1209 9.34784 15.2274L8.67734 15.6744C8.58155 15.7382 8.48577 15.7701 8.40062 15.7701C8.29419 15.7701 8.18777 15.7169 8.08134 15.6211C7.93234 15.4615 7.80462 15.2912 7.69819 15.1209C7.59177 14.94 7.48534 14.7378 7.36827 14.493C6.53812 15.4721 5.49512 15.9617 4.23926 15.9617C3.34526 15.9617 2.63219 15.7063 2.11069 15.1954C1.58919 14.6846 1.32312 14.0034 1.32312 13.152C1.32312 12.2474 1.64241 11.513 2.29162 10.9596C2.94084 10.4061 3.80291 10.1294 4.89912 10.1294C5.26098 10.1294 5.63348 10.1614 6.02726 10.2146C6.42105 10.2678 6.82548 10.3529 7.25119 10.4487V9.67179C7.25119 8.86293 7.08091 8.29886 6.75098 7.96893C6.41041 7.639 5.83569 7.47936 5.01619 7.47936C4.64369 7.47936 4.26055 7.52193 3.86676 7.61771C3.47298 7.7135 3.08984 7.83057 2.71734 7.97957C2.54705 8.05407 2.41933 8.09664 2.34483 8.11793C2.27033 8.13922 2.21712 8.14986 2.17455 8.14986C2.02555 8.14986 1.95105 8.04343 1.95105 7.81993V7.29843C1.95105 7.12814 1.97233 7.00043 2.02555 6.92593C2.07876 6.85143 2.17455 6.77693 2.32355 6.70243C2.69605 6.51086 3.14305 6.35121 3.66455 6.2235C4.18605 6.08514 4.73948 6.02129 5.32484 6.02129C6.59134 6.02129 7.51727 6.30864 8.11327 6.88336C8.69862 7.45807 8.99662 8.33079 8.99662 9.5015V12.9498H9.01791ZM4.69691 14.5675C5.04812 14.5675 5.40998 14.5036 5.79312 14.3759C6.17627 14.2482 6.51684 14.0141 6.80419 13.6948C6.97448 13.4926 7.10219 13.2691 7.16605 13.0136C7.22991 12.7582 7.27248 12.4496 7.27248 12.0877V11.6407C6.96384 11.5662 6.63391 11.5024 6.29334 11.4598C5.95276 11.4172 5.62284 11.3959 5.29291 11.3959C4.57984 11.3959 4.05834 11.5343 3.70712 11.8216C3.35591 12.109 3.18562 12.5134 3.18562 13.0456C3.18562 13.5458 3.31334 13.9183 3.57941 14.1737C3.83484 14.4398 4.20734 14.5675 4.69691 14.5675ZM13.2431 15.7169C13.0516 15.7169 12.9238 15.685 12.8387 15.6105C12.7536 15.5466 12.6791 15.3976 12.6152 15.1954L10.1141 6.9685C10.0503 6.75564 10.0183 6.61729 10.0183 6.54279C10.0183 6.3725 10.1035 6.27671 10.2738 6.27671H11.3168C11.519 6.27671 11.6573 6.30864 11.7318 6.38314C11.817 6.447 11.8808 6.596 11.9447 6.79821L13.7327 13.8438L15.393 6.79821C15.4462 6.58536 15.5101 6.447 15.5952 6.38314C15.6803 6.31929 15.8293 6.27671 16.0209 6.27671H16.8723C17.0746 6.27671 17.2129 6.30864 17.2981 6.38314C17.3832 6.447 17.4577 6.596 17.5003 6.79821L19.1818 13.9289L21.0231 6.79821C21.0869 6.58536 21.1614 6.447 21.2359 6.38314C21.3211 6.31929 21.4594 6.27671 21.651 6.27671H22.6408C22.8111 6.27671 22.9068 6.36186 22.9068 6.54279C22.9068 6.596 22.8962 6.64921 22.8856 6.71307C22.8749 6.77693 22.8536 6.86207 22.8111 6.97914L20.2461 15.2061C20.1823 15.4189 20.1078 15.5573 20.0226 15.6211C19.9375 15.685 19.7991 15.7276 19.6182 15.7276H18.7029C18.5007 15.7276 18.3623 15.6956 18.2772 15.6211C18.1921 15.5466 18.1176 15.4083 18.075 15.1954L16.4253 8.33079L14.7863 15.1848C14.7331 15.3976 14.6693 15.536 14.5841 15.6105C14.499 15.685 14.35 15.7169 14.1584 15.7169H13.2431ZM26.9192 16.0043C26.3658 16.0043 25.8123 15.9404 25.2802 15.8127C24.7481 15.685 24.333 15.5466 24.0563 15.387C23.886 15.2912 23.7689 15.1848 23.7263 15.089C23.6838 14.9932 23.6625 14.8868 23.6625 14.791V14.2482C23.6625 14.0247 23.7476 13.9183 23.9073 13.9183C23.9711 13.9183 24.035 13.9289 24.0988 13.9502C24.1627 13.9715 24.2585 14.0141 24.3649 14.0566C24.7268 14.2163 25.1206 14.344 25.5356 14.4291C25.9613 14.5143 26.3764 14.5569 26.8021 14.5569C27.4726 14.5569 27.9941 14.4398 28.356 14.2056C28.7178 13.9715 28.9094 13.6309 28.9094 13.1946C28.9094 12.8966 28.8136 12.6518 28.6221 12.4496C28.4305 12.2474 28.0686 12.0664 27.5471 11.8961L26.0039 11.4172C25.227 11.1724 24.6523 10.8106 24.3011 10.3316C23.9498 9.86336 23.7689 9.34186 23.7689 8.78843C23.7689 8.34143 23.8647 7.94764 24.0563 7.60707C24.2478 7.2665 24.5033 6.9685 24.8226 6.73436C25.1418 6.48957 25.5037 6.30864 25.9294 6.18093C26.3551 6.05321 26.8021 6 27.2704 6C27.5046 6 27.7493 6.01064 27.9835 6.04257C28.2283 6.0745 28.4518 6.11707 28.6753 6.15964C28.8881 6.21286 29.0903 6.26607 29.2819 6.32993C29.4735 6.39379 29.6225 6.45764 29.7289 6.5215C29.8779 6.60664 29.9843 6.69179 30.0482 6.78757C30.1121 6.87271 30.144 6.98979 30.144 7.13879V7.639C30.144 7.8625 30.0588 7.97957 29.8992 7.97957C29.8141 7.97957 29.6757 7.937 29.4948 7.85186C28.8881 7.57514 28.207 7.43679 27.4513 7.43679C26.8447 7.43679 26.3658 7.53257 26.0358 7.73479C25.7059 7.937 25.5356 8.24564 25.5356 8.682C25.5356 8.98 25.6421 9.23543 25.8549 9.43764C26.0678 9.63986 26.4616 9.84207 27.0256 10.023L28.5369 10.5019C29.3032 10.7467 29.8566 11.0873 30.1866 11.5236C30.5165 11.96 30.6761 12.4602 30.6761 13.0136C30.6761 13.4713 30.5803 13.8864 30.3994 14.2482C30.2078 14.6101 29.9524 14.9294 29.6225 15.1848C29.2926 15.4509 28.8988 15.6424 28.4411 15.7808C27.9622 15.9298 27.462 16.0043 26.9192 16.0043Z"
|
|
10
|
-
fill={color || "#252f3e"}
|
|
11
|
-
/>
|
|
12
|
-
<path
|
|
13
|
-
fillRule="evenodd"
|
|
14
|
-
clipRule="evenodd"
|
|
15
|
-
d="M28.9307 21.1767C25.4292 23.7629 20.3419 25.1359 15.9677 25.1359C9.83741 25.1359 4.31377 22.8689 0.141765 19.1014C-0.188164 18.8034 0.109836 18.3989 0.503622 18.6331C5.0162 21.2512 10.5824 22.837 16.3402 22.837C20.2248 22.837 24.4926 22.0281 28.4199 20.3679C29.0052 20.1018 29.5054 20.751 28.9307 21.1767Z"
|
|
16
|
-
fill={color || "#ff9900"}
|
|
17
|
-
/>
|
|
18
|
-
<path
|
|
19
|
-
fillRule="evenodd"
|
|
20
|
-
clipRule="evenodd"
|
|
21
|
-
d="M30.3888 19.5164C29.9418 18.9417 27.4301 19.2397 26.2913 19.3781C25.9507 19.4206 25.8975 19.1226 26.2061 18.8991C28.207 17.4943 31.4956 17.8987 31.8788 18.367C32.2619 18.8459 31.7724 22.1346 29.8992 23.7097C29.6119 23.9545 29.3351 23.8268 29.4629 23.5075C29.8886 22.4539 30.8358 20.0805 30.3888 19.5164Z"
|
|
22
|
-
fill={color || "#ff9900"}
|
|
23
|
-
/>
|
|
24
|
-
</>
|
|
25
|
-
) : (
|
|
26
|
-
<>
|
|
27
|
-
<path
|
|
28
|
-
d="M15.0802 11.6218C15.0802 12.2803 15.1514 12.8142 15.276 13.2058C15.4184 13.5973 15.5963 14.0245 15.8455 14.4872C15.9345 14.6296 15.9701 14.772 15.9701 14.8966C15.9701 15.0745 15.8633 15.2525 15.6319 15.4305L14.5107 16.178C14.3505 16.2848 14.1903 16.3382 14.048 16.3382C13.87 16.3382 13.692 16.2492 13.514 16.089C13.2649 15.822 13.0513 15.5373 12.8733 15.2525C12.6953 14.9499 12.5174 14.6118 12.3216 14.2025C10.9334 15.8398 9.18923 16.6585 7.08912 16.6585C5.59412 16.6585 4.40168 16.2314 3.5296 15.3771C2.65752 14.5228 2.21259 13.3838 2.21259 11.96C2.21259 10.4472 2.74651 9.21914 3.83216 8.29366C4.91781 7.36819 6.35942 6.90545 8.19256 6.90545C8.79768 6.90545 9.4206 6.95885 10.0791 7.04783C10.7376 7.13682 11.4139 7.2792 12.1258 7.43938V6.14016C12.1258 4.78754 11.8411 3.84427 11.2893 3.29255C10.7198 2.74082 9.75875 2.47386 8.38834 2.47386C7.76542 2.47386 7.12471 2.54505 6.4662 2.70523C5.80769 2.86541 5.16698 3.06118 4.54407 3.31035C4.2593 3.43493 4.04573 3.50612 3.92115 3.54171C3.79657 3.57731 3.70758 3.59511 3.63639 3.59511C3.38722 3.59511 3.26264 3.41713 3.26264 3.04338V2.1713C3.26264 1.88654 3.29824 1.67297 3.38722 1.54839C3.47621 1.4238 3.63639 1.29922 3.88556 1.17464C4.50847 0.854283 5.25597 0.587319 6.12805 0.373749C7.00013 0.14238 7.9256 0.0355951 8.90447 0.0355951C11.0224 0.0355951 12.5708 0.516129 13.5674 1.4772C14.5463 2.43827 15.0446 3.89767 15.0446 5.8554V11.6218H15.0802ZM7.85441 14.327C8.44173 14.327 9.04685 14.2202 9.68756 14.0067C10.3283 13.7931 10.8978 13.4016 11.3783 12.8676C11.6631 12.5295 11.8767 12.1557 11.9834 11.7286C12.0902 11.3014 12.1614 10.7853 12.1614 10.1802V9.43271C11.6453 9.30812 11.0936 9.20134 10.524 9.13015C9.95452 9.05896 9.4028 9.02336 8.85107 9.02336C7.65864 9.02336 6.78656 9.25473 6.19924 9.73526C5.61192 10.2158 5.32716 10.8921 5.32716 11.782C5.32716 12.6185 5.54073 13.2414 5.98567 13.6685C6.41281 14.1135 7.03572 14.327 7.85441 14.327ZM22.1458 16.2492C21.8255 16.2492 21.6119 16.1958 21.4695 16.0712C21.3272 15.9644 21.2026 15.7152 21.0958 15.3771L16.9134 1.61958C16.8066 1.26363 16.7532 1.03226 16.7532 0.907675C16.7532 0.622915 16.8956 0.462736 17.1803 0.462736H18.9245C19.2626 0.462736 19.494 0.516129 19.6186 0.640712C19.761 0.747497 19.8678 0.996663 19.9745 1.33482L22.9645 13.1168L25.741 1.33482C25.8299 0.978866 25.9367 0.747497 26.0791 0.640712C26.2215 0.533927 26.4707 0.462736 26.791 0.462736H28.2148C28.553 0.462736 28.7843 0.516129 28.9267 0.640712C29.0691 0.747497 29.1937 0.996663 29.2649 1.33482L32.0769 13.2592L35.1559 1.33482C35.2626 0.978866 35.3872 0.747497 35.5118 0.640712C35.6542 0.533927 35.8856 0.462736 36.2059 0.462736H37.8611C38.1458 0.462736 38.306 0.605117 38.306 0.907675C38.306 0.996663 38.2882 1.08565 38.2704 1.19244C38.2526 1.29922 38.217 1.4416 38.1459 1.63738L33.8566 15.3949C33.7499 15.7508 33.6253 15.9822 33.4829 16.089C33.3405 16.1958 33.1091 16.267 32.8066 16.267H31.276C30.9378 16.267 30.7065 16.2136 30.5641 16.089C30.4217 15.9644 30.2971 15.733 30.2259 15.3771L27.4673 3.89767L24.7265 15.3593C24.6375 15.7152 24.5307 15.9466 24.3883 16.0712C24.246 16.1958 23.9968 16.2492 23.6764 16.2492H22.1458ZM45.0157 16.7297C44.0902 16.7297 43.1648 16.6229 42.2749 16.4093C41.385 16.1958 40.6909 15.9644 40.2282 15.6974C39.9434 15.5373 39.7476 15.3593 39.6764 15.1991C39.6053 15.0389 39.5697 14.861 39.5697 14.7008V13.7931C39.5697 13.4194 39.712 13.2414 39.979 13.2414C40.0858 13.2414 40.1926 13.2592 40.2994 13.2948C40.4061 13.3304 40.5663 13.4016 40.7443 13.4728C41.3494 13.7397 42.0079 13.9533 42.702 14.0957C43.4139 14.238 44.108 14.3092 44.8199 14.3092C45.9412 14.3092 46.8133 14.1135 47.4184 13.7219C48.0235 13.3304 48.3438 12.7608 48.3438 12.0311C48.3438 11.5328 48.1837 11.1235 47.8633 10.7853C47.543 10.4472 46.9378 10.1446 46.0658 9.85985L43.4851 9.05896C42.1859 8.64961 41.2248 8.0445 40.6375 7.24361C40.0502 6.46051 39.7476 5.58843 39.7476 4.66296C39.7476 3.91546 39.9078 3.25695 40.2282 2.68743C40.5485 2.11791 40.9757 1.61958 41.5096 1.22803C42.0435 0.818688 42.6486 0.516129 43.3605 0.302558C44.0724 0.0889878 44.8199 0 45.603 0C45.9946 0 46.4039 0.0177976 46.7955 0.0711902C47.2048 0.124583 47.5786 0.195773 47.9523 0.266963C48.3083 0.355951 48.6464 0.444939 48.9668 0.551724C49.2871 0.65851 49.5363 0.765295 49.7143 0.87208C49.9634 1.01446 50.1414 1.15684 50.2482 1.31702C50.355 1.4594 50.4084 1.65517 50.4084 1.90434V2.74082C50.4084 3.11457 50.266 3.31035 49.999 3.31035C49.8566 3.31035 49.6253 3.23916 49.3227 3.09678C48.3083 2.63404 47.1692 2.40267 45.9056 2.40267C44.8911 2.40267 44.0902 2.56285 43.5385 2.901C42.9868 3.23916 42.702 3.75528 42.702 4.48498C42.702 4.98332 42.88 5.41046 43.236 5.74861C43.5919 6.08677 44.2504 6.42492 45.1937 6.72748L47.7209 7.52837C49.0024 7.93771 49.9278 8.50723 50.4796 9.23693C51.0313 9.96663 51.2982 10.8031 51.2982 11.7286C51.2982 12.4939 51.1381 13.188 50.8355 13.7931C50.5152 14.3982 50.088 14.9322 49.5363 15.3593C48.9846 15.8042 48.3261 16.1246 47.5608 16.356C46.7599 16.6051 45.9234 16.7297 45.0157 16.7297Z"
|
|
29
|
-
fill={color || "#252f3e"}
|
|
30
|
-
/>
|
|
31
|
-
<path
|
|
32
|
-
fillRule="evenodd"
|
|
33
|
-
clipRule="evenodd"
|
|
34
|
-
d="M48.3795 25.3793C42.5241 29.7041 34.0168 32 26.702 32C16.4506 32 7.21371 28.2091 0.237066 21.9088C-0.314658 21.4105 0.183674 20.7342 0.842183 21.1257C8.38835 25.5039 17.6965 28.1557 27.3249 28.1557C33.8211 28.1557 40.9579 26.8031 47.5252 24.0267C48.504 23.5818 49.3405 24.6674 48.3795 25.3793Z"
|
|
35
|
-
fill={color || "#ff9900"}
|
|
36
|
-
/>
|
|
37
|
-
<path
|
|
38
|
-
fillRule="evenodd"
|
|
39
|
-
clipRule="evenodd"
|
|
40
|
-
d="M50.8178 22.6029C50.0703 21.6418 45.87 22.1402 43.9657 22.3715C43.3962 22.4427 43.3072 21.9444 43.8233 21.5706C47.1693 19.2214 52.6687 19.8977 53.3094 20.6808C53.9501 21.4816 53.1314 26.9811 49.9991 29.6151C49.5185 30.0245 49.0558 29.8109 49.2694 29.277C49.9813 27.515 51.5653 23.5462 50.8178 22.6029Z"
|
|
41
|
-
fill={color || "#ff9900"}
|
|
42
|
-
/>
|
|
43
|
-
</>
|
|
44
|
-
);
|
|
45
|
-
|
|
46
|
-
return (
|
|
47
|
-
<IntegrationLogoSvgWrapper viewBox={viewBox} {...rest}>
|
|
48
|
-
<title>AWS integration logo</title>
|
|
49
|
-
{path}
|
|
50
|
-
</IntegrationLogoSvgWrapper>
|
|
51
|
-
);
|
|
52
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper";
|
|
3
|
-
|
|
4
|
-
export const BambooHrSvg = ({
|
|
5
|
-
color = "#69c52f",
|
|
6
|
-
square,
|
|
7
|
-
...rest
|
|
8
|
-
}: SvgLogoProps) => {
|
|
9
|
-
const viewBox = square ? "0 0 32 32" : "0 0 210 32";
|
|
10
|
-
const path = square ? (
|
|
11
|
-
<>
|
|
12
|
-
<path
|
|
13
|
-
fill={color}
|
|
14
|
-
d="M32 16c0 8.836-7.163 16-16 16s-16-7.164-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16zM18.874 13.214c-1.904 0-2.925 0.654-3.641 1.364l-0.195 0.205-0.001-6.382h-1.645v10.445c0 3.214 2.476 5.216 5.316 5.216 3.129 0 5.498-2.408 5.498-5.504 0-2.874-2.471-5.345-5.333-5.345zM12.616 15.334l-0.73-2.392c-0.436-1.258-0.565-1.983-1.792-3.279-0.42-0.445-2.012-1.423-1.815-1.21 2.017 2.177 3.049 4.816 3.447 5.548-0.365-0.444-0.794-0.842-1.282-1.338-0.416-0.422-0.851-0.803-1.264-1.058-0.272-0.168-0.424-0.261-0.7-0.404-1.243-0.646-2.447-1.036-2.91-1.152-0.565-0.141-1.122-0.177-1.122-0.177s1.801 1.52 2.572 2.488c0.772 0.967 1.559 1.835 2.429 2.19s1.173 0.456 1.857 0.56c0.59 0.089 1.31 0.224 1.31 0.224zM18.708 22.563c-2.066 0-3.815-1.629-3.815-3.812 0-2.184 1.474-3.977 3.852-3.977s3.779 1.923 3.779 3.936c0 2.191-1.483 3.852-3.816 3.852z"
|
|
15
|
-
/>
|
|
16
|
-
<path
|
|
17
|
-
fill={color}
|
|
18
|
-
d="M29.987 28.832c0.009 0.020 0.017 0.039 0.025 0.057s0.015 0.037 0.020 0.057c0.007-0.020 0.014-0.039 0.019-0.057s0.014-0.037 0.026-0.057l0.365-0.654c0.013-0.019 0.025-0.031 0.037-0.037s0.029-0.009 0.052-0.009h0.229v1.279h-0.238v-0.788l0.019-0.162-0.395 0.726c-0.019 0.040-0.050 0.061-0.095 0.061h-0.039c-0.045 0-0.076-0.020-0.093-0.061l-0.397-0.719 0.017 0.156v0.788h-0.238v-1.279h0.229c0.024 0 0.042 0.003 0.052 0.009s0.023 0.018 0.039 0.037zM29.095 28.133v0.227h-0.389v1.052h-0.272v-1.052h-0.389v-0.227h1.050z"
|
|
19
|
-
/>
|
|
20
|
-
</>
|
|
21
|
-
) : (
|
|
22
|
-
<path
|
|
23
|
-
fill={color}
|
|
24
|
-
d="M53.242 28.743c3.778 0 7.261-3.214 7.261-7.78 0-4.82-3.232-7.99-7.177-7.99-5.037 0-7.428 3.974-7.428 7.862s2.392 7.907 7.344 7.907zM60.209 13.648v-2.916h3.314v20.252h-3.314v-2.706h-0.084c-1.469 1.776-3.944 3.425-7.344 3.425-5.453 0-10.322-4.271-10.322-10.867 0-6.259 4.531-10.779 10.533-10.779 3.651 0 5.789 1.943 7.174 3.592zM89.425 10.056c4.532 0 7.68 3.17 7.68 9.133v11.795h-3.316v-12.052c0-3.127-1.425-5.875-4.825-5.875-2.812 0-5.456 2.029-5.456 6.681v11.246h-3.357v-12.052c0-3.338-1.804-5.875-4.783-5.875-3.358 0-5.497 2.452-5.497 6.681v11.246h-3.317v-20.252h3.317v2.537h0.085c1.341-1.817 3.397-3.212 5.999-3.212 3.147 0 5.706 1.817 6.547 4.185 1.007-2.031 3.441-4.185 6.924-4.185zM133.906 28.658c4.237 0 7.301-3.383 7.301-7.822 0-4.271-2.895-7.779-7.301-7.779-4.28 0-7.302 3.298-7.302 7.779 0 4.566 3.441 7.822 7.302 7.822zM133.906 10.056c6.251 0 10.742 4.65 10.742 10.779 0 5.962-4.532 10.867-10.742 10.867-6.086 0-10.744-4.737-10.744-10.867 0-6.259 4.7-10.779 10.744-10.779zM157.512 28.658c4.238 0 7.304-3.383 7.304-7.822 0-4.271-2.895-7.779-7.304-7.779-4.278 0-7.3 3.298-7.3 7.779 0 4.566 3.441 7.822 7.3 7.822zM157.512 10.056c6.256 0 10.744 4.65 10.744 10.779 0 5.962-4.533 10.867-10.744 10.867-6.082 0-10.741-4.737-10.741-10.867 0-6.259 4.7-10.779 10.741-10.779zM183.993 19.413v-8.612h2.437v20.183h-2.437v-9.322h-10.656v9.322h-2.436v-20.183h2.436v8.612zM192.597 20.3h3.641c2.647 0 3.968-1.627 3.968-3.581 0-2.367-1.409-3.669-3.997-3.669h-3.613zM202.731 16.72c0 2.87-2.116 5.090-4.639 5.594l6.314 8.67h-3.087l-6.047-8.434h-2.676v8.434h-2.439v-20.182h5.789c4.991 0 6.785 3.137 6.785 5.918zM28.921 28.936c4.733 0 7.739-3.394 7.739-7.87 0-4.115-2.841-8.043-7.664-8.043s-7.812 3.664-7.812 8.125c0 4.459 3.547 7.788 7.737 7.788zM29.256 9.835c5.804 0 10.815 5.047 10.815 10.919 0 6.325-4.804 11.246-11.151 11.246-5.761 0-10.781-4.092-10.781-10.659v-21.341h3.336l0.001 13.040 0.396-0.419c1.452-1.452 3.522-2.787 7.384-2.787zM110.242 28.936c4.733 0 7.739-3.394 7.739-7.87 0-4.115-2.841-8.043-7.663-8.043s-7.812 3.664-7.812 8.125c0 4.459 3.546 7.788 7.737 7.788zM110.578 9.835c5.803 0 10.815 5.047 10.815 10.919 0 6.325-4.804 11.246-11.15 11.246-5.761 0-10.782-4.092-10.782-10.659v-19.332h3.337l0.001 11.031 0.395-0.419c1.453-1.452 3.523-2.787 7.384-2.787zM11.451 2.577c2.49 2.649 2.751 4.129 3.634 6.699l1.481 4.889c0 0-1.46-0.277-2.656-0.458-1.388-0.212-2.002-0.42-3.766-1.144s-3.361-2.497-4.926-4.474c-1.564-1.978-5.217-5.084-5.217-5.084s1.129 0.075 2.275 0.362c0.938 0.236 3.381 1.034 5.902 2.354 0.559 0.292 0.868 0.482 1.419 0.825 0.838 0.522 1.72 1.3 2.564 2.162 0.991 1.013 1.86 1.828 2.601 2.734-0.807-1.498-2.9-6.887-6.99-11.337-0.401-0.436 2.827 1.564 3.68 2.472zM209.194 13.957c0.098-0.246 0.148-0.514 0.148-0.805 0-0.282-0.049-0.546-0.148-0.79s-0.234-0.456-0.408-0.635c-0.174-0.179-0.377-0.32-0.611-0.423s-0.487-0.155-0.76-0.155c-0.275 0-0.531 0.051-0.768 0.155s-0.442 0.245-0.615 0.423c-0.173 0.18-0.309 0.391-0.408 0.635s-0.147 0.508-0.147 0.79c0 0.291 0.049 0.559 0.147 0.805 0.098 0.247 0.234 0.461 0.408 0.643s0.378 0.323 0.615 0.426c0.236 0.103 0.492 0.155 0.768 0.155 0.272 0 0.525-0.052 0.76-0.155s0.438-0.245 0.611-0.426c0.174-0.182 0.31-0.395 0.408-0.643zM209.579 12.223c0.126 0.286 0.188 0.596 0.188 0.929 0 0.341-0.062 0.656-0.188 0.945s-0.295 0.539-0.508 0.751c-0.213 0.213-0.462 0.379-0.746 0.497s-0.588 0.177-0.91 0.177c-0.322 0-0.626-0.059-0.912-0.177s-0.537-0.284-0.753-0.497c-0.215-0.212-0.385-0.463-0.511-0.751s-0.188-0.604-0.188-0.945c0-0.332 0.062-0.642 0.188-0.929s0.296-0.535 0.511-0.746c0.216-0.21 0.466-0.375 0.753-0.496s0.59-0.18 0.912-0.18c0.323 0 0.625 0.060 0.91 0.18s0.533 0.286 0.746 0.496c0.213 0.211 0.383 0.46 0.508 0.746zM207.371 13.007c0.096 0 0.187-0.003 0.273-0.009s0.162-0.024 0.229-0.054c0.067-0.030 0.12-0.075 0.16-0.136s0.059-0.146 0.059-0.256c0-0.093-0.017-0.167-0.053-0.221s-0.082-0.096-0.138-0.126c-0.057-0.030-0.121-0.050-0.194-0.060s-0.146-0.016-0.217-0.016h-0.564v0.878zM208.312 13.118c-0.138 0.116-0.309 0.184-0.515 0.205l0.785 1.22h-0.458l-0.747-1.188h-0.451v1.188h-0.427v-2.762h1.061c0.326 0 0.567 0.066 0.724 0.196s0.235 0.329 0.235 0.594c0 0.249-0.069 0.431-0.207 0.547z"
|
|
25
|
-
/>
|
|
26
|
-
);
|
|
27
|
-
|
|
28
|
-
return (
|
|
29
|
-
<IntegrationLogoSvgWrapper viewBox={viewBox} {...rest}>
|
|
30
|
-
<title>BambooHR integration logo</title>
|
|
31
|
-
{path}
|
|
32
|
-
</IntegrationLogoSvgWrapper>
|
|
33
|
-
);
|
|
34
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper";
|
|
3
|
-
|
|
4
|
-
export const BitbucketSvg = ({ color, square, ...rest }: SvgLogoProps) => (
|
|
5
|
-
<IntegrationLogoSvgWrapper viewBox="0 0 32 32" {...rest}>
|
|
6
|
-
<title>Bitbucket integration logo</title>
|
|
7
|
-
<svg
|
|
8
|
-
width="32"
|
|
9
|
-
height="32"
|
|
10
|
-
viewBox="0 0 32 32"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
>
|
|
14
|
-
<path
|
|
15
|
-
d="M4.77044 5C4.29089 5 3.93123 5.43959 4.01115 5.87918L7.24814 25.7007C7.32806 26.2203 7.76766 26.5799 8.28717 26.5799H23.9526C24.3123 26.5799 24.632 26.3002 24.7119 25.9405L27.9888 5.91915C28.0688 5.43959 27.7091 5.03997 27.2296 5.03997L4.77044 5ZM18.5177 19.3067H13.5223L12.2035 12.2333H19.7565L18.5177 19.3067Z"
|
|
16
|
-
fill={color || "#2684ff"}
|
|
17
|
-
/>
|
|
18
|
-
<path
|
|
19
|
-
d="M26.9098 12.2333H19.7165L18.5176 19.3067H13.5222L7.64771 26.3002C7.64771 26.3002 7.92744 26.54 8.32707 26.54H23.9925C24.3522 26.54 24.6719 26.2602 24.7518 25.9005L26.9098 12.2333Z"
|
|
20
|
-
fill={color || "url(#paint0_linear)"}
|
|
21
|
-
/>
|
|
22
|
-
<defs>
|
|
23
|
-
<linearGradient
|
|
24
|
-
id="paint0_linear"
|
|
25
|
-
x1="28.5925"
|
|
26
|
-
y1="14.2265"
|
|
27
|
-
x2="16.672"
|
|
28
|
-
y2="23.5316"
|
|
29
|
-
gradientUnits="userSpaceOnUse"
|
|
30
|
-
>
|
|
31
|
-
<stop offset="0.176" stopColor="#0052cc" />
|
|
32
|
-
<stop offset="1" stopColor="#2684ff" />
|
|
33
|
-
</linearGradient>
|
|
34
|
-
</defs>
|
|
35
|
-
</svg>
|
|
36
|
-
</IntegrationLogoSvgWrapper>
|
|
37
|
-
);
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper";
|
|
3
|
-
import { colors } from "../../../tokens";
|
|
4
|
-
|
|
5
|
-
export const ConveyorSvg = ({
|
|
6
|
-
color = colors.brandGreen["400"],
|
|
7
|
-
square,
|
|
8
|
-
...rest
|
|
9
|
-
}: SvgLogoProps) => {
|
|
10
|
-
const viewBox = "0 0 32 32";
|
|
11
|
-
const path = (
|
|
12
|
-
<>
|
|
13
|
-
<path
|
|
14
|
-
fill={color}
|
|
15
|
-
d="M19.042 31.58c-1.17 0.275-2.389 0.42-3.642 0.42-0.24 0-0.479-0.005-0.716-0.016v-2.851c0-1.318-1.285-2.25-2.533-1.843-1.934 0.63-3.873 1.249-5.809 1.872-1.371-0.954-2.586-2.118-3.598-3.447l7.94-2.602c1.96-0.637 4.054-0.299 5.721 0.918s2.633 3.115 2.637 5.186l0.001 2.362z"
|
|
16
|
-
/>
|
|
17
|
-
<path
|
|
18
|
-
fill={color}
|
|
19
|
-
d="M20.856 31.037l0.004-8.342c-0.003-2.071 0.95-3.969 2.636-5.191 1.647-1.216 3.736-1.548 5.716-0.909l2.066 0.675c-0.117 1.502-0.441 2.946-0.943 4.302-0.876-0.286-1.751-0.576-2.627-0.861-1.23-0.401-2.48 0.525-2.48 1.824v6.057c-1.308 1.032-2.781 1.862-4.372 2.445z"
|
|
20
|
-
/>
|
|
21
|
-
<path
|
|
22
|
-
fill={color}
|
|
23
|
-
d="M31.314 15.338l-7.709-2.523c-1.98-0.64-3.471-2.149-4.105-4.12s-0.299-4.075 0.911-5.75l1.212-1.677c1.363 0.582 2.629 1.349 3.767 2.27-0.512 0.704-1.032 1.403-1.555 2.099-0.802 1.066-0.321 2.608 0.946 3.015l5.558 1.785c0.567 1.536 0.906 3.184 0.976 4.901z"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
fill={color}
|
|
27
|
-
d="M14.89 0.008c0.169-0.005 0.339-0.008 0.509-0.008 1.534 0 3.017 0.218 4.421 0.624l-4.725 6.537c-1.211 1.675-3.098 2.645-5.159 2.648s-3.949-0.956-5.166-2.651l-1.287-1.776c0.971-1.099 2.091-2.063 3.327-2.859l1.565 2.223c0.764 1.085 2.365 1.090 3.135 0.008l3.379-4.747z"
|
|
28
|
-
/>
|
|
29
|
-
<path
|
|
30
|
-
fill={color}
|
|
31
|
-
d="M0.145 11.383c0.487-1.624 1.223-3.14 2.165-4.502l4.823 6.663c1.217 1.695 1.548 3.795 0.906 5.745-0.636 1.99-2.137 3.487-4.097 4.124l-2.253 0.733c-0.737-1.249-1.31-2.608-1.689-4.046l2.681-0.912c1.244-0.423 1.711-1.948 0.93-3.009-1.168-1.589-2.318-3.193-3.466-4.797z"
|
|
32
|
-
/>
|
|
33
|
-
</>
|
|
34
|
-
);
|
|
35
|
-
|
|
36
|
-
return (
|
|
37
|
-
<IntegrationLogoSvgWrapper viewBox={viewBox} {...rest}>
|
|
38
|
-
{path}
|
|
39
|
-
</IntegrationLogoSvgWrapper>
|
|
40
|
-
);
|
|
41
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { SvgLogoProps } from "./wrapper";
|
|
3
|
-
import { ConveyorSvg } from "./conveyor";
|
|
4
|
-
import { colors } from "../../../tokens";
|
|
5
|
-
|
|
6
|
-
export const DefaultSvg = ({
|
|
7
|
-
color = colors.gray["500"],
|
|
8
|
-
...rest
|
|
9
|
-
}: SvgLogoProps) => {
|
|
10
|
-
return <ConveyorSvg color={color} {...rest} />;
|
|
11
|
-
};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper";
|
|
3
|
-
import { colors } from "../../../tokens";
|
|
4
|
-
|
|
5
|
-
export const DeploySvg = ({
|
|
6
|
-
color = colors.gold["400"],
|
|
7
|
-
square,
|
|
8
|
-
...rest
|
|
9
|
-
}: SvgLogoProps) => {
|
|
10
|
-
const viewBox = square ? "0 0 32 32" : "0 0 32 28";
|
|
11
|
-
const path = square ? (
|
|
12
|
-
<path
|
|
13
|
-
fill={color}
|
|
14
|
-
d="M32 22.9362V29.3368L22.3991 19.7359V29.6124H17.5994V8.53555L32 22.9362ZM22.3991 2.39999H16L32 18.4V11.9964L22.3991 2.39999ZM14.3991 8.52646L0 22.9271V29.3262L9.59636 19.7207V29.6064H14.3961V8.52646H14.3991ZM0 11.9964V18.3954L16 2.39999H9.54033L0 11.9964Z"
|
|
15
|
-
/>
|
|
16
|
-
) : (
|
|
17
|
-
<path
|
|
18
|
-
fill={color}
|
|
19
|
-
d="M32 20.5362V26.9368L22.3991 17.3359V27.2124H17.5994V6.13555L32 20.5362ZM22.3991 0H16L32 16V9.59636L22.3991 0ZM14.3991 6.12647L0 20.5271V26.9262L9.59636 17.3207V27.2064H14.3961V6.12647H14.3991ZM0 9.59636V15.9955L16 0H9.54033L0 9.59636Z"
|
|
20
|
-
/>
|
|
21
|
-
);
|
|
22
|
-
|
|
23
|
-
return (
|
|
24
|
-
<IntegrationLogoSvgWrapper viewBox={viewBox} {...rest}>
|
|
25
|
-
<title>Aptible Deploy integration logo</title>
|
|
26
|
-
{path}
|
|
27
|
-
</IntegrationLogoSvgWrapper>
|
|
28
|
-
);
|
|
29
|
-
};
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper";
|
|
3
|
-
import { colors } from "../../../tokens";
|
|
4
|
-
|
|
5
|
-
export const EventsAPI = ({ color, square, ...rest }: SvgLogoProps) => (
|
|
6
|
-
<IntegrationLogoSvgWrapper viewBox="0 0 32 32" {...rest}>
|
|
7
|
-
<title>Events API logo</title>
|
|
8
|
-
<path
|
|
9
|
-
fillRule="evenodd"
|
|
10
|
-
clipRule="evenodd"
|
|
11
|
-
d="M16 27.9585C22.6045 27.9585 27.9585 22.6045 27.9585 16C27.9585 9.39556 22.6045 4.04157 16 4.04157C9.39554 4.04157 4.04156 9.39556 4.04156 16C4.04156 22.6045 9.39554 27.9585 16 27.9585ZM16 29.6728C23.5513 29.6728 29.6728 23.5513 29.6728 16C29.6728 8.44878 23.5513 2.32729 16 2.32729C8.44876 2.32729 2.32727 8.44878 2.32727 16C2.32727 23.5513 8.44876 29.6728 16 29.6728Z"
|
|
12
|
-
fill={color || colors.gray["500"]}
|
|
13
|
-
/>
|
|
14
|
-
<path
|
|
15
|
-
fillRule="evenodd"
|
|
16
|
-
clipRule="evenodd"
|
|
17
|
-
d="M2.90908 15.1429L29.0909 15.1429V16.8572L2.90908 16.8572V15.1429Z"
|
|
18
|
-
fill={color || colors.gray["500"]}
|
|
19
|
-
/>
|
|
20
|
-
<path
|
|
21
|
-
fillRule="evenodd"
|
|
22
|
-
clipRule="evenodd"
|
|
23
|
-
d="M16.8572 3.49092L16.8572 29.6728L15.1429 29.6728L15.1429 3.49092L16.8572 3.49092Z"
|
|
24
|
-
fill={color || colors.gray["500"]}
|
|
25
|
-
/>
|
|
26
|
-
<path
|
|
27
|
-
fillRule="evenodd"
|
|
28
|
-
clipRule="evenodd"
|
|
29
|
-
d="M25.1429 8.00002L7.42855 25.7143L6.21637 24.5021L23.9307 6.78783L25.1429 8.00002Z"
|
|
30
|
-
fill={color || colors.gray["500"]}
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
fillRule="evenodd"
|
|
34
|
-
clipRule="evenodd"
|
|
35
|
-
d="M25.881 27.1429L6.45243 7.71429L7.66461 6.50211L27.0932 25.9307L25.881 27.1429Z"
|
|
36
|
-
fill={color || colors.gray["500"]}
|
|
37
|
-
/>
|
|
38
|
-
<path
|
|
39
|
-
d="M22.8572 16C22.8572 19.7871 19.7871 22.8572 16 22.8572C12.2129 22.8572 9.14288 19.7871 9.14288 16C9.14288 12.2129 12.2129 9.14287 16 9.14287C19.7871 9.14287 22.8572 12.2129 22.8572 16Z"
|
|
40
|
-
fill={color || colors.gray["700"]}
|
|
41
|
-
/>
|
|
42
|
-
<path
|
|
43
|
-
d="M4.74075 16C4.74075 17.3091 3.6795 18.3703 2.37037 18.3703C1.06125 18.3703 0 17.3091 0 16C0 14.6908 1.06125 13.6296 2.37037 13.6296C3.6795 13.6296 4.74075 14.6908 4.74075 16Z"
|
|
44
|
-
fill={color || colors.gray["700"]}
|
|
45
|
-
/>
|
|
46
|
-
<path
|
|
47
|
-
d="M32 16.0847C32 17.3938 30.9388 18.4551 29.6297 18.4551C28.3205 18.4551 27.2593 17.3938 27.2593 16.0847C27.2593 14.7756 28.3205 13.7143 29.6297 13.7143C30.9388 13.7143 32 14.7756 32 16.0847Z"
|
|
48
|
-
fill={color || colors.gray["700"]}
|
|
49
|
-
/>
|
|
50
|
-
<path
|
|
51
|
-
d="M16 4.74075C14.6909 4.74075 13.6297 3.67949 13.6297 2.37037C13.6297 1.06125 14.6909 -1.57964e-07 16 -1.01762e-07C17.3092 -4.55604e-08 18.3704 1.06125 18.3704 2.37037C18.3704 3.67949 17.3092 4.74075 16 4.74075Z"
|
|
52
|
-
fill={color || colors.gray["700"]}
|
|
53
|
-
/>
|
|
54
|
-
<path
|
|
55
|
-
d="M16 32.0001C14.6909 32.0001 13.6297 30.9388 13.6297 29.6297C13.6297 28.3206 14.6909 27.2593 16 27.2593C17.3092 27.2593 18.3704 28.3206 18.3704 29.6297C18.3704 30.9388 17.3092 32.0001 16 32.0001Z"
|
|
56
|
-
fill={color || colors.gray["700"]}
|
|
57
|
-
/>
|
|
58
|
-
<path
|
|
59
|
-
d="M23.9615 8.03856C23.0358 7.11288 23.0358 5.61204 23.9615 4.68635C24.8872 3.76066 26.388 3.76066 27.3137 4.68635C28.2394 5.61204 28.2394 7.11288 27.3137 8.03856C26.388 8.96425 24.8872 8.96425 23.9615 8.03856Z"
|
|
60
|
-
fill={color || colors.gray["700"]}
|
|
61
|
-
/>
|
|
62
|
-
<path
|
|
63
|
-
d="M4.68634 27.3137C3.76065 26.388 3.76065 24.8872 4.68634 23.9615C5.61203 23.0358 7.11286 23.0358 8.03855 23.9615C8.96424 24.8872 8.96424 26.388 8.03855 27.3137C7.11286 28.2394 5.61203 28.2394 4.68634 27.3137Z"
|
|
64
|
-
fill={color || colors.gray["700"]}
|
|
65
|
-
/>
|
|
66
|
-
<path
|
|
67
|
-
d="M23.9616 23.9616C24.8873 23.0359 26.3881 23.0359 27.3138 23.9616C28.2395 24.8873 28.2395 26.3881 27.3138 27.3138C26.3881 28.2395 24.8873 28.2395 23.9616 27.3138C23.0359 26.3881 23.0359 24.8873 23.9616 23.9616Z"
|
|
68
|
-
fill={color || colors.gray["700"]}
|
|
69
|
-
/>
|
|
70
|
-
<path
|
|
71
|
-
d="M4.68632 4.68633C5.61201 3.76064 7.11284 3.76064 8.03853 4.68633C8.96422 5.61201 8.96422 7.11285 8.03853 8.03854C7.11285 8.96423 5.61201 8.96423 4.68632 8.03854C3.76063 7.11285 3.76063 5.61201 4.68632 4.68633Z"
|
|
72
|
-
fill={color || colors.gray["700"]}
|
|
73
|
-
/>
|
|
74
|
-
</IntegrationLogoSvgWrapper>
|
|
75
|
-
);
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper";
|
|
3
|
-
|
|
4
|
-
const GcpSvg = ({ color, square, ...rest }: SvgLogoProps) => (
|
|
5
|
-
<IntegrationLogoSvgWrapper viewBox="0 0 64 64" {...rest}>
|
|
6
|
-
<title>GCP integration logo</title>
|
|
7
|
-
<path
|
|
8
|
-
d="M40.728 20.488l2.05.035 5.57-5.57.27-2.36C44.2 8.657 38.367 6.26 31.993 6.26c-11.54 0-21.28 7.852-24.163 18.488.608-.424 1.908-.106 1.908-.106l11.13-1.83s.572-.947.862-.9A13.88 13.88 0 0 1 32 17.375c3.3.007 6.34 1.173 8.728 3.102z"
|
|
9
|
-
fill="#ea4335"
|
|
10
|
-
/>
|
|
11
|
-
<path
|
|
12
|
-
d="M56.17 24.77c-1.293-4.77-3.958-8.982-7.555-12.177l-7.887 7.887c3.16 2.55 5.187 6.452 5.187 10.82v1.392c3.837 0 6.954 3.124 6.954 6.954 0 3.837-3.124 6.954-6.954 6.954H32.007L30.615 48v8.346l1.392 1.385h13.908A18.11 18.11 0 0 0 64 39.647c-.007-6.155-3.1-11.6-7.83-14.876z"
|
|
13
|
-
fill="#4285f4"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
d="M18.085 57.74h13.9V46.6h-13.9a6.89 6.89 0 0 1-2.862-.622l-2.007.615-5.57 5.57-.488 1.88a18 18 0 0 0 10.926 3.689z"
|
|
17
|
-
fill="#34a853"
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
d="M18.085 21.57A18.11 18.11 0 0 0 0 39.654c0 5.873 2.813 11.095 7.166 14.403l8.064-8.064a6.96 6.96 0 0 1-4.099-6.339c0-3.837 3.124-6.954 6.954-6.954 2.82 0 5.244 1.7 6.34 4.1l8.064-8.064c-3.307-4.353-8.53-7.166-14.403-7.166z"
|
|
21
|
-
fill="#fbbc05"
|
|
22
|
-
/>
|
|
23
|
-
</IntegrationLogoSvgWrapper>
|
|
24
|
-
);
|
|
25
|
-
|
|
26
|
-
export { GcpSvg };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper";
|
|
3
|
-
|
|
4
|
-
const GithubSvg = ({ color = "#161514", square, ...rest }: SvgLogoProps) => (
|
|
5
|
-
<IntegrationLogoSvgWrapper viewBox="0 0 32 32" {...rest}>
|
|
6
|
-
<title>Github integration logo</title>
|
|
7
|
-
<path
|
|
8
|
-
fill={color}
|
|
9
|
-
d="M16 0.399994C7.16 0.399994 0 7.56399 0 16.4C0 23.4707 4.584 29.4667 10.94 31.58C11.74 31.7307 12.0333 31.236 12.0333 30.8107C12.0333 30.4307 12.02 29.424 12.0133 28.0907C7.56267 29.056 6.624 25.944 6.624 25.944C5.896 24.0973 4.844 23.604 4.844 23.604C3.39467 22.612 4.956 22.632 4.956 22.632C6.56267 22.744 7.40667 24.28 7.40667 24.28C8.83333 26.7267 11.152 26.02 12.0667 25.6107C12.2107 24.576 12.6227 23.8707 13.08 23.4707C9.52667 23.0707 5.792 21.6947 5.792 15.564C5.792 13.8173 6.412 12.3907 7.43867 11.2707C7.25867 10.8667 6.71867 9.23999 7.57867 7.03599C7.57867 7.03599 8.91867 6.60666 11.9787 8.67599C13.2587 8.31999 14.6187 8.14399 15.9787 8.13599C17.3387 8.14399 18.6987 8.31999 19.9787 8.67599C23.0187 6.60666 24.3587 7.03599 24.3587 7.03599C25.2187 9.23999 24.6787 10.8667 24.5187 11.2707C25.5387 12.3907 26.1587 13.8173 26.1587 15.564C26.1587 21.7107 22.4187 23.064 18.8587 23.4573C19.4187 23.9373 19.9387 24.9187 19.9387 26.4173C19.9387 28.5587 19.9187 30.2787 19.9187 30.7987C19.9187 31.2187 20.1987 31.7187 21.0187 31.5587C27.42 29.46 32 23.46 32 16.4C32 7.56399 24.836 0.399994 16 0.399994"
|
|
10
|
-
/>
|
|
11
|
-
</IntegrationLogoSvgWrapper>
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
export { GithubSvg };
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper";
|
|
3
|
-
|
|
4
|
-
export const GitlabSvg = ({ color, square, ...rest }: SvgLogoProps) => (
|
|
5
|
-
<IntegrationLogoSvgWrapper viewBox="0 0 32 32" {...rest}>
|
|
6
|
-
<title>Gitlab integration logo</title>
|
|
7
|
-
<path
|
|
8
|
-
d="M31.9415 17.8289L30.149 12.3285L26.6019 1.41847C26.561 1.29675 26.4829 1.19092 26.3786 1.11594C26.2742 1.04097 26.1489 1.00063 26.0203 1.00063C25.8917 1.00063 25.7664 1.04097 25.6621 1.11594C25.5577 1.19092 25.4796 1.29675 25.4388 1.41847L21.8916 12.3219H10.106L6.55885 1.41847C6.51827 1.29663 6.4403 1.19064 6.336 1.11553C6.23171 1.04042 6.10637 1 5.97777 1C5.84917 1 5.72383 1.04042 5.61953 1.11553C5.51523 1.19064 5.43726 1.29663 5.39669 1.41847L1.85522 12.3219L0.06269 17.8289C-0.0169457 18.0735 -0.0171059 18.3368 0.0622329 18.5814C0.141572 18.826 0.296346 19.0393 0.504425 19.1908L16.0002 30.4321L31.4932 19.1908C31.7022 19.04 31.8581 18.8271 31.9386 18.5825C32.0192 18.3379 32.0202 18.0742 31.9415 17.8289"
|
|
9
|
-
fill={color || "#fc6d26"}
|
|
10
|
-
/>
|
|
11
|
-
<path
|
|
12
|
-
d="M16.0002 30.4236L21.8926 12.3209H10.1107L16.0002 30.4236Z"
|
|
13
|
-
fill={color || "#e24329"}
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
d="M16.0002 30.4236L10.106 12.3209H1.85902L16.0002 30.4236Z"
|
|
17
|
-
fill={color || "#fc6d26"}
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
d="M1.85238 12.3266L0.0598438 17.8271C-0.0197918 18.0716 -0.0199513 18.3349 0.0593875 18.5795C0.138726 18.8241 0.293501 19.0374 0.501579 19.1889L16.0002 30.4321L1.85238 12.3266Z"
|
|
21
|
-
fill={color || "#fca326"}
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
d="M1.85522 12.3266H10.1126L6.55885 1.42414C6.51801 1.30243 6.4399 1.1966 6.33554 1.12162C6.23119 1.04664 6.10586 1.0063 5.97729 1.0063C5.84872 1.0063 5.7234 1.04664 5.61905 1.12162C5.51469 1.1966 5.43658 1.30243 5.39574 1.42414L1.85522 12.3266Z"
|
|
25
|
-
fill={color || "#e24329"}
|
|
26
|
-
/>
|
|
27
|
-
<path
|
|
28
|
-
d="M16.0002 30.4236L21.8925 12.3209H30.1528L16.0002 30.4236Z"
|
|
29
|
-
fill={color || "#fc6d26"}
|
|
30
|
-
/>
|
|
31
|
-
<path
|
|
32
|
-
d="M30.1471 12.3266L31.9397 17.8271C32.0197 18.0715 32.0201 18.3351 31.9408 18.5798C31.8614 18.8245 31.7063 19.0377 31.4979 19.1889L16.0002 30.4236L30.1433 12.3266H30.1471Z"
|
|
33
|
-
fill={color || "#fca326"}
|
|
34
|
-
/>
|
|
35
|
-
<path
|
|
36
|
-
d="M30.1509 12.3266H21.8944L25.4416 1.42414C25.4822 1.30231 25.5601 1.19632 25.6644 1.12121C25.7687 1.0461 25.8941 1.00568 26.0227 1.00568C26.1513 1.00568 26.2766 1.0461 26.3809 1.12121C26.4852 1.19632 26.5632 1.30231 26.6038 1.42414L30.1509 12.3266Z"
|
|
37
|
-
fill={color || "#e24329"}
|
|
38
|
-
/>
|
|
39
|
-
</IntegrationLogoSvgWrapper>
|
|
40
|
-
);
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper";
|
|
3
|
-
|
|
4
|
-
export const GsuiteSvg = ({ color, square, ...rest }: SvgLogoProps) => (
|
|
5
|
-
<IntegrationLogoSvgWrapper viewBox="0 0 32 32" {...rest}>
|
|
6
|
-
<title>GSuite integration logo</title>
|
|
7
|
-
<path
|
|
8
|
-
fill={color || "#4285f4"}
|
|
9
|
-
d="M31.7526 16.3674C31.7526 15.2798 31.664 14.1863 31.4751 13.1163H16.3172V19.2776H24.9974C24.6372 21.2647 23.4799 23.0226 21.7851 24.1396V28.1374H26.9637C30.0048 25.3507 31.7526 21.2354 31.7526 16.3674Z"
|
|
10
|
-
/>
|
|
11
|
-
<path
|
|
12
|
-
fill={color || "#34a853"}
|
|
13
|
-
d="M16.3172 32C20.6514 32 24.3065 30.5831 26.9696 28.1374L21.791 24.1396C20.3502 25.1156 18.4902 25.6682 16.3231 25.6682C12.1306 25.6682 8.57589 22.8521 7.30044 19.0659H1.95651V23.1872C4.68457 28.5901 10.2411 32 16.3172 32V32Z"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
fill={color || "#fbbc04"}
|
|
17
|
-
d="M7.29454 19.066C6.62138 17.0788 6.62138 14.9271 7.29454 12.9399V8.81866H1.95652C-0.322767 13.3397 -0.322767 18.6662 1.95652 23.1872L7.29454 19.066V19.066Z"
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
fill={color || "#ea4335"}
|
|
21
|
-
d="M16.3172 6.3318C18.6083 6.29652 20.8226 7.15487 22.4819 8.73047L27.07 4.16241C24.1648 1.44626 20.3089 -0.047038 16.3172 -5.15278e-06C10.2411 -5.15278e-06 4.68457 3.40988 1.95651 8.81866L7.29453 12.9399C8.56408 9.14789 12.1247 6.3318 16.3172 6.3318V6.3318Z"
|
|
22
|
-
/>
|
|
23
|
-
</IntegrationLogoSvgWrapper>
|
|
24
|
-
);
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export { AddigySvg } from "./addigy";
|
|
2
|
-
export { AwsSvg } from "./aws";
|
|
3
|
-
export { BambooHrSvg } from "./bamboohr";
|
|
4
|
-
export { BitbucketSvg } from "./bitbucket";
|
|
5
|
-
export { ConveyorSvg } from "./conveyor";
|
|
6
|
-
export { DefaultSvg } from "./default";
|
|
7
|
-
export { DeploySvg } from "./deploy";
|
|
8
|
-
export { EventsAPI } from "./events-api";
|
|
9
|
-
export { GcpSvg } from "./gcp";
|
|
10
|
-
export { GithubSvg } from "./github";
|
|
11
|
-
export { GitlabSvg } from "./gitlab";
|
|
12
|
-
export { GsuiteSvg } from "./gsuite";
|
|
13
|
-
export { JamfSvg } from "./jamf";
|
|
14
|
-
export { JiraSvg } from "./jira";
|
|
15
|
-
export { JumpcloudSvg } from "./jumpcloud";
|
|
16
|
-
export { OktaSvg } from "./okta";
|
|
17
|
-
export { OneLoginSvg } from "./onelogin";
|
|
18
|
-
export { SalesforceSvg } from "./salesforce";
|
|
19
|
-
export { SlackSvg } from "./slack";
|
|
20
|
-
export { ZoomSvg } from "./zoom";
|
|
21
|
-
export * from "./wrapper";
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper";
|
|
3
|
-
|
|
4
|
-
export const JamfSvg = ({ color, square, ...rest }: SvgLogoProps) => {
|
|
5
|
-
const viewBox = square ? "0 0 32 32" : "0 0 93 32";
|
|
6
|
-
const path = square ? (
|
|
7
|
-
<>
|
|
8
|
-
<path
|
|
9
|
-
fill={color || "#778eb1"}
|
|
10
|
-
d="M2.342 0.332c-0.949 0-1.718 0.77-1.718 1.72v11.893c0 0.925 0.75 1.677 1.675 1.677h5.989c2.742 0 6.505-0.564 7.539-5.436 0.001-0.001 1.027-4.879 1.636-7.77 0.227-1.075-0.594-2.083-1.692-2.083h-13.429z"
|
|
11
|
-
/>
|
|
12
|
-
<path
|
|
13
|
-
fill={color || "#778eb1"}
|
|
14
|
-
d="M25.262 5.973c-4.044 0-6.434 1.704-7.523 5.362 0.002-0.007-2.817 8.711-2.817 8.711-1.033 2.863-2.695 4.043-5.73 4.043h-6.961c-0.888 0-1.608 0.721-1.608 1.609v4.443c0 0.85 0.688 1.539 1.538 1.539h28.256c0.886 0 1.605-0.718 1.605-1.605v-22.553c0-0.856-0.693-1.548-1.547-1.548h-5.212z"
|
|
15
|
-
/>
|
|
16
|
-
</>
|
|
17
|
-
) : (
|
|
18
|
-
<>
|
|
19
|
-
<path
|
|
20
|
-
fill={color || "#778eb1"}
|
|
21
|
-
d="M19.2 4c-3.143 0-5.029 1.314-5.886 4.171l-2.171 6.8c-0.8 2.229-2.114 3.143-4.457 3.143h-5.429c-0.686 0-1.257 0.571-1.257 1.257v3.486c0 0.629 0.514 1.143 1.2 1.143h22.057c0.686 0 1.257-0.571 1.257-1.257v-17.543c0-0.686-0.514-1.2-1.2-1.2h-4.114zM1.314 0c-0.686 0-1.314 0.629-1.314 1.314v9.257c0 0.743 0.571 1.314 1.314 1.314h4.686c2.114 0 5.086-0.457 5.886-4.229 0 0 0.8-3.829 1.257-6.057 0.171-0.857-0.457-1.6-1.314-1.6h-10.514z"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
fill={color || "#204156"}
|
|
25
|
-
d="M87.371 7.6c0-3.143 2.114-4.629 5.086-4.743v2.571h-0.514c-1.314 0-2 1.086-2 2.4v2.057h2.4v2.286h-2.4v12.686h-2.571v-12.743h-2.229v-2.286h2.229v-2.229zM78.457 15.829c0-2.571-1.486-3.714-3.257-3.714-2.114 0-3.714 1.371-3.714 3.829v9.029h-2.571v-9.143c0-2.571-1.486-3.714-3.257-3.714-2.114 0-3.714 1.371-3.714 3.829v9.029h-2.514v-14.914h2.571v1.771h0.057c0.686-1.543 2.514-2.114 4.057-2.114 1.486 0 3.143 0.4 4.343 2.571 0.914-1.886 2.857-2.571 4.8-2.571 3.2 0 5.657 1.943 5.657 5.829v9.429h-2.571v-9.143h0.114zM47.485 17.086c-3.143 0-4.171 1.543-4.171 2.971s1.029 2.971 4.171 2.971c3.143 0 4.171-1.543 4.171-2.971s-1.086-2.971-4.171-2.971zM51.543 14.971c0-2.457-2.457-3.029-4.4-3.029-1.371 0-2.686 0.343-4.057 1.029l-1.143-2.114c2.229-0.971 4-1.143 5.314-1.143 3.543 0 6.857 1.543 6.857 5.086v10.171h-2.4v-1.6c-1.314 1.371-2.743 1.943-4.686 1.943-3.6 0-6.457-2-6.457-5.371 0-2.743 2.286-5.143 6.4-5.143 1.543 0 3.2 0.457 4.571 1.714v-1.543zM35.714 3.429c0.971 0 1.771 0.8 1.771 1.771 0 1.029-0.8 1.829-1.771 1.829s-1.771-0.8-1.771-1.771c0-1.029 0.8-1.829 1.771-1.829zM34.514 9.943h2.571l0.057 16.857c0 3.886-2.514 5.2-5.314 5.2h-0.971v-2.4h0.971c2.514 0 2.743-1.371 2.743-2.686l-0.057-16.971z"
|
|
26
|
-
/>
|
|
27
|
-
</>
|
|
28
|
-
);
|
|
29
|
-
|
|
30
|
-
return (
|
|
31
|
-
<IntegrationLogoSvgWrapper viewBox={viewBox} {...rest}>
|
|
32
|
-
<title>Jamf integration logo</title>
|
|
33
|
-
{path}
|
|
34
|
-
</IntegrationLogoSvgWrapper>
|
|
35
|
-
);
|
|
36
|
-
};
|