@openproject/primer-view-components 0.78.0-rc.a5fe35aa6 → 0.78.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/constants.json +1 -0
- 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.78.0
|
|
3
|
+
"version": "0.78.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/constants.json
CHANGED
package/static/info_arch.json
CHANGED
|
@@ -20563,6 +20563,19 @@
|
|
|
20563
20563
|
]
|
|
20564
20564
|
}
|
|
20565
20565
|
},
|
|
20566
|
+
{
|
|
20567
|
+
"preview_path": "primer/open_project/page_header/truncated_breadcrumbs",
|
|
20568
|
+
"name": "truncated_breadcrumbs",
|
|
20569
|
+
"snapshot": "false",
|
|
20570
|
+
"skip_rules": {
|
|
20571
|
+
"wont_fix": [
|
|
20572
|
+
"region"
|
|
20573
|
+
],
|
|
20574
|
+
"will_fix": [
|
|
20575
|
+
"color-contrast"
|
|
20576
|
+
]
|
|
20577
|
+
}
|
|
20578
|
+
},
|
|
20566
20579
|
{
|
|
20567
20580
|
"preview_path": "primer/open_project/page_header/without_breadcrumbs",
|
|
20568
20581
|
"name": "without_breadcrumbs",
|
package/static/previews.json
CHANGED
|
@@ -6183,6 +6183,19 @@
|
|
|
6183
6183
|
]
|
|
6184
6184
|
}
|
|
6185
6185
|
},
|
|
6186
|
+
{
|
|
6187
|
+
"preview_path": "primer/open_project/page_header/truncated_breadcrumbs",
|
|
6188
|
+
"name": "truncated_breadcrumbs",
|
|
6189
|
+
"snapshot": "false",
|
|
6190
|
+
"skip_rules": {
|
|
6191
|
+
"wont_fix": [
|
|
6192
|
+
"region"
|
|
6193
|
+
],
|
|
6194
|
+
"will_fix": [
|
|
6195
|
+
"color-contrast"
|
|
6196
|
+
]
|
|
6197
|
+
}
|
|
6198
|
+
},
|
|
6186
6199
|
{
|
|
6187
6200
|
"preview_path": "primer/open_project/page_header/without_breadcrumbs",
|
|
6188
6201
|
"name": "without_breadcrumbs",
|