@fluentui-react-native/win32-theme 0.27.2 → 0.27.4
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 +73 -1
- package/CHANGELOG.md +25 -2
- package/lib/getOfficeTokens.d.ts +150 -176
- package/lib/getOfficeTokens.d.ts.map +1 -1
- package/lib-commonjs/getOfficeTokens.d.ts +150 -176
- package/lib-commonjs/getOfficeTokens.d.ts.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,79 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/win32-theme",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Mon,
|
|
5
|
+
"date": "Mon, 14 Aug 2023 20:10:30 GMT",
|
|
6
|
+
"version": "0.27.4",
|
|
7
|
+
"tag": "@fluentui-react-native/win32-theme_v0.27.4",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/win32-theme",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/default-theme to v0.19.6",
|
|
14
|
+
"commit": "not available"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/win32-theme",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/theming-utils to v0.24.3",
|
|
20
|
+
"commit": "not available"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Wed, 09 Aug 2023 22:02:15 GMT",
|
|
27
|
+
"version": "0.27.3",
|
|
28
|
+
"tag": "@fluentui-react-native/win32-theme_v0.27.3",
|
|
29
|
+
"comments": {
|
|
30
|
+
"patch": [
|
|
31
|
+
{
|
|
32
|
+
"author": "78454019+lyzhan7@users.noreply.github.com",
|
|
33
|
+
"package": "@fluentui-react-native/win32-theme",
|
|
34
|
+
"commit": "98c09956b4c3c3cdb312388b763d5d9a7768a1e7",
|
|
35
|
+
"comment": "Bump design-tokens packages to 0.51.0"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"author": "ruaraki@microsoft.com",
|
|
39
|
+
"package": "@fluentui-react-native/win32-theme",
|
|
40
|
+
"commit": "144e13724c3bdd68fa821c9166fae7f9dffc7d01",
|
|
41
|
+
"comment": "Result of yarn"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"author": "beachball",
|
|
45
|
+
"package": "@fluentui-react-native/win32-theme",
|
|
46
|
+
"comment": "Bump @fluentui-react-native/default-theme to v0.19.5",
|
|
47
|
+
"commit": "not available"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"author": "beachball",
|
|
51
|
+
"package": "@fluentui-react-native/win32-theme",
|
|
52
|
+
"comment": "Bump @fluentui-react-native/memo-cache to v1.3.1",
|
|
53
|
+
"commit": "not available"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"author": "beachball",
|
|
57
|
+
"package": "@fluentui-react-native/win32-theme",
|
|
58
|
+
"comment": "Bump @fluentui-react-native/theme to v0.9.1",
|
|
59
|
+
"commit": "not available"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"author": "beachball",
|
|
63
|
+
"package": "@fluentui-react-native/win32-theme",
|
|
64
|
+
"comment": "Bump @fluentui-react-native/theme-tokens to v0.25.1",
|
|
65
|
+
"commit": "not available"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"author": "beachball",
|
|
69
|
+
"package": "@fluentui-react-native/win32-theme",
|
|
70
|
+
"comment": "Bump @fluentui-react-native/theming-utils to v0.24.2",
|
|
71
|
+
"commit": "not available"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"date": "Mon, 31 Jul 2023 19:29:59 GMT",
|
|
6
78
|
"version": "0.27.2",
|
|
7
79
|
"tag": "@fluentui-react-native/win32-theme_v0.27.2",
|
|
8
80
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,35 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/win32-theme
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon,
|
|
3
|
+
This log was last generated on Mon, 14 Aug 2023 20:10:30 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.27.4
|
|
8
|
+
|
|
9
|
+
Mon, 14 Aug 2023 20:10:30 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/default-theme to v0.19.6
|
|
14
|
+
- Bump @fluentui-react-native/theming-utils to v0.24.3
|
|
15
|
+
|
|
16
|
+
## 0.27.3
|
|
17
|
+
|
|
18
|
+
Wed, 09 Aug 2023 22:02:15 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- Bump design-tokens packages to 0.51.0 (78454019+lyzhan7@users.noreply.github.com)
|
|
23
|
+
- Result of yarn (ruaraki@microsoft.com)
|
|
24
|
+
- Bump @fluentui-react-native/default-theme to v0.19.5
|
|
25
|
+
- Bump @fluentui-react-native/memo-cache to v1.3.1
|
|
26
|
+
- Bump @fluentui-react-native/theme to v0.9.1
|
|
27
|
+
- Bump @fluentui-react-native/theme-tokens to v0.25.1
|
|
28
|
+
- Bump @fluentui-react-native/theming-utils to v0.24.2
|
|
29
|
+
|
|
7
30
|
## 0.27.2
|
|
8
31
|
|
|
9
|
-
Mon, 31 Jul 2023 19:
|
|
32
|
+
Mon, 31 Jul 2023 19:29:59 GMT
|
|
10
33
|
|
|
11
34
|
### Patches
|
|
12
35
|
|
package/lib/getOfficeTokens.d.ts
CHANGED
|
@@ -98,36 +98,34 @@ export declare function getOfficeShadowTokens(officeTheme: string): {
|
|
|
98
98
|
fontWeight: string;
|
|
99
99
|
};
|
|
100
100
|
brandBackground: {
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
101
|
+
rest: string;
|
|
102
|
+
hover: string;
|
|
103
|
+
pressed: string;
|
|
104
|
+
selected: string;
|
|
105
105
|
};
|
|
106
106
|
brandBackground2: {
|
|
107
|
-
|
|
107
|
+
rest: string;
|
|
108
108
|
};
|
|
109
109
|
brandBackgroundStatic: {
|
|
110
|
-
|
|
110
|
+
rest: string;
|
|
111
111
|
};
|
|
112
112
|
brandForeground1: {
|
|
113
|
-
|
|
113
|
+
rest: string;
|
|
114
114
|
};
|
|
115
115
|
brandForeground2: {
|
|
116
|
-
|
|
116
|
+
rest: string;
|
|
117
117
|
};
|
|
118
118
|
brandForegroundLink: {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
119
|
+
rest: string;
|
|
120
|
+
hover: string;
|
|
121
|
+
pressed: string;
|
|
122
|
+
selected: string;
|
|
123
123
|
};
|
|
124
124
|
brandStroke1: {
|
|
125
|
-
|
|
126
|
-
strokeWidth: number;
|
|
125
|
+
rest: string;
|
|
127
126
|
};
|
|
128
127
|
brandStroke2: {
|
|
129
|
-
|
|
130
|
-
strokeWidth: number;
|
|
128
|
+
rest: string;
|
|
131
129
|
};
|
|
132
130
|
caption1: {
|
|
133
131
|
fontFamily: string;
|
|
@@ -136,53 +134,49 @@ export declare function getOfficeShadowTokens(officeTheme: string): {
|
|
|
136
134
|
fontWeight: string;
|
|
137
135
|
};
|
|
138
136
|
compoundBrandBackground1: {
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
137
|
+
rest: string;
|
|
138
|
+
hover: string;
|
|
139
|
+
pressed: string;
|
|
142
140
|
};
|
|
143
141
|
compoundBrandForeground1: {
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
142
|
+
rest: string;
|
|
143
|
+
hover: string;
|
|
144
|
+
pressed: string;
|
|
147
145
|
};
|
|
148
146
|
compoundBrandStroke1: {
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
strokeWidth: number;
|
|
147
|
+
rest: string;
|
|
148
|
+
hover: string;
|
|
149
|
+
pressed: string;
|
|
153
150
|
};
|
|
154
151
|
dangerBackground1: {
|
|
155
|
-
|
|
152
|
+
rest: string;
|
|
156
153
|
};
|
|
157
154
|
dangerBackground2: {
|
|
158
|
-
|
|
155
|
+
rest: string;
|
|
159
156
|
};
|
|
160
157
|
dangerBackground3: {
|
|
161
|
-
|
|
158
|
+
rest: string;
|
|
162
159
|
};
|
|
163
160
|
dangerBorder1: {
|
|
164
|
-
|
|
165
|
-
strokeWidth: number;
|
|
161
|
+
rest: string;
|
|
166
162
|
};
|
|
167
163
|
dangerBorder2: {
|
|
168
|
-
|
|
169
|
-
strokeWidth: number;
|
|
164
|
+
rest: string;
|
|
170
165
|
};
|
|
171
166
|
dangerBorderActive: {
|
|
172
|
-
|
|
173
|
-
strokeWidth: number;
|
|
167
|
+
rest: string;
|
|
174
168
|
};
|
|
175
169
|
dangerForeground1: {
|
|
176
|
-
|
|
170
|
+
rest: string;
|
|
177
171
|
};
|
|
178
172
|
dangerForeground2: {
|
|
179
|
-
|
|
173
|
+
rest: string;
|
|
180
174
|
};
|
|
181
175
|
dangerForeground3: {
|
|
182
|
-
|
|
176
|
+
rest: string;
|
|
183
177
|
};
|
|
184
178
|
dangerForegroundInverted: {
|
|
185
|
-
|
|
179
|
+
rest: string;
|
|
186
180
|
};
|
|
187
181
|
display: {
|
|
188
182
|
fontFamily: string;
|
|
@@ -197,188 +191,175 @@ export declare function getOfficeShadowTokens(officeTheme: string): {
|
|
|
197
191
|
fontWeight: string;
|
|
198
192
|
};
|
|
199
193
|
neutralBackground1: {
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
194
|
+
rest: string;
|
|
195
|
+
hover: string;
|
|
196
|
+
pressed: string;
|
|
197
|
+
selected: string;
|
|
204
198
|
};
|
|
205
199
|
neutralBackground2: {
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
200
|
+
rest: string;
|
|
201
|
+
hover: string;
|
|
202
|
+
pressed: string;
|
|
203
|
+
selected: string;
|
|
210
204
|
};
|
|
211
205
|
neutralBackground3: {
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
206
|
+
rest: string;
|
|
207
|
+
hover: string;
|
|
208
|
+
pressed: string;
|
|
209
|
+
selected: string;
|
|
216
210
|
};
|
|
217
211
|
neutralBackground4: {
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
212
|
+
rest: string;
|
|
213
|
+
hover: string;
|
|
214
|
+
pressed: string;
|
|
215
|
+
selected: string;
|
|
222
216
|
};
|
|
223
217
|
neutralBackground5: {
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
218
|
+
rest: string;
|
|
219
|
+
hover: string;
|
|
220
|
+
pressed: string;
|
|
221
|
+
selected: string;
|
|
228
222
|
};
|
|
229
223
|
neutralBackground6: {
|
|
230
|
-
|
|
224
|
+
rest: string;
|
|
231
225
|
};
|
|
232
226
|
neutralBackgroundDisabled: {
|
|
233
|
-
|
|
227
|
+
rest: string;
|
|
234
228
|
};
|
|
235
229
|
neutralBackgroundInverted: {
|
|
236
|
-
|
|
230
|
+
rest: string;
|
|
237
231
|
};
|
|
238
232
|
neutralForeground1: {
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
233
|
+
rest: string;
|
|
234
|
+
hover: string;
|
|
235
|
+
pressed: string;
|
|
236
|
+
selected: string;
|
|
243
237
|
};
|
|
244
238
|
neutralForeground2: {
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
239
|
+
rest: string;
|
|
240
|
+
hover: string;
|
|
241
|
+
pressed: string;
|
|
242
|
+
brandHover: string;
|
|
243
|
+
brandPressed: string;
|
|
244
|
+
brandSelected: string;
|
|
245
|
+
selected: string;
|
|
252
246
|
};
|
|
253
247
|
neutralForeground3: {
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
248
|
+
rest: string;
|
|
249
|
+
hover: string;
|
|
250
|
+
pressed: string;
|
|
251
|
+
brandHover: string;
|
|
252
|
+
brandPressed: string;
|
|
253
|
+
brandSelected: string;
|
|
254
|
+
selected: string;
|
|
261
255
|
};
|
|
262
256
|
neutralForeground4: {
|
|
263
|
-
|
|
257
|
+
rest: string;
|
|
264
258
|
};
|
|
265
259
|
neutralForegroundDisabled: {
|
|
266
|
-
|
|
260
|
+
rest: string;
|
|
267
261
|
};
|
|
268
262
|
neutralForegroundInverted: {
|
|
269
|
-
|
|
263
|
+
rest: string;
|
|
270
264
|
};
|
|
271
265
|
neutralForegroundInvertedLink: {
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
266
|
+
rest: string;
|
|
267
|
+
hover: string;
|
|
268
|
+
pressed: string;
|
|
269
|
+
selected: string;
|
|
276
270
|
};
|
|
277
271
|
neutralForegroundOnBrand: {
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
272
|
+
rest: string;
|
|
273
|
+
hover: string;
|
|
274
|
+
pressed: string;
|
|
275
|
+
selected: string;
|
|
282
276
|
};
|
|
283
277
|
neutralStencil1: {
|
|
284
|
-
|
|
278
|
+
rest: string;
|
|
285
279
|
};
|
|
286
280
|
neutralStencil2: {
|
|
287
|
-
|
|
281
|
+
rest: string;
|
|
288
282
|
};
|
|
289
283
|
neutralStroke1: {
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
strokeWidth: number;
|
|
284
|
+
rest: string;
|
|
285
|
+
hover: string;
|
|
286
|
+
pressed: string;
|
|
287
|
+
selected: string;
|
|
295
288
|
};
|
|
296
289
|
neutralStroke2: {
|
|
297
|
-
|
|
298
|
-
strokeWidth: number;
|
|
290
|
+
rest: string;
|
|
299
291
|
};
|
|
300
292
|
neutralStroke3: {
|
|
301
|
-
|
|
302
|
-
strokeWidth: number;
|
|
293
|
+
rest: string;
|
|
303
294
|
};
|
|
304
295
|
neutralStrokeAccessible: {
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
strokeWidth: number;
|
|
296
|
+
rest: string;
|
|
297
|
+
hover: string;
|
|
298
|
+
pressed: string;
|
|
299
|
+
selected: string;
|
|
310
300
|
};
|
|
311
301
|
neutralStrokeDisabled: {
|
|
312
|
-
|
|
313
|
-
strokeWidth: number;
|
|
302
|
+
rest: string;
|
|
314
303
|
};
|
|
315
304
|
outofofficeBackground1: {
|
|
316
|
-
|
|
305
|
+
rest: string;
|
|
317
306
|
};
|
|
318
307
|
outofofficeBackground2: {
|
|
319
|
-
|
|
308
|
+
rest: string;
|
|
320
309
|
};
|
|
321
310
|
outofofficeBackground3: {
|
|
322
|
-
|
|
311
|
+
rest: string;
|
|
323
312
|
};
|
|
324
313
|
outofofficeBorder1: {
|
|
325
|
-
|
|
326
|
-
strokeWidth: number;
|
|
314
|
+
rest: string;
|
|
327
315
|
};
|
|
328
316
|
outofofficeBorder2: {
|
|
329
|
-
|
|
330
|
-
strokeWidth: number;
|
|
317
|
+
rest: string;
|
|
331
318
|
};
|
|
332
319
|
outofofficeBorderActive: {
|
|
333
|
-
|
|
334
|
-
strokeWidth: number;
|
|
320
|
+
rest: string;
|
|
335
321
|
};
|
|
336
322
|
outofofficeForeground1: {
|
|
337
|
-
|
|
323
|
+
rest: string;
|
|
338
324
|
};
|
|
339
325
|
outofofficeForeground2: {
|
|
340
|
-
|
|
326
|
+
rest: string;
|
|
341
327
|
};
|
|
342
328
|
outofofficeForeground3: {
|
|
343
|
-
|
|
329
|
+
rest: string;
|
|
344
330
|
};
|
|
345
331
|
severeBackground1: {
|
|
346
|
-
|
|
332
|
+
rest: string;
|
|
347
333
|
};
|
|
348
334
|
severeBackground2: {
|
|
349
|
-
|
|
335
|
+
rest: string;
|
|
350
336
|
};
|
|
351
337
|
severeBackground3: {
|
|
352
|
-
|
|
338
|
+
rest: string;
|
|
353
339
|
};
|
|
354
340
|
severeBorder1: {
|
|
355
|
-
|
|
356
|
-
strokeWidth: number;
|
|
341
|
+
rest: string;
|
|
357
342
|
};
|
|
358
343
|
severeBorder2: {
|
|
359
|
-
|
|
360
|
-
strokeWidth: number;
|
|
344
|
+
rest: string;
|
|
361
345
|
};
|
|
362
346
|
severeBorderActive: {
|
|
363
|
-
|
|
364
|
-
strokeWidth: number;
|
|
347
|
+
rest: string;
|
|
365
348
|
};
|
|
366
349
|
severeForeground1: {
|
|
367
|
-
|
|
350
|
+
rest: string;
|
|
368
351
|
};
|
|
369
352
|
severeForeground2: {
|
|
370
|
-
|
|
353
|
+
rest: string;
|
|
371
354
|
};
|
|
372
355
|
severeForeground3: {
|
|
373
|
-
|
|
356
|
+
rest: string;
|
|
374
357
|
};
|
|
375
358
|
strokeFocus1: {
|
|
376
|
-
|
|
377
|
-
strokeWidth: number;
|
|
359
|
+
rest: string;
|
|
378
360
|
};
|
|
379
361
|
strokeFocus2: {
|
|
380
|
-
|
|
381
|
-
strokeWidth: number;
|
|
362
|
+
rest: string;
|
|
382
363
|
};
|
|
383
364
|
subtitle1: {
|
|
384
365
|
fontFamily: string;
|
|
@@ -405,43 +386,40 @@ export declare function getOfficeShadowTokens(officeTheme: string): {
|
|
|
405
386
|
fontWeight: string;
|
|
406
387
|
};
|
|
407
388
|
subtleBackground: {
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
389
|
+
rest: string;
|
|
390
|
+
hover: string;
|
|
391
|
+
pressed: string;
|
|
392
|
+
selected: string;
|
|
412
393
|
};
|
|
413
394
|
successBackground1: {
|
|
414
|
-
|
|
395
|
+
rest: string;
|
|
415
396
|
};
|
|
416
397
|
successBackground2: {
|
|
417
|
-
|
|
398
|
+
rest: string;
|
|
418
399
|
};
|
|
419
400
|
successBackground3: {
|
|
420
|
-
|
|
401
|
+
rest: string;
|
|
421
402
|
};
|
|
422
403
|
successBorder1: {
|
|
423
|
-
|
|
424
|
-
strokeWidth: number;
|
|
404
|
+
rest: string;
|
|
425
405
|
};
|
|
426
406
|
successBorder2: {
|
|
427
|
-
|
|
428
|
-
strokeWidth: number;
|
|
407
|
+
rest: string;
|
|
429
408
|
};
|
|
430
409
|
successBorderActive: {
|
|
431
|
-
|
|
432
|
-
strokeWidth: number;
|
|
410
|
+
rest: string;
|
|
433
411
|
};
|
|
434
412
|
successForeground1: {
|
|
435
|
-
|
|
413
|
+
rest: string;
|
|
436
414
|
};
|
|
437
415
|
successForeground2: {
|
|
438
|
-
|
|
416
|
+
rest: string;
|
|
439
417
|
};
|
|
440
418
|
successForeground3: {
|
|
441
|
-
|
|
419
|
+
rest: string;
|
|
442
420
|
};
|
|
443
421
|
successForegroundInverted: {
|
|
444
|
-
|
|
422
|
+
rest: string;
|
|
445
423
|
};
|
|
446
424
|
title1: {
|
|
447
425
|
fontFamily: string;
|
|
@@ -456,50 +434,46 @@ export declare function getOfficeShadowTokens(officeTheme: string): {
|
|
|
456
434
|
fontWeight: string;
|
|
457
435
|
};
|
|
458
436
|
transparentBackground: {
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
437
|
+
rest: string;
|
|
438
|
+
hover: string;
|
|
439
|
+
pressed: string;
|
|
440
|
+
selected: string;
|
|
463
441
|
};
|
|
464
442
|
transparentStroke: {
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
strokeWidth: number;
|
|
443
|
+
rest: string;
|
|
444
|
+
hover: string;
|
|
445
|
+
pressed: string;
|
|
446
|
+
disabled: string;
|
|
470
447
|
};
|
|
471
448
|
warningBackground1: {
|
|
472
|
-
|
|
449
|
+
rest: string;
|
|
473
450
|
};
|
|
474
451
|
warningBackground2: {
|
|
475
|
-
|
|
452
|
+
rest: string;
|
|
476
453
|
};
|
|
477
454
|
warningBackground3: {
|
|
478
|
-
|
|
455
|
+
rest: string;
|
|
479
456
|
};
|
|
480
457
|
warningBorder1: {
|
|
481
|
-
|
|
482
|
-
strokeWidth: number;
|
|
458
|
+
rest: string;
|
|
483
459
|
};
|
|
484
460
|
warningBorder2: {
|
|
485
|
-
|
|
486
|
-
strokeWidth: number;
|
|
461
|
+
rest: string;
|
|
487
462
|
};
|
|
488
463
|
warningBorderActive: {
|
|
489
|
-
|
|
490
|
-
strokeWidth: number;
|
|
464
|
+
rest: string;
|
|
491
465
|
};
|
|
492
466
|
warningForeground1: {
|
|
493
|
-
|
|
467
|
+
rest: string;
|
|
494
468
|
};
|
|
495
469
|
warningForeground2: {
|
|
496
|
-
|
|
470
|
+
rest: string;
|
|
497
471
|
};
|
|
498
472
|
warningForeground3: {
|
|
499
|
-
|
|
473
|
+
rest: string;
|
|
500
474
|
};
|
|
501
475
|
warningForegroundInverted: {
|
|
502
|
-
|
|
476
|
+
rest: string;
|
|
503
477
|
};
|
|
504
478
|
};
|
|
505
479
|
//# sourceMappingURL=getOfficeTokens.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOfficeTokens.d.ts","sourceRoot":"","sources":["../src/getOfficeTokens.ts"],"names":[],"mappings":"AAUA,wBAAgB,oBAAoB,CAAC,WAAW,EAAE,MAAM,OAYvD;AAED,wBAAgB,qBAAqB,CAAC,WAAW,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"getOfficeTokens.d.ts","sourceRoot":"","sources":["../src/getOfficeTokens.ts"],"names":[],"mappings":"AAUA,wBAAgB,oBAAoB,CAAC,WAAW,EAAE,MAAM,OAYvD;AAED,wBAAgB,qBAAqB,CAAC,WAAW,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYxD"}
|
|
@@ -98,36 +98,34 @@ export declare function getOfficeShadowTokens(officeTheme: string): {
|
|
|
98
98
|
fontWeight: string;
|
|
99
99
|
};
|
|
100
100
|
brandBackground: {
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
101
|
+
rest: string;
|
|
102
|
+
hover: string;
|
|
103
|
+
pressed: string;
|
|
104
|
+
selected: string;
|
|
105
105
|
};
|
|
106
106
|
brandBackground2: {
|
|
107
|
-
|
|
107
|
+
rest: string;
|
|
108
108
|
};
|
|
109
109
|
brandBackgroundStatic: {
|
|
110
|
-
|
|
110
|
+
rest: string;
|
|
111
111
|
};
|
|
112
112
|
brandForeground1: {
|
|
113
|
-
|
|
113
|
+
rest: string;
|
|
114
114
|
};
|
|
115
115
|
brandForeground2: {
|
|
116
|
-
|
|
116
|
+
rest: string;
|
|
117
117
|
};
|
|
118
118
|
brandForegroundLink: {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
119
|
+
rest: string;
|
|
120
|
+
hover: string;
|
|
121
|
+
pressed: string;
|
|
122
|
+
selected: string;
|
|
123
123
|
};
|
|
124
124
|
brandStroke1: {
|
|
125
|
-
|
|
126
|
-
strokeWidth: number;
|
|
125
|
+
rest: string;
|
|
127
126
|
};
|
|
128
127
|
brandStroke2: {
|
|
129
|
-
|
|
130
|
-
strokeWidth: number;
|
|
128
|
+
rest: string;
|
|
131
129
|
};
|
|
132
130
|
caption1: {
|
|
133
131
|
fontFamily: string;
|
|
@@ -136,53 +134,49 @@ export declare function getOfficeShadowTokens(officeTheme: string): {
|
|
|
136
134
|
fontWeight: string;
|
|
137
135
|
};
|
|
138
136
|
compoundBrandBackground1: {
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
137
|
+
rest: string;
|
|
138
|
+
hover: string;
|
|
139
|
+
pressed: string;
|
|
142
140
|
};
|
|
143
141
|
compoundBrandForeground1: {
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
142
|
+
rest: string;
|
|
143
|
+
hover: string;
|
|
144
|
+
pressed: string;
|
|
147
145
|
};
|
|
148
146
|
compoundBrandStroke1: {
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
strokeWidth: number;
|
|
147
|
+
rest: string;
|
|
148
|
+
hover: string;
|
|
149
|
+
pressed: string;
|
|
153
150
|
};
|
|
154
151
|
dangerBackground1: {
|
|
155
|
-
|
|
152
|
+
rest: string;
|
|
156
153
|
};
|
|
157
154
|
dangerBackground2: {
|
|
158
|
-
|
|
155
|
+
rest: string;
|
|
159
156
|
};
|
|
160
157
|
dangerBackground3: {
|
|
161
|
-
|
|
158
|
+
rest: string;
|
|
162
159
|
};
|
|
163
160
|
dangerBorder1: {
|
|
164
|
-
|
|
165
|
-
strokeWidth: number;
|
|
161
|
+
rest: string;
|
|
166
162
|
};
|
|
167
163
|
dangerBorder2: {
|
|
168
|
-
|
|
169
|
-
strokeWidth: number;
|
|
164
|
+
rest: string;
|
|
170
165
|
};
|
|
171
166
|
dangerBorderActive: {
|
|
172
|
-
|
|
173
|
-
strokeWidth: number;
|
|
167
|
+
rest: string;
|
|
174
168
|
};
|
|
175
169
|
dangerForeground1: {
|
|
176
|
-
|
|
170
|
+
rest: string;
|
|
177
171
|
};
|
|
178
172
|
dangerForeground2: {
|
|
179
|
-
|
|
173
|
+
rest: string;
|
|
180
174
|
};
|
|
181
175
|
dangerForeground3: {
|
|
182
|
-
|
|
176
|
+
rest: string;
|
|
183
177
|
};
|
|
184
178
|
dangerForegroundInverted: {
|
|
185
|
-
|
|
179
|
+
rest: string;
|
|
186
180
|
};
|
|
187
181
|
display: {
|
|
188
182
|
fontFamily: string;
|
|
@@ -197,188 +191,175 @@ export declare function getOfficeShadowTokens(officeTheme: string): {
|
|
|
197
191
|
fontWeight: string;
|
|
198
192
|
};
|
|
199
193
|
neutralBackground1: {
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
194
|
+
rest: string;
|
|
195
|
+
hover: string;
|
|
196
|
+
pressed: string;
|
|
197
|
+
selected: string;
|
|
204
198
|
};
|
|
205
199
|
neutralBackground2: {
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
200
|
+
rest: string;
|
|
201
|
+
hover: string;
|
|
202
|
+
pressed: string;
|
|
203
|
+
selected: string;
|
|
210
204
|
};
|
|
211
205
|
neutralBackground3: {
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
206
|
+
rest: string;
|
|
207
|
+
hover: string;
|
|
208
|
+
pressed: string;
|
|
209
|
+
selected: string;
|
|
216
210
|
};
|
|
217
211
|
neutralBackground4: {
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
212
|
+
rest: string;
|
|
213
|
+
hover: string;
|
|
214
|
+
pressed: string;
|
|
215
|
+
selected: string;
|
|
222
216
|
};
|
|
223
217
|
neutralBackground5: {
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
218
|
+
rest: string;
|
|
219
|
+
hover: string;
|
|
220
|
+
pressed: string;
|
|
221
|
+
selected: string;
|
|
228
222
|
};
|
|
229
223
|
neutralBackground6: {
|
|
230
|
-
|
|
224
|
+
rest: string;
|
|
231
225
|
};
|
|
232
226
|
neutralBackgroundDisabled: {
|
|
233
|
-
|
|
227
|
+
rest: string;
|
|
234
228
|
};
|
|
235
229
|
neutralBackgroundInverted: {
|
|
236
|
-
|
|
230
|
+
rest: string;
|
|
237
231
|
};
|
|
238
232
|
neutralForeground1: {
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
233
|
+
rest: string;
|
|
234
|
+
hover: string;
|
|
235
|
+
pressed: string;
|
|
236
|
+
selected: string;
|
|
243
237
|
};
|
|
244
238
|
neutralForeground2: {
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
239
|
+
rest: string;
|
|
240
|
+
hover: string;
|
|
241
|
+
pressed: string;
|
|
242
|
+
brandHover: string;
|
|
243
|
+
brandPressed: string;
|
|
244
|
+
brandSelected: string;
|
|
245
|
+
selected: string;
|
|
252
246
|
};
|
|
253
247
|
neutralForeground3: {
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
248
|
+
rest: string;
|
|
249
|
+
hover: string;
|
|
250
|
+
pressed: string;
|
|
251
|
+
brandHover: string;
|
|
252
|
+
brandPressed: string;
|
|
253
|
+
brandSelected: string;
|
|
254
|
+
selected: string;
|
|
261
255
|
};
|
|
262
256
|
neutralForeground4: {
|
|
263
|
-
|
|
257
|
+
rest: string;
|
|
264
258
|
};
|
|
265
259
|
neutralForegroundDisabled: {
|
|
266
|
-
|
|
260
|
+
rest: string;
|
|
267
261
|
};
|
|
268
262
|
neutralForegroundInverted: {
|
|
269
|
-
|
|
263
|
+
rest: string;
|
|
270
264
|
};
|
|
271
265
|
neutralForegroundInvertedLink: {
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
266
|
+
rest: string;
|
|
267
|
+
hover: string;
|
|
268
|
+
pressed: string;
|
|
269
|
+
selected: string;
|
|
276
270
|
};
|
|
277
271
|
neutralForegroundOnBrand: {
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
272
|
+
rest: string;
|
|
273
|
+
hover: string;
|
|
274
|
+
pressed: string;
|
|
275
|
+
selected: string;
|
|
282
276
|
};
|
|
283
277
|
neutralStencil1: {
|
|
284
|
-
|
|
278
|
+
rest: string;
|
|
285
279
|
};
|
|
286
280
|
neutralStencil2: {
|
|
287
|
-
|
|
281
|
+
rest: string;
|
|
288
282
|
};
|
|
289
283
|
neutralStroke1: {
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
strokeWidth: number;
|
|
284
|
+
rest: string;
|
|
285
|
+
hover: string;
|
|
286
|
+
pressed: string;
|
|
287
|
+
selected: string;
|
|
295
288
|
};
|
|
296
289
|
neutralStroke2: {
|
|
297
|
-
|
|
298
|
-
strokeWidth: number;
|
|
290
|
+
rest: string;
|
|
299
291
|
};
|
|
300
292
|
neutralStroke3: {
|
|
301
|
-
|
|
302
|
-
strokeWidth: number;
|
|
293
|
+
rest: string;
|
|
303
294
|
};
|
|
304
295
|
neutralStrokeAccessible: {
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
strokeWidth: number;
|
|
296
|
+
rest: string;
|
|
297
|
+
hover: string;
|
|
298
|
+
pressed: string;
|
|
299
|
+
selected: string;
|
|
310
300
|
};
|
|
311
301
|
neutralStrokeDisabled: {
|
|
312
|
-
|
|
313
|
-
strokeWidth: number;
|
|
302
|
+
rest: string;
|
|
314
303
|
};
|
|
315
304
|
outofofficeBackground1: {
|
|
316
|
-
|
|
305
|
+
rest: string;
|
|
317
306
|
};
|
|
318
307
|
outofofficeBackground2: {
|
|
319
|
-
|
|
308
|
+
rest: string;
|
|
320
309
|
};
|
|
321
310
|
outofofficeBackground3: {
|
|
322
|
-
|
|
311
|
+
rest: string;
|
|
323
312
|
};
|
|
324
313
|
outofofficeBorder1: {
|
|
325
|
-
|
|
326
|
-
strokeWidth: number;
|
|
314
|
+
rest: string;
|
|
327
315
|
};
|
|
328
316
|
outofofficeBorder2: {
|
|
329
|
-
|
|
330
|
-
strokeWidth: number;
|
|
317
|
+
rest: string;
|
|
331
318
|
};
|
|
332
319
|
outofofficeBorderActive: {
|
|
333
|
-
|
|
334
|
-
strokeWidth: number;
|
|
320
|
+
rest: string;
|
|
335
321
|
};
|
|
336
322
|
outofofficeForeground1: {
|
|
337
|
-
|
|
323
|
+
rest: string;
|
|
338
324
|
};
|
|
339
325
|
outofofficeForeground2: {
|
|
340
|
-
|
|
326
|
+
rest: string;
|
|
341
327
|
};
|
|
342
328
|
outofofficeForeground3: {
|
|
343
|
-
|
|
329
|
+
rest: string;
|
|
344
330
|
};
|
|
345
331
|
severeBackground1: {
|
|
346
|
-
|
|
332
|
+
rest: string;
|
|
347
333
|
};
|
|
348
334
|
severeBackground2: {
|
|
349
|
-
|
|
335
|
+
rest: string;
|
|
350
336
|
};
|
|
351
337
|
severeBackground3: {
|
|
352
|
-
|
|
338
|
+
rest: string;
|
|
353
339
|
};
|
|
354
340
|
severeBorder1: {
|
|
355
|
-
|
|
356
|
-
strokeWidth: number;
|
|
341
|
+
rest: string;
|
|
357
342
|
};
|
|
358
343
|
severeBorder2: {
|
|
359
|
-
|
|
360
|
-
strokeWidth: number;
|
|
344
|
+
rest: string;
|
|
361
345
|
};
|
|
362
346
|
severeBorderActive: {
|
|
363
|
-
|
|
364
|
-
strokeWidth: number;
|
|
347
|
+
rest: string;
|
|
365
348
|
};
|
|
366
349
|
severeForeground1: {
|
|
367
|
-
|
|
350
|
+
rest: string;
|
|
368
351
|
};
|
|
369
352
|
severeForeground2: {
|
|
370
|
-
|
|
353
|
+
rest: string;
|
|
371
354
|
};
|
|
372
355
|
severeForeground3: {
|
|
373
|
-
|
|
356
|
+
rest: string;
|
|
374
357
|
};
|
|
375
358
|
strokeFocus1: {
|
|
376
|
-
|
|
377
|
-
strokeWidth: number;
|
|
359
|
+
rest: string;
|
|
378
360
|
};
|
|
379
361
|
strokeFocus2: {
|
|
380
|
-
|
|
381
|
-
strokeWidth: number;
|
|
362
|
+
rest: string;
|
|
382
363
|
};
|
|
383
364
|
subtitle1: {
|
|
384
365
|
fontFamily: string;
|
|
@@ -405,43 +386,40 @@ export declare function getOfficeShadowTokens(officeTheme: string): {
|
|
|
405
386
|
fontWeight: string;
|
|
406
387
|
};
|
|
407
388
|
subtleBackground: {
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
389
|
+
rest: string;
|
|
390
|
+
hover: string;
|
|
391
|
+
pressed: string;
|
|
392
|
+
selected: string;
|
|
412
393
|
};
|
|
413
394
|
successBackground1: {
|
|
414
|
-
|
|
395
|
+
rest: string;
|
|
415
396
|
};
|
|
416
397
|
successBackground2: {
|
|
417
|
-
|
|
398
|
+
rest: string;
|
|
418
399
|
};
|
|
419
400
|
successBackground3: {
|
|
420
|
-
|
|
401
|
+
rest: string;
|
|
421
402
|
};
|
|
422
403
|
successBorder1: {
|
|
423
|
-
|
|
424
|
-
strokeWidth: number;
|
|
404
|
+
rest: string;
|
|
425
405
|
};
|
|
426
406
|
successBorder2: {
|
|
427
|
-
|
|
428
|
-
strokeWidth: number;
|
|
407
|
+
rest: string;
|
|
429
408
|
};
|
|
430
409
|
successBorderActive: {
|
|
431
|
-
|
|
432
|
-
strokeWidth: number;
|
|
410
|
+
rest: string;
|
|
433
411
|
};
|
|
434
412
|
successForeground1: {
|
|
435
|
-
|
|
413
|
+
rest: string;
|
|
436
414
|
};
|
|
437
415
|
successForeground2: {
|
|
438
|
-
|
|
416
|
+
rest: string;
|
|
439
417
|
};
|
|
440
418
|
successForeground3: {
|
|
441
|
-
|
|
419
|
+
rest: string;
|
|
442
420
|
};
|
|
443
421
|
successForegroundInverted: {
|
|
444
|
-
|
|
422
|
+
rest: string;
|
|
445
423
|
};
|
|
446
424
|
title1: {
|
|
447
425
|
fontFamily: string;
|
|
@@ -456,50 +434,46 @@ export declare function getOfficeShadowTokens(officeTheme: string): {
|
|
|
456
434
|
fontWeight: string;
|
|
457
435
|
};
|
|
458
436
|
transparentBackground: {
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
437
|
+
rest: string;
|
|
438
|
+
hover: string;
|
|
439
|
+
pressed: string;
|
|
440
|
+
selected: string;
|
|
463
441
|
};
|
|
464
442
|
transparentStroke: {
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
strokeWidth: number;
|
|
443
|
+
rest: string;
|
|
444
|
+
hover: string;
|
|
445
|
+
pressed: string;
|
|
446
|
+
disabled: string;
|
|
470
447
|
};
|
|
471
448
|
warningBackground1: {
|
|
472
|
-
|
|
449
|
+
rest: string;
|
|
473
450
|
};
|
|
474
451
|
warningBackground2: {
|
|
475
|
-
|
|
452
|
+
rest: string;
|
|
476
453
|
};
|
|
477
454
|
warningBackground3: {
|
|
478
|
-
|
|
455
|
+
rest: string;
|
|
479
456
|
};
|
|
480
457
|
warningBorder1: {
|
|
481
|
-
|
|
482
|
-
strokeWidth: number;
|
|
458
|
+
rest: string;
|
|
483
459
|
};
|
|
484
460
|
warningBorder2: {
|
|
485
|
-
|
|
486
|
-
strokeWidth: number;
|
|
461
|
+
rest: string;
|
|
487
462
|
};
|
|
488
463
|
warningBorderActive: {
|
|
489
|
-
|
|
490
|
-
strokeWidth: number;
|
|
464
|
+
rest: string;
|
|
491
465
|
};
|
|
492
466
|
warningForeground1: {
|
|
493
|
-
|
|
467
|
+
rest: string;
|
|
494
468
|
};
|
|
495
469
|
warningForeground2: {
|
|
496
|
-
|
|
470
|
+
rest: string;
|
|
497
471
|
};
|
|
498
472
|
warningForeground3: {
|
|
499
|
-
|
|
473
|
+
rest: string;
|
|
500
474
|
};
|
|
501
475
|
warningForegroundInverted: {
|
|
502
|
-
|
|
476
|
+
rest: string;
|
|
503
477
|
};
|
|
504
478
|
};
|
|
505
479
|
//# sourceMappingURL=getOfficeTokens.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOfficeTokens.d.ts","sourceRoot":"","sources":["../src/getOfficeTokens.ts"],"names":[],"mappings":"AAUA,wBAAgB,oBAAoB,CAAC,WAAW,EAAE,MAAM,OAYvD;AAED,wBAAgB,qBAAqB,CAAC,WAAW,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"getOfficeTokens.d.ts","sourceRoot":"","sources":["../src/getOfficeTokens.ts"],"names":[],"mappings":"AAUA,wBAAgB,oBAAoB,CAAC,WAAW,EAAE,MAAM,OAYvD;AAED,wBAAgB,qBAAqB,CAAC,WAAW,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYxD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/win32-theme",
|
|
3
|
-
"version": "0.27.
|
|
3
|
+
"version": "0.27.4",
|
|
4
4
|
"description": "Win32 office theme that works with the theming native module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"author": "",
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@fluentui-react-native/default-theme": ">=0.19.
|
|
31
|
-
"@fluentui-react-native/design-tokens-win32": "^0.
|
|
32
|
-
"@fluentui-react-native/memo-cache": "^1.3.
|
|
33
|
-
"@fluentui-react-native/theme
|
|
30
|
+
"@fluentui-react-native/default-theme": ">=0.19.6 <1.0.0",
|
|
31
|
+
"@fluentui-react-native/design-tokens-win32": "^0.53.0",
|
|
32
|
+
"@fluentui-react-native/memo-cache": "^1.3.1",
|
|
33
|
+
"@fluentui-react-native/theme": ">=0.9.1 <1.0.0",
|
|
34
|
+
"@fluentui-react-native/theme-tokens": ">=0.25.1 <1.0.0",
|
|
34
35
|
"@fluentui-react-native/theme-types": ">=0.32.0 <1.0.0",
|
|
35
|
-
"@fluentui-react-native/
|
|
36
|
-
"@fluentui-react-native/theming-utils": ">=0.24.1 <1.0.0",
|
|
36
|
+
"@fluentui-react-native/theming-utils": ">=0.24.3 <1.0.0",
|
|
37
37
|
"tslib": "^2.3.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|