@gitlab/ui 124.4.3 → 126.0.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 (50) hide show
  1. package/dist/components/base/alert/alert.js +1 -10
  2. package/dist/components/base/form/form_select/form_select.js +1 -9
  3. package/dist/index.css +2 -2
  4. package/dist/index.css.map +1 -1
  5. package/dist/tailwind.css +1 -1
  6. package/dist/tailwind.css.map +1 -1
  7. package/dist/tokens/build/js/tokens.dark.js +193 -1
  8. package/dist/tokens/build/js/tokens.js +193 -1
  9. package/package.json +5 -10
  10. package/src/components/base/alert/alert.scss +0 -4
  11. package/src/components/base/alert/alert.vue +1 -10
  12. package/src/components/base/form/form_select/form_select.vue +1 -15
  13. package/src/tokens/build/css/tokens.css +192 -0
  14. package/src/tokens/build/css/tokens.dark.css +192 -0
  15. package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +59 -0
  16. package/src/tokens/build/docs/tokens-tailwind-docs.json +59 -0
  17. package/src/tokens/build/figma/constants.tokens.json +180 -0
  18. package/src/tokens/build/figma/semantic.tokens.json +209 -0
  19. package/src/tokens/build/js/tokens.dark.js +198 -0
  20. package/src/tokens/build/js/tokens.js +198 -0
  21. package/src/tokens/build/json/tokens.dark.json +1117 -0
  22. package/src/tokens/build/json/tokens.json +1117 -0
  23. package/src/tokens/build/scss/_tokens.dark.scss +192 -0
  24. package/src/tokens/build/scss/_tokens.scss +192 -0
  25. package/src/tokens/build/scss/_tokens_custom_properties.scss +192 -0
  26. package/src/tokens/build/tailwind/components.cjs +253 -0
  27. package/src/tokens/build/tailwind/tokens.cjs +2 -0
  28. package/src/tokens/constant/heading.tokens.json +182 -0
  29. package/src/tokens/semantic/font.tokens.json +11 -0
  30. package/src/tokens/semantic/heading.tokens.json +178 -0
  31. package/src/tokens/semantic/letter_spacing.tokens.json +13 -0
  32. package/src/tokens/semantic/line_height.tokens.json +13 -0
  33. package/tailwind.defaults.js +2 -253
  34. package/bin/migrate_custom_utils_to_tw.bundled.mjs +0 -205443
  35. package/dist/tokens/css/tokens.css +0 -1156
  36. package/dist/tokens/css/tokens.dark.css +0 -1156
  37. package/dist/tokens/docs/tokens-tailwind-docs.dark.json +0 -42846
  38. package/dist/tokens/docs/tokens-tailwind-docs.json +0 -42846
  39. package/dist/tokens/figma/constants.tokens.json +0 -2756
  40. package/dist/tokens/figma/contextual.tokens.json +0 -5929
  41. package/dist/tokens/figma/deprecated.tokens.json +0 -2899
  42. package/dist/tokens/figma/semantic.tokens.json +0 -2479
  43. package/dist/tokens/js/tokens.dark.js +0 -1286
  44. package/dist/tokens/js/tokens.js +0 -1275
  45. package/dist/tokens/json/tokens.dark.json +0 -36934
  46. package/dist/tokens/json/tokens.json +0 -36934
  47. package/dist/tokens/scss/_tokens.dark.scss +0 -1153
  48. package/dist/tokens/scss/_tokens.scss +0 -1153
  49. package/dist/tokens/scss/_tokens_custom_properties.scss +0 -1154
  50. package/dist/tokens/tailwind/tokens.cjs +0 -558
@@ -7067,9 +7067,1068 @@
7067
7067
  "weight",
7068
7068
  "bold"
7069
7069
  ]
7070
+ },
7071
+ "heading": {
7072
+ "key": "{font.weight.heading}",
7073
+ "$value": "600",
7074
+ "$type": "fontWeight",
7075
+ "$extensions": {
7076
+ "com.figma.scope": [
7077
+ "FONT_WEIGHT"
7078
+ ]
7079
+ },
7080
+ "filePath": "src/tokens/semantic/font.tokens.json",
7081
+ "isSource": true,
7082
+ "original": {
7083
+ "$value": "{font.weight.bold}",
7084
+ "$type": "fontWeight",
7085
+ "$extensions": {
7086
+ "com.figma.scope": [
7087
+ "FONT_WEIGHT"
7088
+ ]
7089
+ },
7090
+ "key": "{font.weight.heading}"
7091
+ },
7092
+ "name": "FONT_WEIGHT_HEADING",
7093
+ "attributes": {},
7094
+ "path": [
7095
+ "font",
7096
+ "weight",
7097
+ "heading"
7098
+ ]
7070
7099
  }
7071
7100
  }
7072
7101
  },
