@slicemachine/adapter-nuxt 0.3.18-dev-slice-templates-svelte-nuxt.4 → 0.3.18-dev-next-release.9

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 (42) hide show
  1. package/dist/Hero/javascript.vue +75 -43
  2. package/dist/Hero/typescript.vue +75 -43
  3. package/dist/hooks/project-init.cjs +1 -1
  4. package/dist/hooks/project-init.cjs.map +1 -1
  5. package/dist/hooks/project-init.js +1 -1
  6. package/dist/hooks/project-init.js.map +1 -1
  7. package/dist/plugin.cjs +1 -4
  8. package/dist/plugin.cjs.map +1 -1
  9. package/dist/plugin.js +1 -4
  10. package/dist/plugin.js.map +1 -1
  11. package/package.json +3 -3
  12. package/src/hooks/project-init.ts +1 -1
  13. package/src/plugin.ts +1 -4
  14. package/dist/AlternateGrid/javascript.vue +0 -228
  15. package/dist/AlternateGrid/screenshot-default.png +0 -0
  16. package/dist/AlternateGrid/screenshot-imageRight.png +0 -0
  17. package/dist/AlternateGrid/typescript.vue +0 -235
  18. package/dist/CallToAction/javascript.vue +0 -127
  19. package/dist/CallToAction/screenshot-alignLeft.png +0 -0
  20. package/dist/CallToAction/screenshot-default.png +0 -0
  21. package/dist/CallToAction/typescript.vue +0 -134
  22. package/dist/CustomerLogos/javascript.vue +0 -115
  23. package/dist/CustomerLogos/screenshot-default.png +0 -0
  24. package/dist/CustomerLogos/typescript.vue +0 -122
  25. package/dist/sliceTemplates/AlternateGrid/index.cjs +0 -436
  26. package/dist/sliceTemplates/AlternateGrid/index.cjs.map +0 -1
  27. package/dist/sliceTemplates/AlternateGrid/index.d.ts +0 -8
  28. package/dist/sliceTemplates/AlternateGrid/index.js +0 -436
  29. package/dist/sliceTemplates/AlternateGrid/index.js.map +0 -1
  30. package/dist/sliceTemplates/CallToAction/index.cjs +0 -264
  31. package/dist/sliceTemplates/CallToAction/index.cjs.map +0 -1
  32. package/dist/sliceTemplates/CallToAction/index.d.ts +0 -8
  33. package/dist/sliceTemplates/CallToAction/index.js +0 -264
  34. package/dist/sliceTemplates/CallToAction/index.js.map +0 -1
  35. package/dist/sliceTemplates/CustomerLogos/index.cjs +0 -314
  36. package/dist/sliceTemplates/CustomerLogos/index.cjs.map +0 -1
  37. package/dist/sliceTemplates/CustomerLogos/index.d.ts +0 -7
  38. package/dist/sliceTemplates/CustomerLogos/index.js +0 -314
  39. package/dist/sliceTemplates/CustomerLogos/index.js.map +0 -1
  40. package/src/sliceTemplates/AlternateGrid/index.ts +0 -441
  41. package/src/sliceTemplates/CallToAction/index.ts +0 -265
  42. package/src/sliceTemplates/CustomerLogos/index.ts +0 -313
