Feat - Add new Activity Flow data-attribute #211
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces the new
data-af-elementattribute to support ActivityFlow event tracking, updates the package manager metadata, and refines the Autocomplete UI components to improve semantic markup and event tracking. The most significant changes are grouped below by theme.ActivityFlow event tracking enhancements:
data-af-elementattribute to all elements with ActivityFlow event triggers, including product tiles inTileList.tsx, facilitating more granular analytics and event tracking. [1] [2] [3]Package management:
package.jsonto specify the package manager asyarn@1.22.22with a SHA-512 hash for improved reproducibility and security.Autocomplete UI improvements:
ItemList.tsxby wrapping icon and label elements in clearer spans and adjusting formatting. [1] [2]Autocomplete/index.tsx, including consistent default values and spacing. [1] [2] [3]biggy-client.tsfor style consistency.These changes collectively improve event tracking capabilities, maintain package management best practices, and enhance code clarity in the Autocomplete component.