@mittwald/flow-design-tokens 0.1.0-alpha.388 → 0.1.0-alpha.390

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.
@@ -3596,7 +3596,7 @@
3596
3596
  },
3597
3597
  "dark-outline-border-color": {
3598
3598
  "default": {
3599
- "value": "rgb(0 0 0 / 87.5%)",
3599
+ "value": "rgb(0 0 0 / 100%)",
3600
3600
  "filePath": "src/actions/button.yml",
3601
3601
  "isSource": true,
3602
3602
  "original": {
@@ -4182,7 +4182,7 @@
4182
4182
  },
4183
4183
  "light-outline-content-color": {
4184
4184
  "default": {
4185
- "value": "rgb(255 255 255 / 87.5%)",
4185
+ "value": "rgb(255 255 255 / 100%)",
4186
4186
  "filePath": "src/actions/button.yml",
4187
4187
  "isSource": true,
4188
4188
  "original": {
@@ -4201,7 +4201,7 @@
4201
4201
  ]
4202
4202
  },
4203
4203
  "hover": {
4204
- "value": "rgb(255 255 255 / 87.5%)",
4204
+ "value": "rgb(255 255 255 / 100%)",
4205
4205
  "filePath": "src/actions/button.yml",
4206
4206
  "isSource": true,
4207
4207
  "original": {
@@ -4220,7 +4220,7 @@
4220
4220
  ]
4221
4221
  },
4222
4222
  "pressed": {
4223
- "value": "rgb(255 255 255 / 87.5%)",
4223
+ "value": "rgb(255 255 255 / 100%)",
4224
4224
  "filePath": "src/actions/button.yml",
4225
4225
  "isSource": true,
4226
4226
  "original": {
@@ -4358,6 +4358,306 @@
4358
4358
  ]
4359
4359
  }
4360
4360
  },
4361
+ "menu": {
4362
+ "item-to-item-spacing": {
4363
+ "value": "4px",
4364
+ "filePath": "src/actions/menu-item.yml",
4365
+ "isSource": true,
4366
+ "original": {
4367
+ "value": "{size-px.xs}"
4368
+ },
4369
+ "name": "MenuItemToItemSpacing",
4370
+ "attributes": {
4371
+ "category": "menu",
4372
+ "type": "item-to-item-spacing"
4373
+ },
4374
+ "path": [
4375
+ "menu",
4376
+ "item-to-item-spacing"
4377
+ ]
4378
+ },
4379
+ "group-to-group-spacing": {
4380
+ "value": "16px",
4381
+ "filePath": "src/actions/menu-item.yml",
4382
+ "isSource": true,
4383
+ "original": {
4384
+ "value": "{size-px.m}"
4385
+ },
4386
+ "name": "MenuGroupToGroupSpacing",
4387
+ "attributes": {
4388
+ "category": "menu",
4389
+ "type": "group-to-group-spacing"
4390
+ },
4391
+ "path": [
4392
+ "menu",
4393
+ "group-to-group-spacing"
4394
+ ]
4395
+ }
4396
+ },
4397
+ "menu-item": {
4398
+ "font-weight": {
4399
+ "current": {
4400
+ "value": "bold",
4401
+ "filePath": "src/actions/menu-item.yml",
4402
+ "isSource": true,
4403
+ "original": {
4404
+ "value": "{font-weight.bold}"
4405
+ },
4406
+ "name": "MenuItemFontWeightCurrent",
4407
+ "attributes": {
4408
+ "category": "menu-item",
4409
+ "type": "font-weight",
4410
+ "item": "current"
4411
+ },
4412
+ "path": [
4413
+ "menu-item",
4414
+ "font-weight",
4415
+ "current"
4416
+ ]
4417
+ }
4418
+ },
4419
+ "corner-radius": {
4420
+ "value": "4px",
4421
+ "filePath": "src/actions/menu-item.yml",
4422
+ "isSource": true,
4423
+ "original": {
4424
+ "value": "{corner-radius.default}"
4425
+ },
4426
+ "name": "MenuItemCornerRadius",
4427
+ "attributes": {
4428
+ "category": "menu-item",
4429
+ "type": "corner-radius"
4430
+ },
4431
+ "path": [
4432
+ "menu-item",
4433
+ "corner-radius"
4434
+ ]
4435
+ },
4436
+ "padding-x": {
4437
+ "value": "8px",
4438
+ "filePath": "src/actions/menu-item.yml",
4439
+ "isSource": true,
4440
+ "original": {
4441
+ "value": "{size-px.s}"
4442
+ },
4443
+ "name": "MenuItemPaddingX",
4444
+ "attributes": {
4445
+ "category": "menu-item",
4446
+ "type": "padding-x"
4447
+ },
4448
+ "path": [
4449
+ "menu-item",
4450
+ "padding-x"
4451
+ ]
4452
+ },
4453
+ "padding-y": {
4454
+ "value": "4px",
4455
+ "filePath": "src/actions/menu-item.yml",
4456
+ "isSource": true,
4457
+ "original": {
4458
+ "value": "{size-px.xs}"
4459
+ },
4460
+ "name": "MenuItemPaddingY",
4461
+ "attributes": {
4462
+ "category": "menu-item",
4463
+ "type": "padding-y"
4464
+ },
4465
+ "path": [
4466
+ "menu-item",
4467
+ "padding-y"
4468
+ ]
4469
+ },
4470
+ "spacing": {
4471
+ "value": "0.5rem",
4472
+ "filePath": "src/actions/menu-item.yml",
4473
+ "isSource": true,
4474
+ "original": {
4475
+ "value": "{size-rem.s}"
4476
+ },
4477
+ "name": "MenuItemSpacing",
4478
+ "attributes": {
4479
+ "category": "menu-item",
4480
+ "type": "spacing"
4481
+ },
4482
+ "path": [
4483
+ "menu-item",
4484
+ "spacing"
4485
+ ]
4486
+ },
4487
+ "color": {
4488
+ "current": {
4489
+ "value": "#0054F5",
4490
+ "filePath": "src/actions/menu-item.yml",
4491
+ "isSource": true,
4492
+ "original": {
4493
+ "value": "{primary.color.800}"
4494
+ },
4495
+ "name": "MenuItemColorCurrent",
4496
+ "attributes": {
4497
+ "category": "menu-item",
4498
+ "type": "color",
4499
+ "item": "current"
4500
+ },
4501
+ "path": [
4502
+ "menu-item",
4503
+ "color",
4504
+ "current"
4505
+ ]
4506
+ }
4507
+ },
4508
+ "icon-color": {
4509
+ "default": {
4510
+ "value": "#6D6D6D",
4511
+ "filePath": "src/actions/menu-item.yml",
4512
+ "isSource": true,
4513
+ "original": {
4514
+ "value": "{neutral.color.800}"
4515
+ },
4516
+ "name": "MenuItemIconColorDefault",
4517
+ "attributes": {
4518
+ "category": "menu-item",
4519
+ "type": "icon-color",
4520
+ "item": "default"
4521
+ },
4522
+ "path": [
4523
+ "menu-item",
4524
+ "icon-color",
4525
+ "default"
4526
+ ]
4527
+ },
4528
+ "disabled": {
4529
+ "value": "#E6E6E6",
4530
+ "filePath": "src/actions/menu-item.yml",
4531
+ "isSource": true,
4532
+ "original": {
4533
+ "value": "{disabled-plain-content-color}"
4534
+ },
4535
+ "name": "MenuItemIconColorDisabled",
4536
+ "attributes": {
4537
+ "category": "menu-item",
4538
+ "type": "icon-color",
4539
+ "item": "disabled"
4540
+ },
4541
+ "path": [
4542
+ "menu-item",
4543
+ "icon-color",
4544
+ "disabled"
4545
+ ]
4546
+ },
4547
+ "current": {
4548
+ "value": "#0054F5",
4549
+ "filePath": "src/actions/menu-item.yml",
4550
+ "isSource": true,
4551
+ "original": {
4552
+ "value": "{primary.color.800}"
4553
+ },
4554
+ "name": "MenuItemIconColorCurrent",
4555
+ "attributes": {
4556
+ "category": "menu-item",
4557
+ "type": "icon-color",
4558
+ "item": "current"
4559
+ },
4560
+ "path": [
4561
+ "menu-item",
4562
+ "icon-color",
4563
+ "current"
4564
+ ]
4565
+ }
4566
+ },
4567
+ "background-color": {
4568
+ "default": {
4569
+ "value": "transparent",
4570
+ "filePath": "src/actions/menu-item.yml",
4571
+ "isSource": true,
4572
+ "original": {
4573
+ "value": "{color.transparent}"
4574
+ },
4575
+ "name": "MenuItemBackgroundColorDefault",
4576
+ "attributes": {
4577
+ "category": "menu-item",
4578
+ "type": "background-color",
4579
+ "item": "default"
4580
+ },
4581
+ "path": [
4582
+ "menu-item",
4583
+ "background-color",
4584
+ "default"
4585
+ ]
4586
+ },
4587
+ "hover": {
4588
+ "value": "#F0F5FF",
4589
+ "filePath": "src/actions/menu-item.yml",
4590
+ "isSource": true,
4591
+ "original": {
4592
+ "value": "{primary-plain-background-color.hover}"
4593
+ },
4594
+ "name": "MenuItemBackgroundColorHover",
4595
+ "attributes": {
4596
+ "category": "menu-item",
4597
+ "type": "background-color",
4598
+ "item": "hover"
4599
+ },
4600
+ "path": [
4601
+ "menu-item",
4602
+ "background-color",
4603
+ "hover"
4604
+ ]
4605
+ },
4606
+ "current": {
4607
+ "value": "#E0EBFF",
4608
+ "filePath": "src/actions/menu-item.yml",
4609
+ "isSource": true,
4610
+ "original": {
4611
+ "value": "{primary-plain-background-color.pressed}"
4612
+ },
4613
+ "name": "MenuItemBackgroundColorCurrent",
4614
+ "attributes": {
4615
+ "category": "menu-item",
4616
+ "type": "background-color",
4617
+ "item": "current"
4618
+ },
4619
+ "path": [
4620
+ "menu-item",
4621
+ "background-color",
4622
+ "current"
4623
+ ]
4624
+ }
4625
+ },
4626
+ "disabled-background-color": {
4627
+ "value": "transparent",
4628
+ "filePath": "src/actions/menu-item.yml",
4629
+ "isSource": true,
4630
+ "original": {
4631
+ "value": "{disabled-plain-background-color}"
4632
+ },
4633
+ "name": "MenuItemDisabledBackgroundColor",
4634
+ "attributes": {
4635
+ "category": "menu-item",
4636
+ "type": "disabled-background-color"
4637
+ },
4638
+ "path": [
4639
+ "menu-item",
4640
+ "disabled-background-color"
4641
+ ]
4642
+ },
4643
+ "disabled-color": {
4644
+ "value": "#E6E6E6",
4645
+ "filePath": "src/actions/menu-item.yml",
4646
+ "isSource": true,
4647
+ "original": {
4648
+ "value": "{disabled-plain-content-color}"
4649
+ },
4650
+ "name": "MenuItemDisabledColor",
4651
+ "attributes": {
4652
+ "category": "menu-item",
4653
+ "type": "disabled-color"
4654
+ },
4655
+ "path": [
4656
+ "menu-item",
4657
+ "disabled-color"
4658
+ ]
4659
+ }
4660
+ },
4361
4661
  "corner-radius": {
4362
4662
  "default": {
4363
4663
  "value": "4px",
@@ -8571,11 +8871,11 @@
8571
8871
  }
8572
8872
  },
8573
8873
  "dark-outline-border-color": {
8574
- "value": "rgb(0 0 0 / 87.5%)",
8874
+ "value": "rgb(0 0 0 / 100%)",
8575
8875
  "filePath": "src/color-aliases.yml",
8576
8876
  "isSource": true,
8577
8877
  "original": {
8578
- "value": "{dark.color.700}"
8878
+ "value": "{dark.color.800}"
8579
8879
  },
8580
8880
  "name": "DarkOutlineBorderColor",
8581
8881
  "attributes": {
@@ -8873,11 +9173,11 @@
8873
9173
  ]
8874
9174
  },
8875
9175
  "light-outline-content-color": {
8876
- "value": "rgb(255 255 255 / 87.5%)",
9176
+ "value": "rgb(255 255 255 / 100%)",
8877
9177
  "filePath": "src/color-aliases.yml",
8878
9178
  "isSource": true,
8879
9179
  "original": {
8880
- "value": "{light.color.700}"
9180
+ "value": "{light.color.800}"
8881
9181
  },
8882
9182
  "name": "LightOutlineContentColor",
8883
9183
  "attributes": {
@@ -16103,353 +16403,53 @@
16103
16403
  "name": "LinkColorLightHover",
16104
16404
  "attributes": {
16105
16405
  "category": "link",
16106
- "type": "color-light",
16107
- "item": "hover"
16108
- },
16109
- "path": [
16110
- "link",
16111
- "color-light",
16112
- "hover"
16113
- ]
16114
- },
16115
- "pressed": {
16116
- "value": "rgb(255 255 255 / 75%)",
16117
- "filePath": "src/navigation/link.yml",
16118
- "isSource": true,
16119
- "original": {
16120
- "value": "{light.color.600}"
16121
- },
16122
- "name": "LinkColorLightPressed",
16123
- "attributes": {
16124
- "category": "link",
16125
- "type": "color-light",
16126
- "item": "pressed"
16127
- },
16128
- "path": [
16129
- "link",
16130
- "color-light",
16131
- "pressed"
16132
- ]
16133
- },
16134
- "disabled": {
16135
- "value": "rgb(255 255 255 / 37.5%)",
16136
- "filePath": "src/navigation/link.yml",
16137
- "isSource": true,
16138
- "original": {
16139
- "value": "{disabled-plain-light-content-color}"
16140
- },
16141
- "name": "LinkColorLightDisabled",
16142
- "attributes": {
16143
- "category": "link",
16144
- "type": "color-light",
16145
- "item": "disabled"
16146
- },
16147
- "path": [
16148
- "link",
16149
- "color-light",
16150
- "disabled"
16151
- ]
16152
- }
16153
- }
16154
- },
16155
- "menu": {
16156
- "item-to-item-spacing": {
16157
- "value": "4px",
16158
- "filePath": "src/navigation/menu-item.yml",
16159
- "isSource": true,
16160
- "original": {
16161
- "value": "{size-px.xs}"
16162
- },
16163
- "name": "MenuItemToItemSpacing",
16164
- "attributes": {
16165
- "category": "menu",
16166
- "type": "item-to-item-spacing"
16167
- },
16168
- "path": [
16169
- "menu",
16170
- "item-to-item-spacing"
16171
- ]
16172
- },
16173
- "group-to-group-spacing": {
16174
- "value": "16px",
16175
- "filePath": "src/navigation/menu-item.yml",
16176
- "isSource": true,
16177
- "original": {
16178
- "value": "{size-px.m}"
16179
- },
16180
- "name": "MenuGroupToGroupSpacing",
16181
- "attributes": {
16182
- "category": "menu",
16183
- "type": "group-to-group-spacing"
16184
- },
16185
- "path": [
16186
- "menu",
16187
- "group-to-group-spacing"
16188
- ]
16189
- }
16190
- },
16191
- "menu-item": {
16192
- "font-weight": {
16193
- "current": {
16194
- "value": "bold",
16195
- "filePath": "src/navigation/menu-item.yml",
16196
- "isSource": true,
16197
- "original": {
16198
- "value": "{font-weight.bold}"
16199
- },
16200
- "name": "MenuItemFontWeightCurrent",
16201
- "attributes": {
16202
- "category": "menu-item",
16203
- "type": "font-weight",
16204
- "item": "current"
16205
- },
16206
- "path": [
16207
- "menu-item",
16208
- "font-weight",
16209
- "current"
16210
- ]
16211
- }
16212
- },
16213
- "corner-radius": {
16214
- "value": "4px",
16215
- "filePath": "src/navigation/menu-item.yml",
16216
- "isSource": true,
16217
- "original": {
16218
- "value": "{corner-radius.default}"
16219
- },
16220
- "name": "MenuItemCornerRadius",
16221
- "attributes": {
16222
- "category": "menu-item",
16223
- "type": "corner-radius"
16224
- },
16225
- "path": [
16226
- "menu-item",
16227
- "corner-radius"
16228
- ]
16229
- },
16230
- "padding-x": {
16231
- "value": "8px",
16232
- "filePath": "src/navigation/menu-item.yml",
16233
- "isSource": true,
16234
- "original": {
16235
- "value": "{size-px.s}"
16236
- },
16237
- "name": "MenuItemPaddingX",
16238
- "attributes": {
16239
- "category": "menu-item",
16240
- "type": "padding-x"
16241
- },
16242
- "path": [
16243
- "menu-item",
16244
- "padding-x"
16245
- ]
16246
- },
16247
- "padding-y": {
16248
- "value": "4px",
16249
- "filePath": "src/navigation/menu-item.yml",
16250
- "isSource": true,
16251
- "original": {
16252
- "value": "{size-px.xs}"
16253
- },
16254
- "name": "MenuItemPaddingY",
16255
- "attributes": {
16256
- "category": "menu-item",
16257
- "type": "padding-y"
16258
- },
16259
- "path": [
16260
- "menu-item",
16261
- "padding-y"
16262
- ]
16263
- },
16264
- "spacing": {
16265
- "value": "0.5rem",
16266
- "filePath": "src/navigation/menu-item.yml",
16267
- "isSource": true,
16268
- "original": {
16269
- "value": "{size-rem.s}"
16270
- },
16271
- "name": "MenuItemSpacing",
16272
- "attributes": {
16273
- "category": "menu-item",
16274
- "type": "spacing"
16275
- },
16276
- "path": [
16277
- "menu-item",
16278
- "spacing"
16279
- ]
16280
- },
16281
- "color": {
16282
- "current": {
16283
- "value": "#0054F5",
16284
- "filePath": "src/navigation/menu-item.yml",
16285
- "isSource": true,
16286
- "original": {
16287
- "value": "{primary.color.800}"
16288
- },
16289
- "name": "MenuItemColorCurrent",
16290
- "attributes": {
16291
- "category": "menu-item",
16292
- "type": "color",
16293
- "item": "current"
16294
- },
16295
- "path": [
16296
- "menu-item",
16297
- "color",
16298
- "current"
16299
- ]
16300
- }
16301
- },
16302
- "icon-color": {
16303
- "default": {
16304
- "value": "#6D6D6D",
16305
- "filePath": "src/navigation/menu-item.yml",
16306
- "isSource": true,
16307
- "original": {
16308
- "value": "{neutral.color.800}"
16309
- },
16310
- "name": "MenuItemIconColorDefault",
16311
- "attributes": {
16312
- "category": "menu-item",
16313
- "type": "icon-color",
16314
- "item": "default"
16315
- },
16316
- "path": [
16317
- "menu-item",
16318
- "icon-color",
16319
- "default"
16320
- ]
16321
- },
16322
- "disabled": {
16323
- "value": "#E6E6E6",
16324
- "filePath": "src/navigation/menu-item.yml",
16325
- "isSource": true,
16326
- "original": {
16327
- "value": "{disabled-plain-content-color}"
16328
- },
16329
- "name": "MenuItemIconColorDisabled",
16330
- "attributes": {
16331
- "category": "menu-item",
16332
- "type": "icon-color",
16333
- "item": "disabled"
16334
- },
16335
- "path": [
16336
- "menu-item",
16337
- "icon-color",
16338
- "disabled"
16339
- ]
16340
- },
16341
- "current": {
16342
- "value": "#0054F5",
16343
- "filePath": "src/navigation/menu-item.yml",
16344
- "isSource": true,
16345
- "original": {
16346
- "value": "{primary.color.800}"
16347
- },
16348
- "name": "MenuItemIconColorCurrent",
16349
- "attributes": {
16350
- "category": "menu-item",
16351
- "type": "icon-color",
16352
- "item": "current"
16353
- },
16354
- "path": [
16355
- "menu-item",
16356
- "icon-color",
16357
- "current"
16358
- ]
16359
- }
16360
- },
16361
- "background-color": {
16362
- "default": {
16363
- "value": "transparent",
16364
- "filePath": "src/navigation/menu-item.yml",
16365
- "isSource": true,
16366
- "original": {
16367
- "value": "{color.transparent}"
16368
- },
16369
- "name": "MenuItemBackgroundColorDefault",
16370
- "attributes": {
16371
- "category": "menu-item",
16372
- "type": "background-color",
16373
- "item": "default"
16406
+ "type": "color-light",
16407
+ "item": "hover"
16374
16408
  },
16375
16409
  "path": [
16376
- "menu-item",
16377
- "background-color",
16378
- "default"
16410
+ "link",
16411
+ "color-light",
16412
+ "hover"
16379
16413
  ]
16380
16414
  },
16381
- "hover": {
16382
- "value": "#F0F5FF",
16383
- "filePath": "src/navigation/menu-item.yml",
16415
+ "pressed": {
16416
+ "value": "rgb(255 255 255 / 75%)",
16417
+ "filePath": "src/navigation/link.yml",
16384
16418
  "isSource": true,
16385
16419
  "original": {
16386
- "value": "{primary-plain-background-color.hover}"
16420
+ "value": "{light.color.600}"
16387
16421
  },
16388
- "name": "MenuItemBackgroundColorHover",
16422
+ "name": "LinkColorLightPressed",
16389
16423
  "attributes": {
16390
- "category": "menu-item",
16391
- "type": "background-color",
16392
- "item": "hover"
16424
+ "category": "link",
16425
+ "type": "color-light",
16426
+ "item": "pressed"
16393
16427
  },
16394
16428
  "path": [
16395
- "menu-item",
16396
- "background-color",
16397
- "hover"
16429
+ "link",
16430
+ "color-light",
16431
+ "pressed"
16398
16432
  ]
16399
16433
  },
16400
- "current": {
16401
- "value": "#E0EBFF",
16402
- "filePath": "src/navigation/menu-item.yml",
16434
+ "disabled": {
16435
+ "value": "rgb(255 255 255 / 37.5%)",
16436
+ "filePath": "src/navigation/link.yml",
16403
16437
  "isSource": true,
16404
16438
  "original": {
16405
- "value": "{primary-plain-background-color.pressed}"
16439
+ "value": "{disabled-plain-light-content-color}"
16406
16440
  },
16407
- "name": "MenuItemBackgroundColorCurrent",
16441
+ "name": "LinkColorLightDisabled",
16408
16442
  "attributes": {
16409
- "category": "menu-item",
16410
- "type": "background-color",
16411
- "item": "current"
16443
+ "category": "link",
16444
+ "type": "color-light",
16445
+ "item": "disabled"
16412
16446
  },
16413
16447
  "path": [
16414
- "menu-item",
16415
- "background-color",
16416
- "current"
16448
+ "link",
16449
+ "color-light",
16450
+ "disabled"
16417
16451
  ]
16418
16452
  }
16419
- },
16420
- "disabled-background-color": {
16421
- "value": "transparent",
16422
- "filePath": "src/navigation/menu-item.yml",
16423
- "isSource": true,
16424
- "original": {
16425
- "value": "{disabled-plain-background-color}"
16426
- },
16427
- "name": "MenuItemDisabledBackgroundColor",
16428
- "attributes": {
16429
- "category": "menu-item",
16430
- "type": "disabled-background-color"
16431
- },
16432
- "path": [
16433
- "menu-item",
16434
- "disabled-background-color"
16435
- ]
16436
- },
16437
- "disabled-color": {
16438
- "value": "#E6E6E6",
16439
- "filePath": "src/navigation/menu-item.yml",
16440
- "isSource": true,
16441
- "original": {
16442
- "value": "{disabled-plain-content-color}"
16443
- },
16444
- "name": "MenuItemDisabledColor",
16445
- "attributes": {
16446
- "category": "menu-item",
16447
- "type": "disabled-color"
16448
- },
16449
- "path": [
16450
- "menu-item",
16451
- "disabled-color"
16452
- ]
16453
16453
  }
16454
16454
  },
16455
16455
  "tabs": {
@@ -17674,23 +17674,6 @@
17674
17674
  }
17675
17675
  },
17676
17676
  "alert-badge": {
17677
- "icon-to-text-spacing": {
17678
- "value": "0.25rem",
17679
- "filePath": "src/status/alert-badge.yml",
17680
- "isSource": true,
17681
- "original": {
17682
- "value": "{size-rem.xs}"
17683
- },
17684
- "name": "AlertBadgeIconToTextSpacing",
17685
- "attributes": {
17686
- "category": "alert-badge",
17687
- "type": "icon-to-text-spacing"
17688
- },
17689
- "path": [
17690
- "alert-badge",
17691
- "icon-to-text-spacing"
17692
- ]
17693
- },
17694
17677
  "info-background-color": {
17695
17678
  "value": "#F0F5FF",
17696
17679
  "filePath": "src/status/alert-badge.yml",
@@ -18053,11 +18036,11 @@
18053
18036
  ]
18054
18037
  },
18055
18038
  "heading-to-content-spacing": {
18056
- "value": "0.25rem",
18039
+ "value": "0.5rem",
18057
18040
  "filePath": "src/status/alert.yml",
18058
18041
  "isSource": true,
18059
18042
  "original": {
18060
- "value": "{size-rem.xs}"
18043
+ "value": "{size-rem.s}"
18061
18044
  },
18062
18045
  "name": "AlertHeadingToContentSpacing",
18063
18046
  "attributes": {
@@ -18069,21 +18052,21 @@
18069
18052
  "heading-to-content-spacing"
18070
18053
  ]
18071
18054
  },
18072
- "content-to-content-spacing": {
18073
- "value": "0.5rem",
18055
+ "spacing": {
18056
+ "value": "1rem",
18074
18057
  "filePath": "src/status/alert.yml",
18075
18058
  "isSource": true,
18076
18059
  "original": {
18077
- "value": "{size-rem.s}"
18060
+ "value": "{size-rem.m}"
18078
18061
  },
18079
- "name": "AlertContentToContentSpacing",
18062
+ "name": "AlertSpacing",
18080
18063
  "attributes": {
18081
18064
  "category": "alert",
18082
- "type": "content-to-content-spacing"
18065
+ "type": "spacing"
18083
18066
  },
18084
18067
  "path": [
18085
18068
  "alert",
18086
- "content-to-content-spacing"
18069
+ "spacing"
18087
18070
  ]
18088
18071
  },
18089
18072
  "font-size-heading": {
@@ -18377,21 +18360,21 @@
18377
18360
  "padding-x"
18378
18361
  ]
18379
18362
  },
18380
- "content-to-content-spacing": {
18363
+ "spacing": {
18381
18364
  "value": "0.25rem",
18382
18365
  "filePath": "src/status/badge.yml",
18383
18366
  "isSource": true,
18384
18367
  "original": {
18385
18368
  "value": "{size-rem.xs}"
18386
18369
  },
18387
- "name": "BadgeContentToContentSpacing",
18370
+ "name": "BadgeSpacing",
18388
18371
  "attributes": {
18389
18372
  "category": "badge",
18390
- "type": "content-to-content-spacing"
18373
+ "type": "spacing"
18391
18374
  },
18392
18375
  "path": [
18393
18376
  "badge",
18394
- "content-to-content-spacing"
18377
+ "spacing"
18395
18378
  ]
18396
18379
  },
18397
18380
  "neutral-border-color": {
@@ -18490,25 +18473,6 @@
18490
18473
  "default"
18491
18474
  ]
18492
18475
  },
18493
- "hover": {
18494
- "value": "#464646",
18495
- "filePath": "src/status/badge.yml",
18496
- "isSource": true,
18497
- "original": {
18498
- "value": "{color.gray.900}"
18499
- },
18500
- "name": "BadgeNeutralContentColorHover",
18501
- "attributes": {
18502
- "category": "badge",
18503
- "type": "neutral-content-color",
18504
- "item": "hover"
18505
- },
18506
- "path": [
18507
- "badge",
18508
- "neutral-content-color",
18509
- "hover"
18510
- ]
18511
- },
18512
18476
  "pressed": {
18513
18477
  "value": "#222222",
18514
18478
  "filePath": "src/status/badge.yml",
@@ -18659,25 +18623,6 @@
18659
18623
  "default"
18660
18624
  ]
18661
18625
  },
18662
- "hover": {
18663
- "value": "#003FB8",
18664
- "filePath": "src/status/badge.yml",
18665
- "isSource": true,
18666
- "original": {
18667
- "value": "{color.hosting-blue.900}"
18668
- },
18669
- "name": "BadgeBlueContentColorHover",
18670
- "attributes": {
18671
- "category": "badge",
18672
- "type": "blue-content-color",
18673
- "item": "hover"
18674
- },
18675
- "path": [
18676
- "badge",
18677
- "blue-content-color",
18678
- "hover"
18679
- ]
18680
- },
18681
18626
  "pressed": {
18682
18627
  "value": "#002A7B",
18683
18628
  "filePath": "src/status/badge.yml",
@@ -18828,25 +18773,6 @@
18828
18773
  "default"
18829
18774
  ]
18830
18775
  },