7102
+ "heading": {
7103
+ "1": {
7104
+ "key": "{heading.1}",
7105
+ "$value": {
7106
+ "fontWeight": "600",
7107
+ "marginTop": 0,
7108
+ "fontSize": "clamp(1.5rem, 0.8333333333rem + 1.3888888889vw, 1.875rem)",
7109
+ "letterSpacing": "-0.01em",
7110
+ "lineHeight": 1.25,
7111
+ "marginBottom": "1rem",
7112
+ "color": "#18171d"
7113
+ },
7114
+ "$type": "typography",
7115
+ "filePath": "src/tokens/semantic/heading.tokens.json",
7116
+ "isSource": true,
7117
+ "original": {
7118
+ "$value": {
7119
+ "fontWeight": "{font.weight.heading}",
7120
+ "marginTop": "{heading.default.margin.top}",
7121
+ "fontSize": "{font.size.700}",
7122
+ "letterSpacing": "{letter-spacing.heading}",
7123
+ "lineHeight": "{line-height.heading}",
7124
+ "marginBottom": "{heading.default.margin.bottom}",
7125
+ "color": "{text.color.heading}"
7126
+ },
7127
+ "$type": "typography",
7128
+ "key": "{heading.1}"
7129
+ },
7130
+ "name": "HEADING_1",
7131
+ "attributes": {},
7132
+ "path": [
7133
+ "heading",
7134
+ "1"
7135
+ ]
7136
+ },
7137
+ "2": {
7138
+ "key": "{heading.2}",
7139
+ "$value": {
7140
+ "fontWeight": "600",
7141
+ "marginTop": 0,
7142
+ "fontSize": "clamp(1.3125rem, 0.8680555556rem + 0.9259259259vw, 1.5625rem)",
7143
+ "letterSpacing": "-0.01em",
7144
+ "lineHeight": 1.25,
7145
+ "marginBottom": "1rem",
7146
+ "color": "#18171d"
7147
+ },
7148
+ "$type": "typography",
7149
+ "filePath": "src/tokens/semantic/heading.tokens.json",
7150
+ "isSource": true,
7151
+ "original": {
7152
+ "$value": {
7153
+ "fontWeight": "{font.weight.heading}",
7154
+ "marginTop": "{heading.default.margin.top}",
7155
+ "fontSize": "{font.size.600}",
7156
+ "letterSpacing": "{letter-spacing.heading}",
7157
+ "lineHeight": "{line-height.heading}",
7158
+ "marginBottom": "{heading.default.margin.bottom}",
7159
+ "color": "{text.color.heading}"
7160
+ },
7161
+ "$type": "typography",
7162
+ "key": "{heading.2}"
7163
+ },
7164
+ "name": "HEADING_2",
7165
+ "attributes": {},
7166
+ "path": [
7167
+ "heading",
7168
+ "2"
7169
+ ]
7170
+ },
7171
+ "3": {
7172
+ "key": "{heading.3}",
7173
+ "$value": {
7174
+ "fontWeight": "600",
7175
+ "marginTop": 0,
7176
+ "fontSize": "clamp(1.125rem, 0.9027777778rem + 0.462962963vw, 1.25rem)",
7177
+ "letterSpacing": "inherit",
7178
+ "lineHeight": 1.25,
7179
+ "marginBottom": "1rem",
7180
+ "color": "#18171d"
7181
+ },
7182
+ "$type": "typography",
7183
+ "filePath": "src/tokens/semantic/heading.tokens.json",
7184
+ "isSource": true,
7185
+ "original": {
7186
+ "$value": {
7187
+ "fontWeight": "{font.weight.heading}",
7188
+ "marginTop": "{heading.default.margin.top}",
7189
+ "fontSize": "{font.size.500}",
7190
+ "letterSpacing": "inherit",
7191
+ "lineHeight": "{line-height.heading}",
7192
+ "marginBottom": "{heading.default.margin.bottom}",
7193
+ "color": "{text.color.heading}"
7194
+ },
7195
+ "$type": "typography",
7196
+ "key": "{heading.3}"
7197
+ },
7198
+ "name": "HEADING_3",
7199
+ "attributes": {},
7200
+ "path": [
7201
+ "heading",
7202
+ "3"
7203
+ ]
7204
+ },
7205
+ "4": {
7206
+ "key": "{heading.4}",
7207
+ "$value": {
7208
+ "fontWeight": "600",
7209
+ "marginTop": 0,
7210
+ "fontSize": "1rem",
7211
+ "letterSpacing": "inherit",
7212
+ "lineHeight": 1.25,
7213
+ "marginBottom": "1rem",
7214
+ "color": "#18171d"
7215
+ },
7216
+ "$type": "typography",
7217
+ "filePath": "src/tokens/semantic/heading.tokens.json",
7218
+ "isSource": true,
7219
+ "original": {
7220
+ "$value": {
7221
+ "fontWeight": "{font.weight.heading}",
7222
+ "marginTop": "{heading.default.margin.top}",
7223
+ "fontSize": "{font.size.400}",
7224
+ "letterSpacing": "inherit",
7225
+ "lineHeight": "{line-height.heading}",
7226
+ "marginBottom": "{heading.default.margin.bottom}",
7227
+ "color": "{text.color.heading}"
7228
+ },
7229
+ "$type": "typography",
7230
+ "key": "{heading.4}"
7231
+ },
7232
+ "name": "HEADING_4",
7233
+ "attributes": {},
7234
+ "path": [
7235
+ "heading",
7236
+ "4"
7237
+ ]
7238
+ },
7239
+ "5": {
7240
+ "key": "{heading.5}",
7241
+ "$value": {
7242
+ "fontWeight": "600",
7243
+ "marginTop": 0,
7244
+ "fontSize": "0.875rem",
7245
+ "letterSpacing": "inherit",
7246
+ "lineHeight": 1.25,
7247
+ "marginBottom": "1rem",
7248
+ "color": "#18171d"
7249
+ },
7250
+ "$type": "typography",
7251
+ "filePath": "src/tokens/semantic/heading.tokens.json",
7252
+ "isSource": true,
7253
+ "original": {
7254
+ "$value": {
7255
+ "fontWeight": "{font.weight.heading}",
7256
+ "marginTop": "{heading.default.margin.top}",
7257
+ "fontSize": "{font.size.300}",
7258
+ "letterSpacing": "inherit",
7259
+ "lineHeight": "{line-height.heading}",
7260
+ "marginBottom": "{heading.default.margin.bottom}",
7261
+ "color": "{text.color.heading}"
7262
+ },
7263
+ "$type": "typography",
7264
+ "key": "{heading.5}"
7265
+ },
7266
+ "name": "HEADING_5",
7267
+ "attributes": {},
7268
+ "path": [
7269
+ "heading",
7270
+ "5"
7271
+ ]
7272
+ },
7273
+ "6": {
7274
+ "key": "{heading.6}",
7275
+ "$value": {
7276
+ "fontWeight": "600",
7277
+ "marginTop": 0,
7278
+ "fontSize": "0.8125rem",
7279
+ "letterSpacing": "inherit",
7280
+ "lineHeight": 1.25,
7281
+ "marginBottom": "1rem",
7282
+ "color": "#18171d"
7283
+ },
7284
+ "$type": "typography",
7285
+ "filePath": "src/tokens/semantic/heading.tokens.json",
7286
+ "isSource": true,
7287
+ "original": {
7288
+ "$value": {
7289
+ "fontWeight": "{font.weight.heading}",
7290
+ "marginTop": "{heading.default.margin.top}",
7291
+ "fontSize": "{font.size.200}",
7292
+ "letterSpacing": "inherit",
7293
+ "lineHeight": "{line-height.heading}",
7294
+ "marginBottom": "{heading.default.margin.bottom}",
7295
+ "color": "{text.color.heading}"
7296
+ },
7297
+ "$type": "typography",
7298
+ "key": "{heading.6}"
7299
+ },
7300
+ "name": "HEADING_6",
7301
+ "attributes": {},
7302
+ "path": [
7303
+ "heading",
7304
+ "6"
7305
+ ]
7306
+ },
7307
+ "scale": {
7308
+ "100": {
7309
+ "key": "{heading.scale.100}",
7310
+ "$value": {
7311
+ "fontWeight": "600",
7312
+ "marginTop": 0,
7313
+ "fontSize": "0.75rem",
7314
+ "letterSpacing": "inherit",
7315
+ "lineHeight": 1.25,
7316
+ "color": "#18171d"
7317
+ },
7318
+ "$type": "typography",
7319
+ "filePath": "src/tokens/constant/heading.tokens.json",
7320
+ "isSource": true,
7321
+ "original": {
7322
+ "$value": {
7323
+ "fontWeight": "{font.weight.heading}",
7324
+ "marginTop": "{heading.default.margin.top}",
7325
+ "fontSize": "{font.size.100}",
7326
+ "letterSpacing": "inherit",
7327
+ "lineHeight": "{line-height.heading}",
7328
+ "color": "{text.color.heading}"
7329
+ },
7330
+ "$type": "typography",
7331
+ "key": "{heading.scale.100}"
7332
+ },
7333
+ "name": "HEADING_SCALE_100",
7334
+ "attributes": {},
7335
+ "path": [
7336
+ "heading",
7337
+ "scale",
7338
+ "100"
7339
+ ]
7340
+ },
7341
+ "200": {
7342
+ "key": "{heading.scale.200}",
7343
+ "$value": {
7344
+ "fontWeight": "600",
7345
+ "marginTop": 0,
7346
+ "fontSize": "0.8125rem",
7347
+ "letterSpacing": "inherit",
7348
+ "lineHeight": 1.25,
7349
+ "color": "#18171d"
7350
+ },
7351
+ "$type": "typography",
7352
+ "filePath": "src/tokens/constant/heading.tokens.json",
7353
+ "isSource": true,
7354
+ "original": {
7355
+ "$value": {
7356
+ "fontWeight": "{font.weight.heading}",
7357
+ "marginTop": "{heading.default.margin.top}",
7358
+ "fontSize": "{font.size.200}",
7359
+ "letterSpacing": "inherit",
7360
+ "lineHeight": "{line-height.heading}",
7361
+ "color": "{text.color.heading}"
7362
+ },
7363
+ "$type": "typography",
7364
+ "key": "{heading.scale.200}"
7365
+ },
7366
+ "name": "HEADING_SCALE_200",
7367
+ "attributes": {},
7368
+ "path": [
7369
+ "heading",
7370
+ "scale",
7371
+ "200"
7372
+ ]
7373
+ },
7374
+ "300": {
7375
+ "key": "{heading.scale.300}",
7376
+ "$value": {
7377
+ "fontWeight": "600",
7378
+ "marginTop": 0,
7379
+ "fontSize": "0.875rem",
7380
+ "letterSpacing": "inherit",
7381
+ "lineHeight": 1.25,
7382
+ "color": "#18171d"
7383
+ },
7384
+ "$type": "typography",
7385
+ "filePath": "src/tokens/constant/heading.tokens.json",
7386
+ "isSource": true,
7387
+ "original": {
7388
+ "$value": {
7389
+ "fontWeight": "{font.weight.heading}",
7390
+ "marginTop": "{heading.default.margin.top}",
7391
+ "fontSize": "{font.size.300}",
7392
+ "letterSpacing": "inherit",
7393
+ "lineHeight": "{line-height.heading}",
7394
+ "color": "{text.color.heading}"
7395
+ },
7396
+ "$type": "typography",
7397
+ "key": "{heading.scale.300}"
7398
+ },
7399
+ "name": "HEADING_SCALE_300",
7400
+ "attributes": {},
7401
+ "path": [
7402
+ "heading",
7403
+ "scale",
7404
+ "300"
7405
+ ]
7406
+ },
7407
+ "400": {
7408
+ "key": "{heading.scale.400}",
7409
+ "$value": {
7410
+ "fontWeight": "600",
7411
+ "marginTop": 0,
7412
+ "fontSize": "1rem",
7413
+ "letterSpacing": "inherit",
7414
+ "lineHeight": 1.25,
7415
+ "color": "#18171d"
7416
+ },
7417
+ "$type": "typography",
7418
+ "filePath": "src/tokens/constant/heading.tokens.json",
7419
+ "isSource": true,
7420
+ "original": {
7421
+ "$value": {
7422
+ "fontWeight": "{font.weight.heading}",
7423
+ "marginTop": "{heading.default.margin.top}",
7424
+ "fontSize": "{font.size.400}",
7425
+ "letterSpacing": "inherit",
7426
+ "lineHeight": "{line-height.heading}",
7427
+ "color": "{text.color.heading}"
7428
+ },
7429
+ "$type": "typography",
7430
+ "key": "{heading.scale.400}"
7431
+ },
7432
+ "name": "HEADING_SCALE_400",
7433
+ "attributes": {},
7434
+ "path": [
7435
+ "heading",
7436
+ "scale",
7437
+ "400"
7438
+ ]
7439
+ },
7440
+ "500": {
7441
+ "key": "{heading.scale.500}",
7442
+ "$value": {
7443
+ "fontWeight": "600",
7444
+ "marginTop": 0,
7445
+ "fontSize": "clamp(1.125rem, 0.9027777778rem + 0.462962963vw, 1.25rem)",
7446
+ "letterSpacing": "inherit",
7447
+ "lineHeight": 1.25,
7448
+ "color": "#18171d"
7449
+ },
7450
+ "$type": "typography",
7451
+ "filePath": "src/tokens/constant/heading.tokens.json",
7452
+ "isSource": true,
7453
+ "original": {
7454
+ "$value": {
7455
+ "fontWeight": "{font.weight.heading}",
7456
+ "marginTop": "{heading.default.margin.top}",
7457
+ "fontSize": "{font.size.500}",
7458
+ "letterSpacing": "inherit",
7459
+ "lineHeight": "{line-height.heading}",
7460
+ "color": "{text.color.heading}"
7461
+ },
7462
+ "$type": "typography",
7463
+ "key": "{heading.scale.500}"
7464
+ },
7465
+ "name": "HEADING_SCALE_500",
7466
+ "attributes": {},
7467
+ "path": [
7468
+ "heading",
7469
+ "scale",
7470
+ "500"
7471
+ ]
7472
+ },
7473
+ "600": {
7474
+ "key": "{heading.scale.600}",
7475
+ "$value": {
7476
+ "fontWeight": "600",
7477
+ "marginTop": 0,
7478
+ "fontSize": "clamp(1.3125rem, 0.8680555556rem + 0.9259259259vw, 1.5625rem)",
7479
+ "letterSpacing": "-0.01em",
7480
+ "lineHeight": 1.25,
7481
+ "color": "#18171d"
7482
+ },
7483
+ "$type": "typography",
7484
+ "filePath": "src/tokens/constant/heading.tokens.json",
7485
+ "isSource": true,
7486
+ "original": {
7487
+ "$value": {
7488
+ "fontWeight": "{font.weight.heading}",
7489
+ "marginTop": "{heading.default.margin.top}",
7490
+ "fontSize": "{font.size.600}",
7491
+ "letterSpacing": "{letter-spacing.heading}",
7492
+ "lineHeight": "{line-height.heading}",
7493
+ "color": "{text.color.heading}"
7494
+ },
7495
+ "$type": "typography",
7496
+ "key": "{heading.scale.600}"
7497
+ },
7498
+ "name": "HEADING_SCALE_600",
7499
+ "attributes": {},
7500
+ "path": [
7501
+ "heading",
7502
+ "scale",
7503
+ "600"
7504
+ ]
7505
+ },
7506
+ "700": {
7507
+ "key": "{heading.scale.700}",
7508
+ "$value": {
7509
+ "fontWeight": "600",
7510
+ "marginTop": 0,
7511
+ "fontSize": "clamp(1.5rem, 0.8333333333rem + 1.3888888889vw, 1.875rem)",
7512
+ "letterSpacing": "-0.01em",
7513
+ "lineHeight": 1.25,
7514
+ "color": "#18171d"
7515
+ },
7516
+ "$type": "typography",
7517
+ "filePath": "src/tokens/constant/heading.tokens.json",
7518
+ "isSource": true,
7519
+ "original": {
7520
+ "$value": {
7521
+ "fontWeight": "{font.weight.heading}",
7522
+ "marginTop": "{heading.default.margin.top}",
7523
+ "fontSize": "{font.size.700}",
7524
+ "letterSpacing": "{letter-spacing.heading}",
7525
+ "lineHeight": "{line-height.heading}",
7526
+ "color": "{text.color.heading}"
7527
+ },
7528
+ "$type": "typography",
7529
+ "key": "{heading.scale.700}"
7530
+ },
7531
+ "name": "HEADING_SCALE_700",
7532
+ "attributes": {},
7533
+ "path": [
7534
+ "heading",
7535
+ "scale",
7536
+ "700"
7537
+ ]
7538
+ },
7539
+ "800": {
7540
+ "key": "{heading.scale.800}",
7541
+ "$value": {
7542
+ "fontWeight": "600",
7543
+ "marginTop": 0,
7544
+ "fontSize": "clamp(1.75rem, 0.8611111111rem + 1.8518518519vw, 2.25rem)",
7545
+ "letterSpacing": "-0.01em",
7546
+ "lineHeight": 1.125,
7547
+ "color": "#18171d"
7548
+ },
7549
+ "$type": "typography",
7550
+ "filePath": "src/tokens/constant/heading.tokens.json",
7551
+ "isSource": true,
7552
+ "original": {
7553
+ "$value": {
7554
+ "fontWeight": "{font.weight.heading}",
7555
+ "marginTop": "{heading.default.margin.top}",
7556
+ "fontSize": "{font.size.800}",
7557
+ "letterSpacing": "{letter-spacing.heading}",
7558
+ "lineHeight": 1.125,
7559
+ "color": "{text.color.heading}"
7560
+ },
7561
+ "$type": "typography",
7562
+ "key": "{heading.scale.800}"
7563
+ },
7564
+ "name": "HEADING_SCALE_800",
7565
+ "attributes": {},
7566
+ "path": [
7567
+ "heading",
7568
+ "scale",
7569
+ "800"
7570
+ ]
7571
+ },
7572
+ "100-fixed": {
7573
+ "key": "{heading.scale.100-fixed}",
7574
+ "$value": {
7575
+ "fontWeight": "600",
7576
+ "marginTop": 0,
7577
+ "fontSize": "0.75rem",
7578
+ "letterSpacing": "inherit",
7579
+ "lineHeight": 1.25,
7580
+ "color": "#18171d"
7581
+ },
7582
+ "$type": "typography",
7583
+ "filePath": "src/tokens/constant/heading.tokens.json",
7584
+ "isSource": true,
7585
+ "original": {
7586
+ "$value": {
7587
+ "fontWeight": "{font.weight.heading}",
7588
+ "marginTop": "{heading.default.margin.top}",
7589
+ "fontSize": "{font.size.100-fixed}",
7590
+ "letterSpacing": "inherit",
7591
+ "lineHeight": "{line-height.heading}",
7592
+ "color": "{text.color.heading}"
7593
+ },
7594
+ "$type": "typography",
7595
+ "key": "{heading.scale.100-fixed}"
7596
+ },
7597
+ "name": "HEADING_SCALE_100_FIXED",
7598
+ "attributes": {},
7599
+ "path": [
7600
+ "heading",
7601
+ "scale",
7602
+ "100-fixed"
7603
+ ]
7604
+ },
7605
+ "200-fixed": {
7606
+ "key": "{heading.scale.200-fixed}",
7607
+ "$value": {
7608
+ "fontWeight": "600",
7609
+ "marginTop": 0,
7610
+ "fontSize": "0.8125rem",
7611
+ "letterSpacing": "inherit",
7612
+ "lineHeight": 1.25,
7613
+ "color": "#18171d"
7614
+ },
7615
+ "$type": "typography",
7616
+ "filePath": "src/tokens/constant/heading.tokens.json",
7617
+ "isSource": true,
7618
+ "original": {
7619
+ "$value": {
7620
+ "fontWeight": "{font.weight.heading}",
7621
+ "marginTop": "{heading.default.margin.top}",
7622
+ "fontSize": "{font.size.200-fixed}",
7623
+ "letterSpacing": "inherit",
7624
+ "lineHeight": "{line-height.heading}",
7625
+ "color": "{text.color.heading}"
7626
+ },
7627
+ "$type": "typography",
7628
+ "key": "{heading.scale.200-fixed}"
7629
+ },
7630
+ "name": "HEADING_SCALE_200_FIXED",
7631
+ "attributes": {},
7632
+ "path": [
7633
+ "heading",
7634
+ "scale",
7635
+ "200-fixed"
7636
+ ]
7637
+ },
7638
+ "300-fixed": {
7639
+ "key": "{heading.scale.300-fixed}",
7640
+ "$value": {
7641
+ "fontWeight": "600",
7642
+ "marginTop": 0,
7643
+ "fontSize": "0.875rem",
7644
+ "letterSpacing": "inherit",
7645
+ "lineHeight": 1.25,
7646
+ "color": "#18171d"
7647
+ },
7648
+ "$type": "typography",
7649
+ "filePath": "src/tokens/constant/heading.tokens.json",
7650
+ "isSource": true,
7651
+ "original": {
7652
+ "$value": {
7653
+ "fontWeight": "{font.weight.heading}",
7654
+ "marginTop": "{heading.default.margin.top}",
7655
+ "fontSize": "{font.size.300-fixed}",
7656
+ "letterSpacing": "inherit",
7657
+ "lineHeight": "{line-height.heading}",
7658
+ "color": "{text.color.heading}"
7659
+ },
7660
+ "$type": "typography",
7661
+ "key": "{heading.scale.300-fixed}"
7662
+ },
7663
+ "name": "HEADING_SCALE_300_FIXED",
7664
+ "attributes": {},
7665
+ "path": [
7666
+ "heading",
7667
+ "scale",
7668
+ "300-fixed"
7669
+ ]
7670
+ },
7671
+ "400-fixed": {
7672
+ "key": "{heading.scale.400-fixed}",
7673
+ "$value": {
7674
+ "fontWeight": "600",
7675
+ "marginTop": 0,
7676
+ "fontSize": "1rem",
7677
+ "letterSpacing": "inherit",
7678
+ "lineHeight": 1.25,
7679
+ "color": "#18171d"
7680
+ },
7681
+ "$type": "typography",
7682
+ "filePath": "src/tokens/constant/heading.tokens.json",
7683
+ "isSource": true,
7684
+ "original": {
7685
+ "$value": {
7686
+ "fontWeight": "{font.weight.heading}",
7687
+ "marginTop": "{heading.default.margin.top}",
7688
+ "fontSize": "{font.size.400-fixed}",
7689
+ "letterSpacing": "inherit",
7690
+ "lineHeight": "{line-height.heading}",
7691
+ "color": "{text.color.heading}"
7692
+ },
7693
+ "$type": "typography",
7694
+ "key": "{heading.scale.400-fixed}"
7695
+ },
7696
+ "name": "HEADING_SCALE_400_FIXED",
7697
+ "attributes": {},
7698
+ "path": [
7699
+ "heading",
7700
+ "scale",
7701
+ "400-fixed"
7702
+ ]
7703
+ },
7704
+ "500-fixed": {
7705
+ "key": "{heading.scale.500-fixed}",
7706
+ "$value": {
7707
+ "fontWeight": "600",
7708
+ "marginTop": 0,
7709
+ "fontSize": "1.125rem",
7710
+ "letterSpacing": "inherit",
7711
+ "lineHeight": 1.25,
7712
+ "color": "#18171d"
7713
+ },
7714
+ "$type": "typography",
7715
+ "filePath": "src/tokens/constant/heading.tokens.json",
7716
+ "isSource": true,
7717
+ "original": {
7718
+ "$value": {
7719
+ "fontWeight": "{font.weight.heading}",
7720
+ "marginTop": "{heading.default.margin.top}",
7721
+ "fontSize": "{font.size.500-fixed}",
7722
+ "letterSpacing": "inherit",
7723
+ "lineHeight": "{line-height.heading}",
7724
+ "color": "{text.color.heading}"
7725
+ },
7726
+ "$type": "typography",
7727
+ "key": "{heading.scale.500-fixed}"
7728
+ },
7729
+ "name": "HEADING_SCALE_500_FIXED",
7730
+ "attributes": {},
7731
+ "path": [
7732
+ "heading",
7733
+ "scale",
7734
+ "500-fixed"
7735
+ ]
7736
+ },
7737
+ "600-fixed": {
7738
+ "key": "{heading.scale.600-fixed}",
7739
+ "$value": {
7740
+ "fontWeight": "600",
7741
+ "marginTop": 0,
7742
+ "fontSize": "1.3125rem",
7743
+ "letterSpacing": "-0.01em",
7744
+ "lineHeight": 1.25,
7745
+ "color": "#18171d"
7746
+ },
7747
+ "$type": "typography",
7748
+ "filePath": "src/tokens/constant/heading.tokens.json",
7749
+ "isSource": true,
7750
+ "original": {
7751
+ "$value": {
7752
+ "fontWeight": "{font.weight.heading}",
7753
+ "marginTop": "{heading.default.margin.top}",
7754
+ "fontSize": "{font.size.600-fixed}",
7755
+ "letterSpacing": "{letter-spacing.heading}",
7756
+ "lineHeight": "{line-height.heading}",
7757
+ "color": "{text.color.heading}"
7758
+ },
7759
+ "$type": "typography",
7760
+ "key": "{heading.scale.600-fixed}"
7761
+ },
7762
+ "name": "HEADING_SCALE_600_FIXED",
7763
+ "attributes": {},
7764
+ "path": [
7765
+ "heading",
7766
+ "scale",
7767
+ "600-fixed"
7768
+ ]
7769
+ },
7770
+ "700-fixed": {
7771
+ "key": "{heading.scale.700-fixed}",
7772
+ "$value": {
7773
+ "fontWeight": "600",
7774
+ "marginTop": 0,
7775
+ "fontSize": "1.5rem",
7776
+ "letterSpacing": "-0.01em",
7777
+ "lineHeight": 1.25,
7778
+ "color": "#18171d"
7779
+ },
7780
+ "$type": "typography",
7781
+ "filePath": "src/tokens/constant/heading.tokens.json",
7782
+ "isSource": true,
7783
+ "original": {
7784
+ "$value": {
7785
+ "fontWeight": "{font.weight.heading}",
7786
+ "marginTop": "{heading.default.margin.top}",
7787
+ "fontSize": "{font.size.700-fixed}",
7788
+ "letterSpacing": "{letter-spacing.heading}",
7789
+ "lineHeight": "{line-height.heading}",
7790
+ "color": "{text.color.heading}"
7791
+ },
7792
+ "$type": "typography",
7793
+ "key": "{heading.scale.700-fixed}"
7794
+ },
7795
+ "name": "HEADING_SCALE_700_FIXED",
7796
+ "attributes": {},
7797
+ "path": [
7798
+ "heading",
7799
+ "scale",
7800
+ "700-fixed"
7801
+ ]
7802
+ },
7803
+ "800-fixed": {
7804
+ "key": "{heading.scale.800-fixed}",
7805
+ "$value": {
7806
+ "fontWeight": "600",
7807
+ "marginTop": 0,
7808
+ "fontSize": "1.75rem",
7809
+ "letterSpacing": "-0.01em",
7810
+ "lineHeight": 1.125,
7811
+ "color": "#18171d"
7812
+ },
7813
+ "$type": "typography",
7814
+ "filePath": "src/tokens/constant/heading.tokens.json",
7815
+ "isSource": true,
7816
+ "original": {
7817
+ "$value": {
7818
+ "fontWeight": "{font.weight.heading}",
7819
+ "marginTop": "{heading.default.margin.top}",
7820
+ "fontSize": "{font.size.800-fixed}",
7821
+ "letterSpacing": "{letter-spacing.heading}",
7822
+ "lineHeight": 1.125,
7823
+ "color": "{text.color.heading}"
7824
+ },
7825
+ "$type": "typography",
7826
+ "key": "{heading.scale.800-fixed}"
7827
+ },
7828
+ "name": "HEADING_SCALE_800_FIXED",
7829
+ "attributes": {},
7830
+ "path": [
7831
+ "heading",
7832
+ "scale",
7833
+ "800-fixed"
7834
+ ]
7835
+ }
7836
+ },
7837
+ "default": {
7838
+ "margin": {
7839
+ "top": {
7840
+ "key": "{heading.default.margin.top}",
7841
+ "$value": 0,
7842
+ "$type": "dimension",
7843
+ "$extensions": {
7844
+ "com.figma.scope": []
7845
+ },
7846
+ "filePath": "src/tokens/semantic/heading.tokens.json",
7847
+ "isSource": true,
7848
+ "original": {
7849
+ "$value": 0,
7850
+ "$type": "dimension",
7851
+ "$extensions": {
7852
+ "com.figma.scope": []
7853
+ },
7854
+ "key": "{heading.default.margin.top}"
7855
+ },
7856
+ "name": "HEADING_DEFAULT_MARGIN_TOP",
7857
+ "attributes": {},
7858
+ "path": [
7859
+ "heading",
7860
+ "default",
7861
+ "margin",
7862
+ "top"
7863
+ ]
7864
+ },
7865
+ "bottom": {
7866
+ "key": "{heading.default.margin.bottom}",
7867
+ "$value": "1rem",
7868
+ "$type": "dimension",
7869
+ "$extensions": {
7870
+ "com.figma.scope": []
7871
+ },
7872
+ "filePath": "src/tokens/semantic/heading.tokens.json",
7873
+ "isSource": true,
7874
+ "original": {
7875
+ "$value": "{spacing-scale.5}",
7876
+ "$type": "dimension",
7877
+ "$extensions": {
7878
+ "com.figma.scope": []
7879
+ },
7880
+ "key": "{heading.default.margin.bottom}"
7881
+ },
7882
+ "name": "HEADING_DEFAULT_MARGIN_BOTTOM",
7883
+ "attributes": {},
7884
+ "path": [
7885
+ "heading",
7886
+ "default",
7887
+ "margin",
7888
+ "bottom"
7889
+ ]
7890
+ }
7891
+ }
7892
+ },
7893
+ "display": {
7894
+ "key": "{heading.display}",
7895
+ "$value": {
7896
+ "fontWeight": "600",
7897
+ "marginTop": 0,
7898
+ "fontSize": "clamp(1.75rem, 0.8611111111rem + 1.8518518519vw, 2.25rem)",
7899
+ "letterSpacing": "-0.01em",
7900
+ "lineHeight": 1.125,
7901
+ "marginBottom": "1.5rem",
7902
+ "color": "#18171d"
7903
+ },
7904
+ "$type": "typography",
7905
+ "filePath": "src/tokens/semantic/heading.tokens.json",
7906
+ "isSource": true,
7907
+ "original": {
7908
+ "$value": {
7909
+ "fontWeight": "{font.weight.heading}",
7910
+ "marginTop": "{heading.default.margin.top}",
7911
+ "fontSize": "{font.size.800}",
7912
+ "letterSpacing": "{letter-spacing.heading}",
7913
+ "lineHeight": 1.125,
7914
+ "marginBottom": "{spacing-scale.6}",
7915
+ "color": "{text.color.heading}"
7916
+ },
7917
+ "$type": "typography",
7918
+ "key": "{heading.display}"
7919
+ },
7920
+ "name": "HEADING_DISPLAY",
7921
+ "attributes": {},
7922
+ "path": [
7923
+ "heading",
7924
+ "display"
7925
+ ]
7926
+ },
7927
+ "1-fixed": {
7928
+ "key": "{heading.1-fixed}",
7929
+ "$value": {
7930
+ "fontWeight": "600",
7931
+ "marginTop": 0,
7932
+ "fontSize": "1.5rem",
7933
+ "letterSpacing": "-0.01em",
7934
+ "lineHeight": 1.25,
7935
+ "marginBottom": "1rem",
7936
+ "color": "#18171d"
7937
+ },
7938
+ "$type": "typography",
7939
+ "filePath": "src/tokens/semantic/heading.tokens.json",
7940
+ "isSource": true,
7941
+ "original": {
7942
+ "$value": {
7943
+ "fontWeight": "{font.weight.heading}",
7944
+ "marginTop": "{heading.default.margin.top}",
7945
+ "fontSize": "{font.size.700-fixed}",
7946
+ "letterSpacing": "{letter-spacing.heading}",
7947
+ "lineHeight": "{line-height.heading}",
7948
+ "marginBottom": "{heading.default.margin.bottom}",
7949
+ "color": "{text.color.heading}"
7950
+ },
7951
+ "$type": "typography",
7952
+ "key": "{heading.1-fixed}"
7953
+ },
7954
+ "name": "HEADING_1_FIXED",
7955
+ "attributes": {},
7956
+ "path": [
7957
+ "heading",
7958
+ "1-fixed"
7959
+ ]
7960
+ },
7961
+ "2-fixed": {
7962
+ "key": "{heading.2-fixed}",
7963
+ "$value": {
7964
+ "fontWeight": "600",
7965
+ "marginTop": 0,
7966
+ "fontSize": "1.3125rem",
7967
+ "letterSpacing": "-0.01em",
7968
+ "lineHeight": 1.25,
7969
+ "marginBottom": "1rem",
7970
+ "color": "#18171d"
7971
+ },
7972
+ "$type": "typography",
7973
+ "filePath": "src/tokens/semantic/heading.tokens.json",
7974
+ "isSource": true,
7975
+ "original": {
7976
+ "$value": {
7977
+ "fontWeight": "{font.weight.heading}",
7978
+ "marginTop": "{heading.default.margin.top}",
7979
+ "fontSize": "{font.size.600-fixed}",
7980
+ "letterSpacing": "{letter-spacing.heading}",
7981
+ "lineHeight": "{line-height.heading}",
7982
+ "marginBottom": "{heading.default.margin.bottom}",
7983
+ "color": "{text.color.heading}"
7984
+ },
7985
+ "$type": "typography",
7986
+ "key": "{heading.2-fixed}"
7987
+ },
7988
+ "name": "HEADING_2_FIXED",
7989
+ "attributes": {},
7990
+ "path": [
7991
+ "heading",
7992
+ "2-fixed"
7993
+ ]
7994
+ },
7995
+ "3-fixed": {
7996
+ "key": "{heading.3-fixed}",
7997
+ "$value": {
7998
+ "fontWeight": "600",
7999
+ "marginTop": 0,
8000
+ "fontSize": "1.125rem",
8001
+ "letterSpacing": "inherit",
8002
+ "lineHeight": 1.25,
8003
+ "marginBottom": "1rem",
8004
+ "color": "#18171d"
8005
+ },
8006
+ "$type": "typography",
8007
+ "filePath": "src/tokens/semantic/heading.tokens.json",
8008
+ "isSource": true,
8009
+ "original": {
8010
+ "$value": {
8011
+ "fontWeight": "{font.weight.heading}",
8012
+ "marginTop": "{heading.default.margin.top}",
8013
+ "fontSize": "{font.size.500-fixed}",
8014
+ "letterSpacing": "inherit",
8015
+ "lineHeight": "{line-height.heading}",
8016
+ "marginBottom": "{heading.default.margin.bottom}",
8017
+ "color": "{text.color.heading}"
8018
+ },
8019
+ "$type": "typography",
8020
+ "key": "{heading.3-fixed}"
8021
+ },
8022
+ "name": "HEADING_3_FIXED",
8023
+ "attributes": {},
8024
+ "path": [
8025
+ "heading",
8026
+ "3-fixed"
8027
+ ]
8028
+ },
8029
+ "4-fixed": {
8030
+ "key": "{heading.4-fixed}",
8031
+ "$value": {
8032
+ "fontWeight": "600",
8033
+ "marginTop": 0,
8034
+ "fontSize": "1rem",
8035
+ "letterSpacing": "inherit",
8036
+ "lineHeight": 1.25,
8037
+ "marginBottom": "1rem",
8038
+ "color": "#18171d"
8039
+ },
8040
+ "$type": "typography",
8041
+ "filePath": "src/tokens/semantic/heading.tokens.json",
8042
+ "isSource": true,
8043
+ "original": {
8044
+ "$value": {
8045
+ "fontWeight": "{font.weight.heading}",
8046
+ "marginTop": "{heading.default.margin.top}",
8047
+ "fontSize": "{font.size.400-fixed}",
8048
+ "letterSpacing": "inherit",
8049
+ "lineHeight": "{line-height.heading}",
8050
+ "marginBottom": "{heading.default.margin.bottom}",
8051
+ "color": "{text.color.heading}"
8052
+ },
8053
+ "$type": "typography",
8054
+ "key": "{heading.4-fixed}"
8055
+ },
8056
+ "name": "HEADING_4_FIXED",
8057
+ "attributes": {},
8058
+ "path": [
8059
+ "heading",
8060
+ "4-fixed"
8061
+ ]
8062
+ },
8063
+ "5-fixed": {
8064
+ "key": "{heading.5-fixed}",
8065
+ "$value": {
8066
+ "fontWeight": "600",
8067
+ "marginTop": 0,
8068
+ "fontSize": "0.875rem",
8069
+ "letterSpacing": "inherit",
8070
+ "lineHeight": 1.25,
8071
+ "marginBottom": "1rem",
8072
+ "color": "#18171d"
8073
+ },
8074
+ "$type": "typography",
8075
+ "filePath": "src/tokens/semantic/heading.tokens.json",
8076
+ "isSource": true,
8077
+ "original": {
8078
+ "$value": {
8079
+ "fontWeight": "{font.weight.heading}",
8080
+ "marginTop": "{heading.default.margin.top}",
8081
+ "fontSize": "{font.size.300-fixed}",
8082
+ "letterSpacing": "inherit",
8083
+ "lineHeight": "{line-height.heading}",
8084
+ "marginBottom": "{heading.default.margin.bottom}",
8085
+ "color": "{text.color.heading}"
8086
+ },
8087
+ "$type": "typography",
8088
+ "key": "{heading.5-fixed}"
8089
+ },
8090
+ "name": "HEADING_5_FIXED",
8091
+ "attributes": {},
8092
+ "path": [
8093
+ "heading",
8094
+ "5-fixed"
8095
+ ]
8096
+ },
8097
+ "6-fixed": {
8098
+ "key": "{heading.6-fixed}",
8099
+ "$value": {
8100
+ "fontWeight": "600",
8101
+ "marginTop": 0,
8102
+ "fontSize": "0.8125rem",
8103
+ "letterSpacing": "inherit",
8104
+ "lineHeight": 1.25,
8105
+ "marginBottom": "1rem",
8106
+ "color": "#18171d"
8107
+ },
8108
+ "$type": "typography",
8109
+ "filePath": "src/tokens/semantic/heading.tokens.json",
8110
+ "isSource": true,
8111
+ "original": {
8112
+ "$value": {
8113
+ "fontWeight": "{font.weight.heading}",
8114
+ "marginTop": "{heading.default.margin.top}",
8115
+ "fontSize": "{font.size.200-fixed}",
8116
+ "letterSpacing": "inherit",
8117
+ "lineHeight": "{line-height.heading}",
8118
+ "marginBottom": "{heading.default.margin.bottom}",
8119
+ "color": "{text.color.heading}"
8120
+ },
8121
+ "$type": "typography",
8122
+ "key": "{heading.6-fixed}"
8123
+ },
8124
+ "name": "HEADING_6_FIXED",
8125
+ "attributes": {},
8126
+ "path": [
8127
+ "heading",
8128
+ "6-fixed"
8129
+ ]
8130
+ }
8131
+ },
7073
8132
  "line-height": {
7074
8133
  "12": {
7075
8134
  "key": "{line-height.12}",
@@ -7350,6 +8409,34 @@
7350
8409
  "line-height",
7351
8410
  "52"
7352
8411
  ]
8412
+ },
8413
+ "heading": {
8414
+ "key": "{line-height.heading}",
8415
+ "$value": 1.25,
8416
+ "$type": "number",
8417
+ "$extensions": {
8418
+ "com.figma.scope": [
8419
+ "LINE_HEIGHT"
8420
+ ]
8421
+ },
8422
+ "filePath": "src/tokens/semantic/line_height.tokens.json",
8423
+ "isSource": true,
8424
+ "original": {
8425
+ "$value": 1.25,
8426
+ "$type": "number",
8427
+ "$extensions": {
8428
+ "com.figma.scope": [
8429
+ "LINE_HEIGHT"
8430
+ ]
8431
+ },
8432
+ "key": "{line-height.heading}"
8433
+ },
8434
+ "name": "LINE_HEIGHT_HEADING",
8435
+ "attributes": {},
8436
+ "path": [
8437
+ "line-height",
8438
+ "heading"
8439
+ ]
7353
8440
  }
7354
8441
  },
7355
8442
  "opacity": {
@@ -35902,6 +36989,36 @@
35902
36989
  }
35903
36990
  }
35904
36991
  },
36992
+ "letter-spacing": {
36993
+ "heading": {
36994
+ "key": "{letter-spacing.heading}",
36995
+ "$value": "-0.01em",
36996
+ "$type": "dimension",
36997
+ "$extensions": {
36998
+ "com.figma.scope": [
36999
+ "LETTER_SPACING"
37000
+ ]
37001
+ },
37002
+ "filePath": "src/tokens/semantic/letter_spacing.tokens.json",
37003
+ "isSource": true,
37004
+ "original": {
37005
+ "$value": "-0.01em",
37006
+ "$type": "dimension",
37007
+ "$extensions": {
37008
+ "com.figma.scope": [
37009
+ "LETTER_SPACING"
37010
+ ]
37011
+ },
37012
+ "key": "{letter-spacing.heading}"
37013
+ },
37014
+ "name": "LETTER_SPACING_HEADING",
37015
+ "attributes": {},
37016
+ "path": [
37017
+ "letter-spacing",
37018
+ "heading"
37019
+ ]
37020
+ }
37021
+ },
35905
37022
  "status": {
35906
37023
  "neutral": {
35907
37024
  "background": {