@bitrise/bitkit 10.1.0-alpha-chakra.3 → 10.1.0-alpha-breadcrumb.2
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 +57 -23
- package/src/Components/Breadcrumb/Breadcrumb.stories.tsx +30 -0
- package/src/Components/Breadcrumb/Breadcrumb.theme.ts +25 -0
- package/src/Components/Breadcrumb/Breadcrumb.tsx +51 -0
- package/src/Components/Breadcrumb/BreadcrumbLink.tsx +34 -0
- package/src/Components/Dialog/Dialog.tsx +4 -1
- package/src/Components/Tabs/Tab.tsx +24 -2
- package/src/Components/Transitions/Fade.stories.tsx +26 -0
- package/src/Components/Transitions/Fade.tsx +12 -0
- package/src/Old/AddonBeam/AddonBeam.css +16 -0
- package/src/Old/AddonBeam/AddonBeam.tsx +117 -0
- package/src/Old/AddonBeam/AddonBeamLink.tsx +37 -0
- package/src/Old/AddonFooter/AddonFooter.tsx +24 -0
- package/src/Old/AppLayout/AppLayout.css +45 -0
- package/src/Old/AppLayout/AppLayout.tsx +21 -0
- package/src/Old/AppLayout/AppLayoutBody.tsx +10 -0
- package/src/Old/AppLayout/AppLayoutHeader.tsx +10 -0
- package/src/Old/AppLayout/AppLayoutMain.tsx +10 -0
- package/src/Old/AppLayout/AppLayoutSidebar.tsx +10 -0
- package/src/Old/Avatar/Avatar.css +4 -0
- package/src/Old/Avatar/Avatar.tsx +64 -0
- package/src/Old/Avatar/avatarColors.ts +26 -0
- package/src/Old/Bounds/Bounds.tsx +20 -0
- package/src/Old/Button/Button.css +249 -0
- package/src/Old/Button/Button.test.tsx +29 -0
- package/src/Old/Button/Button.tsx +55 -0
- package/src/Old/Button/ButtonSize.ts +3 -0
- package/src/Old/Button/Buttons.test.tsx +42 -0
- package/src/Old/Button/Buttons.tsx +34 -0
- package/src/Old/Button/__snapshots__/Button.test.tsx.snap +73 -0
- package/src/Old/Button/__snapshots__/Buttons.test.tsx.snap +45 -0
- package/src/Old/DatePicker/DatePicker.tsx +6 -6
- package/src/Old/DatePicker/DatePickerMonth.tsx +7 -7
- package/src/Old/Dropdown/Dropdown.tsx +5 -3
- package/src/Old/Dropdown/DropdownButton.tsx +16 -2
- package/src/Old/Dropdown/DropdownMenuItem.tsx +2 -1
- package/src/Old/Dropdown/DropdownMenuItemGroup.tsx +2 -2
- package/src/Old/ExternalLink/ExternalLink.tsx +24 -0
- package/src/Old/Icon/Icon.css +4 -0
- package/src/Old/Icon/Icon.tsx +32 -0
- package/src/Old/Icon/tsx/IconsAddOns.tsx +14 -0
- package/src/Old/Icon/tsx/IconsAddOnsColorTuorqouise.tsx +20 -0
- package/src/Old/Icon/tsx/IconsAddOnsColorViolet.tsx +20 -0
- package/src/Old/Icon/tsx/IconsAddOnsWhite.tsx +20 -0
- package/src/Old/Icon/tsx/IconsApp.tsx +16 -0
- package/src/Old/Icon/tsx/IconsArrowBack.tsx +14 -0
- package/src/Old/Icon/tsx/IconsArrowDown.tsx +21 -0
- package/src/Old/Icon/tsx/IconsArrowForward.tsx +16 -0
- package/src/Old/Icon/tsx/IconsArrowQuit.tsx +14 -0
- package/src/Old/Icon/tsx/IconsArrowUp.tsx +14 -0
- package/src/Old/Icon/tsx/IconsBackArrow.tsx +13 -0
- package/src/Old/Icon/tsx/IconsBell.tsx +16 -0
- package/src/Old/Icon/tsx/IconsBitbot.tsx +16 -0
- package/src/Old/Icon/tsx/IconsBitbotFailed.tsx +18 -0
- package/src/Old/Icon/tsx/IconsBitbucket.tsx +26 -0
- package/src/Old/Icon/tsx/IconsBitbucketFill.tsx +14 -0
- package/src/Old/Icon/tsx/IconsBitriseCertified.tsx +19 -0
- package/src/Old/Icon/tsx/IconsBook.tsx +16 -0
- package/src/Old/Icon/tsx/IconsBranchBranch.tsx +16 -0
- package/src/Old/Icon/tsx/IconsBranchCommit.tsx +14 -0
- package/src/Old/Icon/tsx/IconsBranchPull.tsx +16 -0
- package/src/Old/Icon/tsx/IconsBranchPush.tsx +21 -0
- package/src/Old/Icon/tsx/IconsBranchTag.tsx +16 -0
- package/src/Old/Icon/tsx/IconsBug.tsx +16 -0
- package/src/Old/Icon/tsx/IconsBuild.tsx +14 -0
- package/src/Old/Icon/tsx/IconsBuildstatusAborted.tsx +16 -0
- package/src/Old/Icon/tsx/IconsBuildstatusAbortedSolid.tsx +15 -0
- package/src/Old/Icon/tsx/IconsBuildstatusFailed.tsx +16 -0
- package/src/Old/Icon/tsx/IconsBuildstatusFailedSolid.tsx +15 -0
- package/src/Old/Icon/tsx/IconsBuildstatusLoading.tsx +13 -0
- package/src/Old/Icon/tsx/IconsBuildstatusLoadingAnimated.tsx +31 -0
- package/src/Old/Icon/tsx/IconsBuildstatusLoadingeeehh.tsx +13 -0
- package/src/Old/Icon/tsx/IconsBuildstatusLoadingeeehhWhite.tsx +13 -0
- package/src/Old/Icon/tsx/IconsBuildstatusNeverbuilt.tsx +14 -0
- package/src/Old/Icon/tsx/IconsBuildstatusSuccessful.tsx +16 -0
- package/src/Old/Icon/tsx/IconsBuildstatusSuccessfulSolid.tsx +15 -0
- package/src/Old/Icon/tsx/IconsCalendar.tsx +16 -0
- package/src/Old/Icon/tsx/IconsChain.tsx +16 -0
- package/src/Old/Icon/tsx/IconsChangePlan.tsx +14 -0
- package/src/Old/Icon/tsx/IconsChat.tsx +14 -0
- package/src/Old/Icon/tsx/IconsChatMessage.tsx +16 -0
- package/src/Old/Icon/tsx/IconsChevronDown.tsx +13 -0
- package/src/Old/Icon/tsx/IconsChevronLeft.tsx +16 -0
- package/src/Old/Icon/tsx/IconsChevronRight.tsx +16 -0
- package/src/Old/Icon/tsx/IconsChevronUp.tsx +15 -0
- package/src/Old/Icon/tsx/IconsClock.tsx +16 -0
- package/src/Old/Icon/tsx/IconsCloseSmall.tsx +16 -0
- package/src/Old/Icon/tsx/IconsCode.tsx +16 -0
- package/src/Old/Icon/tsx/IconsCoffee.tsx +16 -0
- package/src/Old/Icon/tsx/IconsConsole.tsx +16 -0
- package/src/Old/Icon/tsx/IconsCredit.tsx +21 -0
- package/src/Old/Icon/tsx/IconsCreditcard.tsx +16 -0
- package/src/Old/Icon/tsx/IconsDeleteNope.tsx +15 -0
- package/src/Old/Icon/tsx/IconsDeployment.tsx +14 -0
- package/src/Old/Icon/tsx/IconsDoc.tsx +16 -0
- package/src/Old/Icon/tsx/IconsDollars.tsx +16 -0
- package/src/Old/Icon/tsx/IconsDownload.tsx +16 -0
- package/src/Old/Icon/tsx/IconsDropdownArrows.tsx +16 -0
- package/src/Old/Icon/tsx/IconsDudes.tsx +14 -0
- package/src/Old/Icon/tsx/IconsDuplicate.tsx +14 -0
- package/src/Old/Icon/tsx/IconsEnterprise.tsx +19 -0
- package/src/Old/Icon/tsx/IconsErrorGeneral.tsx +16 -0
- package/src/Old/Icon/tsx/IconsFileDoc.tsx +16 -0
- package/src/Old/Icon/tsx/IconsFilePdf.tsx +16 -0
- package/src/Old/Icon/tsx/IconsFilePlist.tsx +16 -0
- package/src/Old/Icon/tsx/IconsFileZip.tsx +16 -0
- package/src/Old/Icon/tsx/IconsFilter.tsx +16 -0
- package/src/Old/Icon/tsx/IconsFlag.tsx +13 -0
- package/src/Old/Icon/tsx/IconsFolder.tsx +16 -0
- package/src/Old/Icon/tsx/IconsFullscreen.tsx +14 -0
- package/src/Old/Icon/tsx/IconsFullscreenExit.tsx +14 -0
- package/src/Old/Icon/tsx/IconsGauge.tsx +16 -0
- package/src/Old/Icon/tsx/IconsGithub.tsx +14 -0
- package/src/Old/Icon/tsx/IconsGitlab.tsx +20 -0
- package/src/Old/Icon/tsx/IconsGitlabFill.tsx +14 -0
- package/src/Old/Icon/tsx/IconsGlobe.tsx +16 -0
- package/src/Old/Icon/tsx/IconsGroup.tsx +14 -0
- package/src/Old/Icon/tsx/IconsHeart.tsx +14 -0
- package/src/Old/Icon/tsx/IconsHidePassword.tsx +19 -0
- package/src/Old/Icon/tsx/IconsHistory.tsx +14 -0
- package/src/Old/Icon/tsx/IconsImage.tsx +14 -0
- package/src/Old/Icon/tsx/IconsInfo.tsx +14 -0
- package/src/Old/Icon/tsx/IconsIntegrations.tsx +14 -0
- package/src/Old/Icon/tsx/IconsInteraction.tsx +14 -0
- package/src/Old/Icon/tsx/IconsInvoice.tsx +16 -0
- package/src/Old/Icon/tsx/IconsJapanese.tsx +15 -0
- package/src/Old/Icon/tsx/IconsKey.tsx +14 -0
- package/src/Old/Icon/tsx/IconsLaptop.tsx +13 -0
- package/src/Old/Icon/tsx/IconsLaptops.tsx +16 -0
- package/src/Old/Icon/tsx/IconsLightbulb.tsx +16 -0
- package/src/Old/Icon/tsx/IconsLock.tsx +16 -0
- package/src/Old/Icon/tsx/IconsLogin.tsx +16 -0
- package/src/Old/Icon/tsx/IconsLogout.tsx +16 -0
- package/src/Old/Icon/tsx/IconsMagnifier.tsx +16 -0
- package/src/Old/Icon/tsx/IconsMail.tsx +16 -0
- package/src/Old/Icon/tsx/IconsMenuGrid.tsx +16 -0
- package/src/Old/Icon/tsx/IconsMenuHamburger.tsx +13 -0
- package/src/Old/Icon/tsx/IconsMessage.tsx +16 -0
- package/src/Old/Icon/tsx/IconsMinusClose.tsx +10 -0
- package/src/Old/Icon/tsx/IconsMinusRemove.tsx +16 -0
- package/src/Old/Icon/tsx/IconsMobile.tsx +16 -0
- package/src/Old/Icon/tsx/IconsMonitoring.tsx +14 -0
- package/src/Old/Icon/tsx/IconsMoreHorizontal.tsx +13 -0
- package/src/Old/Icon/tsx/IconsMoreVertical.tsx +17 -0
- package/src/Old/Icon/tsx/IconsNoTie.tsx +14 -0
- package/src/Old/Icon/tsx/IconsNumero.tsx +16 -0
- package/src/Old/Icon/tsx/IconsOpenInBrowser.tsx +16 -0
- package/src/Old/Icon/tsx/IconsOverview.tsx +14 -0
- package/src/Old/Icon/tsx/IconsOwner.tsx +19 -0
- package/src/Old/Icon/tsx/IconsPause.tsx +14 -0
- package/src/Old/Icon/tsx/IconsPencil.tsx +17 -0
- package/src/Old/Icon/tsx/IconsPercent.tsx +14 -0
- package/src/Old/Icon/tsx/IconsPerson.tsx +14 -0
- package/src/Old/Icon/tsx/IconsPlatformsAndroid.tsx +16 -0
- package/src/Old/Icon/tsx/IconsPlatformsApple.tsx +16 -0
- package/src/Old/Icon/tsx/IconsPlatformsCordova.tsx +14 -0
- package/src/Old/Icon/tsx/IconsPlatformsFastlane.tsx +14 -0
- package/src/Old/Icon/tsx/IconsPlatformsFlutter.tsx +14 -0
- package/src/Old/Icon/tsx/IconsPlatformsGo.tsx +13 -0
- package/src/Old/Icon/tsx/IconsPlatformsIonic.tsx +14 -0
- package/src/Old/Icon/tsx/IconsPlatformsMacos.tsx +14 -0
- package/src/Old/Icon/tsx/IconsPlatformsNodejs.tsx +13 -0
- package/src/Old/Icon/tsx/IconsPlatformsOther.tsx +21 -0
- package/src/Old/Icon/tsx/IconsPlatformsReact.tsx +14 -0
- package/src/Old/Icon/tsx/IconsPlatformsXamarin.tsx +14 -0
- package/src/Old/Icon/tsx/IconsPlay.tsx +16 -0
- package/src/Old/Icon/tsx/IconsPlusAdd.tsx +16 -0
- package/src/Old/Icon/tsx/IconsPlusOpen.tsx +13 -0
- package/src/Old/Icon/tsx/IconsPower.tsx +11 -0
- package/src/Old/Icon/tsx/IconsRefresh.tsx +13 -0
- package/src/Old/Icon/tsx/IconsRequest.tsx +14 -0
- package/src/Old/Icon/tsx/IconsResponsiveness.tsx +14 -0
- package/src/Old/Icon/tsx/IconsSave.tsx +14 -0
- package/src/Old/Icon/tsx/IconsSecurityShield.tsx +16 -0
- package/src/Old/Icon/tsx/IconsSettings.tsx +16 -0
- package/src/Old/Icon/tsx/IconsShip.tsx +14 -0
- package/src/Old/Icon/tsx/IconsShowPassword.tsx +16 -0
- package/src/Old/Icon/tsx/IconsShuffle.tsx +16 -0
- package/src/Old/Icon/tsx/IconsStability.tsx +16 -0
- package/src/Old/Icon/tsx/IconsStack.tsx +16 -0
- package/src/Old/Icon/tsx/IconsStatus.tsx +16 -0
- package/src/Old/Icon/tsx/IconsStepThirdParty.tsx +16 -0
- package/src/Old/Icon/tsx/IconsStepUpgrade.tsx +10 -0
- package/src/Old/Icon/tsx/IconsStepUpgradeCircle.tsx +11 -0
- package/src/Old/Icon/tsx/IconsStepVersionOk.tsx +11 -0
- package/src/Old/Icon/tsx/IconsSteps.tsx +14 -0
- package/src/Old/Icon/tsx/IconsStepsColorTuorqouise.tsx +14 -0
- package/src/Old/Icon/tsx/IconsStepsColorViolet.tsx +14 -0
- package/src/Old/Icon/tsx/IconsStepsWhite.tsx +14 -0
- package/src/Old/Icon/tsx/IconsStopwatch.tsx +16 -0
- package/src/Old/Icon/tsx/IconsSupport.tsx +16 -0
- package/src/Old/Icon/tsx/IconsSwitch.tsx +13 -0
- package/src/Old/Icon/tsx/IconsTestFailed.tsx +14 -0
- package/src/Old/Icon/tsx/IconsTestInconclusive.tsx +14 -0
- package/src/Old/Icon/tsx/IconsTestInfo.tsx +14 -0
- package/src/Old/Icon/tsx/IconsTestSkipped.tsx +14 -0
- package/src/Old/Icon/tsx/IconsTestSuccess.tsx +14 -0
- package/src/Old/Icon/tsx/IconsTestWarning.tsx +14 -0
- package/src/Old/Icon/tsx/IconsTick.tsx +13 -0
- package/src/Old/Icon/tsx/IconsTime.tsx +16 -0
- package/src/Old/Icon/tsx/IconsTrace.tsx +14 -0
- package/src/Old/Icon/tsx/IconsTrash.tsx +16 -0
- package/src/Old/Icon/tsx/IconsTrigger.tsx +16 -0
- package/src/Old/Icon/tsx/IconsTwitter.tsx +16 -0
- package/src/Old/Icon/tsx/IconsValidateShield.tsx +16 -0
- package/src/Old/Icon/tsx/IconsWarning.tsx +16 -0
- package/src/Old/Icon/tsx/IconsWebUi.tsx +17 -0
- package/src/Old/Icon/tsx/IconsWindow.tsx +16 -0
- package/src/Old/Icon/tsx/IconsWorkflow.tsx +16 -0
- package/src/Old/Icon/tsx/IconsWorkflowFlow.tsx +16 -0
- package/src/Old/Icon/tsx/IconsWow.tsx +16 -0
- package/src/Old/Icon/tsx/index.ts +694 -0
- package/src/Old/Input/InputLabel.tsx +3 -5
- package/src/Old/Link/Link.css +44 -0
- package/src/Old/Link/Link.tsx +30 -0
- package/src/Old/Modal/Modal.css +67 -0
- package/src/Old/Modal/Modal.tsx +117 -0
- package/src/Old/Modal/ModalBody.tsx +17 -0
- package/src/Old/Modal/ModalHeader.tsx +50 -0
- package/src/Old/Modal/ModalHeaderProgress.tsx +23 -0
- package/src/Old/Modal/ModalTitle.tsx +13 -0
- package/src/Old/Notification/Notification.tsx +4 -3
- package/src/Old/Notification/__snapshots__/Notification.test.tsx.snap +12 -8
- package/src/Old/Progress/ProgressBitbot.tsx +3 -3
- package/src/Old/Progress/ProgressButtonContent.tsx +35 -0
- package/src/Old/Ribbon/Ribbon.tsx +4 -4
- package/src/Old/Sidebar/Sidebar.css +125 -0
- package/src/Old/Sidebar/Sidebar.tsx +25 -0
- package/src/Old/Sidebar/SidebarHeader.tsx +10 -0
- package/src/Old/Sidebar/SidebarMenu.tsx +30 -0
- package/src/Old/Sidebar/SidebarMenuContext.ts +7 -0
- package/src/Old/Sidebar/SidebarMenuItem.tsx +67 -0
- package/src/Old/Sidebar/SidebarSubMenu.tsx +33 -0
- package/src/Old/Sidebar/SidebarSubMenuItem.tsx +59 -0
- package/src/Old/Status/Status404.tsx +3 -3
- package/src/Old/Status/Status500.tsx +4 -4
- package/src/Old/Table/TableHeaderCell.tsx +1 -1
- package/src/Old/Tabs/Tab.tsx +23 -0
- package/src/Old/Tabs/Tabs.css +30 -0
- package/src/Old/Tabs/Tabs.tsx +18 -0
- package/src/Old/Text/TextSizes.css +39 -0
- package/src/Old/Toggle/Toggle.tsx +1 -1
- package/src/Old/Tooltip/Tooltip.tsx +85 -0
- package/src/Old/hooks/index.ts +1 -0
- package/src/Old/hooks/useResizeObserver.ts +40 -0
- package/src/Old/variables.css +1 -0
- package/src/Old/variables.ts +3 -0
- package/src/index.ts +9 -0
- package/src/old.ts +64 -0
- package/src/theme.ts +2 -0
- package/src/tsconfig.tsbuildinfo +1 -1
|
@@ -3,8 +3,8 @@ import * as React from 'react';
|
|
|
3
3
|
import { DateTime } from 'luxon';
|
|
4
4
|
import { ReferenceChildrenProps } from 'react-popper';
|
|
5
5
|
import { useMediaQuery, useSyncedStateAndProps } from '../hooks';
|
|
6
|
-
import Button from '
|
|
7
|
-
import
|
|
6
|
+
import Button from '../Button/Button';
|
|
7
|
+
import Buttons from '../Button/Buttons';
|
|
8
8
|
import { Props as FlexProps } from '../Flex/Flex';
|
|
9
9
|
import Placement from '../Placement/Placement';
|
|
10
10
|
import PlacementArea from '../Placement/PlacementArea';
|
|
@@ -175,15 +175,15 @@ const DatePicker: React.FunctionComponent<Props> = (props: Props) => {
|
|
|
175
175
|
)}
|
|
176
176
|
</PlacementArea>
|
|
177
177
|
|
|
178
|
-
<
|
|
179
|
-
<Button
|
|
178
|
+
<Buttons alignChildren="end" margin="x2" paddingHorizontal="x8">
|
|
179
|
+
<Button level="secondary" onClick={handleClose} size="small">
|
|
180
180
|
Cancel
|
|
181
181
|
</Button>
|
|
182
182
|
|
|
183
|
-
<Button onClick={handleApply} size="small">
|
|
183
|
+
<Button level="primary" onClick={handleApply} size="small">
|
|
184
184
|
Apply
|
|
185
185
|
</Button>
|
|
186
|
-
</
|
|
186
|
+
</Buttons>
|
|
187
187
|
</PlacementArea>
|
|
188
188
|
)}
|
|
189
189
|
</Placement>
|
|
@@ -2,9 +2,9 @@ import * as React from 'react';
|
|
|
2
2
|
import { DateTime, Info } from 'luxon';
|
|
3
3
|
import Base, { Props as BaseProps } from '../Base/Base';
|
|
4
4
|
import Flex from '../Flex/Flex';
|
|
5
|
-
import Icon from '
|
|
6
|
-
import Link from '
|
|
7
|
-
import Text from '
|
|
5
|
+
import Icon from '../Icon/Icon';
|
|
6
|
+
import Link from '../Link/Link';
|
|
7
|
+
import Text from '../Text/Text';
|
|
8
8
|
import DatePickerGrid from './DatePickerGrid';
|
|
9
9
|
import DatePickerDay from './DatePickerDay';
|
|
10
10
|
|
|
@@ -40,18 +40,18 @@ const DatePickerMonth: React.FunctionComponent<Props> = (props: Props) => {
|
|
|
40
40
|
<Flex alignChildren="middle" direction="horizontal" gap="x4" margin="x4" paddingHorizontal="x12">
|
|
41
41
|
<Flex>
|
|
42
42
|
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
|
|
43
|
-
<Link
|
|
43
|
+
<Link onClick={onPreviousMonth}>
|
|
44
44
|
<Icon name="ChevronLeft" />
|
|
45
45
|
</Link>
|
|
46
46
|
</Flex>
|
|
47
47
|
|
|
48
48
|
<Flex grow>
|
|
49
|
-
<Text align="
|
|
49
|
+
<Text align="middle">{viewDate.toFormat('MMMM yyyy')}</Text>
|
|
50
50
|
</Flex>
|
|
51
51
|
|
|
52
52
|
<Flex>
|
|
53
53
|
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
|
|
54
|
-
<Link
|
|
54
|
+
<Link onClick={onNextMonth}>
|
|
55
55
|
<Icon name="ChevronRight" />
|
|
56
56
|
</Link>
|
|
57
57
|
</Flex>
|
|
@@ -59,7 +59,7 @@ const DatePickerMonth: React.FunctionComponent<Props> = (props: Props) => {
|
|
|
59
59
|
|
|
60
60
|
<DatePickerGrid margin="x1">
|
|
61
61
|
{daysOfTheWeek.map((day) => (
|
|
62
|
-
<Text
|
|
62
|
+
<Text align="middle" key={day} paddingVertical="x4" size="2" textColor="neutral.70" uppercase>
|
|
63
63
|
{day}
|
|
64
64
|
</Text>
|
|
65
65
|
))}
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import Placement from '../Placement/Placement';
|
|
3
3
|
import PlacementManager from '../Placement/PlacementManager';
|
|
4
4
|
import PlacementReference from '../Placement/PlacementReference';
|
|
5
|
-
import Text from '
|
|
5
|
+
import Text from '../Text/Text';
|
|
6
6
|
import DropdownButton, { Props as DropdownButtonProps } from './DropdownButton';
|
|
7
7
|
import DropdownMenu from './DropdownMenu';
|
|
8
8
|
import DropdownMenuItem from './DropdownMenuItem';
|
|
@@ -58,14 +58,16 @@ const Dropdown: React.FunctionComponent<Props> = (props: Props) => {
|
|
|
58
58
|
return (
|
|
59
59
|
<PlacementManager>
|
|
60
60
|
<PlacementReference>
|
|
61
|
-
{() => (
|
|
61
|
+
{({ ref }) => (
|
|
62
62
|
<DropdownButton
|
|
63
63
|
{...rest}
|
|
64
|
+
alignChildrenHorizontal="start"
|
|
65
|
+
innerRef={ref}
|
|
64
66
|
onClick={() => {
|
|
65
67
|
setVisible(!visible);
|
|
66
68
|
}}
|
|
67
69
|
>
|
|
68
|
-
<Text
|
|
70
|
+
<Text ellipsis>{children}</Text>
|
|
69
71
|
</DropdownButton>
|
|
70
72
|
)}
|
|
71
73
|
</PlacementReference>
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import Button, { ButtonProps } from '
|
|
2
|
+
import Button, { Props as ButtonProps } from '../Button/Button';
|
|
3
|
+
import Flex from '../Flex/Flex';
|
|
4
|
+
import Icon from '../Icon/Icon';
|
|
3
5
|
|
|
4
6
|
export type Props = Omit<ButtonProps, 'level'>;
|
|
5
7
|
|
|
@@ -8,7 +10,19 @@ export type Props = Omit<ButtonProps, 'level'>;
|
|
|
8
10
|
* standard prop configuration for a Dropdown.
|
|
9
11
|
*/
|
|
10
12
|
const DropdownButton: React.FunctionComponent<Props> = (props: Props) => {
|
|
11
|
-
|
|
13
|
+
const { children } = props;
|
|
14
|
+
|
|
15
|
+
return (
|
|
16
|
+
<Button type="button" {...props} alignChildrenHorizontal="start" fullWidth gap="x4" level="secondary">
|
|
17
|
+
<Flex alignChildrenVertical="middle" direction="horizontal" gap="x2" grow shrink>
|
|
18
|
+
{children}
|
|
19
|
+
</Flex>
|
|
20
|
+
|
|
21
|
+
<Flex>
|
|
22
|
+
<Icon name="ChevronDown" />
|
|
23
|
+
</Flex>
|
|
24
|
+
</Button>
|
|
25
|
+
);
|
|
12
26
|
};
|
|
13
27
|
|
|
14
28
|
export default DropdownButton;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import classnames from 'classnames';
|
|
3
3
|
import Flex, { Props as FlexProps } from '../Flex/Flex';
|
|
4
|
-
import Icon
|
|
4
|
+
import Icon from '../Icon/Icon';
|
|
5
|
+
import { TypeIconName } from '../Icon/tsx';
|
|
5
6
|
import Visibility from '../Visibility/Visibility';
|
|
6
7
|
|
|
7
8
|
export interface Props extends FlexProps {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import classnames from 'classnames';
|
|
3
3
|
import Flex, { Props as FlexProps } from '../Flex/Flex';
|
|
4
|
-
import Text from '
|
|
4
|
+
import Text from '../Text/Text';
|
|
5
5
|
|
|
6
6
|
export interface Props extends FlexProps {
|
|
7
7
|
text: string;
|
|
@@ -9,7 +9,7 @@ export interface Props extends FlexProps {
|
|
|
9
9
|
|
|
10
10
|
const DropdownMenuItemGroup: React.FunctionComponent<Props> = ({ text, children, className, ...rest }: Props) => (
|
|
11
11
|
<Flex className={classnames('DropdownMenu__group', className)} {...rest}>
|
|
12
|
-
<Text className="DropdownMenu__group-text" size="2"
|
|
12
|
+
<Text className="DropdownMenu__group-text" size="2" textColor="neutral.50">
|
|
13
13
|
{text}
|
|
14
14
|
</Text>
|
|
15
15
|
{children}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Flex from '../Flex/Flex';
|
|
3
|
+
import Icon from '../Icon/Icon';
|
|
4
|
+
import Link, { Props as LinkProps } from '../Link/Link';
|
|
5
|
+
|
|
6
|
+
export type Props = LinkProps;
|
|
7
|
+
|
|
8
|
+
const ExternalLink: React.FunctionComponent<Props> = (props: Props) => {
|
|
9
|
+
const { children, ...rest } = props;
|
|
10
|
+
|
|
11
|
+
return (
|
|
12
|
+
<Link {...rest}>
|
|
13
|
+
<Flex alignChildrenVertical="middle" direction="horizontal" gap="x1">
|
|
14
|
+
<Flex>{children}</Flex>
|
|
15
|
+
|
|
16
|
+
<Flex>
|
|
17
|
+
<Icon name="OpenInBrowser" />
|
|
18
|
+
</Flex>
|
|
19
|
+
</Flex>
|
|
20
|
+
</Link>
|
|
21
|
+
);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export default ExternalLink;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Base, { Props as BaseProps } from '../Base/Base';
|
|
3
|
+
import { IconMap } from './tsx';
|
|
4
|
+
import type { TypeIconName } from './tsx';
|
|
5
|
+
import './Icon.css';
|
|
6
|
+
|
|
7
|
+
export type { TypeIconName };
|
|
8
|
+
|
|
9
|
+
export interface Props extends BaseProps {
|
|
10
|
+
/** Name of the Icon to display */
|
|
11
|
+
name: TypeIconName;
|
|
12
|
+
/** Any CSS unit sizing for the Icon */
|
|
13
|
+
size?: string;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
/** Iconography component that output as crisp SVG icon. */
|
|
17
|
+
const Icon: React.FunctionComponent<Props> = (props: Props) => {
|
|
18
|
+
const { name, size, ...rest } = props;
|
|
19
|
+
const IconSVG = IconMap[name];
|
|
20
|
+
|
|
21
|
+
return (
|
|
22
|
+
<Base {...rest} Component="svg" className="Icon" height={size} viewBox="0 0 24 24" width={size}>
|
|
23
|
+
<IconSVG height="100%" width="100%" />
|
|
24
|
+
</Base>
|
|
25
|
+
);
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
Icon.defaultProps = {
|
|
29
|
+
size: '1.5rem',
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsAddOns = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="M20 17.767a.502.502 0 0 1-.25.434l-3.001 1.732a.5.5 0 0 1-.499-.001l-2.999-1.73a.504.504 0 0 1-.251-.435V14.15c0-.178.096-.343.248-.432l.002-.001 3-1.732.001-.001a.503.503 0 0 1 .499 0l2.999 1.73c.155.09.251.257.251.436v3.616zm-9.25.434-3.001 1.732a.5.5 0 0 1-.499-.001l-2.999-1.73A.504.504 0 0 1 4 17.767V14.15c0-.18.096-.345.25-.434l3.001-1.732a.503.503 0 0 1 .499 0l3 1.733h.002c.153.09.248.255.248.433v3.616a.502.502 0 0 1-.25.434zM8.5 6.23c0-.178.096-.344.25-.433l3.001-1.732a.503.503 0 0 1 .499 0l2.999 1.73c.155.09.251.257.251.436V9.82a.501.501 0 0 1-.25.432l-3.001 1.733h-.001a.496.496 0 0 1-.496 0l-.002-.001-2.108-1.217-.892-.515a.501.501 0 0 1-.25-.432V6.23zm12.25 5.754-2.999-1.731c-.093-.053-.195-.08-.293-.121.014-.104.042-.206.042-.312V6.23a2.51 2.51 0 0 0-1.25-2.165l-2.999-1.731a2.505 2.505 0 0 0-2.501-.001L7.749 4.067A2.51 2.51 0 0 0 6.5 6.232V9.82c0 .106.028.208.042.312-.098.04-.199.067-.292.12l-3.001 1.733A2.51 2.51 0 0 0 2 14.15v3.616c0 .89.479 1.719 1.25 2.166l2.999 1.73a2.49 2.49 0 0 0 1.251.335c.433 0 .865-.111 1.25-.334l3.001-1.732c.092-.054.165-.128.249-.192.084.064.157.139.25.193l2.999 1.73a2.49 2.49 0 0 0 1.251.335c.433 0 .865-.111 1.25-.334l3.001-1.732A2.51 2.51 0 0 0 22 17.767V14.15c0-.89-.479-1.72-1.25-2.166z"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
);
|
|
13
|
+
|
|
14
|
+
export default SvgIconsAddOns;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsAddOnsColorTuorqouise = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<g fill="#0DD3C5" fillRule="evenodd">
|
|
7
|
+
<path
|
|
8
|
+
d="M12 13.433v5.973l-4.001 2.322a1.988 1.988 0 0 1-1.998 0l-3-1.741A2.015 2.015 0 0 1 2 18.244v-3.649c0-.72.382-1.384 1.001-1.742L7 10.532l5 2.901z"
|
|
9
|
+
opacity={0.8}
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M22 14.595v3.65c0 .718-.382 1.383-1.001 1.741l-3 1.742a1.992 1.992 0 0 1-1.998 0L12 19.406v-5.972l5-2.902 3.999 2.321A2.012 2.012 0 0 1 22 14.595"
|
|
13
|
+
opacity={0.5}
|
|
14
|
+
/>
|
|
15
|
+
<path d="M17 5.753v4.779l-5 2.902-5-2.902v-4.78a2.01 2.01 0 0 1 1.001-1.741l3-1.742a1.992 1.992 0 0 1 1.998 0l3 1.742A2.012 2.012 0 0 1 17 5.753" />
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
export default SvgIconsAddOnsColorTuorqouise;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsAddOnsColorViolet = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<g fill="#990FC3" fillRule="evenodd">
|
|
7
|
+
<path
|
|
8
|
+
d="M12 13.433v5.973l-4.001 2.322a1.988 1.988 0 0 1-1.998 0l-3-1.741A2.015 2.015 0 0 1 2 18.244v-3.649c0-.72.382-1.384 1.001-1.742L7 10.532l5 2.901z"
|
|
9
|
+
opacity={0.8}
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M22 14.595v3.65c0 .718-.382 1.383-1.001 1.741l-3 1.742a1.992 1.992 0 0 1-1.998 0L12 19.406v-5.972l5-2.902 3.999 2.321A2.012 2.012 0 0 1 22 14.595"
|
|
13
|
+
opacity={0.5}
|
|
14
|
+
/>
|
|
15
|
+
<path d="M17 5.753v4.779l-5 2.902-5-2.902v-4.78a2.01 2.01 0 0 1 1.001-1.741l3-1.742a1.992 1.992 0 0 1 1.998 0l3 1.742A2.012 2.012 0 0 1 17 5.753" />
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
export default SvgIconsAddOnsColorViolet;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsAddOnsWhite = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<g fill="#FFF" fillRule="evenodd">
|
|
7
|
+
<path
|
|
8
|
+
d="M12 13.433v5.973l-4.001 2.322a1.988 1.988 0 0 1-1.998 0l-3-1.741A2.015 2.015 0 0 1 2 18.244v-3.649c0-.72.382-1.384 1.001-1.742L7 10.532l5 2.901z"
|
|
9
|
+
opacity={0.8}
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M22 14.595v3.65c0 .718-.382 1.383-1.001 1.741l-3 1.742a1.992 1.992 0 0 1-1.998 0L12 19.406v-5.972l5-2.902 3.999 2.321A2.012 2.012 0 0 1 22 14.595"
|
|
13
|
+
opacity={0.5}
|
|
14
|
+
/>
|
|
15
|
+
<path d="M17 5.753v4.779l-5 2.902-5-2.902v-4.78a2.01 2.01 0 0 1 1.001-1.741l3-1.742a1.992 1.992 0 0 1 1.998 0l3 1.742A2.012 2.012 0 0 1 17 5.753" />
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
export default SvgIconsAddOnsWhite;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsApp = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<defs>
|
|
7
|
+
<path
|
|
8
|
+
id="icons-app_svg__a"
|
|
9
|
+
d="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-4 10c0 .7-.2 1.4-.6 2l-2-2 2-2c.4.6.6 1.3.6 2zm-8 0c0-.7.2-1.4.6-2l2 2-2 2c-.4-.6-.6-1.3-.6-2zm2-3.4c.6-.4 1.3-.6 2-.6s1.4.2 2 .6l-2 2-2-2zm2 4.8 2 2c-.6.4-1.3.6-2 .6s-1.4-.2-2-.6l2-2zm3.5-6.3C14.5 6.4 13.3 6 12 6c-1.3 0-2.5.4-3.5 1.1L5.4 4h13.2l-3.1 3.1zM7.1 8.5C6.4 9.5 6 10.7 6 12c0 1.3.4 2.5 1.1 3.5L4 18.6V5.4l3.1 3.1zm1.4 8.4c1 .7 2.2 1.1 3.5 1.1 1.3 0 2.5-.4 3.5-1.1l3.1 3.1H5.4l3.1-3.1zm8.4-1.4c.7-1 1.1-2.2 1.1-3.5 0-1.3-.4-2.5-1.1-3.5L20 5.4v13.2l-3.1-3.1z"
|
|
10
|
+
/>
|
|
11
|
+
</defs>
|
|
12
|
+
<use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-app_svg__a" />
|
|
13
|
+
</svg>
|
|
14
|
+
);
|
|
15
|
+
|
|
16
|
+
export default SvgIconsApp;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsArrowBack = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="M5.615 11h8.199v2H5.642l3.23 3.23-1.415 1.414L1.8 11.987 7.457 6.33 8.87 7.744 5.615 11zm16.199 0v2h-2v-2h2zm-3 0v2h-4v-2h4z"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
);
|
|
13
|
+
|
|
14
|
+
export default SvgIconsArrowBack;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsArrowDown = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<defs>
|
|
7
|
+
<path
|
|
8
|
+
id="icons-arrow-down_svg__a"
|
|
9
|
+
d="m18.308 10.92-3.255-3.256 1.414-1.414 5.657 5.657-5.657 5.657-1.414-1.415 3.23-3.229H10.11v-2h8.198zm-16.198 0h2v2h-2v-2zm3 0h4v2h-4v-2z"
|
|
10
|
+
/>
|
|
11
|
+
</defs>
|
|
12
|
+
<use
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
fillRule="evenodd"
|
|
15
|
+
transform="rotate(90 12.017 11.907)"
|
|
16
|
+
xlinkHref="#icons-arrow-down_svg__a"
|
|
17
|
+
/>
|
|
18
|
+
</svg>
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
export default SvgIconsArrowDown;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsArrowForward = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<defs>
|
|
7
|
+
<path
|
|
8
|
+
id="icons-arrow-forward_svg__a"
|
|
9
|
+
d="m18.198 11-3.255-3.256 1.414-1.414 5.657 5.657-5.657 5.657-1.414-1.415L18.173 13H10v-2h8.198zM2 11h2v2H2v-2zm3 0h4v2H5v-2z"
|
|
10
|
+
/>
|
|
11
|
+
</defs>
|
|
12
|
+
<use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-arrow-forward_svg__a" />
|
|
13
|
+
</svg>
|
|
14
|
+
);
|
|
15
|
+
|
|
16
|
+
export default SvgIconsArrowForward;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsArrowQuit = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="M12.994 15H22v2h-9a2 2 0 0 1-2-2h-.006V7.492l-3.23 3.23L6.35 9.306l5.657-5.657 5.657 5.657-1.415 1.414-3.255-3.256V15z"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
);
|
|
13
|
+
|
|
14
|
+
export default SvgIconsArrowQuit;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsArrowUp = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="M10.92 5.695 7.664 8.951 6.25 7.537l5.657-5.657 5.657 5.657-1.415 1.414-3.229-3.23v8.173h-2V5.695zm0 16.199v-2h2v2h-2zm0-3v-4h2v4h-2z"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
);
|
|
13
|
+
|
|
14
|
+
export default SvgIconsArrowUp;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsBackArrow = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<defs>
|
|
7
|
+
<path id="icons-back-arrow_svg__a" d="m9.8 12.9 2.6 2.6-1.5 1.4-4.9-5L10.9 7l1.4 1.4-2.4 2.5h8v2z" />
|
|
8
|
+
</defs>
|
|
9
|
+
<use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-back-arrow_svg__a" />
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
|
|
13
|
+
export default SvgIconsBackArrow;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsBell = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<defs>
|
|
7
|
+
<path
|
|
8
|
+
id="icons-bell_svg__a"
|
|
9
|
+
d="M16.567 13.6c-.301-.4-.402-.9-.402-1.3V12c0-2.2-1.81-4-4.021-4-2.212 0-4.022 1.8-4.022 4v.2c0 .5-.1.9-.402 1.3L6.01 16h12.267l-1.71-2.4zm-6.434-7.3V6a2.011 2.011 0 0 1 4.021 0v.3c2.313.8 4.022 3 4.022 5.7v.4l1.71 2.4c.602.9.401 2.1-.504 2.8-.301.2-.703.4-1.206.4H6.011C4.905 18 4 17.1 4 16c0-.4.1-.8.402-1.2l1.71-2.4V12c0-2.6 1.708-4.8 4.02-5.7zM9.127 19h6.033c-.302 1.1-1.609 2-3.016 2-1.408 0-2.715-.8-3.017-2z"
|
|
10
|
+
/>
|
|
11
|
+
</defs>
|
|
12
|
+
<use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-bell_svg__a" />
|
|
13
|
+
</svg>
|
|
14
|
+
);
|
|
15
|
+
|
|
16
|
+
export default SvgIconsBell;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsBitbot = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<defs>
|
|
7
|
+
<path
|
|
8
|
+
id="icons-bitbot_svg__a"
|
|
9
|
+
d="M12.09 15.284c1.108 0 2.015-.93 2.015-2.065h-4.029c0 1.136.907 2.065 2.015 2.065m-3.626-4.13c-.806 0-1.41.62-1.41 1.446h2.82c0-.826-.705-1.445-1.41-1.445m7.05 0c-.806 0-1.41.62-1.41 1.445h2.72c0-.826-.605-1.445-1.31-1.445m-3.324-6.09c.605 0 1.007-.413 1.007-1.033 0-.62-.402-1.032-1.007-1.032-.604 0-1.007.413-1.007 1.032 0 .62.504 1.033 1.007 1.033m9.568 7.225c-.201-1.445-.604-2.993-.806-4.025-.302-1.24-1.41-2.065-2.618-2.168-1.31 0-3.424-.103-6.244-.103s-4.935.103-6.144.206c-1.31 0-2.417.929-2.72 2.065-.2 1.032-.603 2.477-.805 4.025-.201 1.033-.302 2.168-.403 3.51-.1.723.202 1.445.705 2.065.504.516 1.209.929 2.015.929 1.712.103 4.43.206 7.25.206 2.82 0 5.54-.103 7.252-.206.806 0 1.51-.413 2.014-.93a2.485 2.485 0 0 0 .705-2.064c.101-1.342 0-2.477-.2-3.51zm-1.813 4.13c-.201.206-.403.309-.705.309-2.316.103-4.733.206-7.15.206-2.418 0-4.835-.103-7.151-.206-.302 0-.504-.103-.705-.31-.201-.206-.201-.31-.201-.413.1-1.238.201-2.374.402-3.406.101-1.239.403-2.477.705-3.82.101-.309.403-.515.907-.515a95.073 95.073 0 0 1 6.043-.207c2.316 0 4.431.103 6.042.207.403 0 .806.31.806.619.302 1.239.604 2.58.806 3.82.1.928.302 2.064.403 3.406 0 0 0 .103-.202.31z"
|
|
10
|
+
/>
|
|
11
|
+
</defs>
|
|
12
|
+
<use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-bitbot_svg__a" />
|
|
13
|
+
</svg>
|
|
14
|
+
);
|
|
15
|
+
|
|
16
|
+
export default SvgIconsBitbot;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsBitbotFailed = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<g fill="currentColor" fillRule="evenodd">
|
|
7
|
+
<path d="M13 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm5.028 4.156A106.57 106.57 0 0 0 12 9c-2.343 0-4.363.06-6.028.156-.441.025-.753.267-.827.556a41.54 41.54 0 0 0-.788 3.688c-.146.914-.267 2.01-.356 3.253-.01.147.042.286.173.422a1 1 0 0 0 .688.286c2.304.1 4.747.162 7.138.162 2.39 0 4.833-.063 7.138-.162a1 1 0 0 0 .687-.286c.132-.136.184-.275.173-.423a38.273 38.273 0 0 0-.355-3.252 41.581 41.581 0 0 0-.788-3.688c-.074-.29-.386-.531-.827-.556zm2.764.058c.25.97.595 2.428.826 3.87.156.976.282 2.128.375 3.425a2.527 2.527 0 0 1-.733 1.959 2.997 2.997 0 0 1-2.036.891c-1.731.075-4.39.164-7.224.164-2.835 0-5.493-.09-7.224-.164a2.997 2.997 0 0 1-2.037-.891 2.527 2.527 0 0 1-.732-1.959c.092-1.297.219-2.45.375-3.425a44.1 44.1 0 0 1 .826-3.87c.297-1.155 1.362-1.981 2.65-2.055C7.122 7.087 9.214 7 12 7c2.786 0 4.878.087 6.142.159 1.288.074 2.353.9 2.65 2.055z" />
|
|
8
|
+
<path
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeLinecap="square"
|
|
11
|
+
strokeWidth={2}
|
|
12
|
+
d="M6.5 12 8 13.5 6.5 15m3-3L8 13.5 9.5 15m5-3 1.5 1.5-1.5 1.5m3-3L16 13.5l1.5 1.5"
|
|
13
|
+
/>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
export default SvgIconsBitbotFailed;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsBitbucket = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<defs>
|
|
7
|
+
<linearGradient id="icons-bitbucket_svg__a" x1="31.228%" y1="82.399%" y2="0%">
|
|
8
|
+
<stop offset="0%" stopColor="#FFF" stopOpacity={0.1} />
|
|
9
|
+
<stop offset="100%" stopColor="#184AB8" />
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<path
|
|
12
|
+
id="icons-bitbucket_svg__b"
|
|
13
|
+
d="m15.092 9-1.01 5.892H9.919L5 20.729a.87.87 0 0 0 .56.212h13.07a.641.641 0 0 0 .625-.538L21.14 9h-6.048z"
|
|
14
|
+
/>
|
|
15
|
+
</defs>
|
|
16
|
+
<g fill="none" fillRule="evenodd">
|
|
17
|
+
<path
|
|
18
|
+
fill="#FFF"
|
|
19
|
+
d="M14.102 14.934H9.937L8.81 9.042h6.302l-1.01 5.892zM2.65 3a.64.64 0 0 0-.64.743l2.72 16.513a.87.87 0 0 0 .851.727h13.05a.64.64 0 0 0 .64-.538l2.72-16.698a.64.64 0 0 0-.64-.744L2.648 3z"
|
|
20
|
+
/>
|
|
21
|
+
<use fill="url(#icons-bitbucket_svg__a)" xlinkHref="#icons-bitbucket_svg__b" />
|
|
22
|
+
</g>
|
|
23
|
+
</svg>
|
|
24
|
+
);
|
|
25
|
+
|
|
26
|
+
export default SvgIconsBitbucket;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsBitbucketFill = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="M14.102 14.934H9.937L8.81 9.042h6.302l-1.01 5.892zM2.65 3a.64.64 0 0 0-.64.743l2.72 16.513a.87.87 0 0 0 .851.727h13.05a.64.64 0 0 0 .64-.538l2.72-16.698a.64.64 0 0 0-.64-.744L2.648 3z"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
);
|
|
13
|
+
|
|
14
|
+
export default SvgIconsBitbucketFill;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsBitriseCertified = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} fill="none" viewBox="0 0 24 24">
|
|
6
|
+
<path
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
clipRule="evenodd"
|
|
9
|
+
d="M14.34 5.152 12 3 9.66 5.152 6.439 4.72l-.563 3.049L3 9.218 4.43 12 3 14.781l2.875 1.451.563 3.05 3.223-.434L12 21l2.34-2.152 3.222.433.563-3.049L21 14.782 19.57 12 21 9.219l-2.875-1.451-.563-3.05-3.223.434Z"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="M12.724 15.6c1.544 0 2.57-1.048 2.57-2.214 0-1.296-1.242-1.782-1.242-1.782s.864-.486.864-1.566c0-1.026-.972-1.998-2.376-1.998H9.3v7.56h3.424Zm-1.804-1.35v-1.944h1.728c.594 0 1.026.432 1.026.972s-.432.972-1.026.972H10.92Zm1.512-4.86c.54 0 .864.324.864.81 0 .486-.324.81-.864.81H10.92V9.39h1.512Z"
|
|
14
|
+
fill="#fff"
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
18
|
+
|
|
19
|
+
export default SvgIconsBitriseCertified;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsBook = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<defs>
|
|
7
|
+
<path
|
|
8
|
+
id="icons-book_svg__a"
|
|
9
|
+
d="M16 2H8c-1.1 0-2 .945-2 2.1v12.6c0 1.155.9 2.1 2 2.1h3v4.095l1.9-2.205L15 23v-4.2h1c1.1 0 2-.945 2-2.1V4.1c0-1.155-.9-2.1-2-2.1zm0 15h-6V4h6v13zM11 7h4v2h-4V7z"
|
|
10
|
+
/>
|
|
11
|
+
</defs>
|
|
12
|
+
<use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-book_svg__a" />
|
|
13
|
+
</svg>
|
|
14
|
+
);
|
|
15
|
+
|
|
16
|
+
export default SvgIconsBook;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsBranchBranch = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<defs>
|
|
7
|
+
<path
|
|
8
|
+
id="icons-branch-branch_svg__a"
|
|
9
|
+
d="M17 8c0-1.1-.9-2-2-2s-2 .9-2 2c0 .7.4 1.4 1 1.7v.4c0 1.5-.7 2.9-1.9 3.9L10 15.7v-10c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2s-2 .9-2 2c0 .7.4 1.4 1 1.7v12.6c-.6.3-1 1-1 1.7 0 1.1.9 2 2 2s2-.9 2-2c0-.7-.4-1.4-1-1.7l3.4-2.7c1.6-1.4 2.6-3.4 2.6-5.5v-.4c.6-.3 1-1 1-1.7z"
|
|
10
|
+
/>
|
|
11
|
+
</defs>
|
|
12
|
+
<use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-branch-branch_svg__a" />
|
|
13
|
+
</svg>
|
|
14
|
+
);
|
|
15
|
+
|
|
16
|
+
export default SvgIconsBranchBranch;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsBranchCommit = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<path
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="M16.9 13a5.002 5.002 0 0 1-9.8 0H2v-2h5.1a5.002 5.002 0 0 1 9.8 0H22v2h-5.1zM9 12a3 3 0 1 0 6 0 3 3 0 0 0-6 0z"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
);
|
|
13
|
+
|
|
14
|
+
export default SvgIconsBranchCommit;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsBranchPull = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<defs>
|
|
7
|
+
<path
|
|
8
|
+
id="icons-branch-pull_svg__a"
|
|
9
|
+
d="M7 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm7.415 1 2.244 2.242a8 8 0 0 1 2.345 5.66v1.27a3.001 3.001 0 1 1-2-.003v-.439a8 8 0 0 0-2.345-5.66L13 8.415V12h-2V5h7v2h-3.585zM8 16.17a3.001 3.001 0 1 1-2 0V7.83a3.001 3.001 0 1 1 2 0v8.34zM18 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM7 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"
|
|
10
|
+
/>
|
|
11
|
+
</defs>
|
|
12
|
+
<use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-branch-pull_svg__a" />
|
|
13
|
+
</svg>
|
|
14
|
+
);
|
|
15
|
+
|
|
16
|
+
export default SvgIconsBranchPull;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIconsBranchPush = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
|
+
<defs>
|
|
7
|
+
<path
|
|
8
|
+
id="icons-branch-push_svg__a"
|
|
9
|
+
d="M7.857 11.013h10.345l-3.256-3.256 1.414-1.414L22.017 12l-5.657 5.657-1.414-1.414 3.23-3.23H7.835a3.001 3.001 0 1 1 .02-2zm-2.84 1.97a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"
|
|
10
|
+
/>
|
|
11
|
+
</defs>
|
|
12
|
+
<use
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
fillRule="evenodd"
|
|
15
|
+
transform="rotate(-90 12.017 12)"
|
|
16
|
+
xlinkHref="#icons-branch-push_svg__a"
|
|
17
|
+
/>
|
|
18
|
+
</svg>
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
export default SvgIconsBranchPush;
|