@primer/view-components 0.44.0-rc.b6346e6e → 0.44.0-rc.b69ecd26

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.
@@ -826,6 +826,19 @@
826
826
  "color-contrast"
827
827
  ]
828
828
  }
829
+ },
830
+ {
831
+ "preview_path": "primer/alpha/action_menu/sub_menus",
832
+ "name": "sub_menus",
833
+ "snapshot": "false",
834
+ "skip_rules": {
835
+ "wont_fix": [
836
+ "region"
837
+ ],
838
+ "will_fix": [
839
+ "color-contrast"
840
+ ]
841
+ }
829
842
  }
830
843
  ]
831
844
  },
@@ -12,6 +12,10 @@
12
12
  "Primer::Alpha::ActionMenu::Heading": "alpha",
13
13
  "Primer::Alpha::ActionMenu::List": "alpha",
14
14
  "Primer::Alpha::ActionMenu::ListWrapper": "alpha",
15
+ "Primer::Alpha::ActionMenu::Menu": "alpha",
16
+ "Primer::Alpha::ActionMenu::PrimaryMenu": "alpha",
17
+ "Primer::Alpha::ActionMenu::SubMenu": "alpha",
18
+ "Primer::Alpha::ActionMenu::SubMenuItem": "alpha",
15
19
  "Primer::Alpha::AutoComplete": "deprecated",
16
20
  "Primer::Alpha::AutoComplete::Item": "deprecated",
17
21
  "Primer::Alpha::Banner": "alpha",