@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/CHANGELOG.md +9 -0
- package/dist/definitions/DialogModal/DialogModalAnimation/DialogModalAnimation.d.ts +1 -1
- package/dist/definitions/DialogModal/DialogModalAnimation/DialogModalAnimation.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +3 -1
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +3 -1
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +3 -1
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.js +3 -1
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +3 -1
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.mjs +3 -1
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +3 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +3 -1
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
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,
|