Skip to content

Commit 6dfefd4

Browse files
Tokens updated
1 parent 5db78c7 commit 6dfefd4

File tree

10 files changed

+37
-4808
lines changed

10 files changed

+37
-4808
lines changed

build/css/_variables.css

Lines changed: 1 addition & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -1,130 +1,11 @@
11
:root {
2-
--sizes-32: 32.72;
3-
--sizes-40: 40;
4-
--sizes-60: 60;
5-
--sizes-80: 80;
6-
--sizes-plain-token: 200;
7-
--sizes-token-in-frame: 200;
8-
--sizes-token-in-group: 200;
9-
--sizes-in-variant-60: 60;
10-
--sizes-in-variant-90: 90;
11-
--sizes-in-variant-120: 120;
12-
--sizes-frame: 32;
13-
--sizes-rect: 32;
14-
--sizes-shape-in-component: 32;
15-
--breakpoints-lg: 1280;
16-
--breakpoints-sm: 768;
17-
--breakpoints-md: 1024;
18-
--spacing-10: [object Object];
19-
--spacing-mixed: [object Object];
20-
--spacing-top: [object Object];
21-
--borders-single: [object Object];
22-
--borders-dashed-outside: [object Object];
23-
--borders-single-style: [object Object];
24-
--borders-unsupported-multiple-borders: [object Object];
25-
--radius-5: [object Object];
26-
--radii-smoothing: [object Object];
27-
--radii-mixed: [object Object];
28-
--motion-move-in: [object Object];
29-
--motion-dissolve: [object Object];
30-
--motion-smart: [object Object];
31-
--motion-push: [object Object];
32-
--gradient-gradient-single-with-multiple-color-stops: [object Object];
33-
--gradient-gradient-multiple-0: [object Object];
34-
--gradient-gradient-multiple-1: [object Object];
35-
--gradient-gradient-multiple-2: [object Object];
36-
--gradient-gradient-multiple-3: [object Object];
372
--color-colors-multiple-fills-0: #40ffba;
383
--color-colors-multiple-fills-1: rgba(0, 0, 0, 0.1);
394
--color-colors-single-blue: #044aff;
405
--color-colors-ref-blue: #044aff;
416
--color-colors-special-characters: #40df50;
427
--color-colors-special-characters-nderung: #3456af;
8+
--color-invalid-empty: rgba(0, 0, 0, 0);
439
--color-light-background: #ffffff;
4410
--color-dark-background: #000000;
45-
--grid-multiple-0: [object Object];
46-
--grid-multiple-1: [object Object];
47-
--grid-multiple-2: [object Object];
48-
--grid-multiple-3: [object Object];
49-
--grid-multiple-4: [object Object];
50-
--grid-multiple-5: [object Object];
51-
--grid-multiple-6: [object Object];
52-
--grid-multiple-7: [object Object];
53-
--grid-single: [object Object];
54-
--font-body-h3: [object Object];
55-
--font-body-h4-strike-through: [object Object];
56-
--font-body-italic: [object Object];
57-
--font-body-extra-bold-condensed-italic: [object Object];
58-
--font-body-medium-extended-italic: [object Object];
59-
--font-body-super: [object Object];
60-
--effect-drop-shadow-single: [object Object];
61-
--effect-inner-shadow-multiple-0: [object Object];
62-
--effect-inner-shadow-multiple-1: [object Object];
63-
--effect-inner-shadow-multiple-2: [object Object];
64-
--typography-body-h3-font-size: 20;
65-
--typography-body-h3-text-decoration: none;
66-
--typography-body-h3-font-family: Akzidenz-Grotesk Pro;
67-
--typography-body-h3-font-weight: 700;
68-
--typography-body-h3-font-style: normal;
69-
--typography-body-h3-font-stretch: condensed;
70-
--typography-body-h3-letter-spacing: 0.4;
71-
--typography-body-h3-line-height: 32;
72-
--typography-body-h3-paragraph-indent: 5;
73-
--typography-body-h3-paragraph-spacing: 8;
74-
--typography-body-h3-text-case: uppercase;
75-
--typography-body-h4-strike-through-font-size: 16;
76-
--typography-body-h4-strike-through-text-decoration: line-through;
77-
--typography-body-h4-strike-through-font-family: Roboto;
78-
--typography-body-h4-strike-through-font-weight: 500;
79-
--typography-body-h4-strike-through-font-style: italic;
80-
--typography-body-h4-strike-through-font-stretch: normal;
81-
--typography-body-h4-strike-through-letter-spacing: 0;
82-
--typography-body-h4-strike-through-line-height: 19.2;
83-
--typography-body-h4-strike-through-paragraph-indent: 0;
84-
--typography-body-h4-strike-through-paragraph-spacing: 0;
85-
--typography-body-h4-strike-through-text-case: none;
86-
--typography-body-italic-font-size: 12;
87-
--typography-body-italic-text-decoration: none;
88-
--typography-body-italic-font-family: Roboto;
89-
--typography-body-italic-font-weight: 400;
90-
--typography-body-italic-font-style: italic;
91-
--typography-body-italic-font-stretch: normal;
92-
--typography-body-italic-letter-spacing: 0;
93-
--typography-body-italic-line-height: 14;
94-
--typography-body-italic-paragraph-indent: 0;
95-
--typography-body-italic-paragraph-spacing: 0;
96-
--typography-body-italic-text-case: none;
97-
--typography-body-extra-bold-condensed-italic-font-size: 12;
98-
--typography-body-extra-bold-condensed-italic-text-decoration: none;
99-
--typography-body-extra-bold-condensed-italic-font-family: Akzidenz-Grotesk Pro;
100-
--typography-body-extra-bold-condensed-italic-font-weight: 800;
101-
--typography-body-extra-bold-condensed-italic-font-style: italic;
102-
--typography-body-extra-bold-condensed-italic-font-stretch: condensed;
103-
--typography-body-extra-bold-condensed-italic-letter-spacing: 0;
104-
--typography-body-extra-bold-condensed-italic-line-height: 14.4;
105-
--typography-body-extra-bold-condensed-italic-paragraph-indent: 0;
106-
--typography-body-extra-bold-condensed-italic-paragraph-spacing: 0;
107-
--typography-body-extra-bold-condensed-italic-text-case: none;
108-
--typography-body-medium-extended-italic-font-size: 20;
109-
--typography-body-medium-extended-italic-text-decoration: none;
110-
--typography-body-medium-extended-italic-font-family: Akzidenz-Grotesk Pro;
111-
--typography-body-medium-extended-italic-font-weight: 500;
112-
--typography-body-medium-extended-italic-font-style: italic;
113-
--typography-body-medium-extended-italic-font-stretch: expanded;
114-
--typography-body-medium-extended-italic-letter-spacing: 0;
115-
--typography-body-medium-extended-italic-line-height: 24;
116-
--typography-body-medium-extended-italic-paragraph-indent: 0;
117-
--typography-body-medium-extended-italic-paragraph-spacing: 0;
118-
--typography-body-medium-extended-italic-text-case: none;
119-
--typography-body-super-font-size: 22;
120-
--typography-body-super-text-decoration: none;
121-
--typography-body-super-font-family: Akzidenz-Grotesk Pro;
122-
--typography-body-super-font-weight: 900;
123-
--typography-body-super-font-style: normal;
124-
--typography-body-super-font-stretch: normal;
125-
--typography-body-super-letter-spacing: 0;
126-
--typography-body-super-line-height: 26.4;
127-
--typography-body-super-paragraph-indent: 0;
128-
--typography-body-super-paragraph-spacing: 0;
129-
--typography-body-super-text-case: none;
13011
}

