@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
@@ -42900,5 +42900,807 @@
42900
42900
  ],
42901
42901
  "cssWithValue": "var(--black, #050506)"
42902
42902
  }
42903
+ },
42904
+ "spacing": {
42905
+ "0": {
42906
+ "key": "{spacing-scale.0}",
42907
+ "$value": "0",
42908
+ "$type": "dimension",
42909
+ "$extensions": {
42910
+ "com.figma.scope": []
42911
+ },
42912
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
42913
+ "isSource": true,
42914
+ "original": {
42915
+ "$value": "0",
42916
+ "$type": "dimension",
42917
+ "$extensions": {
42918
+ "com.figma.scope": []
42919
+ },
42920
+ "key": "{spacing-scale.0}"
42921
+ },
42922
+ "name": "SPACING_SCALE_0",
42923
+ "attributes": {},
42924
+ "path": [
42925
+ "spacing-scale",
42926
+ "0"
42927
+ ],
42928
+ "cssWithValue": "var(--gl-spacing-scale-0, 0)"
42929
+ },
42930
+ "1": {
42931
+ "key": "{spacing-scale.1}",
42932
+ "$value": "0.125rem",
42933
+ "$type": "dimension",
42934
+ "$extensions": {
42935
+ "com.figma.scope": []
42936
+ },
42937
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
42938
+ "isSource": true,
42939
+ "original": {
42940
+ "$value": "0.125rem",
42941
+ "$type": "dimension",
42942
+ "$extensions": {
42943
+ "com.figma.scope": []
42944
+ },
42945
+ "key": "{spacing-scale.1}"
42946
+ },
42947
+ "name": "SPACING_SCALE_1",
42948
+ "attributes": {},
42949
+ "path": [
42950
+ "spacing-scale",
42951
+ "1"
42952
+ ],
42953
+ "cssWithValue": "var(--gl-spacing-scale-1, 0.125rem)"
42954
+ },
42955
+ "2": {
42956
+ "key": "{spacing-scale.2}",
42957
+ "$value": "0.25rem",
42958
+ "$type": "dimension",
42959
+ "$extensions": {
42960
+ "com.figma.scope": []
42961
+ },
42962
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
42963
+ "isSource": true,
42964
+ "original": {
42965
+ "$value": "0.25rem",
42966
+ "$type": "dimension",
42967
+ "$extensions": {
42968
+ "com.figma.scope": []
42969
+ },
42970
+ "key": "{spacing-scale.2}"
42971
+ },
42972
+ "name": "SPACING_SCALE_2",
42973
+ "attributes": {},
42974
+ "path": [
42975
+ "spacing-scale",
42976
+ "2"
42977
+ ],
42978
+ "cssWithValue": "var(--gl-spacing-scale-2, 0.25rem)"
42979
+ },
42980
+ "3": {
42981
+ "key": "{spacing-scale.3}",
42982
+ "$value": "0.5rem",
42983
+ "$type": "dimension",
42984
+ "$extensions": {
42985
+ "com.figma.scope": []
42986
+ },
42987
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
42988
+ "isSource": true,
42989
+ "original": {
42990
+ "$value": "0.5rem",
42991
+ "$type": "dimension",
42992
+ "$extensions": {
42993
+ "com.figma.scope": []
42994
+ },
42995
+ "key": "{spacing-scale.3}"
42996
+ },
42997
+ "name": "SPACING_SCALE_3",
42998
+ "attributes": {},
42999
+ "path": [
43000
+ "spacing-scale",
43001
+ "3"
43002
+ ],
43003
+ "cssWithValue": "var(--gl-spacing-scale-3, 0.5rem)"
43004
+ },
43005
+ "4": {
43006
+ "key": "{spacing-scale.4}",
43007
+ "$value": "0.75rem",
43008
+ "$type": "dimension",
43009
+ "$extensions": {
43010
+ "com.figma.scope": []
43011
+ },
43012
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43013
+ "isSource": true,
43014
+ "original": {
43015
+ "$value": "0.75rem",
43016
+ "$type": "dimension",
43017
+ "$extensions": {
43018
+ "com.figma.scope": []
43019
+ },
43020
+ "key": "{spacing-scale.4}"
43021
+ },
43022
+ "name": "SPACING_SCALE_4",
43023
+ "attributes": {},
43024
+ "path": [
43025
+ "spacing-scale",
43026
+ "4"
43027
+ ],
43028
+ "cssWithValue": "var(--gl-spacing-scale-4, 0.75rem)"
43029
+ },
43030
+ "5": {
43031
+ "key": "{spacing-scale.5}",
43032
+ "$value": "1rem",
43033
+ "$type": "dimension",
43034
+ "$extensions": {
43035
+ "com.figma.scope": []
43036
+ },
43037
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43038
+ "isSource": true,
43039
+ "original": {
43040
+ "$value": "1rem",
43041
+ "$type": "dimension",
43042
+ "$extensions": {
43043
+ "com.figma.scope": []
43044
+ },
43045
+ "key": "{spacing-scale.5}"
43046
+ },
43047
+ "name": "SPACING_SCALE_5",
43048
+ "attributes": {},
43049
+ "path": [
43050
+ "spacing-scale",
43051
+ "5"
43052
+ ],
43053
+ "cssWithValue": "var(--gl-spacing-scale-5, 1rem)"
43054
+ },
43055
+ "6": {
43056
+ "key": "{spacing-scale.6}",
43057
+ "$value": "1.5rem",
43058
+ "$type": "dimension",
43059
+ "$extensions": {
43060
+ "com.figma.scope": []
43061
+ },
43062
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43063
+ "isSource": true,
43064
+ "original": {
43065
+ "$value": "1.5rem",
43066
+ "$type": "dimension",
43067
+ "$extensions": {
43068
+ "com.figma.scope": []
43069
+ },
43070
+ "key": "{spacing-scale.6}"
43071
+ },
43072
+ "name": "SPACING_SCALE_6",
43073
+ "attributes": {},
43074
+ "path": [
43075
+ "spacing-scale",
43076
+ "6"
43077
+ ],
43078
+ "cssWithValue": "var(--gl-spacing-scale-6, 1.5rem)"
43079
+ },
43080
+ "7": {
43081
+ "key": "{spacing-scale.7}",
43082
+ "$value": "2rem",
43083
+ "$type": "dimension",
43084
+ "$extensions": {
43085
+ "com.figma.scope": []
43086
+ },
43087
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43088
+ "isSource": true,
43089
+ "original": {
43090
+ "$value": "2rem",
43091
+ "$type": "dimension",
43092
+ "$extensions": {
43093
+ "com.figma.scope": []
43094
+ },
43095
+ "key": "{spacing-scale.7}"
43096
+ },
43097
+ "name": "SPACING_SCALE_7",
43098
+ "attributes": {},
43099
+ "path": [
43100
+ "spacing-scale",
43101
+ "7"
43102
+ ],
43103
+ "cssWithValue": "var(--gl-spacing-scale-7, 2rem)"
43104
+ },
43105
+ "8": {
43106
+ "key": "{spacing-scale.8}",
43107
+ "$value": "2.5rem",
43108
+ "$type": "dimension",
43109
+ "$extensions": {
43110
+ "com.figma.scope": []
43111
+ },
43112
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43113
+ "isSource": true,
43114
+ "original": {
43115
+ "$value": "2.5rem",
43116
+ "$type": "dimension",
43117
+ "$extensions": {
43118
+ "com.figma.scope": []
43119
+ },
43120
+ "key": "{spacing-scale.8}"
43121
+ },
43122
+ "name": "SPACING_SCALE_8",
43123
+ "attributes": {},
43124
+ "path": [
43125
+ "spacing-scale",
43126
+ "8"
43127
+ ],
43128
+ "cssWithValue": "var(--gl-spacing-scale-8, 2.5rem)"
43129
+ },
43130
+ "9": {
43131
+ "key": "{spacing-scale.9}",
43132
+ "$value": "3rem",
43133
+ "$type": "dimension",
43134
+ "$extensions": {
43135
+ "com.figma.scope": []
43136
+ },
43137
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43138
+ "isSource": true,
43139
+ "original": {
43140
+ "$value": "3rem",
43141
+ "$type": "dimension",
43142
+ "$extensions": {
43143
+ "com.figma.scope": []
43144
+ },
43145
+ "key": "{spacing-scale.9}"
43146
+ },
43147
+ "name": "SPACING_SCALE_9",
43148
+ "attributes": {},
43149
+ "path": [
43150
+ "spacing-scale",
43151
+ "9"
43152
+ ],
43153
+ "cssWithValue": "var(--gl-spacing-scale-9, 3rem)"
43154
+ },
43155
+ "10": {
43156
+ "key": "{spacing-scale.10}",
43157
+ "$value": "3.5rem",
43158
+ "$type": "dimension",
43159
+ "$extensions": {
43160
+ "com.figma.scope": []
43161
+ },
43162
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43163
+ "isSource": true,
43164
+ "original": {
43165
+ "$value": "3.5rem",
43166
+ "$type": "dimension",
43167
+ "$extensions": {
43168
+ "com.figma.scope": []
43169
+ },
43170
+ "key": "{spacing-scale.10}"
43171
+ },
43172
+ "name": "SPACING_SCALE_10",
43173
+ "attributes": {},
43174
+ "path": [
43175
+ "spacing-scale",
43176
+ "10"
43177
+ ],
43178
+ "cssWithValue": "var(--gl-spacing-scale-10, 3.5rem)"
43179
+ },
43180
+ "11": {
43181
+ "key": "{spacing-scale.11}",
43182
+ "$value": "4rem",
43183
+ "$type": "dimension",
43184
+ "$extensions": {
43185
+ "com.figma.scope": []
43186
+ },
43187
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43188
+ "isSource": true,
43189
+ "original": {
43190
+ "$value": "4rem",
43191
+ "$type": "dimension",
43192
+ "$extensions": {
43193
+ "com.figma.scope": []
43194
+ },
43195
+ "key": "{spacing-scale.11}"
43196
+ },
43197
+ "name": "SPACING_SCALE_11",
43198
+ "attributes": {},
43199
+ "path": [
43200
+ "spacing-scale",
43201
+ "11"
43202
+ ],
43203
+ "cssWithValue": "var(--gl-spacing-scale-11, 4rem)"
43204
+ },
43205
+ "12": {
43206
+ "key": "{spacing-scale.12}",
43207
+ "$value": "5rem",
43208
+ "$type": "dimension",
43209
+ "$extensions": {
43210
+ "com.figma.scope": []
43211
+ },
43212
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43213
+ "isSource": true,
43214
+ "original": {
43215
+ "$value": "5rem",
43216
+ "$type": "dimension",
43217
+ "$extensions": {
43218
+ "com.figma.scope": []
43219
+ },
43220
+ "key": "{spacing-scale.12}"
43221
+ },
43222
+ "name": "SPACING_SCALE_12",
43223
+ "attributes": {},
43224
+ "path": [
43225
+ "spacing-scale",
43226
+ "12"
43227
+ ],
43228
+ "cssWithValue": "var(--gl-spacing-scale-12, 5rem)"
43229
+ },
43230
+ "13": {
43231
+ "key": "{spacing-scale.13}",
43232
+ "$value": "6rem",
43233
+ "$type": "dimension",
43234
+ "$extensions": {
43235
+ "com.figma.scope": []
43236
+ },
43237
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43238
+ "isSource": true,
43239
+ "original": {
43240
+ "$value": "6rem",
43241
+ "$type": "dimension",
43242
+ "$extensions": {
43243
+ "com.figma.scope": []
43244
+ },
43245
+ "key": "{spacing-scale.13}"
43246
+ },
43247
+ "name": "SPACING_SCALE_13",
43248
+ "attributes": {},
43249
+ "path": [
43250
+ "spacing-scale",
43251
+ "13"
43252
+ ],
43253
+ "cssWithValue": "var(--gl-spacing-scale-13, 6rem)"
43254
+ },
43255
+ "15": {
43256
+ "key": "{spacing-scale.15}",
43257
+ "$value": "7.5rem",
43258
+ "$type": "dimension",
43259
+ "$extensions": {
43260
+ "com.figma.scope": []
43261
+ },
43262
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43263
+ "isSource": true,
43264
+ "original": {
43265
+ "$value": "7.5rem",
43266
+ "$type": "dimension",
43267
+ "$extensions": {
43268
+ "com.figma.scope": []
43269
+ },
43270
+ "key": "{spacing-scale.15}"
43271
+ },
43272
+ "name": "SPACING_SCALE_15",
43273
+ "attributes": {},
43274
+ "path": [
43275
+ "spacing-scale",
43276
+ "15"
43277
+ ],
43278
+ "cssWithValue": "var(--gl-spacing-scale-15, 7.5rem)"
43279
+ },
43280
+ "18": {
43281
+ "key": "{spacing-scale.18}",
43282
+ "$value": "9rem",
43283
+ "$type": "dimension",
43284
+ "$extensions": {
43285
+ "com.figma.scope": []
43286
+ },
43287
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43288
+ "isSource": true,
43289
+ "original": {
43290
+ "$value": "9rem",
43291
+ "$type": "dimension",
43292
+ "$extensions": {
43293
+ "com.figma.scope": []
43294
+ },
43295
+ "key": "{spacing-scale.18}"
43296
+ },
43297
+ "name": "SPACING_SCALE_18",
43298
+ "attributes": {},
43299
+ "path": [
43300
+ "spacing-scale",
43301
+ "18"
43302
+ ],
43303
+ "cssWithValue": "var(--gl-spacing-scale-18, 9rem)"
43304
+ },
43305
+ "20": {
43306
+ "key": "{spacing-scale.20}",
43307
+ "$value": "10rem",
43308
+ "$type": "dimension",
43309
+ "$extensions": {
43310
+ "com.figma.scope": []
43311
+ },
43312
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43313
+ "isSource": true,
43314
+ "original": {
43315
+ "$value": "10rem",
43316
+ "$type": "dimension",
43317
+ "$extensions": {
43318
+ "com.figma.scope": []
43319
+ },
43320
+ "key": "{spacing-scale.20}"
43321
+ },
43322
+ "name": "SPACING_SCALE_20",
43323
+ "attributes": {},
43324
+ "path": [
43325
+ "spacing-scale",
43326
+ "20"
43327
+ ],
43328
+ "cssWithValue": "var(--gl-spacing-scale-20, 10rem)"
43329
+ },
43330
+ "26": {
43331
+ "key": "{spacing-scale.26}",
43332
+ "$value": "13rem",
43333
+ "$type": "dimension",
43334
+ "$extensions": {
43335
+ "com.figma.scope": []
43336
+ },
43337
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43338
+ "isSource": true,
43339
+ "original": {
43340
+ "$value": "13rem",
43341
+ "$type": "dimension",
43342
+ "$extensions": {
43343
+ "com.figma.scope": []
43344
+ },
43345
+ "key": "{spacing-scale.26}"
43346
+ },
43347
+ "name": "SPACING_SCALE_26",
43348
+ "attributes": {},
43349
+ "path": [
43350
+ "spacing-scale",
43351
+ "26"
43352
+ ],
43353
+ "cssWithValue": "var(--gl-spacing-scale-26, 13rem)"
43354
+ },
43355
+ "28": {
43356
+ "key": "{spacing-scale.28}",
43357
+ "$value": "14rem",
43358
+ "$type": "dimension",
43359
+ "$extensions": {
43360
+ "com.figma.scope": []
43361
+ },
43362
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43363
+ "isSource": true,
43364
+ "original": {
43365
+ "$value": "14rem",
43366
+ "$type": "dimension",
43367
+ "$extensions": {
43368
+ "com.figma.scope": []
43369
+ },
43370
+ "key": "{spacing-scale.28}"
43371
+ },
43372
+ "name": "SPACING_SCALE_28",
43373
+ "attributes": {},
43374
+ "path": [
43375
+ "spacing-scale",
43376
+ "28"
43377
+ ],
43378
+ "cssWithValue": "var(--gl-spacing-scale-28, 14rem)"
43379
+ },
43380
+ "30": {
43381
+ "key": "{spacing-scale.30}",
43382
+ "$value": "15rem",
43383
+ "$type": "dimension",
43384
+ "$extensions": {
43385
+ "com.figma.scope": []
43386
+ },
43387
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43388
+ "isSource": true,
43389
+ "original": {
43390
+ "$value": "15rem",
43391
+ "$type": "dimension",
43392
+ "$extensions": {
43393
+ "com.figma.scope": []
43394
+ },
43395
+ "key": "{spacing-scale.30}"
43396
+ },
43397
+ "name": "SPACING_SCALE_30",
43398
+ "attributes": {},
43399
+ "path": [
43400
+ "spacing-scale",
43401
+ "30"
43402
+ ],
43403
+ "cssWithValue": "var(--gl-spacing-scale-30, 15rem)"
43404
+ },
43405
+ "31": {
43406
+ "key": "{spacing-scale.31}",
43407
+ "$value": "15.5rem",
43408
+ "$type": "dimension",
43409
+ "$extensions": {
43410
+ "com.figma.scope": []
43411
+ },
43412
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43413
+ "isSource": true,
43414
+ "original": {
43415
+ "$value": "15.5rem",
43416
+ "$type": "dimension",
43417
+ "$extensions": {
43418
+ "com.figma.scope": []
43419
+ },
43420
+ "key": "{spacing-scale.31}"
43421
+ },
43422
+ "name": "SPACING_SCALE_31",
43423
+ "attributes": {},
43424
+ "path": [
43425
+ "spacing-scale",
43426
+ "31"
43427
+ ],
43428
+ "cssWithValue": "var(--gl-spacing-scale-31, 15.5rem)"
43429
+ },
43430
+ "33": {
43431
+ "key": "{spacing-scale.33}",
43432
+ "$value": "16.5rem",
43433
+ "$type": "dimension",
43434
+ "$extensions": {
43435
+ "com.figma.scope": []
43436
+ },
43437
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43438
+ "isSource": true,
43439
+ "original": {
43440
+ "$value": "16.5rem",
43441
+ "$type": "dimension",
43442
+ "$extensions": {
43443
+ "com.figma.scope": []
43444
+ },
43445
+ "key": "{spacing-scale.33}"
43446
+ },
43447
+ "name": "SPACING_SCALE_33",
43448
+ "attributes": {},
43449
+ "path": [
43450
+ "spacing-scale",
43451
+ "33"
43452
+ ],
43453
+ "cssWithValue": "var(--gl-spacing-scale-33, 16.5rem)"
43454
+ },
43455
+ "34": {
43456
+ "key": "{spacing-scale.34}",
43457
+ "$value": "17rem",
43458
+ "$type": "dimension",
43459
+ "$extensions": {
43460
+ "com.figma.scope": []
43461
+ },
43462
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43463
+ "isSource": true,
43464
+ "original": {
43465
+ "$value": "17rem",
43466
+ "$type": "dimension",
43467
+ "$extensions": {
43468
+ "com.figma.scope": []
43469
+ },
43470
+ "key": "{spacing-scale.34}"
43471
+ },
43472
+ "name": "SPACING_SCALE_34",
43473
+ "attributes": {},
43474
+ "path": [
43475
+ "spacing-scale",
43476
+ "34"
43477
+ ],
43478
+ "cssWithValue": "var(--gl-spacing-scale-34, 17rem)"
43479
+ },
43480
+ "37": {
43481
+ "key": "{spacing-scale.37}",
43482
+ "$value": "18.5rem",
43483
+ "$type": "dimension",
43484
+ "$extensions": {
43485
+ "com.figma.scope": []
43486
+ },
43487
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43488
+ "isSource": true,
43489
+ "original": {
43490
+ "$value": "18.5rem",
43491
+ "$type": "dimension",
43492
+ "$extensions": {
43493
+ "com.figma.scope": []
43494
+ },
43495
+ "key": "{spacing-scale.37}"
43496
+ },
43497
+ "name": "SPACING_SCALE_37",
43498
+ "attributes": {},
43499
+ "path": [
43500
+ "spacing-scale",
43501
+ "37"
43502
+ ],
43503
+ "cssWithValue": "var(--gl-spacing-scale-37, 18.5rem)"
43504
+ },
43505
+ "48": {
43506
+ "key": "{spacing-scale.48}",
43507
+ "$value": "24rem",
43508
+ "$type": "dimension",
43509
+ "$extensions": {
43510
+ "com.figma.scope": []
43511
+ },
43512
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43513
+ "isSource": true,
43514
+ "original": {
43515
+ "$value": "24rem",
43516
+ "$type": "dimension",
43517
+ "$extensions": {
43518
+ "com.figma.scope": []
43519
+ },
43520
+ "key": "{spacing-scale.48}"
43521
+ },
43522
+ "name": "SPACING_SCALE_48",
43523
+ "attributes": {},
43524
+ "path": [
43525
+ "spacing-scale",
43526
+ "48"
43527
+ ],
43528
+ "cssWithValue": "var(--gl-spacing-scale-48, 24rem)"
43529
+ },
43530
+ "62": {
43531
+ "key": "{spacing-scale.62}",
43532
+ "$value": "31rem",
43533
+ "$type": "dimension",
43534
+ "$extensions": {
43535
+ "com.figma.scope": []
43536
+ },
43537
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43538
+ "isSource": true,
43539
+ "original": {
43540
+ "$value": "31rem",
43541
+ "$type": "dimension",
43542
+ "$extensions": {
43543
+ "com.figma.scope": []
43544
+ },
43545
+ "key": "{spacing-scale.62}"
43546
+ },
43547
+ "name": "SPACING_SCALE_62",
43548
+ "attributes": {},
43549
+ "path": [
43550
+ "spacing-scale",
43551
+ "62"
43552
+ ],
43553
+ "cssWithValue": "var(--gl-spacing-scale-62, 31rem)"
43554
+ },
43555
+ "75": {
43556
+ "key": "{spacing-scale.75}",
43557
+ "$value": "37.5rem",
43558
+ "$type": "dimension",
43559
+ "$extensions": {
43560
+ "com.figma.scope": []
43561
+ },
43562
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43563
+ "isSource": true,
43564
+ "original": {
43565
+ "$value": "37.5rem",
43566
+ "$type": "dimension",
43567
+ "$extensions": {
43568
+ "com.figma.scope": []
43569
+ },
43570
+ "key": "{spacing-scale.75}"
43571
+ },
43572
+ "name": "SPACING_SCALE_75",
43573
+ "attributes": {},
43574
+ "path": [
43575
+ "spacing-scale",
43576
+ "75"
43577
+ ],
43578
+ "cssWithValue": "var(--gl-spacing-scale-75, 37.5rem)"
43579
+ },
43580
+ "80": {
43581
+ "key": "{spacing-scale.80}",
43582
+ "$value": "40rem",
43583
+ "$type": "dimension",
43584
+ "$extensions": {
43585
+ "com.figma.scope": []
43586
+ },
43587
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43588
+ "isSource": true,
43589
+ "original": {
43590
+ "$value": "40rem",
43591
+ "$type": "dimension",
43592
+ "$extensions": {
43593
+ "com.figma.scope": []
43594
+ },
43595
+ "key": "{spacing-scale.80}"
43596
+ },
43597
+ "name": "SPACING_SCALE_80",
43598
+ "attributes": {},
43599
+ "path": [
43600
+ "spacing-scale",
43601
+ "80"
43602
+ ],
43603
+ "cssWithValue": "var(--gl-spacing-scale-80, 40rem)"
43604
+ },
43605
+ "88": {
43606
+ "key": "{spacing-scale.88}",
43607
+ "$value": "44rem",
43608
+ "$type": "dimension",
43609
+ "$extensions": {
43610
+ "com.figma.scope": []
43611
+ },
43612
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43613
+ "isSource": true,
43614
+ "original": {
43615
+ "$value": "44rem",
43616
+ "$type": "dimension",
43617
+ "$extensions": {
43618
+ "com.figma.scope": []
43619
+ },
43620
+ "key": "{spacing-scale.88}"
43621
+ },
43622
+ "name": "SPACING_SCALE_88",
43623
+ "attributes": {},
43624
+ "path": [
43625
+ "spacing-scale",
43626
+ "88"
43627
+ ],
43628
+ "cssWithValue": "var(--gl-spacing-scale-88, 44rem)"
43629
+ },
43630
+ "px": {
43631
+ "key": "{spacing-scale.px}",
43632
+ "$value": "1px",
43633
+ "$type": "dimension",
43634
+ "$extensions": {
43635
+ "com.figma.scope": []
43636
+ },
43637
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43638
+ "isSource": true,
43639
+ "original": {
43640
+ "$value": "1px",
43641
+ "$type": "dimension",
43642
+ "$extensions": {
43643
+ "com.figma.scope": []
43644
+ },
43645
+ "key": "{spacing-scale.px}"
43646
+ },
43647
+ "name": "SPACING_SCALE_PX",
43648
+ "attributes": {},
43649
+ "path": [
43650
+ "spacing-scale",
43651
+ "px"
43652
+ ],
43653
+ "cssWithValue": "var(--gl-spacing-scale-px, 1px)"
43654
+ },
43655
+ "2-5": {
43656
+ "key": "{spacing-scale.2-5}",
43657
+ "$value": "0.375rem",
43658
+ "$type": "dimension",
43659
+ "$extensions": {
43660
+ "com.figma.scope": []
43661
+ },
43662
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43663
+ "isSource": true,
43664
+ "original": {
43665
+ "$value": "0.375rem",
43666
+ "$type": "dimension",
43667
+ "$extensions": {
43668
+ "com.figma.scope": []
43669
+ },
43670
+ "key": "{spacing-scale.2-5}"
43671
+ },
43672
+ "name": "SPACING_SCALE_2_5",
43673
+ "attributes": {},
43674
+ "path": [
43675
+ "spacing-scale",
43676
+ "2-5"
43677
+ ],
43678
+ "cssWithValue": "var(--gl-spacing-scale-2-5, 0.375rem)"
43679
+ },
43680
+ "11-5": {
43681
+ "key": "{spacing-scale.11-5}",
43682
+ "$value": "4.5rem",
43683
+ "$type": "dimension",
43684
+ "$extensions": {
43685
+ "com.figma.scope": []
43686
+ },
43687
+ "filePath": "src/tokens/constant/spacing_scale.tokens.json",
43688
+ "isSource": true,
43689
+ "original": {
43690
+ "$value": "4.5rem",
43691
+ "$type": "dimension",
43692
+ "$extensions": {
43693
+ "com.figma.scope": []
43694
+ },
43695
+ "key": "{spacing-scale.11-5}"
43696
+ },
43697
+ "name": "SPACING_SCALE_11_5",
43698
+ "attributes": {},
43699
+ "path": [
43700
+ "spacing-scale",
43701
+ "11-5"
43702
+ ],
43703
+ "cssWithValue": "var(--gl-spacing-scale-11-5, 4.5rem)"
43704
+ }
42903
43705
  }
42904
43706
  }