@patternfly/design-tokens 1.1.0 → 1.2.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": "@patternfly/design-tokens",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Define the design tokens for patternfly design system and component library",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -148,6 +148,12 @@
148
148
  case "/* Semantic Color Tokens.Dark.tokens.json */":
149
149
  saveFileName = "semantic.dark.json";
150
150
  break;
151
+ case "/* Charts.Light.tokens.json */":
152
+ saveFileName = "charts.json";
153
+ break;
154
+ case "/* Charts.Dark.tokens.json */":
155
+ saveFileName = "charts.dark.json";
156
+ break;
151
157
  default:
152
158
  saveFileName = splitFiles[i].split('\n', 1)[0]
153
159
  }