@@ -66,7 +66,7 @@ HPEStyleDictionary.extend({
66
66
HPEStyleDictionary . extend ( {
67
67
source : [
68
68
`${ TOKENS_DIR } /primitive/primitives.base.json` ,
69
- `${ TOKENS_DIR } /semantic/color - semantic .light.json` , // using light mode to have a reference name available
69
+ `${ TOKENS_DIR } /semantic/color.light.json` , // using light mode to have a reference name available
70
70
`${ TOKENS_DIR } /semantic/global.default.json` ,
71
71
] ,
72
72
platforms : {
@@ -144,7 +144,7 @@ colorModeFiles.forEach(file => {
144
144
source : [
145
145
`${ TOKENS_DIR } /primitive/primitives.base.json` ,
146
146
file ,
147
- `${ TOKENS_DIR } /semantic/elevation - semantic .${ mode } .json` ,
147
+ `${ TOKENS_DIR } /semantic/elevation.${ mode } .json` ,
148
148
// `${TOKENS_DIR}/gradient.${mode}.json`, // TO DO add gradients
149
149
] ,
150
150
platforms : {
@@ -257,9 +257,9 @@ dimensionFiles.forEach(file => {
257
257
HPEStyleDictionary . extend ( {
258
258
source : [
259
259
`${ TOKENS_DIR } /primitive/primitives.base.json` ,
260
- `${ TOKENS_DIR } /semantic/color - semantic .light.json` ,
260
+ `${ TOKENS_DIR } /semantic/color.light.json` ,
261
261
`${ TOKENS_DIR } /semantic/global.default.json` ,
262
- `${ TOKENS_DIR } /semantic/typography - semantic .${ mode } .json` ,
262
+ `${ TOKENS_DIR } /semantic/typography.${ mode } .json` ,
263
263
file ,
264
264
] ,
265
265
platforms : {
@@ -328,9 +328,9 @@ HPEStyleDictionary.extend({
328
328
source : [
329
329
`${ TOKENS_DIR } /primitive/primitives.base.json` ,
330
330
`${ TOKENS_DIR } /semantic/global.default.json` ,
331
- `${ TOKENS_DIR } /semantic/color - semantic .light.json` , // using light mode to have a reference name available
332
- `${ TOKENS_DIR } /semantic/dimension - semantic .large.json` , // using large mode to have a reference name available
333
- `${ TOKENS_DIR } /semantic/typography - semantic .large.json` , // using large mode to have a reference name available
331
+ `${ TOKENS_DIR } /semantic/color.light.json` , // using light mode to have a reference name available
332
+ `${ TOKENS_DIR } /semantic/dimension.large.json` , // using large mode to have a reference name available
333
+ `${ TOKENS_DIR } /semantic/typography.large.json` , // using large mode to have a reference name available
334
334
`${ TOKENS_DIR } /component/component.default.json` ,
335
335
] ,
336
336
platforms : {
0 commit comments