@dialpad/dialtone-tokens 1.1.2 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/tokens.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "dtTokenSetOrder0": "base",
3
3
  "dtTokenSetOrder1": "semantic",
4
- "dtTokenSetOrder2": "components/button",
5
- "dtTokenSetOrder3": "components/badge",
4
+ "dtTokenSetOrder2": "components/foo",
5
+ "dtTokenSetOrder3": "components/bar",
6
6
  "dtButtonColorBackgroundDefault": "transparent",
7
7
  "dtButtonColorBackgroundPrimary": "#7C52FF",
8
8
  "dtButtonColorBackgroundDanger": "#FF2E2E",
@@ -35,6 +35,7 @@
35
35
  "dtButtonLineHeightSizeMedium": "140%",
36
36
  "dtButtonLineHeightSizeLarge": "160%",
37
37
  "dtButtonLineHeightSizeExtraLarge": "160%",
38
+ "dtColorTextLinkPrimary": "#7C52FF",
38
39
  "dtColorTextPrimary": "#000000",
39
40
  "dtColorTextSecondary": "#3A3A3A",
40
41
  "dtColorTextTertiary": "#555555",
@@ -52,6 +53,11 @@
52
53
  "dtColorSurfaceBold": "#BBBBBB",
53
54
  "dtColorSurfaceStrong": "#555555",
54
55
  "dtColorSurfaceContrast": "#222222",
56
+ "dtColorSurfaceError": "#FFDCDC",
57
+ "dtColorSurfaceWarning": "#FFE793",
58
+ "dtColorSurfaceSuccess": "#DDF4D9",
59
+ "dtColorNeutralWhite": "#fff",
60
+ "dtColorNeutralBlack": "#000000",
55
61
  "dtColorBlack100": "#F9F9F9",
56
62
  "dtColorBlack200": "#E9E9E9",
57
63
  "dtColorBlack300": "#D2D2D2",
@@ -97,45 +103,6 @@
97
103
  "dtColorTan300": "#87807B",
98
104
  "dtColorTan400": "#3F3D3C",
99
105
  "dtColorTan500": "#121212",
100
- "dtColorNeutralWhite": "#fff",
101
- "dtColorNeutralBlack": "#000",
102
- "dtOpacity0": 0,
103
- "dtOpacity100": 0.05,
104
- "dtOpacity200": 0.1,
105
- "dtOpacity300": 0.2,
106
- "dtOpacity400": 0.25,
107
- "dtOpacity500": 0.3,
108
- "dtOpacity600": 0.4,
109
- "dtOpacity700": 0.5,
110
- "dtOpacity800": 0.6,
111
- "dtOpacity900": 0.7,
112
- "dtOpacity1000": 0.75,
113
- "dtOpacity1100": 0.8,
114
- "dtOpacity1200": 0.9,
115
- "dtOpacity1300": 1,
116
- "dtFontFamilyBody": "SF Pro, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",
117
- "dtFontFamilyExpressive": "Archivo, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",
118
- "dtFontFamilyMono": "SF Mono, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace",
119
- "dtFontSize100": "1.2rem",
120
- "dtFontSize200": "1.5rem",
121
- "dtFontSize300": "1.9rem",
122
- "dtFontSize400": "2.7rem",
123
- "dtFontSize500": "3.8rem",
124
- "dtFontSizeRoot": "1rem",
125
- "dtFontLineHeight100": "100%",
126
- "dtFontLineHeight200": "120%",
127
- "dtFontLineHeight300": "140%",
128
- "dtFontLineHeight400": "160%",
129
- "dtFontLineHeight500": "180%",
130
- "dtFontLineHeight600": "200%",
131
- "dtFontWeightNormal": 400,
132
- "dtFontWeightMedium": 500,
133
- "dtFontWeightSemiBold": 600,
134
- "dtFontWeightBold": 700,
135
- "dtFontTextCaseUppercase": "uppercase",
136
- "dtFontTextCaseLowercase": "lowercase",
137
- "dtFontTextCaseCapitalize": "capitalize",
138
- "dtFontTextCaseNone": "none",
139
106
  "dtTypographyBodySmallFontFamily": "SF Pro",
140
107
  "dtTypographyBodySmallFontWeight": 400,
141
108
  "dtTypographyBodySmallLineHeight": "140%",
@@ -169,14 +136,6 @@
169
136
  "dtTypographyHeadlineLargeFontWeight": 700,
170
137
  "dtTypographyHeadlineLargeLineHeight": "160%",
171
138
  "dtTypographyHeadlineLargeFontSize": "1.9rem",
