@htmlbricks/hb-matrix-video 0.20.18 → 0.50.0-alpha.8

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