Skip to content

feat: add package scaffold and Foundation (design tokens & assets) - #1

Merged
romchornyi merged 1 commit into
masterfrom
import/foundation
Jul 10, 2026
Merged

feat: add package scaffold and Foundation (design tokens & assets)#1
romchornyi merged 1 commit into
masterfrom
import/foundation

Conversation

@romchornyi

Copy link
Copy Markdown
Collaborator

First migration PR of DashUIKit into dashpay/DashUIKit.

What's included

  • Package.swift — SwiftPM manifest (Swift tools 6.3, iOS 14+, DashUIKit library target)
  • Foundation/ — design tokens: colors, fonts, text styles, line heights, Image/Bundle helpers
  • Resources/Media.xcassets — full asset catalog (colors, icons, illustrations)

Notes

  • This is the base layer every component depends on; subsequent PRs add components on top.
  • swift build passes locally.

Part of the staged migration from romchornyi/DashUIKit. Follow-up PRs: primitives/utilities, core components, CoinSelector, EnterAmount.

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.
@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 254 files, which is 104 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e720b0ef-e274-4aaf-80cf-fe9cbe567754

📥 Commits

Reviewing files that changed from the base of the PR and between 1402fc5 and b82b651.

⛔ Files ignored due to path filters (96)
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Icons/copy-outline.imageset/copy-outline.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Icons/copy-outline.imageset/copy-outline@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Icons/copy-outline.imageset/copy-outline@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Illustrations/crowdnode.warning.imageset/crowdnode.warning.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Illustrations/crowdnode.warning.imageset/crowdnode.warning@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Illustrations/crowdnode.warning.imageset/crowdnode.warning@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Illustrations/illustration-dash-dex.imageset/illustration-dash-dex.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Illustrations/illustration-dash-dex.imageset/illustration-dash-dex@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Illustrations/illustration-dash-dex.imageset/illustration-dash-dex@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/app-review.imageset/app-review.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/app-review.imageset/app-review@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/app-review.imageset/app-review@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/menu-info-rect.imageset/info-rect-dark.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/menu-info-rect.imageset/info-rect-dark@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/menu-info-rect.imageset/info-rect-dark@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/menu-info-rect.imageset/info-rect.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/menu-info-rect.imageset/info-rect@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/menu-info-rect.imageset/info-rect@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/menu-receive.imageset/receive.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/menu-receive.imageset/receive@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/menu-receive.imageset/receive@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/menu-send.imageset/send.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/menu-send.imageset/send@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/menu-send.imageset/send@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/support.imageset/support.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/support.imageset/support@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/support.imageset/support@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Navigation bar/navigationbar-back.imageset/navigationbar-back@1x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Navigation bar/navigationbar-back.imageset/navigationbar-back@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Navigation bar/navigationbar-back.imageset/navigationbar-back@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Navigation bar/navigationbar-close.imageset/navigationbar-close@1x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Navigation bar/navigationbar-close.imageset/navigationbar-close@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Navigation bar/navigationbar-close.imageset/navigationbar-close@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Navigation bar/navigationbar-info.imageset/control-info.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Navigation bar/navigationbar-info.imageset/control-info@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Navigation bar/navigationbar-info.imageset/control-info@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Navigation bar/navigationbar-plus.imageset/navigationbar-plus@1x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Navigation bar/navigationbar-plus.imageset/navigationbar-plus@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Navigation bar/navigationbar-plus.imageset/navigationbar-plus@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Other/text-field-clear.imageset/xmark@x1.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Other/text-field-clear.imageset/xmark@x2.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Other/text-field-clear.imageset/xmark@x3.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Other/text-field-qr.imageset/qr@x1.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Other/text-field-qr.imageset/qr@x2.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Other/text-field-qr.imageset/qr@x3.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/RadioButton/icon_checkbox_square.imageset/icon_checkbox_square.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/RadioButton/icon_checkbox_square.imageset/icon_checkbox_square@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/RadioButton/icon_checkbox_square.imageset/icon_checkbox_square@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/RadioButton/icon_checkbox_square_checked.imageset/icon_checkbox_square_checked.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/RadioButton/icon_checkbox_square_checked.imageset/icon_checkbox_square_checked@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/RadioButton/icon_checkbox_square_checked.imageset/icon_checkbox_square_checked@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/SearchBar/searchbar-magnifyingglass-icon.imageset/magnifyingglass-dark.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/SearchBar/searchbar-magnifyingglass-icon.imageset/magnifyingglass-dark@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/SearchBar/searchbar-magnifyingglass-icon.imageset/magnifyingglass-dark@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/SearchBar/searchbar-magnifyingglass-icon.imageset/magnifyingglass.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/SearchBar/searchbar-magnifyingglass-icon.imageset/magnifyingglass@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/SearchBar/searchbar-magnifyingglass-icon.imageset/magnifyingglass@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/SearchBar/searchbar-xmark-icon.imageset/xmark-icon-dark.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/SearchBar/searchbar-xmark-icon.imageset/xmark-icon-dark@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/SearchBar/searchbar-xmark-icon.imageset/xmark-icon-dark@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/SearchBar/searchbar-xmark-icon.imageset/xmark-icon.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/SearchBar/searchbar-xmark-icon.imageset/xmark-icon@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/SearchBar/searchbar-xmark-icon.imageset/xmark-icon@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/System message/warning_triangle.imageset/warning_triangle.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/System message/warning_triangle.imageset/warning_triangle@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/System message/warning_triangle.imageset/warning_triangle@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-copied.imageset/toast-coppied.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-copied.imageset/toast-coppied@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-copied.imageset/toast-coppied@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-error.imageset/toast-error.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-error.imageset/toast-error@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-error.imageset/toast-error@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-info.imageset/toast-info.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-info.imageset/toast-info@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-info.imageset/toast-info@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-success.imageset/toast-success.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-success.imageset/toast-success@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-success.imageset/toast-success@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-warning.imageset/toast-warning.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-warning.imageset/toast-warning@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-warning.imageset/toast-warning@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/checkmark.imageset/checkmark@x1.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/checkmark.imageset/checkmark@x2.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/checkmark.imageset/checkmark@x3.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/chevron-down-currency-select.imageset/chevron-down-currency-select@x1.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/chevron-down-currency-select.imageset/chevron-down-currency-select@x2.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/chevron-down-currency-select.imageset/chevron-down-currency-select@x3.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/enter-amount-dash.imageset/enter-amount-dash@1x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/enter-amount-dash.imageset/enter-amount-dash@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/enter-amount-dash.imageset/enter-amount-dash@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/icon_dash_currency.imageset/icon_dash_currency.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/icon_dash_currency.imageset/icon_dash_currency@2x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/icon_dash_currency.imageset/icon_dash_currency@3x.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/illustration-xmark.imageset/xmark@x1.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/illustration-xmark.imageset/xmark@x2.png is excluded by !**/*.png
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/illustration-xmark.imageset/xmark@x3.png is excluded by !**/*.png
📒 Files selected for processing (254)
  • Package.swift
  • Sources/DashUIKit/Foundation/BundleToken.swift
  • Sources/DashUIKit/Foundation/Color+DashUI.swift
  • Sources/DashUIKit/Foundation/DashTextStyle.swift
  • Sources/DashUIKit/Foundation/Font+DashUI.swift
  • Sources/DashUIKit/Foundation/Image+DashUI.swift
  • Sources/DashUIKit/Foundation/LineHeight+DashUI.swift
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Background/BlueBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Background/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Background/PrimaryBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Background/SecondaryBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Background/TertiaryBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Badge/BadgeBackground1.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Badge/BadgeBackground2.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Badge/BadgeBackgroundCont1.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Badge/BadgeBackgroundCont2.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Badge/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Bottom Nav/BottomNavBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Bottom Nav/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledBlue/ButtonFilledBlueBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledBlue/ButtonFilledBlueBackgroundDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledBlue/ButtonFilledBlueContent.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledBlue/ButtonFilledBlueContentDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledBlue/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledOrange/ButtonFilledOrangeBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledOrange/ButtonFilledOrangeBackgroundDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledOrange/ButtonFilledOrangeContent.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledOrange/ButtonFilledOrangeContentDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledOrange/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledRed/ButtonFilledRedBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledRed/ButtonFilledRedBackgroundDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledRed/ButtonFilledRedContent.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledRed/ButtonFilledRedContentDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledRed/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledWhite/ButtonFilledWhiteBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledWhite/ButtonFilledWhiteBackgroundDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledWhite/ButtonFilledWhiteContent.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledWhite/ButtonFilledWhiteContentDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/FilledWhite/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/PlainBlack/ButtonPlainBlackContent.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/PlainBlack/ButtonPlainBlackContentDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/PlainBlack/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/PlainBlue/ButtonPlainBlueContent.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/PlainBlue/ButtonPlainBlueContentDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/PlainBlue/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/PlainRed/ButtonPlainRedContent.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/PlainRed/ButtonPlainRedContentDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/PlainRed/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/PlainWhite/ButtonPlainWhiteContent.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/PlainWhite/ButtonPlainWhiteContentDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/PlainWhite/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/StrokeGray/ButtonStrokeGrayBackgroundDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/StrokeGray/ButtonStrokeGrayContent.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/StrokeGray/ButtonStrokeGrayContentDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/StrokeGray/ButtonStrokeGrayStroke.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/StrokeGray/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/TintedBlue/ButtonTintedBlueBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/TintedBlue/ButtonTintedBlueBackgroundDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/TintedBlue/ButtonTintedBlueContent.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/TintedBlue/ButtonTintedBlueContentDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/TintedBlue/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/TintedGray/ButtonTintedGrayBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/TintedGray/ButtonTintedGrayBackgroundDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/TintedGray/ButtonTintedGrayContent.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/TintedGray/ButtonTintedGrayContentDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/TintedGray/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/TintedWhite/ButtonTintedWhiteBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/TintedWhite/ButtonTintedWhiteBackgroundDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/TintedWhite/ButtonTintedWhiteContent.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/TintedWhite/ButtonTintedWhiteContentDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Buttons/Styles/TintedWhite/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Grabber/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Grabber/GrabberFill.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/List/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/List/ListGiftCardNumberBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Nav/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Nav/NavBackButton.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Overlay/BackgroundOverlay.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Overlay/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Search/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Search/SearchBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Search/SearchClearIcon.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Search/SearchIcon.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Search/SearchPlaceholder.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Search/SearchTextEntered.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Segment Control/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Segment Control/SegmentControlBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Segment Control/SegmentControlBackgroundGroup.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Segment Control/SegmentControlContNotSelected.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Segment Control/SegmentControlContSelected.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Segment Control/SegmentControlDivider.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Select/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Select/SelectBackgroundSelected.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Select/SelectStrokeDefault.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Select/SelectStrokeSelected.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Shortcut Bar/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Shortcut Bar/ShortcutBarBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Status Bar/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Status Bar/StatusBarElements.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Stepper/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Stepper/StepperBorder.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Stepper/StepperBorderDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Stepper/StepperElement.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Stepper/StepperElementDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Switch/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Switch/SwitchThumbFill.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Switch/SwitchTrackFillOff.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Switch/SwitchTrackFillOffDisabled.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Switch/SwitchTrackFillOn.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Text/BlueText.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Text/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Text/ErrorText.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Text/PrimaryText.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Text/SecondaryText.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Text/SuccessText.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Text/TertiaryText.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Text/WhiteText.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/TextField/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/TextField/CryptoAddress/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/TextField/CryptoAddress/TextFieldCryptoAddressBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/TextField/CryptoAddress/TextFieldCryptoAddressIcon.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Toast/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Toast/ToastBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Toast/ToastText.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Blue/Blue.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Blue/BlueAlpha10.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Blue/BlueAlpha20.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Blue/BlueAlpha30.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Blue/BlueAlpha40.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Blue/BlueAlpha5.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Blue/BlueAlpha50.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Blue/BlueAlpha90.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Blue/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Black.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Black/Black1000Alpha10.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Black/Black1000Alpha15.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Black/Black1000Alpha20.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Black/Black1000Alpha30.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Black/Black1000Alpha40.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Black/Black1000Alpha5.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Black/Black1000Alpha50.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Black/Black1000Alpha60.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Black/Black1000Alpha70.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Black/Black1000Alpha8.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Black/Black1000Alpha80.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Black/Black1000Alpha90.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Black/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Black800.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Black900.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray100.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray200.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray300.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray300/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray300/Gray300Alpha10.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray300/Gray300Alpha20.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray300/Gray300Alpha30.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray300/Gray300Alpha40.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray300/Gray300Alpha5.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray300/Gray300Alpha50.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray300/Gray300Alpha60.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray300/Gray300Alpha70.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray300/Gray300Alpha80.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray300/Gray300Alpha90.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray400.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray400/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray400/Gray400Alpha10.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray400/Gray400Alpha13.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray400/Gray400Alpha25.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray50.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Gray/Gray500.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Green/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Green/Green.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Green/GreenAlpha10.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Light blue/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Light blue/LightBlue.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Light blue/LightBlueAlpha10.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Orange/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Orange/Orange.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Orange/OrangeAlpha10.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Red/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Red/Red.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Red/RedAlpha10.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Red/RedAlpha5.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/White/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/White/White.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/White/WhiteAlpha10.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/White/WhiteAlpha15.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/White/WhiteAlpha20.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/White/WhiteAlpha30.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/White/WhiteAlpha40.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/White/WhiteAlpha5.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/White/WhiteAlpha50.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/White/WhiteAlpha60.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/White/WhiteAlpha70.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/White/WhiteAlpha80.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/White/WhiteAlpha90.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Yellow/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Yellow/Yellow.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/Yellow/YellowAlpha10.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/custom/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/custom/Purple.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/custom/Topper.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Tokens/custom/Uphold.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Toolbar/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Toolbar/ToolbarRoundBorder.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Toolbar/ToolbarRoundContent.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Top Intro/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Top Intro/TopIntroButtonBackground.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Colors/Top Intro/TopIntroButtonContent.colorset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Icons/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Icons/copy-outline.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Illustrations/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Illustrations/crowdnode.warning.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Illustrations/illustration-dash-dex.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/app-review.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/menu-info-rect.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/menu-receive.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/menu-send.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Menu/support.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Navigation bar/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Navigation bar/navigationbar-back.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Navigation bar/navigationbar-close.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Navigation bar/navigationbar-info.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Navigation bar/navigationbar-plus.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Other/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Other/text-field-clear.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Other/text-field-qr.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/RadioButton/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/RadioButton/icon_checkbox_square.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/RadioButton/icon_checkbox_square_checked.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/SearchBar/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/SearchBar/searchbar-magnifyingglass-icon.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/SearchBar/searchbar-xmark-icon.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/System message/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/System message/warning_triangle.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-copied.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-error.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-info.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-success.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/Toast/toast-warning.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/checkmark.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/chevron-down-currency-select.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/enter-amount-dash.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/icon_dash_currency.imageset/Contents.json
  • Sources/DashUIKit/Resources/Media.xcassets/Icons & Illustrations/illustration-xmark.imageset/Contents.json

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch import/foundation

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@romchornyi romchornyi changed the title feat: package scaffold + Foundation (design tokens & assets) feat: add package scaffold and Foundation (design tokens & assets) Jul 9, 2026

@HashEngineering HashEngineering left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good start of this library

@romchornyi
romchornyi merged commit 3273904 into master Jul 10, 2026
2 checks passed
@romchornyi
romchornyi deleted the import/foundation branch July 15, 2026 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants