@wix/editor-react-types 1.0.1 → 1.0.13

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,4864 @@
1
+ {
2
+ "typeDocModel": {
3
+ "id": 0,
4
+ "name": "@wix/editor-react-types",
5
+ "variant": "project",
6
+ "kind": 1,
7
+ "flags": {},
8
+ "children": [
9
+ {
10
+ "id": 49,
11
+ "name": "A11y",
12
+ "variant": "declaration",
13
+ "kind": 256,
14
+ "flags": {},
15
+ "comment": {
16
+ "summary": [
17
+ {
18
+ "kind": "text",
19
+ "text": "Accessibility attributes."
20
+ }
21
+ ],
22
+ "blockTags": [
23
+ {
24
+ "tag": "@example",
25
+ "content": [
26
+ {
27
+ "kind": "code",
28
+ "text": "```tsx\nimport type { A11y } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n a11y?: A11y;\n}\n\nconst MyComponent = ({ a11y }: MyComponentProps) => (\n <div\n tabIndex={a11y?.tabIndex}\n role={a11y?.role}\n aria-label={a11y?.ariaLabel}\n />\n);\n```"
29
+ }
30
+ ]
31
+ }
32
+ ]
33
+ },
34
+ "children": [
35
+ {
36
+ "id": 54,
37
+ "name": "ariaAtomic",
38
+ "variant": "declaration",
39
+ "kind": 1024,
40
+ "flags": {
41
+ "isOptional": true
42
+ },
43
+ "comment": {
44
+ "summary": [
45
+ {
46
+ "kind": "text",
47
+ "text": "The "
48
+ },
49
+ {
50
+ "kind": "code",
51
+ "text": "`aria-atomic`"
52
+ },
53
+ {
54
+ "kind": "text",
55
+ "text": " attribute. Indicates whether assistive technologies should present the entire region as a whole."
56
+ }
57
+ ]
58
+ },
59
+ "sources": [
60
+ {
61
+ "fileName": "src/a11y.ts",
62
+ "line": 31,
63
+ "character": 4,
64
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L31"
65
+ }
66
+ ],
67
+ "type": {
68
+ "type": "union",
69
+ "types": [
70
+ {
71
+ "type": "intrinsic",
72
+ "name": "boolean"
73
+ },
74
+ {
75
+ "type": "literal",
76
+ "value": "false"
77
+ },
78
+ {
79
+ "type": "literal",
80
+ "value": "true"
81
+ }
82
+ ]
83
+ }
84
+ },
85
+ {
86
+ "id": 58,
87
+ "name": "ariaAutocomplete",
88
+ "variant": "declaration",
89
+ "kind": 1024,
90
+ "flags": {
91
+ "isOptional": true
92
+ },
93
+ "comment": {
94
+ "summary": [
95
+ {
96
+ "kind": "text",
97
+ "text": "The "
98
+ },
99
+ {
100
+ "kind": "code",
101
+ "text": "`aria-autocomplete`"
102
+ },
103
+ {
104
+ "kind": "text",
105
+ "text": " attribute. Indicates the type of autocomplete behavior for an input."
106
+ }
107
+ ]
108
+ },
109
+ "sources": [
110
+ {
111
+ "fileName": "src/a11y.ts",
112
+ "line": 39,
113
+ "character": 4,
114
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L39"
115
+ }
116
+ ],
117
+ "type": {
118
+ "type": "union",
119
+ "types": [
120
+ {
121
+ "type": "literal",
122
+ "value": "none"
123
+ },
124
+ {
125
+ "type": "literal",
126
+ "value": "inline"
127
+ },
128
+ {
129
+ "type": "literal",
130
+ "value": "list"
131
+ },
132
+ {
133
+ "type": "literal",
134
+ "value": "both"
135
+ }
136
+ ]
137
+ }
138
+ },
139
+ {
140
+ "id": 56,
141
+ "name": "ariaBusy",
142
+ "variant": "declaration",
143
+ "kind": 1024,
144
+ "flags": {
145
+ "isOptional": true
146
+ },
147
+ "comment": {
148
+ "summary": [
149
+ {
150
+ "kind": "text",
151
+ "text": "The "
152
+ },
153
+ {
154
+ "kind": "code",
155
+ "text": "`aria-busy`"
156
+ },
157
+ {
158
+ "kind": "text",
159
+ "text": " attribute. Indicates the component is being modified and assistive technologies should wait."
160
+ }
161
+ ]
162
+ },
163
+ "sources": [
164
+ {
165
+ "fileName": "src/a11y.ts",
166
+ "line": 35,
167
+ "character": 4,
168
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L35"
169
+ }
170
+ ],
171
+ "type": {
172
+ "type": "union",
173
+ "types": [
174
+ {
175
+ "type": "intrinsic",
176
+ "name": "boolean"
177
+ },
178
+ {
179
+ "type": "literal",
180
+ "value": "false"
181
+ },
182
+ {
183
+ "type": "literal",
184
+ "value": "true"
185
+ }
186
+ ]
187
+ }
188
+ },
189
+ {
190
+ "id": 71,
191
+ "name": "ariaControls",
192
+ "variant": "declaration",
193
+ "kind": 1024,
194
+ "flags": {
195
+ "isOptional": true
196
+ },
197
+ "comment": {
198
+ "summary": [
199
+ {
200
+ "kind": "text",
201
+ "text": "The "
202
+ },
203
+ {
204
+ "kind": "code",
205
+ "text": "`aria-controls`"
206
+ },
207
+ {
208
+ "kind": "text",
209
+ "text": " attribute. Identifies the element whose contents or presence are controlled by this component."
210
+ }
211
+ ]
212
+ },
213
+ "sources": [
214
+ {
215
+ "fileName": "src/a11y.ts",
216
+ "line": 65,
217
+ "character": 4,
218
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L65"
219
+ }
220
+ ],
221
+ "type": {
222
+ "type": "intrinsic",
223
+ "name": "string"
224
+ }
225
+ },
226
+ {
227
+ "id": 64,
228
+ "name": "ariaCurrent",
229
+ "variant": "declaration",
230
+ "kind": 1024,
231
+ "flags": {
232
+ "isOptional": true
233
+ },
234
+ "comment": {
235
+ "summary": [
236
+ {
237
+ "kind": "text",
238
+ "text": "The "
239
+ },
240
+ {
241
+ "kind": "code",
242
+ "text": "`aria-current`"
243
+ },
244
+ {
245
+ "kind": "text",
246
+ "text": " attribute. Indicates the component that represents the current item within a container or set."
247
+ }
248
+ ]
249
+ },
250
+ "sources": [
251
+ {
252
+ "fileName": "src/a11y.ts",
253
+ "line": 51,
254
+ "character": 4,
255
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L51"
256
+ }
257
+ ],
258
+ "type": {
259
+ "type": "union",
260
+ "types": [
261
+ {
262
+ "type": "intrinsic",
263
+ "name": "boolean"
264
+ },
265
+ {
266
+ "type": "literal",
267
+ "value": "false"
268
+ },
269
+ {
270
+ "type": "literal",
271
+ "value": "true"
272
+ },
273
+ {
274
+ "type": "literal",
275
+ "value": "page"
276
+ },
277
+ {
278
+ "type": "literal",
279
+ "value": "step"
280
+ },
281
+ {
282
+ "type": "literal",
283
+ "value": "location"
284
+ },
285
+ {
286
+ "type": "literal",
287
+ "value": "date"
288
+ },
289
+ {
290
+ "type": "literal",
291
+ "value": "time"
292
+ }
293
+ ]
294
+ }
295
+ },
296
+ {
297
+ "id": 67,
298
+ "name": "ariaDescribedby",
299
+ "variant": "declaration",
300
+ "kind": 1024,
301
+ "flags": {
302
+ "isOptional": true
303
+ },
304
+ "comment": {
305
+ "summary": [
306
+ {
307
+ "kind": "text",
308
+ "text": "The "
309
+ },
310
+ {
311
+ "kind": "code",
312
+ "text": "`aria-describedby`"
313
+ },
314
+ {
315
+ "kind": "text",
316
+ "text": " attribute. Identifies the element that describes this component."
317
+ }
318
+ ]
319
+ },
320
+ "sources": [
321
+ {
322
+ "fileName": "src/a11y.ts",
323
+ "line": 57,
324
+ "character": 4,
325
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L57"
326
+ }
327
+ ],
328
+ "type": {
329
+ "type": "intrinsic",
330
+ "name": "string"
331
+ }
332
+ },
333
+ {
334
+ "id": 53,
335
+ "name": "ariaDisabled",
336
+ "variant": "declaration",
337
+ "kind": 1024,
338
+ "flags": {
339
+ "isOptional": true
340
+ },
341
+ "comment": {
342
+ "summary": [
343
+ {
344
+ "kind": "text",
345
+ "text": "The "
346
+ },
347
+ {
348
+ "kind": "code",
349
+ "text": "`aria-disabled`"
350
+ },
351
+ {
352
+ "kind": "text",
353
+ "text": " attribute. Indicates that the component is perceivable but disabled."
354
+ }
355
+ ]
356
+ },
357
+ "sources": [
358
+ {
359
+ "fileName": "src/a11y.ts",
360
+ "line": 29,
361
+ "character": 4,
362
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L29"
363
+ }
364
+ ],
365
+ "type": {
366
+ "type": "union",
367
+ "types": [
368
+ {
369
+ "type": "intrinsic",
370
+ "name": "boolean"
371
+ },
372
+ {
373
+ "type": "literal",
374
+ "value": "false"
375
+ },
376
+ {
377
+ "type": "literal",
378
+ "value": "true"
379
+ }
380
+ ]
381
+ }
382
+ },
383
+ {
384
+ "id": 69,
385
+ "name": "ariaErrormessage",
386
+ "variant": "declaration",
387
+ "kind": 1024,
388
+ "flags": {
389
+ "isOptional": true
390
+ },
391
+ "comment": {
392
+ "summary": [
393
+ {
394
+ "kind": "text",
395
+ "text": "The "
396
+ },
397
+ {
398
+ "kind": "code",
399
+ "text": "`aria-errormessage`"
400
+ },
401
+ {
402
+ "kind": "text",
403
+ "text": " attribute. Identifies the element that provides an error message for this component."
404
+ }
405
+ ]
406
+ },
407
+ "sources": [
408
+ {
409
+ "fileName": "src/a11y.ts",
410
+ "line": 61,
411
+ "character": 4,
412
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L61"
413
+ }
414
+ ],
415
+ "type": {
416
+ "type": "intrinsic",
417
+ "name": "string"
418
+ }
419
+ },
420
+ {
421
+ "id": 52,
422
+ "name": "ariaExpanded",
423
+ "variant": "declaration",
424
+ "kind": 1024,
425
+ "flags": {
426
+ "isOptional": true
427
+ },
428
+ "comment": {
429
+ "summary": [
430
+ {
431
+ "kind": "text",
432
+ "text": "The "
433
+ },
434
+ {
435
+ "kind": "code",
436
+ "text": "`aria-expanded`"
437
+ },
438
+ {
439
+ "kind": "text",
440
+ "text": " attribute. Indicates whether a collapsible component is expanded or collapsed."
441
+ }
442
+ ]
443
+ },
444
+ "sources": [
445
+ {
446
+ "fileName": "src/a11y.ts",
447
+ "line": 27,
448
+ "character": 4,
449
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L27"
450
+ }
451
+ ],
452
+ "type": {
453
+ "type": "union",
454
+ "types": [
455
+ {
456
+ "type": "intrinsic",
457
+ "name": "boolean"
458
+ },
459
+ {
460
+ "type": "literal",
461
+ "value": "false"
462
+ },
463
+ {
464
+ "type": "literal",
465
+ "value": "true"
466
+ }
467
+ ]
468
+ }
469
+ },
470
+ {
471
+ "id": 60,
472
+ "name": "ariaHaspopup",
473
+ "variant": "declaration",
474
+ "kind": 1024,
475
+ "flags": {
476
+ "isOptional": true
477
+ },
478
+ "comment": {
479
+ "summary": [
480
+ {
481
+ "kind": "text",
482
+ "text": "The "
483
+ },
484
+ {
485
+ "kind": "code",
486
+ "text": "`aria-haspopup`"
487
+ },
488
+ {
489
+ "kind": "text",
490
+ "text": " attribute. Indicates the availability and type of an interactive popup component."
491
+ }
492
+ ]
493
+ },
494
+ "sources": [
495
+ {
496
+ "fileName": "src/a11y.ts",
497
+ "line": 43,
498
+ "character": 4,
499
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L43"
500
+ }
501
+ ],
502
+ "type": {
503
+ "type": "union",
504
+ "types": [
505
+ {
506
+ "type": "intrinsic",
507
+ "name": "boolean"
508
+ },
509
+ {
510
+ "type": "literal",
511
+ "value": "false"
512
+ },
513
+ {
514
+ "type": "literal",
515
+ "value": "true"
516
+ },
517
+ {
518
+ "type": "literal",
519
+ "value": "menu"
520
+ },
521
+ {
522
+ "type": "literal",
523
+ "value": "listbox"
524
+ },
525
+ {
526
+ "type": "literal",
527
+ "value": "tree"
528
+ },
529
+ {
530
+ "type": "literal",
531
+ "value": "grid"
532
+ },
533
+ {
534
+ "type": "literal",
535
+ "value": "dialog"
536
+ }
537
+ ]
538
+ }
539
+ },
540
+ {
541
+ "id": 55,
542
+ "name": "ariaHidden",
543
+ "variant": "declaration",
544
+ "kind": 1024,
545
+ "flags": {
546
+ "isOptional": true
547
+ },
548
+ "comment": {
549
+ "summary": [
550
+ {
551
+ "kind": "text",
552
+ "text": "The "
553
+ },
554
+ {
555
+ "kind": "code",
556
+ "text": "`aria-hidden`"
557
+ },
558
+ {
559
+ "kind": "text",
560
+ "text": " attribute. Hides the component from assistive technologies."
561
+ }
562
+ ]
563
+ },
564
+ "sources": [
565
+ {
566
+ "fileName": "src/a11y.ts",
567
+ "line": 33,
568
+ "character": 4,
569
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L33"
570
+ }
571
+ ],
572
+ "type": {
573
+ "type": "union",
574
+ "types": [
575
+ {
576
+ "type": "intrinsic",
577
+ "name": "boolean"
578
+ },
579
+ {
580
+ "type": "literal",
581
+ "value": "false"
582
+ },
583
+ {
584
+ "type": "literal",
585
+ "value": "true"
586
+ }
587
+ ]
588
+ }
589
+ },
590
+ {
591
+ "id": 74,
592
+ "name": "ariaInvalid",
593
+ "variant": "declaration",
594
+ "kind": 1024,
595
+ "flags": {
596
+ "isOptional": true
597
+ },
598
+ "comment": {
599
+ "summary": [
600
+ {
601
+ "kind": "text",
602
+ "text": "The "
603
+ },
604
+ {
605
+ "kind": "code",
606
+ "text": "`aria-invalid`"
607
+ },
608
+ {
609
+ "kind": "text",
610
+ "text": " attribute. Indicates the entered value does not conform to the expected format."
611
+ }
612
+ ]
613
+ },
614
+ "sources": [
615
+ {
616
+ "fileName": "src/a11y.ts",
617
+ "line": 71,
618
+ "character": 4,
619
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L71"
620
+ }
621
+ ],
622
+ "type": {
623
+ "type": "union",
624
+ "types": [
625
+ {
626
+ "type": "intrinsic",
627
+ "name": "boolean"
628
+ },
629
+ {
630
+ "type": "literal",
631
+ "value": "false"
632
+ },
633
+ {
634
+ "type": "literal",
635
+ "value": "true"
636
+ },
637
+ {
638
+ "type": "literal",
639
+ "value": "grammar"
640
+ },
641
+ {
642
+ "type": "literal",
643
+ "value": "spelling"
644
+ }
645
+ ]
646
+ }
647
+ },
648
+ {
649
+ "id": 65,
650
+ "name": "ariaLabel",
651
+ "variant": "declaration",
652
+ "kind": 1024,
653
+ "flags": {
654
+ "isOptional": true
655
+ },
656
+ "comment": {
657
+ "summary": [
658
+ {
659
+ "kind": "text",
660
+ "text": "The "
661
+ },
662
+ {
663
+ "kind": "code",
664
+ "text": "`aria-label`"
665
+ },
666
+ {
667
+ "kind": "text",
668
+ "text": " attribute. Defines a string value that labels the component."
669
+ }
670
+ ]
671
+ },
672
+ "sources": [
673
+ {
674
+ "fileName": "src/a11y.ts",
675
+ "line": 53,
676
+ "character": 4,
677
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L53"
678
+ }
679
+ ],
680
+ "type": {
681
+ "type": "intrinsic",
682
+ "name": "string"
683
+ }
684
+ },
685
+ {
686
+ "id": 68,
687
+ "name": "ariaLabelledby",
688
+ "variant": "declaration",
689
+ "kind": 1024,
690
+ "flags": {
691
+ "isOptional": true
692
+ },
693
+ "comment": {
694
+ "summary": [
695
+ {
696
+ "kind": "text",
697
+ "text": "The "
698
+ },
699
+ {
700
+ "kind": "code",
701
+ "text": "`aria-labelledby`"
702
+ },
703
+ {
704
+ "kind": "text",
705
+ "text": " attribute. Identifies the element that labels this component."
706
+ }
707
+ ]
708
+ },
709
+ "sources": [
710
+ {
711
+ "fileName": "src/a11y.ts",
712
+ "line": 59,
713
+ "character": 4,
714
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L59"
715
+ }
716
+ ],
717
+ "type": {
718
+ "type": "intrinsic",
719
+ "name": "string"
720
+ }
721
+ },
722
+ {
723
+ "id": 51,
724
+ "name": "ariaLevel",
725
+ "variant": "declaration",
726
+ "kind": 1024,
727
+ "flags": {
728
+ "isOptional": true
729
+ },
730
+ "comment": {
731
+ "summary": [
732
+ {
733
+ "kind": "text",
734
+ "text": "The "
735
+ },
736
+ {
737
+ "kind": "code",
738
+ "text": "`aria-level`"
739
+ },
740
+ {
741
+ "kind": "text",
742
+ "text": " attribute. Defines the hierarchical level of a component within a structure."
743
+ }
744
+ ]
745
+ },
746
+ "sources": [
747
+ {
748
+ "fileName": "src/a11y.ts",
749
+ "line": 25,
750
+ "character": 4,
751
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L25"
752
+ }
753
+ ],
754
+ "type": {
755
+ "type": "intrinsic",
756
+ "name": "number"
757
+ }
758
+ },
759
+ {
760
+ "id": 63,
761
+ "name": "ariaLive",
762
+ "variant": "declaration",
763
+ "kind": 1024,
764
+ "flags": {
765
+ "isOptional": true
766
+ },
767
+ "comment": {
768
+ "summary": [
769
+ {
770
+ "kind": "text",
771
+ "text": "The "
772
+ },
773
+ {
774
+ "kind": "code",
775
+ "text": "`aria-live`"
776
+ },
777
+ {
778
+ "kind": "text",
779
+ "text": " attribute. Indicates that the component will be updated and describes the types of updates."
780
+ }
781
+ ]
782
+ },
783
+ "sources": [
784
+ {
785
+ "fileName": "src/a11y.ts",
786
+ "line": 49,
787
+ "character": 4,
788
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L49"
789
+ }
790
+ ],
791
+ "type": {
792
+ "type": "union",
793
+ "types": [
794
+ {
795
+ "type": "literal",
796
+ "value": "off"
797
+ },
798
+ {
799
+ "type": "literal",
800
+ "value": "assertive"
801
+ },
802
+ {
803
+ "type": "literal",
804
+ "value": "polite"
805
+ }
806
+ ]
807
+ }
808
+ },
809
+ {
810
+ "id": 73,
811
+ "name": "ariaMultiline",
812
+ "variant": "declaration",
813
+ "kind": 1024,
814
+ "flags": {
815
+ "isOptional": true
816
+ },
817
+ "comment": {
818
+ "summary": [
819
+ {
820
+ "kind": "text",
821
+ "text": "The "
822
+ },
823
+ {
824
+ "kind": "code",
825
+ "text": "`aria-multiline`"
826
+ },
827
+ {
828
+ "kind": "text",
829
+ "text": " attribute. Indicates whether a text box accepts multiple lines of input."
830
+ }
831
+ ]
832
+ },
833
+ "sources": [
834
+ {
835
+ "fileName": "src/a11y.ts",
836
+ "line": 69,
837
+ "character": 4,
838
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L69"
839
+ }
840
+ ],
841
+ "type": {
842
+ "type": "union",
843
+ "types": [
844
+ {
845
+ "type": "intrinsic",
846
+ "name": "boolean"
847
+ },
848
+ {
849
+ "type": "literal",
850
+ "value": "false"
851
+ },
852
+ {
853
+ "type": "literal",
854
+ "value": "true"
855
+ }
856
+ ]
857
+ }
858
+ },
859
+ {
860
+ "id": 70,
861
+ "name": "ariaOwns",
862
+ "variant": "declaration",
863
+ "kind": 1024,
864
+ "flags": {
865
+ "isOptional": true
866
+ },
867
+ "comment": {
868
+ "summary": [
869
+ {
870
+ "kind": "text",
871
+ "text": "The "
872
+ },
873
+ {
874
+ "kind": "code",
875
+ "text": "`aria-owns`"
876
+ },
877
+ {
878
+ "kind": "text",
879
+ "text": " attribute. Identifies a component to define a visual, functional, or contextual parent/child relationship."
880
+ }
881
+ ]
882
+ },
883
+ "sources": [
884
+ {
885
+ "fileName": "src/a11y.ts",
886
+ "line": 63,
887
+ "character": 4,
888
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L63"
889
+ }
890
+ ],
891
+ "type": {
892
+ "type": "intrinsic",
893
+ "name": "string"
894
+ }
895
+ },
896
+ {
897
+ "id": 59,
898
+ "name": "ariaPressed",
899
+ "variant": "declaration",
900
+ "kind": 1024,
901
+ "flags": {
902
+ "isOptional": true
903
+ },
904
+ "comment": {
905
+ "summary": [
906
+ {
907
+ "kind": "text",
908
+ "text": "The "
909
+ },
910
+ {
911
+ "kind": "code",
912
+ "text": "`aria-pressed`"
913
+ },
914
+ {
915
+ "kind": "text",
916
+ "text": " attribute. Indicates the current \"pressed\" state of a toggle button."
917
+ }
918
+ ]
919
+ },
920
+ "sources": [
921
+ {
922
+ "fileName": "src/a11y.ts",
923
+ "line": 41,
924
+ "character": 4,
925
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L41"
926
+ }
927
+ ],
928
+ "type": {
929
+ "type": "union",
930
+ "types": [
931
+ {
932
+ "type": "intrinsic",
933
+ "name": "boolean"
934
+ },
935
+ {
936
+ "type": "literal",
937
+ "value": "false"
938
+ },
939
+ {
940
+ "type": "literal",
941
+ "value": "true"
942
+ },
943
+ {
944
+ "type": "literal",
945
+ "value": "mixed"
946
+ }
947
+ ]
948
+ }
949
+ },
950
+ {
951
+ "id": 61,
952
+ "name": "ariaRelevant",
953
+ "variant": "declaration",
954
+ "kind": 1024,
955
+ "flags": {
956
+ "isOptional": true
957
+ },
958
+ "comment": {
959
+ "summary": [
960
+ {
961
+ "kind": "text",
962
+ "text": "The "
963
+ },
964
+ {
965
+ "kind": "code",
966
+ "text": "`aria-relevant`"
967
+ },
968
+ {
969
+ "kind": "text",
970
+ "text": " attribute. Indicates what notifications the user agent will trigger when the accessibility tree is modified."
971
+ }
972
+ ]
973
+ },
974
+ "sources": [
975
+ {
976
+ "fileName": "src/a11y.ts",
977
+ "line": 45,
978
+ "character": 4,
979
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L45"
980
+ }
981
+ ],
982
+ "type": {
983
+ "type": "union",
984
+ "types": [
985
+ {
986
+ "type": "literal",
987
+ "value": "additions"
988
+ },
989
+ {
990
+ "type": "literal",
991
+ "value": "additions text"
992
+ },
993
+ {
994
+ "type": "literal",
995
+ "value": "all"
996
+ },
997
+ {
998
+ "type": "literal",
999
+ "value": "removals"
1000
+ },
1001
+ {
1002
+ "type": "literal",
1003
+ "value": "text"
1004
+ }
1005
+ ]
1006
+ }
1007
+ },
1008
+ {
1009
+ "id": 66,
1010
+ "name": "ariaRoledescription",
1011
+ "variant": "declaration",
1012
+ "kind": 1024,
1013
+ "flags": {
1014
+ "isOptional": true
1015
+ },
1016
+ "comment": {
1017
+ "summary": [
1018
+ {
1019
+ "kind": "text",
1020
+ "text": "The "
1021
+ },
1022
+ {
1023
+ "kind": "code",
1024
+ "text": "`aria-roledescription`"
1025
+ },
1026
+ {
1027
+ "kind": "text",
1028
+ "text": " attribute. Defines a human-readable description for the role of the component."
1029
+ }
1030
+ ]
1031
+ },
1032
+ "sources": [
1033
+ {
1034
+ "fileName": "src/a11y.ts",
1035
+ "line": 55,
1036
+ "character": 4,
1037
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L55"
1038
+ }
1039
+ ],
1040
+ "type": {
1041
+ "type": "intrinsic",
1042
+ "name": "string"
1043
+ }
1044
+ },
1045
+ {
1046
+ "id": 57,
1047
+ "name": "multiline",
1048
+ "variant": "declaration",
1049
+ "kind": 1024,
1050
+ "flags": {
1051
+ "isOptional": true
1052
+ },
1053
+ "comment": {
1054
+ "summary": [
1055
+ {
1056
+ "kind": "text",
1057
+ "text": "Whether the component supports multiline input."
1058
+ }
1059
+ ]
1060
+ },
1061
+ "sources": [
1062
+ {
1063
+ "fileName": "src/a11y.ts",
1064
+ "line": 37,
1065
+ "character": 4,
1066
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L37"
1067
+ }
1068
+ ],
1069
+ "type": {
1070
+ "type": "intrinsic",
1071
+ "name": "boolean"
1072
+ }
1073
+ },
1074
+ {
1075
+ "id": 62,
1076
+ "name": "role",
1077
+ "variant": "declaration",
1078
+ "kind": 1024,
1079
+ "flags": {
1080
+ "isOptional": true
1081
+ },
1082
+ "comment": {
1083
+ "summary": [
1084
+ {
1085
+ "kind": "text",
1086
+ "text": "The "
1087
+ },
1088
+ {
1089
+ "kind": "code",
1090
+ "text": "`role`"
1091
+ },
1092
+ {
1093
+ "kind": "text",
1094
+ "text": " attribute. Defines the semantic role of the component."
1095
+ }
1096
+ ]
1097
+ },
1098
+ "sources": [
1099
+ {
1100
+ "fileName": "src/a11y.ts",
1101
+ "line": 47,
1102
+ "character": 4,
1103
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L47"
1104
+ }
1105
+ ],
1106
+ "type": {
1107
+ "type": "intrinsic",
1108
+ "name": "string"
1109
+ }
1110
+ },
1111
+ {
1112
+ "id": 50,
1113
+ "name": "tabIndex",
1114
+ "variant": "declaration",
1115
+ "kind": 1024,
1116
+ "flags": {
1117
+ "isOptional": true
1118
+ },
1119
+ "comment": {
1120
+ "summary": [
1121
+ {
1122
+ "kind": "text",
1123
+ "text": "The "
1124
+ },
1125
+ {
1126
+ "kind": "code",
1127
+ "text": "`tabindex`"
1128
+ },
1129
+ {
1130
+ "kind": "text",
1131
+ "text": " attribute. Controls the component's position in keyboard focus order."
1132
+ }
1133
+ ]
1134
+ },
1135
+ "sources": [
1136
+ {
1137
+ "fileName": "src/a11y.ts",
1138
+ "line": 23,
1139
+ "character": 4,
1140
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L23"
1141
+ }
1142
+ ],
1143
+ "type": {
1144
+ "type": "intrinsic",
1145
+ "name": "number"
1146
+ }
1147
+ },
1148
+ {
1149
+ "id": 72,
1150
+ "name": "tag",
1151
+ "variant": "declaration",
1152
+ "kind": 1024,
1153
+ "flags": {
1154
+ "isOptional": true
1155
+ },
1156
+ "comment": {
1157
+ "summary": [
1158
+ {
1159
+ "kind": "text",
1160
+ "text": "The HTML tag to render the component as (e.g. "
1161
+ },
1162
+ {
1163
+ "kind": "code",
1164
+ "text": "`'h1'`"
1165
+ },
1166
+ {
1167
+ "kind": "text",
1168
+ "text": ", "
1169
+ },
1170
+ {
1171
+ "kind": "code",
1172
+ "text": "`'button'`"
1173
+ },
1174
+ {
1175
+ "kind": "text",
1176
+ "text": ")."
1177
+ }
1178
+ ]
1179
+ },
1180
+ "sources": [
1181
+ {
1182
+ "fileName": "src/a11y.ts",
1183
+ "line": 67,
1184
+ "character": 4,
1185
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L67"
1186
+ }
1187
+ ],
1188
+ "type": {
1189
+ "type": "intrinsic",
1190
+ "name": "string"
1191
+ }
1192
+ }
1193
+ ],
1194
+ "groups": [
1195
+ {
1196
+ "title": "Properties",
1197
+ "children": [
1198
+ 54,
1199
+ 58,
1200
+ 56,
1201
+ 71,
1202
+ 64,
1203
+ 67,
1204
+ 53,
1205
+ 69,
1206
+ 52,
1207
+ 60,
1208
+ 55,
1209
+ 74,
1210
+ 65,
1211
+ 68,
1212
+ 51,
1213
+ 63,
1214
+ 73,
1215
+ 70,
1216
+ 59,
1217
+ 61,
1218
+ 66,
1219
+ 57,
1220
+ 62,
1221
+ 50,
1222
+ 72
1223
+ ]
1224
+ }
1225
+ ],
1226
+ "sources": [
1227
+ {
1228
+ "fileName": "src/a11y.ts",
1229
+ "line": 21,
1230
+ "character": 17,
1231
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/a11y.ts#L21"
1232
+ }
1233
+ ]
1234
+ },
1235
+ {
1236
+ "id": 98,
1237
+ "name": "Wix",
1238
+ "variant": "declaration",
1239
+ "kind": 256,
1240
+ "flags": {},
1241
+ "comment": {
1242
+ "summary": [
1243
+ {
1244
+ "kind": "text",
1245
+ "text": "Wix framework props."
1246
+ }
1247
+ ],
1248
+ "blockTags": [
1249
+ {
1250
+ "tag": "@example",
1251
+ "content": [
1252
+ {
1253
+ "kind": "code",
1254
+ "text": "```tsx\nimport type { Wix } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n className: string;\n wix?: Wix;\n}\n\nconst MyComponent = ({ className, wix }: MyComponentProps) => (\n <div {...wix?.presetsWrapperProps}>\n <div className={className}>...</div>\n </div>\n);\n```"
1255
+ }
1256
+ ]
1257
+ }
1258
+ ]
1259
+ },
1260
+ "children": [
1261
+ {
1262
+ "id": 99,
1263
+ "name": "elementsRemovalState",
1264
+ "variant": "declaration",
1265
+ "kind": 1024,
1266
+ "flags": {},
1267
+ "comment": {
1268
+ "summary": [
1269
+ {
1270
+ "kind": "text",
1271
+ "text": "Tracks which removable elements have been removed by the Wix user.\nKeys are element keys (as defined in the manifest), values are "
1272
+ },
1273
+ {
1274
+ "kind": "code",
1275
+ "text": "`'REMOVED'`"
1276
+ },
1277
+ {
1278
+ "kind": "text",
1279
+ "text": "."
1280
+ }
1281
+ ]
1282
+ },
1283
+ "sources": [
1284
+ {
1285
+ "fileName": "src/wix.ts",
1286
+ "line": 27,
1287
+ "character": 4,
1288
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/wix.ts#L27"
1289
+ }
1290
+ ],
1291
+ "type": {
1292
+ "type": "reference",
1293
+ "target": {
1294
+ "sourceFileName": "../../../node_modules/typescript/lib/lib.es5.d.ts",
1295
+ "qualifiedName": "Record"
1296
+ },
1297
+ "typeArguments": [
1298
+ {
1299
+ "type": "intrinsic",
1300
+ "name": "string"
1301
+ },
1302
+ {
1303
+ "type": "literal",
1304
+ "value": "REMOVED"
1305
+ }
1306
+ ],
1307
+ "name": "Record",
1308
+ "package": "typescript"
1309
+ }
1310
+ },
1311
+ {
1312
+ "id": 100,
1313
+ "name": "presetsWrapperProps",
1314
+ "variant": "declaration",
1315
+ "kind": 1024,
1316
+ "flags": {
1317
+ "isOptional": true
1318
+ },
1319
+ "comment": {
1320
+ "summary": [
1321
+ {
1322
+ "kind": "text",
1323
+ "text": "Props to spread onto the outermost wrapper element when using presets.\nRequired for the preset picker to work correctly in the editor."
1324
+ }
1325
+ ]
1326
+ },
1327
+ "sources": [
1328
+ {
1329
+ "fileName": "src/wix.ts",
1330
+ "line": 32,
1331
+ "character": 4,
1332
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/wix.ts#L32"
1333
+ }
1334
+ ],
1335
+ "type": {
1336
+ "type": "reflection",
1337
+ "declaration": {
1338
+ "id": 101,
1339
+ "name": "__type",
1340
+ "variant": "declaration",
1341
+ "kind": 65536,
1342
+ "flags": {},
1343
+ "children": [
1344
+ {
1345
+ "id": 102,
1346
+ "name": "className",
1347
+ "variant": "declaration",
1348
+ "kind": 1024,
1349
+ "flags": {},
1350
+ "sources": [
1351
+ {
1352
+ "fileName": "src/wix.ts",
1353
+ "line": 32,
1354
+ "character": 28,
1355
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/wix.ts#L32"
1356
+ }
1357
+ ],
1358
+ "type": {
1359
+ "type": "intrinsic",
1360
+ "name": "string"
1361
+ }
1362
+ }
1363
+ ],
1364
+ "groups": [
1365
+ {
1366
+ "title": "Properties",
1367
+ "children": [
1368
+ 102
1369
+ ]
1370
+ }
1371
+ ],
1372
+ "sources": [
1373
+ {
1374
+ "fileName": "src/wix.ts",
1375
+ "line": 32,
1376
+ "character": 26,
1377
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/wix.ts#L32"
1378
+ }
1379
+ ]
1380
+ }
1381
+ }
1382
+ }
1383
+ ],
1384
+ "groups": [
1385
+ {
1386
+ "title": "Properties",
1387
+ "children": [
1388
+ 99,
1389
+ 100
1390
+ ]
1391
+ }
1392
+ ],
1393
+ "sources": [
1394
+ {
1395
+ "fileName": "src/wix.ts",
1396
+ "line": 22,
1397
+ "character": 17,
1398
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/wix.ts#L22"
1399
+ }
1400
+ ]
1401
+ },
1402
+ {
1403
+ "id": 31,
1404
+ "name": "AdaptiveVideoSource",
1405
+ "variant": "declaration",
1406
+ "kind": 4194304,
1407
+ "flags": {},
1408
+ "comment": {
1409
+ "summary": [
1410
+ {
1411
+ "kind": "text",
1412
+ "text": "An adaptive streaming video source (HLS or DASH)."
1413
+ }
1414
+ ]
1415
+ },
1416
+ "sources": [
1417
+ {
1418
+ "fileName": "src/video.ts",
1419
+ "line": 14,
1420
+ "character": 12,
1421
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L14"
1422
+ }
1423
+ ],
1424
+ "type": {
1425
+ "type": "reflection",
1426
+ "declaration": {
1427
+ "id": 32,
1428
+ "name": "__type",
1429
+ "variant": "declaration",
1430
+ "kind": 65536,
1431
+ "flags": {},
1432
+ "children": [
1433
+ {
1434
+ "id": 33,
1435
+ "name": "format",
1436
+ "variant": "declaration",
1437
+ "kind": 1024,
1438
+ "flags": {},
1439
+ "comment": {
1440
+ "summary": [
1441
+ {
1442
+ "kind": "text",
1443
+ "text": "The adaptive streaming format."
1444
+ }
1445
+ ]
1446
+ },
1447
+ "sources": [
1448
+ {
1449
+ "fileName": "src/video.ts",
1450
+ "line": 16,
1451
+ "character": 4,
1452
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L16"
1453
+ }
1454
+ ],
1455
+ "type": {
1456
+ "type": "union",
1457
+ "types": [
1458
+ {
1459
+ "type": "literal",
1460
+ "value": "hls"
1461
+ },
1462
+ {
1463
+ "type": "literal",
1464
+ "value": "dash"
1465
+ }
1466
+ ]
1467
+ }
1468
+ },
1469
+ {
1470
+ "id": 34,
1471
+ "name": "uri",
1472
+ "variant": "declaration",
1473
+ "kind": 1024,
1474
+ "flags": {},
1475
+ "comment": {
1476
+ "summary": [
1477
+ {
1478
+ "kind": "text",
1479
+ "text": "The video URI."
1480
+ }
1481
+ ]
1482
+ },
1483
+ "sources": [
1484
+ {
1485
+ "fileName": "src/video.ts",
1486
+ "line": 18,
1487
+ "character": 4,
1488
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L18"
1489
+ }
1490
+ ],
1491
+ "type": {
1492
+ "type": "intrinsic",
1493
+ "name": "string"
1494
+ }
1495
+ },
1496
+ {
1497
+ "id": 35,
1498
+ "name": "url",
1499
+ "variant": "declaration",
1500
+ "kind": 1024,
1501
+ "flags": {},
1502
+ "comment": {
1503
+ "summary": [
1504
+ {
1505
+ "kind": "text",
1506
+ "text": "The fully resolved video URL."
1507
+ }
1508
+ ]
1509
+ },
1510
+ "sources": [
1511
+ {
1512
+ "fileName": "src/video.ts",
1513
+ "line": 20,
1514
+ "character": 4,
1515
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L20"
1516
+ }
1517
+ ],
1518
+ "type": {
1519
+ "type": "intrinsic",
1520
+ "name": "string"
1521
+ }
1522
+ }
1523
+ ],
1524
+ "groups": [
1525
+ {
1526
+ "title": "Properties",
1527
+ "children": [
1528
+ 33,
1529
+ 34,
1530
+ 35
1531
+ ]
1532
+ }
1533
+ ],
1534
+ "sources": [
1535
+ {
1536
+ "fileName": "src/video.ts",
1537
+ "line": 14,
1538
+ "character": 34,
1539
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L14"
1540
+ }
1541
+ ]
1542
+ }
1543
+ }
1544
+ },
1545
+ {
1546
+ "id": 123,
1547
+ "name": "ArrayItems",
1548
+ "variant": "declaration",
1549
+ "kind": 4194304,
1550
+ "flags": {},
1551
+ "comment": {
1552
+ "summary": [
1553
+ {
1554
+ "kind": "text",
1555
+ "text": "An array of data values or data records."
1556
+ }
1557
+ ],
1558
+ "blockTags": [
1559
+ {
1560
+ "tag": "@example",
1561
+ "content": [
1562
+ {
1563
+ "kind": "code",
1564
+ "text": "```tsx\nimport type { ArrayItems } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n items?: ArrayItems;\n}\n```"
1565
+ }
1566
+ ]
1567
+ }
1568
+ ]
1569
+ },
1570
+ "sources": [
1571
+ {
1572
+ "fileName": "src/base.ts",
1573
+ "line": 278,
1574
+ "character": 12,
1575
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L278"
1576
+ }
1577
+ ],
1578
+ "type": {
1579
+ "type": "array",
1580
+ "elementType": {
1581
+ "type": "union",
1582
+ "types": [
1583
+ {
1584
+ "type": "reference",
1585
+ "target": 124,
1586
+ "name": "DataType",
1587
+ "package": "@wix/editor-react-types"
1588
+ },
1589
+ {
1590
+ "type": "reference",
1591
+ "target": {
1592
+ "sourceFileName": "src/base.ts",
1593
+ "qualifiedName": "Data"
1594
+ },
1595
+ "name": "Data",
1596
+ "package": "@wix/editor-react-types"
1597
+ }
1598
+ ]
1599
+ }
1600
+ }
1601
+ },
1602
+ {
1603
+ "id": 75,
1604
+ "name": "Audio",
1605
+ "variant": "declaration",
1606
+ "kind": 4194304,
1607
+ "flags": {},
1608
+ "comment": {
1609
+ "summary": [
1610
+ {
1611
+ "kind": "text",
1612
+ "text": "An audio track from Wix Media."
1613
+ }
1614
+ ],
1615
+ "blockTags": [
1616
+ {
1617
+ "tag": "@example",
1618
+ "content": [
1619
+ {
1620
+ "kind": "code",
1621
+ "text": "```tsx\nimport type { Audio } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n audio?: Audio;\n}\n```"
1622
+ }
1623
+ ]
1624
+ }
1625
+ ]
1626
+ },
1627
+ "sources": [
1628
+ {
1629
+ "fileName": "src/audio.ts",
1630
+ "line": 25,
1631
+ "character": 12,
1632
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/audio.ts#L25"
1633
+ }
1634
+ ],
1635
+ "type": {
1636
+ "type": "reflection",
1637
+ "declaration": {
1638
+ "id": 76,
1639
+ "name": "__type",
1640
+ "variant": "declaration",
1641
+ "kind": 65536,
1642
+ "flags": {},
1643
+ "children": [
1644
+ {
1645
+ "id": 78,
1646
+ "name": "artist",
1647
+ "variant": "declaration",
1648
+ "kind": 1024,
1649
+ "flags": {
1650
+ "isOptional": true
1651
+ },
1652
+ "comment": {
1653
+ "summary": [
1654
+ {
1655
+ "kind": "text",
1656
+ "text": "The audio artist name."
1657
+ }
1658
+ ]
1659
+ },
1660
+ "sources": [
1661
+ {
1662
+ "fileName": "src/audio.ts",
1663
+ "line": 29,
1664
+ "character": 4,
1665
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/audio.ts#L29"
1666
+ }
1667
+ ],
1668
+ "type": {
1669
+ "type": "intrinsic",
1670
+ "name": "string"
1671
+ }
1672
+ },
1673
+ {
1674
+ "id": 82,
1675
+ "name": "audio",
1676
+ "variant": "declaration",
1677
+ "kind": 1024,
1678
+ "flags": {
1679
+ "isOptional": true
1680
+ },
1681
+ "comment": {
1682
+ "summary": [
1683
+ {
1684
+ "kind": "text",
1685
+ "text": "All available audio sources at different quality levels and formats."
1686
+ }
1687
+ ]
1688
+ },
1689
+ "sources": [
1690
+ {
1691
+ "fileName": "src/audio.ts",
1692
+ "line": 37,
1693
+ "character": 4,
1694
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/audio.ts#L37"
1695
+ }
1696
+ ],
1697
+ "type": {
1698
+ "type": "array",
1699
+ "elementType": {
1700
+ "type": "reference",
1701
+ "target": 83,
1702
+ "name": "AudioSource",
1703
+ "package": "@wix/editor-react-types"
1704
+ }
1705
+ }
1706
+ },
1707
+ {
1708
+ "id": 80,
1709
+ "name": "duration",
1710
+ "variant": "declaration",
1711
+ "kind": 1024,
1712
+ "flags": {
1713
+ "isOptional": true
1714
+ },
1715
+ "comment": {
1716
+ "summary": [
1717
+ {
1718
+ "kind": "text",
1719
+ "text": "The audio duration in seconds."
1720
+ }
1721
+ ]
1722
+ },
1723
+ "sources": [
1724
+ {
1725
+ "fileName": "src/audio.ts",
1726
+ "line": 33,
1727
+ "character": 4,
1728
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/audio.ts#L33"
1729
+ }
1730
+ ],
1731
+ "type": {
1732
+ "type": "intrinsic",
1733
+ "name": "number"
1734
+ }
1735
+ },
1736
+ {
1737
+ "id": 81,
1738
+ "name": "name",
1739
+ "variant": "declaration",
1740
+ "kind": 1024,
1741
+ "flags": {
1742
+ "isOptional": true
1743
+ },
1744
+ "comment": {
1745
+ "summary": [
1746
+ {
1747
+ "kind": "text",
1748
+ "text": "The audio file name."
1749
+ }
1750
+ ]
1751
+ },
1752
+ "sources": [
1753
+ {
1754
+ "fileName": "src/audio.ts",
1755
+ "line": 35,
1756
+ "character": 4,
1757
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/audio.ts#L35"
1758
+ }
1759
+ ],
1760
+ "type": {
1761
+ "type": "intrinsic",
1762
+ "name": "string"
1763
+ }
1764
+ },
1765
+ {
1766
+ "id": 79,
1767
+ "name": "title",
1768
+ "variant": "declaration",
1769
+ "kind": 1024,
1770
+ "flags": {
1771
+ "isOptional": true
1772
+ },
1773
+ "comment": {
1774
+ "summary": [
1775
+ {
1776
+ "kind": "text",
1777
+ "text": "The audio track title."
1778
+ }
1779
+ ]
1780
+ },
1781
+ "sources": [
1782
+ {
1783
+ "fileName": "src/audio.ts",
1784
+ "line": 31,
1785
+ "character": 4,
1786
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/audio.ts#L31"
1787
+ }
1788
+ ],
1789
+ "type": {
1790
+ "type": "intrinsic",
1791
+ "name": "string"
1792
+ }
1793
+ },
1794
+ {
1795
+ "id": 77,
1796
+ "name": "url",
1797
+ "variant": "declaration",
1798
+ "kind": 1024,
1799
+ "flags": {},
1800
+ "comment": {
1801
+ "summary": [
1802
+ {
1803
+ "kind": "text",
1804
+ "text": "The fully resolved audio URL."
1805
+ }
1806
+ ]
1807
+ },
1808
+ "sources": [
1809
+ {
1810
+ "fileName": "src/audio.ts",
1811
+ "line": 27,
1812
+ "character": 4,
1813
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/audio.ts#L27"
1814
+ }
1815
+ ],
1816
+ "type": {
1817
+ "type": "intrinsic",
1818
+ "name": "string"
1819
+ }
1820
+ }
1821
+ ],
1822
+ "groups": [
1823
+ {
1824
+ "title": "Properties",
1825
+ "children": [
1826
+ 78,
1827
+ 82,
1828
+ 80,
1829
+ 81,
1830
+ 79,
1831
+ 77
1832
+ ]
1833
+ }
1834
+ ],
1835
+ "sources": [
1836
+ {
1837
+ "fileName": "src/audio.ts",
1838
+ "line": 25,
1839
+ "character": 20,
1840
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/audio.ts#L25"
1841
+ }
1842
+ ]
1843
+ }
1844
+ }
1845
+ },
1846
+ {
1847
+ "id": 83,
1848
+ "name": "AudioSource",
1849
+ "variant": "declaration",
1850
+ "kind": 4194304,
1851
+ "flags": {},
1852
+ "comment": {
1853
+ "summary": [
1854
+ {
1855
+ "kind": "text",
1856
+ "text": "A single audio source file at a specific quality and format."
1857
+ }
1858
+ ]
1859
+ },
1860
+ "sources": [
1861
+ {
1862
+ "fileName": "src/audio.ts",
1863
+ "line": 2,
1864
+ "character": 12,
1865
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/audio.ts#L2"
1866
+ }
1867
+ ],
1868
+ "type": {
1869
+ "type": "reflection",
1870
+ "declaration": {
1871
+ "id": 84,
1872
+ "name": "__type",
1873
+ "variant": "declaration",
1874
+ "kind": 65536,
1875
+ "flags": {},
1876
+ "children": [
1877
+ {
1878
+ "id": 85,
1879
+ "name": "audioBitrate",
1880
+ "variant": "declaration",
1881
+ "kind": 1024,
1882
+ "flags": {},
1883
+ "comment": {
1884
+ "summary": [
1885
+ {
1886
+ "kind": "text",
1887
+ "text": "The audio bitrate in kbps."
1888
+ }
1889
+ ]
1890
+ },
1891
+ "sources": [
1892
+ {
1893
+ "fileName": "src/audio.ts",
1894
+ "line": 4,
1895
+ "character": 4,
1896
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/audio.ts#L4"
1897
+ }
1898
+ ],
1899
+ "type": {
1900
+ "type": "intrinsic",
1901
+ "name": "number"
1902
+ }
1903
+ },
1904
+ {
1905
+ "id": 86,
1906
+ "name": "format",
1907
+ "variant": "declaration",
1908
+ "kind": 1024,
1909
+ "flags": {},
1910
+ "comment": {
1911
+ "summary": [
1912
+ {
1913
+ "kind": "text",
1914
+ "text": "The audio format (e.g. "
1915
+ },
1916
+ {
1917
+ "kind": "code",
1918
+ "text": "`'mp3'`"
1919
+ },
1920
+ {
1921
+ "kind": "text",
1922
+ "text": ", "
1923
+ },
1924
+ {
1925
+ "kind": "code",
1926
+ "text": "`'ogg'`"
1927
+ },
1928
+ {
1929
+ "kind": "text",
1930
+ "text": ")."
1931
+ }
1932
+ ]
1933
+ },
1934
+ "sources": [
1935
+ {
1936
+ "fileName": "src/audio.ts",
1937
+ "line": 6,
1938
+ "character": 4,
1939
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/audio.ts#L6"
1940
+ }
1941
+ ],
1942
+ "type": {
1943
+ "type": "intrinsic",
1944
+ "name": "string"
1945
+ }
1946
+ },
1947
+ {
1948
+ "id": 87,
1949
+ "name": "quality",
1950
+ "variant": "declaration",
1951
+ "kind": 1024,
1952
+ "flags": {},
1953
+ "comment": {
1954
+ "summary": [
1955
+ {
1956
+ "kind": "text",
1957
+ "text": "The audio quality label."
1958
+ }
1959
+ ]
1960
+ },
1961
+ "sources": [
1962
+ {
1963
+ "fileName": "src/audio.ts",
1964
+ "line": 8,
1965
+ "character": 4,
1966
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/audio.ts#L8"
1967
+ }
1968
+ ],
1969
+ "type": {
1970
+ "type": "intrinsic",
1971
+ "name": "string"
1972
+ }
1973
+ },
1974
+ {
1975
+ "id": 88,
1976
+ "name": "url",
1977
+ "variant": "declaration",
1978
+ "kind": 1024,
1979
+ "flags": {},
1980
+ "comment": {
1981
+ "summary": [
1982
+ {
1983
+ "kind": "text",
1984
+ "text": "The fully resolved audio URL."
1985
+ }
1986
+ ]
1987
+ },
1988
+ "sources": [
1989
+ {
1990
+ "fileName": "src/audio.ts",
1991
+ "line": 10,
1992
+ "character": 4,
1993
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/audio.ts#L10"
1994
+ }
1995
+ ],
1996
+ "type": {
1997
+ "type": "intrinsic",
1998
+ "name": "string"
1999
+ }
2000
+ }
2001
+ ],
2002
+ "groups": [
2003
+ {
2004
+ "title": "Properties",
2005
+ "children": [
2006
+ 85,
2007
+ 86,
2008
+ 87,
2009
+ 88
2010
+ ]
2011
+ }
2012
+ ],
2013
+ "sources": [
2014
+ {
2015
+ "fileName": "src/audio.ts",
2016
+ "line": 2,
2017
+ "character": 26,
2018
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/audio.ts#L2"
2019
+ }
2020
+ ]
2021
+ }
2022
+ }
2023
+ },
2024
+ {
2025
+ "id": 107,
2026
+ "name": "BooleanValue",
2027
+ "variant": "declaration",
2028
+ "kind": 4194304,
2029
+ "flags": {},
2030
+ "comment": {
2031
+ "summary": [
2032
+ {
2033
+ "kind": "text",
2034
+ "text": "A boolean "
2035
+ },
2036
+ {
2037
+ "kind": "code",
2038
+ "text": "`true`"
2039
+ },
2040
+ {
2041
+ "kind": "text",
2042
+ "text": " or "
2043
+ },
2044
+ {
2045
+ "kind": "code",
2046
+ "text": "`false`"
2047
+ },
2048
+ {
2049
+ "kind": "text",
2050
+ "text": " value."
2051
+ }
2052
+ ],
2053
+ "blockTags": [
2054
+ {
2055
+ "tag": "@example",
2056
+ "content": [
2057
+ {
2058
+ "kind": "code",
2059
+ "text": "```tsx\nimport type { BooleanValue } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n showLabel?: BooleanValue;\n}\n```"
2060
+ }
2061
+ ]
2062
+ }
2063
+ ]
2064
+ },
2065
+ "sources": [
2066
+ {
2067
+ "fileName": "src/base.ts",
2068
+ "line": 69,
2069
+ "character": 12,
2070
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L69"
2071
+ }
2072
+ ],
2073
+ "type": {
2074
+ "type": "intrinsic",
2075
+ "name": "boolean"
2076
+ }
2077
+ },
2078
+ {
2079
+ "id": 89,
2080
+ "name": "BuilderAudio",
2081
+ "variant": "declaration",
2082
+ "kind": 4194304,
2083
+ "flags": {},
2084
+ "comment": {
2085
+ "summary": [],
2086
+ "blockTags": [
2087
+ {
2088
+ "tag": "@deprecated",
2089
+ "content": [
2090
+ {
2091
+ "kind": "text",
2092
+ "text": "Use Audio instead (should be deleted)"
2093
+ }
2094
+ ]
2095
+ }
2096
+ ]
2097
+ },
2098
+ "sources": [
2099
+ {
2100
+ "fileName": "src/builderAudio.ts",
2101
+ "line": 4,
2102
+ "character": 12,
2103
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/builderAudio.ts#L4"
2104
+ }
2105
+ ],
2106
+ "type": {
2107
+ "type": "reference",
2108
+ "target": 75,
2109
+ "name": "Audio",
2110
+ "package": "@wix/editor-react-types"
2111
+ }
2112
+ },
2113
+ {
2114
+ "id": 122,
2115
+ "name": "Container",
2116
+ "variant": "declaration",
2117
+ "kind": 4194304,
2118
+ "flags": {},
2119
+ "comment": {
2120
+ "summary": [
2121
+ {
2122
+ "kind": "text",
2123
+ "text": "A container slot in the component.\n\nCan be either a "
2124
+ },
2125
+ {
2126
+ "kind": "code",
2127
+ "text": "`ReactNode`"
2128
+ },
2129
+ {
2130
+ "kind": "text",
2131
+ "text": " passed as "
2132
+ },
2133
+ {
2134
+ "kind": "code",
2135
+ "text": "`children`"
2136
+ },
2137
+ {
2138
+ "kind": "text",
2139
+ "text": ", or a function component\nused as a render prop."
2140
+ }
2141
+ ],
2142
+ "blockTags": [
2143
+ {
2144
+ "tag": "@example",
2145
+ "content": [
2146
+ {
2147
+ "kind": "code",
2148
+ "text": "```tsx\nimport type { Container } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n content?: Container;\n}\n\nconst MyComponent = ({ content }: MyComponentProps) => (\n <div>\n {typeof content === 'function' ? content({}) : content}\n </div>\n);\n```"
2149
+ }
2150
+ ]
2151
+ }
2152
+ ]
2153
+ },
2154
+ "sources": [
2155
+ {
2156
+ "fileName": "src/base.ts",
2157
+ "line": 262,
2158
+ "character": 12,
2159
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L262"
2160
+ }
2161
+ ],
2162
+ "type": {
2163
+ "type": "union",
2164
+ "types": [
2165
+ {
2166
+ "type": "reference",
2167
+ "target": {
2168
+ "sourceFileName": "../../../node_modules/@types/react/index.d.ts",
2169
+ "qualifiedName": "React.ReactNode"
2170
+ },
2171
+ "name": "ReactNode",
2172
+ "package": "@types/react",
2173
+ "qualifiedName": "React.ReactNode"
2174
+ },
2175
+ {
2176
+ "type": "reference",
2177
+ "target": {
2178
+ "sourceFileName": "../../../node_modules/@types/react/index.d.ts",
2179
+ "qualifiedName": "React.FC"
2180
+ },
2181
+ "typeArguments": [
2182
+ {
2183
+ "type": "reference",
2184
+ "target": {
2185
+ "sourceFileName": "../../../node_modules/typescript/lib/lib.es5.d.ts",
2186
+ "qualifiedName": "Record"
2187
+ },
2188
+ "typeArguments": [
2189
+ {
2190
+ "type": "intrinsic",
2191
+ "name": "string"
2192
+ },
2193
+ {
2194
+ "type": "intrinsic",
2195
+ "name": "unknown"
2196
+ }
2197
+ ],
2198
+ "name": "Record",
2199
+ "package": "typescript"
2200
+ }
2201
+ ],
2202
+ "name": "FC",
2203
+ "package": "@types/react",
2204
+ "qualifiedName": "React.FC"
2205
+ }
2206
+ ]
2207
+ }
2208
+ },
2209
+ {
2210
+ "id": 124,
2211
+ "name": "DataType",
2212
+ "variant": "declaration",
2213
+ "kind": 4194304,
2214
+ "flags": {},
2215
+ "comment": {
2216
+ "summary": [
2217
+ {
2218
+ "kind": "text",
2219
+ "text": "A union of all supported data types that can be used as component props."
2220
+ }
2221
+ ]
2222
+ },
2223
+ "sources": [
2224
+ {
2225
+ "fileName": "src/base.ts",
2226
+ "line": 303,
2227
+ "character": 12,
2228
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L303"
2229
+ }
2230
+ ],
2231
+ "type": {
2232
+ "type": "union",
2233
+ "types": [
2234
+ {
2235
+ "type": "reference",
2236
+ "target": 104,
2237
+ "name": "Text",
2238
+ "package": "@wix/editor-react-types"
2239
+ },
2240
+ {
2241
+ "type": "reference",
2242
+ "target": 105,
2243
+ "name": "TextEnum",
2244
+ "package": "@wix/editor-react-types"
2245
+ },
2246
+ {
2247
+ "type": "reference",
2248
+ "target": 106,
2249
+ "name": "NumberType",
2250
+ "package": "@wix/editor-react-types"
2251
+ },
2252
+ {
2253
+ "type": "reference",
2254
+ "target": 107,
2255
+ "name": "BooleanValue",
2256
+ "package": "@wix/editor-react-types"
2257
+ },
2258
+ {
2259
+ "type": "reference",
2260
+ "target": 103,
2261
+ "name": "Schema",
2262
+ "package": "@wix/editor-react-types"
2263
+ },
2264
+ {
2265
+ "type": "reference",
2266
+ "target": 108,
2267
+ "name": "LocalDate",
2268
+ "package": "@wix/editor-react-types"
2269
+ },
2270
+ {
2271
+ "type": "reference",
2272
+ "target": 109,
2273
+ "name": "LocalTime",
2274
+ "package": "@wix/editor-react-types"
2275
+ },
2276
+ {
2277
+ "type": "reference",
2278
+ "target": 110,
2279
+ "name": "LocalDateTime",
2280
+ "package": "@wix/editor-react-types"
2281
+ },
2282
+ {
2283
+ "type": "reference",
2284
+ "target": 111,
2285
+ "name": "WebUrl",
2286
+ "package": "@wix/editor-react-types"
2287
+ },
2288
+ {
2289
+ "type": "reference",
2290
+ "target": 112,
2291
+ "name": "Email",
2292
+ "package": "@wix/editor-react-types"
2293
+ },
2294
+ {
2295
+ "type": "reference",
2296
+ "target": 113,
2297
+ "name": "Phone",
2298
+ "package": "@wix/editor-react-types"
2299
+ },
2300
+ {
2301
+ "type": "reference",
2302
+ "target": 114,
2303
+ "name": "Hostname",
2304
+ "package": "@wix/editor-react-types"
2305
+ },
2306
+ {
2307
+ "type": "reference",
2308
+ "target": 115,
2309
+ "name": "Regex",
2310
+ "package": "@wix/editor-react-types"
2311
+ },
2312
+ {
2313
+ "type": "reference",
2314
+ "target": 116,
2315
+ "name": "Guid",
2316
+ "package": "@wix/editor-react-types"
2317
+ },
2318
+ {
2319
+ "type": "reference",
2320
+ "target": 117,
2321
+ "name": "RichText",
2322
+ "package": "@wix/editor-react-types"
2323
+ },
2324
+ {
2325
+ "type": "reference",
2326
+ "target": 122,
2327
+ "name": "Container",
2328
+ "package": "@wix/editor-react-types"
2329
+ },
2330
+ {
2331
+ "type": "reference",
2332
+ "target": 123,
2333
+ "name": "ArrayItems",
2334
+ "package": "@wix/editor-react-types"
2335
+ },
2336
+ {
2337
+ "type": "reference",
2338
+ "target": 125,
2339
+ "name": "Direction",
2340
+ "package": "@wix/editor-react-types"
2341
+ },
2342
+ {
2343
+ "type": "reference",
2344
+ "target": 49,
2345
+ "name": "A11y",
2346
+ "package": "@wix/editor-react-types"
2347
+ },
2348
+ {
2349
+ "type": "reference",
2350
+ "target": 6,
2351
+ "name": "Image",
2352
+ "package": "@wix/editor-react-types"
2353
+ },
2354
+ {
2355
+ "type": "reference",
2356
+ "target": 17,
2357
+ "name": "Video",
2358
+ "package": "@wix/editor-react-types"
2359
+ },
2360
+ {
2361
+ "type": "reference",
2362
+ "target": 41,
2363
+ "name": "VectorArt",
2364
+ "package": "@wix/editor-react-types"
2365
+ },
2366
+ {
2367
+ "type": "reference",
2368
+ "target": 75,
2369
+ "name": "Audio",
2370
+ "package": "@wix/editor-react-types"
2371
+ },
2372
+ {
2373
+ "type": "reference",
2374
+ "target": 1,
2375
+ "name": "Link",
2376
+ "package": "@wix/editor-react-types"
2377
+ }
2378
+ ]
2379
+ }
2380
+ },
2381
+ {
2382
+ "id": 125,
2383
+ "name": "Direction",
2384
+ "variant": "declaration",
2385
+ "kind": 4194304,
2386
+ "flags": {},
2387
+ "comment": {
2388
+ "summary": [
2389
+ {
2390
+ "kind": "text",
2391
+ "text": "The text direction of the component.\nMaps to the HTML "
2392
+ },
2393
+ {
2394
+ "kind": "code",
2395
+ "text": "`dir`"
2396
+ },
2397
+ {
2398
+ "kind": "text",
2399
+ "text": " attribute.\n- "
2400
+ },
2401
+ {
2402
+ "kind": "code",
2403
+ "text": "`'ltr'`"
2404
+ },
2405
+ {
2406
+ "kind": "text",
2407
+ "text": " — left to right.\n- "
2408
+ },
2409
+ {
2410
+ "kind": "code",
2411
+ "text": "`'rtl'`"
2412
+ },
2413
+ {
2414
+ "kind": "text",
2415
+ "text": " — right to left.\n- "
2416
+ },
2417
+ {
2418
+ "kind": "code",
2419
+ "text": "`'auto'`"
2420
+ },
2421
+ {
2422
+ "kind": "text",
2423
+ "text": " — determined by content."
2424
+ }
2425
+ ],
2426
+ "blockTags": [
2427
+ {
2428
+ "tag": "@example",
2429
+ "content": [
2430
+ {
2431
+ "kind": "code",
2432
+ "text": "```tsx\nimport type { Direction } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n direction?: Direction;\n}\n\nconst MyComponent = ({ direction = 'ltr' }: MyComponentProps) => (\n <div dir={direction}>...</div>\n);\n```"
2433
+ }
2434
+ ]
2435
+ }
2436
+ ]
2437
+ },
2438
+ "sources": [
2439
+ {
2440
+ "fileName": "src/base.ts",
2441
+ "line": 300,
2442
+ "character": 12,
2443
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L300"
2444
+ }
2445
+ ],
2446
+ "type": {
2447
+ "type": "union",
2448
+ "types": [
2449
+ {
2450
+ "type": "literal",
2451
+ "value": "rtl"
2452
+ },
2453
+ {
2454
+ "type": "literal",
2455
+ "value": "ltr"
2456
+ },
2457
+ {
2458
+ "type": "literal",
2459
+ "value": "auto"
2460
+ }
2461
+ ]
2462
+ }
2463
+ },
2464
+ {
2465
+ "id": 112,
2466
+ "name": "Email",
2467
+ "variant": "declaration",
2468
+ "kind": 4194304,
2469
+ "flags": {},
2470
+ "comment": {
2471
+ "summary": [
2472
+ {
2473
+ "kind": "text",
2474
+ "text": "A standard email address according to RFC 5321, section 4.1.2."
2475
+ }
2476
+ ],
2477
+ "blockTags": [
2478
+ {
2479
+ "tag": "@example",
2480
+ "content": [
2481
+ {
2482
+ "kind": "code",
2483
+ "text": "```tsx\nimport type { Email } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n contactEmail?: Email;\n}\n```"
2484
+ }
2485
+ ]
2486
+ }
2487
+ ]
2488
+ },
2489
+ "sources": [
2490
+ {
2491
+ "fileName": "src/base.ts",
2492
+ "line": 153,
2493
+ "character": 12,
2494
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L153"
2495
+ }
2496
+ ],
2497
+ "type": {
2498
+ "type": "intrinsic",
2499
+ "name": "string"
2500
+ }
2501
+ },
2502
+ {
2503
+ "id": 116,
2504
+ "name": "Guid",
2505
+ "variant": "declaration",
2506
+ "kind": 4194304,
2507
+ "flags": {},
2508
+ "comment": {
2509
+ "summary": [
2510
+ {
2511
+ "kind": "text",
2512
+ "text": "A unique identifier (UUID)."
2513
+ }
2514
+ ],
2515
+ "blockTags": [
2516
+ {
2517
+ "tag": "@example",
2518
+ "content": [
2519
+ {
2520
+ "kind": "code",
2521
+ "text": "```tsx\nimport type { Guid } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n itemId?: Guid;\n}\n```"
2522
+ }
2523
+ ]
2524
+ }
2525
+ ]
2526
+ },
2527
+ "sources": [
2528
+ {
2529
+ "fileName": "src/base.ts",
2530
+ "line": 209,
2531
+ "character": 12,
2532
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L209"
2533
+ }
2534
+ ],
2535
+ "type": {
2536
+ "type": "intrinsic",
2537
+ "name": "string"
2538
+ }
2539
+ },
2540
+ {
2541
+ "id": 114,
2542
+ "name": "Hostname",
2543
+ "variant": "declaration",
2544
+ "kind": 4194304,
2545
+ "flags": {},
2546
+ "comment": {
2547
+ "summary": [
2548
+ {
2549
+ "kind": "text",
2550
+ "text": "A hostname according to IANA standards."
2551
+ }
2552
+ ],
2553
+ "blockTags": [
2554
+ {
2555
+ "tag": "@example",
2556
+ "content": [
2557
+ {
2558
+ "kind": "code",
2559
+ "text": "```tsx\nimport type { Hostname } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n host?: Hostname; // e.g. 'www.example.com'\n}\n```"
2560
+ }
2561
+ ]
2562
+ }
2563
+ ]
2564
+ },
2565
+ "sources": [
2566
+ {
2567
+ "fileName": "src/base.ts",
2568
+ "line": 181,
2569
+ "character": 12,
2570
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L181"
2571
+ }
2572
+ ],
2573
+ "type": {
2574
+ "type": "intrinsic",
2575
+ "name": "string"
2576
+ }
2577
+ },
2578
+ {
2579
+ "id": 6,
2580
+ "name": "Image",
2581
+ "variant": "declaration",
2582
+ "kind": 4194304,
2583
+ "flags": {},
2584
+ "comment": {
2585
+ "summary": [
2586
+ {
2587
+ "kind": "text",
2588
+ "text": "An image from Wix Media."
2589
+ }
2590
+ ],
2591
+ "blockTags": [
2592
+ {
2593
+ "tag": "@example",
2594
+ "content": [
2595
+ {
2596
+ "kind": "code",
2597
+ "text": "```tsx\nimport type { Image } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n image?: Image;\n}\n\nconst MyComponent = ({ image }: MyComponentProps) => (\n <img src={image?.url} alt={image?.alt} />\n);\n```"
2598
+ }
2599
+ ]
2600
+ }
2601
+ ]
2602
+ },
2603
+ "sources": [
2604
+ {
2605
+ "fileName": "src/image.ts",
2606
+ "line": 26,
2607
+ "character": 12,
2608
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/image.ts#L26"
2609
+ }
2610
+ ],
2611
+ "type": {
2612
+ "type": "reflection",
2613
+ "declaration": {
2614
+ "id": 7,
2615
+ "name": "__type",
2616
+ "variant": "declaration",
2617
+ "kind": 65536,
2618
+ "flags": {},
2619
+ "children": [
2620
+ {
2621
+ "id": 16,
2622
+ "name": "alt",
2623
+ "variant": "declaration",
2624
+ "kind": 1024,
2625
+ "flags": {
2626
+ "isOptional": true
2627
+ },
2628
+ "comment": {
2629
+ "summary": [
2630
+ {
2631
+ "kind": "text",
2632
+ "text": "The image alt text for accessibility."
2633
+ }
2634
+ ]
2635
+ },
2636
+ "sources": [
2637
+ {
2638
+ "fileName": "src/image.ts",
2639
+ "line": 44,
2640
+ "character": 4,
2641
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/image.ts#L44"
2642
+ }
2643
+ ],
2644
+ "type": {
2645
+ "type": "intrinsic",
2646
+ "name": "string"
2647
+ }
2648
+ },
2649
+ {
2650
+ "id": 13,
2651
+ "name": "animated",
2652
+ "variant": "declaration",
2653
+ "kind": 1024,
2654
+ "flags": {
2655
+ "isOptional": true
2656
+ },
2657
+ "comment": {
2658
+ "summary": [
2659
+ {
2660
+ "kind": "text",
2661
+ "text": "Whether the image is animated (e.g. GIF)."
2662
+ }
2663
+ ]
2664
+ },
2665
+ "sources": [
2666
+ {
2667
+ "fileName": "src/image.ts",
2668
+ "line": 38,
2669
+ "character": 4,
2670
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/image.ts#L38"
2671
+ }
2672
+ ],
2673
+ "type": {
2674
+ "type": "intrinsic",
2675
+ "name": "boolean"
2676
+ }
2677
+ },
2678
+ {
2679
+ "id": 14,
2680
+ "name": "crop",
2681
+ "variant": "declaration",
2682
+ "kind": 1024,
2683
+ "flags": {
2684
+ "isOptional": true
2685
+ },
2686
+ "comment": {
2687
+ "summary": [
2688
+ {
2689
+ "kind": "text",
2690
+ "text": "The crop region applied to the image."
2691
+ }
2692
+ ]
2693
+ },
2694
+ "sources": [
2695
+ {
2696
+ "fileName": "src/image.ts",
2697
+ "line": 40,
2698
+ "character": 4,
2699
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/image.ts#L40"
2700
+ }
2701
+ ],
2702
+ "type": {
2703
+ "type": "reference",
2704
+ "target": {
2705
+ "sourceFileName": "src/image.ts",
2706
+ "qualifiedName": "Crop"
2707
+ },
2708
+ "name": "Crop",
2709
+ "package": "@wix/editor-react-types"
2710
+ }
2711
+ },
2712
+ {
2713
+ "id": 11,
2714
+ "name": "height",
2715
+ "variant": "declaration",
2716
+ "kind": 1024,
2717
+ "flags": {
2718
+ "isOptional": true
2719
+ },
2720
+ "comment": {
2721
+ "summary": [
2722
+ {
2723
+ "kind": "text",
2724
+ "text": "The image height in pixels."
2725
+ }
2726
+ ]
2727
+ },
2728
+ "sources": [
2729
+ {
2730
+ "fileName": "src/image.ts",
2731
+ "line": 34,
2732
+ "character": 4,
2733
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/image.ts#L34"
2734
+ }
2735
+ ],
2736
+ "type": {
2737
+ "type": "intrinsic",
2738
+ "name": "number"
2739
+ }
2740
+ },
2741
+ {
2742
+ "id": 10,
2743
+ "name": "name",
2744
+ "variant": "declaration",
2745
+ "kind": 1024,
2746
+ "flags": {
2747
+ "isOptional": true
2748
+ },
2749
+ "comment": {
2750
+ "summary": [
2751
+ {
2752
+ "kind": "text",
2753
+ "text": "The image file name."
2754
+ }
2755
+ ]
2756
+ },
2757
+ "sources": [
2758
+ {
2759
+ "fileName": "src/image.ts",
2760
+ "line": 32,
2761
+ "character": 4,
2762
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/image.ts#L32"
2763
+ }
2764
+ ],
2765
+ "type": {
2766
+ "type": "intrinsic",
2767
+ "name": "string"
2768
+ }
2769
+ },
2770
+ {
2771
+ "id": 15,
2772
+ "name": "quality",
2773
+ "variant": "declaration",
2774
+ "kind": 1024,
2775
+ "flags": {
2776
+ "isOptional": true
2777
+ },
2778
+ "comment": {
2779
+ "summary": [
2780
+ {
2781
+ "kind": "text",
2782
+ "text": "The image quality, as a percentage from 0 to 100."
2783
+ }
2784
+ ]
2785
+ },
2786
+ "sources": [
2787
+ {
2788
+ "fileName": "src/image.ts",
2789
+ "line": 42,
2790
+ "character": 4,
2791
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/image.ts#L42"
2792
+ }
2793
+ ],
2794
+ "type": {
2795
+ "type": "intrinsic",
2796
+ "name": "number"
2797
+ }
2798
+ },
2799
+ {
2800
+ "id": 8,
2801
+ "name": "uri",
2802
+ "variant": "declaration",
2803
+ "kind": 1024,
2804
+ "flags": {
2805
+ "isOptional": true
2806
+ },
2807
+ "comment": {
2808
+ "summary": [
2809
+ {
2810
+ "kind": "text",
2811
+ "text": "The image URI."
2812
+ }
2813
+ ]
2814
+ },
2815
+ "sources": [
2816
+ {
2817
+ "fileName": "src/image.ts",
2818
+ "line": 28,
2819
+ "character": 4,
2820
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/image.ts#L28"
2821
+ }
2822
+ ],
2823
+ "type": {
2824
+ "type": "intrinsic",
2825
+ "name": "string"
2826
+ }
2827
+ },
2828
+ {
2829
+ "id": 9,
2830
+ "name": "url",
2831
+ "variant": "declaration",
2832
+ "kind": 1024,
2833
+ "flags": {},
2834
+ "comment": {
2835
+ "summary": [
2836
+ {
2837
+ "kind": "text",
2838
+ "text": "The image URL."
2839
+ }
2840
+ ]
2841
+ },
2842
+ "sources": [
2843
+ {
2844
+ "fileName": "src/image.ts",
2845
+ "line": 30,
2846
+ "character": 4,
2847
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/image.ts#L30"
2848
+ }
2849
+ ],
2850
+ "type": {
2851
+ "type": "intrinsic",
2852
+ "name": "string"
2853
+ }
2854
+ },
2855
+ {
2856
+ "id": 12,
2857
+ "name": "width",
2858
+ "variant": "declaration",
2859
+ "kind": 1024,
2860
+ "flags": {
2861
+ "isOptional": true
2862
+ },
2863
+ "comment": {
2864
+ "summary": [
2865
+ {
2866
+ "kind": "text",
2867
+ "text": "The image width in pixels."
2868
+ }
2869
+ ]
2870
+ },
2871
+ "sources": [
2872
+ {
2873
+ "fileName": "src/image.ts",
2874
+ "line": 36,
2875
+ "character": 4,
2876
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/image.ts#L36"
2877
+ }
2878
+ ],
2879
+ "type": {
2880
+ "type": "intrinsic",
2881
+ "name": "number"
2882
+ }
2883
+ }
2884
+ ],
2885
+ "groups": [
2886
+ {
2887
+ "title": "Properties",
2888
+ "children": [
2889
+ 16,
2890
+ 13,
2891
+ 14,
2892
+ 11,
2893
+ 10,
2894
+ 15,
2895
+ 8,
2896
+ 9,
2897
+ 12
2898
+ ]
2899
+ }
2900
+ ],
2901
+ "sources": [
2902
+ {
2903
+ "fileName": "src/image.ts",
2904
+ "line": 26,
2905
+ "character": 20,
2906
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/image.ts#L26"
2907
+ }
2908
+ ]
2909
+ }
2910
+ }
2911
+ },
2912
+ {
2913
+ "id": 1,
2914
+ "name": "Link",
2915
+ "variant": "declaration",
2916
+ "kind": 4194304,
2917
+ "flags": {},
2918
+ "comment": {
2919
+ "summary": [
2920
+ {
2921
+ "kind": "text",
2922
+ "text": "A link to a URL, used for navigation within components."
2923
+ }
2924
+ ],
2925
+ "blockTags": [
2926
+ {
2927
+ "tag": "@example",
2928
+ "content": [
2929
+ {
2930
+ "kind": "code",
2931
+ "text": "```tsx\nimport type { Link } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n link?: Link;\n}\n```"
2932
+ }
2933
+ ]
2934
+ }
2935
+ ]
2936
+ },
2937
+ "sources": [
2938
+ {
2939
+ "fileName": "src/links.ts",
2940
+ "line": 15,
2941
+ "character": 12,
2942
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/links.ts#L15"
2943
+ }
2944
+ ],
2945
+ "type": {
2946
+ "type": "reflection",
2947
+ "declaration": {
2948
+ "id": 2,
2949
+ "name": "__type",
2950
+ "variant": "declaration",
2951
+ "kind": 65536,
2952
+ "flags": {},
2953
+ "children": [
2954
+ {
2955
+ "id": 3,
2956
+ "name": "href",
2957
+ "variant": "declaration",
2958
+ "kind": 1024,
2959
+ "flags": {
2960
+ "isOptional": true
2961
+ },
2962
+ "comment": {
2963
+ "summary": [
2964
+ {
2965
+ "kind": "text",
2966
+ "text": "The link URL."
2967
+ }
2968
+ ]
2969
+ },
2970
+ "sources": [
2971
+ {
2972
+ "fileName": "src/links.ts",
2973
+ "line": 17,
2974
+ "character": 4,
2975
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/links.ts#L17"
2976
+ }
2977
+ ],
2978
+ "type": {
2979
+ "type": "intrinsic",
2980
+ "name": "string"
2981
+ }
2982
+ },
2983
+ {
2984
+ "id": 5,
2985
+ "name": "rel",
2986
+ "variant": "declaration",
2987
+ "kind": 1024,
2988
+ "flags": {
2989
+ "isOptional": true
2990
+ },
2991
+ "comment": {
2992
+ "summary": [
2993
+ {
2994
+ "kind": "text",
2995
+ "text": "The "
2996
+ },
2997
+ {
2998
+ "kind": "code",
2999
+ "text": "`rel`"
3000
+ },
3001
+ {
3002
+ "kind": "text",
3003
+ "text": " attribute of the link. Accepts LinkRel values separated by a space."
3004
+ }
3005
+ ]
3006
+ },
3007
+ "sources": [
3008
+ {
3009
+ "fileName": "src/links.ts",
3010
+ "line": 25,
3011
+ "character": 4,
3012
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/links.ts#L25"
3013
+ }
3014
+ ],
3015
+ "type": {
3016
+ "type": "intrinsic",
3017
+ "name": "string"
3018
+ }
3019
+ },
3020
+ {
3021
+ "id": 4,
3022
+ "name": "target",
3023
+ "variant": "declaration",
3024
+ "kind": 1024,
3025
+ "flags": {
3026
+ "isOptional": true
3027
+ },
3028
+ "comment": {
3029
+ "summary": [
3030
+ {
3031
+ "kind": "text",
3032
+ "text": "Where this link should open.\n- "
3033
+ },
3034
+ {
3035
+ "kind": "code",
3036
+ "text": "`'_self'`"
3037
+ },
3038
+ {
3039
+ "kind": "text",
3040
+ "text": " — opens in the same page.\n- "
3041
+ },
3042
+ {
3043
+ "kind": "code",
3044
+ "text": "`'_blank'`"
3045
+ },
3046
+ {
3047
+ "kind": "text",
3048
+ "text": " — opens in a new tab."
3049
+ }
3050
+ ]
3051
+ },
3052
+ "sources": [
3053
+ {
3054
+ "fileName": "src/links.ts",
3055
+ "line": 23,
3056
+ "character": 4,
3057
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/links.ts#L23"
3058
+ }
3059
+ ],
3060
+ "type": {
3061
+ "type": "reference",
3062
+ "target": {
3063
+ "sourceFileName": "src/links.ts",
3064
+ "qualifiedName": "LinkTarget"
3065
+ },
3066
+ "name": "LinkTarget",
3067
+ "package": "@wix/editor-react-types"
3068
+ }
3069
+ }
3070
+ ],
3071
+ "groups": [
3072
+ {
3073
+ "title": "Properties",
3074
+ "children": [
3075
+ 3,
3076
+ 5,
3077
+ 4
3078
+ ]
3079
+ }
3080
+ ],
3081
+ "sources": [
3082
+ {
3083
+ "fileName": "src/links.ts",
3084
+ "line": 15,
3085
+ "character": 19,
3086
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/links.ts#L15"
3087
+ }
3088
+ ]
3089
+ }
3090
+ }
3091
+ },
3092
+ {
3093
+ "id": 108,
3094
+ "name": "LocalDate",
3095
+ "variant": "declaration",
3096
+ "kind": 4194304,
3097
+ "flags": {},
3098
+ "comment": {
3099
+ "summary": [
3100
+ {
3101
+ "kind": "text",
3102
+ "text": "A local date string in ISO-8601 extended format ("
3103
+ },
3104
+ {
3105
+ "kind": "code",
3106
+ "text": "`YYYY-MM-DD`"
3107
+ },
3108
+ {
3109
+ "kind": "text",
3110
+ "text": ")."
3111
+ }
3112
+ ],
3113
+ "blockTags": [
3114
+ {
3115
+ "tag": "@example",
3116
+ "content": [
3117
+ {
3118
+ "kind": "code",
3119
+ "text": "```tsx\nimport type { LocalDate } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n startDate?: LocalDate; // e.g. '2024-03-15'\n}\n```"
3120
+ }
3121
+ ]
3122
+ }
3123
+ ]
3124
+ },
3125
+ "sources": [
3126
+ {
3127
+ "fileName": "src/base.ts",
3128
+ "line": 97,
3129
+ "character": 12,
3130
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L97"
3131
+ }
3132
+ ],
3133
+ "type": {
3134
+ "type": "intrinsic",
3135
+ "name": "string"
3136
+ }
3137
+ },
3138
+ {
3139
+ "id": 110,
3140
+ "name": "LocalDateTime",
3141
+ "variant": "declaration",
3142
+ "kind": 4194304,
3143
+ "flags": {},
3144
+ "comment": {
3145
+ "summary": [
3146
+ {
3147
+ "kind": "text",
3148
+ "text": "A local date-time string in ISO-8601 extended format ("
3149
+ },
3150
+ {
3151
+ "kind": "code",
3152
+ "text": "`YYYY-MM-DDThh:mm[:ss][.sss]`"
3153
+ },
3154
+ {
3155
+ "kind": "text",
3156
+ "text": ")."
3157
+ }
3158
+ ],
3159
+ "blockTags": [
3160
+ {
3161
+ "tag": "@example",
3162
+ "content": [
3163
+ {
3164
+ "kind": "code",
3165
+ "text": "```tsx\nimport type { LocalDateTime } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n eventStart?: LocalDateTime; // e.g. '2024-03-15T09:00'\n}\n```"
3166
+ }
3167
+ ]
3168
+ }
3169
+ ]
3170
+ },
3171
+ "sources": [
3172
+ {
3173
+ "fileName": "src/base.ts",
3174
+ "line": 125,
3175
+ "character": 12,
3176
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L125"
3177
+ }
3178
+ ],
3179
+ "type": {
3180
+ "type": "intrinsic",
3181
+ "name": "string"
3182
+ }
3183
+ },
3184
+ {
3185
+ "id": 109,
3186
+ "name": "LocalTime",
3187
+ "variant": "declaration",
3188
+ "kind": 4194304,
3189
+ "flags": {},
3190
+ "comment": {
3191
+ "summary": [
3192
+ {
3193
+ "kind": "text",
3194
+ "text": "A local time string in ISO-8601 extended format ("
3195
+ },
3196
+ {
3197
+ "kind": "code",
3198
+ "text": "`hh:mm[:ss][.sss]`"
3199
+ },
3200
+ {
3201
+ "kind": "text",
3202
+ "text": ")."
3203
+ }
3204
+ ],
3205
+ "blockTags": [
3206
+ {
3207
+ "tag": "@example",
3208
+ "content": [
3209
+ {
3210
+ "kind": "code",
3211
+ "text": "```tsx\nimport type { LocalTime } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n openingTime?: LocalTime; // e.g. '09:00'\n}\n```"
3212
+ }
3213
+ ]
3214
+ }
3215
+ ]
3216
+ },
3217
+ "sources": [
3218
+ {
3219
+ "fileName": "src/base.ts",
3220
+ "line": 111,
3221
+ "character": 12,
3222
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L111"
3223
+ }
3224
+ ],
3225
+ "type": {
3226
+ "type": "intrinsic",
3227
+ "name": "string"
3228
+ }
3229
+ },
3230
+ {
3231
+ "id": 91,
3232
+ "name": "MenuItem",
3233
+ "variant": "declaration",
3234
+ "kind": 4194304,
3235
+ "flags": {},
3236
+ "comment": {
3237
+ "summary": [
3238
+ {
3239
+ "kind": "text",
3240
+ "text": "A single item in a menu, optionally containing nested sub-items."
3241
+ }
3242
+ ]
3243
+ },
3244
+ "sources": [
3245
+ {
3246
+ "fileName": "src/menuItems.ts",
3247
+ "line": 7,
3248
+ "character": 12,
3249
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/menuItems.ts#L7"
3250
+ }
3251
+ ],
3252
+ "type": {
3253
+ "type": "reflection",
3254
+ "declaration": {
3255
+ "id": 92,
3256
+ "name": "__type",
3257
+ "variant": "declaration",
3258
+ "kind": 65536,
3259
+ "flags": {},
3260
+ "children": [
3261
+ {
3262
+ "id": 96,
3263
+ "name": "container",
3264
+ "variant": "declaration",
3265
+ "kind": 1024,
3266
+ "flags": {
3267
+ "isOptional": true
3268
+ },
3269
+ "comment": {
3270
+ "summary": [
3271
+ {
3272
+ "kind": "text",
3273
+ "text": "An optional container element rendered alongside the menu item."
3274
+ }
3275
+ ]
3276
+ },
3277
+ "sources": [
3278
+ {
3279
+ "fileName": "src/menuItems.ts",
3280
+ "line": 15,
3281
+ "character": 4,
3282
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/menuItems.ts#L15"
3283
+ }
3284
+ ],
3285
+ "type": {
3286
+ "type": "reference",
3287
+ "target": {
3288
+ "sourceFileName": "../../../node_modules/@types/react/index.d.ts",
3289
+ "qualifiedName": "React.ReactElement"
3290
+ },
3291
+ "name": "ReactElement",
3292
+ "package": "@types/react",
3293
+ "qualifiedName": "React.ReactElement"
3294
+ }
3295
+ },
3296
+ {
3297
+ "id": 93,
3298
+ "name": "id",
3299
+ "variant": "declaration",
3300
+ "kind": 1024,
3301
+ "flags": {},
3302
+ "comment": {
3303
+ "summary": [
3304
+ {
3305
+ "kind": "text",
3306
+ "text": "A unique identifier for the menu item."
3307
+ }
3308
+ ]
3309
+ },
3310
+ "sources": [
3311
+ {
3312
+ "fileName": "src/menuItems.ts",
3313
+ "line": 9,
3314
+ "character": 4,
3315
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/menuItems.ts#L9"
3316
+ }
3317
+ ],
3318
+ "type": {
3319
+ "type": "intrinsic",
3320
+ "name": "string"
3321
+ }
3322
+ },
3323
+ {
3324
+ "id": 97,
3325
+ "name": "items",
3326
+ "variant": "declaration",
3327
+ "kind": 1024,
3328
+ "flags": {
3329
+ "isOptional": true
3330
+ },
3331
+ "comment": {
3332
+ "summary": [
3333
+ {
3334
+ "kind": "text",
3335
+ "text": "Nested child menu items, for building multi-level menus."
3336
+ }
3337
+ ]
3338
+ },
3339
+ "sources": [
3340
+ {
3341
+ "fileName": "src/menuItems.ts",
3342
+ "line": 17,
3343
+ "character": 4,
3344
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/menuItems.ts#L17"
3345
+ }
3346
+ ],
3347
+ "type": {
3348
+ "type": "array",
3349
+ "elementType": {
3350
+ "type": "reference",
3351
+ "target": 91,
3352
+ "name": "MenuItem",
3353
+ "package": "@wix/editor-react-types"
3354
+ }
3355
+ }
3356
+ },
3357
+ {
3358
+ "id": 94,
3359
+ "name": "label",
3360
+ "variant": "declaration",
3361
+ "kind": 1024,
3362
+ "flags": {},
3363
+ "comment": {
3364
+ "summary": [
3365
+ {
3366
+ "kind": "text",
3367
+ "text": "The display label shown to the user."
3368
+ }
3369
+ ]
3370
+ },
3371
+ "sources": [
3372
+ {
3373
+ "fileName": "src/menuItems.ts",
3374
+ "line": 11,
3375
+ "character": 4,
3376
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/menuItems.ts#L11"
3377
+ }
3378
+ ],
3379
+ "type": {
3380
+ "type": "intrinsic",
3381
+ "name": "string"
3382
+ }
3383
+ },
3384
+ {
3385
+ "id": 95,
3386
+ "name": "link",
3387
+ "variant": "declaration",
3388
+ "kind": 1024,
3389
+ "flags": {
3390
+ "isOptional": true
3391
+ },
3392
+ "comment": {
3393
+ "summary": [
3394
+ {
3395
+ "kind": "text",
3396
+ "text": "The navigation link for this menu item."
3397
+ }
3398
+ ]
3399
+ },
3400
+ "sources": [
3401
+ {
3402
+ "fileName": "src/menuItems.ts",
3403
+ "line": 13,
3404
+ "character": 4,
3405
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/menuItems.ts#L13"
3406
+ }
3407
+ ],
3408
+ "type": {
3409
+ "type": "reference",
3410
+ "target": 1,
3411
+ "name": "Link",
3412
+ "package": "@wix/editor-react-types"
3413
+ }
3414
+ }
3415
+ ],
3416
+ "groups": [
3417
+ {
3418
+ "title": "Properties",
3419
+ "children": [
3420
+ 96,
3421
+ 93,
3422
+ 97,
3423
+ 94,
3424
+ 95
3425
+ ]
3426
+ }
3427
+ ],
3428
+ "sources": [
3429
+ {
3430
+ "fileName": "src/menuItems.ts",
3431
+ "line": 7,
3432
+ "character": 23,
3433
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/menuItems.ts#L7"
3434
+ }
3435
+ ]
3436
+ }
3437
+ }
3438
+ },
3439
+ {
3440
+ "id": 90,
3441
+ "name": "MenuItems",
3442
+ "variant": "declaration",
3443
+ "kind": 4194304,
3444
+ "flags": {},
3445
+ "comment": {
3446
+ "summary": [
3447
+ {
3448
+ "kind": "text",
3449
+ "text": "A list of menu items."
3450
+ }
3451
+ ],
3452
+ "blockTags": [
3453
+ {
3454
+ "tag": "@example",
3455
+ "content": [
3456
+ {
3457
+ "kind": "code",
3458
+ "text": "```tsx\nimport type { MenuItems } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n items?: MenuItems;\n}\n```"
3459
+ }
3460
+ ]
3461
+ }
3462
+ ]
3463
+ },
3464
+ "sources": [
3465
+ {
3466
+ "fileName": "src/menuItems.ts",
3467
+ "line": 32,
3468
+ "character": 12,
3469
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/menuItems.ts#L32"
3470
+ }
3471
+ ],
3472
+ "type": {
3473
+ "type": "array",
3474
+ "elementType": {
3475
+ "type": "reference",
3476
+ "target": 91,
3477
+ "name": "MenuItem",
3478
+ "package": "@wix/editor-react-types"
3479
+ }
3480
+ }
3481
+ },
3482
+ {
3483
+ "id": 106,
3484
+ "name": "NumberType",
3485
+ "variant": "declaration",
3486
+ "kind": 4194304,
3487
+ "flags": {},
3488
+ "comment": {
3489
+ "summary": [
3490
+ {
3491
+ "kind": "text",
3492
+ "text": "Any numeric value."
3493
+ }
3494
+ ],
3495
+ "blockTags": [
3496
+ {
3497
+ "tag": "@example",
3498
+ "content": [
3499
+ {
3500
+ "kind": "code",
3501
+ "text": "```tsx\nimport type { NumberType } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n rating?: NumberType;\n}\n```"
3502
+ }
3503
+ ]
3504
+ }
3505
+ ]
3506
+ },
3507
+ "sources": [
3508
+ {
3509
+ "fileName": "src/base.ts",
3510
+ "line": 55,
3511
+ "character": 12,
3512
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L55"
3513
+ }
3514
+ ],
3515
+ "type": {
3516
+ "type": "intrinsic",
3517
+ "name": "number"
3518
+ }
3519
+ },
3520
+ {
3521
+ "id": 113,
3522
+ "name": "Phone",
3523
+ "variant": "declaration",
3524
+ "kind": 4194304,
3525
+ "flags": {},
3526
+ "comment": {
3527
+ "summary": [
3528
+ {
3529
+ "kind": "text",
3530
+ "text": "A phone number string, accepting common phone number characters."
3531
+ }
3532
+ ],
3533
+ "blockTags": [
3534
+ {
3535
+ "tag": "@example",
3536
+ "content": [
3537
+ {
3538
+ "kind": "code",
3539
+ "text": "```tsx\nimport type { Phone } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n phoneNumber?: Phone;\n}\n```"
3540
+ }
3541
+ ]
3542
+ }
3543
+ ]
3544
+ },
3545
+ "sources": [
3546
+ {
3547
+ "fileName": "src/base.ts",
3548
+ "line": 167,
3549
+ "character": 12,
3550
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L167"
3551
+ }
3552
+ ],
3553
+ "type": {
3554
+ "type": "intrinsic",
3555
+ "name": "string"
3556
+ }
3557
+ },
3558
+ {
3559
+ "id": 115,
3560
+ "name": "Regex",
3561
+ "variant": "declaration",
3562
+ "kind": 4194304,
3563
+ "flags": {},
3564
+ "comment": {
3565
+ "summary": [
3566
+ {
3567
+ "kind": "text",
3568
+ "text": "A valid regular expression pattern provided by the Wix user."
3569
+ }
3570
+ ],
3571
+ "blockTags": [
3572
+ {
3573
+ "tag": "@example",
3574
+ "content": [
3575
+ {
3576
+ "kind": "code",
3577
+ "text": "```tsx\nimport type { Regex } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n validationPattern?: Regex; // e.g. '^[a-z]+$'\n}\n```"
3578
+ }
3579
+ ]
3580
+ }
3581
+ ]
3582
+ },
3583
+ "sources": [
3584
+ {
3585
+ "fileName": "src/base.ts",
3586
+ "line": 195,
3587
+ "character": 12,
3588
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L195"
3589
+ }
3590
+ ],
3591
+ "type": {
3592
+ "type": "intrinsic",
3593
+ "name": "string"
3594
+ }
3595
+ },
3596
+ {
3597
+ "id": 117,
3598
+ "name": "RichText",
3599
+ "variant": "declaration",
3600
+ "kind": 4194304,
3601
+ "flags": {},
3602
+ "comment": {
3603
+ "summary": [
3604
+ {
3605
+ "kind": "text",
3606
+ "text": "Rich text content with resolved links."
3607
+ }
3608
+ ],
3609
+ "blockTags": [
3610
+ {
3611
+ "tag": "@example",
3612
+ "content": [
3613
+ {
3614
+ "kind": "code",
3615
+ "text": "```tsx\nimport type { RichText } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n description?: RichText;\n}\n\nconst MyComponent = ({ description }: MyComponentProps) => (\n <div>\n {description?.html}\n {description?.linkList.map((link) => (\n <a key={link.href} href={link.href}>{link.href}</a>\n ))}\n </div>\n);\n```"
3616
+ }
3617
+ ]
3618
+ }
3619
+ ]
3620
+ },
3621
+ "sources": [
3622
+ {
3623
+ "fileName": "src/base.ts",
3624
+ "line": 232,
3625
+ "character": 12,
3626
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L232"
3627
+ }
3628
+ ],
3629
+ "type": {
3630
+ "type": "reflection",
3631
+ "declaration": {
3632
+ "id": 118,
3633
+ "name": "__type",
3634
+ "variant": "declaration",
3635
+ "kind": 65536,
3636
+ "flags": {},
3637
+ "children": [
3638
+ {
3639
+ "id": 120,
3640
+ "name": "html",
3641
+ "variant": "declaration",
3642
+ "kind": 1024,
3643
+ "flags": {},
3644
+ "comment": {
3645
+ "summary": [
3646
+ {
3647
+ "kind": "text",
3648
+ "text": "The HTML content with all links resolved."
3649
+ }
3650
+ ]
3651
+ },
3652
+ "sources": [
3653
+ {
3654
+ "fileName": "src/base.ts",
3655
+ "line": 236,
3656
+ "character": 4,
3657
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L236"
3658
+ }
3659
+ ],
3660
+ "type": {
3661
+ "type": "intrinsic",
3662
+ "name": "string"
3663
+ }
3664
+ },
3665
+ {
3666
+ "id": 121,
3667
+ "name": "linkList",
3668
+ "variant": "declaration",
3669
+ "kind": 1024,
3670
+ "flags": {},
3671
+ "comment": {
3672
+ "summary": [
3673
+ {
3674
+ "kind": "text",
3675
+ "text": "All links present in the rich text content."
3676
+ }
3677
+ ]
3678
+ },
3679
+ "sources": [
3680
+ {
3681
+ "fileName": "src/base.ts",
3682
+ "line": 238,
3683
+ "character": 4,
3684
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L238"
3685
+ }
3686
+ ],
3687
+ "type": {
3688
+ "type": "array",
3689
+ "elementType": {
3690
+ "type": "reference",
3691
+ "target": 1,
3692
+ "name": "Link",
3693
+ "package": "@wix/editor-react-types"
3694
+ }
3695
+ }
3696
+ },
3697
+ {
3698
+ "id": 119,
3699
+ "name": "text",
3700
+ "variant": "declaration",
3701
+ "kind": 1024,
3702
+ "flags": {},
3703
+ "comment": {
3704
+ "summary": [
3705
+ {
3706
+ "kind": "text",
3707
+ "text": "The original rich text content."
3708
+ }
3709
+ ]
3710
+ },
3711
+ "sources": [
3712
+ {
3713
+ "fileName": "src/base.ts",
3714
+ "line": 234,
3715
+ "character": 4,
3716
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L234"
3717
+ }
3718
+ ],
3719
+ "type": {
3720
+ "type": "intrinsic",
3721
+ "name": "string"
3722
+ }
3723
+ }
3724
+ ],
3725
+ "groups": [
3726
+ {
3727
+ "title": "Properties",
3728
+ "children": [
3729
+ 120,
3730
+ 121,
3731
+ 119
3732
+ ]
3733
+ }
3734
+ ],
3735
+ "sources": [
3736
+ {
3737
+ "fileName": "src/base.ts",
3738
+ "line": 232,
3739
+ "character": 23,
3740
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L232"
3741
+ }
3742
+ ]
3743
+ }
3744
+ }
3745
+ },
3746
+ {
3747
+ "id": 103,
3748
+ "name": "Schema",
3749
+ "variant": "declaration",
3750
+ "kind": 4194304,
3751
+ "flags": {},
3752
+ "comment": {
3753
+ "summary": [
3754
+ {
3755
+ "kind": "text",
3756
+ "text": "A JSON Schema definition."
3757
+ }
3758
+ ],
3759
+ "blockTags": [
3760
+ {
3761
+ "tag": "@example",
3762
+ "content": [
3763
+ {
3764
+ "kind": "code",
3765
+ "text": "```tsx\nimport type { Schema } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n schema?: Schema;\n}\n```"
3766
+ }
3767
+ ]
3768
+ }
3769
+ ]
3770
+ },
3771
+ "sources": [
3772
+ {
3773
+ "fileName": "src/base.ts",
3774
+ "line": 83,
3775
+ "character": 12,
3776
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L83"
3777
+ }
3778
+ ],
3779
+ "type": {
3780
+ "type": "reference",
3781
+ "target": {
3782
+ "sourceFileName": "../../../node_modules/typescript/lib/lib.es5.d.ts",
3783
+ "qualifiedName": "Record"
3784
+ },
3785
+ "typeArguments": [
3786
+ {
3787
+ "type": "intrinsic",
3788
+ "name": "string"
3789
+ },
3790
+ {
3791
+ "type": "intrinsic",
3792
+ "name": "unknown"
3793
+ }
3794
+ ],
3795
+ "name": "Record",
3796
+ "package": "typescript"
3797
+ }
3798
+ },
3799
+ {
3800
+ "id": 104,
3801
+ "name": "Text",
3802
+ "variant": "declaration",
3803
+ "kind": 4194304,
3804
+ "flags": {},
3805
+ "comment": {
3806
+ "summary": [
3807
+ {
3808
+ "kind": "text",
3809
+ "text": "A plain text string."
3810
+ }
3811
+ ],
3812
+ "blockTags": [
3813
+ {
3814
+ "tag": "@example",
3815
+ "content": [
3816
+ {
3817
+ "kind": "code",
3818
+ "text": "```tsx\nimport type { Text } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n label?: Text;\n}\n```"
3819
+ }
3820
+ ]
3821
+ }
3822
+ ]
3823
+ },
3824
+ "sources": [
3825
+ {
3826
+ "fileName": "src/base.ts",
3827
+ "line": 27,
3828
+ "character": 12,
3829
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L27"
3830
+ }
3831
+ ],
3832
+ "type": {
3833
+ "type": "intrinsic",
3834
+ "name": "string"
3835
+ }
3836
+ },
3837
+ {
3838
+ "id": 105,
3839
+ "name": "TextEnum",
3840
+ "variant": "declaration",
3841
+ "kind": 4194304,
3842
+ "flags": {},
3843
+ "comment": {
3844
+ "summary": [
3845
+ {
3846
+ "kind": "text",
3847
+ "text": "The value selected by the Wix user from a predefined set of options."
3848
+ }
3849
+ ],
3850
+ "blockTags": [
3851
+ {
3852
+ "tag": "@example",
3853
+ "content": [
3854
+ {
3855
+ "kind": "code",
3856
+ "text": "```tsx\nimport type { TextEnum } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n alignment?: TextEnum; // e.g. 'left' | 'center' | 'right'\n}\n```"
3857
+ }
3858
+ ]
3859
+ }
3860
+ ]
3861
+ },
3862
+ "sources": [
3863
+ {
3864
+ "fileName": "src/base.ts",
3865
+ "line": 41,
3866
+ "character": 12,
3867
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L41"
3868
+ }
3869
+ ],
3870
+ "type": {
3871
+ "type": "intrinsic",
3872
+ "name": "string"
3873
+ }
3874
+ },
3875
+ {
3876
+ "id": 41,
3877
+ "name": "VectorArt",
3878
+ "variant": "declaration",
3879
+ "kind": 4194304,
3880
+ "flags": {},
3881
+ "comment": {
3882
+ "summary": [
3883
+ {
3884
+ "kind": "text",
3885
+ "text": "A vector art (SVG) asset from Wix Media."
3886
+ }
3887
+ ],
3888
+ "blockTags": [
3889
+ {
3890
+ "tag": "@example",
3891
+ "content": [
3892
+ {
3893
+ "kind": "code",
3894
+ "text": "```tsx\nimport type { VectorArt } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n icon?: VectorArt;\n}\n```"
3895
+ }
3896
+ ]
3897
+ }
3898
+ ]
3899
+ },
3900
+ "sources": [
3901
+ {
3902
+ "fileName": "src/vectorArt.ts",
3903
+ "line": 13,
3904
+ "character": 12,
3905
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/vectorArt.ts#L13"
3906
+ }
3907
+ ],
3908
+ "type": {
3909
+ "type": "reflection",
3910
+ "declaration": {
3911
+ "id": 42,
3912
+ "name": "__type",
3913
+ "variant": "declaration",
3914
+ "kind": 65536,
3915
+ "flags": {},
3916
+ "children": [
3917
+ {
3918
+ "id": 46,
3919
+ "name": "colors",
3920
+ "variant": "declaration",
3921
+ "kind": 1024,
3922
+ "flags": {},
3923
+ "comment": {
3924
+ "summary": [
3925
+ {
3926
+ "kind": "text",
3927
+ "text": "A map of color IDs to their resolved color values, for themeable SVGs."
3928
+ }
3929
+ ]
3930
+ },
3931
+ "sources": [
3932
+ {
3933
+ "fileName": "src/vectorArt.ts",
3934
+ "line": 21,
3935
+ "character": 4,
3936
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/vectorArt.ts#L21"
3937
+ }
3938
+ ],
3939
+ "type": {
3940
+ "type": "reference",
3941
+ "target": {
3942
+ "sourceFileName": "../../../node_modules/typescript/lib/lib.es5.d.ts",
3943
+ "qualifiedName": "Record"
3944
+ },
3945
+ "typeArguments": [
3946
+ {
3947
+ "type": "intrinsic",
3948
+ "name": "string"
3949
+ },
3950
+ {
3951
+ "type": "intrinsic",
3952
+ "name": "string"
3953
+ }
3954
+ ],
3955
+ "name": "Record",
3956
+ "package": "typescript"
3957
+ }
3958
+ },
3959
+ {
3960
+ "id": 45,
3961
+ "name": "contentBox",
3962
+ "variant": "declaration",
3963
+ "kind": 1024,
3964
+ "flags": {},
3965
+ "comment": {
3966
+ "summary": [
3967
+ {
3968
+ "kind": "text",
3969
+ "text": "The SVG content box dimensions."
3970
+ }
3971
+ ]
3972
+ },
3973
+ "sources": [
3974
+ {
3975
+ "fileName": "src/vectorArt.ts",
3976
+ "line": 19,
3977
+ "character": 4,
3978
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/vectorArt.ts#L19"
3979
+ }
3980
+ ],
3981
+ "type": {
3982
+ "type": "intrinsic",
3983
+ "name": "string"
3984
+ }
3985
+ },
3986
+ {
3987
+ "id": 47,
3988
+ "name": "contentType",
3989
+ "variant": "declaration",
3990
+ "kind": 1024,
3991
+ "flags": {},
3992
+ "comment": {
3993
+ "summary": [
3994
+ {
3995
+ "kind": "text",
3996
+ "text": "The SVG content type, which determines how colors and theming are applied.\n- "
3997
+ },
3998
+ {
3999
+ "kind": "code",
4000
+ "text": "`'shape'`"
4001
+ },
4002
+ {
4003
+ "kind": "text",
4004
+ "text": " — a simple monochromatic shape.\n- "
4005
+ },
4006
+ {
4007
+ "kind": "code",
4008
+ "text": "`'color'`"
4009
+ },
4010
+ {
4011
+ "kind": "text",
4012
+ "text": " — a multi-color SVG.\n- "
4013
+ },
4014
+ {
4015
+ "kind": "code",
4016
+ "text": "`'tint'`"
4017
+ },
4018
+ {
4019
+ "kind": "text",
4020
+ "text": " — a single-color tintable SVG.\n- "
4021
+ },
4022
+ {
4023
+ "kind": "code",
4024
+ "text": "`'ugc'`"
4025
+ },
4026
+ {
4027
+ "kind": "text",
4028
+ "text": " — user-generated content.\n- "
4029
+ },
4030
+ {
4031
+ "kind": "code",
4032
+ "text": "`'textpath'`"
4033
+ },
4034
+ {
4035
+ "kind": "text",
4036
+ "text": " — text along a path."
4037
+ }
4038
+ ]
4039
+ },
4040
+ "sources": [
4041
+ {
4042
+ "fileName": "src/vectorArt.ts",
4043
+ "line": 30,
4044
+ "character": 4,
4045
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/vectorArt.ts#L30"
4046
+ }
4047
+ ],
4048
+ "type": {
4049
+ "type": "union",
4050
+ "types": [
4051
+ {
4052
+ "type": "literal",
4053
+ "value": "shape"
4054
+ },
4055
+ {
4056
+ "type": "literal",
4057
+ "value": "color"
4058
+ },
4059
+ {
4060
+ "type": "literal",
4061
+ "value": "tint"
4062
+ },
4063
+ {
4064
+ "type": "literal",
4065
+ "value": "ugc"
4066
+ },
4067
+ {
4068
+ "type": "literal",
4069
+ "value": "textpath"
4070
+ }
4071
+ ]
4072
+ }
4073
+ },
4074
+ {
4075
+ "id": 48,
4076
+ "name": "svgContent",
4077
+ "variant": "declaration",
4078
+ "kind": 1024,
4079
+ "flags": {},
4080
+ "comment": {
4081
+ "summary": [
4082
+ {
4083
+ "kind": "text",
4084
+ "text": "The raw SVG markup."
4085
+ }
4086
+ ]
4087
+ },
4088
+ "sources": [
4089
+ {
4090
+ "fileName": "src/vectorArt.ts",
4091
+ "line": 32,
4092
+ "character": 4,
4093
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/vectorArt.ts#L32"
4094
+ }
4095
+ ],
4096
+ "type": {
4097
+ "type": "intrinsic",
4098
+ "name": "string"
4099
+ }
4100
+ },
4101
+ {
4102
+ "id": 43,
4103
+ "name": "uri",
4104
+ "variant": "declaration",
4105
+ "kind": 1024,
4106
+ "flags": {},
4107
+ "comment": {
4108
+ "summary": [
4109
+ {
4110
+ "kind": "text",
4111
+ "text": "The SVG URI."
4112
+ }
4113
+ ]
4114
+ },
4115
+ "sources": [
4116
+ {
4117
+ "fileName": "src/vectorArt.ts",
4118
+ "line": 15,
4119
+ "character": 4,
4120
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/vectorArt.ts#L15"
4121
+ }
4122
+ ],
4123
+ "type": {
4124
+ "type": "intrinsic",
4125
+ "name": "string"
4126
+ }
4127
+ },
4128
+ {
4129
+ "id": 44,
4130
+ "name": "viewBox",
4131
+ "variant": "declaration",
4132
+ "kind": 1024,
4133
+ "flags": {},
4134
+ "comment": {
4135
+ "summary": [
4136
+ {
4137
+ "kind": "text",
4138
+ "text": "The SVG "
4139
+ },
4140
+ {
4141
+ "kind": "code",
4142
+ "text": "`viewBox`"
4143
+ },
4144
+ {
4145
+ "kind": "text",
4146
+ "text": " attribute value."
4147
+ }
4148
+ ]
4149
+ },
4150
+ "sources": [
4151
+ {
4152
+ "fileName": "src/vectorArt.ts",
4153
+ "line": 17,
4154
+ "character": 4,
4155
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/vectorArt.ts#L17"
4156
+ }
4157
+ ],
4158
+ "type": {
4159
+ "type": "intrinsic",
4160
+ "name": "string"
4161
+ }
4162
+ }
4163
+ ],
4164
+ "groups": [
4165
+ {
4166
+ "title": "Properties",
4167
+ "children": [
4168
+ 46,
4169
+ 45,
4170
+ 47,
4171
+ 48,
4172
+ 43,
4173
+ 44
4174
+ ]
4175
+ }
4176
+ ],
4177
+ "sources": [
4178
+ {
4179
+ "fileName": "src/vectorArt.ts",
4180
+ "line": 13,
4181
+ "character": 24,
4182
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/vectorArt.ts#L13"
4183
+ }
4184
+ ]
4185
+ }
4186
+ }
4187
+ },
4188
+ {
4189
+ "id": 17,
4190
+ "name": "Video",
4191
+ "variant": "declaration",
4192
+ "kind": 4194304,
4193
+ "flags": {},
4194
+ "comment": {
4195
+ "summary": [
4196
+ {
4197
+ "kind": "text",
4198
+ "text": "A video from Wix Media, including all available sources and quality levels."
4199
+ }
4200
+ ],
4201
+ "blockTags": [
4202
+ {
4203
+ "tag": "@example",
4204
+ "content": [
4205
+ {
4206
+ "kind": "code",
4207
+ "text": "```tsx\nimport type { Video } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n video?: Video;\n}\n```"
4208
+ }
4209
+ ]
4210
+ }
4211
+ ]
4212
+ },
4213
+ "sources": [
4214
+ {
4215
+ "fileName": "src/video.ts",
4216
+ "line": 47,
4217
+ "character": 12,
4218
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L47"
4219
+ }
4220
+ ],
4221
+ "type": {
4222
+ "type": "reflection",
4223
+ "declaration": {
4224
+ "id": 18,
4225
+ "name": "__type",
4226
+ "variant": "declaration",
4227
+ "kind": 65536,
4228
+ "flags": {},
4229
+ "children": [
4230
+ {
4231
+ "id": 21,
4232
+ "name": "adaptiveSources",
4233
+ "variant": "declaration",
4234
+ "kind": 1024,
4235
+ "flags": {},
4236
+ "comment": {
4237
+ "summary": [
4238
+ {
4239
+ "kind": "text",
4240
+ "text": "Adaptive streaming sources (HLS/DASH) for streaming playback."
4241
+ }
4242
+ ]
4243
+ },
4244
+ "sources": [
4245
+ {
4246
+ "fileName": "src/video.ts",
4247
+ "line": 53,
4248
+ "character": 4,
4249
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L53"
4250
+ }
4251
+ ],
4252
+ "type": {
4253
+ "type": "array",
4254
+ "elementType": {
4255
+ "type": "reference",
4256
+ "target": 31,
4257
+ "name": "AdaptiveVideoSource",
4258
+ "package": "@wix/editor-react-types"
4259
+ }
4260
+ }
4261
+ },
4262
+ {
4263
+ "id": 23,
4264
+ "name": "fps",
4265
+ "variant": "declaration",
4266
+ "kind": 1024,
4267
+ "flags": {},
4268
+ "comment": {
4269
+ "summary": [
4270
+ {
4271
+ "kind": "text",
4272
+ "text": "The video frame rate in frames per second."
4273
+ }
4274
+ ]
4275
+ },
4276
+ "sources": [
4277
+ {
4278
+ "fileName": "src/video.ts",
4279
+ "line": 57,
4280
+ "character": 4,
4281
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L57"
4282
+ }
4283
+ ],
4284
+ "type": {
4285
+ "type": "intrinsic",
4286
+ "name": "number"
4287
+ }
4288
+ },
4289
+ {
4290
+ "id": 22,
4291
+ "name": "hasAudio",
4292
+ "variant": "declaration",
4293
+ "kind": 1024,
4294
+ "flags": {},
4295
+ "comment": {
4296
+ "summary": [
4297
+ {
4298
+ "kind": "text",
4299
+ "text": "Whether the video contains an audio track."
4300
+ }
4301
+ ]
4302
+ },
4303
+ "sources": [
4304
+ {
4305
+ "fileName": "src/video.ts",
4306
+ "line": 55,
4307
+ "character": 4,
4308
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L55"
4309
+ }
4310
+ ],
4311
+ "type": {
4312
+ "type": "intrinsic",
4313
+ "name": "boolean"
4314
+ }
4315
+ },
4316
+ {
4317
+ "id": 24,
4318
+ "name": "poster",
4319
+ "variant": "declaration",
4320
+ "kind": 1024,
4321
+ "flags": {
4322
+ "isOptional": true
4323
+ },
4324
+ "comment": {
4325
+ "summary": [
4326
+ {
4327
+ "kind": "text",
4328
+ "text": "A poster image to display before the video plays."
4329
+ }
4330
+ ]
4331
+ },
4332
+ "sources": [
4333
+ {
4334
+ "fileName": "src/video.ts",
4335
+ "line": 59,
4336
+ "character": 4,
4337
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L59"
4338
+ }
4339
+ ],
4340
+ "type": {
4341
+ "type": "reference",
4342
+ "target": 6,
4343
+ "name": "Image",
4344
+ "package": "@wix/editor-react-types"
4345
+ }
4346
+ },
4347
+ {
4348
+ "id": 20,
4349
+ "name": "sources",
4350
+ "variant": "declaration",
4351
+ "kind": 1024,
4352
+ "flags": {},
4353
+ "comment": {
4354
+ "summary": [
4355
+ {
4356
+ "kind": "text",
4357
+ "text": "All available quality-level sources for progressive playback."
4358
+ }
4359
+ ]
4360
+ },
4361
+ "sources": [
4362
+ {
4363
+ "fileName": "src/video.ts",
4364
+ "line": 51,
4365
+ "character": 4,
4366
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L51"
4367
+ }
4368
+ ],
4369
+ "type": {
4370
+ "type": "array",
4371
+ "elementType": {
4372
+ "type": "reference",
4373
+ "target": 25,
4374
+ "name": "VideoSource",
4375
+ "package": "@wix/editor-react-types"
4376
+ }
4377
+ }
4378
+ },
4379
+ {
4380
+ "id": 19,
4381
+ "name": "uri",
4382
+ "variant": "declaration",
4383
+ "kind": 1024,
4384
+ "flags": {},
4385
+ "comment": {
4386
+ "summary": [
4387
+ {
4388
+ "kind": "text",
4389
+ "text": "The original video URI."
4390
+ }
4391
+ ]
4392
+ },
4393
+ "sources": [
4394
+ {
4395
+ "fileName": "src/video.ts",
4396
+ "line": 49,
4397
+ "character": 4,
4398
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L49"
4399
+ }
4400
+ ],
4401
+ "type": {
4402
+ "type": "intrinsic",
4403
+ "name": "string"
4404
+ }
4405
+ }
4406
+ ],
4407
+ "groups": [
4408
+ {
4409
+ "title": "Properties",
4410
+ "children": [
4411
+ 21,
4412
+ 23,
4413
+ 22,
4414
+ 24,
4415
+ 20,
4416
+ 19
4417
+ ]
4418
+ }
4419
+ ],
4420
+ "sources": [
4421
+ {
4422
+ "fileName": "src/video.ts",
4423
+ "line": 47,
4424
+ "character": 20,
4425
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L47"
4426
+ }
4427
+ ]
4428
+ }
4429
+ }
4430
+ },
4431
+ {
4432
+ "id": 25,
4433
+ "name": "VideoSource",
4434
+ "variant": "declaration",
4435
+ "kind": 4194304,
4436
+ "flags": {},
4437
+ "comment": {
4438
+ "summary": [
4439
+ {
4440
+ "kind": "text",
4441
+ "text": "A set of video files for a specific quality level."
4442
+ }
4443
+ ]
4444
+ },
4445
+ "sources": [
4446
+ {
4447
+ "fileName": "src/video.ts",
4448
+ "line": 24,
4449
+ "character": 12,
4450
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L24"
4451
+ }
4452
+ ],
4453
+ "type": {
4454
+ "type": "reflection",
4455
+ "declaration": {
4456
+ "id": 26,
4457
+ "name": "__type",
4458
+ "variant": "declaration",
4459
+ "kind": 65536,
4460
+ "flags": {},
4461
+ "children": [
4462
+ {
4463
+ "id": 29,
4464
+ "name": "height",
4465
+ "variant": "declaration",
4466
+ "kind": 1024,
4467
+ "flags": {},
4468
+ "comment": {
4469
+ "summary": [
4470
+ {
4471
+ "kind": "text",
4472
+ "text": "The video height in pixels at this quality level."
4473
+ }
4474
+ ]
4475
+ },
4476
+ "sources": [
4477
+ {
4478
+ "fileName": "src/video.ts",
4479
+ "line": 30,
4480
+ "character": 4,
4481
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L30"
4482
+ }
4483
+ ],
4484
+ "type": {
4485
+ "type": "intrinsic",
4486
+ "name": "number"
4487
+ }
4488
+ },
4489
+ {
4490
+ "id": 27,
4491
+ "name": "quality",
4492
+ "variant": "declaration",
4493
+ "kind": 1024,
4494
+ "flags": {},
4495
+ "comment": {
4496
+ "summary": [
4497
+ {
4498
+ "kind": "text",
4499
+ "text": "The video quality level."
4500
+ }
4501
+ ]
4502
+ },
4503
+ "sources": [
4504
+ {
4505
+ "fileName": "src/video.ts",
4506
+ "line": 26,
4507
+ "character": 4,
4508
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L26"
4509
+ }
4510
+ ],
4511
+ "type": {
4512
+ "type": "union",
4513
+ "types": [
4514
+ {
4515
+ "type": "literal",
4516
+ "value": "1080p"
4517
+ },
4518
+ {
4519
+ "type": "literal",
4520
+ "value": "720p"
4521
+ },
4522
+ {
4523
+ "type": "literal",
4524
+ "value": "480p"
4525
+ },
4526
+ {
4527
+ "type": "literal",
4528
+ "value": "360p"
4529
+ }
4530
+ ]
4531
+ }
4532
+ },
4533
+ {
4534
+ "id": 30,
4535
+ "name": "types",
4536
+ "variant": "declaration",
4537
+ "kind": 1024,
4538
+ "flags": {},
4539
+ "comment": {
4540
+ "summary": [
4541
+ {
4542
+ "kind": "text",
4543
+ "text": "The available file types for this quality level."
4544
+ }
4545
+ ]
4546
+ },
4547
+ "sources": [
4548
+ {
4549
+ "fileName": "src/video.ts",
4550
+ "line": 32,
4551
+ "character": 4,
4552
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L32"
4553
+ }
4554
+ ],
4555
+ "type": {
4556
+ "type": "array",
4557
+ "elementType": {
4558
+ "type": "reference",
4559
+ "target": 36,
4560
+ "name": "VideoSourceType",
4561
+ "package": "@wix/editor-react-types"
4562
+ }
4563
+ }
4564
+ },
4565
+ {
4566
+ "id": 28,
4567
+ "name": "width",
4568
+ "variant": "declaration",
4569
+ "kind": 1024,
4570
+ "flags": {},
4571
+ "comment": {
4572
+ "summary": [
4573
+ {
4574
+ "kind": "text",
4575
+ "text": "The video width in pixels at this quality level."
4576
+ }
4577
+ ]
4578
+ },
4579
+ "sources": [
4580
+ {
4581
+ "fileName": "src/video.ts",
4582
+ "line": 28,
4583
+ "character": 4,
4584
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L28"
4585
+ }
4586
+ ],
4587
+ "type": {
4588
+ "type": "intrinsic",
4589
+ "name": "number"
4590
+ }
4591
+ }
4592
+ ],
4593
+ "groups": [
4594
+ {
4595
+ "title": "Properties",
4596
+ "children": [
4597
+ 29,
4598
+ 27,
4599
+ 30,
4600
+ 28
4601
+ ]
4602
+ }
4603
+ ],
4604
+ "sources": [
4605
+ {
4606
+ "fileName": "src/video.ts",
4607
+ "line": 24,
4608
+ "character": 26,
4609
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L24"
4610
+ }
4611
+ ]
4612
+ }
4613
+ }
4614
+ },
4615
+ {
4616
+ "id": 36,
4617
+ "name": "VideoSourceType",
4618
+ "variant": "declaration",
4619
+ "kind": 4194304,
4620
+ "flags": {},
4621
+ "comment": {
4622
+ "summary": [
4623
+ {
4624
+ "kind": "text",
4625
+ "text": "A single video file format for a given quality level."
4626
+ }
4627
+ ]
4628
+ },
4629
+ "sources": [
4630
+ {
4631
+ "fileName": "src/video.ts",
4632
+ "line": 4,
4633
+ "character": 12,
4634
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L4"
4635
+ }
4636
+ ],
4637
+ "type": {
4638
+ "type": "reflection",
4639
+ "declaration": {
4640
+ "id": 37,
4641
+ "name": "__type",
4642
+ "variant": "declaration",
4643
+ "kind": 65536,
4644
+ "flags": {},
4645
+ "children": [
4646
+ {
4647
+ "id": 38,
4648
+ "name": "format",
4649
+ "variant": "declaration",
4650
+ "kind": 1024,
4651
+ "flags": {},
4652
+ "comment": {
4653
+ "summary": [
4654
+ {
4655
+ "kind": "text",
4656
+ "text": "The video format."
4657
+ }
4658
+ ]
4659
+ },
4660
+ "sources": [
4661
+ {
4662
+ "fileName": "src/video.ts",
4663
+ "line": 6,
4664
+ "character": 4,
4665
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L6"
4666
+ }
4667
+ ],
4668
+ "type": {
4669
+ "type": "union",
4670
+ "types": [
4671
+ {
4672
+ "type": "literal",
4673
+ "value": "mp4"
4674
+ },
4675
+ {
4676
+ "type": "literal",
4677
+ "value": "mp4-luminance"
4678
+ }
4679
+ ]
4680
+ }
4681
+ },
4682
+ {
4683
+ "id": 39,
4684
+ "name": "uri",
4685
+ "variant": "declaration",
4686
+ "kind": 1024,
4687
+ "flags": {},
4688
+ "comment": {
4689
+ "summary": [
4690
+ {
4691
+ "kind": "text",
4692
+ "text": "The video URI."
4693
+ }
4694
+ ]
4695
+ },
4696
+ "sources": [
4697
+ {
4698
+ "fileName": "src/video.ts",
4699
+ "line": 8,
4700
+ "character": 4,
4701
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L8"
4702
+ }
4703
+ ],
4704
+ "type": {
4705
+ "type": "intrinsic",
4706
+ "name": "string"
4707
+ }
4708
+ },
4709
+ {
4710
+ "id": 40,
4711
+ "name": "url",
4712
+ "variant": "declaration",
4713
+ "kind": 1024,
4714
+ "flags": {},
4715
+ "comment": {
4716
+ "summary": [
4717
+ {
4718
+ "kind": "text",
4719
+ "text": "The fully resolved video URL."
4720
+ }
4721
+ ]
4722
+ },
4723
+ "sources": [
4724
+ {
4725
+ "fileName": "src/video.ts",
4726
+ "line": 10,
4727
+ "character": 4,
4728
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L10"
4729
+ }
4730
+ ],
4731
+ "type": {
4732
+ "type": "intrinsic",
4733
+ "name": "string"
4734
+ }
4735
+ }
4736
+ ],
4737
+ "groups": [
4738
+ {
4739
+ "title": "Properties",
4740
+ "children": [
4741
+ 38,
4742
+ 39,
4743
+ 40
4744
+ ]
4745
+ }
4746
+ ],
4747
+ "sources": [
4748
+ {
4749
+ "fileName": "src/video.ts",
4750
+ "line": 4,
4751
+ "character": 30,
4752
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/video.ts#L4"
4753
+ }
4754
+ ]
4755
+ }
4756
+ }
4757
+ },
4758
+ {
4759
+ "id": 111,
4760
+ "name": "WebUrl",
4761
+ "variant": "declaration",
4762
+ "kind": 4194304,
4763
+ "flags": {},
4764
+ "comment": {
4765
+ "summary": [
4766
+ {
4767
+ "kind": "text",
4768
+ "text": "A URL with an "
4769
+ },
4770
+ {
4771
+ "kind": "code",
4772
+ "text": "`http`"
4773
+ },
4774
+ {
4775
+ "kind": "text",
4776
+ "text": " or "
4777
+ },
4778
+ {
4779
+ "kind": "code",
4780
+ "text": "`https`"
4781
+ },
4782
+ {
4783
+ "kind": "text",
4784
+ "text": " scheme."
4785
+ }
4786
+ ],
4787
+ "blockTags": [
4788
+ {
4789
+ "tag": "@example",
4790
+ "content": [
4791
+ {
4792
+ "kind": "code",
4793
+ "text": "```tsx\nimport type { WebUrl } from '@wix/editor-react-types';\n\ninterface MyComponentProps {\n website?: WebUrl;\n}\n```"
4794
+ }
4795
+ ]
4796
+ }
4797
+ ]
4798
+ },
4799
+ "sources": [
4800
+ {
4801
+ "fileName": "src/base.ts",
4802
+ "line": 139,
4803
+ "character": 12,
4804
+ "url": "https://github.com/wix-private/wix-next/blob/2b4e862/packages/public/editor-react-types/src/base.ts#L139"
4805
+ }
4806
+ ],
4807
+ "type": {
4808
+ "type": "intrinsic",
4809
+ "name": "string"
4810
+ }
4811
+ }
4812
+ ],
4813
+ "groups": [
4814
+ {
4815
+ "title": "Interfaces",
4816
+ "children": [
4817
+ 49,
4818
+ 98
4819
+ ]
4820
+ },
4821
+ {
4822
+ "title": "Type Aliases",
4823
+ "children": [
4824
+ 31,
4825
+ 123,
4826
+ 75,
4827
+ 83,
4828
+ 107,
4829
+ 89,
4830
+ 122,
4831
+ 124,
4832
+ 125,
4833
+ 112,
4834
+ 116,
4835
+ 114,
4836
+ 6,
4837
+ 1,
4838
+ 108,
4839
+ 110,
4840
+ 109,
4841
+ 91,
4842
+ 90,
4843
+ 106,
4844
+ 113,
4845
+ 115,
4846
+ 117,
4847
+ 103,
4848
+ 104,
4849
+ 105,
4850
+ 41,
4851
+ 17,
4852
+ 25,
4853
+ 36,
4854
+ 111
4855
+ ]
4856
+ }
4857
+ ],
4858
+ "packageName": "@wix/editor-react-types",
4859
+ "symbolIdMap": {}
4860
+ },
4861
+ "appendices": {},
4862
+ "standaloneTypes": {},
4863
+ "metadata": {}
4864
+ }