PromucFlow_constructor/app/client/src/pages/UserAuth
albinAppsmith e3a49845e7
feat: Cloud billing static UI (#39846)
## Description

This PR contains static UI for cloud billing.

https://www.figma.com/design/XouAwUQJKF2lf57bQvNM1e/Cloud-Billing-(-Phase-1-)?node-id=15907-14530&t=ogZ4sTrvsBdvVL8m-0


Fixes #https://github.com/appsmithorg/appsmith/issues/39896

## Automation

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

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!CAUTION]
> 🔴 🔴 🔴 Some tests have failed.
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/14077392797>
> Commit: 73f7f2d1bee5a6bf3547af050c1fa6172052cc6e
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=14077392797&attempt=2&selectiontype=test&testsstatus=failed&specsstatus=fail"
target="_blank">Cypress dashboard</a>.
> Tags: @tag.All
> Spec: 
> The following are new failures, please fix them before merging the PR:
<ol>
>
<li>cypress/e2e/Regression/ClientSide/FormLogin/EnableFormLogin_spec.js</ol>
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/identified-flaky-tests-65890b3c81d7400d08fa9ee3?branch=master"
target="_blank">List of identified flaky tests</a>.
> <hr>Wed, 26 Mar 2025 08:34:53 UTC
<!-- end of auto-generated comment: Cypress test results  -->


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


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

## Summary by CodeRabbit

- **New Features**
- Introduced a postfix functionality for input fields, allowing
additional content to be displayed alongside the standard input.
- Enhanced styling to dynamically adjust input spacing when a postfix is
provided.
- Extended form input components to support the optional postfix
property for greater flexibility in content presentation.
  - Added a feature flag for multi-organization licensing management.
  - Introduced a custom hook to check if cloud billing is enabled.
- Added new user interface messages for account management in the signup
process.
  - Implemented a new route for organizational login.
- Added a conditional input field for full name based on cloud billing
status.

- **Bug Fixes**
- Improved rendering logic for end icons and postfix elements in input
fields.

- **Documentation**
- Updated export statements to streamline access to new hooks and
selectors.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-03-26 14:17:46 +05:30
..
Container.tsx chore: Migrate Tenant to Organization (#38891) 2025-02-18 20:41:07 +05:30
CsrfTokenInput.tsx fix: Use Spring's native CSRF protection, and fix login page (#37292) 2025-03-08 21:01:02 +05:30
FooterLinks.tsx chore: rename ADS package (#35583) 2024-08-09 17:20:29 +03:00
ForgotPassword.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
helpers.ts chore: Remove unused JSON signup API handler (#37387) 2024-11-15 12:39:29 +05:30
index.tsx chore: Removing cyclic dependencies due to Sentry route (#39471) 2025-02-27 15:17:38 +05:30
LeftSideContent.tsx chore: rename ADS package (#35583) 2024-08-09 17:20:29 +03:00
Login.tsx chore: Upgrade packages to resolve Dependabot issues (#39710) 2025-03-20 17:39:13 +05:30
requiresAuthHOC.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
ResetPassword.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
SignUp.tsx feat: Cloud billing static UI (#39846) 2025-03-26 14:17:46 +05:30
StyledComponents.tsx chore: rename old ADS package (#35517) 2024-08-08 15:55:00 +03:00
ThirdPartyAuth.tsx chore: Migrate Tenant to Organization (#38891) 2025-02-18 20:41:07 +05:30
VerificationError.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
VerificationPending.tsx chore: rename ADS package (#35583) 2024-08-09 17:20:29 +03:00
VerifyUser.tsx chore: Client side changes to send organizationId in verify email flow (#39898) 2025-03-25 16:48:49 +05:30