@openproject/primer-view-components 0.44.0 → 0.44.1-rc.dd0b6212
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/package.json +1 -1
- package/static/info_arch.json +13 -0
- package/static/previews.json +13 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openproject/primer-view-components",
|
|
3
|
-
"version": "0.44.
|
|
3
|
+
"version": "0.44.1-rc.dd0b6212",
|
|
4
4
|
"description": "ViewComponents of the Primer Design System for OpenProject",
|
|
5
5
|
"main": "app/assets/javascripts/primer_view_components.js",
|
|
6
6
|
"module": "app/components/primer/primer.js",
|
package/static/info_arch.json
CHANGED
|
@@ -17557,6 +17557,19 @@
|
|
|
17557
17557
|
"color-contrast"
|
|
17558
17558
|
]
|
|
17559
17559
|
}
|
|
17560
|
+
},
|
|
17561
|
+
{
|
|
17562
|
+
"preview_path": "primer/open_project/feedback_message/secondary_action",
|
|
17563
|
+
"name": "secondary_action",
|
|
17564
|
+
"snapshot": "false",
|
|
17565
|
+
"skip_rules": {
|
|
17566
|
+
"wont_fix": [
|
|
17567
|
+
"region"
|
|
17568
|
+
],
|
|
17569
|
+
"will_fix": [
|
|
17570
|
+
"color-contrast"
|
|
17571
|
+
]
|
|
17572
|
+
}
|
|
17560
17573
|
}
|
|
17561
17574
|
],
|
|
17562
17575
|
"subcomponents": [
|
package/static/previews.json
CHANGED
|
@@ -3803,6 +3803,19 @@
|
|
|
3803
3803
|
"color-contrast"
|
|
3804
3804
|
]
|
|
3805
3805
|
}
|
|
3806
|
+
},
|
|
3807
|
+
{
|
|
3808
|
+
"preview_path": "primer/open_project/feedback_message/secondary_action",
|
|
3809
|
+
"name": "secondary_action",
|
|
3810
|
+
"snapshot": "false",
|
|
3811
|
+
"skip_rules": {
|
|
3812
|
+
"wont_fix": [
|
|
3813
|
+
"region"
|
|
3814
|
+
],
|
|
3815
|
+
"will_fix": [
|
|
3816
|
+
"color-contrast"
|
|
3817
|
+
]
|
|
3818
|
+
}
|
|
3806
3819
|
}
|
|
3807
3820
|
]
|
|
3808
3821
|
},
|