@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.
@@ -11792,7 +11792,7 @@ function AnimatedLoaderCircle({
11792
11792
  return {
11793
11793
  strokeDashoffset: circlePerimeter - circlePerimeter * progress.value
11794
11794
  };
11795
- });
11795
+ }, [progress, circlePerimeter]);
11796
11796
  return /*#__PURE__*/jsxRuntime.jsx(AnimatedCircle, {
11797
11797
  "transform-origin": "center center",
11798
11798
  strokeWidth: strokeWidth,
@@ -11863,7 +11863,7 @@ function AnimatedFillCircleContainer({
11863
11863
  rotate: `${360 * progress.value}deg`
11864
11864
  }]
11865
11865
  };
11866
- });
11866
+ }, [progress]);
11867
11867
  return /*#__PURE__*/jsxRuntime.jsx(Animated__default.View, {
11868
11868
  style: [reactNative.StyleSheet.absoluteFill, rotationStyles],
11869
11869
  children: children