Skip to content

Commit 629ed93

Browse files
Tokens updated (#34)
Co-authored-by: lukasoppermann <[email protected]>
1 parent a209544 commit 629ed93

11 files changed

+39
-71
lines changed

build/css/_variables.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@
1515
--breakpoints-lg: 1280px;
1616
--breakpoints-sm: 768px;
1717
--breakpoints-md: 1024px;
18+
--color-colors-semi-red: rgba(255, 95, 4, 0.5);
1819
--color-colors-multiple-fills-0: #40ffba;
1920
--color-colors-multiple-fills-1: rgba(0, 0, 0, 0.1);
2021
--color-colors-single-blue: #044aff;
2122
--color-colors-ref-blue: #044aff;
23+
--color-colors-empty: rgba(0, 0, 0, 0);
2224
--color-colors-special-characters: #40df50;
2325
--color-colors-special-characters-nderung: #3456af;
24-
--color-colors-semi-red: rgba(255, 95, 4, 0.5);
25-
--color-colors-empty: rgba(0, 0, 0, 0);
26-
--color-light-background: #ffffff;
27-
--color-dark-background: #000000;
2826
--typography-body-h3-font-size: 20px;
2927
--typography-body-h3-text-decoration: none;
3028
--typography-body-h3-font-family: Akzidenz-Grotesk Pro;

build/ios-swift/StyleDictionary.swift

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55

66
// Do not edit directly
7-
// Generated on Fri, 15 Jul 2022 18:16:50 GMT
7+
// Generated on Fri, 15 Jul 2022 19:49:49 GMT
88

99

1010
import UIKit
@@ -25,8 +25,6 @@ public class StyleDictionary {
2525
public static let colorColorsSingleBlue = UIColor(red: 0.016, green: 0.290, blue: 1.000, alpha: 1)
2626
public static let colorColorsSpecialCharacters = UIColor(red: 0.251, green: 0.875, blue: 0.314, alpha: 1)
2727
public static let colorColorsSpecialCharactersNderung = UIColor(red: 0.204, green: 0.337, blue: 0.686, alpha: 1)
28-
public static let colorDarkBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
29-
public static let colorLightBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
3028
public static let effectDropShadowSingle = [object Object]
3129
public static let effectInnerShadowMultiple0 = [object Object]
3230
public static let effectInnerShadowMultiple1 = [object Object]
@@ -37,10 +35,6 @@ public class StyleDictionary {
3735
public static let fontBodyItalic = "[object Object]"
3836
public static let fontBodyMediumExtendedItalic = "[object Object]"
3937
public static let fontBodySuper = "[object Object]"
40-
public static let gradientGradientMultiple0 = [object Object]
41-
public static let gradientGradientMultiple1 = [object Object]
42-
public static let gradientGradientMultiple2 = [object Object]
43-
public static let gradientGradientMultiple3 = [object Object]
4438
public static let gradientGradientMultiplegrad0 = [object Object]
4539
public static let gradientGradientMultiplegrad1 = [object Object]
4640
public static let gradientGradientMultiplegrad2 = [object Object]

build/ios-swift/StyleDictionaryColor.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55

66
// Do not edit directly
7-
// Generated on Fri, 15 Jul 2022 18:16:50 GMT
7+
// Generated on Fri, 15 Jul 2022 19:49:49 GMT
88

99

1010
import UIKit
@@ -18,6 +18,4 @@ public enum StyleDictionaryColor {
1818
public static let colorsSingleBlue = UIColor(red: 0.016, green: 0.290, blue: 1.000, alpha: 1)
1919
public static let colorsSpecialCharacters = UIColor(red: 0.251, green: 0.875, blue: 0.314, alpha: 1)
2020
public static let colorsSpecialCharactersNderung = UIColor(red: 0.204, green: 0.337, blue: 0.686, alpha: 1)
21-
public static let darkBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
22-
public static let lightBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
2321
}

build/ios-swift/StyleDictionarySize.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55

66
// Do not edit directly
7-
// Generated on Fri, 15 Jul 2022 18:16:50 GMT
7+
// Generated on Fri, 15 Jul 2022 19:49:49 GMT
88

99

1010
import UIKit

build/ios/StyleDictionaryColor.h

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,20 @@
44
//
55

66
// Do not edit directly
7-
// Generated on Fri, 15 Jul 2022 18:16:50 GMT
7+
// Generated on Fri, 15 Jul 2022 19:49:49 GMT
88

99

1010
#import <UIKit/UIKit.h>
1111

1212
typedef NS_ENUM(NSInteger, StyleDictionaryColorName) {
13+
ColorColorsSemiRed,
1314
ColorColorsMultipleFills0,
1415
ColorColorsMultipleFills1,
1516
ColorColorsSingleBlue,
1617
ColorColorsRefBlue,
17-
ColorColorsSpecialCharacters,
18-
ColorColorsSpecialCharactersNderung,
19-
ColorColorsSemiRed,
2018
ColorColorsEmpty,
21-
ColorLightBackground,
22-
ColorDarkBackground
19+
ColorColorsSpecialCharacters,
20+
ColorColorsSpecialCharactersNderung
2321
};
2422

2523
@interface StyleDictionaryColor : NSObject

build/ios/StyleDictionaryColor.m

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55

66
// Do not edit directly
7-
// Generated on Fri, 15 Jul 2022 18:16:50 GMT
7+
// Generated on Fri, 15 Jul 2022 19:49:49 GMT
88

99

1010
#import "StyleDictionaryColor.h"
@@ -21,16 +21,14 @@ + (NSArray *)values {
2121

2222
dispatch_once(&onceToken, ^{
2323
colorArray = @[
24+
[UIColor colorWithRed:1.000f green:0.373f blue:0.016f alpha:0.502f],
2425
[UIColor colorWithRed:0.251f green:1.000f blue:0.729f alpha:1.000f],
2526
[UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:0.102f],
2627
[UIColor colorWithRed:0.016f green:0.290f blue:1.000f alpha:1.000f],
2728
[UIColor colorWithRed:0.016f green:0.290f blue:1.000f alpha:1.000f],
28-
[UIColor colorWithRed:0.251f green:0.875f blue:0.314f alpha:1.000f],
29-
[UIColor colorWithRed:0.204f green:0.337f blue:0.686f alpha:1.000f],
30-
[UIColor colorWithRed:1.000f green:0.373f blue:0.016f alpha:0.502f],
3129
[UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:0.000f],
32-
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
33-
[UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f]
30+
[UIColor colorWithRed:0.251f green:0.875f blue:0.314f alpha:1.000f],
31+
[UIColor colorWithRed:0.204f green:0.337f blue:0.686f alpha:1.000f]
3432
];
3533
});
3634

build/ios/StyleDictionarySize.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44

55
// Do not edit directly
6-
// Generated on Fri, 15 Jul 2022 18:16:50 GMT
6+
// Generated on Fri, 15 Jul 2022 19:49:49 GMT
77

88

99
#import <Foundation/Foundation.h>

build/ios/StyleDictionarySize.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55

66
// Do not edit directly
7-
// Generated on Fri, 15 Jul 2022 18:16:50 GMT
7+
// Generated on Fri, 15 Jul 2022 19:49:49 GMT
88

99

1010
#import "StyleDictionarySize.h"

build/json/styles.json

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,31 +25,28 @@
2525
"Radius5": {"smoothing":0,"topLeft":5,"topRight":5,"bottomLeft":5,"bottomRight":5},
2626
"RadiiSmoothing": {"smoothing":0.75,"topLeft":10,"topRight":10,"bottomLeft":10,"bottomRight":10},
2727
"RadiiMixed": {"smoothing":0,"topLeft":5.5,"topRight":10,"bottomLeft":20,"bottomRight":15},
28-
"MotionMoveIn": {"transitionType":"move_in","duration":0.5,"direction":"left","easingFunction":{"x1":0.41999998688697815,"x2":1,"y1":0,"y2":1},"easingType":"cubicBezier"},
29-
"MotionDissolve": {"transitionType":"dissolve","duration":0.45,"easingFunction":{"x1":0.6968395709991455,"x2":0.06683959811925888,"y1":0.052326660603284836,"y2":0.9323266744613647},"easingType":"cubicBezier"},
30-
"MotionSmart": {"transitionType":"smart_animate","duration":0.5,"easingFunction":{"x1":0,"x2":1,"y1":0,"y2":1},"easingType":"cubicBezier"},
31-
"MotionPush": {"transitionType":"push","duration":0.5,"direction":"left","easingFunction":{"x1":0.30000001192092896,"x2":0.699999988079071,"y1":-0.05000000074505806,"y2":-0.5},"easingType":"cubicBezier"},
28+
"MotionMoveIn": {"transitionType":"move_in","duration":0.5,"direction":"left","easingType":"cubicBezier","easingFunction":{"x1":0.41999998688697815,"x2":1,"y1":0,"y2":1}},
29+
"MotionDissolve": {"transitionType":"dissolve","duration":0.45,"easingType":"cubicBezier","easingFunction":{"x1":0.6968395709991455,"x2":0.06683959811925888,"y1":0.052326660603284836,"y2":0.9323266744613647}},
30+
"MotionSmart": {"transitionType":"smart_animate","duration":0.5,"easingType":"cubicBezier","easingFunction":{"x1":0,"x2":1,"y1":0,"y2":1}},
31+
"MotionPush": {"transitionType":"push","duration":0.5,"direction":"left","easingType":"cubicBezier","easingFunction":{"x1":0.30000001192092896,"x2":0.699999988079071,"y1":-0.05000000074505806,"y2":-0.5}},
3232
"MotionBouncy": {"transitionType":"push","duration":0.958,"direction":"left","easingType":"spring","easingFunction":{"mass":1,"stiffness":600,"damping":15}},
3333
"MotionCustomSpring": {"transitionType":"push","duration":0.744,"direction":"left","easingType":"spring","easingFunction":{"mass":1,"stiffness":300,"damping":20}},
34+
"Opacities025": 0.25,
35+
"OpacityFull": 1,
36+
"OpacityHalf": 0.5,
3437
"GradientGradientSingleWithMultipleColorStops": {"gradientType":"radial","rotation":180,"stops":[{"position":0,"color":"#ffb800ff"},{"position":0.34,"color":"#ff8a00ff"},{"position":0.65,"color":"#ff2e00ff"},{"position":1,"color":"#ff0000ff"}]},
35-
"GradientGradientMultiple0": {"gradientType":"linear","rotation":180,"stops":[{"position":0,"color":"#ffb800ff"},{"position":1,"color":"#ffb800ff"}]},
36-
"GradientGradientMultiple1": {"gradientType":"radial","rotation":180,"stops":[{"position":0,"color":"#ffffffff"},{"position":1,"color":"#ffffffff"}]},
37-
"GradientGradientMultiple2": {"gradientType":"angular","rotation":180,"stops":[{"position":0,"color":"#cf3030ff"},{"position":1,"color":"#ffffffff"}]},
38-
"GradientGradientMultiple3": {"gradientType":"diamond","rotation":180,"stops":[{"position":0,"color":"#4a4fccff"},{"position":1,"color":"#ffffffff"}]},
3938
"GradientGradientMultiplegrad0": {"gradientType":"linear","rotation":180,"stops":[{"position":0,"color":"#ffb800ff"},{"position":1,"color":"#ffb80000"}]},
4039
"GradientGradientMultiplegrad1": {"gradientType":"radial","rotation":180,"stops":[{"position":0,"color":"#ffffffff"},{"position":1,"color":"#ffffff00"}]},
4140
"GradientGradientMultiplegrad2": {"gradientType":"angular","rotation":180,"stops":[{"position":0,"color":"#cf3030ff"},{"position":1,"color":"#ffffff00"}]},
4241
"GradientGradientMultiplegrad3": {"gradientType":"diamond","rotation":180,"stops":[{"position":0,"color":"#4a4fccff"},{"position":0.23,"color":"#ffffff00"}]},
42+
"ColorColorsSemiRed": "#ff5f04",
4343
"ColorColorsMultipleFills0": "#40ffba",
4444
"ColorColorsMultipleFills1": "#000000",
4545
"ColorColorsSingleBlue": "#044aff",
4646
"ColorColorsRefBlue": "#044aff",
47+
"ColorColorsEmpty": "#000000",
4748
"ColorColorsSpecialCharacters": "#40df50",
4849
"ColorColorsSpecialCharactersNderung": "#3456af",
49-
"ColorColorsSemiRed": "#ff5f04",
50-
"ColorColorsEmpty": "#000000",
51-
"ColorLightBackground": "#ffffff",
52-
"ColorDarkBackground": "#000000",
5350
"GridMultiple0": {"pattern":"columns","sectionSize":1,"gutterSize":20,"alignment":"max","count":7,"offset":3},
5451
"GridMultiple1": {"pattern":"columns","sectionSize":12,"gutterSize":20,"alignment":"center","count":6},
5552
"GridMultiple2": {"pattern":"columns","gutterSize":20,"alignment":"stretch","count":5,"offset":10},
@@ -134,8 +131,5 @@
134131
"TypographyBodySuperLineHeight": 26.4,
135132
"TypographyBodySuperParagraphIndent": 0,
136133
"TypographyBodySuperParagraphSpacing": 0,
137-
"TypographyBodySuperTextCase": "none",
138-
"Opacities025": 0.25,
139-
"OpacityFull": 1,
140-
"OpacityHalf": 0.5
134+
"TypographyBodySuperTextCase": "none"
141135
}

build/less/_variables.less

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// Do not edit directly
3-
// Generated on Fri, 15 Jul 2022 18:16:50 GMT
3+
// Generated on Fri, 15 Jul 2022 19:49:49 GMT
44

55
@sizes-32: 32.72px;
66
@sizes-40: 40px;
@@ -34,25 +34,22 @@
3434
@motion-push: [object Object];
3535
@motion-bouncy: [object Object];
3636
@motion-custom-spring: [object Object];
37+
@opacities-0-25: 0.25;
38+
@opacity-full: 1;
39+
@opacity-half: 0.5;
3740
@gradient-gradient-single-with-multiple-color-stops: [object Object];
38-
@gradient-gradient-multiple-0: [object Object];
39-
@gradient-gradient-multiple-1: [object Object];
40-
@gradient-gradient-multiple-2: [object Object];
41-
@gradient-gradient-multiple-3: [object Object];
4241
@gradient-gradient-multiplegrad-0: [object Object];
4342
@gradient-gradient-multiplegrad-1: [object Object];
4443
@gradient-gradient-multiplegrad-2: [object Object];
4544
@gradient-gradient-multiplegrad-3: [object Object];
45+
@color-colors-semi-red: #ff5f04;
4646
@color-colors-multiple-fills-0: #40ffba;
4747
@color-colors-multiple-fills-1: #000000;
4848
@color-colors-single-blue: #044aff;
4949
@color-colors-ref-blue: #044aff;
50+
@color-colors-empty: #000000;
5051
@color-colors-special-characters: #40df50;
5152
@color-colors-special-characters-nderung: #3456af;
52-
@color-colors-semi-red: #ff5f04;
53-
@color-colors-empty: #000000;
54-
@color-light-background: #ffffff;
55-
@color-dark-background: #000000;
5653
@grid-multiple-0: [object Object];
5754
@grid-multiple-1: [object Object];
5855
@grid-multiple-2: [object Object];
@@ -137,7 +134,4 @@
137134
@typography-body-super-line-height: 26.4px;
138135
@typography-body-super-paragraph-indent: 0;
139136
@typography-body-super-paragraph-spacing: 0;
140-
@typography-body-super-text-case: none;
141-
@opacities-0-25: 0.25;
142-
@opacity-full: 1;
143-
@opacity-half: 0.5;
137+
@typography-body-super-text-case: none;

0 commit comments

Comments
 (0)