UNPKG

@patreon/studio

Version:

Patreon Studio Design System

9 lines 564 B
import { definitionsDark, definitionsDesktop, definitionsLight, definitionsShared } from './token-definitions'; // TODO: expand token value cache to support screen size specific tokens // the current implementation is built upon desktop tokens only // import { definitionsMobile } from './definitions-mobile'; export const defaultTokensDefinition = { light: { ...definitionsLight, ...definitionsShared, ...definitionsDesktop }, dark: { ...definitionsDark, ...definitionsShared, ...definitionsDesktop }, }; //# sourceMappingURL=defaultTokensDefintion.js.map