@pantheon-systems/pds-design-tokens 0.3.0-dev.0 → 0.4.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -11
- package/build/css/pds-design-tokens-dark-mode.css +3 -0
- package/build/css/pds-design-tokens-light-mode.css +3 -0
- package/build/css/pds-design-tokens.css +1 -4
- package/build/figma/pds-design-tokens-figma.json +634 -834
- package/build/json/pds-design-tokens-dark-mode.json +87 -0
- package/build/json/pds-design-tokens-light-mode.json +89 -0
- package/build/json/pds-design-tokens.json +324 -580
- package/build/scss/_pds-design-tokens-dark-mode.scss +4 -1
- package/build/scss/_pds-design-tokens-light-mode.scss +4 -1
- package/build/scss/_pds-design-tokens.scss +1 -4
- package/package.json +1 -1
|
@@ -1206,6 +1206,29 @@
|
|
|
1206
1206
|
"default"
|
|
1207
1207
|
]
|
|
1208
1208
|
},
|
|
1209
|
+
"paragraph": {
|
|
1210
|
+
"value": "#ffffff",
|
|
1211
|
+
"public": true,
|
|
1212
|
+
"filePath": "tokens/color/alias/typography.dark.json",
|
|
1213
|
+
"isSource": true,
|
|
1214
|
+
"original": {
|
|
1215
|
+
"value": "{color.dark-mode.text.default}",
|
|
1216
|
+
"public": true
|
|
1217
|
+
},
|
|
1218
|
+
"name": "color-dark-mode-text-paragraph",
|
|
1219
|
+
"attributes": {
|
|
1220
|
+
"category": "color",
|
|
1221
|
+
"type": "dark-mode",
|
|
1222
|
+
"item": "text",
|
|
1223
|
+
"subitem": "paragraph"
|
|
1224
|
+
},
|
|
1225
|
+
"path": [
|
|
1226
|
+
"color",
|
|
1227
|
+
"dark-mode",
|
|
1228
|
+
"text",
|
|
1229
|
+
"paragraph"
|
|
1230
|
+
]
|
|
1231
|
+
},
|
|
1209
1232
|
"headings": {
|
|
1210
1233
|
"value": "#ffffff",
|
|
1211
1234
|
"public": true,
|
|
@@ -2404,6 +2427,31 @@
|
|
|
2404
2427
|
"default"
|
|
2405
2428
|
]
|
|
2406
2429
|
},
|
|
2430
|
+
"paragraph": {
|
|
2431
|
+
"value": "#23232d",
|
|
2432
|
+
"public": true,
|
|
2433
|
+
"isReferenceToInternal": true,
|
|
2434
|
+
"filePath": "tokens/color/alias/typography.light.json",
|
|
2435
|
+
"isSource": true,
|
|
2436
|
+
"original": {
|
|
2437
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
2438
|
+
"public": true,
|
|
2439
|
+
"isReferenceToInternal": true
|
|
2440
|
+
},
|
|
2441
|
+
"name": "color-light-mode-text-paragraph",
|
|
2442
|
+
"attributes": {
|
|
2443
|
+
"category": "color",
|
|
2444
|
+
"type": "light-mode",
|
|
2445
|
+
"item": "text",
|
|
2446
|
+
"subitem": "paragraph"
|
|
2447
|
+
},
|
|
2448
|
+
"path": [
|
|
2449
|
+
"color",
|
|
2450
|
+
"light-mode",
|
|
2451
|
+
"text",
|
|
2452
|
+
"paragraph"
|
|
2453
|
+
]
|
|
2454
|
+
},
|
|
2407
2455
|
"headings": {
|
|
2408
2456
|
"value": "#23232d",
|
|
2409
2457
|
"public": true,
|
|
@@ -3282,946 +3330,698 @@
|
|
|
3282
3330
|
}
|
|
3283
3331
|
},
|
|
3284
3332
|
"text": {
|
|
3285
|
-
"
|
|
3286
|
-
"
|
|
3333
|
+
"body": {
|
|
3334
|
+
"paragraph": {
|
|
3287
3335
|
"value": {
|
|
3288
3336
|
"fontSize": "1 * 16",
|
|
3289
|
-
"fontFamily": "
|
|
3337
|
+
"fontFamily": "Poppins",
|
|
3290
3338
|
"fontWeight": 400,
|
|
3291
|
-
"lineHeight": "
|
|
3292
|
-
"letterSpacing": "1%"
|
|
3339
|
+
"lineHeight": "195.3%"
|
|
3293
3340
|
},
|
|
3294
3341
|
"type": "typography",
|
|
3295
3342
|
"filePath": "tokens-figma/typography/base.json",
|
|
3296
3343
|
"isSource": true,
|
|
3297
3344
|
"original": {
|
|
3298
3345
|
"value": {
|
|
3299
|
-
"fontSize": "{typography.
|
|
3300
|
-
"fontFamily": "
|
|
3346
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
3347
|
+
"fontFamily": "Poppins",
|
|
3301
3348
|
"fontWeight": "{typography.font-weight.regular}",
|
|
3302
|
-
"lineHeight": "{typography.line-height.
|
|
3303
|
-
"letterSpacing": "{typography.letter-spacing.S}"
|
|
3349
|
+
"lineHeight": "{typography.line-height.L}"
|
|
3304
3350
|
},
|
|
3305
3351
|
"type": "typography"
|
|
3306
3352
|
},
|
|
3307
|
-
"name": "text-
|
|
3353
|
+
"name": "text-body-paragraph",
|
|
3308
3354
|
"attributes": {
|
|
3309
3355
|
"category": "text",
|
|
3310
|
-
"type": "
|
|
3311
|
-
"item": "
|
|
3356
|
+
"type": "body",
|
|
3357
|
+
"item": "paragraph"
|
|
3312
3358
|
},
|
|
3313
3359
|
"path": [
|
|
3314
3360
|
"text",
|
|
3315
|
-
"
|
|
3316
|
-
"
|
|
3361
|
+
"body",
|
|
3362
|
+
"paragraph"
|
|
3317
3363
|
]
|
|
3318
3364
|
},
|
|
3319
|
-
"
|
|
3320
|
-
"
|
|
3365
|
+
"lead": {
|
|
3366
|
+
"value": {
|
|
3367
|
+
"fontSize": "1.953 * 16",
|
|
3368
|
+
"fontFamily": "Aleo",
|
|
3369
|
+
"fontWeight": "Italic",
|
|
3370
|
+
"lineHeight": "125%"
|
|
3371
|
+
},
|
|
3372
|
+
"type": "typography",
|
|
3373
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3374
|
+
"isSource": true,
|
|
3375
|
+
"original": {
|
|
3321
3376
|
"value": {
|
|
3322
|
-
"fontSize": "
|
|
3323
|
-
"
|
|
3324
|
-
"
|
|
3325
|
-
"lineHeight": "
|
|
3326
|
-
},
|
|
3327
|
-
"type": "typography",
|
|
3328
|
-
"filePath": "tokens-figma/typography/base.json",
|
|
3329
|
-
"isSource": true,
|
|
3330
|
-
"original": {
|
|
3331
|
-
"value": {
|
|
3332
|
-
"fontSize": "{typography.product.size.4XL} * {figma.typography.size.base}",
|
|
3333
|
-
"fontWeight": "{typography.font-weight.bold}",
|
|
3334
|
-
"fontFamily": "Poppins",
|
|
3335
|
-
"lineHeight": "{typography.line-height.S}"
|
|
3336
|
-
},
|
|
3337
|
-
"type": "typography"
|
|
3338
|
-
},
|
|
3339
|
-
"name": "text-product-headings-h1",
|
|
3340
|
-
"attributes": {
|
|
3341
|
-
"category": "text",
|
|
3342
|
-
"type": "product",
|
|
3343
|
-
"item": "headings",
|
|
3344
|
-
"subitem": "h1"
|
|
3377
|
+
"fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
|
|
3378
|
+
"fontFamily": "Aleo",
|
|
3379
|
+
"fontWeight": "Italic",
|
|
3380
|
+
"lineHeight": "{typography.line-height.S}"
|
|
3345
3381
|
},
|
|
3346
|
-
"
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3382
|
+
"type": "typography"
|
|
3383
|
+
},
|
|
3384
|
+
"name": "text-body-lead",
|
|
3385
|
+
"attributes": {
|
|
3386
|
+
"category": "text",
|
|
3387
|
+
"type": "body",
|
|
3388
|
+
"item": "lead"
|
|
3352
3389
|
},
|
|
3353
|
-
"
|
|
3390
|
+
"path": [
|
|
3391
|
+
"text",
|
|
3392
|
+
"body",
|
|
3393
|
+
"lead"
|
|
3394
|
+
]
|
|
3395
|
+
},
|
|
3396
|
+
"quote": {
|
|
3397
|
+
"value": {
|
|
3398
|
+
"fontSize": "2.441 * 16",
|
|
3399
|
+
"fontFamily": "Aleo",
|
|
3400
|
+
"fontWeight": 700,
|
|
3401
|
+
"letterSpacing": "1%",
|
|
3402
|
+
"lineHeight": "125%"
|
|
3403
|
+
},
|
|
3404
|
+
"type": "typography",
|
|
3405
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3406
|
+
"isSource": true,
|
|
3407
|
+
"original": {
|
|
3354
3408
|
"value": {
|
|
3355
|
-
"fontSize": "
|
|
3356
|
-
"
|
|
3357
|
-
"
|
|
3358
|
-
"
|
|
3359
|
-
|
|
3360
|
-
"type": "typography",
|
|
3361
|
-
"filePath": "tokens-figma/typography/base.json",
|
|
3362
|
-
"isSource": true,
|
|
3363
|
-
"original": {
|
|
3364
|
-
"value": {
|
|
3365
|
-
"fontSize": "{typography.product.size.3XL} * {figma.typography.size.base}",
|
|
3366
|
-
"fontWeight": "{text.product.headings.h1.value.fontWeight}",
|
|
3367
|
-
"fontFamily": "{text.product.headings.h1.value.fontFamily}",
|
|
3368
|
-
"lineHeight": "{text.product.headings.h1.value.lineHeight}"
|
|
3369
|
-
},
|
|
3370
|
-
"type": "typography"
|
|
3371
|
-
},
|
|
3372
|
-
"name": "text-product-headings-h2",
|
|
3373
|
-
"attributes": {
|
|
3374
|
-
"category": "text",
|
|
3375
|
-
"type": "product",
|
|
3376
|
-
"item": "headings",
|
|
3377
|
-
"subitem": "h2"
|
|
3409
|
+
"fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
|
|
3410
|
+
"fontFamily": "Aleo",
|
|
3411
|
+
"fontWeight": "{typography.font-weight.bold}",
|
|
3412
|
+
"letterSpacing": "{typography.letter-spacing.S}",
|
|
3413
|
+
"lineHeight": "{typography.line-height.S}"
|
|
3378
3414
|
},
|
|
3379
|
-
"
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3415
|
+
"type": "typography"
|
|
3416
|
+
},
|
|
3417
|
+
"name": "text-body-quote",
|
|
3418
|
+
"attributes": {
|
|
3419
|
+
"category": "text",
|
|
3420
|
+
"type": "body",
|
|
3421
|
+
"item": "quote"
|
|
3422
|
+
},
|
|
3423
|
+
"path": [
|
|
3424
|
+
"text",
|
|
3425
|
+
"body",
|
|
3426
|
+
"quote"
|
|
3427
|
+
]
|
|
3428
|
+
},
|
|
3429
|
+
"overline": {
|
|
3430
|
+
"value": {
|
|
3431
|
+
"fontSize": "1.25 * 16",
|
|
3432
|
+
"fontFamily": "Poppins",
|
|
3433
|
+
"fontWeight": 700,
|
|
3434
|
+
"letterSpacing": "4%",
|
|
3435
|
+
"textCase": "uppercase",
|
|
3436
|
+
"lineHeight": "125%"
|
|
3385
3437
|
},
|
|
3386
|
-
"
|
|
3438
|
+
"type": "typography",
|
|
3439
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3440
|
+
"isSource": true,
|
|
3441
|
+
"original": {
|
|
3387
3442
|
"value": {
|
|
3388
|
-
"fontSize": "
|
|
3389
|
-
"fontWeight": 700,
|
|
3443
|
+
"fontSize": "{typography.size.L} * {figma.typography.size.base}",
|
|
3390
3444
|
"fontFamily": "Poppins",
|
|
3391
|
-
"
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
"isSource": true,
|
|
3396
|
-
"original": {
|
|
3397
|
-
"value": {
|
|
3398
|
-
"fontSize": "{typography.product.size.2XL} * {figma.typography.size.base}",
|
|
3399
|
-
"fontWeight": "{text.product.headings.h1.value.fontWeight}",
|
|
3400
|
-
"fontFamily": "{text.product.headings.h1.value.fontFamily}",
|
|
3401
|
-
"lineHeight": "{text.product.headings.h1.value.lineHeight}"
|
|
3402
|
-
},
|
|
3403
|
-
"type": "typography"
|
|
3404
|
-
},
|
|
3405
|
-
"name": "text-product-headings-h3",
|
|
3406
|
-
"attributes": {
|
|
3407
|
-
"category": "text",
|
|
3408
|
-
"type": "product",
|
|
3409
|
-
"item": "headings",
|
|
3410
|
-
"subitem": "h3"
|
|
3445
|
+
"fontWeight": "{typography.font-weight.bold}",
|
|
3446
|
+
"letterSpacing": "{typography.letter-spacing.L}",
|
|
3447
|
+
"textCase": "uppercase",
|
|
3448
|
+
"lineHeight": "{typography.line-height.S}"
|
|
3411
3449
|
},
|
|
3412
|
-
"
|
|
3413
|
-
"text",
|
|
3414
|
-
"product",
|
|
3415
|
-
"headings",
|
|
3416
|
-
"h3"
|
|
3417
|
-
]
|
|
3450
|
+
"type": "typography"
|
|
3418
3451
|
},
|
|
3419
|
-
"
|
|
3452
|
+
"name": "text-body-overline",
|
|
3453
|
+
"attributes": {
|
|
3454
|
+
"category": "text",
|
|
3455
|
+
"type": "body",
|
|
3456
|
+
"item": "overline"
|
|
3457
|
+
},
|
|
3458
|
+
"path": [
|
|
3459
|
+
"text",
|
|
3460
|
+
"body",
|
|
3461
|
+
"overline"
|
|
3462
|
+
]
|
|
3463
|
+
}
|
|
3464
|
+
},
|
|
3465
|
+
"headings": {
|
|
3466
|
+
"h1": {
|
|
3467
|
+
"value": {
|
|
3468
|
+
"fontSize": "3.052 * 16",
|
|
3469
|
+
"fontWeight": 800,
|
|
3470
|
+
"fontFamily": "Poppins",
|
|
3471
|
+
"lineHeight": "125%"
|
|
3472
|
+
},
|
|
3473
|
+
"type": "typography",
|
|
3474
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3475
|
+
"isSource": true,
|
|
3476
|
+
"original": {
|
|
3420
3477
|
"value": {
|
|
3421
|
-
"fontSize": "
|
|
3422
|
-
"fontWeight":
|
|
3478
|
+
"fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
|
|
3479
|
+
"fontWeight": "{typography.font-weight.extrabold}",
|
|
3423
3480
|
"fontFamily": "Poppins",
|
|
3424
|
-
"lineHeight": "
|
|
3425
|
-
},
|
|
3426
|
-
"type": "typography",
|
|
3427
|
-
"filePath": "tokens-figma/typography/base.json",
|
|
3428
|
-
"isSource": true,
|
|
3429
|
-
"original": {
|
|
3430
|
-
"value": {
|
|
3431
|
-
"fontSize": "{typography.product.size.XL} * {figma.typography.size.base}",
|
|
3432
|
-
"fontWeight": "{text.product.headings.h1.value.fontWeight}",
|
|
3433
|
-
"fontFamily": "{text.product.headings.h1.value.fontFamily}",
|
|
3434
|
-
"lineHeight": "{text.product.headings.h1.value.lineHeight}"
|
|
3435
|
-
},
|
|
3436
|
-
"type": "typography"
|
|
3437
|
-
},
|
|
3438
|
-
"name": "text-product-headings-h4",
|
|
3439
|
-
"attributes": {
|
|
3440
|
-
"category": "text",
|
|
3441
|
-
"type": "product",
|
|
3442
|
-
"item": "headings",
|
|
3443
|
-
"subitem": "h4"
|
|
3481
|
+
"lineHeight": "{typography.line-height.S}"
|
|
3444
3482
|
},
|
|
3445
|
-
"
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3483
|
+
"type": "typography"
|
|
3484
|
+
},
|
|
3485
|
+
"name": "text-headings-h1",
|
|
3486
|
+
"attributes": {
|
|
3487
|
+
"category": "text",
|
|
3488
|
+
"type": "headings",
|
|
3489
|
+
"item": "h1"
|
|
3490
|
+
},
|
|
3491
|
+
"path": [
|
|
3492
|
+
"text",
|
|
3493
|
+
"headings",
|
|
3494
|
+
"h1"
|
|
3495
|
+
]
|
|
3496
|
+
},
|
|
3497
|
+
"h2": {
|
|
3498
|
+
"value": {
|
|
3499
|
+
"fontSize": "2.441 * 16",
|
|
3500
|
+
"fontWeight": 700,
|
|
3501
|
+
"fontFamily": "Poppins",
|
|
3502
|
+
"lineHeight": "125%"
|
|
3451
3503
|
},
|
|
3452
|
-
"
|
|
3504
|
+
"type": "typography",
|
|
3505
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3506
|
+
"isSource": true,
|
|
3507
|
+
"original": {
|
|
3453
3508
|
"value": {
|
|
3454
|
-
"fontSize": "
|
|
3455
|
-
"fontWeight":
|
|
3456
|
-
"fontFamily": "
|
|
3457
|
-
"lineHeight": "
|
|
3458
|
-
},
|
|
3459
|
-
"type": "typography",
|
|
3460
|
-
"filePath": "tokens-figma/typography/base.json",
|
|
3461
|
-
"isSource": true,
|
|
3462
|
-
"original": {
|
|
3463
|
-
"value": {
|
|
3464
|
-
"fontSize": "{typography.product.size.L} * {figma.typography.size.base}",
|
|
3465
|
-
"fontWeight": "{text.product.headings.h1.value.fontWeight}",
|
|
3466
|
-
"fontFamily": "{text.product.headings.h1.value.fontFamily}",
|
|
3467
|
-
"lineHeight": "{text.product.headings.h1.value.lineHeight}"
|
|
3468
|
-
},
|
|
3469
|
-
"type": "typography"
|
|
3509
|
+
"fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
|
|
3510
|
+
"fontWeight": "{typography.font-weight.bold}",
|
|
3511
|
+
"fontFamily": "{text.headings.h1.value.fontFamily}",
|
|
3512
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
3470
3513
|
},
|
|
3471
|
-
"
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3514
|
+
"type": "typography"
|
|
3515
|
+
},
|
|
3516
|
+
"name": "text-headings-h2",
|
|
3517
|
+
"attributes": {
|
|
3518
|
+
"category": "text",
|
|
3519
|
+
"type": "headings",
|
|
3520
|
+
"item": "h2"
|
|
3521
|
+
},
|
|
3522
|
+
"path": [
|
|
3523
|
+
"text",
|
|
3524
|
+
"headings",
|
|
3525
|
+
"h2"
|
|
3526
|
+
]
|
|
3527
|
+
},
|
|
3528
|
+
"h3": {
|
|
3529
|
+
"value": {
|
|
3530
|
+
"fontSize": "1.953 * 16",
|
|
3531
|
+
"fontWeight": 700,
|
|
3532
|
+
"fontFamily": "Poppins",
|
|
3533
|
+
"lineHeight": "125%"
|
|
3484
3534
|
},
|
|
3485
|
-
"
|
|
3535
|
+
"type": "typography",
|
|
3536
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3537
|
+
"isSource": true,
|
|
3538
|
+
"original": {
|
|
3486
3539
|
"value": {
|
|
3487
|
-
"fontSize": "
|
|
3488
|
-
"fontWeight":
|
|
3489
|
-
"fontFamily": "
|
|
3490
|
-
"lineHeight": "
|
|
3540
|
+
"fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
|
|
3541
|
+
"fontWeight": "{text.headings.h2.value.fontWeight}",
|
|
3542
|
+
"fontFamily": "{text.headings.h1.value.fontFamily}",
|
|
3543
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
3491
3544
|
},
|
|
3492
|
-
"type": "typography"
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
"attributes": {
|
|
3506
|
-
"category": "text",
|
|
3507
|
-
"type": "product",
|
|
3508
|
-
"item": "headings",
|
|
3509
|
-
"subitem": "h6"
|
|
3510
|
-
},
|
|
3511
|
-
"path": [
|
|
3512
|
-
"text",
|
|
3513
|
-
"product",
|
|
3514
|
-
"headings",
|
|
3515
|
-
"h6"
|
|
3516
|
-
]
|
|
3517
|
-
}
|
|
3545
|
+
"type": "typography"
|
|
3546
|
+
},
|
|
3547
|
+
"name": "text-headings-h3",
|
|
3548
|
+
"attributes": {
|
|
3549
|
+
"category": "text",
|
|
3550
|
+
"type": "headings",
|
|
3551
|
+
"item": "h3"
|
|
3552
|
+
},
|
|
3553
|
+
"path": [
|
|
3554
|
+
"text",
|
|
3555
|
+
"headings",
|
|
3556
|
+
"h3"
|
|
3557
|
+
]
|
|
3518
3558
|
},
|
|
3519
|
-
"
|
|
3520
|
-
"
|
|
3559
|
+
"h4": {
|
|
3560
|
+
"value": {
|
|
3561
|
+
"fontSize": "1.563 * 16",
|
|
3562
|
+
"fontWeight": 700,
|
|
3563
|
+
"fontFamily": "Poppins",
|
|
3564
|
+
"lineHeight": "125%"
|
|
3565
|
+
},
|
|
3566
|
+
"type": "typography",
|
|
3567
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3568
|
+
"isSource": true,
|
|
3569
|
+
"original": {
|
|
3521
3570
|
"value": {
|
|
3522
|
-
"fontSize": "
|
|
3523
|
-
"
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
"filePath": "tokens-figma/typography/base.json",
|
|
3527
|
-
"isSource": true,
|
|
3528
|
-
"original": {
|
|
3529
|
-
"value": {
|
|
3530
|
-
"fontSize": "{typography.product.size.4XL} * {figma.typography.size.base}",
|
|
3531
|
-
"fontFamily": "Poppins"
|
|
3532
|
-
},
|
|
3533
|
-
"type": "typography"
|
|
3534
|
-
},
|
|
3535
|
-
"name": "text-product-type-scale-4-xl",
|
|
3536
|
-
"attributes": {
|
|
3537
|
-
"category": "text",
|
|
3538
|
-
"type": "product",
|
|
3539
|
-
"item": "type-scale",
|
|
3540
|
-
"subitem": "4XL"
|
|
3571
|
+
"fontSize": "{typography.size.XL} * {figma.typography.size.base}",
|
|
3572
|
+
"fontWeight": "{text.headings.h2.value.fontWeight}",
|
|
3573
|
+
"fontFamily": "{text.headings.h1.value.fontFamily}",
|
|
3574
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
3541
3575
|
},
|
|
3542
|
-
"
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3576
|
+
"type": "typography"
|
|
3577
|
+
},
|
|
3578
|
+
"name": "text-headings-h4",
|
|
3579
|
+
"attributes": {
|
|
3580
|
+
"category": "text",
|
|
3581
|
+
"type": "headings",
|
|
3582
|
+
"item": "h4"
|
|
3548
3583
|
},
|
|
3549
|
-
"
|
|
3584
|
+
"path": [
|
|
3585
|
+
"text",
|
|
3586
|
+
"headings",
|
|
3587
|
+
"h4"
|
|
3588
|
+
]
|
|
3589
|
+
},
|
|
3590
|
+
"h5": {
|
|
3591
|
+
"value": {
|
|
3592
|
+
"fontSize": "1.25 * 16",
|
|
3593
|
+
"fontWeight": 700,
|
|
3594
|
+
"fontFamily": "Poppins",
|
|
3595
|
+
"lineHeight": "125%"
|
|
3596
|
+
},
|
|
3597
|
+
"type": "typography",
|
|
3598
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3599
|
+
"isSource": true,
|
|
3600
|
+
"original": {
|
|
3550
3601
|
"value": {
|
|
3551
|
-
"fontSize": "
|
|
3552
|
-
"
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
"filePath": "tokens-figma/typography/base.json",
|
|
3556
|
-
"isSource": true,
|
|
3557
|
-
"original": {
|
|
3558
|
-
"value": {
|
|
3559
|
-
"fontSize": "{typography.product.size.3XL} * {figma.typography.size.base}",
|
|
3560
|
-
"fontFamily": "{text.product.type-scale.4XL.value.fontFamily}"
|
|
3561
|
-
},
|
|
3562
|
-
"type": "typography"
|
|
3602
|
+
"fontSize": "{typography.size.L} * {figma.typography.size.base}",
|
|
3603
|
+
"fontWeight": "{text.headings.h2.value.fontWeight}",
|
|
3604
|
+
"fontFamily": "{text.headings.h1.value.fontFamily}",
|
|
3605
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
3563
3606
|
},
|
|
3564
|
-
"
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3607
|
+
"type": "typography"
|
|
3608
|
+
},
|
|
3609
|
+
"name": "text-headings-h5",
|
|
3610
|
+
"attributes": {
|
|
3611
|
+
"category": "text",
|
|
3612
|
+
"type": "headings",
|
|
3613
|
+
"item": "h5"
|
|
3614
|
+
},
|
|
3615
|
+
"path": [
|
|
3616
|
+
"text",
|
|
3617
|
+
"headings",
|
|
3618
|
+
"h5"
|
|
3619
|
+
]
|
|
3620
|
+
},
|
|
3621
|
+
"h6": {
|
|
3622
|
+
"value": {
|
|
3623
|
+
"fontSize": "1 * 16",
|
|
3624
|
+
"fontWeight": 700,
|
|
3625
|
+
"fontFamily": "Poppins",
|
|
3626
|
+
"lineHeight": "125%"
|
|
3577
3627
|
},
|
|
3578
|
-
"
|
|
3628
|
+
"type": "typography",
|
|
3629
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3630
|
+
"isSource": true,
|
|
3631
|
+
"original": {
|
|
3579
3632
|
"value": {
|
|
3580
|
-
"fontSize": "
|
|
3581
|
-
"
|
|
3633
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
3634
|
+
"fontWeight": "{text.headings.h2.value.fontWeight}",
|
|
3635
|
+
"fontFamily": "{text.headings.h1.value.fontFamily}",
|
|
3636
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
3582
3637
|
},
|
|
3583
|
-
"type": "typography"
|
|
3584
|
-
"filePath": "tokens-figma/typography/base.json",
|
|
3585
|
-
"isSource": true,
|
|
3586
|
-
"original": {
|
|
3587
|
-
"value": {
|
|
3588
|
-
"fontSize": "{typography.product.size.2XL} * {figma.typography.size.base}",
|
|
3589
|
-
"fontFamily": "{text.product.type-scale.4XL.value.fontFamily}"
|
|
3590
|
-
},
|
|
3591
|
-
"type": "typography"
|
|
3592
|
-
},
|
|
3593
|
-
"name": "text-product-type-scale-2-xl",
|
|
3594
|
-
"attributes": {
|
|
3595
|
-
"category": "text",
|
|
3596
|
-
"type": "product",
|
|
3597
|
-
"item": "type-scale",
|
|
3598
|
-
"subitem": "2XL"
|
|
3599
|
-
},
|
|
3600
|
-
"path": [
|
|
3601
|
-
"text",
|
|
3602
|
-
"product",
|
|
3603
|
-
"type-scale",
|
|
3604
|
-
"2XL"
|
|
3605
|
-
]
|
|
3638
|
+
"type": "typography"
|
|
3606
3639
|
},
|
|
3607
|
-
"
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
"type": "typography",
|
|
3613
|
-
"filePath": "tokens-figma/typography/base.json",
|
|
3614
|
-
"isSource": true,
|
|
3615
|
-
"original": {
|
|
3616
|
-
"value": {
|
|
3617
|
-
"fontSize": "{typography.product.size.XL} * {figma.typography.size.base}",
|
|
3618
|
-
"fontFamily": "{text.product.type-scale.4XL.value.fontFamily}"
|
|
3619
|
-
},
|
|
3620
|
-
"type": "typography"
|
|
3621
|
-
},
|
|
3622
|
-
"name": "text-product-type-scale-xl",
|
|
3623
|
-
"attributes": {
|
|
3624
|
-
"category": "text",
|
|
3625
|
-
"type": "product",
|
|
3626
|
-
"item": "type-scale",
|
|
3627
|
-
"subitem": "XL"
|
|
3628
|
-
},
|
|
3629
|
-
"path": [
|
|
3630
|
-
"text",
|
|
3631
|
-
"product",
|
|
3632
|
-
"type-scale",
|
|
3633
|
-
"XL"
|
|
3634
|
-
]
|
|
3640
|
+
"name": "text-headings-h6",
|
|
3641
|
+
"attributes": {
|
|
3642
|
+
"category": "text",
|
|
3643
|
+
"type": "headings",
|
|
3644
|
+
"item": "h6"
|
|
3635
3645
|
},
|
|
3636
|
-
"
|
|
3637
|
-
"
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
},
|
|
3649
|
-
"type": "typography"
|
|
3650
|
-
},
|
|
3651
|
-
"name": "text-product-type-scale-l",
|
|
3652
|
-
"attributes": {
|
|
3653
|
-
"category": "text",
|
|
3654
|
-
"type": "product",
|
|
3655
|
-
"item": "type-scale",
|
|
3656
|
-
"subitem": "L"
|
|
3657
|
-
},
|
|
3658
|
-
"path": [
|
|
3659
|
-
"text",
|
|
3660
|
-
"product",
|
|
3661
|
-
"type-scale",
|
|
3662
|
-
"L"
|
|
3663
|
-
]
|
|
3646
|
+
"path": [
|
|
3647
|
+
"text",
|
|
3648
|
+
"headings",
|
|
3649
|
+
"h6"
|
|
3650
|
+
]
|
|
3651
|
+
}
|
|
3652
|
+
},
|
|
3653
|
+
"type-scale": {
|
|
3654
|
+
"4XL": {
|
|
3655
|
+
"value": {
|
|
3656
|
+
"fontSize": "3.052 * 16",
|
|
3657
|
+
"fontFamily": "Poppins"
|
|
3664
3658
|
},
|
|
3665
|
-
"
|
|
3659
|
+
"type": "typography",
|
|
3660
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3661
|
+
"isSource": true,
|
|
3662
|
+
"original": {
|
|
3666
3663
|
"value": {
|
|
3667
|
-
"fontSize": "
|
|
3664
|
+
"fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
|
|
3668
3665
|
"fontFamily": "Poppins"
|
|
3669
3666
|
},
|
|
3670
|
-
"
|
|
3671
|
-
"type": "typography",
|
|
3672
|
-
"filePath": "tokens-figma/typography/base.json",
|
|
3673
|
-
"isSource": true,
|
|
3674
|
-
"original": {
|
|
3675
|
-
"value": {
|
|
3676
|
-
"fontSize": "{typography.product.size.M} * {figma.typography.size.base}",
|
|
3677
|
-
"fontFamily": "{text.product.type-scale.4XL.value.fontFamily}"
|
|
3678
|
-
},
|
|
3679
|
-
"comment": "Base value.",
|
|
3680
|
-
"type": "typography"
|
|
3681
|
-
},
|
|
3682
|
-
"name": "text-product-type-scale-m",
|
|
3683
|
-
"attributes": {
|
|
3684
|
-
"category": "text",
|
|
3685
|
-
"type": "product",
|
|
3686
|
-
"item": "type-scale",
|
|
3687
|
-
"subitem": "M"
|
|
3688
|
-
},
|
|
3689
|
-
"path": [
|
|
3690
|
-
"text",
|
|
3691
|
-
"product",
|
|
3692
|
-
"type-scale",
|
|
3693
|
-
"M"
|
|
3694
|
-
]
|
|
3667
|
+
"type": "typography"
|
|
3695
3668
|
},
|
|
3696
|
-
"
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
"type": "typography",
|
|
3702
|
-
"filePath": "tokens-figma/typography/base.json",
|
|
3703
|
-
"isSource": true,
|
|
3704
|
-
"original": {
|
|
3705
|
-
"value": {
|
|
3706
|
-
"fontSize": "{typography.product.size.S} * {figma.typography.size.base}",
|
|
3707
|
-
"fontFamily": "{text.product.type-scale.4XL.value.fontFamily}"
|
|
3708
|
-
},
|
|
3709
|
-
"type": "typography"
|
|
3710
|
-
},
|
|
3711
|
-
"name": "text-product-type-scale-s",
|
|
3712
|
-
"attributes": {
|
|
3713
|
-
"category": "text",
|
|
3714
|
-
"type": "product",
|
|
3715
|
-
"item": "type-scale",
|
|
3716
|
-
"subitem": "S"
|
|
3717
|
-
},
|
|
3718
|
-
"path": [
|
|
3719
|
-
"text",
|
|
3720
|
-
"product",
|
|
3721
|
-
"type-scale",
|
|
3722
|
-
"S"
|
|
3723
|
-
]
|
|
3669
|
+
"name": "text-type-scale-4-xl",
|
|
3670
|
+
"attributes": {
|
|
3671
|
+
"category": "text",
|
|
3672
|
+
"type": "type-scale",
|
|
3673
|
+
"item": "4XL"
|
|
3724
3674
|
},
|
|
3725
|
-
"
|
|
3726
|
-
"
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
"isSource": true,
|
|
3733
|
-
"original": {
|
|
3734
|
-
"value": {
|
|
3735
|
-
"fontSize": "{typography.product.size.XS} * {figma.typography.size.base}",
|
|
3736
|
-
"fontFamily": "{text.product.type-scale.4XL.value.fontFamily}"
|
|
3737
|
-
},
|
|
3738
|
-
"type": "typography"
|
|
3739
|
-
},
|
|
3740
|
-
"name": "text-product-type-scale-xs",
|
|
3741
|
-
"attributes": {
|
|
3742
|
-
"category": "text",
|
|
3743
|
-
"type": "product",
|
|
3744
|
-
"item": "type-scale",
|
|
3745
|
-
"subitem": "XS"
|
|
3746
|
-
},
|
|
3747
|
-
"path": [
|
|
3748
|
-
"text",
|
|
3749
|
-
"product",
|
|
3750
|
-
"type-scale",
|
|
3751
|
-
"XS"
|
|
3752
|
-
]
|
|
3753
|
-
}
|
|
3754
|
-
}
|
|
3755
|
-
},
|
|
3756
|
-
"marketing": {
|
|
3757
|
-
"bodycopy": {
|
|
3675
|
+
"path": [
|
|
3676
|
+
"text",
|
|
3677
|
+
"type-scale",
|
|
3678
|
+
"4XL"
|
|
3679
|
+
]
|
|
3680
|
+
},
|
|
3681
|
+
"3XL": {
|
|
3758
3682
|
"value": {
|
|
3759
|
-
"fontSize": "
|
|
3760
|
-
"fontFamily": "
|
|
3761
|
-
"fontWeight": 400,
|
|
3762
|
-
"lineHeight": "195.3%",
|
|
3763
|
-
"letterSpacing": "2%"
|
|
3683
|
+
"fontSize": "2.441 * 16",
|
|
3684
|
+
"fontFamily": "Poppins"
|
|
3764
3685
|
},
|
|
3765
3686
|
"type": "typography",
|
|
3766
3687
|
"filePath": "tokens-figma/typography/base.json",
|
|
3767
3688
|
"isSource": true,
|
|
3768
3689
|
"original": {
|
|
3769
3690
|
"value": {
|
|
3770
|
-
"fontSize": "{typography.
|
|
3771
|
-
"fontFamily": "
|
|
3772
|
-
"fontWeight": "{typography.font-weight.regular}",
|
|
3773
|
-
"lineHeight": "{typography.line-height.L}",
|
|
3774
|
-
"letterSpacing": "{typography.letter-spacing.M}"
|
|
3691
|
+
"fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
|
|
3692
|
+
"fontFamily": "{text.type-scale.4XL.value.fontFamily}"
|
|
3775
3693
|
},
|
|
3776
3694
|
"type": "typography"
|
|
3777
3695
|
},
|
|
3778
|
-
"name": "text-
|
|
3696
|
+
"name": "text-type-scale-3-xl",
|
|
3779
3697
|
"attributes": {
|
|
3780
3698
|
"category": "text",
|
|
3781
|
-
"type": "
|
|
3782
|
-
"item": "
|
|
3699
|
+
"type": "type-scale",
|
|
3700
|
+
"item": "3XL"
|
|
3783
3701
|
},
|
|
3784
3702
|
"path": [
|
|
3785
3703
|
"text",
|
|
3786
|
-
"
|
|
3787
|
-
"
|
|
3704
|
+
"type-scale",
|
|
3705
|
+
"3XL"
|
|
3788
3706
|
]
|
|
3789
3707
|
},
|
|
3790
|
-
"
|
|
3791
|
-
"
|
|
3792
|
-
"
|
|
3793
|
-
|
|
3794
|
-
"fontWeight": 700,
|
|
3795
|
-
"fontFamily": "Poppins",
|
|
3796
|
-
"lineHeight": "125%"
|
|
3797
|
-
},
|
|
3798
|
-
"type": "typography",
|
|
3799
|
-
"filePath": "tokens-figma/typography/base.json",
|
|
3800
|
-
"isSource": true,
|
|
3801
|
-
"original": {
|
|
3802
|
-
"value": {
|
|
3803
|
-
"fontSize": "{typography.marketing.size.4XL} * {figma.typography.size.base}",
|
|
3804
|
-
"fontWeight": "{typography.font-weight.bold}",
|
|
3805
|
-
"fontFamily": "Poppins",
|
|
3806
|
-
"lineHeight": "{typography.line-height.S}"
|
|
3807
|
-
},
|
|
3808
|
-
"type": "typography"
|
|
3809
|
-
},
|
|
3810
|
-
"name": "text-marketing-headings-h1",
|
|
3811
|
-
"attributes": {
|
|
3812
|
-
"category": "text",
|
|
3813
|
-
"type": "marketing",
|
|
3814
|
-
"item": "headings",
|
|
3815
|
-
"subitem": "h1"
|
|
3816
|
-
},
|
|
3817
|
-
"path": [
|
|
3818
|
-
"text",
|
|
3819
|
-
"marketing",
|
|
3820
|
-
"headings",
|
|
3821
|
-
"h1"
|
|
3822
|
-
]
|
|
3708
|
+
"2XL": {
|
|
3709
|
+
"value": {
|
|
3710
|
+
"fontSize": "1.953 * 16",
|
|
3711
|
+
"fontFamily": "Poppins"
|
|
3823
3712
|
},
|
|
3824
|
-
"
|
|
3713
|
+
"type": "typography",
|
|
3714
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3715
|
+
"isSource": true,
|
|
3716
|
+
"original": {
|
|
3825
3717
|
"value": {
|
|
3826
|
-
"fontSize": "
|
|
3827
|
-
"
|
|
3828
|
-
"fontFamily": "Poppins",
|
|
3829
|
-
"lineHeight": "125%"
|
|
3830
|
-
},
|
|
3831
|
-
"type": "typography",
|
|
3832
|
-
"filePath": "tokens-figma/typography/base.json",
|
|
3833
|
-
"isSource": true,
|
|
3834
|
-
"original": {
|
|
3835
|
-
"value": {
|
|
3836
|
-
"fontSize": "{typography.marketing.size.3XL} * {figma.typography.size.base}",
|
|
3837
|
-
"fontWeight": "{text.marketing.headings.h1.value.fontWeight}",
|
|
3838
|
-
"fontFamily": "{text.marketing.headings.h1.value.fontFamily}",
|
|
3839
|
-
"lineHeight": "{text.marketing.headings.h1.value.lineHeight}"
|
|
3840
|
-
},
|
|
3841
|
-
"type": "typography"
|
|
3842
|
-
},
|
|
3843
|
-
"name": "text-marketing-headings-h2",
|
|
3844
|
-
"attributes": {
|
|
3845
|
-
"category": "text",
|
|
3846
|
-
"type": "marketing",
|
|
3847
|
-
"item": "headings",
|
|
3848
|
-
"subitem": "h2"
|
|
3718
|
+
"fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
|
|
3719
|
+
"fontFamily": "{text.type-scale.4XL.value.fontFamily}"
|
|
3849
3720
|
},
|
|
3850
|
-
"
|
|
3851
|
-
"text",
|
|
3852
|
-
"marketing",
|
|
3853
|
-
"headings",
|
|
3854
|
-
"h2"
|
|
3855
|
-
]
|
|
3721
|
+
"type": "typography"
|
|
3856
3722
|
},
|
|
3857
|
-
"
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
"lineHeight": "125%"
|
|
3863
|
-
},
|
|
3864
|
-
"type": "typography",
|
|
3865
|
-
"filePath": "tokens-figma/typography/base.json",
|
|
3866
|
-
"isSource": true,
|
|
3867
|
-
"original": {
|
|
3868
|
-
"value": {
|
|
3869
|
-
"fontSize": "{typography.marketing.size.2XL} * {figma.typography.size.base}",
|
|
3870
|
-
"fontWeight": "{text.marketing.headings.h1.value.fontWeight}",
|
|
3871
|
-
"fontFamily": "{text.marketing.headings.h1.value.fontFamily}",
|
|
3872
|
-
"lineHeight": "{text.marketing.headings.h1.value.lineHeight}"
|
|
3873
|
-
},
|
|
3874
|
-
"type": "typography"
|
|
3875
|
-
},
|
|
3876
|
-
"name": "text-marketing-headings-h3",
|
|
3877
|
-
"attributes": {
|
|
3878
|
-
"category": "text",
|
|
3879
|
-
"type": "marketing",
|
|
3880
|
-
"item": "headings",
|
|
3881
|
-
"subitem": "h3"
|
|
3882
|
-
},
|
|
3883
|
-
"path": [
|
|
3884
|
-
"text",
|
|
3885
|
-
"marketing",
|
|
3886
|
-
"headings",
|
|
3887
|
-
"h3"
|
|
3888
|
-
]
|
|
3723
|
+
"name": "text-type-scale-2-xl",
|
|
3724
|
+
"attributes": {
|
|
3725
|
+
"category": "text",
|
|
3726
|
+
"type": "type-scale",
|
|
3727
|
+
"item": "2XL"
|
|
3889
3728
|
},
|
|
3890
|
-
"
|
|
3891
|
-
"
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
"
|
|
3899
|
-
"
|
|
3900
|
-
"original": {
|
|
3901
|
-
"value": {
|
|
3902
|
-
"fontSize": "{typography.marketing.size.XL} * {figma.typography.size.base}",
|
|
3903
|
-
"fontWeight": "{text.marketing.headings.h1.value.fontWeight}",
|
|
3904
|
-
"fontFamily": "{text.marketing.headings.h1.value.fontFamily}",
|
|
3905
|
-
"lineHeight": "{text.marketing.headings.h1.value.lineHeight}"
|
|
3906
|
-
},
|
|
3907
|
-
"type": "typography"
|
|
3908
|
-
},
|
|
3909
|
-
"name": "text-marketing-headings-h4",
|
|
3910
|
-
"attributes": {
|
|
3911
|
-
"category": "text",
|
|
3912
|
-
"type": "marketing",
|
|
3913
|
-
"item": "headings",
|
|
3914
|
-
"subitem": "h4"
|
|
3915
|
-
},
|
|
3916
|
-
"path": [
|
|
3917
|
-
"text",
|
|
3918
|
-
"marketing",
|
|
3919
|
-
"headings",
|
|
3920
|
-
"h4"
|
|
3921
|
-
]
|
|
3729
|
+
"path": [
|
|
3730
|
+
"text",
|
|
3731
|
+
"type-scale",
|
|
3732
|
+
"2XL"
|
|
3733
|
+
]
|
|
3734
|
+
},
|
|
3735
|
+
"XL": {
|
|
3736
|
+
"value": {
|
|
3737
|
+
"fontSize": "1.563 * 16",
|
|
3738
|
+
"fontFamily": "Poppins"
|
|
3922
3739
|
},
|
|
3923
|
-
"
|
|
3740
|
+
"type": "typography",
|
|
3741
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3742
|
+
"isSource": true,
|
|
3743
|
+
"original": {
|
|
3924
3744
|
"value": {
|
|
3925
|
-
"fontSize": "
|
|
3926
|
-
"
|
|
3927
|
-
"fontFamily": "Poppins",
|
|
3928
|
-
"lineHeight": "125%"
|
|
3929
|
-
},
|
|
3930
|
-
"type": "typography",
|
|
3931
|
-
"filePath": "tokens-figma/typography/base.json",
|
|
3932
|
-
"isSource": true,
|
|
3933
|
-
"original": {
|
|
3934
|
-
"value": {
|
|
3935
|
-
"fontSize": "{typography.marketing.size.L} * {figma.typography.size.base}",
|
|
3936
|
-
"fontWeight": "{text.marketing.headings.h1.value.fontWeight}",
|
|
3937
|
-
"fontFamily": "{text.marketing.headings.h1.value.fontFamily}",
|
|
3938
|
-
"lineHeight": "{text.marketing.headings.h1.value.lineHeight}"
|
|
3939
|
-
},
|
|
3940
|
-
"type": "typography"
|
|
3941
|
-
},
|
|
3942
|
-
"name": "text-marketing-headings-h5",
|
|
3943
|
-
"attributes": {
|
|
3944
|
-
"category": "text",
|
|
3945
|
-
"type": "marketing",
|
|
3946
|
-
"item": "headings",
|
|
3947
|
-
"subitem": "h5"
|
|
3745
|
+
"fontSize": "{typography.size.XL} * {figma.typography.size.base}",
|
|
3746
|
+
"fontFamily": "{text.type-scale.4XL.value.fontFamily}"
|
|
3948
3747
|
},
|
|
3949
|
-
"
|
|
3950
|
-
"text",
|
|
3951
|
-
"marketing",
|
|
3952
|
-
"headings",
|
|
3953
|
-
"h5"
|
|
3954
|
-
]
|
|
3748
|
+
"type": "typography"
|
|
3955
3749
|
},
|
|
3956
|
-
"
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
"
|
|
3964
|
-
"
|
|
3965
|
-
"
|
|
3966
|
-
|
|
3967
|
-
"value": {
|
|
3968
|
-
"fontSize": "{typography.marketing.size.M} * {figma.typography.size.base}",
|
|
3969
|
-
"fontWeight": "{text.marketing.headings.h1.value.fontWeight}",
|
|
3970
|
-
"fontFamily": "{text.marketing.headings.h1.value.fontFamily}",
|
|
3971
|
-
"lineHeight": "{text.marketing.headings.h1.value.lineHeight}"
|
|
3972
|
-
},
|
|
3973
|
-
"type": "typography"
|
|
3974
|
-
},
|
|
3975
|
-
"name": "text-marketing-headings-h6",
|
|
3976
|
-
"attributes": {
|
|
3977
|
-
"category": "text",
|
|
3978
|
-
"type": "marketing",
|
|
3979
|
-
"item": "headings",
|
|
3980
|
-
"subitem": "h6"
|
|
3981
|
-
},
|
|
3982
|
-
"path": [
|
|
3983
|
-
"text",
|
|
3984
|
-
"marketing",
|
|
3985
|
-
"headings",
|
|
3986
|
-
"h6"
|
|
3987
|
-
]
|
|
3988
|
-
}
|
|
3750
|
+
"name": "text-type-scale-xl",
|
|
3751
|
+
"attributes": {
|
|
3752
|
+
"category": "text",
|
|
3753
|
+
"type": "type-scale",
|
|
3754
|
+
"item": "XL"
|
|
3755
|
+
},
|
|
3756
|
+
"path": [
|
|
3757
|
+
"text",
|
|
3758
|
+
"type-scale",
|
|
3759
|
+
"XL"
|
|
3760
|
+
]
|
|
3989
3761
|
},
|
|
3990
|
-
"
|
|
3991
|
-
"
|
|
3762
|
+
"L": {
|
|
3763
|
+
"value": {
|
|
3764
|
+
"fontSize": "1.25 * 16",
|
|
3765
|
+
"fontFamily": "Poppins"
|
|
3766
|
+
},
|
|
3767
|
+
"type": "typography",
|
|
3768
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3769
|
+
"isSource": true,
|
|
3770
|
+
"original": {
|
|
3992
3771
|
"value": {
|
|
3993
|
-
"fontSize": "
|
|
3994
|
-
"fontFamily": "
|
|
3772
|
+
"fontSize": "{typography.size.L} * {figma.typography.size.base}",
|
|
3773
|
+
"fontFamily": "{text.type-scale.4XL.value.fontFamily}"
|
|
3995
3774
|
},
|
|
3996
|
-
"type": "typography"
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
},
|
|
4004
|
-
"type": "typography"
|
|
4005
|
-
},
|
|
4006
|
-
"name": "text-marketing-type-scale-4-xl",
|
|
4007
|
-
"attributes": {
|
|
4008
|
-
"category": "text",
|
|
4009
|
-
"type": "marketing",
|
|
4010
|
-
"item": "type-scale",
|
|
4011
|
-
"subitem": "4XL"
|
|
4012
|
-
},
|
|
4013
|
-
"path": [
|
|
4014
|
-
"text",
|
|
4015
|
-
"marketing",
|
|
4016
|
-
"type-scale",
|
|
4017
|
-
"4XL"
|
|
4018
|
-
]
|
|
3775
|
+
"type": "typography"
|
|
3776
|
+
},
|
|
3777
|
+
"name": "text-type-scale-l",
|
|
3778
|
+
"attributes": {
|
|
3779
|
+
"category": "text",
|
|
3780
|
+
"type": "type-scale",
|
|
3781
|
+
"item": "L"
|
|
4019
3782
|
},
|
|
4020
|
-
"
|
|
3783
|
+
"path": [
|
|
3784
|
+
"text",
|
|
3785
|
+
"type-scale",
|
|
3786
|
+
"L"
|
|
3787
|
+
]
|
|
3788
|
+
},
|
|
3789
|
+
"M": {
|
|
3790
|
+
"value": {
|
|
3791
|
+
"fontSize": "1 * 16",
|
|
3792
|
+
"fontFamily": "Poppins"
|
|
3793
|
+
},
|
|
3794
|
+
"comment": "Base value.",
|
|
3795
|
+
"type": "typography",
|
|
3796
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3797
|
+
"isSource": true,
|
|
3798
|
+
"original": {
|
|
4021
3799
|
"value": {
|
|
4022
|
-
"fontSize": "
|
|
4023
|
-
"fontFamily": "
|
|
3800
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
3801
|
+
"fontFamily": "{text.type-scale.4XL.value.fontFamily}"
|
|
4024
3802
|
},
|
|
4025
|
-
"
|
|
4026
|
-
"
|
|
4027
|
-
"isSource": true,
|
|
4028
|
-
"original": {
|
|
4029
|
-
"value": {
|
|
4030
|
-
"fontSize": "{typography.marketing.size.3XL} * {figma.typography.size.base}",
|
|
4031
|
-
"fontFamily": "{text.marketing.type-scale.4XL.value.fontFamily}"
|
|
4032
|
-
},
|
|
4033
|
-
"type": "typography"
|
|
4034
|
-
},
|
|
4035
|
-
"name": "text-marketing-type-scale-3-xl",
|
|
4036
|
-
"attributes": {
|
|
4037
|
-
"category": "text",
|
|
4038
|
-
"type": "marketing",
|
|
4039
|
-
"item": "type-scale",
|
|
4040
|
-
"subitem": "3XL"
|
|
4041
|
-
},
|
|
4042
|
-
"path": [
|
|
4043
|
-
"text",
|
|
4044
|
-
"marketing",
|
|
4045
|
-
"type-scale",
|
|
4046
|
-
"3XL"
|
|
4047
|
-
]
|
|
3803
|
+
"comment": "Base value.",
|
|
3804
|
+
"type": "typography"
|
|
4048
3805
|
},
|
|
4049
|
-
"
|
|
3806
|
+
"name": "text-type-scale-m",
|
|
3807
|
+
"attributes": {
|
|
3808
|
+
"category": "text",
|
|
3809
|
+
"type": "type-scale",
|
|
3810
|
+
"item": "M"
|
|
3811
|
+
},
|
|
3812
|
+
"path": [
|
|
3813
|
+
"text",
|
|
3814
|
+
"type-scale",
|
|
3815
|
+
"M"
|
|
3816
|
+
]
|
|
3817
|
+
},
|
|
3818
|
+
"S": {
|
|
3819
|
+
"value": {
|
|
3820
|
+
"fontSize": "0.8 * 16",
|
|
3821
|
+
"fontFamily": "Poppins"
|
|
3822
|
+
},
|
|
3823
|
+
"type": "typography",
|
|
3824
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3825
|
+
"isSource": true,
|
|
3826
|
+
"original": {
|
|
4050
3827
|
"value": {
|
|
4051
|
-
"fontSize": "
|
|
4052
|
-
"fontFamily": "
|
|
4053
|
-
},
|
|
4054
|
-
"type": "typography",
|
|
4055
|
-
"filePath": "tokens-figma/typography/base.json",
|
|
4056
|
-
"isSource": true,
|
|
4057
|
-
"original": {
|
|
4058
|
-
"value": {
|
|
4059
|
-
"fontSize": "{typography.marketing.size.2XL} * {figma.typography.size.base}",
|
|
4060
|
-
"fontFamily": "{text.marketing.type-scale.4XL.value.fontFamily}"
|
|
4061
|
-
},
|
|
4062
|
-
"type": "typography"
|
|
4063
|
-
},
|
|
4064
|
-
"name": "text-marketing-type-scale-2-xl",
|
|
4065
|
-
"attributes": {
|
|
4066
|
-
"category": "text",
|
|
4067
|
-
"type": "marketing",
|
|
4068
|
-
"item": "type-scale",
|
|
4069
|
-
"subitem": "2XL"
|
|
3828
|
+
"fontSize": "{typography.size.S} * {figma.typography.size.base}",
|
|
3829
|
+
"fontFamily": "{text.type-scale.4XL.value.fontFamily}"
|
|
4070
3830
|
},
|
|
4071
|
-
"
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
|
|
3831
|
+
"type": "typography"
|
|
3832
|
+
},
|
|
3833
|
+
"name": "text-type-scale-s",
|
|
3834
|
+
"attributes": {
|
|
3835
|
+
"category": "text",
|
|
3836
|
+
"type": "type-scale",
|
|
3837
|
+
"item": "S"
|
|
3838
|
+
},
|
|
3839
|
+
"path": [
|
|
3840
|
+
"text",
|
|
3841
|
+
"type-scale",
|
|
3842
|
+
"S"
|
|
3843
|
+
]
|
|
3844
|
+
},
|
|
3845
|
+
"XS": {
|
|
3846
|
+
"value": {
|
|
3847
|
+
"fontSize": "0.64 * 16",
|
|
3848
|
+
"fontFamily": "Poppins"
|
|
4077
3849
|
},
|
|
4078
|
-
"
|
|
3850
|
+
"type": "typography",
|
|
3851
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3852
|
+
"isSource": true,
|
|
3853
|
+
"original": {
|
|
4079
3854
|
"value": {
|
|
4080
|
-
"fontSize": "
|
|
4081
|
-
"fontFamily": "
|
|
4082
|
-
},
|
|
4083
|
-
"type": "typography",
|
|
4084
|
-
"filePath": "tokens-figma/typography/base.json",
|
|
4085
|
-
"isSource": true,
|
|
4086
|
-
"original": {
|
|
4087
|
-
"value": {
|
|
4088
|
-
"fontSize": "{typography.marketing.size.XL} * {figma.typography.size.base}",
|
|
4089
|
-
"fontFamily": "{text.marketing.type-scale.4XL.value.fontFamily}"
|
|
4090
|
-
},
|
|
4091
|
-
"type": "typography"
|
|
4092
|
-
},
|
|
4093
|
-
"name": "text-marketing-type-scale-xl",
|
|
4094
|
-
"attributes": {
|
|
4095
|
-
"category": "text",
|
|
4096
|
-
"type": "marketing",
|
|
4097
|
-
"item": "type-scale",
|
|
4098
|
-
"subitem": "XL"
|
|
3855
|
+
"fontSize": "{typography.size.XS} * {figma.typography.size.base}",
|
|
3856
|
+
"fontFamily": "{text.type-scale.4XL.value.fontFamily}"
|
|
4099
3857
|
},
|
|
4100
|
-
"
|
|
4101
|
-
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
|
|
4105
|
-
|
|
3858
|
+
"type": "typography"
|
|
3859
|
+
},
|
|
3860
|
+
"name": "text-type-scale-xs",
|
|
3861
|
+
"attributes": {
|
|
3862
|
+
"category": "text",
|
|
3863
|
+
"type": "type-scale",
|
|
3864
|
+
"item": "XS"
|
|
4106
3865
|
},
|
|
4107
|
-
"
|
|
3866
|
+
"path": [
|
|
3867
|
+
"text",
|
|
3868
|
+
"type-scale",
|
|
3869
|
+
"XS"
|
|
3870
|
+
]
|
|
3871
|
+
}
|
|
3872
|
+
}
|
|
3873
|
+
},
|
|
3874
|
+
"elevation": {
|
|
3875
|
+
"dark-mode": {
|
|
3876
|
+
"raised": {
|
|
3877
|
+
"value": {
|
|
3878
|
+
"x": "0",
|
|
3879
|
+
"y": "1",
|
|
3880
|
+
"blur": "1",
|
|
3881
|
+
"spread": "0",
|
|
3882
|
+
"color": "rgba(18, 18, 25, 0.95)",
|
|
3883
|
+
"type": "dropShadow"
|
|
3884
|
+
},
|
|
3885
|
+
"type": "boxShadow",
|
|
3886
|
+
"public": true,
|
|
3887
|
+
"filePath": "tokens/elevation/base.dark.json",
|
|
3888
|
+
"isSource": true,
|
|
3889
|
+
"original": {
|
|
4108
3890
|
"value": {
|
|
4109
|
-
"
|
|
4110
|
-
"
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
"original": {
|
|
4116
|
-
"value": {
|
|
4117
|
-
"fontSize": "{typography.marketing.size.L} * {figma.typography.size.base}",
|
|
4118
|
-
"fontFamily": "{text.marketing.type-scale.4XL.value.fontFamily}"
|
|
4119
|
-
},
|
|
4120
|
-
"type": "typography"
|
|
4121
|
-
},
|
|
4122
|
-
"name": "text-marketing-type-scale-l",
|
|
4123
|
-
"attributes": {
|
|
4124
|
-
"category": "text",
|
|
4125
|
-
"type": "marketing",
|
|
4126
|
-
"item": "type-scale",
|
|
4127
|
-
"subitem": "L"
|
|
3891
|
+
"x": "0",
|
|
3892
|
+
"y": "1",
|
|
3893
|
+
"blur": "1",
|
|
3894
|
+
"spread": "0",
|
|
3895
|
+
"color": "rgba(18, 18, 25, 0.95)",
|
|
3896
|
+
"type": "dropShadow"
|
|
4128
3897
|
},
|
|
4129
|
-
"
|
|
4130
|
-
|
|
4131
|
-
"marketing",
|
|
4132
|
-
"type-scale",
|
|
4133
|
-
"L"
|
|
4134
|
-
]
|
|
3898
|
+
"type": "boxShadow",
|
|
3899
|
+
"public": true
|
|
4135
3900
|
},
|
|
4136
|
-
"
|
|
3901
|
+
"name": "elevation-dark-mode-raised",
|
|
3902
|
+
"attributes": {
|
|
3903
|
+
"category": "elevation",
|
|
3904
|
+
"type": "dark-mode",
|
|
3905
|
+
"item": "raised"
|
|
3906
|
+
},
|
|
3907
|
+
"path": [
|
|
3908
|
+
"elevation",
|
|
3909
|
+
"dark-mode",
|
|
3910
|
+
"raised"
|
|
3911
|
+
]
|
|
3912
|
+
},
|
|
3913
|
+
"overlay": {
|
|
3914
|
+
"value": {
|
|
3915
|
+
"x": "0",
|
|
3916
|
+
"y": "8",
|
|
3917
|
+
"blur": "12",
|
|
3918
|
+
"spread": "0",
|
|
3919
|
+
"color": "rgba(18, 18, 25, 0.6)",
|
|
3920
|
+
"type": "dropShadow"
|
|
3921
|
+
},
|
|
3922
|
+
"type": "boxShadow",
|
|
3923
|
+
"public": true,
|
|
3924
|
+
"filePath": "tokens/elevation/base.dark.json",
|
|
3925
|
+
"isSource": true,
|
|
3926
|
+
"original": {
|
|
4137
3927
|
"value": {
|
|
4138
|
-
"
|
|
4139
|
-
"
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
|
|
4144
|
-
"isSource": true,
|
|
4145
|
-
"original": {
|
|
4146
|
-
"value": {
|
|
4147
|
-
"fontSize": "{typography.marketing.size.M} * {figma.typography.size.base}",
|
|
4148
|
-
"fontFamily": "{text.marketing.type-scale.4XL.value.fontFamily}"
|
|
4149
|
-
},
|
|
4150
|
-
"comment": "Base value.",
|
|
4151
|
-
"type": "typography"
|
|
4152
|
-
},
|
|
4153
|
-
"name": "text-marketing-type-scale-m",
|
|
4154
|
-
"attributes": {
|
|
4155
|
-
"category": "text",
|
|
4156
|
-
"type": "marketing",
|
|
4157
|
-
"item": "type-scale",
|
|
4158
|
-
"subitem": "M"
|
|
3928
|
+
"x": "0",
|
|
3929
|
+
"y": "8",
|
|
3930
|
+
"blur": "12",
|
|
3931
|
+
"spread": "0",
|
|
3932
|
+
"color": "rgba(18, 18, 25, 0.6)",
|
|
3933
|
+
"type": "dropShadow"
|
|
4159
3934
|
},
|
|
4160
|
-
"
|
|
4161
|
-
|
|
4162
|
-
"marketing",
|
|
4163
|
-
"type-scale",
|
|
4164
|
-
"M"
|
|
4165
|
-
]
|
|
3935
|
+
"type": "boxShadow",
|
|
3936
|
+
"public": true
|
|
4166
3937
|
},
|
|
4167
|
-
"
|
|
3938
|
+
"name": "elevation-dark-mode-overlay",
|
|
3939
|
+
"attributes": {
|
|
3940
|
+
"category": "elevation",
|
|
3941
|
+
"type": "dark-mode",
|
|
3942
|
+
"item": "overlay"
|
|
3943
|
+
},
|
|
3944
|
+
"path": [
|
|
3945
|
+
"elevation",
|
|
3946
|
+
"dark-mode",
|
|
3947
|
+
"overlay"
|
|
3948
|
+
]
|
|
3949
|
+
}
|
|
3950
|
+
},
|
|
3951
|
+
"light-mode": {
|
|
3952
|
+
"raised": {
|
|
3953
|
+
"value": {
|
|
3954
|
+
"x": "0",
|
|
3955
|
+
"y": "1",
|
|
3956
|
+
"blur": "1",
|
|
3957
|
+
"spread": "0",
|
|
3958
|
+
"color": "#aeaeb6",
|
|
3959
|
+
"type": "dropShadow"
|
|
3960
|
+
},
|
|
3961
|
+
"type": "boxShadow",
|
|
3962
|
+
"public": true,
|
|
3963
|
+
"filePath": "tokens/elevation/base.light.json",
|
|
3964
|
+
"isSource": true,
|
|
3965
|
+
"original": {
|
|
4168
3966
|
"value": {
|
|
4169
|
-
"
|
|
4170
|
-
"
|
|
3967
|
+
"x": "0",
|
|
3968
|
+
"y": "1",
|
|
3969
|
+
"blur": "1",
|
|
3970
|
+
"spread": "0",
|
|
3971
|
+
"color": "#aeaeb6",
|
|
3972
|
+
"type": "dropShadow"
|
|
4171
3973
|
},
|
|
4172
|
-
"type": "
|
|
4173
|
-
"
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
|
|
4178
|
-
|
|
4179
|
-
|
|
4180
|
-
"type": "typography"
|
|
4181
|
-
},
|
|
4182
|
-
"name": "text-marketing-type-scale-s",
|
|
4183
|
-
"attributes": {
|
|
4184
|
-
"category": "text",
|
|
4185
|
-
"type": "marketing",
|
|
4186
|
-
"item": "type-scale",
|
|
4187
|
-
"subitem": "S"
|
|
4188
|
-
},
|
|
4189
|
-
"path": [
|
|
4190
|
-
"text",
|
|
4191
|
-
"marketing",
|
|
4192
|
-
"type-scale",
|
|
4193
|
-
"S"
|
|
4194
|
-
]
|
|
3974
|
+
"type": "boxShadow",
|
|
3975
|
+
"public": true
|
|
3976
|
+
},
|
|
3977
|
+
"name": "elevation-light-mode-raised",
|
|
3978
|
+
"attributes": {
|
|
3979
|
+
"category": "elevation",
|
|
3980
|
+
"type": "light-mode",
|
|
3981
|
+
"item": "raised"
|
|
4195
3982
|
},
|
|
4196
|
-
"
|
|
3983
|
+
"path": [
|
|
3984
|
+
"elevation",
|
|
3985
|
+
"light-mode",
|
|
3986
|
+
"raised"
|
|
3987
|
+
]
|
|
3988
|
+
},
|
|
3989
|
+
"overlay": {
|
|
3990
|
+
"value": {
|
|
3991
|
+
"x": "0",
|
|
3992
|
+
"y": "8",
|
|
3993
|
+
"blur": "12",
|
|
3994
|
+
"spread": "0",
|
|
3995
|
+
"color": "rgba(113, 113, 124, 0.25)",
|
|
3996
|
+
"type": "dropShadow"
|
|
3997
|
+
},
|
|
3998
|
+
"type": "boxShadow",
|
|
3999
|
+
"public": true,
|
|
4000
|
+
"filePath": "tokens/elevation/base.light.json",
|
|
4001
|
+
"isSource": true,
|
|
4002
|
+
"original": {
|
|
4197
4003
|
"value": {
|
|
4198
|
-
"
|
|
4199
|
-
"
|
|
4200
|
-
|
|
4201
|
-
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
"original": {
|
|
4205
|
-
"value": {
|
|
4206
|
-
"fontSize": "{typography.marketing.size.XS} * {figma.typography.size.base}",
|
|
4207
|
-
"fontFamily": "{text.marketing.type-scale.4XL.value.fontFamily}"
|
|
4208
|
-
},
|
|
4209
|
-
"type": "typography"
|
|
4210
|
-
},
|
|
4211
|
-
"name": "text-marketing-type-scale-xs",
|
|
4212
|
-
"attributes": {
|
|
4213
|
-
"category": "text",
|
|
4214
|
-
"type": "marketing",
|
|
4215
|
-
"item": "type-scale",
|
|
4216
|
-
"subitem": "XS"
|
|
4004
|
+
"x": "0",
|
|
4005
|
+
"y": "8",
|
|
4006
|
+
"blur": "12",
|
|
4007
|
+
"spread": "0",
|
|
4008
|
+
"color": "rgba(113, 113, 124, 0.25)",
|
|
4009
|
+
"type": "dropShadow"
|
|
4217
4010
|
},
|
|
4218
|
-
"
|
|
4219
|
-
|
|
4220
|
-
|
|
4221
|
-
|
|
4222
|
-
|
|
4223
|
-
|
|
4224
|
-
|
|
4011
|
+
"type": "boxShadow",
|
|
4012
|
+
"public": true
|
|
4013
|
+
},
|
|
4014
|
+
"name": "elevation-light-mode-overlay",
|
|
4015
|
+
"attributes": {
|
|
4016
|
+
"category": "elevation",
|
|
4017
|
+
"type": "light-mode",
|
|
4018
|
+
"item": "overlay"
|
|
4019
|
+
},
|
|
4020
|
+
"path": [
|
|
4021
|
+
"elevation",
|
|
4022
|
+
"light-mode",
|
|
4023
|
+
"overlay"
|
|
4024
|
+
]
|
|
4225
4025
|
}
|
|
4226
4026
|
}
|
|
4227
4027
|
}
|