@ornikar/kitt-universal 31.1.2-canary.b586e0e9612495f8597e9c4be7d2c5a28baa9437.0 → 31.2.1-canary.17485591ac55a14466021258b1ae9ff08b514eb1.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
|
@@ -4419,7 +4419,7 @@ function NativeOpacityAnimation$2({
|
|
|
4419
4419
|
Animated.runOnJS(handleAnimationFinished)();
|
|
4420
4420
|
})
|
|
4421
4421
|
};
|
|
4422
|
-
}
|
|
4422
|
+
});
|
|
4423
4423
|
return /*#__PURE__*/jsxRuntime.jsx(Animated__default.View, {
|
|
4424
4424
|
style: [reactNative.StyleSheet.absoluteFillObject, opacityStyle],
|
|
4425
4425
|
children: children
|
|
@@ -4474,11 +4474,9 @@ function NativeRotationAnimation$1({
|
|
|
4474
4474
|
rotateZ: `${rotation.value}deg`
|
|
4475
4475
|
}]
|
|
4476
4476
|
};
|
|
4477
|
-
}
|
|
4477
|
+
});
|
|
4478
4478
|
return /*#__PURE__*/jsxRuntime.jsx(Animated__default.View, {
|
|
4479
|
-
style: [
|
|
4480
|
-
flexShrink: 1
|
|
4481
|
-
}, animatedStyle],
|
|
4479
|
+
style: [animatedStyle],
|
|
4482
4480
|
children: children
|
|
4483
4481
|
});
|
|
4484
4482
|
}
|