@bitrise/bitkit 9.7.4 → 9.8.1-alpha-chakra.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.
Files changed (182) hide show
  1. package/package.json +4 -4
  2. package/src/Components/Box/Box.tsx +1 -0
  3. package/src/Components/Button/Button.tsx +1 -1
  4. package/src/Components/Card/Card.tsx +1 -0
  5. package/src/Components/Divider/Divider.tsx +1 -0
  6. package/src/Components/IconButton/IconButton.tsx +1 -1
  7. package/src/Components/Link/Link.theme.ts +3 -0
  8. package/src/Components/Link/Link.tsx +1 -1
  9. package/src/Components/Menu/Menu.theme.ts +12 -8
  10. package/src/Components/Menu/Menu.tsx +1 -0
  11. package/src/Components/Menu/MenuItem.tsx +20 -4
  12. package/src/Components/OverflowMenu/OverflowMenu.stories.tsx +26 -0
  13. package/src/Components/OverflowMenu/OverflowMenu.tsx +24 -0
  14. package/src/Components/OverflowMenu/OverflowMenuItem.tsx +12 -0
  15. package/src/Components/Text/Text.tsx +1 -0
  16. package/src/Foundations/Shadows/Shadows.ts +1 -0
  17. package/src/Old/Icon/svg/icons-more-horizontal.svg +3 -0
  18. package/src/Old/Icon/svg/icons-more-vertical.svg +3 -0
  19. package/src/Old/Icon/tsx/IconsAddOns.tsx +1 -1
  20. package/src/Old/Icon/tsx/IconsApp.tsx +1 -1
  21. package/src/Old/Icon/tsx/IconsArrowBack.tsx +1 -1
  22. package/src/Old/Icon/tsx/IconsArrowDown.tsx +1 -1
  23. package/src/Old/Icon/tsx/IconsArrowForward.tsx +1 -1
  24. package/src/Old/Icon/tsx/IconsArrowQuit.tsx +1 -1
  25. package/src/Old/Icon/tsx/IconsArrowUp.tsx +1 -1
  26. package/src/Old/Icon/tsx/IconsBackArrow.tsx +1 -1
  27. package/src/Old/Icon/tsx/IconsBell.tsx +1 -1
  28. package/src/Old/Icon/tsx/IconsBitbot.tsx +1 -1
  29. package/src/Old/Icon/tsx/IconsBitbotFailed.tsx +1 -1
  30. package/src/Old/Icon/tsx/IconsBitbucket.tsx +2 -2
  31. package/src/Old/Icon/tsx/IconsBitbucketFill.tsx +1 -1
  32. package/src/Old/Icon/tsx/IconsBitriseCertified.tsx +1 -1
  33. package/src/Old/Icon/tsx/IconsBook.tsx +1 -1
  34. package/src/Old/Icon/tsx/IconsBranchBranch.tsx +1 -1
  35. package/src/Old/Icon/tsx/IconsBranchCommit.tsx +1 -1
  36. package/src/Old/Icon/tsx/IconsBranchPull.tsx +1 -1
  37. package/src/Old/Icon/tsx/IconsBranchPush.tsx +1 -1
  38. package/src/Old/Icon/tsx/IconsBranchTag.tsx +1 -1
  39. package/src/Old/Icon/tsx/IconsBug.tsx +1 -1
  40. package/src/Old/Icon/tsx/IconsBuild.tsx +1 -1
  41. package/src/Old/Icon/tsx/IconsBuildstatusAborted.tsx +1 -1
  42. package/src/Old/Icon/tsx/IconsBuildstatusAbortedSolid.tsx +1 -1
  43. package/src/Old/Icon/tsx/IconsBuildstatusFailed.tsx +1 -1
  44. package/src/Old/Icon/tsx/IconsBuildstatusFailedSolid.tsx +1 -1
  45. package/src/Old/Icon/tsx/IconsBuildstatusLoadingAnimated.tsx +10 -10
  46. package/src/Old/Icon/tsx/IconsBuildstatusLoadingeeehh.tsx +1 -1
  47. package/src/Old/Icon/tsx/IconsBuildstatusLoadingeeehhWhite.tsx +1 -1
  48. package/src/Old/Icon/tsx/IconsBuildstatusNeverbuilt.tsx +1 -1
  49. package/src/Old/Icon/tsx/IconsBuildstatusSuccessful.tsx +1 -1
  50. package/src/Old/Icon/tsx/IconsBuildstatusSuccessfulSolid.tsx +1 -1
  51. package/src/Old/Icon/tsx/IconsCalendar.tsx +1 -1
  52. package/src/Old/Icon/tsx/IconsChain.tsx +1 -1
  53. package/src/Old/Icon/tsx/IconsChangePlan.tsx +1 -1
  54. package/src/Old/Icon/tsx/IconsChat.tsx +1 -1
  55. package/src/Old/Icon/tsx/IconsChatMessage.tsx +1 -1
  56. package/src/Old/Icon/tsx/IconsChevronDown.tsx +1 -1
  57. package/src/Old/Icon/tsx/IconsChevronLeft.tsx +1 -1
  58. package/src/Old/Icon/tsx/IconsChevronRight.tsx +1 -1
  59. package/src/Old/Icon/tsx/IconsChevronUp.tsx +1 -1
  60. package/src/Old/Icon/tsx/IconsClock.tsx +1 -1
  61. package/src/Old/Icon/tsx/IconsCloseSmall.tsx +1 -1
  62. package/src/Old/Icon/tsx/IconsCode.tsx +1 -1
  63. package/src/Old/Icon/tsx/IconsCoffee.tsx +1 -1
  64. package/src/Old/Icon/tsx/IconsCredit.tsx +2 -2
  65. package/src/Old/Icon/tsx/IconsCreditcard.tsx +1 -1
  66. package/src/Old/Icon/tsx/IconsCrown.tsx +1 -1
  67. package/src/Old/Icon/tsx/IconsDeleteNope.tsx +1 -1
  68. package/src/Old/Icon/tsx/IconsDeployment.tsx +1 -1
  69. package/src/Old/Icon/tsx/IconsDoc.tsx +1 -1
  70. package/src/Old/Icon/tsx/IconsDollars.tsx +1 -1
  71. package/src/Old/Icon/tsx/IconsDownload.tsx +1 -1
  72. package/src/Old/Icon/tsx/IconsDropdownArrows.tsx +1 -1
  73. package/src/Old/Icon/tsx/IconsDudes.tsx +1 -1
  74. package/src/Old/Icon/tsx/IconsDuplicate.tsx +1 -1
  75. package/src/Old/Icon/tsx/IconsEnterprise.tsx +1 -1
  76. package/src/Old/Icon/tsx/IconsErrorGeneral.tsx +1 -1
  77. package/src/Old/Icon/tsx/IconsFileDoc.tsx +1 -1
  78. package/src/Old/Icon/tsx/IconsFilePdf.tsx +1 -1
  79. package/src/Old/Icon/tsx/IconsFilePlist.tsx +1 -1
  80. package/src/Old/Icon/tsx/IconsFileZip.tsx +1 -1
  81. package/src/Old/Icon/tsx/IconsFilter.tsx +1 -1
  82. package/src/Old/Icon/tsx/IconsFlag.tsx +1 -1
  83. package/src/Old/Icon/tsx/IconsFolder.tsx +1 -1
  84. package/src/Old/Icon/tsx/IconsFullscreen.tsx +1 -1
  85. package/src/Old/Icon/tsx/IconsFullscreenExit.tsx +1 -1
  86. package/src/Old/Icon/tsx/IconsGauge.tsx +1 -1
  87. package/src/Old/Icon/tsx/IconsGithub.tsx +1 -1
  88. package/src/Old/Icon/tsx/IconsGitlab.tsx +3 -3
  89. package/src/Old/Icon/tsx/IconsGitlabFill.tsx +1 -1
  90. package/src/Old/Icon/tsx/IconsGlobe.tsx +1 -1
  91. package/src/Old/Icon/tsx/IconsGroup.tsx +1 -1
  92. package/src/Old/Icon/tsx/IconsHeart.tsx +1 -1
  93. package/src/Old/Icon/tsx/IconsHidePassword.tsx +1 -1
  94. package/src/Old/Icon/tsx/IconsImage.tsx +1 -1
  95. package/src/Old/Icon/tsx/IconsInfo.tsx +1 -1
  96. package/src/Old/Icon/tsx/IconsIntegrations.tsx +1 -1
  97. package/src/Old/Icon/tsx/IconsInteraction.tsx +1 -1
  98. package/src/Old/Icon/tsx/IconsInvoice.tsx +1 -1
  99. package/src/Old/Icon/tsx/IconsJapanese.tsx +1 -1
  100. package/src/Old/Icon/tsx/IconsKey.tsx +1 -1
  101. package/src/Old/Icon/tsx/IconsLaptop.tsx +1 -1
  102. package/src/Old/Icon/tsx/IconsLightbulb.tsx +1 -1
  103. package/src/Old/Icon/tsx/IconsLock.tsx +1 -1
  104. package/src/Old/Icon/tsx/IconsLogin.tsx +1 -1
  105. package/src/Old/Icon/tsx/IconsLogout.tsx +1 -1
  106. package/src/Old/Icon/tsx/IconsMagnifier.tsx +1 -1
  107. package/src/Old/Icon/tsx/IconsMail.tsx +1 -1
  108. package/src/Old/Icon/tsx/IconsMenuGrid.tsx +1 -1
  109. package/src/Old/Icon/tsx/IconsMenuHamburger.tsx +1 -1
  110. package/src/Old/Icon/tsx/IconsMessage.tsx +1 -1
  111. package/src/Old/Icon/tsx/IconsMinusClose.tsx +1 -1
  112. package/src/Old/Icon/tsx/IconsMinusRemove.tsx +1 -1
  113. package/src/Old/Icon/tsx/IconsMobile.tsx +1 -1
  114. package/src/Old/Icon/tsx/IconsMonitoring.tsx +1 -1
  115. package/src/Old/Icon/tsx/IconsMoreHorizontal.tsx +13 -0
  116. package/src/Old/Icon/tsx/IconsMoreVertical.tsx +17 -0
  117. package/src/Old/Icon/tsx/IconsNoTie.tsx +1 -1
  118. package/src/Old/Icon/tsx/IconsNumero.tsx +1 -1
  119. package/src/Old/Icon/tsx/IconsOpenInBrowser.tsx +1 -1
  120. package/src/Old/Icon/tsx/IconsOverview.tsx +1 -1
  121. package/src/Old/Icon/tsx/IconsOwner.tsx +1 -1
  122. package/src/Old/Icon/tsx/IconsPause.tsx +1 -1
  123. package/src/Old/Icon/tsx/IconsPencil.tsx +1 -1
  124. package/src/Old/Icon/tsx/IconsPercent.tsx +1 -1
  125. package/src/Old/Icon/tsx/IconsPerson.tsx +1 -1
  126. package/src/Old/Icon/tsx/IconsPlatformsAndroid.tsx +1 -1
  127. package/src/Old/Icon/tsx/IconsPlatformsApple.tsx +1 -1
  128. package/src/Old/Icon/tsx/IconsPlatformsCordova.tsx +1 -1
  129. package/src/Old/Icon/tsx/IconsPlatformsFastlane.tsx +1 -1
  130. package/src/Old/Icon/tsx/IconsPlatformsFlutter.tsx +1 -1
  131. package/src/Old/Icon/tsx/IconsPlatformsGo.tsx +1 -1
  132. package/src/Old/Icon/tsx/IconsPlatformsIonic.tsx +1 -1
  133. package/src/Old/Icon/tsx/IconsPlatformsMacos.tsx +1 -1
  134. package/src/Old/Icon/tsx/IconsPlatformsNodejs.tsx +1 -1
  135. package/src/Old/Icon/tsx/IconsPlatformsOther.tsx +2 -2
  136. package/src/Old/Icon/tsx/IconsPlatformsReact.tsx +1 -1
  137. package/src/Old/Icon/tsx/IconsPlatformsXamarin.tsx +1 -1
  138. package/src/Old/Icon/tsx/IconsPlay.tsx +1 -1
  139. package/src/Old/Icon/tsx/IconsPlusAdd.tsx +1 -1
  140. package/src/Old/Icon/tsx/IconsPlusOpen.tsx +1 -1
  141. package/src/Old/Icon/tsx/IconsPower.tsx +2 -2
  142. package/src/Old/Icon/tsx/IconsRequest.tsx +1 -1
  143. package/src/Old/Icon/tsx/IconsResponsiveness.tsx +1 -1
  144. package/src/Old/Icon/tsx/IconsSave.tsx +1 -1
  145. package/src/Old/Icon/tsx/IconsSecurityShield.tsx +1 -1
  146. package/src/Old/Icon/tsx/IconsSettings.tsx +1 -1
  147. package/src/Old/Icon/tsx/IconsShip.tsx +1 -1
  148. package/src/Old/Icon/tsx/IconsShowPassword.tsx +1 -1
  149. package/src/Old/Icon/tsx/IconsShuffle.tsx +1 -1
  150. package/src/Old/Icon/tsx/IconsStability.tsx +1 -1
  151. package/src/Old/Icon/tsx/IconsStack.tsx +1 -1
  152. package/src/Old/Icon/tsx/IconsStatus.tsx +1 -1
  153. package/src/Old/Icon/tsx/IconsStepThirdParty.tsx +1 -1
  154. package/src/Old/Icon/tsx/IconsStepUpgradeCircle.tsx +1 -1
  155. package/src/Old/Icon/tsx/IconsStepVersionOk.tsx +1 -1
  156. package/src/Old/Icon/tsx/IconsSteps.tsx +1 -1
  157. package/src/Old/Icon/tsx/IconsStopwatch.tsx +1 -1
  158. package/src/Old/Icon/tsx/IconsSupport.tsx +1 -1
  159. package/src/Old/Icon/tsx/IconsTestFailed.tsx +1 -1
  160. package/src/Old/Icon/tsx/IconsTestInconclusive.tsx +1 -1
  161. package/src/Old/Icon/tsx/IconsTestInfo.tsx +1 -1
  162. package/src/Old/Icon/tsx/IconsTestSkipped.tsx +1 -1
  163. package/src/Old/Icon/tsx/IconsTestSuccess.tsx +1 -1
  164. package/src/Old/Icon/tsx/IconsTestWarning.tsx +1 -1
  165. package/src/Old/Icon/tsx/IconsTick.tsx +1 -1
  166. package/src/Old/Icon/tsx/IconsTime.tsx +1 -1
  167. package/src/Old/Icon/tsx/IconsTrash.tsx +1 -1
  168. package/src/Old/Icon/tsx/IconsTrigger.tsx +1 -1
  169. package/src/Old/Icon/tsx/IconsTwitter.tsx +1 -1
  170. package/src/Old/Icon/tsx/IconsValidateShield.tsx +1 -1
  171. package/src/Old/Icon/tsx/IconsWarning.tsx +1 -1
  172. package/src/Old/Icon/tsx/IconsWebUi.tsx +1 -1
  173. package/src/Old/Icon/tsx/IconsWindow.tsx +1 -1
  174. package/src/Old/Icon/tsx/IconsWorkflow.tsx +1 -1
  175. package/src/Old/Icon/tsx/IconsWorkflowFlow.tsx +1 -1
  176. package/src/Old/Icon/tsx/IconsWow.tsx +1 -1
  177. package/src/Old/Icon/tsx/index.ts +9 -6
  178. package/src/index.ts +6 -0
  179. package/src/theme.ts +3 -0
  180. package/src/tsconfig.tsbuildinfo +1 -1
  181. package/src/Old/Icon/svg/icons-more.svg +0 -6
  182. package/src/Old/Icon/tsx/IconsMore.tsx +0 -16
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit",
3
3
  "description": "Bitrise React component library",
