@storybook/svelte 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/svelte",
3
- "version": "7.0.9",
3
+ "version": "7.0.10",
4
4
  "description": "Storybook Svelte renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -52,13 +52,13 @@
52
52
  "prep": "../../../scripts/prepare/bundle.ts"
53
53
  },
54
54
  "dependencies": {
55
- "@storybook/client-logger": "7.0.9",
56
- "@storybook/core-client": "7.0.9",
57
- "@storybook/core-events": "7.0.9",
58
- "@storybook/docs-tools": "7.0.9",
55
+ "@storybook/client-logger": "7.0.10",
56
+ "@storybook/core-client": "7.0.10",
57
+ "@storybook/core-events": "7.0.10",
58
+ "@storybook/docs-tools": "7.0.10",
59
59
  "@storybook/global": "^5.0.0",
60
- "@storybook/preview-api": "7.0.9",
61
- "@storybook/types": "7.0.9",
60
+ "@storybook/preview-api": "7.0.10",
61
+ "@storybook/types": "7.0.10",
62
62
  "sveltedoc-parser": "^4.2.1",
63
63
  "type-fest": "2.19.0"
64
64
  },
@@ -84,5 +84,5 @@
84
84
  ],
85
85
  "platform": "browser"
86
86
  },
87
- "gitHead": "797cfd6f12f94a65617c65f25b2d6546a689bf1b"
87
+ "gitHead": "b856ff4eae53af1781bbf4ea96fda180eb6f6ded"
88
88
  }
@@ -20,7 +20,7 @@
20
20
  </script>
21
21
 
22
22
  <header>
23
- <div class="wrapper">
23
+ <div class="storybook-header">
24
24
  <div>
25
25
  <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
26
26
  <g fill="none" fill-rule="evenodd">
@@ -13,7 +13,7 @@
13
13
  on:createAccount={() => (user = { name: 'Jane Doe' })}
14
14
  />
15
15
 
16
- <section>
16
+ <section class="storybook-page">
17
17
  <h2>Pages in Storybook</h2>
18
18
  <p>
19
19
  We recommend building UIs with a
@@ -20,7 +20,7 @@
20
20
  </script>
21
21
 
22
22
  <header>
23
- <div class="wrapper">
23
+ <div class="storybook-header">
24
24
  <div>
25
25
  <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
26
26
  <g fill="none" fill-rule="evenodd">
@@ -13,7 +13,7 @@
13
13
  on:createAccount={() => (user = { name: 'Jane Doe' })}
14
14
  />
15
15
 
16
- <section>
16
+ <section class="storybook-page">
17
17
  <h2>Pages in Storybook</h2>
18
18
  <p>
19
19
  We recommend building UIs with a
@@ -20,7 +20,7 @@
20
20
  </script>
21
21
 
22
22
  <header>
23
- <div class="wrapper">
23
+ <div class="storybook-header">
24
24
  <div>
25
25
  <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
26
26
  <g fill="none" fill-rule="evenodd">
@@ -13,7 +13,7 @@
13
13
  on:createAccount={() => (user = { name: 'Jane Doe' })}
14
14
  />
15
15
 
16
- <section>
16
+ <section class="storybook-page">
17
17
  <h2>Pages in Storybook</h2>
18
18
  <p>
19
19
  We recommend building UIs with a