@fluentui-react-native/win32-theme 0.38.0 → 0.39.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.json +1 -1
- package/CHANGELOG.md +44 -3
- package/lib/NativeModule/_mocks_/getThemingModule.native.d.ts +1 -1
- package/lib/NativeModule/_mocks_/getThemingModule.native.js +2 -2
- package/lib/NativeModule/_mocks_/getThemingModule.native.js.map +1 -1
- package/lib/NativeModule/fallbackOfficeModule.d.ts +1 -1
- package/lib/NativeModule/fallbackOfficeModule.js +163 -163
- package/lib/NativeModule/fallbackOfficeModule.js.map +1 -1
- package/lib/NativeModule/getThemingModule.d.ts +1 -1
- package/lib/NativeModule/getThemingModule.js +2 -2
- package/lib/NativeModule/getThemingModule.js.map +1 -1
- package/lib/NativeModule/getThemingModule.native.d.ts +1 -1
- package/lib/NativeModule/getThemingModule.native.js +28 -30
- package/lib/NativeModule/getThemingModule.native.js.map +1 -1
- package/lib/NativeModule/hostThemeSetting.d.ts +1 -1
- package/lib/NativeModule/hostThemeSetting.d.ts.map +1 -1
- package/lib/NativeModule/hostThemeSetting.js +3 -3
- package/lib/NativeModule/hostThemeSetting.js.map +1 -1
- package/lib/NativeModule/index.d.ts +10 -2
- package/lib/NativeModule/index.js +1 -1
- package/lib/NativeModule/officeThemingModule.d.ts +21 -21
- package/lib/NativeModule/officeThemingModule.js +1 -1
- package/lib/__tests__/win32-theme.test.d.ts +1 -1
- package/lib/__tests__/win32-theme.test.js +47 -47
- package/lib/__tests__/win32-theme.test.js.map +1 -1
- package/lib/createAliasesFromPalette.d.ts +1 -1
- package/lib/createAliasesFromPalette.js +56 -56
- package/lib/createAliasesFromPalette.js.map +1 -1
- package/lib/createBrandedThemeWithAlias.d.ts +1 -1
- package/lib/createBrandedThemeWithAlias.js +56 -61
- package/lib/createBrandedThemeWithAlias.js.map +1 -1
- package/lib/createFontAliasTokens.d.ts +1 -1
- package/lib/createFontAliasTokens.js +3 -3
- package/lib/createFontAliasTokens.js.map +1 -1
- package/lib/createOfficeAliasTokens.d.ts +1 -1
- package/lib/createOfficeAliasTokens.js +5 -5
- package/lib/createOfficeAliasTokens.js.map +1 -1
- package/lib/createOfficeTheme.d.ts +1 -1
- package/lib/createOfficeTheme.js +53 -46
- package/lib/createOfficeTheme.js.map +1 -1
- package/lib/createPartialOfficeTheme.d.ts +1 -1
- package/lib/createPartialOfficeTheme.js +22 -19
- package/lib/createPartialOfficeTheme.js.map +1 -1
- package/lib/getOfficeTokens.d.ts +229 -227
- package/lib/getOfficeTokens.js +20 -26
- package/lib/getOfficeTokens.js.map +1 -1
- package/lib/getThemeTypography.d.ts +1 -1
- package/lib/getThemeTypography.js +32 -32
- package/lib/getThemeTypography.js.map +1 -1
- package/lib/highContrast/tokens-alias.d.ts +1 -1
- package/lib/highContrast/tokens-alias.js +11 -11
- package/lib/highContrast/tokens-alias.js.map +1 -1
- package/lib/index.d.ts +10 -2
- package/lib/index.js +1 -1
- package/lib/paletteFromOfficeColors.d.ts +1 -1
- package/lib/paletteFromOfficeColors.js +114 -114
- package/lib/paletteFromOfficeColors.js.map +1 -1
- package/lib-commonjs/NativeModule/_mocks_/getThemingModule.native.d.ts +1 -1
- package/lib-commonjs/NativeModule/_mocks_/getThemingModule.native.js +6 -7
- package/lib-commonjs/NativeModule/_mocks_/getThemingModule.native.js.map +1 -1
- package/lib-commonjs/NativeModule/fallbackOfficeModule.d.ts +1 -1
- package/lib-commonjs/NativeModule/fallbackOfficeModule.js +167 -167
- package/lib-commonjs/NativeModule/fallbackOfficeModule.js.map +1 -1
- package/lib-commonjs/NativeModule/getThemingModule.d.ts +1 -1
- package/lib-commonjs/NativeModule/getThemingModule.js +6 -7
- package/lib-commonjs/NativeModule/getThemingModule.js.map +1 -1
- package/lib-commonjs/NativeModule/getThemingModule.native.d.ts +1 -1
- package/lib-commonjs/NativeModule/getThemingModule.native.js +34 -37
- package/lib-commonjs/NativeModule/getThemingModule.native.js.map +1 -1
- package/lib-commonjs/NativeModule/hostThemeSetting.d.ts +1 -1
- package/lib-commonjs/NativeModule/hostThemeSetting.d.ts.map +1 -1
- package/lib-commonjs/NativeModule/hostThemeSetting.js +5 -5
- package/lib-commonjs/NativeModule/hostThemeSetting.js.map +1 -1
- package/lib-commonjs/NativeModule/index.d.ts +10 -2
- package/lib-commonjs/NativeModule/index.js +23 -8
- package/lib-commonjs/NativeModule/index.js.map +1 -1
- package/lib-commonjs/NativeModule/officeThemingModule.d.ts +21 -21
- package/lib-commonjs/NativeModule/officeThemingModule.js +3 -3
- package/lib-commonjs/__tests__/win32-theme.test.d.ts +1 -1
- package/lib-commonjs/__tests__/win32-theme.test.js +57 -57
- package/lib-commonjs/__tests__/win32-theme.test.js.map +1 -1
- package/lib-commonjs/createAliasesFromPalette.d.ts +1 -1
- package/lib-commonjs/createAliasesFromPalette.js +59 -60
- package/lib-commonjs/createAliasesFromPalette.js.map +1 -1
- package/lib-commonjs/createBrandedThemeWithAlias.d.ts +1 -1
- package/lib-commonjs/createBrandedThemeWithAlias.js +61 -67
- package/lib-commonjs/createBrandedThemeWithAlias.js.map +1 -1
- package/lib-commonjs/createFontAliasTokens.d.ts +1 -1
- package/lib-commonjs/createFontAliasTokens.js +8 -8
- package/lib-commonjs/createFontAliasTokens.js.map +1 -1
- package/lib-commonjs/createOfficeAliasTokens.d.ts +1 -1
- package/lib-commonjs/createOfficeAliasTokens.js +10 -10
- package/lib-commonjs/createOfficeAliasTokens.js.map +1 -1
- package/lib-commonjs/createOfficeTheme.d.ts +1 -1
- package/lib-commonjs/createOfficeTheme.js +67 -59
- package/lib-commonjs/createOfficeTheme.js.map +1 -1
- package/lib-commonjs/createPartialOfficeTheme.d.ts +1 -1
- package/lib-commonjs/createPartialOfficeTheme.js +26 -24
- package/lib-commonjs/createPartialOfficeTheme.js.map +1 -1
- package/lib-commonjs/getOfficeTokens.d.ts +229 -227
- package/lib-commonjs/getOfficeTokens.js +37 -42
- package/lib-commonjs/getOfficeTokens.js.map +1 -1
- package/lib-commonjs/getThemeTypography.d.ts +1 -1
- package/lib-commonjs/getThemeTypography.js +37 -38
- package/lib-commonjs/getThemeTypography.js.map +1 -1
- package/lib-commonjs/highContrast/tokens-alias.d.ts +1 -1
- package/lib-commonjs/highContrast/tokens-alias.js +20 -18
- package/lib-commonjs/highContrast/tokens-alias.js.map +1 -1
- package/lib-commonjs/index.d.ts +10 -2
- package/lib-commonjs/index.js +89 -23
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/paletteFromOfficeColors.d.ts +1 -1
- package/lib-commonjs/paletteFromOfficeColors.js +117 -118
- package/lib-commonjs/paletteFromOfficeColors.js.map +1 -1
- package/package.json +56 -56
|
@@ -1,241 +1,243 @@
|
|
|
1
1
|
export declare function getOfficeAliasTokens(officeTheme: string): any;
|
|
2
|
-
export declare function getOfficeShadowTokens(officeTheme: string):
|
|
3
|
-
|
|
2
|
+
export declare function getOfficeShadowTokens(officeTheme: string):
|
|
3
|
+
| {
|
|
4
|
+
shadow16: {
|
|
4
5
|
color: string;
|
|
5
6
|
x: number;
|
|
6
7
|
y: number;
|
|
7
8
|
blur: number;
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
}[];
|
|
10
|
+
shadow2: {
|
|
10
11
|
color: string;
|
|
11
12
|
x: number;
|
|
12
13
|
y: number;
|
|
13
14
|
blur: number;
|
|
14
|
-
|
|
15
|
-
|
|
15
|
+
}[];
|
|
16
|
+
shadow28: {
|
|
16
17
|
color: string;
|
|
17
18
|
x: number;
|
|
18
19
|
y: number;
|
|
19
20
|
blur: number;
|
|
20
|
-
|
|
21
|
-
|
|
21
|
+
}[];
|
|
22
|
+
shadow4: {
|
|
22
23
|
color: string;
|
|
23
24
|
x: number;
|
|
24
25
|
y: number;
|
|
25
26
|
blur: number;
|
|
26
|
-
|
|
27
|
-
|
|
27
|
+
}[];
|
|
28
|
+
shadow64: {
|
|
28
29
|
color: string;
|
|
29
30
|
x: number;
|
|
30
31
|
y: number;
|
|
31
32
|
blur: number;
|
|
32
|
-
|
|
33
|
-
|
|
33
|
+
}[];
|
|
34
|
+
shadow8: {
|
|
34
35
|
color: string;
|
|
35
36
|
x: number;
|
|
36
37
|
y: number;
|
|
37
38
|
blur: number;
|
|
38
|
-
|
|
39
|
-
|
|
39
|
+
}[];
|
|
40
|
+
shadowBrand16: {
|
|
40
41
|
color: string;
|
|
41
42
|
x: number;
|
|
42
43
|
y: number;
|
|
43
44
|
blur: number;
|
|
44
|
-
|
|
45
|
-
|
|
45
|
+
}[];
|
|
46
|
+
shadowBrand2: {
|
|
46
47
|
color: string;
|
|
47
48
|
x: number;
|
|
48
49
|
y: number;
|
|
49
50
|
blur: number;
|
|
50
|
-
|
|
51
|
-
|
|
51
|
+
}[];
|
|
52
|
+
shadowBrand28: {
|
|
52
53
|
color: string;
|
|
53
54
|
x: number;
|
|
54
55
|
y: number;
|
|
55
56
|
blur: number;
|
|
56
|
-
|
|
57
|
-
|
|
57
|
+
}[];
|
|
58
|
+
shadowBrand4: {
|
|
58
59
|
color: string;
|
|
59
60
|
x: number;
|
|
60
61
|
y: number;
|
|
61
62
|
blur: number;
|
|
62
|
-
|
|
63
|
-
|
|
63
|
+
}[];
|
|
64
|
+
shadowBrand64: {
|
|
64
65
|
color: string;
|
|
65
66
|
x: number;
|
|
66
67
|
y: number;
|
|
67
68
|
blur: number;
|
|
68
|
-
|
|
69
|
-
|
|
69
|
+
}[];
|
|
70
|
+
shadowBrand8: {
|
|
70
71
|
color: string;
|
|
71
72
|
x: number;
|
|
72
73
|
y: number;
|
|
73
74
|
blur: number;
|
|
74
|
-
|
|
75
|
-
}
|
|
76
|
-
|
|
75
|
+
}[];
|
|
76
|
+
}
|
|
77
|
+
| {
|
|
78
|
+
body1: {
|
|
77
79
|
fontFamily: string;
|
|
78
80
|
fontLineHeight: number;
|
|
79
81
|
fontSize: number;
|
|
80
82
|
fontWeight: string;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
+
};
|
|
84
|
+
body1Strong: {
|
|
83
85
|
fontFamily: string;
|
|
84
86
|
fontLineHeight: number;
|
|
85
87
|
fontSize: number;
|
|
86
88
|
fontWeight: string;
|
|
87
|
-
|
|
88
|
-
|
|
89
|
+
};
|
|
90
|
+
body2: {
|
|
89
91
|
fontFamily: string;
|
|
90
92
|
fontLineHeight: number;
|
|
91
93
|
fontSize: number;
|
|
92
94
|
fontWeight: string;
|
|
93
|
-
|
|
94
|
-
|
|
95
|
+
};
|
|
96
|
+
body2Strong: {
|
|
95
97
|
fontFamily: string;
|
|
96
98
|
fontLineHeight: number;
|
|
97
99
|
fontSize: number;
|
|
98
100
|
fontWeight: string;
|
|
99
|
-
|
|
100
|
-
|
|
101
|
+
};
|
|
102
|
+
brandBackground: {
|
|
101
103
|
rest: string;
|
|
102
104
|
hover: string;
|
|
103
105
|
pressed: string;
|
|
104
106
|
selected: string;
|
|
105
|
-
|
|
106
|
-
|
|
107
|
+
};
|
|
108
|
+
brandBackground2: {
|
|
107
109
|
rest: string;
|
|
108
|
-
|
|
109
|
-
|
|
110
|
+
};
|
|
111
|
+
brandBackgroundStatic: {
|
|
110
112
|
rest: string;
|
|
111
|
-
|
|
112
|
-
|
|
113
|
+
};
|
|
114
|
+
brandForeground1: {
|
|
113
115
|
rest: string;
|
|
114
|
-
|
|
115
|
-
|
|
116
|
+
};
|
|
117
|
+
brandForeground2: {
|
|
116
118
|
rest: string;
|
|
117
|
-
|
|
118
|
-
|
|
119
|
+
};
|
|
120
|
+
brandForegroundLink: {
|
|
119
121
|
rest: string;
|
|
120
122
|
hover: string;
|
|
121
123
|
pressed: string;
|
|
122
124
|
selected: string;
|
|
123
|
-
|
|
124
|
-
|
|
125
|
+
};
|
|
126
|
+
brandStroke1: {
|
|
125
127
|
rest: string;
|
|
126
|
-
|
|
127
|
-
|
|
128
|
+
};
|
|
129
|
+
brandStroke2: {
|
|
128
130
|
rest: string;
|
|
129
|
-
|
|
130
|
-
|
|
131
|
+
};
|
|
132
|
+
caption1: {
|
|
131
133
|
fontFamily: string;
|
|
132
134
|
fontLineHeight: number;
|
|
133
135
|
fontSize: number;
|
|
134
136
|
fontWeight: string;
|
|
135
|
-
|
|
136
|
-
|
|
137
|
+
};
|
|
138
|
+
compoundBrandBackground1: {
|
|
137
139
|
rest: string;
|
|
138
140
|
hover: string;
|
|
139
141
|
pressed: string;
|
|
140
|
-
|
|
141
|
-
|
|
142
|
+
};
|
|
143
|
+
compoundBrandForeground1: {
|
|
142
144
|
rest: string;
|
|
143
145
|
hover: string;
|
|
144
146
|
pressed: string;
|
|
145
|
-
|
|
146
|
-
|
|
147
|
+
};
|
|
148
|
+
compoundBrandStroke1: {
|
|
147
149
|
rest: string;
|
|
148
150
|
hover: string;
|
|
149
151
|
pressed: string;
|
|
150
|
-
|
|
151
|
-
|
|
152
|
+
};
|
|
153
|
+
dangerBackground1: {
|
|
152
154
|
rest: string;
|
|
153
|
-
|
|
154
|
-
|
|
155
|
+
};
|
|
156
|
+
dangerBackground2: {
|
|
155
157
|
rest: string;
|
|
156
|
-
|
|
157
|
-
|
|
158
|
+
};
|
|
159
|
+
dangerBackground3: {
|
|
158
160
|
rest: string;
|
|
159
|
-
|
|
160
|
-
|
|
161
|
+
};
|
|
162
|
+
dangerBorder1: {
|
|
161
163
|
rest: string;
|
|
162
|
-
|
|
163
|
-
|
|
164
|
+
};
|
|
165
|
+
dangerBorder2: {
|
|
164
166
|
rest: string;
|
|
165
|
-
|
|
166
|
-
|
|
167
|
+
};
|
|
168
|
+
dangerBorderActive: {
|
|
167
169
|
rest: string;
|
|
168
|
-
|
|
169
|
-
|
|
170
|
+
};
|
|
171
|
+
dangerForeground1: {
|
|
170
172
|
rest: string;
|
|
171
|
-
|
|
172
|
-
|
|
173
|
+
};
|
|
174
|
+
dangerForeground2: {
|
|
173
175
|
rest: string;
|
|
174
|
-
|
|
175
|
-
|
|
176
|
+
};
|
|
177
|
+
dangerForeground3: {
|
|
176
178
|
rest: string;
|
|
177
|
-
|
|
178
|
-
|
|
179
|
+
};
|
|
180
|
+
dangerForegroundInverted: {
|
|
179
181
|
rest: string;
|
|
180
|
-
|
|
181
|
-
|
|
182
|
+
};
|
|
183
|
+
display: {
|
|
182
184
|
fontFamily: string;
|
|
183
185
|
fontLineHeight: number;
|
|
184
186
|
fontSize: number;
|
|
185
187
|
fontWeight: string;
|
|
186
|
-
|
|
187
|
-
|
|
188
|
+
};
|
|
189
|
+
largeTitle: {
|
|
188
190
|
fontFamily: string;
|
|
189
191
|
fontLineHeight: number;
|
|
190
192
|
fontSize: number;
|
|
191
193
|
fontWeight: string;
|
|
192
|
-
|
|
193
|
-
|
|
194
|
+
};
|
|
195
|
+
neutralBackground1: {
|
|
194
196
|
rest: string;
|
|
195
197
|
hover: string;
|
|
196
198
|
pressed: string;
|
|
197
199
|
selected: string;
|
|
198
|
-
|
|
199
|
-
|
|
200
|
+
};
|
|
201
|
+
neutralBackground2: {
|
|
200
202
|
rest: string;
|
|
201
203
|
hover: string;
|
|
202
204
|
pressed: string;
|
|
203
205
|
selected: string;
|
|
204
|
-
|
|
205
|
-
|
|
206
|
+
};
|
|
207
|
+
neutralBackground3: {
|
|
206
208
|
rest: string;
|
|
207
209
|
hover: string;
|
|
208
210
|
pressed: string;
|
|
209
211
|
selected: string;
|
|
210
|
-
|
|
211
|
-
|
|
212
|
+
};
|
|
213
|
+
neutralBackground4: {
|
|
212
214
|
rest: string;
|
|
213
215
|
hover: string;
|
|
214
216
|
pressed: string;
|
|
215
217
|
selected: string;
|
|
216
|
-
|
|
217
|
-
|
|
218
|
+
};
|
|
219
|
+
neutralBackground5: {
|
|
218
220
|
rest: string;
|
|
219
221
|
hover: string;
|
|
220
222
|
pressed: string;
|
|
221
223
|
selected: string;
|
|
222
|
-
|
|
223
|
-
|
|
224
|
+
};
|
|
225
|
+
neutralBackground6: {
|
|
224
226
|
rest: string;
|
|
225
|
-
|
|
226
|
-
|
|
227
|
+
};
|
|
228
|
+
neutralBackgroundDisabled: {
|
|
227
229
|
rest: string;
|
|
228
|
-
|
|
229
|
-
|
|
230
|
+
};
|
|
231
|
+
neutralBackgroundInverted: {
|
|
230
232
|
rest: string;
|
|
231
|
-
|
|
232
|
-
|
|
233
|
+
};
|
|
234
|
+
neutralForeground1: {
|
|
233
235
|
rest: string;
|
|
234
236
|
hover: string;
|
|
235
237
|
pressed: string;
|
|
236
238
|
selected: string;
|
|
237
|
-
|
|
238
|
-
|
|
239
|
+
};
|
|
240
|
+
neutralForeground2: {
|
|
239
241
|
rest: string;
|
|
240
242
|
hover: string;
|
|
241
243
|
pressed: string;
|
|
@@ -243,8 +245,8 @@ export declare function getOfficeShadowTokens(officeTheme: string): {
|
|
|
243
245
|
brandPressed: string;
|
|
244
246
|
brandSelected: string;
|
|
245
247
|
selected: string;
|
|
246
|
-
|
|
247
|
-
|
|
248
|
+
};
|
|
249
|
+
neutralForeground3: {
|
|
248
250
|
rest: string;
|
|
249
251
|
hover: string;
|
|
250
252
|
pressed: string;
|
|
@@ -252,228 +254,228 @@ export declare function getOfficeShadowTokens(officeTheme: string): {
|
|
|
252
254
|
brandPressed: string;
|
|
253
255
|
brandSelected: string;
|
|
254
256
|
selected: string;
|
|
255
|
-
|
|
256
|
-
|
|
257
|
+
};
|
|
258
|
+
neutralForeground4: {
|
|
257
259
|
rest: string;
|
|
258
|
-
|
|
259
|
-
|
|
260
|
+
};
|
|
261
|
+
neutralForegroundDisabled: {
|
|
260
262
|
rest: string;
|
|
261
|
-
|
|
262
|
-
|
|
263
|
+
};
|
|
264
|
+
neutralForegroundInverted: {
|
|
263
265
|
rest: string;
|
|
264
|
-
|
|
265
|
-
|
|
266
|
+
};
|
|
267
|
+
neutralForegroundInvertedLink: {
|
|
266
268
|
rest: string;
|
|
267
269
|
hover: string;
|
|
268
270
|
pressed: string;
|
|
269
271
|
selected: string;
|
|
270
|
-
|
|
271
|
-
|
|
272
|
+
};
|
|
273
|
+
neutralForegroundOnBrand: {
|
|
272
274
|
rest: string;
|
|
273
275
|
hover: string;
|
|
274
276
|
pressed: string;
|
|
275
277
|
selected: string;
|
|
276
|
-
|
|
277
|
-
|
|
278
|
+
};
|
|
279
|
+
neutralStencil1: {
|
|
278
280
|
rest: string;
|
|
279
|
-
|
|
280
|
-
|
|
281
|
+
};
|
|
282
|
+
neutralStencil2: {
|
|
281
283
|
rest: string;
|
|
282
|
-
|
|
283
|
-
|
|
284
|
+
};
|
|
285
|
+
neutralStroke1: {
|
|
284
286
|
rest: string;
|
|
285
287
|
hover: string;
|
|
286
288
|
pressed: string;
|
|
287
289
|
selected: string;
|
|
288
|
-
|
|
289
|
-
|
|
290
|
+
};
|
|
291
|
+
neutralStroke2: {
|
|
290
292
|
rest: string;
|
|
291
|
-
|
|
292
|
-
|
|
293
|
+
};
|
|
294
|
+
neutralStroke3: {
|
|
293
295
|
rest: string;
|
|
294
|
-
|
|
295
|
-
|
|
296
|
+
};
|
|
297
|
+
neutralStrokeAccessible: {
|
|
296
298
|
rest: string;
|
|
297
299
|
hover: string;
|
|
298
300
|
pressed: string;
|
|
299
301
|
selected: string;
|
|
300
|
-
|
|
301
|
-
|
|
302
|
+
};
|
|
303
|
+
neutralStrokeDisabled: {
|
|
302
304
|
rest: string;
|
|
303
|
-
|
|
304
|
-
|
|
305
|
+
};
|
|
306
|
+
outofofficeBackground1: {
|
|
305
307
|
rest: string;
|
|
306
|
-
|
|
307
|
-
|
|
308
|
+
};
|
|
309
|
+
outofofficeBackground2: {
|
|
308
310
|
rest: string;
|
|
309
|
-
|
|
310
|
-
|
|
311
|
+
};
|
|
312
|
+
outofofficeBackground3: {
|
|
311
313
|
rest: string;
|
|
312
|
-
|
|
313
|
-
|
|
314
|
+
};
|
|
315
|
+
outofofficeBorder1: {
|
|
314
316
|
rest: string;
|
|
315
|
-
|
|
316
|
-
|
|
317
|
+
};
|
|
318
|
+
outofofficeBorder2: {
|
|
317
319
|
rest: string;
|
|
318
|
-
|
|
319
|
-
|
|
320
|
+
};
|
|
321
|
+
outofofficeBorderActive: {
|
|
320
322
|
rest: string;
|
|
321
|
-
|
|
322
|
-
|
|
323
|
+
};
|
|
324
|
+
outofofficeForeground1: {
|
|
323
325
|
rest: string;
|
|
324
|
-
|
|
325
|
-
|
|
326
|
+
};
|
|
327
|
+
outofofficeForeground2: {
|
|
326
328
|
rest: string;
|
|
327
|
-
|
|
328
|
-
|
|
329
|
+
};
|
|
330
|
+
outofofficeForeground3: {
|
|
329
331
|
rest: string;
|
|
330
|
-
|
|
331
|
-
|
|
332
|
+
};
|
|
333
|
+
severeBackground1: {
|
|
332
334
|
rest: string;
|
|
333
|
-
|
|
334
|
-
|
|
335
|
+
};
|
|
336
|
+
severeBackground2: {
|
|
335
337
|
rest: string;
|
|
336
|
-
|
|
337
|
-
|
|
338
|
+
};
|
|
339
|
+
severeBackground3: {
|
|
338
340
|
rest: string;
|
|
339
|
-
|
|
340
|
-
|
|
341
|
+
};
|
|
342
|
+
severeBorder1: {
|
|
341
343
|
rest: string;
|
|
342
|
-
|
|
343
|
-
|
|
344
|
+
};
|
|
345
|
+
severeBorder2: {
|
|
344
346
|
rest: string;
|
|
345
|
-
|
|
346
|
-
|
|
347
|
+
};
|
|
348
|
+
severeBorderActive: {
|
|
347
349
|
rest: string;
|
|
348
|
-
|
|
349
|
-
|
|
350
|
+
};
|
|
351
|
+
severeForeground1: {
|
|
350
352
|
rest: string;
|
|
351
|
-
|
|
352
|
-
|
|
353
|
+
};
|
|
354
|
+
severeForeground2: {
|
|
353
355
|
rest: string;
|
|
354
|
-
|
|
355
|
-
|
|
356
|
+
};
|
|
357
|
+
severeForeground3: {
|
|
356
358
|
rest: string;
|
|
357
|
-
|
|
358
|
-
|
|
359
|
+
};
|
|
360
|
+
strokeFocus1: {
|
|
359
361
|
rest: string;
|
|
360
|
-
|
|
361
|
-
|
|
362
|
+
};
|
|
363
|
+
strokeFocus2: {
|
|
362
364
|
rest: string;
|
|
363
|
-
|
|
364
|
-
|
|
365
|
+
};
|
|
366
|
+
subtitle1: {
|
|
365
367
|
fontFamily: string;
|
|
366
368
|
fontLineHeight: number;
|
|
367
369
|
fontSize: number;
|
|
368
370
|
fontWeight: string;
|
|
369
|
-
|
|
370
|
-
|
|
371
|
+
};
|
|
372
|
+
subtitle1Strong: {
|
|
371
373
|
fontFamily: string;
|
|
372
374
|
fontLineHeight: number;
|
|
373
375
|
fontSize: number;
|
|
374
376
|
fontWeight: string;
|
|
375
|
-
|
|
376
|
-
|
|
377
|
+
};
|
|
378
|
+
subtitle2: {
|
|
377
379
|
fontFamily: string;
|
|
378
380
|
fontLineHeight: number;
|
|
379
381
|
fontSize: number;
|
|
380
382
|
fontWeight: string;
|
|
381
|
-
|
|
382
|
-
|
|
383
|
+
};
|
|
384
|
+
subtitle2Strong: {
|
|
383
385
|
fontFamily: string;
|
|
384
386
|
fontLineHeight: number;
|
|
385
387
|
fontSize: number;
|
|
386
388
|
fontWeight: string;
|
|
387
|
-
|
|
388
|
-
|
|
389
|
+
};
|
|
390
|
+
subtleBackground: {
|
|
389
391
|
rest: string;
|
|
390
392
|
hover: string;
|
|
391
393
|
pressed: string;
|
|
392
394
|
selected: string;
|
|
393
|
-
|
|
394
|
-
|
|
395
|
+
};
|
|
396
|
+
successBackground1: {
|
|
395
397
|
rest: string;
|
|
396
|
-
|
|
397
|
-
|
|
398
|
+
};
|
|
399
|
+
successBackground2: {
|
|
398
400
|
rest: string;
|
|
399
|
-
|
|
400
|
-
|
|
401
|
+
};
|
|
402
|
+
successBackground3: {
|
|
401
403
|
rest: string;
|
|
402
|
-
|
|
403
|
-
|
|
404
|
+
};
|
|
405
|
+
successBorder1: {
|
|
404
406
|
rest: string;
|
|
405
|
-
|
|
406
|
-
|
|
407
|
+
};
|
|
408
|
+
successBorder2: {
|
|
407
409
|
rest: string;
|
|
408
|
-
|
|
409
|
-
|
|
410
|
+
};
|
|
411
|
+
successBorderActive: {
|
|
410
412
|
rest: string;
|
|
411
|
-
|
|
412
|
-
|
|
413
|
+
};
|
|
414
|
+
successForeground1: {
|
|
413
415
|
rest: string;
|
|
414
|
-
|
|
415
|
-
|
|
416
|
+
};
|
|
417
|
+
successForeground2: {
|
|
416
418
|
rest: string;
|
|
417
|
-
|
|
418
|
-
|
|
419
|
+
};
|
|
420
|
+
successForeground3: {
|
|
419
421
|
rest: string;
|
|
420
|
-
|
|
421
|
-
|
|
422
|
+
};
|
|
423
|
+
successForegroundInverted: {
|
|
422
424
|
rest: string;
|
|
423
|
-
|
|
424
|
-
|
|
425
|
+
};
|
|
426
|
+
title1: {
|
|
425
427
|
fontFamily: string;
|
|
426
428
|
fontLineHeight: number;
|
|
427
429
|
fontSize: number;
|
|
428
430
|
fontWeight: string;
|
|
429
|
-
|
|
430
|
-
|
|
431
|
+
};
|
|
432
|
+
title1Strong: {
|
|
431
433
|
fontFamily: string;
|
|
432
434
|
fontLineHeight: number;
|
|
433
435
|
fontSize: number;
|
|
434
436
|
fontWeight: string;
|
|
435
|
-
|
|
436
|
-
|
|
437
|
+
};
|
|
438
|
+
transparentBackground: {
|
|
437
439
|
rest: string;
|
|
438
440
|
hover: string;
|
|
439
441
|
pressed: string;
|
|
440
442
|
selected: string;
|
|
441
|
-
|
|
442
|
-
|
|
443
|
+
};
|
|
444
|
+
transparentStroke: {
|
|
443
445
|
rest: string;
|
|
444
446
|
hover: string;
|
|
445
447
|
pressed: string;
|
|
446
448
|
disabled: string;
|
|
447
|
-
|
|
448
|
-
|
|
449
|
+
};
|
|
450
|
+
warningBackground1: {
|
|
449
451
|
rest: string;
|
|
450
|
-
|
|
451
|
-
|
|
452
|
+
};
|
|
453
|
+
warningBackground2: {
|
|
452
454
|
rest: string;
|
|
453
|
-
|
|
454
|
-
|
|
455
|
+
};
|
|
456
|
+
warningBackground3: {
|
|
455
457
|
rest: string;
|
|
456
|
-
|
|
457
|
-
|
|
458
|
+
};
|
|
459
|
+
warningBorder1: {
|
|
458
460
|
rest: string;
|
|
459
|
-
|
|
460
|
-
|
|
461
|
+
};
|
|
462
|
+
warningBorder2: {
|
|
461
463
|
rest: string;
|
|
462
|
-
|
|
463
|
-
|
|
464
|
+
};
|
|
465
|
+
warningBorderActive: {
|
|
464
466
|
rest: string;
|
|
465
|
-
|
|
466
|
-
|
|
467
|
+
};
|
|
468
|
+
warningForeground1: {
|
|
467
469
|
rest: string;
|
|
468
|
-
|
|
469
|
-
|
|
470
|
+
};
|
|
471
|
+
warningForeground2: {
|
|
470
472
|
rest: string;
|
|
471
|
-
|
|
472
|
-
|
|
473
|
+
};
|
|
474
|
+
warningForeground3: {
|
|
473
475
|
rest: string;
|
|
474
|
-
|
|
475
|
-
|
|
476
|
+
};
|
|
477
|
+
warningForegroundInverted: {
|
|
476
478
|
rest: string;
|
|
479
|
+
};
|
|
477
480
|
};
|
|
478
|
-
|
|
479
|
-
//# sourceMappingURL=getOfficeTokens.d.ts.map
|
|
481
|
+
//# sourceMappingURL=getOfficeTokens.d.ts.map
|