172
- "dtTypographyHeadlineExtraLargeFontFamily": "SF Pro",
173
- "dtTypographyHeadlineExtraLargeFontWeight": 500,
174
- "dtTypographyHeadlineExtraLargeLineHeight": "120%",
175
- "dtTypographyHeadlineExtraLargeFontSize": "2.7rem",
176
- "dtTypographyHeadlineExtraExtraLargeFontFamily": "SF Pro",
177
- "dtTypographyHeadlineExtraExtraLargeFontWeight": 500,
178
- "dtTypographyHeadlineExtraExtraLargeLineHeight": "120%",
179
- "dtTypographyHeadlineExtraExtraLargeFontSize": "3.8rem",
180
139
  "dtTypographyHeadlineCompactSmallFontFamily": "SF Pro",
181
140
  "dtTypographyHeadlineCompactSmallFontWeight": 700,
182
141
  "dtTypographyHeadlineCompactSmallLineHeight": "120%",
@@ -185,6 +144,18 @@
185
144
  "dtTypographyHeadlineCompactBaseFontWeight": 700,
186
145
  "dtTypographyHeadlineCompactBaseLineHeight": "140%",
187
146
  "dtTypographyHeadlineCompactBaseFontSize": "1.5rem",
147
+ "dtTypographyHeadlineCompactLargeFontFamily": "SF Pro",
148
+ "dtTypographyHeadlineCompactLargeFontWeight": 700,
149
+ "dtTypographyHeadlineCompactLargeLineHeight": "120%",
150
+ "dtTypographyHeadlineCompactLargeFontSize": "1.9rem",
151
+ "dtTypographyHeadlineExtraLargeFontFamily": "SF Pro",
152
+ "dtTypographyHeadlineExtraLargeFontWeight": 500,
153
+ "dtTypographyHeadlineExtraLargeLineHeight": "120%",
154
+ "dtTypographyHeadlineExtraLargeFontSize": "2.7rem",
155
+ "dtTypographyHeadlineExtraExtraLargeFontFamily": "SF Pro",
156
+ "dtTypographyHeadlineExtraExtraLargeFontWeight": 500,
157
+ "dtTypographyHeadlineExtraExtraLargeLineHeight": "120%",
158
+ "dtTypographyHeadlineExtraExtraLargeFontSize": "3.8rem",
188
159
  "dtTypographyLabelSmallFontFamily": "SF Pro",
189
160
  "dtTypographyLabelSmallFontWeight": 600,
190
161
  "dtTypographyLabelSmallLineHeight": "140%",
@@ -242,7 +213,14 @@
242
213
  "dtSize600": "3.2rem",
243
214
  "dtSize700": "6.4rem",
244
215
  "dtSize800": "12.8rem",
245
- "dtSizeBase": "0.8rem",
216
+ "dtSizeIcon100": "1.2rem",
217
+ "dtSizeIcon200": "1.4rem",
218
+ "dtSizeIcon300": "1.8rem",
219
+ "dtSizeIcon400": "2rem",
220
+ "dtSizeIcon500": "2.4rem",
221
+ "dtSizeIcon600": "3.2rem",
222
+ "dtSizeIcon700": "3.8rem",
223
+ "dtSizeIcon800": "4.8rem",
246
224
  "dtSizeBorder0": "0",
247
225
  "dtSizeBorder100": "0.1rem",
248
226
  "dtSizeBorder200": "0.2rem",
@@ -252,17 +230,50 @@
252
230
  "dtSizeBorderIcon300": "0.15rem",
253
231
  "dtSizeBorderIcon400": "0.175rem",
254
232
  "dtSizeBorderIcon500": "0.175rem",
233
+ "dtSizeBase": "0.8rem",
255
234
  "dtSizeRadius0": "0",
256
235
  "dtSizeRadius100": "0.1rem",
257
236
  "dtSizeRadius200": "0.2rem",
258
237
  "dtSizeRadius300": "0.4rem",
259
238
  "dtSizeRadius400": "0.8rem",
260
239
  "dtSizeRadius500": "3.2rem",
