create-storybook 8.5.0-alpha.18 → 8.5.0-alpha.19

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-alpha.18",
3
+ "version": "8.5.0-alpha.19",
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-alpha.18",
67
+ "storybook": "8.5.0-alpha.19",
68
68
  "tiny-invariant": "^1.3.1",
69
69
  "ts-dedent": "^2.0.0"
70
70
  },
@@ -8,7 +8,7 @@
8
8
  font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
9
9
  }
10
10
  .storybook-button--primary {
11
- background-color: #1ea7fd;
11
+ background-color: #555ab9;
12
12
  color: white;
13
13
  }
14
14
  .storybook-button--secondary {
@@ -22,8 +22,7 @@
22
22
  }
23
23
 
24
24
  .storybook-page a {
25
- color: #1ea7fd;
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: #66bf3c;
44
+ color: #357a14;
46
45
  font-weight: 700;
47
46
  font-size: 11px;
48
47
  line-height: 12px;