fix(dashboard,ui): ConditionBlock styling (#10481)

**What**
- Resolves CMRC-58
- Also fixes some other issues, TS errors, Eslint warnings etc. in the Promotion domain. There are still several TS errors as the return types from `@medusajs/types` don't seem to match how they are used here, but I have left that as is, as I am not super familiar with the Promotion module.
This commit is contained in:
Kasper Fabricius Kristensen
2024-12-09 17:42:19 +00:00
committed by GitHub
parent 3409953c4f
commit c9a66b19af
8 changed files with 212 additions and 133 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/ui": patch
"@medusajs/dashboard": patch
---
fix(dashboard,ui): Bring ConditionBlock in line with design