From b94c81e5bdee479b9724eb60f8a922453bb616de Mon Sep 17 00:00:00 2001 From: aali-submittable Date: Wed, 28 Dec 2022 23:49:08 +0000 Subject: [PATCH] Tokens updated --- build/css/_variables.css | 2 +- build/ios-swift/StyleDictionary.swift | 4 ++-- build/ios-swift/StyleDictionaryColor.swift | 4 ++-- build/ios/StyleDictionaryColor.h | 2 +- build/ios/StyleDictionaryColor.m | 4 ++-- build/json/styles.json | 2 +- build/less/_variables.less | 4 ++-- build/scss/_variables.scss | 4 ++-- tokens/design-tokens.tokens.json | 4 ++-- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/build/css/_variables.css b/build/css/_variables.css index 3a176c72d..ea83bf899 100644 --- a/build/css/_variables.css +++ b/build/css/_variables.css @@ -1,4 +1,4 @@ :root { - --color-primarycolor: #e11e59; + --color-primarycolor: #3525ed; --color-secondarycolor: #d1ab72; } diff --git a/build/ios-swift/StyleDictionary.swift b/build/ios-swift/StyleDictionary.swift index 8a9b9b779..65f7dfec3 100644 --- a/build/ios-swift/StyleDictionary.swift +++ b/build/ios-swift/StyleDictionary.swift @@ -4,12 +4,12 @@ // // Do not edit directly -// Generated on Tue, 27 Dec 2022 01:28:40 GMT +// Generated on Wed, 28 Dec 2022 23:49:08 GMT import UIKit public class StyleDictionary { - public static let colorPrimarycolor = UIColor(red: 0.882, green: 0.118, blue: 0.349, alpha: 1) + public static let colorPrimarycolor = UIColor(red: 0.208, green: 0.145, blue: 0.929, alpha: 1) public static let colorSecondarycolor = UIColor(red: 0.820, green: 0.671, blue: 0.447, alpha: 1) } diff --git a/build/ios-swift/StyleDictionaryColor.swift b/build/ios-swift/StyleDictionaryColor.swift index 90d51248f..38b93f9ae 100644 --- a/build/ios-swift/StyleDictionaryColor.swift +++ b/build/ios-swift/StyleDictionaryColor.swift @@ -4,12 +4,12 @@ // // Do not edit directly -// Generated on Tue, 27 Dec 2022 01:28:40 GMT +// Generated on Wed, 28 Dec 2022 23:49:08 GMT import UIKit public enum StyleDictionaryColor { - public static let primarycolor = UIColor(red: 0.882, green: 0.118, blue: 0.349, alpha: 1) + public static let primarycolor = UIColor(red: 0.208, green: 0.145, blue: 0.929, alpha: 1) public static let secondarycolor = UIColor(red: 0.820, green: 0.671, blue: 0.447, alpha: 1) } diff --git a/build/ios/StyleDictionaryColor.h b/build/ios/StyleDictionaryColor.h index 8f0c32651..1fb9cf614 100644 --- a/build/ios/StyleDictionaryColor.h +++ b/build/ios/StyleDictionaryColor.h @@ -4,7 +4,7 @@ // // Do not edit directly -// Generated on Tue, 27 Dec 2022 01:28:40 GMT +// Generated on Wed, 28 Dec 2022 23:49:08 GMT #import diff --git a/build/ios/StyleDictionaryColor.m b/build/ios/StyleDictionaryColor.m index 3a3b9a127..139649e98 100644 --- a/build/ios/StyleDictionaryColor.m +++ b/build/ios/StyleDictionaryColor.m @@ -4,7 +4,7 @@ // // Do not edit directly -// Generated on Tue, 27 Dec 2022 01:28:40 GMT +// Generated on Wed, 28 Dec 2022 23:49:08 GMT #import "StyleDictionaryColor.h" @@ -21,7 +21,7 @@ + (NSArray *)values { dispatch_once(&onceToken, ^{ colorArray = @[ -[UIColor colorWithRed:0.882f green:0.118f blue:0.349f alpha:1.000f], +[UIColor colorWithRed:0.208f green:0.145f blue:0.929f alpha:1.000f], [UIColor colorWithRed:0.820f green:0.671f blue:0.447f alpha:1.000f] ]; }); diff --git a/build/json/styles.json b/build/json/styles.json index b9c5e4f5f..f48546582 100644 --- a/build/json/styles.json +++ b/build/json/styles.json @@ -1,4 +1,4 @@ { - "ColorPrimarycolor": "#e11e59", + "ColorPrimarycolor": "#3525ed", "ColorSecondarycolor": "#d1ab72" } \ No newline at end of file diff --git a/build/less/_variables.less b/build/less/_variables.less index c07876b35..677fc3f10 100644 --- a/build/less/_variables.less +++ b/build/less/_variables.less @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Tue, 27 Dec 2022 01:28:40 GMT +// Generated on Wed, 28 Dec 2022 23:49:08 GMT -@color-primarycolor: #e11e59; +@color-primarycolor: #3525ed; @color-secondarycolor: #d1ab72; \ No newline at end of file diff --git a/build/scss/_variables.scss b/build/scss/_variables.scss index a06172a43..3fff24dd4 100644 --- a/build/scss/_variables.scss +++ b/build/scss/_variables.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Tue, 27 Dec 2022 01:28:40 GMT +// Generated on Wed, 28 Dec 2022 23:49:08 GMT -$color-primarycolor: #e11e59; +$color-primarycolor: #3525ed; $color-secondarycolor: #d1ab72; \ No newline at end of file diff --git a/tokens/design-tokens.tokens.json b/tokens/design-tokens.tokens.json index f9cbdb781..c1eb17a42 100644 --- a/tokens/design-tokens.tokens.json +++ b/tokens/design-tokens.tokens.json @@ -1,9 +1,9 @@ { "color": { "primarycolor": { - "description": "This is the promary color", + "description": "This is the primary color", "type": "color", - "value": "#e11e59ff", + "value": "#3525edff", "blendMode": "normal", "extensions": { "org.lukasoppermann.figmaDesignTokens": {