@esri/calcite-design-tokens 3.2.0-next.12 → 3.2.0-next.14

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/js/core.js CHANGED
@@ -22239,6 +22239,41 @@ export default {
22239
22239
  name: "Size Relative Auto",
22240
22240
  path: ["core", "size", "relative", "auto"],
22241
22241
  },
22242
+ normal: {
22243
+ key: "{core.size.relative.normal}",
22244
+ value: "normal",
22245
+ type: "dimension",
22246
+ attributes: {
22247
+ category: "size",
22248
+ type: "size",
22249
+ item: "relative",
22250
+ subitem: "normal",
22251
+ names: {
22252
+ scss: "$calcite-size-relative-normal",
22253
+ css: "var(--calcite-size-relative-normal)",
22254
+ js: "core.size.relative.normal",
22255
+ docs: "core.size.relative.normal",
22256
+ es6: "calciteSizeRelativeNormal",
22257
+ },
22258
+ "calcite-schema": {
22259
+ system: "calcite",
22260
+ tier: "core",
22261
+ type: "dimension",
22262
+ },
22263
+ },
22264
+ filePath: "src/tokens/core/size.json",
22265
+ isSource: false,
22266
+ original: {
22267
+ value: "normal",
22268
+ type: "dimension",
22269
+ attributes: {
22270
+ category: "size",
22271
+ },
22272
+ key: "{core.size.relative.normal}",
22273
+ },
22274
+ name: "Size Relative Normal",
22275
+ path: ["core", "size", "relative", "normal"],
22276
+ },
22242
22277
  },
22243
22278
  },
