@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.web.js
CHANGED
|
@@ -5065,7 +5065,8 @@ function DialogModalAnimation(_ref) {
|
|
|
5065
5065
|
onEntered = _ref.onEntered,
|
|
5066
5066
|
onExit = _ref.onExit,
|
|
5067
5067
|
onExited = _ref.onExited,
|
|
5068
|
-
onClose = _ref.onClose
|
|
5068
|
+
onClose = _ref.onClose,
|
|
5069
|
+
testID = _ref.testID;
|
|
5069
5070
|
var _useState = useState(visible),
|
|
5070
5071
|
_useState2 = _slicedToArray(_useState, 2),
|
|
5071
5072
|
isModalVisible = _useState2[0],
|
|
@@ -5104,6 +5105,7 @@ function DialogModalAnimation(_ref) {
|
|
|
5104
5105
|
flexGrow: 1,
|
|
5105
5106
|
justifyContent: "center",
|
|
5106
5107
|
alignItems: "center",
|
|
5108
|
+
testID: testID,
|
|
5107
5109
|
children: [/*#__PURE__*/jsx(NativeOpacityAnimation, {
|
|
5108
5110
|
visible: isContentVisible,
|
|
5109
5111
|
onExited: handleAnimationExited,
|