18831
- "hover": {
18832
- "value": "#1D285C",
18833
- "filePath": "src/status/badge.yml",
18834
- "isSource": true,
18835
- "original": {
18836
- "value": "{color.mittwald-navy.900}"
18837
- },
18838
- "name": "BadgeNavyContentColorHover",
18839
- "attributes": {
18840
- "category": "badge",
18841
- "type": "navy-content-color",
18842
- "item": "hover"
18843
- },
18844
- "path": [
18845
- "badge",
18846
- "navy-content-color",
18847
- "hover"
18848
- ]
18849
- },
18850
18776
  "pressed": {
18851
18777
  "value": "#131B3D",
18852
18778
  "filePath": "src/status/badge.yml",
@@ -18997,25 +18923,6 @@
18997
18923
  "default"
18998
18924
  ]
18999
18925
  },
19000
- "hover": {
19001
- "value": "#5d4abf",
19002
- "filePath": "src/status/badge.yml",
19003
- "isSource": true,
19004
- "original": {
19005
- "value": "{color.soft-contrast-violet.900}"
19006
- },
19007
- "name": "BadgeVioletContentColorHover",
19008
- "attributes": {
19009
- "category": "badge",
19010
- "type": "violet-content-color",
19011
- "item": "hover"
19012
- },
19013
- "path": [
19014
- "badge",
19015
- "violet-content-color",
19016
- "hover"
19017
- ]
19018
- },
19019
18926
  "pressed": {
19020
18927
  "value": "#483b9f",
19021
18928
  "filePath": "src/status/badge.yml",
@@ -19166,25 +19073,6 @@
19166
19073
  "default"
19167
19074
  ]
