@gitlab/ui 123.7.0 → 123.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/dist/index.css +2 -2
  2. package/dist/index.css.map +1 -1
  3. package/dist/tailwind.css +1 -1
  4. package/dist/tailwind.css.map +1 -1
  5. package/dist/tokens/build/js/tokens.dark.js +19 -6
  6. package/dist/tokens/build/js/tokens.js +19 -6
  7. package/dist/tokens/css/tokens.css +18 -5
  8. package/dist/tokens/css/tokens.dark.css +18 -5
  9. package/dist/tokens/docs/tokens-tailwind-docs.dark.json +746 -2
  10. package/dist/tokens/docs/tokens-tailwind-docs.json +746 -2
  11. package/dist/tokens/figma/constants.tokens.json +164 -10
  12. package/dist/tokens/figma/contextual.tokens.json +14 -2
  13. package/dist/tokens/figma/semantic.tokens.json +15 -2
  14. package/dist/tokens/js/tokens.dark.js +45 -5
  15. package/dist/tokens/js/tokens.js +45 -5
  16. package/dist/tokens/json/tokens.dark.json +513 -29
  17. package/dist/tokens/json/tokens.json +513 -29
  18. package/dist/tokens/scss/_tokens.dark.scss +18 -5
  19. package/dist/tokens/scss/_tokens.scss +18 -5
  20. package/dist/tokens/scss/_tokens_custom_properties.scss +13 -0
  21. package/dist/tokens/tailwind/tokens.cjs +9 -1
  22. package/package.json +2 -2
  23. package/src/components/base/button/button.scss +2 -1
  24. package/src/scss/variables.scss +0 -3
  25. package/src/tokens/build/css/tokens.css +18 -5
  26. package/src/tokens/build/css/tokens.dark.css +18 -5
  27. package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +746 -2
  28. package/src/tokens/build/docs/tokens-tailwind-docs.json +746 -2
  29. package/src/tokens/build/figma/constants.tokens.json +164 -10
  30. package/src/tokens/build/figma/contextual.tokens.json +14 -2
  31. package/src/tokens/build/figma/semantic.tokens.json +15 -2
  32. package/src/tokens/build/js/tokens.dark.js +45 -5
  33. package/src/tokens/build/js/tokens.js +45 -5
  34. package/src/tokens/build/json/tokens.dark.json +513 -29
  35. package/src/tokens/build/json/tokens.json +513 -29
  36. package/src/tokens/build/scss/_tokens.dark.scss +18 -5
  37. package/src/tokens/build/scss/_tokens.scss +18 -5
  38. package/src/tokens/build/scss/_tokens_custom_properties.scss +13 -0
  39. package/src/tokens/build/tailwind/tokens.cjs +35 -0
  40. package/src/tokens/constant/font.tokens.json +136 -0
  41. package/src/tokens/constant/line_height.tokens.json +30 -10
  42. package/src/tokens/contextual/button.tokens.json +12 -0
  43. package/src/tokens/contextual/card.tokens.json +1 -1
  44. package/src/tokens/contextual/modal.tokens.json +1 -1
  45. package/src/tokens/semantic/action.tokens.json +1 -1
  46. package/src/tokens/semantic/control.tokens.json +1 -1
  47. package/src/tokens/semantic/font.tokens.json +15 -0
  48. package/tailwind.defaults.js +8 -21
@@ -6164,13 +6164,425 @@
6164
6164
  }
6165
6165
  }
6166
6166
  },
