@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.
@@ -11769,7 +11769,7 @@ function AnimatedLoaderCircle({
11769
11769
  return {
11770
11770
  strokeDashoffset: circlePerimeter - circlePerimeter * progress.value
11771
11771
  };
11772
- });
11772
+ }, [progress, circlePerimeter]);
11773
11773
  return /*#__PURE__*/jsx(AnimatedCircle, {
11774
11774
  "transform-origin": "center center",
11775
11775
  strokeWidth: strokeWidth,
@@ -11840,7 +11840,7 @@ function AnimatedFillCircleContainer({
11840
11840
  rotate: `${360 * progress.value}deg`
11841
11841
  }]
11842
11842
  };
11843
- });
11843
+ }, [progress]);
11844
11844
  return /*#__PURE__*/jsx(Animated.View, {
11845
11845
  style: [StyleSheet.absoluteFill, rotationStyles],
11846
11846
  children: children