diff --git a/design-tokens/package.json b/design-tokens/package.json index 8ace7b9a69..65ce4cb863 100644 --- a/design-tokens/package.json +++ b/design-tokens/package.json @@ -1,7 +1,7 @@ { "name": "hpe-design-tokens", "description": "Design tokens for use with the HPE Design System.", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "type": "module", "module": "./dist/esm/index.js", diff --git a/design-tokens/src/scripts/build-style-dictionary.js b/design-tokens/src/scripts/build-style-dictionary.js index 59cd157d41..5f46bc3c84 100644 --- a/design-tokens/src/scripts/build-style-dictionary.js +++ b/design-tokens/src/scripts/build-style-dictionary.js @@ -291,7 +291,7 @@ try { outputReferences: true, mediaQuery: parsedGlobal.breakpoint?.[mode] && - !['large', 'xlarge'].includes(mode) && + !['medium', 'large', 'xlarge'].includes(mode) && `max-width: ${numberToPixel( parsedGlobal.breakpoint[mode].$value, )}`,