19168
19075
  },
19169
- "hover": {
19170
- "value": "#006b78",
19171
- "filePath": "src/status/badge.yml",
19172
- "isSource": true,
19173
- "original": {
19174
- "value": "{color.super-teal.900}"
19175
- },
19176
- "name": "BadgeTealContentColorHover",
19177
- "attributes": {
19178
- "category": "badge",
19179
- "type": "teal-content-color",
19180
- "item": "hover"
19181
- },
19182
- "path": [
19183
- "badge",
19184
- "teal-content-color",
19185
- "hover"
19186
- ]
19187
- },
19188
19076
  "pressed": {
19189
19077
  "value": "#004f59",
19190
19078
  "filePath": "src/status/badge.yml",
@@ -19335,25 +19223,6 @@
19335
19223
  "default"
19336
19224
  ]
19337
19225
  },
19338
- "hover": {
19339
- "value": "#9000c5",
19340
- "filePath": "src/status/badge.yml",
19341
- "isSource": true,
19342
- "original": {
19343
- "value": "{color.bright-lilac.900}"
19344
- },
19345
- "name": "BadgeLilacContentColorHover",
19346
- "attributes": {
19347
- "category": "badge",
19348
- "type": "lilac-content-color",
19349
- "item": "hover"
19350
- },
19351
- "path": [
19352
- "badge",
19353
- "lilac-content-color",
19354
- "hover"
19355
- ]
19356
- },
19357
19226
  "pressed": {
19358
19227
  "value": "#5f0083",
19359
19228
  "filePath": "src/status/badge.yml",
@@ -19504,25 +19373,6 @@
19504
19373
  "default"
19505
19374
  ]
