@storybook/html 7.0.9 → 7.0.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html",
3
- "version": "7.0.9",
3
+ "version": "7.0.10",
4
4
  "description": "Storybook HTML renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -48,11 +48,11 @@
48
48
  "prep": "../../../scripts/prepare/bundle.ts"
49
49
  },
50
50
  "dependencies": {
51
- "@storybook/core-client": "7.0.9",
52
- "@storybook/docs-tools": "7.0.9",
51
+ "@storybook/core-client": "7.0.10",
52
+ "@storybook/docs-tools": "7.0.10",
53
53
  "@storybook/global": "^5.0.0",
54
- "@storybook/preview-api": "7.0.9",
55
- "@storybook/types": "7.0.9",
54
+ "@storybook/preview-api": "7.0.10",
55
+ "@storybook/types": "7.0.10",
56
56
  "ts-dedent": "^2.0.0"
57
57
  },
58
58
  "devDependencies": {
@@ -74,5 +74,5 @@
74
74
  ],
75
75
  "platform": "browser"
76
76
  },
77
- "gitHead": "797cfd6f12f94a65617c65f25b2d6546a689bf1b"
77
+ "gitHead": "b856ff4eae53af1781bbf4ea96fda180eb6f6ded"
78
78
  }
@@ -5,7 +5,7 @@ export const createHeader = ({ user, onLogout, onLogin, onCreateAccount }) => {
5
5
  const header = document.createElement('header');
6
6
 
7
7
  const wrapper = document.createElement('div');
8
- wrapper.className = 'wrapper';
8
+ wrapper.className = 'storybook-header';
9
9
 
10
10
  const logo = `<div>
11
11
  <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
@@ -34,7 +34,7 @@ export const createPage = () => {
34
34
  article.appendChild(header);
35
35
 
36
36
  const section = `
37
- <section>
37
+ <section class="storybook-page">
38
38
  <h2>Pages in Storybook</h2>
39
39
  <p>
40
40
  We recommend building UIs with a
@@ -12,7 +12,7 @@ export const createHeader = ({ user, onLogout, onLogin, onCreateAccount }: Heade
12
12
  const header = document.createElement('header');
13
13
 
14
14
  const wrapper = document.createElement('div');
15
- wrapper.className = 'wrapper';
15
+ wrapper.className = 'storybook-header';
16
16
 
17
17
  const logo = `<div>
18
18
  <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
@@ -38,7 +38,7 @@ export const createPage = () => {
38
38
  article.appendChild(header);
39
39
 
40
40
  const section = `
41
- <section>
41
+ <section class="storybook-page">
42
42
  <h2>Pages in Storybook</h2>
43
43
  <p>
44
44
  We recommend building UIs with a
@@ -12,7 +12,7 @@ export const createHeader = ({ user, onLogout, onLogin, onCreateAccount }: Heade
12
12
  const header = document.createElement('header');
13
13
 
14
14
  const wrapper = document.createElement('div');
15
- wrapper.className = 'wrapper';
15
+ wrapper.className = 'storybook-header';
16
16
 
17
17
  const logo = `<div>
18
18
  <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
@@ -38,7 +38,7 @@ export const createPage = () => {
38
38
  article.appendChild(header);
39
39
 
40
40
  const section = `
41
- <section>
41
+ <section class="storybook-page">
42
42
  <h2>Pages in Storybook</h2>
43
43
  <p>
44
44
  We recommend building UIs with a