@gitlab/ui 121.1.0 → 122.1.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 (46) 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 +48 -1
  6. package/dist/tokens/build/js/tokens.js +48 -1
  7. package/dist/tokens/css/tokens.css +47 -0
  8. package/dist/tokens/css/tokens.dark.css +47 -0
  9. package/dist/tokens/docs/tokens-tailwind-docs.dark.json +1294 -0
  10. package/dist/tokens/docs/tokens-tailwind-docs.json +1294 -0
  11. package/dist/tokens/figma/constants.tokens.json +226 -0
  12. package/dist/tokens/figma/semantic.tokens.json +157 -0
  13. package/dist/tokens/js/tokens.dark.js +47 -0
  14. package/dist/tokens/js/tokens.js +47 -0
  15. package/dist/tokens/json/tokens.dark.json +1473 -226
  16. package/dist/tokens/json/tokens.json +1473 -226
  17. package/dist/tokens/scss/_tokens.dark.scss +47 -0
  18. package/dist/tokens/scss/_tokens.scss +47 -0
  19. package/dist/tokens/scss/_tokens_custom_properties.scss +47 -0
  20. package/dist/tokens/tailwind/tokens.cjs +4 -0
  21. package/package.json +3 -3
  22. package/src/scss/variables.scss +0 -37
  23. package/src/tokens/build/css/tokens.css +47 -0
  24. package/src/tokens/build/css/tokens.dark.css +47 -0
  25. package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +1294 -0
  26. package/src/tokens/build/docs/tokens-tailwind-docs.json +1294 -0
  27. package/src/tokens/build/figma/constants.tokens.json +226 -0
  28. package/src/tokens/build/figma/semantic.tokens.json +157 -0
  29. package/src/tokens/build/js/tokens.dark.js +47 -0
  30. package/src/tokens/build/js/tokens.js +47 -0
  31. package/src/tokens/build/json/tokens.dark.json +1473 -226
  32. package/src/tokens/build/json/tokens.json +1473 -226
  33. package/src/tokens/build/scss/_tokens.dark.scss +47 -0
  34. package/src/tokens/build/scss/_tokens.scss +47 -0
  35. package/src/tokens/build/scss/_tokens_custom_properties.scss +47 -0
  36. package/src/tokens/build/tailwind/tokens.cjs +53 -0
  37. package/src/tokens/constant/spacing_scale.tokens.json +228 -0
  38. package/src/tokens/semantic/border.tokens.json +157 -0
  39. package/src/vendor/bootstrap/scss/_card.scss +0 -110
  40. package/src/vendor/bootstrap/scss/_dropdown.scss +7 -13
  41. package/src/vendor/bootstrap/scss/_list-group.scss +0 -41
  42. package/src/vendor/bootstrap/scss/_variables.scss +0 -14
  43. package/src/vendor/bootstrap/scss/bootstrap.scss +0 -1
  44. package/tailwind.defaults.js +3 -47
  45. package/src/components/dashboards/dashboard_layout/dashboard_layout.md +0 -145
  46. package/src/vendor/bootstrap/scss/_jumbotron.scss +0 -17
@@ -5953,6 +5953,776 @@
5953
5953
  ]
5954
5954
  }
5955
5955
  },
5956
+ "spacing-scale": {
5957
+ "0": {
5958
+ "key": "{spacing-scale.0}",
5959
+ "$value": "0",
5960
+ "$type": "dimension",
5961
+ "$extensions": {
5962
+ "com.figma.scope": []
5963
+ },
5964
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
5965
+ "isSource": true,
5966
+ "original": {
5967
+ "$value": "0",
5968
+ "$type": "dimension",
5969
+ "$extensions": {
5970
+ "com.figma.scope": []
5971
+ },
5972
+ "key": "{spacing-scale.0}"
5973
+ },
5974
+ "name": "SPACING_SCALE_0",
5975
+ "attributes": {},
5976
+ "path": [
5977
+ "spacing-scale",
5978
+ "0"
5979
+ ]
5980
+ },
5981
+ "1": {
5982
+ "key": "{spacing-scale.1}",
5983
+ "$value": "0.125rem",
5984
+ "$type": "dimension",
5985
+ "$extensions": {
5986
+ "com.figma.scope": []
5987
+ },
5988
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
5989
+ "isSource": true,
5990
+ "original": {
5991
+ "$value": "0.125rem",
5992
+ "$type": "dimension",
5993
+ "$extensions": {
5994
+ "com.figma.scope": []
5995
+ },
5996
+ "key": "{spacing-scale.1}"
5997
+ },
5998
+ "name": "SPACING_SCALE_1",
5999
+ "attributes": {},
6000
+ "path": [
6001
+ "spacing-scale",
6002
+ "1"
6003
+ ]
6004
+ },
6005
+ "2": {
6006
+ "key": "{spacing-scale.2}",
6007
+ "$value": "0.25rem",
6008
+ "$type": "dimension",
6009
+ "$extensions": {
6010
+ "com.figma.scope": []
6011
+ },
6012
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6013
+ "isSource": true,
6014
+ "original": {
6015
+ "$value": "0.25rem",
6016
+ "$type": "dimension",
6017
+ "$extensions": {
6018
+ "com.figma.scope": []
6019
+ },
6020
+ "key": "{spacing-scale.2}"
6021
+ },
6022
+ "name": "SPACING_SCALE_2",
6023
+ "attributes": {},
6024
+ "path": [
6025
+ "spacing-scale",
6026
+ "2"
6027
+ ]
6028
+ },
6029
+ "3": {
6030
+ "key": "{spacing-scale.3}",
6031
+ "$value": "0.5rem",
6032
+ "$type": "dimension",
6033
+ "$extensions": {
6034
+ "com.figma.scope": []
6035
+ },
6036
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6037
+ "isSource": true,
6038
+ "original": {
6039
+ "$value": "0.5rem",
6040
+ "$type": "dimension",
6041
+ "$extensions": {
6042
+ "com.figma.scope": []
6043
+ },
6044
+ "key": "{spacing-scale.3}"
6045
+ },
6046
+ "name": "SPACING_SCALE_3",
6047
+ "attributes": {},
6048
+ "path": [
6049
+ "spacing-scale",
6050
+ "3"
6051
+ ]
6052
+ },
6053
+ "4": {
6054
+ "key": "{spacing-scale.4}",
6055
+ "$value": "0.75rem",
6056
+ "$type": "dimension",
6057
+ "$extensions": {
6058
+ "com.figma.scope": []
6059
+ },
6060
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6061
+ "isSource": true,
6062
+ "original": {
6063
+ "$value": "0.75rem",
6064
+ "$type": "dimension",
6065
+ "$extensions": {
6066
+ "com.figma.scope": []
6067
+ },
6068
+ "key": "{spacing-scale.4}"
6069
+ },
6070
+ "name": "SPACING_SCALE_4",
6071
+ "attributes": {},
6072
+ "path": [
6073
+ "spacing-scale",
6074
+ "4"
6075
+ ]
6076
+ },
6077
+ "5": {
6078
+ "key": "{spacing-scale.5}",
6079
+ "$value": "1rem",
6080
+ "$type": "dimension",
6081
+ "$extensions": {
6082
+ "com.figma.scope": []
6083
+ },
6084
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6085
+ "isSource": true,
6086
+ "original": {
6087
+ "$value": "1rem",
6088
+ "$type": "dimension",
6089
+ "$extensions": {
6090
+ "com.figma.scope": []
6091
+ },
6092
+ "key": "{spacing-scale.5}"
6093
+ },
6094
+ "name": "SPACING_SCALE_5",
6095
+ "attributes": {},
6096
+ "path": [
6097
+ "spacing-scale",
6098
+ "5"
6099
+ ]
6100
+ },
6101
+ "6": {
6102
+ "key": "{spacing-scale.6}",
6103
+ "$value": "1.5rem",
6104
+ "$type": "dimension",
6105
+ "$extensions": {
6106
+ "com.figma.scope": []
6107
+ },
6108
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6109
+ "isSource": true,
6110
+ "original": {
6111
+ "$value": "1.5rem",
6112
+ "$type": "dimension",
6113
+ "$extensions": {
6114
+ "com.figma.scope": []
6115
+ },
6116
+ "key": "{spacing-scale.6}"
6117
+ },
6118
+ "name": "SPACING_SCALE_6",
6119
+ "attributes": {},
6120
+ "path": [
6121
+ "spacing-scale",
6122
+ "6"
6123
+ ]
6124
+ },
6125
+ "7": {
6126
+ "key": "{spacing-scale.7}",
6127
+ "$value": "2rem",
6128
+ "$type": "dimension",
6129
+ "$extensions": {
6130
+ "com.figma.scope": []
6131
+ },
6132
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6133
+ "isSource": true,
6134
+ "original": {
6135
+ "$value": "2rem",
6136
+ "$type": "dimension",
6137
+ "$extensions": {
6138
+ "com.figma.scope": []
6139
+ },
6140
+ "key": "{spacing-scale.7}"
6141
+ },
6142
+ "name": "SPACING_SCALE_7",
6143
+ "attributes": {},
6144
+ "path": [
6145
+ "spacing-scale",
6146
+ "7"
6147
+ ]
6148
+ },
6149
+ "8": {
6150
+ "key": "{spacing-scale.8}",
6151
+ "$value": "2.5rem",
6152
+ "$type": "dimension",
6153
+ "$extensions": {
6154
+ "com.figma.scope": []
6155
+ },
6156
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6157
+ "isSource": true,
6158
+ "original": {
6159
+ "$value": "2.5rem",
6160
+ "$type": "dimension",
6161
+ "$extensions": {
6162
+ "com.figma.scope": []
6163
+ },
6164
+ "key": "{spacing-scale.8}"
6165
+ },
6166
+ "name": "SPACING_SCALE_8",
6167
+ "attributes": {},
6168
+ "path": [
6169
+ "spacing-scale",
6170
+ "8"
6171
+ ]
6172
+ },
6173
+ "9": {
6174
+ "key": "{spacing-scale.9}",
6175
+ "$value": "3rem",
6176
+ "$type": "dimension",
6177
+ "$extensions": {
6178
+ "com.figma.scope": []
6179
+ },
6180
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6181
+ "isSource": true,
6182
+ "original": {
6183
+ "$value": "3rem",
6184
+ "$type": "dimension",
6185
+ "$extensions": {
6186
+ "com.figma.scope": []
6187
+ },
6188
+ "key": "{spacing-scale.9}"
6189
+ },
6190
+ "name": "SPACING_SCALE_9",
6191
+ "attributes": {},
6192
+ "path": [
6193
+ "spacing-scale",
6194
+ "9"
6195
+ ]
6196
+ },
6197
+ "10": {
6198
+ "key": "{spacing-scale.10}",
6199
+ "$value": "3.5rem",
6200
+ "$type": "dimension",
6201
+ "$extensions": {
6202
+ "com.figma.scope": []
6203
+ },
6204
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6205
+ "isSource": true,
6206
+ "original": {
6207
+ "$value": "3.5rem",
6208
+ "$type": "dimension",
6209
+ "$extensions": {
6210
+ "com.figma.scope": []
6211
+ },
6212
+ "key": "{spacing-scale.10}"
6213
+ },
6214
+ "name": "SPACING_SCALE_10",
6215
+ "attributes": {},
6216
+ "path": [
6217
+ "spacing-scale",
6218
+ "10"
6219
+ ]
6220
+ },
6221
+ "11": {
6222
+ "key": "{spacing-scale.11}",
6223
+ "$value": "4rem",
6224
+ "$type": "dimension",
6225
+ "$extensions": {
6226
+ "com.figma.scope": []
6227
+ },
6228
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6229
+ "isSource": true,
6230
+ "original": {
6231
+ "$value": "4rem",
6232
+ "$type": "dimension",
6233
+ "$extensions": {
6234
+ "com.figma.scope": []
6235
+ },
6236
+ "key": "{spacing-scale.11}"
6237
+ },
6238
+ "name": "SPACING_SCALE_11",
6239
+ "attributes": {},
6240
+ "path": [
6241
+ "spacing-scale",
6242
+ "11"
6243
+ ]
6244
+ },
6245
+ "12": {
6246
+ "key": "{spacing-scale.12}",
6247
+ "$value": "5rem",
6248
+ "$type": "dimension",
6249
+ "$extensions": {
6250
+ "com.figma.scope": []
6251
+ },
6252
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6253
+ "isSource": true,
6254
+ "original": {
6255
+ "$value": "5rem",
6256
+ "$type": "dimension",
6257
+ "$extensions": {
6258
+ "com.figma.scope": []
6259
+ },
6260
+ "key": "{spacing-scale.12}"
6261
+ },
6262
+ "name": "SPACING_SCALE_12",
6263
+ "attributes": {},
6264
+ "path": [
6265
+ "spacing-scale",
6266
+ "12"
6267
+ ]
6268
+ },
6269
+ "13": {
6270
+ "key": "{spacing-scale.13}",
6271
+ "$value": "6rem",
6272
+ "$type": "dimension",
6273
+ "$extensions": {
6274
+ "com.figma.scope": []
6275
+ },
6276
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6277
+ "isSource": true,
6278
+ "original": {
6279
+ "$value": "6rem",
6280
+ "$type": "dimension",
6281
+ "$extensions": {
6282
+ "com.figma.scope": []
6283
+ },
6284
+ "key": "{spacing-scale.13}"
6285
+ },
6286
+ "name": "SPACING_SCALE_13",
6287
+ "attributes": {},
6288
+ "path": [
6289
+ "spacing-scale",
6290
+ "13"
6291
+ ]
6292
+ },
6293
+ "15": {
6294
+ "key": "{spacing-scale.15}",
6295
+ "$value": "7.5rem",
6296
+ "$type": "dimension",
6297
+ "$extensions": {
6298
+ "com.figma.scope": []
6299
+ },
6300
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6301
+ "isSource": true,
6302
+ "original": {
6303
+ "$value": "7.5rem",
6304
+ "$type": "dimension",
6305
+ "$extensions": {
6306
+ "com.figma.scope": []
6307
+ },
6308
+ "key": "{spacing-scale.15}"
6309
+ },
6310
+ "name": "SPACING_SCALE_15",
6311
+ "attributes": {},
6312
+ "path": [
6313
+ "spacing-scale",
6314
+ "15"
6315
+ ]
6316
+ },
6317
+ "18": {
6318
+ "key": "{spacing-scale.18}",
6319
+ "$value": "9rem",
6320
+ "$type": "dimension",
6321
+ "$extensions": {
6322
+ "com.figma.scope": []
6323
+ },
6324
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6325
+ "isSource": true,
6326
+ "original": {
6327
+ "$value": "9rem",
6328
+ "$type": "dimension",
6329
+ "$extensions": {
6330
+ "com.figma.scope": []
6331
+ },
6332
+ "key": "{spacing-scale.18}"
6333
+ },
6334
+ "name": "SPACING_SCALE_18",
6335
+ "attributes": {},
6336
+ "path": [
6337
+ "spacing-scale",
6338
+ "18"
6339
+ ]
6340
+ },
6341
+ "20": {
6342
+ "key": "{spacing-scale.20}",
6343
+ "$value": "10rem",
6344
+ "$type": "dimension",
6345
+ "$extensions": {
6346
+ "com.figma.scope": []
6347
+ },
6348
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6349
+ "isSource": true,
6350
+ "original": {
6351
+ "$value": "10rem",
6352
+ "$type": "dimension",
6353
+ "$extensions": {
6354
+ "com.figma.scope": []
6355
+ },
6356
+ "key": "{spacing-scale.20}"
6357
+ },
6358
+ "name": "SPACING_SCALE_20",
6359
+ "attributes": {},
6360
+ "path": [
6361
+ "spacing-scale",
6362
+ "20"
6363
+ ]
6364
+ },
6365
+ "26": {
6366
+ "key": "{spacing-scale.26}",
6367
+ "$value": "13rem",
6368
+ "$type": "dimension",
6369
+ "$extensions": {
6370
+ "com.figma.scope": []
6371
+ },
6372
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6373
+ "isSource": true,
6374
+ "original": {
6375
+ "$value": "13rem",
6376
+ "$type": "dimension",
6377
+ "$extensions": {
6378
+ "com.figma.scope": []
6379
+ },
6380
+ "key": "{spacing-scale.26}"
6381
+ },
6382
+ "name": "SPACING_SCALE_26",
6383
+ "attributes": {},
6384
+ "path": [
6385
+ "spacing-scale",
6386
+ "26"
6387
+ ]
6388
+ },
6389
+ "28": {
6390
+ "key": "{spacing-scale.28}",
6391
+ "$value": "14rem",
6392
+ "$type": "dimension",
6393
+ "$extensions": {
6394
+ "com.figma.scope": []
6395
+ },
6396
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6397
+ "isSource": true,
6398
+ "original": {
6399
+ "$value": "14rem",
6400
+ "$type": "dimension",
6401
+ "$extensions": {
6402
+ "com.figma.scope": []
6403
+ },
6404
+ "key": "{spacing-scale.28}"
6405
+ },
6406
+ "name": "SPACING_SCALE_28",
6407
+ "attributes": {},
6408
+ "path": [
6409
+ "spacing-scale",
6410
+ "28"
6411
+ ]
6412
+ },
6413
+ "30": {
6414
+ "key": "{spacing-scale.30}",
6415
+ "$value": "15rem",
6416
+ "$type": "dimension",
6417
+ "$extensions": {
6418
+ "com.figma.scope": []
6419
+ },
6420
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6421
+ "isSource": true,
6422
+ "original": {
6423
+ "$value": "15rem",
6424
+ "$type": "dimension",
6425
+ "$extensions": {
6426
+ "com.figma.scope": []
6427
+ },
6428
+ "key": "{spacing-scale.30}"
6429
+ },
6430
+ "name": "SPACING_SCALE_30",
6431
+ "attributes": {},
6432
+ "path": [
6433
+ "spacing-scale",
6434
+ "30"
6435
+ ]
6436
+ },
6437
+ "31": {
6438
+ "key": "{spacing-scale.31}",
6439
+ "$value": "15.5rem",
6440
+ "$type": "dimension",
6441
+ "$extensions": {
6442
+ "com.figma.scope": []
6443
+ },
6444
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6445
+ "isSource": true,
6446
+ "original": {
6447
+ "$value": "15.5rem",
6448
+ "$type": "dimension",
6449
+ "$extensions": {
6450
+ "com.figma.scope": []
6451
+ },
6452
+ "key": "{spacing-scale.31}"
6453
+ },
6454
+ "name": "SPACING_SCALE_31",
6455
+ "attributes": {},
6456
+ "path": [
6457
+ "spacing-scale",
6458
+ "31"
6459
+ ]
6460
+ },
6461
+ "33": {
6462
+ "key": "{spacing-scale.33}",
6463
+ "$value": "16.5rem",
6464
+ "$type": "dimension",
6465
+ "$extensions": {
6466
+ "com.figma.scope": []
6467
+ },
6468
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6469
+ "isSource": true,
6470
+ "original": {
6471
+ "$value": "16.5rem",
6472
+ "$type": "dimension",
6473
+ "$extensions": {
6474
+ "com.figma.scope": []
6475
+ },
6476
+ "key": "{spacing-scale.33}"
6477
+ },
6478
+ "name": "SPACING_SCALE_33",
6479
+ "attributes": {},
6480
+ "path": [
6481
+ "spacing-scale",
6482
+ "33"
6483
+ ]
6484
+ },
6485
+ "34": {
6486
+ "key": "{spacing-scale.34}",
6487
+ "$value": "17rem",
6488
+ "$type": "dimension",
6489
+ "$extensions": {
6490
+ "com.figma.scope": []
6491
+ },
6492
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6493
+ "isSource": true,
6494
+ "original": {
6495
+ "$value": "17rem",
6496
+ "$type": "dimension",
6497
+ "$extensions": {
6498
+ "com.figma.scope": []
6499
+ },
6500
+ "key": "{spacing-scale.34}"
6501
+ },
6502
+ "name": "SPACING_SCALE_34",
6503
+ "attributes": {},
6504
+ "path": [
6505
+ "spacing-scale",
6506
+ "34"
6507
+ ]
6508
+ },
6509
+ "37": {
6510
+ "key": "{spacing-scale.37}",
6511
+ "$value": "18.5rem",
6512
+ "$type": "dimension",
6513
+ "$extensions": {
6514
+ "com.figma.scope": []
6515
+ },
6516
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6517
+ "isSource": true,
6518
+ "original": {
6519
+ "$value": "18.5rem",
6520
+ "$type": "dimension",
6521
+ "$extensions": {
6522
+ "com.figma.scope": []
6523
+ },
6524
+ "key": "{spacing-scale.37}"
6525
+ },
6526
+ "name": "SPACING_SCALE_37",
6527
+ "attributes": {},
6528
+ "path": [
6529
+ "spacing-scale",
6530
+ "37"
6531
+ ]
6532
+ },
6533
+ "48": {
6534
+ "key": "{spacing-scale.48}",
6535
+ "$value": "24rem",
6536
+ "$type": "dimension",
6537
+ "$extensions": {
6538
+ "com.figma.scope": []
6539
+ },
6540
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6541
+ "isSource": true,
6542
+ "original": {
6543
+ "$value": "24rem",
6544
+ "$type": "dimension",
6545
+ "$extensions": {
6546
+ "com.figma.scope": []
6547
+ },
6548
+ "key": "{spacing-scale.48}"
6549
+ },
6550
+ "name": "SPACING_SCALE_48",
6551
+ "attributes": {},
6552
+ "path": [
6553
+ "spacing-scale",
6554
+ "48"
6555
+ ]
6556
+ },
6557
+ "62": {
6558
+ "key": "{spacing-scale.62}",
6559
+ "$value": "31rem",
6560
+ "$type": "dimension",
6561
+ "$extensions": {
6562
+ "com.figma.scope": []
6563
+ },
6564
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6565
+ "isSource": true,
6566
+ "original": {
6567
+ "$value": "31rem",
6568
+ "$type": "dimension",
6569
+ "$extensions": {
6570
+ "com.figma.scope": []
6571
+ },
6572
+ "key": "{spacing-scale.62}"
6573
+ },
6574
+ "name": "SPACING_SCALE_62",
6575
+ "attributes": {},
6576
+ "path": [
6577
+ "spacing-scale",
6578
+ "62"
6579
+ ]
6580
+ },
6581
+ "75": {
6582
+ "key": "{spacing-scale.75}",
6583
+ "$value": "37.5rem",
6584
+ "$type": "dimension",
6585
+ "$extensions": {
6586
+ "com.figma.scope": []
6587
+ },
6588
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6589
+ "isSource": true,
6590
+ "original": {
6591
+ "$value": "37.5rem",
6592
+ "$type": "dimension",
6593
+ "$extensions": {
6594
+ "com.figma.scope": []
6595
+ },
6596
+ "key": "{spacing-scale.75}"
6597
+ },
6598
+ "name": "SPACING_SCALE_75",
6599
+ "attributes": {},
6600
+ "path": [
6601
+ "spacing-scale",
6602
+ "75"
6603
+ ]
6604
+ },
6605
+ "80": {
6606
+ "key": "{spacing-scale.80}",
6607
+ "$value": "40rem",
6608
+ "$type": "dimension",
6609
+ "$extensions": {
6610
+ "com.figma.scope": []
6611
+ },
6612
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6613
+ "isSource": true,
6614
+ "original": {
6615
+ "$value": "40rem",
6616
+ "$type": "dimension",
6617
+ "$extensions": {
6618
+ "com.figma.scope": []
6619
+ },
6620
+ "key": "{spacing-scale.80}"
6621
+ },
6622
+ "name": "SPACING_SCALE_80",
6623
+ "attributes": {},
6624
+ "path": [
6625
+ "spacing-scale",
6626
+ "80"
6627
+ ]
6628
+ },
6629
+ "88": {
6630
+ "key": "{spacing-scale.88}",
6631
+ "$value": "44rem",
6632
+ "$type": "dimension",
6633
+ "$extensions": {
6634
+ "com.figma.scope": []
6635
+ },
6636
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6637
+ "isSource": true,
6638
+ "original": {
6639
+ "$value": "44rem",
6640
+ "$type": "dimension",
6641
+ "$extensions": {
6642
+ "com.figma.scope": []
6643
+ },
6644
+ "key": "{spacing-scale.88}"
6645
+ },
6646
+ "name": "SPACING_SCALE_88",
6647
+ "attributes": {},
6648
+ "path": [
6649
+ "spacing-scale",
6650
+ "88"
6651
+ ]
6652
+ },
6653
+ "px": {
6654
+ "key": "{spacing-scale.px}",
6655
+ "$value": "1px",
6656
+ "$type": "dimension",
6657
+ "$extensions": {
6658
+ "com.figma.scope": []
6659
+ },
6660
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6661
+ "isSource": true,
6662
+ "original": {
6663
+ "$value": "1px",
6664
+ "$type": "dimension",
6665
+ "$extensions": {
6666
+ "com.figma.scope": []
6667
+ },
6668
+ "key": "{spacing-scale.px}"
6669
+ },
6670
+ "name": "SPACING_SCALE_PX",
6671
+ "attributes": {},
6672
+ "path": [
6673
+ "spacing-scale",
6674
+ "px"
6675
+ ]
6676
+ },
6677
+ "2-5": {
6678
+ "key": "{spacing-scale.2-5}",
6679
+ "$value": "0.375rem",
6680
+ "$type": "dimension",
6681
+ "$extensions": {
6682
+ "com.figma.scope": []
6683
+ },
6684
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6685
+ "isSource": true,
6686
+ "original": {
6687
+ "$value": "0.375rem",
6688
+ "$type": "dimension",
6689
+ "$extensions": {
6690
+ "com.figma.scope": []
6691
+ },
6692
+ "key": "{spacing-scale.2-5}"
6693
+ },
6694
+ "name": "SPACING_SCALE_2_5",
6695
+ "attributes": {},
6696
+ "path": [
6697
+ "spacing-scale",
6698
+ "2-5"
6699
+ ]
6700
+ },
6701
+ "11-5": {
6702
+ "key": "{spacing-scale.11-5}",
6703
+ "$value": "4.5rem",
6704
+ "$type": "dimension",
6705
+ "$extensions": {
6706
+ "com.figma.scope": []
6707
+ },
6708
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
6709
+ "isSource": true,
6710
+ "original": {
6711
+ "$value": "4.5rem",
6712
+ "$type": "dimension",
6713
+ "$extensions": {
6714
+ "com.figma.scope": []
6715
+ },
6716
+ "key": "{spacing-scale.11-5}"
6717
+ },
6718
+ "name": "SPACING_SCALE_11_5",
6719
+ "attributes": {},
6720
+ "path": [
6721
+ "spacing-scale",
6722
+ "11-5"
6723
+ ]
6724
+ }
6725
+ },
5956
6726
  "alert": {
5957
6727
  "neutral": {
5958
6728
  "title": {
@@ -31847,429 +32617,906 @@
31847
32617
  }
31848
32618
  }
31849
32619
  },
