create-storybook 8.5.0-alpha.8 → 8.5.0-beta.0
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "create-storybook",
|
3
|
-
"version": "8.5.0-
|
3
|
+
"version": "8.5.0-beta.0",
|
4
4
|
"description": "Initialize Storybook into your project",
|
5
5
|
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/create-storybook",
|
6
6
|
"bugs": {
|
@@ -64,7 +64,7 @@
|
|
64
64
|
"prettier": "^3.1.1",
|
65
65
|
"prompts": "^2.4.0",
|
66
66
|
"semver": "^7.3.7",
|
67
|
-
"storybook": "8.5.0-
|
67
|
+
"storybook": "8.5.0-beta.0",
|
68
68
|
"tiny-invariant": "^1.3.1",
|
69
69
|
"ts-dedent": "^2.0.0"
|
70
70
|
},
|
@@ -22,8 +22,7 @@
|
|
22
22
|
}
|
23
23
|
|
24
24
|
.storybook-page a {
|
25
|
-
color:
|
26
|
-
text-decoration: none;
|
25
|
+
color: inherit;
|
27
26
|
}
|
28
27
|
|
29
28
|
.storybook-page ul {
|
@@ -42,7 +41,7 @@
|
|
42
41
|
border-radius: 1em;
|
43
42
|
background: #e7fdd8;
|
44
43
|
padding: 4px 12px;
|
45
|
-
color: #
|
44
|
+
color: #357a14;
|
46
45
|
font-weight: 700;
|
47
46
|
font-size: 11px;
|
48
47
|
line-height: 12px;
|