@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openproject/primer-view-components",
3
- "version": "0.78.0-rc.a5fe35aa6",
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",
@@ -1831,6 +1831,7 @@
1831
1831
  "chevron-left",
1832
1832
  "triangle-left"
1833
1833
  ],
1834
+ "BREADCRUMB_TRUNCATE_AT": 200,
1834
1835
  "DEFAULT_ACTION_SCHEME": "default",
1835
1836
  "DEFAULT_BACK_BUTTON_ICON": "arrow-left",
1836
1837
  "DEFAULT_BREADCRUMBS_DISPLAY": [
@@ -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",
@@ -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",