From b50660e6d04357de2d9f2796f9712543b6771ac4 Mon Sep 17 00:00:00 2001 From: Jessica Ingraham Date: Thu, 10 Nov 2022 14:25:10 -0500 Subject: [PATCH] adding token files --- Package.swift | 1 + Sources/iosDesignTokens/iosDesignTokens.swift | 6 - .../todaytix/GradientTokens.swift | 149 +++++++++ Sources/iosDesignTokens/todaytix/Tokens.swift | 282 ++++++++++++++++++ 4 files changed, 432 insertions(+), 6 deletions(-) delete mode 100644 Sources/iosDesignTokens/iosDesignTokens.swift create mode 100644 Sources/iosDesignTokens/todaytix/GradientTokens.swift create mode 100644 Sources/iosDesignTokens/todaytix/Tokens.swift diff --git a/Package.swift b/Package.swift index 5406a0e..2218c43 100644 --- a/Package.swift +++ b/Package.swift @@ -5,6 +5,7 @@ import PackageDescription let package = Package( name: "iosDesignTokens", + platforms: [.iOS(.v12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/Sources/iosDesignTokens/iosDesignTokens.swift b/Sources/iosDesignTokens/iosDesignTokens.swift deleted file mode 100644 index d08a2d2..0000000 --- a/Sources/iosDesignTokens/iosDesignTokens.swift +++ /dev/null @@ -1,6 +0,0 @@ -public struct iosDesignTokens { - public private(set) var text = "Hello, World!" - - public init() { - } -} diff --git a/Sources/iosDesignTokens/todaytix/GradientTokens.swift b/Sources/iosDesignTokens/todaytix/GradientTokens.swift new file mode 100644 index 0000000..2d7bee9 --- /dev/null +++ b/Sources/iosDesignTokens/todaytix/GradientTokens.swift @@ -0,0 +1,149 @@ + +// Do not edit directly +// Generated on Thu, 10 Nov 2022 19:19:40 GMT + + +import UIKit + +public class GradientTokens { + public var lightInteractiveInteractive01: CAGradientLayer { + get { + let gradientLayer = CAGradientLayer() + gradientLayer.colors = [UIColor(red: 0.871, green: 0.149, blue: 0.318, alpha:1), UIColor(red: 0.882, green: 0.145, blue: 0.157, alpha:1)] + gradientLayer.startPoint = CGPoint(x: 0.5, y: 0.05) + gradientLayer.endPoint = CGPoint(x: 0.5, y: 0.95) + return gradientLayer + } + } + + public var lightTagBrandBackground: CAGradientLayer { + get { + let gradientLayer = CAGradientLayer() + gradientLayer.colors = [UIColor(red: 0.871, green: 0.149, blue: 0.318, alpha:1), UIColor(red: 0.882, green: 0.145, blue: 0.157, alpha:1)] + gradientLayer.startPoint = CGPoint(x: 0.5, y: 0.05) + gradientLayer.endPoint = CGPoint(x: 0.5, y: 0.95) + return gradientLayer + } + } + + public var lightTagBrandHover: CAGradientLayer { + get { + let gradientLayer = CAGradientLayer() + gradientLayer.colors = [UIColor(red: 1.000, green: 0.059, blue: 0.341, alpha:1), UIColor(red: 1.000, green: 0.071, blue: 0.149, alpha:1)] + gradientLayer.startPoint = CGPoint(x: 0.5, y: 0.05) + gradientLayer.endPoint = CGPoint(x: 0.5, y: 0.95) + return gradientLayer + } + } + + public var coreGradientTangerine: CAGradientLayer { + get { + let gradientLayer = CAGradientLayer() + gradientLayer.colors = [UIColor(red: 0.765, green: 0.137, blue: 0.137, alpha:1), UIColor(red: 1.000, green: 0.506, blue: 0.333, alpha:1)] + gradientLayer.startPoint = CGPoint(x: 0.5, y: 0.05) + gradientLayer.endPoint = CGPoint(x: 0.5, y: 0.95) + return gradientLayer + } + } + + public var coreGradientSky: CAGradientLayer { + get { + let gradientLayer = CAGradientLayer() + gradientLayer.colors = [UIColor(red: 0.000, green: 0.208, blue: 0.463, alpha:1), UIColor(red: 0.114, green: 0.584, blue: 0.851, alpha:1)] + gradientLayer.startPoint = CGPoint(x: 0.5, y: 0.05) + gradientLayer.endPoint = CGPoint(x: 0.5, y: 0.95) + return gradientLayer + } + } + + public var coreGradientRaspberry: CAGradientLayer { + get { + let gradientLayer = CAGradientLayer() + gradientLayer.colors = [UIColor(red: 0.502, green: 0.024, blue: 0.220, alpha:1), UIColor(red: 0.882, green: 0.090, blue: 0.408, alpha:1)] + gradientLayer.startPoint = CGPoint(x: 0.5, y: 0.05) + gradientLayer.endPoint = CGPoint(x: 0.5, y: 0.95) + return gradientLayer + } + } + + public var coreGradientGrape: CAGradientLayer { + get { + let gradientLayer = CAGradientLayer() + gradientLayer.colors = [UIColor(red: 0.224, green: 0.043, blue: 0.537, alpha:1), UIColor(red: 0.580, green: 0.239, blue: 0.851, alpha:1)] + gradientLayer.startPoint = CGPoint(x: 0.5, y: 0.05) + gradientLayer.endPoint = CGPoint(x: 0.5, y: 0.95) + return gradientLayer + } + } + + public var coreGradientMidnight: CAGradientLayer { + get { + let gradientLayer = CAGradientLayer() + gradientLayer.colors = [UIColor(red: 0.157, green: 0.137, blue: 0.271, alpha:1), UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha:1)] + gradientLayer.startPoint = CGPoint(x: 0.5, y: 0.95) + gradientLayer.endPoint = CGPoint(x: 0.5, y: 0.05) + return gradientLayer + } + } + + public var coreGradientCandyapple: CAGradientLayer { + get { + let gradientLayer = CAGradientLayer() + gradientLayer.colors = [UIColor(red: 0.871, green: 0.149, blue: 0.318, alpha:1), UIColor(red: 0.882, green: 0.145, blue: 0.157, alpha:1)] + gradientLayer.startPoint = CGPoint(x: 0.5, y: 0.05) + gradientLayer.endPoint = CGPoint(x: 0.5, y: 0.95) + return gradientLayer + } + } + + public var coreGradientDragonfruit: CAGradientLayer { + get { + let gradientLayer = CAGradientLayer() + gradientLayer.colors = [UIColor(red: 1.000, green: 0.059, blue: 0.341, alpha:1), UIColor(red: 1.000, green: 0.071, blue: 0.149, alpha:1)] + gradientLayer.startPoint = CGPoint(x: 0.5, y: 0.05) + gradientLayer.endPoint = CGPoint(x: 0.5, y: 0.95) + return gradientLayer + } + } + + public var darkInteractiveInteractive01: CAGradientLayer { + get { + let gradientLayer = CAGradientLayer() + gradientLayer.colors = [UIColor(red: 1.000, green: 0.059, blue: 0.341, alpha:1), UIColor(red: 1.000, green: 0.071, blue: 0.149, alpha:1)] + gradientLayer.startPoint = CGPoint(x: 0.5, y: 0.05) + gradientLayer.endPoint = CGPoint(x: 0.5, y: 0.95) + return gradientLayer + } + } + + public var darkBackgroundUiBackground: CAGradientLayer { + get { + let gradientLayer = CAGradientLayer() + gradientLayer.colors = [UIColor(red: 0.157, green: 0.137, blue: 0.271, alpha:1), UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha:1)] + gradientLayer.startPoint = CGPoint(x: 0.5, y: 0.95) + gradientLayer.endPoint = CGPoint(x: 0.5, y: 0.05) + return gradientLayer + } + } + + public var darkTagBrandBackground: CAGradientLayer { + get { + let gradientLayer = CAGradientLayer() + gradientLayer.colors = [UIColor(red: 1.000, green: 0.059, blue: 0.341, alpha:1), UIColor(red: 1.000, green: 0.071, blue: 0.149, alpha:1)] + gradientLayer.startPoint = CGPoint(x: 0.5, y: 0.05) + gradientLayer.endPoint = CGPoint(x: 0.5, y: 0.95) + return gradientLayer + } + } + + public var darkTagBrandHover: CAGradientLayer { + get { + let gradientLayer = CAGradientLayer() + gradientLayer.colors = [UIColor(red: 0.871, green: 0.149, blue: 0.318, alpha:1), UIColor(red: 0.882, green: 0.145, blue: 0.157, alpha:1)] + gradientLayer.startPoint = CGPoint(x: 0.5, y: 0.05) + gradientLayer.endPoint = CGPoint(x: 0.5, y: 0.95) + return gradientLayer + } + } + +} \ No newline at end of file diff --git a/Sources/iosDesignTokens/todaytix/Tokens.swift b/Sources/iosDesignTokens/todaytix/Tokens.swift new file mode 100644 index 0000000..b811a3e --- /dev/null +++ b/Sources/iosDesignTokens/todaytix/Tokens.swift @@ -0,0 +1,282 @@ + +// +// Tokens.swift +// + +// Do not edit directly +// Generated on Thu, 10 Nov 2022 19:19:40 GMT + + +import UIKit + +public enum Tokens { + public static let borderRadiusLg = CGFloat(8) + public static let borderRadiusSm = CGFloat(4) + public static let borderRadiusXl = CGFloat(16) + public static let borderWidthLg = CGFloat(8) + public static let borderWidthMd = CGFloat(4) + public static let borderWidthNone = CGFloat(0) + public static let borderWidthSm = CGFloat(2) + public static let borderWidthXs = CGFloat(1) + public static let coreBasic0 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1) + public static let coreBasic10 = UIColor(red: 0.918, green: 0.918, blue: 0.925, alpha: 1) + public static let coreBasic100 = UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha: 1) + public static let coreBasic20 = UIColor(red: 0.835, green: 0.835, blue: 0.851, alpha: 1) + public static let coreBasic30 = UIColor(red: 0.753, green: 0.753, blue: 0.776, alpha: 1) + public static let coreBasic40 = UIColor(red: 0.671, green: 0.671, blue: 0.698, alpha: 1) + public static let coreBasic50 = UIColor(red: 0.588, green: 0.588, blue: 0.624, alpha: 1) + public static let coreBasic60 = UIColor(red: 0.392, green: 0.388, blue: 0.455, alpha: 1) + public static let coreBasic70 = UIColor(red: 0.239, green: 0.235, blue: 0.318, alpha: 1) + public static let coreBasic80 = UIColor(red: 0.173, green: 0.173, blue: 0.247, alpha: 1) + public static let coreBasic90 = UIColor(red: 0.090, green: 0.086, blue: 0.122, alpha: 1) + public static let coreBlue10 = UIColor(red: 0.898, green: 0.953, blue: 1.000, alpha: 1) + public static let coreBlue100 = UIColor(red: 0.098, green: 0.145, blue: 0.188, alpha: 1) + public static let coreBlue20 = UIColor(red: 0.800, green: 0.906, blue: 1.000, alpha: 1) + public static let coreBlue30 = UIColor(red: 0.451, green: 0.737, blue: 1.000, alpha: 1) + public static let coreBlue40 = UIColor(red: 0.271, green: 0.647, blue: 1.000, alpha: 1) + public static let coreBlue50 = UIColor(red: 0.086, green: 0.561, blue: 1.000, alpha: 1) + public static let coreBlue60 = UIColor(red: 0.000, green: 0.522, blue: 1.000, alpha: 1) + public static let coreBlue70 = UIColor(red: 0.000, green: 0.416, blue: 0.800, alpha: 1) + public static let coreBlue80 = UIColor(red: 0.000, green: 0.314, blue: 0.600, alpha: 1) + public static let coreBlue90 = UIColor(red: 0.098, green: 0.196, blue: 0.282, alpha: 1) + public static let coreGradientCandyapple = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1) + public static let coreGradientDragonfruit = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1) + public static let coreGradientGrape = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1) + public static let coreGradientMidnight = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1) + public static let coreGradientRaspberry = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1) + public static let coreGradientSky = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1) + public static let coreGradientTangerine = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1) + public static let coreGreen10 = UIColor(red: 0.898, green: 0.973, blue: 0.922, alpha: 1) + public static let coreGreen100 = UIColor(red: 0.000, green: 0.145, blue: 0.039, alpha: 1) + public static let coreGreen20 = UIColor(red: 0.800, green: 0.945, blue: 0.839, alpha: 1) + public static let coreGreen30 = UIColor(red: 0.455, green: 0.878, blue: 0.573, alpha: 1) + public static let coreGreen40 = UIColor(red: 0.271, green: 0.835, blue: 0.427, alpha: 1) + public static let coreGreen50 = UIColor(red: 0.090, green: 0.796, blue: 0.286, alpha: 1) + public static let coreGreen60 = UIColor(red: 0.000, green: 0.729, blue: 0.204, alpha: 1) + public static let coreGreen70 = UIColor(red: 0.000, green: 0.584, blue: 0.165, alpha: 1) + public static let coreGreen80 = UIColor(red: 0.000, green: 0.439, blue: 0.122, alpha: 1) + public static let coreGreen90 = UIColor(red: 0.000, green: 0.290, blue: 0.082, alpha: 1) + public static let coreOpacity10Black = UIColor(red: 0.392, green: 0.388, blue: 0.455, alpha: 0.10196078431372549) + public static let coreOpacity10White = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.10196078431372549) + public static let coreOpacity30Black = UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha: 0.30196078431372547) + public static let coreOpacity30White = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.30196078431372547) + public static let coreOpacity80Black = UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha: 0.8) + public static let coreOrange10 = UIColor(red: 1.000, green: 0.961, blue: 0.914, alpha: 1) + public static let coreOrange100 = UIColor(red: 0.188, green: 0.153, blue: 0.106, alpha: 1) + public static let coreOrange20 = UIColor(red: 0.996, green: 0.906, blue: 0.800, alpha: 1) + public static let coreOrange30 = UIColor(red: 1.000, green: 0.698, blue: 0.341, alpha: 1) + public static let coreOrange40 = UIColor(red: 0.980, green: 0.620, blue: 0.200, alpha: 1) + public static let coreOrange50 = UIColor(red: 0.980, green: 0.573, blue: 0.098, alpha: 1) + public static let coreOrange60 = UIColor(red: 0.976, green: 0.525, blue: 0.000, alpha: 1) + public static let coreOrange70 = UIColor(red: 0.800, green: 0.498, blue: 0.141, alpha: 1) + public static let coreOrange80 = UIColor(red: 0.780, green: 0.420, blue: 0.000, alpha: 1) + public static let coreOrange90 = UIColor(red: 0.282, green: 0.208, blue: 0.118, alpha: 1) + public static let corePurple10 = UIColor(red: 0.957, green: 0.918, blue: 0.992, alpha: 1) + public static let corePurple100 = UIColor(red: 0.149, green: 0.114, blue: 0.184, alpha: 1) + public static let corePurple20 = UIColor(red: 0.910, green: 0.835, blue: 0.984, alpha: 1) + public static let corePurple30 = UIColor(red: 0.671, green: 0.380, blue: 0.961, alpha: 1) + public static let corePurple40 = UIColor(red: 0.635, green: 0.337, blue: 0.929, alpha: 1) + public static let corePurple50 = UIColor(red: 0.588, green: 0.227, blue: 0.949, alpha: 1) + public static let corePurple60 = UIColor(red: 0.545, green: 0.173, blue: 0.914, alpha: 1) + public static let corePurple70 = UIColor(red: 0.471, green: 0.180, blue: 0.761, alpha: 1) + public static let corePurple80 = UIColor(red: 0.435, green: 0.137, blue: 0.729, alpha: 1) + public static let corePurple90 = UIColor(red: 0.200, green: 0.129, blue: 0.271, alpha: 1) + public static let coreRed10 = UIColor(red: 1.000, green: 0.906, blue: 0.933, alpha: 1) + public static let coreRed100 = UIColor(red: 0.200, green: 0.016, blue: 0.031, alpha: 1) + public static let coreRed20 = UIColor(red: 1.000, green: 0.812, blue: 0.867, alpha: 1) + public static let coreRed30 = UIColor(red: 1.000, green: 0.435, blue: 0.604, alpha: 1) + public static let coreRed40 = UIColor(red: 1.000, green: 0.247, blue: 0.475, alpha: 1) + public static let coreRed50 = UIColor(red: 1.000, green: 0.059, blue: 0.341, alpha: 1) + public static let coreRed60 = UIColor(red: 1.000, green: 0.071, blue: 0.149, alpha: 1) + public static let coreRed70 = UIColor(red: 0.800, green: 0.055, blue: 0.118, alpha: 1) + public static let coreRed80 = UIColor(red: 0.600, green: 0.043, blue: 0.090, alpha: 1) + public static let coreRed90 = UIColor(red: 0.400, green: 0.027, blue: 0.059, alpha: 1) + public static let coreSeatMapAvailable = UIColor(red: 0.745, green: 0.827, blue: 0.886, alpha: 1) + public static let coreSeatMapChartBg = UIColor(red: 0.906, green: 0.918, blue: 0.929, alpha: 1) + public static let coreSeatMapHover = UIColor(red: 0.447, green: 0.639, blue: 0.776, alpha: 1) + public static let coreSeatMapSelected = UIColor(red: 0.149, green: 0.475, blue: 0.710, alpha: 1) + public static let coreSeatMapUnavailable = UIColor(red: 0.898, green: 0.910, blue: 0.922, alpha: 1) + public static let darkBackgroundUiBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1) + public static let darkBrandPrimary = UIColor(red: 1.000, green: 0.071, blue: 0.149, alpha: 1) + public static let darkBrandSecondary = UIColor(red: 1.000, green: 0.059, blue: 0.341, alpha: 1) + public static let darkBrandTertiary = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1) + public static let darkDangerDanger01 = UIColor(red: 1.000, green: 0.071, blue: 0.149, alpha: 1) + public static let darkDisabledDisabled01 = UIColor(red: 0.173, green: 0.173, blue: 0.247, alpha: 1) + public static let darkDisabledDisabled02 = UIColor(red: 0.588, green: 0.588, blue: 0.624, alpha: 1) + public static let darkDisabledDisabled03 = UIColor(red: 0.173, green: 0.173, blue: 0.247, alpha: 1) + public static let darkFieldField01 = UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha: 1) + public static let darkFieldField02 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.10196078431372549) + public static let darkFocusFocus = UIColor(red: 0.086, green: 0.561, blue: 1.000, alpha: 1) + public static let darkHoverPrimary = UIColor(red: 0.600, green: 0.043, blue: 0.090, alpha: 1) + public static let darkHoverPrimaryText = UIColor(red: 0.800, green: 0.055, blue: 0.118, alpha: 1) + public static let darkHoverSecondary = UIColor(red: 0.392, green: 0.388, blue: 0.455, alpha: 1) + public static let darkHoverTertiary = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1) + public static let darkHoverUi = UIColor(red: 0.392, green: 0.388, blue: 0.455, alpha: 0.10196078431372549) + public static let darkIcon01 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1) + public static let darkIcon02 = UIColor(red: 0.753, green: 0.753, blue: 0.776, alpha: 1) + public static let darkIcon03 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1) + public static let darkIcon04 = UIColor(red: 1.000, green: 0.071, blue: 0.149, alpha: 1) + public static let darkIcon05 = UIColor(red: 0.588, green: 0.588, blue: 0.624, alpha: 1) + public static let darkInteractiveInteractive01 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1) + public static let darkInteractiveInteractive02 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.10196078431372549) + public static let darkInteractiveInteractive03 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.30196078431372547) + public static let darkInteractiveInteractive04 = UIColor(red: 1.000, green: 0.059, blue: 0.341, alpha: 1) + public static let darkLink01 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1) + public static let darkOverlayOverlay01 = UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha: 0.8) + public static let darkSupport01 = UIColor(red: 0.000, green: 0.729, blue: 0.204, alpha: 1) + public static let darkSupport02 = UIColor(red: 1.000, green: 0.071, blue: 0.149, alpha: 1) + public static let darkSupport03 = UIColor(red: 0.086, green: 0.561, blue: 1.000, alpha: 1) + public static let darkSupport04 = UIColor(red: 0.980, green: 0.620, blue: 0.200, alpha: 1) + public static let darkTagBlueBackground = UIColor(red: 0.451, green: 0.737, blue: 1.000, alpha: 1) + public static let darkTagBlueHover = UIColor(red: 0.271, green: 0.647, blue: 1.000, alpha: 1) + public static let darkTagBlueText = UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha: 1) + public static let darkTagBrandBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1) + public static let darkTagBrandHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1) + public static let darkTagBrandText = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1) + public static let darkTagGrayBackground = UIColor(red: 0.753, green: 0.753, blue: 0.776, alpha: 1) + public static let darkTagGrayHover = UIColor(red: 0.671, green: 0.671, blue: 0.698, alpha: 1) + public static let darkTagGrayText = UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha: 1) + public static let darkTagGreenBackground = UIColor(red: 0.455, green: 0.878, blue: 0.573, alpha: 1) + public static let darkTagGreenHover = UIColor(red: 0.271, green: 0.835, blue: 0.427, alpha: 1) + public static let darkTagGreenText = UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha: 1) + public static let darkTagOrangeBackground = UIColor(red: 1.000, green: 0.698, blue: 0.341, alpha: 1) + public static let darkTagOrangeHover = UIColor(red: 0.980, green: 0.620, blue: 0.200, alpha: 1) + public static let darkTagOrangeText = UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha: 1) + public static let darkTagPurpleBackground = UIColor(red: 0.671, green: 0.380, blue: 0.961, alpha: 1) + public static let darkTagPurpleHover = UIColor(red: 0.635, green: 0.337, blue: 0.929, alpha: 1) + public static let darkTagPurpleText = UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha: 1) + public static let darkTagRedBackground = UIColor(red: 1.000, green: 0.435, blue: 0.604, alpha: 1) + public static let darkTagRedHover = UIColor(red: 1.000, green: 0.247, blue: 0.475, alpha: 1) + public static let darkTagRedText = UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha: 1) + public static let darkText01 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1) + public static let darkText02 = UIColor(red: 0.835, green: 0.835, blue: 0.851, alpha: 1) + public static let darkText03 = UIColor(red: 0.671, green: 0.671, blue: 0.698, alpha: 1) + public static let darkText04 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1) + public static let darkText05 = UIColor(red: 0.588, green: 0.588, blue: 0.624, alpha: 1) + public static let darkTextDiscount = UIColor(red: 1.000, green: 0.059, blue: 0.341, alpha: 1) + public static let darkTextError = UIColor(red: 1.000, green: 0.071, blue: 0.149, alpha: 1) + public static let darkUiUi01 = UIColor(red: 0.090, green: 0.086, blue: 0.122, alpha: 1) + public static let darkUiUi02 = UIColor(red: 0.173, green: 0.173, blue: 0.247, alpha: 1) + public static let darkUiUi03 = UIColor(red: 0.392, green: 0.388, blue: 0.455, alpha: 1) + public static let darkUiUi04 = UIColor(red: 0.588, green: 0.588, blue: 0.624, alpha: 1) + public static let darkUiUi05 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1) + public static let fontFamiliesBody = "Aktiv Grotesk App" + public static let fontFamiliesHeading = "Gellix" + public static let fontSizeMediumBase = CGFloat(18) + public static let fontSizeMediumBodyPrimary = CGFloat(18) + public static let fontSizeMediumBodySecondary = CGFloat(16) + public static let fontSizeMediumBodyTertiary = CGFloat(14) + public static let fontSizeMediumH1 = CGFloat(56) + public static let fontSizeMediumH2 = CGFloat(45) + public static let fontSizeMediumH3 = CGFloat(36) + public static let fontSizeMediumH4 = CGFloat(29) + public static let fontSizeMediumH5 = CGFloat(23) + public static let fontSizeMediumH6 = CGFloat(23) + public static let fontSizeMediumH7 = CGFloat(21) + public static let fontSizeMediumScale = CGFloat(1.25) + public static let fontSizeSmallBase = CGFloat(16) + public static let fontSizeSmallBodyPrimary = CGFloat(16) + public static let fontSizeSmallBodySecondary = CGFloat(14) + public static let fontSizeSmallBodyTertiary = CGFloat(12) + public static let fontSizeSmallH1 = CGFloat(49) + public static let fontSizeSmallH2 = CGFloat(39) + public static let fontSizeSmallH3 = CGFloat(31) + public static let fontSizeSmallH4 = CGFloat(25) + public static let fontSizeSmallH5 = CGFloat(20) + public static let fontSizeSmallH6 = CGFloat(20) + public static let fontSizeSmallH7 = CGFloat(18) + public static let fontSizeSmallScale = CGFloat(1.25) + public static let fontWeightsBodyBold = CGFloat(700) + public static let fontWeightsBodyRegular = CGFloat(400) + public static let fontWeightsHeadingBold = CGFloat(700) + public static let fontWeightsHeadingRegular = CGFloat(400) + public static let letterSpacingDefault = CGFloat(0) + public static let letterSpacingIncreased = CGFloat(0.01) + public static let lightBackgroundUiBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1) + public static let lightBrandPrimary = UIColor(red: 1.000, green: 0.071, blue: 0.149, alpha: 1) + public static let lightBrandSecondary = UIColor(red: 1.000, green: 0.059, blue: 0.341, alpha: 1) + public static let lightBrandTertiary = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1) + public static let lightDangerDanger01 = UIColor(red: 1.000, green: 0.071, blue: 0.149, alpha: 1) + public static let lightDisabledDisabled01 = UIColor(red: 0.918, green: 0.918, blue: 0.925, alpha: 1) + public static let lightDisabledDisabled02 = UIColor(red: 0.392, green: 0.388, blue: 0.455, alpha: 1) + public static let lightDisabledDisabled03 = UIColor(red: 0.918, green: 0.918, blue: 0.925, alpha: 1) + public static let lightFieldField01 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1) + public static let lightFieldField02 = UIColor(red: 0.392, green: 0.388, blue: 0.455, alpha: 0.10196078431372549) + public static let lightFocusFocus = UIColor(red: 0.000, green: 0.522, blue: 1.000, alpha: 1) + public static let lightHoverPrimary = UIColor(red: 0.600, green: 0.043, blue: 0.090, alpha: 1) + public static let lightHoverPrimaryText = UIColor(red: 0.800, green: 0.055, blue: 0.118, alpha: 1) + public static let lightHoverSecondary = UIColor(red: 0.753, green: 0.753, blue: 0.776, alpha: 1) + public static let lightHoverTertiary = UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha: 1) + public static let lightHoverUi = UIColor(red: 0.392, green: 0.388, blue: 0.455, alpha: 0.10196078431372549) + public static let lightIcon01 = UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha: 1) + public static let lightIcon02 = UIColor(red: 0.392, green: 0.388, blue: 0.455, alpha: 1) + public static let lightIcon03 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1) + public static let lightIcon04 = UIColor(red: 1.000, green: 0.071, blue: 0.149, alpha: 1) + public static let lightIcon05 = UIColor(red: 0.392, green: 0.388, blue: 0.455, alpha: 1) + public static let lightInteractiveInteractive01 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1) + public static let lightInteractiveInteractive02 = UIColor(red: 0.392, green: 0.388, blue: 0.455, alpha: 0.10196078431372549) + public static let lightInteractiveInteractive03 = UIColor(red: 0.671, green: 0.671, blue: 0.698, alpha: 1) + public static let lightInteractiveInteractive04 = UIColor(red: 1.000, green: 0.059, blue: 0.341, alpha: 1) + public static let lightLink01 = UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha: 1) + public static let lightOverlayOverlay01 = UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha: 0.8) + public static let lightSupport01 = UIColor(red: 0.000, green: 0.439, blue: 0.122, alpha: 1) + public static let lightSupport02 = UIColor(red: 0.600, green: 0.043, blue: 0.090, alpha: 1) + public static let lightSupport03 = UIColor(red: 0.000, green: 0.416, blue: 0.800, alpha: 1) + public static let lightSupport04 = UIColor(red: 0.800, green: 0.498, blue: 0.141, alpha: 1) + public static let lightTagBlueBackground = UIColor(red: 0.898, green: 0.953, blue: 1.000, alpha: 1) + public static let lightTagBlueHover = UIColor(red: 0.800, green: 0.906, blue: 1.000, alpha: 1) + public static let lightTagBlueText = UIColor(red: 0.000, green: 0.314, blue: 0.600, alpha: 1) + public static let lightTagBrandBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1) + public static let lightTagBrandHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1) + public static let lightTagBrandText = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1) + public static let lightTagGrayBackground = UIColor(red: 0.918, green: 0.918, blue: 0.925, alpha: 1) + public static let lightTagGrayHover = UIColor(red: 0.835, green: 0.835, blue: 0.851, alpha: 1) + public static let lightTagGrayText = UIColor(red: 0.173, green: 0.173, blue: 0.247, alpha: 1) + public static let lightTagGreenBackground = UIColor(red: 0.898, green: 0.973, blue: 0.922, alpha: 1) + public static let lightTagGreenHover = UIColor(red: 0.800, green: 0.945, blue: 0.839, alpha: 1) + public static let lightTagGreenText = UIColor(red: 0.000, green: 0.439, blue: 0.122, alpha: 1) + public static let lightTagOrangeBackground = UIColor(red: 1.000, green: 0.961, blue: 0.914, alpha: 1) + public static let lightTagOrangeHover = UIColor(red: 0.996, green: 0.906, blue: 0.800, alpha: 1) + public static let lightTagOrangeText = UIColor(red: 0.780, green: 0.420, blue: 0.000, alpha: 1) + public static let lightTagPurpleBackground = UIColor(red: 0.957, green: 0.918, blue: 0.992, alpha: 1) + public static let lightTagPurpleHover = UIColor(red: 0.910, green: 0.835, blue: 0.984, alpha: 1) + public static let lightTagPurpleText = UIColor(red: 0.435, green: 0.137, blue: 0.729, alpha: 1) + public static let lightTagRedBackground = UIColor(red: 1.000, green: 0.906, blue: 0.933, alpha: 1) + public static let lightTagRedHover = UIColor(red: 1.000, green: 0.812, blue: 0.867, alpha: 1) + public static let lightTagRedText = UIColor(red: 0.600, green: 0.043, blue: 0.090, alpha: 1) + public static let lightText01 = UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha: 1) + public static let lightText02 = UIColor(red: 0.392, green: 0.388, blue: 0.455, alpha: 1) + public static let lightText03 = UIColor(red: 0.588, green: 0.588, blue: 0.624, alpha: 1) + public static let lightText04 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1) + public static let lightText05 = UIColor(red: 0.239, green: 0.235, blue: 0.318, alpha: 1) + public static let lightTextDiscount = UIColor(red: 1.000, green: 0.071, blue: 0.149, alpha: 1) + public static let lightTextError = UIColor(red: 0.600, green: 0.043, blue: 0.090, alpha: 1) + public static let lightUiUi01 = UIColor(red: 0.918, green: 0.918, blue: 0.925, alpha: 1) + public static let lightUiUi02 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1) + public static let lightUiUi03 = UIColor(red: 0.835, green: 0.835, blue: 0.851, alpha: 1) + public static let lightUiUi04 = UIColor(red: 0.588, green: 0.588, blue: 0.624, alpha: 1) + public static let lightUiUi05 = UIColor(red: 0.043, green: 0.043, blue: 0.063, alpha: 1) + public static let lineHeightsBodyMedium = CGFloat(1.6) + public static let lineHeightsBodySmall = CGFloat(1.6) + public static let lineHeightsHeading = CGFloat(1.25) + public static let lineHeightsTextField = CGFloat(1.25) + public static let link = "underline" + public static let opacityHigh = 0.9 + public static let opacityLow = 0.1 + public static let opacityMd = 0.5 + public static let paragraphSpacingH1 = CGFloat(32) + public static let paragraphSpacingH2 = CGFloat(26) + public static let sizingLg = CGFloat(13.5) + public static let sizingMd = CGFloat(9) + public static let sizingScale = CGFloat(1.5) + public static let sizingSm = CGFloat(6) + public static let sizingXl = CGFloat(20.25) + public static let sizingXs = CGFloat(4) + public static let spacingLg = CGFloat(32) + public static let spacingMd = CGFloat(16) + public static let spacingScale = CGFloat(2) + public static let spacingSm = CGFloat(8) + public static let spacingXl = CGFloat(64) + public static let spacingXs = CGFloat(4) + public static let xxl = CGFloat(24) +}