desy-html 5.0.1 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -614,6 +614,175 @@
614
614
  ]
615
615
  }
616
616
  },
617
+ {
618
+ "name": "With one disabled parent item",
619
+ "data": {
620
+ "id": "with-disabled",
621
+ "idPrefix": "disabled-example",
622
+ "ariaLabel":"Menubar description",
623
+ "items": [
624
+ {
625
+ "text": "Menuitem",
626
+ "ariaLabel": "Menuitem",
627
+ "id": "menuitems-disabled-example-item-1-2",
628
+ "disabled": true,
629
+ "sub": {
630
+ "items": [
631
+ {
632
+ "role": "menuitem",
633
+ "text": "Subitem 1"
634
+ },
635
+ {
636
+ "role": "menuitem",
637
+ "text": "Subitem 2"
638
+ },
639
+ {
640
+ "role": "menuitem",
641
+ "text": "Subitem 3"
642
+ }
643
+ ],
644
+ "attributes": {
645
+ "aria-labelledby": "menuitems-disabled-example-item-1-2"
646
+ }
647
+ },
648
+ "classes": "mb-base mr-base"
649
+ },
650
+ {
651
+ "text": "Menuitemcheckbox",
652
+ "ariaLabel": "Menuitemcheckbox",
653
+ "id": "menuitems-disabled-example-item-2-2",
654
+ "classes": "mb-base mr-base",
655
+ "sub": {
656
+ "items": [
657
+ {
658
+ "role": "menuitemcheckbox",
659
+ "text": "Subitem 1"
660
+ },
661
+ {
662
+ "role": "menuitemcheckbox",
663
+ "text": "Subitem 2",
664
+ "checked": true
665
+ },
666
+ {
667
+ "role": "menuitemcheckbox",
668
+ "text": "Subitem 3"
669
+ }
670
+ ],
671
+ "attributes": {
672
+ "aria-labelledby": "menuitems-disabled-example-item-2-2"
673
+ }
674
+ }
675
+ },
676
+ {
677
+ "text": "Menuitemradio",
678
+ "ariaLabel": "Menuitemradio",
679
+ "id": "menuitems-disabled-example-item-3-2",
680
+ "sub": {
681
+ "items": [
682
+ {
683
+ "role": "group",
684
+ "text": "Group",
685
+ "items": [
686
+ {
687
+ "role": "menuitemradio",
688
+ "text": "Radio 1"
689
+ },
690
+ {
691
+ "role": "menuitemradio",
692
+ "text": "Radio 2",
693
+ "checked": true
694
+ },
695
+ {
696
+ "role": "menuitemradio",
697
+ "text": "Radio 3"
698
+ }
699
+ ]
700
+ }
701
+ ],
702
+ "attributes": {
703
+ "aria-labelledby": "menuitems-disabled-example-item-3-2"
704
+ }
705
+ },
706
+ "classes": "mb-base mr-base"
707
+ },
708
+ {
709
+ "text": "Mixed items",
710
+ "ariaLabel": "Mixeditems",
711
+ "id": "menuitems-disabled-example-item-4-2",
712
+ "sub": {
713
+ "items": [
714
+ {
715
+ "role": "group",
716
+ "ariaLabel": "Tamaño de letra",
717
+ "items": [
718
+ {
719
+ "role": "menuitem",
720
+ "text": "Tamaño mayor"
721
+ },
722
+ {
723
+ "role": "menuitem",
724
+ "text": "Tamaño menor"
725
+ }
726
+ ]
727
+ },
728
+ {
729
+ "role": "separator"
730
+ },
731
+ {
732
+ "role": "group",
733
+ "ariaLabel": "Estilo de letra",
734
+ "items": [
735
+ {
736
+ "role": "menuitemcheckbox",
737
+ "text": "Negritas"
738
+ },
739
+ {
740
+ "role": "menuitemcheckbox",
741
+ "text": "Itálicas"
742
+ }
743
+ ]
744
+ },
745
+ {
746
+ "role": "separator"
747
+ },
748
+ {
749
+ "role": "group",
750
+ "ariaLabel": "Estilo de texto",
751
+ "items": [
752
+ {
753
+ "role": "menuitemradio",
754
+ "text": "Ninguno"
755
+ },
756
+ {
757
+ "role": "menuitemradio",
758
+ "text": "Tachado"
759
+ },
760
+ {
761
+ "role": "menuitemradio",
762
+ "text": "Subrayado"
763
+ }
764
+ ]
765
+ }
766
+ ],
767
+ "attributes": {
768
+ "aria-labelledby": "menuitems-disabled-example-item-4-2"
769
+ }
770
+ },
771
+ "classes": "mb-base mr-base"
772
+ },
773
+ {
774
+ "text": "Menuitem solo",
775
+ "ariaLabel": "Menuitem solo",
776
+ "id": "menuitems-disabled-example-item-6-2",
777
+ "classes": "c-menubar__button--transparent mb-base mr-base",
778
+ "href": "#"
779
+ }
780
+ ],
781
+ "attributes": {
782
+ "aria-label": "Menubar description of use"
783
+ }
784
+ }
785
+ },
617
786
  {
618
787
  "name": "Small",
619
788
  "description": "Using modifier classes in items.",