@storybook/addon-themes
Advanced tools
Comparing version 0.0.0-pr-29520-sha-80319502 to 0.0.0-pr-29520-sha-c92aa93a
{ | ||
"name": "@storybook/addon-themes", | ||
"version": "0.0.0-pr-29520-sha-80319502", | ||
"version": "0.0.0-pr-29520-sha-c92aa93a", | ||
"description": "Switch between multiple themes for you components in Storybook", | ||
@@ -66,3 +66,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"storybook": "^0.0.0-pr-29520-sha-80319502" | ||
"storybook": "^0.0.0-pr-29520-sha-c92aa93a" | ||
}, | ||
@@ -69,0 +69,0 @@ "publishConfig": { |
@@ -39,3 +39,3 @@ # @storybook/addon-themes | ||
If you want to override your theme for a particular component or story, you can use the `themes.themeOverride` parameter. | ||
If you want to override your theme for a particular component or story, you can use the `globals.theme` parameter. | ||
@@ -42,0 +42,0 @@ ```js |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18182