6167
+ "font": {
6168
+ "family": {
6169
+ "regular": {
6170
+ "key": "{font.family.regular}",
6171
+ "$value": [
6172
+ "var(--default-regular-font, 'GitLab Sans')",
6173
+ "-apple-system",
6174
+ "BlinkMacSystemFont",
6175
+ "'Segoe UI'",
6176
+ "Roboto",
6177
+ "'Noto Sans'",
6178
+ "Ubuntu",
6179
+ "Cantarell",
6180
+ "'Helvetica Neue'",
6181
+ "sans-serif",
6182
+ "'Apple Color Emoji'",
6183
+ "'Segoe UI Emoji'",
6184
+ "'Segoe UI Symbol'",
6185
+ "'Noto Color Emoji'"
6186
+ ],
6187
+ "$type": "fontFamily",
6188
+ "$extensions": {
6189
+ "com.figma.scope": [
6190
+ "FONT_FAMILY"
6191
+ ]
6192
+ },
6193
+ "filePath": "src/tokens/constant/font.tokens.json",
6194
+ "isSource": true,
6195
+ "original": {
6196
+ "$value": [
6197
+ "var(--default-regular-font, 'GitLab Sans')",
6198
+ "-apple-system",
6199
+ "BlinkMacSystemFont",
6200
+ "'Segoe UI'",
6201
+ "Roboto",
6202
+ "'Noto Sans'",
6203
+ "Ubuntu",
6204
+ "Cantarell",
6205
+ "'Helvetica Neue'",
6206
+ "sans-serif",
6207
+ "'Apple Color Emoji'",
6208
+ "'Segoe UI Emoji'",
6209
+ "'Segoe UI Symbol'",
6210
+ "'Noto Color Emoji'"
6211
+ ],
6212
+ "$type": "fontFamily",
6213
+ "$extensions": {
6214
+ "com.figma.scope": [
6215
+ "FONT_FAMILY"
6216
+ ]
6217
+ },
6218
+ "key": "{font.family.regular}"
6219
+ },
6220
+ "name": "FONT_FAMILY_REGULAR",
6221
+ "attributes": {},
6222
+ "path": [
6223
+ "font",
6224
+ "family",
6225
+ "regular"
6226
+ ]
6227
+ },
6228
+ "monospace": {
6229
+ "key": "{font.family.monospace}",
6230
+ "$value": [
6231
+ "var(--default-mono-font, 'GitLab Mono')",
6232
+ "'JetBrains Mono'",
6233
+ "Menlo",
6234
+ "'DejaVu Sans Mono'",
6235
+ "'Liberation Mono'",
6236
+ "Consolas",
6237
+ "'Ubuntu Mono'",
6238
+ "'Courier New'",
6239
+ "'andale mono'",
6240
+ "'lucida console'",
6241
+ "monospace"
6242
+ ],
6243
+ "$type": "fontFamily",
6244
+ "$extensions": {
6245
+ "com.figma.scope": [
6246
+ "FONT_FAMILY"
6247
+ ]
6248
+ },
6249
+ "filePath": "src/tokens/constant/font.tokens.json",
6250
+ "isSource": true,
6251
+ "original": {
6252
+ "$value": [
6253
+ "var(--default-mono-font, 'GitLab Mono')",
6254
+ "'JetBrains Mono'",
6255
+ "Menlo",
6256
+ "'DejaVu Sans Mono'",
6257
+ "'Liberation Mono'",
6258
+ "Consolas",
6259
+ "'Ubuntu Mono'",
6260
+ "'Courier New'",
6261
+ "'andale mono'",
6262
+ "'lucida console'",
6263
+ "monospace"
6264
+ ],
6265
+ "$type": "fontFamily",
6266
+ "$extensions": {
6267
+ "com.figma.scope": [
6268
+ "FONT_FAMILY"
6269
+ ]
6270
+ },
6271
+ "key": "{font.family.monospace}"
6272
+ },
6273
+ "name": "FONT_FAMILY_MONOSPACE",
6274
+ "attributes": {},
6275
+ "path": [
6276
+ "font",
6277
+ "family",
6278
+ "monospace"
6279
+ ]
6280
+ }
6281
+ },
6282
+ "size": {
6283
+ "xs": {
6284
+ "key": "{font.size.xs}",
6285
+ "$value": "0.625rem",
6286
+ "$type": "dimension",
6287
+ "$extensions": {
6288
+ "com.figma.scope": [
6289
+ "FONT_SIZE"
6290
+ ]
6291
+ },
6292
+ "filePath": "src/tokens/constant/font.tokens.json",
6293
+ "isSource": true,
6294
+ "original": {
6295
+ "$value": "0.625rem",
6296
+ "$type": "dimension",
6297
+ "$extensions": {
6298
+ "com.figma.scope": [
6299
+ "FONT_SIZE"
6300
+ ]
6301
+ },
6302
+ "key": "{font.size.xs}"
6303
+ },
6304
+ "name": "FONT_SIZE_XS",
6305
+ "attributes": {},
6306
+ "path": [
6307
+ "font",
6308
+ "size",
6309
+ "xs"
6310
+ ]
6311
+ },
6312
+ "sm": {
6313
+ "key": "{font.size.sm}",
6314
+ "$value": "0.75rem",
6315
+ "$type": "dimension",
6316
+ "$extensions": {
6317
+ "com.figma.scope": [
6318
+ "FONT_SIZE"
6319
+ ]
6320
+ },
6321
+ "filePath": "src/tokens/constant/font.tokens.json",
6322
+ "isSource": true,
6323
+ "original": {
6324
+ "$value": "0.75rem",
6325
+ "$type": "dimension",
6326
+ "$extensions": {
6327
+ "com.figma.scope": [
6328
+ "FONT_SIZE"
6329
+ ]
6330
+ },
6331
+ "key": "{font.size.sm}"
6332
+ },
6333
+ "name": "FONT_SIZE_SM",
6334
+ "attributes": {},
6335
+ "path": [
6336
+ "font",
6337
+ "size",
6338
+ "sm"
6339
+ ]
6340
+ },
6341
+ "md": {
6342
+ "key": "{font.size.md}",
6343
+ "$value": "0.875rem",
6344
+ "$type": "dimension",
6345
+ "$extensions": {
6346
+ "com.figma.scope": [
6347
+ "FONT_SIZE"
6348
+ ]
6349
+ },
6350
+ "filePath": "src/tokens/constant/font.tokens.json",
6351
+ "isSource": true,
6352
+ "original": {
6353
+ "$value": "0.875rem",
6354
+ "$type": "dimension",
6355
+ "$extensions": {
6356
+ "com.figma.scope": [
6357
+ "FONT_SIZE"
6358
+ ]
6359
+ },
6360
+ "key": "{font.size.md}"
6361
+ },
6362
+ "name": "FONT_SIZE_MD",
6363
+ "attributes": {},
6364
+ "path": [
6365
+ "font",
6366
+ "size",
6367
+ "md"
6368
+ ]
6369
+ },
6370
+ "lg": {
6371
+ "key": "{font.size.lg}",
6372
+ "$value": "1rem",
6373
+ "$type": "dimension",
6374
+ "$extensions": {
6375
+ "com.figma.scope": [
6376
+ "FONT_SIZE"
6377
+ ]
6378
+ },
6379
+ "filePath": "src/tokens/constant/font.tokens.json",
6380
+ "isSource": true,
6381
+ "original": {
6382
+ "$value": "1rem",
6383
+ "$type": "dimension",
6384
+ "$extensions": {
6385
+ "com.figma.scope": [
6386
+ "FONT_SIZE"
6387
+ ]
6388
+ },
6389
+ "key": "{font.size.lg}"
6390
+ },
6391
+ "name": "FONT_SIZE_LG",
6392
+ "attributes": {},
6393
+ "path": [
6394
+ "font",
6395
+ "size",
6396
+ "lg"
6397
+ ]
6398
+ },
6399
+ "base": {
6400
+ "key": "{font.size.base}",
6401
+ "$value": "0.875rem",
6402
+ "$type": "dimension",
6403
+ "$extensions": {
6404
+ "com.figma.scope": [
6405
+ "FONT_SIZE"
6406
+ ]
6407
+ },
6408
+ "filePath": "src/tokens/semantic/font.tokens.json",
6409
+ "isSource": true,
6410
+ "original": {
6411
+ "$value": "{font.size.md}",
6412
+ "$type": "dimension",
6413
+ "$extensions": {
6414
+ "com.figma.scope": [
6415
+ "FONT_SIZE"
6416
+ ]
6417
+ },
6418
+ "key": "{font.size.base}"
6419
+ },
6420
+ "name": "FONT_SIZE_BASE",
6421
+ "attributes": {},
6422
+ "path": [
6423
+ "font",
6424
+ "size",
6425
+ "base"
6426
+ ]
6427
+ }
6428
+ },
6429
+ "weight": {
6430
+ "100": {
6431
+ "key": "{font.weight.100}",
6432
+ "$value": "100",
6433
+ "$type": "fontWeight",
6434
+ "$extensions": {
6435
+ "com.figma.scope": [
6436
+ "FONT_WEIGHT"
6437
+ ]
6438
+ },
6439
+ "filePath": "src/tokens/constant/font.tokens.json",
6440
+ "isSource": true,
6441
+ "original": {
6442
+ "$value": "100",
6443
+ "$type": "fontWeight",
6444
+ "$extensions": {
6445
+ "com.figma.scope": [
6446
+ "FONT_WEIGHT"
6447
+ ]
6448
+ },
6449
+ "key": "{font.weight.100}"
6450
+ },
6451
+ "name": "FONT_WEIGHT_100",
6452
+ "attributes": {},
6453
+ "path": [
6454
+ "font",
6455
+ "weight",
6456
+ "100"
6457
+ ]
6458
+ },
6459
+ "300": {
6460
+ "key": "{font.weight.300}",
6461
+ "$value": "300",
6462
+ "$type": "fontWeight",
6463
+ "$extensions": {
6464
+ "com.figma.scope": [
6465
+ "FONT_WEIGHT"
6466
+ ]
6467
+ },
6468
+ "filePath": "src/tokens/constant/font.tokens.json",
6469
+ "isSource": true,
6470
+ "original": {
6471
+ "$value": "300",
6472
+ "$type": "fontWeight",
6473
+ "$extensions": {
6474
+ "com.figma.scope": [
6475
+ "FONT_WEIGHT"
6476
+ ]
6477
+ },
6478
+ "key": "{font.weight.300}"
6479
+ },
6480
+ "name": "FONT_WEIGHT_300",
6481
+ "attributes": {},
6482
+ "path": [
6483
+ "font",
6484
+ "weight",
6485
+ "300"
6486
+ ]
6487
+ },
6488
+ "normal": {
6489
+ "key": "{font.weight.normal}",
6490
+ "$value": "400",
6491
+ "$type": "fontWeight",
6492
+ "$extensions": {
6493
+ "com.figma.scope": [
6494
+ "FONT_WEIGHT"
6495
+ ]
6496
+ },
6497
+ "filePath": "src/tokens/constant/font.tokens.json",
6498
+ "isSource": true,
6499
+ "original": {
6500
+ "$value": "400",
6501
+ "$type": "fontWeight",
6502
+ "$extensions": {
6503
+ "com.figma.scope": [
6504
+ "FONT_WEIGHT"
6505
+ ]
6506
+ },
6507
+ "key": "{font.weight.normal}"
6508
+ },
6509
+ "name": "FONT_WEIGHT_NORMAL",
6510
+ "attributes": {},
6511
+ "path": [
6512
+ "font",
6513
+ "weight",
6514
+ "normal"
6515
+ ]
6516
+ },
6517
+ "semibold": {
6518
+ "key": "{font.weight.semibold}",
6519
+ "$value": "500",
6520
+ "$type": "fontWeight",
6521
+ "$extensions": {
6522
+ "com.figma.scope": [
6523
+ "FONT_WEIGHT"
6524
+ ]
6525
+ },
6526
+ "filePath": "src/tokens/constant/font.tokens.json",
6527
+ "isSource": true,
6528
+ "original": {
6529
+ "$value": "500",
6530
+ "$type": "fontWeight",
6531
+ "$extensions": {
6532
+ "com.figma.scope": [
6533
+ "FONT_WEIGHT"
6534
+ ]
6535
+ },
6536
+ "key": "{font.weight.semibold}"
6537
+ },
6538
+ "name": "FONT_WEIGHT_SEMIBOLD",
6539
+ "attributes": {},
6540
+ "path": [
6541
+ "font",
6542
+ "weight",
6543
+ "semibold"
6544
+ ]
6545
+ },
6546
+ "bold": {
6547
+ "key": "{font.weight.bold}",
6548
+ "$value": "600",
6549
+ "$type": "fontWeight",
6550
+ "$extensions": {
6551
+ "com.figma.scope": [
6552
+ "FONT_WEIGHT"
6553
+ ]
6554
+ },
6555
+ "filePath": "src/tokens/constant/font.tokens.json",
6556
+ "isSource": true,
6557
+ "original": {
6558
+ "$value": "600",
6559
+ "$type": "fontWeight",
6560
+ "$extensions": {
6561
+ "com.figma.scope": [
6562
+ "FONT_WEIGHT"
6563
+ ]
6564
+ },
6565
+ "key": "{font.weight.bold}"
6566
+ },
6567
+ "name": "FONT_WEIGHT_BOLD",
6568
+ "attributes": {},
6569
+ "path": [
6570
+ "font",
6571
+ "weight",
6572
+ "bold"
6573
+ ]
6574
+ }
6575
+ }
6576
+ },
6167
6577
  "line-height": {
6168
6578
  "12": {
6169
6579
  "key": "{line-height.12}",
6170
6580
  "$value": "0.75rem",
6171
6581
  "$type": "dimension",
6172
6582
  "$extensions": {
6173
- "com.figma.scope": []
6583
+ "com.figma.scope": [
6584
+ "LINE_HEIGHT"
6585
+ ]
6174
6586
  },
6175
6587
  "filePath": "src/tokens/constant/line_height.tokens.json",
6176
6588
  "isSource": true,
@@ -6178,7 +6590,9 @@
6178
6590
  "$value": "0.75rem",
6179
6591
  "$type": "dimension",
6180
6592
  "$extensions": {
6181
- "com.figma.scope": []
6593
+ "com.figma.scope": [
6594
+ "LINE_HEIGHT"
6595
+ ]
6182
6596
  },
6183
6597
  "key": "{line-height.12}"
6184
6598
  },
@@ -6194,7 +6608,9 @@
6194
6608
  "$value": "1rem",
6195
6609
  "$type": "dimension",
6196
6610
  "$extensions": {
6197
- "com.figma.scope": []
6611
+ "com.figma.scope": [
6612
+ "LINE_HEIGHT"
6613
+ ]
6198
6614
  },
6199
6615
  "filePath": "src/tokens/constant/line_height.tokens.json",
6200
6616
  "isSource": true,
@@ -6202,7 +6618,9 @@
6202
6618
  "$value": "1rem",
6203
6619
  "$type": "dimension",
6204
6620
  "$extensions": {
6205
- "com.figma.scope": []
6621
+ "com.figma.scope": [
6622
+ "LINE_HEIGHT"
6623
+ ]
6206
6624
  },
6207
6625
  "key": "{line-height.16}"
6208
6626
  },