31850
- "background": {
32620
+ "background": {
32621
+ "color": {
32622
+ "default": {
32623
+ "key": "{background.color.default}",
32624
+ "$value": "#18171d",
32625
+ "$type": "color",
32626
+ "$description": "Used for the default background color.",
32627
+ "$extensions": {
32628
+ "com.figma.scope": [
32629
+ "FRAME_FILL",
32630
+ "SHAPE_FILL"
32631
+ ]
32632
+ },
32633
+ "filePath": "src/tokens/semantic/background.tokens.json",
32634
+ "isSource": true,
32635
+ "original": {
32636
+ "$value": {
32637
+ "default": "{color.neutral.0}",
32638
+ "dark": "{color.neutral.950}"
32639
+ },
32640
+ "$type": "color",
32641
+ "$description": "Used for the default background color.",
32642
+ "$extensions": {
32643
+ "com.figma.scope": [
32644
+ "FRAME_FILL",
32645
+ "SHAPE_FILL"
32646
+ ]
32647
+ },
32648
+ "key": "{background.color.default}"
32649
+ },
32650
+ "name": "BACKGROUND_COLOR_DEFAULT",
32651
+ "attributes": {},
32652
+ "path": [
32653
+ "background",
32654
+ "color",
32655
+ "default"
32656
+ ]
32657
+ },
32658
+ "subtle": {
32659
+ "key": "{background.color.subtle}",
32660
+ "$value": "#28272d",
32661
+ "$type": "color",
32662
+ "$description": "Used to slightly differentiate the background from the default.",
32663
+ "$extensions": {
32664
+ "com.figma.scope": [
32665
+ "FRAME_FILL",
32666
+ "SHAPE_FILL"
32667
+ ]
32668
+ },
32669
+ "filePath": "src/tokens/semantic/background.tokens.json",
32670
+ "isSource": true,
32671
+ "original": {
32672
+ "$value": {
32673
+ "default": "{color.neutral.10}",
32674
+ "dark": "{color.neutral.900}"
32675
+ },
32676
+ "$type": "color",
32677
+ "$description": "Used to slightly differentiate the background from the default.",
32678
+ "$extensions": {
32679
+ "com.figma.scope": [
32680
+ "FRAME_FILL",
32681
+ "SHAPE_FILL"
32682
+ ]
32683
+ },
32684
+ "key": "{background.color.subtle}"
32685
+ },
32686
+ "name": "BACKGROUND_COLOR_SUBTLE",
32687
+ "attributes": {},
32688
+ "path": [
32689
+ "background",
32690
+ "color",
32691
+ "subtle"
32692
+ ]
32693
+ },
32694
+ "strong": {
32695
+ "key": "{background.color.strong}",
32696
+ "$value": "#3a383f",
32697
+ "$type": "color",
32698
+ "$description": "Used to make the background easily stand out from the default.",
32699
+ "$extensions": {
32700
+ "com.figma.scope": [
32701
+ "FRAME_FILL",
32702
+ "SHAPE_FILL"
32703
+ ]
32704
+ },
32705
+ "filePath": "src/tokens/semantic/background.tokens.json",
32706
+ "isSource": true,
32707
+ "original": {
32708
+ "$value": {
32709
+ "default": "{color.neutral.50}",
32710
+ "dark": "{color.neutral.800}"
32711
+ },
32712
+ "$type": "color",
32713
+ "$description": "Used to make the background easily stand out from the default.",
32714
+ "$extensions": {
32715
+ "com.figma.scope": [
32716
+ "FRAME_FILL",
32717
+ "SHAPE_FILL"
32718
+ ]
32719
+ },
32720
+ "key": "{background.color.strong}"
32721
+ },
32722
+ "name": "BACKGROUND_COLOR_STRONG",
32723
+ "attributes": {},
32724
+ "path": [
32725
+ "background",
32726
+ "color",
32727
+ "strong"
32728
+ ]
32729
+ },
32730
+ "disabled": {
32731
+ "key": "{background.color.disabled}",
32732
+ "$value": "#28272d",
32733
+ "$type": "color",
32734
+ "$description": "Used to identify a disabled section.",
32735
+ "$extensions": {
32736
+ "com.figma.scope": [
32737
+ "FRAME_FILL",
32738
+ "SHAPE_FILL"
32739
+ ]
32740
+ },
32741
+ "filePath": "src/tokens/semantic/background.tokens.json",
32742
+ "isSource": true,
32743
+ "original": {
32744
+ "$value": {
32745
+ "default": "{color.neutral.10}",
32746
+ "dark": "{color.neutral.900}"
32747
+ },
32748
+ "$type": "color",
32749
+ "$description": "Used to identify a disabled section.",
32750
+ "$extensions": {
32751
+ "com.figma.scope": [
32752
+ "FRAME_FILL",
32753
+ "SHAPE_FILL"
32754
+ ]
32755
+ },
32756
+ "key": "{background.color.disabled}"
32757
+ },
32758
+ "name": "BACKGROUND_COLOR_DISABLED",
32759
+ "attributes": {},
32760
+ "path": [
32761
+ "background",
32762
+ "color",
32763
+ "disabled"
32764
+ ]
32765
+ },
32766
+ "overlap": {
32767
+ "key": "{background.color.overlap}",
32768
+ "$value": "#28272d",
32769
+ "$type": "color",
32770
+ "$description": "Used for components, like tooltips and drawers, and content, like a sticky header, that overlap other content.",
32771
+ "$extensions": {
32772
+ "com.figma.scope": [
32773
+ "FRAME_FILL",
32774
+ "SHAPE_FILL"
32775
+ ]
32776
+ },
32777
+ "filePath": "src/tokens/semantic/background.tokens.json",
32778
+ "isSource": true,
32779
+ "original": {
32780
+ "$value": {
32781
+ "default": "{color.neutral.0}",
32782
+ "dark": "{color.neutral.900}"
32783
+ },
32784
+ "$type": "color",
32785
+ "$description": "Used for components, like tooltips and drawers, and content, like a sticky header, that overlap other content.",
32786
+ "$extensions": {
32787
+ "com.figma.scope": [
32788
+ "FRAME_FILL",
32789
+ "SHAPE_FILL"
32790
+ ]
32791
+ },
32792
+ "key": "{background.color.overlap}"
32793
+ },
32794
+ "name": "BACKGROUND_COLOR_OVERLAP",
32795
+ "attributes": {},
32796
+ "path": [
32797
+ "background",
32798
+ "color",
32799
+ "overlap"
32800
+ ]
32801
+ },
32802
+ "section": {
32803
+ "key": "{background.color.section}",
32804
+ "$value": "#3a383f",
32805
+ "$type": "color",
32806
+ "$description": "Used for containers, like a card header, that are visually distinct from the default page background only when necessary to maintain affordance and hierarchy in different modes.",
32807
+ "$extensions": {
32808
+ "com.figma.scope": [
32809
+ "FRAME_FILL",
32810
+ "SHAPE_FILL"
32811
+ ]
32812
+ },
32813
+ "filePath": "src/tokens/semantic/background.tokens.json",
32814
+ "isSource": true,
32815
+ "original": {
32816
+ "$value": {
32817
+ "default": "{color.neutral.0}",
32818
+ "dark": "{color.neutral.800}"
32819
+ },
32820
+ "$type": "color",
32821
+ "$description": "Used for containers, like a card header, that are visually distinct from the default page background only when necessary to maintain affordance and hierarchy in different modes.",
32822
+ "$extensions": {
32823
+ "com.figma.scope": [
32824
+ "FRAME_FILL",
32825
+ "SHAPE_FILL"
32826
+ ]
32827
+ },
32828
+ "key": "{background.color.section}"
32829
+ },
32830
+ "name": "BACKGROUND_COLOR_SECTION",
32831
+ "attributes": {},
32832
+ "path": [
32833
+ "background",
32834
+ "color",
32835
+ "section"
32836
+ ]
32837
+ },
32838
+ "overlay": {
32839
+ "key": "{background.color.overlay}",
32840
+ "$value": "rgba(0,0,0,0.64)",
32841
+ "$type": "color",
32842
+ "$description": "Used for an overlay that covers other content.",
32843
+ "$extensions": {
32844
+ "com.figma.scope": [
32845
+ "FRAME_FILL",
32846
+ "SHAPE_FILL"
32847
+ ]
32848
+ },
32849
+ "filePath": "src/tokens/semantic/background.tokens.json",
32850
+ "isSource": true,
32851
+ "original": {
32852
+ "$value": {
32853
+ "default": "{color.alpha.dark.24}",
32854
+ "dark": "rgba(0,0,0,0.64)"
32855
+ },
32856
+ "$type": "color",
32857
+ "$description": "Used for an overlay that covers other content.",
32858
+ "$extensions": {
32859
+ "com.figma.scope": [
32860
+ "FRAME_FILL",
32861
+ "SHAPE_FILL"
32862
+ ]
32863
+ },
32864
+ "key": "{background.color.overlay}"
32865
+ },
32866
+ "name": "BACKGROUND_COLOR_OVERLAY",
32867
+ "attributes": {},
32868
+ "path": [
32869
+ "background",
32870
+ "color",
32871
+ "overlay"
32872
+ ]
32873
+ }
32874
+ }
32875
+ },
32876
+ "border": {
31851
32877
  "color": {
31852
32878
  "default": {
31853
- "key": "{background.color.default}",
31854
- "$value": "#18171d",
32879
+ "key": "{border.color.default}",
32880
+ "$value": "#4c4b51",
31855
32881
  "$type": "color",
31856
- "$description": "Used for the default background color.",
32882
+ "$description": "Used for the default border color.",
31857
32883
  "$extensions": {
31858
32884
  "com.figma.scope": [
31859
- "FRAME_FILL",
31860
- "SHAPE_FILL"
32885
+ "STROKE_COLOR"
31861
32886
  ]
31862
32887
  },
31863
- "filePath": "src/tokens/semantic/background.tokens.json",
32888
+ "filePath": "src/tokens/semantic/border.tokens.json",
31864
32889
  "isSource": true,
31865
32890
  "original": {
31866
32891
  "$value": {
31867
- "default": "{color.neutral.0}",
31868
- "dark": "{color.neutral.950}"
32892
+ "default": "{color.neutral.100}",
32893
+ "dark": "{color.neutral.700}"
31869
32894
  },
31870
32895
  "$type": "color",
31871
- "$description": "Used for the default background color.",
32896
+ "$description": "Used for the default border color.",
31872
32897
  "$extensions": {
31873
32898
  "com.figma.scope": [
31874
- "FRAME_FILL",
31875
- "SHAPE_FILL"
32899
+ "STROKE_COLOR"
31876
32900
  ]
31877
32901
  },
31878
- "key": "{background.color.default}"
32902
+ "key": "{border.color.default}"
31879
32903
  },
31880
- "name": "BACKGROUND_COLOR_DEFAULT",
32904
+ "name": "BORDER_COLOR_DEFAULT",
31881
32905
  "attributes": {},
31882
32906
  "path": [
31883
- "background",
32907
+ "border",
31884
32908
  "color",
31885
32909
  "default"
31886
32910
  ]
31887
32911
  },
31888
32912
  "subtle": {
31889
- "key": "{background.color.subtle}",
31890
- "$value": "#28272d",
32913
+ "key": "{border.color.subtle}",
32914
+ "$value": "#3a383f",
31891
32915
  "$type": "color",
31892
- "$description": "Used to slightly differentiate the background from the default.",
32916
+ "$description": "Used for a subtle border in combination with the default background.",
32917
+ "$extensions": {
32918
+ "com.figma.scope": [
32919
+ "STROKE_COLOR"
32920
+ ]
32921
+ },
32922
+ "filePath": "src/tokens/semantic/border.tokens.json",
32923
+ "isSource": true,
32924
+ "original": {
32925
+ "$value": {
32926
+ "default": "{color.neutral.50}",
32927
+ "dark": "{color.neutral.800}"
32928
+ },
32929
+ "$type": "color",
32930
+ "$description": "Used for a subtle border in combination with the default background.",
32931
+ "$extensions": {
32932
+ "com.figma.scope": [
32933
+ "STROKE_COLOR"
32934
+ ]
32935
+ },
32936
+ "key": "{border.color.subtle}"
32937
+ },
32938
+ "name": "BORDER_COLOR_SUBTLE",
32939
+ "attributes": {},
32940
+ "path": [
32941
+ "border",
32942
+ "color",
32943
+ "subtle"
32944
+ ]
32945
+ },
32946
+ "strong": {
32947
+ "key": "{border.color.strong}",
32948
+ "$value": "#626168",
32949
+ "$type": "color",
32950
+ "$description": "Used for a distinct border that emphasizes an edge or boundaries.",
32951
+ "$extensions": {
32952
+ "com.figma.scope": [
32953
+ "STROKE_COLOR"
32954
+ ]
32955
+ },
32956
+ "filePath": "src/tokens/semantic/border.tokens.json",
32957
+ "isSource": true,
32958
+ "original": {
32959
+ "$value": {
32960
+ "default": "{color.neutral.200}",
32961
+ "dark": "{color.neutral.600}"
32962
+ },
32963
+ "$type": "color",
32964
+ "$description": "Used for a distinct border that emphasizes an edge or boundaries.",
32965
+ "$extensions": {
32966
+ "com.figma.scope": [
32967
+ "STROKE_COLOR"
32968
+ ]
32969
+ },
32970
+ "key": "{border.color.strong}"
32971
+ },
32972
+ "name": "BORDER_COLOR_STRONG",
32973
+ "attributes": {},
32974
+ "path": [
32975
+ "border",
32976
+ "color",
32977
+ "strong"
32978
+ ]
32979
+ },
32980
+ "section": {
32981
+ "key": "{border.color.section}",
32982
+ "$value": "#18171d",
32983
+ "$type": "color",
32984
+ "$description": "Used for the border color that surrounds content or elements when they appear as a closed container or closed section of the page.",
32985
+ "$extensions": {
32986
+ "com.figma.scope": [
32987
+ "STROKE_COLOR"
32988
+ ]
32989
+ },
32990
+ "filePath": "src/tokens/semantic/border.tokens.json",
32991
+ "isSource": true,
32992
+ "original": {
32993
+ "$value": {
32994
+ "default": "{border.color.default}",
32995
+ "dark": "{background.color.default}"
32996
+ },
32997
+ "$type": "color",
32998
+ "$description": "Used for the border color that surrounds content or elements when they appear as a closed container or closed section of the page.",
32999
+ "$extensions": {
33000
+ "com.figma.scope": [
33001
+ "STROKE_COLOR"
33002
+ ]
33003
+ },
33004
+ "key": "{border.color.section}"
33005
+ },
33006
+ "name": "BORDER_COLOR_SECTION",
33007
+ "attributes": {},
33008
+ "path": [
33009
+ "border",
33010
+ "color",
33011
+ "section"
33012
+ ]
33013
+ },
33014
+ "transparent": {
33015
+ "key": "{border.color.transparent}",
33016
+ "$value": "transparent",
33017
+ "$type": "color",
33018
+ "$description": "Used when a border needs to be present, but not visibly perceived.",
33019
+ "$extensions": {
33020
+ "com.figma.scope": [
33021
+ "ALL_SCOPES"
33022
+ ]
33023
+ },
33024
+ "filePath": "src/tokens/semantic/border.tokens.json",
33025
+ "isSource": true,
33026
+ "original": {
33027
+ "$value": "{color.alpha.0}",
33028
+ "$type": "color",
33029
+ "$description": "Used when a border needs to be present, but not visibly perceived.",
33030
+ "$extensions": {
33031
+ "com.figma.scope": [
33032
+ "ALL_SCOPES"
33033
+ ]
33034
+ },
33035
+ "key": "{border.color.transparent}"
33036
+ },
33037
+ "name": "BORDER_COLOR_TRANSPARENT",
33038
+ "attributes": {},
33039
+ "path": [
33040
+ "border",
33041
+ "color",
33042
+ "transparent"
33043
+ ]
33044
+ }
33045
+ },
33046
+ "radius": {
33047
+ "6": {
33048
+ "key": "{border.radius.6}",
33049
+ "$value": "1.5rem",
33050
+ "$type": "dimension",
33051
+ "$description": "",
33052
+ "$deprecated": true,
33053
+ "$extensions": {
33054
+ "com.figma.scope": [
33055
+ "CORNER_RADIUS"
33056
+ ]
33057
+ },
33058
+ "filePath": "src/tokens/semantic/border.tokens.json",
33059
+ "isSource": true,
33060
+ "original": {
33061
+ "$value": "{spacing-scale.6}",
33062
+ "$type": "dimension",
33063
+ "$description": "",
33064
+ "$deprecated": true,
33065
+ "$extensions": {
33066
+ "com.figma.scope": [
33067
+ "CORNER_RADIUS"
33068
+ ]
33069
+ },
33070
+ "key": "{border.radius.6}"
33071
+ },
33072
+ "name": "BORDER_RADIUS_6",
33073
+ "attributes": {},
33074
+ "path": [
33075
+ "border",
33076
+ "radius",
33077
+ "6"
33078
+ ]
33079
+ },
33080
+ "7": {
33081
+ "key": "{border.radius.7}",
33082
+ "$value": "2rem",
33083
+ "$type": "dimension",
33084
+ "$description": "",
33085
+ "$deprecated": true,
33086
+ "$extensions": {
33087
+ "com.figma.scope": [
33088
+ "CORNER_RADIUS"
33089
+ ]
33090
+ },
33091
+ "filePath": "src/tokens/semantic/border.tokens.json",
33092
+ "isSource": true,
33093
+ "original": {
33094
+ "$value": "{spacing-scale.7}",
33095
+ "$type": "dimension",
33096
+ "$description": "",
33097
+ "$deprecated": true,
33098
+ "$extensions": {
33099
+ "com.figma.scope": [
33100
+ "CORNER_RADIUS"
33101
+ ]
33102
+ },
33103
+ "key": "{border.radius.7}"
33104
+ },
33105
+ "name": "BORDER_RADIUS_7",
33106
+ "attributes": {},
33107
+ "path": [
33108
+ "border",
33109
+ "radius",
33110
+ "7"
33111
+ ]
33112
+ },
33113
+ "none": {
33114
+ "key": "{border.radius.none}",
33115
+ "$value": "0",
33116
+ "$type": "dimension",
33117
+ "$description": "",
33118
+ "$extensions": {
33119
+ "com.figma.scope": [
33120
+ "CORNER_RADIUS"
33121
+ ]
33122
+ },
33123
+ "filePath": "src/tokens/semantic/border.tokens.json",
33124
+ "isSource": true,
33125
+ "original": {
33126
+ "$value": "{spacing-scale.0}",
33127
+ "$type": "dimension",
33128
+ "$description": "",
33129
+ "$extensions": {
33130
+ "com.figma.scope": [
33131
+ "CORNER_RADIUS"
33132
+ ]
33133
+ },
33134
+ "key": "{border.radius.none}"
33135
+ },
33136
+ "name": "BORDER_RADIUS_NONE",
33137
+ "attributes": {},
33138
+ "path": [
33139
+ "border",
33140
+ "radius",
33141
+ "none"
33142
+ ]
33143
+ },
33144
+ "base": {
33145
+ "key": "{border.radius.base}",
33146
+ "$value": "0.25rem",
33147
+ "$type": "dimension",
33148
+ "$description": "",
33149
+ "$extensions": {
33150
+ "com.figma.scope": [
33151
+ "CORNER_RADIUS"
33152
+ ]
33153
+ },
33154
+ "filePath": "src/tokens/semantic/border.tokens.json",
33155
+ "isSource": true,
33156
+ "original": {
33157
+ "$value": "{spacing-scale.2}",
33158
+ "$type": "dimension",
33159
+ "$description": "",
33160
+ "$extensions": {
33161
+ "com.figma.scope": [
33162
+ "CORNER_RADIUS"
33163
+ ]
33164
+ },
33165
+ "key": "{border.radius.base}"
33166
+ },
33167
+ "name": "BORDER_RADIUS_BASE",
33168
+ "attributes": {},
33169
+ "path": [
33170
+ "border",
33171
+ "radius",
33172
+ "base"
33173
+ ]
33174
+ },
33175
+ "xs": {
33176
+ "key": "{border.radius.xs}",
33177
+ "$value": "1px",
33178
+ "$type": "dimension",
33179
+ "$description": "",
31893
33180
  "$extensions": {
31894
33181
  "com.figma.scope": [
31895
- "FRAME_FILL",
31896
- "SHAPE_FILL"
33182
+ "CORNER_RADIUS"
31897
33183
  ]
31898
33184
  },
31899
- "filePath": "src/tokens/semantic/background.tokens.json",
33185
+ "filePath": "src/tokens/semantic/border.tokens.json",
31900
33186
  "isSource": true,
31901
33187
  "original": {
31902
- "$value": {
31903
- "default": "{color.neutral.10}",
31904
- "dark": "{color.neutral.900}"
31905
- },
31906
- "$type": "color",
31907
- "$description": "Used to slightly differentiate the background from the default.",
33188
+ "$value": "{spacing-scale.px}",
33189
+ "$type": "dimension",
33190
+ "$description": "",
31908
33191
  "$extensions": {
31909
33192
  "com.figma.scope": [
31910
- "FRAME_FILL",
31911
- "SHAPE_FILL"
33193
+ "CORNER_RADIUS"
31912
33194
  ]
31913
33195
  },
31914
- "key": "{background.color.subtle}"
33196
+ "key": "{border.radius.xs}"
31915
33197
  },
31916
- "name": "BACKGROUND_COLOR_SUBTLE",
33198
+ "name": "BORDER_RADIUS_XS",
31917
33199
  "attributes": {},
31918
33200
  "path": [
31919
- "background",
31920
- "color",
31921
- "subtle"
33201
+ "border",
33202
+ "radius",
33203
+ "xs"
31922
33204
  ]
31923
33205
  },
31924
- "strong": {
31925
- "key": "{background.color.strong}",
31926
- "$value": "#3a383f",
31927
- "$type": "color",
31928
- "$description": "Used to make the background easily stand out from the default.",
33206
+ "sm": {
33207
+ "key": "{border.radius.sm}",
33208
+ "$value": "0.125rem",
33209
+ "$type": "dimension",
33210
+ "$description": "",
31929
33211
  "$extensions": {
31930
33212
  "com.figma.scope": [
31931
- "FRAME_FILL",
31932
- "SHAPE_FILL"
33213
+ "CORNER_RADIUS"
31933
33214
  ]
31934
33215
  },
31935
- "filePath": "src/tokens/semantic/background.tokens.json",
33216
+ "filePath": "src/tokens/semantic/border.tokens.json",
31936
33217
  "isSource": true,
31937
33218
  "original": {
31938
- "$value": {
31939
- "default": "{color.neutral.50}",
31940
- "dark": "{color.neutral.800}"
31941
- },
31942
- "$type": "color",
31943
- "$description": "Used to make the background easily stand out from the default.",
33219
+ "$value": "{spacing-scale.1}",
33220
+ "$type": "dimension",
33221
+ "$description": "",
31944
33222
  "$extensions": {
31945
33223
  "com.figma.scope": [
31946
- "FRAME_FILL",
31947
- "SHAPE_FILL"
33224
+ "CORNER_RADIUS"
31948
33225
  ]
31949
33226
  },
31950
- "key": "{background.color.strong}"
33227
+ "key": "{border.radius.sm}"
31951
33228
  },
31952
- "name": "BACKGROUND_COLOR_STRONG",
33229
+ "name": "BORDER_RADIUS_SM",
31953
33230
  "attributes": {},
31954
33231
  "path": [
31955
- "background",
31956
- "color",
31957
- "strong"
33232
+ "border",
33233
+ "radius",
33234
+ "sm"
31958
33235
  ]
31959
33236
  },
31960
- "disabled": {
31961
- "key": "{background.color.disabled}",
31962
- "$value": "#28272d",
31963
- "$type": "color",
31964
- "$description": "Used to identify a disabled section.",
33237
+ "md": {
33238
+ "key": "{border.radius.md}",
33239
+ "$value": "0.25rem",
33240
+ "$type": "dimension",
33241
+ "$description": "",
31965
33242
  "$extensions": {
31966
33243
  "com.figma.scope": [
31967
- "FRAME_FILL",
31968
- "SHAPE_FILL"
33244
+ "CORNER_RADIUS"
31969
33245
  ]
31970
33246
  },
31971
- "filePath": "src/tokens/semantic/background.tokens.json",
33247
+ "filePath": "src/tokens/semantic/border.tokens.json",
31972
33248
  "isSource": true,
31973
33249
  "original": {
31974
- "$value": {
31975
- "default": "{color.neutral.10}",
31976
- "dark": "{color.neutral.900}"
31977
- },
31978
- "$type": "color",
31979
- "$description": "Used to identify a disabled section.",
33250
+ "$value": "{spacing-scale.2}",
33251
+ "$type": "dimension",
33252
+ "$description": "",
31980
33253
  "$extensions": {
31981
33254
  "com.figma.scope": [
31982
- "FRAME_FILL",
31983
- "SHAPE_FILL"
33255
+ "CORNER_RADIUS"
31984
33256
  ]
31985
33257
  },
31986
- "key": "{background.color.disabled}"
33258
+ "key": "{border.radius.md}"
31987
33259
  },
31988
- "name": "BACKGROUND_COLOR_DISABLED",
33260
+ "name": "BORDER_RADIUS_MD",
31989
33261
  "attributes": {},
31990
33262
  "path": [
31991
- "background",
31992
- "color",
31993
- "disabled"
33263
+ "border",
33264
+ "radius",
33265
+ "md"
31994
33266
  ]
31995
33267
  },
31996
- "overlap": {
31997
- "key": "{background.color.overlap}",
31998
- "$value": "#28272d",
31999
- "$type": "color",
32000
- "$description": "Used for components, like tooltips and drawers, and content, like a sticky header, that overlap other content.",
33268
+ "lg": {
33269
+ "key": "{border.radius.lg}",
33270
+ "$value": "0.5rem",
33271
+ "$type": "dimension",
33272
+ "$description": "",
32001
33273
  "$extensions": {
32002
33274
  "com.figma.scope": [
32003
- "FRAME_FILL",
32004
- "SHAPE_FILL"
33275
+ "CORNER_RADIUS"
32005
33276
  ]
32006
33277
  },
32007
- "filePath": "src/tokens/semantic/background.tokens.json",
33278
+ "filePath": "src/tokens/semantic/border.tokens.json",
32008
33279
  "isSource": true,
32009
33280
  "original": {
32010
- "$value": {
32011
- "default": "{color.neutral.0}",
32012
- "dark": "{color.neutral.900}"
32013
- },
32014
- "$type": "color",
32015
- "$description": "Used for components, like tooltips and drawers, and content, like a sticky header, that overlap other content.",
33281
+ "$value": "{spacing-scale.3}",
33282
+ "$type": "dimension",
33283
+ "$description": "",
32016
33284
  "$extensions": {
32017
33285
  "com.figma.scope": [
32018
- "FRAME_FILL",
32019
- "SHAPE_FILL"
33286
+ "CORNER_RADIUS"
32020
33287
  ]
32021
33288
  },
32022
- "key": "{background.color.overlap}"
33289
+ "key": "{border.radius.lg}"
32023
33290
  },
32024
- "name": "BACKGROUND_COLOR_OVERLAP",
33291
+ "name": "BORDER_RADIUS_LG",
32025
33292
  "attributes": {},
32026
33293
  "path": [
32027
- "background",
32028
- "color",
32029
- "overlap"
33294
+ "border",
33295
+ "radius",
33296
+ "lg"
32030
33297
  ]
32031
33298
  },
32032
- "section": {
32033
- "key": "{background.color.section}",
32034
- "$value": "#3a383f",
32035
- "$type": "color",
32036
- "$description": "Used for containers, like a card header, that are visually distinct from the default page background only when necessary to maintain affordance and hierarchy in different modes.",
33299
+ "xl": {
33300
+ "key": "{border.radius.xl}",
33301
+ "$value": "0.75rem",
33302
+ "$type": "dimension",
33303
+ "$description": "",
32037
33304
  "$extensions": {
32038
33305
  "com.figma.scope": [
32039
- "FRAME_FILL",
32040
- "SHAPE_FILL"
33306
+ "CORNER_RADIUS"
32041
33307
  ]
32042
33308
  },
32043
- "filePath": "src/tokens/semantic/background.tokens.json",
33309
+ "filePath": "src/tokens/semantic/border.tokens.json",
32044
33310
  "isSource": true,
32045
33311
  "original": {
32046
- "$value": {
32047
- "default": "{color.neutral.0}",
32048
- "dark": "{color.neutral.800}"
32049
- },
32050
- "$type": "color",
32051
- "$description": "Used for containers, like a card header, that are visually distinct from the default page background only when necessary to maintain affordance and hierarchy in different modes.",
33312
+ "$value": "{spacing-scale.4}",
33313
+ "$type": "dimension",
33314
+ "$description": "",
32052
33315
  "$extensions": {
32053
33316
  "com.figma.scope": [
32054
- "FRAME_FILL",
32055
- "SHAPE_FILL"
33317
+ "CORNER_RADIUS"
32056
33318
  ]
32057
33319
  },
32058
- "key": "{background.color.section}"
33320
+ "key": "{border.radius.xl}"
32059
33321
  },
32060
- "name": "BACKGROUND_COLOR_SECTION",
33322
+ "name": "BORDER_RADIUS_XL",
32061
33323
  "attributes": {},
32062
33324
  "path": [
32063
- "background",
32064
- "color",
32065
- "section"
33325
+ "border",
33326
+ "radius",
33327
+ "xl"
32066
33328
  ]
32067
33329
  },
32068
- "overlay": {
32069
- "key": "{background.color.overlay}",
32070
- "$value": "rgba(0,0,0,0.64)",
32071
- "$type": "color",
32072
- "$description": "Used for an overlay that covers other content.",
33330
+ "2xl": {
33331
+ "key": "{border.radius.2xl}",
33332
+ "$value": "1rem",
33333
+ "$type": "dimension",
33334
+ "$description": "",
32073
33335
  "$extensions": {
32074
33336
  "com.figma.scope": [
32075
- "FRAME_FILL",
32076
- "SHAPE_FILL"
33337
+ "CORNER_RADIUS"
32077
33338
  ]
32078
33339
  },
32079
- "filePath": "src/tokens/semantic/background.tokens.json",
33340
+ "filePath": "src/tokens/semantic/border.tokens.json",
32080
33341
  "isSource": true,
32081
33342
  "original": {
32082
- "$value": {
32083
- "default": "{color.alpha.dark.24}",
32084
- "dark": "rgba(0,0,0,0.64)"
32085
- },
32086
- "$type": "color",
32087
- "$description": "Used for an overlay that covers other content.",
33343
+ "$value": "{spacing-scale.5}",
33344
+ "$type": "dimension",
33345
+ "$description": "",
32088
33346
  "$extensions": {
32089
33347
  "com.figma.scope": [
32090
- "FRAME_FILL",
32091
- "SHAPE_FILL"
33348
+ "CORNER_RADIUS"
32092
33349
  ]
32093
33350
  },
32094
- "key": "{background.color.overlay}"
33351
+ "key": "{border.radius.2xl}"
32095
33352
  },
32096
- "name": "BACKGROUND_COLOR_OVERLAY",
33353
+ "name": "BORDER_RADIUS_2XL",
32097
33354
  "attributes": {},
32098
33355
  "path": [
32099
- "background",
32100
- "color",
32101
- "overlay"
33356
+ "border",
33357
+ "radius",
33358
+ "2xl"
32102
33359
  ]
32103
- }
32104
- }
32105
- },
32106
- "border": {
32107
- "color": {
32108
- "default": {
32109
- "key": "{border.color.default}",
32110
- "$value": "#4c4b51",
32111
- "$type": "color",
32112
- "$description": "Used for the default border color.",
33360
+ },
33361
+ "3xl": {
33362
+ "key": "{border.radius.3xl}",
33363
+ "$value": "1.5rem",
33364
+ "$type": "dimension",
33365
+ "$description": "",
32113
33366
  "$extensions": {
32114
33367
  "com.figma.scope": [
32115
- "STROKE_COLOR"
33368
+ "CORNER_RADIUS"
32116
33369
  ]
32117
33370
  },
32118
33371
  "filePath": "src/tokens/semantic/border.tokens.json",
32119
33372
  "isSource": true,
32120
33373
  "original": {
32121
- "$value": {
32122
- "default": "{color.neutral.100}",
32123
- "dark": "{color.neutral.700}"
32124
- },
32125
- "$type": "color",
32126
- "$description": "Used for the default border color.",
33374
+ "$value": "{spacing-scale.6}",
33375
+ "$type": "dimension",
33376
+ "$description": "",
32127
33377
  "$extensions": {
32128
33378
  "com.figma.scope": [
32129
- "STROKE_COLOR"
33379
+ "CORNER_RADIUS"
32130
33380
  ]
32131
33381
  },
32132
- "key": "{border.color.default}"
33382
+ "key": "{border.radius.3xl}"
32133
33383
  },
32134
- "name": "BORDER_COLOR_DEFAULT",
33384
+ "name": "BORDER_RADIUS_3XL",
32135
33385
  "attributes": {},
32136
33386
  "path": [
32137
33387
  "border",
32138
- "color",
32139
- "default"
33388
+ "radius",
33389
+ "3xl"
32140
33390
  ]
32141
33391
  },
32142
- "subtle": {
32143
- "key": "{border.color.subtle}",
32144
- "$value": "#3a383f",
32145
- "$type": "color",
32146
- "$description": "Used for a subtle border in combination with the default background.",
33392
+ "small": {
33393
+ "key": "{border.radius.small}",
33394
+ "$value": "0.125rem",
33395
+ "$type": "dimension",
33396
+ "$description": "",
33397
+ "$deprecated": true,
32147
33398
  "$extensions": {
32148
33399
  "com.figma.scope": [
32149
- "STROKE_COLOR"
33400
+ "CORNER_RADIUS"
32150
33401
  ]
32151
33402
  },
32152
33403
  "filePath": "src/tokens/semantic/border.tokens.json",
32153
33404
  "isSource": true,
32154
33405
  "original": {
32155
- "$value": {
32156
- "default": "{color.neutral.50}",
32157
- "dark": "{color.neutral.800}"
32158
- },
32159
- "$type": "color",
32160
- "$description": "Used for a subtle border in combination with the default background.",
33406
+ "$value": "{spacing-scale.1}",
33407
+ "$type": "dimension",
33408
+ "$description": "",
33409
+ "$deprecated": true,
32161
33410
  "$extensions": {
32162
33411
  "com.figma.scope": [
32163
- "STROKE_COLOR"
33412
+ "CORNER_RADIUS"
32164
33413
  ]
32165
33414
  },
32166
- "key": "{border.color.subtle}"
33415
+ "key": "{border.radius.small}"
32167
33416
  },
32168
- "name": "BORDER_COLOR_SUBTLE",
33417
+ "name": "BORDER_RADIUS_SMALL",
32169
33418
  "attributes": {},
32170
33419
  "path": [
32171
33420
  "border",
32172
- "color",
32173
- "subtle"
33421
+ "radius",
33422
+ "small"
32174
33423
  ]
32175
33424
  },
32176
- "strong": {
32177
- "key": "{border.color.strong}",
32178
- "$value": "#626168",
32179
- "$type": "color",
32180
- "$description": "Used for a distinct border that emphasizes an edge or boundaries.",
33425
+ "large": {
33426
+ "key": "{border.radius.large}",
33427
+ "$value": "0.5rem",
33428
+ "$type": "dimension",
33429
+ "$description": "",
33430
+ "$deprecated": true,
32181
33431
  "$extensions": {
32182
33432
  "com.figma.scope": [
32183
- "STROKE_COLOR"
33433
+ "CORNER_RADIUS"
32184
33434
  ]
32185
33435
  },
32186
33436
  "filePath": "src/tokens/semantic/border.tokens.json",
32187
33437
  "isSource": true,
32188
33438
  "original": {
32189
- "$value": {
32190
- "default": "{color.neutral.200}",
32191
- "dark": "{color.neutral.600}"
32192
- },
32193
- "$type": "color",
32194
- "$description": "Used for a distinct border that emphasizes an edge or boundaries.",
33439
+ "$value": "{spacing-scale.3}",
33440
+ "$type": "dimension",
33441
+ "$description": "",
33442
+ "$deprecated": true,
32195
33443
  "$extensions": {
32196
33444
  "com.figma.scope": [
32197
- "STROKE_COLOR"
33445
+ "CORNER_RADIUS"
32198
33446
  ]
32199
33447
  },
32200
- "key": "{border.color.strong}"
33448
+ "key": "{border.radius.large}"
32201
33449
  },
32202
- "name": "BORDER_COLOR_STRONG",
33450
+ "name": "BORDER_RADIUS_LARGE",
32203
33451
  "attributes": {},
32204
33452
  "path": [
32205
33453
  "border",
32206
- "color",
32207
- "strong"
33454
+ "radius",
33455
+ "large"
32208
33456
  ]
32209
33457
  },
32210
- "section": {
32211
- "key": "{border.color.section}",
32212
- "$value": "#18171d",
32213
- "$type": "color",
32214
- "$description": "Used for the border color that surrounds content or elements when they appear as a closed container or closed section of the page.",
33458
+ "pill": {
33459
+ "key": "{border.radius.pill}",
33460
+ "$value": "0.75rem",
33461
+ "$type": "dimension",
33462
+ "$description": "",
33463
+ "$deprecated": true,
32215
33464
  "$extensions": {
32216
33465
  "com.figma.scope": [
32217
- "STROKE_COLOR"
33466
+ "CORNER_RADIUS"
32218
33467
  ]
32219
33468
  },
32220
33469
  "filePath": "src/tokens/semantic/border.tokens.json",
32221
33470
  "isSource": true,
32222
33471
  "original": {
32223
- "$value": {
32224
- "default": "{border.color.default}",
32225
- "dark": "{background.color.default}"
32226
- },
32227
- "$type": "color",
32228
- "$description": "Used for the border color that surrounds content or elements when they appear as a closed container or closed section of the page.",
33472
+ "$value": "{spacing-scale.4}",
33473
+ "$type": "dimension",
33474
+ "$description": "",
33475
+ "$deprecated": true,
32229
33476
  "$extensions": {
32230
33477
  "com.figma.scope": [
32231
- "STROKE_COLOR"
33478
+ "CORNER_RADIUS"
32232
33479
  ]
32233
33480
  },
32234
- "key": "{border.color.section}"
33481
+ "key": "{border.radius.pill}"
32235
33482
  },
32236
- "name": "BORDER_COLOR_SECTION",
33483
+ "name": "BORDER_RADIUS_PILL",
32237
33484
  "attributes": {},
32238
33485
  "path": [
32239
33486
  "border",
32240
- "color",
32241
- "section"
33487
+ "radius",
33488
+ "pill"
32242
33489
  ]
32243
33490
  },
32244
- "transparent": {
32245
- "key": "{border.color.transparent}",
32246
- "$value": "transparent",
32247
- "$type": "color",
32248
- "$description": "Used when a border needs to be present, but not visibly perceived.",
33491
+ "full": {
33492
+ "key": "{border.radius.full}",
33493
+ "$value": "9999px",
33494
+ "$type": "dimension",
33495
+ "$description": "",
32249
33496
  "$extensions": {
32250
33497
  "com.figma.scope": [
32251
- "ALL_SCOPES"
33498
+ "CORNER_RADIUS"
32252
33499
  ]
32253
33500
  },
32254
33501
  "filePath": "src/tokens/semantic/border.tokens.json",
32255
33502
  "isSource": true,
32256
33503
  "original": {
32257
- "$value": "{color.alpha.0}",
32258
- "$type": "color",
32259
- "$description": "Used when a border needs to be present, but not visibly perceived.",
33504
+ "$value": "9999px",
33505
+ "$type": "dimension",
33506
+ "$description": "",
32260
33507
  "$extensions": {
32261
33508
  "com.figma.scope": [
32262
- "ALL_SCOPES"
33509
+ "CORNER_RADIUS"
32263
33510
  ]
32264
33511
  },
32265
- "key": "{border.color.transparent}"
33512
+ "key": "{border.radius.full}"
32266
33513
  },
32267
- "name": "BORDER_COLOR_TRANSPARENT",
33514
+ "name": "BORDER_RADIUS_FULL",
32268
33515
  "attributes": {},
32269
33516
  "path": [
32270
33517
  "border",
32271
- "color",
32272
- "transparent"
33518
+ "radius",
33519
+ "full"
32273
33520
  ]
32274
33521
  }
32275
33522
  }