@@ -184,7 +184,14 @@ export const Positions = {
184
184
) ;
185
185
} ,
186
186
187
- name : "Positions"
187
+ name : "Positions" ,
188
+ parameters : {
189
+ docs : {
190
+ liveEdit : {
191
+ scope : { useSwitch, ExampleContent }
192
+ }
193
+ }
194
+ }
188
195
} ;
189
196
190
197
export const ShowTriggers = {
@@ -286,6 +293,11 @@ export const ShowTriggers = {
286
293
parameters : {
287
294
chromatic : {
288
295
pauseAnimationAtEnd : true
296
+ } ,
297
+ docs : {
298
+ liveEdit : {
299
+ scope : { useSwitch, ExampleContent }
300
+ }
289
301
}
290
302
}
291
303
} ;
@@ -494,6 +506,18 @@ export const HideTriggers = {
494
506
parameters : {
495
507
chromatic : {
496
508
pauseAnimationAtEnd : true
509
+ } ,
510
+ docs : {
511
+ liveEdit : {
512
+ scope : {
513
+ useSwitch,
514
+ ExampleContent,
515
+ HIDE_TRIGGERS_CONTAINER ,
516
+ CLICK_OUTSIDE_DIALOG ,
517
+ CLICK_OUTSIDE_DIALOG_BUTTON ,
518
+ CONTEXT_MENU_DIALOG
519
+ }
520
+ }
497
521
}
498
522
}
499
523
} ;
@@ -525,7 +549,14 @@ export const ControlledDialog = {
525
549
) ;
526
550
} ,
527
551
528
- name : "Controlled Dialog"
552
+ name : "Controlled Dialog" ,
553
+ parameters : {
554
+ docs : {
555
+ liveEdit : {
556
+ scope : { useSwitch }
557
+ }
558
+ }
559
+ }
529
560
} ;
530
561
531
562
export const DialogWithTooltip = {
@@ -561,7 +592,14 @@ export const DialogWithTooltip = {
561
592
) ;
562
593
} ,
563
594
564
- name : "Dialog with tooltip"
595
+ name : "Dialog with tooltip" ,
596
+ parameters : {
597
+ docs : {
598
+ liveEdit : {
599
+ scope : { ExampleContent, Info }
600
+ }
601
+ }
602
+ }
565
603
} ;
566
604
567
605
export const DisableScrollWhenDialogOpen = {
@@ -609,5 +647,12 @@ export const DisableScrollWhenDialogOpen = {
609
647
) ;
610
648
} ,
611
649
612
- name : "Disable scroll when dialog open"
650
+ name : "Disable scroll when dialog open" ,
651
+ parameters : {
652
+ docs : {
653
+ liveEdit : {
654
+ scope : { ExampleContent, useSwitch }
655
+ }
656
+ }
657
+ }
613
658
} ;
0 commit comments