@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.
package/dist/index.es.js CHANGED
@@ -5214,7 +5214,8 @@ function DialogModalAnimation(_ref) {
5214
5214
  onEntered = _ref.onEntered,
5215
5215
  onExit = _ref.onExit,
5216
5216
  onExited = _ref.onExited,
5217
- onClose = _ref.onClose;
5217
+ onClose = _ref.onClose,
5218
+ testID = _ref.testID;
5218
5219
  var _useState = useState(visible),
5219
5220
  _useState2 = _slicedToArray(_useState, 2),
5220
5221
  isModalVisible = _useState2[0],
@@ -5254,6 +5255,7 @@ function DialogModalAnimation(_ref) {
5254
5255
  flexGrow: 1,
5255
5256
  justifyContent: "center",
5256
5257
  alignItems: "center",
5258
+ testID: testID,
5257
5259
  children: [/*#__PURE__*/jsx(NativeOpacityAnimation$1, {
5258
5260
  visible: isContentVisible,
5259
5261
  onExited: handleAnimationExited,