22244
22279
  "z-index": {
@@ -172,9 +172,15 @@ declare const tokens: {
172
172
  base: DesignToken;
173
173
  lg: DesignToken;
174
174
  xl: DesignToken;
175
+ "2xl": DesignToken;
176
+ "3xl": DesignToken;
177
+ "4xl": DesignToken;
178
+ "5xl": DesignToken;
179
+ "6xl": DesignToken;
175
180
  };
176
181
  relative: {
177
182
  default: DesignToken;
183
+ base: DesignToken;
178
184
  tight: DesignToken;
179
185
  snug: DesignToken;
180
186
  normal: DesignToken;
package/dist/js/global.js CHANGED
@@ -4021,13 +4021,213 @@ export default {
4021
4021
  name: "Font Line Height Fixed Xl",
4022
4022
  path: ["semantic", "font", "line-height", "fixed", "xl"],
4023
4023
  },
4024
+ "2xl": {
4025
+ key: "{semantic.font.line-height.fixed.2xl}",
4026
+ value: "32px",
4027
+ type: "lineHeight",
4028
+ attributes: {
4029
+ category: "font",
4030
+ group: "line-height",
4031
+ kind: "fixed",
4032
+ type: "font",
4033
+ item: "line-height",
4034
+ subitem: "fixed",
4035
+ state: "2xl",
4036
+ names: {
4037
+ scss: "$calcite-font-line-height-fixed-2xl",
4038
+ css: "var(--calcite-font-line-height-fixed-2xl)",
4039
+ js: "semantic.font.line-height.fixed.2xl",
4040
+ docs: "semantic.font.line-height.fixed.2xl",
4041
+ es6: "calciteFontLineHeightFixed2xl",
4042
+ },
4043
+ "calcite-schema": {
4044
+ system: "calcite",
4045
+ tier: "semantic",
4046
+ type: "lineHeight",
4047
+ },
4048
+ },
4049
+ filePath: "src/tokens/semantic/font.json",
4050
+ isSource: true,
4051
+ original: {
4052
+ value: "{core.size.default.32}",
4053
+ type: "lineHeight",
4054
+ attributes: {
4055
+ category: "font",
4056
+ group: "line-height",
4057
+ kind: "fixed",
4058
+ },
4059
+ key: "{semantic.font.line-height.fixed.2xl}",
4060
+ },
4061
+ name: "Font Line Height Fixed 2xl",
4062
+ path: ["semantic", "font", "line-height", "fixed", "2xl"],
4063
+ },
4064
+ "3xl": {
4065
+ key: "{semantic.font.line-height.fixed.3xl}",
4066
+ value: "40px",
4067
+ type: "lineHeight",
4068
+ attributes: {
4069
+ category: "font",
4070
+ group: "line-height",
4071
+ kind: "fixed",
4072
+ type: "font",
4073
+ item: "line-height",
4074
+ subitem: "fixed",
4075
+ state: "3xl",
4076
+ names: {
4077
+ scss: "$calcite-font-line-height-fixed-3xl",
4078
+ css: "var(--calcite-font-line-height-fixed-3xl)",
4079
+ js: "semantic.font.line-height.fixed.3xl",
4080
+ docs: "semantic.font.line-height.fixed.3xl",
4081
+ es6: "calciteFontLineHeightFixed3xl",
4082
+ },
4083
+ "calcite-schema": {
4084
+ system: "calcite",
4085
+ tier: "semantic",
4086
+ type: "lineHeight",
4087
+ },
4088
+ },
4089
+ filePath: "src/tokens/semantic/font.json",
4090
+ isSource: true,
4091
+ original: {
4092
+ value: "{core.size.default.40}",
4093
+ type: "lineHeight",
4094
+ attributes: {
4095
+ category: "font",
4096
+ group: "line-height",
4097
+ kind: "fixed",
4098
+ },
4099
+ key: "{semantic.font.line-height.fixed.3xl}",
4100
+ },
4101
+ name: "Font Line Height Fixed 3xl",
4102
+ path: ["semantic", "font", "line-height", "fixed", "3xl"],
4103
+ },
4104
+ "4xl": {
4105
+ key: "{semantic.font.line-height.fixed.4xl}",
4106
+ value: "48px",
4107
+ type: "lineHeight",
4108
+ attributes: {
4109
+ category: "font",
4110
+ group: "line-height",
4111
+ kind: "fixed",
4112
+ type: "font",
4113
+ item: "line-height",
4114
+ subitem: "fixed",
4115
+ state: "4xl",
4116
+ names: {
4117
+ scss: "$calcite-font-line-height-fixed-4xl",
4118
+ css: "var(--calcite-font-line-height-fixed-4xl)",
4119
+ js: "semantic.font.line-height.fixed.4xl",
4120
+ docs: "semantic.font.line-height.fixed.4xl",
4121
+ es6: "calciteFontLineHeightFixed4xl",
4122
+ },
4123
+ "calcite-schema": {
4124
+ system: "calcite",
4125
+ tier: "semantic",
4126
+ type: "lineHeight",
4127
+ },
4128
+ },
4129
+ filePath: "src/tokens/semantic/font.json",
4130
+ isSource: true,
4131
+ original: {
4132
+ value: "{core.size.default.48}",
4133
+ type: "lineHeight",
4134
+ attributes: {
4135
+ category: "font",
4136
+ group: "line-height",
4137
+ kind: "fixed",
4138
+ },
4139
+ key: "{semantic.font.line-height.fixed.4xl}",
4140
+ },
4141
+ name: "Font Line Height Fixed 4xl",
4142
+ path: ["semantic", "font", "line-height", "fixed", "4xl"],
4143
+ },
4144
+ "5xl": {
4145
+ key: "{semantic.font.line-height.fixed.5xl}",
4146
+ value: "64px",
4147
+ type: "lineHeight",
4148
+ attributes: {
4149
+ category: "font",
4150
+ group: "line-height",
4151
+ kind: "fixed",
4152
+ type: "font",
4153
+ item: "line-height",
4154
+ subitem: "fixed",
4155
+ state: "5xl",
4156
+ names: {
4157
+ scss: "$calcite-font-line-height-fixed-5xl",
4158
+ css: "var(--calcite-font-line-height-fixed-5xl)",
4159
+ js: "semantic.font.line-height.fixed.5xl",
4160
+ docs: "semantic.font.line-height.fixed.5xl",
4161
+ es6: "calciteFontLineHeightFixed5xl",
4162
+ },
4163
+ "calcite-schema": {
4164
+ system: "calcite",
4165
+ tier: "semantic",
4166
+ type: "lineHeight",
4167
+ },
4168
+ },
4169
+ filePath: "src/tokens/semantic/font.json",
4170
+ isSource: true,
4171
+ original: {
4172
+ value: "{core.size.default.64}",
4173
+ type: "lineHeight",
4174
+ attributes: {
4175
+ category: "font",
4176
+ group: "line-height",
4177
+ kind: "fixed",
4178
+ },
4179
+ key: "{semantic.font.line-height.fixed.5xl}",
4180
+ },
4181
+ name: "Font Line Height Fixed 5xl",
4182
+ path: ["semantic", "font", "line-height", "fixed", "5xl"],
4183
+ },
4184
+ "6xl": {
4185
+ key: "{semantic.font.line-height.fixed.6xl}",
4186
+ value: "80px",
4187
+ type: "lineHeight",
4188
+ attributes: {
4189
+ category: "font",
4190
+ group: "line-height",
4191
+ kind: "fixed",
4192
+ type: "font",
4193
+ item: "line-height",
4194
+ subitem: "fixed",
4195
+ state: "6xl",
4196
+ names: {
4197
+ scss: "$calcite-font-line-height-fixed-6xl",
4198
+ css: "var(--calcite-font-line-height-fixed-6xl)",
4199
+ js: "semantic.font.line-height.fixed.6xl",
4200
+ docs: "semantic.font.line-height.fixed.6xl",
4201
+ es6: "calciteFontLineHeightFixed6xl",
4202
+ },
4203
+ "calcite-schema": {
4204
+ system: "calcite",
4205
+ tier: "semantic",
4206
+ type: "lineHeight",
4207
+ },
4208
+ },
4209
+ filePath: "src/tokens/semantic/font.json",
4210
+ isSource: true,
4211
+ original: {
4212
+ value: "{core.size.default.80}",
4213
+ type: "lineHeight",
4214
+ attributes: {
4215
+ category: "font",
4216
+ group: "line-height",
4217
+ kind: "fixed",
4218
+ },
4219
+ key: "{semantic.font.line-height.fixed.6xl}",
4220
+ },
4221
+ name: "Font Line Height Fixed 6xl",
4222
+ path: ["semantic", "font", "line-height", "fixed", "6xl"],
4223
+ },
4024
4224
  },
4025
4225
  relative: {
4026
4226
  default: {
4027
4227
  key: "{semantic.font.line-height.relative.default}",
4028
- value: "auto",
4228
+ value: "normal",
4029
4229
  type: "lineHeight",
4030
- description: "1",
4230
+ description: "normal",
4031
4231
  attributes: {
4032
4232
  category: "font",
4033
4233
  group: "line-height",
@@ -4036,14 +4236,14 @@ export default {
4036
4236
  item: "line-height",
4037
4237
  subitem: "relative",
4038
4238
  state: "default",
4039
- value: "auto",
4040
- description: "1",
4239
+ value: "normal",
4240
+ description: "normal",
4041
4241
  filePath: "src/tokens/semantic/font.json",
4042
4242
  isSource: true,
4043
4243
  key: "{semantic.font.line-height.relative.default}",
4044
4244
  name: "calcite-semantic-font-line-height-relative-default",
4045
4245
  path: ["semantic", "font", "line-height", "relative", "default"],
4046
- comment: "1",
4246
+ comment: "normal",
4047
4247
  names: {
4048
4248
  scss: "$calcite-font-line-height-relative",
4049
4249
  css: "var(--calcite-font-line-height-relative)",
@@ -4060,9 +4260,9 @@ export default {
4060
4260
  filePath: "src/tokens/semantic/font.json",
4061
4261
  isSource: true,
4062
4262
  original: {
4063
- value: "{core.size.relative.auto}",
4263
+ value: "{core.size.relative.normal}",
4064
4264
  type: "lineHeight",
4065
- description: "1",
4265
+ description: "normal",
4066
4266
  attributes: {
4067
4267
  category: "font",
4068
4268
  group: "line-height",
@@ -4072,6 +4272,57 @@ export default {
4072
4272
  },
4073
4273
  name: "Font Line Height Relative",
4074
4274
  path: ["semantic", "font", "line-height", "relative", "default"],
4275
+ comment: "normal",
4276
+ },
4277
+ base: {
4278
+ key: "{semantic.font.line-height.relative.base}",
4279
+ value: "1",
4280
+ type: "lineHeight",
4281
+ description: "1",
4282
+ attributes: {
4283
+ category: "font",
4284
+ group: "line-height",
4285
+ kind: "relative",
4286
+ type: "lineHeight",
4287
+ item: "line-height",
4288
+ subitem: "relative",
4289
+ state: "base",
4290
+ value: "100%",
4291
+ description: "1",
4292
+ filePath: "src/tokens/semantic/font.json",
4293
+ isSource: true,
4294
+ key: "{semantic.font.line-height.relative.base}",
4295
+ name: "calcite-semantic-font-line-height-relative-base",
4296
+ path: ["semantic", "font", "line-height", "relative", "base"],
4297
+ comment: "1",
4298
+ names: {
4299
+ scss: "$calcite-font-line-height-relative-base",
4300
+ css: "var(--calcite-font-line-height-relative-base)",
4301
+ js: "semantic.font.line-height.relative.base",
4302
+ docs: "semantic.font.line-height.relative.base",
4303
+ es6: "calciteFontLineHeightRelativeBase",
4304
+ },
4305
+ "calcite-schema": {
4306
+ system: "calcite",
4307
+ tier: "semantic",
4308
+ type: "lineHeight",
4309
+ },
4310
+ },
4311
+ filePath: "src/tokens/semantic/font.json",
4312
+ isSource: true,
4313
+ original: {
4314
+ value: "{core.size.relative.100}",
4315
+ type: "lineHeight",
4316
+ description: "1",
4317
+ attributes: {
4318
+ category: "font",
4319
+ group: "line-height",
4320
+ kind: "relative",
4321
+ },
4322
+ key: "{semantic.font.line-height.relative.base}",
4323
+ },
4324
+ name: "Font Line Height Relative Base",
4325
+ path: ["semantic", "font", "line-height", "relative", "base"],
4075
4326
  comment: "1",
4076
4327
  },
4077
4328
  tight: {
@@ -73,9 +73,15 @@ declare const tokens: {
73
73
  base: DesignToken;
74
74
  lg: DesignToken;
75
75
  xl: DesignToken;
76
+ "2xl": DesignToken;
77
+ "3xl": DesignToken;
78
+ "4xl": DesignToken;
79
+ "5xl": DesignToken;
80
+ "6xl": DesignToken;
76
81
  };
77
82
  relative: {
78
83
  default: DesignToken;
84
+ base: DesignToken;
79
85
  tight: DesignToken;
80
86
  snug: DesignToken;
81
87
  normal: DesignToken;
@@ -1423,13 +1423,213 @@ export default {
1423
1423
  name: "Font Line Height Fixed Xl",
1424
1424
  path: ["semantic", "font", "line-height", "fixed", "xl"],
1425
1425
  },
1426
+ "2xl": {
1427
+ key: "{semantic.font.line-height.fixed.2xl}",
1428
+ value: "32px",
1429
+ type: "lineHeight",
1430
+ attributes: {
1431
+ category: "font",
1432
+ group: "line-height",
1433
+ kind: "fixed",
1434
+ type: "font",
1435
+ item: "line-height",
1436
+ subitem: "fixed",
1437
+ state: "2xl",
1438
+ names: {
1439
+ scss: "$calcite-font-line-height-fixed-2xl",
1440
+ css: "var(--calcite-font-line-height-fixed-2xl)",
1441
+ js: "semantic.font.line-height.fixed.2xl",
1442
+ docs: "semantic.font.line-height.fixed.2xl",
1443
+ es6: "calciteFontLineHeightFixed2xl",
1444
+ },
1445
+ "calcite-schema": {
1446
+ system: "calcite",
1447
+ tier: "semantic",
1448
+ type: "lineHeight",
1449
+ },
1450
+ },
1451
+ filePath: "src/tokens/semantic/font.json",
1452
+ isSource: true,
1453
+ original: {
1454
+ value: "{core.size.default.32}",
1455
+ type: "lineHeight",
1456
+ attributes: {
1457
+ category: "font",
1458
+ group: "line-height",
1459
+ kind: "fixed",
1460
+ },
1461
+ key: "{semantic.font.line-height.fixed.2xl}",
1462
+ },
1463
+ name: "Font Line Height Fixed 2xl",
1464
+ path: ["semantic", "font", "line-height", "fixed", "2xl"],
1465
+ },
1466
+ "3xl": {
1467
+ key: "{semantic.font.line-height.fixed.3xl}",
1468
+ value: "40px",
1469
+ type: "lineHeight",
1470
+ attributes: {
1471
+ category: "font",
1472
+ group: "line-height",
1473
+ kind: "fixed",
1474
+ type: "font",
1475
+ item: "line-height",
1476
+ subitem: "fixed",
1477
+ state: "3xl",
1478
+ names: {
1479
+ scss: "$calcite-font-line-height-fixed-3xl",
1480
+ css: "var(--calcite-font-line-height-fixed-3xl)",
1481
+ js: "semantic.font.line-height.fixed.3xl",
1482
+ docs: "semantic.font.line-height.fixed.3xl",
1483
+ es6: "calciteFontLineHeightFixed3xl",
1484
+ },
1485
+ "calcite-schema": {
1486
+ system: "calcite",
1487
+ tier: "semantic",
1488
+ type: "lineHeight",
1489
+ },
1490
+ },
1491
+ filePath: "src/tokens/semantic/font.json",
1492
+ isSource: true,
1493
+ original: {
1494
+ value: "{core.size.default.40}",
1495
+ type: "lineHeight",
1496
+ attributes: {
1497
+ category: "font",
1498
+ group: "line-height",
1499
+ kind: "fixed",
1500
+ },
1501
+ key: "{semantic.font.line-height.fixed.3xl}",
1502
+ },
1503
+ name: "Font Line Height Fixed 3xl",
1504
+ path: ["semantic", "font", "line-height", "fixed", "3xl"],
1505
+ },
1506
+ "4xl": {
1507
+ key: "{semantic.font.line-height.fixed.4xl}",
1508
+ value: "48px",
1509
+ type: "lineHeight",
1510
+ attributes: {
1511
+ category: "font",
1512
+ group: "line-height",
1513
+ kind: "fixed",
1514
+ type: "font",
1515
+ item: "line-height",
1516
+ subitem: "fixed",
1517
+ state: "4xl",
1518
+ names: {
1519
+ scss: "$calcite-font-line-height-fixed-4xl",
1520
+ css: "var(--calcite-font-line-height-fixed-4xl)",
1521
+ js: "semantic.font.line-height.fixed.4xl",
1522
+ docs: "semantic.font.line-height.fixed.4xl",
1523
+ es6: "calciteFontLineHeightFixed4xl",
1524
+ },
1525
+ "calcite-schema": {
1526
+ system: "calcite",
1527
+ tier: "semantic",
1528
+ type: "lineHeight",
1529
+ },
1530
+ },
1531
+ filePath: "src/tokens/semantic/font.json",
1532
+ isSource: true,
1533
+ original: {
1534
+ value: "{core.size.default.48}",
1535
+ type: "lineHeight",
1536
+ attributes: {
1537
+ category: "font",
1538
+ group: "line-height",
1539
+ kind: "fixed",
1540
+ },
1541
+ key: "{semantic.font.line-height.fixed.4xl}",
1542
+ },
1543
+ name: "Font Line Height Fixed 4xl",
1544
+ path: ["semantic", "font", "line-height", "fixed", "4xl"],
1545
+ },
1546
+ "5xl": {
1547
+ key: "{semantic.font.line-height.fixed.5xl}",
1548
+ value: "64px",
1549
+ type: "lineHeight",
1550
+ attributes: {
1551
+ category: "font",
1552
+ group: "line-height",
1553
+ kind: "fixed",
1554
+ type: "font",
1555
+ item: "line-height",
1556
+ subitem: "fixed",
1557
+ state: "5xl",
1558
+ names: {
1559
+ scss: "$calcite-font-line-height-fixed-5xl",
1560
+ css: "var(--calcite-font-line-height-fixed-5xl)",
1561
+ js: "semantic.font.line-height.fixed.5xl",
1562
+ docs: "semantic.font.line-height.fixed.5xl",
1563
+ es6: "calciteFontLineHeightFixed5xl",
1564
+ },
1565
+ "calcite-schema": {
1566
+ system: "calcite",
1567
+ tier: "semantic",
1568
+ type: "lineHeight",
1569
+ },
1570
+ },
1571
+ filePath: "src/tokens/semantic/font.json",
1572
+ isSource: true,
1573
+ original: {
1574
+ value: "{core.size.default.64}",
1575
+ type: "lineHeight",
1576
+ attributes: {
1577
+ category: "font",
1578
+ group: "line-height",
1579
+ kind: "fixed",
1580
+ },
1581
+ key: "{semantic.font.line-height.fixed.5xl}",
1582
+ },
1583
+ name: "Font Line Height Fixed 5xl",
1584
+ path: ["semantic", "font", "line-height", "fixed", "5xl"],
1585
+ },
1586
+ "6xl": {
1587
+ key: "{semantic.font.line-height.fixed.6xl}",
1588
+ value: "80px",
1589
+ type: "lineHeight",
1590
+ attributes: {
1591
+ category: "font",
1592
+ group: "line-height",
1593
+ kind: "fixed",
1594
+ type: "font",
1595
+ item: "line-height",
1596
+ subitem: "fixed",
1597
+ state: "6xl",
1598
+ names: {
1599
+ scss: "$calcite-font-line-height-fixed-6xl",
1600
+ css: "var(--calcite-font-line-height-fixed-6xl)",
1601
+ js: "semantic.font.line-height.fixed.6xl",
1602
+ docs: "semantic.font.line-height.fixed.6xl",
1603
+ es6: "calciteFontLineHeightFixed6xl",
1604
+ },
1605
+ "calcite-schema": {
1606
+ system: "calcite",
1607
+ tier: "semantic",
1608
+ type: "lineHeight",
1609
+ },
1610
+ },
1611
+ filePath: "src/tokens/semantic/font.json",
1612
+ isSource: true,
1613
+ original: {
1614
+ value: "{core.size.default.80}",
1615
+ type: "lineHeight",
1616
+ attributes: {
1617
+ category: "font",
1618
+ group: "line-height",
1619
+ kind: "fixed",
1620
+ },
1621
+ key: "{semantic.font.line-height.fixed.6xl}",
1622
+ },
1623
+ name: "Font Line Height Fixed 6xl",
1624
+ path: ["semantic", "font", "line-height", "fixed", "6xl"],
1625
+ },
1426
1626
  },
1427
1627
  relative: {
1428
1628
  default: {
1429
1629
  key: "{semantic.font.line-height.relative.default}",
1430
- value: "auto",
1630
+ value: "normal",
1431
1631
  type: "lineHeight",
1432
- description: "1",
1632
+ description: "normal",
1433
1633
  attributes: {
1434
1634
  category: "font",
1435
1635
  group: "line-height",
@@ -1438,14 +1638,14 @@ export default {
1438
1638
  item: "line-height",
1439
1639
  subitem: "relative",
1440
1640
  state: "default",
1441
- value: "auto",
1442
- description: "1",
1641
+ value: "normal",
1642
+ description: "normal",
1443
1643
  filePath: "src/tokens/semantic/font.json",
1444
1644
  isSource: true,
1445
1645
  key: "{semantic.font.line-height.relative.default}",
1446
1646
  name: "calcite-semantic-font-line-height-relative-default",
1447
1647
  path: ["semantic", "font", "line-height", "relative", "default"],
1448
- comment: "1",
1648
+ comment: "normal",
1449
1649
  names: {
1450
1650
  scss: "$calcite-font-line-height-relative",
1451
1651
  css: "var(--calcite-font-line-height-relative)",
@@ -1462,9 +1662,9 @@ export default {
1462
1662
  filePath: "src/tokens/semantic/font.json",
1463
1663
  isSource: true,
1464
1664
  original: {
1465
- value: "{core.size.relative.auto}",
1665
+ value: "{core.size.relative.normal}",
1466
1666
  type: "lineHeight",
1467
- description: "1",
1667
+ description: "normal",
1468
1668
  attributes: {
1469
1669
  category: "font",
1470
1670
  group: "line-height",
@@ -1474,6 +1674,57 @@ export default {
1474
1674
  },
1475
1675
  name: "Font Line Height Relative",
1476
1676
  path: ["semantic", "font", "line-height", "relative", "default"],
1677
+ comment: "normal",
1678
+ },
1679
+ base: {
1680
+ key: "{semantic.font.line-height.relative.base}",
1681
+ value: "1",
1682
+ type: "lineHeight",
1683
+ description: "1",
1684
+ attributes: {
1685
+ category: "font",
1686
+ group: "line-height",
1687
+ kind: "relative",
1688
+ type: "lineHeight",
1689
+ item: "line-height",
1690
+ subitem: "relative",
1691
+ state: "base",
1692
+ value: "100%",
1693
+ description: "1",
1694
+ filePath: "src/tokens/semantic/font.json",
1695
+ isSource: true,
1696
+ key: "{semantic.font.line-height.relative.base}",
1697
+ name: "calcite-semantic-font-line-height-relative-base",
1698
+ path: ["semantic", "font", "line-height", "relative", "base"],
1699
+ comment: "1",
1700
+ names: {
1701
+ scss: "$calcite-font-line-height-relative-base",
1702
+ css: "var(--calcite-font-line-height-relative-base)",
1703
+ js: "semantic.font.line-height.relative.base",
1704
+ docs: "semantic.font.line-height.relative.base",
1705
+ es6: "calciteFontLineHeightRelativeBase",
1706
+ },
1707
+ "calcite-schema": {
1708
+ system: "calcite",
1709
+ tier: "semantic",
1710
+ type: "lineHeight",
1711
+ },
1712
+ },
1713
+ filePath: "src/tokens/semantic/font.json",
1714
+ isSource: true,
1715
+ original: {
1716
+ value: "{core.size.relative.100}",
1717
+ type: "lineHeight",
1718
+ description: "1",
1719
+ attributes: {
1720
+ category: "font",
1721
+ group: "line-height",
1722
+ kind: "relative",
1723
+ },
1724
+ key: "{semantic.font.line-height.relative.base}",
1725
+ },
1726
+ name: "Font Line Height Relative Base",
1727
+ path: ["semantic", "font", "line-height", "relative", "base"],
1477
1728
  comment: "1",
1478
1729
  },
1479
1730
  tight: {