@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
|
@@ -22,7 +22,7 @@ const Svg = require('react-native-svg');
|
|
|
22
22
|
const reactDom$1 = require('@floating-ui/react-dom');
|
|
23
23
|
const reactIntl = require('react-intl');
|
|
24
24
|
const expoLinearGradient = require('expo-linear-gradient');
|
|
25
|
-
const
|
|
25
|
+
const previewApi = require('@storybook/preview-api');
|
|
26
26
|
const isChromatic = require('chromatic/isChromatic');
|
|
27
27
|
|
|
28
28
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e["default"] : e; }
|
|
@@ -12709,7 +12709,7 @@ function StoryContainer({
|
|
|
12709
12709
|
});
|
|
12710
12710
|
}
|
|
12711
12711
|
|
|
12712
|
-
const StoryDecorator =
|
|
12712
|
+
const StoryDecorator = previewApi.makeDecorator({
|
|
12713
12713
|
name: 'StoryDecorator',
|
|
12714
12714
|
parameterName: 'storyDecorator',
|
|
12715
12715
|
wrapper: (storyFn, context) => {
|
|
@@ -13610,7 +13610,7 @@ function TypographyEmoji({
|
|
|
13610
13610
|
});
|
|
13611
13611
|
}
|
|
13612
13612
|
|
|
13613
|
-
const ChromaticReducedMotionDecorator =
|
|
13613
|
+
const ChromaticReducedMotionDecorator = previewApi.makeDecorator({
|
|
13614
13614
|
name: 'ChromaticReducedMotionDecorator',
|
|
13615
13615
|
parameterName: 'chromaticReducedMotion',
|
|
13616
13616
|
wrapper: (storyFn, context) => /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
@@ -13633,7 +13633,7 @@ function KittThemeProvider({
|
|
|
13633
13633
|
children: children
|
|
13634
13634
|
});
|
|
13635
13635
|
}
|
|
13636
|
-
const KittThemeDecorator =
|
|
13636
|
+
const KittThemeDecorator = previewApi.makeDecorator({
|
|
13637
13637
|
name: 'ThemeDecorator',
|
|
13638
13638
|
parameterName: 'theme',
|
|
13639
13639
|
wrapper: (storyFn, context, {
|