team-monite / monite-sdk

Monite SDK: Embed invoicing and payables into your app
https://docs.monite.com
MIT License
15 stars 8 forks source link

fix(DEV-12296): move monite theme to sdk themes #248

Closed chebum closed 2 months ago

chebum commented 2 months ago

This PR moves Monite theme into SDK-themes from Demo. This allows us to share the theme between Demo and IFrame deployments.

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

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.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

chebum commented 2 months ago

@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.