@storybook/components 5.1.6 → 5.1.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.
Files changed (25) hide show
  1. package/dist/syntaxhighlighter/syntaxhighlighter.js +1 -1
  2. package/dist/typings.d.js +1 -0
  3. package/package.json +4 -4
  4. package/src/syntaxhighlighter/__snapshots__/syntaxhighlighter.stories.storyshot +1 -1
  5. package/src/syntaxhighlighter/syntaxhighlighter.tsx +1 -1
  6. package/dist/Badge/__snapshots__/Badge.stories.storyshot +0 -96
  7. package/dist/Button/__snapshots__/Button.stories.storyshot +0 -1028
  8. package/dist/brand/__snapshots__/StorybookIcon.stories.storyshot +0 -36
  9. package/dist/form/__snapshots__/form.stories.storyshot +0 -2756
  10. package/dist/icon/__snapshots__/icon.stories.storyshot +0 -4960
  11. package/dist/spaced/__snapshots__/Spaced.stories.storyshot +0 -249
  12. package/dist/syntaxhighlighter/__snapshots__/syntaxhighlighter.stories.storyshot +0 -3971
  13. package/dist/syntaxhighlighter/formatter.test.js +0 -59
  14. package/dist/tabs/__snapshots__/tabs.stories.storyshot +0 -2029
  15. package/dist/tooltip/__snapshots__/ListItem.stories.storyshot +0 -1212
  16. package/dist/tooltip/__snapshots__/Tooltip.stories.storyshot +0 -269
  17. package/dist/tooltip/__snapshots__/TooltipLinkList.stories.storyshot +0 -326
  18. package/dist/tooltip/__snapshots__/TooltipMessage.stories.storyshot +0 -514
  19. package/dist/tooltip/__snapshots__/TooltipNote.stories.storyshot +0 -54
  20. package/dist/tooltip/__snapshots__/WithTooltip.stories.storyshot +0 -448
  21. package/dist/typings.d.ts +0 -4
  22. package/dist/typography/__snapshots__/typography.stories.storyshot +0 -186
  23. package/dist/typography/link/__snapshots__/link.stories.storyshot +0 -664
  24. package/dist/typography/link/link.test.d.ts +0 -1
  25. package/dist/typography/link/link.test.js +0 -162
@@ -1,249 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`Storyshots Basics|Spaced col 1`] = `
4
- .emotion-0 {
5
- background: silver;
6
- display: inline-block;
7
- padding: 20px;
8
- }
9
-
10
- .emotion-4 {
11
- display: inline-block;
12
- vertical-align: inherit;
13
- }
14
-
15
- .emotion-4 > * {
16
- margin-left: 10px;
17
- vertical-align: inherit;
18
- }
19
-
20
- .emotion-4 > *:first-of-type {
21
- margin-left: 0;
22
- }
23
-
24
- .emotion-1 {
25
- background: hotpink;
26
- display: inline-block;
27
- padding: 20px;
28
- }
29
-
30
- <div>
31
- <span
32
- class="emotion-0"
33
- color="silver"
34
- />
35
- <div
36
- class="emotion-4"
37
- >
38
- <span
39
- class="emotion-1"
40
- />
41
- <span
42
- class="emotion-1"
43
- />
44
- <span
45
- class="emotion-1"
46
- />
47
- </div>
48
- <span
49
- class="emotion-0"
50
- color="silver"
51
- />
52
- </div>
53
- `;
54
-
55
- exports[`Storyshots Basics|Spaced col outer 1`] = `
56
- .emotion-0 {
57
- background: silver;
58
- display: inline-block;
59
- padding: 20px;
60
- }
61
-
62
- .emotion-1 {
63
- background: hotpink;
64
- display: inline-block;
65
- padding: 20px;
66
- }
67
-
68
- .emotion-4 {
69
- display: inline-block;
70
- vertical-align: inherit;
71
- margin-left: 10px;
72
- margin-right: 10px;
73
- }
74
-
75
- .emotion-4 > * {
76
- margin-left: 10px;
77
- vertical-align: inherit;
78
- }
79
-
80
- .emotion-4 > *:first-of-type {
81
- margin-left: 0;
82
- }
83
-
84
- <div>
85
- <span
86
- class="emotion-0"
87
- color="silver"
88
- />
89
- <div
90
- class="emotion-4"
91
- >
92
- <span
93
- class="emotion-1"
94
- />
95
- <span
96
- class="emotion-1"
97
- />
98
- <span
99
- class="emotion-1"
100
- />
101
- </div>
102
- <span
103
- class="emotion-0"
104
- color="silver"
105
- />
106
- </div>
107
- `;
108
-
109
- exports[`Storyshots Basics|Spaced row 1`] = `
110
- .emotion-4 > * {
111
- margin-top: 10px;
112
- }
113
-
114
- .emotion-4 > *:first-of-type {
115
- margin-top: 0;
116
- }
117
-
118
- .emotion-0 {
119
- background: silver;
120
- padding: 20px;
121
- }
122
-
123
- .emotion-1 {
124
- background: hotpink;
125
- padding: 20px;
126
- }
127
-
128
- <div>
129
- <div
130
- class="emotion-0"
131
- color="silver"
132
- />
133
- <div
134
- class="emotion-4"
135
- >
136
- <div
137
- class="emotion-1"
138
- />
139
- <div
140
- class="emotion-1"
141
- />
142
- <div
143
- class="emotion-1"
144
- />
145
- </div>
146
- <div
147
- class="emotion-0"
148
- color="silver"
149
- />
150
- </div>
151
- `;
152
-
153
- exports[`Storyshots Basics|Spaced row multiply 1`] = `
154
- .emotion-0 {
155
- background: silver;
156
- padding: 20px;
157
- }
158
-
159
- .emotion-1 {
160
- background: hotpink;
161
- padding: 20px;
162
- }
163
-
164
- .emotion-4 {
165
- margin-top: 5px;
166
- margin-bottom: 5px;
167
- }
168
-
169
- .emotion-4 > * {
170
- margin-top: 30px;
171
- }
172
-
173
- .emotion-4 > *:first-of-type {
174
- margin-top: 0;
175
- }
176
-
177
- <div>
178
- <div
179
- class="emotion-0"
180
- color="silver"
181
- />
182
- <div
183
- class="emotion-4"
184
- >
185
- <div
186
- class="emotion-1"
187
- />
188
- <div
189
- class="emotion-1"
190
- />
191
- <div
192
- class="emotion-1"
193
- />
194
- </div>
195
- <div
196
- class="emotion-0"
197
- color="silver"
198
- />
199
- </div>
200
- `;
201
-
202
- exports[`Storyshots Basics|Spaced row outer 1`] = `
203
- .emotion-0 {
204
- background: silver;
205
- padding: 20px;
206
- }
207
-
208
- .emotion-1 {
209
- background: hotpink;
210
- padding: 20px;
211
- }
212
-
213
- .emotion-4 {
214
- margin-top: 10px;
215
- margin-bottom: 10px;
216
- }
217
-
218
- .emotion-4 > * {
219
- margin-top: 10px;
220
- }
221
-
222
- .emotion-4 > *:first-of-type {
223
- margin-top: 0;
224
- }
225
-
226
- <div>
227
- <div
228
- class="emotion-0"
229
- color="silver"
230
- />
231
- <div
232
- class="emotion-4"
233
- >
234
- <div
235
- class="emotion-1"
236
- />
237
- <div
238
- class="emotion-1"
239
- />
240
- <div
241
- class="emotion-1"
242
- />
243
- </div>
244
- <div
245
- class="emotion-0"
246
- color="silver"
247
- />
248
- </div>
249
- `;