@momo-kits/foundation 0.92.26-beta.12 → 0.92.26-beta.14

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.
@@ -333,7 +333,6 @@ const HeaderToolkitAction: React.FC<any> = ({
333
333
  const [toolConfig, setToolConfig] = useState<any>();
334
334
  const {onAction} = toolConfig ?? {};
335
335
 
336
- console.log('miniContext--------', miniContext);
337
336
  let backgroundColor;
338
337
  if (tintColor !== Colors.black_01) {
339
338
  backgroundColor = 'transparent';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/foundation",
3
- "version": "0.92.26-beta.12",
3
+ "version": "0.92.26-beta.14",
4
4
  "description": "React Native Component Kits",
5
5
  "main": "index.ts",
6
6
  "scripts": {},