Skip to content

Commit

Permalink
♻️ :: [#505] 기존 PrimaryColor만 존재하는 에셋 제외 V2와 중복되는 에셋 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Apr 27, 2024
1 parent 0c48422 commit e885773
Show file tree
Hide file tree
Showing 10 changed files with 108 additions and 260 deletions.
194 changes: 97 additions & 97 deletions Projects/App/Sources/Application/NeedleGenerated.swift

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
import UIKit

public extension DesignSystemAsset.PrimaryColor {
static var Sub1: DesignSystemColors { Self.v1Sub1 }
static var Sub2: DesignSystemColors { Self.v1Sub2 }
static var Sub3: DesignSystemColors { Self.v1Sub3 }
static var baseskeleton: DesignSystemColors { DesignSystemAsset.PrimaryColorV2.baseSkeleton }
static var decrease: DesignSystemColors { DesignSystemAsset.PrimaryColorV2.decrease }
static var increase: DesignSystemColors { DesignSystemAsset.PrimaryColorV2.increase }
static var new: DesignSystemColors { DesignSystemAsset.PrimaryColorV2.new }
static var point: DesignSystemColors { DesignSystemAsset.PrimaryColorV2.point }
static var secondaryskeleton: DesignSystemColors { DesignSystemAsset.PrimaryColorV2.highlightSkeleton }
static var toast: DesignSystemColors { DesignSystemAsset.PrimaryColorV2.toast }
static var waktaverse: DesignSystemColors { DesignSystemAsset.PrimaryColorV2.waktaverse }
static var sub1: DesignSystemColors { Self.v1Sub1 }
static var sub2: DesignSystemColors { Self.v1Sub2 }
static var sub3: DesignSystemColors { Self.v1Sub3 }
}

0 comments on commit e885773

Please sign in to comment.