@bitrise/bitkit 12.28.2 → 12.28.4

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.28.2",
4
+ "version": "12.28.4",
5
5
  "repository": "git@github.com:bitrise-io/bitkit.git",
6
6
  "main": "src/index.ts",
7
7
  "license": "UNLICENSED",
@@ -3,7 +3,7 @@ import { Icon, IconProps, forwardRef } from '@chakra-ui/react';
3
3
  const AppleFill = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 16 16" {...props}>
5
5
  <path
6
- fill="#201B22"
6
+ fill="currentColor"
7
7
  d="M10.667.667S10.8 1.6 10 2.533c-.933.934-2 .8-2 .8s-.2-.8.6-1.666c.867-1 2.067-1 2.067-1ZM13 5.467s-1.4.733-1.4 2.466c0 1.934 1.667 2.667 1.667 2.667S12.067 14 10.4 14c-.733 0-1.333-.533-2.133-.533S6.667 14 6.133 14c-1.533 0-3.466-3.267-3.4-5.8 0-2.6 1.6-3.933 3.134-3.933 1 0 1.733.533 2.266.533.467 0 1.267-.6 2.334-.6C12.267 4.2 13 5.467 13 5.467Z"
8
8
  />
9
9
  </Icon>
@@ -4,7 +4,7 @@ const AppleFill = forwardRef<IconProps, 'svg'>((props, ref) => (
4
4
  <Icon ref={ref} viewBox="0 0 24 24" {...props}>
5
5
  <path
6
6
  d="M16 1s.2 1.4-1 2.8C13.6 5.2 12 5 12 5s-.3-1.2.9-2.5C14.2 1 16 1 16 1ZM19.5 8.2s-2.1 1.1-2.1 3.7c0 2.9 2.5 4 2.5 4S18.1 21 15.6 21c-1.1 0-2-.8-3.2-.8-1.2 0-2.4.8-3.2.8-2.3 0-5.2-4.9-5.1-8.7 0-3.9 2.4-5.9 4.7-5.9 1.5 0 2.6.8 3.4.8.7 0 1.9-.9 3.5-.9 2.7 0 3.8 1.9 3.8 1.9Z"
7
- fill="#201B22"
7
+ fill="currentColor"
8
8
  />
9
9
  </Icon>
10
10
  ));