@ornikar/kitt-universal 29.1.0 → 29.2.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/index.es.js CHANGED
@@ -12007,7 +12007,7 @@ function AnimatedLoaderCircle(_ref) {
12007
12007
  return {
12008
12008
  strokeDashoffset: circlePerimeter - circlePerimeter * progress.value
12009
12009
  };
12010
- });
12010
+ }, [progress, circlePerimeter]);
12011
12011
  return /*#__PURE__*/jsx(AnimatedCircle, {
12012
12012
  "transform-origin": "center center",
12013
12013
  strokeWidth: strokeWidth,
@@ -12074,7 +12074,7 @@ function AnimatedFillCircleContainer(_ref) {
12074
12074
  rotate: "".concat(360 * progress.value, "deg")
12075
12075
  }]
12076
12076
  };
12077
- });
12077
+ }, [progress]);
12078
12078
  return /*#__PURE__*/jsx(Animated.View, {
12079
12079
  style: [StyleSheet.absoluteFill, rotationStyles],
12080
12080
  children: children