@bitrise/bitkit 13.100.0 → 13.101.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.100.0",
4
+ "version": "13.101.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+ssh://git@github.com/bitrise-io/bitkit.git"
@@ -218,6 +218,7 @@ const getColors = ({ name, variant }: AvatarProps) => {
218
218
  if (variant === 'brand') {
219
219
  return { backgroundColor: 'sys/neutral/subtle', color: 'text/secondary' };
220
220
  }
221
+ return {};
221
222
  };
222
223
 
223
224
  const AvatarTheme: ComponentStyleConfig = {