4
- "version": "9.7.4",
4
+ "version": "9.8.1-alpha-chakra.2",
5
5
  "repository": "git@github.com:bitrise-io/bitkit.git",
6
6
  "main": "src/index.ts",
7
7
  "license": "UNLICENSED",
8
8
  "scripts": {
9
9
  "build": "yarn build:lib && yarn build:site",
10
10
  "build:docs": "ts-node ./scripts/build-docs",
11
- "build:icons": "svgr src/Icon/svg && yarn lint:fix-icons",
11
+ "build:icons": "svgr src/Old/Icon/svg && yarn lint:fix-icons",
12
12
  "build:lib": "rm -rf ./lib && yarn build:lib:cjs && yarn build:lib:esn",
13
13
  "build:lib:esn": "tsc -p src -m esnext -t esnext --outDir lib/esn",
14
14
  "build:lib:cjs": "tsc -p src --outDir lib/cjs",
@@ -16,13 +16,13 @@
16
16
  "commitlint": "commitlint",
17
17
  "lint": "yarn lint:js",
18
18
  "lint:js": "eslint src/**/*.tsx",
19
- "lint:fix-icons": "eslint --fix src/Icon/tsx/**",
19
+ "lint:fix-icons": "eslint --fix src/Old/Icon/tsx/**",
20
20
  "semantic-release": "semantic-release",
21
21
  "serve": "superstatic ./dist --port 4001 -c superstatic.json",
22
22
  "start": "rm -rf ./dist && concurrently \"yarn start:docs\" \"yarn start:site\" \"yarn start:icons\"",
23
23
  "start:docs": "ts-node ./scripts/build-docs-watch",
24
24
  "start:site": "parcel serve site/index.html --port 4001 -d dist --no-cache",
25
- "start:icons": "chokidar src/Icon/svg/** -c \"yarn svgr {path} && yarn lint:fix-icons\"",
25
+ "start:icons": "chokidar src/Old/Icon/svg/** -c \"yarn svgr {path} && yarn lint:fix-icons\"",
26
26
  "test": "jest ./src",
27
27
  "storybook": "start-storybook -p 6006",
28
28
  "build-storybook": "build-storybook"
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import { Box as ChakraBox, BoxProps } from '@chakra-ui/react';
2
3
 
3
4
  /**
@@ -1,4 +1,4 @@
1
- import { forwardRef, HTMLAttributeAnchorTarget } from 'react';
1
+ import React, { forwardRef, HTMLAttributeAnchorTarget } from 'react';
2
2
  import { Button as ChakraButton, ButtonProps as ChackraButtonProps } from '@chakra-ui/react';
3
3
  import Icon from '../../Old/Icon/Icon';
4
4
  import { TypeIconName } from '../../Old/Icon/tsx';
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import { Radii } from '../../Foundations/Radii/Radii';
2
3
  import { Shadows } from '../../Foundations/Shadows/Shadows';
3
4
  import { Sizes } from '../../Foundations/Sizes/Sizes';
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import { Divider as ChakraDivider, DividerProps as ChakraDividerProps } from '@chakra-ui/react';
2
3
 
3
4
  export interface DividerProps extends ChakraDividerProps {
@@ -1,4 +1,4 @@
1
- import { forwardRef } from 'react';
1
+ import React, { forwardRef } from 'react';
2
2
  import { IconButton as ChakraIconButton, IconButtonProps } from '@chakra-ui/react';
3
3
  import Icon from '../../Old/Icon/Icon';
4
4
  import { TypeIconName } from '../../Old/Icon/tsx';
@@ -4,6 +4,9 @@ const LinkTheme = {
4
4
  baseStyle: {
5
5
  color: 'text.link',
6
6
  fontSize: 'inherit',
7
+ _focus: {
8
+ outline: 'none',
9
+ },
7
10
  _hover: {
8
11
  color: 'text.linkHover',
9
12
  },
@@ -1,4 +1,4 @@
1
- import { HTMLAttributeAnchorTarget } from 'react';
1
+ import React, { HTMLAttributeAnchorTarget } from 'react';
2
2
  import { Link as ChakraLink, LinkProps as ChakraLinkProps } from '@chakra-ui/react';
3
3
  import { TextSizes } from '../../Foundations/Typography/Typography';
4
4
 
@@ -4,18 +4,22 @@ const MenuTheme: SystemStyleObject = {
4
4
  baseStyle: {
5
5
  list: {
6
6
  backgroundColor: 'neutral.100',
7
- borderRadius: '8',
8
- filter: 'drop-shadow(0 0.125rem 0.3125rem rgba(199, 205, 207, 0.7))',
9
- paddingY: '16',
7
+ border: '1px solid',
8
+ borderColor: 'neutral.93',
9
+ borderRadius: '4',
10
+ boxShadow: 'large',
11
+ paddingY: '12',
10
12
  },
11
13
  item: {
12
- paddingY: '12',
13
- paddingX: '16',
14
+ color: 'purple.10',
15
+ padding: '12',
16
+ paddingRight: '16',
14
17
  _focus: {
15
- backgroundColor: 'neutral.95',
18
+ backgroundColor: 'neutral.93',
19
+ boxShadow: 'none',
16
20
  },
17
- _hover: {
18
- backgroundColor: 'neutral.95',
21
+ _active: {
22
+ backgroundColor: 'neutral.90',
19
23
  },
20
24
  },
21
25
  },
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import { Menu as ChakraMenu, MenuProps as ChakraMenuProps } from '@chakra-ui/react';
2
3
 
3
4
  export type MenuProps = ChakraMenuProps;
@@ -1,17 +1,33 @@
1
+ import React from 'react';
1
2
  import { MenuItem as ChakraMenuItem, MenuItemProps } from '@chakra-ui/react';
2
3
  import { Icon, TypeIconName } from '@bitrise/bitkit';
3
4
 
5
+ const dangerStyle = {
6
+ color: 'red.50',
7
+ _focus: {
8
+ background: 'red.93',
9
+ boxShadow: 'none',
10
+ },
11
+ _active: {
12
+ background: 'red.90',
13
+ },
14
+ };
15
+
4
16
  export type Props = {
5
17
  children: string;
6
18
  iconName: TypeIconName;
19
+ isDanger?: boolean;
7
20
  onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
8
21
  };
9
22
 
10
23
  const MenuItem = (props: Props) => {
11
- const { iconName, ...rest } = props;
12
- const properties: MenuItemProps = { ...rest };
13
- properties.icon = <Icon name={iconName} />;
14
- properties.iconSpacing = '16';
24
+ const { iconName, isDanger, ...rest } = props;
25
+ const properties: MenuItemProps = {
26
+ ...rest,
27
+ icon: <Icon name={iconName} />,
28
+ iconSpacing: '12',
29
+ sx: isDanger ? dangerStyle : undefined,
30
+ };
15
31
  return <ChakraMenuItem {...properties} />;
16
32
  };
17
33
 
@@ -0,0 +1,26 @@
1
+ import { Flex } from '@chakra-ui/react';
2
+ import { ComponentStory, ComponentMeta } from '@storybook/react';
3
+ import OverflowMenu from './OverflowMenu';
4
+ import OverflowMenuItem from './OverflowMenuItem';
5
+
6
+ export default {
7
+ title: 'Components/OverflowMenu',
8
+ component: OverflowMenu,
9
+ } as ComponentMeta<typeof OverflowMenu>;
10
+
11
+ export const WithProps: ComponentStory<typeof OverflowMenu> = (props) => (
12
+ <Flex direction="row-reverse" minHeight="400px">
13
+ <OverflowMenu {...props}>
14
+ <OverflowMenuItem iconName="PlusAdd">Add member</OverflowMenuItem>
15
+ <OverflowMenuItem iconName="MinusRemove">Remove member</OverflowMenuItem>
16
+ <OverflowMenuItem iconName="Filter">Assign access to apps</OverflowMenuItem>
17
+ <OverflowMenuItem iconName="Pencil">Rename group</OverflowMenuItem>
18
+ <OverflowMenuItem iconName="Trash" isDanger>
19
+ Delete group
20
+ </OverflowMenuItem>
21
+ </OverflowMenu>
22
+ </Flex>
23
+ );
24
+ WithProps.args = {
25
+ ...OverflowMenu.defaultProps,
26
+ };
@@ -0,0 +1,24 @@
1
+ import React from 'react';
2
+ import { MenuButton, MenuList, MenuListProps } from '@chakra-ui/react';
3
+ import IconButton from '../IconButton/IconButton';
4
+ import Menu from '../Menu/Menu';
5
+
6
+ export interface Props {
7
+ children: MenuListProps['children'];
8
+ triggerLabel?: string;
9
+ }
10
+
11
+ const OverflowMenu = ({ children, triggerLabel }: Props) => {
12
+ return (
13
+ <Menu isLazy>
14
+ <MenuButton aria-label={triggerLabel} as={IconButton} iconName="MoreVertical" size="small" variant="tertiary" />
15
+ <MenuList>{children}</MenuList>
16
+ </Menu>
17
+ );
18
+ };
19
+
20
+ OverflowMenu.defaultProps = {
21
+ triggerLabel: 'Open menu',
22
+ };
23
+
24
+ export default OverflowMenu;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import MenuItem, { Props as MenuItemProps } from '../Menu/MenuItem';
3
+
4
+ export interface Props extends MenuItemProps {
5
+ children: MenuItemProps['children'];
6
+ }
7
+
8
+ const OverflowMenuItem = (props: Props) => {
9
+ return <MenuItem {...props} />;
10
+ };
11
+
12
+ export default OverflowMenuItem;
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import { Text as ChakraText, TextProps as ChakraTextProps } from '@chakra-ui/react';
2
3
  import { TextSizes } from '../../Foundations/Typography/Typography';
3
4
 
@@ -3,6 +3,7 @@ const shadows = {
3
3
  medium: '0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.06)',
4
4
  large: '0 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.08)',
5
5
  inner: '0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1) inset',
6
+ outline: '0 0 0 3px #C289E6',
6
7
  none: 'none',
7
8
  };
8
9
 
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M4 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm8 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm8 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">
2
+ <path style="transform: rotate(90deg); transform-origin: center;" fill-rule="evenodd" d="M4 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm8 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm8 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/>
3
+ </svg>
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsAddOns = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- 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"
8
7
  fill="currentColor"
9
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
10
  />
11
11
  </svg>
12
12
  );
@@ -5,8 +5,8 @@ const SvgIconsApp = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- 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"
9
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
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-app_svg__a" />
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsArrowBack = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- 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"
8
7
  fill="currentColor"
9
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
10
  />
11
11
  </svg>
12
12
  );
@@ -5,8 +5,8 @@ const SvgIconsArrowDown = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- 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"
9
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
10
  />
11
11
  </defs>
12
12
  <use
@@ -5,8 +5,8 @@ const SvgIconsArrowForward = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- 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"
9
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
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-arrow-forward_svg__a" />
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsArrowQuit = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- 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"
8
7
  fill="currentColor"
9
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
10
  />
11
11
  </svg>
12
12
  );
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsArrowUp = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- 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"
8
7
  fill="currentColor"
9
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
10
  />
11
11
  </svg>
12
12
  );
@@ -4,7 +4,7 @@ import * as React from 'react';
4
4
  const SvgIconsBackArrow = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
- <path 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" id="icons-back-arrow_svg__a" />
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
8
  </defs>
9
9
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-back-arrow_svg__a" />
10
10
  </svg>
@@ -5,8 +5,8 @@ const SvgIconsBell = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- 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"
9
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
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-bell_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsBitbot = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- 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"
9
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
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-bitbot_svg__a" />
@@ -6,10 +6,10 @@ const SvgIconsBitbotFailed = (props: React.SVGProps<SVGSVGElement>) => (
6
6
  <g fill="currentColor" fillRule="evenodd">
7
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
8
  <path
9
- 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"
10
9
  stroke="currentColor"
11
10
  strokeLinecap="square"
12
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
13
  />
14
14
  </g>
15
15
  </svg>
@@ -9,14 +9,14 @@ const SvgIconsBitbucket = (props: React.SVGProps<SVGSVGElement>) => (
9
9
  <stop offset="100%" stopColor="#184AB8" />
10
10
  </linearGradient>
11
11
  <path
12
- 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"
13
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
14
  />
15
15
  </defs>
16
16
  <g fill="none" fillRule="evenodd">
17
17
  <path
18
- 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"
19
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
20
  />
21
21
  <use fill="url(#icons-bitbucket_svg__a)" xlinkHref="#icons-bitbucket_svg__b" />
22
22
  </g>
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsBitbucketFill = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- 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"
8
7
  fill="currentColor"
9
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
10
  />
11
11
  </svg>
12
12
  );
@@ -4,10 +4,10 @@ import * as React from 'react';
4
4
  const SvgIconsBitriseCertified = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} fill="none" viewBox="0 0 24 24">
6
6
  <path
7
+ fillRule="evenodd"
7
8
  clipRule="evenodd"
8
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"
9
10
  fill="currentColor"
10
- fillRule="evenodd"
11
11
  />
12
12
  <path
13
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"
@@ -5,8 +5,8 @@ const SvgIconsBook = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- 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"
9
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
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-book_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsBranchBranch = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- 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"
9
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
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-branch-branch_svg__a" />
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsBranchCommit = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- 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"
8
7
  fill="currentColor"
9
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
10
  />
11
11
  </svg>
12
12
  );
@@ -5,8 +5,8 @@ const SvgIconsBranchPull = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- 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"
9
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
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-branch-pull_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsBranchPush = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- 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"
9
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
10
  />
11
11
  </defs>
12
12
  <use
@@ -5,8 +5,8 @@ const SvgIconsBranchTag = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M14.828 2H20a2 2 0 0 1 2 2v5.172a2 2 0 0 1-.586 1.414l-10 10a2 2 0 0 1-2.828 0l-5.172-5.172a2 2 0 0 1 0-2.828l10-10A2 2 0 0 1 14.828 2zm0 2-10 10L10 19.172l10-10V4h-5.172zM16 10a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"
9
8
  id="icons-branch-tag_svg__a"
9
+ d="M14.828 2H20a2 2 0 0 1 2 2v5.172a2 2 0 0 1-.586 1.414l-10 10a2 2 0 0 1-2.828 0l-5.172-5.172a2 2 0 0 1 0-2.828l10-10A2 2 0 0 1 14.828 2zm0 2-10 10L10 19.172l10-10V4h-5.172zM16 10a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-branch-tag_svg__a" />
@@ -5,8 +5,8 @@ const SvgIconsBug = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="m16.455 17.365-3.06 3.061a1.967 1.967 0 0 1-2.779-.001l-3.06-3.062L6 18.918V21H4v-2.08c0-.53.211-1.04.586-1.415l1.921-1.92a1.955 1.955 0 0 1-.002-.084V15h-2.5v-2h2.5v-.466L4.59 10.62a2 2 0 0 1-.586-1.414V7h2v2.205l.728.728a5.504 5.504 0 0 1 1.638-2.56l-.78-.78a2 2 0 0 1-.586-1.414V3h2v2.179l1.143 1.143A5.488 5.488 0 0 1 12.005 6a5.49 5.49 0 0 1 1.857.321l1.143-1.141V3h2v2.18a2 2 0 0 1-.586 1.415l-.779.777a5.503 5.503 0 0 1 1.638 2.56l.727-.727V7h2v2.205a2 2 0 0 1-.586 1.414l-1.914 1.913V13h2.5v2h-2.5v.5c0 .028 0 .057-.002.085l1.92 1.919c.374.375.585.884.585 1.415v2.08h-2v-2.08l-1.553-1.554zm-.95-4.865h-2.5v5.487l2.5-2.501V12.5zm-4.5 0h-2.5v2.985l2.5 2.5V12.5zm1-4.5a3.503 3.503 0 0 0-3.355 2.5h6.71A3.502 3.502 0 0 0 12.005 8z"
9
8
  id="icons-bug_svg__a"
9
+ d="m16.455 17.365-3.06 3.061a1.967 1.967 0 0 1-2.779-.001l-3.06-3.062L6 18.918V21H4v-2.08c0-.53.211-1.04.586-1.415l1.921-1.92a1.955 1.955 0 0 1-.002-.084V15h-2.5v-2h2.5v-.466L4.59 10.62a2 2 0 0 1-.586-1.414V7h2v2.205l.728.728a5.504 5.504 0 0 1 1.638-2.56l-.78-.78a2 2 0 0 1-.586-1.414V3h2v2.179l1.143 1.143A5.488 5.488 0 0 1 12.005 6a5.49 5.49 0 0 1 1.857.321l1.143-1.141V3h2v2.18a2 2 0 0 1-.586 1.415l-.779.777a5.503 5.503 0 0 1 1.638 2.56l.727-.727V7h2v2.205a2 2 0 0 1-.586 1.414l-1.914 1.913V13h2.5v2h-2.5v.5c0 .028 0 .057-.002.085l1.92 1.919c.374.375.585.884.585 1.415v2.08h-2v-2.08l-1.553-1.554zm-.95-4.865h-2.5v5.487l2.5-2.501V12.5zm-4.5 0h-2.5v2.985l2.5 2.5V12.5zm1-4.5a3.503 3.503 0 0 0-3.355 2.5h6.71A3.502 3.502 0 0 0 12.005 8z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-bug_svg__a" />
@@ -4,9 +4,9 @@ import * as React from 'react';
4
4
  const SvgIconsBuild = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <path
7
- d="M6 12H4v6.586l3.115-3.115A5.961 5.961 0 0 1 6 12zm4.586 0H8c0 .739.216 1.425.566 2.02l2.02-2.02zM16 12h-2.586l2.02 2.02c.35-.595.566-1.281.566-2.02zm4 0h-2c0 1.294-.416 2.49-1.115 3.471L20 18.586V12zM9.98 15.434c.595.35 1.281.566 2.02.566.739 0 1.425-.216 2.02-.566L12 13.414l-2.02 2.02zM5.414 20h13.172l-3.115-3.115a5.961 5.961 0 0 1-6.942 0L5.414 20zM2 12v-2h20v10c0 1.103-.897 2-2 2H4c-1.103 0-2-.897-2-2v-8zm0-4V6h20v2H2zm18-6a2 2 0 0 1 2 2H2a2 2 0 0 1 2-2h16z"
8
7
  fill="currentColor"
9
8
  fillRule="evenodd"
9
+ d="M6 12H4v6.586l3.115-3.115A5.961 5.961 0 0 1 6 12zm4.586 0H8c0 .739.216 1.425.566 2.02l2.02-2.02zM16 12h-2.586l2.02 2.02c.35-.595.566-1.281.566-2.02zm4 0h-2c0 1.294-.416 2.49-1.115 3.471L20 18.586V12zM9.98 15.434c.595.35 1.281.566 2.02.566.739 0 1.425-.216 2.02-.566L12 13.414l-2.02 2.02zM5.414 20h13.172l-3.115-3.115a5.961 5.961 0 0 1-6.942 0L5.414 20zM2 12v-2h20v10c0 1.103-.897 2-2 2H4c-1.103 0-2-.897-2-2v-8zm0-4V6h20v2H2zm18-6a2 2 0 0 1 2 2H2a2 2 0 0 1 2-2h16z"
10
10
  />
11
11
  </svg>
12
12
  );
@@ -5,8 +5,8 @@ const SvgIconsBuildstatusAborted = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm0 2C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12zm-4.243-9.172 1.415 1.415 7.07-7.071-1.414-1.415-7.07 7.071z"
9
8
  id="icons-buildstatus-aborted_svg__a"
9
+ d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm0 2C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12zm-4.243-9.172 1.415 1.415 7.07-7.071-1.414-1.415-7.07 7.071z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-buildstatus-aborted_svg__a" />
@@ -4,10 +4,10 @@ import * as React from 'react';
4
4
  const SvgIconsBuildstatusAbortedSolid = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} fill="none" viewBox="0 0 24 24">
6
6
  <path
7
+ fillRule="evenodd"
7
8
  clipRule="evenodd"
8
9
  d="M12 24C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12Zm2.828-16.243-7.07 7.071 1.414 1.415 7.07-7.071-1.414-1.415Z"
9
10
  fill="currentColor"
10
- fillRule="evenodd"
11
11
  />
12
12
  </svg>
13
13
  );
@@ -5,8 +5,8 @@ const SvgIconsBuildstatusFailed = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
- d="M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10zm0 2C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12zm0-13.4 2.8-2.8 1.4 1.4-2.8 2.8 2.8 2.8-1.4 1.4-2.8-2.8-2.8 2.8-1.4-1.4 2.8-2.8-2.8-2.8 1.4-1.4 2.8 2.8z"
9
8
  id="icons-buildstatus-failed_svg__a"
9
+ d="M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10zm0 2C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12zm0-13.4 2.8-2.8 1.4 1.4-2.8 2.8 2.8 2.8-1.4 1.4-2.8-2.8-2.8 2.8-1.4-1.4 2.8-2.8-2.8-2.8 1.4-1.4 2.8 2.8z"
10
10
  />
11
11
  </defs>
12
12
  <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-buildstatus-failed_svg__a" />
@@ -4,10 +4,10 @@ import * as React from 'react';
4
4
  const SvgIconsBuildstatusFailedSolid = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg {...props} fill="none" viewBox="0 0 24 24">
6
6
  <path
7
+ fillRule="evenodd"
7
8
  clipRule="evenodd"
8
9
  d="M12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12Zm0-13.4 2.8-2.8 1.4 1.4-2.8 2.8 2.8 2.8-1.4 1.4-2.8-2.8-2.8 2.8-1.4-1.4 2.8-2.8-2.8-2.8 1.4-1.4 2.8 2.8Z"
9
10
  fill="currentColor"
10
- fillRule="evenodd"
11
11
  />
12
12
  </svg>
13
13
  );