From 2e3a47d0880f1294afe0171284095e186412782a Mon Sep 17 00:00:00 2001 From: primer-css Date: Tue, 17 Oct 2023 17:26:25 +0000 Subject: [PATCH] Generating static files --- static/info_arch.json | 13 +++++++++++++ static/previews.json | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/static/info_arch.json b/static/info_arch.json index 9bdceeed82..d7da110909 100644 --- a/static/info_arch.json +++ b/static/info_arch.json @@ -8413,6 +8413,19 @@ "color-contrast" ] } + }, + { + "preview_path": "primer/alpha/tooltip/tooltip_with_dialog_moving_focus_to_input", + "name": "tooltip_with_dialog_moving_focus_to_input", + "snapshot": "false", + "skip_rules": { + "wont_fix": [ + "region" + ], + "will_fix": [ + "color-contrast" + ] + } } ], "subcomponents": [ diff --git a/static/previews.json b/static/previews.json index c1b1faeb93..9ef8087e9a 100644 --- a/static/previews.json +++ b/static/previews.json @@ -6404,6 +6404,19 @@ "color-contrast" ] } + }, + { + "preview_path": "primer/alpha/tooltip/tooltip_with_dialog_moving_focus_to_input", + "name": "tooltip_with_dialog_moving_focus_to_input", + "snapshot": "false", + "skip_rules": { + "wont_fix": [ + "region" + ], + "will_fix": [ + "color-contrast" + ] + } } ] },