Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Input fields): update iconButton in all fields #1042

Merged
merged 8 commits into from
Mar 8, 2024

Conversation

marcoskolodny
Copy link
Collaborator

Issue: Link

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is expected. The previous implementation was not using correct touchable area for these buttons

Copy link

github-actions bot commented Mar 4, 2024

Size stats

master this branch diff
Total JS 10.6 MB 10.6 MB +69 B
JS without icons 1.91 MB 1.91 MB +69 B
Lib overhead 49.3 kB 49.4 kB +117 B
Lib overhead (gzip) 13.4 kB 13.4 kB +8 B

Copy link

github-actions bot commented Mar 4, 2024

Accessibility report
✔️ No issues found

ℹ️ You can run this locally by executing yarn audit-accessibility.

Copy link

github-actions bot commented Mar 4, 2024

Deploy preview for mistica-web ready!

✅ Preview
https://mistica-ar1k4jf1a-tuentisre.vercel.app

Built with commit e8e7752.
This pull request is being automatically deployed with vercel-action

Copy link

github-actions bot commented Mar 4, 2024

Screenshot tests report

✔️ All passing

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected change: the button's area has increased

@marcoskolodny marcoskolodny marked this pull request as ready for review March 4, 2024 16:26
src/text-field-base.tsx Show resolved Hide resolved
src/password-field.tsx Outdated Show resolved Hide resolved
@@ -147,7 +150,8 @@ const TEXTS_DE: ThemeTexts = {

const TEXTS_PT: ThemeTexts = {
expirationDatePlaceholder: 'MM/AA',
togglePasswordVisibilityLabel: 'Mostrar ou ocultar senha',
enablePasswordVisibility: 'mostrar senha',
disablePasswordVisibility: 'esconder a senha',
loading: 'Carregando',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nazaretcaballo-CX can you check these texts? 🫶

@atabel atabel added this pull request to the merge queue Mar 8, 2024
Merged via the queue into master with commit 062c0bd Mar 8, 2024
11 checks passed
@atabel atabel deleted the WEB-1762-icon-button-in-fields branch March 8, 2024 10:40
tuentisre pushed a commit that referenced this pull request Mar 13, 2024
# [14.46.0](v14.45.0...v14.46.0) (2024-03-13)

### Bug Fixes

* **CSS:** prevent browser default behaviours when long pressing or dragging links ([#1045](#1045)) ([717343d](717343d))
* **HighlightedCard:** improve optional types of title and description, make one mandatory ([#1039](#1039)) ([a818ffa](a818ffa))
* **Logo:** old version of Tu logo ([#1036](#1036)) ([0dc09e2](0dc09e2))
* **Switch:** iOS background in dark mode ([#1037](#1037)) ([a77c42d](a77c42d))

### Features

* **dialogs:** Remove history hacks in dialog ([#1041](#1041)) ([2a48cb4](2a48cb4))
* **IconButton:** update internal usages in Mistica components ([#1044](#1044)) ([12bf970](12bf970))
* **Icons:** New vivo icons ([#1038](#1038)) ([d070a25](d070a25))
* **Input fields:** update iconButton in all fields ([#1042](#1042)) ([062c0bd](062c0bd))
* **Naked & Small Naked Card:** Inner padding right in card content ([#1040](#1040)) ([d97ea17](d97ea17))
* **Rows:** add icon button as control ([#1030](#1030)) ([4d47e8f](4d47e8f))
* **ToggleIconButton:** create component ([#1034](#1034)) ([f4b9c6e](f4b9c6e))
* **Video:** `stop` method. To stop video and show the poster (if available) ([#1035](#1035)) ([e21998f](e21998f))
@tuentisre
Copy link
Collaborator

🎉 This PR is included in version 14.46.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants