@openproject/primer-view-components 0.59.2 → 0.60.0-rc.1ead0e33e
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.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/auto_complete.css +1 -1
- package/app/components/primer/alpha/banner.css +1 -1
- package/app/components/primer/alpha/banner.css.json +2 -0
- package/app/components/primer/alpha/button_marketing.css +1 -1
- package/app/components/primer/alpha/text_field.css +1 -1
- package/app/components/primer/alpha/text_field.css.json +6 -4
- package/app/components/primer/alpha/toggle_switch.css +1 -1
- package/app/components/primer/beta/flash.css +1 -1
- package/app/components/primer/open_project/input_group.css +1 -1
- package/app/components/primer/open_project/input_group.css.json +1 -0
- package/package.json +1 -1
- package/static/arguments.json +104 -2
- package/static/constants.json +6 -2
- package/static/info_arch.json +117 -2
- package/static/previews.json +13 -0
package/static/previews.json
CHANGED
|
@@ -1556,6 +1556,19 @@
|
|
|
1556
1556
|
]
|
|
1557
1557
|
}
|
|
1558
1558
|
},
|
|
1559
|
+
{
|
|
1560
|
+
"preview_path": "primer/alpha/banner/scheme_upsell",
|
|
1561
|
+
"name": "scheme_upsell",
|
|
1562
|
+
"snapshot": "true",
|
|
1563
|
+
"skip_rules": {
|
|
1564
|
+
"wont_fix": [
|
|
1565
|
+
"region"
|
|
1566
|
+
],
|
|
1567
|
+
"will_fix": [
|
|
1568
|
+
"color-contrast"
|
|
1569
|
+
]
|
|
1570
|
+
}
|
|
1571
|
+
},
|
|
1559
1572
|
{
|
|
1560
1573
|
"preview_path": "primer/alpha/banner/dismissible",
|
|
1561
1574
|
"name": "dismissible",
|