@bitrise/bitkit 12.70.0 → 12.71.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.70.0",
4
+ "version": "12.71.0",
5
5
  "repository": "git@github.com:bitrise-io/bitkit.git",
6
6
  "main": "src/index.ts",
7
7
  "license": "UNLICENSED",
@@ -0,0 +1,20 @@
1
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
2
+
3
+ const Details = forwardRef<IconProps, 'svg'>((props, ref) => (
4
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
+ <path d="M6 5.75H4.5V4.25H6V5.75Z" fill="currentColor" />
6
+ <path d="M7 5.75H11V4.25H7V5.75Z" fill="currentColor" />
7
+ <path d="M11 8.75H7V7.25H11V8.75Z" fill="currentColor" />
8
+ <path d="M7 11.75H11V10.25H7V11.75Z" fill="currentColor" />
9
+ <path d="M6 8.75H4.5V7.25H6V8.75Z" fill="currentColor" />
10
+ <path d="M4.5 11.75H6V10.25H4.5V11.75Z" fill="currentColor" />
11
+ <path
12
+ fillRule="evenodd"
13
+ clipRule="evenodd"
14
+ d="M3.5 1C2.67157 1 2 1.67157 2 2.5V13.5C2 14.3284 2.67157 15 3.5 15H12.5C13.3284 15 14 14.3284 14 13.5V2.5C14 1.67157 13.3284 1 12.5 1H3.5ZM12.5 2.5H3.5V13.5H12.5V2.5Z"
15
+ fill="currentColor"
16
+ />
17
+ </Icon>
18
+ ));
19
+
20
+ export default Details;
@@ -70,6 +70,7 @@ export { default as Credits } from './Credits';
70
70
  export { default as Cycle } from './Cycle';
71
71
  export { default as DeleteNope } from './DeleteNope';
72
72
  export { default as Deployment } from './Deployment';
73
+ export { default as Details } from './Details';
73
74
  export { default as Doc } from './Doc';
74
75
  export { default as Dollars } from './Dollars';
75
76
  export { default as Download } from './Download';
@@ -0,0 +1,20 @@
1
+ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
2
+
3
+ const Details = forwardRef<IconProps, 'svg'>((props, ref) => (
4
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
+ <path d="M17 8H10.5V6H17V8Z" fill="currentColor" />
6
+ <path d="M10.5 13H17V11H10.5V13Z" fill="currentColor" />
7
+ <path d="M17 18H10.5V16H17V18Z" fill="currentColor" />
8
+ <path d="M7 8H9V6H7V8Z" fill="currentColor" />
9
+ <path d="M9 13H7V11H9V13Z" fill="currentColor" />
10
+ <path d="M7 18H9V16H7V18Z" fill="currentColor" />
11
+ <path
12
+ fillRule="evenodd"
13
+ clipRule="evenodd"
14
+ d="M5 2C3.89543 2 3 2.89543 3 4V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V4C21 2.89543 20.1046 2 19 2H5ZM19 4H5L5 20H19V4Z"
15
+ fill="currentColor"
16
+ />
17
+ </Icon>
18
+ ));
19
+
20
+ export default Details;
@@ -70,6 +70,7 @@ export { default as Credits } from './Credits';
70
70
  export { default as Cycle } from './Cycle';
71
71
  export { default as DeleteNope } from './DeleteNope';
72
72
  export { default as Deployment } from './Deployment';
73
+ export { default as Details } from './Details';
73
74
  export { default as Doc } from './Doc';
74
75
  export { default as Dollars } from './Dollars';
75
76
  export { default as Download } from './Download';
@@ -269,6 +269,7 @@ export const figmaIcons: {
269
269
  { iconName: 'Swag', figmaToken: 'swag' },
270
270
  { iconName: 'Testing', figmaToken: 'tasks', tags: 'checklist, list, testing' },
271
271
  { iconName: 'Wow', figmaToken: 'wow' },
272
+ { iconName: 'Details', figmaToken: 'details' },
272
273
  ],
273
274
  'UI Components': [
274
275
  {