Shekhar Khedekar
Shekhar Khedekar
I've got cases (stories in storybook) where I want to have multiple `ThemeProviders` e.g. ```ts // Top level storybook theme // Individual Story // LIGHT VERSION OF COMPONENT // DARK...
We currently have `enableSystem=true` and use `resolvedTheme` all over our app. We also have a feature flag that turns theming on and off. But, if we set `forcedTheme="light"` and the...
## Overview Adds typescript and converts all `js` files to `ts` files. This adds a build step, see `package.json` for details. ## Verification - Made sure the `tsc` build passed...
### Preflight Checklist - [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet - [x] This is a single feature request (not multiple features) ### Problem...