@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
|
@@ -5206,7 +5206,8 @@ function DialogModalAnimation({
|
|
|
5206
5206
|
onEntered,
|
|
5207
5207
|
onExit,
|
|
5208
5208
|
onExited,
|
|
5209
|
-
onClose
|
|
5209
|
+
onClose,
|
|
5210
|
+
testID
|
|
5210
5211
|
}) {
|
|
5211
5212
|
const [isModalVisible, setIsModalVisible] = React.useState(visible);
|
|
5212
5213
|
const [isContentVisible, setIsContentVisible] = React.useState(false);
|
|
@@ -5241,6 +5242,7 @@ function DialogModalAnimation({
|
|
|
5241
5242
|
flexGrow: 1,
|
|
5242
5243
|
justifyContent: "center",
|
|
5243
5244
|
alignItems: "center",
|
|
5245
|
+
testID: testID,
|
|
5244
5246
|
children: [/*#__PURE__*/jsxRuntime.jsx(NativeOpacityAnimation$1, {
|
|
5245
5247
|
visible: isContentVisible,
|
|
5246
5248
|
onExited: handleAnimationExited,
|