@primer/view-components 0.44.0-rc.b6346e6e → 0.44.0-rc.c7fe423b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/assets/javascripts/primer_view_components.js +1 -1
- package/app/assets/javascripts/primer_view_components.js.map +1 -1
- package/app/assets/styles/primer_view_components.css +1 -1
- package/app/assets/styles/primer_view_components.css.map +1 -1
- package/app/components/primer/beta/breadcrumbs.css +1 -1
- package/app/components/primer/beta/breadcrumbs.css.json +0 -1
- package/app/components/primer/beta/progress_bar.css +1 -1
- package/package.json +2 -2
- package/static/arguments.json +167 -68
- package/static/audited_at.json +4 -0
- package/static/constants.json +27 -7
- package/static/info_arch.json +711 -221
- package/static/previews.json +13 -0
- package/static/statuses.json +4 -0
package/static/previews.json
CHANGED
@@ -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
|
},
|
package/static/statuses.json
CHANGED
@@ -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",
|