@@ -6218,7 +6636,9 @@
6218
6636
  "$value": "1.25rem",
6219
6637
  "$type": "dimension",
6220
6638
  "$extensions": {
6221
- "com.figma.scope": []
6639
+ "com.figma.scope": [
6640
+ "LINE_HEIGHT"
6641
+ ]
6222
6642
  },
6223
6643
  "filePath": "src/tokens/constant/line_height.tokens.json",
6224
6644
  "isSource": true,
@@ -6226,7 +6646,9 @@
6226
6646
  "$value": "1.25rem",
6227
6647
  "$type": "dimension",
6228
6648
  "$extensions": {
6229
- "com.figma.scope": []
6649
+ "com.figma.scope": [
6650
+ "LINE_HEIGHT"
6651
+ ]
6230
6652
  },
6231
6653
  "key": "{line-height.20}"
6232
6654
  },
@@ -6242,7 +6664,9 @@
6242
6664
  "$value": "1.5rem",
6243
6665
  "$type": "dimension",
6244
6666
  "$extensions": {
6245
- "com.figma.scope": []
6667
+ "com.figma.scope": [
6668
+ "LINE_HEIGHT"
6669
+ ]
6246
6670
  },
6247
6671
  "filePath": "src/tokens/constant/line_height.tokens.json",