build/ios-swift/StyleDictionary.swift

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

66
// Do not edit directly
7-
// Generated on Thu, 16 Dec 2021 18:06:29 GMT
7+
// Generated on Wed, 15 Jun 2022 16:16:57 GMT
88

99

1010
import UIKit
1111

1212
public class StyleDictionary {
13-
public static let bordersDashedOutside = [object Object]
14-
public static let bordersSingle = [object Object]
15-
public static let bordersSingleStyle = [object Object]
16-
public static let bordersUnsupportedMultipleBorders = [object Object]
17-
public static let breakpointsLg = 1280
18-
public static let breakpointsMd = 1024
19-
public static let breakpointsSm = 768
2013
public static let colorColorsMultipleFills0 = UIColor(red: 0.251, green: 1.000, blue: 0.729, alpha: 1)
2114
public static let colorColorsMultipleFills1 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10196078431372549)
2215
public static let colorColorsRefBlue = UIColor(red: 0.016, green: 0.290, blue: 1.000, alpha: 1)
2316
public static let colorColorsSingleBlue = UIColor(red: 0.016, green: 0.290, blue: 1.000, alpha: 1)
2417
public static let colorColorsSpecialCharacters = UIColor(red: 0.251, green: 0.875, blue: 0.314, alpha: 1)
2518
public static let colorColorsSpecialCharactersNderung = UIColor(red: 0.204, green: 0.337, blue: 0.686, alpha: 1)
2619
public static let colorDarkBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
20+
public static let colorInvalidEmpty = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
2721
public static let colorLightBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
28-
public static let effectDropShadowSingle = [object Object]
29-
public static let effectInnerShadowMultiple0 = [object Object]
30-
public static let effectInnerShadowMultiple1 = [object Object]
31-
public static let effectInnerShadowMultiple2 = [object Object]
3222
public static let fontBodyExtraBoldCondensedItalic = "[object Object]"
3323
public static let fontBodyH3 = "[object Object]"
3424
public static let fontBodyH4StrikeThrough = "[object Object]"
3525
public static let fontBodyItalic = "[object Object]"
3626
public static let fontBodyMediumExtendedItalic = "[object Object]"
3727
public static let fontBodySuper = "[object Object]"
38-
public static let gradientGradientMultiple0 = [object Object]
39-
public static let gradientGradientMultiple1 = [object Object]
40-
public static let gradientGradientMultiple2 = [object Object]
41-
public static let gradientGradientMultiple3 = [object Object]
28+
public static let gradientGradientMultiplegrad0 = [object Object]
29+
public static let gradientGradientMultiplegrad1 = [object Object]
30+
public static let gradientGradientMultiplegrad2 = [object Object]
31+
public static let gradientGradientMultiplegrad3 = [object Object]
4232
public static let gradientGradientSingleWithMultipleColorStops = [object Object]
43-
public static let gridMultiple0 = [object Object]
44-
public static let gridMultiple1 = [object Object]
45-
public static let gridMultiple2 = [object Object]
46-
public static let gridMultiple3 = [object Object]
47-
public static let gridMultiple4 = [object Object]
48-
public static let gridMultiple5 = [object Object]
49-
public static let gridMultiple6 = [object Object]
50-
public static let gridMultiple7 = [object Object]
51-
public static let gridSingle = [object Object]
52-
public static let motionDissolve = [object Object]
53-
public static let motionMoveIn = [object Object]
54-
public static let motionPush = [object Object]
55-
public static let motionSmart = [object Object]
56-
public static let radiiMixed = [object Object]
57-
public static let radiiSmoothing = [object Object]
58-
public static let radius5 = [object Object]
59-
public static let sizes32 = 32.72
60-
public static let sizes40 = 40
61-
public static let sizes60 = 60
62-
public static let sizes80 = 80
63-
public static let sizesFrame = 32
64-
public static let sizesInVariant120 = 120
65-
public static let sizesInVariant60 = 60
66-
public static let sizesInVariant90 = 90
67-
public static let sizesPlainToken = 200
68-
public static let sizesRect = 32
69-
public static let sizesShapeInComponent = 32
70-
public static let sizesTokenInFrame = 200
71-
public static let sizesTokenInGroup = 200
72-
public static let spacing10 = [object Object]
73-
public static let spacingMixed = [object Object]
74-
public static let spacingTop = [object Object]
75-
public static let typographyBodyExtraBoldCondensedItalicFontFamily = Akzidenz-Grotesk Pro
76-
public static let typographyBodyExtraBoldCondensedItalicFontSize = 12
77-
public static let typographyBodyExtraBoldCondensedItalicFontStretch = condensed
78-
public static let typographyBodyExtraBoldCondensedItalicFontStyle = italic
79-
public static let typographyBodyExtraBoldCondensedItalicFontWeight = 800
80-
public static let typographyBodyExtraBoldCondensedItalicLetterSpacing = 0
81-
public static let typographyBodyExtraBoldCondensedItalicLineHeight = 14.4
82-
public static let typographyBodyExtraBoldCondensedItalicParagraphIndent = 0
83-
public static let typographyBodyExtraBoldCondensedItalicParagraphSpacing = 0
84-
public static let typographyBodyExtraBoldCondensedItalicTextCase = none
85-
public static let typographyBodyExtraBoldCondensedItalicTextDecoration = none
86-
public static let typographyBodyH3FontFamily = Akzidenz-Grotesk Pro
87-
public static let typographyBodyH3FontSize = 20
88-
public static let typographyBodyH3FontStretch = condensed
89-
public static let typographyBodyH3FontStyle = normal
90-
public static let typographyBodyH3FontWeight = 700
91-
public static let typographyBodyH3LetterSpacing = 0.4
92-
public static let typographyBodyH3LineHeight = 32
93-
public static let typographyBodyH3ParagraphIndent = 5
94-
public static let typographyBodyH3ParagraphSpacing = 8
95-
public static let typographyBodyH3TextCase = uppercase
96-
public static let typographyBodyH3TextDecoration = none
97-
public static let typographyBodyH4StrikeThroughFontFamily = Roboto
98-
public static let typographyBodyH4StrikeThroughFontSize = 16
99-
public static let typographyBodyH4StrikeThroughFontStretch = normal
100-
public static let typographyBodyH4StrikeThroughFontStyle = italic
101-
public static let typographyBodyH4StrikeThroughFontWeight = 500
102-
public static let typographyBodyH4StrikeThroughLetterSpacing = 0
103-
public static let typographyBodyH4StrikeThroughLineHeight = 19.2
104-
public static let typographyBodyH4StrikeThroughParagraphIndent = 0
105-
public static let typographyBodyH4StrikeThroughParagraphSpacing = 0
106-
public static let typographyBodyH4StrikeThroughTextCase = none
107-
public static let typographyBodyH4StrikeThroughTextDecoration = line-through
108-
public static let typographyBodyItalicFontFamily = Roboto
109-
public static let typographyBodyItalicFontSize = 12
110-
public static let typographyBodyItalicFontStretch = normal
111-
public static let typographyBodyItalicFontStyle = italic
112-
public static let typographyBodyItalicFontWeight = 400
113-
public static let typographyBodyItalicLetterSpacing = 0
114-
public static let typographyBodyItalicLineHeight = 14
115-
public static let typographyBodyItalicParagraphIndent = 0
116-
public static let typographyBodyItalicParagraphSpacing = 0
117-
public static let typographyBodyItalicTextCase = none
118-
public static let typographyBodyItalicTextDecoration = none
119-
public static let typographyBodyMediumExtendedItalicFontFamily = Akzidenz-Grotesk Pro
120-
public static let typographyBodyMediumExtendedItalicFontSize = 20
121-
public static let typographyBodyMediumExtendedItalicFontStretch = expanded
122-
public static let typographyBodyMediumExtendedItalicFontStyle = italic
123-
public static let typographyBodyMediumExtendedItalicFontWeight = 500
124-
public static let typographyBodyMediumExtendedItalicLetterSpacing = 0
125-
public static let typographyBodyMediumExtendedItalicLineHeight = 24
126-
public static let typographyBodyMediumExtendedItalicParagraphIndent = 0
127-
public static let typographyBodyMediumExtendedItalicParagraphSpacing = 0
128-
public static let typographyBodyMediumExtendedItalicTextCase = none
129-
public static let typographyBodyMediumExtendedItalicTextDecoration = none
130-
public static let typographyBodySuperFontFamily = Akzidenz-Grotesk Pro
131-
public static let typographyBodySuperFontSize = 22
132-
public static let typographyBodySuperFontStretch = normal
133-
public static let typographyBodySuperFontStyle = normal
134-
public static let typographyBodySuperFontWeight = 900
135-
public static let typographyBodySuperLetterSpacing = 0
136-
public static let typographyBodySuperLineHeight = 26.4
137-
public static let typographyBodySuperParagraphIndent = 0
138-
public static let typographyBodySuperParagraphSpacing = 0
139-
public static let typographyBodySuperTextCase = none
140-
public static let typographyBodySuperTextDecoration = none
14133
}

