@bitrise/bitkit 9.5.0-alpha-15.2 → 9.5.0-alpha-15-2.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/.eslintrc.js +2 -1
- package/.storybook/main.js +35 -0
- package/.storybook/manager.js +6 -0
- package/.storybook/preview.tsx +20 -0
- package/.storybook/theme.js +7 -0
- package/CHANGELOG.md +14 -44
- package/package.json +37 -19
- package/release.config.js +1 -1
- package/site/components/CodeBlock/CodeBlock.css +2 -2
- package/site/components/Documentation/Documentation.tsx +56 -53
- package/site/components/Root/Root.tsx +1 -1
- package/site/index.html +1 -1
- package/src/Components/Provider/Provider.tsx +9 -0
- package/src/Components/Text/Text.stories.tsx +20 -0
- package/src/Components/Text/Text.theme.ts +38 -0
- package/src/Components/Text/Text.tsx +72 -0
- package/src/Foundations/Colors/Colors.examples.tsx +13 -0
- package/src/Foundations/Colors/Colors.stories.mdx +8 -0
- package/src/Foundations/Colors/Colors.ts +128 -0
- package/src/Foundations/Radii/Radii.examples.tsx +17 -0
- package/src/Foundations/Radii/Radii.stories.mdx +8 -0
- package/src/Foundations/Radii/Radii.theme.ts +9 -0
- package/src/Foundations/Shadows/Shadows.examples.tsx +17 -0
- package/src/Foundations/Shadows/Shadows.stories.mdx +8 -0
- package/src/Foundations/Shadows/Shadows.ts +9 -0
- package/src/Foundations/Sizes/Sizes.examples.tsx +17 -0
- package/src/Foundations/Sizes/Sizes.stories.mdx +8 -0
- package/src/Foundations/Sizes/Sizes.ts +14 -0
- package/src/Foundations/Typography/Typography.examples.tsx +50 -0
- package/src/Foundations/Typography/Typography.stories.mdx +14 -0
- package/src/Foundations/Typography/Typography.ts +32 -0
- package/src/Icon/tsx/IconsAddOns.tsx +5 -4
- package/src/Icon/tsx/IconsAddOnsColorTuorqouise.tsx +8 -8
- package/src/Icon/tsx/IconsAddOnsColorViolet.tsx +7 -5
- package/src/Icon/tsx/IconsAddOnsWhite.tsx +7 -5
- package/src/Icon/tsx/IconsApp.tsx +4 -3
- package/src/Icon/tsx/IconsArrowBack.tsx +5 -4
- package/src/Icon/tsx/IconsArrowDown.tsx +9 -7
- package/src/Icon/tsx/IconsArrowForward.tsx +5 -7
- package/src/Icon/tsx/IconsArrowQuit.tsx +5 -4
- package/src/Icon/tsx/IconsArrowUp.tsx +5 -4
- package/src/Icon/tsx/IconsBackArrow.tsx +3 -8
- package/src/Icon/tsx/IconsBell.tsx +5 -7
- package/src/Icon/tsx/IconsBitbot.tsx +5 -7
- package/src/Icon/tsx/IconsBitbotFailed.tsx +6 -5
- package/src/Icon/tsx/IconsBitbucket.tsx +10 -14
- package/src/Icon/tsx/IconsBitbucketFill.tsx +5 -4
- package/src/Icon/tsx/IconsBitriseCertified.tsx +9 -7
- package/src/Icon/tsx/IconsBook.tsx +5 -7
- package/src/Icon/tsx/IconsBranchBranch.tsx +5 -7
- package/src/Icon/tsx/IconsBranchCommit.tsx +5 -4
- package/src/Icon/tsx/IconsBranchPull.tsx +5 -7
- package/src/Icon/tsx/IconsBranchPush.tsx +9 -7
- package/src/Icon/tsx/IconsBranchTag.tsx +5 -7
- package/src/Icon/tsx/IconsBug.tsx +4 -3
- package/src/Icon/tsx/IconsBuild.tsx +5 -4
- package/src/Icon/tsx/IconsBuildstatusAborted.tsx +5 -7
- package/src/Icon/tsx/IconsBuildstatusAbortedSolid.tsx +7 -8
- package/src/Icon/tsx/IconsBuildstatusFailed.tsx +5 -7
- package/src/Icon/tsx/IconsBuildstatusFailedSolid.tsx +7 -8
- package/src/Icon/tsx/IconsBuildstatusLoading.tsx +1 -1
- package/src/Icon/tsx/IconsBuildstatusLoadingAnimated.tsx +20 -42
- package/src/Icon/tsx/IconsBuildstatusLoadingeeehh.tsx +3 -7
- package/src/Icon/tsx/IconsBuildstatusLoadingeeehhWhite.tsx +3 -7
- package/src/Icon/tsx/IconsBuildstatusNeverbuilt.tsx +6 -7
- package/src/Icon/tsx/IconsBuildstatusSuccessful.tsx +6 -10
- package/src/Icon/tsx/IconsBuildstatusSuccessfulSolid.tsx +7 -8
- package/src/Icon/tsx/IconsCalendar.tsx +5 -7
- package/src/Icon/tsx/IconsChain.tsx +5 -7
- package/src/Icon/tsx/IconsChangePlan.tsx +5 -4
- package/src/Icon/tsx/IconsChat.tsx +5 -4
- package/src/Icon/tsx/IconsChatMessage.tsx +5 -7
- package/src/Icon/tsx/IconsChevronDown.tsx +3 -8
- package/src/Icon/tsx/IconsChevronLeft.tsx +5 -7
- package/src/Icon/tsx/IconsChevronRight.tsx +5 -7
- package/src/Icon/tsx/IconsChevronUp.tsx +6 -5
- package/src/Icon/tsx/IconsClock.tsx +5 -7
- package/src/Icon/tsx/IconsCloseSmall.tsx +5 -7
- package/src/Icon/tsx/IconsCode.tsx +5 -7
- package/src/Icon/tsx/IconsCoffee.tsx +5 -7
- package/src/Icon/tsx/IconsConsole.tsx +4 -3
- package/src/Icon/tsx/IconsCredit.tsx +11 -9
- package/src/Icon/tsx/IconsCreditcard.tsx +7 -8
- package/src/Icon/tsx/IconsCrown.tsx +9 -7
- package/src/Icon/tsx/IconsDeleteNope.tsx +6 -5
- package/src/Icon/tsx/IconsDeployment.tsx +5 -4
- package/src/Icon/tsx/IconsDoc.tsx +4 -3
- package/src/Icon/tsx/IconsDollars.tsx +5 -7
- package/src/Icon/tsx/IconsDownload.tsx +5 -7
- package/src/Icon/tsx/IconsDropdownArrows.tsx +5 -7
- package/src/Icon/tsx/IconsDudes.tsx +5 -4
- package/src/Icon/tsx/IconsDuplicate.tsx +5 -4
- package/src/Icon/tsx/IconsEnterprise.tsx +9 -7
- package/src/Icon/tsx/IconsErrorGeneral.tsx +7 -8
- package/src/Icon/tsx/IconsFileDoc.tsx +5 -7
- package/src/Icon/tsx/IconsFilePdf.tsx +5 -7
- package/src/Icon/tsx/IconsFilePlist.tsx +5 -7
- package/src/Icon/tsx/IconsFileZip.tsx +5 -7
- package/src/Icon/tsx/IconsFilter.tsx +5 -7
- package/src/Icon/tsx/IconsFlag.tsx +3 -8
- package/src/Icon/tsx/IconsFolder.tsx +5 -7
- package/src/Icon/tsx/IconsFullscreen.tsx +5 -4
- package/src/Icon/tsx/IconsFullscreenExit.tsx +5 -4
- package/src/Icon/tsx/IconsGauge.tsx +7 -8
- package/src/Icon/tsx/IconsGithub.tsx +5 -4
- package/src/Icon/tsx/IconsGitlab.tsx +6 -5
- package/src/Icon/tsx/IconsGitlabFill.tsx +5 -4
- package/src/Icon/tsx/IconsGlobe.tsx +5 -7
- package/src/Icon/tsx/IconsGroup.tsx +5 -4
- package/src/Icon/tsx/IconsHeart.tsx +5 -4
- package/src/Icon/tsx/IconsHidePassword.tsx +9 -7
- package/src/Icon/tsx/IconsHistory.tsx +5 -6
- package/src/Icon/tsx/IconsImage.tsx +5 -4
- package/src/Icon/tsx/IconsInfo.tsx +5 -4
- package/src/Icon/tsx/IconsIntegrations.tsx +5 -4
- package/src/Icon/tsx/IconsInteraction.tsx +5 -4
- package/src/Icon/tsx/IconsInvoice.tsx +5 -7
- package/src/Icon/tsx/IconsJapanese.tsx +6 -5
- package/src/Icon/tsx/IconsKey.tsx +5 -4
- package/src/Icon/tsx/IconsLaptop.tsx +3 -8
- package/src/Icon/tsx/IconsLaptops.tsx +4 -3
- package/src/Icon/tsx/IconsLightbulb.tsx +5 -7
- package/src/Icon/tsx/IconsLock.tsx +5 -7
- package/src/Icon/tsx/IconsLogin.tsx +5 -7
- package/src/Icon/tsx/IconsLogout.tsx +5 -7
- package/src/Icon/tsx/IconsMagnifier.tsx +5 -7
- package/src/Icon/tsx/IconsMail.tsx +5 -7
- package/src/Icon/tsx/IconsMenuGrid.tsx +5 -7
- package/src/Icon/tsx/IconsMenuHamburger.tsx +3 -8
- package/src/Icon/tsx/IconsMessage.tsx +5 -7
- package/src/Icon/tsx/IconsMinusClose.tsx +1 -1
- package/src/Icon/tsx/IconsMinusRemove.tsx +5 -7
- package/src/Icon/tsx/IconsMobile.tsx +5 -7
- package/src/Icon/tsx/IconsMonitoring.tsx +5 -4
- package/src/Icon/tsx/IconsMore.tsx +5 -7
- package/src/Icon/tsx/IconsNoTie.tsx +5 -4
- package/src/Icon/tsx/IconsNumero.tsx +5 -7
- package/src/Icon/tsx/IconsOpenInBrowser.tsx +5 -7
- package/src/Icon/tsx/IconsOverview.tsx +5 -4
- package/src/Icon/tsx/IconsOwner.tsx +9 -7
- package/src/Icon/tsx/IconsPause.tsx +5 -4
- package/src/Icon/tsx/IconsPencil.tsx +7 -8
- package/src/Icon/tsx/IconsPercent.tsx +5 -4
- package/src/Icon/tsx/IconsPerson.tsx +5 -4
- package/src/Icon/tsx/IconsPlatformsAndroid.tsx +5 -7
- package/src/Icon/tsx/IconsPlatformsApple.tsx +5 -7
- package/src/Icon/tsx/IconsPlatformsCordova.tsx +5 -4
- package/src/Icon/tsx/IconsPlatformsFastlane.tsx +5 -4
- package/src/Icon/tsx/IconsPlatformsFlutter.tsx +5 -4
- package/src/Icon/tsx/IconsPlatformsGo.tsx +4 -3
- package/src/Icon/tsx/IconsPlatformsIonic.tsx +5 -4
- package/src/Icon/tsx/IconsPlatformsMacos.tsx +5 -4
- package/src/Icon/tsx/IconsPlatformsNodejs.tsx +4 -3
- package/src/Icon/tsx/IconsPlatformsOther.tsx +11 -9
- package/src/Icon/tsx/IconsPlatformsReact.tsx +5 -4
- package/src/Icon/tsx/IconsPlatformsXamarin.tsx +5 -4
- package/src/Icon/tsx/IconsPlay.tsx +5 -7
- package/src/Icon/tsx/IconsPlusAdd.tsx +5 -7
- package/src/Icon/tsx/IconsPlusOpen.tsx +2 -5
- package/src/Icon/tsx/IconsPower.tsx +2 -4
- package/src/Icon/tsx/IconsRefresh.tsx +4 -3
- package/src/Icon/tsx/IconsRequest.tsx +5 -4
- package/src/Icon/tsx/IconsResponsiveness.tsx +5 -4
- package/src/Icon/tsx/IconsSave.tsx +5 -4
- package/src/Icon/tsx/IconsSecurityShield.tsx +5 -7
- package/src/Icon/tsx/IconsSettings.tsx +5 -7
- package/src/Icon/tsx/IconsShip.tsx +5 -4
- package/src/Icon/tsx/IconsShowPassword.tsx +5 -7
- package/src/Icon/tsx/IconsShuffle.tsx +5 -7
- package/src/Icon/tsx/IconsStability.tsx +4 -3
- package/src/Icon/tsx/IconsStack.tsx +5 -7
- package/src/Icon/tsx/IconsStatus.tsx +5 -7
- package/src/Icon/tsx/IconsStepThirdParty.tsx +7 -8
- package/src/Icon/tsx/IconsStepUpgrade.tsx +2 -5
- package/src/Icon/tsx/IconsStepUpgradeCircle.tsx +2 -2
- package/src/Icon/tsx/IconsStepVersionOk.tsx +3 -5
- package/src/Icon/tsx/IconsSteps.tsx +5 -4
- package/src/Icon/tsx/IconsStepsColorTuorqouise.tsx +3 -7
- package/src/Icon/tsx/IconsStepsColorViolet.tsx +3 -7
- package/src/Icon/tsx/IconsStepsWhite.tsx +3 -7
- package/src/Icon/tsx/IconsStopwatch.tsx +5 -7
- package/src/Icon/tsx/IconsSupport.tsx +5 -7
- package/src/Icon/tsx/IconsSwitch.tsx +1 -1
- package/src/Icon/tsx/IconsTestFailed.tsx +5 -4
- package/src/Icon/tsx/IconsTestInconclusive.tsx +5 -4
- package/src/Icon/tsx/IconsTestInfo.tsx +5 -4
- package/src/Icon/tsx/IconsTestSkipped.tsx +5 -4
- package/src/Icon/tsx/IconsTestSuccess.tsx +5 -4
- package/src/Icon/tsx/IconsTestWarning.tsx +5 -4
- package/src/Icon/tsx/IconsTick.tsx +3 -8
- package/src/Icon/tsx/IconsTime.tsx +5 -7
- package/src/Icon/tsx/IconsTrace.tsx +5 -4
- package/src/Icon/tsx/IconsTrash.tsx +5 -7
- package/src/Icon/tsx/IconsTrigger.tsx +5 -7
- package/src/Icon/tsx/IconsTwitter.tsx +5 -7
- package/src/Icon/tsx/IconsValidateShield.tsx +5 -7
- package/src/Icon/tsx/IconsWarning.tsx +5 -7
- package/src/Icon/tsx/IconsWebUi.tsx +7 -8
- package/src/Icon/tsx/IconsWindow.tsx +5 -7
- package/src/Icon/tsx/IconsWorkflow.tsx +5 -7
- package/src/Icon/tsx/IconsWorkflowFlow.tsx +5 -7
- package/src/Icon/tsx/IconsWow.tsx +4 -3
- package/src/Icon/tsx/index.ts +1 -0
- package/src/index.ts +1 -2
- package/src/theme.ts +39 -0
- package/tsconfig.json +5 -2
- package/src/root.css +0 -59
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
const colors = {
|
|
2
|
+
neutral: {
|
|
3
|
+
10: '#201B22',
|
|
4
|
+
20: '#362D39',
|
|
5
|
+
30: '#49404F',
|
|
6
|
+
40: '#6B6071',
|
|
7
|
+
50: '#7D7184',
|
|
8
|
+
60: '#94879B',
|
|
9
|
+
70: '#AFA4B4',
|
|
10
|
+
80: '#C9C1CD',
|
|
11
|
+
90: '#DFDAE1',
|
|
12
|
+
93: '#EFEBEF',
|
|
13
|
+
95: '#F6F4F6',
|
|
14
|
+
100: '#FFFFFF',
|
|
15
|
+
},
|
|
16
|
+
purple: {
|
|
17
|
+
10: '#2B0E3F',
|
|
18
|
+
20: '#421560',
|
|
19
|
+
30: '#5C2A7E',
|
|
20
|
+
40: '#7B3BA5',
|
|
21
|
+
50: '#9247C2',
|
|
22
|
+
60: '#AE63DE',
|
|
23
|
+
70: '#C289E6',
|
|
24
|
+
80: '#D5ADEB',
|
|
25
|
+
90: '#EAD4F2',
|
|
26
|
+
93: '#F3E7F9',
|
|
27
|
+
95: '#F9F2FD',
|
|
28
|
+
100: '#FFFFFF',
|
|
29
|
+
},
|
|
30
|
+
red: {
|
|
31
|
+
10: '#47060C',
|
|
32
|
+
20: '#630811',
|
|
33
|
+
30: '#78111C',
|
|
34
|
+
40: '#A91E2E',
|
|
35
|
+
50: '#D72D40',
|
|
36
|
+
60: '#F7596C',
|
|
37
|
+
70: '#FF8091',
|
|
38
|
+
80: '#FFA8B5',
|
|
39
|
+
90: '#FFCCD5',
|
|
40
|
+
93: '#FFE5EB',
|
|
41
|
+
95: '#FFF0F3',
|
|
42
|
+
100: '#FFFFFF',
|
|
43
|
+
},
|
|
44
|
+
orange: {
|
|
45
|
+
10: '#421000',
|
|
46
|
+
20: '#661900',
|
|
47
|
+
30: '#7A2200',
|
|
48
|
+
40: '#A33500',
|
|
49
|
+
50: '#D45202',
|
|
50
|
+
60: '#ED720C',
|
|
51
|
+
70: '#FD9730',
|
|
52
|
+
80: '#FFB766',
|
|
53
|
+
90: '#FFD5A3',
|
|
54
|
+
93: '#FFE9CF',
|
|
55
|
+
95: '#FFF4E5',
|
|
56
|
+
100: '#FFFFFF',
|
|
57
|
+
},
|
|
58
|
+
yellow: {
|
|
59
|
+
10: '#2E1C00',
|
|
60
|
+
20: '#4D2F00',
|
|
61
|
+
30: '#613E00',
|
|
62
|
+
40: '#875B00',
|
|
63
|
+
50: '#B27E00',
|
|
64
|
+
60: '#D6A200',
|
|
65
|
+
70: '#EBBA00',
|
|
66
|
+
80: '#F9CC15',
|
|
67
|
+
90: '#FBE074',
|
|
68
|
+
93: '#FFEFAD',
|
|
69
|
+
95: '#FFF6D1',
|
|
70
|
+
100: '#FFFFFF',
|
|
71
|
+
},
|
|
72
|
+
green: {
|
|
73
|
+
10: '#042A0F',
|
|
74
|
+
20: '#064217',
|
|
75
|
+
30: '#0B5620',
|
|
76
|
+
40: '#167231',
|
|
77
|
+
50: '#2A9D4C',
|
|
78
|
+
60: '#4EB76C',
|
|
79
|
+
70: '#77CF8F',
|
|
80
|
+
80: '#A1DEB2',
|
|
81
|
+
90: '#C3EACE',
|
|
82
|
+
93: '#E1F4E7',
|
|
83
|
+
95: '#EEF9F1',
|
|
84
|
+
100: '#FFFFFF',
|
|
85
|
+
},
|
|
86
|
+
turquoise: {
|
|
87
|
+
10: '#002924',
|
|
88
|
+
20: '#003D36',
|
|
89
|
+
30: '#005248',
|
|
90
|
+
40: '#007366',
|
|
91
|
+
50: '#009E8E',
|
|
92
|
+
60: '#11BBA9',
|
|
93
|
+
70: '#55CEC3',
|
|
94
|
+
80: '#8AE0D7',
|
|
95
|
+
90: '#AEEFE8',
|
|
96
|
+
93: '#D8F8F4',
|
|
97
|
+
95: '#E9FBF9',
|
|
98
|
+
100: '#FFFFFF',
|
|
99
|
+
},
|
|
100
|
+
blue: {
|
|
101
|
+
10: '#002442',
|
|
102
|
+
20: '#00315C',
|
|
103
|
+
30: '#044781',
|
|
104
|
+
40: '#1066AC',
|
|
105
|
+
50: '#2582D0',
|
|
106
|
+
60: '#4F9BDE',
|
|
107
|
+
70: '#71B8EF',
|
|
108
|
+
80: '#99D1F5',
|
|
109
|
+
90: '#C2E7FA',
|
|
110
|
+
93: '#DEF2FC',
|
|
111
|
+
95: '#ECF8FD',
|
|
112
|
+
100: '#FFFFFF',
|
|
113
|
+
},
|
|
114
|
+
brand: {
|
|
115
|
+
primary: '#5C2A7E', // purple.30
|
|
116
|
+
},
|
|
117
|
+
text: {
|
|
118
|
+
body: '#201B22', // neutral.10
|
|
119
|
+
secondary: '#6B6071', // neutral.40
|
|
120
|
+
link: '#9247C2', // purple.50
|
|
121
|
+
linkHover: '#5C2A7E', // purple.30
|
|
122
|
+
},
|
|
123
|
+
separator: {
|
|
124
|
+
primary: '#DFDAE1', // neutral.90,
|
|
125
|
+
},
|
|
126
|
+
};
|
|
127
|
+
|
|
128
|
+
export default colors;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Box, HStack, VStack } from '@chakra-ui/react';
|
|
2
|
+
import Provider from '@/Components/Provider/Provider';
|
|
3
|
+
import Text from '@/Components/Text/Text';
|
|
4
|
+
import radii from './Radii.theme';
|
|
5
|
+
|
|
6
|
+
export const Radii = () => (
|
|
7
|
+
<Provider>
|
|
8
|
+
<HStack alignItems="flex-end" spacing="24">
|
|
9
|
+
{Object.keys(radii).map((size) => (
|
|
10
|
+
<VStack key={size}>
|
|
11
|
+
<Box width="64" height="64" border="3px solid" borderColor="brand.primary" borderRadius={size} />
|
|
12
|
+
<Text>{size}</Text>
|
|
13
|
+
</VStack>
|
|
14
|
+
))}
|
|
15
|
+
</HStack>
|
|
16
|
+
</Provider>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Box, HStack, VStack } from '@chakra-ui/react';
|
|
2
|
+
import Provider from '@/Components/Provider/Provider';
|
|
3
|
+
import Text from '@/Components/Text/Text';
|
|
4
|
+
import shadows from './Shadows';
|
|
5
|
+
|
|
6
|
+
export const Shadows = () => (
|
|
7
|
+
<Provider>
|
|
8
|
+
<HStack alignItems="flex-end" spacing="32">
|
|
9
|
+
{Object.keys(shadows).map((key) => (
|
|
10
|
+
<VStack key={key}>
|
|
11
|
+
<Box width="32" height="32" background="purple.80" boxShadow={key} />
|
|
12
|
+
<Text>{key}</Text>
|
|
13
|
+
</VStack>
|
|
14
|
+
))}
|
|
15
|
+
</HStack>
|
|
16
|
+
</Provider>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Box, HStack, VStack } from '@chakra-ui/react';
|
|
2
|
+
import Provider from '@/Components/Provider/Provider';
|
|
3
|
+
import Text from '@/Components/Text/Text';
|
|
4
|
+
import sizes from './Sizes';
|
|
5
|
+
|
|
6
|
+
export const Sizes = () => (
|
|
7
|
+
<Provider>
|
|
8
|
+
<HStack alignItems="flex-end" spacing="24">
|
|
9
|
+
{Object.keys(sizes).map((size) => (
|
|
10
|
+
<VStack key={size}>
|
|
11
|
+
<Box width={size} height={size} background="brand.primary" />
|
|
12
|
+
<Text>{size}</Text>
|
|
13
|
+
</VStack>
|
|
14
|
+
))}
|
|
15
|
+
</HStack>
|
|
16
|
+
</Provider>
|
|
17
|
+
);
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { VStack } from '@chakra-ui/react';
|
|
2
|
+
import Provider from '@/Components/Provider/Provider';
|
|
3
|
+
import Text from '@/Components/Text/Text';
|
|
4
|
+
import typography from './Typography';
|
|
5
|
+
|
|
6
|
+
const style = {
|
|
7
|
+
counterReset: 'sizes',
|
|
8
|
+
listStyle: 'none',
|
|
9
|
+
li: {
|
|
10
|
+
counterIncrement: 'sizes',
|
|
11
|
+
_before: {
|
|
12
|
+
content: '"Size " counter(sizes) ":"',
|
|
13
|
+
display: 'inline-block',
|
|
14
|
+
minWidth: '150px',
|
|
15
|
+
marginRight: '16px',
|
|
16
|
+
textAlign: 'left',
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const FontSizes = () => (
|
|
22
|
+
<Provider>
|
|
23
|
+
<VStack as="ol" alignItems="flex-start" spacing={24} sx={style}>
|
|
24
|
+
<Text as="li" size="1">
|
|
25
|
+
{typography.fontSizes[1]} / {typography.lineHeights[1]} / Normal / Uppercase
|
|
26
|
+
</Text>
|
|
27
|
+
<Text as="li" size="2">
|
|
28
|
+
{typography.fontSizes[2]} / {typography.lineHeights[2]} / Normal
|
|
29
|
+
</Text>
|
|
30
|
+
<Text as="li" size="3">
|
|
31
|
+
{typography.fontSizes[3]} / {typography.lineHeights[3]} / Normal
|
|
32
|
+
</Text>
|
|
33
|
+
<Text as="li" size="4">
|
|
34
|
+
{typography.fontSizes[4]} / {typography.lineHeights[4]} / Normal
|
|
35
|
+
</Text>
|
|
36
|
+
<Text as="li" size="5">
|
|
37
|
+
{typography.fontSizes[5]} / {typography.lineHeights[5]} / Bold
|
|
38
|
+
</Text>
|
|
39
|
+
<Text as="li" size="6">
|
|
40
|
+
{typography.fontSizes[6]} / {typography.lineHeights[6]} / Bold
|
|
41
|
+
</Text>
|
|
42
|
+
<Text as="li" size="7">
|
|
43
|
+
{typography.fontSizes[7]} / {typography.lineHeights[7]} / Bold
|
|
44
|
+
</Text>
|
|
45
|
+
<Text as="li" size="8">
|
|
46
|
+
{typography.fontSizes[8]} / {typography.lineHeights[8]} / Bold
|
|
47
|
+
</Text>
|
|
48
|
+
</VStack>
|
|
49
|
+
</Provider>
|
|
50
|
+
);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Canvas, Meta } from '@storybook/addon-docs/blocks';
|
|
2
|
+
import { FontSizes } from './Typography.examples';
|
|
3
|
+
|
|
4
|
+
<Meta title="Foundations/Typography" />
|
|
5
|
+
|
|
6
|
+
# Typography
|
|
7
|
+
|
|
8
|
+
**Font:** TT Norms Pro
|
|
9
|
+
|
|
10
|
+
**Weights:** 400(regular), **700(bold)**
|
|
11
|
+
|
|
12
|
+
<Canvas><FontSizes /></Canvas>
|
|
13
|
+
|
|
14
|
+
[Go to `Text` component](?path=/story/components-text--with-props)
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const typography = {
|
|
2
|
+
fonts: {
|
|
3
|
+
body: `"TT Norms Pro", sans-serif`,
|
|
4
|
+
mono: `"Source Code Pro Bitrise", monospace`,
|
|
5
|
+
},
|
|
6
|
+
fontSizes: {
|
|
7
|
+
1: '11px',
|
|
8
|
+
2: '14px',
|
|
9
|
+
3: '16px',
|
|
10
|
+
4: '19px',
|
|
11
|
+
5: '24px',
|
|
12
|
+
6: '30px',
|
|
13
|
+
7: '36px',
|
|
14
|
+
8: '48px',
|
|
15
|
+
},
|
|
16
|
+
fontWeights: {
|
|
17
|
+
normal: 400,
|
|
18
|
+
bold: 700,
|
|
19
|
+
},
|
|
20
|
+
lineHeights: {
|
|
21
|
+
1: '16px',
|
|
22
|
+
2: '20px',
|
|
23
|
+
3: '24px',
|
|
24
|
+
4: '28px',
|
|
25
|
+
5: '36px',
|
|
26
|
+
6: '40px',
|
|
27
|
+
7: '48px',
|
|
28
|
+
8: '60px',
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default typography;
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const SvgIconsAddOns = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg {
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
6
|
<path
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
+
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
10
|
+
/>
|
|
10
11
|
</svg>
|
|
11
12
|
);
|
|
12
13
|
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const SvgIconsAddOnsColorTuorqouise = (
|
|
5
|
-
props
|
|
6
|
-
) => (
|
|
7
|
-
<svg { ...props } viewBox="0 0 24 24">
|
|
4
|
+
const SvgIconsAddOnsColorTuorqouise = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
8
6
|
<g fill="#0DD3C5" fillRule="evenodd">
|
|
9
7
|
<path
|
|
10
|
-
|
|
11
|
-
|
|
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
|
+
/>
|
|
12
11
|
<path
|
|
13
|
-
|
|
14
|
-
|
|
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
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
16
|
</g>
|
|
17
17
|
</svg>
|
|
@@ -2,14 +2,16 @@
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const SvgIconsAddOnsColorViolet = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg {
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
6
|
<g fill="#990FC3" fillRule="evenodd">
|
|
7
7
|
<path
|
|
8
|
-
|
|
9
|
-
|
|
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
|
+
/>
|
|
10
11
|
<path
|
|
11
|
-
|
|
12
|
-
|
|
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
|
+
/>
|
|
13
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" />
|
|
14
16
|
</g>
|
|
15
17
|
</svg>
|
|
@@ -2,14 +2,16 @@
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const SvgIconsAddOnsWhite = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg {
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
6
|
<g fill="#FFF" fillRule="evenodd">
|
|
7
7
|
<path
|
|
8
|
-
|
|
9
|
-
|
|
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
|
+
/>
|
|
10
11
|
<path
|
|
11
|
-
|
|
12
|
-
|
|
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
|
+
/>
|
|
13
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" />
|
|
14
16
|
</g>
|
|
15
17
|
</svg>
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const SvgIconsApp = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg {
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
6
|
<defs>
|
|
7
7
|
<path
|
|
8
|
-
|
|
9
|
-
|
|
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
|
+
id="icons-app_svg__a"
|
|
10
|
+
/>
|
|
10
11
|
</defs>
|
|
11
12
|
<use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-app_svg__a" />
|
|
12
13
|
</svg>
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const SvgIconsArrowBack = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg {
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
6
|
<path
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
+
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
10
|
+
/>
|
|
10
11
|
</svg>
|
|
11
12
|
);
|
|
12
13
|
|
|
@@ -2,17 +2,19 @@
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const SvgIconsArrowDown = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg {
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
6
|
<defs>
|
|
7
7
|
<path
|
|
8
|
-
|
|
9
|
-
|
|
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
|
+
id="icons-arrow-down_svg__a"
|
|
10
|
+
/>
|
|
10
11
|
</defs>
|
|
11
12
|
<use
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
fillRule="evenodd"
|
|
15
|
+
transform="rotate(90 12.017 11.907)"
|
|
16
|
+
xlinkHref="#icons-arrow-down_svg__a"
|
|
17
|
+
/>
|
|
16
18
|
</svg>
|
|
17
19
|
);
|
|
18
20
|
|
|
@@ -2,16 +2,14 @@
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const SvgIconsArrowForward = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg {
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
6
|
<defs>
|
|
7
7
|
<path
|
|
8
|
-
|
|
9
|
-
|
|
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
|
+
id="icons-arrow-forward_svg__a"
|
|
10
|
+
/>
|
|
10
11
|
</defs>
|
|
11
|
-
<use
|
|
12
|
-
fill="currentColor"
|
|
13
|
-
fillRule="evenodd"
|
|
14
|
-
xlinkHref="#icons-arrow-forward_svg__a"/>
|
|
12
|
+
<use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-arrow-forward_svg__a" />
|
|
15
13
|
</svg>
|
|
16
14
|
);
|
|
17
15
|
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const SvgIconsArrowQuit = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg {
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
6
|
<path
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
+
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
10
|
+
/>
|
|
10
11
|
</svg>
|
|
11
12
|
);
|
|
12
13
|
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const SvgIconsArrowUp = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg {
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
6
|
<path
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
+
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
10
|
+
/>
|
|
10
11
|
</svg>
|
|
11
12
|
);
|
|
12
13
|
|
|
@@ -2,16 +2,11 @@
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const SvgIconsBackArrow = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg {
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
6
|
<defs>
|
|
7
|
-
<path
|
|
8
|
-
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"
|
|
9
|
-
id="icons-back-arrow_svg__a"/>
|
|
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" />
|
|
10
8
|
</defs>
|
|
11
|
-
<use
|
|
12
|
-
fill="currentColor"
|
|
13
|
-
fillRule="evenodd"
|
|
14
|
-
xlinkHref="#icons-back-arrow_svg__a"/>
|
|
9
|
+
<use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-back-arrow_svg__a" />
|
|
15
10
|
</svg>
|
|
16
11
|
);
|
|
17
12
|
|
|
@@ -2,16 +2,14 @@
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const SvgIconsBell = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg {
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
6
|
<defs>
|
|
7
7
|
<path
|
|
8
|
-
|
|
9
|
-
|
|
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
|
+
id="icons-bell_svg__a"
|
|
10
|
+
/>
|
|
10
11
|
</defs>
|
|
11
|
-
<use
|
|
12
|
-
fill="currentColor"
|
|
13
|
-
fillRule="evenodd"
|
|
14
|
-
xlinkHref="#icons-bell_svg__a"/>
|
|
12
|
+
<use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-bell_svg__a" />
|
|
15
13
|
</svg>
|
|
16
14
|
);
|
|
17
15
|
|
|
@@ -2,16 +2,14 @@
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
const SvgIconsBitbot = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg {
|
|
5
|
+
<svg {...props} viewBox="0 0 24 24">
|
|
6
6
|
<defs>
|
|
7
7
|
<path
|
|
8
|
-
|
|
9
|
-
|
|
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
|
+
id="icons-bitbot_svg__a"
|
|
10
|
+
/>
|
|
10
11
|
</defs>
|
|
11
|
-
<use
|
|
12
|
-
fill="currentColor"
|
|
13
|
-
fillRule="evenodd"
|
|
14
|
-
xlinkHref="#icons-bitbot_svg__a"/>
|
|
12
|
+
<use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-bitbot_svg__a" />
|
|
15
13
|
</svg>
|
|
16
14
|
);
|
|
17
15
|
|