@storybook/preact 7.1.0-alpha.13 → 7.1.0-alpha.14

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/preact",
3
- "version": "7.1.0-alpha.13",
3
+ "version": "7.1.0-alpha.14",
4
4
  "description": "Storybook Preact renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -48,10 +48,10 @@
48
48
  "prep": "../../../scripts/prepare/bundle.ts"
49
49
  },
50
50
  "dependencies": {
51
- "@storybook/core-client": "7.1.0-alpha.13",
51
+ "@storybook/core-client": "7.1.0-alpha.14",
52
52
  "@storybook/global": "^5.0.0",
53
- "@storybook/preview-api": "7.1.0-alpha.13",
54
- "@storybook/types": "7.1.0-alpha.13",
53
+ "@storybook/preview-api": "7.1.0-alpha.14",
54
+ "@storybook/types": "7.1.0-alpha.14",
55
55
  "ts-dedent": "^2.0.0"
56
56
  },
57
57
  "devDependencies": {
@@ -74,5 +74,5 @@
74
74
  ],
75
75
  "platform": "browser"
76
76
  },
77
- "gitHead": "5f5be6cc6695e4ed9ddddc58f8f8258bf07e7c53"
77
+ "gitHead": "72ae6b0d965d1ae596159cdb15109c5e13376d78"
78
78
  }
@@ -5,7 +5,7 @@ import './header.css';
5
5
 
6
6
  export const Header = ({ user, onLogin, onLogout, onCreateAccount }) => (
7
7
  <header>
8
- <div className="wrapper">
8
+ <div className="storybook-header">
9
9
  <div>
10
10
  <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
11
11
  <g fill="none" fillRule="evenodd">
@@ -14,7 +14,7 @@ export const Page = () => {
14
14
  onCreateAccount={() => setUser({ name: 'Jane Doe' })}
15
15
  />
16
16
 
17
- <section>
17
+ <section className="storybook-page">
18
18
  <h2>Pages in Storybook</h2>
19
19
  <p>
20
20
  We recommend building UIs with a{' '}