build/ios-swift/StyleDictionaryColor.swift

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

66
// Do not edit directly
7-
// Generated on Thu, 16 Dec 2021 18:06:29 GMT
7+
// Generated on Wed, 15 Jun 2022 16:16:57 GMT
88

99

1010
import UIKit
@@ -17,5 +17,6 @@ public enum StyleDictionaryColor {
1717
public static let colorsSpecialCharacters = UIColor(red: 0.251, green: 0.875, blue: 0.314, alpha: 1)
1818
public static let colorsSpecialCharactersNderung = UIColor(red: 0.204, green: 0.337, blue: 0.686, alpha: 1)
1919
public static let darkBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
20+
public static let invalidEmpty = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
2021
public static let lightBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
2122
}

build/ios/StyleDictionaryColor.h

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

66
// Do not edit directly
7-
// Generated on Thu, 16 Dec 2021 18:06:29 GMT
7+
// Generated on Wed, 15 Jun 2022 16:16:57 GMT
88

99

1010
#import <UIKit/UIKit.h>
@@ -16,6 +16,7 @@ ColorColorsSingleBlue,
1616
ColorColorsRefBlue,
1717
ColorColorsSpecialCharacters,
1818
ColorColorsSpecialCharactersNderung,
19+
ColorInvalidEmpty,
1920
ColorLightBackground,
2021
ColorDarkBackground
2122
};

build/ios/StyleDictionaryColor.m

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

66
// Do not edit directly
7-
// Generated on Thu, 16 Dec 2021 18:06:29 GMT
7+
// Generated on Wed, 15 Jun 2022 16:16:57 GMT
88

99

1010
#import "StyleDictionaryColor.h"
@@ -27,6 +27,7 @@ + (NSArray *)values {
2727
[UIColor colorWithRed:0.016f green:0.290f blue:1.000f alpha:1.000f],
2828
[UIColor colorWithRed:0.251f green:0.875f blue:0.314f alpha:1.000f],
2929
[UIColor colorWithRed:0.204f green:0.337f blue:0.686f alpha:1.000f],
30+
[UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:0.000f],
3031
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
3132
[UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f]
3233
];

0 commit comments

Comments
 (0)