@openproject/primer-view-components 0.56.0-rc.81a9507d1 → 0.56.0
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.56.0
|
|
3
|
+
"version": "0.56.0",
|
|
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
|
@@ -19175,6 +19175,19 @@
|
|
|
19175
19175
|
"color-contrast"
|
|
19176
19176
|
]
|
|
19177
19177
|
}
|
|
19178
|
+
},
|
|
19179
|
+
{
|
|
19180
|
+
"preview_path": "primer/open_project/side_panel/with_action_menu",
|
|
19181
|
+
"name": "with_action_menu",
|
|
19182
|
+
"snapshot": "false",
|
|
19183
|
+
"skip_rules": {
|
|
19184
|
+
"wont_fix": [
|
|
19185
|
+
"region"
|
|
19186
|
+
],
|
|
19187
|
+
"will_fix": [
|
|
19188
|
+
"color-contrast"
|
|
19189
|
+
]
|
|
19190
|
+
}
|
|
19178
19191
|
}
|
|
19179
19192
|
],
|
|
19180
19193
|
"subcomponents": [
|
package/static/previews.json
CHANGED
|
@@ -7007,6 +7007,19 @@
|
|
|
7007
7007
|
"color-contrast"
|
|
7008
7008
|
]
|
|
7009
7009
|
}
|
|
7010
|
+
},
|
|
7011
|
+
{
|
|
7012
|
+
"preview_path": "primer/open_project/side_panel/with_action_menu",
|
|
7013
|
+
"name": "with_action_menu",
|
|
7014
|
+
"snapshot": "false",
|
|
7015
|
+
"skip_rules": {
|
|
7016
|
+
"wont_fix": [
|
|
7017
|
+
"region"
|
|
7018
|
+
],
|
|
7019
|
+
"will_fix": [
|
|
7020
|
+
"color-contrast"
|
|
7021
|
+
]
|
|
7022
|
+
}
|
|
7010
7023
|
}
|
|
7011
7024
|
]
|
|
7012
7025
|
},
|