@openproject/primer-view-components 0.16.0-rc.2a449240 → 0.16.0-rc.adf6a0d3

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.16.0-rc.2a449240",
3
+ "version": "0.16.0-rc.adf6a0d3",
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",
@@ -1370,25 +1370,9 @@
1370
1370
  "medium",
1371
1371
  "large"
1372
1372
  ],
1373
- "DEFAULT_BACK_BUTTON_DISPLAY": [
1374
- "none",
1375
- "flex"
1376
- ],
1377
1373
  "DEFAULT_BACK_BUTTON_ICON": "arrow-left",
1378
1374
  "DEFAULT_BACK_BUTTON_SIZE": "medium",
1379
- "DEFAULT_BREADCRUMBS_DISPLAY": [
1380
- "none",
1381
- "flex"
1382
- ],
1383
- "DEFAULT_CONTEXT_BAR_ACTIONS_DISPLAY": [
1384
- "block",
1385
- "none"
1386
- ],
1387
1375
  "DEFAULT_HEADER_VARIANT": "medium",
1388
- "DEFAULT_PARENT_LINK_DISPLAY": [
1389
- "block",
1390
- "none"
1391
- ],
1392
1376
  "HEADER_VARIANT_OPTIONS": [
1393
1377
  "large",
1394
1378
  "medium"
@@ -15473,21 +15473,9 @@
15473
15473
  }
15474
15474
  ]
15475
15475
  },
15476
- {
15477
- "name": "context_bar_actions",
15478
- "description": "Context Bar Actions\nBy default shown on narrow screens. Can be overridden with system_argument: display",
15479
- "parameters": [
15480
- {
15481
- "name": "system_arguments",
15482
- "type": "Hash",
15483
- "default": "N/A",
15484
- "description": "{{link_to_system_arguments_docs}}"
15485
- }
15486
- ]
15487
- },
15488
15476
  {
15489
15477
  "name": "back_button",
15490
- "description": "Optional back button prepend the title\nBy default shown on wider screens. Can be overridden with system_argument: display",
15478
+ "description": "Optional back button prepend the title",
15491
15479
  "parameters": [
15492
15480
  {
15493
15481
  "name": "size",
@@ -15509,21 +15497,9 @@
15509
15497
  }
15510
15498
  ]
15511
15499
  },
15512
- {
15513
- "name": "parent_link",
15514
- "description": "Optional parent link in the context area\nBy default shown on narrow screens. Can be overridden with system_argument: display",
15515
- "parameters": [
15516
- {
15517
- "name": "system_arguments",
15518
- "type": "Hash",
15519
- "default": "N/A",
15520
- "description": "{{link_to_system_arguments_docs}}"
15521
- }
15522
- ]
15523
- },
15524
15500
  {
15525
15501
  "name": "breadcrumbs",
15526
- "description": "Optional breadcrumbs above the title row\nBy default shown on wider screens. Can be overridden with system_argument: display",
15502
+ "description": "Optional breadcrumbs above the title row",
15527
15503
  "parameters": [
15528
15504
  {
15529
15505
  "name": "items",
@@ -15634,32 +15610,6 @@
15634
15610
  "color-contrast"
15635
15611
  ]
15636
15612
  }
15637
- },
15638
- {
15639
- "preview_path": "primer/open_project/page_header/parent_link",
15640
- "name": "parent_link",
15641
- "snapshot": "false",
15642
- "skip_rules": {
15643
- "wont_fix": [
15644
- "region"
15645
- ],
15646
- "will_fix": [
15647
- "color-contrast"
15648
- ]
15649
- }
15650
- },
15651
- {
15652
- "preview_path": "primer/open_project/page_header/context_bar_actions",
15653
- "name": "context_bar_actions",
15654
- "snapshot": "false",
15655
- "skip_rules": {
15656
- "wont_fix": [
15657
- "region"
15658
- ],
15659
- "will_fix": [
15660
- "color-contrast"
15661
- ]
15662
- }
15663
15613
  }
15664
15614
  ],
15665
15615
  "subcomponents": [
@@ -4781,32 +4781,6 @@
4781
4781
  "color-contrast"
4782
4782
  ]
4783
4783
  }
4784
- },
4785
- {
4786
- "preview_path": "primer/open_project/page_header/parent_link",
4787
- "name": "parent_link",
4788
- "snapshot": "false",
4789
- "skip_rules": {
4790
- "wont_fix": [
4791
- "region"
4792
- ],
4793
- "will_fix": [
4794
- "color-contrast"
4795
- ]
4796
- }
4797
- },
4798
- {
4799
- "preview_path": "primer/open_project/page_header/context_bar_actions",
4800
- "name": "context_bar_actions",
4801
- "snapshot": "false",
4802
- "skip_rules": {
4803
- "wont_fix": [
4804
- "region"
4805
- ],
4806
- "will_fix": [
4807
- "color-contrast"
4808
- ]
4809
- }
4810
4784
  }
4811
4785
  ]
4812
4786
  },