@openproject/primer-view-components 0.31.0-rc.4c0d12e1 → 0.31.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.31.0-rc.4c0d12e1",
3
+ "version": "0.31.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",
@@ -16692,6 +16692,18 @@
16692
16692
  "description": "{{link_to_system_arguments_docs}}"
16693
16693
  }
16694
16694
  ]
16695
+ },
16696
+ {
16697
+ "name": "tab_nav",
16698
+ "description": "Optional tabs nav at the bottom of the page header",
16699
+ "parameters": [
16700
+ {
16701
+ "name": "system_arguments",
16702
+ "type": "Hash",
16703
+ "default": "N/A",
16704
+ "description": "{{link_to_system_arguments_docs}}"
16705
+ }
16706
+ ]
16695
16707
  }
16696
16708
  ],
16697
16709
  "methods": [
@@ -16840,6 +16852,19 @@
16840
16852
  "color-contrast"
16841
16853
  ]
16842
16854
  }
16855
+ },
16856
+ {
16857
+ "preview_path": "primer/open_project/page_header/tab_nav",
16858
+ "name": "tab_nav",
16859
+ "snapshot": "false",
16860
+ "skip_rules": {
16861
+ "wont_fix": [
16862
+ "region"
16863
+ ],
16864
+ "will_fix": [
16865
+ "color-contrast"
16866
+ ]
16867
+ }
16843
16868
  }
16844
16869
  ],
16845
16870
  "subcomponents": [
@@ -5390,6 +5390,19 @@
5390
5390
  "color-contrast"
5391
5391
  ]
5392
5392
  }
5393
+ },
5394
+ {
5395
+ "preview_path": "primer/open_project/page_header/tab_nav",
5396
+ "name": "tab_nav",
5397
+ "snapshot": "false",
5398
+ "skip_rules": {
5399
+ "wont_fix": [
5400
+ "region"
5401
+ ],
5402
+ "will_fix": [
5403
+ "color-contrast"
5404
+ ]
5405
+ }
5393
5406
  }
5394
5407
  ]
5395
5408
  },