@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
@@ -42900,5 +42900,1299 @@
42900
42900
  ],
42901
42901
  "cssWithValue": "var(--black, #fff)"
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
+ }
43705
+ },
43706
+ "borderRadius": {
43707
+ "6": {
43708
+ "key": "{border.radius.6}",
43709
+ "$value": "1.5rem",
43710
+ "$type": "dimension",
43711
+ "$description": "",
43712
+ "$deprecated": true,
43713
+ "$extensions": {
43714
+ "com.figma.scope": [
43715
+ "CORNER_RADIUS"
43716
+ ]
43717
+ },
43718
+ "filePath": "src/tokens/semantic/border.tokens.json",
43719
+ "isSource": true,
43720
+ "original": {
43721
+ "$value": "{spacing-scale.6}",
43722
+ "$type": "dimension",
43723
+ "$description": "",
43724
+ "$deprecated": true,
43725
+ "$extensions": {
43726
+ "com.figma.scope": [
43727
+ "CORNER_RADIUS"
43728
+ ]
43729
+ },
43730
+ "key": "{border.radius.6}"
43731
+ },
43732
+ "name": "BORDER_RADIUS_6",
43733
+ "attributes": {},
43734
+ "path": [
43735
+ "border",
43736
+ "radius",
43737
+ "6"
43738
+ ],
43739
+ "cssWithValue": "var(--gl-border-radius-6, var(--gl-spacing-scale-6, 1.5rem))"
43740
+ },
43741
+ "7": {
43742
+ "key": "{border.radius.7}",
43743
+ "$value": "2rem",
43744
+ "$type": "dimension",
43745
+ "$description": "",
43746
+ "$deprecated": true,
43747
+ "$extensions": {
43748
+ "com.figma.scope": [
43749
+ "CORNER_RADIUS"
43750
+ ]
43751
+ },
43752
+ "filePath": "src/tokens/semantic/border.tokens.json",
43753
+ "isSource": true,
43754
+ "original": {
43755
+ "$value": "{spacing-scale.7}",
43756
+ "$type": "dimension",
43757
+ "$description": "",
43758
+ "$deprecated": true,
43759
+ "$extensions": {
43760
+ "com.figma.scope": [
43761
+ "CORNER_RADIUS"
43762
+ ]
43763
+ },
43764
+ "key": "{border.radius.7}"
43765
+ },
43766
+ "name": "BORDER_RADIUS_7",
43767
+ "attributes": {},
43768
+ "path": [
43769
+ "border",
43770
+ "radius",
43771
+ "7"
43772
+ ],
43773
+ "cssWithValue": "var(--gl-border-radius-7, var(--gl-spacing-scale-7, 2rem))"
43774
+ },
43775
+ "none": {
43776
+ "key": "{border.radius.none}",
43777
+ "$value": "0",
43778
+ "$type": "dimension",
43779
+ "$description": "",
43780
+ "$extensions": {
43781
+ "com.figma.scope": [
43782
+ "CORNER_RADIUS"
43783
+ ]
43784
+ },
43785
+ "filePath": "src/tokens/semantic/border.tokens.json",
43786
+ "isSource": true,
43787
+ "original": {
43788
+ "$value": "{spacing-scale.0}",
43789
+ "$type": "dimension",
43790
+ "$description": "",
43791
+ "$extensions": {
43792
+ "com.figma.scope": [
43793
+ "CORNER_RADIUS"
43794
+ ]
43795
+ },
43796
+ "key": "{border.radius.none}"
43797
+ },
43798
+ "name": "BORDER_RADIUS_NONE",
43799
+ "attributes": {},
43800
+ "path": [
43801
+ "border",
43802
+ "radius",
43803
+ "none"
43804
+ ],
43805
+ "cssWithValue": "var(--gl-border-radius-none, var(--gl-spacing-scale-0, 0))"
43806
+ },
43807
+ "base": {
43808
+ "key": "{border.radius.base}",
43809
+ "$value": "0.25rem",
43810
+ "$type": "dimension",
43811
+ "$description": "",
43812
+ "$extensions": {
43813
+ "com.figma.scope": [
43814
+ "CORNER_RADIUS"
43815
+ ]
43816
+ },
43817
+ "filePath": "src/tokens/semantic/border.tokens.json",
43818
+ "isSource": true,
43819
+ "original": {
43820
+ "$value": "{spacing-scale.2}",
43821
+ "$type": "dimension",
43822
+ "$description": "",
43823
+ "$extensions": {
43824
+ "com.figma.scope": [
43825
+ "CORNER_RADIUS"
43826
+ ]
43827
+ },
43828
+ "key": "{border.radius.base}"
43829
+ },
43830
+ "name": "BORDER_RADIUS_BASE",
43831
+ "attributes": {},
43832
+ "path": [
43833
+ "border",
43834
+ "radius",
43835
+ "base"
43836
+ ],
43837
+ "cssWithValue": "var(--gl-border-radius-base, var(--gl-spacing-scale-2, 0.25rem))"
43838
+ },
43839
+ "xs": {
43840
+ "key": "{border.radius.xs}",
43841
+ "$value": "1px",
43842
+ "$type": "dimension",
43843
+ "$description": "",
43844
+ "$extensions": {
43845
+ "com.figma.scope": [
43846
+ "CORNER_RADIUS"
43847
+ ]
43848
+ },
43849
+ "filePath": "src/tokens/semantic/border.tokens.json",
43850
+ "isSource": true,
43851
+ "original": {
43852
+ "$value": "{spacing-scale.px}",
43853
+ "$type": "dimension",
43854
+ "$description": "",
43855
+ "$extensions": {
43856
+ "com.figma.scope": [
43857
+ "CORNER_RADIUS"
43858
+ ]
43859
+ },
43860
+ "key": "{border.radius.xs}"
43861
+ },
43862
+ "name": "BORDER_RADIUS_XS",
43863
+ "attributes": {},
43864
+ "path": [
43865
+ "border",
43866
+ "radius",
43867
+ "xs"
43868
+ ],
43869
+ "cssWithValue": "var(--gl-border-radius-xs, var(--gl-spacing-scale-px, 1px))"
43870
+ },
43871
+ "sm": {
43872
+ "key": "{border.radius.sm}",
43873
+ "$value": "0.125rem",
43874
+ "$type": "dimension",
43875
+ "$description": "",
43876
+ "$extensions": {
43877
+ "com.figma.scope": [
43878
+ "CORNER_RADIUS"
43879
+ ]
43880
+ },
43881
+ "filePath": "src/tokens/semantic/border.tokens.json",
43882
+ "isSource": true,
43883
+ "original": {
43884
+ "$value": "{spacing-scale.1}",
43885
+ "$type": "dimension",
43886
+ "$description": "",
43887
+ "$extensions": {
43888
+ "com.figma.scope": [
43889
+ "CORNER_RADIUS"
43890
+ ]
43891
+ },
43892
+ "key": "{border.radius.sm}"
43893
+ },
43894
+ "name": "BORDER_RADIUS_SM",
43895
+ "attributes": {},
43896
+ "path": [
43897
+ "border",
43898
+ "radius",
43899
+ "sm"
43900
+ ],
43901
+ "cssWithValue": "var(--gl-border-radius-sm, var(--gl-spacing-scale-1, 0.125rem))"
43902
+ },
43903
+ "md": {
43904
+ "key": "{border.radius.md}",
43905
+ "$value": "0.25rem",
43906
+ "$type": "dimension",
43907
+ "$description": "",
43908
+ "$extensions": {
43909
+ "com.figma.scope": [
43910
+ "CORNER_RADIUS"
43911
+ ]
43912
+ },
43913
+ "filePath": "src/tokens/semantic/border.tokens.json",
43914
+ "isSource": true,
43915
+ "original": {
43916
+ "$value": "{spacing-scale.2}",
43917
+ "$type": "dimension",
43918
+ "$description": "",
43919
+ "$extensions": {
43920
+ "com.figma.scope": [
43921
+ "CORNER_RADIUS"
43922
+ ]
43923
+ },
43924
+ "key": "{border.radius.md}"
43925
+ },
43926
+ "name": "BORDER_RADIUS_MD",
43927
+ "attributes": {},
43928
+ "path": [
43929
+ "border",
43930
+ "radius",
43931
+ "md"
43932
+ ],
43933
+ "cssWithValue": "var(--gl-border-radius-md, var(--gl-spacing-scale-2, 0.25rem))"
43934
+ },
43935
+ "lg": {
43936
+ "key": "{border.radius.lg}",
43937
+ "$value": "0.5rem",
43938
+ "$type": "dimension",
43939
+ "$description": "",
43940
+ "$extensions": {
43941
+ "com.figma.scope": [
43942
+ "CORNER_RADIUS"
43943
+ ]
43944
+ },
43945
+ "filePath": "src/tokens/semantic/border.tokens.json",
43946
+ "isSource": true,
43947
+ "original": {
43948
+ "$value": "{spacing-scale.3}",
43949
+ "$type": "dimension",
43950
+ "$description": "",
43951
+ "$extensions": {
43952
+ "com.figma.scope": [
43953
+ "CORNER_RADIUS"
43954
+ ]
43955
+ },
43956
+ "key": "{border.radius.lg}"
43957
+ },
43958
+ "name": "BORDER_RADIUS_LG",
43959
+ "attributes": {},
43960
+ "path": [
43961
+ "border",
43962
+ "radius",
43963
+ "lg"
43964
+ ],
43965
+ "cssWithValue": "var(--gl-border-radius-lg, var(--gl-spacing-scale-3, 0.5rem))"
43966
+ },
43967
+ "xl": {
43968
+ "key": "{border.radius.xl}",
43969
+ "$value": "0.75rem",
43970
+ "$type": "dimension",
43971
+ "$description": "",
43972
+ "$extensions": {
43973
+ "com.figma.scope": [
43974
+ "CORNER_RADIUS"
43975
+ ]
43976
+ },
43977
+ "filePath": "src/tokens/semantic/border.tokens.json",
43978
+ "isSource": true,
43979
+ "original": {
43980
+ "$value": "{spacing-scale.4}",
43981
+ "$type": "dimension",
43982
+ "$description": "",
43983
+ "$extensions": {
43984
+ "com.figma.scope": [
43985
+ "CORNER_RADIUS"
43986
+ ]
43987
+ },
43988
+ "key": "{border.radius.xl}"
43989
+ },
43990
+ "name": "BORDER_RADIUS_XL",
43991
+ "attributes": {},
43992
+ "path": [
43993
+ "border",
43994
+ "radius",
43995
+ "xl"
43996
+ ],
43997
+ "cssWithValue": "var(--gl-border-radius-xl, var(--gl-spacing-scale-4, 0.75rem))"
43998
+ },
43999
+ "2xl": {
44000
+ "key": "{border.radius.2xl}",
44001
+ "$value": "1rem",
44002
+ "$type": "dimension",
44003
+ "$description": "",
44004
+ "$extensions": {
44005
+ "com.figma.scope": [
44006
+ "CORNER_RADIUS"
44007
+ ]
44008
+ },
44009
+ "filePath": "src/tokens/semantic/border.tokens.json",
44010
+ "isSource": true,
44011
+ "original": {
44012
+ "$value": "{spacing-scale.5}",
44013
+ "$type": "dimension",
44014
+ "$description": "",
44015
+ "$extensions": {
44016
+ "com.figma.scope": [
44017
+ "CORNER_RADIUS"
44018
+ ]
44019
+ },
44020
+ "key": "{border.radius.2xl}"
44021
+ },
44022
+ "name": "BORDER_RADIUS_2XL",
44023
+ "attributes": {},
44024
+ "path": [
44025
+ "border",
44026
+ "radius",
44027
+ "2xl"
44028
+ ],
44029
+ "cssWithValue": "var(--gl-border-radius-2xl, var(--gl-spacing-scale-5, 1rem))"
44030
+ },
44031
+ "3xl": {
44032
+ "key": "{border.radius.3xl}",
44033
+ "$value": "1.5rem",
44034
+ "$type": "dimension",
44035
+ "$description": "",
44036
+ "$extensions": {
44037
+ "com.figma.scope": [
44038
+ "CORNER_RADIUS"
44039
+ ]
44040
+ },
44041
+ "filePath": "src/tokens/semantic/border.tokens.json",
44042
+ "isSource": true,
44043
+ "original": {
44044
+ "$value": "{spacing-scale.6}",
44045
+ "$type": "dimension",
44046
+ "$description": "",
44047
+ "$extensions": {
44048
+ "com.figma.scope": [
44049
+ "CORNER_RADIUS"
44050
+ ]
44051
+ },
44052
+ "key": "{border.radius.3xl}"
44053
+ },
44054
+ "name": "BORDER_RADIUS_3XL",
44055
+ "attributes": {},
44056
+ "path": [
44057
+ "border",
44058
+ "radius",
44059
+ "3xl"
44060
+ ],
44061
+ "cssWithValue": "var(--gl-border-radius-3xl, var(--gl-spacing-scale-6, 1.5rem))"
44062
+ },
44063
+ "small": {
44064
+ "key": "{border.radius.small}",
44065
+ "$value": "0.125rem",
44066
+ "$type": "dimension",
44067
+ "$description": "",
44068
+ "$deprecated": true,
44069
+ "$extensions": {
44070
+ "com.figma.scope": [
44071
+ "CORNER_RADIUS"
44072
+ ]
44073
+ },
44074
+ "filePath": "src/tokens/semantic/border.tokens.json",
44075
+ "isSource": true,
44076
+ "original": {
44077
+ "$value": "{spacing-scale.1}",
44078
+ "$type": "dimension",
44079
+ "$description": "",
44080
+ "$deprecated": true,
44081
+ "$extensions": {
44082
+ "com.figma.scope": [
44083
+ "CORNER_RADIUS"
44084
+ ]
44085
+ },
44086
+ "key": "{border.radius.small}"
44087
+ },
44088
+ "name": "BORDER_RADIUS_SMALL",
44089
+ "attributes": {},
44090
+ "path": [
44091
+ "border",
44092
+ "radius",
44093
+ "small"
44094
+ ],
44095
+ "cssWithValue": "var(--gl-border-radius-small, var(--gl-spacing-scale-1, 0.125rem))"
44096
+ },
44097
+ "large": {
44098
+ "key": "{border.radius.large}",
44099
+ "$value": "0.5rem",
44100
+ "$type": "dimension",
44101
+ "$description": "",
44102
+ "$deprecated": true,
44103
+ "$extensions": {
44104
+ "com.figma.scope": [
44105
+ "CORNER_RADIUS"
44106
+ ]
44107
+ },
44108
+ "filePath": "src/tokens/semantic/border.tokens.json",
44109
+ "isSource": true,
44110
+ "original": {
44111
+ "$value": "{spacing-scale.3}",
44112
+ "$type": "dimension",
44113
+ "$description": "",
44114
+ "$deprecated": true,
44115
+ "$extensions": {
44116
+ "com.figma.scope": [
44117
+ "CORNER_RADIUS"
44118
+ ]
44119
+ },
44120
+ "key": "{border.radius.large}"
44121
+ },
44122
+ "name": "BORDER_RADIUS_LARGE",
44123
+ "attributes": {},
44124
+ "path": [
44125
+ "border",
44126
+ "radius",
44127
+ "large"
44128
+ ],
44129
+ "cssWithValue": "var(--gl-border-radius-large, var(--gl-spacing-scale-3, 0.5rem))"
44130
+ },
44131
+ "pill": {
44132
+ "key": "{border.radius.pill}",
44133
+ "$value": "0.75rem",
44134
+ "$type": "dimension",
44135
+ "$description": "",
44136
+ "$deprecated": true,
44137
+ "$extensions": {
44138
+ "com.figma.scope": [
44139
+ "CORNER_RADIUS"
44140
+ ]
44141
+ },
44142
+ "filePath": "src/tokens/semantic/border.tokens.json",
44143
+ "isSource": true,
44144
+ "original": {
44145
+ "$value": "{spacing-scale.4}",
44146
+ "$type": "dimension",
44147
+ "$description": "",
44148
+ "$deprecated": true,
44149
+ "$extensions": {
44150
+ "com.figma.scope": [
44151
+ "CORNER_RADIUS"
44152
+ ]
44153
+ },
44154
+ "key": "{border.radius.pill}"
44155
+ },
44156
+ "name": "BORDER_RADIUS_PILL",
44157
+ "attributes": {},
44158
+ "path": [
44159
+ "border",
44160
+ "radius",
44161
+ "pill"
44162
+ ],
44163
+ "cssWithValue": "var(--gl-border-radius-pill, var(--gl-spacing-scale-4, 0.75rem))"
44164
+ },
44165
+ "full": {
44166
+ "key": "{border.radius.full}",
44167
+ "$value": "9999px",
44168
+ "$type": "dimension",
44169
+ "$description": "",
44170
+ "$extensions": {
44171
+ "com.figma.scope": [
44172
+ "CORNER_RADIUS"
44173
+ ]
44174
+ },
44175
+ "filePath": "src/tokens/semantic/border.tokens.json",
44176
+ "isSource": true,
44177
+ "original": {
44178
+ "$value": "9999px",
44179
+ "$type": "dimension",
44180
+ "$description": "",
44181
+ "$extensions": {
44182
+ "com.figma.scope": [
44183
+ "CORNER_RADIUS"
44184
+ ]
44185
+ },
44186
+ "key": "{border.radius.full}"
44187
+ },
44188
+ "name": "BORDER_RADIUS_FULL",
44189
+ "attributes": {},
44190
+ "path": [
44191
+ "border",
44192
+ "radius",
44193
+ "full"
44194
+ ],
44195
+ "cssWithValue": "var(--gl-border-radius-full, 9999px)"
44196
+ }
42903
44197
  }
42904
44198
  }