Skip to content

Commit

Permalink
Tokens updated
Browse files Browse the repository at this point in the history
  • Loading branch information
aali-submittable authored Dec 28, 2022
1 parent fd9ebc3 commit d91e269
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build/css/_variables.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:root {
--color-primarycolor: #e11e59;
--color-primarycolor: #391ee1;
--color-secondarycolor: #d1ab72;
}
4 changes: 2 additions & 2 deletions build/ios-swift/StyleDictionary.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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:44:47 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.224, green: 0.118, blue: 0.882, alpha: 1)
public static let colorSecondarycolor = UIColor(red: 0.820, green: 0.671, blue: 0.447, alpha: 1)
}
4 changes: 2 additions & 2 deletions build/ios-swift/StyleDictionaryColor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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:44:47 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.224, green: 0.118, blue: 0.882, alpha: 1)
public static let secondarycolor = UIColor(red: 0.820, green: 0.671, blue: 0.447, alpha: 1)
}
2 changes: 1 addition & 1 deletion build/ios/StyleDictionaryColor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:44:47 GMT


#import <UIKit/UIKit.h>
Expand Down
4 changes: 2 additions & 2 deletions build/ios/StyleDictionaryColor.m
Original file line number Diff line number Diff line change
Expand Up @@ -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:44:47 GMT


#import "StyleDictionaryColor.h"
Expand All @@ -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.224f green:0.118f blue:0.882f alpha:1.000f],
[UIColor colorWithRed:0.820f green:0.671f blue:0.447f alpha:1.000f]
];
});
Expand Down
2 changes: 1 addition & 1 deletion build/json/styles.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"ColorPrimarycolor": "#e11e59",
"ColorPrimarycolor": "#391ee1",
"ColorSecondarycolor": "#d1ab72"
}
4 changes: 2 additions & 2 deletions build/less/_variables.less
Original file line number Diff line number Diff line change
@@ -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:44:47 GMT

@color-primarycolor: #e11e59;
@color-primarycolor: #391ee1;
@color-secondarycolor: #d1ab72;
4 changes: 2 additions & 2 deletions build/scss/_variables.scss
Original file line number Diff line number Diff line change
@@ -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:44:47 GMT

$color-primarycolor: #e11e59;
$color-primarycolor: #391ee1;
$color-secondarycolor: #d1ab72;
2 changes: 1 addition & 1 deletion tokens/design-tokens.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"primarycolor": {
"description": "This is the promary color",
"type": "color",
"value": "#e11e59ff",
"value": "#391ee1ff",
"blendMode": "normal",
"extensions": {
"org.lukasoppermann.figmaDesignTokens": {
Expand Down

0 comments on commit d91e269

Please sign in to comment.