We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6968c86 commit 4340bc8Copy full SHA for 4340bc8
apps/docs/src/utils/theme-document.ts
@@ -1,5 +1,5 @@
1
import type { ThemeDocument } from '@tiny-design/react';
2
-import tokenRegistry from '../../../../packages/tokens/dist/registry.json';
+import tokenRegistry from '@tiny-design/tokens/registry';
3
import lightTheme from '../../../../packages/tokens/source/themes/light.json';
4
import darkTheme from '../../../../packages/tokens/source/themes/dark.json';
5
packages/react/COMPONENT_TOKEN_MIGRATION.md
0 commit comments