@bitrise/bitkit 12.97.0 → 12.99.0
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitrise/bitkit",
|
|
3
3
|
"description": "Bitrise React component library",
|
|
4
|
-
"version": "12.
|
|
4
|
+
"version": "12.99.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+ssh://git@github.com/bitrise-io/bitkit.git"
|
|
@@ -55,25 +55,25 @@
|
|
|
55
55
|
"@bitrise/eslint-plugin": "^2.5.0",
|
|
56
56
|
"@chakra-ui/cli": "^2.4.1",
|
|
57
57
|
"@google-cloud/storage": "^7.7.0",
|
|
58
|
-
"@storybook/addon-actions": "^7.6.
|
|
59
|
-
"@storybook/addon-essentials": "^7.6.
|
|
60
|
-
"@storybook/addon-interactions": "^7.6.
|
|
61
|
-
"@storybook/addon-links": "^7.6.
|
|
62
|
-
"@storybook/addons": "^7.6.
|
|
63
|
-
"@storybook/blocks": "^7.6.
|
|
64
|
-
"@storybook/react": "^7.6.
|
|
65
|
-
"@storybook/react-webpack5": "^7.6.
|
|
66
|
-
"@storybook/theming": "^7.6.
|
|
58
|
+
"@storybook/addon-actions": "^7.6.12",
|
|
59
|
+
"@storybook/addon-essentials": "^7.6.12",
|
|
60
|
+
"@storybook/addon-interactions": "^7.6.12",
|
|
61
|
+
"@storybook/addon-links": "^7.6.12",
|
|
62
|
+
"@storybook/addons": "^7.6.12",
|
|
63
|
+
"@storybook/blocks": "^7.6.12",
|
|
64
|
+
"@storybook/react": "^7.6.12",
|
|
65
|
+
"@storybook/react-webpack5": "^7.6.12",
|
|
66
|
+
"@storybook/theming": "^7.6.12",
|
|
67
67
|
"@testing-library/dom": "^9.3.4",
|
|
68
|
-
"@testing-library/jest-dom": "^6.4.
|
|
69
|
-
"@testing-library/react": "^14.1
|
|
68
|
+
"@testing-library/jest-dom": "^6.4.2",
|
|
69
|
+
"@testing-library/react": "^14.2.1",
|
|
70
70
|
"@testing-library/user-event": "^14.5.2",
|
|
71
|
-
"@types/jest": "^29.5.
|
|
71
|
+
"@types/jest": "^29.5.12",
|
|
72
72
|
"@types/luxon": "^3.4.2",
|
|
73
|
-
"@types/react": "^18.2.
|
|
73
|
+
"@types/react": "^18.2.55",
|
|
74
74
|
"@types/react-dom": "^18.2.18",
|
|
75
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
76
|
-
"@typescript-eslint/parser": "^6.
|
|
75
|
+
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
76
|
+
"@typescript-eslint/parser": "^6.21.0",
|
|
77
77
|
"axios": "^1.6.7",
|
|
78
78
|
"eslint": "^8.56.0",
|
|
79
79
|
"eslint-plugin-import": "^2.29.1",
|
|
@@ -88,10 +88,10 @@
|
|
|
88
88
|
"jest": "^29.7.0",
|
|
89
89
|
"jest-environment-jsdom": "^29.7.0",
|
|
90
90
|
"jsdom": "^24.0.0",
|
|
91
|
-
"prettier": "^3.2.
|
|
92
|
-
"react-hook-form": "^7.
|
|
91
|
+
"prettier": "^3.2.5",
|
|
92
|
+
"react-hook-form": "^7.50.1",
|
|
93
93
|
"release-it": "^17.0.3",
|
|
94
|
-
"storybook": "^7.6.
|
|
94
|
+
"storybook": "^7.6.12",
|
|
95
95
|
"ts-jest": "^29.1.2",
|
|
96
96
|
"typescript": "^5.3.3"
|
|
97
97
|
},
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
|
+
|
|
3
|
+
const Configure = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M7.148 3.333A1.327 1.327 0 0 0 6 2.667c-.492 0-.918.269-1.148.666H2v1.334h2.852c.23.397.656.666 1.148.666.492 0 .917-.269 1.148-.666H14V3.333H7.148ZM10 6.667a1.33 1.33 0 0 0-1.149.666H2v1.334h6.851c.232.397.657.666 1.149.666s.917-.269 1.149-.666H14V7.333h-2.851A1.328 1.328 0 0 0 10 6.667Zm-5.101 4.666a1.33 1.33 0 0 1 2.202 0H14v1.334H7.193c-.216.442-.667.75-1.193.75s-.977-.308-1.193-.75H2v-1.334h2.899Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
</Icon>
|
|
10
|
+
));
|
|
11
|
+
|
|
12
|
+
export default Configure;
|
|
@@ -65,6 +65,7 @@ export { default as Code } from './Code';
|
|
|
65
65
|
export { default as Coffee } from './Coffee';
|
|
66
66
|
export { default as Commit } from './Commit';
|
|
67
67
|
export { default as Conference } from './Conference';
|
|
68
|
+
export { default as Configure } from './Configure';
|
|
68
69
|
export { default as ConnectedAccounts } from './ConnectedAccounts';
|
|
69
70
|
export { default as Cordova } from './Cordova';
|
|
70
71
|
export { default as Cpu } from './Cpu';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
|
+
|
|
3
|
+
const Configure = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
d="M10.723 5A1.99 1.99 0 0 0 9 4c-.738 0-1.376.404-1.722 1H3v2h4.278c.346.596.984 1 1.722 1a1.99 1.99 0 0 0 1.723-1H21V5H10.723ZM15 10c-.738 0-1.376.404-1.723 1H3v2h10.277c.347.596.985 1 1.723 1 .738 0 1.376-.404 1.723-1H21v-2h-4.277c-.347-.596-.985-1-1.723-1ZM7.348 17a1.994 1.994 0 0 1 3.304 0H21v2H10.79A1.993 1.993 0 0 1 9 20.125 1.993 1.993 0 0 1 7.21 19H3v-2h4.348Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
</Icon>
|
|
10
|
+
));
|
|
11
|
+
|
|
12
|
+
export default Configure;
|
|
@@ -65,6 +65,7 @@ export { default as Code } from './Code';
|
|
|
65
65
|
export { default as Coffee } from './Coffee';
|
|
66
66
|
export { default as Commit } from './Commit';
|
|
67
67
|
export { default as Conference } from './Conference';
|
|
68
|
+
export { default as Configure } from './Configure';
|
|
68
69
|
export { default as ConnectedAccounts } from './ConnectedAccounts';
|
|
69
70
|
export { default as Cordova } from './Cordova';
|
|
70
71
|
export { default as Cpu } from './Cpu';
|
|
@@ -61,16 +61,16 @@ export const figmaIcons: {
|
|
|
61
61
|
{ figmaToken: 'step-version-ok', iconName: 'StepVersionOk' },
|
|
62
62
|
],
|
|
63
63
|
Computer: [
|
|
64
|
-
{ figmaToken: 'cpu', iconName: 'Cpu' },
|
|
65
64
|
{ figmaToken: 'memory', iconName: 'Cache', tags: 'cache, ram' },
|
|
65
|
+
{ figmaToken: 'configure', iconName: 'Configure' },
|
|
66
|
+
{ figmaToken: 'cpu', iconName: 'Cpu' },
|
|
66
67
|
{ figmaToken: 'file-doc', iconName: 'FileDoc' },
|
|
67
68
|
{ figmaToken: 'file-pdf', iconName: 'FilePdf' },
|
|
68
69
|
{ figmaToken: 'file-plist', iconName: 'FilePlist' },
|
|
69
70
|
{ figmaToken: 'file-zip', iconName: 'FileZip' },
|
|
70
71
|
{ figmaToken: 'login', iconName: 'Login' },
|
|
71
72
|
{ figmaToken: 'logout', iconName: 'Logout' },
|
|
72
|
-
{ figmaToken: '
|
|
73
|
-
{ figmaToken: 'filter', iconName: '', tags: 'filtering, funnel' },
|
|
73
|
+
{ figmaToken: 'filter', iconName: 'Filter', tags: 'configuration, preferences' },
|
|
74
74
|
{ figmaToken: 'copy', iconName: 'Duplicate', tags: 'clone, duplicate' },
|
|
75
75
|
{ figmaToken: 'download', iconName: 'Download' },
|
|
76
76
|
{ figmaToken: 'install', iconName: '' },
|