261
- "dtSizeIcon100": "1.2rem",
262
- "dtSizeIcon200": "1.4rem",
263
- "dtSizeIcon300": "1.8rem",
264
- "dtSizeIcon400": "2rem",
265
- "dtSizeIcon500": "2.4rem",
240
+ "dtOpacity0": 0,
241
+ "dtOpacity100": 0.05,
242
+ "dtOpacity200": 0.1,
243
+ "dtOpacity300": 0.2,
244
+ "dtOpacity400": 0.25,
245
+ "dtOpacity500": 0.3,
246
+ "dtOpacity600": 0.4,
247
+ "dtOpacity700": 0.5,
248
+ "dtOpacity800": 0.6,
249
+ "dtOpacity900": 0.7,
250
+ "dtOpacity1000": 0.75,
251
+ "dtOpacity1100": 0.8,
252
+ "dtOpacity1200": 0.9,
253
+ "dtOpacity1300": 1,
254
+ "dtFontFamilyBody": "\"SF Pro, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'\"",
255
+ "dtFontFamilyExpressive": "\"Archivo, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'\"",
256
+ "dtFontFamilyMono": "\"SF Mono, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace\"",
257
+ "dtFontSize100": "1.2rem",
258
+ "dtFontSize200": "1.5rem",
259
+ "dtFontSize300": "1.9rem",
260
+ "dtFontSize400": "2.7rem",
261
+ "dtFontSize500": "3.8rem",
262
+ "dtFontSizeRoot": "1rem",
263
+ "dtFontLineHeight100": "100%",
264
+ "dtFontLineHeight200": "120%",
265
+ "dtFontLineHeight300": "140%",
266
+ "dtFontLineHeight400": "160%",
267
+ "dtFontLineHeight500": "180%",
268
+ "dtFontLineHeight600": "200%",
269
+ "dtFontWeightNormal": 400,
270
+ "dtFontWeightMedium": 500,
271
+ "dtFontWeightSemiBold": 600,
272
+ "dtFontWeightBold": 700,
273
+ "dtFontTextCaseUppercase": "uppercase",
274
+ "dtFontTextCaseLowercase": "lowercase",
275
+ "dtFontTextCaseCapitalize": "capitalize",
276
+ "dtFontTextCaseNone": "none",
266
277
  "dtSpace0": "0px",
267
278
  "dtSpace100": "1px",
268
279
  "dtSpace200": "2px",
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-tokens",
3
- "version": "1.1.2",
3
+ "version": "1.3.0",
4
4
  "description": "Design tokens for Dialtone.",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
- "build": "npm run transform && ./build.js",
8
+ "build": "npm run transform && ./build.js && ./build-android.js && ./build-ios.js",
9
9
  "transform": "token-transformer base.json tokens/tokens.json --expandTypography=true --expandShadow=true",
10
10
  "prepublishOnly": "npm run build",
11
11
  "release": "semantic-release --no-ci --extends ./release-local.config.js"
