@vonaffenfels/slate-editor 1.2.30 → 1.2.41
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/.babelrc +43 -43
- package/README.md +5 -5
- package/componentLoader.js +93 -93
- package/dist/BlockEditor.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/postcss.config.js +6 -6
- package/scss/demo.scss +148 -148
- package/scss/sidebarEditor.scss +185 -185
- package/scss/toolbar.scss +162 -162
- package/src/Blocks/EmptyBlock.js +11 -11
- package/src/Blocks/EmptyWrapper.js +4 -4
- package/src/Blocks/ErrorBoundary.js +40 -40
- package/src/Blocks/LayoutBlock.js +274 -274
- package/src/Blocks/LayoutSlot.js +90 -90
- package/src/CollapsableMenu/CollapsableMenu.js +48 -48
- package/src/Context/StorybookContext.js +6 -6
- package/src/ElementAutocomplete.js +134 -134
- package/src/Loader.js +137 -137
- package/src/Nodes/Default.js +162 -162
- package/src/Nodes/Leaf.js +54 -54
- package/src/Nodes/Text.js +97 -97
- package/src/ObjectId.js +3 -3
- package/src/Renderer.js +73 -73
- package/src/Serializer/Html.js +42 -42
- package/src/Serializer/Serializer.js +374 -374
- package/src/Serializer/Text.js +17 -17
- package/src/Serializer/ads.js +187 -187
- package/src/Serializer/index.js +3 -3
- package/src/SidebarEditor/AssetList.js +185 -181
- package/src/SidebarEditor/Fields/CloudinaryContentSelect.js +89 -89
- package/src/SidebarEditor/Fields/ColorPicker.js +89 -89
- package/src/SidebarEditor/Fields/ContentfulContentSelect.js +63 -62
- package/src/SidebarEditor/Fields/DateTime.js +55 -55
- package/src/SidebarEditor/Fields/MVP.js +66 -66
- package/src/SidebarEditor/Fields/MultiSelect.js +13 -13
- package/src/SidebarEditor/Fields/RemoteMultiSelect.js +40 -40
- package/src/SidebarEditor/Fields/RemoteSelect.js +39 -39
- package/src/SidebarEditor/Fields/Select.js +47 -47
- package/src/SidebarEditor/Fields/StreamSelect.js +15 -15
- package/src/SidebarEditor/Fields/Switch.js +34 -34
- package/src/SidebarEditor/Fields/Textarea.js +21 -21
- package/src/SidebarEditor/Resizable.js +85 -85
- package/src/Storybook.js +151 -151
- package/src/Toolbar/Align.js +64 -64
- package/src/Toolbar/Anchor.js +94 -94
- package/src/Toolbar/Block.js +135 -135
- package/src/Toolbar/Element.js +44 -44
- package/src/Toolbar/Formats.js +71 -71
- package/src/Toolbar/Insert.js +28 -28
- package/src/Toolbar/Layout.js +399 -399
- package/src/Toolbar/Link.js +164 -164
- package/src/Toolbar/Toolbar.js +235 -235
- package/src/Tools/Margin.js +51 -51
- package/src/Translation/TranslationToolbarButton.js +119 -119
- package/src/dev/draftToSlate.json +3147 -3147
- package/src/dev/index.css +2 -2
- package/src/dev/index.html +10 -10
- package/src/dev/index.js +4 -4
- package/src/dev/sampleValue1.json +4294 -4294
- package/src/dev/sampleValueValid.json +410 -410
- package/src/dev/testComponents/TestStory.js +74 -74
- package/src/dev/testComponents/TestStory.stories.js +216 -216
- package/src/dev/testComponents/TestStory2.js +74 -74
- package/src/dev/testComponents/TestStory2.stories.js +197 -197
- package/src/dev/testComponents/TestStory3.js +74 -74
- package/src/dev/testComponents/TestStory3.stories.js +197 -197
- package/src/dev/testSampleValue.json +746 -746
- package/src/fromHTML.js +4 -4
- package/src/helper/array.js +8 -8
- package/src/index.js +10 -10
- package/src/plugins/ListItem.js +48 -48
- package/src/plugins/SoftBreak.js +23 -23
- package/src/toHTML.js +6 -6
- package/src/toText.js +6 -6
- package/src/util/reduceContentfulResponse.js +64 -64
- package/src/util.js +19 -19
- package/storyLoader.js +47 -47
- package/tailwind.config.js +4 -4
- package/webpack.config.build.js +55 -55
- package/webpack.config.dev.js +60 -60
- package/webpack.config.js +130 -130
- package/webpack.config.watch.js +4 -4
|
@@ -1,411 +1,411 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"type": "paragraph",
|
|
4
|
-
"children": [
|
|
5
|
-
{
|
|
6
|
-
"text": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gub ergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet."
|
|
7
|
-
}
|
|
8
|
-
]
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"type": "layout",
|
|
12
|
-
"children": [
|
|
13
|
-
{
|
|
14
|
-
"type": "layout-slot",
|
|
15
|
-
"attributes": {
|
|
16
|
-
"name": "grid-half"
|
|
17
|
-
},
|
|
18
|
-
"children": [
|
|
19
|
-
{
|
|
20
|
-
"type": "paragraph",
|
|
21
|
-
"children": [
|
|
22
|
-
{
|
|
23
|
-
"text": ""
|
|
24
|
-
}
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
]
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"type": "layout-slot",
|
|
31
|
-
"attributes": {
|
|
32
|
-
"name": "grid-half"
|
|
33
|
-
},
|
|
34
|
-
"children": [
|
|
35
|
-
{
|
|
36
|
-
"type": "paragraph",
|
|
37
|
-
"children": [
|
|
38
|
-
{
|
|
39
|
-
"text": ""
|
|
40
|
-
}
|
|
41
|
-
]
|
|
42
|
-
}
|
|
43
|
-
]
|
|
44
|
-
}
|
|
45
|
-
]
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"type": "layout",
|
|
49
|
-
"children": [
|
|
50
|
-
{
|
|
51
|
-
"type": "layout-slot",
|
|
52
|
-
"attributes": {
|
|
53
|
-
"name": "grid-2"
|
|
54
|
-
},
|
|
55
|
-
"children": [
|
|
56
|
-
{
|
|
57
|
-
"type": "paragraph",
|
|
58
|
-
"children": [
|
|
59
|
-
{
|
|
60
|
-
"text": ""
|
|
61
|
-
}
|
|
62
|
-
]
|
|
63
|
-
}
|
|
64
|
-
]
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"type": "layout-slot",
|
|
68
|
-
"attributes": {
|
|
69
|
-
"name": "grid-1"
|
|
70
|
-
},
|
|
71
|
-
"children": [
|
|
72
|
-
{
|
|
73
|
-
"type": "paragraph",
|
|
74
|
-
"children": [
|
|
75
|
-
{
|
|
76
|
-
"text": ""
|
|
77
|
-
}
|
|
78
|
-
]
|
|
79
|
-
}
|
|
80
|
-
]
|
|
81
|
-
}
|
|
82
|
-
]
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"type": "layout",
|
|
86
|
-
"children": [
|
|
87
|
-
{
|
|
88
|
-
"type": "layout-slot",
|
|
89
|
-
"attributes": {
|
|
90
|
-
"name": "grid-1"
|
|
91
|
-
},
|
|
92
|
-
"children": [
|
|
93
|
-
{
|
|
94
|
-
"type": "storybook",
|
|
95
|
-
"children": [
|
|
96
|
-
{
|
|
97
|
-
"text": ""
|
|
98
|
-
}
|
|
99
|
-
],
|
|
100
|
-
"attributes": {
|
|
101
|
-
"icon": "checkSimple",
|
|
102
|
-
"title": "Vivamus sagittis lacus",
|
|
103
|
-
"text": "Ac tincidunt sapien vehicula erat auctor pellentesque rhoncus.Et magna sit morbi vitae lobortis."
|
|
104
|
-
},
|
|
105
|
-
"block": "Templates/Feature",
|
|
106
|
-
"storyId": "templates-feature"
|
|
107
|
-
}
|
|
108
|
-
]
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"type": "layout-slot",
|
|
112
|
-
"attributes": {
|
|
113
|
-
"name": "grid-1"
|
|
114
|
-
},
|
|
115
|
-
"children": [
|
|
116
|
-
{
|
|
117
|
-
"type": "storybook",
|
|
118
|
-
"children": [
|
|
119
|
-
{
|
|
120
|
-
"text": ""
|
|
121
|
-
}
|
|
122
|
-
],
|
|
123
|
-
"attributes": {
|
|
124
|
-
"icon": "checkSimple",
|
|
125
|
-
"title": "Vivamus sagittis lacus",
|
|
126
|
-
"text": "Ac tincidunt sapien vehicula erat auctor pellentesque rhoncus.Et magna sit morbi vitae lobortis."
|
|
127
|
-
},
|
|
128
|
-
"block": "Templates/Feature",
|
|
129
|
-
"storyId": "templates-feature"
|
|
130
|
-
}
|
|
131
|
-
]
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"type": "layout-slot",
|
|
135
|
-
"attributes": {
|
|
136
|
-
"name": "grid-1"
|
|
137
|
-
},
|
|
138
|
-
"children": [
|
|
139
|
-
{
|
|
140
|
-
"type": "storybook",
|
|
141
|
-
"children": [
|
|
142
|
-
{
|
|
143
|
-
"text": ""
|
|
144
|
-
}
|
|
145
|
-
],
|
|
146
|
-
"attributes": {
|
|
147
|
-
"icon": "checkSimple",
|
|
148
|
-
"title": "Vivamus sagittis lacus",
|
|
149
|
-
"text": "Ac tincidunt sapien vehicula erat auctor pellentesque rhoncus.Et magna sit morbi vitae lobortis."
|
|
150
|
-
},
|
|
151
|
-
"block": "Templates/Feature",
|
|
152
|
-
"storyId": "templates-feature"
|
|
153
|
-
}
|
|
154
|
-
]
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"type": "layout-slot",
|
|
158
|
-
"attributes": {
|
|
159
|
-
"name": "grid-1"
|
|
160
|
-
},
|
|
161
|
-
"children": [
|
|
162
|
-
{
|
|
163
|
-
"type": "storybook",
|
|
164
|
-
"children": [
|
|
165
|
-
{
|
|
166
|
-
"text": ""
|
|
167
|
-
}
|
|
168
|
-
],
|
|
169
|
-
"attributes": {
|
|
170
|
-
"icon": "checkSimple",
|
|
171
|
-
"title": "Vivamus sagittis lacus",
|
|
172
|
-
"text": "Ac tincidunt sapien vehicula erat auctor pellentesque rhoncus.Et magna sit morbi vitae lobortis."
|
|
173
|
-
},
|
|
174
|
-
"block": "Templates/Feature",
|
|
175
|
-
"storyId": "templates-feature"
|
|
176
|
-
}
|
|
177
|
-
]
|
|
178
|
-
}
|
|
179
|
-
]
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"type": "layout",
|
|
183
|
-
"children": [
|
|
184
|
-
{
|
|
185
|
-
"type": "layout-slot",
|
|
186
|
-
"attributes": {
|
|
187
|
-
"name": "grid-1"
|
|
188
|
-
},
|
|
189
|
-
"children": [
|
|
190
|
-
{
|
|
191
|
-
"type": "paragraph",
|
|
192
|
-
"children": [
|
|
193
|
-
{
|
|
194
|
-
"text": ""
|
|
195
|
-
}
|
|
196
|
-
]
|
|
197
|
-
}
|
|
198
|
-
]
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"type": "layout-slot",
|
|
202
|
-
"attributes": {
|
|
203
|
-
"name": "grid-2"
|
|
204
|
-
},
|
|
205
|
-
"children": [
|
|
206
|
-
{
|
|
207
|
-
"type": "paragraph",
|
|
208
|
-
"children": [
|
|
209
|
-
{
|
|
210
|
-
"text": ""
|
|
211
|
-
}
|
|
212
|
-
]
|
|
213
|
-
}
|
|
214
|
-
]
|
|
215
|
-
}
|
|
216
|
-
]
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"type": "layout",
|
|
220
|
-
"children": [
|
|
221
|
-
{
|
|
222
|
-
"type": "layout-slot",
|
|
223
|
-
"attributes": {
|
|
224
|
-
"name": "grid-1"
|
|
225
|
-
},
|
|
226
|
-
"children": [
|
|
227
|
-
{
|
|
228
|
-
"type": "paragraph",
|
|
229
|
-
"children": [
|
|
230
|
-
{
|
|
231
|
-
"text": ""
|
|
232
|
-
}
|
|
233
|
-
]
|
|
234
|
-
}
|
|
235
|
-
]
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"type": "layout-slot",
|
|
239
|
-
"attributes": {
|
|
240
|
-
"name": "grid-1"
|
|
241
|
-
},
|
|
242
|
-
"children": [
|
|
243
|
-
{
|
|
244
|
-
"type": "paragraph",
|
|
245
|
-
"children": [
|
|
246
|
-
{
|
|
247
|
-
"text": ""
|
|
248
|
-
}
|
|
249
|
-
]
|
|
250
|
-
}
|
|
251
|
-
]
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
"type": "layout-slot",
|
|
255
|
-
"attributes": {
|
|
256
|
-
"name": "grid-1"
|
|
257
|
-
},
|
|
258
|
-
"children": [
|
|
259
|
-
{
|
|
260
|
-
"type": "paragraph",
|
|
261
|
-
"children": [
|
|
262
|
-
{
|
|
263
|
-
"text": ""
|
|
264
|
-
}
|
|
265
|
-
]
|
|
266
|
-
}
|
|
267
|
-
]
|
|
268
|
-
}
|
|
269
|
-
]
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
"type": "layout",
|
|
273
|
-
"children": [
|
|
274
|
-
{
|
|
275
|
-
"type": "layout-slot",
|
|
276
|
-
"attributes": {
|
|
277
|
-
"name": "grid-auto"
|
|
278
|
-
},
|
|
279
|
-
"children": [
|
|
280
|
-
{
|
|
281
|
-
"type": "paragraph",
|
|
282
|
-
"children": [
|
|
283
|
-
{
|
|
284
|
-
"text": ""
|
|
285
|
-
}
|
|
286
|
-
]
|
|
287
|
-
}
|
|
288
|
-
]
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"type": "layout-slot",
|
|
292
|
-
"attributes": {
|
|
293
|
-
"name": "grid-fill"
|
|
294
|
-
},
|
|
295
|
-
"children": [
|
|
296
|
-
{
|
|
297
|
-
"type": "paragraph",
|
|
298
|
-
"children": [
|
|
299
|
-
{
|
|
300
|
-
"text": ""
|
|
301
|
-
}
|
|
302
|
-
]
|
|
303
|
-
}
|
|
304
|
-
]
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"type": "layout-slot",
|
|
308
|
-
"attributes": {
|
|
309
|
-
"name": "grid-auto"
|
|
310
|
-
},
|
|
311
|
-
"children": [
|
|
312
|
-
{
|
|
313
|
-
"type": "paragraph",
|
|
314
|
-
"children": [
|
|
315
|
-
{
|
|
316
|
-
"text": ""
|
|
317
|
-
}
|
|
318
|
-
]
|
|
319
|
-
}
|
|
320
|
-
]
|
|
321
|
-
}
|
|
322
|
-
]
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"type": "layout",
|
|
326
|
-
"children": [
|
|
327
|
-
{
|
|
328
|
-
"type": "layout-slot",
|
|
329
|
-
"attributes": {
|
|
330
|
-
"name": "grid-auto"
|
|
331
|
-
},
|
|
332
|
-
"children": [
|
|
333
|
-
{
|
|
334
|
-
"type": "paragraph",
|
|
335
|
-
"children": [
|
|
336
|
-
{
|
|
337
|
-
"text": ""
|
|
338
|
-
}
|
|
339
|
-
]
|
|
340
|
-
}
|
|
341
|
-
]
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"type": "layout-slot",
|
|
345
|
-
"attributes": {
|
|
346
|
-
"name": "grid-fill"
|
|
347
|
-
},
|
|
348
|
-
"children": [
|
|
349
|
-
{
|
|
350
|
-
"type": "paragraph",
|
|
351
|
-
"children": [
|
|
352
|
-
{
|
|
353
|
-
"text": ""
|
|
354
|
-
}
|
|
355
|
-
]
|
|
356
|
-
}
|
|
357
|
-
]
|
|
358
|
-
}
|
|
359
|
-
]
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"type": "storybook",
|
|
363
|
-
"children": [
|
|
364
|
-
{
|
|
365
|
-
"text": ""
|
|
366
|
-
}
|
|
367
|
-
],
|
|
368
|
-
"attributes": {
|
|
369
|
-
"provider": "twitter",
|
|
370
|
-
"provider_url": "https://twitter.com",
|
|
371
|
-
"cache_age": "3153600000",
|
|
372
|
-
"width": 550,
|
|
373
|
-
"height": null,
|
|
374
|
-
"tweet_id": "1368952570874654730",
|
|
375
|
-
"html": "<blockquote class=\"twitter-tweet\"><p lang=\"und\" dir=\"ltr\"><a href=\"https://t.co/XzqDvqokRZ\">pic.twitter.com/XzqDvqokRZ</a></p>— Roaring Kitty (@TheRoaringKitty) <a href=\"https://twitter.com/TheRoaringKitty/status/1368952570874654730?ref_src=twsrc%5Etfw\">March 8, 2021</a></blockquote>\n<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n",
|
|
376
|
-
"url": "https://twitter.com/TheRoaringKitty/status/1368952570874654730",
|
|
377
|
-
"version": "1.0",
|
|
378
|
-
"provider_name": "Twitter",
|
|
379
|
-
"type": "rich",
|
|
380
|
-
"author_url": "https://twitter.com/TheRoaringKitty",
|
|
381
|
-
"author_name": "Roaring Kitty"
|
|
382
|
-
},
|
|
383
|
-
"block": "Social/Embed",
|
|
384
|
-
"storyId": "social-embed-twitter"
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"type": "storybook",
|
|
388
|
-
"children": [
|
|
389
|
-
{
|
|
390
|
-
"text": ""
|
|
391
|
-
}
|
|
392
|
-
],
|
|
393
|
-
"attributes": {
|
|
394
|
-
"provider": "twitter",
|
|
395
|
-
"provider_url": "https://twitter.com",
|
|
396
|
-
"cache_age": "3153600000",
|
|
397
|
-
"width": 550,
|
|
398
|
-
"height": null,
|
|
399
|
-
"tweet_id": "1368952570874654730",
|
|
400
|
-
"html": "<blockquote class=\"twitter-tweet\"><p lang=\"und\" dir=\"ltr\"><a href=\"https://t.co/XzqDvqokRZ\">pic.twitter.com/XzqDvqokRZ</a></p>— Roaring Kitty (@TheRoaringKitty) <a href=\"https://twitter.com/TheRoaringKitty/status/1368952570874654730?ref_src=twsrc%5Etfw\">March 8, 2021</a></blockquote>\n<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n",
|
|
401
|
-
"url": "https://twitter.com/TheRoaringKitty/status/1368952570874654730",
|
|
402
|
-
"version": "1.0",
|
|
403
|
-
"provider_name": "Twitter",
|
|
404
|
-
"type": "rich",
|
|
405
|
-
"author_url": "https://twitter.com/TheRoaringKitty",
|
|
406
|
-
"author_name": "Roaring Kitty"
|
|
407
|
-
},
|
|
408
|
-
"block": "Social/Embed",
|
|
409
|
-
"storyId": "social-embed-twitter"
|
|
410
|
-
}
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"type": "paragraph",
|
|
4
|
+
"children": [
|
|
5
|
+
{
|
|
6
|
+
"text": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gub ergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet."
|
|
7
|
+
}
|
|
8
|
+
]
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"type": "layout",
|
|
12
|
+
"children": [
|
|
13
|
+
{
|
|
14
|
+
"type": "layout-slot",
|
|
15
|
+
"attributes": {
|
|
16
|
+
"name": "grid-half"
|
|
17
|
+
},
|
|
18
|
+
"children": [
|
|
19
|
+
{
|
|
20
|
+
"type": "paragraph",
|
|
21
|
+
"children": [
|
|
22
|
+
{
|
|
23
|
+
"text": ""
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"type": "layout-slot",
|
|
31
|
+
"attributes": {
|
|
32
|
+
"name": "grid-half"
|
|
33
|
+
},
|
|
34
|
+
"children": [
|
|
35
|
+
{
|
|
36
|
+
"type": "paragraph",
|
|
37
|
+
"children": [
|
|
38
|
+
{
|
|
39
|
+
"text": ""
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"type": "layout",
|
|
49
|
+
"children": [
|
|
50
|
+
{
|
|
51
|
+
"type": "layout-slot",
|
|
52
|
+
"attributes": {
|
|
53
|
+
"name": "grid-2"
|
|
54
|
+
},
|
|
55
|
+
"children": [
|
|
56
|
+
{
|
|
57
|
+
"type": "paragraph",
|
|
58
|
+
"children": [
|
|
59
|
+
{
|
|
60
|
+
"text": ""
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"type": "layout-slot",
|
|
68
|
+
"attributes": {
|
|
69
|
+
"name": "grid-1"
|
|
70
|
+
},
|
|
71
|
+
"children": [
|
|
72
|
+
{
|
|
73
|
+
"type": "paragraph",
|
|
74
|
+
"children": [
|
|
75
|
+
{
|
|
76
|
+
"text": ""
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"type": "layout",
|
|
86
|
+
"children": [
|
|
87
|
+
{
|
|
88
|
+
"type": "layout-slot",
|
|
89
|
+
"attributes": {
|
|
90
|
+
"name": "grid-1"
|
|
91
|
+
},
|
|
92
|
+
"children": [
|
|
93
|
+
{
|
|
94
|
+
"type": "storybook",
|
|
95
|
+
"children": [
|
|
96
|
+
{
|
|
97
|
+
"text": ""
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"attributes": {
|
|
101
|
+
"icon": "checkSimple",
|
|
102
|
+
"title": "Vivamus sagittis lacus",
|
|
103
|
+
"text": "Ac tincidunt sapien vehicula erat auctor pellentesque rhoncus.Et magna sit morbi vitae lobortis."
|
|
104
|
+
},
|
|
105
|
+
"block": "Templates/Feature",
|
|
106
|
+
"storyId": "templates-feature"
|
|
107
|
+
}
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"type": "layout-slot",
|
|
112
|
+
"attributes": {
|
|
113
|
+
"name": "grid-1"
|
|
114
|
+
},
|
|
115
|
+
"children": [
|
|
116
|
+
{
|
|
117
|
+
"type": "storybook",
|
|
118
|
+
"children": [
|
|
119
|
+
{
|
|
120
|
+
"text": ""
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"attributes": {
|
|
124
|
+
"icon": "checkSimple",
|
|
125
|
+
"title": "Vivamus sagittis lacus",
|
|
126
|
+
"text": "Ac tincidunt sapien vehicula erat auctor pellentesque rhoncus.Et magna sit morbi vitae lobortis."
|
|
127
|
+
},
|
|
128
|
+
"block": "Templates/Feature",
|
|
129
|
+
"storyId": "templates-feature"
|
|
130
|
+
}
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"type": "layout-slot",
|
|
135
|
+
"attributes": {
|
|
136
|
+
"name": "grid-1"
|
|
137
|
+
},
|
|
138
|
+
"children": [
|
|
139
|
+
{
|
|
140
|
+
"type": "storybook",
|
|
141
|
+
"children": [
|
|
142
|
+
{
|
|
143
|
+
"text": ""
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"attributes": {
|
|
147
|
+
"icon": "checkSimple",
|
|
148
|
+
"title": "Vivamus sagittis lacus",
|
|
149
|
+
"text": "Ac tincidunt sapien vehicula erat auctor pellentesque rhoncus.Et magna sit morbi vitae lobortis."
|
|
150
|
+
},
|
|
151
|
+
"block": "Templates/Feature",
|
|
152
|
+
"storyId": "templates-feature"
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"type": "layout-slot",
|
|
158
|
+
"attributes": {
|
|
159
|
+
"name": "grid-1"
|
|
160
|
+
},
|
|
161
|
+
"children": [
|
|
162
|
+
{
|
|
163
|
+
"type": "storybook",
|
|
164
|
+
"children": [
|
|
165
|
+
{
|
|
166
|
+
"text": ""
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"attributes": {
|
|
170
|
+
"icon": "checkSimple",
|
|
171
|
+
"title": "Vivamus sagittis lacus",
|
|
172
|
+
"text": "Ac tincidunt sapien vehicula erat auctor pellentesque rhoncus.Et magna sit morbi vitae lobortis."
|
|
173
|
+
},
|
|
174
|
+
"block": "Templates/Feature",
|
|
175
|
+
"storyId": "templates-feature"
|
|
176
|
+
}
|
|
177
|
+
]
|
|
178
|
+
}
|
|
179
|
+
]
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"type": "layout",
|
|
183
|
+
"children": [
|
|
184
|
+
{
|
|
185
|
+
"type": "layout-slot",
|
|
186
|
+
"attributes": {
|
|
187
|
+
"name": "grid-1"
|
|
188
|
+
},
|
|
189
|
+
"children": [
|
|
190
|
+
{
|
|
191
|
+
"type": "paragraph",
|
|
192
|
+
"children": [
|
|
193
|
+
{
|
|
194
|
+
"text": ""
|
|
195
|
+
}
|
|
196
|
+
]
|
|
197
|
+
}
|
|
198
|
+
]
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"type": "layout-slot",
|
|
202
|
+
"attributes": {
|
|
203
|
+
"name": "grid-2"
|
|
204
|
+
},
|
|
205
|
+
"children": [
|
|
206
|
+
{
|
|
207
|
+
"type": "paragraph",
|
|
208
|
+
"children": [
|
|
209
|
+
{
|
|
210
|
+
"text": ""
|
|
211
|
+
}
|
|
212
|
+
]
|
|
213
|
+
}
|
|
214
|
+
]
|
|
215
|
+
}
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"type": "layout",
|
|
220
|
+
"children": [
|
|
221
|
+
{
|
|
222
|
+
"type": "layout-slot",
|
|
223
|
+
"attributes": {
|
|
224
|
+
"name": "grid-1"
|
|
225
|
+
},
|
|
226
|
+
"children": [
|
|
227
|
+
{
|
|
228
|
+
"type": "paragraph",
|
|
229
|
+
"children": [
|
|
230
|
+
{
|
|
231
|
+
"text": ""
|
|
232
|
+
}
|
|
233
|
+
]
|
|
234
|
+
}
|
|
235
|
+
]
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"type": "layout-slot",
|
|
239
|
+
"attributes": {
|
|
240
|
+
"name": "grid-1"
|
|
241
|
+
},
|
|
242
|
+
"children": [
|
|
243
|
+
{
|
|
244
|
+
"type": "paragraph",
|
|
245
|
+
"children": [
|
|
246
|
+
{
|
|
247
|
+
"text": ""
|
|
248
|
+
}
|
|
249
|
+
]
|
|
250
|
+
}
|
|
251
|
+
]
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"type": "layout-slot",
|
|
255
|
+
"attributes": {
|
|
256
|
+
"name": "grid-1"
|
|
257
|
+
},
|
|
258
|
+
"children": [
|
|
259
|
+
{
|
|
260
|
+
"type": "paragraph",
|
|
261
|
+
"children": [
|
|
262
|
+
{
|
|
263
|
+
"text": ""
|
|
264
|
+
}
|
|
265
|
+
]
|
|
266
|
+
}
|
|
267
|
+
]
|
|
268
|
+
}
|
|
269
|
+
]
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"type": "layout",
|
|
273
|
+
"children": [
|
|
274
|
+
{
|
|
275
|
+
"type": "layout-slot",
|
|
276
|
+
"attributes": {
|
|
277
|
+
"name": "grid-auto"
|
|
278
|
+
},
|
|
279
|
+
"children": [
|
|
280
|
+
{
|
|
281
|
+
"type": "paragraph",
|
|
282
|
+
"children": [
|
|
283
|
+
{
|
|
284
|
+
"text": ""
|
|
285
|
+
}
|
|
286
|
+
]
|
|
287
|
+
}
|
|
288
|
+
]
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"type": "layout-slot",
|
|
292
|
+
"attributes": {
|
|
293
|
+
"name": "grid-fill"
|
|
294
|
+
},
|
|
295
|
+
"children": [
|
|
296
|
+
{
|
|
297
|
+
"type": "paragraph",
|
|
298
|
+
"children": [
|
|
299
|
+
{
|
|
300
|
+
"text": ""
|
|
301
|
+
}
|
|
302
|
+
]
|
|
303
|
+
}
|
|
304
|
+
]
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"type": "layout-slot",
|
|
308
|
+
"attributes": {
|
|
309
|
+
"name": "grid-auto"
|
|
310
|
+
},
|
|
311
|
+
"children": [
|
|
312
|
+
{
|
|
313
|
+
"type": "paragraph",
|
|
314
|
+
"children": [
|
|
315
|
+
{
|
|
316
|
+
"text": ""
|
|
317
|
+
}
|
|
318
|
+
]
|
|
319
|
+
}
|
|
320
|
+
]
|
|
321
|
+
}
|
|
322
|
+
]
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"type": "layout",
|
|
326
|
+
"children": [
|
|
327
|
+
{
|
|
328
|
+
"type": "layout-slot",
|
|
329
|
+
"attributes": {
|
|
330
|
+
"name": "grid-auto"
|
|
331
|
+
},
|
|
332
|
+
"children": [
|
|
333
|
+
{
|
|
334
|
+
"type": "paragraph",
|
|
335
|
+
"children": [
|
|
336
|
+
{
|
|
337
|
+
"text": ""
|
|
338
|
+
}
|
|
339
|
+
]
|
|
340
|
+
}
|
|
341
|
+
]
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"type": "layout-slot",
|
|
345
|
+
"attributes": {
|
|
346
|
+
"name": "grid-fill"
|
|
347
|
+
},
|
|
348
|
+
"children": [
|
|
349
|
+
{
|
|
350
|
+
"type": "paragraph",
|
|
351
|
+
"children": [
|
|
352
|
+
{
|
|
353
|
+
"text": ""
|
|
354
|
+
}
|
|
355
|
+
]
|
|
356
|
+
}
|
|
357
|
+
]
|
|
358
|
+
}
|
|
359
|
+
]
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"type": "storybook",
|
|
363
|
+
"children": [
|
|
364
|
+
{
|
|
365
|
+
"text": ""
|
|
366
|
+
}
|
|
367
|
+
],
|
|
368
|
+
"attributes": {
|
|
369
|
+
"provider": "twitter",
|
|
370
|
+
"provider_url": "https://twitter.com",
|
|
371
|
+
"cache_age": "3153600000",
|
|
372
|
+
"width": 550,
|
|
373
|
+
"height": null,
|
|
374
|
+
"tweet_id": "1368952570874654730",
|
|
375
|
+
"html": "<blockquote class=\"twitter-tweet\"><p lang=\"und\" dir=\"ltr\"><a href=\"https://t.co/XzqDvqokRZ\">pic.twitter.com/XzqDvqokRZ</a></p>— Roaring Kitty (@TheRoaringKitty) <a href=\"https://twitter.com/TheRoaringKitty/status/1368952570874654730?ref_src=twsrc%5Etfw\">March 8, 2021</a></blockquote>\n<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n",
|
|
376
|
+
"url": "https://twitter.com/TheRoaringKitty/status/1368952570874654730",
|
|
377
|
+
"version": "1.0",
|
|
378
|
+
"provider_name": "Twitter",
|
|
379
|
+
"type": "rich",
|
|
380
|
+
"author_url": "https://twitter.com/TheRoaringKitty",
|
|
381
|
+
"author_name": "Roaring Kitty"
|
|
382
|
+
},
|
|
383
|
+
"block": "Social/Embed",
|
|
384
|
+
"storyId": "social-embed-twitter"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"type": "storybook",
|
|
388
|
+
"children": [
|
|
389
|
+
{
|
|
390
|
+
"text": ""
|
|
391
|
+
}
|
|
392
|
+
],
|
|
393
|
+
"attributes": {
|
|
394
|
+
"provider": "twitter",
|
|
395
|
+
"provider_url": "https://twitter.com",
|
|
396
|
+
"cache_age": "3153600000",
|
|
397
|
+
"width": 550,
|
|
398
|
+
"height": null,
|
|
399
|
+
"tweet_id": "1368952570874654730",
|
|
400
|
+
"html": "<blockquote class=\"twitter-tweet\"><p lang=\"und\" dir=\"ltr\"><a href=\"https://t.co/XzqDvqokRZ\">pic.twitter.com/XzqDvqokRZ</a></p>— Roaring Kitty (@TheRoaringKitty) <a href=\"https://twitter.com/TheRoaringKitty/status/1368952570874654730?ref_src=twsrc%5Etfw\">March 8, 2021</a></blockquote>\n<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n",
|
|
401
|
+
"url": "https://twitter.com/TheRoaringKitty/status/1368952570874654730",
|
|
402
|
+
"version": "1.0",
|
|
403
|
+
"provider_name": "Twitter",
|
|
404
|
+
"type": "rich",
|
|
405
|
+
"author_url": "https://twitter.com/TheRoaringKitty",
|
|
406
|
+
"author_name": "Roaring Kitty"
|
|
407
|
+
},
|
|
408
|
+
"block": "Social/Embed",
|
|
409
|
+
"storyId": "social-embed-twitter"
|
|
410
|
+
}
|
|
411
411
|
]
|