@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
|
@@ -5182,7 +5182,8 @@ function DialogModalAnimation({
|
|
|
5182
5182
|
onEntered,
|
|
5183
5183
|
onExit,
|
|
5184
5184
|
onExited,
|
|
5185
|
-
onClose
|
|
5185
|
+
onClose,
|
|
5186
|
+
testID
|
|
5186
5187
|
}) {
|
|
5187
5188
|
const [isModalVisible, setIsModalVisible] = useState(visible);
|
|
5188
5189
|
const [isContentVisible, setIsContentVisible] = useState(false);
|
|
@@ -5217,6 +5218,7 @@ function DialogModalAnimation({
|
|
|
5217
5218
|
flexGrow: 1,
|
|
5218
5219
|
justifyContent: "center",
|
|
5219
5220
|
alignItems: "center",
|
|
5221
|
+
testID: testID,
|
|
5220
5222
|
children: [/*#__PURE__*/jsx(NativeOpacityAnimation$1, {
|
|
5221
5223
|
visible: isContentVisible,
|
|
5222
5224
|
onExited: handleAnimationExited,
|