6248
6672
  "isSource": true,
@@ -6250,7 +6674,9 @@
6250
6674
  "$value": "1.5rem",
6251
6675
  "$type": "dimension",
6252
6676
  "$extensions": {
6253
- "com.figma.scope": []
6677
+ "com.figma.scope": [
6678
+ "LINE_HEIGHT"
6679
+ ]
6254
6680
  },
6255
6681
  "key": "{line-height.24}"
6256
6682
  },
@@ -6266,7 +6692,9 @@
6266
6692
  "$value": "1.75rem",
6267
6693
  "$type": "dimension",
6268
6694
  "$extensions": {
6269
- "com.figma.scope": []
6695
+ "com.figma.scope": [
6696
+ "LINE_HEIGHT"
6697
+ ]
6270
6698
  },
6271
6699
  "filePath": "src/tokens/constant/line_height.tokens.json",
6272
6700
  "isSource": true,
@@ -6274,7 +6702,9 @@
6274
6702
  "$value": "1.75rem",
6275
6703
  "$type": "dimension",
6276
6704
  "$extensions": {
6277
- "com.figma.scope": []
6705
+ "com.figma.scope": [
6706
+ "LINE_HEIGHT"
6707
+ ]
6278
6708
  },
6279
6709
  "key": "{line-height.28}"
