PromucFlow_constructor/app/client/src/widgets/wds/WDSSwitchWidget/icon.svg

5 lines
756 B
XML
Raw Normal View History

feat: WDS Switch Integration (#28725) ## Description Adds WDS Switch Widget. #### PR fixes following issue(s) Fixes #28464 #### Media <video src="https://github.com/appsmithorg/appsmith/assets/22471214/3b962844-cacd-4276-a9c5-f06da0f41459"></video> #### Type of change - New feature (non-breaking change which adds functionality) ## 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 - [ ] Manual - [ ] JUnit - [ ] Jest - [ ] Cypress > > #### Test Plan > Add Testsmith test cases links that relate to this PR > > #### Issues raised during DP testing > Link issues raised during DP testing for better visiblity and tracking (copy link from comments dropped on this PR) > > > ## Checklist: #### Dev activity - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] 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
2023-11-09 09:58:34 +00:00
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 12.3333C1 8.28324 4.28324 5 8.33333 5H15.6667C19.7167 5 23 8.28324 23 12.3333C23 16.3834 19.7167 19.6667 15.6667 19.6667H8.33333C4.28324 19.6667 1 16.3834 1 12.3333ZM8.63889 17.2222C5.93883 17.2222 3.75 15.0333 3.75 12.3333C3.75 9.63327 5.93883 7.44444 8.63889 7.44444H15.3611C18.0611 7.44444 20.25 9.63327 20.25 12.3333C20.25 15.0333 18.0611 17.2222 15.3611 17.2222H8.63889Z" fill="#4C5664"/>
<path d="M15.6667 8.66667C17.6918 8.66667 19.3333 10.3082 19.3333 12.3333C19.3333 14.3584 17.6918 16 15.6667 16C13.6416 16 12 14.3584 12 12.3333C12 10.3082 13.6416 8.66667 15.6667 8.66667Z" fill="#4C5664"/>
</svg>