@ornikar/kitt-universal 31.1.2-canary.b586e0e9612495f8597e9c4be7d2c5a28baa9437.0 → 31.2.1-canary.338c0e3dad9e12a43d9c58a1a2e846e1df8c075b.0
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 +16 -3
- package/dist/definitions/CardModal/CardModalAnimation/CardModalAnimation.web.d.ts +4 -0
- package/dist/definitions/CardModal/CardModalAnimation/CardModalAnimation.web.d.ts.map +1 -0
- package/dist/definitions/CardModal/CardModalAnimation/NativeRotationAnimation.d.ts +1 -0
- package/dist/definitions/CardModal/CardModalAnimation/NativeRotationAnimation.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +3 -5
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +3 -5
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +3 -5
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.css +8 -0
- package/dist/index-node-22.17.cjs.web.js +73 -149
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +3 -5
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.css +8 -0
- package/dist/index-node-22.17.es.web.mjs +73 -149
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +3 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +88 -163
- package/dist/index.es.web.js.map +1 -1
- package/dist/styles.css +8 -0
- package/dist/tsbuildinfo +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -4438,7 +4438,7 @@ function NativeOpacityAnimation$2(_ref) {
|
|
|
4438
4438
|
runOnJS(handleAnimationFinished)();
|
|
4439
4439
|
})
|
|
4440
4440
|
};
|
|
4441
|
-
}
|
|
4441
|
+
});
|
|
4442
4442
|
return /*#__PURE__*/jsx(Animated.View, {
|
|
4443
4443
|
style: [StyleSheet.absoluteFillObject, opacityStyle],
|
|
4444
4444
|
children: children
|
|
@@ -4489,11 +4489,9 @@ function NativeRotationAnimation$1(_ref) {
|
|
|
4489
4489
|
rotateZ: "".concat(rotation.value, "deg")
|
|
4490
4490
|
}]
|
|
4491
4491
|
};
|
|
4492
|
-
}
|
|
4492
|
+
});
|
|
4493
4493
|
return /*#__PURE__*/jsx(Animated.View, {
|
|
4494
|
-
style: [
|
|
4495
|
-
flexShrink: 1
|
|
4496
|
-
}, animatedStyle],
|
|
4494
|
+
style: [animatedStyle],
|
|
4497
4495
|
children: children
|
|
4498
4496
|
});
|
|
4499
4497
|
}
|