@storybook/addon-themes 8.5.0-alpha.2 → 8.5.0-alpha.20
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
@@ -36,7 +36,7 @@ Don't see your favorite tool listed? Don't worry! That doesn't mean this addon i
|
|
36
36
|
|
37
37
|
### ❗️ Overriding theme
|
38
38
|
|
39
|
-
If you want to override your theme for a particular component or story, you can use the `
|
39
|
+
If you want to override your theme for a particular component or story, you can use the `globals.theme` parameter.
|
40
40
|
|
41
41
|
```js
|
42
42
|
import React from 'react';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-themes",
|
3
|
-
"version": "8.5.0-alpha.
|
3
|
+
"version": "8.5.0-alpha.20",
|
4
4
|
"description": "Switch between multiple themes for you components in Storybook",
|
5
5
|
"keywords": [
|
6
6
|
"css",
|
@@ -63,7 +63,7 @@
|
|
63
63
|
"typescript": "^5.3.2"
|
64
64
|
},
|
65
65
|
"peerDependencies": {
|
66
|
-
"storybook": "^8.5.0-alpha.
|
66
|
+
"storybook": "^8.5.0-alpha.20"
|
67
67
|
},
|
68
68
|
"publishConfig": {
|
69
69
|
"access": "public"
|