@bitrise/bitkit 13.307.0 → 13.309.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 +18 -18
- package/src/Components/Dialog/Dialog.theme.ts +3 -0
- package/src/Components/Icons/16x16/TestQuarantine.tsx +23 -0
- package/src/Components/Icons/16x16/index.ts +1 -0
- package/src/Components/Icons/24x24/TestQuarantine.tsx +24 -0
- package/src/Components/Icons/24x24/index.ts +1 -0
- package/src/Components/LinkButton/LinkButton.tsx +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitrise/bitkit",
|
|
3
3
|
"description": "Bitrise React component library",
|
|
4
|
-
"version": "13.
|
|
4
|
+
"version": "13.309.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+ssh://git@github.com/bitrise-io/bitkit.git"
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
"@emotion/react": "^11.14.0",
|
|
31
31
|
"@emotion/styled": "^11.14.1",
|
|
32
32
|
"@floating-ui/react-dom-interactions": "^0.8.1",
|
|
33
|
-
"@fontsource/figtree": "^5.2.
|
|
34
|
-
"@fontsource/source-code-pro": "^5.2.
|
|
33
|
+
"@fontsource/figtree": "^5.2.10",
|
|
34
|
+
"@fontsource/source-code-pro": "^5.2.7",
|
|
35
35
|
"chakra-ui-2--react": "npm:@chakra-ui/react@2.10.9",
|
|
36
36
|
"chakra-ui-2--react-utils": "npm:@chakra-ui/react-utils@2.0.12",
|
|
37
37
|
"chakra-ui-2--styled-system": "npm:@chakra-ui/styled-system@2.12.4",
|
|
38
38
|
"chakra-ui-2--theme": "npm:@chakra-ui/theme@3.4.9",
|
|
39
39
|
"chakra-ui-2--theme-tools": "npm:@chakra-ui/theme-tools@2.2.9",
|
|
40
40
|
"clsx": "^2.1.1",
|
|
41
|
-
"framer-motion": "^12.23.
|
|
42
|
-
"luxon": "^3.7.
|
|
41
|
+
"framer-motion": "^12.23.22",
|
|
42
|
+
"luxon": "^3.7.2",
|
|
43
43
|
"react": "^18.3.1",
|
|
44
44
|
"react-dom": "^18.3.1",
|
|
45
45
|
"react-focus-lock": "2.13.6",
|
|
@@ -51,23 +51,23 @@
|
|
|
51
51
|
"react-dom": "^18.2.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@babel/core": "^7.28.
|
|
55
|
-
"@babel/preset-env": "^7.28.
|
|
54
|
+
"@babel/core": "^7.28.4",
|
|
55
|
+
"@babel/preset-env": "^7.28.3",
|
|
56
56
|
"@babel/preset-react": "^7.27.1",
|
|
57
57
|
"@babel/preset-typescript": "^7.27.1",
|
|
58
58
|
"@bitrise/eslint-plugin": "^2.12.0",
|
|
59
|
-
"@google-cloud/storage": "^7.
|
|
60
|
-
"@storybook/addon-docs": "^9.1.
|
|
61
|
-
"@storybook/addon-links": "^9.1.
|
|
59
|
+
"@google-cloud/storage": "^7.17.1",
|
|
60
|
+
"@storybook/addon-docs": "^9.1.10",
|
|
61
|
+
"@storybook/addon-links": "^9.1.10",
|
|
62
62
|
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
|
|
63
|
-
"@storybook/react-webpack5": "^9.1.
|
|
63
|
+
"@storybook/react-webpack5": "^9.1.10",
|
|
64
64
|
"@testing-library/dom": "^10.4.1",
|
|
65
|
-
"@testing-library/jest-dom": "6.
|
|
65
|
+
"@testing-library/jest-dom": "6.9.1",
|
|
66
66
|
"@testing-library/react": "16.3.0",
|
|
67
67
|
"@testing-library/user-event": "^14.6.1",
|
|
68
68
|
"@types/jest": "^29.5.14",
|
|
69
69
|
"@types/luxon": "^3.7.1",
|
|
70
|
-
"@types/react": "^18.3.
|
|
70
|
+
"@types/react": "^18.3.25",
|
|
71
71
|
"@types/react-dom": "^18.3.7",
|
|
72
72
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
73
73
|
"@typescript-eslint/parser": "^7.18.0",
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
"jsdom": "26.1.0",
|
|
81
81
|
"lodash": "^4.17.21",
|
|
82
82
|
"prettier": "^3.6.2",
|
|
83
|
-
"react-hook-form": "^7.
|
|
84
|
-
"release-it": "^19.0.
|
|
85
|
-
"storybook": "^9.1.
|
|
86
|
-
"ts-jest": "^29.4.
|
|
87
|
-
"typescript": "^5.9.
|
|
83
|
+
"react-hook-form": "^7.63.0",
|
|
84
|
+
"release-it": "^19.0.5",
|
|
85
|
+
"storybook": "^9.1.10",
|
|
86
|
+
"ts-jest": "^29.4.4",
|
|
87
|
+
"typescript": "^5.9.3"
|
|
88
88
|
},
|
|
89
89
|
"files": [
|
|
90
90
|
"src",
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { forwardRef, Icon, IconProps } from 'chakra-ui-2--react';
|
|
2
|
+
|
|
3
|
+
const TestQuarantine = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
fillRule="evenodd"
|
|
7
|
+
clipRule="evenodd"
|
|
8
|
+
d="M11 6.5C13.4853 6.5 15.5 8.51472 15.5 11C15.5 13.4853 13.4853 15.5 11 15.5C8.51472 15.5 6.5 13.4853 6.5 11C6.5 8.51472 8.51472 6.5 11 6.5ZM9.47754 13.582C9.92418 13.846 10.4436 14 11 14C12.6569 14 14 12.6569 14 11C14 10.4436 13.846 9.92418 13.582 9.47754L9.47754 13.582ZM11 8C9.34315 8 8 9.34315 8 11C8 11.5559 8.15349 12.0751 8.41699 12.5215L12.5215 8.41699C12.0751 8.15349 11.5559 8 11 8Z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M10.5 1C11.3284 1 12 1.67157 12 2.5V5.59375C11.6756 5.5341 11.3417 5.5 11 5.5C10.8314 5.5 10.6647 5.50859 10.5 5.52344V2.5H8.5V3.5H4.5V2.5H2.5V13.5H6.10352C6.39211 14.0637 6.77479 14.5699 7.23145 15H2.5C1.67157 15 1 14.3284 1 13.5V2.5C1 1.67157 1.67157 1 2.5 1H10.5Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
<path d="M5 11.5H3.5V10H5V11.5Z" fill="currentColor" />
|
|
16
|
+
<path d="M5 9H3.5V7.5H5V9Z" fill="currentColor" />
|
|
17
|
+
<path d="M6.75781 7.5C6.4556 7.86588 6.20036 8.27163 6 8.70801V7.5H6.75781Z" fill="currentColor" />
|
|
18
|
+
<path d="M5 6.5H3.5V5H5V6.5Z" fill="currentColor" />
|
|
19
|
+
<path d="M9.5 5.70801C8.89807 5.87829 8.33881 6.14895 7.83984 6.5H6V5H9.5V5.70801Z" fill="currentColor" />
|
|
20
|
+
</Icon>
|
|
21
|
+
));
|
|
22
|
+
|
|
23
|
+
export default TestQuarantine;
|
|
@@ -237,6 +237,7 @@ export { default as TestFailed } from './TestFailed';
|
|
|
237
237
|
export { default as TestInfo } from './TestInfo';
|
|
238
238
|
export { default as Testing } from './Testing';
|
|
239
239
|
export { default as TestInprogress } from './TestInprogress';
|
|
240
|
+
export { default as TestQuarantine } from './TestQuarantine';
|
|
240
241
|
export { default as TestSkipped } from './TestSkipped';
|
|
241
242
|
export { default as TestSuccess } from './TestSuccess';
|
|
242
243
|
export { default as TestWarning } from './TestWarning';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { forwardRef, Icon, IconProps } from 'chakra-ui-2--react';
|
|
2
|
+
|
|
3
|
+
const TestQuarantine = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
|
+
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
fillRule="evenodd"
|
|
7
|
+
clipRule="evenodd"
|
|
8
|
+
d="M17.5 12C20.5376 12 23 14.4624 23 17.5C23 20.5376 20.5376 23 17.5 23C14.4624 23 12 20.5376 12 17.5C12 14.4624 14.4624 12 17.5 12ZM15.835 20.5781C16.3302 20.8466 16.8971 21 17.5 21C19.433 21 21 19.433 21 17.5C21 16.8971 20.8466 16.3302 20.5781 15.835L15.835 20.5781ZM17.5 14C15.567 14 14 15.567 14 17.5C14 18.1025 14.1528 18.6691 14.4209 19.1641L19.1641 14.4209C18.6691 14.1528 18.1025 14 17.5 14Z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M16 2C17.1046 2 18 2.89543 18 4V11.0205C17.8349 11.0079 17.6683 11 17.5 11C16.9836 11 16.4816 11.062 16 11.1758V4H13V5H7V4H4V20H11.499C11.811 20.7479 12.2589 21.4244 12.8115 22H4C2.89543 22 2 21.1046 2 20V4C2 2.89543 2.89543 2 4 2H16Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
<path d="M8 17H6V15H8V17Z" fill="currentColor" />
|
|
16
|
+
<path d="M11.499 15C11.239 15.6235 11.0741 16.296 11.0205 17H9V15H11.499Z" fill="currentColor" />
|
|
17
|
+
<path d="M8 13H6V11H8V13Z" fill="currentColor" />
|
|
18
|
+
<path d="M14 12.0244C13.5659 12.3024 13.1669 12.6298 12.8115 13H9V11H14V12.0244Z" fill="currentColor" />
|
|
19
|
+
<path d="M8 9H6V7H8V9Z" fill="currentColor" />
|
|
20
|
+
<path d="M14 9H9V7H14V9Z" fill="currentColor" />
|
|
21
|
+
</Icon>
|
|
22
|
+
));
|
|
23
|
+
|
|
24
|
+
export default TestQuarantine;
|
|
@@ -237,6 +237,7 @@ export { default as TestFailed } from './TestFailed';
|
|
|
237
237
|
export { default as TestInfo } from './TestInfo';
|
|
238
238
|
export { default as Testing } from './Testing';
|
|
239
239
|
export { default as TestInprogress } from './TestInprogress';
|
|
240
|
+
export { default as TestQuarantine } from './TestQuarantine';
|
|
240
241
|
export { default as TestSkipped } from './TestSkipped';
|
|
241
242
|
export { default as TestSuccess } from './TestSuccess';
|
|
242
243
|
export { default as TestWarning } from './TestWarning';
|
|
@@ -14,7 +14,7 @@ const LinkButton = forwardRef<LinkButtonProps, 'div'>((props, ref) => {
|
|
|
14
14
|
const styles = useStyleConfig('LinkButton', { size, ...rest });
|
|
15
15
|
|
|
16
16
|
return (
|
|
17
|
-
<Box as="button" disabled={isDisabled} ref={ref}
|
|
17
|
+
<Box as="button" disabled={isDisabled} ref={ref} __css={styles} {...rest}>
|
|
18
18
|
{children}
|
|
19
19
|
{rightIconName && <Icon name={rightIconName} size="16" />}
|
|
20
20
|
</Box>
|