6280
6710
  },
@@ -6290,7 +6720,9 @@
6290
6720
  "$value": "2rem",
6291
6721
  "$type": "dimension",
6292
6722
  "$extensions": {
6293
- "com.figma.scope": []
6723
+ "com.figma.scope": [
6724
+ "LINE_HEIGHT"
6725
+ ]
6294
6726
  },
6295
6727
  "filePath": "src/tokens/constant/line_height.tokens.json",
6296
6728
  "isSource": true,
@@ -6298,7 +6730,9 @@
6298
6730
  "$value": "2rem",
6299
6731
  "$type": "dimension",
6300
6732
  "$extensions": {
6301
- "com.figma.scope": []
6733
+ "com.figma.scope": [
6734
+ "LINE_HEIGHT"
6735
+ ]
6302
6736
  },
6303
6737
  "key": "{line-height.32}"
6304
6738
  },
@@ -6314,7 +6748,9 @@
6314
6748
  "$value": "2.25rem",
6315
6749
  "$type": "dimension",
6316
6750
  "$extensions": {
6317
- "com.figma.scope": []
6751
+ "com.figma.scope": [
6752
+ "LINE_HEIGHT"
6753
+ ]
6318
6754
  },
6319
6755
  "filePath": "src/tokens/constant/line_height.tokens.json",
6320
6756
  "isSource": true,
@@ -6322,7 +6758,9 @@
6322
6758
  "$value": "2.25rem",
6323
6759
  "$type": "dimension",
6324
6760
  "$extensions": {
6325
- "com.figma.scope": []
6761
+ "com.figma.scope": [
6762
+ "LINE_HEIGHT"
6763
+ ]
6326
6764
  },
6327
6765
  "key": "{line-height.36}"
6328
6766
  },
@@ -6338,7 +6776,9 @@
6338
6776
  "$value": "2.625rem",
6339
6777
  "$type": "dimension",
6340
6778
  "$extensions": {
6341
- "com.figma.scope": []
6779
+ "com.figma.scope": [
6780
+ "LINE_HEIGHT"
6781
+ ]
6342
6782
  },
6343
6783
  "filePath": "src/tokens/constant/line_height.tokens.json",
6344
6784
  "isSource": true,
@@ -6346,7 +6786,9 @@
6346
6786
  "$value": "2.625rem",
6347
6787
  "$type": "dimension",
6348
6788
  "$extensions": {
6349
- "com.figma.scope": []
6789
+ "com.figma.scope": [
6790
+ "LINE_HEIGHT"
6791
+ ]
6350
6792
  },
6351
6793
  "key": "{line-height.42}"
6352
6794
  },
@@ -6362,7 +6804,9 @@
6362
6804
  "$value": "2.75rem",
6363
6805
  "$type": "dimension",
6364
6806
  "$extensions": {
6365
- "com.figma.scope": []
6807
+ "com.figma.scope": [
6808
+ "LINE_HEIGHT"
6809
+ ]
6366
6810
  },
6367
6811
  "filePath": "src/tokens/constant/line_height.tokens.json",
6368
6812
  "isSource": true,
@@ -6370,7 +6814,9 @@
6370
6814
  "$value": "2.75rem",
6371
6815
  "$type": "dimension",
6372
6816
  "$extensions": {
6373
- "com.figma.scope": []
6817
+ "com.figma.scope": [
6818
+ "LINE_HEIGHT"
6819
+ ]
6374
6820
  },
6375
6821
  "key": "{line-height.44}"
6376
6822
  },
@@ -6386,7 +6832,9 @@
6386
6832
  "$value": "3.25rem",
6387
6833
  "$type": "dimension",
6388
6834
  "$extensions": {
6389
- "com.figma.scope": []
6835
+ "com.figma.scope": [
6836
+ "LINE_HEIGHT"
6837
+ ]
6390
6838
  },
6391
6839
  "filePath": "src/tokens/constant/line_height.tokens.json",
6392
6840
  "isSource": true,
@@ -6394,7 +6842,9 @@
6394
6842
  "$value": "3.25rem",
6395
6843
  "$type": "dimension",
6396
6844
  "$extensions": {
6397
- "com.figma.scope": []
6845
+ "com.figma.scope": [
6846
+ "LINE_HEIGHT"
6847
+ ]
6398
6848
  },
6399
6849
  "key": "{line-height.52}"
6400
6850
  },
