diff --git a/MVMCoreUI/Categories/UIColor+Extension.swift b/MVMCoreUI/Categories/UIColor+Extension.swift index 6ddd1da1..966436cf 100644 --- a/MVMCoreUI/Categories/UIColor+Extension.swift +++ b/MVMCoreUI/Categories/UIColor+Extension.swift @@ -7,6 +7,7 @@ // import UIKit +import VDSCoreTokens public typealias ColorHexTuple = (uiColor: UIColor, hex: String) @@ -234,19 +235,19 @@ extension UIColor { //-------------------------------------------------- /// HEX: #F3EDE0 - @objc public static let stone = UIColor.assetColor(named: "stone") + @objc public static let stone = VDSCoreTokens.VDSColor.paletteStone // HEX:#FF3C2D - @objc public static let coral = UIColor.assetColor(named: "coral") + @objc public static let coral = VDSCoreTokens.VDSColor.paletteCoral // HEX:#6F7171 - @objc public static let gray44 = UIColor.assetColor(named: "gray44") + @objc public static let gray44 = VDSCoreTokens.VDSColor.paletteGray44 // HEX:#D8DADA - @objc public static let gray85 = mvmCoolGray3 + @objc public static let gray85 = VDSCoreTokens.VDSColor.paletteGray85 // HEX:#F6F6F6 - @objc public static let gray95 = mvmCoolGray1 + @objc public static let gray95 = VDSCoreTokens.VDSColor.paletteGray95 //-------------------------------------------------- // MARK: - Functions diff --git a/MVMCoreUI/Categories/colors.xcassets/coral.colorset/Contents.json b/MVMCoreUI/Categories/colors.xcassets/coral.colorset/Contents.json deleted file mode 100644 index a834049e..00000000 --- a/MVMCoreUI/Categories/colors.xcassets/coral.colorset/Contents.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "colors" : [ - { - "color" : { - "color-space" : "srgb", - "components" : { - "alpha" : "1.000", - "blue" : "0x2D", - "green" : "0x3C", - "red" : "0xFF" - } - }, - "idiom" : "universal" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/MVMCoreUI/Categories/colors.xcassets/gray44.colorset/Contents.json b/MVMCoreUI/Categories/colors.xcassets/gray44.colorset/Contents.json deleted file mode 100644 index 296ef27c..00000000 --- a/MVMCoreUI/Categories/colors.xcassets/gray44.colorset/Contents.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "colors" : [ - { - "color" : { - "color-space" : "srgb", - "components" : { - "alpha" : "1.000", - "blue" : "0x71", - "green" : "0x71", - "red" : "0x6F" - } - }, - "idiom" : "universal" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/MVMCoreUI/Categories/colors.xcassets/stone.colorset/Contents.json b/MVMCoreUI/Categories/colors.xcassets/stone.colorset/Contents.json deleted file mode 100644 index ead33d73..00000000 --- a/MVMCoreUI/Categories/colors.xcassets/stone.colorset/Contents.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "colors" : [ - { - "color" : { - "color-space" : "srgb", - "components" : { - "alpha" : "1.000", - "blue" : "0xE0", - "green" : "0xED", - "red" : "0xF3" - } - }, - "idiom" : "universal" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -}