Open
Conversation
54d5756 to
82e7f2c
Compare
pylapp
requested changes
Jan 29, 2026
OUDS/Core/Components/Sources/ContentDisplay/BulletList/OUDSBulletList.swift
Show resolved
Hide resolved
There was a problem hiding this comment.
Pull request overview
This pull request adds a new Bullet List component to the OUDS iOS library, supporting ordered, unordered, and bare list types with up to three nested levels. The component is designed for content display and includes comprehensive documentation, theme-specific icons, and preview images.
Changes:
- Added
OUDSBulletListcomponent with support for ordered/unordered/bare list types, nested items, and customizable text styles - Added new
lineHeight(for:)method toMultipleFontLineHeightSemanticTokenfor responsive line height selection - Fixed documentation placeholders in multiple semantic token files
- Added version tags to public enums across existing components (Button, Badge, Tag, TextInput, etc.)
- Removed unused imports from
OUDSTabBar - Corrected macOS minimum version in AGENTS.md from 15.0 to 13.0
Reviewed changes
Copilot reviewed 42 out of 58 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| OUDSBulletList.swift | Main component implementation with list types, text styles, and nested item support |
| OUDSBulletListItemsBuilder.swift | Result builder for declarative list item syntax |
| BulletListItem.swift | Internal view rendering individual list items with proper spacing and padding |
| Bullet.swift | Internal view handling bullet/number rendering based on list type and level |
| BulletTextModifier.swift | Text styling modifier for list items based on text style and bold settings |
| MultipleFontLineHeightSemanticToken.swift | Added new method for size-class-based line height selection |
| MultipleFontLineHeightSemanticTokensTests.swift | Test coverage for new line height method |
| MultipleSpaceSemanticToken.swift | Fixed documentation placeholder |
| MultipleSizeSemanticToken.swift | Fixed documentation placeholders |
| MultipleColorSemanticToken.swift | Added version tags to public enums |
| OUDSTabBar.swift | Removed unused imports |
| Various component files | Added version tags to public enums for API documentation |
| ContentDisplay.md | New documentation page for content display category with bullet list examples |
| Theme documentation files | Added bullet list sections with preview images for all themes |
| Icons.xcassets | Added bullet list icons (levels 0-2, tick) for all themes |
| Preview images | Added component preview images for all themes |
| CHANGELOG.md | Updated with bullet list component addition |
| NOTICE.txt | Updated with new icon asset paths |
| AGENTS.md | Corrected macOS minimum version from 15.0 to 13.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
OUDS/Core/Components/Sources/ContentDisplay/BulletList/OUDSBulletList.swift
Outdated
Show resolved
Hide resolved
OUDS/Core/Tokens/SemanticTokens/Tests/Multiples/MultipleFontLineHeightSemanticTokensTests.swift
Outdated
Show resolved
Hide resolved
OUDS/Core/Components/Sources/ContentDisplay/BulletList/OUDSBulletList.swift
Outdated
Show resolved
Hide resolved
OUDS/Core/Components/Sources/ContentDisplay/BulletList/OUDSBulletList.swift
Outdated
Show resolved
Hide resolved
OUDS/Core/Components/Sources/ContentDisplay/BulletList/Internal/Bullet.swift
Outdated
Show resolved
Hide resolved
OUDS/Core/Components/Sources/ContentDisplay/BulletList/OUDSBulletList.swift
Outdated
Show resolved
Hide resolved
OUDS/Core/Components/Sources/ContentDisplay/BulletList/OUDSBulletList.swift
Outdated
Show resolved
Hide resolved
OUDS/Core/Components/Sources/ContentDisplay/BulletList/OUDSBulletList.swift
Outdated
Show resolved
Hide resolved
OUDS/Core/Components/Sources/ContentDisplay/BulletList/OUDSBulletList.swift
Outdated
Show resolved
Hide resolved
OUDS/Core/Components/Sources/ContentDisplay/BulletList/OUDSBulletList.swift
Outdated
Show resolved
Hide resolved
7bf078f to
4fa9c93
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 45 out of 61 changed files in this pull request and generated 8 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
OUDS/Core/Components/Sources/ContentDisplay/BulletList/OUDSBulletList.swift
Outdated
Show resolved
Hide resolved
OUDS/Core/Components/Sources/ContentDisplay/BulletList/OUDSBulletList.swift
Outdated
Show resolved
Hide resolved
OUDS/Core/Tokens/SemanticTokens/Tests/Multiples/MultipleFontLineHeightSemanticTokensTests.swift
Outdated
Show resolved
Hide resolved
OUDS/Core/Components/Sources/_OUDSComponents.docc/ContentDisplay.md
Outdated
Show resolved
Hide resolved
OUDS/Core/Components/Sources/ContentDisplay/BulletList/OUDSBulletList.swift
Show resolved
Hide resolved
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
…t maxheight of bullet container to keep it alligned top
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Acked-by: Pierre-Yves Ayoul <pierre-yves.ayoul@orange.com> Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Acked-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com> Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
b3b8cb4 to
ad3d5d5
Compare
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.
Note: Please transform
- [ ]into- (NA)in the description when things are not applicableRelated issues
(#513)
Description
Motivation & Context
Types of change
Previews
Checklist
Contribution
Accessibility
Design
Development
Documentation
Checklist (for Core Team only)