Conversation
This has been removed since when content is structured list-item-content pattern should be used, there arrow can/should be added/managed by developer
|
BenOsodrac
approved these changes
Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 reorganizes the location of the
Gallerypattern to the "Adaptive" section, updates related imports, and refines both the Gallery's Storybook controls and several spacing/padding values in list item components for improved consistency and flexibility. It also removes an icon from the master-detail pattern and adjusts its padding.Pattern Reorganization and Import Updates:
Gallerypattern from the "Content" section to the "Adaptive" section, updating all relevant references and imports inGallery.js,ODC.OutSystemsUI.scss, and related files. [1] [2]Storybook Controls and Demo Improvements:
itemsGapoptions for the Gallery Storybook story, providing a wider range of gap choices and improved labels for better usability.Styling and Spacing Adjustments:
.list-item-contentfor left, right, and RTL variants to use$token-scale-400instead of$token-scale-600, ensuring more compact and consistent spacing. [1] [2] [3].list-item-content::afterand decreased the right panel's padding from$token-scale-1000to$token-scale-600for a cleaner and more compact layout. [1] [2]