v0.0.36: DisableToggleActionButton
Pre-release
Pre-release
Feat/SFINT-3327: Add DisableableToggleActionButton (#85) * feat(SFINT-3327): Add enable and disable support for ActionButton. * Add enable method override. UT [x] * Add disable method override. UT [x] * Modify click event listener behavior to process the click only if enabled. * feat(SFINT-3327): Add disable styling. - [A] Section for disabled button in dev pages - [A] Styling for disabled buttons - [M] Disable/Enable now affect the disabled attributes of the element directly too * feat(SFINT-3327): Biggo refacto * feat(SFINT-3327): clean html * feat(SFINT-3327): finish cleanup of actionbutton * chore(SFINT-3327): Buncho o' doc and small refacto * chore(SFINT-3327): Simplify * feat(SFINT-3327): Improve typings * test(SFINT-3327): UT * feat(SFINT-3327): Add loggingName for states * feat(SFINT-3327): More logs and checks * review * review * review * empty commit for CI unstuck * empty commit for CI unstuck-lint * feat(SFINT-3327): DisableableToggleActionButton * feat(SFINT-3327): Adapt logging name and new interfaces * ongoin' * cleaning + specs * test states * test(SFINT-3327): Complete UT * feat(SFINT-3327): Ensure button is exported properly + page for test * unactivated->deactivated