@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
|
@@ -5046,7 +5046,8 @@ function DialogModalAnimation({
|
|
|
5046
5046
|
onEntered,
|
|
5047
5047
|
onExit,
|
|
5048
5048
|
onExited,
|
|
5049
|
-
onClose
|
|
5049
|
+
onClose,
|
|
5050
|
+
testID
|
|
5050
5051
|
}) {
|
|
5051
5052
|
const [isModalVisible, setIsModalVisible] = react.useState(visible);
|
|
5052
5053
|
const [isContentVisible, setIsContentVisible] = react.useState(false);
|
|
@@ -5080,6 +5081,7 @@ function DialogModalAnimation({
|
|
|
5080
5081
|
flexGrow: 1,
|
|
5081
5082
|
justifyContent: "center",
|
|
5082
5083
|
alignItems: "center",
|
|
5084
|
+
testID: testID,
|
|
5083
5085
|
children: [/*#__PURE__*/jsxRuntime.jsx(NativeOpacityAnimation, {
|
|
5084
5086
|
visible: isContentVisible,
|
|
5085
5087
|
onExited: handleAnimationExited,
|