feat: add package scaffold and Foundation (design tokens & assets) - #1
Conversation
Add the SwiftPM manifest, design-token layer (colors, fonts, text styles, line heights, image/bundle helpers) and the Media.xcassets resource catalog. This is the base every component builds on.
|
Important Review skippedToo many files! This PR contains 254 files, which is 104 over the limit of 150. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (96)
📒 Files selected for processing (254)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
HashEngineering
left a comment
There was a problem hiding this comment.
Good start of this library
First migration PR of DashUIKit into
dashpay/DashUIKit.What's included
Package.swift— SwiftPM manifest (Swift tools 6.3, iOS 14+,DashUIKitlibrary target)Foundation/— design tokens: colors, fonts, text styles, line heights,Image/BundlehelpersResources/Media.xcassets— full asset catalog (colors, icons, illustrations)Notes
swift buildpasses locally.Part of the staged migration from
romchornyi/DashUIKit. Follow-up PRs: primitives/utilities, core components, CoinSelector, EnterAmount.