@fluentui-react-native/apple-theme 0.21.4 → 0.21.5
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 +28 -1
- package/CHANGELOG.md +12 -2
- package/package.json +3 -3
- package/src/__tests__/__snapshots__/apple-theme.test.ts.snap +498 -498
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,34 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/apple-theme",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 31 Jul 2023 19:26:20 GMT",
|
|
6
|
+
"version": "0.21.5",
|
|
7
|
+
"tag": "@fluentui-react-native/apple-theme_v0.21.5",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "ruaraki@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
13
|
+
"commit": "94d373b6ff0cc7e1a75dd89ad64671489a25baff",
|
|
14
|
+
"comment": "Update snapshots"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/default-theme to v0.19.4",
|
|
20
|
+
"commit": "not available"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
25
|
+
"comment": "Bump @fluentui-react-native/experimental-appearance-additions to v0.5.5",
|
|
26
|
+
"commit": "not available"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Tue, 18 Jul 2023 19:09:32 GMT",
|
|
6
33
|
"tag": "@fluentui-react-native/apple-theme_v0.21.4",
|
|
7
34
|
"version": "0.21.4",
|
|
8
35
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/apple-theme
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 31 Jul 2023 19:26:20 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.21.5
|
|
8
|
+
|
|
9
|
+
Mon, 31 Jul 2023 19:26:20 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update snapshots (ruaraki@microsoft.com)
|
|
14
|
+
- Bump @fluentui-react-native/default-theme to v0.19.4
|
|
15
|
+
- Bump @fluentui-react-native/experimental-appearance-additions to v0.5.5
|
|
16
|
+
|
|
7
17
|
## 0.21.4
|
|
8
18
|
|
|
9
|
-
Tue, 18 Jul 2023 19:
|
|
19
|
+
Tue, 18 Jul 2023 19:09:32 GMT
|
|
10
20
|
|
|
11
21
|
### Patches
|
|
12
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/apple-theme",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.5",
|
|
4
4
|
"description": "A FluentUI React Native theme that pulls constants from FluentUI Apple",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Microsoft <fluentuinativeowners@microsoft.com>",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"directory": "packages/theming/apple-theme"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@fluentui-react-native/default-theme": ">=0.19.
|
|
30
|
+
"@fluentui-react-native/default-theme": ">=0.19.4 <1.0.0",
|
|
31
31
|
"@fluentui-react-native/design-tokens-ios": "^0.50.0",
|
|
32
32
|
"@fluentui-react-native/design-tokens-macos": "^0.50.0",
|
|
33
|
-
"@fluentui-react-native/experimental-appearance-additions": "^0.5.
|
|
33
|
+
"@fluentui-react-native/experimental-appearance-additions": "^0.5.5",
|
|
34
34
|
"@fluentui-react-native/memo-cache": "^1.3.0",
|
|
35
35
|
"@fluentui-react-native/theme": ">=0.9.0 <1.0.0",
|
|
36
36
|
"@fluentui-react-native/theme-tokens": "^0.25.0",
|
|
@@ -1232,179 +1232,6 @@ exports[`createMacOSColorAliasTokens test mode: dark, isHighContrast: false 1`]
|
|
|
1232
1232
|
}
|
|
1233
1233
|
`;
|
|
1234
1234
|
|
|
1235
|
-
exports[`createMacOSColorAliasTokens test mode: dark, isHighContrast: false 2`] = `
|
|
1236
|
-
{
|
|
1237
|
-
"shadow16": {
|
|
1238
|
-
"ambient": {
|
|
1239
|
-
"blur": 2,
|
|
1240
|
-
"color": "#0000003d",
|
|
1241
|
-
"x": 0,
|
|
1242
|
-
"y": 0,
|
|
1243
|
-
},
|
|
1244
|
-
"key": {
|
|
1245
|
-
"blur": 16,
|
|
1246
|
-
"color": "#00000047",
|
|
1247
|
-
"x": 0,
|
|
1248
|
-
"y": 8,
|
|
1249
|
-
},
|
|
1250
|
-
},
|
|
1251
|
-
"shadow16brand": {
|
|
1252
|
-
"ambient": {
|
|
1253
|
-
"blur": 2,
|
|
1254
|
-
"color": "#0000004d",
|
|
1255
|
-
"x": 0,
|
|
1256
|
-
"y": 0,
|
|
1257
|
-
},
|
|
1258
|
-
"key": {
|
|
1259
|
-
"blur": 16,
|
|
1260
|
-
"color": "#00000040",
|
|
1261
|
-
"x": 0,
|
|
1262
|
-
"y": 8,
|
|
1263
|
-
},
|
|
1264
|
-
},
|
|
1265
|
-
"shadow2": {
|
|
1266
|
-
"ambient": {
|
|
1267
|
-
"blur": 2,
|
|
1268
|
-
"color": "#0000003d",
|
|
1269
|
-
"x": 0,
|
|
1270
|
-
"y": 0,
|
|
1271
|
-
},
|
|
1272
|
-
"key": {
|
|
1273
|
-
"blur": 2,
|
|
1274
|
-
"color": "#00000047",
|
|
1275
|
-
"x": 0,
|
|
1276
|
-
"y": 1,
|
|
1277
|
-
},
|
|
1278
|
-
},
|
|
1279
|
-
"shadow28": {
|
|
1280
|
-
"ambient": {
|
|
1281
|
-
"blur": 8,
|
|
1282
|
-
"color": "#00000066",
|
|
1283
|
-
"x": 0,
|
|
1284
|
-
"y": 0,
|
|
1285
|
-
},
|
|
1286
|
-
"key": {
|
|
1287
|
-
"blur": 28,
|
|
1288
|
-
"color": "#0000007a",
|
|
1289
|
-
"x": 0,
|
|
1290
|
-
"y": 14,
|
|
1291
|
-
},
|
|
1292
|
-
},
|
|
1293
|
-
"shadow28brand": {
|
|
1294
|
-
"ambient": {
|
|
1295
|
-
"blur": 8,
|
|
1296
|
-
"color": "#0000004d",
|
|
1297
|
-
"x": 0,
|
|
1298
|
-
"y": 0,
|
|
1299
|
-
},
|
|
1300
|
-
"key": {
|
|
1301
|
-
"blur": 28,
|
|
1302
|
-
"color": "#00000040",
|
|
1303
|
-
"x": 0,
|
|
1304
|
-
"y": 14,
|
|
1305
|
-
},
|
|
1306
|
-
},
|
|
1307
|
-
"shadow2brand": {
|
|
1308
|
-
"ambient": {
|
|
1309
|
-
"blur": 2,
|
|
1310
|
-
"color": "#0000004d",
|
|
1311
|
-
"x": 0,
|
|
1312
|
-
"y": 0,
|
|
1313
|
-
},
|
|
1314
|
-
"key": {
|
|
1315
|
-
"blur": 2,
|
|
1316
|
-
"color": "#00000040",
|
|
1317
|
-
"x": 0,
|
|
1318
|
-
"y": 1,
|
|
1319
|
-
},
|
|
1320
|
-
},
|
|
1321
|
-
"shadow4": {
|
|
1322
|
-
"ambient": {
|
|
1323
|
-
"blur": 2,
|
|
1324
|
-
"color": "#0000003d",
|
|
1325
|
-
"x": 0,
|
|
1326
|
-
"y": 0,
|
|
1327
|
-
},
|
|
1328
|
-
"key": {
|
|
1329
|
-
"blur": 4,
|
|
1330
|
-
"color": "#00000047",
|
|
1331
|
-
"x": 0,
|
|
1332
|
-
"y": 2,
|
|
1333
|
-
},
|
|
1334
|
-
},
|
|
1335
|
-
"shadow4brand": {
|
|
1336
|
-
"ambient": {
|
|
1337
|
-
"blur": 2,
|
|
1338
|
-
"color": "#0000004d",
|
|
1339
|
-
"x": 0,
|
|
1340
|
-
"y": 0,
|
|
1341
|
-
},
|
|
1342
|
-
"key": {
|
|
1343
|
-
"blur": 4,
|
|
1344
|
-
"color": "#00000040",
|
|
1345
|
-
"x": 0,
|
|
1346
|
-
"y": 2,
|
|
1347
|
-
},
|
|
1348
|
-
},
|
|
1349
|
-
"shadow64": {
|
|
1350
|
-
"ambient": {
|
|
1351
|
-
"blur": 8,
|
|
1352
|
-
"color": "#00000066",
|
|
1353
|
-
"x": 0,
|
|
1354
|
-
"y": 0,
|
|
1355
|
-
},
|
|
1356
|
-
"key": {
|
|
1357
|
-
"blur": 64,
|
|
1358
|
-
"color": "#0000007a",
|
|
1359
|
-
"x": 0,
|
|
1360
|
-
"y": 32,
|
|
1361
|
-
},
|
|
1362
|
-
},
|
|
1363
|
-
"shadow64brand": {
|
|
1364
|
-
"ambient": {
|
|
1365
|
-
"blur": 8,
|
|
1366
|
-
"color": "#0000004d",
|
|
1367
|
-
"x": 0,
|
|
1368
|
-
"y": 0,
|
|
1369
|
-
},
|
|
1370
|
-
"key": {
|
|
1371
|
-
"blur": 64,
|
|
1372
|
-
"color": "#00000040",
|
|
1373
|
-
"x": 0,
|
|
1374
|
-
"y": 32,
|
|
1375
|
-
},
|
|
1376
|
-
},
|
|
1377
|
-
"shadow8": {
|
|
1378
|
-
"ambient": {
|
|
1379
|
-
"blur": 2,
|
|
1380
|
-
"color": "#0000003d",
|
|
1381
|
-
"x": 0,
|
|
1382
|
-
"y": 0,
|
|
1383
|
-
},
|
|
1384
|
-
"key": {
|
|
1385
|
-
"blur": 8,
|
|
1386
|
-
"color": "#00000047",
|
|
1387
|
-
"x": 0,
|
|
1388
|
-
"y": 4,
|
|
1389
|
-
},
|
|
1390
|
-
},
|
|
1391
|
-
"shadow8brand": {
|
|
1392
|
-
"ambient": {
|
|
1393
|
-
"blur": 2,
|
|
1394
|
-
"color": "#0000004d",
|
|
1395
|
-
"x": 0,
|
|
1396
|
-
"y": 0,
|
|
1397
|
-
},
|
|
1398
|
-
"key": {
|
|
1399
|
-
"blur": 8,
|
|
1400
|
-
"color": "#00000040",
|
|
1401
|
-
"x": 0,
|
|
1402
|
-
"y": 4,
|
|
1403
|
-
},
|
|
1404
|
-
},
|
|
1405
|
-
}
|
|
1406
|
-
`;
|
|
1407
|
-
|
|
1408
1235
|
exports[`createMacOSColorAliasTokens test mode: dark, isHighContrast: true 1`] = `
|
|
1409
1236
|
{
|
|
1410
1237
|
"brandBackground": "#0086f0",
|
|
@@ -1546,23 +1373,337 @@ exports[`createMacOSColorAliasTokens test mode: dark, isHighContrast: true 1`] =
|
|
|
1546
1373
|
"transparentBackgroundHover": "#00000000",
|
|
1547
1374
|
"transparentBackgroundPressed": "#00000000",
|
|
1548
1375
|
"transparentBackgroundSelected": "#00000000",
|
|
1549
|
-
"transparentStroke": "#3aa0f3",
|
|
1550
|
-
"transparentStrokeDisabled": "#d6d6d6",
|
|
1551
|
-
"transparentStrokeInteractive": "#a8a8a8",
|
|
1552
|
-
"warningBackground1": "#4c4400",
|
|
1553
|
-
"warningBackground2": "#817400",
|
|
1376
|
+
"transparentStroke": "#3aa0f3",
|
|
1377
|
+
"transparentStrokeDisabled": "#d6d6d6",
|
|
1378
|
+
"transparentStrokeInteractive": "#a8a8a8",
|
|
1379
|
+
"warningBackground1": "#4c4400",
|
|
1380
|
+
"warningBackground2": "#817400",
|
|
1381
|
+
"warningBackground3": "#fde300",
|
|
1382
|
+
"warningBorder1": "#fde300",
|
|
1383
|
+
"warningBorder2": "#fdea3d",
|
|
1384
|
+
"warningBorderActive": "#feee66",
|
|
1385
|
+
"warningForeground1": "#feee66",
|
|
1386
|
+
"warningForeground2": "#fef7b2",
|
|
1387
|
+
"warningForeground3": "#fdea3d",
|
|
1388
|
+
"warningForegroundInverted": "#817400",
|
|
1389
|
+
}
|
|
1390
|
+
`;
|
|
1391
|
+
|
|
1392
|
+
exports[`createMacOSColorAliasTokens test mode: light, isHighContrast: false 1`] = `
|
|
1393
|
+
{
|
|
1394
|
+
"brandBackground": "#0078d4",
|
|
1395
|
+
"brandBackground2": "#eff6fc",
|
|
1396
|
+
"brandBackgroundDisabled": "#d1d1d1",
|
|
1397
|
+
"brandBackgroundHover": "#106ebe",
|
|
1398
|
+
"brandBackgroundPressed": "#106ebe",
|
|
1399
|
+
"brandBackgroundSelected": "#005a9e",
|
|
1400
|
+
"brandBackgroundStatic": "#0078d4",
|
|
1401
|
+
"brandForeground1": "#0078d4",
|
|
1402
|
+
"brandForeground1Disabled": "#757575",
|
|
1403
|
+
"brandForeground1Pressed": "#004578",
|
|
1404
|
+
"brandForeground2": "#106ebe",
|
|
1405
|
+
"brandForegroundLink": "#0078d4",
|
|
1406
|
+
"brandForegroundLinkHover": "#106ebe",
|
|
1407
|
+
"brandForegroundLinkPressed": "#004578",
|
|
1408
|
+
"brandForegroundLinkSelected": "#005a9e",
|
|
1409
|
+
"brandStroke1": "#0078d4",
|
|
1410
|
+
"brandStroke2": "#c7e0f4",
|
|
1411
|
+
"compoundBrandBackground1": "#0078d4",
|
|
1412
|
+
"compoundBrandBackground1Hover": "#106ebe",
|
|
1413
|
+
"compoundBrandBackground1Pressed": "#004578",
|
|
1414
|
+
"compoundBrandForeground1": "#0078d4",
|
|
1415
|
+
"compoundBrandForeground1Hover": "#106ebe",
|
|
1416
|
+
"compoundBrandForeground1Pressed": "#004578",
|
|
1417
|
+
"compoundBrandStroke1": "#0078d4",
|
|
1418
|
+
"compoundBrandStroke1Hover": "#106ebe",
|
|
1419
|
+
"compoundBrandStroke1Pressed": "#004578",
|
|
1420
|
+
"dangerBackground1": "#fdf6f6",
|
|
1421
|
+
"dangerBackground2": "#f1bbbc",
|
|
1422
|
+
"dangerBackground3": "#d13438",
|
|
1423
|
+
"dangerBorder1": "#f1bbbc",
|
|
1424
|
+
"dangerBorder2": "#d13438",
|
|
1425
|
+
"dangerBorderActive": "#d13438",
|
|
1426
|
+
"dangerForeground1": "#bc2f32",
|
|
1427
|
+
"dangerForeground2": "#751d1f",
|
|
1428
|
+
"dangerForeground3": "#d13438",
|
|
1429
|
+
"dangerForegroundInverted": "#dc5e62",
|
|
1430
|
+
"neutralBackground1": "#ffffff",
|
|
1431
|
+
"neutralBackground1Hover": "#f5f5f5",
|
|
1432
|
+
"neutralBackground1Pressed": "#ebebeb",
|
|
1433
|
+
"neutralBackground1Selected": "#ebebeb",
|
|
1434
|
+
"neutralBackground2": "#ffffff",
|
|
1435
|
+
"neutralBackground2Hover": "#f0f0f0",
|
|
1436
|
+
"neutralBackground2Pressed": "#ebebeb",
|
|
1437
|
+
"neutralBackground2Selected": "#e6e6e6",
|
|
1438
|
+
"neutralBackground3": "#f5f5f5",
|
|
1439
|
+
"neutralBackground3Hover": "#ebebeb",
|
|
1440
|
+
"neutralBackground3Pressed": "#d6d6d6",
|
|
1441
|
+
"neutralBackground3Selected": "#e0e0e0",
|
|
1442
|
+
"neutralBackground4": "#f0f0f0",
|
|
1443
|
+
"neutralBackground4Hover": "#fafafa",
|
|
1444
|
+
"neutralBackground4Pressed": "#f5f5f5",
|
|
1445
|
+
"neutralBackground4Selected": "#ffffff",
|
|
1446
|
+
"neutralBackground5": "#ebebeb",
|
|
1447
|
+
"neutralBackground5Hover": "#f5f5f5",
|
|
1448
|
+
"neutralBackground5Pressed": "#f0f0f0",
|
|
1449
|
+
"neutralBackground5Selected": "#fafafa",
|
|
1450
|
+
"neutralBackground6": "#e6e6e6",
|
|
1451
|
+
"neutralBackgroundDisabled": "#f0f0f0",
|
|
1452
|
+
"neutralBackgroundInverted": "#616161",
|
|
1453
|
+
"neutralForeground1": "#242424",
|
|
1454
|
+
"neutralForeground1Hover": "#242424",
|
|
1455
|
+
"neutralForeground1Pressed": "#242424",
|
|
1456
|
+
"neutralForeground1Selected": "#242424",
|
|
1457
|
+
"neutralForeground2": "#000000",
|
|
1458
|
+
"neutralForeground2BrandHover": "#106ebe",
|
|
1459
|
+
"neutralForeground2BrandPressed": "#004578",
|
|
1460
|
+
"neutralForeground2BrandSelected": "#005a9e",
|
|
1461
|
+
"neutralForeground2Hover": "#242424",
|
|
1462
|
+
"neutralForeground2Pressed": "#242424",
|
|
1463
|
+
"neutralForeground2Selected": "#242424",
|
|
1464
|
+
"neutralForeground3": "#616161",
|
|
1465
|
+
"neutralForeground3BrandHover": "#106ebe",
|
|
1466
|
+
"neutralForeground3BrandPressed": "#004578",
|
|
1467
|
+
"neutralForeground3BrandSelected": "#005a9e",
|
|
1468
|
+
"neutralForeground3Hover": "#424242",
|
|
1469
|
+
"neutralForeground3Pressed": "#424242",
|
|
1470
|
+
"neutralForeground3Selected": "#424242",
|
|
1471
|
+
"neutralForeground4": "#808080",
|
|
1472
|
+
"neutralForegroundDisabled": "#757575",
|
|
1473
|
+
"neutralForegroundInverted": "#ffffff",
|
|
1474
|
+
"neutralForegroundInvertedLink": "#ffffff",
|
|
1475
|
+
"neutralForegroundInvertedLinkHover": "#ffffff",
|
|
1476
|
+
"neutralForegroundInvertedLinkPressed": "#ffffff",
|
|
1477
|
+
"neutralForegroundInvertedLinkSelected": "#ffffff",
|
|
1478
|
+
"neutralForegroundOnBrand": "#ffffff",
|
|
1479
|
+
"neutralForegroundOnBrandHover": "#ffffff",
|
|
1480
|
+
"neutralForegroundOnBrandPressed": "#ffffff",
|
|
1481
|
+
"neutralForegroundOnBrandSelected": "#ffffff",
|
|
1482
|
+
"neutralStencil1": "#e6e6e6",
|
|
1483
|
+
"neutralStencil2": "#fafafa",
|
|
1484
|
+
"neutralStroke1": "#f0f0f0",
|
|
1485
|
+
"neutralStroke1Hover": "#c7c7c7",
|
|
1486
|
+
"neutralStroke1Pressed": "#b3b3b3",
|
|
1487
|
+
"neutralStroke1Selected": "#bdbdbd",
|
|
1488
|
+
"neutralStroke2": "#d6d6d6",
|
|
1489
|
+
"neutralStroke3": "#f0f0f0",
|
|
1490
|
+
"neutralStrokeAccessible": "#616161",
|
|
1491
|
+
"neutralStrokeAccessibleHover": "#575757",
|
|
1492
|
+
"neutralStrokeAccessiblePressed": "#4d4d4d",
|
|
1493
|
+
"neutralStrokeAccessibleSelected": "#0078d4",
|
|
1494
|
+
"neutralStrokeDisabled": "#e0e0e0",
|
|
1495
|
+
"outofofficeBackground1": "#fdf5fc",
|
|
1496
|
+
"outofofficeBackground2": "#edbbe7",
|
|
1497
|
+
"outofofficeBackground3": "#c239b3",
|
|
1498
|
+
"outofofficeBorder1": "#edbbe7",
|
|
1499
|
+
"outofofficeBorder2": "#c239b3",
|
|
1500
|
+
"outofofficeBorderActive": "#c239b3",
|
|
1501
|
+
"outofofficeForeground1": "#af33a1",
|
|
1502
|
+
"outofofficeForeground2": "#6d2064",
|
|
1503
|
+
"outofofficeForeground3": "#c239b3",
|
|
1504
|
+
"severeBackground1": "#fdf6f3",
|
|
1505
|
+
"severeBackground2": "#f4bfab",
|
|
1506
|
+
"severeBackground3": "#da3b01",
|
|
1507
|
+
"severeBorder1": "#f4bfab",
|
|
1508
|
+
"severeBorder2": "#da3b01",
|
|
1509
|
+
"severeBorderActive": "#da3b01",
|
|
1510
|
+
"severeForeground1": "#c43501",
|
|
1511
|
+
"severeForeground2": "#7a2101",
|
|
1512
|
+
"severeForeground3": "#da3b01",
|
|
1513
|
+
"strokeFocus1": "#ffffff",
|
|
1514
|
+
"strokeFocus2": "#000000",
|
|
1515
|
+
"subtleBackground": "#00000000",
|
|
1516
|
+
"subtleBackgroundHover": "#f5f5f5",
|
|
1517
|
+
"subtleBackgroundPressed": "#e0e0e0",
|
|
1518
|
+
"subtleBackgroundSelected": "#ebebeb",
|
|
1519
|
+
"successBackground1": "#f1faf1",
|
|
1520
|
+
"successBackground2": "#9fd89f",
|
|
1521
|
+
"successBackground3": "#107c10",
|
|
1522
|
+
"successBorder1": "#9fd89f",
|
|
1523
|
+
"successBorder2": "#107c10",
|
|
1524
|
+
"successBorderActive": "#107c10",
|
|
1525
|
+
"successForeground1": "#0e700e",
|
|
1526
|
+
"successForeground2": "#094509",
|
|
1527
|
+
"successForeground3": "#107c10",
|
|
1528
|
+
"successForegroundInverted": "#359b35",
|
|
1529
|
+
"transparentBackground": "#00000000",
|
|
1530
|
+
"transparentBackgroundHover": "#00000000",
|
|
1531
|
+
"transparentBackgroundPressed": "#00000000",
|
|
1532
|
+
"transparentBackgroundSelected": "#00000000",
|
|
1533
|
+
"transparentStroke": "#00000000",
|
|
1534
|
+
"transparentStrokeDisabled": "#00000000",
|
|
1535
|
+
"transparentStrokeInteractive": "#00000000",
|
|
1536
|
+
"warningBackground1": "#fffef5",
|
|
1537
|
+
"warningBackground2": "#fef7b2",
|
|
1538
|
+
"warningBackground3": "#fde300",
|
|
1539
|
+
"warningBorder1": "#fef7b2",
|
|
1540
|
+
"warningBorder2": "#fde300",
|
|
1541
|
+
"warningBorderActive": "#fde300",
|
|
1542
|
+
"warningForeground1": "#817400",
|
|
1543
|
+
"warningForeground2": "#817400",
|
|
1544
|
+
"warningForeground3": "#fde300",
|
|
1545
|
+
"warningForegroundInverted": "#fef7b2",
|
|
1546
|
+
}
|
|
1547
|
+
`;
|
|
1548
|
+
|
|
1549
|
+
exports[`createMacOSColorAliasTokens test mode: light, isHighContrast: true 1`] = `
|
|
1550
|
+
{
|
|
1551
|
+
"brandBackground": "#0078d4",
|
|
1552
|
+
"brandBackground2": "#eff6fc",
|
|
1553
|
+
"brandBackgroundDisabled": "#d1d1d1",
|
|
1554
|
+
"brandBackgroundHover": "#106ebe",
|
|
1555
|
+
"brandBackgroundPressed": "#106ebe",
|
|
1556
|
+
"brandBackgroundSelected": "#005a9e",
|
|
1557
|
+
"brandBackgroundStatic": "#0078d4",
|
|
1558
|
+
"brandForeground1": "#0078d4",
|
|
1559
|
+
"brandForeground1Disabled": "#757575",
|
|
1560
|
+
"brandForeground1Pressed": "#004578",
|
|
1561
|
+
"brandForeground2": "#106ebe",
|
|
1562
|
+
"brandForegroundLink": "#0078d4",
|
|
1563
|
+
"brandForegroundLinkHover": "#106ebe",
|
|
1564
|
+
"brandForegroundLinkPressed": "#004578",
|
|
1565
|
+
"brandForegroundLinkSelected": "#005a9e",
|
|
1566
|
+
"brandStroke1": "#0078d4",
|
|
1567
|
+
"brandStroke2": "#c7e0f4",
|
|
1568
|
+
"compoundBrandBackground1": "#0078d4",
|
|
1569
|
+
"compoundBrandBackground1Hover": "#106ebe",
|
|
1570
|
+
"compoundBrandBackground1Pressed": "#004578",
|
|
1571
|
+
"compoundBrandForeground1": "#0078d4",
|
|
1572
|
+
"compoundBrandForeground1Hover": "#106ebe",
|
|
1573
|
+
"compoundBrandForeground1Pressed": "#004578",
|
|
1574
|
+
"compoundBrandStroke1": "#0078d4",
|
|
1575
|
+
"compoundBrandStroke1Hover": "#106ebe",
|
|
1576
|
+
"compoundBrandStroke1Pressed": "#004578",
|
|
1577
|
+
"dangerBackground1": "#fdf6f6",
|
|
1578
|
+
"dangerBackground2": "#f1bbbc",
|
|
1579
|
+
"dangerBackground3": "#d13438",
|
|
1580
|
+
"dangerBorder1": "#f1bbbc",
|
|
1581
|
+
"dangerBorder2": "#d13438",
|
|
1582
|
+
"dangerBorderActive": "#d13438",
|
|
1583
|
+
"dangerForeground1": "#bc2f32",
|
|
1584
|
+
"dangerForeground2": "#751d1f",
|
|
1585
|
+
"dangerForeground3": "#d13438",
|
|
1586
|
+
"dangerForegroundInverted": "#dc5e62",
|
|
1587
|
+
"neutralBackground1": "#ffffff",
|
|
1588
|
+
"neutralBackground1Hover": "#f5f5f5",
|
|
1589
|
+
"neutralBackground1Pressed": "#ebebeb",
|
|
1590
|
+
"neutralBackground1Selected": "#ebebeb",
|
|
1591
|
+
"neutralBackground2": "#ffffff",
|
|
1592
|
+
"neutralBackground2Hover": "#f0f0f0",
|
|
1593
|
+
"neutralBackground2Pressed": "#ebebeb",
|
|
1594
|
+
"neutralBackground2Selected": "#e6e6e6",
|
|
1595
|
+
"neutralBackground3": "#f5f5f5",
|
|
1596
|
+
"neutralBackground3Hover": "#ebebeb",
|
|
1597
|
+
"neutralBackground3Pressed": "#d6d6d6",
|
|
1598
|
+
"neutralBackground3Selected": "#e0e0e0",
|
|
1599
|
+
"neutralBackground4": "#f0f0f0",
|
|
1600
|
+
"neutralBackground4Hover": "#fafafa",
|
|
1601
|
+
"neutralBackground4Pressed": "#f5f5f5",
|
|
1602
|
+
"neutralBackground4Selected": "#ffffff",
|
|
1603
|
+
"neutralBackground5": "#ebebeb",
|
|
1604
|
+
"neutralBackground5Hover": "#f5f5f5",
|
|
1605
|
+
"neutralBackground5Pressed": "#f0f0f0",
|
|
1606
|
+
"neutralBackground5Selected": "#fafafa",
|
|
1607
|
+
"neutralBackground6": "#e6e6e6",
|
|
1608
|
+
"neutralBackgroundDisabled": "#f0f0f0",
|
|
1609
|
+
"neutralBackgroundInverted": "#616161",
|
|
1610
|
+
"neutralForeground1": "#000000",
|
|
1611
|
+
"neutralForeground1Hover": "#000000",
|
|
1612
|
+
"neutralForeground1Pressed": "#000000",
|
|
1613
|
+
"neutralForeground1Selected": "#000000",
|
|
1614
|
+
"neutralForeground2": "#000000",
|
|
1615
|
+
"neutralForeground2BrandHover": "#106ebe",
|
|
1616
|
+
"neutralForeground2BrandPressed": "#004578",
|
|
1617
|
+
"neutralForeground2BrandSelected": "#005a9e",
|
|
1618
|
+
"neutralForeground2Hover": "#242424",
|
|
1619
|
+
"neutralForeground2Pressed": "#242424",
|
|
1620
|
+
"neutralForeground2Selected": "#242424",
|
|
1621
|
+
"neutralForeground3": "#000000",
|
|
1622
|
+
"neutralForeground3BrandHover": "#106ebe",
|
|
1623
|
+
"neutralForeground3BrandPressed": "#004578",
|
|
1624
|
+
"neutralForeground3BrandSelected": "#005a9e",
|
|
1625
|
+
"neutralForeground3Hover": "#424242",
|
|
1626
|
+
"neutralForeground3Pressed": "#424242",
|
|
1627
|
+
"neutralForeground3Selected": "#424242",
|
|
1628
|
+
"neutralForeground4": "#424242",
|
|
1629
|
+
"neutralForegroundDisabled": "#757575",
|
|
1630
|
+
"neutralForegroundInverted": "#ffffff",
|
|
1631
|
+
"neutralForegroundInvertedLink": "#ffffff",
|
|
1632
|
+
"neutralForegroundInvertedLinkHover": "#ffffff",
|
|
1633
|
+
"neutralForegroundInvertedLinkPressed": "#ffffff",
|
|
1634
|
+
"neutralForegroundInvertedLinkSelected": "#ffffff",
|
|
1635
|
+
"neutralForegroundOnBrand": "#ffffff",
|
|
1636
|
+
"neutralForegroundOnBrandHover": "#ffffff",
|
|
1637
|
+
"neutralForegroundOnBrandPressed": "#ffffff",
|
|
1638
|
+
"neutralForegroundOnBrandSelected": "#ffffff",
|
|
1639
|
+
"neutralStencil1": "#e6e6e6",
|
|
1640
|
+
"neutralStencil2": "#fafafa",
|
|
1641
|
+
"neutralStroke1": "#616161",
|
|
1642
|
+
"neutralStroke1Hover": "#c7c7c7",
|
|
1643
|
+
"neutralStroke1Pressed": "#b3b3b3",
|
|
1644
|
+
"neutralStroke1Selected": "#bdbdbd",
|
|
1645
|
+
"neutralStroke2": "#000000",
|
|
1646
|
+
"neutralStroke3": "#616161",
|
|
1647
|
+
"neutralStrokeAccessible": "#242424",
|
|
1648
|
+
"neutralStrokeAccessibleHover": "#575757",
|
|
1649
|
+
"neutralStrokeAccessiblePressed": "#4d4d4d",
|
|
1650
|
+
"neutralStrokeAccessibleSelected": "#0078d4",
|
|
1651
|
+
"neutralStrokeDisabled": "#e0e0e0",
|
|
1652
|
+
"outofofficeBackground1": "#fdf5fc",
|
|
1653
|
+
"outofofficeBackground2": "#edbbe7",
|
|
1654
|
+
"outofofficeBackground3": "#c239b3",
|
|
1655
|
+
"outofofficeBorder1": "#edbbe7",
|
|
1656
|
+
"outofofficeBorder2": "#c239b3",
|
|
1657
|
+
"outofofficeBorderActive": "#c239b3",
|
|
1658
|
+
"outofofficeForeground1": "#af33a1",
|
|
1659
|
+
"outofofficeForeground2": "#6d2064",
|
|
1660
|
+
"outofofficeForeground3": "#c239b3",
|
|
1661
|
+
"severeBackground1": "#fdf6f3",
|
|
1662
|
+
"severeBackground2": "#f4bfab",
|
|
1663
|
+
"severeBackground3": "#da3b01",
|
|
1664
|
+
"severeBorder1": "#f4bfab",
|
|
1665
|
+
"severeBorder2": "#da3b01",
|
|
1666
|
+
"severeBorderActive": "#da3b01",
|
|
1667
|
+
"severeForeground1": "#c43501",
|
|
1668
|
+
"severeForeground2": "#7a2101",
|
|
1669
|
+
"severeForeground3": "#da3b01",
|
|
1670
|
+
"strokeFocus1": "#ffffff",
|
|
1671
|
+
"strokeFocus2": "#000000",
|
|
1672
|
+
"subtleBackground": "#00000000",
|
|
1673
|
+
"subtleBackgroundHover": "#f5f5f5",
|
|
1674
|
+
"subtleBackgroundPressed": "#e0e0e0",
|
|
1675
|
+
"subtleBackgroundSelected": "#ebebeb",
|
|
1676
|
+
"successBackground1": "#f1faf1",
|
|
1677
|
+
"successBackground2": "#9fd89f",
|
|
1678
|
+
"successBackground3": "#107c10",
|
|
1679
|
+
"successBorder1": "#9fd89f",
|
|
1680
|
+
"successBorder2": "#107c10",
|
|
1681
|
+
"successBorderActive": "#107c10",
|
|
1682
|
+
"successForeground1": "#0e700e",
|
|
1683
|
+
"successForeground2": "#094509",
|
|
1684
|
+
"successForeground3": "#107c10",
|
|
1685
|
+
"successForegroundInverted": "#359b35",
|
|
1686
|
+
"transparentBackground": "#00000000",
|
|
1687
|
+
"transparentBackgroundHover": "#00000000",
|
|
1688
|
+
"transparentBackgroundPressed": "#00000000",
|
|
1689
|
+
"transparentBackgroundSelected": "#00000000",
|
|
1690
|
+
"transparentStroke": "#000000",
|
|
1691
|
+
"transparentStrokeDisabled": "#bdbdbd",
|
|
1692
|
+
"transparentStrokeInteractive": "#666666",
|
|
1693
|
+
"warningBackground1": "#fffef5",
|
|
1694
|
+
"warningBackground2": "#fef7b2",
|
|
1554
1695
|
"warningBackground3": "#fde300",
|
|
1555
|
-
"warningBorder1": "#
|
|
1556
|
-
"warningBorder2": "#
|
|
1557
|
-
"warningBorderActive": "#
|
|
1558
|
-
"warningForeground1": "#
|
|
1559
|
-
"warningForeground2": "#
|
|
1560
|
-
"warningForeground3": "#
|
|
1561
|
-
"warningForegroundInverted": "#
|
|
1696
|
+
"warningBorder1": "#fef7b2",
|
|
1697
|
+
"warningBorder2": "#fde300",
|
|
1698
|
+
"warningBorderActive": "#fde300",
|
|
1699
|
+
"warningForeground1": "#817400",
|
|
1700
|
+
"warningForeground2": "#817400",
|
|
1701
|
+
"warningForeground3": "#fde300",
|
|
1702
|
+
"warningForegroundInverted": "#fef7b2",
|
|
1562
1703
|
}
|
|
1563
1704
|
`;
|
|
1564
1705
|
|
|
1565
|
-
exports[`
|
|
1706
|
+
exports[`createMacOSShadowAliasTokens test mode: dark, isHighContrast: false 1`] = `
|
|
1566
1707
|
{
|
|
1567
1708
|
"shadow16": {
|
|
1568
1709
|
"ambient": {
|
|
@@ -1735,164 +1876,180 @@ exports[`createMacOSColorAliasTokens test mode: dark, isHighContrast: true 2`] =
|
|
|
1735
1876
|
}
|
|
1736
1877
|
`;
|
|
1737
1878
|
|
|
1738
|
-
exports[`
|
|
1879
|
+
exports[`createMacOSShadowAliasTokens test mode: dark, isHighContrast: true 1`] = `
|
|
1739
1880
|
{
|
|
1740
|
-
"
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
"
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
"
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
"
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
"
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
"
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
"
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
"
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
"
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
"
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
"
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1881
|
+
"shadow16": {
|
|
1882
|
+
"ambient": {
|
|
1883
|
+
"blur": 2,
|
|
1884
|
+
"color": "#0000003d",
|
|
1885
|
+
"x": 0,
|
|
1886
|
+
"y": 0,
|
|
1887
|
+
},
|
|
1888
|
+
"key": {
|
|
1889
|
+
"blur": 16,
|
|
1890
|
+
"color": "#00000047",
|
|
1891
|
+
"x": 0,
|
|
1892
|
+
"y": 8,
|
|
1893
|
+
},
|
|
1894
|
+
},
|
|
1895
|
+
"shadow16brand": {
|
|
1896
|
+
"ambient": {
|
|
1897
|
+
"blur": 2,
|
|
1898
|
+
"color": "#0000004d",
|
|
1899
|
+
"x": 0,
|
|
1900
|
+
"y": 0,
|
|
1901
|
+
},
|
|
1902
|
+
"key": {
|
|
1903
|
+
"blur": 16,
|
|
1904
|
+
"color": "#00000040",
|
|
1905
|
+
"x": 0,
|
|
1906
|
+
"y": 8,
|
|
1907
|
+
},
|
|
1908
|
+
},
|
|
1909
|
+
"shadow2": {
|
|
1910
|
+
"ambient": {
|
|
1911
|
+
"blur": 2,
|
|
1912
|
+
"color": "#0000003d",
|
|
1913
|
+
"x": 0,
|
|
1914
|
+
"y": 0,
|
|
1915
|
+
},
|
|
1916
|
+
"key": {
|
|
1917
|
+
"blur": 2,
|
|
1918
|
+
"color": "#00000047",
|
|
1919
|
+
"x": 0,
|
|
1920
|
+
"y": 1,
|
|
1921
|
+
},
|
|
1922
|
+
},
|
|
1923
|
+
"shadow28": {
|
|
1924
|
+
"ambient": {
|
|
1925
|
+
"blur": 8,
|
|
1926
|
+
"color": "#00000066",
|
|
1927
|
+
"x": 0,
|
|
1928
|
+
"y": 0,
|
|
1929
|
+
},
|
|
1930
|
+
"key": {
|
|
1931
|
+
"blur": 28,
|
|
1932
|
+
"color": "#0000007a",
|
|
1933
|
+
"x": 0,
|
|
1934
|
+
"y": 14,
|
|
1935
|
+
},
|
|
1936
|
+
},
|
|
1937
|
+
"shadow28brand": {
|
|
1938
|
+
"ambient": {
|
|
1939
|
+
"blur": 8,
|
|
1940
|
+
"color": "#0000004d",
|
|
1941
|
+
"x": 0,
|
|
1942
|
+
"y": 0,
|
|
1943
|
+
},
|
|
1944
|
+
"key": {
|
|
1945
|
+
"blur": 28,
|
|
1946
|
+
"color": "#00000040",
|
|
1947
|
+
"x": 0,
|
|
1948
|
+
"y": 14,
|
|
1949
|
+
},
|
|
1950
|
+
},
|
|
1951
|
+
"shadow2brand": {
|
|
1952
|
+
"ambient": {
|
|
1953
|
+
"blur": 2,
|
|
1954
|
+
"color": "#0000004d",
|
|
1955
|
+
"x": 0,
|
|
1956
|
+
"y": 0,
|
|
1957
|
+
},
|
|
1958
|
+
"key": {
|
|
1959
|
+
"blur": 2,
|
|
1960
|
+
"color": "#00000040",
|
|
1961
|
+
"x": 0,
|
|
1962
|
+
"y": 1,
|
|
1963
|
+
},
|
|
1964
|
+
},
|
|
1965
|
+
"shadow4": {
|
|
1966
|
+
"ambient": {
|
|
1967
|
+
"blur": 2,
|
|
1968
|
+
"color": "#0000003d",
|
|
1969
|
+
"x": 0,
|
|
1970
|
+
"y": 0,
|
|
1971
|
+
},
|
|
1972
|
+
"key": {
|
|
1973
|
+
"blur": 4,
|
|
1974
|
+
"color": "#00000047",
|
|
1975
|
+
"x": 0,
|
|
1976
|
+
"y": 2,
|
|
1977
|
+
},
|
|
1978
|
+
},
|
|
1979
|
+
"shadow4brand": {
|
|
1980
|
+
"ambient": {
|
|
1981
|
+
"blur": 2,
|
|
1982
|
+
"color": "#0000004d",
|
|
1983
|
+
"x": 0,
|
|
1984
|
+
"y": 0,
|
|
1985
|
+
},
|
|
1986
|
+
"key": {
|
|
1987
|
+
"blur": 4,
|
|
1988
|
+
"color": "#00000040",
|
|
1989
|
+
"x": 0,
|
|
1990
|
+
"y": 2,
|
|
1991
|
+
},
|
|
1992
|
+
},
|
|
1993
|
+
"shadow64": {
|
|
1994
|
+
"ambient": {
|
|
1995
|
+
"blur": 8,
|
|
1996
|
+
"color": "#00000066",
|
|
1997
|
+
"x": 0,
|
|
1998
|
+
"y": 0,
|
|
1999
|
+
},
|
|
2000
|
+
"key": {
|
|
2001
|
+
"blur": 64,
|
|
2002
|
+
"color": "#0000007a",
|
|
2003
|
+
"x": 0,
|
|
2004
|
+
"y": 32,
|
|
2005
|
+
},
|
|
2006
|
+
},
|
|
2007
|
+
"shadow64brand": {
|
|
2008
|
+
"ambient": {
|
|
2009
|
+
"blur": 8,
|
|
2010
|
+
"color": "#0000004d",
|
|
2011
|
+
"x": 0,
|
|
2012
|
+
"y": 0,
|
|
2013
|
+
},
|
|
2014
|
+
"key": {
|
|
2015
|
+
"blur": 64,
|
|
2016
|
+
"color": "#00000040",
|
|
2017
|
+
"x": 0,
|
|
2018
|
+
"y": 32,
|
|
2019
|
+
},
|
|
2020
|
+
},
|
|
2021
|
+
"shadow8": {
|
|
2022
|
+
"ambient": {
|
|
2023
|
+
"blur": 2,
|
|
2024
|
+
"color": "#0000003d",
|
|
2025
|
+
"x": 0,
|
|
2026
|
+
"y": 0,
|
|
2027
|
+
},
|
|
2028
|
+
"key": {
|
|
2029
|
+
"blur": 8,
|
|
2030
|
+
"color": "#00000047",
|
|
2031
|
+
"x": 0,
|
|
2032
|
+
"y": 4,
|
|
2033
|
+
},
|
|
2034
|
+
},
|
|
2035
|
+
"shadow8brand": {
|
|
2036
|
+
"ambient": {
|
|
2037
|
+
"blur": 2,
|
|
2038
|
+
"color": "#0000004d",
|
|
2039
|
+
"x": 0,
|
|
2040
|
+
"y": 0,
|
|
2041
|
+
},
|
|
2042
|
+
"key": {
|
|
2043
|
+
"blur": 8,
|
|
2044
|
+
"color": "#00000040",
|
|
2045
|
+
"x": 0,
|
|
2046
|
+
"y": 4,
|
|
2047
|
+
},
|
|
2048
|
+
},
|
|
1892
2049
|
}
|
|
1893
2050
|
`;
|
|
1894
2051
|
|
|
1895
|
-
exports[`
|
|
2052
|
+
exports[`createMacOSShadowAliasTokens test mode: light, isHighContrast: false 1`] = `
|
|
1896
2053
|
{
|
|
1897
2054
|
"shadow16": {
|
|
1898
2055
|
"ambient": {
|
|
@@ -2065,164 +2222,7 @@ exports[`createMacOSColorAliasTokens test mode: light, isHighContrast: false 2`]
|
|
|
2065
2222
|
}
|
|
2066
2223
|
`;
|
|
2067
2224
|
|
|
2068
|
-
exports[`
|
|
2069
|
-
{
|
|
2070
|
-
"brandBackground": "#0078d4",
|
|
2071
|
-
"brandBackground2": "#eff6fc",
|
|
2072
|
-
"brandBackgroundDisabled": "#d1d1d1",
|
|
2073
|
-
"brandBackgroundHover": "#106ebe",
|
|
2074
|
-
"brandBackgroundPressed": "#106ebe",
|
|
2075
|
-
"brandBackgroundSelected": "#005a9e",
|
|
2076
|
-
"brandBackgroundStatic": "#0078d4",
|
|
2077
|
-
"brandForeground1": "#0078d4",
|
|
2078
|
-
"brandForeground1Disabled": "#757575",
|
|
2079
|
-
"brandForeground1Pressed": "#004578",
|
|
2080
|
-
"brandForeground2": "#106ebe",
|
|
2081
|
-
"brandForegroundLink": "#0078d4",
|
|
2082
|
-
"brandForegroundLinkHover": "#106ebe",
|
|
2083
|
-
"brandForegroundLinkPressed": "#004578",
|
|
2084
|
-
"brandForegroundLinkSelected": "#005a9e",
|
|
2085
|
-
"brandStroke1": "#0078d4",
|
|
2086
|
-
"brandStroke2": "#c7e0f4",
|
|
2087
|
-
"compoundBrandBackground1": "#0078d4",
|
|
2088
|
-
"compoundBrandBackground1Hover": "#106ebe",
|
|
2089
|
-
"compoundBrandBackground1Pressed": "#004578",
|
|
2090
|
-
"compoundBrandForeground1": "#0078d4",
|
|
2091
|
-
"compoundBrandForeground1Hover": "#106ebe",
|
|
2092
|
-
"compoundBrandForeground1Pressed": "#004578",
|
|
2093
|
-
"compoundBrandStroke1": "#0078d4",
|
|
2094
|
-
"compoundBrandStroke1Hover": "#106ebe",
|
|
2095
|
-
"compoundBrandStroke1Pressed": "#004578",
|
|
2096
|
-
"dangerBackground1": "#fdf6f6",
|
|
2097
|
-
"dangerBackground2": "#f1bbbc",
|
|
2098
|
-
"dangerBackground3": "#d13438",
|
|
2099
|
-
"dangerBorder1": "#f1bbbc",
|
|
2100
|
-
"dangerBorder2": "#d13438",
|
|
2101
|
-
"dangerBorderActive": "#d13438",
|
|
2102
|
-
"dangerForeground1": "#bc2f32",
|
|
2103
|
-
"dangerForeground2": "#751d1f",
|
|
2104
|
-
"dangerForeground3": "#d13438",
|
|
2105
|
-
"dangerForegroundInverted": "#dc5e62",
|
|
2106
|
-
"neutralBackground1": "#ffffff",
|
|
2107
|
-
"neutralBackground1Hover": "#f5f5f5",
|
|
2108
|
-
"neutralBackground1Pressed": "#ebebeb",
|
|
2109
|
-
"neutralBackground1Selected": "#ebebeb",
|
|
2110
|
-
"neutralBackground2": "#ffffff",
|
|
2111
|
-
"neutralBackground2Hover": "#f0f0f0",
|
|
2112
|
-
"neutralBackground2Pressed": "#ebebeb",
|
|
2113
|
-
"neutralBackground2Selected": "#e6e6e6",
|
|
2114
|
-
"neutralBackground3": "#f5f5f5",
|
|
2115
|
-
"neutralBackground3Hover": "#ebebeb",
|
|
2116
|
-
"neutralBackground3Pressed": "#d6d6d6",
|
|
2117
|
-
"neutralBackground3Selected": "#e0e0e0",
|
|
2118
|
-
"neutralBackground4": "#f0f0f0",
|
|
2119
|
-
"neutralBackground4Hover": "#fafafa",
|
|
2120
|
-
"neutralBackground4Pressed": "#f5f5f5",
|
|
2121
|
-
"neutralBackground4Selected": "#ffffff",
|
|
2122
|
-
"neutralBackground5": "#ebebeb",
|
|
2123
|
-
"neutralBackground5Hover": "#f5f5f5",
|
|
2124
|
-
"neutralBackground5Pressed": "#f0f0f0",
|
|
2125
|
-
"neutralBackground5Selected": "#fafafa",
|
|
2126
|
-
"neutralBackground6": "#e6e6e6",
|
|
2127
|
-
"neutralBackgroundDisabled": "#f0f0f0",
|
|
2128
|
-
"neutralBackgroundInverted": "#616161",
|
|
2129
|
-
"neutralForeground1": "#000000",
|
|
2130
|
-
"neutralForeground1Hover": "#000000",
|
|
2131
|
-
"neutralForeground1Pressed": "#000000",
|
|
2132
|
-
"neutralForeground1Selected": "#000000",
|
|
2133
|
-
"neutralForeground2": "#000000",
|
|
2134
|
-
"neutralForeground2BrandHover": "#106ebe",
|
|
2135
|
-
"neutralForeground2BrandPressed": "#004578",
|
|
2136
|
-
"neutralForeground2BrandSelected": "#005a9e",
|
|
2137
|
-
"neutralForeground2Hover": "#242424",
|
|
2138
|
-
"neutralForeground2Pressed": "#242424",
|
|
2139
|
-
"neutralForeground2Selected": "#242424",
|
|
2140
|
-
"neutralForeground3": "#000000",
|
|
2141
|
-
"neutralForeground3BrandHover": "#106ebe",
|
|
2142
|
-
"neutralForeground3BrandPressed": "#004578",
|
|
2143
|
-
"neutralForeground3BrandSelected": "#005a9e",
|
|
2144
|
-
"neutralForeground3Hover": "#424242",
|
|
2145
|
-
"neutralForeground3Pressed": "#424242",
|
|
2146
|
-
"neutralForeground3Selected": "#424242",
|
|
2147
|
-
"neutralForeground4": "#424242",
|
|
2148
|
-
"neutralForegroundDisabled": "#757575",
|
|
2149
|
-
"neutralForegroundInverted": "#ffffff",
|
|
2150
|
-
"neutralForegroundInvertedLink": "#ffffff",
|
|
2151
|
-
"neutralForegroundInvertedLinkHover": "#ffffff",
|
|
2152
|
-
"neutralForegroundInvertedLinkPressed": "#ffffff",
|
|
2153
|
-
"neutralForegroundInvertedLinkSelected": "#ffffff",
|
|
2154
|
-
"neutralForegroundOnBrand": "#ffffff",
|
|
2155
|
-
"neutralForegroundOnBrandHover": "#ffffff",
|
|
2156
|
-
"neutralForegroundOnBrandPressed": "#ffffff",
|
|
2157
|
-
"neutralForegroundOnBrandSelected": "#ffffff",
|
|
2158
|
-
"neutralStencil1": "#e6e6e6",
|
|
2159
|
-
"neutralStencil2": "#fafafa",
|
|
2160
|
-
"neutralStroke1": "#616161",
|
|
2161
|
-
"neutralStroke1Hover": "#c7c7c7",
|
|
2162
|
-
"neutralStroke1Pressed": "#b3b3b3",
|
|
2163
|
-
"neutralStroke1Selected": "#bdbdbd",
|
|
2164
|
-
"neutralStroke2": "#000000",
|
|
2165
|
-
"neutralStroke3": "#616161",
|
|
2166
|
-
"neutralStrokeAccessible": "#242424",
|
|
2167
|
-
"neutralStrokeAccessibleHover": "#575757",
|
|
2168
|
-
"neutralStrokeAccessiblePressed": "#4d4d4d",
|
|
2169
|
-
"neutralStrokeAccessibleSelected": "#0078d4",
|
|
2170
|
-
"neutralStrokeDisabled": "#e0e0e0",
|
|
2171
|
-
"outofofficeBackground1": "#fdf5fc",
|
|
2172
|
-
"outofofficeBackground2": "#edbbe7",
|
|
2173
|
-
"outofofficeBackground3": "#c239b3",
|
|
2174
|
-
"outofofficeBorder1": "#edbbe7",
|
|
2175
|
-
"outofofficeBorder2": "#c239b3",
|
|
2176
|
-
"outofofficeBorderActive": "#c239b3",
|
|
2177
|
-
"outofofficeForeground1": "#af33a1",
|
|
2178
|
-
"outofofficeForeground2": "#6d2064",
|
|
2179
|
-
"outofofficeForeground3": "#c239b3",
|
|
2180
|
-
"severeBackground1": "#fdf6f3",
|
|
2181
|
-
"severeBackground2": "#f4bfab",
|
|
2182
|
-
"severeBackground3": "#da3b01",
|
|
2183
|
-
"severeBorder1": "#f4bfab",
|
|
2184
|
-
"severeBorder2": "#da3b01",
|
|
2185
|
-
"severeBorderActive": "#da3b01",
|
|
2186
|
-
"severeForeground1": "#c43501",
|
|
2187
|
-
"severeForeground2": "#7a2101",
|
|
2188
|
-
"severeForeground3": "#da3b01",
|
|
2189
|
-
"strokeFocus1": "#ffffff",
|
|
2190
|
-
"strokeFocus2": "#000000",
|
|
2191
|
-
"subtleBackground": "#00000000",
|
|
2192
|
-
"subtleBackgroundHover": "#f5f5f5",
|
|
2193
|
-
"subtleBackgroundPressed": "#e0e0e0",
|
|
2194
|
-
"subtleBackgroundSelected": "#ebebeb",
|
|
2195
|
-
"successBackground1": "#f1faf1",
|
|
2196
|
-
"successBackground2": "#9fd89f",
|
|
2197
|
-
"successBackground3": "#107c10",
|
|
2198
|
-
"successBorder1": "#9fd89f",
|
|
2199
|
-
"successBorder2": "#107c10",
|
|
2200
|
-
"successBorderActive": "#107c10",
|
|
2201
|
-
"successForeground1": "#0e700e",
|
|
2202
|
-
"successForeground2": "#094509",
|
|
2203
|
-
"successForeground3": "#107c10",
|
|
2204
|
-
"successForegroundInverted": "#359b35",
|
|
2205
|
-
"transparentBackground": "#00000000",
|
|
2206
|
-
"transparentBackgroundHover": "#00000000",
|
|
2207
|
-
"transparentBackgroundPressed": "#00000000",
|
|
2208
|
-
"transparentBackgroundSelected": "#00000000",
|
|
2209
|
-
"transparentStroke": "#000000",
|
|
2210
|
-
"transparentStrokeDisabled": "#bdbdbd",
|
|
2211
|
-
"transparentStrokeInteractive": "#666666",
|
|
2212
|
-
"warningBackground1": "#fffef5",
|
|
2213
|
-
"warningBackground2": "#fef7b2",
|
|
2214
|
-
"warningBackground3": "#fde300",
|
|
2215
|
-
"warningBorder1": "#fef7b2",
|
|
2216
|
-
"warningBorder2": "#fde300",
|
|
2217
|
-
"warningBorderActive": "#fde300",
|
|
2218
|
-
"warningForeground1": "#817400",
|
|
2219
|
-
"warningForeground2": "#817400",
|
|
2220
|
-
"warningForeground3": "#fde300",
|
|
2221
|
-
"warningForegroundInverted": "#fef7b2",
|
|
2222
|
-
}
|
|
2223
|
-
`;
|
|
2224
|
-
|
|
2225
|
-
exports[`createMacOSColorAliasTokens test mode: light, isHighContrast: true 2`] = `
|
|
2225
|
+
exports[`createMacOSShadowAliasTokens test mode: light, isHighContrast: true 1`] = `
|
|
2226
2226
|
{
|
|
2227
2227
|
"shadow16": {
|
|
2228
2228
|
"ambient": {
|