@primer/view-components 0.6.0-rc.7dee70b8 → 0.6.0-rc.897d06d1
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/alpha/action_list.css +1 -1
- package/app/components/primer/alpha/action_list.css.json +2 -0
- package/package.json +1 -1
- package/static/arguments.json +2 -2
- package/static/info_arch.json +365 -10
- package/static/previews.json +13 -0
package/static/previews.json
CHANGED
@@ -182,6 +182,19 @@
|
|
182
182
|
]
|
183
183
|
}
|
184
184
|
},
|
185
|
+
{
|
186
|
+
"preview_path": "primer/alpha/action_list/avatar_item",
|
187
|
+
"name": "avatar_item",
|
188
|
+
"snapshot": "false",
|
189
|
+
"skip_rules": {
|
190
|
+
"wont_fix": [
|
191
|
+
"region"
|
192
|
+
],
|
193
|
+
"will_fix": [
|
194
|
+
"color-contrast"
|
195
|
+
]
|
196
|
+
}
|
197
|
+
},
|
185
198
|
{
|
186
199
|
"preview_path": "primer/alpha/action_list/item_default",
|
187
200
|
"name": "item_default",
|