PromucFlow_constructor/app/client/src/layoutSystems/anvil
Preet Sidhu ae396eb976
fix: clipping issue for excessive hug widgets in an alignment (#31053)
## Description

1. Restores the original behaviour of grow and shrink for alignments,
that had regressed after introduction of sizing tokens.
2. Fix clipping issue in alignments. If an alignments width equals or
exceeds the width of the row on larger screens, enable flex wrap.

#### Type of change
- Bug fix (non-breaking change which fixes an issue)

## Testing

#### How Has This Been Tested?
> Please describe the tests that you ran to verify your changes. Also
list any relevant details for your test configuration.
> Delete anything that is not relevant
- [x] Manual
- [ ] JUnit
- [ ] Jest
- [ ] Cypress

## Checklist:
#### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


#### QA activity:
- [ ] [Speedbreak
features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)
have been covered
- [ ] Test plan covers all impacted features and [areas of
interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)
- [ ] Test plan has been peer reviewed by project stakeholders and other
QA members
- [ ] Manually tested functionality on DP
- [ ] We had an implementation alignment call with stakeholders post QA
Round 2
- [ ] Cypress test cases have been added and approved by SDET/manual QA
- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed
- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Introduced a new style property for `AnvilFlexComponent` to enhance
layout sizing.
- Added a function to determine if default alignment styles need to be
overridden.
- Launched a new React component for dynamic alignment of widgets within
a row, adaptable to different viewport sizes.
- **Refactor**
- Simplified the rendering process in `AlignedWidgetRow` by improving
component organization.
- Enhanced logic and structure in rendering functions for better
alignment and layout management.
- **Bug Fixes**
	- Fixed incorrect import paths in test and utility files.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-02-15 17:02:26 +05:30
..
canvas fix: fix modal position and styles (#30805) 2024-02-06 10:26:47 +03:00
canvasArenas feat: Anvil dnd enhancement of highlight info and highlight skipping. (#30927) 2024-02-13 15:47:28 +05:30
common fix: clipping issue for excessive hug widgets in an alignment (#31053) 2024-02-15 17:02:26 +05:30
context feat: add layouts and widgets for sections and zones. (#29713) 2023-12-26 09:16:58 -05:00
editor fix: Anvil toggleable widgets not working when native callbacks are used for AnvilFlexComponent (#31125) 2024-02-15 11:00:57 +05:30
integrations fix: clipping issue for excessive hug widgets in an alignment (#31053) 2024-02-15 17:02:26 +05:30
layoutComponents fix: clipping issue for excessive hug widgets in an alignment (#31053) 2024-02-15 17:02:26 +05:30
sectionSpaceDistributor feat: Add copy paste functionality for Anvil. (#30217) 2024-01-24 21:55:08 +05:30
utils fix: clipping issue for excessive hug widgets in an alignment (#31053) 2024-02-15 17:02:26 +05:30
viewer feat: WDS - Anvil compatible Modal Widget (#30351) 2024-01-26 09:30:57 +05:30
index.ts feat: WDS - Anvil compatible Modal Widget (#30351) 2024-01-26 09:30:57 +05:30