mg-library 1.0.703 → 1.0.704

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.
Files changed (2) hide show
  1. package/components.js +0 -1
  2. package/package.json +1 -1
package/components.js CHANGED
@@ -119,7 +119,6 @@ export function MGButton({
119
119
  bg={bgColor}
120
120
  borderColor={borderColor}
121
121
  size={size}
122
- py={resolvedPy}
123
122
  minHeight={minHeight}
124
123
  isLoading={!!isLoading}
125
124
  _pressed={pressedStyles}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.703",
3
+ "version": "1.0.704",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "react-native": "index.js",