@openproject/primer-view-components 0.27.0 → 0.28.0-rc.6db1fc3c

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.27.0",
3
+ "version": "0.28.0-rc.6db1fc3c",
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",
@@ -1474,6 +1474,8 @@
1474
1474
  "Primer::OpenProject::PageHeader::Menu": {
1475
1475
  },
1476
1476
  "Primer::OpenProject::ZenModeButton": {
1477
+ "ZEN_MODE_BUTTON_ICON": "screen-full",
1478
+ "ZEN_MODE_BUTTON_LABEL": "Translation missing: en.label_zen_mode"
1477
1479
  },
1478
1480
  "Primer::Tooltip": {
1479
1481
  "ALIGN_DEFAULT": "default",
@@ -16631,6 +16631,19 @@
16631
16631
  ]
16632
16632
  }
16633
16633
  },
16634
+ {
16635
+ "preview_path": "primer/open_project/page_header/zen_mode_button_actions",
16636
+ "name": "zen_mode_button_actions",
16637
+ "snapshot": "false",
16638
+ "skip_rules": {
16639
+ "wont_fix": [
16640
+ "region"
16641
+ ],
16642
+ "will_fix": [
16643
+ "color-contrast"
16644
+ ]
16645
+ }
16646
+ },
16634
16647
  {
16635
16648
  "preview_path": "primer/open_project/page_header/leading_action",
16636
16649
  "name": "leading_action",
@@ -5222,6 +5222,19 @@
5222
5222
  ]
5223
5223
  }
5224
5224
  },
5225
+ {
5226
+ "preview_path": "primer/open_project/page_header/zen_mode_button_actions",
5227
+ "name": "zen_mode_button_actions",
5228
+ "snapshot": "false",
5229
+ "skip_rules": {
5230
+ "wont_fix": [
5231
+ "region"
5232
+ ],
5233
+ "will_fix": [
5234
+ "color-contrast"
5235
+ ]
5236
+ }
5237
+ },
5225
5238
  {
5226
5239
  "preview_path": "primer/open_project/page_header/leading_action",
5227
5240
  "name": "leading_action",