@ornikar/kitt-universal 32.5.0 → 32.5.1-canary.5ba1adb7ef6f41e2165abd46b6c8df65c0325fc7.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 +21 -0
- package/dist/definitions/story-components/StoryDecorator.d.ts +1 -1
- package/dist/definitions/story-components/StoryDecorator.d.ts.map +1 -1
- package/dist/definitions/utils/storybook/ChromaticReducedMotionDecorator.d.ts +1 -1
- package/dist/definitions/utils/storybook/ChromaticReducedMotionDecorator.d.ts.map +1 -1
- package/dist/definitions/utils/storybook/KittThemeDecorator.d.ts +1 -1
- package/dist/definitions/utils/storybook/KittThemeDecorator.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +1 -1
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +1 -1
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +4 -4
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.js +4 -4
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +1 -1
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.mjs +1 -1
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +1 -1
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,27 @@
|
|
|
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
|
+
## [32.5.1-canary.5ba1adb7ef6f41e2165abd46b6c8df65c0325fc7.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@32.5.0...@ornikar/kitt-universal@32.5.1-canary.5ba1adb7ef6f41e2165abd46b6c8df65c0325fc7.0) (2026-01-06)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add necessary devDeps to fix checkPackage script ([f2f1465](https://github.com/ornikar/kitt/commit/f2f14657cda369f2936b88ef69fc489eee190b0b))
|
|
12
|
+
* bump to 8.6.15 ([37524db](https://github.com/ornikar/kitt/commit/37524db5c00ac044958395e0818ae42d97d69488))
|
|
13
|
+
* replace addon-controls occurrences ([ad04bc5](https://github.com/ornikar/kitt/commit/ad04bc566d1e9d5f795617de96ebec913f14238a))
|
|
14
|
+
* replace deleted storybook api ([b12b8f2](https://github.com/ornikar/kitt/commit/b12b8f229edcac9344a7589336692b777f7cfd89))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* rename ComponentMeta and ComponentStory ([433d977](https://github.com/ornikar/kitt/commit/433d977f9f77f98abc22113b6a67c0f31a71b36b))
|
|
20
|
+
* revert changes on codemod ([8d9e470](https://github.com/ornikar/kitt/commit/8d9e470198f9adcac8e3423b94377297484e3d0b))
|
|
21
|
+
* run prettier ([8ef5c42](https://github.com/ornikar/kitt/commit/8ef5c426a82ae4b95bf2941f7ca2b5ada213ceaf))
|
|
22
|
+
* temporary comment out addon-controls ([9dd7d4d](https://github.com/ornikar/kitt/commit/9dd7d4dcc823e31f39a009d48528972c48bae9e0))
|
|
23
|
+
* wrong import in csf mods ([055b5d3](https://github.com/ornikar/kitt/commit/055b5d3ba1aadd8d307df18f777082e48ecddf6b))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
6
27
|
## [32.5.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@32.4.0...@ornikar/kitt-universal@32.5.0) (2025-12-15)
|
|
7
28
|
|
|
8
29
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const StoryDecorator:
|
|
1
|
+
export declare const StoryDecorator: (...args: any) => any;
|
|
2
2
|
//# sourceMappingURL=StoryDecorator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StoryDecorator.d.ts","sourceRoot":"","sources":["../../../src/story-components/StoryDecorator.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"StoryDecorator.d.ts","sourceRoot":"","sources":["../../../src/story-components/StoryDecorator.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc,uBAYzB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const ChromaticReducedMotionDecorator:
|
|
1
|
+
export declare const ChromaticReducedMotionDecorator: (...args: any) => any;
|
|
2
2
|
//# sourceMappingURL=ChromaticReducedMotionDecorator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChromaticReducedMotionDecorator.d.ts","sourceRoot":"","sources":["../../../../src/utils/storybook/ChromaticReducedMotionDecorator.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,+BAA+B,
|
|
1
|
+
{"version":3,"file":"ChromaticReducedMotionDecorator.d.ts","sourceRoot":"","sources":["../../../../src/utils/storybook/ChromaticReducedMotionDecorator.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,+BAA+B,uBAS1C,CAAC"}
|
|
@@ -6,6 +6,6 @@ interface KittThemeProviderProps {
|
|
|
6
6
|
children: ReactNode;
|
|
7
7
|
}
|
|
8
8
|
export declare function KittThemeProvider({ isSSR, children, appTheme }: KittThemeProviderProps): ReactNode;
|
|
9
|
-
export declare const KittThemeDecorator:
|
|
9
|
+
export declare const KittThemeDecorator: (...args: any) => any;
|
|
10
10
|
export {};
|
|
11
11
|
//# sourceMappingURL=KittThemeDecorator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KittThemeDecorator.d.ts","sourceRoot":"","sources":["../../../../src/utils/storybook/KittThemeDecorator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,QAAQ,EAAE,2BAA2B,EAAE,MAAM,0CAA0C,CAAC;AAItG,UAAU,sBAAsB;IAC9B,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,KAAK,CAAC,EAAE,2BAA2B,CAAC,OAAO,CAAC,CAAC;IAC7C,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,iBAAiB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,sBAAsB,GAAG,SAAS,CAOlG;AAED,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"KittThemeDecorator.d.ts","sourceRoot":"","sources":["../../../../src/utils/storybook/KittThemeDecorator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,QAAQ,EAAE,2BAA2B,EAAE,MAAM,0CAA0C,CAAC;AAItG,UAAU,sBAAsB;IAC9B,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,KAAK,CAAC,EAAE,2BAA2B,CAAC,OAAO,CAAC,CAAC;IAC7C,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,iBAAiB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,sBAAsB,GAAG,SAAS,CAOlG;AAED,eAAO,MAAM,kBAAkB,uBAU7B,CAAC"}
|
|
@@ -25,7 +25,7 @@ import { parseNumber, getCountryCallingCode, isValidNumber } from 'libphonenumbe
|
|
|
25
25
|
import { Picker as Picker$1 } from '@react-native-picker/picker';
|
|
26
26
|
import { LinearGradient } from 'expo-linear-gradient';
|
|
27
27
|
import { useFloating, offset, autoPlacement } from '@floating-ui/react-native';
|
|
28
|
-
import { makeDecorator } from '@storybook/
|
|
28
|
+
import { makeDecorator } from '@storybook/preview-api';
|
|
29
29
|
import isChromatic from 'chromatic/isChromatic';
|
|
30
30
|
|
|
31
31
|
const View = View$1;
|