@patternfly/design-tokens 1.15.0 → 1.15.2
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/build/css/tokens-dark.scss +17 -16
- package/build/css/tokens-default.scss +11 -9
- package/build/css/{tokens-redhat-dark.scss → tokens-felt-dark.scss} +8 -2
- package/build/css/{tokens-redhat-glass-dark.scss → tokens-felt-glass-dark.scss} +16 -6
- package/build/css/tokens-felt-glass.scss +30 -0
- package/build/css/{tokens-redhat-highcontrast-dark.scss → tokens-felt-highcontrast-dark.scss} +5 -9
- package/build/css/tokens-felt-highcontrast.scss +121 -0
- package/build/css/{tokens-redhat.scss → tokens-felt.scss} +1 -1
- package/build/css/tokens-glass-dark.scss +10 -6
- package/build/css/tokens-glass.scss +14 -7
- package/build/css/tokens-palette.scss +1 -1
- package/build/css/tokens-redhat-highcontrast.scss +641 -10
- package/build.js +80 -37
- package/{config.redhat-dark.json → config.felt-dark.json} +2 -2
- package/{config.redhat-glass-dark.json → config.felt-glass-dark.json} +2 -2
- package/{config.redhat-glass.json → config.felt-glass.json} +2 -2
- package/{config.redhat-highcontrast-dark.json → config.felt-highcontrast-dark.json} +2 -2
- package/{config.redhat.json → config.felt.json} +2 -2
- package/{config.layers.redhat-dark.json → config.layers.felt-dark.json} +2 -2
- package/{config.layers.redhat-glass-dark.json → config.layers.felt-glass-dark.json} +2 -2
- package/{config.layers.redhat-glass.json → config.layers.felt-glass.json} +2 -2
- package/{config.layers.redhat-highcontrast-dark.json → config.layers.felt-highcontrast-dark.json} +2 -2
- package/package.json +1 -1
- package/patternfly-docs/content/token-layers-felt-dark.json +48543 -0
- package/patternfly-docs/content/token-layers-felt-glass-dark.json +37670 -0
- package/patternfly-docs/content/token-layers-felt-glass.json +52576 -0
- package/patternfly-docs/content/token-layers-felt-highcontrast-dark.json +38323 -0
- package/patternfly-docs/content/token-layers-glass-dark.json +3225 -3126
- package/patternfly-docs/content/token-layers-glass.json +14804 -2938
- package/patternfly-docs/content/token-layers-highcontrast-dark.json +3200 -2956
- package/patternfly-docs/content/token-layers-highcontrast.json +4665 -4428
- package/patternfly-docs/content/token-layers-redhat-dark.json +429 -346
- package/patternfly-docs/content/token-layers-redhat-glass-dark.json +638 -541
- package/patternfly-docs/content/token-layers-redhat-glass.json +12354 -484
- package/patternfly-docs/content/token-layers-redhat-highcontrast-dark.json +309 -226
- package/patternfly-docs/content/token-layers-redhat-highcontrast.json +5248 -4689
- package/patternfly-docs/content/token-layers-redhat.json +6681 -6126
- package/plugins/export-patternfly-tokens/dist/ui.html +344 -334
- package/plugins/export-patternfly-tokens/src/ui.tsx +44 -34
- package/tokens/default/dark/base.dark.json +44 -44
- package/tokens/default/dark/charts.dark.json +33 -33
- package/tokens/default/dark/charts.highcontrast.dark.json +765 -0
- package/tokens/default/dark/palette.color.json +4 -4
- package/tokens/default/dark/semantic.dark.json +144 -130
- package/tokens/default/glass/base.dimension.json +24 -24
- package/tokens/default/glass/palette.color.json +4 -4
- package/tokens/default/glass/semantic.dimension.glass.json +1105 -0
- package/tokens/default/glass/semantic.glass.json +143 -129
- package/tokens/default/glass-dark/base.dark.json +44 -44
- package/tokens/default/glass-dark/palette.color.json +4 -4
- package/tokens/default/glass-dark/semantic.glass.dark.json +147 -133
- package/tokens/default/highcontrast/base.dimension.json +24 -24
- package/tokens/default/highcontrast/palette.color.json +4 -4
- package/tokens/default/highcontrast/semantic.dimension.highcontrast.json +143 -135
- package/tokens/default/highcontrast/semantic.highcontrast.json +137 -123
- package/tokens/default/highcontrast-dark/base.dark.json +44 -44
- package/tokens/default/highcontrast-dark/palette.color.json +4 -4
- package/tokens/default/highcontrast-dark/semantic.highcontrast.dark.json +141 -127
- package/tokens/default/light/base.dimension.json +24 -24
- package/tokens/default/light/charts.highcontrast.json +765 -0
- package/tokens/default/light/charts.json +33 -33
- package/tokens/default/light/palette.color.json +4 -4
- package/tokens/default/light/semantic.dimension.json +144 -136
- package/tokens/default/light/semantic.json +137 -123
- package/tokens/default/light/semantic.motion.json +14 -14
- package/tokens/{redhat/dark/redhat.color.dark.json → felt/dark/felt.color.dark.json} +30 -30
- package/tokens/{redhat/glass/redhat.color.glass.json → felt/glass/felt.color.glass.json} +10 -10
- package/tokens/{redhat/highcontrast/redhat.dimension.highcontrast.json → felt/glass/felt.dimension.glass.json} +6 -6
- package/tokens/{redhat/glass-dark/redhat.color.glass.dark.json → felt/glass-dark/felt.color.glass.dark.json} +30 -25
- package/tokens/{redhat/highcontrast/redhat.color.highcontrast.json → felt/highcontrast/felt.color.highcontrast.json} +10 -10
- package/tokens/{redhat/light/redhat.dimension.json → felt/highcontrast/felt.dimension.highcontrast.json} +6 -6
- package/tokens/{redhat/highcontrast-dark/redhat.color.highcontrast.dark.json → felt/highcontrast-dark/felt.color.highcontrast.dark.json} +10 -10
- package/tokens/{redhat/light/redhat.color.json → felt/light/felt.color.json} +10 -10
- package/tokens/felt/light/felt.dimension.json +23 -0
- package/build/css/tokens-redhat-glass.scss +0 -21
- /package/{config.redhat-highcontrast.json → config.felt-highcontrast.json} +0 -0
- /package/{config.layers.redhat-highcontrast.json → config.layers.felt-highcontrast.json} +0 -0
- /package/{config.layers.redhat.json → config.layers.felt.json} +0 -0
package/build.js
CHANGED
|
@@ -27,6 +27,7 @@ const getTheme = ({ filePath }) => /tokens\/([^\/]*)\//gm.exec(filePath)[1];
|
|
|
27
27
|
|
|
28
28
|
const build = (selector) => {
|
|
29
29
|
const { fileHeader, formattedVariables, sortByName } = StyleDictionary.formatHelpers;
|
|
30
|
+
const buildPath = path.join(__dirname, 'build/css');
|
|
30
31
|
|
|
31
32
|
console.log('Build started...');
|
|
32
33
|
console.log('\n============================');
|
|
@@ -168,6 +169,11 @@ const build = (selector) => {
|
|
|
168
169
|
const darkExtendedSD = StyleDictionary.extend(__dirname + '/config.dark.json');
|
|
169
170
|
darkExtendedSD.buildAllPlatforms();
|
|
170
171
|
|
|
172
|
+
// Set glass tokens to initial in base themes
|
|
173
|
+
console.log('Setting glass tokens to initial in base themes...');
|
|
174
|
+
setGlassTokensToInitial(path.join(buildPath, 'tokens-default.scss'));
|
|
175
|
+
setGlassTokensToInitial(path.join(buildPath, 'tokens-dark.scss'));
|
|
176
|
+
|
|
171
177
|
// Step 2: Build other non-glass themes (order doesn't matter)
|
|
172
178
|
console.log('Building other themes...');
|
|
173
179
|
const paletteExtendedSD = StyleDictionary.extend(__dirname + '/config.palette-colors.json');
|
|
@@ -185,6 +191,11 @@ const build = (selector) => {
|
|
|
185
191
|
const highContrastDarkExtendedSD = StyleDictionary.extend(__dirname + '/config.highcontrast.dark.json');
|
|
186
192
|
highContrastDarkExtendedSD.buildAllPlatforms();
|
|
187
193
|
|
|
194
|
+
// Set glass tokens to initial in highcontrast themes
|
|
195
|
+
console.log('Setting glass tokens to initial in highcontrast themes...');
|
|
196
|
+
setGlassTokensToInitial(path.join(buildPath, 'tokens-highcontrast.scss'));
|
|
197
|
+
setGlassTokensToInitial(path.join(buildPath, 'tokens-highcontrast-dark.scss'));
|
|
198
|
+
|
|
188
199
|
const layersSD = StyleDictionary.extend(__dirname + '/config.layers.json');
|
|
189
200
|
layersSD.buildAllPlatforms();
|
|
190
201
|
|
|
@@ -205,24 +216,24 @@ const build = (selector) => {
|
|
|
205
216
|
const layersHighContrastDarkSD = StyleDictionary.extend(__dirname + '/config.layers.highcontrast-dark.json');
|
|
206
217
|
layersHighContrastDarkSD.buildAllPlatforms();
|
|
207
218
|
|
|
208
|
-
console.log('Building layer configs for
|
|
209
|
-
const
|
|
210
|
-
|
|
219
|
+
console.log('Building layer configs for felt themes...');
|
|
220
|
+
const layersFeltSD = StyleDictionary.extend(__dirname + '/config.layers.felt.json');
|
|
221
|
+
layersFeltSD.buildAllPlatforms();
|
|
211
222
|
|
|
212
|
-
const
|
|
213
|
-
|
|
223
|
+
const layersFeltDarkSD = StyleDictionary.extend(__dirname + '/config.layers.felt-dark.json');
|
|
224
|
+
layersFeltDarkSD.buildAllPlatforms();
|
|
214
225
|
|
|
215
|
-
const
|
|
216
|
-
|
|
226
|
+
const layersFeltGlassSD = StyleDictionary.extend(__dirname + '/config.layers.felt-glass.json');
|
|
227
|
+
layersFeltGlassSD.buildAllPlatforms();
|
|
217
228
|
|
|
218
|
-
const
|
|
219
|
-
|
|
229
|
+
const layersFeltGlassDarkSD = StyleDictionary.extend(__dirname + '/config.layers.felt-glass-dark.json');
|
|
230
|
+
layersFeltGlassDarkSD.buildAllPlatforms();
|
|
220
231
|
|
|
221
|
-
const
|
|
222
|
-
|
|
232
|
+
const layersFeltHighContrastSD = StyleDictionary.extend(__dirname + '/config.layers.felt-highcontrast.json');
|
|
233
|
+
layersFeltHighContrastSD.buildAllPlatforms();
|
|
223
234
|
|
|
224
|
-
const
|
|
225
|
-
|
|
235
|
+
const layersFeltHighContrastDarkSD = StyleDictionary.extend(__dirname + '/config.layers.felt-highcontrast-dark.json');
|
|
236
|
+
layersFeltHighContrastDarkSD.buildAllPlatforms();
|
|
226
237
|
|
|
227
238
|
// Step 3: Build glass themes
|
|
228
239
|
console.log('Building glass themes...');
|
|
@@ -234,7 +245,6 @@ const build = (selector) => {
|
|
|
234
245
|
|
|
235
246
|
// Step 4: Remove duplicate variables from glass SCSS files
|
|
236
247
|
console.log('Removing duplicate variables from glass themes...');
|
|
237
|
-
const buildPath = path.join(__dirname, 'build/css');
|
|
238
248
|
removeDuplicateVariables(
|
|
239
249
|
path.join(buildPath, 'tokens-default.scss'),
|
|
240
250
|
path.join(buildPath, 'tokens-glass.scss')
|
|
@@ -244,52 +254,59 @@ const build = (selector) => {
|
|
|
244
254
|
path.join(buildPath, 'tokens-glass-dark.scss')
|
|
245
255
|
);
|
|
246
256
|
|
|
247
|
-
// Step 5: Build
|
|
248
|
-
console.log('Building
|
|
249
|
-
const
|
|
250
|
-
|
|
257
|
+
// Step 5: Build felt themes
|
|
258
|
+
console.log('Building felt themes...');
|
|
259
|
+
const feltExtendedSD = StyleDictionary.extend(__dirname + '/config.felt.json');
|
|
260
|
+
feltExtendedSD.buildAllPlatforms();
|
|
251
261
|
|
|
252
|
-
const
|
|
253
|
-
|
|
262
|
+
const feltDarkExtendedSD = StyleDictionary.extend(__dirname + '/config.felt-dark.json');
|
|
263
|
+
feltDarkExtendedSD.buildAllPlatforms();
|
|
254
264
|
|
|
255
|
-
const
|
|
256
|
-
|
|
265
|
+
const feltGlassExtendedSD = StyleDictionary.extend(__dirname + '/config.felt-glass.json');
|
|
266
|
+
feltGlassExtendedSD.buildAllPlatforms();
|
|
257
267
|
|
|
258
|
-
const
|
|
259
|
-
|
|
268
|
+
const feltGlassDarkExtendedSD = StyleDictionary.extend(__dirname + '/config.felt-glass-dark.json');
|
|
269
|
+
feltGlassDarkExtendedSD.buildAllPlatforms();
|
|
260
270
|
|
|
261
|
-
const
|
|
262
|
-
|
|
271
|
+
const feltHighContrastExtendedSD = StyleDictionary.extend(__dirname + '/config.felt-highcontrast.json');
|
|
272
|
+
feltHighContrastExtendedSD.buildAllPlatforms();
|
|
263
273
|
|
|
264
|
-
const
|
|
265
|
-
|
|
274
|
+
const feltHighContrastDarkExtendedSD = StyleDictionary.extend(__dirname + '/config.felt-highcontrast-dark.json');
|
|
275
|
+
feltHighContrastDarkExtendedSD.buildAllPlatforms();
|
|
266
276
|
|
|
267
|
-
//
|
|
268
|
-
console.log('
|
|
277
|
+
// Set glass tokens to initial in felt non-glass themes
|
|
278
|
+
console.log('Setting glass tokens to initial in felt themes...');
|
|
279
|
+
setGlassTokensToInitial(path.join(buildPath, 'tokens-felt.scss'));
|
|
280
|
+
setGlassTokensToInitial(path.join(buildPath, 'tokens-felt-dark.scss'));
|
|
281
|
+
setGlassTokensToInitial(path.join(buildPath, 'tokens-felt-highcontrast.scss'));
|
|
282
|
+
setGlassTokensToInitial(path.join(buildPath, 'tokens-felt-highcontrast-dark.scss'));
|
|
283
|
+
|
|
284
|
+
// Step 6: Remove duplicate variables from felt SCSS files
|
|
285
|
+
console.log('Removing duplicate variables from felt themes...');
|
|
269
286
|
removeDuplicateVariables(
|
|
270
287
|
path.join(buildPath, 'tokens-default.scss'),
|
|
271
|
-
path.join(buildPath, 'tokens-
|
|
288
|
+
path.join(buildPath, 'tokens-felt.scss')
|
|
272
289
|
);
|
|
273
290
|
removeDuplicateVariables(
|
|
274
291
|
path.join(buildPath, 'tokens-dark.scss'),
|
|
275
|
-
path.join(buildPath, 'tokens-
|
|
292
|
+
path.join(buildPath, 'tokens-felt-dark.scss')
|
|
276
293
|
);
|
|
277
|
-
//
|
|
294
|
+
// Felt glass themes compare against default (not glass), because they source all default/glass tokens
|
|
278
295
|
removeDuplicateVariables(
|
|
279
296
|
path.join(buildPath, 'tokens-default.scss'),
|
|
280
|
-
path.join(buildPath, 'tokens-
|
|
297
|
+
path.join(buildPath, 'tokens-felt-glass.scss')
|
|
281
298
|
);
|
|
282
299
|
removeDuplicateVariables(
|
|
283
300
|
path.join(buildPath, 'tokens-dark.scss'),
|
|
284
|
-
path.join(buildPath, 'tokens-
|
|
301
|
+
path.join(buildPath, 'tokens-felt-glass-dark.scss')
|
|
285
302
|
);
|
|
286
303
|
removeDuplicateVariables(
|
|
287
304
|
path.join(buildPath, 'tokens-default.scss'),
|
|
288
|
-
path.join(buildPath, 'tokens-
|
|
305
|
+
path.join(buildPath, 'tokens-felt-highcontrast.scss')
|
|
289
306
|
);
|
|
290
307
|
removeDuplicateVariables(
|
|
291
308
|
path.join(buildPath, 'tokens-dark.scss'),
|
|
292
|
-
path.join(buildPath, 'tokens-
|
|
309
|
+
path.join(buildPath, 'tokens-felt-highcontrast-dark.scss')
|
|
293
310
|
);
|
|
294
311
|
|
|
295
312
|
console.log('\n============================');
|
|
@@ -361,4 +378,30 @@ function removeDuplicateVariables(baseFilePath, glassFilePath) {
|
|
|
361
378
|
console.log(`Removed ${removedCount} duplicate variables from ${path.basename(glassFilePath)}`);
|
|
362
379
|
}
|
|
363
380
|
|
|
381
|
+
/**
|
|
382
|
+
* Set all glass token values to 'initial' in non-glass SCSS files
|
|
383
|
+
* @param {string} scssFilePath - Path to non-glass SCSS file (e.g., tokens-default.scss)
|
|
384
|
+
*/
|
|
385
|
+
function setGlassTokensToInitial(scssFilePath) {
|
|
386
|
+
const content = fs.readFileSync(scssFilePath, 'utf8');
|
|
387
|
+
|
|
388
|
+
// Match CSS variable declarations with "glass" in the name
|
|
389
|
+
// Pattern: --pf-t--global--..--glass--...: <any-value>;
|
|
390
|
+
const glassVarRegex = /(--pf-t--[^:]*--glass--[^:]+):\s*[^;]+;/g;
|
|
391
|
+
|
|
392
|
+
let modifiedContent = content;
|
|
393
|
+
let replacementCount = 0;
|
|
394
|
+
|
|
395
|
+
// Replace all glass token values with 'initial'
|
|
396
|
+
modifiedContent = content.replace(glassVarRegex, (_match, varName) => {
|
|
397
|
+
replacementCount++;
|
|
398
|
+
return `${varName}: initial;`;
|
|
399
|
+
});
|
|
400
|
+
|
|
401
|
+
// Write back to file
|
|
402
|
+
fs.writeFileSync(scssFilePath, modifiedContent, 'utf8');
|
|
403
|
+
|
|
404
|
+
console.log(`Set ${replacementCount} glass token values to 'initial' in ${path.basename(scssFilePath)}`);
|
|
405
|
+
}
|
|
406
|
+
|
|
364
407
|
module.exports = { build };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"source": [
|
|
3
3
|
"tokens/default/dark/*.json",
|
|
4
|
-
"tokens/
|
|
4
|
+
"tokens/felt/dark/felt*.json"
|
|
5
5
|
],
|
|
6
6
|
"platforms": {
|
|
7
7
|
"css": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"buildPath": "build/css/",
|
|
10
10
|
"prefix": "pf-t",
|
|
11
11
|
"files": [{
|
|
12
|
-
"destination": "tokens-
|
|
12
|
+
"destination": "tokens-felt-dark.scss",
|
|
13
13
|
"format": "customFormat",
|
|
14
14
|
"options": {
|
|
15
15
|
"outputReferences": true
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"source": [
|
|
3
3
|
"tokens/default/glass-dark/*.json",
|
|
4
|
-
"tokens/
|
|
4
|
+
"tokens/felt/glass-dark/felt*.json"
|
|
5
5
|
],
|
|
6
6
|
"platforms": {
|
|
7
7
|
"css": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"buildPath": "build/css/",
|
|
10
10
|
"prefix": "pf-t",
|
|
11
11
|
"files": [{
|
|
12
|
-
"destination": "tokens-
|
|
12
|
+
"destination": "tokens-felt-glass-dark.scss",
|
|
13
13
|
"format": "customFormat",
|
|
14
14
|
"options": {
|
|
15
15
|
"outputReferences": true
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"source": [
|
|
3
3
|
"tokens/default/glass/*.json",
|
|
4
|
-
"tokens/
|
|
4
|
+
"tokens/felt/glass/felt*.json"
|
|
5
5
|
],
|
|
6
6
|
"basePxFontSize": 16,
|
|
7
7
|
"platforms": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"buildPath": "build/css/",
|
|
11
11
|
"prefix": "pf-t",
|
|
12
12
|
"files": [{
|
|
13
|
-
"destination": "tokens-
|
|
13
|
+
"destination": "tokens-felt-glass.scss",
|
|
14
14
|
"format": "customFormat",
|
|
15
15
|
"options": {
|
|
16
16
|
"outputReferences": true
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"source": [
|
|
3
3
|
"tokens/default/highcontrast-dark/*.json",
|
|
4
|
-
"tokens/
|
|
4
|
+
"tokens/felt/highcontrast-dark/felt*.json"
|
|
5
5
|
],
|
|
6
6
|
"platforms": {
|
|
7
7
|
"css": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"buildPath": "build/css/",
|
|
10
10
|
"prefix": "pf-t",
|
|
11
11
|
"files": [{
|
|
12
|
-
"destination": "tokens-
|
|
12
|
+
"destination": "tokens-felt-highcontrast-dark.scss",
|
|
13
13
|
"format": "customFormat",
|
|
14
14
|
"options": {
|
|
15
15
|
"outputReferences": true
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"source": [
|
|
3
3
|
"tokens/default/light/*.json",
|
|
4
|
-
"tokens/
|
|
4
|
+
"tokens/felt/light/felt*.json"
|
|
5
5
|
],
|
|
6
6
|
"basePxFontSize": 16,
|
|
7
7
|
"platforms": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"buildPath": "build/css/",
|
|
11
11
|
"prefix": "pf-t",
|
|
12
12
|
"files": [{
|
|
13
|
-
"destination": "tokens-
|
|
13
|
+
"destination": "tokens-felt.scss",
|
|
14
14
|
"format": "customFormat",
|
|
15
15
|
"options": {
|
|
16
16
|
"outputReferences": true
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"source": [
|
|
3
3
|
"tokens/default/dark/*.json",
|
|
4
|
-
"tokens/
|
|
4
|
+
"tokens/felt/dark/felt*.json"
|
|
5
5
|
],
|
|
6
6
|
"platforms": {
|
|
7
7
|
"json/default": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"prefix": "pf-t",
|
|
11
11
|
"files": [
|
|
12
12
|
{
|
|
13
|
-
"destination": "token-layers-
|
|
13
|
+
"destination": "token-layers-felt-dark.json",
|
|
14
14
|
"format": "json/flat-categories",
|
|
15
15
|
"options": {
|
|
16
16
|
"outputReferences": false
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"source": [
|
|
3
3
|
"tokens/default/glass-dark/*.json",
|
|
4
|
-
"tokens/
|
|
4
|
+
"tokens/felt/glass-dark/felt*.json"
|
|
5
5
|
],
|
|
6
6
|
"platforms": {
|
|
7
7
|
"json/default": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"prefix": "pf-t",
|
|
11
11
|
"files": [
|
|
12
12
|
{
|
|
13
|
-
"destination": "token-layers-
|
|
13
|
+
"destination": "token-layers-felt-glass-dark.json",
|
|
14
14
|
"format": "json/flat-categories",
|
|
15
15
|
"options": {
|
|
16
16
|
"outputReferences": false
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"source": [
|
|
3
3
|
"tokens/default/glass/*.json",
|
|
4
|
-
"tokens/
|
|
4
|
+
"tokens/felt/glass/felt*.json"
|
|
5
5
|
],
|
|
6
6
|
"platforms": {
|
|
7
7
|
"json/default": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"prefix": "pf-t",
|
|
11
11
|
"files": [
|
|
12
12
|
{
|
|
13
|
-
"destination": "token-layers-
|
|
13
|
+
"destination": "token-layers-felt-glass.json",
|
|
14
14
|
"format": "json/flat-categories",
|
|
15
15
|
"options": {
|
|
16
16
|
"outputReferences": false
|
package/{config.layers.redhat-highcontrast-dark.json → config.layers.felt-highcontrast-dark.json}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"source": [
|
|
3
3
|
"tokens/default/highcontrast-dark/*.json",
|
|
4
|
-
"tokens/
|
|
4
|
+
"tokens/felt/highcontrast-dark/felt*.json"
|
|
5
5
|
],
|
|
6
6
|
"platforms": {
|
|
7
7
|
"json/default": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"prefix": "pf-t",
|
|
11
11
|
"files": [
|
|
12
12
|
{
|
|
13
|
-
"destination": "token-layers-
|
|
13
|
+
"destination": "token-layers-felt-highcontrast-dark.json",
|
|
14
14
|
"format": "json/flat-categories",
|
|
15
15
|
"options": {
|
|
16
16
|
"outputReferences": false
|
package/package.json
CHANGED