From c6a0c384998b8148319e6119492a2a17a704ed44 Mon Sep 17 00:00:00 2001 From: OpenProject CI Date: Thu, 23 May 2024 06:40:26 +0000 Subject: [PATCH] Generating static files --- static/info_arch.json | 25 +++++++++++++++++++++++++ static/previews.json | 13 +++++++++++++ 2 files changed, 38 insertions(+) diff --git a/static/info_arch.json b/static/info_arch.json index 3ed7e39541..6e1bdd9595 100644 --- a/static/info_arch.json +++ b/static/info_arch.json @@ -16692,6 +16692,18 @@ "description": "{{link_to_system_arguments_docs}}" } ] + }, + { + "name": "tab_nav", + "description": "Optional tabs nav at the bottom of the page header", + "parameters": [ + { + "name": "system_arguments", + "type": "Hash", + "default": "N/A", + "description": "{{link_to_system_arguments_docs}}" + } + ] } ], "methods": [ @@ -16840,6 +16852,19 @@ "color-contrast" ] } + }, + { + "preview_path": "primer/open_project/page_header/tab_nav", + "name": "tab_nav", + "snapshot": "false", + "skip_rules": { + "wont_fix": [ + "region" + ], + "will_fix": [ + "color-contrast" + ] + } } ], "subcomponents": [ diff --git a/static/previews.json b/static/previews.json index bf65ebaf1d..81262f98b3 100644 --- a/static/previews.json +++ b/static/previews.json @@ -5390,6 +5390,19 @@ "color-contrast" ] } + }, + { + "preview_path": "primer/open_project/page_header/tab_nav", + "name": "tab_nav", + "snapshot": "false", + "skip_rules": { + "wont_fix": [ + "region" + ], + "will_fix": [ + "color-contrast" + ] + } } ] },