@bitrise/bitkit 12.85.0 → 12.86.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 +1 -1
- package/src/Components/Icons/16x16/ArrowDown.tsx +1 -2
- package/src/Components/Icons/16x16/ArrowLeft.tsx +1 -3
- package/src/Components/Icons/16x16/ArrowQuit.tsx +2 -2
- package/src/Components/Icons/16x16/ArrowRight.tsx +2 -3
- package/src/Components/Icons/16x16/ArrowUp.tsx +2 -3
- package/src/Components/Icons/16x16/ChevronDown.tsx +2 -2
- package/src/Components/Icons/16x16/ChevronLeft.tsx +2 -2
- package/src/Components/Icons/16x16/ChevronRight.tsx +2 -2
- package/src/Components/Icons/16x16/ChevronUp.tsx +2 -2
- package/src/Components/Icons/16x16/Request.tsx +6 -2
- package/src/Components/Icons/16x16/SortArrows.tsx +3 -3
- package/src/Components/Icons/24x24/ArrowDown.tsx +2 -3
- package/src/Components/Icons/24x24/ArrowLeft.tsx +2 -3
- package/src/Components/Icons/24x24/ArrowQuit.tsx +2 -2
- package/src/Components/Icons/24x24/ArrowRight.tsx +2 -3
- package/src/Components/Icons/24x24/ArrowUp.tsx +2 -3
- package/src/Components/Icons/24x24/ChevronDown.tsx +2 -2
- package/src/Components/Icons/24x24/ChevronLeft.tsx +2 -2
- package/src/Components/Icons/24x24/ChevronRight.tsx +2 -2
- package/src/Components/Icons/24x24/ChevronUp.tsx +2 -2
- package/src/Components/Icons/24x24/Request.tsx +6 -2
- package/src/Components/Icons/24x24/SortArrows.tsx +3 -3
package/package.json
CHANGED
|
@@ -3,8 +3,7 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const ArrowDown = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
|
|
7
|
-
d="M8.63972 9.44538L10.3906 7.69748L11.3333 8.70588L7.96632 12L4.66666 8.70588L5.60942 7.76471L7.29292 9.37815V4H8.63972V9.44538Z"
|
|
6
|
+
d="M8.75 11.1894V2H7.25V11.1893L4.53039 8.46968L3.46973 9.53034L8.00006 14.0607L12.5304 9.53034L11.4697 8.46968L8.75 11.1894Z"
|
|
8
7
|
fill="currentColor"
|
|
9
8
|
fillRule="evenodd"
|
|
10
9
|
/>
|
|
@@ -3,10 +3,8 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
3
3
|
const ArrowLeft = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
|
|
7
|
-
d="m6.533 8.6 1.734 1.733-1 .934L4 7.933l3.267-3.266.933.933-1.6 1.667h5.333V8.6h-5.4Z"
|
|
6
|
+
d="M1.93929 8L6.46961 3.46967L7.53027 4.53033L4.8106 7.25H14V8.75H4.81061L7.53028 11.4697L6.46961 12.5303L1.93929 8Z"
|
|
8
7
|
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
8
|
/>
|
|
11
9
|
</Icon>
|
|
12
10
|
));
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ArrowQuit = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
d="
|
|
6
|
+
d="M10.5303 6.46966L7 2.93933L3.46967 6.46966L4.53033 7.53032L6.25 5.81065V10.5C6.25 11.1903 6.80964 11.75 7.5 11.75H12V10.25H7.75V5.81065L9.46967 7.53032L10.5303 6.46966Z"
|
|
7
7
|
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
</Icon>
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ArrowRight = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
|
|
7
|
-
d="M9.44538 7.36035L7.69748 5.60951L8.70588 4.66675L12 8.03375L8.70588 11.3334L7.76471 10.3907L9.37815 8.70715H4V7.36035H9.44538Z"
|
|
6
|
+
d="M14.0607 8L9.53039 3.46967L8.46973 4.53033L11.1894 7.25H2V8.75H11.1894L8.46973 11.4697L9.53039 12.5303L14.0607 8Z"
|
|
8
7
|
fill="currentColor"
|
|
9
8
|
fillRule="evenodd"
|
|
10
9
|
/>
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ArrowUp = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
|
|
7
|
-
d="M7.36026 6.55462L5.60942 8.30252L4.66666 7.29412L8.03366 4L11.3333 7.29412L10.3906 8.23529L8.70706 6.62185V12H7.36026V6.55462Z"
|
|
6
|
+
d="M12.5304 6.46966L8.00006 1.93933L3.46973 6.46966L4.53039 7.53032L7.25 4.81071L7.25 14H8.75L8.75 4.8106L11.4697 7.53032L12.5304 6.46966Z"
|
|
8
7
|
fill="currentColor"
|
|
9
8
|
fillRule="evenodd"
|
|
10
9
|
/>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ChevronDown = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
6
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
7
|
+
d="M3.46967 6.78033L4.53033 5.71967L8 9.18934L11.4697 5.71967L12.5303 6.78033L8 11.3107L3.46967 6.78033Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ChevronLeft = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
6
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
7
|
+
d="M6.81065 8L10.2803 4.53033L9.21966 3.46967L4.68933 8L9.21966 12.5303L10.2803 11.4697L6.81065 8Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ChevronRight = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
6
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
7
|
+
d="M6.78033 3.46967L11.3107 8L6.78033 12.5303L5.71967 11.4697L9.18934 8L5.71967 4.53033L6.78033 3.46967Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ChevronUp = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
6
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
7
|
+
d="M8 4.68935L12.5303 9.21968L11.4697 10.2803L8 6.81067L4.53033 10.2803L3.46967 9.21968L8 4.68935Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Request = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
d="
|
|
6
|
+
d="M11.0303 2.96967L9.96967 4.03033L11.1893 5.25L7 5.25V6.75L11.1893 6.75L9.96967 7.96967L11.0303 9.03033L14.0607 6L11.0303 2.96967Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M4.96967 13.0303L6.03033 11.9697L4.81066 10.75L9 10.75V9.25L4.81066 9.24999L6.03033 8.03033L4.96967 6.96967L1.93934 10L4.96967 13.0303Z"
|
|
7
11
|
fill="currentColor"
|
|
8
12
|
/>
|
|
9
13
|
</Icon>
|
|
@@ -2,13 +2,13 @@ import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
|
2
2
|
|
|
3
3
|
const SortArrows = forwardRef<IconProps, 'svg'>((props, ref) => {
|
|
4
4
|
return (
|
|
5
|
-
<Icon ref={ref} height="16" viewBox="0 0
|
|
5
|
+
<Icon ref={ref} height="16" viewBox="0 0 16 16" width="16" {...props}>
|
|
6
6
|
<path
|
|
7
|
-
d="
|
|
7
|
+
d="M2.96967 4.96966L4.03033 6.03032L5.25 4.81065L5.24999 8.99999H6.74999L6.75 4.81065L7.96967 6.03032L9.03033 4.96966L6 1.93933L2.96967 4.96966Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
/>
|
|
10
10
|
<path
|
|
11
|
-
d="
|
|
11
|
+
d="M13.0303 11.0303L11.9697 9.96966L10.75 11.1893L10.75 6.99999H9.25L9.24999 11.1893L8.03033 9.96966L6.96967 11.0303L9.99999 14.0607L13.0303 11.0303Z"
|
|
12
12
|
fill="currentColor"
|
|
13
13
|
/>
|
|
14
14
|
</Icon>
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ArrowDown = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
|
|
7
|
-
d="M12.9596 14.1681L15.5859 11.5462L17 13.0588L11.9495 18L7 13.0588L8.41414 11.6471L10.9394 14.0672V6H12.9596V14.1681Z"
|
|
6
|
+
d="M13 17.0859V3H11V17.0857L6.70718 12.7929L5.29297 14.2071L12.0001 20.9142L18.7072 14.2071L17.293 12.7929L13 17.0859Z"
|
|
8
7
|
fill="currentColor"
|
|
9
8
|
fillRule="evenodd"
|
|
10
9
|
/>
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ArrowLeft = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
|
|
7
|
-
d="m9.8 12.9 2.6 2.6-1.5 1.4-4.9-5L10.9 7l1.4 1.4-2.4 2.5h8v2H9.8Z"
|
|
6
|
+
d="M6.91411 11L11.207 6.70709L9.7928 5.29288L3.08569 12L9.7928 18.7071L11.207 17.2929L6.91413 13L21 13V11L6.91411 11Z"
|
|
8
7
|
fill="currentColor"
|
|
9
8
|
fillRule="evenodd"
|
|
10
9
|
/>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ArrowQuit = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
d="
|
|
6
|
+
d="M16.7071 10.2929L11 4.58578L5.29289 10.2929L6.70711 11.7071L10 8.41421V16C10 17.1046 10.8954 18 12 18H18V16H12V8.41421L15.2929 11.7071L16.7071 10.2929Z"
|
|
7
7
|
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
</Icon>
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ArrowRight = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
|
|
7
|
-
d="M14.1681 11.0404L11.5462 8.41414L13.0588 7L18 12.0505L13.0588 17L11.6471 15.5859L14.0672 13.0606H6V11.0404H14.1681Z"
|
|
6
|
+
d="M12.793 17.2929L14.2072 18.7071L20.9143 12L14.2072 5.29288L12.793 6.70709L17.0859 11L3 11V13L17.0858 13L12.793 17.2929Z"
|
|
8
7
|
fill="currentColor"
|
|
9
8
|
fillRule="evenodd"
|
|
10
9
|
/>
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ArrowUp = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
|
|
7
|
-
d="M11.0404 9.83193L8.41414 12.4538L7 10.9412L12.0505 6L17 10.9412L15.5859 12.3529L13.0606 9.93277V18H11.0404V9.83193Z"
|
|
6
|
+
d="M18.7072 9.79289L12.0001 3.08578L5.29297 9.79289L6.70718 11.2071L11 6.91429L11 21H13L13 6.91414L17.293 11.2071L18.7072 9.79289Z"
|
|
8
7
|
fill="currentColor"
|
|
9
8
|
fillRule="evenodd"
|
|
10
9
|
/>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ChevronDown = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
6
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
7
|
+
d="M5.29291 10.2071L6.70712 8.79289L12 14.0858L17.2929 8.79289L18.7071 10.2071L12 16.9142L5.29291 10.2071Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ChevronLeft = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
6
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
7
|
+
d="M9.91421 12L15.2071 6.70711L13.7929 5.29289L7.08578 12L13.7929 18.7071L15.2071 17.2929L9.91421 12Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ChevronRight = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
6
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
7
|
+
d="M10.2071 5.29289L16.9142 12L10.2071 18.7071L8.79291 17.2929L14.0858 12L8.79291 6.70711L10.2071 5.29289Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ChevronUp = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
6
|
clipRule="evenodd"
|
|
7
|
-
d="
|
|
7
|
+
d="M12 7.08578L18.7071 13.7929L17.2929 15.2071L12 9.91421L6.70712 15.2071L5.29291 13.7929L12 7.08578Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
fillRule="evenodd"
|
|
10
10
|
/>
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Request = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 24 24" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
d="
|
|
6
|
+
d="M16.7071 4.29291L15.2929 5.70712L17.5858 8.00002L11 8.00001V10L17.5858 10L15.2929 12.2929L16.7071 13.7071L21.4142 9.00002L16.7071 4.29291Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M7.29289 19.7071L2.58578 15L7.29289 10.2929L8.70711 11.7071L6.41421 14H13V16H6.41421L8.70711 18.2929L7.29289 19.7071Z"
|
|
7
11
|
fill="currentColor"
|
|
8
12
|
/>
|
|
9
13
|
</Icon>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const SortArrows = forwardRef<IconProps, 'svg'>((props, ref) => {
|
|
4
4
|
return (
|
|
5
5
|
<Icon ref={ref} height="24" viewBox="0 0 24 24" width="24" {...props}>
|
|
6
6
|
<path
|
|
7
|
-
d="M4.
|
|
7
|
+
d="M4.29289 7.29289L9 2.58578L13.7071 7.29289L12.2929 8.70711L10 6.41421L10 13H8L8 6.41421L5.70711 8.70711L4.29289 7.29289Z"
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
/>
|
|
10
10
|
<path
|
|
11
|
-
d="
|
|
11
|
+
d="M16 17.5858L16 11H14L14 17.5858L11.7071 15.2929L10.2929 16.7071L15 21.4142L19.7071 16.7071L18.2929 15.2929L16 17.5858Z"
|
|
12
12
|
fill="currentColor"
|
|
13
13
|
/>
|
|
14
14
|
</Icon>
|