@bitrise/bitkit 13.61.0 → 13.62.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": "13.61.0",
4
+ "version": "13.62.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+ssh://git@github.com/bitrise-io/bitkit.git"
@@ -0,0 +1,15 @@
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
+
3
+ const ThumbDown = forwardRef<IconProps, 'svg'>((props, ref) => (
4
+ <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
+ <path
6
+ id="Vector"
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M6.27419 13.9855C6.78568 14.2495 7.41116 14.1321 7.7921 13.7006L10.8383 10.25H13C13.6904 10.25 14.25 9.69036 14.25 9V3C14.25 2.30964 13.6904 1.75 13 1.75H4.87588C4.39674 1.75 3.95977 2.02388 3.7509 2.45509L1.92503 6.22463C1.80984 6.46244 1.75 6.72326 1.75 6.9875V9.09677C1.75 9.78713 2.30964 10.3468 3 10.3468H6.05949L5.61706 12.6303C5.51098 13.1778 5.77859 13.7297 6.27419 13.9855ZM9.75 9.21631L7.25992 12.0369L7.70506 9.73943C7.74765 9.51962 7.6898 9.29227 7.54732 9.11954C7.40485 8.94681 7.19266 8.84677 6.96875 8.84677H3.25V6.9875C3.25 6.94975 3.25855 6.91249 3.275 6.87852L5.03257 3.25H9.75V9.21631ZM11.25 8.75H12.75V3.25H11.25V8.75Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default ThumbDown;
@@ -0,0 +1,15 @@
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
+
3
+ const ThumbUp = forwardRef<IconProps, 'svg'>((props, ref) => (
4
+ <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
+ <path
6
+ id="Vector"
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M9.72581 2.01449C9.21432 1.75049 8.58884 1.86789 8.2079 2.2994L5.16167 5.75001H3C2.30964 5.75001 1.75 6.30965 1.75 7.00001V13C1.75 13.6904 2.30964 14.25 3 14.25H11.1241C11.6033 14.25 12.0402 13.9761 12.2491 13.5449L14.075 9.77538C14.1902 9.53757 14.25 9.27675 14.25 9.01251V6.90323C14.25 6.21288 13.6904 5.65323 13 5.65323H9.94051L10.3829 3.36974C10.489 2.8222 10.2214 2.27028 9.72581 2.01449ZM6.25 6.7837L8.74008 3.96307L8.29494 6.26058C8.25235 6.48039 8.3102 6.70774 8.45268 6.88047C8.59515 7.0532 8.80734 7.15323 9.03125 7.15323H12.75V9.01251C12.75 9.05026 12.7415 9.08751 12.725 9.12149L10.9674 12.75H6.25V6.7837ZM4.75 7.25001H3.25V12.75H4.75V7.25001Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default ThumbUp;
@@ -218,6 +218,8 @@ export { default as TestSkipped } from './TestSkipped';
218
218
  export { default as TestSuccess } from './TestSuccess';
219
219
  export { default as TestWarning } from './TestWarning';
220
220
  export { default as Testing } from './Testing';
221
+ export { default as ThumbDown } from './ThumbDown';
222
+ export { default as ThumbUp } from './ThumbUp';
221
223
  export { default as Tick } from './Tick';
222
224
  export { default as Time } from './Time';
223
225
  export { default as Tools } from './Tools';
@@ -0,0 +1,15 @@
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
+
3
+ const ThumbDown = forwardRef<IconProps, 'svg'>((props, ref) => (
4
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
+ <path
6
+ id="Vector"
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M9.55484 20.6452C10.25 20.9928 11.0916 20.8356 11.6144 20.2605L15.9424 15.4998H19C20.1046 15.4998 21 14.6043 21 13.4998V5.49975C21 4.39519 20.1046 3.49976 19 3.49976H7.61803C6.86049 3.49976 6.16796 3.92776 5.82918 4.60533L3.21115 9.8414C3.07229 10.1191 3 10.4253 3 10.7358V13.4998C3 14.6043 3.89543 15.4998 5 15.4998H9.2802L8.6295 18.7532C8.47607 19.5204 8.85508 20.2953 9.55484 20.6452ZM14.5 14.1131L10.7784 18.2069L11.4806 14.6959C11.5393 14.4021 11.4633 14.0975 11.2733 13.8658C11.0834 13.6341 10.7996 13.4998 10.5 13.4998H5V10.7358L7.61803 5.49975H14.5V14.1131ZM16.5 13.4998H19V5.49975H16.5V13.4998Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default ThumbDown;
@@ -0,0 +1,15 @@
1
+ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
2
+
3
+ const ThumbUp = forwardRef<IconProps, 'svg'>((props, ref) => (
4
+ <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
+ <path
6
+ id="Vector"
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M14.4452 3.35462C13.75 3.00702 12.9084 3.16421 12.3856 3.73934L8.05763 8.50007H5C3.89543 8.50007 3 9.3955 3 10.5001V18.5001C3 19.6046 3.89543 20.5001 5 20.5001H16.382C17.1395 20.5001 17.832 20.0721 18.1708 19.3945L20.7889 14.1584C20.9277 13.8807 21 13.5745 21 13.264V10.5001C21 9.3955 20.1046 8.50007 19 8.50007H14.7198L15.3705 5.2466C15.5239 4.47944 15.1449 3.7045 14.4452 3.35462ZM9.5 9.88668L13.2216 5.79288L12.5194 9.30395C12.4607 9.59773 12.5367 9.90237 12.7267 10.1341C12.9166 10.3657 13.2004 10.5001 13.5 10.5001H19V13.264L16.382 18.5001H9.5V9.88668ZM7.5 10.5001H5V18.5001H7.5V10.5001Z"
10
+ fill="currentColor"
11
+ />
12
+ </Icon>
13
+ ));
14
+
15
+ export default ThumbUp;
@@ -218,6 +218,8 @@ export { default as TestSkipped } from './TestSkipped';
218
218
  export { default as TestSuccess } from './TestSuccess';
219
219
  export { default as TestWarning } from './TestWarning';
220
220
  export { default as Testing } from './Testing';
221
+ export { default as ThumbDown } from './ThumbDown';
222
+ export { default as ThumbUp } from './ThumbUp';
221
223
  export { default as Tick } from './Tick';
222
224
  export { default as Time } from './Time';
223
225
  export { default as Tools } from './Tools';