From 4954eb8183a1bee8071a0003e7433b40a9ea883c Mon Sep 17 00:00:00 2001 From: Austin Sullivan Date: Fri, 19 Apr 2024 16:45:43 -0400 Subject: [PATCH] feat(export): Add correct names for charts token files --- .../module/plugins/export-patternfly-tokens/export.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/module/plugins/export-patternfly-tokens/export.html b/packages/module/plugins/export-patternfly-tokens/export.html index 22a6ec8..a25a449 100644 --- a/packages/module/plugins/export-patternfly-tokens/export.html +++ b/packages/module/plugins/export-patternfly-tokens/export.html @@ -148,6 +148,12 @@ case "/* Semantic Color Tokens.Dark.tokens.json */": saveFileName = "semantic.dark.json"; break; + case "/* Charts.Light.tokens.json */": + saveFileName = "charts.json"; + break; + case "/* Charts.Dark.tokens.json */": + saveFileName = "charts.dark.json"; + break; default: saveFileName = splitFiles[i].split('\n', 1)[0] }