@primer/view-components 0.15.0-rc.22e6d987 → 0.15.0-rc.24b1ecf2
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/app/components/primer/alpha/action_menu/action_menu_element.d.ts +20 -0
- 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/alpha/action_list.css +1 -1
- package/app/components/primer/alpha/action_list.css.json +1 -0
- package/app/components/primer/alpha/action_menu/action_menu_element.d.ts +20 -0
- package/app/components/primer/alpha/action_menu/action_menu_element.js +85 -11
- package/app/components/primer/alpha/overlay.css +1 -1
- package/app/components/primer/alpha/overlay.css.json +2 -1
- package/package.json +6 -6
- package/static/arguments.json +7 -1
- package/static/info_arch.json +799 -773
- package/static/previews.json +13 -0
package/static/previews.json
CHANGED
@@ -3036,6 +3036,19 @@
|
|
3036
3036
|
]
|
3037
3037
|
}
|
3038
3038
|
},
|
3039
|
+
{
|
3040
|
+
"preview_path": "primer/alpha/dialog/with_auto_complete",
|
3041
|
+
"name": "with_auto_complete",
|
3042
|
+
"snapshot": "interactive",
|
3043
|
+
"skip_rules": {
|
3044
|
+
"wont_fix": [
|
3045
|
+
"region"
|
3046
|
+
],
|
3047
|
+
"will_fix": [
|
3048
|
+
"color-contrast"
|
3049
|
+
]
|
3050
|
+
}
|
3051
|
+
},
|
3039
3052
|
{
|
3040
3053
|
"preview_path": "primer/alpha/dialog/body_has_scrollbar_overflow",
|
3041
3054
|
"name": "body_has_scrollbar_overflow",
|