PromucFlow_constructor/app/client/src/components/formControls
Alex ec246fdf98
fix: adjust spacing for filter/sort/pagination form controls (#37221)
## Description
Adjusted spacing to match design values for filter/sort/pagination form
controls.

Fixes #37198

## Automation

/ok-to-test tags="@tag.IDE"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/11699699613>
> Commit: cb18e1e71d992a6f77eee1a133eb4df6fab86da0
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=11699699613&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.IDE`
> Spec:
> <hr>Wed, 06 Nov 2024 08:54:32 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [x] No


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

## Release Notes

- **New Features**
- Enhanced layout responsiveness for the `Zone`, `Pagination`,
`Sorting`, and `Where Clause` components.
- Improved clarity and usability of pagination feature in the Google
Sheets plugin.

- **Bug Fixes**
	- Corrected a typo in the `WhereClauseControl` component function name.

- **Style**
- Updated CSS for various components to use CSS variables for consistent
spacing.
	- Removed hardcoded widths for improved flexibility in form controls.
- Added border-radius and adjusted padding for the `SecondaryBox`
component.
	- Streamlined rendering logic for form configuration elements.

- **Refactor**
- Minor refactoring of function names and properties for better clarity
and maintainability.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-11-06 17:29:58 +03:00
..
BaseControl.tsx chore: rename old ADS package (#35517) 2024-08-08 15:55:00 +03:00
CheckboxControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
DropDownControl.test.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
DropDownControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
DynamicInputTextControl.test.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
DynamicInputTextControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
DynamicTextFieldControl.tsx chore: Query Editor full width option (#37138) 2024-10-31 15:20:48 +05:30
EntitySelectorControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
FieldArrayControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
FilePickerControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
FixedKeyInputControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
FormTemplateControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
InputTextControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
KeyValueArrayControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
MultiFilePickerControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
PaginationControl.tsx fix: adjust spacing for filter/sort/pagination form controls (#37221) 2024-11-06 17:29:58 +03:00
RadioButtonControl.test.tsx chore:remove space b/w form and CTA onboarding page (#35985) 2024-10-09 09:57:44 +05:30
RadioButtonControl.tsx chore:remove space b/w form and CTA onboarding page (#35985) 2024-10-09 09:57:44 +05:30
SegmentedControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
SortingControl.tsx fix: adjust spacing for filter/sort/pagination form controls (#37221) 2024-11-06 17:29:58 +03:00
SwitchControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
utils.test.ts chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
utils.ts chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
WhereClauseControl.tsx fix: adjust spacing for filter/sort/pagination form controls (#37221) 2024-11-06 17:29:58 +03:00