@atlaskit/tokens
Version:
Design tokens are the single source of truth to name and store design decisions.
11 lines (10 loc) • 656 B
JavaScript
// eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required -- VOLTC-139 tracks removal of this deprecated re-export shim.
/**
* @deprecated Use `import { themeStringToObject } from '@atlaskit/tokens/theme-string-to-object'` instead.
*/
export { themeStringToObject } from '../theme-string-to-object';
// eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required -- VOLTC-139 tracks removal of this deprecated re-export shim.
/**
* @deprecated Use `import { themeObjectToString } from '@atlaskit/tokens/theme-object-to-string'` instead.
*/
export { themeObjectToString } from '../theme-object-to-string';