PromucFlow_constructor/app/client/cypress/support/Objects
Abhinav Jha 8c2825e862
fix: Modal widget background issues (#20446)
## Description

The following issues were caused because of the recent changes with
respect to auto height instant update.
In the recent change, we removed a few wrappers around containers which
seemed unnecessary. This led to the fact that in deploy mode, these
wrappers were not present. The issue with this was that, these wrappers
were responsible for the modal widget's background color styling. This
also led to an issue where the background color was not applied in edit
mode.

To fix this, we've added a wrapper in the component and removed all
styling logic from the widget. This is because, the component is
responsible for the actual rendering and what users see. The widgets
should act as an interface, and as a result, should not deal with
styling.

Fixes #20434 
Fixes #20405 
Fixes #20436 


## Type of change
- Bug fix (non-breaking change which fixes an issue)
2023-02-08 13:31:26 +05:30
..
CommonErrorMessages.ts fix: Fix Api url path issue (#16628) 2022-09-13 05:02:59 +00:00
CommonLocators.ts fix: Modal widget background issues (#20446) 2023-02-08 13:31:26 +05:30
mySqlData.ts fix: Added handling for empty evaluated values (#19438) 2023-01-04 02:17:57 +05:30
ObjectsCore.ts chore: Revert "feat: move the widget creation CTA off the Entity explorer (#… (#20335) 2023-02-03 14:47:01 +06:00
Registry.ts chore: Revert "feat: move the widget creation CTA off the Entity explorer (#… (#20335) 2023-02-03 14:47:01 +06:00