diff options
Diffstat (limited to 'packages/ui/package.json')
| -rw-r--r-- | packages/ui/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/ui/package.json b/packages/ui/package.json index bb6adb0fb..0aa059cd9 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -11,6 +11,9 @@ "./context/*": "./src/context/*.tsx", "./styles": "./src/styles/index.css", "./styles/tailwind": "./src/styles/tailwind/index.css", + "./theme": "./src/theme/index.ts", + "./theme/*": "./src/theme/*.ts", + "./theme/context": "./src/theme/context.tsx", "./icons/provider": "./src/components/provider-icons/types.ts", "./icons/file-type": "./src/components/file-icons/types.ts", "./fonts/*": "./src/assets/fonts/*", |