19506
19375
  },
19507
- "hover": {
19508
- "value": "#B4193A",
19509
- "filePath": "src/status/badge.yml",
19510
- "isSource": true,
19511
- "original": {
19512
- "value": "{color.amaranth-red.900}"
19513
- },
19514
- "name": "BadgeRedContentColorHover",
19515
- "attributes": {
19516
- "category": "badge",
19517
- "type": "red-content-color",
19518
- "item": "hover"
19519
- },
19520
- "path": [
19521
- "badge",
19522
- "red-content-color",
19523
- "hover"
19524
- ]
19525
- },
19526
19376
  "pressed": {
19527
19377
  "value": "#83122A",
19528
19378
  "filePath": "src/status/badge.yml",
@@ -19673,25 +19523,6 @@
19673
19523
  "default"
19674
19524
  ]
19675
19525
  },
19676
- "hover": {
19677
- "value": "#005F42",
19678
- "filePath": "src/status/badge.yml",
19679
- "isSource": true,
19680
- "original": {
19681
- "value": "{color.espelkamp-green.900}"
19682
- },
19683
- "name": "BadgeGreenContentColorHover",
19684
- "attributes": {
19685
- "category": "badge",
19686
- "type": "green-content-color",
19687
- "item": "hover"
19688
- },
19689
- "path": [
19690
- "badge",
19691
- "green-content-color",
19692
- "hover"
19693
- ]
19694
- },
19695
19526
  "pressed": {
19696
19527
  "value": "#003B29",
19697
19528
  "filePath": "src/status/badge.yml",
@@ -19842,25 +19673,6 @@
19842
19673
  "default"
19843
19674
  ]