@@ -1,436 +0,0 @@
1
- const screenshotPaths = {
2
- default: "AlternateGrid/screenshot-default.png",
3
- imageRight: "AlternateGrid/screenshot-imageRight.png"
4
- };
5
- const mocks = [
6
- {
7
- __TYPE__: "SharedSliceContent",
8
- variation: "default",
9
- primary: {
10
- title: {
11
- __TYPE__: "StructuredTextContent",
12
- value: [
13
- {
14
- type: "heading1",
15
- content: {
16
- text: "Alternate like a star",
17
- spans: []
18
- },
19
- direction: "ltr"
20
- }
21
- ]
22
- },
23
- description: {
24
- __TYPE__: "StructuredTextContent",
25
- value: [
26
- {
27
- type: "paragraph",
28
- content: {
29
- text: "A predesigned AlternateGrid component, that you can use to list your skills or features of a product.",
30
- spans: [
31
- {
32
- type: "strong",
33
- start: 44,
34
- end: 47
35
- }
36
- ]
37
- },
38
- direction: "ltr"
39
- }
40
- ]
41
- },
42
- eyebrowHeadline: {
43
- __TYPE__: "FieldContent",
44
- type: "Text",
45
- value: "Eyebrow"
46
- },
47
- image: {
48
- origin: {
49
- id: "main",
50
- url: "https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d",
51
- width: 4076,
52
- height: 2712
53
- },
54
- url: "https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d",
55
- width: 4076,
56
- height: 2712,
57
- edit: {
58
- zoom: 1,
59
- crop: {
60
- x: 0,
61
- y: 0
62
- },
63
- background: "transparent"
64
- },
65
- credits: null,
66
- alt: "Image of computer",
67
- __TYPE__: "ImageContent",
68
- thumbnails: {}
69
- }
70
- },
71
- items: [
72
- {
73
- __TYPE__: "GroupItemContent",
74
- value: [
75
- [
76
- "title",
77
- {
78
- __TYPE__: "StructuredTextContent",
79
- value: [
80
- {
81
- type: "heading3",
82
- content: {
83
- text: "Integrate with the SliceZone",
84
- spans: []
85
- },
86
- direction: "ltr"
87
- }
88
- ]
89
- }
90
- ],
91
- [
92
- "description",
93
- {
94
- __TYPE__: "StructuredTextContent",
95
- value: [
96
- {
97
- type: "paragraph",
98
- content: {
99
- text: "This component has been matched by the SliceZone. Its model has been fetched from SliceMachine next-adapter!",
100
- spans: []
101
- },
102
- direction: "ltr"
103
- }
104
- ]
105
- }
106
- ]
107
- ]
108
- },
109
- {
110
- __TYPE__: "GroupItemContent",
111
- value: [
112
- [
113
- "title",
114
- {
115
- __TYPE__: "StructuredTextContent",
116
- value: [
117
- {
118
- type: "heading3",
119
- content: {
120
- text: "Create your own",
121
- spans: []
122
- },
123
- direction: "ltr"
124
- }
125
- ]
126
- }
127
- ],
128
- [
129
- "description",
130
- {
131
- __TYPE__: "StructuredTextContent",
132
- value: [
133
- {
134
- type: "paragraph",
135
- content: {
136
- text: "Feel free to use this component fully, or use it as an example! We're adding templates as often as we can.",
137
- spans: []
138
- },
139
- direction: "ltr"
140
- }
141
- ]
142
- }
143
- ]
144
- ]
145
- },
146
- {
147
- __TYPE__: "GroupItemContent",
148
- value: [
149
- [
150
- "title",
151
- {
152
- __TYPE__: "StructuredTextContent",
153
- value: [
154
- {
155
- type: "heading3",
156
- content: {
157
- text: "Add a variation",
158
- spans: []
159
- },
160
- direction: "ltr"
161
- }
162
- ]
163
- }
164
- ],
165
- [
166
- "description",
167
- {
168
- __TYPE__: "StructuredTextContent",
169
- value: [
170
- {
171
- type: "paragraph",
172
- content: {
173
- text: 'This slice comes with a "Image Right" variation, which means editors can switch text/image direction!',
174
- spans: []
175
- },
176
- direction: "ltr"
177
- }
178
- ]
179
- }
180
- ]
181
- ]
182
- }
183
- ]
184
- },
185
- {
186
- __TYPE__: "SharedSliceContent",
187
- variation: "imageRight",
188
- primary: {
189
- eyebrowHeadline: {
190
- __TYPE__: "FieldContent",
191
- value: "activity",
192
- type: "Text"
193
- },
194
- title: {
195
- __TYPE__: "StructuredTextContent",
196
- value: [
197
- {
198
- type: "heading1",
199
- content: {
200
- text: "Alternate like a star",
201
- spans: []
202
- },
203
- direction: "ltr"
204
- }
205
- ]
206
- },
207
- description: {
208
- __TYPE__: "StructuredTextContent",
209
- value: [
210
- {
211
- type: "paragraph",
212
- content: {
213
- text: "A predesigned AlternateGrid component, that you can use to list your skills or features of a product.",
214
- spans: [
215
- {
216
- type: "strong",
217
- start: 44,
218
- end: 47
219
- }
220
- ]
221
- },
222
- direction: "ltr"
223
- }
224
- ]
225
- },
226
- image: {
227
- origin: {
228
- id: "main",
229
- url: "https://images.unsplash.com/photo-1499951360447-b19be8fe80f5",
230
- width: 5848,
231
- height: 3899
232
- },
233
- url: "https://images.unsplash.com/photo-1499951360447-b19be8fe80f5",
234
- width: 5848,
235
- height: 3899,
236
- edit: {
237
- zoom: 1,
238
- crop: {
239
- x: 0,
240
- y: 0
241
- },
242
- background: "transparent"
243
- },
244
- credits: null,
245
- alt: "Image of computer",
246
- __TYPE__: "ImageContent",
247
- thumbnails: {}
248
- }
249
- },
250
- items: [
251
- {
252
- __TYPE__: "GroupItemContent",
253
- value: [
254
- [
255
- "title",
256
- {
257
- __TYPE__: "StructuredTextContent",
258
- value: [
259
- {
260
- type: "heading3",
261
- content: {
262
- text: "Create a unique, high-performing site",
263
- spans: [
264
- {
265
- type: "strong",
266
- start: 9,
267
- end: 15
268
- }
269
- ]
270
- },
271
- direction: "ltr"
272
- }
273
- ]
274
- }
275
- ],
276
- [
277
- "description",
278
- {
279
- __TYPE__: "StructuredTextContent",
280
- value: [
281
- {
282
- type: "paragraph",
283
- content: {
284
- text: "Prismic is the headless website builder designed to help developers and marketers create unique, high-performing websites that are easy to edit.",
285
- spans: []
286
- },
287
- direction: "ltr"
288
- }
289
- ]
290
- }
291
- ]
292
- ]
293
- }
294
- ]
295
- }
296
- ];
297
- const model = {
298
- id: "alternate_grid",
299
- type: "SharedSlice",
300
- name: "AlternateGrid",
301
- description: "AlternateGrid",
302
- variations: [
303
- {
304
- id: "default",
305
- name: "Default",
306
- docURL: "...",
307
- version: "initial",
308
- description: "Default",
309
- imageUrl: "",
310
- primary: {
311
- eyebrowHeadline: {
312
- type: "Text",
313
- config: {
314
- label: "eyebrowHeadline",
315
- placeholder: "Eyebrow"
316
- }
317
- },
318
- title: {
319
- type: "StructuredText",
320
- config: {
321
- label: "title",
322
- placeholder: "",
323
- allowTargetBlank: true,
324
- single: "heading1,heading2,heading3,heading4,heading5,heading6,strong,em"
325
- }
326
- },
327
- description: {
328
- type: "StructuredText",
329
- config: {
330
- label: "description",
331
- placeholder: "",
332
- allowTargetBlank: true,
333
- multi: "paragraph,preformatted,hyperlink,embed,rtl,strong,em,list-item,o-list-item"
334
- }
335
- },
336
- image: {
337
- type: "Image",
338
- config: {
339
- label: "image",
340
- constraint: {},
341
- thumbnails: []
342
- }
343
- }
344
- },
345
- items: {
346
- title: {
347
- type: "StructuredText",
348
- config: {
349
- label: "title",
350
- placeholder: "",
351
- allowTargetBlank: true,
352
- single: "heading2,heading3,heading4,heading5,heading6,strong,em"
353
- }
354
- },
355
- description: {
356
- type: "StructuredText",
357
- config: {
358
- label: "description",
359
- placeholder: "",
360
- allowTargetBlank: true,
361
- multi: "paragraph,preformatted,hyperlink,strong,em,list-item,o-list-item,rtl"
362
- }
363
- }
364
- }
365
- },
366
- {
367
- id: "imageRight",
368
- name: "Image Right",
369
- docURL: "...",
370
- version: "initial",
371
- description: "Default",
372
- imageUrl: "",
373
- primary: {
374
- eyebrowHeadline: {
375
- type: "Text",
376
- config: {
377
- label: "eyebrowHeadline",
378
- placeholder: "Eyebrow"
379
- }
380
- },
381
- title: {
382
- type: "StructuredText",
383
- config: {
384
- label: "title",
385
- placeholder: "",
386
- allowTargetBlank: true,
387
- single: "heading1,heading2,heading3,heading4,heading5,heading6,strong,em"
388
- }
389
- },
390
- description: {
391
- type: "StructuredText",
392
- config: {
393
- label: "description",
394
- placeholder: "",
395
- allowTargetBlank: true,
396
- multi: "paragraph,preformatted,hyperlink,embed,rtl,strong,em,list-item,o-list-item"
397
- }
398
- },
399
- image: {
400
- type: "Image",
401
- config: {
402
- label: "image",
403
- constraint: {},
404
- thumbnails: []
405
- }
406
- }
407
- },
408
- items: {
409
- title: {
410
- type: "StructuredText",
411
- config: {
412
- label: "title",
413
- placeholder: "",
414
- allowTargetBlank: true,
415
- single: "heading2,heading3,heading4,heading5,heading6,strong,em"
416
- }
417
- },
418
- description: {
419
- type: "StructuredText",
420
- config: {
421
- label: "description",
422
- placeholder: "",
423
- allowTargetBlank: true,
424
- multi: "paragraph,preformatted,hyperlink,strong,em,list-item,o-list-item,rtl"
425
- }
426
- }
427
- }
428
- }
429
- ]
430
- };
431
- export {
432
- mocks,
433
- model,
434
- screenshotPaths
435
- };
436
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":["../../../../src/sliceTemplates/AlternateGrid/index.ts"],"sourcesContent":["import { SharedSliceContent } from \"@prismicio/types-internal/lib/content\";\nimport { SharedSlice } from \"@prismicio/types-internal/lib/customtypes\";\n\nexport const screenshotPaths = {\n\tdefault: \"AlternateGrid/screenshot-default.png\",\n\timageRight: \"AlternateGrid/screenshot-imageRight.png\",\n};\n\nexport const mocks: SharedSliceContent[] = [\n\t{\n\t\t__TYPE__: \"SharedSliceContent\",\n\t\tvariation: \"default\",\n\t\tprimary: {\n\t\t\ttitle: {\n\t\t\t\t__TYPE__: \"StructuredTextContent\",\n\t\t\t\tvalue: [\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: \"heading1\",\n\t\t\t\t\t\tcontent: {\n\t\t\t\t\t\t\ttext: \"Alternate like a star\",\n\t\t\t\t\t\t\tspans: [],\n\t\t\t\t\t\t},\n\t\t\t\t\t\tdirection: \"ltr\",\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\tdescription: {\n\t\t\t\t__TYPE__: \"StructuredTextContent\",\n\t\t\t\tvalue: [\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\tcontent: {\n\t\t\t\t\t\t\ttext: \"A predesigned AlternateGrid component, that you can use to list your skills or features of a product.\",\n\t\t\t\t\t\t\tspans: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"strong\",\n\t\t\t\t\t\t\t\t\tstart: 44,\n\t\t\t\t\t\t\t\t\tend: 47,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t},\n\t\t\t\t\t\tdirection: \"ltr\",\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\teyebrowHeadline: {\n\t\t\t\t__TYPE__: \"FieldContent\",\n\t\t\t\ttype: \"Text\",\n\t\t\t\tvalue: \"Eyebrow\",\n\t\t\t},\n\t\t\timage: {\n\t\t\t\torigin: {\n\t\t\t\t\tid: \"main\",\n\t\t\t\t\turl: \"https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d\",\n\t\t\t\t\twidth: 4076,\n\t\t\t\t\theight: 2712,\n\t\t\t\t},\n\t\t\t\turl: \"https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d\",\n\t\t\t\twidth: 4076,\n\t\t\t\theight: 2712,\n\t\t\t\tedit: {\n\t\t\t\t\tzoom: 1,\n\t\t\t\t\tcrop: {\n\t\t\t\t\t\tx: 0,\n\t\t\t\t\t\ty: 0,\n\t\t\t\t\t},\n\t\t\t\t\tbackground: \"transparent\",\n\t\t\t\t},\n\t\t\t\tcredits: null,\n\t\t\t\talt: \"Image of computer\",\n\t\t\t\t__TYPE__: \"ImageContent\",\n\t\t\t\tthumbnails: {},\n\t\t\t},\n\t\t},\n\t\titems: [\n\t\t\t{\n\t\t\t\t__TYPE__: \"GroupItemContent\",\n\t\t\t\tvalue: [\n\t\t\t\t\t[\n\t\t\t\t\t\t\"title\",\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t__TYPE__: \"StructuredTextContent\",\n\t\t\t\t\t\t\tvalue: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"heading3\",\n\t\t\t\t\t\t\t\t\tcontent: {\n\t\t\t\t\t\t\t\t\t\ttext: \"Integrate with the SliceZone\",\n\t\t\t\t\t\t\t\t\t\tspans: [],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tdirection: \"ltr\",\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\t[\n\t\t\t\t\t\t\"description\",\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t__TYPE__: \"StructuredTextContent\",\n\t\t\t\t\t\t\tvalue: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\tcontent: {\n\t\t\t\t\t\t\t\t\t\ttext: \"This component has been matched by the SliceZone. Its model has been fetched from SliceMachine next-adapter!\",\n\t\t\t\t\t\t\t\t\t\tspans: [],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tdirection: \"ltr\",\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\t__TYPE__: \"GroupItemContent\",\n\t\t\t\tvalue: [\n\t\t\t\t\t[\n\t\t\t\t\t\t\"title\",\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t__TYPE__: \"StructuredTextContent\",\n\t\t\t\t\t\t\tvalue: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"heading3\",\n\t\t\t\t\t\t\t\t\tcontent: {\n\t\t\t\t\t\t\t\t\t\ttext: \"Create your own\",\n\t\t\t\t\t\t\t\t\t\tspans: [],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tdirection: \"ltr\",\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\t[\n\t\t\t\t\t\t\"description\",\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t__TYPE__: \"StructuredTextContent\",\n\t\t\t\t\t\t\tvalue: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\tcontent: {\n\t\t\t\t\t\t\t\t\t\ttext: \"Feel free to use this component fully, or use it as an example! We're adding templates as often as we can.\",\n\t\t\t\t\t\t\t\t\t\tspans: [],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tdirection: \"ltr\",\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\t__TYPE__: \"GroupItemContent\",\n\t\t\t\tvalue: [\n\t\t\t\t\t[\n\t\t\t\t\t\t\"title\",\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t__TYPE__: \"StructuredTextContent\",\n\t\t\t\t\t\t\tvalue: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"heading3\",\n\t\t\t\t\t\t\t\t\tcontent: {\n\t\t\t\t\t\t\t\t\t\ttext: \"Add a variation\",\n\t\t\t\t\t\t\t\t\t\tspans: [],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tdirection: \"ltr\",\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\t[\n\t\t\t\t\t\t\"description\",\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t__TYPE__: \"StructuredTextContent\",\n\t\t\t\t\t\t\tvalue: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\tcontent: {\n\t\t\t\t\t\t\t\t\t\ttext: 'This slice comes with a \"Image Right\" variation, which means editors can switch text/image direction!',\n\t\t\t\t\t\t\t\t\t\tspans: [],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tdirection: \"ltr\",\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t},\n\t{\n\t\t__TYPE__: \"SharedSliceContent\",\n\t\tvariation: \"imageRight\",\n\t\tprimary: {\n\t\t\teyebrowHeadline: {\n\t\t\t\t__TYPE__: \"FieldContent\",\n\t\t\t\tvalue: \"activity\",\n\t\t\t\ttype: \"Text\",\n\t\t\t},\n\t\t\ttitle: {\n\t\t\t\t__TYPE__: \"StructuredTextContent\",\n\t\t\t\tvalue: [\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: \"heading1\",\n\t\t\t\t\t\tcontent: {\n\t\t\t\t\t\t\ttext: \"Alternate like a star\",\n\t\t\t\t\t\t\tspans: [],\n\t\t\t\t\t\t},\n\t\t\t\t\t\tdirection: \"ltr\",\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\tdescription: {\n\t\t\t\t__TYPE__: \"StructuredTextContent\",\n\t\t\t\tvalue: [\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\tcontent: {\n\t\t\t\t\t\t\ttext: \"A predesigned AlternateGrid component, that you can use to list your skills or features of a product.\",\n\t\t\t\t\t\t\tspans: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"strong\",\n\t\t\t\t\t\t\t\t\tstart: 44,\n\t\t\t\t\t\t\t\t\tend: 47,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t},\n\t\t\t\t\t\tdirection: \"ltr\",\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\timage: {\n\t\t\t\torigin: {\n\t\t\t\t\tid: \"main\",\n\t\t\t\t\turl: \"https://images.unsplash.com/photo-1499951360447-b19be8fe80f5\",\n\t\t\t\t\twidth: 5848,\n\t\t\t\t\theight: 3899,\n\t\t\t\t},\n\t\t\t\turl: \"https://images.unsplash.com/photo-1499951360447-b19be8fe80f5\",\n\t\t\t\twidth: 5848,\n\t\t\t\theight: 3899,\n\t\t\t\tedit: {\n\t\t\t\t\tzoom: 1,\n\t\t\t\t\tcrop: {\n\t\t\t\t\t\tx: 0,\n\t\t\t\t\t\ty: 0,\n\t\t\t\t\t},\n\t\t\t\t\tbackground: \"transparent\",\n\t\t\t\t},\n\t\t\t\tcredits: null,\n\t\t\t\talt: \"Image of computer\",\n\t\t\t\t__TYPE__: \"ImageContent\",\n\t\t\t\tthumbnails: {},\n\t\t\t},\n\t\t},\n\t\titems: [\n\t\t\t{\n\t\t\t\t__TYPE__: \"GroupItemContent\",\n\t\t\t\tvalue: [\n\t\t\t\t\t[\n\t\t\t\t\t\t\"title\",\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t__TYPE__: \"StructuredTextContent\",\n\t\t\t\t\t\t\tvalue: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"heading3\",\n\t\t\t\t\t\t\t\t\tcontent: {\n\t\t\t\t\t\t\t\t\t\ttext: \"Create a unique, high-performing site\",\n\t\t\t\t\t\t\t\t\t\tspans: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"strong\",\n\t\t\t\t\t\t\t\t\t\t\t\tstart: 9,\n\t\t\t\t\t\t\t\t\t\t\t\tend: 15,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tdirection: \"ltr\",\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\t[\n\t\t\t\t\t\t\"description\",\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t__TYPE__: \"StructuredTextContent\",\n\t\t\t\t\t\t\tvalue: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\tcontent: {\n\t\t\t\t\t\t\t\t\t\ttext: \"Prismic is the headless website builder designed to help developers and marketers create unique, high-performing websites that are easy to edit.\",\n\t\t\t\t\t\t\t\t\t\tspans: [],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tdirection: \"ltr\",\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t},\n];\n\nexport const model: SharedSlice = {\n\tid: \"alternate_grid\",\n\ttype: \"SharedSlice\",\n\tname: \"AlternateGrid\",\n\tdescription: \"AlternateGrid\",\n\tvariations: [\n\t\t{\n\t\t\tid: \"default\",\n\t\t\tname: \"Default\",\n\t\t\tdocURL: \"...\",\n\t\t\tversion: \"initial\",\n\t\t\tdescription: \"Default\",\n\t\t\timageUrl: \"\",\n\t\t\tprimary: {\n\t\t\t\teyebrowHeadline: {\n\t\t\t\t\ttype: \"Text\",\n\t\t\t\t\tconfig: {\n\t\t\t\t\t\tlabel: \"eyebrowHeadline\",\n\t\t\t\t\t\tplaceholder: \"Eyebrow\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\ttitle: {\n\t\t\t\t\ttype: \"StructuredText\",\n\t\t\t\t\tconfig: {\n\t\t\t\t\t\tlabel: \"title\",\n\t\t\t\t\t\tplaceholder: \"\",\n\t\t\t\t\t\tallowTargetBlank: true,\n\t\t\t\t\t\tsingle:\n\t\t\t\t\t\t\t\"heading1,heading2,heading3,heading4,heading5,heading6,strong,em\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tdescription: {\n\t\t\t\t\ttype: \"StructuredText\",\n\t\t\t\t\tconfig: {\n\t\t\t\t\t\tlabel: \"description\",\n\t\t\t\t\t\tplaceholder: \"\",\n\t\t\t\t\t\tallowTargetBlank: true,\n\t\t\t\t\t\tmulti:\n\t\t\t\t\t\t\t\"paragraph,preformatted,hyperlink,embed,rtl,strong,em,list-item,o-list-item\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\timage: {\n\t\t\t\t\ttype: \"Image\",\n\t\t\t\t\tconfig: {\n\t\t\t\t\t\tlabel: \"image\",\n\t\t\t\t\t\tconstraint: {},\n\t\t\t\t\t\tthumbnails: [],\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\titems: {\n\t\t\t\ttitle: {\n\t\t\t\t\ttype: \"StructuredText\",\n\t\t\t\t\tconfig: {\n\t\t\t\t\t\tlabel: \"title\",\n\t\t\t\t\t\tplaceholder: \"\",\n\t\t\t\t\t\tallowTargetBlank: true,\n\t\t\t\t\t\tsingle: \"heading2,heading3,heading4,heading5,heading6,strong,em\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tdescription: {\n\t\t\t\t\ttype: \"StructuredText\",\n\t\t\t\t\tconfig: {\n\t\t\t\t\t\tlabel: \"description\",\n\t\t\t\t\t\tplaceholder: \"\",\n\t\t\t\t\t\tallowTargetBlank: true,\n\t\t\t\t\t\tmulti:\n\t\t\t\t\t\t\t\"paragraph,preformatted,hyperlink,strong,em,list-item,o-list-item,rtl\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\tid: \"imageRight\",\n\t\t\tname: \"Image Right\",\n\t\t\tdocURL: \"...\",\n\t\t\tversion: \"initial\",\n\t\t\tdescription: \"Default\",\n\t\t\timageUrl: \"\",\n\t\t\tprimary: {\n\t\t\t\teyebrowHeadline: {\n\t\t\t\t\ttype: \"Text\",\n\t\t\t\t\tconfig: {\n\t\t\t\t\t\tlabel: \"eyebrowHeadline\",\n\t\t\t\t\t\tplaceholder: \"Eyebrow\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\ttitle: {\n\t\t\t\t\ttype: \"StructuredText\",\n\t\t\t\t\tconfig: {\n\t\t\t\t\t\tlabel: \"title\",\n\t\t\t\t\t\tplaceholder: \"\",\n\t\t\t\t\t\tallowTargetBlank: true,\n\t\t\t\t\t\tsingle:\n\t\t\t\t\t\t\t\"heading1,heading2,heading3,heading4,heading5,heading6,strong,em\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tdescription: {\n\t\t\t\t\ttype: \"StructuredText\",\n\t\t\t\t\tconfig: {\n\t\t\t\t\t\tlabel: \"description\",\n\t\t\t\t\t\tplaceholder: \"\",\n\t\t\t\t\t\tallowTargetBlank: true,\n\t\t\t\t\t\tmulti:\n\t\t\t\t\t\t\t\"paragraph,preformatted,hyperlink,embed,rtl,strong,em,list-item,o-list-item\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\timage: {\n\t\t\t\t\ttype: \"Image\",\n\t\t\t\t\tconfig: {\n\t\t\t\t\t\tlabel: \"image\",\n\t\t\t\t\t\tconstraint: {},\n\t\t\t\t\t\tthumbnails: [],\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\titems: {\n\t\t\t\ttitle: {\n\t\t\t\t\ttype: \"StructuredText\",\n\t\t\t\t\tconfig: {\n\t\t\t\t\t\tlabel: \"title\",\n\t\t\t\t\t\tplaceholder: \"\",\n\t\t\t\t\t\tallowTargetBlank: true,\n\t\t\t\t\t\tsingle: \"heading2,heading3,heading4,heading5,heading6,strong,em\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tdescription: {\n\t\t\t\t\ttype: \"StructuredText\",\n\t\t\t\t\tconfig: {\n\t\t\t\t\t\tlabel: \"description\",\n\t\t\t\t\t\tplaceholder: \"\",\n\t\t\t\t\t\tallowTargetBlank: true,\n\t\t\t\t\t\tmulti:\n\t\t\t\t\t\t\t\"paragraph,preformatted,hyperlink,strong,em,list-item,o-list-item,rtl\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t],\n};\n"],"names":[],"mappings":"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"}