@pantheon-systems/pds-design-tokens 0.3.0-dev.0 → 0.4.0-dev.1
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 +771 -433
- 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,390 +3330,488 @@
|
|
|
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"
|
|
3389
|
+
},
|
|
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%"
|
|
3352
3403
|
},
|
|
3353
|
-
"
|
|
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
|
-
"text",
|
|
3381
|
-
"product",
|
|
3382
|
-
"headings",
|
|
3383
|
-
"h2"
|
|
3384
|
-
]
|
|
3415
|
+
"type": "typography"
|
|
3385
3416
|
},
|
|
3386
|
-
"
|
|
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%"
|
|
3437
|
+
},
|
|
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"
|
|
3445
|
+
"fontWeight": "{typography.font-weight.bold}",
|
|
3446
|
+
"letterSpacing": "{typography.letter-spacing.L}",
|
|
3447
|
+
"textCase": "uppercase",
|
|
3448
|
+
"lineHeight": "{typography.line-height.S}"
|
|
3404
3449
|
},
|
|
3405
|
-
"
|
|
3406
|
-
"attributes": {
|
|
3407
|
-
"category": "text",
|
|
3408
|
-
"type": "product",
|
|
3409
|
-
"item": "headings",
|
|
3410
|
-
"subitem": "h3"
|
|
3411
|
-
},
|
|
3412
|
-
"path": [
|
|
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": "
|
|
3481
|
+
"lineHeight": "{typography.line-height.S}"
|
|
3425
3482
|
},
|
|
3426
|
-
"type": "typography"
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
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"
|
|
3444
|
-
},
|
|
3445
|
-
"path": [
|
|
3446
|
-
"text",
|
|
3447
|
-
"product",
|
|
3448
|
-
"headings",
|
|
3449
|
-
"h4"
|
|
3450
|
-
]
|
|
3483
|
+
"type": "typography"
|
|
3484
|
+
},
|
|
3485
|
+
"name": "text-headings-h1",
|
|
3486
|
+
"attributes": {
|
|
3487
|
+
"category": "text",
|
|
3488
|
+
"type": "headings",
|
|
3489
|
+
"item": "h1"
|
|
3451
3490
|
},
|
|
3452
|
-
"
|
|
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%"
|
|
3503
|
+
},
|
|
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
|
-
|
|
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
|
+
]
|
|
3558
|
+
},
|
|
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": {
|
|
3570
|
+
"value": {
|
|
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}"
|
|
3503
3575
|
},
|
|
3504
|
-
"
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3576
|
+
"type": "typography"
|
|
3577
|
+
},
|
|
3578
|
+
"name": "text-headings-h4",
|
|
3579
|
+
"attributes": {
|
|
3580
|
+
"category": "text",
|
|
3581
|
+
"type": "headings",
|
|
3582
|
+
"item": "h4"
|
|
3583
|
+
},
|
|
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": {
|
|
3601
|
+
"value": {
|
|
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}"
|
|
3510
3606
|
},
|
|
3511
|
-
"
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
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
|
+
]
|
|
3518
3620
|
},
|
|
3519
|
-
"
|
|
3621
|
+
"h6": {
|
|
3622
|
+
"value": {
|
|
3623
|
+
"fontSize": "1 * 16",
|
|
3624
|
+
"fontWeight": 700,
|
|
3625
|
+
"fontFamily": "Poppins",
|
|
3626
|
+
"lineHeight": "125%"
|
|
3627
|
+
},
|
|
3628
|
+
"type": "typography",
|
|
3629
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3630
|
+
"isSource": true,
|
|
3631
|
+
"original": {
|
|
3632
|
+
"value": {
|
|
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}"
|
|
3637
|
+
},
|
|
3638
|
+
"type": "typography"
|
|
3639
|
+
},
|
|
3640
|
+
"name": "text-headings-h6",
|
|
3641
|
+
"attributes": {
|
|
3642
|
+
"category": "text",
|
|
3643
|
+
"type": "headings",
|
|
3644
|
+
"item": "h6"
|
|
3645
|
+
},
|
|
3646
|
+
"path": [
|
|
3647
|
+
"text",
|
|
3648
|
+
"headings",
|
|
3649
|
+
"h6"
|
|
3650
|
+
]
|
|
3651
|
+
}
|
|
3652
|
+
},
|
|
3653
|
+
"type-scale": {
|
|
3654
|
+
"regular": {
|
|
3520
3655
|
"4XL": {
|
|
3521
3656
|
"value": {
|
|
3522
|
-
"fontSize": "
|
|
3523
|
-
"fontFamily": "Poppins"
|
|
3657
|
+
"fontSize": "3.052 * 16",
|
|
3658
|
+
"fontFamily": "Poppins",
|
|
3659
|
+
"fontWeight": 400
|
|
3524
3660
|
},
|
|
3525
3661
|
"type": "typography",
|
|
3526
3662
|
"filePath": "tokens-figma/typography/base.json",
|
|
3527
3663
|
"isSource": true,
|
|
3528
3664
|
"original": {
|
|
3529
3665
|
"value": {
|
|
3530
|
-
"fontSize": "{typography.
|
|
3531
|
-
"fontFamily": "
|
|
3666
|
+
"fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
|
|
3667
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
3668
|
+
"fontWeight": "{typography.font-weight.regular}"
|
|
3532
3669
|
},
|
|
3533
3670
|
"type": "typography"
|
|
3534
3671
|
},
|
|
3535
|
-
"name": "text-
|
|
3672
|
+
"name": "text-type-scale-regular-4-xl",
|
|
3536
3673
|
"attributes": {
|
|
3537
3674
|
"category": "text",
|
|
3538
|
-
"type": "
|
|
3539
|
-
"item": "
|
|
3675
|
+
"type": "type-scale",
|
|
3676
|
+
"item": "regular",
|
|
3540
3677
|
"subitem": "4XL"
|
|
3541
3678
|
},
|
|
3542
3679
|
"path": [
|
|
3543
3680
|
"text",
|
|
3544
|
-
"product",
|
|
3545
3681
|
"type-scale",
|
|
3682
|
+
"regular",
|
|
3546
3683
|
"4XL"
|
|
3547
3684
|
]
|
|
3548
3685
|
},
|
|
3549
3686
|
"3XL": {
|
|
3550
3687
|
"value": {
|
|
3551
|
-
"fontSize": "2.
|
|
3552
|
-
"fontFamily": "Poppins"
|
|
3688
|
+
"fontSize": "2.441 * 16",
|
|
3689
|
+
"fontFamily": "Poppins",
|
|
3690
|
+
"fontWeight": 400
|
|
3553
3691
|
},
|
|
3554
3692
|
"type": "typography",
|
|
3555
3693
|
"filePath": "tokens-figma/typography/base.json",
|
|
3556
3694
|
"isSource": true,
|
|
3557
3695
|
"original": {
|
|
3558
3696
|
"value": {
|
|
3559
|
-
"fontSize": "{typography.
|
|
3560
|
-
"fontFamily": "{text.
|
|
3697
|
+
"fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
|
|
3698
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
3699
|
+
"fontWeight": "{typography.font-weight.regular}"
|
|
3561
3700
|
},
|
|
3562
3701
|
"type": "typography"
|
|
3563
3702
|
},
|
|
3564
|
-
"name": "text-
|
|
3703
|
+
"name": "text-type-scale-regular-3-xl",
|
|
3565
3704
|
"attributes": {
|
|
3566
3705
|
"category": "text",
|
|
3567
|
-
"type": "
|
|
3568
|
-
"item": "
|
|
3706
|
+
"type": "type-scale",
|
|
3707
|
+
"item": "regular",
|
|
3569
3708
|
"subitem": "3XL"
|
|
3570
3709
|
},
|
|
3571
3710
|
"path": [
|
|
3572
3711
|
"text",
|
|
3573
|
-
"product",
|
|
3574
3712
|
"type-scale",
|
|
3713
|
+
"regular",
|
|
3575
3714
|
"3XL"
|
|
3576
3715
|
]
|
|
3577
3716
|
},
|
|
3578
3717
|
"2XL": {
|
|
3579
3718
|
"value": {
|
|
3580
|
-
"fontSize": "1.
|
|
3581
|
-
"fontFamily": "Poppins"
|
|
3719
|
+
"fontSize": "1.953 * 16",
|
|
3720
|
+
"fontFamily": "Poppins",
|
|
3721
|
+
"fontWeight": 400
|
|
3582
3722
|
},
|
|
3583
3723
|
"type": "typography",
|
|
3584
3724
|
"filePath": "tokens-figma/typography/base.json",
|
|
3585
3725
|
"isSource": true,
|
|
3586
3726
|
"original": {
|
|
3587
3727
|
"value": {
|
|
3588
|
-
"fontSize": "{typography.
|
|
3589
|
-
"fontFamily": "{text.
|
|
3728
|
+
"fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
|
|
3729
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
3730
|
+
"fontWeight": "{typography.font-weight.regular}"
|
|
3590
3731
|
},
|
|
3591
3732
|
"type": "typography"
|
|
3592
3733
|
},
|
|
3593
|
-
"name": "text-
|
|
3734
|
+
"name": "text-type-scale-regular-2-xl",
|
|
3594
3735
|
"attributes": {
|
|
3595
3736
|
"category": "text",
|
|
3596
|
-
"type": "
|
|
3597
|
-
"item": "
|
|
3737
|
+
"type": "type-scale",
|
|
3738
|
+
"item": "regular",
|
|
3598
3739
|
"subitem": "2XL"
|
|
3599
3740
|
},
|
|
3600
3741
|
"path": [
|
|
3601
3742
|
"text",
|
|
3602
|
-
"product",
|
|
3603
3743
|
"type-scale",
|
|
3744
|
+
"regular",
|
|
3604
3745
|
"2XL"
|
|
3605
3746
|
]
|
|
3606
3747
|
},
|
|
3607
3748
|
"XL": {
|
|
3608
3749
|
"value": {
|
|
3609
|
-
"fontSize": "1.
|
|
3610
|
-
"fontFamily": "Poppins"
|
|
3750
|
+
"fontSize": "1.563 * 16",
|
|
3751
|
+
"fontFamily": "Poppins",
|
|
3752
|
+
"fontWeight": 400
|
|
3611
3753
|
},
|
|
3612
3754
|
"type": "typography",
|
|
3613
3755
|
"filePath": "tokens-figma/typography/base.json",
|
|
3614
3756
|
"isSource": true,
|
|
3615
3757
|
"original": {
|
|
3616
3758
|
"value": {
|
|
3617
|
-
"fontSize": "{typography.
|
|
3618
|
-
"fontFamily": "{text.
|
|
3759
|
+
"fontSize": "{typography.size.XL} * {figma.typography.size.base}",
|
|
3760
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
3761
|
+
"fontWeight": "{typography.font-weight.regular}"
|
|
3619
3762
|
},
|
|
3620
3763
|
"type": "typography"
|
|
3621
3764
|
},
|
|
3622
|
-
"name": "text-
|
|
3765
|
+
"name": "text-type-scale-regular-xl",
|
|
3623
3766
|
"attributes": {
|
|
3624
3767
|
"category": "text",
|
|
3625
|
-
"type": "
|
|
3626
|
-
"item": "
|
|
3768
|
+
"type": "type-scale",
|
|
3769
|
+
"item": "regular",
|
|
3627
3770
|
"subitem": "XL"
|
|
3628
3771
|
},
|
|
3629
3772
|
"path": [
|
|
3630
3773
|
"text",
|
|
3631
|
-
"product",
|
|
3632
3774
|
"type-scale",
|
|
3775
|
+
"regular",
|
|
3633
3776
|
"XL"
|
|
3634
3777
|
]
|
|
3635
3778
|
},
|
|
3636
3779
|
"L": {
|
|
3637
3780
|
"value": {
|
|
3638
|
-
"fontSize": "1.
|
|
3639
|
-
"fontFamily": "Poppins"
|
|
3781
|
+
"fontSize": "1.25 * 16",
|
|
3782
|
+
"fontFamily": "Poppins",
|
|
3783
|
+
"fontWeight": 400
|
|
3640
3784
|
},
|
|
3641
3785
|
"type": "typography",
|
|
3642
3786
|
"filePath": "tokens-figma/typography/base.json",
|
|
3643
3787
|
"isSource": true,
|
|
3644
3788
|
"original": {
|
|
3645
3789
|
"value": {
|
|
3646
|
-
"fontSize": "{typography.
|
|
3647
|
-
"fontFamily": "{text.
|
|
3790
|
+
"fontSize": "{typography.size.L} * {figma.typography.size.base}",
|
|
3791
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
3792
|
+
"fontWeight": "{typography.font-weight.regular}"
|
|
3648
3793
|
},
|
|
3649
3794
|
"type": "typography"
|
|
3650
3795
|
},
|
|
3651
|
-
"name": "text-
|
|
3796
|
+
"name": "text-type-scale-regular-l",
|
|
3652
3797
|
"attributes": {
|
|
3653
3798
|
"category": "text",
|
|
3654
|
-
"type": "
|
|
3655
|
-
"item": "
|
|
3799
|
+
"type": "type-scale",
|
|
3800
|
+
"item": "regular",
|
|
3656
3801
|
"subitem": "L"
|
|
3657
3802
|
},
|
|
3658
3803
|
"path": [
|
|
3659
3804
|
"text",
|
|
3660
|
-
"product",
|
|
3661
3805
|
"type-scale",
|
|
3806
|
+
"regular",
|
|
3662
3807
|
"L"
|
|
3663
3808
|
]
|
|
3664
3809
|
},
|
|
3665
3810
|
"M": {
|
|
3666
3811
|
"value": {
|
|
3667
3812
|
"fontSize": "1 * 16",
|
|
3668
|
-
"fontFamily": "Poppins"
|
|
3813
|
+
"fontFamily": "Poppins",
|
|
3814
|
+
"fontWeight": 400
|
|
3669
3815
|
},
|
|
3670
3816
|
"comment": "Base value.",
|
|
3671
3817
|
"type": "typography",
|
|
@@ -3673,470 +3819,503 @@
|
|
|
3673
3819
|
"isSource": true,
|
|
3674
3820
|
"original": {
|
|
3675
3821
|
"value": {
|
|
3676
|
-
"fontSize": "{typography.
|
|
3677
|
-
"fontFamily": "{text.
|
|
3822
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
3823
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
3824
|
+
"fontWeight": "{typography.font-weight.regular}"
|
|
3678
3825
|
},
|
|
3679
3826
|
"comment": "Base value.",
|
|
3680
3827
|
"type": "typography"
|
|
3681
3828
|
},
|
|
3682
|
-
"name": "text-
|
|
3829
|
+
"name": "text-type-scale-regular-m",
|
|
3683
3830
|
"attributes": {
|
|
3684
3831
|
"category": "text",
|
|
3685
|
-
"type": "
|
|
3686
|
-
"item": "
|
|
3832
|
+
"type": "type-scale",
|
|
3833
|
+
"item": "regular",
|
|
3687
3834
|
"subitem": "M"
|
|
3688
3835
|
},
|
|
3689
3836
|
"path": [
|
|
3690
3837
|
"text",
|
|
3691
|
-
"product",
|
|
3692
3838
|
"type-scale",
|
|
3839
|
+
"regular",
|
|
3693
3840
|
"M"
|
|
3694
3841
|
]
|
|
3695
3842
|
},
|
|
3696
3843
|
"S": {
|
|
3697
3844
|
"value": {
|
|
3698
|
-
"fontSize": "0.
|
|
3699
|
-
"fontFamily": "Poppins"
|
|
3845
|
+
"fontSize": "0.8 * 16",
|
|
3846
|
+
"fontFamily": "Poppins",
|
|
3847
|
+
"fontWeight": 400
|
|
3700
3848
|
},
|
|
3701
3849
|
"type": "typography",
|
|
3702
3850
|
"filePath": "tokens-figma/typography/base.json",
|
|
3703
3851
|
"isSource": true,
|
|
3704
3852
|
"original": {
|
|
3705
3853
|
"value": {
|
|
3706
|
-
"fontSize": "{typography.
|
|
3707
|
-
"fontFamily": "{text.
|
|
3854
|
+
"fontSize": "{typography.size.S} * {figma.typography.size.base}",
|
|
3855
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
3856
|
+
"fontWeight": "{typography.font-weight.regular}"
|
|
3708
3857
|
},
|
|
3709
3858
|
"type": "typography"
|
|
3710
3859
|
},
|
|
3711
|
-
"name": "text-
|
|
3860
|
+
"name": "text-type-scale-regular-s",
|
|
3712
3861
|
"attributes": {
|
|
3713
3862
|
"category": "text",
|
|
3714
|
-
"type": "
|
|
3715
|
-
"item": "
|
|
3863
|
+
"type": "type-scale",
|
|
3864
|
+
"item": "regular",
|
|
3716
3865
|
"subitem": "S"
|
|
3717
3866
|
},
|
|
3718
3867
|
"path": [
|
|
3719
3868
|
"text",
|
|
3720
|
-
"product",
|
|
3721
3869
|
"type-scale",
|
|
3870
|
+
"regular",
|
|
3722
3871
|
"S"
|
|
3723
3872
|
]
|
|
3724
3873
|
},
|
|
3725
3874
|
"XS": {
|
|
3726
3875
|
"value": {
|
|
3727
|
-
"fontSize": "0.
|
|
3728
|
-
"fontFamily": "Poppins"
|
|
3876
|
+
"fontSize": "0.64 * 16",
|
|
3877
|
+
"fontFamily": "Poppins",
|
|
3878
|
+
"fontWeight": 400
|
|
3729
3879
|
},
|
|
3730
3880
|
"type": "typography",
|
|
3731
3881
|
"filePath": "tokens-figma/typography/base.json",
|
|
3732
3882
|
"isSource": true,
|
|
3733
3883
|
"original": {
|
|
3734
3884
|
"value": {
|
|
3735
|
-
"fontSize": "{typography.
|
|
3736
|
-
"fontFamily": "{text.
|
|
3885
|
+
"fontSize": "{typography.size.XS} * {figma.typography.size.base}",
|
|
3886
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
3887
|
+
"fontWeight": "{typography.font-weight.regular}"
|
|
3737
3888
|
},
|
|
3738
3889
|
"type": "typography"
|
|
3739
3890
|
},
|
|
3740
|
-
"name": "text-
|
|
3891
|
+
"name": "text-type-scale-regular-xs",
|
|
3741
3892
|
"attributes": {
|
|
3742
3893
|
"category": "text",
|
|
3743
|
-
"type": "
|
|
3744
|
-
"item": "
|
|
3894
|
+
"type": "type-scale",
|
|
3895
|
+
"item": "regular",
|
|
3745
3896
|
"subitem": "XS"
|
|
3746
3897
|
},
|
|
3747
3898
|
"path": [
|
|
3748
3899
|
"text",
|
|
3749
|
-
"product",
|
|
3750
3900
|
"type-scale",
|
|
3901
|
+
"regular",
|
|
3751
3902
|
"XS"
|
|
3752
3903
|
]
|
|
3753
3904
|
}
|
|
3754
|
-
}
|
|
3755
|
-
},
|
|
3756
|
-
"marketing": {
|
|
3757
|
-
"bodycopy": {
|
|
3758
|
-
"value": {
|
|
3759
|
-
"fontSize": "1 * 16",
|
|
3760
|
-
"fontFamily": "Aleo",
|
|
3761
|
-
"fontWeight": 400,
|
|
3762
|
-
"lineHeight": "195.3%",
|
|
3763
|
-
"letterSpacing": "2%"
|
|
3764
|
-
},
|
|
3765
|
-
"type": "typography",
|
|
3766
|
-
"filePath": "tokens-figma/typography/base.json",
|
|
3767
|
-
"isSource": true,
|
|
3768
|
-
"original": {
|
|
3769
|
-
"value": {
|
|
3770
|
-
"fontSize": "{typography.marketing.size.M} * {figma.typography.size.base}",
|
|
3771
|
-
"fontFamily": "Aleo",
|
|
3772
|
-
"fontWeight": "{typography.font-weight.regular}",
|
|
3773
|
-
"lineHeight": "{typography.line-height.L}",
|
|
3774
|
-
"letterSpacing": "{typography.letter-spacing.M}"
|
|
3775
|
-
},
|
|
3776
|
-
"type": "typography"
|
|
3777
|
-
},
|
|
3778
|
-
"name": "text-marketing-bodycopy",
|
|
3779
|
-
"attributes": {
|
|
3780
|
-
"category": "text",
|
|
3781
|
-
"type": "marketing",
|
|
3782
|
-
"item": "bodycopy"
|
|
3783
|
-
},
|
|
3784
|
-
"path": [
|
|
3785
|
-
"text",
|
|
3786
|
-
"marketing",
|
|
3787
|
-
"bodycopy"
|
|
3788
|
-
]
|
|
3789
3905
|
},
|
|
3790
|
-
"
|
|
3791
|
-
"
|
|
3906
|
+
"semibold": {
|
|
3907
|
+
"4XL": {
|
|
3792
3908
|
"value": {
|
|
3793
3909
|
"fontSize": "3.052 * 16",
|
|
3794
|
-
"fontWeight": 700,
|
|
3795
3910
|
"fontFamily": "Poppins",
|
|
3796
|
-
"
|
|
3911
|
+
"fontWeight": 600
|
|
3797
3912
|
},
|
|
3798
3913
|
"type": "typography",
|
|
3799
3914
|
"filePath": "tokens-figma/typography/base.json",
|
|
3800
3915
|
"isSource": true,
|
|
3801
3916
|
"original": {
|
|
3802
3917
|
"value": {
|
|
3803
|
-
"fontSize": "{typography.
|
|
3804
|
-
"
|
|
3805
|
-
"
|
|
3806
|
-
"lineHeight": "{typography.line-height.S}"
|
|
3918
|
+
"fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
|
|
3919
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
3920
|
+
"fontWeight": "{typography.font-weight.semibold}"
|
|
3807
3921
|
},
|
|
3808
3922
|
"type": "typography"
|
|
3809
3923
|
},
|
|
3810
|
-
"name": "text-
|
|
3924
|
+
"name": "text-type-scale-semibold-4-xl",
|
|
3811
3925
|
"attributes": {
|
|
3812
3926
|
"category": "text",
|
|
3813
|
-
"type": "
|
|
3814
|
-
"item": "
|
|
3815
|
-
"subitem": "
|
|
3927
|
+
"type": "type-scale",
|
|
3928
|
+
"item": "semibold",
|
|
3929
|
+
"subitem": "4XL"
|
|
3816
3930
|
},
|
|
3817
3931
|
"path": [
|
|
3818
3932
|
"text",
|
|
3819
|
-
"
|
|
3820
|
-
"
|
|
3821
|
-
"
|
|
3933
|
+
"type-scale",
|
|
3934
|
+
"semibold",
|
|
3935
|
+
"4XL"
|
|
3822
3936
|
]
|
|
3823
3937
|
},
|
|
3824
|
-
"
|
|
3938
|
+
"3XL": {
|
|
3825
3939
|
"value": {
|
|
3826
3940
|
"fontSize": "2.441 * 16",
|
|
3827
|
-
"fontWeight": 700,
|
|
3828
3941
|
"fontFamily": "Poppins",
|
|
3829
|
-
"
|
|
3942
|
+
"fontWeight": 600
|
|
3830
3943
|
},
|
|
3831
3944
|
"type": "typography",
|
|
3832
3945
|
"filePath": "tokens-figma/typography/base.json",
|
|
3833
3946
|
"isSource": true,
|
|
3834
3947
|
"original": {
|
|
3835
3948
|
"value": {
|
|
3836
|
-
"fontSize": "{typography.
|
|
3837
|
-
"
|
|
3838
|
-
"
|
|
3839
|
-
"lineHeight": "{text.marketing.headings.h1.value.lineHeight}"
|
|
3949
|
+
"fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
|
|
3950
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
3951
|
+
"fontWeight": "{typography.font-weight.semibold}"
|
|
3840
3952
|
},
|
|
3841
3953
|
"type": "typography"
|
|
3842
3954
|
},
|
|
3843
|
-
"name": "text-
|
|
3955
|
+
"name": "text-type-scale-semibold-3-xl",
|
|
3844
3956
|
"attributes": {
|
|
3845
3957
|
"category": "text",
|
|
3846
|
-
"type": "
|
|
3847
|
-
"item": "
|
|
3848
|
-
"subitem": "
|
|
3958
|
+
"type": "type-scale",
|
|
3959
|
+
"item": "semibold",
|
|
3960
|
+
"subitem": "3XL"
|
|
3849
3961
|
},
|
|
3850
3962
|
"path": [
|
|
3851
3963
|
"text",
|
|
3852
|
-
"
|
|
3853
|
-
"
|
|
3854
|
-
"
|
|
3964
|
+
"type-scale",
|
|
3965
|
+
"semibold",
|
|
3966
|
+
"3XL"
|
|
3855
3967
|
]
|
|
3856
3968
|
},
|
|
3857
|
-
"
|
|
3969
|
+
"2XL": {
|
|
3858
3970
|
"value": {
|
|
3859
3971
|
"fontSize": "1.953 * 16",
|
|
3860
|
-
"fontWeight": 700,
|
|
3861
3972
|
"fontFamily": "Poppins",
|
|
3862
|
-
"
|
|
3973
|
+
"fontWeight": 600
|
|
3863
3974
|
},
|
|
3864
3975
|
"type": "typography",
|
|
3865
3976
|
"filePath": "tokens-figma/typography/base.json",
|
|
3866
3977
|
"isSource": true,
|
|
3867
3978
|
"original": {
|
|
3868
3979
|
"value": {
|
|
3869
|
-
"fontSize": "{typography.
|
|
3870
|
-
"
|
|
3871
|
-
"
|
|
3872
|
-
"lineHeight": "{text.marketing.headings.h1.value.lineHeight}"
|
|
3980
|
+
"fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
|
|
3981
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
3982
|
+
"fontWeight": "{typography.font-weight.semibold}"
|
|
3873
3983
|
},
|
|
3874
3984
|
"type": "typography"
|
|
3875
3985
|
},
|
|
3876
|
-
"name": "text-
|
|
3986
|
+
"name": "text-type-scale-semibold-2-xl",
|
|
3877
3987
|
"attributes": {
|
|
3878
3988
|
"category": "text",
|
|
3879
|
-
"type": "
|
|
3880
|
-
"item": "
|
|
3881
|
-
"subitem": "
|
|
3989
|
+
"type": "type-scale",
|
|
3990
|
+
"item": "semibold",
|
|
3991
|
+
"subitem": "2XL"
|
|
3882
3992
|
},
|
|
3883
3993
|
"path": [
|
|
3884
3994
|
"text",
|
|
3885
|
-
"
|
|
3886
|
-
"
|
|
3887
|
-
"
|
|
3995
|
+
"type-scale",
|
|
3996
|
+
"semibold",
|
|
3997
|
+
"2XL"
|
|
3888
3998
|
]
|
|
3889
3999
|
},
|
|
3890
|
-
"
|
|
4000
|
+
"XL": {
|
|
3891
4001
|
"value": {
|
|
3892
4002
|
"fontSize": "1.563 * 16",
|
|
3893
|
-
"fontWeight": 700,
|
|
3894
4003
|
"fontFamily": "Poppins",
|
|
3895
|
-
"
|
|
4004
|
+
"fontWeight": 600
|
|
3896
4005
|
},
|
|
3897
4006
|
"type": "typography",
|
|
3898
4007
|
"filePath": "tokens-figma/typography/base.json",
|
|
3899
4008
|
"isSource": true,
|
|
3900
4009
|
"original": {
|
|
3901
4010
|
"value": {
|
|
3902
|
-
"fontSize": "{typography.
|
|
3903
|
-
"
|
|
3904
|
-
"
|
|
3905
|
-
"lineHeight": "{text.marketing.headings.h1.value.lineHeight}"
|
|
4011
|
+
"fontSize": "{typography.size.XL} * {figma.typography.size.base}",
|
|
4012
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
4013
|
+
"fontWeight": "{typography.font-weight.semibold}"
|
|
3906
4014
|
},
|
|
3907
4015
|
"type": "typography"
|
|
3908
4016
|
},
|
|
3909
|
-
"name": "text-
|
|
4017
|
+
"name": "text-type-scale-semibold-xl",
|
|
3910
4018
|
"attributes": {
|
|
3911
4019
|
"category": "text",
|
|
3912
|
-
"type": "
|
|
3913
|
-
"item": "
|
|
3914
|
-
"subitem": "
|
|
4020
|
+
"type": "type-scale",
|
|
4021
|
+
"item": "semibold",
|
|
4022
|
+
"subitem": "XL"
|
|
3915
4023
|
},
|
|
3916
4024
|
"path": [
|
|
3917
4025
|
"text",
|
|
3918
|
-
"
|
|
3919
|
-
"
|
|
3920
|
-
"
|
|
4026
|
+
"type-scale",
|
|
4027
|
+
"semibold",
|
|
4028
|
+
"XL"
|
|
3921
4029
|
]
|
|
3922
4030
|
},
|
|
3923
|
-
"
|
|
4031
|
+
"L": {
|
|
3924
4032
|
"value": {
|
|
3925
4033
|
"fontSize": "1.25 * 16",
|
|
3926
|
-
"fontWeight": 700,
|
|
3927
4034
|
"fontFamily": "Poppins",
|
|
3928
|
-
"
|
|
4035
|
+
"fontWeight": 600
|
|
3929
4036
|
},
|
|
3930
4037
|
"type": "typography",
|
|
3931
4038
|
"filePath": "tokens-figma/typography/base.json",
|
|
3932
4039
|
"isSource": true,
|
|
3933
4040
|
"original": {
|
|
3934
4041
|
"value": {
|
|
3935
|
-
"fontSize": "{typography.
|
|
3936
|
-
"
|
|
3937
|
-
"
|
|
3938
|
-
"lineHeight": "{text.marketing.headings.h1.value.lineHeight}"
|
|
4042
|
+
"fontSize": "{typography.size.L} * {figma.typography.size.base}",
|
|
4043
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
4044
|
+
"fontWeight": "{typography.font-weight.semibold}"
|
|
3939
4045
|
},
|
|
3940
4046
|
"type": "typography"
|
|
3941
4047
|
},
|
|
3942
|
-
"name": "text-
|
|
4048
|
+
"name": "text-type-scale-semibold-l",
|
|
3943
4049
|
"attributes": {
|
|
3944
4050
|
"category": "text",
|
|
3945
|
-
"type": "
|
|
3946
|
-
"item": "
|
|
3947
|
-
"subitem": "
|
|
4051
|
+
"type": "type-scale",
|
|
4052
|
+
"item": "semibold",
|
|
4053
|
+
"subitem": "L"
|
|
3948
4054
|
},
|
|
3949
4055
|
"path": [
|
|
3950
4056
|
"text",
|
|
3951
|
-
"
|
|
3952
|
-
"
|
|
3953
|
-
"
|
|
4057
|
+
"type-scale",
|
|
4058
|
+
"semibold",
|
|
4059
|
+
"L"
|
|
3954
4060
|
]
|
|
3955
4061
|
},
|
|
3956
|
-
"
|
|
4062
|
+
"M": {
|
|
3957
4063
|
"value": {
|
|
3958
4064
|
"fontSize": "1 * 16",
|
|
3959
|
-
"fontWeight": 700,
|
|
3960
4065
|
"fontFamily": "Poppins",
|
|
3961
|
-
"
|
|
4066
|
+
"fontWeight": 600
|
|
4067
|
+
},
|
|
4068
|
+
"comment": "Base value.",
|
|
4069
|
+
"type": "typography",
|
|
4070
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
4071
|
+
"isSource": true,
|
|
4072
|
+
"original": {
|
|
4073
|
+
"value": {
|
|
4074
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
4075
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
4076
|
+
"fontWeight": "{typography.font-weight.semibold}"
|
|
4077
|
+
},
|
|
4078
|
+
"comment": "Base value.",
|
|
4079
|
+
"type": "typography"
|
|
4080
|
+
},
|
|
4081
|
+
"name": "text-type-scale-semibold-m",
|
|
4082
|
+
"attributes": {
|
|
4083
|
+
"category": "text",
|
|
4084
|
+
"type": "type-scale",
|
|
4085
|
+
"item": "semibold",
|
|
4086
|
+
"subitem": "M"
|
|
4087
|
+
},
|
|
4088
|
+
"path": [
|
|
4089
|
+
"text",
|
|
4090
|
+
"type-scale",
|
|
4091
|
+
"semibold",
|
|
4092
|
+
"M"
|
|
4093
|
+
]
|
|
4094
|
+
},
|
|
4095
|
+
"S": {
|
|
4096
|
+
"value": {
|
|
4097
|
+
"fontSize": "0.8 * 16",
|
|
4098
|
+
"fontFamily": "Poppins",
|
|
4099
|
+
"fontWeight": 600
|
|
3962
4100
|
},
|
|
3963
4101
|
"type": "typography",
|
|
3964
4102
|
"filePath": "tokens-figma/typography/base.json",
|
|
3965
4103
|
"isSource": true,
|
|
3966
4104
|
"original": {
|
|
3967
4105
|
"value": {
|
|
3968
|
-
"fontSize": "{typography.
|
|
3969
|
-
"
|
|
3970
|
-
"
|
|
3971
|
-
"lineHeight": "{text.marketing.headings.h1.value.lineHeight}"
|
|
4106
|
+
"fontSize": "{typography.size.S} * {figma.typography.size.base}",
|
|
4107
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
4108
|
+
"fontWeight": "{typography.font-weight.semibold}"
|
|
3972
4109
|
},
|
|
3973
4110
|
"type": "typography"
|
|
3974
4111
|
},
|
|
3975
|
-
"name": "text-
|
|
4112
|
+
"name": "text-type-scale-semibold-s",
|
|
3976
4113
|
"attributes": {
|
|
3977
4114
|
"category": "text",
|
|
3978
|
-
"type": "
|
|
3979
|
-
"item": "
|
|
3980
|
-
"subitem": "
|
|
4115
|
+
"type": "type-scale",
|
|
4116
|
+
"item": "semibold",
|
|
4117
|
+
"subitem": "S"
|
|
3981
4118
|
},
|
|
3982
4119
|
"path": [
|
|
3983
4120
|
"text",
|
|
3984
|
-
"
|
|
3985
|
-
"
|
|
3986
|
-
"
|
|
4121
|
+
"type-scale",
|
|
4122
|
+
"semibold",
|
|
4123
|
+
"S"
|
|
4124
|
+
]
|
|
4125
|
+
},
|
|
4126
|
+
"XS": {
|
|
4127
|
+
"value": {
|
|
4128
|
+
"fontSize": "0.64 * 16",
|
|
4129
|
+
"fontFamily": "Poppins",
|
|
4130
|
+
"fontWeight": 600
|
|
4131
|
+
},
|
|
4132
|
+
"type": "typography",
|
|
4133
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
4134
|
+
"isSource": true,
|
|
4135
|
+
"original": {
|
|
4136
|
+
"value": {
|
|
4137
|
+
"fontSize": "{typography.size.XS} * {figma.typography.size.base}",
|
|
4138
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
4139
|
+
"fontWeight": "{typography.font-weight.semibold}"
|
|
4140
|
+
},
|
|
4141
|
+
"type": "typography"
|
|
4142
|
+
},
|
|
4143
|
+
"name": "text-type-scale-semibold-xs",
|
|
4144
|
+
"attributes": {
|
|
4145
|
+
"category": "text",
|
|
4146
|
+
"type": "type-scale",
|
|
4147
|
+
"item": "semibold",
|
|
4148
|
+
"subitem": "XS"
|
|
4149
|
+
},
|
|
4150
|
+
"path": [
|
|
4151
|
+
"text",
|
|
4152
|
+
"type-scale",
|
|
4153
|
+
"semibold",
|
|
4154
|
+
"XS"
|
|
3987
4155
|
]
|
|
3988
4156
|
}
|
|
3989
4157
|
},
|
|
3990
|
-
"
|
|
4158
|
+
"bold": {
|
|
3991
4159
|
"4XL": {
|
|
3992
4160
|
"value": {
|
|
3993
4161
|
"fontSize": "3.052 * 16",
|
|
3994
|
-
"fontFamily": "Poppins"
|
|
4162
|
+
"fontFamily": "Poppins",
|
|
4163
|
+
"fontWeight": 700
|
|
3995
4164
|
},
|
|
3996
4165
|
"type": "typography",
|
|
3997
4166
|
"filePath": "tokens-figma/typography/base.json",
|
|
3998
4167
|
"isSource": true,
|
|
3999
4168
|
"original": {
|
|
4000
4169
|
"value": {
|
|
4001
|
-
"fontSize": "{typography.
|
|
4002
|
-
"fontFamily": "
|
|
4170
|
+
"fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
|
|
4171
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
4172
|
+
"fontWeight": "{typography.font-weight.bold}"
|
|
4003
4173
|
},
|
|
4004
4174
|
"type": "typography"
|
|
4005
4175
|
},
|
|
4006
|
-
"name": "text-
|
|
4176
|
+
"name": "text-type-scale-bold-4-xl",
|
|
4007
4177
|
"attributes": {
|
|
4008
4178
|
"category": "text",
|
|
4009
|
-
"type": "
|
|
4010
|
-
"item": "
|
|
4179
|
+
"type": "type-scale",
|
|
4180
|
+
"item": "bold",
|
|
4011
4181
|
"subitem": "4XL"
|
|
4012
4182
|
},
|
|
4013
4183
|
"path": [
|
|
4014
4184
|
"text",
|
|
4015
|
-
"marketing",
|
|
4016
4185
|
"type-scale",
|
|
4186
|
+
"bold",
|
|
4017
4187
|
"4XL"
|
|
4018
4188
|
]
|
|
4019
4189
|
},
|
|
4020
4190
|
"3XL": {
|
|
4021
4191
|
"value": {
|
|
4022
4192
|
"fontSize": "2.441 * 16",
|
|
4023
|
-
"fontFamily": "Poppins"
|
|
4193
|
+
"fontFamily": "Poppins",
|
|
4194
|
+
"fontWeight": 700
|
|
4024
4195
|
},
|
|
4025
4196
|
"type": "typography",
|
|
4026
4197
|
"filePath": "tokens-figma/typography/base.json",
|
|
4027
4198
|
"isSource": true,
|
|
4028
4199
|
"original": {
|
|
4029
4200
|
"value": {
|
|
4030
|
-
"fontSize": "{typography.
|
|
4031
|
-
"fontFamily": "{text.
|
|
4201
|
+
"fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
|
|
4202
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
4203
|
+
"fontWeight": "{typography.font-weight.bold}"
|
|
4032
4204
|
},
|
|
4033
4205
|
"type": "typography"
|
|
4034
4206
|
},
|
|
4035
|
-
"name": "text-
|
|
4207
|
+
"name": "text-type-scale-bold-3-xl",
|
|
4036
4208
|
"attributes": {
|
|
4037
4209
|
"category": "text",
|
|
4038
|
-
"type": "
|
|
4039
|
-
"item": "
|
|
4210
|
+
"type": "type-scale",
|
|
4211
|
+
"item": "bold",
|
|
4040
4212
|
"subitem": "3XL"
|
|
4041
4213
|
},
|
|
4042
4214
|
"path": [
|
|
4043
4215
|
"text",
|
|
4044
|
-
"marketing",
|
|
4045
4216
|
"type-scale",
|
|
4217
|
+
"bold",
|
|
4046
4218
|
"3XL"
|
|
4047
4219
|
]
|
|
4048
4220
|
},
|
|
4049
4221
|
"2XL": {
|
|
4050
4222
|
"value": {
|
|
4051
4223
|
"fontSize": "1.953 * 16",
|
|
4052
|
-
"fontFamily": "Poppins"
|
|
4224
|
+
"fontFamily": "Poppins",
|
|
4225
|
+
"fontWeight": 700
|
|
4053
4226
|
},
|
|
4054
4227
|
"type": "typography",
|
|
4055
4228
|
"filePath": "tokens-figma/typography/base.json",
|
|
4056
4229
|
"isSource": true,
|
|
4057
4230
|
"original": {
|
|
4058
4231
|
"value": {
|
|
4059
|
-
"fontSize": "{typography.
|
|
4060
|
-
"fontFamily": "{text.
|
|
4232
|
+
"fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
|
|
4233
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
4234
|
+
"fontWeight": "{typography.font-weight.bold}"
|
|
4061
4235
|
},
|
|
4062
4236
|
"type": "typography"
|
|
4063
4237
|
},
|
|
4064
|
-
"name": "text-
|
|
4238
|
+
"name": "text-type-scale-bold-2-xl",
|
|
4065
4239
|
"attributes": {
|
|
4066
4240
|
"category": "text",
|
|
4067
|
-
"type": "
|
|
4068
|
-
"item": "
|
|
4241
|
+
"type": "type-scale",
|
|
4242
|
+
"item": "bold",
|
|
4069
4243
|
"subitem": "2XL"
|
|
4070
4244
|
},
|
|
4071
4245
|
"path": [
|
|
4072
4246
|
"text",
|
|
4073
|
-
"marketing",
|
|
4074
4247
|
"type-scale",
|
|
4248
|
+
"bold",
|
|
4075
4249
|
"2XL"
|
|
4076
4250
|
]
|
|
4077
4251
|
},
|
|
4078
4252
|
"XL": {
|
|
4079
4253
|
"value": {
|
|
4080
4254
|
"fontSize": "1.563 * 16",
|
|
4081
|
-
"fontFamily": "Poppins"
|
|
4255
|
+
"fontFamily": "Poppins",
|
|
4256
|
+
"fontWeight": 700
|
|
4082
4257
|
},
|
|
4083
4258
|
"type": "typography",
|
|
4084
4259
|
"filePath": "tokens-figma/typography/base.json",
|
|
4085
4260
|
"isSource": true,
|
|
4086
4261
|
"original": {
|
|
4087
4262
|
"value": {
|
|
4088
|
-
"fontSize": "{typography.
|
|
4089
|
-
"fontFamily": "{text.
|
|
4263
|
+
"fontSize": "{typography.size.XL} * {figma.typography.size.base}",
|
|
4264
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
4265
|
+
"fontWeight": "{typography.font-weight.bold}"
|
|
4090
4266
|
},
|
|
4091
4267
|
"type": "typography"
|
|
4092
4268
|
},
|
|
4093
|
-
"name": "text-
|
|
4269
|
+
"name": "text-type-scale-bold-xl",
|
|
4094
4270
|
"attributes": {
|
|
4095
4271
|
"category": "text",
|
|
4096
|
-
"type": "
|
|
4097
|
-
"item": "
|
|
4272
|
+
"type": "type-scale",
|
|
4273
|
+
"item": "bold",
|
|
4098
4274
|
"subitem": "XL"
|
|
4099
4275
|
},
|
|
4100
4276
|
"path": [
|
|
4101
4277
|
"text",
|
|
4102
|
-
"marketing",
|
|
4103
4278
|
"type-scale",
|
|
4279
|
+
"bold",
|
|
4104
4280
|
"XL"
|
|
4105
4281
|
]
|
|
4106
4282
|
},
|
|
4107
4283
|
"L": {
|
|
4108
4284
|
"value": {
|
|
4109
4285
|
"fontSize": "1.25 * 16",
|
|
4110
|
-
"fontFamily": "Poppins"
|
|
4286
|
+
"fontFamily": "Poppins",
|
|
4287
|
+
"fontWeight": 700
|
|
4111
4288
|
},
|
|
4112
4289
|
"type": "typography",
|
|
4113
4290
|
"filePath": "tokens-figma/typography/base.json",
|
|
4114
4291
|
"isSource": true,
|
|
4115
4292
|
"original": {
|
|
4116
4293
|
"value": {
|
|
4117
|
-
"fontSize": "{typography.
|
|
4118
|
-
"fontFamily": "{text.
|
|
4294
|
+
"fontSize": "{typography.size.L} * {figma.typography.size.base}",
|
|
4295
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
4296
|
+
"fontWeight": "{typography.font-weight.bold}"
|
|
4119
4297
|
},
|
|
4120
4298
|
"type": "typography"
|
|
4121
4299
|
},
|
|
4122
|
-
"name": "text-
|
|
4300
|
+
"name": "text-type-scale-bold-l",
|
|
4123
4301
|
"attributes": {
|
|
4124
4302
|
"category": "text",
|
|
4125
|
-
"type": "
|
|
4126
|
-
"item": "
|
|
4303
|
+
"type": "type-scale",
|
|
4304
|
+
"item": "bold",
|
|
4127
4305
|
"subitem": "L"
|
|
4128
4306
|
},
|
|
4129
4307
|
"path": [
|
|
4130
4308
|
"text",
|
|
4131
|
-
"marketing",
|
|
4132
4309
|
"type-scale",
|
|
4310
|
+
"bold",
|
|
4133
4311
|
"L"
|
|
4134
4312
|
]
|
|
4135
4313
|
},
|
|
4136
4314
|
"M": {
|
|
4137
4315
|
"value": {
|
|
4138
4316
|
"fontSize": "1 * 16",
|
|
4139
|
-
"fontFamily": "Poppins"
|
|
4317
|
+
"fontFamily": "Poppins",
|
|
4318
|
+
"fontWeight": 700
|
|
4140
4319
|
},
|
|
4141
4320
|
"comment": "Base value.",
|
|
4142
4321
|
"type": "typography",
|
|
@@ -4144,86 +4323,245 @@
|
|
|
4144
4323
|
"isSource": true,
|
|
4145
4324
|
"original": {
|
|
4146
4325
|
"value": {
|
|
4147
|
-
"fontSize": "{typography.
|
|
4148
|
-
"fontFamily": "{text.
|
|
4326
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
4327
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
4328
|
+
"fontWeight": "{typography.font-weight.bold}"
|
|
4149
4329
|
},
|
|
4150
4330
|
"comment": "Base value.",
|
|
4151
4331
|
"type": "typography"
|
|
4152
4332
|
},
|
|
4153
|
-
"name": "text-
|
|
4333
|
+
"name": "text-type-scale-bold-m",
|
|
4154
4334
|
"attributes": {
|
|
4155
4335
|
"category": "text",
|
|
4156
|
-
"type": "
|
|
4157
|
-
"item": "
|
|
4336
|
+
"type": "type-scale",
|
|
4337
|
+
"item": "bold",
|
|
4158
4338
|
"subitem": "M"
|
|
4159
4339
|
},
|
|
4160
4340
|
"path": [
|
|
4161
4341
|
"text",
|
|
4162
|
-
"marketing",
|
|
4163
4342
|
"type-scale",
|
|
4343
|
+
"bold",
|
|
4164
4344
|
"M"
|
|
4165
4345
|
]
|
|
4166
4346
|
},
|
|
4167
4347
|
"S": {
|
|
4168
4348
|
"value": {
|
|
4169
4349
|
"fontSize": "0.8 * 16",
|
|
4170
|
-
"fontFamily": "Poppins"
|
|
4350
|
+
"fontFamily": "Poppins",
|
|
4351
|
+
"fontWeight": 700
|
|
4171
4352
|
},
|
|
4172
4353
|
"type": "typography",
|
|
4173
4354
|
"filePath": "tokens-figma/typography/base.json",
|
|
4174
4355
|
"isSource": true,
|
|
4175
4356
|
"original": {
|
|
4176
4357
|
"value": {
|
|
4177
|
-
"fontSize": "{typography.
|
|
4178
|
-
"fontFamily": "{text.
|
|
4358
|
+
"fontSize": "{typography.size.S} * {figma.typography.size.base}",
|
|
4359
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
4360
|
+
"fontWeight": "{typography.font-weight.bold}"
|
|
4179
4361
|
},
|
|
4180
4362
|
"type": "typography"
|
|
4181
4363
|
},
|
|
4182
|
-
"name": "text-
|
|
4364
|
+
"name": "text-type-scale-bold-s",
|
|
4183
4365
|
"attributes": {
|
|
4184
4366
|
"category": "text",
|
|
4185
|
-
"type": "
|
|
4186
|
-
"item": "
|
|
4367
|
+
"type": "type-scale",
|
|
4368
|
+
"item": "bold",
|
|
4187
4369
|
"subitem": "S"
|
|
4188
4370
|
},
|
|
4189
4371
|
"path": [
|
|
4190
4372
|
"text",
|
|
4191
|
-
"marketing",
|
|
4192
4373
|
"type-scale",
|
|
4374
|
+
"bold",
|
|
4193
4375
|
"S"
|
|
4194
4376
|
]
|
|
4195
4377
|
},
|
|
4196
4378
|
"XS": {
|
|
4197
4379
|
"value": {
|
|
4198
4380
|
"fontSize": "0.64 * 16",
|
|
4199
|
-
"fontFamily": "Poppins"
|
|
4381
|
+
"fontFamily": "Poppins",
|
|
4382
|
+
"fontWeight": 700
|
|
4200
4383
|
},
|
|
4201
4384
|
"type": "typography",
|
|
4202
4385
|
"filePath": "tokens-figma/typography/base.json",
|
|
4203
4386
|
"isSource": true,
|
|
4204
4387
|
"original": {
|
|
4205
4388
|
"value": {
|
|
4206
|
-
"fontSize": "{typography.
|
|
4207
|
-
"fontFamily": "{text.
|
|
4389
|
+
"fontSize": "{typography.size.XS} * {figma.typography.size.base}",
|
|
4390
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
4391
|
+
"fontWeight": "{typography.font-weight.bold}"
|
|
4208
4392
|
},
|
|
4209
4393
|
"type": "typography"
|
|
4210
4394
|
},
|
|
4211
|
-
"name": "text-
|
|
4395
|
+
"name": "text-type-scale-bold-xs",
|
|
4212
4396
|
"attributes": {
|
|
4213
4397
|
"category": "text",
|
|
4214
|
-
"type": "
|
|
4215
|
-
"item": "
|
|
4398
|
+
"type": "type-scale",
|
|
4399
|
+
"item": "bold",
|
|
4216
4400
|
"subitem": "XS"
|
|
4217
4401
|
},
|
|
4218
4402
|
"path": [
|
|
4219
4403
|
"text",
|
|
4220
|
-
"marketing",
|
|
4221
4404
|
"type-scale",
|
|
4405
|
+
"bold",
|
|
4222
4406
|
"XS"
|
|
4223
4407
|
]
|
|
4224
4408
|
}
|
|
4225
4409
|
}
|
|
4226
4410
|
}
|
|
4411
|
+
},
|
|
4412
|
+
"elevation": {
|
|
4413
|
+
"dark-mode": {
|
|
4414
|
+
"raised": {
|
|
4415
|
+
"value": {
|
|
4416
|
+
"x": "0",
|
|
4417
|
+
"y": "1",
|
|
4418
|
+
"blur": "1",
|
|
4419
|
+
"spread": "0",
|
|
4420
|
+
"color": "rgba(18, 18, 25, 0.95)",
|
|
4421
|
+
"type": "dropShadow"
|
|
4422
|
+
},
|
|
4423
|
+
"type": "boxShadow",
|
|
4424
|
+
"public": true,
|
|
4425
|
+
"filePath": "tokens/elevation/base.dark.json",
|
|
4426
|
+
"isSource": true,
|
|
4427
|
+
"original": {
|
|
4428
|
+
"value": {
|
|
4429
|
+
"x": "0",
|
|
4430
|
+
"y": "1",
|
|
4431
|
+
"blur": "1",
|
|
4432
|
+
"spread": "0",
|
|
4433
|
+
"color": "rgba(18, 18, 25, 0.95)",
|
|
4434
|
+
"type": "dropShadow"
|
|
4435
|
+
},
|
|
4436
|
+
"type": "boxShadow",
|
|
4437
|
+
"public": true
|
|
4438
|
+
},
|
|
4439
|
+
"name": "elevation-dark-mode-raised",
|
|
4440
|
+
"attributes": {
|
|
4441
|
+
"category": "elevation",
|
|
4442
|
+
"type": "dark-mode",
|
|
4443
|
+
"item": "raised"
|
|
4444
|
+
},
|
|
4445
|
+
"path": [
|
|
4446
|
+
"elevation",
|
|
4447
|
+
"dark-mode",
|
|
4448
|
+
"raised"
|
|
4449
|
+
]
|
|
4450
|
+
},
|
|
4451
|
+
"overlay": {
|
|
4452
|
+
"value": {
|
|
4453
|
+
"x": "0",
|
|
4454
|
+
"y": "8",
|
|
4455
|
+
"blur": "12",
|
|
4456
|
+
"spread": "0",
|
|
4457
|
+
"color": "rgba(18, 18, 25, 0.6)",
|
|
4458
|
+
"type": "dropShadow"
|
|
4459
|
+
},
|
|
4460
|
+
"type": "boxShadow",
|
|
4461
|
+
"public": true,
|
|
4462
|
+
"filePath": "tokens/elevation/base.dark.json",
|
|
4463
|
+
"isSource": true,
|
|
4464
|
+
"original": {
|
|
4465
|
+
"value": {
|
|
4466
|
+
"x": "0",
|
|
4467
|
+
"y": "8",
|
|
4468
|
+
"blur": "12",
|
|
4469
|
+
"spread": "0",
|
|
4470
|
+
"color": "rgba(18, 18, 25, 0.6)",
|
|
4471
|
+
"type": "dropShadow"
|
|
4472
|
+
},
|
|
4473
|
+
"type": "boxShadow",
|
|
4474
|
+
"public": true
|
|
4475
|
+
},
|
|
4476
|
+
"name": "elevation-dark-mode-overlay",
|
|
4477
|
+
"attributes": {
|
|
4478
|
+
"category": "elevation",
|
|
4479
|
+
"type": "dark-mode",
|
|
4480
|
+
"item": "overlay"
|
|
4481
|
+
},
|
|
4482
|
+
"path": [
|
|
4483
|
+
"elevation",
|
|
4484
|
+
"dark-mode",
|
|
4485
|
+
"overlay"
|
|
4486
|
+
]
|
|
4487
|
+
}
|
|
4488
|
+
},
|
|
4489
|
+
"light-mode": {
|
|
4490
|
+
"raised": {
|
|
4491
|
+
"value": {
|
|
4492
|
+
"x": "0",
|
|
4493
|
+
"y": "1",
|
|
4494
|
+
"blur": "1",
|
|
4495
|
+
"spread": "0",
|
|
4496
|
+
"color": "#aeaeb6",
|
|
4497
|
+
"type": "dropShadow"
|
|
4498
|
+
},
|
|
4499
|
+
"type": "boxShadow",
|
|
4500
|
+
"public": true,
|
|
4501
|
+
"filePath": "tokens/elevation/base.light.json",
|
|
4502
|
+
"isSource": true,
|
|
4503
|
+
"original": {
|
|
4504
|
+
"value": {
|
|
4505
|
+
"x": "0",
|
|
4506
|
+
"y": "1",
|
|
4507
|
+
"blur": "1",
|
|
4508
|
+
"spread": "0",
|
|
4509
|
+
"color": "#aeaeb6",
|
|
4510
|
+
"type": "dropShadow"
|
|
4511
|
+
},
|
|
4512
|
+
"type": "boxShadow",
|
|
4513
|
+
"public": true
|
|
4514
|
+
},
|
|
4515
|
+
"name": "elevation-light-mode-raised",
|
|
4516
|
+
"attributes": {
|
|
4517
|
+
"category": "elevation",
|
|
4518
|
+
"type": "light-mode",
|
|
4519
|
+
"item": "raised"
|
|
4520
|
+
},
|
|
4521
|
+
"path": [
|
|
4522
|
+
"elevation",
|
|
4523
|
+
"light-mode",
|
|
4524
|
+
"raised"
|
|
4525
|
+
]
|
|
4526
|
+
},
|
|
4527
|
+
"overlay": {
|
|
4528
|
+
"value": {
|
|
4529
|
+
"x": "0",
|
|
4530
|
+
"y": "8",
|
|
4531
|
+
"blur": "12",
|
|
4532
|
+
"spread": "0",
|
|
4533
|
+
"color": "rgba(113, 113, 124, 0.25)",
|
|
4534
|
+
"type": "dropShadow"
|
|
4535
|
+
},
|
|
4536
|
+
"type": "boxShadow",
|
|
4537
|
+
"public": true,
|
|
4538
|
+
"filePath": "tokens/elevation/base.light.json",
|
|
4539
|
+
"isSource": true,
|
|
4540
|
+
"original": {
|
|
4541
|
+
"value": {
|
|
4542
|
+
"x": "0",
|
|
4543
|
+
"y": "8",
|
|
4544
|
+
"blur": "12",
|
|
4545
|
+
"spread": "0",
|
|
4546
|
+
"color": "rgba(113, 113, 124, 0.25)",
|
|
4547
|
+
"type": "dropShadow"
|
|
4548
|
+
},
|
|
4549
|
+
"type": "boxShadow",
|
|
4550
|
+
"public": true
|
|
4551
|
+
},
|
|
4552
|
+
"name": "elevation-light-mode-overlay",
|
|
4553
|
+
"attributes": {
|
|
4554
|
+
"category": "elevation",
|
|
4555
|
+
"type": "light-mode",
|
|
4556
|
+
"item": "overlay"
|
|
4557
|
+
},
|
|
4558
|
+
"path": [
|
|
4559
|
+
"elevation",
|
|
4560
|
+
"light-mode",
|
|
4561
|
+
"overlay"
|
|
4562
|
+
]
|
|
4563
|
+
}
|
|
4564
|
+
}
|
|
4227
4565
|
}
|
|
4228
4566
|
}
|
|
4229
4567
|
}
|