19844
19675
  },
19845
- "hover": {
19846
- "value": "#C25200",
19847
- "filePath": "src/status/badge.yml",
19848
- "isSource": true,
19849
- "original": {
19850
- "value": "{color.royal-orange.900}"
19851
- },
19852
- "name": "BadgeOrangeContentColorHover",
19853
- "attributes": {
19854
- "category": "badge",
19855
- "type": "orange-content-color",
19856
- "item": "hover"
19857
- },
19858
- "path": [
19859
- "badge",
19860
- "orange-content-color",
19861
- "hover"
19862
- ]
19863
- },
19864
19676
  "pressed": {
19865
19677
  "value": "#8F3D00",
19866
19678
  "filePath": "src/status/badge.yml",
@@ -20011,25 +19823,6 @@
20011
19823
  "default"
20012
19824
  ]
20013
19825
  },
20014
- "hover": {
20015
- "value": "rgb(0 0 0 / 100%)",
20016
- "filePath": "src/status/badge.yml",
20017
- "isSource": true,
20018
- "original": {
20019
- "value": "{dark.color.800}"
20020
- },
20021
- "name": "BadgeDarkContentColorHover",
20022
- "attributes": {
20023
- "category": "badge",
20024
- "type": "dark-content-color",
20025
- "item": "hover"
20026
- },
20027
- "path": [
20028
- "badge",
20029
- "dark-content-color",
20030
- "hover"
20031
- ]
20032
- },
20033
19826
  "pressed": {
20034
19827
  "value": "rgb(0 0 0 / 100%)",
20035
19828
  "filePath": "src/status/badge.yml",
@@ -20180,25 +19973,6 @@
20180
19973
  "default"
20181
19974
  ]
