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