Skip to content

Conversation

@muskgupta
Copy link
Member

@muskgupta muskgupta commented Oct 16, 2025

Description

This change covers the style and theme configs added for supporting Theme Editor for core components.

Related Issue

EPIC https://jira.corp.adobe.com/browse/FORMS-14719

How Has This Been Tested?

This branch has been tested as an EA by customer Abbvie. A few more new style configs have been added that have been tested locally.

Screenshots (if appropriate):

Types of changes

For latest version of the core component - style configs have been added.
Theme config is added in the form container.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes and the overall coverage did not decrease.
  • All unit tests pass on CircleCi.
  • I ran all tests locally and they pass.
Pankaj Girotra and others added 30 commits February 16, 2024 14:31
* FORMS-13392 role main check added

* FORMS-13392 role main check added I

---------

Co-authored-by: Rajat Khurana <rajatkhurana@adobe.com>
* Revert "Revert "Rich text support (#1077)" (#1129)"

This reverts commit a249f93.

* reverting enumNames spec change

* changes needed

* removing addon check not needed

---------

Co-authored-by: Shivam Agarwal <shivama@adobe.com>
#1117)

* FORMS-11692: upgraded af2-web-runtime version and added rule editor tests

* FORMS-11692: upgraded af2-web-runtime version and added rule editor tests

* FORMS-11692: upgraded af2-web-runtime version and added rule editor tests

* FORMS-11692: upgraded af2-web-runtime version and added rule editor tests

* FORMS-11692: upgraded af2-web-runtime version and added rule editor tests

* FORMS-11692: updated getParentFormElementId method to check for form fieldType

* FORMS-11692: updated af2-runtime and remove authoring tests for rule editor.

* FORMS-11692: upgraded af2-web-runtime version and added rule editor tests

* FORMS-11692: upgraded af2-web-runtime version and added rule editor tests

* FORMS-11692: upgraded af2-web-runtime version and added rule editor tests

* FORMS-11692: updated getParentFormElementId method to check for form fieldType

* FORMS-11692: updated tests

* FORMS-11692: updated tests

* FORMS-11692: added test case for merged custom function list from two clientlibs

---------

Co-authored-by: Arun Kumar Attri <aattri@adobe.com>
* Add support for displayValueExpression
* Exposed displayValueExpression for telephone,text,email and date input

* Added e2e tests
* Add theme to datepicker tests as the date picker widget doesn't work without a theme

* RTC(done) specVersion updated in formContainer
* RTC Persisting spec Version in guideContainer node

* Saving specVersion when formContainer dialog is saved
This reverts commit 5d5cf47.
This reverts commit b0f07e5, reversing
changes made to ac1f567.
This reverts commit ea5bc19, reversing
changes made to 3860224.
rismehta and others added 28 commits September 16, 2024 14:55
* fixing flaky test (#1450)

Co-authored-by: Shivam Agarwal <shivama@adobe.com>

* Fixing vulnerability in GH action (#1452)

* Translation support for strings in switch (#1456)

Co-authored-by: Pavitra Khatri <pavitrakhatri@pavitras-mbp.corp.adobe.com>

* Configured custom validation messages in file attachment (#1459)

Co-authored-by: Pavitra Khatri <pavitrakhatri@pavitras-mbp.corp.adobe.com>

* Fixing gh workflow (#1460)

* Fixing gh workflow

* Fixing GH actions

* Move areOptionsRichText above Options (#1465)

* FORMS-17046 Focus on panel with static text not working via custom function (#1464)

* Focus on panel with static text not working via custom function

* Fixing test

* FORMS-15852 xss security fix for svg upload in file attachment (#1462)

* FORMS-15852 xss fix for svg upload in file upload

* FORMS-15852 xss fix for svg upload in file upload II

* FORMS-15852 xss fix for svg upload in file upload main

* FORMS-15852 xss fix for svg upload in file upload main II

* FORMS-15852 xss fix for svg upload in file upload main II

* FORMS-15852 xss fix for svg upload in file upload main II

---------

Co-authored-by: Rajat Khurana <rajatkhurana@adobe.com>

* FORMS-17068 Fetch custom properties from CoreComponentCustomPropertiesProvider which are behind FT and make part of FormContainer get properties. (#1467)

Also updated FOrms SDK version

* sanitized text should have target attribute in links (#1463)

* sanitized text should have target attribute in links

* catering comments

* correcting test case

* catering comments

---------

Co-authored-by: Shivam Agarwal <shivama@adobe.com>

* FORMS-17091 initializing label in button view (#1471)

Co-authored-by: Shivam Agarwal <shivama@adobe.com>

* Fixing GH workflow (#1472)

* [FORMS-13474] HTML5 datalist enhancement in dropdown component (#1470)

* Adding new custom property for enable suggestions in bundles

* Junit test cases to cover Enable Suggestions and Multi Selection in Dropdown

* HTL template change + listener on checkbox

* Cypress test for enable suggestions

* Cypress test for enable suggestions

* Remove enableSuggestions from JSON

* Remove enableSuggestions from JUnit dropdown test json

* Cypress tests for dropdown with autocomplete

* Cypress tests for dropdown with autocomplete

* Update classname for datalist

* More Test cases to cover different values of enableSuggestions

* Remove extra code

* Simplified the return in enableSuggestions

* Remove JsonIgnore annotation

* JavaDoc for isEnableSuggestions

* Bump up the minor version in package-info

* Sort imports in dropdownimpl

* custom function registration using action url from backend (#1469)

* custom function registration using action url from backend

custom function registration using action url from backend

 custom function registration using action url from backend

* custom function registration using action url from backend

custom function registration using action url from backend

 custom function registration using action url from backend

* custom function registration using action url from backend

* custom function registration using action url from backend

* custom function registration using action url from backend

* custom function registration using action url from backend - reusing the existing function

* custom function registration using action url from backend - marked existing function as deprecated

custom function registration using action url from backend - marked existing function as deprecated

* Update FormContainer.java

* formatting only

* Update utils.js

---------

Co-authored-by: Rishi Mehta <69448117+rismehta@users.noreply.github.com>

* Revert "[FORMS-13474] HTML5 datalist enhancement in dropdown component (#1470)"

This reverts commit ac662e9.

* Moving CI to latest rotary image (#1475)

* using latest rotary image

* Fixing version

* @releng [maven-scm] :prepare release core-forms-components-reactor-3.0.72

* @releng [maven-scm] :prepare for next development iteration

* Update VERSIONS.md and README.md to include version 3.0.72

* Theme Editor POC CC Style Configs

* Fixed minor bug for base error class selector

* Adding style config for hCaptcha and reCaptcha

* Updating style for Buttons

* Updating style for Footer

* Updated style for Checkbox

* Updating style for input components

* Updating style for file input

* Updating style for image

* Updating style for radio button

* Updating style for switch

* Updating style for tnc

* Updating style for captcha

* Updating style for email and accordion

* Updating style for wizard

* Updating style for tabsontop

* Updating style for vertical tabs

* Updating style for panel container

* Updating themeConfig of container

* updating style for base

* Updating ids for theme editor support

* Updating reference to core components

* Clientlib changes

* Updating labels for UI

* Removing GuideException

* Additions in CheckboxGroup style config

* Updating VERTICAL and HORIZONTAL classes for checkbox and radiobutton

* Updating errormessage div styles for components

* Updating error and success states for components

---------

Co-authored-by: Shivam Agarwal <47965724+im-shiv@users.noreply.github.com>
Co-authored-by: Shivam Agarwal <shivama@adobe.com>
Co-authored-by: Rishi Mehta <69448117+rismehta@users.noreply.github.com>
Co-authored-by: pavi41 <82104752+pavi41@users.noreply.github.com>
Co-authored-by: Pavitra Khatri <pavitrakhatri@pavitras-mbp.corp.adobe.com>
Co-authored-by: anshikag-adobe <anshikag@adobe.com>
Co-authored-by: Rajat Khurana <30727855+rajatofficial@users.noreply.github.com>
Co-authored-by: Rajat Khurana <rajatkhurana@adobe.com>
Co-authored-by: Pankaj Girotra <126753223+girotraapankaj@users.noreply.github.com>
Co-authored-by: Barshat Rai <barshatrai99@gmail.com>
Co-authored-by: Rishi Mehta <rismehta@adobe.com>
Co-authored-by: ci-build <ci-build@aemforms>
Co-authored-by: Muskan Gupta <muskgupta@Muskans-MacBook-Pro.local>
@muskgupta muskgupta closed this Oct 16, 2025
@muskgupta
Copy link
Member Author

Will create a new PR with separate branch to avoid merge conflicts and in between commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment