@htmlbricks/hb-matrix-video 0.20.7

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.
@@ -0,0 +1,1007 @@
1
+ export var storybookArgs = {
2
+ items: { control: { type: "object" } },
3
+ hoverItem: { action: "hoverItemEvent" },
4
+ clickItem: { action: "clickItemEvent" }
5
+ };
6
+ var cssVars = [];
7
+ export var cssParts = [];
8
+ export var htmlSlots = [];
9
+ export var i18nLanguages = [];
10
+ export var styleSetup = {
11
+ vars: cssVars,
12
+ parts: cssParts
13
+ };
14
+ var examples = [
15
+ {
16
+ name: "with2videos",
17
+ data: {
18
+ items: [
19
+ {
20
+ type: "iframe",
21
+ id: "1",
22
+ uri: "http://127.0.0.1:8889/test/"
23
+ },
24
+ {
25
+ type: "iframe",
26
+ id: "2",
27
+ uri: "http://127.0.0.1:8889/test/"
28
+ },
29
+ ]
30
+ }
31
+ },
32
+ {
33
+ name: "with3videos",
34
+ data: {
35
+ items: [
36
+ {
37
+ type: "iframe",
38
+ id: "1",
39
+ uri: "http://127.0.0.1:8889/test/"
40
+ },
41
+ {
42
+ type: "iframe",
43
+ id: "2",
44
+ uri: "http://127.0.0.1:8889/test/"
45
+ },
46
+ {
47
+ type: "iframe",
48
+ id: "3",
49
+ uri: "http://127.0.0.1:8889/test/"
50
+ },
51
+ ]
52
+ }
53
+ },
54
+ {
55
+ name: "with4videos",
56
+ data: {
57
+ items: [
58
+ {
59
+ type: "iframe",
60
+ id: "1",
61
+ uri: "http://127.0.0.1:8889/test/"
62
+ },
63
+ {
64
+ type: "iframe",
65
+ id: "2",
66
+ uri: "http://127.0.0.1:8889/test/"
67
+ },
68
+ {
69
+ type: "iframe",
70
+ id: "3",
71
+ uri: "http://127.0.0.1:8889/test/"
72
+ },
73
+ {
74
+ type: "iframe",
75
+ id: "4",
76
+ uri: "http://127.0.0.1:8889/test/"
77
+ },
78
+ ]
79
+ }
80
+ },
81
+ {
82
+ name: "with6videos",
83
+ data: {
84
+ items: [
85
+ {
86
+ type: "iframe",
87
+ id: "1",
88
+ uri: "http://127.0.0.1:8889/test/"
89
+ },
90
+ {
91
+ type: "iframe",
92
+ id: "2",
93
+ uri: "http://127.0.0.1:8889/test/"
94
+ },
95
+ {
96
+ type: "iframe",
97
+ id: "3",
98
+ uri: "http://127.0.0.1:8889/test/"
99
+ },
100
+ {
101
+ type: "iframe",
102
+ id: "4",
103
+ uri: "http://127.0.0.1:8889/test/"
104
+ },
105
+ {
106
+ type: "iframe",
107
+ id: "5",
108
+ uri: "http://127.0.0.1:8889/test/"
109
+ },
110
+ {
111
+ type: "iframe",
112
+ id: "6",
113
+ uri: "http://127.0.0.1:8889/test/"
114
+ },
115
+ ]
116
+ }
117
+ },
118
+ {
119
+ name: "with7videos",
120
+ data: {
121
+ items: [
122
+ {
123
+ type: "iframe",
124
+ id: "1",
125
+ uri: "http://127.0.0.1:8889/test/"
126
+ },
127
+ {
128
+ type: "iframe",
129
+ id: "2",
130
+ uri: "http://127.0.0.1:8889/test/"
131
+ },
132
+ {
133
+ type: "iframe",
134
+ id: "3",
135
+ uri: "http://127.0.0.1:8889/test/"
136
+ },
137
+ {
138
+ type: "iframe",
139
+ id: "4",
140
+ uri: "http://127.0.0.1:8889/test/"
141
+ },
142
+ {
143
+ type: "iframe",
144
+ id: "5",
145
+ uri: "http://127.0.0.1:8889/test/"
146
+ },
147
+ {
148
+ type: "iframe",
149
+ id: "6",
150
+ uri: "http://127.0.0.1:8889/test/"
151
+ },
152
+ {
153
+ type: "iframe",
154
+ id: "7",
155
+ uri: "http://127.0.0.1:8889/test/"
156
+ },
157
+ ]
158
+ }
159
+ },
160
+ {
161
+ name: "with8videos",
162
+ data: {
163
+ items: [
164
+ {
165
+ type: "iframe",
166
+ id: "1",
167
+ uri: "http://127.0.0.1:8889/test/"
168
+ },
169
+ {
170
+ type: "iframe",
171
+ id: "2",
172
+ uri: "http://127.0.0.1:8889/test/"
173
+ },
174
+ {
175
+ type: "iframe",
176
+ id: "3",
177
+ uri: "http://127.0.0.1:8889/test/"
178
+ },
179
+ {
180
+ type: "iframe",
181
+ id: "4",
182
+ uri: "http://127.0.0.1:8889/test/"
183
+ },
184
+ {
185
+ type: "iframe",
186
+ id: "5",
187
+ uri: "http://127.0.0.1:8889/test/"
188
+ },
189
+ {
190
+ type: "iframe",
191
+ id: "6",
192
+ uri: "http://127.0.0.1:8889/test/"
193
+ },
194
+ {
195
+ type: "iframe",
196
+ id: "7",
197
+ uri: "http://127.0.0.1:8889/test/"
198
+ },
199
+ {
200
+ type: "iframe",
201
+ id: "8",
202
+ uri: "http://127.0.0.1:8889/test/"
203
+ },
204
+ ]
205
+ }
206
+ },
207
+ {
208
+ name: "with9videos",
209
+ data: {
210
+ items: [
211
+ {
212
+ type: "iframe",
213
+ id: "1",
214
+ uri: "http://127.0.0.1:8889/test/"
215
+ },
216
+ {
217
+ type: "iframe",
218
+ id: "2",
219
+ uri: "http://127.0.0.1:8889/test/"
220
+ },
221
+ {
222
+ type: "iframe",
223
+ id: "3",
224
+ uri: "http://127.0.0.1:8889/test/"
225
+ },
226
+ {
227
+ type: "iframe",
228
+ id: "4",
229
+ uri: "http://127.0.0.1:8889/test/"
230
+ },
231
+ {
232
+ type: "iframe",
233
+ id: "5",
234
+ uri: "http://127.0.0.1:8889/test/"
235
+ },
236
+ {
237
+ type: "iframe",
238
+ id: "6",
239
+ uri: "http://127.0.0.1:8889/test/"
240
+ },
241
+ {
242
+ type: "iframe",
243
+ id: "7",
244
+ uri: "http://127.0.0.1:8889/test/"
245
+ },
246
+ {
247
+ type: "iframe",
248
+ id: "8",
249
+ uri: "http://127.0.0.1:8889/test/"
250
+ },
251
+ {
252
+ type: "iframe",
253
+ id: "9",
254
+ uri: "http://127.0.0.1:8889/test/"
255
+ },
256
+ ]
257
+ }
258
+ },
259
+ {
260
+ name: "with10videos",
261
+ data: {
262
+ items: [
263
+ {
264
+ type: "iframe",
265
+ id: "1",
266
+ uri: "http://127.0.0.1:8889/test/"
267
+ },
268
+ {
269
+ type: "iframe",
270
+ id: "2",
271
+ uri: "http://127.0.0.1:8889/test/"
272
+ },
273
+ {
274
+ type: "iframe",
275
+ id: "3",
276
+ uri: "http://127.0.0.1:8889/test/"
277
+ },
278
+ {
279
+ type: "iframe",
280
+ id: "4",
281
+ uri: "http://127.0.0.1:8889/test/"
282
+ },
283
+ {
284
+ type: "iframe",
285
+ id: "5",
286
+ uri: "http://127.0.0.1:8889/test/"
287
+ },
288
+ {
289
+ type: "iframe",
290
+ id: "6",
291
+ uri: "http://127.0.0.1:8889/test/"
292
+ },
293
+ {
294
+ type: "iframe",
295
+ id: "7",
296
+ uri: "http://127.0.0.1:8889/test/"
297
+ },
298
+ {
299
+ type: "iframe",
300
+ id: "8",
301
+ uri: "http://127.0.0.1:8889/test/"
302
+ },
303
+ {
304
+ type: "iframe",
305
+ id: "9",
306
+ uri: "http://127.0.0.1:8889/test/"
307
+ },
308
+ {
309
+ type: "iframe",
310
+ id: "10",
311
+ uri: "http://127.0.0.1:8889/test/"
312
+ },
313
+ ]
314
+ }
315
+ },
316
+ {
317
+ name: "with12videos",
318
+ data: {
319
+ items: [
320
+ {
321
+ type: "iframe",
322
+ id: "1",
323
+ uri: "http://127.0.0.1:8889/test/"
324
+ },
325
+ {
326
+ type: "iframe",
327
+ id: "2",
328
+ uri: "http://127.0.0.1:8889/test/"
329
+ },
330
+ {
331
+ type: "iframe",
332
+ id: "3",
333
+ uri: "http://127.0.0.1:8889/test/"
334
+ },
335
+ {
336
+ type: "iframe",
337
+ id: "4",
338
+ uri: "http://127.0.0.1:8889/test/"
339
+ },
340
+ {
341
+ type: "iframe",
342
+ id: "5",
343
+ uri: "http://127.0.0.1:8889/test/"
344
+ },
345
+ {
346
+ type: "iframe",
347
+ id: "6",
348
+ uri: "http://127.0.0.1:8889/test/"
349
+ },
350
+ {
351
+ type: "iframe",
352
+ id: "7",
353
+ uri: "http://127.0.0.1:8889/test/"
354
+ },
355
+ {
356
+ type: "iframe",
357
+ id: "8",
358
+ uri: "http://127.0.0.1:8889/test/"
359
+ },
360
+ {
361
+ type: "iframe",
362
+ id: "9",
363
+ uri: "http://127.0.0.1:8889/test/"
364
+ },
365
+ {
366
+ type: "iframe",
367
+ id: "10",
368
+ uri: "http://127.0.0.1:8889/test/"
369
+ },
370
+ {
371
+ type: "iframe",
372
+ id: "11",
373
+ uri: "http://127.0.0.1:8889/test/"
374
+ },
375
+ {
376
+ type: "iframe",
377
+ id: "12",
378
+ uri: "http://127.0.0.1:8889/test/"
379
+ },
380
+ ]
381
+ }
382
+ },
383
+ {
384
+ name: "with13videos",
385
+ data: {
386
+ items: [
387
+ {
388
+ type: "iframe",
389
+ id: "1",
390
+ uri: "http://127.0.0.1:8889/test/"
391
+ },
392
+ {
393
+ type: "iframe",
394
+ id: "2",
395
+ uri: "http://127.0.0.1:8889/test/"
396
+ },
397
+ {
398
+ type: "iframe",
399
+ id: "3",
400
+ uri: "http://127.0.0.1:8889/test/"
401
+ },
402
+ {
403
+ type: "iframe",
404
+ id: "4",
405
+ uri: "http://127.0.0.1:8889/test/"
406
+ },
407
+ {
408
+ type: "iframe",
409
+ id: "5",
410
+ uri: "http://127.0.0.1:8889/test/"
411
+ },
412
+ {
413
+ type: "iframe",
414
+ id: "6",
415
+ uri: "http://127.0.0.1:8889/test/"
416
+ },
417
+ {
418
+ type: "iframe",
419
+ id: "7",
420
+ uri: "http://127.0.0.1:8889/test/"
421
+ },
422
+ {
423
+ type: "iframe",
424
+ id: "8",
425
+ uri: "http://127.0.0.1:8889/test/"
426
+ },
427
+ {
428
+ type: "iframe",
429
+ id: "9",
430
+ uri: "http://127.0.0.1:8889/test/"
431
+ },
432
+ {
433
+ type: "iframe",
434
+ id: "10",
435
+ uri: "http://127.0.0.1:8889/test/"
436
+ },
437
+ {
438
+ type: "iframe",
439
+ id: "11",
440
+ uri: "http://127.0.0.1:8889/test/"
441
+ },
442
+ {
443
+ type: "iframe",
444
+ id: "12",
445
+ uri: "http://127.0.0.1:8889/test/"
446
+ },
447
+ {
448
+ type: "iframe",
449
+ id: "13",
450
+ uri: "http://127.0.0.1:8889/test/"
451
+ },
452
+ ]
453
+ }
454
+ },
455
+ {
456
+ name: "with15videos",
457
+ data: {
458
+ items: [
459
+ {
460
+ type: "iframe",
461
+ id: "1",
462
+ uri: "http://127.0.0.1:8889/test/"
463
+ },
464
+ {
465
+ type: "iframe",
466
+ id: "2",
467
+ uri: "http://127.0.0.1:8889/test/"
468
+ },
469
+ {
470
+ type: "iframe",
471
+ id: "3",
472
+ uri: "http://127.0.0.1:8889/test/"
473
+ },
474
+ {
475
+ type: "iframe",
476
+ id: "4",
477
+ uri: "http://127.0.0.1:8889/test/"
478
+ },
479
+ {
480
+ type: "iframe",
481
+ id: "5",
482
+ uri: "http://127.0.0.1:8889/test/"
483
+ },
484
+ {
485
+ type: "iframe",
486
+ id: "6",
487
+ uri: "http://127.0.0.1:8889/test/"
488
+ },
489
+ {
490
+ type: "iframe",
491
+ id: "7",
492
+ uri: "http://127.0.0.1:8889/test/"
493
+ },
494
+ {
495
+ type: "iframe",
496
+ id: "8",
497
+ uri: "http://127.0.0.1:8889/test/"
498
+ },
499
+ {
500
+ type: "iframe",
501
+ id: "9",
502
+ uri: "http://127.0.0.1:8889/test/"
503
+ },
504
+ {
505
+ type: "iframe",
506
+ id: "10",
507
+ uri: "http://127.0.0.1:8889/test/"
508
+ },
509
+ {
510
+ type: "iframe",
511
+ id: "11",
512
+ uri: "http://127.0.0.1:8889/test/"
513
+ },
514
+ {
515
+ type: "iframe",
516
+ id: "12",
517
+ uri: "http://127.0.0.1:8889/test/"
518
+ },
519
+ {
520
+ type: "iframe",
521
+ id: "13",
522
+ uri: "http://127.0.0.1:8889/test/"
523
+ },
524
+ {
525
+ type: "iframe",
526
+ id: "14",
527
+ uri: "http://127.0.0.1:8889/test/"
528
+ },
529
+ {
530
+ type: "iframe",
531
+ id: "15",
532
+ uri: "http://127.0.0.1:8889/test/"
533
+ },
534
+ ]
535
+ }
536
+ },
537
+ {
538
+ name: "with16videos",
539
+ data: {
540
+ items: [
541
+ {
542
+ type: "iframe",
543
+ id: "1",
544
+ uri: "http://127.0.0.1:8889/test/"
545
+ },
546
+ {
547
+ type: "iframe",
548
+ id: "2",
549
+ uri: "http://127.0.0.1:8889/test/"
550
+ },
551
+ {
552
+ type: "iframe",
553
+ id: "3",
554
+ uri: "http://127.0.0.1:8889/test/"
555
+ },
556
+ {
557
+ type: "iframe",
558
+ id: "4",
559
+ uri: "http://127.0.0.1:8889/test/"
560
+ },
561
+ {
562
+ type: "iframe",
563
+ id: "5",
564
+ uri: "http://127.0.0.1:8889/test/"
565
+ },
566
+ {
567
+ type: "iframe",
568
+ id: "6",
569
+ uri: "http://127.0.0.1:8889/test/"
570
+ },
571
+ {
572
+ type: "iframe",
573
+ id: "7",
574
+ uri: "http://127.0.0.1:8889/test/"
575
+ },
576
+ {
577
+ type: "iframe",
578
+ id: "8",
579
+ uri: "http://127.0.0.1:8889/test/"
580
+ },
581
+ {
582
+ type: "iframe",
583
+ id: "9",
584
+ uri: "http://127.0.0.1:8889/test/"
585
+ },
586
+ {
587
+ type: "iframe",
588
+ id: "10",
589
+ uri: "http://127.0.0.1:8889/test/"
590
+ },
591
+ {
592
+ type: "iframe",
593
+ id: "11",
594
+ uri: "http://127.0.0.1:8889/test/"
595
+ },
596
+ {
597
+ type: "iframe",
598
+ id: "12",
599
+ uri: "http://127.0.0.1:8889/test/"
600
+ },
601
+ {
602
+ type: "iframe",
603
+ id: "13",
604
+ uri: "http://127.0.0.1:8889/test/"
605
+ },
606
+ {
607
+ type: "iframe",
608
+ id: "14",
609
+ uri: "http://127.0.0.1:8889/test/"
610
+ },
611
+ {
612
+ type: "iframe",
613
+ id: "15",
614
+ uri: "http://127.0.0.1:8889/test/"
615
+ },
616
+ {
617
+ type: "iframe",
618
+ id: "16",
619
+ uri: "http://127.0.0.1:8889/test/"
620
+ },
621
+ ]
622
+ }
623
+ },
624
+ {
625
+ name: "with18videos",
626
+ data: {
627
+ items: [
628
+ {
629
+ type: "iframe",
630
+ id: "1",
631
+ uri: "http://127.0.0.1:8889/test/"
632
+ },
633
+ {
634
+ type: "iframe",
635
+ id: "2",
636
+ uri: "http://127.0.0.1:8889/test/"
637
+ },
638
+ {
639
+ type: "iframe",
640
+ id: "3",
641
+ uri: "http://127.0.0.1:8889/test/"
642
+ },
643
+ {
644
+ type: "iframe",
645
+ id: "4",
646
+ uri: "http://127.0.0.1:8889/test/"
647
+ },
648
+ {
649
+ type: "iframe",
650
+ id: "5",
651
+ uri: "http://127.0.0.1:8889/test/"
652
+ },
653
+ {
654
+ type: "iframe",
655
+ id: "6",
656
+ uri: "http://127.0.0.1:8889/test/"
657
+ },
658
+ {
659
+ type: "iframe",
660
+ id: "7",
661
+ uri: "http://127.0.0.1:8889/test/"
662
+ },
663
+ {
664
+ type: "iframe",
665
+ id: "8",
666
+ uri: "http://127.0.0.1:8889/test/"
667
+ },
668
+ {
669
+ type: "iframe",
670
+ id: "9",
671
+ uri: "http://127.0.0.1:8889/test/"
672
+ },
673
+ {
674
+ type: "iframe",
675
+ id: "10",
676
+ uri: "http://127.0.0.1:8889/test/"
677
+ },
678
+ {
679
+ type: "iframe",
680
+ id: "11",
681
+ uri: "http://127.0.0.1:8889/test/"
682
+ },
683
+ {
684
+ type: "iframe",
685
+ id: "12",
686
+ uri: "http://127.0.0.1:8889/test/"
687
+ },
688
+ {
689
+ type: "iframe",
690
+ id: "13",
691
+ uri: "http://127.0.0.1:8889/test/"
692
+ },
693
+ {
694
+ type: "iframe",
695
+ id: "14",
696
+ uri: "http://127.0.0.1:8889/test/"
697
+ },
698
+ {
699
+ type: "iframe",
700
+ id: "15",
701
+ uri: "http://127.0.0.1:8889/test/"
702
+ },
703
+ {
704
+ type: "iframe",
705
+ id: "16",
706
+ uri: "http://127.0.0.1:8889/test/"
707
+ },
708
+ {
709
+ type: "iframe",
710
+ id: "17",
711
+ uri: "http://127.0.0.1:8889/test/"
712
+ },
713
+ {
714
+ type: "iframe",
715
+ id: "18",
716
+ uri: "http://127.0.0.1:8889/test/"
717
+ },
718
+ ]
719
+ }
720
+ },
721
+ {
722
+ name: "with20videos",
723
+ data: {
724
+ items: [
725
+ {
726
+ type: "iframe",
727
+ id: "1",
728
+ uri: "http://127.0.0.1:8889/test/"
729
+ },
730
+ {
731
+ type: "iframe",
732
+ id: "2",
733
+ uri: "http://127.0.0.1:8889/test/"
734
+ },
735
+ {
736
+ type: "iframe",
737
+ id: "3",
738
+ uri: "http://127.0.0.1:8889/test/"
739
+ },
740
+ {
741
+ type: "iframe",
742
+ id: "4",
743
+ uri: "http://127.0.0.1:8889/test/"
744
+ },
745
+ {
746
+ type: "iframe",
747
+ id: "5",
748
+ uri: "http://127.0.0.1:8889/test/"
749
+ },
750
+ {
751
+ type: "iframe",
752
+ id: "6",
753
+ uri: "http://127.0.0.1:8889/test/"
754
+ },
755
+ {
756
+ type: "iframe",
757
+ id: "7",
758
+ uri: "http://127.0.0.1:8889/test/"
759
+ },
760
+ {
761
+ type: "iframe",
762
+ id: "8",
763
+ uri: "http://127.0.0.1:8889/test/"
764
+ },
765
+ {
766
+ type: "iframe",
767
+ id: "9",
768
+ uri: "http://127.0.0.1:8889/test/"
769
+ },
770
+ {
771
+ type: "iframe",
772
+ id: "10",
773
+ uri: "http://127.0.0.1:8889/test/"
774
+ },
775
+ {
776
+ type: "iframe",
777
+ id: "11",
778
+ uri: "http://127.0.0.1:8889/test/"
779
+ },
780
+ {
781
+ type: "iframe",
782
+ id: "12",
783
+ uri: "http://127.0.0.1:8889/test/"
784
+ },
785
+ {
786
+ type: "iframe",
787
+ id: "13",
788
+ uri: "http://127.0.0.1:8889/test/"
789
+ },
790
+ {
791
+ type: "iframe",
792
+ id: "14",
793
+ uri: "http://127.0.0.1:8889/test/"
794
+ },
795
+ {
796
+ type: "iframe",
797
+ id: "15",
798
+ uri: "http://127.0.0.1:8889/test/"
799
+ },
800
+ {
801
+ type: "iframe",
802
+ id: "16",
803
+ uri: "http://127.0.0.1:8889/test/"
804
+ },
805
+ {
806
+ type: "iframe",
807
+ id: "17",
808
+ uri: "http://127.0.0.1:8889/test/"
809
+ },
810
+ {
811
+ type: "iframe",
812
+ id: "18",
813
+ uri: "http://127.0.0.1:8889/test/"
814
+ },
815
+ {
816
+ type: "iframe",
817
+ id: "19",
818
+ uri: "http://127.0.0.1:8889/test/"
819
+ },
820
+ {
821
+ type: "iframe",
822
+ id: "20",
823
+ uri: "http://127.0.0.1:8889/test/"
824
+ },
825
+ ]
826
+ }
827
+ },
828
+ {
829
+ name: "with30videos",
830
+ data: {
831
+ items: [
832
+ {
833
+ type: "iframe",
834
+ id: "1",
835
+ uri: "http://127.0.0.1:8889/test/"
836
+ },
837
+ {
838
+ type: "iframe",
839
+ id: "2",
840
+ uri: "http://127.0.0.1:8889/test/"
841
+ },
842
+ {
843
+ type: "iframe",
844
+ id: "3",
845
+ uri: "http://127.0.0.1:8889/test/"
846
+ },
847
+ {
848
+ type: "iframe",
849
+ id: "4",
850
+ uri: "http://127.0.0.1:8889/test/"
851
+ },
852
+ {
853
+ type: "iframe",
854
+ id: "5",
855
+ uri: "http://127.0.0.1:8889/test/"
856
+ },
857
+ {
858
+ type: "iframe",
859
+ id: "6",
860
+ uri: "http://127.0.0.1:8889/test/"
861
+ },
862
+ {
863
+ type: "iframe",
864
+ id: "7",
865
+ uri: "http://127.0.0.1:8889/test/"
866
+ },
867
+ {
868
+ type: "iframe",
869
+ id: "8",
870
+ uri: "http://127.0.0.1:8889/test/"
871
+ },
872
+ {
873
+ type: "iframe",
874
+ id: "9",
875
+ uri: "http://127.0.0.1:8889/test/"
876
+ },
877
+ {
878
+ type: "iframe",
879
+ id: "10",
880
+ uri: "http://127.0.0.1:8889/test/"
881
+ },
882
+ {
883
+ type: "iframe",
884
+ id: "11",
885
+ uri: "http://127.0.0.1:8889/test/"
886
+ },
887
+ {
888
+ type: "iframe",
889
+ id: "12",
890
+ uri: "http://127.0.0.1:8889/test/"
891
+ },
892
+ {
893
+ type: "iframe",
894
+ id: "13",
895
+ uri: "http://127.0.0.1:8889/test/"
896
+ },
897
+ {
898
+ type: "iframe",
899
+ id: "14",
900
+ uri: "http://127.0.0.1:8889/test/"
901
+ },
902
+ {
903
+ type: "iframe",
904
+ id: "15",
905
+ uri: "http://127.0.0.1:8889/test/"
906
+ },
907
+ {
908
+ type: "iframe",
909
+ id: "16",
910
+ uri: "http://127.0.0.1:8889/test/"
911
+ },
912
+ {
913
+ type: "iframe",
914
+ id: "17",
915
+ uri: "http://127.0.0.1:8889/test/"
916
+ },
917
+ {
918
+ type: "iframe",
919
+ id: "18",
920
+ uri: "http://127.0.0.1:8889/test/"
921
+ },
922
+ {
923
+ type: "iframe",
924
+ id: "19",
925
+ uri: "http://127.0.0.1:8889/test/"
926
+ },
927
+ {
928
+ type: "iframe",
929
+ id: "20",
930
+ uri: "http://127.0.0.1:8889/test/"
931
+ },
932
+ {
933
+ type: "iframe",
934
+ id: "21",
935
+ uri: "http://127.0.0.1:8889/test/"
936
+ },
937
+ {
938
+ type: "iframe",
939
+ id: "22",
940
+ uri: "http://127.0.0.1:8889/test/"
941
+ },
942
+ {
943
+ type: "iframe",
944
+ id: "23",
945
+ uri: "http://127.0.0.1:8889/test/"
946
+ },
947
+ {
948
+ type: "iframe",
949
+ id: "24",
950
+ uri: "http://127.0.0.1:8889/test/"
951
+ },
952
+ {
953
+ type: "iframe",
954
+ id: "25",
955
+ uri: "http://127.0.0.1:8889/test/"
956
+ },
957
+ {
958
+ type: "iframe",
959
+ id: "26",
960
+ uri: "http://127.0.0.1:8889/test/"
961
+ },
962
+ {
963
+ type: "iframe",
964
+ id: "27",
965
+ uri: "http://127.0.0.1:8889/test/"
966
+ },
967
+ {
968
+ type: "iframe",
969
+ id: "28",
970
+ uri: "http://127.0.0.1:8889/test/"
971
+ },
972
+ {
973
+ type: "iframe",
974
+ id: "29",
975
+ uri: "http://127.0.0.1:8889/test/"
976
+ },
977
+ {
978
+ type: "iframe",
979
+ id: "30",
980
+ uri: "http://127.0.0.1:8889/test/"
981
+ },
982
+ ]
983
+ }
984
+ },
985
+ ];
986
+ export var componentSetup = {
987
+ definitions: null,
988
+ storybookArgs: storybookArgs,
989
+ styleSetup: styleSetup,
990
+ author: null,
991
+ contributors: [],
992
+ owner: null,
993
+ htmlSlots: htmlSlots,
994
+ i18n: i18nLanguages,
995
+ examples: examples,
996
+ screenshots: [],
997
+ licenses: [{ type: "Apache-2.0", path: "LICENSE.md", cost: 0, currency: "EUR" }],
998
+ readmePath: "README.md",
999
+ name: "hb-matrix-video",
1000
+ category: "components",
1001
+ tags: ["components"],
1002
+ size: {},
1003
+ iifePath: "release/release.js",
1004
+ repoName: "@htmlbricks/hb-matrix-video",
1005
+ version: null
1006
+ };
1007
+ //# sourceMappingURL=docs.js.map