@makeswift/runtime 0.24.1 → 0.24.2-canary.0

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 (35) hide show
  1. package/dist/cjs/builder/index.js +3 -1
  2. package/dist/cjs/builder/index.js.map +1 -1
  3. package/dist/cjs/builder/unstructured-introspection/__fixtures__/element-containing-resources.js +899 -0
  4. package/dist/cjs/builder/unstructured-introspection/__fixtures__/element-containing-resources.js.map +1 -0
  5. package/dist/cjs/builder/unstructured-introspection/__fixtures__/index.js +23 -0
  6. package/dist/cjs/builder/unstructured-introspection/__fixtures__/index.js.map +1 -0
  7. package/dist/cjs/builder/unstructured-introspection/index.js +29 -0
  8. package/dist/cjs/builder/unstructured-introspection/index.js.map +1 -0
  9. package/dist/cjs/builder/unstructured-introspection/unstructured-introspection.js +85 -0
  10. package/dist/cjs/builder/unstructured-introspection/unstructured-introspection.js.map +1 -0
  11. package/dist/cjs/next/api-handler/handlers/manifest.js +1 -1
  12. package/dist/esm/builder/index.js +1 -0
  13. package/dist/esm/builder/index.js.map +1 -1
  14. package/dist/esm/builder/unstructured-introspection/__fixtures__/element-containing-resources.js +875 -0
  15. package/dist/esm/builder/unstructured-introspection/__fixtures__/element-containing-resources.js.map +1 -0
  16. package/dist/esm/builder/unstructured-introspection/__fixtures__/index.js +2 -0
  17. package/dist/esm/builder/unstructured-introspection/__fixtures__/index.js.map +1 -0
  18. package/dist/esm/builder/unstructured-introspection/index.js +5 -0
  19. package/dist/esm/builder/unstructured-introspection/index.js.map +1 -0
  20. package/dist/esm/builder/unstructured-introspection/unstructured-introspection.js +61 -0
  21. package/dist/esm/builder/unstructured-introspection/unstructured-introspection.js.map +1 -0
  22. package/dist/esm/next/api-handler/handlers/manifest.js +1 -1
  23. package/dist/types/builder/index.d.ts +1 -0
  24. package/dist/types/builder/index.d.ts.map +1 -1
  25. package/dist/types/builder/unstructured-introspection/__fixtures__/element-containing-resources.d.ts +3 -0
  26. package/dist/types/builder/unstructured-introspection/__fixtures__/element-containing-resources.d.ts.map +1 -0
  27. package/dist/types/builder/unstructured-introspection/__fixtures__/index.d.ts +2 -0
  28. package/dist/types/builder/unstructured-introspection/__fixtures__/index.d.ts.map +1 -0
  29. package/dist/types/builder/unstructured-introspection/index.d.ts +2 -0
  30. package/dist/types/builder/unstructured-introspection/index.d.ts.map +1 -0
  31. package/dist/types/builder/unstructured-introspection/unstructured-introspection.d.ts +10 -0
  32. package/dist/types/builder/unstructured-introspection/unstructured-introspection.d.ts.map +1 -0
  33. package/dist/types/builder/unstructured-introspection/unstructured-introspection.test.d.ts +2 -0
  34. package/dist/types/builder/unstructured-introspection/unstructured-introspection.test.d.ts.map +1 -0
  35. package/package.json +2 -1
@@ -0,0 +1,875 @@
1
+ const elementContainingResources = {
2
+ key: "2c5e9ffc-dbcf-486a-ac62-8ac9efa539f0",
3
+ props: {
4
+ children: {
5
+ "@@makeswift/type": "prop-controllers::grid::v1",
6
+ value: {
7
+ columns: [
8
+ {
9
+ deviceId: "desktop",
10
+ value: {
11
+ spans: [[12], [12], [12], [12], [12], [12]],
12
+ count: 12
13
+ }
14
+ }
15
+ ],
16
+ elements: [
17
+ {
18
+ key: "cb66f6cb-0656-4424-81d7-0d03b27c45de",
19
+ props: {
20
+ children: {
21
+ "@@makeswift/type": "prop-controllers::grid::v1",
22
+ value: {
23
+ columns: [
24
+ {
25
+ deviceId: "desktop",
26
+ value: {
27
+ count: 12,
28
+ spans: [[12]]
29
+ }
30
+ }
31
+ ],
32
+ elements: [
33
+ {
34
+ key: "0f56d678-341a-4b05-bc9c-3a9f5bd7251e",
35
+ props: {
36
+ margin: [
37
+ {
38
+ deviceId: "desktop",
39
+ value: {
40
+ marginBottom: {
41
+ unit: "px",
42
+ value: 20
43
+ },
44
+ marginLeft: "auto",
45
+ marginRight: "auto",
46
+ marginTop: null
47
+ }
48
+ }
49
+ ],
50
+ text: {
51
+ descendants: [
52
+ {
53
+ children: [
54
+ {
55
+ text: "Resource: swatch only",
56
+ typography: {
57
+ style: [
58
+ {
59
+ deviceId: "mobile",
60
+ value: {
61
+ fontSize: {
62
+ unit: "px",
63
+ value: 16
64
+ }
65
+ }
66
+ },
67
+ {
68
+ deviceId: "desktop",
69
+ value: {
70
+ color: {
71
+ alpha: 1,
72
+ swatchId: "U3dhdGNoOmQ1ZWU3MmY1LThmMTQtNDQzZC05YmQ1LTJiMDA1MTIyYTA5NQ=="
73
+ },
74
+ fontSize: {
75
+ unit: "px",
76
+ value: 18
77
+ },
78
+ fontWeight: 400,
79
+ lineHeight: 1.5
80
+ }
81
+ }
82
+ ]
83
+ }
84
+ }
85
+ ],
86
+ type: "default"
87
+ }
88
+ ],
89
+ key: "c632090b-2269-40c9-8924-0ecc5effa651",
90
+ type: "makeswift::controls::rich-text-v2",
91
+ version: 2
92
+ },
93
+ width: [
94
+ {
95
+ deviceId: "desktop",
96
+ value: {
97
+ unit: "px",
98
+ value: 700
99
+ }
100
+ }
101
+ ]
102
+ },
103
+ type: "./components/Text/index.js"
104
+ }
105
+ ]
106
+ }
107
+ },
108
+ padding: [
109
+ {
110
+ deviceId: "desktop",
111
+ value: {
112
+ paddingBottom: {
113
+ unit: "px",
114
+ value: 10
115
+ },
116
+ paddingLeft: {
117
+ unit: "px",
118
+ value: 10
119
+ },
120
+ paddingRight: {
121
+ unit: "px",
122
+ value: 10
123
+ },
124
+ paddingTop: {
125
+ unit: "px",
126
+ value: 10
127
+ }
128
+ }
129
+ }
130
+ ]
131
+ },
132
+ type: "./components/Box/index.js"
133
+ },
134
+ {
135
+ key: "cf3e1cd1-e1bb-4420-8644-34d780b5465b",
136
+ props: {
137
+ children: {
138
+ "@@makeswift/type": "prop-controllers::grid::v1",
139
+ value: {
140
+ columns: [
141
+ {
142
+ deviceId: "desktop",
143
+ value: {
144
+ count: 12,
145
+ spans: [[6, 6]]
146
+ }
147
+ }
148
+ ],
149
+ elements: [
150
+ {
151
+ key: "c42ddde2-b9ff-4787-909f-d23866ca9130",
152
+ props: {
153
+ file: {
154
+ "@@makeswift/type": "prop-controllers::image::v2",
155
+ value: {
156
+ id: "RmlsZTpjNzc2MjI3ZC1iNmZjLTQ3MGYtYTY1OC00NWQ4NzA2NDVkMDM=",
157
+ type: "makeswift-file",
158
+ version: 1
159
+ }
160
+ },
161
+ margin: {
162
+ "@@makeswift/type": "prop-controllers::margin::v1",
163
+ value: [
164
+ {
165
+ deviceId: "desktop",
166
+ value: {
167
+ marginLeft: {
168
+ unit: "px",
169
+ value: 270
170
+ },
171
+ marginRight: "auto"
172
+ }
173
+ }
174
+ ]
175
+ },
176
+ width: {
177
+ "@@makeswift/type": "prop-controllers::width::v1",
178
+ value: [
179
+ {
180
+ deviceId: "desktop",
181
+ value: {
182
+ unit: "%",
183
+ value: 15
184
+ }
185
+ }
186
+ ]
187
+ }
188
+ },
189
+ type: "./components/Image/index.js"
190
+ },
191
+ {
192
+ key: "ce4edb81-8832-4266-a152-4e506e1e754d",
193
+ props: {
194
+ margin: {
195
+ "@@makeswift/type": "prop-controllers::margin::v1",
196
+ value: [
197
+ {
198
+ deviceId: "desktop",
199
+ value: {
200
+ marginBottom: {
201
+ unit: "px",
202
+ value: 20
203
+ },
204
+ marginLeft: "auto",
205
+ marginRight: "auto",
206
+ marginTop: null
207
+ }
208
+ }
209
+ ]
210
+ },
211
+ text: {
212
+ descendants: [
213
+ {
214
+ children: [
215
+ {
216
+ text: "Resource: File only",
217
+ typography: {
218
+ style: [
219
+ {
220
+ deviceId: "desktop",
221
+ value: {
222
+ fontSize: {
223
+ unit: "px",
224
+ value: 18
225
+ },
226
+ fontWeight: 400,
227
+ lineHeight: 1.5
228
+ }
229
+ },
230
+ {
231
+ deviceId: "mobile",
232
+ value: {
233
+ fontSize: {
234
+ unit: "px",
235
+ value: 16
236
+ }
237
+ }
238
+ }
239
+ ]
240
+ }
241
+ }
242
+ ],
243
+ type: "default"
244
+ }
245
+ ],
246
+ key: "061f43b1-72aa-46b6-b429-c4a55eac09c5",
247
+ type: "makeswift::controls::rich-text-v2",
248
+ version: 2
249
+ },
250
+ width: [
251
+ {
252
+ deviceId: "desktop",
253
+ value: {
254
+ unit: "px",
255
+ value: 700
256
+ }
257
+ }
258
+ ]
259
+ },
260
+ type: "./components/Text/index.js"
261
+ }
262
+ ]
263
+ }
264
+ },
265
+ padding: [
266
+ {
267
+ deviceId: "desktop",
268
+ value: {
269
+ paddingBottom: {
270
+ unit: "px",
271
+ value: 10
272
+ },
273
+ paddingLeft: {
274
+ unit: "px",
275
+ value: 10
276
+ },
277
+ paddingRight: {
278
+ unit: "px",
279
+ value: 10
280
+ },
281
+ paddingTop: {
282
+ unit: "px",
283
+ value: 10
284
+ }
285
+ }
286
+ }
287
+ ]
288
+ },
289
+ type: "./components/Box/index.js"
290
+ },
291
+ {
292
+ key: "ceebe1f0-31c1-4314-b387-df463d076751",
293
+ props: {
294
+ children: {
295
+ "@@makeswift/type": "prop-controllers::grid::v1",
296
+ value: {
297
+ columns: [
298
+ {
299
+ deviceId: "desktop",
300
+ value: {
301
+ count: 12,
302
+ spans: [[12]]
303
+ }
304
+ }
305
+ ],
306
+ elements: [
307
+ {
308
+ key: "87ab03ef-3a10-49d9-b596-719834f894dd",
309
+ props: {
310
+ margin: {
311
+ "@@makeswift/type": "prop-controllers::margin::v1",
312
+ value: [
313
+ {
314
+ deviceId: "desktop",
315
+ value: {
316
+ marginBottom: {
317
+ unit: "px",
318
+ value: 20
319
+ },
320
+ marginLeft: "auto",
321
+ marginRight: "auto",
322
+ marginTop: null
323
+ }
324
+ }
325
+ ]
326
+ },
327
+ text: {
328
+ descendants: [
329
+ {
330
+ children: [
331
+ {
332
+ text: "Resource: typography only",
333
+ typography: {
334
+ id: "VHlwb2dyYXBoeTo1ODVkMGE1ZS0zYmUyLTQyNzEtOTczYS1mNWNjN2UzMzk4ODg=",
335
+ style: []
336
+ }
337
+ }
338
+ ],
339
+ type: "default"
340
+ }
341
+ ],
342
+ key: "9c7f5fa6-7f15-4e60-91fd-778827ab3449",
343
+ type: "makeswift::controls::rich-text-v2",
344
+ version: 2
345
+ },
346
+ width: [
347
+ {
348
+ deviceId: "desktop",
349
+ value: {
350
+ unit: "px",
351
+ value: 700
352
+ }
353
+ }
354
+ ]
355
+ },
356
+ type: "./components/Text/index.js"
357
+ }
358
+ ]
359
+ }
360
+ },
361
+ padding: [
362
+ {
363
+ deviceId: "desktop",
364
+ value: {
365
+ paddingBottom: {
366
+ unit: "px",
367
+ value: 10
368
+ },
369
+ paddingLeft: {
370
+ unit: "px",
371
+ value: 10
372
+ },
373
+ paddingRight: {
374
+ unit: "px",
375
+ value: 10
376
+ },
377
+ paddingTop: {
378
+ unit: "px",
379
+ value: 10
380
+ }
381
+ }
382
+ }
383
+ ]
384
+ },
385
+ type: "./components/Box/index.js"
386
+ },
387
+ {
388
+ key: "6f2a2437-f690-4644-84d6-14073f1404d4",
389
+ props: {
390
+ children: {
391
+ "@@makeswift/type": "prop-controllers::grid::v1",
392
+ value: {
393
+ columns: [
394
+ {
395
+ deviceId: "desktop",
396
+ value: {
397
+ count: 12,
398
+ spans: [[6, 6]]
399
+ }
400
+ }
401
+ ],
402
+ elements: [
403
+ {
404
+ key: "42a6048c-ea36-41a4-9783-9c28f58fa3e6",
405
+ props: {
406
+ margin: [
407
+ {
408
+ deviceId: "desktop",
409
+ value: {
410
+ marginBottom: {
411
+ unit: "px",
412
+ value: 20
413
+ },
414
+ marginLeft: "auto",
415
+ marginRight: "auto",
416
+ marginTop: null
417
+ }
418
+ }
419
+ ],
420
+ text: {
421
+ descendants: [
422
+ {
423
+ children: [
424
+ {
425
+ text: "Resource: Global Element only",
426
+ typography: {
427
+ style: [
428
+ {
429
+ deviceId: "desktop",
430
+ value: {
431
+ fontSize: {
432
+ unit: "px",
433
+ value: 18
434
+ },
435
+ fontWeight: 400,
436
+ lineHeight: 1.5
437
+ }
438
+ },
439
+ {
440
+ deviceId: "mobile",
441
+ value: {
442
+ fontSize: {
443
+ unit: "px",
444
+ value: 16
445
+ }
446
+ }
447
+ }
448
+ ]
449
+ }
450
+ }
451
+ ],
452
+ type: "default"
453
+ }
454
+ ],
455
+ key: "09c570fa-7d82-4886-8c33-ad418202d562",
456
+ type: "makeswift::controls::rich-text-v2",
457
+ version: 2
458
+ },
459
+ width: [
460
+ {
461
+ deviceId: "desktop",
462
+ value: {
463
+ unit: "px",
464
+ value: 700
465
+ }
466
+ }
467
+ ]
468
+ },
469
+ type: "./components/Text/index.js"
470
+ },
471
+ {
472
+ key: "229fc932-2fdf-46eb-8ff6-ad31d3660d0a",
473
+ type: "reference",
474
+ value: "R2xvYmFsRWxlbWVudDphOTRjYjM3ZS02OWM2LTQ1OGQtODIxNS1mZTA2NGQ3OWZmNjI="
475
+ }
476
+ ]
477
+ }
478
+ },
479
+ padding: [
480
+ {
481
+ deviceId: "desktop",
482
+ value: {
483
+ paddingBottom: {
484
+ unit: "px",
485
+ value: 10
486
+ },
487
+ paddingLeft: {
488
+ unit: "px",
489
+ value: 10
490
+ },
491
+ paddingRight: {
492
+ unit: "px",
493
+ value: 10
494
+ },
495
+ paddingTop: {
496
+ unit: "px",
497
+ value: 10
498
+ }
499
+ }
500
+ }
501
+ ]
502
+ },
503
+ type: "./components/Box/index.js"
504
+ },
505
+ {
506
+ key: "3c83ae93-7cc9-47b1-8599-4efbd5bbd331",
507
+ props: {
508
+ children: {
509
+ "@@makeswift/type": "prop-controllers::grid::v1",
510
+ value: {
511
+ columns: [
512
+ {
513
+ deviceId: "desktop",
514
+ value: {
515
+ count: 12,
516
+ spans: [[6, 6]]
517
+ }
518
+ }
519
+ ],
520
+ elements: [
521
+ {
522
+ key: "f1ee5bf3-ebec-4398-b4e1-73b13c8050dd",
523
+ props: {
524
+ margin: [
525
+ {
526
+ deviceId: "desktop",
527
+ value: {
528
+ marginBottom: {
529
+ unit: "px",
530
+ value: 20
531
+ },
532
+ marginLeft: "auto",
533
+ marginRight: "auto",
534
+ marginTop: null
535
+ }
536
+ }
537
+ ],
538
+ text: {
539
+ descendants: [
540
+ {
541
+ children: [
542
+ {
543
+ text: "Resource: Page Link only",
544
+ typography: {
545
+ style: [
546
+ {
547
+ deviceId: "desktop",
548
+ value: {
549
+ fontSize: {
550
+ unit: "px",
551
+ value: 18
552
+ },
553
+ fontWeight: 400,
554
+ lineHeight: 1.5
555
+ }
556
+ },
557
+ {
558
+ deviceId: "mobile",
559
+ value: {
560
+ fontSize: {
561
+ unit: "px",
562
+ value: 16
563
+ }
564
+ }
565
+ }
566
+ ]
567
+ }
568
+ }
569
+ ],
570
+ type: "default"
571
+ }
572
+ ],
573
+ key: "f3b4e0db-8141-4500-8b0d-19978cfcd664",
574
+ type: "makeswift::controls::rich-text-v2",
575
+ version: 2
576
+ },
577
+ width: [
578
+ {
579
+ deviceId: "desktop",
580
+ value: {
581
+ unit: "px",
582
+ value: 700
583
+ }
584
+ }
585
+ ]
586
+ },
587
+ type: "./components/Text/index.js"
588
+ },
589
+ {
590
+ key: "0ca675bf-a128-4a22-9cda-b4f07ad7b52e",
591
+ props: {
592
+ margin: [
593
+ {
594
+ deviceId: "desktop",
595
+ value: {
596
+ marginBottom: {
597
+ unit: "px",
598
+ value: 20
599
+ },
600
+ marginLeft: "auto",
601
+ marginRight: "auto",
602
+ marginTop: null
603
+ }
604
+ }
605
+ ],
606
+ text: {
607
+ descendants: [
608
+ {
609
+ children: [
610
+ {
611
+ text: ""
612
+ },
613
+ {
614
+ children: [
615
+ {
616
+ text: "Sample Link to Page A",
617
+ typography: {
618
+ style: [
619
+ {
620
+ deviceId: "desktop",
621
+ value: {
622
+ fontSize: {
623
+ unit: "px",
624
+ value: 18
625
+ },
626
+ fontWeight: 400,
627
+ lineHeight: 1.5
628
+ }
629
+ },
630
+ {
631
+ deviceId: "mobile",
632
+ value: {
633
+ fontSize: {
634
+ unit: "px",
635
+ value: 16
636
+ }
637
+ }
638
+ }
639
+ ]
640
+ }
641
+ }
642
+ ],
643
+ link: {
644
+ payload: {
645
+ openInNewTab: false,
646
+ pageId: "UGFnZToxZWU1YmNjNi1mMGI1LTQxMGUtOWIzMy0wZTJjZTNkYTIwMzE="
647
+ },
648
+ type: "OPEN_PAGE"
649
+ },
650
+ type: "link"
651
+ },
652
+ {
653
+ text: ""
654
+ }
655
+ ],
656
+ type: "default"
657
+ }
658
+ ],
659
+ key: "878ec264-dbb5-4b14-8dc3-651133ba9a8e",
660
+ type: "makeswift::controls::rich-text-v2",
661
+ version: 2
662
+ },
663
+ width: [
664
+ {
665
+ deviceId: "desktop",
666
+ value: {
667
+ unit: "px",
668
+ value: 700
669
+ }
670
+ }
671
+ ]
672
+ },
673
+ type: "./components/Text/index.js"
674
+ }
675
+ ]
676
+ }
677
+ },
678
+ padding: [
679
+ {
680
+ deviceId: "desktop",
681
+ value: {
682
+ paddingBottom: {
683
+ unit: "px",
684
+ value: 10
685
+ },
686
+ paddingLeft: {
687
+ unit: "px",
688
+ value: 10
689
+ },
690
+ paddingRight: {
691
+ unit: "px",
692
+ value: 10
693
+ },
694
+ paddingTop: {
695
+ unit: "px",
696
+ value: 10
697
+ }
698
+ }
699
+ }
700
+ ]
701
+ },
702
+ type: "./components/Box/index.js"
703
+ },
704
+ {
705
+ key: "fac5fb69-c058-49a8-8b07-0917b2beddc8",
706
+ props: {
707
+ padding: [
708
+ {
709
+ deviceId: "desktop",
710
+ value: {
711
+ paddingBottom: {
712
+ unit: "px",
713
+ value: 10
714
+ },
715
+ paddingLeft: {
716
+ unit: "px",
717
+ value: 10
718
+ },
719
+ paddingRight: {
720
+ unit: "px",
721
+ value: 10
722
+ },
723
+ paddingTop: {
724
+ unit: "px",
725
+ value: 10
726
+ }
727
+ }
728
+ }
729
+ ],
730
+ children: {
731
+ "@@makeswift/type": "prop-controllers::grid::v1",
732
+ value: {
733
+ columns: [
734
+ {
735
+ deviceId: "desktop",
736
+ value: {
737
+ spans: [[6, 6]],
738
+ count: 12
739
+ }
740
+ }
741
+ ],
742
+ elements: [
743
+ {
744
+ key: "9274acff-aa56-4f04-b4f2-04e8106dc3a0",
745
+ props: {
746
+ margin: {
747
+ "@@makeswift/type": "prop-controllers::margin::v1",
748
+ value: [
749
+ {
750
+ deviceId: "desktop",
751
+ value: {
752
+ marginBottom: {
753
+ unit: "px",
754
+ value: 20
755
+ },
756
+ marginLeft: {
757
+ unit: "px",
758
+ value: 0
759
+ },
760
+ marginRight: "auto",
761
+ marginTop: null
762
+ }
763
+ }
764
+ ]
765
+ },
766
+ width: [
767
+ {
768
+ deviceId: "desktop",
769
+ value: {
770
+ unit: "px",
771
+ value: 700
772
+ }
773
+ }
774
+ ],
775
+ text: {
776
+ type: "makeswift::controls::rich-text-v2",
777
+ version: 2,
778
+ descendants: [
779
+ {
780
+ children: [
781
+ {
782
+ text: "Resource: table",
783
+ typography: {
784
+ style: [
785
+ {
786
+ deviceId: "desktop",
787
+ value: {
788
+ fontSize: {
789
+ unit: "px",
790
+ value: 18
791
+ },
792
+ fontWeight: 400,
793
+ lineHeight: 1.5
794
+ }
795
+ },
796
+ {
797
+ deviceId: "mobile",
798
+ value: {
799
+ fontSize: {
800
+ unit: "px",
801
+ value: 16
802
+ }
803
+ }
804
+ }
805
+ ]
806
+ }
807
+ }
808
+ ],
809
+ type: "default"
810
+ }
811
+ ],
812
+ key: "78307876-10bc-4240-a01d-071cd395a586"
813
+ }
814
+ },
815
+ type: "./components/Text/index.js"
816
+ },
817
+ {
818
+ key: "f5fbb12a-948b-414d-8267-b571713cbf60",
819
+ type: "./components/Form/index.js",
820
+ props: {
821
+ gap: [
822
+ {
823
+ deviceId: "desktop",
824
+ value: {
825
+ value: 10,
826
+ unit: "px"
827
+ }
828
+ }
829
+ ],
830
+ width: [
831
+ {
832
+ deviceId: "desktop",
833
+ value: {
834
+ value: 550,
835
+ unit: "px"
836
+ }
837
+ }
838
+ ],
839
+ tableId: {
840
+ "@@makeswift/type": "prop-controllers::table::v1",
841
+ value: "VGFibGU6MDI2OTUwMDQtOThkMi00NDU1LThjNDAtYmFiMDU5YTY3NDQy"
842
+ },
843
+ fields: {
844
+ "@@makeswift/type": "prop-controllers::table-form-fields::v1",
845
+ value: {
846
+ fields: [],
847
+ grid: [
848
+ {
849
+ deviceId: "desktop",
850
+ value: {
851
+ count: 12,
852
+ spans: [[12]]
853
+ }
854
+ }
855
+ ]
856
+ }
857
+ }
858
+ }
859
+ }
860
+ ]
861
+ }
862
+ }
863
+ },
864
+ type: "./components/Box/index.js"
865
+ }
866
+ ]
867
+ }
868
+ }
869
+ },
870
+ type: "./components/Root/index.js"
871
+ };
872
+ export {
873
+ elementContainingResources
874
+ };
875
+ //# sourceMappingURL=element-containing-resources.js.map