@@ -1,329 +0,0 @@
1
-
2
- //
3
- // dialtone.swift
4
- //
5
-
6
- // Do not edit directly
7
- // Generated on Thu, 22 Sep 2022 23:37:26 GMT
8
-
9
-
10
- import SwiftUI
11
-
12
- public enum {
13
- public static let DtButtonBorderRadiusExtraLarge = 10px
14
- public static let DtButtonBorderRadiusExtraSmall = 7px
15
- public static let DtButtonBorderRadiusLarge = 9px
16
- public static let DtButtonBorderRadiusMedium = 8px
17
- public static let DtButtonBorderRadiusSmall = 7.5px
18
- public static let DtButtonColorBackgroundDanger = #FF2E2E
19
- public static let DtButtonColorBackgroundDefault = transparent
20
- public static let DtButtonColorBackgroundPrimary = #7C52FF
21
- public static let DtButtonColorTextDanger = #fff
22
- public static let DtButtonColorTextDefault = #7C52FF
23
- public static let DtButtonColorTextPrimary = #fff
24
- public static let DtButtonFontSizeExtraLarge = 27px
25
- public static let DtButtonFontSizeExtraSmall = 12px
26
- public static let DtButtonFontSizeLarge = 19px
27
- public static let DtButtonFontSizeMedium = 15px
28
- public static let DtButtonFontSizeSmall = 12px
29
- public static let DtButtonLineHeightSizeExtraLarge = 160%
30
- public static let DtButtonLineHeightSizeExtraSmall = 120%
31
- public static let DtButtonLineHeightSizeLarge = 160%
32
- public static let DtButtonLineHeightSizeMedium = 140%
33
- public static let DtButtonLineHeightSizeSmall = 140%
34
- public static let DtButtonPaddingHorizontalExtraLarge = 15px
35
- public static let DtButtonPaddingHorizontalExtraSmall = 15px
36
- public static let DtButtonPaddingHorizontalLarge = 63px
37
- public static let DtButtonPaddingHorizontalMedium = 15px
38
- public static let DtButtonPaddingHorizontalSmall = 15px
39
- public static let DtButtonPaddingVerticalExtraLarge = 31px
40
- public static let DtButtonPaddingVerticalExtraSmall = 13px
41
- public static let DtButtonPaddingVerticalLarge = 31px
42
- public static let DtButtonPaddingVerticalMedium = 15px
43
- public static let DtButtonPaddingVerticalSmall = 13px
44
- public static let DtButtonSpaceGap = 16px
45
- public static let DtColorBlack100 = [UIColor colorWithRed:0.976f green:0.976f blue:0.976f alpha:1.000f]
46
- public static let DtColorBlack200 = [UIColor colorWithRed:0.914f green:0.914f blue:0.914f alpha:1.000f]
47
- public static let DtColorBlack300 = [UIColor colorWithRed:0.824f green:0.824f blue:0.824f alpha:1.000f]
48
- public static let DtColorBlack400 = [UIColor colorWithRed:0.667f green:0.667f blue:0.667f alpha:1.000f]
49
- public static let DtColorBlack500 = [UIColor colorWithRed:0.502f green:0.502f blue:0.502f alpha:1.000f]
50
- public static let DtColorBlack600 = [UIColor colorWithRed:0.333f green:0.333f blue:0.333f alpha:1.000f]
51
- public static let DtColorBlack700 = [UIColor colorWithRed:0.227f green:0.227f blue:0.227f alpha:1.000f]
52
- public static let DtColorBlack800 = [UIColor colorWithRed:0.133f green:0.133f blue:0.133f alpha:1.000f]
53
- public static let DtColorBlack900 = [UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f]
54
- public static let DtColorBlue100 = [UIColor colorWithRed:0.890f green:0.929f blue:0.976f alpha:1.000f]
55
- public static let DtColorBlue200 = [UIColor colorWithRed:0.518f green:0.741f blue:1.000f alpha:1.000f]
56
- public static let DtColorBlue300 = [UIColor colorWithRed:0.318f green:0.627f blue:0.996f alpha:1.000f]
57
- public static let DtColorBlue400 = [UIColor colorWithRed:0.090f green:0.408f blue:0.776f alpha:1.000f]
58
- public static let DtColorBlue500 = [UIColor colorWithRed:0.004f green:0.196f blue:0.427f alpha:1.000f]
59
- public static let DtColorGold100 = [UIColor colorWithRed:1.000f green:0.906f blue:0.576f alpha:1.000f]
60
- public static let DtColorGold200 = [UIColor colorWithRed:1.000f green:0.827f blue:0.384f alpha:1.000f]
61
- public static let DtColorGold300 = [UIColor colorWithRed:0.965f green:0.671f blue:0.235f alpha:1.000f]
62
- public static let DtColorGold400 = [UIColor colorWithRed:0.824f green:0.561f blue:0.169f alpha:1.000f]
63
- public static let DtColorGold500 = [UIColor colorWithRed:0.506f green:0.314f blue:0.031f alpha:1.000f]
64
- public static let DtColorGreen100 = [UIColor colorWithRed:0.867f green:0.957f blue:0.851f alpha:1.000f]
65
- public static let DtColorGreen200 = [UIColor colorWithRed:0.624f green:1.000f blue:0.565f alpha:1.000f]
66
- public static let DtColorGreen300 = [UIColor colorWithRed:0.271f green:0.969f blue:0.467f alpha:1.000f]
67
- public static let DtColorGreen400 = [UIColor colorWithRed:0.102f green:0.639f blue:0.251f alpha:1.000f]
68
- public static let DtColorGreen500 = [UIColor colorWithRed:0.071f green:0.275f blue:0.125f alpha:1.000f]
69
- public static let DtColorMagenta100 = [UIColor colorWithRed:1.000f green:0.592f blue:0.824f alpha:1.000f]
70
- public static let DtColorMagenta200 = [UIColor colorWithRed:0.969f green:0.337f blue:0.694f alpha:1.000f]
71
- public static let DtColorMagenta300 = [UIColor colorWithRed:0.976f green:0.000f blue:0.557f alpha:1.000f]
72
- public static let DtColorMagenta400 = [UIColor colorWithRed:0.549f green:0.055f blue:0.337f alpha:1.000f]
73
- public static let DtColorMagenta500 = [UIColor colorWithRed:0.329f green:0.102f blue:0.231f alpha:1.000f]
74
- public static let DtColorNeutralBlack = [UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f]
75
- public static let DtColorNeutralWhite = [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f]
76
- public static let DtColorPurple100 = [UIColor colorWithRed:0.933f green:0.898f blue:1.000f alpha:1.000f]
77
- public static let DtColorPurple200 = [UIColor colorWithRed:0.827f green:0.737f blue:1.000f alpha:1.000f]
78
- public static let DtColorPurple300 = [UIColor colorWithRed:0.671f green:0.494f blue:1.000f alpha:1.000f]
79
- public static let DtColorPurple400 = [UIColor colorWithRed:0.486f green:0.322f blue:1.000f alpha:1.000f]
80
- public static let DtColorPurple500 = [UIColor colorWithRed:0.227f green:0.114f blue:0.584f alpha:1.000f]
81
- public static let DtColorPurple600 = [UIColor colorWithRed:0.063f green:0.008f blue:0.173f alpha:1.000f]
82
- public static let DtColorRed100 = [UIColor colorWithRed:1.000f green:0.863f blue:0.863f alpha:1.000f]
83
- public static let DtColorRed200 = [UIColor colorWithRed:1.000f green:0.455f blue:0.455f alpha:1.000f]
84
- public static let DtColorRed300 = [UIColor colorWithRed:1.000f green:0.180f blue:0.180f alpha:1.000f]
85
- public static let DtColorRed400 = [UIColor colorWithRed:0.643f green:0.067f blue:0.067f alpha:1.000f]
86
- public static let DtColorRed500 = [UIColor colorWithRed:0.329f green:0.000f blue:0.000f alpha:1.000f]
87
- public static let DtColorSurfaceBold = [UIColor colorWithRed:0.733f green:0.733f blue:0.733f alpha:1.000f]
88
- public static let DtColorSurfaceContrast = [UIColor colorWithRed:0.133f green:0.133f blue:0.133f alpha:1.000f]
89
- public static let DtColorSurfaceModerate = [UIColor colorWithRed:0.929f green:0.929f blue:0.929f alpha:1.000f]
90
- public static let DtColorSurfacePrimary = [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f]
91
- public static let DtColorSurfaceSecondary = [UIColor colorWithRed:0.976f green:0.976f blue:0.976f alpha:1.000f]
92
- public static let DtColorSurfaceStrong = [UIColor colorWithRed:0.333f green:0.333f blue:0.333f alpha:1.000f]
93
- public static let DtColorTan100 = [UIColor colorWithRed:0.949f green:0.941f blue:0.933f alpha:1.000f]
94
- public static let DtColorTan200 = [UIColor colorWithRed:0.808f green:0.784f blue:0.769f alpha:1.000f]
95
- public static let DtColorTan300 = [UIColor colorWithRed:0.529f green:0.502f blue:0.482f alpha:1.000f]
96
- public static let DtColorTan400 = [UIColor colorWithRed:0.247f green:0.239f blue:0.235f alpha:1.000f]
97
- public static let DtColorTan500 = [UIColor colorWithRed:0.071f green:0.071f blue:0.071f alpha:1.000f]
98
- public static let DtColorTextDisabled = [UIColor colorWithRed:0.502f green:0.502f blue:0.502f alpha:1.000f]
99
- public static let DtColorTextError = [UIColor colorWithRed:0.643f green:0.067f blue:0.067f alpha:1.000f]
100
- public static let DtColorTextMuted = [UIColor colorWithRed:0.133f green:0.133f blue:0.133f alpha:0.502f]
101
- public static let DtColorTextOnDarkPrimary = [UIColor colorWithRed:0.976f green:0.976f blue:0.976f alpha:1.000f]
102
- public static let DtColorTextOnDarkSecondary = [UIColor colorWithRed:0.824f green:0.824f blue:0.824f alpha:1.000f]
103
- public static let DtColorTextPlaceholder = [UIColor colorWithRed:0.502f green:0.502f blue:0.502f alpha:1.000f]
104
- public static let DtColorTextPrimary = [UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f]
105
- public static let DtColorTextSecondary = [UIColor colorWithRed:0.227f green:0.227f blue:0.227f alpha:1.000f]
106
- public static let DtColorTextSuccess = [UIColor colorWithRed:0.000f green:0.404f blue:0.114f alpha:1.000f]
107
- public static let DtColorTextTertiary = [UIColor colorWithRed:0.333f green:0.333f blue:0.333f alpha:1.000f]
108
- public static let DtColorTextWarning = [UIColor colorWithRed:0.506f green:0.314f blue:0.031f alpha:1.000f]
109
- public static let DtFontFamilyBody = @"SF Pro"
110
- public static let DtFontFamilyExpressive = @"Archivo"
111
- public static let DtFontFamilyMono = @"SF Mono"
112
- public static let DtFontLineHeight100 = @"100%"
113
- public static let DtFontLineHeight200 = @"120%"
114
- public static let DtFontLineHeight300 = @"140%"
115
- public static let DtFontLineHeight400 = @"160%"
116
- public static let DtFontLineHeight500 = @"180%"
117
- public static let DtFontLineHeight600 = @"200%"
118
- public static let DtFontSize100 = @"12px"
119
- public static let DtFontSize200 = @"15px"
120
- public static let DtFontSize300 = @"19px"
121
- public static let DtFontSize400 = @"27px"
122
- public static let DtFontSize500 = @"38px"
123
- public static let DtFontSizeRoot = @"10px"
124
- public static let DtFontTextCaseCapitalize = @"capitalize"
125
- public static let DtFontTextCaseLowercase = @"lowercase"
126
- public static let DtFontTextCaseNone = @"none"
127
- public static let DtFontTextCaseUppercase = @"uppercase"
128
- public static let DtFontWeightBold = @"Bold"
129
- public static let DtFontWeightMedium = @"Medium"
130
- public static let DtFontWeightNormal = @"Regular"
131
- public static let DtFontWeightSemiBold = @"Semibold"
132
- public static let DtOpacity0 = 0
133
- public static let DtOpacity100 = 0.05
134
- public static let DtOpacity1000 = 0.75
135
- public static let DtOpacity1100 = 0.8
136
- public static let DtOpacity1200 = 0.9
137
- public static let DtOpacity1300 = 1
138
- public static let DtOpacity200 = 0.1
139
- public static let DtOpacity300 = 0.2
140
- public static let DtOpacity400 = 0.25
141
- public static let DtOpacity500 = 0.3
142
- public static let DtOpacity600 = 0.4
143
- public static let DtOpacity700 = 0.5
144
- public static let DtOpacity800 = 0.6
145
- public static let DtOpacity900 = 0.7
146
- public static let DtShadowCard0Blur = 2px
147
- public static let DtShadowCard0Color = #00000008
148
- public static let DtShadowCard0Spread = 0px
149
- public static let DtShadowCard0Type = dropShadow
150
- public static let DtShadowCard0X = 0px
151
- public static let DtShadowCard0Y = 1px
152
- public static let DtShadowCard1Blur = 4px
153
- public static let DtShadowCard1Color = #0000000a
154
- public static let DtShadowCard1Spread = 0px
155
- public static let DtShadowCard1Type = dropShadow
156
- public static let DtShadowCard1X = 0px
157
- public static let DtShadowCard1Y = 2px
158
- public static let DtShadowCard2Blur = 16px
159
- public static let DtShadowCard2Color = #00000014
160
- public static let DtShadowCard2Spread = 0px
161
- public static let DtShadowCard2Type = dropShadow
162
- public static let DtShadowCard2X = 0px
163
- public static let DtShadowCard2Y = 2px
164
- public static let DtShadowExtraLarge0Blur = 32px
165
- public static let DtShadowExtraLarge0Color = #0000004d
166
- public static let DtShadowExtraLarge0Spread = 0px
167
- public static let DtShadowExtraLarge0Type = dropShadow
168
- public static let DtShadowExtraLarge0X = 0px
169
- public static let DtShadowExtraLarge0Y = 2px
170
- public static let DtShadowLarge0Blur = 16px
171
- public static let DtShadowLarge0Color = #0000004d
172
- public static let DtShadowLarge0Spread = 0px
173
- public static let DtShadowLarge0Type = dropShadow
174
- public static let DtShadowLarge0X = 0px
175
- public static let DtShadowLarge0Y = 2px
176
- public static let DtShadowMedium0Blur = 8px
177
- public static let DtShadowMedium0Color = #00000040
178
- public static let DtShadowMedium0Spread = 0px
179
- public static let DtShadowMedium0Type = dropShadow
180
- public static let DtShadowMedium0X = 0px
181
- public static let DtShadowMedium0Y = 2px
182
- public static let DtShadowSmall0Blur = 4px
183
- public static let DtShadowSmall0Color = #00000026
184
- public static let DtShadowSmall0Spread = 0px
185
- public static let DtShadowSmall0Type = dropShadow
186
- public static let DtShadowSmall0X = 0px
187
- public static let DtShadowSmall0Y = 2px
188
- public static let DtSize0 = 0.00f
189
- public static let DtSize100 = 16.00f
190
- public static let DtSize200 = 32.00f
191
- public static let DtSize300 = 64.00f
192
- public static let DtSize400 = 128.00f
193
- public static let DtSize500 = 256.00f
194
- public static let DtSize600 = 512.00f
195
- public static let DtSize700 = 1024.00f
196
- public static let DtSize800 = 2048.00f
197
- public static let DtSizeBase = 128.00f
198
- public static let DtSizeBorder0 = 0.00f
199
- public static let DtSizeBorder100 = 16.00f
200
- public static let DtSizeBorder200 = 32.00f
201
- public static let DtSizeBorder300 = 64.00f
202
- public static let DtSizeBorderIcon100 = 16.00f
203
- public static let DtSizeBorderIcon200 = 20.00f
204
- public static let DtSizeBorderIcon300 = 24.00f
205
- public static let DtSizeBorderIcon400 = 28.00f
206
- public static let DtSizeBorderIcon500 = 28.00f
207
- public static let DtSizeIcon100 = 192.00f
208
- public static let DtSizeIcon200 = 224.00f
209
- public static let DtSizeIcon300 = 288.00f
210
- public static let DtSizeIcon400 = 320.00f
211
- public static let DtSizeIcon500 = 384.00f
212
- public static let DtSizeRadius0 = 0.00f
213
- public static let DtSizeRadius100 = 16.00f
214
- public static let DtSizeRadius200 = 32.00f
215
- public static let DtSizeRadius300 = 64.00f
216
- public static let DtSizeRadius400 = 128.00f
217
- public static let DtSizeRadius500 = 512.00f
218
- public static let DtSpace0 = 0px
219
- public static let DtSpace100 = 1px
220
- public static let DtSpace200 = 2px
221
- public static let DtSpace300 = 4px
222
- public static let DtSpace400 = 8px
223
- public static let DtSpace500 = 16px
224
- public static let DtSpace600 = 32px
225
- public static let DtSpace700 = 64px
226
- public static let DtSpace800 = 128px
227
- public static let DtSpaceBase = 8px
228
- public static let DtTokenSetOrder0 = base
229
- public static let DtTokenSetOrder1 = semantic
230
- public static let DtTokenSetOrder2 = components/button
231
- public static let DtTokenSetOrder3 = components/badge
232
- public static let DtTypographyBodyBaseFontFamily = SF Pro
233
- public static let DtTypographyBodyBaseFontSize = 15px
234
- public static let DtTypographyBodyBaseFontWeight = Regular
235
- public static let DtTypographyBodyBaseLineHeight = 160%
236
- public static let DtTypographyBodyCompactBaseFontFamily = SF Pro
237
- public static let DtTypographyBodyCompactBaseFontSize = 15px
238
- public static let DtTypographyBodyCompactBaseFontWeight = Regular
239
- public static let DtTypographyBodyCompactBaseLineHeight = 140%
240
- public static let DtTypographyBodyCompactSmallFontFamily = SF Pro
241
- public static let DtTypographyBodyCompactSmallFontSize = 12px
242
- public static let DtTypographyBodyCompactSmallFontWeight = Regular
243
- public static let DtTypographyBodyCompactSmallLineHeight = 120%
244
- public static let DtTypographyBodySmallFontFamily = SF Pro
245
- public static let DtTypographyBodySmallFontSize = 12px
246
- public static let DtTypographyBodySmallFontWeight = Regular
247
- public static let DtTypographyBodySmallLineHeight = 140%
248
- public static let DtTypographyCodeBaseFontFamily = SF Mono
249
- public static let DtTypographyCodeBaseFontSize = 15px
250
- public static let DtTypographyCodeBaseFontWeight = Regular
251
- public static let DtTypographyCodeBaseLineHeight = 120%
252
- public static let DtTypographyCodeSmallFontFamily = SF Mono
253
- public static let DtTypographyCodeSmallFontSize = 12px
254
- public static let DtTypographyCodeSmallFontWeight = Regular
255
- public static let DtTypographyCodeSmallLineHeight = 120%
256
- public static let DtTypographyHeadlineCompactBaseFontFamily = SF Pro
257
- public static let DtTypographyHeadlineCompactBaseFontSize = 15px
258
- public static let DtTypographyHeadlineCompactBaseFontWeight = Bold
259
- public static let DtTypographyHeadlineCompactBaseLineHeight = 140%
260
- public static let DtTypographyHeadlineCompactSmallFontFamily = SF Pro
261
- public static let DtTypographyHeadlineCompactSmallFontSize = 12px
262
- public static let DtTypographyHeadlineCompactSmallFontWeight = Bold
263
- public static let DtTypographyHeadlineCompactSmallLineHeight = 120%
264
- public static let DtTypographyHeadlineExtraExtraLargeFontFamily = SF Pro
265
- public static let DtTypographyHeadlineExtraExtraLargeFontSize = 38px
266
- public static let DtTypographyHeadlineExtraExtraLargeFontWeight = Medium
267
- public static let DtTypographyHeadlineExtraExtraLargeLineHeight = 120%
268
- public static let DtTypographyHeadlineExtraLargeFontFamily = SF Pro
269
- public static let DtTypographyHeadlineExtraLargeFontSize = 27px
270
- public static let DtTypographyHeadlineExtraLargeFontWeight = Medium
271
- public static let DtTypographyHeadlineExtraLargeLineHeight = 120%
272
- public static let DtTypographyHeadlineEyebrowFontFamily = SF Pro
273
- public static let DtTypographyHeadlineEyebrowFontSize = 12px
274
- public static let DtTypographyHeadlineEyebrowFontWeight = Regular
275
- public static let DtTypographyHeadlineEyebrowLineHeight = 140%
276
- public static let DtTypographyHeadlineEyebrowTextCase = uppercase
277
- public static let DtTypographyHeadlineLargeFontFamily = SF Pro
278
- public static let DtTypographyHeadlineLargeFontSize = 19px
279
- public static let DtTypographyHeadlineLargeFontWeight = Bold
280
- public static let DtTypographyHeadlineLargeLineHeight = 160%
281
- public static let DtTypographyHeadlineMediumFontFamily = SF Pro
282
- public static let DtTypographyHeadlineMediumFontSize = 15px
283
- public static let DtTypographyHeadlineMediumFontWeight = Bold
284
- public static let DtTypographyHeadlineMediumLineHeight = 160%
285
- public static let DtTypographyHeadlineSmallFontFamily = SF Pro
286
- public static let DtTypographyHeadlineSmallFontSize = 12px
287
- public static let DtTypographyHeadlineSmallFontWeight = Bold
288
- public static let DtTypographyHeadlineSmallLineHeight = 140%
289
- public static let DtTypographyHelperBaseFontFamily = SF Pro
290
- public static let DtTypographyHelperBaseFontSize = 15px
291
- public static let DtTypographyHelperBaseFontWeight = Regular
292
- public static let DtTypographyHelperBaseLineHeight = 140%
293
- public static let DtTypographyHelperSmallFontFamily = SF Pro
294
- public static let DtTypographyHelperSmallFontSize = 12px
295
- public static let DtTypographyHelperSmallFontWeight = Regular
296
- public static let DtTypographyHelperSmallLineHeight = 120%
297
- public static let DtTypographyLabelBaseFontFamily = SF Pro
298
- public static let DtTypographyLabelBaseFontSize = 15px
299
- public static let DtTypographyLabelBaseFontWeight = Semibold
300
- public static let DtTypographyLabelBaseLineHeight = 160%
301
- public static let DtTypographyLabelCompactBaseFontFamily = SF Pro
302
- public static let DtTypographyLabelCompactBaseFontSize = 15px
303
- public static let DtTypographyLabelCompactBaseFontWeight = Semibold
304
- public static let DtTypographyLabelCompactBaseLineHeight = 140%
305
- public static let DtTypographyLabelCompactPlainBaseFontFamily = SF Pro
306
- public static let DtTypographyLabelCompactPlainBaseFontSize = 15px
307
- public static let DtTypographyLabelCompactPlainBaseFontWeight = Regular
308
- public static let DtTypographyLabelCompactPlainBaseLineHeight = 140%
309
- public static let DtTypographyLabelCompactPlainSmallFontFamily = SF Pro
310
- public static let DtTypographyLabelCompactPlainSmallFontSize = 12px
311
- public static let DtTypographyLabelCompactPlainSmallFontWeight = Regular
312
- public static let DtTypographyLabelCompactPlainSmallLineHeight = 120%
313
- public static let DtTypographyLabelCompactSmallFontFamily = SF Pro
314
- public static let DtTypographyLabelCompactSmallFontSize = 12px
315
- public static let DtTypographyLabelCompactSmallFontWeight = Semibold
316
- public static let DtTypographyLabelCompactSmallLineHeight = 120%
317
- public static let DtTypographyLabelPlainBaseFontFamily = SF Pro
318
- public static let DtTypographyLabelPlainBaseFontSize = 15px
319
- public static let DtTypographyLabelPlainBaseFontWeight = Regular
320
- public static let DtTypographyLabelPlainBaseLineHeight = 160%
321
- public static let DtTypographyLabelPlainSmallFontFamily = SF Pro
322
- public static let DtTypographyLabelPlainSmallFontSize = 12px
323
- public static let DtTypographyLabelPlainSmallFontWeight = Regular
324
- public static let DtTypographyLabelPlainSmallLineHeight = 140%
325
- public static let DtTypographyLabelSmallFontFamily = SF Pro
326
- public static let DtTypographyLabelSmallFontSize = 12px
327
- public static let DtTypographyLabelSmallFontWeight = Semibold
328
- public static let DtTypographyLabelSmallLineHeight = 140%
329
- }