20182
19975
  },
20183
- "hover": {
20184
- "value": "rgb(255 255 255 / 100%)",
20185
- "filePath": "src/status/badge.yml",
20186
- "isSource": true,
20187
- "original": {
20188
- "value": "{light.color.800}"
20189
- },
20190
- "name": "BadgeLightContentColorHover",
20191
- "attributes": {
20192
- "category": "badge",
20193
- "type": "light-content-color",
20194
- "item": "hover"
20195
- },
20196
- "path": [
20197
- "badge",
20198
- "light-content-color",
20199
- "hover"
20200
- ]
20201
- },
20202
19976
  "pressed": {
20203
19977
  "value": "rgb(255 255 255 / 100%)",
20204
19978
  "filePath": "src/status/badge.yml",
@@ -20275,7 +20049,7 @@
20275
20049
  "filePath": "src/status/badge.yml",
20276
20050
  "isSource": true,
20277
20051
  "original": {
20278
- "value": "{disabled-soft-background-color}"
20052
+ "value": "{disabled-outline-background-color}"
20279
20053
  },
20280
20054
  "name": "BadgeDisabledBackgroundColor",
20281
20055
  "attributes": {
@@ -20292,7 +20066,7 @@
20292
20066
  "filePath": "src/status/badge.yml",
20293
20067
  "isSource": true,
20294
20068
  "original": {
20295
- "value": "{disabled-soft-content-color}"
20069
+ "value": "{disabled-outline-content-color}"
20296
20070
  },
20297
20071
  "name": "BadgeDisabledContentColor",
20298
20072
  "attributes": {
@@ -20612,21 +20386,21 @@
20612
20386
  "background-color"
20613
20387
  ]
20614
20388
  },
20615
- "color": {
20389
+ "content-color": {
20616
20390
  "value": "#FFFFFF",
20617
20391
  "filePath": "src/status/counter-badge.yml",
20618
20392
  "isSource": true,
20619
20393
  "original": {
20620
20394
  "value": "{success-solid-content-color}"
20621
20395
  },
20622
- "name": "CounterBadgeColor",
20396
+ "name": "CounterBadgeContentColor",
20623
20397
  "attributes": {
20624
20398
  "category": "counter-badge",
20625
- "type": "color"
20399
+ "type": "content-color"
20626
20400
  },
20627
20401
  "path": [
20628
20402
  "counter-badge",
20629
- "color"
20403
+ "content-color"
20630
20404
  ]
20631
20405
  },
20632
20406
  "border-width": {
@@ -20856,6 +20630,23 @@
20856
20630
  "heading-to-text-spacing"
20857
20631
  ]
20858
20632
  },
20633
+ "spacing": {
20634
+ "value": "0.5rem",
20635
+ "filePath": "src/status/notification.yml",
20636
+ "isSource": true,
20637
+ "original": {
20638
+ "value": "{size-rem.s}"
20639
+ },
20640
+ "name": "NotificationSpacing",
20641
+ "attributes": {
20642
+ "category": "notification",
20643
+ "type": "spacing"
20644
+ },
20645
+ "path": [
20646
+ "notification",
20647
+ "spacing"
20648
+ ]
20649
+ },
20859
20650
  "font-size": {
20860
20651
  "value": "0.875rem",
20861
20652
  "filePath": "src/status/notification.yml",
@@ -21504,111 +21295,164 @@
21504
21295
  }
21505
21296
  },
