diff --git a/configs/src/versions.mjs b/configs/src/versions.mjs index 46470b5b..8990faef 100644 --- a/configs/src/versions.mjs +++ b/configs/src/versions.mjs @@ -1,4 +1,4 @@ -export const version = '0.5.1' +export const version = '0.5.2' export const nextTag = 'next' export const packages = ['panda-preset', 'icons', 'react', 'styled-system'] diff --git a/packages/panda-preset/src/tokens/index.ts b/packages/panda-preset/src/tokens/index.ts index 8a7a7efe..10744af0 100644 --- a/packages/panda-preset/src/tokens/index.ts +++ b/packages/panda-preset/src/tokens/index.ts @@ -1,8 +1,8 @@ -import PrimitiveColors from './primitive-colors.cerberus.json' assert { type: 'json' } -import PrimitiveTypography from './primitive-typography.value.json' assert { type: 'json' } -import SemanticColorsDark from './semantic-colors.dark-mode.json' assert { type: 'json' } -import SemanticColorsLight from './semantic-colors.light-mode.json' assert { type: 'json' } -import TextStyles from './text-styles.desktop.json' assert { type: 'json' } +import PrimitiveColors from './primitive-colors.cerberus.json' with { type: 'json' } +import PrimitiveTypography from './primitive-typography.value.json' with { type: 'json' } +import SemanticColorsDark from './semantic-colors.dark-mode.json' with { type: 'json' } +import SemanticColorsLight from './semantic-colors.light-mode.json' with { type: 'json' } +import TextStyles from './text-styles.desktop.json' with { type: 'json' } /** * This module is a collection of raw tokens that are used to generate the theme.