@jobber/components-native 0.105.0 → 0.105.1-MIKEfix-c-5c0e785.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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components-native",
3
- "version": "0.105.0",
3
+ "version": "0.105.1-MIKEfix-c-5c0e785.0+5c0e785b",
4
4
  "license": "MIT",
5
5
  "description": "React Native implementation of Atlantis",
6
6
  "repository": {
@@ -122,5 +122,5 @@
122
122
  "react-native-screens": ">=4.18.0",
123
123
  "react-native-svg": ">=12.0.0"
124
124
  },
125
- "gitHead": "2dd2b2d127e9e7e00f8db56c9a5c8ab05344e128"
125
+ "gitHead": "5c0e785bd40c799921ab69b14b2c729991f195c7"
126
126
  }
@@ -123,7 +123,15 @@ function FullMotionRing({ pixelSize, strokeWidth, arcColor, trackColor, style, t
123
123
  strokeDashoffset: offset,
124
124
  };
125
125
  });
126
- return (React.createElement(Animated.View, Object.assign({ style: [{ width: pixelSize, height: pixelSize }, style], testID: testID }, a11yProps),
126
+ return (React.createElement(Animated.View, Object.assign({ style: [
127
+ {
128
+ width: pixelSize,
129
+ height: pixelSize,
130
+ justifyContent: "center",
131
+ alignItems: "center",
132
+ },
133
+ style,
134
+ ], testID: testID }, a11yProps),
127
135
  React.createElement(Animated.View, { style: [{ width: pixelSize, height: pixelSize }, outerStyle] },
128
136
  React.createElement(Animated.View, { style: [{ width: pixelSize, height: pixelSize }, innerStyle] },
129
137
  React.createElement(Svg, { width: pixelSize, height: pixelSize, viewBox: `0 0 ${VIEWBOX} ${VIEWBOX}` },