[Refactoring] Refactor architecture of OUDS Swift Package product for helpers and view modifiers #144
Labels
🧩 enhancement
Related to enhancements or feature requests
⚠️ on hold
Not blocked but should not be processed yet
🔍 triage
A new issue that needs to be treated
Prerequisites
As a
user of the library
... I want to
have all view modifiers in same target / Swift package product (like OUDS)
... so that I can
get all helpers in a same place using lower levels products
Motivation and context
Get things cleaner
Proposed Solution
Make some renaming, for example
public func typeDisplayLarge(_ theme: OUDSTheme) -> some View
should bepublic func oudsTypographyDisplayLarge(_ theme: OUDSTheme) -> some View
Move modifiers to OUDS Swift package product (are here today in
OUDSComponent
)Do the same with shadow helps
View modifiers should be in Modifiers subfolder
A11Y things should be in A11Y subfolder of Modifiers
Typography things should be in Typography subfolder of Modifiers
Other
No response
Contact Details
No response
The text was updated successfully, but these errors were encountered: