@gitlab/ui 123.7.0 → 123.8.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.
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/tailwind.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +13 -1
- package/dist/tokens/build/js/tokens.js +13 -1
- package/dist/tokens/css/tokens.css +12 -0
- package/dist/tokens/css/tokens.dark.css +12 -0
- package/dist/tokens/docs/tokens-tailwind-docs.dark.json +712 -0
- package/dist/tokens/docs/tokens-tailwind-docs.json +712 -0
- package/dist/tokens/figma/constants.tokens.json +164 -10
- package/dist/tokens/figma/semantic.tokens.json +13 -0
- package/dist/tokens/js/tokens.dark.js +39 -0
- package/dist/tokens/js/tokens.js +39 -0
- package/dist/tokens/json/tokens.dark.json +470 -20
- package/dist/tokens/json/tokens.json +470 -20
- package/dist/tokens/scss/_tokens.dark.scss +12 -0
- package/dist/tokens/scss/_tokens.scss +12 -0
- package/dist/tokens/scss/_tokens_custom_properties.scss +12 -0
- package/dist/tokens/tailwind/tokens.cjs +8 -0
- package/package.json +2 -2
- package/src/scss/variables.scss +0 -3
- package/src/tokens/build/css/tokens.css +12 -0
- package/src/tokens/build/css/tokens.dark.css +12 -0
- package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +712 -0
- package/src/tokens/build/docs/tokens-tailwind-docs.json +712 -0
- package/src/tokens/build/figma/constants.tokens.json +164 -10
- package/src/tokens/build/figma/semantic.tokens.json +13 -0
- package/src/tokens/build/js/tokens.dark.js +39 -0
- package/src/tokens/build/js/tokens.js +39 -0
- package/src/tokens/build/json/tokens.dark.json +470 -20
- package/src/tokens/build/json/tokens.json +470 -20
- package/src/tokens/build/scss/_tokens.dark.scss +12 -0
- package/src/tokens/build/scss/_tokens.scss +12 -0
- package/src/tokens/build/scss/_tokens_custom_properties.scss +12 -0
- package/src/tokens/build/tailwind/tokens.cjs +34 -0
- package/src/tokens/constant/font.tokens.json +136 -0
- package/src/tokens/constant/line_height.tokens.json +30 -10
- package/src/tokens/semantic/font.tokens.json +15 -0
- package/tailwind.defaults.js +8 -21
|
@@ -6164,13 +6164,425 @@
|
|
|
6164
6164
|
}
|
|
6165
6165
|
}
|
|
6166
6166
|
},
|
|
6167
|
+
"font": {
|
|
6168
|
+
"family": {
|
|
6169
|
+
"regular": {
|
|
6170
|
+
"key": "{font.family.regular}",
|
|
6171
|
+
"$value": [
|
|
6172
|
+
"var(--default-regular-font, 'GitLab Sans')",
|
|
6173
|
+
"-apple-system",
|
|
6174
|
+
"BlinkMacSystemFont",
|
|
6175
|
+
"'Segoe UI'",
|
|
6176
|
+
"Roboto",
|
|
6177
|
+
"'Noto Sans'",
|
|
6178
|
+
"Ubuntu",
|
|
6179
|
+
"Cantarell",
|
|
6180
|
+
"'Helvetica Neue'",
|
|
6181
|
+
"sans-serif",
|
|
6182
|
+
"'Apple Color Emoji'",
|
|
6183
|
+
"'Segoe UI Emoji'",
|
|
6184
|
+
"'Segoe UI Symbol'",
|
|
6185
|
+
"'Noto Color Emoji'"
|
|
6186
|
+
],
|
|
6187
|
+
"$type": "fontFamily",
|
|
6188
|
+
"$extensions": {
|
|
6189
|
+
"com.figma.scope": [
|
|
6190
|
+
"FONT_FAMILY"
|
|
6191
|
+
]
|
|
6192
|
+
},
|
|
6193
|
+
"filePath": "src/tokens/constant/font.tokens.json",
|
|
6194
|
+
"isSource": true,
|
|
6195
|
+
"original": {
|
|
6196
|
+
"$value": [
|
|
6197
|
+
"var(--default-regular-font, 'GitLab Sans')",
|
|
6198
|
+
"-apple-system",
|
|
6199
|
+
"BlinkMacSystemFont",
|
|
6200
|
+
"'Segoe UI'",
|
|
6201
|
+
"Roboto",
|
|
6202
|
+
"'Noto Sans'",
|
|
6203
|
+
"Ubuntu",
|
|
6204
|
+
"Cantarell",
|
|
6205
|
+
"'Helvetica Neue'",
|
|
6206
|
+
"sans-serif",
|
|
6207
|
+
"'Apple Color Emoji'",
|
|
6208
|
+
"'Segoe UI Emoji'",
|
|
6209
|
+
"'Segoe UI Symbol'",
|
|
6210
|
+
"'Noto Color Emoji'"
|
|
6211
|
+
],
|
|
6212
|
+
"$type": "fontFamily",
|
|
6213
|
+
"$extensions": {
|
|
6214
|
+
"com.figma.scope": [
|
|
6215
|
+
"FONT_FAMILY"
|
|
6216
|
+
]
|
|
6217
|
+
},
|
|
6218
|
+
"key": "{font.family.regular}"
|
|
6219
|
+
},
|
|
6220
|
+
"name": "FONT_FAMILY_REGULAR",
|
|
6221
|
+
"attributes": {},
|
|
6222
|
+
"path": [
|
|
6223
|
+
"font",
|
|
6224
|
+
"family",
|
|
6225
|
+
"regular"
|
|
6226
|
+
]
|
|
6227
|
+
},
|
|
6228
|
+
"monospace": {
|
|
6229
|
+
"key": "{font.family.monospace}",
|
|
6230
|
+
"$value": [
|
|
6231
|
+
"var(--default-mono-font, 'GitLab Mono')",
|
|
6232
|
+
"'JetBrains Mono'",
|
|
6233
|
+
"Menlo",
|
|
6234
|
+
"'DejaVu Sans Mono'",
|
|
6235
|
+
"'Liberation Mono'",
|
|
6236
|
+
"Consolas",
|
|
6237
|
+
"'Ubuntu Mono'",
|
|
6238
|
+
"'Courier New'",
|
|
6239
|
+
"'andale mono'",
|
|
6240
|
+
"'lucida console'",
|
|
6241
|
+
"monospace"
|
|
6242
|
+
],
|
|
6243
|
+
"$type": "fontFamily",
|
|
6244
|
+
"$extensions": {
|
|
6245
|
+
"com.figma.scope": [
|
|
6246
|
+
"FONT_FAMILY"
|
|
6247
|
+
]
|
|
6248
|
+
},
|
|
6249
|
+
"filePath": "src/tokens/constant/font.tokens.json",
|
|
6250
|
+
"isSource": true,
|
|
6251
|
+
"original": {
|
|
6252
|
+
"$value": [
|
|
6253
|
+
"var(--default-mono-font, 'GitLab Mono')",
|
|
6254
|
+
"'JetBrains Mono'",
|
|
6255
|
+
"Menlo",
|
|
6256
|
+
"'DejaVu Sans Mono'",
|
|
6257
|
+
"'Liberation Mono'",
|
|
6258
|
+
"Consolas",
|
|
6259
|
+
"'Ubuntu Mono'",
|
|
6260
|
+
"'Courier New'",
|
|
6261
|
+
"'andale mono'",
|
|
6262
|
+
"'lucida console'",
|
|
6263
|
+
"monospace"
|
|
6264
|
+
],
|
|
6265
|
+
"$type": "fontFamily",
|
|
6266
|
+
"$extensions": {
|
|
6267
|
+
"com.figma.scope": [
|
|
6268
|
+
"FONT_FAMILY"
|
|
6269
|
+
]
|
|
6270
|
+
},
|
|
6271
|
+
"key": "{font.family.monospace}"
|
|
6272
|
+
},
|
|
6273
|
+
"name": "FONT_FAMILY_MONOSPACE",
|
|
6274
|
+
"attributes": {},
|
|
6275
|
+
"path": [
|
|
6276
|
+
"font",
|
|
6277
|
+
"family",
|
|
6278
|
+
"monospace"
|
|
6279
|
+
]
|
|
6280
|
+
}
|
|
6281
|
+
},
|
|
6282
|
+
"size": {
|
|
6283
|
+
"xs": {
|
|
6284
|
+
"key": "{font.size.xs}",
|
|
6285
|
+
"$value": "0.625rem",
|
|
6286
|
+
"$type": "dimension",
|
|
6287
|
+
"$extensions": {
|
|
6288
|
+
"com.figma.scope": [
|
|
6289
|
+
"FONT_SIZE"
|
|
6290
|
+
]
|
|
6291
|
+
},
|
|
6292
|
+
"filePath": "src/tokens/constant/font.tokens.json",
|
|
6293
|
+
"isSource": true,
|
|
6294
|
+
"original": {
|
|
6295
|
+
"$value": "0.625rem",
|
|
6296
|
+
"$type": "dimension",
|
|
6297
|
+
"$extensions": {
|
|
6298
|
+
"com.figma.scope": [
|
|
6299
|
+
"FONT_SIZE"
|
|
6300
|
+
]
|
|
6301
|
+
},
|
|
6302
|
+
"key": "{font.size.xs}"
|
|
6303
|
+
},
|
|
6304
|
+
"name": "FONT_SIZE_XS",
|
|
6305
|
+
"attributes": {},
|
|
6306
|
+
"path": [
|
|
6307
|
+
"font",
|
|
6308
|
+
"size",
|
|
6309
|
+
"xs"
|
|
6310
|
+
]
|
|
6311
|
+
},
|
|
6312
|
+
"sm": {
|
|
6313
|
+
"key": "{font.size.sm}",
|
|
6314
|
+
"$value": "0.75rem",
|
|
6315
|
+
"$type": "dimension",
|
|
6316
|
+
"$extensions": {
|
|
6317
|
+
"com.figma.scope": [
|
|
6318
|
+
"FONT_SIZE"
|
|
6319
|
+
]
|
|
6320
|
+
},
|
|
6321
|
+
"filePath": "src/tokens/constant/font.tokens.json",
|
|
6322
|
+
"isSource": true,
|
|
6323
|
+
"original": {
|
|
6324
|
+
"$value": "0.75rem",
|
|
6325
|
+
"$type": "dimension",
|
|
6326
|
+
"$extensions": {
|
|
6327
|
+
"com.figma.scope": [
|
|
6328
|
+
"FONT_SIZE"
|
|
6329
|
+
]
|
|
6330
|
+
},
|
|
6331
|
+
"key": "{font.size.sm}"
|
|
6332
|
+
},
|
|
6333
|
+
"name": "FONT_SIZE_SM",
|
|
6334
|
+
"attributes": {},
|
|
6335
|
+
"path": [
|
|
6336
|
+
"font",
|
|
6337
|
+
"size",
|
|
6338
|
+
"sm"
|
|
6339
|
+
]
|
|
6340
|
+
},
|
|
6341
|
+
"md": {
|
|
6342
|
+
"key": "{font.size.md}",
|
|
6343
|
+
"$value": "0.875rem",
|
|
6344
|
+
"$type": "dimension",
|
|
6345
|
+
"$extensions": {
|
|
6346
|
+
"com.figma.scope": [
|
|
6347
|
+
"FONT_SIZE"
|
|
6348
|
+
]
|
|
6349
|
+
},
|
|
6350
|
+
"filePath": "src/tokens/constant/font.tokens.json",
|
|
6351
|
+
"isSource": true,
|
|
6352
|
+
"original": {
|
|
6353
|
+
"$value": "0.875rem",
|
|
6354
|
+
"$type": "dimension",
|
|
6355
|
+
"$extensions": {
|
|
6356
|
+
"com.figma.scope": [
|
|
6357
|
+
"FONT_SIZE"
|
|
6358
|
+
]
|
|
6359
|
+
},
|
|
6360
|
+
"key": "{font.size.md}"
|
|
6361
|
+
},
|
|
6362
|
+
"name": "FONT_SIZE_MD",
|
|
6363
|
+
"attributes": {},
|
|
6364
|
+
"path": [
|
|
6365
|
+
"font",
|
|
6366
|
+
"size",
|
|
6367
|
+
"md"
|
|
6368
|
+
]
|
|
6369
|
+
},
|
|
6370
|
+
"lg": {
|
|
6371
|
+
"key": "{font.size.lg}",
|
|
6372
|
+
"$value": "1rem",
|
|
6373
|
+
"$type": "dimension",
|
|
6374
|
+
"$extensions": {
|
|
6375
|
+
"com.figma.scope": [
|
|
6376
|
+
"FONT_SIZE"
|
|
6377
|
+
]
|
|
6378
|
+
},
|
|
6379
|
+
"filePath": "src/tokens/constant/font.tokens.json",
|
|
6380
|
+
"isSource": true,
|
|
6381
|
+
"original": {
|
|
6382
|
+
"$value": "1rem",
|
|
6383
|
+
"$type": "dimension",
|
|
6384
|
+
"$extensions": {
|
|
6385
|
+
"com.figma.scope": [
|
|
6386
|
+
"FONT_SIZE"
|
|
6387
|
+
]
|
|
6388
|
+
},
|
|
6389
|
+
"key": "{font.size.lg}"
|
|
6390
|
+
},
|
|
6391
|
+
"name": "FONT_SIZE_LG",
|
|
6392
|
+
"attributes": {},
|
|
6393
|
+
"path": [
|
|
6394
|
+
"font",
|
|
6395
|
+
"size",
|
|
6396
|
+
"lg"
|
|
6397
|
+
]
|
|
6398
|
+
},
|
|
6399
|
+
"base": {
|
|
6400
|
+
"key": "{font.size.base}",
|
|
6401
|
+
"$value": "0.875rem",
|
|
6402
|
+
"$type": "dimension",
|
|
6403
|
+
"$extensions": {
|
|
6404
|
+
"com.figma.scope": [
|
|
6405
|
+
"FONT_SIZE"
|
|
6406
|
+
]
|
|
6407
|
+
},
|
|
6408
|
+
"filePath": "src/tokens/semantic/font.tokens.json",
|
|
6409
|
+
"isSource": true,
|
|
6410
|
+
"original": {
|
|
6411
|
+
"$value": "{font.size.md}",
|
|
6412
|
+
"$type": "dimension",
|
|
6413
|
+
"$extensions": {
|
|
6414
|
+
"com.figma.scope": [
|
|
6415
|
+
"FONT_SIZE"
|
|
6416
|
+
]
|
|
6417
|
+
},
|
|
6418
|
+
"key": "{font.size.base}"
|
|
6419
|
+
},
|
|
6420
|
+
"name": "FONT_SIZE_BASE",
|
|
6421
|
+
"attributes": {},
|
|
6422
|
+
"path": [
|
|
6423
|
+
"font",
|
|
6424
|
+
"size",
|
|
6425
|
+
"base"
|
|
6426
|
+
]
|
|
6427
|
+
}
|
|
6428
|
+
},
|
|
6429
|
+
"weight": {
|
|
6430
|
+
"100": {
|
|
6431
|
+
"key": "{font.weight.100}",
|
|
6432
|
+
"$value": "100",
|
|
6433
|
+
"$type": "fontWeight",
|
|
6434
|
+
"$extensions": {
|
|
6435
|
+
"com.figma.scope": [
|
|
6436
|
+
"FONT_WEIGHT"
|
|
6437
|
+
]
|
|
6438
|
+
},
|
|
6439
|
+
"filePath": "src/tokens/constant/font.tokens.json",
|
|
6440
|
+
"isSource": true,
|
|
6441
|
+
"original": {
|
|
6442
|
+
"$value": "100",
|
|
6443
|
+
"$type": "fontWeight",
|
|
6444
|
+
"$extensions": {
|
|
6445
|
+
"com.figma.scope": [
|
|
6446
|
+
"FONT_WEIGHT"
|
|
6447
|
+
]
|
|
6448
|
+
},
|
|
6449
|
+
"key": "{font.weight.100}"
|
|
6450
|
+
},
|
|
6451
|
+
"name": "FONT_WEIGHT_100",
|
|
6452
|
+
"attributes": {},
|
|
6453
|
+
"path": [
|
|
6454
|
+
"font",
|
|
6455
|
+
"weight",
|
|
6456
|
+
"100"
|
|
6457
|
+
]
|
|
6458
|
+
},
|
|
6459
|
+
"300": {
|
|
6460
|
+
"key": "{font.weight.300}",
|
|
6461
|
+
"$value": "300",
|
|
6462
|
+
"$type": "fontWeight",
|
|
6463
|
+
"$extensions": {
|
|
6464
|
+
"com.figma.scope": [
|
|
6465
|
+
"FONT_WEIGHT"
|
|
6466
|
+
]
|
|
6467
|
+
},
|
|
6468
|
+
"filePath": "src/tokens/constant/font.tokens.json",
|
|
6469
|
+
"isSource": true,
|
|
6470
|
+
"original": {
|
|
6471
|
+
"$value": "300",
|
|
6472
|
+
"$type": "fontWeight",
|
|
6473
|
+
"$extensions": {
|
|
6474
|
+
"com.figma.scope": [
|
|
6475
|
+
"FONT_WEIGHT"
|
|
6476
|
+
]
|
|
6477
|
+
},
|
|
6478
|
+
"key": "{font.weight.300}"
|
|
6479
|
+
},
|
|
6480
|
+
"name": "FONT_WEIGHT_300",
|
|
6481
|
+
"attributes": {},
|
|
6482
|
+
"path": [
|
|
6483
|
+
"font",
|
|
6484
|
+
"weight",
|
|
6485
|
+
"300"
|
|
6486
|
+
]
|
|
6487
|
+
},
|
|
6488
|
+
"normal": {
|
|
6489
|
+
"key": "{font.weight.normal}",
|
|
6490
|
+
"$value": "400",
|
|
6491
|
+
"$type": "fontWeight",
|
|
6492
|
+
"$extensions": {
|
|
6493
|
+
"com.figma.scope": [
|
|
6494
|
+
"FONT_WEIGHT"
|
|
6495
|
+
]
|
|
6496
|
+
},
|
|
6497
|
+
"filePath": "src/tokens/constant/font.tokens.json",
|
|
6498
|
+
"isSource": true,
|
|
6499
|
+
"original": {
|
|
6500
|
+
"$value": "400",
|
|
6501
|
+
"$type": "fontWeight",
|
|
6502
|
+
"$extensions": {
|
|
6503
|
+
"com.figma.scope": [
|
|
6504
|
+
"FONT_WEIGHT"
|
|
6505
|
+
]
|
|
6506
|
+
},
|
|
6507
|
+
"key": "{font.weight.normal}"
|
|
6508
|
+
},
|
|
6509
|
+
"name": "FONT_WEIGHT_NORMAL",
|
|
6510
|
+
"attributes": {},
|
|
6511
|
+
"path": [
|
|
6512
|
+
"font",
|
|
6513
|
+
"weight",
|
|
6514
|
+
"normal"
|
|
6515
|
+
]
|
|
6516
|
+
},
|
|
6517
|
+
"semibold": {
|
|
6518
|
+
"key": "{font.weight.semibold}",
|
|
6519
|
+
"$value": "500",
|
|
6520
|
+
"$type": "fontWeight",
|
|
6521
|
+
"$extensions": {
|
|
6522
|
+
"com.figma.scope": [
|
|
6523
|
+
"FONT_WEIGHT"
|
|
6524
|
+
]
|
|
6525
|
+
},
|
|
6526
|
+
"filePath": "src/tokens/constant/font.tokens.json",
|
|
6527
|
+
"isSource": true,
|
|
6528
|
+
"original": {
|
|
6529
|
+
"$value": "500",
|
|
6530
|
+
"$type": "fontWeight",
|
|
6531
|
+
"$extensions": {
|
|
6532
|
+
"com.figma.scope": [
|
|
6533
|
+
"FONT_WEIGHT"
|
|
6534
|
+
]
|
|
6535
|
+
},
|
|
6536
|
+
"key": "{font.weight.semibold}"
|
|
6537
|
+
},
|
|
6538
|
+
"name": "FONT_WEIGHT_SEMIBOLD",
|
|
6539
|
+
"attributes": {},
|
|
6540
|
+
"path": [
|
|
6541
|
+
"font",
|
|
6542
|
+
"weight",
|
|
6543
|
+
"semibold"
|
|
6544
|
+
]
|
|
6545
|
+
},
|
|
6546
|
+
"bold": {
|
|
6547
|
+
"key": "{font.weight.bold}",
|
|
6548
|
+
"$value": "600",
|
|
6549
|
+
"$type": "fontWeight",
|
|
6550
|
+
"$extensions": {
|
|
6551
|
+
"com.figma.scope": [
|
|
6552
|
+
"FONT_WEIGHT"
|
|
6553
|
+
]
|
|
6554
|
+
},
|
|
6555
|
+
"filePath": "src/tokens/constant/font.tokens.json",
|
|
6556
|
+
"isSource": true,
|
|
6557
|
+
"original": {
|
|
6558
|
+
"$value": "600",
|
|
6559
|
+
"$type": "fontWeight",
|
|
6560
|
+
"$extensions": {
|
|
6561
|
+
"com.figma.scope": [
|
|
6562
|
+
"FONT_WEIGHT"
|
|
6563
|
+
]
|
|
6564
|
+
},
|
|
6565
|
+
"key": "{font.weight.bold}"
|
|
6566
|
+
},
|
|
6567
|
+
"name": "FONT_WEIGHT_BOLD",
|
|
6568
|
+
"attributes": {},
|
|
6569
|
+
"path": [
|
|
6570
|
+
"font",
|
|
6571
|
+
"weight",
|
|
6572
|
+
"bold"
|
|
6573
|
+
]
|
|
6574
|
+
}
|
|
6575
|
+
}
|
|
6576
|
+
},
|
|
6167
6577
|
"line-height": {
|
|
6168
6578
|
"12": {
|
|
6169
6579
|
"key": "{line-height.12}",
|
|
6170
6580
|
"$value": "0.75rem",
|
|
6171
6581
|
"$type": "dimension",
|
|
6172
6582
|
"$extensions": {
|
|
6173
|
-
"com.figma.scope": [
|
|
6583
|
+
"com.figma.scope": [
|
|
6584
|
+
"LINE_HEIGHT"
|
|
6585
|
+
]
|
|
6174
6586
|
},
|
|
6175
6587
|
"filePath": "src/tokens/constant/line_height.tokens.json",
|
|
6176
6588
|
"isSource": true,
|
|
@@ -6178,7 +6590,9 @@
|
|
|
6178
6590
|
"$value": "0.75rem",
|
|
6179
6591
|
"$type": "dimension",
|
|
6180
6592
|
"$extensions": {
|
|
6181
|
-
"com.figma.scope": [
|
|
6593
|
+
"com.figma.scope": [
|
|
6594
|
+
"LINE_HEIGHT"
|
|
6595
|
+
]
|
|
6182
6596
|
},
|
|
6183
6597
|
"key": "{line-height.12}"
|
|
6184
6598
|
},
|
|
@@ -6194,7 +6608,9 @@
|
|
|
6194
6608
|
"$value": "1rem",
|
|
6195
6609
|
"$type": "dimension",
|
|
6196
6610
|
"$extensions": {
|
|
6197
|
-
"com.figma.scope": [
|
|
6611
|
+
"com.figma.scope": [
|
|
6612
|
+
"LINE_HEIGHT"
|
|
6613
|
+
]
|
|
6198
6614
|
},
|
|
6199
6615
|
"filePath": "src/tokens/constant/line_height.tokens.json",
|
|
6200
6616
|
"isSource": true,
|
|
@@ -6202,7 +6618,9 @@
|
|
|
6202
6618
|
"$value": "1rem",
|
|
6203
6619
|
"$type": "dimension",
|
|
6204
6620
|
"$extensions": {
|
|
6205
|
-
"com.figma.scope": [
|
|
6621
|
+
"com.figma.scope": [
|
|
6622
|
+
"LINE_HEIGHT"
|
|
6623
|
+
]
|
|
6206
6624
|
},
|
|
6207
6625
|
"key": "{line-height.16}"
|
|
6208
6626
|
},
|
|
@@ -6218,7 +6636,9 @@
|
|
|
6218
6636
|
"$value": "1.25rem",
|
|
6219
6637
|
"$type": "dimension",
|
|
6220
6638
|
"$extensions": {
|
|
6221
|
-
"com.figma.scope": [
|
|
6639
|
+
"com.figma.scope": [
|
|
6640
|
+
"LINE_HEIGHT"
|
|
6641
|
+
]
|
|
6222
6642
|
},
|
|
6223
6643
|
"filePath": "src/tokens/constant/line_height.tokens.json",
|
|
6224
6644
|
"isSource": true,
|
|
@@ -6226,7 +6646,9 @@
|
|
|
6226
6646
|
"$value": "1.25rem",
|
|
6227
6647
|
"$type": "dimension",
|
|
6228
6648
|
"$extensions": {
|
|
6229
|
-
"com.figma.scope": [
|
|
6649
|
+
"com.figma.scope": [
|
|
6650
|
+
"LINE_HEIGHT"
|
|
6651
|
+
]
|
|
6230
6652
|
},
|
|
6231
6653
|
"key": "{line-height.20}"
|
|
6232
6654
|
},
|
|
@@ -6242,7 +6664,9 @@
|
|
|
6242
6664
|
"$value": "1.5rem",
|
|
6243
6665
|
"$type": "dimension",
|
|
6244
6666
|
"$extensions": {
|
|
6245
|
-
"com.figma.scope": [
|
|
6667
|
+
"com.figma.scope": [
|
|
6668
|
+
"LINE_HEIGHT"
|
|
6669
|
+
]
|
|
6246
6670
|
},
|
|
6247
6671
|
"filePath": "src/tokens/constant/line_height.tokens.json",
|
|
6248
6672
|
"isSource": true,
|
|
@@ -6250,7 +6674,9 @@
|
|
|
6250
6674
|
"$value": "1.5rem",
|
|
6251
6675
|
"$type": "dimension",
|
|
6252
6676
|
"$extensions": {
|
|
6253
|
-
"com.figma.scope": [
|
|
6677
|
+
"com.figma.scope": [
|
|
6678
|
+
"LINE_HEIGHT"
|
|
6679
|
+
]
|
|
6254
6680
|
},
|
|
6255
6681
|
"key": "{line-height.24}"
|
|
6256
6682
|
},
|
|
@@ -6266,7 +6692,9 @@
|
|
|
6266
6692
|
"$value": "1.75rem",
|
|
6267
6693
|
"$type": "dimension",
|
|
6268
6694
|
"$extensions": {
|
|
6269
|
-
"com.figma.scope": [
|
|
6695
|
+
"com.figma.scope": [
|
|
6696
|
+
"LINE_HEIGHT"
|
|
6697
|
+
]
|
|
6270
6698
|
},
|
|
6271
6699
|
"filePath": "src/tokens/constant/line_height.tokens.json",
|
|
6272
6700
|
"isSource": true,
|
|
@@ -6274,7 +6702,9 @@
|
|
|
6274
6702
|
"$value": "1.75rem",
|
|
6275
6703
|
"$type": "dimension",
|
|
6276
6704
|
"$extensions": {
|
|
6277
|
-
"com.figma.scope": [
|
|
6705
|
+
"com.figma.scope": [
|
|
6706
|
+
"LINE_HEIGHT"
|
|
6707
|
+
]
|
|
6278
6708
|
},
|
|
6279
6709
|
"key": "{line-height.28}"
|
|
6280
6710
|
},
|
|
@@ -6290,7 +6720,9 @@
|
|
|
6290
6720
|
"$value": "2rem",
|
|
6291
6721
|
"$type": "dimension",
|
|
6292
6722
|
"$extensions": {
|
|
6293
|
-
"com.figma.scope": [
|
|
6723
|
+
"com.figma.scope": [
|
|
6724
|
+
"LINE_HEIGHT"
|
|
6725
|
+
]
|
|
6294
6726
|
},
|
|
6295
6727
|
"filePath": "src/tokens/constant/line_height.tokens.json",
|
|
6296
6728
|
"isSource": true,
|
|
@@ -6298,7 +6730,9 @@
|
|
|
6298
6730
|
"$value": "2rem",
|
|
6299
6731
|
"$type": "dimension",
|
|
6300
6732
|
"$extensions": {
|
|
6301
|
-
"com.figma.scope": [
|
|
6733
|
+
"com.figma.scope": [
|
|
6734
|
+
"LINE_HEIGHT"
|
|
6735
|
+
]
|
|
6302
6736
|
},
|
|
6303
6737
|
"key": "{line-height.32}"
|
|
6304
6738
|
},
|
|
@@ -6314,7 +6748,9 @@
|
|
|
6314
6748
|
"$value": "2.25rem",
|
|
6315
6749
|
"$type": "dimension",
|
|
6316
6750
|
"$extensions": {
|
|
6317
|
-
"com.figma.scope": [
|
|
6751
|
+
"com.figma.scope": [
|
|
6752
|
+
"LINE_HEIGHT"
|
|
6753
|
+
]
|
|
6318
6754
|
},
|
|
6319
6755
|
"filePath": "src/tokens/constant/line_height.tokens.json",
|
|
6320
6756
|
"isSource": true,
|
|
@@ -6322,7 +6758,9 @@
|
|
|
6322
6758
|
"$value": "2.25rem",
|
|
6323
6759
|
"$type": "dimension",
|
|
6324
6760
|
"$extensions": {
|
|
6325
|
-
"com.figma.scope": [
|
|
6761
|
+
"com.figma.scope": [
|
|
6762
|
+
"LINE_HEIGHT"
|
|
6763
|
+
]
|
|
6326
6764
|
},
|
|
6327
6765
|
"key": "{line-height.36}"
|
|
6328
6766
|
},
|
|
@@ -6338,7 +6776,9 @@
|
|
|
6338
6776
|
"$value": "2.625rem",
|
|
6339
6777
|
"$type": "dimension",
|
|
6340
6778
|
"$extensions": {
|
|
6341
|
-
"com.figma.scope": [
|
|
6779
|
+
"com.figma.scope": [
|
|
6780
|
+
"LINE_HEIGHT"
|
|
6781
|
+
]
|
|
6342
6782
|
},
|
|
6343
6783
|
"filePath": "src/tokens/constant/line_height.tokens.json",
|
|
6344
6784
|
"isSource": true,
|
|
@@ -6346,7 +6786,9 @@
|
|
|
6346
6786
|
"$value": "2.625rem",
|
|
6347
6787
|
"$type": "dimension",
|
|
6348
6788
|
"$extensions": {
|
|
6349
|
-
"com.figma.scope": [
|
|
6789
|
+
"com.figma.scope": [
|
|
6790
|
+
"LINE_HEIGHT"
|
|
6791
|
+
]
|
|
6350
6792
|
},
|
|
6351
6793
|
"key": "{line-height.42}"
|
|
6352
6794
|
},
|
|
@@ -6362,7 +6804,9 @@
|
|
|
6362
6804
|
"$value": "2.75rem",
|
|
6363
6805
|
"$type": "dimension",
|
|
6364
6806
|
"$extensions": {
|
|
6365
|
-
"com.figma.scope": [
|
|
6807
|
+
"com.figma.scope": [
|
|
6808
|
+
"LINE_HEIGHT"
|
|
6809
|
+
]
|
|
6366
6810
|
},
|
|
6367
6811
|
"filePath": "src/tokens/constant/line_height.tokens.json",
|
|
6368
6812
|
"isSource": true,
|
|
@@ -6370,7 +6814,9 @@
|
|
|
6370
6814
|
"$value": "2.75rem",
|
|
6371
6815
|
"$type": "dimension",
|
|
6372
6816
|
"$extensions": {
|
|
6373
|
-
"com.figma.scope": [
|
|
6817
|
+
"com.figma.scope": [
|
|
6818
|
+
"LINE_HEIGHT"
|
|
6819
|
+
]
|
|
6374
6820
|
},
|
|
6375
6821
|
"key": "{line-height.44}"
|
|
6376
6822
|
},
|
|
@@ -6386,7 +6832,9 @@
|
|
|
6386
6832
|
"$value": "3.25rem",
|
|
6387
6833
|
"$type": "dimension",
|
|
6388
6834
|
"$extensions": {
|
|
6389
|
-
"com.figma.scope": [
|
|
6835
|
+
"com.figma.scope": [
|
|
6836
|
+
"LINE_HEIGHT"
|
|
6837
|
+
]
|
|
6390
6838
|
},
|
|
6391
6839
|
"filePath": "src/tokens/constant/line_height.tokens.json",
|
|
6392
6840
|
"isSource": true,
|
|
@@ -6394,7 +6842,9 @@
|
|
|
6394
6842
|
"$value": "3.25rem",
|
|
6395
6843
|
"$type": "dimension",
|
|
6396
6844
|
"$extensions": {
|
|
6397
|
-
"com.figma.scope": [
|
|
6845
|
+
"com.figma.scope": [
|
|
6846
|
+
"LINE_HEIGHT"
|
|
6847
|
+
]
|
|
6398
6848
|
},
|
|
6399
6849
|
"key": "{line-height.52}"
|
|
6400
6850
|
},
|
|
@@ -228,6 +228,17 @@ $gl-color-brand-gray-03: #74717a;
|
|
|
228
228
|
$gl-color-brand-gray-04: #45424d;
|
|
229
229
|
$gl-color-brand-gray-05: #2b2838;
|
|
230
230
|
$gl-color-brand-pink-01g: #ffb9c9;
|
|
231
|
+
$gl-font-family-regular: var(--default-regular-font, 'GitLab Sans'),-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Noto Sans',Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
|
|
232
|
+
$gl-font-family-monospace: var(--default-mono-font, 'GitLab Mono'),'JetBrains Mono',Menlo,'DejaVu Sans Mono','Liberation Mono',Consolas,'Ubuntu Mono','Courier New','andale mono','lucida console',monospace;
|
|
233
|
+
$gl-font-size-xs: 0.625rem;
|
|
234
|
+
$gl-font-size-sm: 0.75rem;
|
|
235
|
+
$gl-font-size-md: 0.875rem;
|
|
236
|
+
$gl-font-size-lg: 1rem;
|
|
237
|
+
$gl-font-weight-100: 100;
|
|
238
|
+
$gl-font-weight-300: 300;
|
|
239
|
+
$gl-font-weight-normal: 400;
|
|
240
|
+
$gl-font-weight-semibold: 500;
|
|
241
|
+
$gl-font-weight-bold: 600;
|
|
231
242
|
$gl-line-height-12: 0.75rem;
|
|
232
243
|
$gl-line-height-16: 1rem;
|
|
233
244
|
$gl-line-height-20: 1.25rem;
|
|
@@ -582,6 +593,7 @@ $gl-border-color-default: $gl-color-neutral-700; // Used for the default border
|
|
|
582
593
|
$gl-border-color-subtle: $gl-color-neutral-800; // Used for a subtle border in combination with the default background.
|
|
583
594
|
$gl-border-color-strong: $gl-color-neutral-600; // Used for a distinct border that emphasizes an edge or boundaries.
|
|
584
595
|
$gl-border-color-transparent: $gl-color-alpha-0; // Used when a border needs to be present, but not visibly perceived.
|
|
596
|
+
$gl-font-size-base: $gl-font-size-md;
|
|
585
597
|
$gl-shadow-color-default: $gl-color-alpha-dark-40; // Used for the default shadow color.
|
|
586
598
|
$gl-alert-neutral-border-top-color: $gl-color-neutral-400; // Used for the border center color of a neutral alert.
|
|
587
599
|
$gl-alert-neutral-border-bottom-color: $gl-color-alpha-0; // Used for the border bottom color of a neutral alert.
|
|
@@ -228,6 +228,17 @@ $gl-color-brand-gray-03: #74717a;
|
|
|
228
228
|
$gl-color-brand-gray-04: #45424d;
|
|
229
229
|
$gl-color-brand-gray-05: #2b2838;
|
|
230
230
|
$gl-color-brand-pink-01g: #ffb9c9;
|
|
231
|
+
$gl-font-family-regular: var(--default-regular-font, 'GitLab Sans'),-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Noto Sans',Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
|
|
232
|
+
$gl-font-family-monospace: var(--default-mono-font, 'GitLab Mono'),'JetBrains Mono',Menlo,'DejaVu Sans Mono','Liberation Mono',Consolas,'Ubuntu Mono','Courier New','andale mono','lucida console',monospace;
|
|
233
|
+
$gl-font-size-xs: 0.625rem;
|
|
234
|
+
$gl-font-size-sm: 0.75rem;
|
|
235
|
+
$gl-font-size-md: 0.875rem;
|
|
236
|
+
$gl-font-size-lg: 1rem;
|
|
237
|
+
$gl-font-weight-100: 100;
|
|
238
|
+
$gl-font-weight-300: 300;
|
|
239
|
+
$gl-font-weight-normal: 400;
|
|
240
|
+
$gl-font-weight-semibold: 500;
|
|
241
|
+
$gl-font-weight-bold: 600;
|
|
231
242
|
$gl-line-height-12: 0.75rem;
|
|
232
243
|
$gl-line-height-16: 1rem;
|
|
233
244
|
$gl-line-height-20: 1.25rem;
|
|
@@ -571,6 +582,7 @@ $gl-border-color-default: $gl-color-neutral-100; // Used for the default border
|
|
|
571
582
|
$gl-border-color-subtle: $gl-color-neutral-50; // Used for a subtle border in combination with the default background.
|
|
572
583
|
$gl-border-color-strong: $gl-color-neutral-200; // Used for a distinct border that emphasizes an edge or boundaries.
|
|
573
584
|
$gl-border-color-transparent: $gl-color-alpha-0; // Used when a border needs to be present, but not visibly perceived.
|
|
585
|
+
$gl-font-size-base: $gl-font-size-md;
|
|
574
586
|
$gl-shadow-color-default: $gl-color-alpha-dark-16; // Used for the default shadow color.
|
|
575
587
|
$gl-alert-neutral-border-top-color: $gl-color-alpha-0; // Used for the border center color of a neutral alert.
|
|
576
588
|
$gl-alert-neutral-border-bottom-color: $gl-color-alpha-0; // Used for the border bottom color of a neutral alert.
|
|
@@ -243,6 +243,18 @@ $gl-color-brand-gray-03: var(--gl-color-brand-gray-03);
|
|
|
243
243
|
$gl-color-brand-gray-04: var(--gl-color-brand-gray-04);
|
|
244
244
|
$gl-color-brand-gray-05: var(--gl-color-brand-gray-05);
|
|
245
245
|
$gl-color-brand-pink-01g: var(--gl-color-brand-pink-01g);
|
|
246
|
+
$gl-font-family-regular: var(--gl-font-family-regular);
|
|
247
|
+
$gl-font-family-monospace: var(--gl-font-family-monospace);
|
|
248
|
+
$gl-font-size-xs: var(--gl-font-size-xs);
|
|
249
|
+
$gl-font-size-sm: var(--gl-font-size-sm);
|
|
250
|
+
$gl-font-size-md: var(--gl-font-size-md);
|
|
251
|
+
$gl-font-size-lg: var(--gl-font-size-lg);
|
|
252
|
+
$gl-font-size-base: var(--gl-font-size-base);
|
|
253
|
+
$gl-font-weight-100: var(--gl-font-weight-100);
|
|
254
|
+
$gl-font-weight-300: var(--gl-font-weight-300);
|
|
255
|
+
$gl-font-weight-normal: var(--gl-font-weight-normal);
|
|
256
|
+
$gl-font-weight-semibold: var(--gl-font-weight-semibold);
|
|
257
|
+
$gl-font-weight-bold: var(--gl-font-weight-bold);
|
|
246
258
|
$gl-line-height-12: var(--gl-line-height-12);
|
|
247
259
|
$gl-line-height-16: var(--gl-line-height-16);
|
|
248
260
|
$gl-line-height-20: var(--gl-line-height-20);
|