@ornikar/kitt-universal 32.8.0 → 32.8.1-canary.9789a78a274b9d336c93fc42d4a6561d0d61ff73.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
|
@@ -23,7 +23,7 @@ const Svg = require('react-native-svg');
|
|
|
23
23
|
const picker$1 = require('@react-native-picker/picker');
|
|
24
24
|
const expoLinearGradient = require('expo-linear-gradient');
|
|
25
25
|
const reactNative$1 = require('@floating-ui/react-native');
|
|
26
|
-
const
|
|
26
|
+
const previewApi = require('@storybook/preview-api');
|
|
27
27
|
const isChromatic = require('chromatic/isChromatic');
|
|
28
28
|
|
|
29
29
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e["default"] : e; }
|
|
@@ -13317,7 +13317,7 @@ function StoryContainer({
|
|
|
13317
13317
|
});
|
|
13318
13318
|
}
|
|
13319
13319
|
|
|
13320
|
-
const StoryDecorator =
|
|
13320
|
+
const StoryDecorator = previewApi.makeDecorator({
|
|
13321
13321
|
name: 'StoryDecorator',
|
|
13322
13322
|
parameterName: 'storyDecorator',
|
|
13323
13323
|
wrapper: (storyFn, context) => {
|
|
@@ -14271,7 +14271,7 @@ function TypographyEmoji({
|
|
|
14271
14271
|
});
|
|
14272
14272
|
}
|
|
14273
14273
|
|
|
14274
|
-
const ChromaticReducedMotionDecorator =
|
|
14274
|
+
const ChromaticReducedMotionDecorator = previewApi.makeDecorator({
|
|
14275
14275
|
name: 'ChromaticReducedMotionDecorator',
|
|
14276
14276
|
parameterName: 'chromaticReducedMotion',
|
|
14277
14277
|
wrapper: (storyFn, context) => /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
@@ -14294,7 +14294,7 @@ function KittThemeProvider({
|
|
|
14294
14294
|
children: children
|
|
14295
14295
|
});
|
|
14296
14296
|
}
|
|
14297
|
-
const KittThemeDecorator =
|
|
14297
|
+
const KittThemeDecorator = previewApi.makeDecorator({
|
|
14298
14298
|
name: 'ThemeDecorator',
|
|
14299
14299
|
parameterName: 'theme',
|
|
14300
14300
|
wrapper: (storyFn, context, {
|