@atlaskit/tokens 1.21.1 → 1.22.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/CHANGELOG.md +6 -0
- package/dist/cjs/artifacts/themes/atlassian-typography-adg3.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-typography-minor3.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-typography.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +17 -15
- package/dist/cjs/artifacts/token-names.js +4 -2
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +86 -42
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +86 -42
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +64 -42
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/tokens/atlassian-typography/font-family.js +4 -1
- package/dist/cjs/tokens/atlassian-typography/theme.js +13 -13
- package/dist/cjs/tokens/atlassian-typography-adg3/font-family.js +4 -1
- package/dist/cjs/tokens/atlassian-typography-adg3/theme.js +25 -14
- package/dist/cjs/tokens/atlassian-typography-minor3/font-family.js +4 -1
- package/dist/cjs/tokens/atlassian-typography-minor3/theme.js +25 -14
- package/dist/cjs/tokens/default/typography/font-family.js +9 -1
- package/dist/cjs/tokens/default/utility/utility.js +8 -0
- package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +17 -15
- package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +17 -15
- package/dist/es2019/artifacts/themes/atlassian-typography.js +16 -15
- package/dist/es2019/artifacts/token-default-values.js +17 -15
- package/dist/es2019/artifacts/token-names.js +4 -2
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +86 -42
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +86 -42
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +64 -42
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/tokens/atlassian-typography/font-family.js +4 -1
- package/dist/es2019/tokens/atlassian-typography/theme.js +13 -13
- package/dist/es2019/tokens/atlassian-typography-adg3/font-family.js +4 -1
- package/dist/es2019/tokens/atlassian-typography-adg3/theme.js +25 -14
- package/dist/es2019/tokens/atlassian-typography-minor3/font-family.js +4 -1
- package/dist/es2019/tokens/atlassian-typography-minor3/theme.js +25 -14
- package/dist/es2019/tokens/default/typography/font-family.js +9 -1
- package/dist/es2019/tokens/default/utility/utility.js +8 -0
- package/dist/esm/artifacts/themes/atlassian-typography-adg3.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-typography-minor3.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-typography.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +17 -15
- package/dist/esm/artifacts/token-names.js +4 -2
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +86 -42
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +86 -42
- package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +64 -42
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/tokens/atlassian-typography/font-family.js +4 -1
- package/dist/esm/tokens/atlassian-typography/theme.js +13 -13
- package/dist/esm/tokens/atlassian-typography-adg3/font-family.js +4 -1
- package/dist/esm/tokens/atlassian-typography-adg3/theme.js +25 -14
- package/dist/esm/tokens/atlassian-typography-minor3/font-family.js +4 -1
- package/dist/esm/tokens/atlassian-typography-minor3/theme.js +25 -14
- package/dist/esm/tokens/default/typography/font-family.js +9 -1
- package/dist/esm/tokens/default/utility/utility.js +8 -0
- package/dist/types/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-typography.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +17 -15
- package/dist/types/artifacts/token-names.d.ts +7 -3
- package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +10 -10
- package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +10 -10
- package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/tokens/atlassian-typography-adg3/theme.d.ts +145 -10
- package/dist/types/tokens/atlassian-typography-minor3/theme.d.ts +145 -10
- package/dist/types/types.d.ts +16 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +17 -15
- package/dist/types-ts4.5/artifacts/token-names.d.ts +7 -3
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +10 -10
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +10 -10
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/tokens/atlassian-typography-adg3/theme.d.ts +145 -10
- package/dist/types-ts4.5/tokens/atlassian-typography-minor3/theme.d.ts +145 -10
- package/dist/types-ts4.5/types.d.ts +16 -2
- package/figma/atlassian-typography-adg3.json +15 -6
- package/figma/atlassian-typography-minor3.json +15 -6
- package/figma/atlassian-typography.json +15 -6
- package/package.json +1 -1
- package/report.api.md +41 -3
- package/tmp/api-report-tmp.d.ts +34 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import warnOnce from '@atlaskit/ds-lib/warn-once';
|
|
2
2
|
import tokens from './artifacts/token-names';
|
|
3
3
|
var name = "@atlaskit/tokens";
|
|
4
|
-
var version = "1.
|
|
4
|
+
var version = "1.22.0";
|
|
5
5
|
/**
|
|
6
6
|
* Takes a dot-separated token name and and an optional fallback, and returns the current computed CSS value for the
|
|
7
7
|
* resulting CSS Custom Property.
|
package/dist/esm/get-token.js
CHANGED
|
@@ -2,7 +2,7 @@ import warnOnce from '@atlaskit/ds-lib/warn-once';
|
|
|
2
2
|
import tokens from './artifacts/token-names';
|
|
3
3
|
import { TOKEN_NOT_FOUND_CSS_VAR } from './constants';
|
|
4
4
|
var name = "@atlaskit/tokens";
|
|
5
|
-
var version = "1.
|
|
5
|
+
var version = "1.22.0";
|
|
6
6
|
/**
|
|
7
7
|
* Takes a dot-separated token name and an optional fallback, and returns the CSS custom property for the corresponding token.
|
|
8
8
|
* This should be used to implement design decisions throughout your application.
|
|
@@ -6,7 +6,7 @@ var typography = {
|
|
|
6
6
|
fontWeight: 'FontWeight700',
|
|
7
7
|
fontSize: 'FontSize36',
|
|
8
8
|
lineHeight: 'LineHeight700',
|
|
9
|
-
fontFamily: '
|
|
9
|
+
fontFamily: 'font.family.heading',
|
|
10
10
|
fontStyle: 'normal',
|
|
11
11
|
letterSpacing: 'LetterSpacing0'
|
|
12
12
|
}
|
|
@@ -16,7 +16,7 @@ var typography = {
|
|
|
16
16
|
fontWeight: 'FontWeight700',
|
|
17
17
|
fontSize: 'FontSize28',
|
|
18
18
|
lineHeight: 'LineHeight500',
|
|
19
|
-
fontFamily: '
|
|
19
|
+
fontFamily: 'font.family.heading',
|
|
20
20
|
fontStyle: 'normal',
|
|
21
21
|
letterSpacing: 'LetterSpacing0'
|
|
22
22
|
}
|
|
@@ -26,7 +26,7 @@ var typography = {
|
|
|
26
26
|
fontWeight: 'FontWeight700',
|
|
27
27
|
fontSize: 'FontSize24',
|
|
28
28
|
lineHeight: 'LineHeight400',
|
|
29
|
-
fontFamily: '
|
|
29
|
+
fontFamily: 'font.family.heading',
|
|
30
30
|
fontStyle: 'normal',
|
|
31
31
|
letterSpacing: 'LetterSpacing0'
|
|
32
32
|
}
|
|
@@ -36,7 +36,7 @@ var typography = {
|
|
|
36
36
|
fontWeight: 'FontWeight700',
|
|
37
37
|
fontSize: 'FontSize20',
|
|
38
38
|
lineHeight: 'LineHeight300',
|
|
39
|
-
fontFamily: '
|
|
39
|
+
fontFamily: 'font.family.heading',
|
|
40
40
|
fontStyle: 'normal',
|
|
41
41
|
letterSpacing: 'LetterSpacing0'
|
|
42
42
|
}
|
|
@@ -46,7 +46,7 @@ var typography = {
|
|
|
46
46
|
fontWeight: 'FontWeight700',
|
|
47
47
|
fontSize: 'FontSize16',
|
|
48
48
|
lineHeight: 'LineHeight200',
|
|
49
|
-
fontFamily: '
|
|
49
|
+
fontFamily: 'font.family.heading',
|
|
50
50
|
fontStyle: 'normal',
|
|
51
51
|
letterSpacing: 'LetterSpacing0'
|
|
52
52
|
}
|
|
@@ -56,7 +56,7 @@ var typography = {
|
|
|
56
56
|
fontWeight: 'FontWeight700',
|
|
57
57
|
fontSize: 'FontSize14',
|
|
58
58
|
lineHeight: 'LineHeight100',
|
|
59
|
-
fontFamily: '
|
|
59
|
+
fontFamily: 'font.family.heading',
|
|
60
60
|
fontStyle: 'normal',
|
|
61
61
|
letterSpacing: 'LetterSpacing0'
|
|
62
62
|
}
|
|
@@ -66,7 +66,7 @@ var typography = {
|
|
|
66
66
|
fontWeight: 'FontWeight700',
|
|
67
67
|
fontSize: 'FontSize12',
|
|
68
68
|
lineHeight: 'LineHeight100',
|
|
69
|
-
fontFamily: '
|
|
69
|
+
fontFamily: 'font.family.heading',
|
|
70
70
|
fontStyle: 'normal',
|
|
71
71
|
letterSpacing: 'LetterSpacing0'
|
|
72
72
|
}
|
|
@@ -78,7 +78,7 @@ var typography = {
|
|
|
78
78
|
fontWeight: 'FontWeight400',
|
|
79
79
|
fontSize: 'FontSizeCode',
|
|
80
80
|
lineHeight: 'LineHeight1',
|
|
81
|
-
fontFamily: '
|
|
81
|
+
fontFamily: 'font.family.code',
|
|
82
82
|
fontStyle: 'normal',
|
|
83
83
|
letterSpacing: 'LetterSpacing0'
|
|
84
84
|
}
|
|
@@ -90,7 +90,7 @@ var typography = {
|
|
|
90
90
|
fontWeight: 'FontWeight400',
|
|
91
91
|
fontSize: 'FontSize14',
|
|
92
92
|
lineHeight: 'LineHeight200',
|
|
93
|
-
fontFamily: '
|
|
93
|
+
fontFamily: 'font.family.body',
|
|
94
94
|
fontStyle: 'normal',
|
|
95
95
|
letterSpacing: 'LetterSpacing0'
|
|
96
96
|
}
|
|
@@ -100,7 +100,7 @@ var typography = {
|
|
|
100
100
|
fontWeight: 'FontWeight400',
|
|
101
101
|
fontSize: 'FontSize12',
|
|
102
102
|
lineHeight: 'LineHeight200',
|
|
103
|
-
fontFamily: '
|
|
103
|
+
fontFamily: 'font.family.body',
|
|
104
104
|
fontStyle: 'normal',
|
|
105
105
|
letterSpacing: 'LetterSpacing0'
|
|
106
106
|
}
|
|
@@ -110,7 +110,7 @@ var typography = {
|
|
|
110
110
|
fontWeight: 'FontWeight400',
|
|
111
111
|
fontSize: 'FontSize16',
|
|
112
112
|
lineHeight: 'LineHeight300',
|
|
113
|
-
fontFamily: '
|
|
113
|
+
fontFamily: 'font.family.body',
|
|
114
114
|
fontStyle: 'normal',
|
|
115
115
|
letterSpacing: 'LetterSpacing0'
|
|
116
116
|
}
|
|
@@ -122,7 +122,7 @@ var typography = {
|
|
|
122
122
|
fontWeight: 'FontWeight400',
|
|
123
123
|
fontSize: 'FontSize14',
|
|
124
124
|
lineHeight: 'LineHeight1',
|
|
125
|
-
fontFamily: '
|
|
125
|
+
fontFamily: 'font.family.body',
|
|
126
126
|
fontStyle: 'normal',
|
|
127
127
|
letterSpacing: 'LetterSpacing0'
|
|
128
128
|
}
|
|
@@ -132,7 +132,7 @@ var typography = {
|
|
|
132
132
|
fontWeight: 'FontWeight400',
|
|
133
133
|
fontSize: 'FontSize12',
|
|
134
134
|
lineHeight: 'LineHeight1',
|
|
135
|
-
fontFamily: '
|
|
135
|
+
fontFamily: 'font.family.body',
|
|
136
136
|
fontStyle: 'normal',
|
|
137
137
|
letterSpacing: 'LetterSpacing0'
|
|
138
138
|
}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
var utility = {
|
|
2
|
+
// @ts-expect-error in complete utility theme
|
|
3
|
+
UNSAFE: {
|
|
4
|
+
textTransformUppercase: {
|
|
5
|
+
value: 'uppercase'
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
};
|
|
1
9
|
var typography = {
|
|
2
10
|
font: {
|
|
3
11
|
heading: {
|
|
@@ -6,7 +14,7 @@ var typography = {
|
|
|
6
14
|
fontWeight: 'FontWeight500',
|
|
7
15
|
fontSize: 'LegacyFontSize35',
|
|
8
16
|
lineHeight: 'LineHeight700',
|
|
9
|
-
fontFamily: '
|
|
17
|
+
fontFamily: 'font.family.heading',
|
|
10
18
|
fontStyle: 'normal',
|
|
11
19
|
letterSpacing: 'LetterSpacing400'
|
|
12
20
|
}
|
|
@@ -16,7 +24,7 @@ var typography = {
|
|
|
16
24
|
fontWeight: 'FontWeight600',
|
|
17
25
|
fontSize: 'LegacyFontSize29',
|
|
18
26
|
lineHeight: 'LineHeight500',
|
|
19
|
-
fontFamily: '
|
|
27
|
+
fontFamily: 'font.family.heading',
|
|
20
28
|
fontStyle: 'normal',
|
|
21
29
|
letterSpacing: 'LetterSpacing400'
|
|
22
30
|
}
|
|
@@ -26,7 +34,7 @@ var typography = {
|
|
|
26
34
|
fontWeight: 'FontWeight500',
|
|
27
35
|
fontSize: 'FontSize24',
|
|
28
36
|
lineHeight: 'LineHeight400',
|
|
29
|
-
fontFamily: '
|
|
37
|
+
fontFamily: 'font.family.heading',
|
|
30
38
|
fontStyle: 'normal',
|
|
31
39
|
letterSpacing: 'LetterSpacing400'
|
|
32
40
|
}
|
|
@@ -36,7 +44,7 @@ var typography = {
|
|
|
36
44
|
fontWeight: 'FontWeight500',
|
|
37
45
|
fontSize: 'FontSize20',
|
|
38
46
|
lineHeight: 'LineHeight300',
|
|
39
|
-
fontFamily: '
|
|
47
|
+
fontFamily: 'font.family.heading',
|
|
40
48
|
fontStyle: 'normal',
|
|
41
49
|
letterSpacing: 'LetterSpacing300'
|
|
42
50
|
}
|
|
@@ -46,7 +54,7 @@ var typography = {
|
|
|
46
54
|
fontWeight: 'FontWeight600',
|
|
47
55
|
fontSize: 'FontSize16',
|
|
48
56
|
lineHeight: 'LineHeight200',
|
|
49
|
-
fontFamily: '
|
|
57
|
+
fontFamily: 'font.family.heading',
|
|
50
58
|
fontStyle: 'normal',
|
|
51
59
|
letterSpacing: 'LetterSpacing200'
|
|
52
60
|
}
|
|
@@ -56,7 +64,7 @@ var typography = {
|
|
|
56
64
|
fontWeight: 'FontWeight600',
|
|
57
65
|
fontSize: 'FontSize14',
|
|
58
66
|
lineHeight: 'LineHeight100',
|
|
59
|
-
fontFamily: '
|
|
67
|
+
fontFamily: 'font.family.heading',
|
|
60
68
|
fontStyle: 'normal',
|
|
61
69
|
letterSpacing: 'LetterSpacing100'
|
|
62
70
|
}
|
|
@@ -66,7 +74,7 @@ var typography = {
|
|
|
66
74
|
fontWeight: 'FontWeight600',
|
|
67
75
|
fontSize: 'FontSize12',
|
|
68
76
|
lineHeight: 'LineHeight100',
|
|
69
|
-
fontFamily: '
|
|
77
|
+
fontFamily: 'font.family.heading',
|
|
70
78
|
fontStyle: 'normal',
|
|
71
79
|
letterSpacing: 'LetterSpacing0'
|
|
72
80
|
}
|
|
@@ -78,7 +86,7 @@ var typography = {
|
|
|
78
86
|
fontWeight: 'FontWeight400',
|
|
79
87
|
fontSize: 'FontSizeCode',
|
|
80
88
|
lineHeight: 'LineHeight1',
|
|
81
|
-
fontFamily: '
|
|
89
|
+
fontFamily: 'font.family.code',
|
|
82
90
|
fontStyle: 'normal',
|
|
83
91
|
letterSpacing: 'LetterSpacing0'
|
|
84
92
|
}
|
|
@@ -90,7 +98,7 @@ var typography = {
|
|
|
90
98
|
fontWeight: 'FontWeight400',
|
|
91
99
|
fontSize: 'FontSize14',
|
|
92
100
|
lineHeight: 'LineHeight200',
|
|
93
|
-
fontFamily: '
|
|
101
|
+
fontFamily: 'font.family.body',
|
|
94
102
|
fontStyle: 'normal',
|
|
95
103
|
letterSpacing: 'LetterSpacing0'
|
|
96
104
|
}
|
|
@@ -100,7 +108,7 @@ var typography = {
|
|
|
100
108
|
fontWeight: 'FontWeight400',
|
|
101
109
|
fontSize: 'FontSize16',
|
|
102
110
|
lineHeight: 'LineHeight300',
|
|
103
|
-
fontFamily: '
|
|
111
|
+
fontFamily: 'font.family.body',
|
|
104
112
|
fontStyle: 'normal',
|
|
105
113
|
letterSpacing: 'LetterSpacing0'
|
|
106
114
|
}
|
|
@@ -110,7 +118,7 @@ var typography = {
|
|
|
110
118
|
fontWeight: 'FontWeight400',
|
|
111
119
|
fontSize: 'LegacyFontSize11',
|
|
112
120
|
lineHeight: 'LineHeight200',
|
|
113
|
-
fontFamily: '
|
|
121
|
+
fontFamily: 'font.family.body',
|
|
114
122
|
fontStyle: 'normal',
|
|
115
123
|
letterSpacing: 'LetterSpacing0'
|
|
116
124
|
}
|
|
@@ -122,7 +130,7 @@ var typography = {
|
|
|
122
130
|
fontWeight: 'FontWeight400',
|
|
123
131
|
fontSize: 'FontSize14',
|
|
124
132
|
lineHeight: 'LineHeight1',
|
|
125
|
-
fontFamily: '
|
|
133
|
+
fontFamily: 'font.family.body',
|
|
126
134
|
fontStyle: 'normal',
|
|
127
135
|
letterSpacing: 'LetterSpacing0'
|
|
128
136
|
}
|
|
@@ -132,7 +140,7 @@ var typography = {
|
|
|
132
140
|
fontWeight: 'FontWeight400',
|
|
133
141
|
fontSize: 'LegacyFontSize11',
|
|
134
142
|
lineHeight: 'LineHeight1',
|
|
135
|
-
fontFamily: '
|
|
143
|
+
fontFamily: 'font.family.body',
|
|
136
144
|
fontStyle: 'normal',
|
|
137
145
|
letterSpacing: 'LetterSpacing0'
|
|
138
146
|
}
|
|
@@ -140,4 +148,7 @@ var typography = {
|
|
|
140
148
|
}
|
|
141
149
|
}
|
|
142
150
|
};
|
|
143
|
-
export default
|
|
151
|
+
export default {
|
|
152
|
+
font: typography.font,
|
|
153
|
+
utility: utility
|
|
154
|
+
};
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
var utility = {
|
|
2
|
+
// @ts-expect-error in complete utility theme
|
|
3
|
+
UNSAFE: {
|
|
4
|
+
textTransformUppercase: {
|
|
5
|
+
value: 'uppercase'
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
};
|
|
1
9
|
var typography = {
|
|
2
10
|
font: {
|
|
3
11
|
heading: {
|
|
@@ -6,7 +14,7 @@ var typography = {
|
|
|
6
14
|
fontWeight: 'FontWeight700',
|
|
7
15
|
fontSize: 'FontSize32',
|
|
8
16
|
lineHeight: 'LineHeight600',
|
|
9
|
-
fontFamily: '
|
|
17
|
+
fontFamily: 'font.family.heading',
|
|
10
18
|
fontStyle: 'normal',
|
|
11
19
|
letterSpacing: 'LetterSpacing0'
|
|
12
20
|
}
|
|
@@ -16,7 +24,7 @@ var typography = {
|
|
|
16
24
|
fontWeight: 'FontWeight700',
|
|
17
25
|
fontSize: 'FontSize28',
|
|
18
26
|
lineHeight: 'LineHeight500',
|
|
19
|
-
fontFamily: '
|
|
27
|
+
fontFamily: 'font.family.heading',
|
|
20
28
|
fontStyle: 'normal',
|
|
21
29
|
letterSpacing: 'LetterSpacing0'
|
|
22
30
|
}
|
|
@@ -26,7 +34,7 @@ var typography = {
|
|
|
26
34
|
fontWeight: 'FontWeight700',
|
|
27
35
|
fontSize: 'FontSize24',
|
|
28
36
|
lineHeight: 'LineHeight400',
|
|
29
|
-
fontFamily: '
|
|
37
|
+
fontFamily: 'font.family.heading',
|
|
30
38
|
fontStyle: 'normal',
|
|
31
39
|
letterSpacing: 'LetterSpacing0'
|
|
32
40
|
}
|
|
@@ -36,7 +44,7 @@ var typography = {
|
|
|
36
44
|
fontWeight: 'FontWeight700',
|
|
37
45
|
fontSize: 'FontSize20',
|
|
38
46
|
lineHeight: 'LineHeight300',
|
|
39
|
-
fontFamily: '
|
|
47
|
+
fontFamily: 'font.family.heading',
|
|
40
48
|
fontStyle: 'normal',
|
|
41
49
|
letterSpacing: 'LetterSpacing0'
|
|
42
50
|
}
|
|
@@ -46,7 +54,7 @@ var typography = {
|
|
|
46
54
|
fontWeight: 'FontWeight700',
|
|
47
55
|
fontSize: 'FontSize16',
|
|
48
56
|
lineHeight: 'LineHeight200',
|
|
49
|
-
fontFamily: '
|
|
57
|
+
fontFamily: 'font.family.heading',
|
|
50
58
|
fontStyle: 'normal',
|
|
51
59
|
letterSpacing: 'LetterSpacing0'
|
|
52
60
|
}
|
|
@@ -56,7 +64,7 @@ var typography = {
|
|
|
56
64
|
fontWeight: 'FontWeight700',
|
|
57
65
|
fontSize: 'FontSize14',
|
|
58
66
|
lineHeight: 'LineHeight100',
|
|
59
|
-
fontFamily: '
|
|
67
|
+
fontFamily: 'font.family.heading',
|
|
60
68
|
fontStyle: 'normal',
|
|
61
69
|
letterSpacing: 'LetterSpacing0'
|
|
62
70
|
}
|
|
@@ -66,7 +74,7 @@ var typography = {
|
|
|
66
74
|
fontWeight: 'FontWeight700',
|
|
67
75
|
fontSize: 'FontSize12',
|
|
68
76
|
lineHeight: 'LineHeight100',
|
|
69
|
-
fontFamily: '
|
|
77
|
+
fontFamily: 'font.family.heading',
|
|
70
78
|
fontStyle: 'normal',
|
|
71
79
|
letterSpacing: 'LetterSpacing0'
|
|
72
80
|
}
|
|
@@ -78,7 +86,7 @@ var typography = {
|
|
|
78
86
|
fontWeight: 'FontWeight400',
|
|
79
87
|
fontSize: 'FontSizeCode',
|
|
80
88
|
lineHeight: 'LineHeight1',
|
|
81
|
-
fontFamily: '
|
|
89
|
+
fontFamily: 'font.family.code',
|
|
82
90
|
fontStyle: 'normal',
|
|
83
91
|
letterSpacing: 'LetterSpacing0'
|
|
84
92
|
}
|
|
@@ -90,7 +98,7 @@ var typography = {
|
|
|
90
98
|
fontWeight: 'FontWeight400',
|
|
91
99
|
fontSize: 'FontSize14',
|
|
92
100
|
lineHeight: 'LineHeight200',
|
|
93
|
-
fontFamily: '
|
|
101
|
+
fontFamily: 'font.family.body',
|
|
94
102
|
fontStyle: 'normal',
|
|
95
103
|
letterSpacing: 'LetterSpacing0'
|
|
96
104
|
}
|
|
@@ -100,7 +108,7 @@ var typography = {
|
|
|
100
108
|
fontWeight: 'FontWeight400',
|
|
101
109
|
fontSize: 'FontSize16',
|
|
102
110
|
lineHeight: 'LineHeight300',
|
|
103
|
-
fontFamily: '
|
|
111
|
+
fontFamily: 'font.family.body',
|
|
104
112
|
fontStyle: 'normal',
|
|
105
113
|
letterSpacing: 'LetterSpacing0'
|
|
106
114
|
}
|
|
@@ -110,7 +118,7 @@ var typography = {
|
|
|
110
118
|
fontWeight: 'FontWeight400',
|
|
111
119
|
fontSize: 'FontSize12',
|
|
112
120
|
lineHeight: 'LineHeight200',
|
|
113
|
-
fontFamily: '
|
|
121
|
+
fontFamily: 'font.family.body',
|
|
114
122
|
fontStyle: 'normal',
|
|
115
123
|
letterSpacing: 'LetterSpacing0'
|
|
116
124
|
}
|
|
@@ -122,7 +130,7 @@ var typography = {
|
|
|
122
130
|
fontWeight: 'FontWeight400',
|
|
123
131
|
fontSize: 'FontSize14',
|
|
124
132
|
lineHeight: 'LineHeight1',
|
|
125
|
-
fontFamily: '
|
|
133
|
+
fontFamily: 'font.family.body',
|
|
126
134
|
fontStyle: 'normal',
|
|
127
135
|
letterSpacing: 'LetterSpacing0'
|
|
128
136
|
}
|
|
@@ -132,7 +140,7 @@ var typography = {
|
|
|
132
140
|
fontWeight: 'FontWeight400',
|
|
133
141
|
fontSize: 'FontSize12',
|
|
134
142
|
lineHeight: 'LineHeight1',
|
|
135
|
-
fontFamily: '
|
|
143
|
+
fontFamily: 'font.family.body',
|
|
136
144
|
fontStyle: 'normal',
|
|
137
145
|
letterSpacing: 'LetterSpacing0'
|
|
138
146
|
}
|
|
@@ -140,4 +148,7 @@ var typography = {
|
|
|
140
148
|
}
|
|
141
149
|
}
|
|
142
150
|
};
|
|
143
|
-
export default
|
|
151
|
+
export default {
|
|
152
|
+
font: typography.font,
|
|
153
|
+
utility: utility
|
|
154
|
+
};
|
|
@@ -33,7 +33,15 @@ var font = {
|
|
|
33
33
|
description: 'Helpful guidance goes here'
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
|
|
36
|
+
heading: {
|
|
37
|
+
attributes: {
|
|
38
|
+
group: 'fontFamily',
|
|
39
|
+
state: 'experimental',
|
|
40
|
+
introduced: '1.14.0',
|
|
41
|
+
description: 'Helpful guidance goes here'
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
body: {
|
|
37
45
|
attributes: {
|
|
38
46
|
group: 'fontFamily',
|
|
39
47
|
state: 'experimental',
|
|
@@ -7,6 +7,14 @@ var utility = {
|
|
|
7
7
|
introduced: '0.1.1',
|
|
8
8
|
description: 'Transparent token used for backwards compatibility between new and old theming solutions'
|
|
9
9
|
}
|
|
10
|
+
},
|
|
11
|
+
textTransformUppercase: {
|
|
12
|
+
attributes: {
|
|
13
|
+
group: 'raw',
|
|
14
|
+
state: 'active',
|
|
15
|
+
introduced: '1.20.1',
|
|
16
|
+
description: 'Text transform uppercase token used for backwards compatibility between new and old theming solutions'
|
|
17
|
+
}
|
|
10
18
|
}
|
|
11
19
|
},
|
|
12
20
|
elevation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::86a1df1a5baba529610e15ed684ea4b8>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
|
-
declare const _default: "\nhtml[data-theme~=\"typography:typography-adg3\"] {\n --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-
|
|
6
|
+
declare const _default: "\nhtml[data-theme~=\"typography:typography-adg3\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-body);\n --ds-font-body-lg: normal 400 1rem/1.5rem var(--ds-font-family-body);\n --ds-font-body-sm: normal 400 0.6875rem/1.25rem var(--ds-font-family-body);\n --ds-font-code: normal 400 0.875em/1 var(--ds-font-family-code);\n --ds-font-heading-lg: normal 500 1.5rem/1.75rem var(--ds-font-family-heading);\n --ds-font-heading-md: normal 500 1.25rem/1.5rem var(--ds-font-family-heading);\n --ds-font-heading-sm: normal 600 1rem/1.25rem var(--ds-font-family-heading);\n --ds-font-heading-xl: normal 600 1.8125rem/2rem var(--ds-font-family-heading);\n --ds-font-heading-xs: normal 600 0.875rem/1rem var(--ds-font-family-heading);\n --ds-font-heading-xxl: normal 500 2.1875rem/2.5rem var(--ds-font-family-heading);\n --ds-font-heading-xxs: normal 600 0.75rem/1rem var(--ds-font-family-heading);\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: -0.003em;\n --ds-font-letterSpacing-200: -0.006em;\n --ds-font-letterSpacing-300: -0.008em;\n --ds-font-letterSpacing-400: -0.01em;\n --ds-font-ui: normal 400 0.875rem/1 var(--ds-font-family-body);\n --ds-font-ui-sm: normal 400 0.6875rem/1 var(--ds-font-family-body);\n --ds-font-family-body: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-heading: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-sans: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n --ds-font-size-050: 0.6875rem;\n --ds-font-size-075: 0.75rem;\n --ds-font-size-100: 0.875rem;\n --ds-font-size-200: 1rem;\n --ds-font-size-300: 1.25rem;\n --ds-font-size-400: 1.5rem;\n --ds-font-size-500: 1.8125rem;\n --ds-font-size-600: 2.1875rem;\n --ds-font-weight-bold: 700;\n --ds-font-weight-medium: 500;\n --ds-font-weight-regular: 400;\n --ds-font-weight-semibold: 600;\n --ds-font-lineHeight-1: 1;\n --ds-font-lineHeight-100: 1rem;\n --ds-font-lineHeight-200: 1.25rem;\n --ds-font-lineHeight-300: 1.5rem;\n --ds-font-lineHeight-400: 1.75rem;\n --ds-font-lineHeight-500: 2rem;\n --ds-font-lineHeight-600: 2.5rem;\n}\n";
|
|
7
7
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::0975666a75bd15b63756e59298935cf5>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
|
-
declare const _default: "\nhtml[data-theme~=\"typography:typography-minor3\"] {\n --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-
|
|
6
|
+
declare const _default: "\nhtml[data-theme~=\"typography:typography-minor3\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-body);\n --ds-font-body-lg: normal 400 1rem/1.5rem var(--ds-font-family-body);\n --ds-font-body-sm: normal 400 0.75rem/1.25rem var(--ds-font-family-body);\n --ds-font-code: normal 400 0.875em/1 var(--ds-font-family-code);\n --ds-font-heading-lg: normal 700 1.5rem/1.75rem var(--ds-font-family-heading);\n --ds-font-heading-md: normal 700 1.25rem/1.5rem var(--ds-font-family-heading);\n --ds-font-heading-sm: normal 700 1rem/1.25rem var(--ds-font-family-heading);\n --ds-font-heading-xl: normal 700 1.75rem/2rem var(--ds-font-family-heading);\n --ds-font-heading-xs: normal 700 0.875rem/1rem var(--ds-font-family-heading);\n --ds-font-heading-xxl: normal 700 2rem/2.25rem var(--ds-font-family-heading);\n --ds-font-heading-xxs: normal 700 0.75rem/1rem var(--ds-font-family-heading);\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: 0;\n --ds-font-letterSpacing-200: 0;\n --ds-font-letterSpacing-300: 0;\n --ds-font-letterSpacing-400: 0;\n --ds-font-ui: normal 400 0.875rem/1 var(--ds-font-family-body);\n --ds-font-ui-sm: normal 400 0.75rem/1 var(--ds-font-family-body);\n --ds-font-family-body: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-heading: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-sans: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n}\n";
|
|
7
7
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::349dc9dd4c283b60434a93a228019eb8>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
|
-
declare const _default: "\nhtml[data-theme~=\"typography:typography\"] {\n --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-
|
|
6
|
+
declare const _default: "\nhtml[data-theme~=\"typography:typography\"] {\n --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-body);\n --ds-font-body-lg: normal 400 1rem/1.5rem var(--ds-font-family-body);\n --ds-font-body-sm: normal 400 0.75rem/1.25rem var(--ds-font-family-body);\n --ds-font-code: normal 400 0.875em/1 var(--ds-font-family-code);\n --ds-font-heading-lg: normal 700 1.5rem/1.75rem var(--ds-font-family-heading);\n --ds-font-heading-md: normal 700 1.25rem/1.5rem var(--ds-font-family-heading);\n --ds-font-heading-sm: normal 700 1rem/1.25rem var(--ds-font-family-heading);\n --ds-font-heading-xl: normal 700 1.75rem/2rem var(--ds-font-family-heading);\n --ds-font-heading-xs: normal 700 0.875rem/1rem var(--ds-font-family-heading);\n --ds-font-heading-xxl: normal 700 2.25rem/2.5rem var(--ds-font-family-heading);\n --ds-font-heading-xxs: normal 700 0.75rem/1rem var(--ds-font-family-heading);\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: 0;\n --ds-font-letterSpacing-200: 0;\n --ds-font-letterSpacing-300: 0;\n --ds-font-letterSpacing-400: 0;\n --ds-font-ui: normal 400 0.875rem/1 var(--ds-font-family-body);\n --ds-font-ui-sm: normal 400 0.75rem/1 var(--ds-font-family-body);\n --ds-font-family-body: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-heading: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-sans: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n}\n";
|
|
7
7
|
export default _default;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* Token names mapped to their value in the default Atlassian themes ('light').
|
|
8
8
|
* These default values are used by the Babel plugin to optionally provide automatic fallbacks.
|
|
9
9
|
*
|
|
10
|
-
* @codegen <<SignedSource::
|
|
10
|
+
* @codegen <<SignedSource::2ed9c3b5219514c1dd5c348fb4647ed3>>
|
|
11
11
|
* @codegenCommand yarn build tokens
|
|
12
12
|
*/
|
|
13
13
|
declare const defaultTokenValues: {
|
|
@@ -396,6 +396,7 @@ declare const defaultTokenValues: {
|
|
|
396
396
|
readonly 'elevation.shadow.raised': "0px 1px 1px #091E4240, 0px 0px 1px #091E424F";
|
|
397
397
|
readonly 'opacity.disabled': "0.4";
|
|
398
398
|
readonly 'opacity.loading': "0.2";
|
|
399
|
+
readonly 'utility.UNSAFE.textTransformUppercase': "uppercase";
|
|
399
400
|
readonly 'utility.UNSAFE.transparent': "transparent";
|
|
400
401
|
readonly 'utility.elevation.surface.current': "#FFFFFF";
|
|
401
402
|
readonly 'border.radius.050': "0.125rem";
|
|
@@ -432,27 +433,28 @@ declare const defaultTokenValues: {
|
|
|
432
433
|
readonly 'space.negative.250': "-1.25rem";
|
|
433
434
|
readonly 'space.negative.300': "-1.5rem";
|
|
434
435
|
readonly 'space.negative.400': "-2rem";
|
|
435
|
-
readonly 'font.body': "normal 400 0.875rem/1.25rem
|
|
436
|
-
readonly 'font.body.lg': "normal 400 1rem/1.5rem
|
|
437
|
-
readonly 'font.body.sm': "normal 400 0.6875rem/1.25rem
|
|
438
|
-
readonly 'font.code': "normal 400 0.875em/1
|
|
439
|
-
readonly 'font.heading.lg': "normal 500 1.5rem/1.75rem
|
|
440
|
-
readonly 'font.heading.md': "normal 500 1.25rem/1.5rem
|
|
441
|
-
readonly 'font.heading.sm': "normal 600 1rem/1.25rem
|
|
442
|
-
readonly 'font.heading.xl': "normal 600 1.8125rem/2rem
|
|
443
|
-
readonly 'font.heading.xs': "normal 600 0.875rem/1rem
|
|
444
|
-
readonly 'font.heading.xxl': "normal 500 2.1875rem/2.5rem
|
|
445
|
-
readonly 'font.heading.xxs': "normal 600 0.75rem/1rem
|
|
436
|
+
readonly 'font.body': "normal 400 0.875rem/1.25rem var(--ds-font-family-body)";
|
|
437
|
+
readonly 'font.body.lg': "normal 400 1rem/1.5rem var(--ds-font-family-body)";
|
|
438
|
+
readonly 'font.body.sm': "normal 400 0.6875rem/1.25rem var(--ds-font-family-body)";
|
|
439
|
+
readonly 'font.code': "normal 400 0.875em/1 var(--ds-font-family-code)";
|
|
440
|
+
readonly 'font.heading.lg': "normal 500 1.5rem/1.75rem var(--ds-font-family-heading)";
|
|
441
|
+
readonly 'font.heading.md': "normal 500 1.25rem/1.5rem var(--ds-font-family-heading)";
|
|
442
|
+
readonly 'font.heading.sm': "normal 600 1rem/1.25rem var(--ds-font-family-heading)";
|
|
443
|
+
readonly 'font.heading.xl': "normal 600 1.8125rem/2rem var(--ds-font-family-heading)";
|
|
444
|
+
readonly 'font.heading.xs': "normal 600 0.875rem/1rem var(--ds-font-family-heading)";
|
|
445
|
+
readonly 'font.heading.xxl': "normal 500 2.1875rem/2.5rem var(--ds-font-family-heading)";
|
|
446
|
+
readonly 'font.heading.xxs': "normal 600 0.75rem/1rem var(--ds-font-family-heading)";
|
|
446
447
|
readonly 'font.letterSpacing.0': "0";
|
|
447
448
|
readonly 'font.letterSpacing.100': "-0.003em";
|
|
448
449
|
readonly 'font.letterSpacing.200': "-0.006em";
|
|
449
450
|
readonly 'font.letterSpacing.300': "-0.008em";
|
|
450
451
|
readonly 'font.letterSpacing.400': "-0.01em";
|
|
451
|
-
readonly 'font.ui': "normal 400 0.875rem/1
|
|
452
|
-
readonly 'font.ui.sm': "normal 400 0.6875rem/1
|
|
452
|
+
readonly 'font.ui': "normal 400 0.875rem/1 var(--ds-font-family-body)";
|
|
453
|
+
readonly 'font.ui.sm': "normal 400 0.6875rem/1 var(--ds-font-family-body)";
|
|
454
|
+
readonly 'font.family.body': "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif";
|
|
453
455
|
readonly 'font.family.code': "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace";
|
|
456
|
+
readonly 'font.family.heading': "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif";
|
|
454
457
|
readonly 'font.family.monospace': "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace";
|
|
455
|
-
readonly 'font.family.product': "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif";
|
|
456
458
|
readonly 'font.family.sans': "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif";
|
|
457
459
|
readonly 'font.family.brand': "Charlie Sans";
|
|
458
460
|
readonly 'font.size.050': "0.6875rem";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::9b8fdc7df9d7269fb27f22c5e06d7743>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
declare const tokens: {
|
|
@@ -389,6 +389,7 @@ declare const tokens: {
|
|
|
389
389
|
readonly 'elevation.shadow.raised': "--ds-shadow-raised";
|
|
390
390
|
readonly 'opacity.disabled': "--ds-opacity-disabled";
|
|
391
391
|
readonly 'opacity.loading': "--ds-opacity-loading";
|
|
392
|
+
readonly 'utility.UNSAFE.textTransformUppercase': "--ds-UNSAFE-textTransformUppercase";
|
|
392
393
|
readonly 'utility.UNSAFE.transparent': "--ds-UNSAFE-transparent";
|
|
393
394
|
readonly 'utility.elevation.surface.current': "--ds-elevation-surface-current";
|
|
394
395
|
readonly 'border.radius.050': "--ds-border-radius-050";
|
|
@@ -443,9 +444,10 @@ declare const tokens: {
|
|
|
443
444
|
readonly 'font.letterSpacing.400': "--ds-font-letterSpacing-400";
|
|
444
445
|
readonly 'font.ui': "--ds-font-ui";
|
|
445
446
|
readonly 'font.ui.sm': "--ds-font-ui-sm";
|
|
447
|
+
readonly 'font.family.body': "--ds-font-family-body";
|
|
446
448
|
readonly 'font.family.code': "--ds-font-family-code";
|
|
449
|
+
readonly 'font.family.heading': "--ds-font-family-heading";
|
|
447
450
|
readonly 'font.family.monospace': "--ds-font-family-monospace";
|
|
448
|
-
readonly 'font.family.product': "--ds-font-family-product";
|
|
449
451
|
readonly 'font.family.sans': "--ds-font-family-sans";
|
|
450
452
|
readonly 'font.family.brand': "--ds-font-family-brand";
|
|
451
453
|
readonly 'font.size.050': "--ds-font-size-050";
|
|
@@ -854,6 +856,7 @@ export type CSSTokenMap = {
|
|
|
854
856
|
'elevation.shadow.raised': 'var(--ds-shadow-raised)';
|
|
855
857
|
'opacity.disabled': 'var(--ds-opacity-disabled)';
|
|
856
858
|
'opacity.loading': 'var(--ds-opacity-loading)';
|
|
859
|
+
'utility.UNSAFE.textTransformUppercase': 'var(--ds-UNSAFE-textTransformUppercase)';
|
|
857
860
|
'utility.UNSAFE.transparent': 'var(--ds-UNSAFE-transparent)';
|
|
858
861
|
'utility.elevation.surface.current': 'var(--ds-elevation-surface-current)';
|
|
859
862
|
'border.radius.050': 'var(--ds-border-radius-050)';
|
|
@@ -908,9 +911,10 @@ export type CSSTokenMap = {
|
|
|
908
911
|
'font.letterSpacing.400': 'var(--ds-font-letterSpacing-400)';
|
|
909
912
|
'font.ui': 'var(--ds-font-ui)';
|
|
910
913
|
'font.ui.sm': 'var(--ds-font-ui-sm)';
|
|
914
|
+
'font.family.body': 'var(--ds-font-family-body)';
|
|
911
915
|
'font.family.code': 'var(--ds-font-family-code)';
|
|
916
|
+
'font.family.heading': 'var(--ds-font-family-heading)';
|
|
912
917
|
'font.family.monospace': 'var(--ds-font-family-monospace)';
|
|
913
|
-
'font.family.product': 'var(--ds-font-family-product)';
|
|
914
918
|
'font.family.sans': 'var(--ds-font-family-sans)';
|
|
915
919
|
'font.family.brand': 'var(--ds-font-family-brand)';
|
|
916
920
|
'font.size.050': 'var(--ds-font-size-050)';
|