@ornikar/kitt-universal 29.5.1 → 30.0.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 +13 -0
- package/dist/definitions/CardModal/CardModalAnimation/NativeRotationAnimation.d.ts +0 -1
- package/dist/definitions/CardModal/CardModalAnimation/NativeRotationAnimation.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +5 -3
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +5 -3
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +5 -3
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.css +0 -8
- package/dist/index-node-22.17.cjs.web.js +149 -73
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +5 -3
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.css +0 -8
- package/dist/index-node-22.17.es.web.mjs +149 -73
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +5 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +163 -88
- package/dist/index.es.web.js.map +1 -1
- package/dist/styles.css +0 -8
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/definitions/CardModal/CardModalAnimation/CardModalAnimation.web.d.ts +0 -4
- package/dist/definitions/CardModal/CardModalAnimation/CardModalAnimation.web.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [30.0.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@29.5.1...@ornikar/kitt-universal@30.0.0) (2025-11-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ⚠ BREAKING CHANGES
|
|
10
|
+
|
|
11
|
+
* **kitt-u:** remove linaria from CardModal OSE-18317 (#2744)
|
|
12
|
+
|
|
13
|
+
### Code Refactoring
|
|
14
|
+
|
|
15
|
+
* **kitt-u:** remove linaria from CardModal OSE-18317 ([#2744](https://github.com/ornikar/kitt/issues/2744)) ([d6c5faa](https://github.com/ornikar/kitt/commit/d6c5faab5e3088c15f4dcfa5e135eb35dd925075))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
6
19
|
## [29.5.1](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@29.5.0...@ornikar/kitt-universal@29.5.1) (2025-11-06)
|
|
7
20
|
|
|
8
21
|
|
|
@@ -2,7 +2,6 @@ import type { ReactNode } from 'react';
|
|
|
2
2
|
import type { CardModalAnimationProps } from './CardModalAnimation';
|
|
3
3
|
export interface NativeRotationAnimationProps {
|
|
4
4
|
children: ReactNode;
|
|
5
|
-
topInset?: number;
|
|
6
5
|
visible?: CardModalAnimationProps['visible'];
|
|
7
6
|
onEntered?: CardModalAnimationProps['onEntered'];
|
|
8
7
|
onExited: () => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NativeRotationAnimation.d.ts","sourceRoot":"","sources":["../../../../src/CardModal/CardModalAnimation/NativeRotationAnimation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAEpE,MAAM,WAAW,4BAA4B;IAC3C,QAAQ,EAAE,SAAS,CAAC;IACpB,
|
|
1
|
+
{"version":3,"file":"NativeRotationAnimation.d.ts","sourceRoot":"","sources":["../../../../src/CardModal/CardModalAnimation/NativeRotationAnimation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAEpE,MAAM,WAAW,4BAA4B;IAC3C,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,uBAAuB,CAAC,SAAS,CAAC,CAAC;IAC7C,SAAS,CAAC,EAAE,uBAAuB,CAAC,WAAW,CAAC,CAAC;IACjD,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,uBAAuB,CAAC,EACtC,OAAO,EACP,QAAQ,EACR,SAAS,EACT,QAAQ,GACT,EAAE,4BAA4B,GAAG,SAAS,CAsC1C"}
|
|
@@ -4213,7 +4213,7 @@ function NativeOpacityAnimation$2({
|
|
|
4213
4213
|
runOnJS(handleAnimationFinished)();
|
|
4214
4214
|
})
|
|
4215
4215
|
};
|
|
4216
|
-
});
|
|
4216
|
+
}, [visible]);
|
|
4217
4217
|
return /*#__PURE__*/jsx(Animated.View, {
|
|
4218
4218
|
style: [StyleSheet.absoluteFillObject, opacityStyle],
|
|
4219
4219
|
children: children
|
|
@@ -4268,9 +4268,11 @@ function NativeRotationAnimation$1({
|
|
|
4268
4268
|
rotateZ: `${rotation.value}deg`
|
|
4269
4269
|
}]
|
|
4270
4270
|
};
|
|
4271
|
-
});
|
|
4271
|
+
}, [rotation, visible]);
|
|
4272
4272
|
return /*#__PURE__*/jsx(Animated.View, {
|
|
4273
|
-
style: [
|
|
4273
|
+
style: [{
|
|
4274
|
+
flexShrink: 1
|
|
4275
|
+
}, animatedStyle],
|
|
4274
4276
|
children: children
|
|
4275
4277
|
});
|
|
4276
4278
|
}
|