21506
21297
  "accordion": {
21507
- "heading-to-chevron-spacing": {
21298
+ "spacing": {
21508
21299
  "value": "0.5rem",
21509
21300
  "filePath": "src/structure/accordion.yml",
21510
21301
  "isSource": true,
21511
21302
  "original": {
21512
21303
  "value": "{size-rem.s}"
21513
21304
  },
21514
- "name": "AccordionHeadingToChevronSpacing",
21305
+ "name": "AccordionSpacing",
21515
21306
  "attributes": {
21516
21307
  "category": "accordion",
21517
- "type": "heading-to-chevron-spacing"
21308
+ "type": "spacing"
21518
21309
  },
21519
21310
  "path": [
21520
21311
  "accordion",
21521
- "heading-to-chevron-spacing"
21312
+ "spacing"
21522
21313
  ]
21523
21314
  },
21524
- "header-corner-radius": {
21315
+ "corner-radius": {
21525
21316
  "value": "4px",
21526
21317
  "filePath": "src/structure/accordion.yml",
21527
21318
  "isSource": true,
21528
21319
  "original": {
21529
21320
  "value": "{corner-radius.default}"
21530
21321
  },
21531
- "name": "AccordionHeaderCornerRadius",
21322
+ "name": "AccordionCornerRadius",
21532
21323
  "attributes": {
21533
21324
  "category": "accordion",
21534
- "type": "header-corner-radius"
21325
+ "type": "corner-radius"
21535
21326
  },
21536
21327
  "path": [
21537
21328
  "accordion",
21538
- "header-corner-radius"
21329
+ "corner-radius"
21330
+ ]
21331
+ },
21332
+ "border-width": {
21333
+ "value": "1px",
21334
+ "filePath": "src/structure/accordion.yml",
21335
+ "isSource": true,
21336
+ "original": {
21337
+ "value": "{border-width.100}"
21338
+ },
21339
+ "name": "AccordionBorderWidth",
21340
+ "attributes": {
21341
+ "category": "accordion",
21342
+ "type": "border-width"
21343
+ },
21344
+ "path": [
21345
+ "accordion",
21346
+ "border-width"
21347
+ ]
21348
+ },
21349
+ "border-style": {
21350
+ "value": "solid",
21351
+ "filePath": "src/structure/accordion.yml",
21352
+ "isSource": true,
21353
+ "original": {
21354
+ "value": "{border-style.default}"
21355
+ },
21356
+ "name": "AccordionBorderStyle",
21357
+ "attributes": {
21358
+ "category": "accordion",
21359
+ "type": "border-style"
21360
+ },
21361
+ "path": [
21362
+ "accordion",
21363
+ "border-style"
21364
+ ]
21365
+ },
21366
+ "border-color": {
21367
+ "value": "#909090",
21368
+ "filePath": "src/structure/accordion.yml",
21369
+ "isSource": true,
21370
+ "original": {
21371
+ "value": "{neutral-outline-border-color}"
21372
+ },
21373
+ "name": "AccordionBorderColor",
21374
+ "attributes": {
21375
+ "category": "accordion",
21376
+ "type": "border-color"
21377
+ },
21378
+ "path": [
21379
+ "accordion",
21380
+ "border-color"
21539
21381
  ]
21540
21382
  },
21541
- "header-padding-x": {
21383
+ "padding-x": {
21542
21384
  "value": "8px",
21543
21385
  "filePath": "src/structure/accordion.yml",
21544
21386
  "isSource": true,
21545
21387
  "original": {
21546
21388
  "value": "{size-px.s}"
21547
21389
  },
21548
- "name": "AccordionHeaderPaddingX",
21390
+ "name": "AccordionPaddingX",
21549
21391
  "attributes": {
21550
21392
  "category": "accordion",
21551
- "type": "header-padding-x"
21393
+ "type": "padding-x"
21552
21394
  },
21553
21395
  "path": [
21554
21396
  "accordion",
21555
- "header-padding-x"
21397
+ "padding-x"
21556
21398
  ]
21557
21399
  },
21558
- "header-padding-y": {
21400
+ "padding-y": {
21559
21401
  "value": "4px",
21560
21402
  "filePath": "src/structure/accordion.yml",
21561
21403
  "isSource": true,
21562
21404
  "original": {
21563
21405
  "value": "{size-px.xs}"
21564
21406
  },
21565
- "name": "AccordionHeaderPaddingY",
21407
+ "name": "AccordionPaddingY",
21566
21408
  "attributes": {
21567
21409
  "category": "accordion",
21568
- "type": "header-padding-y"
21410
+ "type": "padding-y"
21569
21411
  },
21570
21412
  "path": [
21571
21413
  "accordion",
21572
- "header-padding-y"
21414
+ "padding-y"
21573
21415
  ]
21574
21416
  },
21575
- "header-background-color": {
21417
+ "background-color": {
21576
21418
  "hover": {
21577
21419
  "value": "#F0F5FF",
21578
21420
  "filePath": "src/structure/accordion.yml",
21579
21421
  "isSource": true,
21580
21422
  "original": {
21581
- "value": "{primary-plain-background-color.hover}"
21423
+ "value": "{primary.color.100}"
21582
21424
  },
21583
- "name": "AccordionHeaderBackgroundColorHover",
21425
+ "name": "AccordionBackgroundColorHover",
21584
21426
  "attributes": {
21585
21427
  "category": "accordion",
21586
- "type": "header-background-color",
21428
+ "type": "background-color",
21587
21429
  "item": "hover"
21588
21430
  },
21589
21431
  "path": [
21590
21432
  "accordion",
21591
- "header-background-color",
21433
+ "background-color",
21592
21434
  "hover"
21593
21435
  ]
21594
- }
21595
- },
21596
- "content-padding": {
21597
- "value": "8px",
21598
- "filePath": "src/structure/accordion.yml",
21599
- "isSource": true,
21600
- "original": {
21601
- "value": "{size-px.s}"
21602
- },
21603
- "name": "AccordionContentPadding",
21604
- "attributes": {
21605
- "category": "accordion",
21606
- "type": "content-padding"
21607
21436
  },
21608
- "path": [
21609
- "accordion",
21610
- "content-padding"
21611
- ]
21437
+ "pressed": {
21438
+ "value": "#F0F5FF",
21439
+ "filePath": "src/structure/accordion.yml",
21440
+ "isSource": true,
21441
+ "original": {
21442
+ "value": "{primary.color.100}"
21443
+ },
21444
+ "name": "AccordionBackgroundColorPressed",
21445
+ "attributes": {
21446
+ "category": "accordion",
21447
+ "type": "background-color",
21448
+ "item": "pressed"
21449
+ },
21450
+ "path": [
21451
+ "accordion",
21452
+ "background-color",
21453
+ "pressed"
21454
+ ]
21455
+ }
21612
21456
  }
21613
21457
  },
21614
21458
  "align": {
@@ -21677,23 +21521,6 @@
21677
21521
  }
21678
21522
  },
21679
21523
  "column-layout": {
21680
- "content-to-content-spacing": {
21681
- "value": "1rem",
21682
- "filePath": "src/structure/column-layout.yml",
21683
- "isSource": true,
21684
- "original": {
21685
- "value": "{size-rem.m}"
21686
- },
21687
- "name": "ColumnLayoutContentToContentSpacing",
21688
- "attributes": {
21689
- "category": "column-layout",
21690
- "type": "content-to-content-spacing"
21691
- },
21692
- "path": [
21693
- "column-layout",
21694
- "content-to-content-spacing"
21695
- ]
21696
- },
21697
21524
  "gap": {
21698
21525
  "s": {
21699
21526
  "value": "8px",
@@ -21844,21 +21671,21 @@
21844
21671
  }
21845
21672
  },
21846
21673
  "list": {
21847
- "content-to-content-spacing": {
21674
+ "spacing": {
21848
21675
  "value": "8px",
21849
21676
  "filePath": "src/structure/list.yml",
21850
21677
  "isSource": true,
21851
21678
  "original": {
21852
21679
  "value": "{size-px.s}"
21853
21680
  },
21854
- "name": "ListContentToContentSpacing",
21681
+ "name": "ListSpacing",
21855
21682
  "attributes": {
21856
21683
  "category": "list",
21857
- "type": "content-to-content-spacing"
21684
+ "type": "spacing"
21858
21685
  },
21859
21686
  "path": [
21860
21687
  "list",
21861
- "content-to-content-spacing"
21688
+ "spacing"
21862
21689
  ]
21863
21690
  },
21864
21691
  "block-to-block-spacing": {
@@ -21948,21 +21775,38 @@
21948
21775
  "border-style"
21949
21776
  ]
21950
21777
  },
21951
- "content-to-content-spacing": {
21778
+ "spacing": {
21952
21779
  "value": "16px",
21953
21780
  "filePath": "src/structure/list.yml",
21954
21781
  "isSource": true,
21955
21782
  "original": {
21956
21783
  "value": "{size-px.m}"
21957
21784
  },
21958
- "name": "ListItemContentToContentSpacing",
21785
+ "name": "ListItemSpacing",
21786
+ "attributes": {
21787
+ "category": "list-item",
21788
+ "type": "spacing"
21789
+ },
21790
+ "path": [
21791
+ "list-item",
21792
+ "spacing"
21793
+ ]
21794
+ },
21795
+ "avatar-to-title-spacing": {
21796
+ "value": "8px",
21797
+ "filePath": "src/structure/list.yml",
21798
+ "isSource": true,
21799
+ "original": {
21800
+ "value": "{size-px.s}"
21801
+ },
21802
+ "name": "ListItemAvatarToTitleSpacing",
21959
21803
  "attributes": {
21960
21804
  "category": "list-item",
21961
- "type": "content-to-content-spacing"
21805
+ "type": "avatar-to-title-spacing"
21962
21806
  },
21963
21807
  "path": [
21964
21808
  "list-item",
21965
- "content-to-content-spacing"
21809
+ "avatar-to-title-spacing"
21966
21810
  ]
21967
21811
  },
21968
21812
  "background-color": {
@@ -22060,57 +21904,6 @@
22060
21904
  }
22061
21905
  },
22062
21906
  "section": {
22063
- "border-width": {
22064
- "value": "1px",
22065
- "filePath": "src/structure/section.yml",
22066
- "isSource": true,
22067
- "original": {
22068
- "value": "{separator.height}"
22069
- },
22070
- "name": "SectionBorderWidth",
22071
- "attributes": {
22072
- "category": "section",
22073
- "type": "border-width"
22074
- },
22075
- "path": [
22076
- "section",
22077
- "border-width"
22078
- ]
22079
- },
22080
- "border-style": {
22081
- "value": "solid",
22082
- "filePath": "src/structure/section.yml",
22083
- "isSource": true,
22084
- "original": {
22085
- "value": "{border-style.default}"
22086
- },
22087
- "name": "SectionBorderStyle",
22088
- "attributes": {
22089
- "category": "section",
22090
- "type": "border-style"
22091
- },
22092
- "path": [
22093
- "section",
22094
- "border-style"
22095
- ]
22096
- },
22097
- "border-color": {
22098
- "value": "#909090",
22099
- "filePath": "src/structure/section.yml",
22100
- "isSource": true,
22101
- "original": {
22102
- "value": "{separator.color}"
22103
- },
22104
- "name": "SectionBorderColor",
22105
- "attributes": {
22106
- "category": "section",
22107
- "type": "border-color"
22108
- },
22109
- "path": [
22110
- "section",
22111
- "border-color"
22112
- ]
22113
- },
22114
21907
  "section-to-section-spacing": {
22115
21908
  "value": "2rem",
22116
21909
  "filePath": "src/structure/section.yml",
@@ -22128,21 +21921,21 @@
22128
21921
  "section-to-section-spacing"
22129
21922
  ]
22130
21923
  },
22131
- "content-to-content-spacing": {
21924
+ "spacing": {
22132
21925
  "value": "1rem",
22133
21926
  "filePath": "src/structure/section.yml",
22134
21927
  "isSource": true,
22135
21928
  "original": {
22136
21929
  "value": "{size-rem.m}"
22137
21930
  },
22138
- "name": "SectionContentToContentSpacing",
21931
+ "name": "SectionSpacing",
22139
21932
  "attributes": {
22140
21933
  "category": "section",
22141
- "type": "content-to-content-spacing"
21934
+ "type": "spacing"
22142
21935
  },
22143
21936
  "path": [
22144
21937
  "section",
22145
- "content-to-content-spacing"
21938
+ "spacing"
22146
21939
  ]
22147
21940
  },
22148
21941
  "sub-heading-spacing": {
@@ -22181,21 +21974,21 @@
22181
21974
  "action-to-action-spacing"
22182
21975
  ]
22183
21976
  },
22184
- "heading-to-actions-spacing": {
21977
+ "heading-to-action-spacing": {
22185
21978
  "value": "1rem",
22186
21979
  "filePath": "src/structure/section.yml",
22187
21980
  "isSource": true,
22188
21981
  "original": {
22189
21982
  "value": "{size-rem.m}"
22190
21983
  },
22191
- "name": "SectionHeaderHeadingToActionsSpacing",
21984
+ "name": "SectionHeaderHeadingToActionSpacing",
22192
21985
  "attributes": {
22193
21986
  "category": "section-header",
22194
- "type": "heading-to-actions-spacing"
21987
+ "type": "heading-to-action-spacing"
22195
21988
  },
22196
21989
  "path": [
22197
21990
  "section-header",
22198
- "heading-to-actions-spacing"
21991
+ "heading-to-action-spacing"
22199
21992
  ]
22200
21993
  }
22201
21994
  },
@@ -22205,7 +21998,7 @@
22205
21998
  "filePath": "src/structure/separator.yml",
22206
21999
  "isSource": true,
22207
22000
  "original": {
22208
- "value": "{neutral.color.700}"
22001
+ "value": "{neutral-outline-border-color}"
22209
22002
  },
22210
22003
  "name": "SeparatorColor",
22211
22004
  "attributes": {