@storybook/addon-themes 8.6.0-beta.2 → 8.6.0-beta.4
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/dist/index.d.ts +1 -2
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import * as core_dist_types from 'storybook/internal/types';
|
|
2
|
-
import * as core_dist_csf from 'storybook/internal/csf';
|
|
3
2
|
import { Renderer, DecoratorFunction, StoryContext } from 'storybook/internal/types';
|
|
4
3
|
|
|
5
4
|
interface ThemesParameters$1 {
|
|
@@ -65,6 +64,6 @@ declare namespace helpers {
|
|
|
65
64
|
};
|
|
66
65
|
}
|
|
67
66
|
|
|
68
|
-
declare const _default: () => core_dist_types.ProjectAnnotations<
|
|
67
|
+
declare const _default: () => core_dist_types.ProjectAnnotations<core_dist_types.Renderer>;
|
|
69
68
|
|
|
70
69
|
export { ClassNameStrategyConfiguration, DataAttributeStrategyConfiguration, helpers as DecoratorHelpers, ProviderStrategyConfiguration, ThemesGlobals, ThemesParameters$1 as ThemesParameters, _default as default, withThemeByClassName, withThemeByDataAttribute, withThemeFromJSXProvider };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-themes",
|
|
3
|
-
"version": "8.6.0-beta.
|
|
3
|
+
"version": "8.6.0-beta.4",
|
|
4
4
|
"description": "Switch between multiple themes for you components in Storybook",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"css",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"typescript": "^5.7.3"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
|
-
"storybook": "^8.6.0-beta.
|
|
76
|
+
"storybook": "^8.6.0-beta.4"
|
|
77
77
|
},
|
|
78
78
|
"publishConfig": {
|
|
79
79
|
"access": "public"
|