@@ -14583,7 +15033,7 @@
14583
15033
  "border": {
14584
15034
  "radius": {
14585
15035
  "key": "{button.border.radius}",
14586
- "$value": "0.25rem",
15036
+ "$value": "0.5rem",
14587
15037
  "$type": "dimension",
14588
15038
  "$description": "Used for button border radius.",
14589
15039
  "$extensions": {
@@ -18270,6 +18720,40 @@
18270
18720
  }
18271
18721
  },
18272
18722
  "link": {
18723
+ "border": {
18724
+ "radius": {
18725
+ "key": "{button.link.border.radius}",
18726
+ "$value": "0.25rem",
18727
+ "$type": "dimension",
18728
+ "$description": "Used for link button border radius.",
18729
+ "$extensions": {
18730
+ "com.figma.scope": [
18731
+ "CORNER_RADIUS"
18732
+ ]
18733
+ },
18734
+ "filePath": "src/tokens/contextual/button.tokens.json",
18735
+ "isSource": true,
18736
+ "original": {
18737
+ "$value": "{border.radius.md}",
18738
+ "$type": "dimension",
18739
+ "$description": "Used for link button border radius.",
18740
+ "$extensions": {
18741
+ "com.figma.scope": [
18742
+ "CORNER_RADIUS"
18743
+ ]
18744
+ },
18745
+ "key": "{button.link.border.radius}"
18746
+ },
18747
+ "name": "BUTTON_LINK_BORDER_RADIUS",
18748
+ "attributes": {},
18749
+ "path": [
18750
+ "button",
18751
+ "link",
18752
+ "border",
18753
+ "radius"
18754
+ ]
18755
+ }
18756
+ },
18273
18757
  "text": {
18274
18758
  "color": {
18275
18759
  "default": {
@@ -18992,7 +19476,7 @@
18992
19476
  "border": {
18993
19477
  "radius": {
18994
19478
  "key": "{card.border.radius}",
18995
- "$value": "0.25rem",
19479
+ "$value": "0.5rem",
18996
19480
  "$type": "dimension",
18997
19481
  "$description": "Used for card border radius.",
18998
19482
  "$extensions": {
@@ -19003,7 +19487,7 @@
19003
19487
  "filePath": "src/tokens/contextual/card.tokens.json",
19004
19488
  "isSource": true,
19005
19489
  "original": {
19006
- "$value": "{border.radius.default}",
19490
+ "$value": "{border.radius.lg}",
19007
19491
  "$type": "dimension",
19008
19492
  "$description": "Used for card border radius.",
19009
19493
  "$extensions": {
@@ -22173,7 +22657,7 @@
22173
22657
  "border": {
22174
22658
  "radius": {
22175
22659
  "key": "{modal.border.radius}",
22176
- "$value": "0.25rem",
22660
+ "$value": "0.5rem",
22177
22661
  "$type": "dimension",
22178
22662
  "$description": "Used for modal border radius.",
22179
22663
  "$extensions": {
@@ -22184,7 +22668,7 @@
22184
22668
  "filePath": "src/tokens/contextual/modal.tokens.json",
22185
22669
  "isSource": true,
22186
22670
  "original": {
22187
- "$value": "{border.radius.default}",
22671
+ "$value": "{border.radius.lg}",
22188
22672
  "$type": "dimension",
22189
22673
  "$description": "Used for modal border radius.",
22190
22674
  "$extensions": {
@@ -29983,7 +30467,7 @@
29983
30467
  "border": {
29984
30468
  "radius": {
29985
30469
  "key": "{action.border.radius}",
29986
- "$value": "0.25rem",
30470
+ "$value": "0.5rem",
29987
30471
  "$type": "dimension",
29988
30472
  "$description": "Used for the border radius of an action.",
29989
30473
  "$extensions": {
@@ -29994,7 +30478,7 @@
29994
30478
  "filePath": "src/tokens/semantic/action.tokens.json",
29995
30479
  "isSource": true,
29996
30480
  "original": {
29997
- "$value": "{border.radius.default}",
30481
+ "$value": "{border.radius.lg}",
29998
30482
  "$type": "dimension",
29999
30483
  "$description": "Used for the border radius of an action.",
30000
30484
  "$extensions": {
@@ -33453,7 +33937,7 @@
33453
33937
  },
33454
33938
  "radius": {
33455
33939
  "key": "{control.border.radius}",
33456
- "$value": "0.25rem",
33940
+ "$value": "0.5rem",
33457
33941
  "$type": "dimension",
33458
33942
  "$description": "Used for form control (input, radio button, checkbox, textarea) default border radius.",
33459
33943
  "$extensions": {
@@ -33464,7 +33948,7 @@
33464
33948
  "filePath": "src/tokens/semantic/control.tokens.json",
33465
33949
  "isSource": true,
33466
33950
  "original": {
33467
- "$value": "{border.radius.default}",
33951
+ "$value": "{border.radius.lg}",
33468
33952
  "$type": "dimension",
33469
33953
  "$description": "Used for form control (input, radio button, checkbox, textarea) default border radius.",
33470
33954
  "$extensions": {