@gitlab/ui 122.5.0 → 122.6.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 (38) hide show
  1. package/dist/components/dashboards/dashboard_panel/dashboard_panel.js +12 -3
  2. package/dist/index.css +2 -2
  3. package/dist/index.css.map +1 -1
  4. package/dist/tailwind.css +1 -1
  5. package/dist/tailwind.css.map +1 -1
  6. package/dist/tokens/build/js/tokens.dark.js +33 -1
  7. package/dist/tokens/build/js/tokens.js +33 -1
  8. package/dist/tokens/css/tokens.css +32 -0
  9. package/dist/tokens/css/tokens.dark.css +32 -0
  10. package/dist/tokens/docs/tokens-tailwind-docs.dark.json +802 -0
  11. package/dist/tokens/docs/tokens-tailwind-docs.json +802 -0
  12. package/dist/tokens/figma/constants.tokens.json +226 -0
  13. package/dist/tokens/js/tokens.dark.js +32 -0
  14. package/dist/tokens/js/tokens.js +32 -0
  15. package/dist/tokens/json/tokens.dark.json +770 -0
  16. package/dist/tokens/json/tokens.json +770 -0
  17. package/dist/tokens/scss/_tokens.dark.scss +32 -0
  18. package/dist/tokens/scss/_tokens.scss +32 -0
  19. package/dist/tokens/scss/_tokens_custom_properties.scss +32 -0
  20. package/dist/tokens/tailwind/tokens.cjs +2 -0
  21. package/package.json +1 -1
  22. package/src/components/dashboards/dashboard_panel/dashboard_panel.vue +33 -10
  23. package/src/scss/variables.scss +0 -29
  24. package/src/tokens/build/css/tokens.css +32 -0
  25. package/src/tokens/build/css/tokens.dark.css +32 -0
  26. package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +802 -0
  27. package/src/tokens/build/docs/tokens-tailwind-docs.json +802 -0
  28. package/src/tokens/build/figma/constants.tokens.json +226 -0
  29. package/src/tokens/build/js/tokens.dark.js +32 -0
  30. package/src/tokens/build/js/tokens.js +32 -0
  31. package/src/tokens/build/json/tokens.dark.json +770 -0
  32. package/src/tokens/build/json/tokens.json +770 -0
  33. package/src/tokens/build/scss/_tokens.dark.scss +32 -0
  34. package/src/tokens/build/scss/_tokens.scss +32 -0
  35. package/src/tokens/build/scss/_tokens_custom_properties.scss +32 -0
  36. package/src/tokens/build/tailwind/tokens.cjs +35 -0
  37. package/src/tokens/constant/spacing_scale.tokens.json +228 -0
  38. package/tailwind.defaults.js +1 -38
@@ -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": {