@k8slens/lds-tokens 0.16.0 → 0.16.1

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 (45) hide show
  1. package/lib/docs/token-map.dark.d.ts +1 -1
  2. package/lib/docs/token-map.dark.js +60 -28
  3. package/lib/docs/token-map.light.d.ts +1 -1
  4. package/lib/docs/token-map.light.js +60 -28
  5. package/lib/electron/font-face.css +1 -1
  6. package/lib/electron/icons/action.js +1 -1
  7. package/lib/electron/icons/base.js +1 -1
  8. package/lib/electron/icons/idp.js +1 -1
  9. package/lib/electron/icons/misc.js +1 -1
  10. package/lib/electron/icons/navigation.js +1 -1
  11. package/lib/electron/images/index.js +1 -1
  12. package/lib/electron/tokens.core.css +1 -1
  13. package/lib/electron/tokens.dark.css +3 -1
  14. package/lib/electron/tokens.dark.js +3 -1
  15. package/lib/electron/tokens.dark.scoped.css +1 -1
  16. package/lib/electron/tokens.dark.ts +3 -1
  17. package/lib/electron/tokens.form.css +1 -1
  18. package/lib/electron/tokens.light.css +3 -1
  19. package/lib/electron/tokens.light.js +3 -1
  20. package/lib/electron/tokens.light.scoped.css +1 -1
  21. package/lib/electron/tokens.light.ts +3 -1
  22. package/lib/electron/tokens.tips.css +1 -1
  23. package/lib/web/colors/dark.js +1 -1
  24. package/lib/web/colors/light.js +1 -1
  25. package/lib/web/font-imports.css +1 -1
  26. package/lib/web/icons/action.js +1 -1
  27. package/lib/web/icons/base.js +1 -1
  28. package/lib/web/icons/idp.js +1 -1
  29. package/lib/web/icons/misc.js +1 -1
  30. package/lib/web/icons/navigation.js +1 -1
  31. package/lib/web/images/index.js +1 -1
  32. package/lib/web/tailwind.config.cjs +130 -71
  33. package/lib/web/tailwind.config.js +130 -71
  34. package/lib/web/tokens.core.css +1 -1
  35. package/lib/web/tokens.dark.css +3 -1
  36. package/lib/web/tokens.dark.js +3 -1
  37. package/lib/web/tokens.dark.scoped.css +1 -1
  38. package/lib/web/tokens.dark.ts +3 -1
  39. package/lib/web/tokens.form.css +1 -1
  40. package/lib/web/tokens.light.css +3 -1
  41. package/lib/web/tokens.light.js +3 -1
  42. package/lib/web/tokens.light.scoped.css +1 -1
  43. package/lib/web/tokens.light.ts +3 -1
  44. package/lib/web/tokens.tips.css +1 -1
  45. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 May 2023 13:04:25 GMT
3
+ * Generated on Wed, 28 Jun 2023 10:02:01 GMT
4
4
  */
5
5
 
6
6
  export type PackageDetails = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 May 2023 13:04:25 GMT
3
+ * Generated on Wed, 28 Jun 2023 10:02:01 GMT
4
4
  */
5
5
 
6
6
  const tokenMap = {
@@ -2900,7 +2900,8 @@ const tokenMap = {
2900
2900
  },
2901
2901
  "inherits": [],
2902
2902
  "inheritedBy": [
2903
- "spacing.base.sm"
2903
+ "spacing.base.sm",
2904
+ "typography.base.size.xxs"
2904
2905
  ]
2905
2906
  },
2906
2907
  "3": {
@@ -2970,6 +2971,7 @@ const tokenMap = {
2970
2971
  "spacing.base.xl",
2971
2972
  "spacing.p.block.end",
2972
2973
  "typography.base.size.3xl",
2974
+ "typography.base.line-height.xxs",
2973
2975
  "typography.base.line-height.xs",
2974
2976
  "typography.base.line-height.sm",
2975
2977
  "typography.base.line-height.base",
@@ -4169,6 +4171,21 @@ const tokenMap = {
4169
4171
  }
4170
4172
  },
4171
4173
  "size": {
4174
+ "xxs": {
4175
+ "path": "typography.base.size.xxs",
4176
+ "name": "TypographyBaseSizeXxs",
4177
+ "code": "$typography-base-size-xxs",
4178
+ "variable": "typography-base-size-xxs",
4179
+ "value": "0.5rem",
4180
+ "attributes": {
4181
+ "tailwind": [
4182
+ "fontSize.xxs[0]"
4183
+ ]
4184
+ },
4185
+ "inherits": [
4186
+ "spacing.base.2"
4187
+ ]
4188
+ },
4172
4189
  "xs": {
4173
4190
  "path": "typography.base.size.xs",
4174
4191
  "name": "TypographyBaseSizeXs",
@@ -4177,7 +4194,7 @@ const tokenMap = {
4177
4194
  "value": "0.6875rem",
4178
4195
  "attributes": {
4179
4196
  "tailwind": [
4180
- "fontSize.xs.0"
4197
+ "fontSize.xs[0]"
4181
4198
  ]
4182
4199
  },
4183
4200
  "inherits": [
@@ -4192,7 +4209,7 @@ const tokenMap = {
4192
4209
  "value": "0.75rem",
4193
4210
  "attributes": {
4194
4211
  "tailwind": [
4195
- "fontSize.sm.0"
4212
+ "fontSize.sm[0]"
4196
4213
  ]
4197
4214
  },
4198
4215
  "inherits": [
@@ -4207,7 +4224,7 @@ const tokenMap = {
4207
4224
  "value": "0.875rem",
4208
4225
  "attributes": {
4209
4226
  "tailwind": [
4210
- "fontSize.base.0"
4227
+ "fontSize.base[0]"
4211
4228
  ]
4212
4229
  },
4213
4230
  "inherits": [
@@ -4226,7 +4243,7 @@ const tokenMap = {
4226
4243
  "value": "1rem",
4227
4244
  "attributes": {
4228
4245
  "tailwind": [
4229
- "fontSize.lg.0"
4246
+ "fontSize.lg[0]"
4230
4247
  ]
4231
4248
  },
4232
4249
  "inherits": [
@@ -4241,7 +4258,7 @@ const tokenMap = {
4241
4258
  "value": "1.125rem",
4242
4259
  "attributes": {
4243
4260
  "tailwind": [
4244
- "fontSize.xl.0"
4261
+ "fontSize.xl[0]"
4245
4262
  ]
4246
4263
  },
4247
4264
  "inherits": [
@@ -4259,7 +4276,7 @@ const tokenMap = {
4259
4276
  "value": "1.25rem",
4260
4277
  "attributes": {
4261
4278
  "tailwind": [
4262
- "fontSize.xl.0"
4279
+ "fontSize.xl[0]"
4263
4280
  ]
4264
4281
  },
4265
4282
  "inherits": [
@@ -4277,7 +4294,7 @@ const tokenMap = {
4277
4294
  "value": "1.5rem",
4278
4295
  "attributes": {
4279
4296
  "tailwind": [
4280
- "fontSize.2xl.0"
4297
+ "fontSize.2xl[0]"
4281
4298
  ]
4282
4299
  },
4283
4300
  "inherits": [
@@ -4295,7 +4312,7 @@ const tokenMap = {
4295
4312
  "value": "2rem",
4296
4313
  "attributes": {
4297
4314
  "tailwind": [
4298
- "fontSize.3xl.0"
4315
+ "fontSize.3xl[0]"
4299
4316
  ]
4300
4317
  },
4301
4318
  "inherits": [
@@ -4310,7 +4327,7 @@ const tokenMap = {
4310
4327
  "value": "2.25rem",
4311
4328
  "attributes": {
4312
4329
  "tailwind": [
4313
- "fontSize.4xl.0"
4330
+ "fontSize.4xl[0]"
4314
4331
  ]
4315
4332
  },
4316
4333
  "inherits": [
@@ -4325,7 +4342,7 @@ const tokenMap = {
4325
4342
  "value": "2.5rem",
4326
4343
  "attributes": {
4327
4344
  "tailwind": [
4328
- "fontSize.5xl.0"
4345
+ "fontSize.5xl[0]"
4329
4346
  ]
4330
4347
  },
4331
4348
  "inherits": [
@@ -4340,7 +4357,7 @@ const tokenMap = {
4340
4357
  "value": "3rem",
4341
4358
  "attributes": {
4342
4359
  "tailwind": [
4343
- "fontSize.6xl.0"
4360
+ "fontSize.6xl[0]"
4344
4361
  ]
4345
4362
  },
4346
4363
  "inherits": [
@@ -4355,7 +4372,7 @@ const tokenMap = {
4355
4372
  "value": "4rem",
4356
4373
  "attributes": {
4357
4374
  "tailwind": [
4358
- "fontSize.7xl.0"
4375
+ "fontSize.7xl[0]"
4359
4376
  ]
4360
4377
  },
4361
4378
  "inherits": [
@@ -4370,7 +4387,7 @@ const tokenMap = {
4370
4387
  "value": "4.5rem",
4371
4388
  "attributes": {
4372
4389
  "tailwind": [
4373
- "fontSize.8xl.0"
4390
+ "fontSize.8xl[0]"
4374
4391
  ]
4375
4392
  },
4376
4393
  "inherits": [
@@ -4379,6 +4396,21 @@ const tokenMap = {
4379
4396
  }
4380
4397
  },
4381
4398
  "line-height": {
4399
+ "xxs": {
4400
+ "path": "typography.base.line-height.xxs",
4401
+ "name": "TypographyBaseLine-heightXxs",
4402
+ "code": "$typography-base-line-height-xxs",
4403
+ "variable": "typography-base-line-height-xxs",
4404
+ "value": "1.5rem",
4405
+ "attributes": {
4406
+ "tailwind": [
4407
+ "fontSize.xxs[1].lineHeight"
4408
+ ]
4409
+ },
4410
+ "inherits": [
4411
+ "spacing.base.6"
4412
+ ]
4413
+ },
4382
4414
  "xs": {
4383
4415
  "path": "typography.base.line-height.xs",
4384
4416
  "name": "TypographyBaseLine-heightXs",
@@ -4387,7 +4419,7 @@ const tokenMap = {
4387
4419
  "value": "1.5rem",
4388
4420
  "attributes": {
4389
4421
  "tailwind": [
4390
- "fontSize.xs.1"
4422
+ "fontSize.xs[1].lineHeight"
4391
4423
  ]
4392
4424
  },
4393
4425
  "inherits": [
@@ -4402,7 +4434,7 @@ const tokenMap = {
4402
4434
  "value": "1.5rem",
4403
4435
  "attributes": {
4404
4436
  "tailwind": [
4405
- "fontSize.sm.1"
4437
+ "fontSize.sm[1].lineHeight"
4406
4438
  ]
4407
4439
  },
4408
4440
  "inherits": [
@@ -4417,7 +4449,7 @@ const tokenMap = {
4417
4449
  "value": "1.5rem",
4418
4450
  "attributes": {
4419
4451
  "tailwind": [
4420
- "fontSize.base.1"
4452
+ "fontSize.base[1].lineHeight"
4421
4453
  ]
4422
4454
  },
4423
4455
  "inherits": [
@@ -4436,7 +4468,7 @@ const tokenMap = {
4436
4468
  "value": "1.5rem",
4437
4469
  "attributes": {
4438
4470
  "tailwind": [
4439
- "fontSize.lg.1"
4471
+ "fontSize.lg[1].lineHeight"
4440
4472
  ]
4441
4473
  },
4442
4474
  "inherits": [
@@ -4451,7 +4483,7 @@ const tokenMap = {
4451
4483
  "value": "1.5rem",
4452
4484
  "attributes": {
4453
4485
  "tailwind": [
4454
- "fontSize.xl.1"
4486
+ "fontSize.xl[1].lineHeight"
4455
4487
  ]
4456
4488
  },
4457
4489
  "inherits": [
@@ -4469,7 +4501,7 @@ const tokenMap = {
4469
4501
  "value": "1.5rem",
4470
4502
  "attributes": {
4471
4503
  "tailwind": [
4472
- "fontSize.2xl.1"
4504
+ "fontSize.2xl[1].lineHeight"
4473
4505
  ]
4474
4506
  },
4475
4507
  "inherits": [
@@ -4487,7 +4519,7 @@ const tokenMap = {
4487
4519
  "value": "3rem",
4488
4520
  "attributes": {
4489
4521
  "tailwind": [
4490
- "fontSize.3xl.1"
4522
+ "fontSize.3xl[1].lineHeight"
4491
4523
  ]
4492
4524
  },
4493
4525
  "inherits": [
@@ -4505,7 +4537,7 @@ const tokenMap = {
4505
4537
  "value": "3rem",
4506
4538
  "attributes": {
4507
4539
  "tailwind": [
4508
- "fontSize.4xl.1"
4540
+ "fontSize.4xl[1].lineHeight"
4509
4541
  ]
4510
4542
  },
4511
4543
  "inherits": [
@@ -4520,7 +4552,7 @@ const tokenMap = {
4520
4552
  "value": "3rem",
4521
4553
  "attributes": {
4522
4554
  "tailwind": [
4523
- "fontSize.5xl.1"
4555
+ "fontSize.5xl[1].lineHeight"
4524
4556
  ]
4525
4557
  },
4526
4558
  "inherits": [
@@ -4535,7 +4567,7 @@ const tokenMap = {
4535
4567
  "value": 1,
4536
4568
  "attributes": {
4537
4569
  "tailwind": [
4538
- "fontSize.6xl.1"
4570
+ "fontSize.6xl[1].lineHeight"
4539
4571
  ]
4540
4572
  },
4541
4573
  "inherits": []
@@ -4548,7 +4580,7 @@ const tokenMap = {
4548
4580
  "value": 1,
4549
4581
  "attributes": {
4550
4582
  "tailwind": [
4551
- "fontSize.7xl.1"
4583
+ "fontSize.7xl[1].lineHeight"
4552
4584
  ]
4553
4585
  },
4554
4586
  "inherits": []
@@ -4561,7 +4593,7 @@ const tokenMap = {
4561
4593
  "value": 1,
4562
4594
  "attributes": {
4563
4595
  "tailwind": [
4564
- "fontSize.8xl.1"
4596
+ "fontSize.8xl[1].lineHeight"
4565
4597
  ]
4566
4598
  },
4567
4599
  "inherits": []
@@ -4574,7 +4606,7 @@ const tokenMap = {
4574
4606
  "value": 1,
4575
4607
  "attributes": {
4576
4608
  "tailwind": [
4577
- "fontSize.9xl.1"
4609
+ "fontSize.9xl[1].lineHeight"
4578
4610
  ]
4579
4611
  },
4580
4612
  "inherits": []
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 May 2023 13:04:25 GMT
3
+ * Generated on Wed, 28 Jun 2023 10:02:01 GMT
4
4
  */
5
5
 
6
6
  export type PackageDetails = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 May 2023 13:04:25 GMT
3
+ * Generated on Wed, 28 Jun 2023 10:02:01 GMT
4
4
  */
5
5
 
6
6
  const tokenMap = {
@@ -2894,7 +2894,8 @@ const tokenMap = {
2894
2894
  },
2895
2895
  "inherits": [],
2896
2896
  "inheritedBy": [
2897
- "spacing.base.sm"
2897
+ "spacing.base.sm",
2898
+ "typography.base.size.xxs"
2898
2899
  ]
2899
2900
  },
2900
2901
  "3": {
@@ -2964,6 +2965,7 @@ const tokenMap = {
2964
2965
  "spacing.base.xl",
2965
2966
  "spacing.p.block.end",
2966
2967
  "typography.base.size.3xl",
2968
+ "typography.base.line-height.xxs",
2967
2969
  "typography.base.line-height.xs",
2968
2970
  "typography.base.line-height.sm",
2969
2971
  "typography.base.line-height.base",
@@ -4163,6 +4165,21 @@ const tokenMap = {
4163
4165
  }
4164
4166
  },
4165
4167
  "size": {
4168
+ "xxs": {
4169
+ "path": "typography.base.size.xxs",
4170
+ "name": "TypographyBaseSizeXxs",
4171
+ "code": "$typography-base-size-xxs",
4172
+ "variable": "typography-base-size-xxs",
4173
+ "value": "0.5rem",
4174
+ "attributes": {
4175
+ "tailwind": [
4176
+ "fontSize.xxs[0]"
4177
+ ]
4178
+ },
4179
+ "inherits": [
4180
+ "spacing.base.2"
4181
+ ]
4182
+ },
4166
4183
  "xs": {
4167
4184
  "path": "typography.base.size.xs",
4168
4185
  "name": "TypographyBaseSizeXs",
@@ -4171,7 +4188,7 @@ const tokenMap = {
4171
4188
  "value": "0.6875rem",
4172
4189
  "attributes": {
4173
4190
  "tailwind": [
4174
- "fontSize.xs.0"
4191
+ "fontSize.xs[0]"
4175
4192
  ]
4176
4193
  },
4177
4194
  "inherits": [
@@ -4186,7 +4203,7 @@ const tokenMap = {
4186
4203
  "value": "0.75rem",
4187
4204
  "attributes": {
4188
4205
  "tailwind": [
4189
- "fontSize.sm.0"
4206
+ "fontSize.sm[0]"
4190
4207
  ]
4191
4208
  },
4192
4209
  "inherits": [
@@ -4201,7 +4218,7 @@ const tokenMap = {
4201
4218
  "value": "0.875rem",
4202
4219
  "attributes": {
4203
4220
  "tailwind": [
4204
- "fontSize.base.0"
4221
+ "fontSize.base[0]"
4205
4222
  ]
4206
4223
  },
4207
4224
  "inherits": [
@@ -4220,7 +4237,7 @@ const tokenMap = {
4220
4237
  "value": "1rem",
4221
4238
  "attributes": {
4222
4239
  "tailwind": [
4223
- "fontSize.lg.0"
4240
+ "fontSize.lg[0]"
4224
4241
  ]
4225
4242
  },
4226
4243
  "inherits": [
@@ -4235,7 +4252,7 @@ const tokenMap = {
4235
4252
  "value": "1.125rem",
4236
4253
  "attributes": {
4237
4254
  "tailwind": [
4238
- "fontSize.xl.0"
4255
+ "fontSize.xl[0]"
4239
4256
  ]
4240
4257
  },
4241
4258
  "inherits": [
@@ -4253,7 +4270,7 @@ const tokenMap = {
4253
4270
  "value": "1.25rem",
4254
4271
  "attributes": {
4255
4272
  "tailwind": [
4256
- "fontSize.xl.0"
4273
+ "fontSize.xl[0]"
4257
4274
  ]
4258
4275
  },
4259
4276
  "inherits": [
@@ -4271,7 +4288,7 @@ const tokenMap = {
4271
4288
  "value": "1.5rem",
4272
4289
  "attributes": {
4273
4290
  "tailwind": [
4274
- "fontSize.2xl.0"
4291
+ "fontSize.2xl[0]"
4275
4292
  ]
4276
4293
  },
4277
4294
  "inherits": [
@@ -4289,7 +4306,7 @@ const tokenMap = {
4289
4306
  "value": "2rem",
4290
4307
  "attributes": {
4291
4308
  "tailwind": [
4292
- "fontSize.3xl.0"
4309
+ "fontSize.3xl[0]"
4293
4310
  ]
4294
4311
  },
4295
4312
  "inherits": [
@@ -4304,7 +4321,7 @@ const tokenMap = {
4304
4321
  "value": "2.25rem",
4305
4322
  "attributes": {
4306
4323
  "tailwind": [
4307
- "fontSize.4xl.0"
4324
+ "fontSize.4xl[0]"
4308
4325
  ]
4309
4326
  },
4310
4327
  "inherits": [
@@ -4319,7 +4336,7 @@ const tokenMap = {
4319
4336
  "value": "2.5rem",
4320
4337
  "attributes": {
4321
4338
  "tailwind": [
4322
- "fontSize.5xl.0"
4339
+ "fontSize.5xl[0]"
4323
4340
  ]
4324
4341
  },
4325
4342
  "inherits": [
@@ -4334,7 +4351,7 @@ const tokenMap = {
4334
4351
  "value": "3rem",
4335
4352
  "attributes": {
4336
4353
  "tailwind": [
4337
- "fontSize.6xl.0"
4354
+ "fontSize.6xl[0]"
4338
4355
  ]
4339
4356
  },
4340
4357
  "inherits": [
@@ -4349,7 +4366,7 @@ const tokenMap = {
4349
4366
  "value": "4rem",
4350
4367
  "attributes": {
4351
4368
  "tailwind": [
4352
- "fontSize.7xl.0"
4369
+ "fontSize.7xl[0]"
4353
4370
  ]
4354
4371
  },
4355
4372
  "inherits": [
@@ -4364,7 +4381,7 @@ const tokenMap = {
4364
4381
  "value": "4.5rem",
4365
4382
  "attributes": {
4366
4383
  "tailwind": [
4367
- "fontSize.8xl.0"
4384
+ "fontSize.8xl[0]"
4368
4385
  ]
4369
4386
  },
4370
4387
  "inherits": [
@@ -4373,6 +4390,21 @@ const tokenMap = {
4373
4390
  }
4374
4391
  },
4375
4392
  "line-height": {
4393
+ "xxs": {
4394
+ "path": "typography.base.line-height.xxs",
4395
+ "name": "TypographyBaseLine-heightXxs",
4396
+ "code": "$typography-base-line-height-xxs",
4397
+ "variable": "typography-base-line-height-xxs",
4398
+ "value": "1.5rem",
4399
+ "attributes": {
4400
+ "tailwind": [
4401
+ "fontSize.xxs[1].lineHeight"
4402
+ ]
4403
+ },
4404
+ "inherits": [
4405
+ "spacing.base.6"
4406
+ ]
4407
+ },
4376
4408
  "xs": {
4377
4409
  "path": "typography.base.line-height.xs",
4378
4410
  "name": "TypographyBaseLine-heightXs",
@@ -4381,7 +4413,7 @@ const tokenMap = {
4381
4413
  "value": "1.5rem",
4382
4414
  "attributes": {
4383
4415
  "tailwind": [
4384
- "fontSize.xs.1"
4416
+ "fontSize.xs[1].lineHeight"
4385
4417
  ]
4386
4418
  },
4387
4419
  "inherits": [
@@ -4396,7 +4428,7 @@ const tokenMap = {
4396
4428
  "value": "1.5rem",
4397
4429
  "attributes": {
4398
4430
  "tailwind": [
4399
- "fontSize.sm.1"
4431
+ "fontSize.sm[1].lineHeight"
4400
4432
  ]
4401
4433
  },
4402
4434
  "inherits": [
@@ -4411,7 +4443,7 @@ const tokenMap = {
4411
4443
  "value": "1.5rem",
4412
4444
  "attributes": {
4413
4445
  "tailwind": [
4414
- "fontSize.base.1"
4446
+ "fontSize.base[1].lineHeight"
4415
4447
  ]
4416
4448
  },
4417
4449
  "inherits": [
@@ -4430,7 +4462,7 @@ const tokenMap = {
4430
4462
  "value": "1.5rem",
4431
4463
  "attributes": {
4432
4464
  "tailwind": [
4433
- "fontSize.lg.1"
4465
+ "fontSize.lg[1].lineHeight"
4434
4466
  ]
4435
4467
  },
4436
4468
  "inherits": [
@@ -4445,7 +4477,7 @@ const tokenMap = {
4445
4477
  "value": "1.5rem",
4446
4478
  "attributes": {
4447
4479
  "tailwind": [
4448
- "fontSize.xl.1"
4480
+ "fontSize.xl[1].lineHeight"
4449
4481
  ]
4450
4482
  },
4451
4483
  "inherits": [
@@ -4463,7 +4495,7 @@ const tokenMap = {
4463
4495
  "value": "1.5rem",
4464
4496
  "attributes": {
4465
4497
  "tailwind": [
4466
- "fontSize.2xl.1"
4498
+ "fontSize.2xl[1].lineHeight"
4467
4499
  ]
4468
4500
  },
4469
4501
  "inherits": [
@@ -4481,7 +4513,7 @@ const tokenMap = {
4481
4513
  "value": "3rem",
4482
4514
  "attributes": {
4483
4515
  "tailwind": [
4484
- "fontSize.3xl.1"
4516
+ "fontSize.3xl[1].lineHeight"
4485
4517
  ]
4486
4518
  },
4487
4519
  "inherits": [
@@ -4499,7 +4531,7 @@ const tokenMap = {
4499
4531
  "value": "3rem",
4500
4532
  "attributes": {
4501
4533
  "tailwind": [
4502
- "fontSize.4xl.1"
4534
+ "fontSize.4xl[1].lineHeight"
4503
4535
  ]
4504
4536
  },
4505
4537
  "inherits": [
@@ -4514,7 +4546,7 @@ const tokenMap = {
4514
4546
  "value": "3rem",
4515
4547
  "attributes": {
4516
4548
  "tailwind": [
4517
- "fontSize.5xl.1"
4549
+ "fontSize.5xl[1].lineHeight"
4518
4550
  ]
4519
4551
  },
4520
4552
  "inherits": [
@@ -4529,7 +4561,7 @@ const tokenMap = {
4529
4561
  "value": 1,
4530
4562
  "attributes": {
4531
4563
  "tailwind": [
4532
- "fontSize.6xl.1"
4564
+ "fontSize.6xl[1].lineHeight"
4533
4565
  ]
4534
4566
  },
4535
4567
  "inherits": []
@@ -4542,7 +4574,7 @@ const tokenMap = {
4542
4574
  "value": 1,
4543
4575
  "attributes": {
4544
4576
  "tailwind": [
4545
- "fontSize.7xl.1"
4577
+ "fontSize.7xl[1].lineHeight"
4546
4578
  ]
4547
4579
  },
4548
4580
  "inherits": []
@@ -4555,7 +4587,7 @@ const tokenMap = {
4555
4587
  "value": 1,
4556
4588
  "attributes": {
4557
4589
  "tailwind": [
4558
- "fontSize.8xl.1"
4590
+ "fontSize.8xl[1].lineHeight"
4559
4591
  ]
4560
4592
  },
4561
4593
  "inherits": []
@@ -4568,7 +4600,7 @@ const tokenMap = {
4568
4600
  "value": 1,
4569
4601
  "attributes": {
4570
4602
  "tailwind": [
4571
- "fontSize.9xl.1"
4603
+ "fontSize.9xl[1].lineHeight"
4572
4604
  ]
4573
4605
  },
4574
4606
  "inherits": []
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 May 2023 13:04:24 GMT
3
+ * Generated on Wed, 28 Jun 2023 10:02:00 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 May 2023 13:04:23 GMT
3
+ * Generated on Wed, 28 Jun 2023 10:02:00 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 May 2023 13:04:23 GMT
3
+ * Generated on Wed, 28 Jun 2023 10:02:00 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 May 2023 13:04:23 GMT
3
+ * Generated on Wed, 28 Jun 2023 10:02:00 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 May 2023 13:04:23 GMT
3
+ * Generated on Wed, 28 Jun 2023 10:02:00 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 May 2023 13:04:23 GMT
3
+ * Generated on Wed, 28 Jun 2023 10:02:00 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 May 2023 13:04:23 GMT
3
+ * Generated on Wed, 28 Jun 2023 10:02:00 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 May 2023 13:04:24 GMT
3
+ * Generated on Wed, 28 Jun 2023 10:02:00 GMT
4
4
  */
5
5
 
6
6
  :root {