@ornikar/kitt-universal 32.0.0 → 32.0.1

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.
@@ -5037,7 +5037,8 @@ function DialogModalAnimation({
5037
5037
  onEntered,
5038
5038
  onExit,
5039
5039
  onExited,
5040
- onClose
5040
+ onClose,
5041
+ testID
5041
5042
  }) {
5042
5043
  const [isModalVisible, setIsModalVisible] = useState(visible);
5043
5044
  const [isContentVisible, setIsContentVisible] = useState(false);
@@ -5071,6 +5072,7 @@ function DialogModalAnimation({
5071
5072
  flexGrow: 1,
5072
5073
  justifyContent: "center",
5073
5074
  alignItems: "center",
5075
+ testID: testID,
5074
5076
  children: [/*#__PURE__*/jsx(NativeOpacityAnimation, {
5075
5077
  visible: isContentVisible,
5076
5078
  onExited: handleAnimationExited,