@momo-kits/foundation 0.102.6-beta.1 → 0.102.6-beta.3

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.
@@ -771,8 +771,8 @@ const styles = StyleSheet.create({
771
771
  },
772
772
  badgeDotAnimation: {
773
773
  position: 'absolute',
774
- top: -Spacing.S,
775
- right: -Spacing.S,
774
+ top: -Spacing.XS,
775
+ right: -Spacing.XS,
776
776
  },
777
777
  extendedHeader: {
778
778
  aspectRatio: 1.75,
@@ -137,7 +137,7 @@ export type NavigationButtonProps = {
137
137
  export type PinnedToolType = {
138
138
  key: string;
139
139
  badgeValue?: number;
140
- badgeType?: 'number' | 'dot';
140
+ badgeType?: 'number' | 'dot' | 'dot-animation';
141
141
  };
142
142
 
143
143
  export type RuntimeToolType = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/foundation",
3
- "version": "0.102.6-beta.1",
3
+ "version": "0.102.6-beta.3",
4
4
  "description": "React Native Component Kits",
5
5
  "main": "index.ts",
6
6
  "scripts": {},