@primer/view-components 0.14.0 → 0.15.0-rc.22e6d987
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/styles/primer_view_components.css +1 -1
- package/app/assets/styles/primer_view_components.css.map +1 -1
- package/app/components/primer/beta/button.css +1 -1
- package/app/components/primer/beta/button.css.json +9 -8
- package/package.json +2 -2
- package/static/arguments.json +86 -1
- package/static/audited_at.json +4 -1
- package/static/classes.json +3 -0
- package/static/constants.json +9 -0
- package/static/info_arch.json +929 -764
- package/static/previews.json +26 -0
- package/static/statuses.json +3 -0
package/static/previews.json
CHANGED
@@ -424,6 +424,32 @@
|
|
424
424
|
]
|
425
425
|
}
|
426
426
|
},
|
427
|
+
{
|
428
|
+
"preview_path": "primer/alpha/action_menu/with_groups",
|
429
|
+
"name": "with_groups",
|
430
|
+
"snapshot": "interactive",
|
431
|
+
"skip_rules": {
|
432
|
+
"wont_fix": [
|
433
|
+
"region"
|
434
|
+
],
|
435
|
+
"will_fix": [
|
436
|
+
"color-contrast"
|
437
|
+
]
|
438
|
+
}
|
439
|
+
},
|
440
|
+
{
|
441
|
+
"preview_path": "primer/alpha/action_menu/with_items_and_groups",
|
442
|
+
"name": "with_items_and_groups",
|
443
|
+
"snapshot": "interactive",
|
444
|
+
"skip_rules": {
|
445
|
+
"wont_fix": [
|
446
|
+
"region"
|
447
|
+
],
|
448
|
+
"will_fix": [
|
449
|
+
"color-contrast"
|
450
|
+
]
|
451
|
+
}
|
452
|
+
},
|
427
453
|
{
|
428
454
|
"preview_path": "primer/alpha/action_menu/wide",
|
429
455
|
"name": "wide",
|
package/static/statuses.json
CHANGED
@@ -8,7 +8,10 @@
|
|
8
8
|
"Primer::Alpha::ActionList::Heading": "alpha",
|
9
9
|
"Primer::Alpha::ActionList::Item": "alpha",
|
10
10
|
"Primer::Alpha::ActionMenu": "alpha",
|
11
|
+
"Primer::Alpha::ActionMenu::Group": "alpha",
|
12
|
+
"Primer::Alpha::ActionMenu::Heading": "alpha",
|
11
13
|
"Primer::Alpha::ActionMenu::List": "alpha",
|
14
|
+
"Primer::Alpha::ActionMenu::ListWrapper": "alpha",
|
12
15
|
"Primer::Alpha::AutoComplete": "deprecated",
|
13
16
|
"Primer::Alpha::AutoComplete::Item": "deprecated",
|
14
17
|
"Primer::Alpha::Banner": "alpha",
|