@bitrise/bitkit-v2 0.3.111 → 0.3.112

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.
@@ -1,6 +1,6 @@
1
1
  import { avatarAnatomy as e } from "@chakra-ui/react/anatomy";
2
2
  import { defineSlotRecipe as t } from "@chakra-ui/react/styled-system";
3
- const r = t({
3
+ const o = t({
4
4
  slots: [...e.keys(), "icon", "badge", "badgeContainer"],
5
5
  className: "avatar",
6
6
  base: {
@@ -22,9 +22,7 @@ const r = t({
22
22
  height: "100%",
23
23
  objectFit: "cover"
24
24
  },
25
- fallback: {
26
- textTransform: "uppercase"
27
- },
25
+ fallback: {},
28
26
  icon: {},
29
27
  badge: {
30
28
  width: 16,
@@ -100,5 +98,5 @@ const r = t({
100
98
  }
101
99
  });
102
100
  export {
103
- r as default
101
+ o as default
104
102
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit-v2",
3
3
  "private": false,
4
- "version": "0.3.111",
4
+ "version": "0.3.112",
5
5
  "description": "Bitrise Design System Components built with Chakra UI V3",
6
6
  "keywords": [
7
7
  "react",