Closed chebum closed 2 months ago
Latest commit: ccb32a37c27633124b6da5caf2c2ef9db0ce1908
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
@saladNights Per suggestions, I removed all .d.ts files from sdk-themes and demo apps. I added the capability to specify color values by typing path in the palette object: 'divider', 'primary.main', 'neutral.50', etc. I copied some code from @mui/utils since we cannot import external modules in the sdk-themes package.
This PR moves Monite theme into SDK-themes from Demo. This allows us to share the theme between Demo and IFrame deployments.