@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.
@@ -5065,7 +5065,8 @@ function DialogModalAnimation(_ref) {
5065
5065
  onEntered = _ref.onEntered,
5066
5066
  onExit = _ref.onExit,
5067
5067
  onExited = _ref.onExited,
5068
- onClose = _ref.onClose;
5068
+ onClose = _ref.onClose,
5069
+ testID = _ref.testID;
5069
5070
  var _useState = useState(visible),
5070
5071
  _useState2 = _slicedToArray(_useState, 2),
5071
5072
  isModalVisible = _useState2[0],
@@ -5104,6 +5105,7 @@ function DialogModalAnimation(_ref) {
5104
5105
  flexGrow: 1,
5105
5106
  justifyContent: "center",
5106
5107
  alignItems: "center",
5108
+ testID: testID,
5107
5109
  children: [/*#__PURE__*/jsx(NativeOpacityAnimation, {
5108
5110
  visible: isContentVisible,
5109
5111
  onExited: handleAnimationExited,