@mittwald/flow-design-tokens 0.2.0-alpha.9 → 0.2.0-alpha.91

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.
@@ -144,40 +144,6 @@
144
144
  "pending-icon-color"
145
145
  ]
146
146
  },
147
- "succeeded-icon-color": {
148
- "value": "#00825B",
149
- "filePath": "src/actions/button.yml",
150
- "isSource": true,
151
- "original": {
152
- "value": "{success.color.800}"
153
- },
154
- "name": "ButtonSucceededIconColor",
155
- "attributes": {
156
- "category": "button",
157
- "type": "succeeded-icon-color"
158
- },
159
- "path": [
160
- "button",
161
- "succeeded-icon-color"
162
- ]
163
- },
164
- "failed-icon-color": {
165
- "value": "#E1244C",
166
- "filePath": "src/actions/button.yml",
167
- "isSource": true,
168
- "original": {
169
- "value": "{danger.color.800}"
170
- },
171
- "name": "ButtonFailedIconColor",
172
- "attributes": {
173
- "category": "button",
174
- "type": "failed-icon-color"
175
- },
176
- "path": [
177
- "button",
178
- "failed-icon-color"
179
- ]
180
- },
181
147
  "border-width": {
182
148
  "value": "1px",
183
149
  "filePath": "src/actions/button.yml",
@@ -4781,6 +4747,269 @@
4781
4747
  "border-style",
4782
4748
  "default"
4783
4749
  ]
4750
+ },
4751
+ "dashed": {
4752
+ "value": "dashed",
4753
+ "filePath": "src/border.yml",
4754
+ "isSource": true,
4755
+ "original": {
4756
+ "value": "dashed"
4757
+ },
4758
+ "name": "BorderStyleDashed",
4759
+ "attributes": {
4760
+ "category": "border-style",
4761
+ "type": "dashed"
4762
+ },
4763
+ "path": [
4764
+ "border-style",
4765
+ "dashed"
4766
+ ]
4767
+ }
4768
+ },
4769
+ "chat": {
4770
+ "spacing": {
4771
+ "value": "16px",
4772
+ "filePath": "src/chat/chat.yml",
4773
+ "isSource": true,
4774
+ "original": {
4775
+ "value": "{size-px.m}"
4776
+ },
4777
+ "name": "ChatSpacing",
4778
+ "attributes": {
4779
+ "category": "chat",
4780
+ "type": "spacing"
4781
+ },
4782
+ "path": [
4783
+ "chat",
4784
+ "spacing"
4785
+ ]
4786
+ }
4787
+ },
4788
+ "message-separator": {
4789
+ "background-color": {
4790
+ "value": "#FFFFFF",
4791
+ "filePath": "src/chat/message-separator.yml",
4792
+ "isSource": true,
4793
+ "original": {
4794
+ "value": "{neutral.color.100}"
4795
+ },
4796
+ "name": "MessageSeparatorBackgroundColor",
4797
+ "attributes": {
4798
+ "category": "message-separator",
4799
+ "type": "background-color"
4800
+ },
4801
+ "path": [
4802
+ "message-separator",
4803
+ "background-color"
4804
+ ]
4805
+ },
4806
+ "font-size": {
4807
+ "value": "0.875rem",
4808
+ "filePath": "src/chat/message-separator.yml",
4809
+ "isSource": true,
4810
+ "original": {
4811
+ "value": "{font-size-text.s}"
4812
+ },
4813
+ "name": "MessageSeparatorFontSize",
4814
+ "attributes": {
4815
+ "category": "message-separator",
4816
+ "type": "font-size"
4817
+ },
4818
+ "path": [
4819
+ "message-separator",
4820
+ "font-size"
4821
+ ]
4822
+ },
4823
+ "padding": {
4824
+ "value": "16px",
4825
+ "filePath": "src/chat/message-separator.yml",
4826
+ "isSource": true,
4827
+ "original": {
4828
+ "value": "{size-px.m}"
4829
+ },
4830
+ "name": "MessageSeparatorPadding",
4831
+ "attributes": {
4832
+ "category": "message-separator",
4833
+ "type": "padding"
4834
+ },
4835
+ "path": [
4836
+ "message-separator",
4837
+ "padding"
4838
+ ]
4839
+ },
4840
+ "color": {
4841
+ "value": "#6D6D6D",
4842
+ "filePath": "src/chat/message-separator.yml",
4843
+ "isSource": true,
4844
+ "original": {
4845
+ "value": "{neutral.color.800}"
4846
+ },
4847
+ "name": "MessageSeparatorColor",
4848
+ "attributes": {
4849
+ "category": "message-separator",
4850
+ "type": "color"
4851
+ },
4852
+ "path": [
4853
+ "message-separator",
4854
+ "color"
4855
+ ]
4856
+ }
4857
+ },
4858
+ "message-thread": {
4859
+ "spacing": {
4860
+ "value": "1.5rem",
4861
+ "filePath": "src/chat/message-thread.yml",
4862
+ "isSource": true,
4863
+ "original": {
4864
+ "value": "{size-rem.l}"
4865
+ },
4866
+ "name": "MessageThreadSpacing",
4867
+ "attributes": {
4868
+ "category": "message-thread",
4869
+ "type": "spacing"
4870
+ },
4871
+ "path": [
4872
+ "message-thread",
4873
+ "spacing"
4874
+ ]
4875
+ },
4876
+ "indentation": {
4877
+ "value": "16px",
4878
+ "filePath": "src/chat/message-thread.yml",
4879
+ "isSource": true,
4880
+ "original": {
4881
+ "value": "{size-px.m}"
4882
+ },
4883
+ "name": "MessageThreadIndentation",
4884
+ "attributes": {
4885
+ "category": "message-thread",
4886
+ "type": "indentation"
4887
+ },
4888
+ "path": [
4889
+ "message-thread",
4890
+ "indentation"
4891
+ ]
4892
+ }
4893
+ },
4894
+ "message": {
4895
+ "corner-radius": {
4896
+ "value": "4px",
4897
+ "filePath": "src/chat/message.yml",
4898
+ "isSource": true,
4899
+ "original": {
4900
+ "value": "{corner-radius.default}"
4901
+ },
4902
+ "name": "MessageCornerRadius",
4903
+ "attributes": {
4904
+ "category": "message",
4905
+ "type": "corner-radius"
4906
+ },
4907
+ "path": [
4908
+ "message",
4909
+ "corner-radius"
4910
+ ]
4911
+ },
4912
+ "padding-y": {
4913
+ "value": "8px",
4914
+ "filePath": "src/chat/message.yml",
4915
+ "isSource": true,
4916
+ "original": {
4917
+ "value": "{size-px.s}"
4918
+ },
4919
+ "name": "MessagePaddingY",
4920
+ "attributes": {
4921
+ "category": "message",
4922
+ "type": "padding-y"
4923
+ },
4924
+ "path": [
4925
+ "message",
4926
+ "padding-y"
4927
+ ]
4928
+ },
4929
+ "padding-x": {
4930
+ "value": "16px",
4931
+ "filePath": "src/chat/message.yml",
4932
+ "isSource": true,
4933
+ "original": {
4934
+ "value": "{size-px.m}"
4935
+ },
4936
+ "name": "MessagePaddingX",
4937
+ "attributes": {
4938
+ "category": "message",
4939
+ "type": "padding-x"
4940
+ },
4941
+ "path": [
4942
+ "message",
4943
+ "padding-x"
4944
+ ]
4945
+ },
4946
+ "spacing-y": {
4947
+ "value": "0.5rem",
4948
+ "filePath": "src/chat/message.yml",
4949
+ "isSource": true,
4950
+ "original": {
4951
+ "value": "{size-rem.s}"
4952
+ },
4953
+ "name": "MessageSpacingY",
4954
+ "attributes": {
4955
+ "category": "message",
4956
+ "type": "spacing-y"
4957
+ },
4958
+ "path": [
4959
+ "message",
4960
+ "spacing-y"
4961
+ ]
4962
+ },
4963
+ "spacing-x": {
4964
+ "value": "1rem",
4965
+ "filePath": "src/chat/message.yml",
4966
+ "isSource": true,
4967
+ "original": {
4968
+ "value": "{size-rem.m}"
4969
+ },
4970
+ "name": "MessageSpacingX",
4971
+ "attributes": {
4972
+ "category": "message",
4973
+ "type": "spacing-x"
4974
+ },
4975
+ "path": [
4976
+ "message",
4977
+ "spacing-x"
4978
+ ]
4979
+ },
4980
+ "background-color-responder": {
4981
+ "value": "#E6E6E6",
4982
+ "filePath": "src/chat/message.yml",
4983
+ "isSource": true,
4984
+ "original": {
4985
+ "value": "{color.gray.400}"
4986
+ },
4987
+ "name": "MessageBackgroundColorResponder",
4988
+ "attributes": {
4989
+ "category": "message",
4990
+ "type": "background-color-responder"
4991
+ },
4992
+ "path": [
4993
+ "message",
4994
+ "background-color-responder"
4995
+ ]
4996
+ },
4997
+ "background-color-sender": {
4998
+ "value": "#E0EBFF",
4999
+ "filePath": "src/chat/message.yml",
5000
+ "isSource": true,
5001
+ "original": {
5002
+ "value": "{color.hosting-blue.200}"
5003
+ },
5004
+ "name": "MessageBackgroundColorSender",
5005
+ "attributes": {
5006
+ "category": "message",
5007
+ "type": "background-color-sender"
5008
+ },
5009
+ "path": [
5010
+ "message",
5011
+ "background-color-sender"
5012
+ ]
4784
5013
  }
4785
5014
  },
4786
5015
  "primary": {
@@ -11087,24 +11316,273 @@
11087
11316
  ]
11088
11317
  }
11089
11318
  },
11090
- "transparent": {
11091
- "value": "transparent",
11092
- "filePath": "src/color-palette.yml",
11093
- "isSource": true,
11094
- "original": {
11095
- "value": "transparent"
11096
- },
11097
- "name": "ColorTransparent",
11098
- "attributes": {
11099
- "category": "color",
11100
- "type": "transparent"
11101
- },
11102
- "path": [
11103
- "color",
11319
+ "categorical": {
11320
+ "sea-green": {
11321
+ "value": "#0fb5ae",
11322
+ "filePath": "src/color-palette.yml",
11323
+ "isSource": true,
11324
+ "original": {
11325
+ "value": "#0fb5ae"
11326
+ },
11327
+ "name": "ColorCategoricalSeaGreen",
11328
+ "attributes": {
11329
+ "category": "color",
11330
+ "type": "categorical",
11331
+ "item": "sea-green"
11332
+ },
11333
+ "path": [
11334
+ "color",
11335
+ "categorical",
11336
+ "sea-green"
11337
+ ]
11338
+ },
11339
+ "palatinate-blue": {
11340
+ "value": "#4046ca",
11341
+ "filePath": "src/color-palette.yml",
11342
+ "isSource": true,
11343
+ "original": {
11344
+ "value": "#4046ca"
11345
+ },
11346
+ "name": "ColorCategoricalPalatinateBlue",
11347
+ "attributes": {
11348
+ "category": "color",
11349
+ "type": "categorical",
11350
+ "item": "palatinate-blue"
11351
+ },
11352
+ "path": [
11353
+ "color",
11354
+ "categorical",
11355
+ "palatinate-blue"
11356
+ ]
11357
+ },
11358
+ "tangerine": {
11359
+ "value": "#f68511",
11360
+ "filePath": "src/color-palette.yml",
11361
+ "isSource": true,
11362
+ "original": {
11363
+ "value": "#f68511"
11364
+ },
11365
+ "name": "ColorCategoricalTangerine",
11366
+ "attributes": {
11367
+ "category": "color",
11368
+ "type": "categorical",
11369
+ "item": "tangerine"
11370
+ },
11371
+ "path": [
11372
+ "color",
11373
+ "categorical",
11374
+ "tangerine"
11375
+ ]
11376
+ },
11377
+ "magenta": {
11378
+ "value": "#de3d82",
11379
+ "filePath": "src/color-palette.yml",
11380
+ "isSource": true,
11381
+ "original": {
11382
+ "value": "#de3d82"
11383
+ },
11384
+ "name": "ColorCategoricalMagenta",
11385
+ "attributes": {
11386
+ "category": "color",
11387
+ "type": "categorical",
11388
+ "item": "magenta"
11389
+ },
11390
+ "path": [
11391
+ "color",
11392
+ "categorical",
11393
+ "magenta"
11394
+ ]
11395
+ },
11396
+ "tropical-indigo": {
11397
+ "value": "#7e84fa",
11398
+ "filePath": "src/color-palette.yml",
11399
+ "isSource": true,
11400
+ "original": {
11401
+ "value": "#7e84fa"
11402
+ },
11403
+ "name": "ColorCategoricalTropicalIndigo",
11404
+ "attributes": {
11405
+ "category": "color",
11406
+ "type": "categorical",
11407
+ "item": "tropical-indigo"
11408
+ },
11409
+ "path": [
11410
+ "color",
11411
+ "categorical",
11412
+ "tropical-indigo"
11413
+ ]
11414
+ },
11415
+ "malachite": {
11416
+ "value": "#72e06a",
11417
+ "filePath": "src/color-palette.yml",
11418
+ "isSource": true,
11419
+ "original": {
11420
+ "value": "#72e06a"
11421
+ },
11422
+ "name": "ColorCategoricalMalachite",
11423
+ "attributes": {
11424
+ "category": "color",
11425
+ "type": "categorical",
11426
+ "item": "malachite"
11427
+ },
11428
+ "path": [
11429
+ "color",
11430
+ "categorical",
11431
+ "malachite"
11432
+ ]
11433
+ },
11434
+ "azure": {
11435
+ "value": "#147af3",
11436
+ "filePath": "src/color-palette.yml",
11437
+ "isSource": true,
11438
+ "original": {
11439
+ "value": "#147af3"
11440
+ },
11441
+ "name": "ColorCategoricalAzure",
11442
+ "attributes": {
11443
+ "category": "color",
11444
+ "type": "categorical",
11445
+ "item": "azure"
11446
+ },
11447
+ "path": [
11448
+ "color",
11449
+ "categorical",
11450
+ "azure"
11451
+ ]
11452
+ },
11453
+ "violet": {
11454
+ "value": "#7326d3",
11455
+ "filePath": "src/color-palette.yml",
11456
+ "isSource": true,
11457
+ "original": {
11458
+ "value": "#7326d3"
11459
+ },
11460
+ "name": "ColorCategoricalViolet",
11461
+ "attributes": {
11462
+ "category": "color",
11463
+ "type": "categorical",
11464
+ "item": "violet"
11465
+ },
11466
+ "path": [
11467
+ "color",
11468
+ "categorical",
11469
+ "violet"
11470
+ ]
11471
+ },
11472
+ "yellow": {
11473
+ "value": "#e8c600",
11474
+ "filePath": "src/color-palette.yml",
11475
+ "isSource": true,
11476
+ "original": {
11477
+ "value": "#e8c600"
11478
+ },
11479
+ "name": "ColorCategoricalYellow",
11480
+ "attributes": {
11481
+ "category": "color",
11482
+ "type": "categorical",
11483
+ "item": "yellow"
11484
+ },
11485
+ "path": [
11486
+ "color",
11487
+ "categorical",
11488
+ "yellow"
11489
+ ]
11490
+ },
11491
+ "alloy-orange": {
11492
+ "value": "#cb5d00",
11493
+ "filePath": "src/color-palette.yml",
11494
+ "isSource": true,
11495
+ "original": {
11496
+ "value": "#cb5d00"
11497
+ },
11498
+ "name": "ColorCategoricalAlloyOrange",
11499
+ "attributes": {
11500
+ "category": "color",
11501
+ "type": "categorical",
11502
+ "item": "alloy-orange"
11503
+ },
11504
+ "path": [
11505
+ "color",
11506
+ "categorical",
11507
+ "alloy-orange"
11508
+ ]
11509
+ },
11510
+ "green": {
11511
+ "value": "#008f5d",
11512
+ "filePath": "src/color-palette.yml",
11513
+ "isSource": true,
11514
+ "original": {
11515
+ "value": "#008f5d"
11516
+ },
11517
+ "name": "ColorCategoricalGreen",
11518
+ "attributes": {
11519
+ "category": "color",
11520
+ "type": "categorical",
11521
+ "item": "green"
11522
+ },
11523
+ "path": [
11524
+ "color",
11525
+ "categorical",
11526
+ "green"
11527
+ ]
11528
+ },
11529
+ "lime": {
11530
+ "value": "#bce931",
11531
+ "filePath": "src/color-palette.yml",
11532
+ "isSource": true,
11533
+ "original": {
11534
+ "value": "#bce931"
11535
+ },
11536
+ "name": "ColorCategoricalLime",
11537
+ "attributes": {
11538
+ "category": "color",
11539
+ "type": "categorical",
11540
+ "item": "lime"
11541
+ },
11542
+ "path": [
11543
+ "color",
11544
+ "categorical",
11545
+ "lime"
11546
+ ]
11547
+ }
11548
+ },
11549
+ "transparent": {
11550
+ "value": "transparent",
11551
+ "filePath": "src/color-palette.yml",
11552
+ "isSource": true,
11553
+ "original": {
11554
+ "value": "transparent"
11555
+ },
11556
+ "name": "ColorTransparent",
11557
+ "attributes": {
11558
+ "category": "color",
11559
+ "type": "transparent"
11560
+ },
11561
+ "path": [
11562
+ "color",
11104
11563
  "transparent"
11105
11564
  ]
11106
11565
  }
11107
11566
  },
11567
+ "avatar-stack": {
11568
+ "border-width": {
11569
+ "value": "2px",
11570
+ "filePath": "src/content/avatar-stack.yml",
11571
+ "isSource": true,
11572
+ "original": {
11573
+ "value": "{border-width.200}"
11574
+ },
11575
+ "name": "AvatarStackBorderWidth",
11576
+ "attributes": {
11577
+ "category": "avatar-stack",
11578
+ "type": "border-width"
11579
+ },
11580
+ "path": [
11581
+ "avatar-stack",
11582
+ "border-width"
11583
+ ]
11584
+ }
11585
+ },
11108
11586
  "avatar": {
11109
11587
  "size": {
11110
11588
  "xs": {
@@ -13154,6 +13632,74 @@
13154
13632
  "icon",
13155
13633
  "color"
13156
13634
  ]
13635
+ },
13636
+ "info-color": {
13637
+ "value": "#003FB8",
13638
+ "filePath": "src/content/icon.yml",
13639
+ "isSource": true,
13640
+ "original": {
13641
+ "value": "{info-outline-content-color}"
13642
+ },
13643
+ "name": "IconInfoColor",
13644
+ "attributes": {
13645
+ "category": "icon",
13646
+ "type": "info-color"
13647
+ },
13648
+ "path": [
13649
+ "icon",
13650
+ "info-color"
13651
+ ]
13652
+ },
13653
+ "warning-color": {
13654
+ "value": "#C25200",
13655
+ "filePath": "src/content/icon.yml",
13656
+ "isSource": true,
13657
+ "original": {
13658
+ "value": "{warning-outline-content-color}"
13659
+ },
13660
+ "name": "IconWarningColor",
13661
+ "attributes": {
13662
+ "category": "icon",
13663
+ "type": "warning-color"
13664
+ },
13665
+ "path": [
13666
+ "icon",
13667
+ "warning-color"
13668
+ ]
13669
+ },
13670
+ "danger-color": {
13671
+ "value": "#B4193A",
13672
+ "filePath": "src/content/icon.yml",
13673
+ "isSource": true,
13674
+ "original": {
13675
+ "value": "{danger-outline-content-color}"
13676
+ },
13677
+ "name": "IconDangerColor",
13678
+ "attributes": {
13679
+ "category": "icon",
13680
+ "type": "danger-color"
13681
+ },
13682
+ "path": [
13683
+ "icon",
13684
+ "danger-color"
13685
+ ]
13686
+ },
13687
+ "success-color": {
13688
+ "value": "#005F42",
13689
+ "filePath": "src/content/icon.yml",
13690
+ "isSource": true,
13691
+ "original": {
13692
+ "value": "{success-outline-content-color}"
13693
+ },
13694
+ "name": "IconSuccessColor",
13695
+ "attributes": {
13696
+ "category": "icon",
13697
+ "type": "success-color"
13698
+ },
13699
+ "path": [
13700
+ "icon",
13701
+ "success-color"
13702
+ ]
13157
13703
  }
13158
13704
  },
13159
13705
  "illustrated-message": {
@@ -13328,40 +13874,110 @@
13328
13874
  ]
13329
13875
  }
13330
13876
  },
13331
- "initials": {
13332
- "font-weight": {
13333
- "value": "bold",
13334
- "filePath": "src/content/initials.yml",
13877
+ "image": {
13878
+ "corner-radius": {
13879
+ "value": "4px",
13880
+ "filePath": "src/content/image.yml",
13335
13881
  "isSource": true,
13336
13882
  "original": {
13337
- "value": "{font-weight.bold}"
13883
+ "value": "{corner-radius.default}"
13338
13884
  },
13339
- "name": "InitialsFontWeight",
13885
+ "name": "ImageCornerRadius",
13340
13886
  "attributes": {
13341
- "category": "initials",
13342
- "type": "font-weight"
13887
+ "category": "image",
13888
+ "type": "corner-radius"
13343
13889
  },
13344
13890
  "path": [
13345
- "initials",
13346
- "font-weight"
13891
+ "image",
13892
+ "corner-radius"
13347
13893
  ]
13348
- }
13349
- },
13350
- "label": {
13351
- "font-size": {
13352
- "value": "0.875rem",
13353
- "filePath": "src/content/label.yml",
13894
+ },
13895
+ "border-width": {
13896
+ "value": "1px",
13897
+ "filePath": "src/content/image.yml",
13354
13898
  "isSource": true,
13355
13899
  "original": {
13356
- "value": "{font-size-text.s}"
13900
+ "value": "{border-width.100}"
13357
13901
  },
13358
- "name": "LabelFontSize",
13902
+ "name": "ImageBorderWidth",
13359
13903
  "attributes": {
13360
- "category": "label",
13361
- "type": "font-size"
13904
+ "category": "image",
13905
+ "type": "border-width"
13362
13906
  },
13363
13907
  "path": [
13364
- "label",
13908
+ "image",
13909
+ "border-width"
13910
+ ]
13911
+ },
13912
+ "border-style": {
13913
+ "value": "solid",
13914
+ "filePath": "src/content/image.yml",
13915
+ "isSource": true,
13916
+ "original": {
13917
+ "value": "{border-style.default}"
13918
+ },
13919
+ "name": "ImageBorderStyle",
13920
+ "attributes": {
13921
+ "category": "image",
13922
+ "type": "border-style"
13923
+ },
13924
+ "path": [
13925
+ "image",
13926
+ "border-style"
13927
+ ]
13928
+ },
13929
+ "border-color": {
13930
+ "value": "#909090",
13931
+ "filePath": "src/content/image.yml",
13932
+ "isSource": true,
13933
+ "original": {
13934
+ "value": "{neutral-outline-border-color}"
13935
+ },
13936
+ "name": "ImageBorderColor",
13937
+ "attributes": {
13938
+ "category": "image",
13939
+ "type": "border-color"
13940
+ },
13941
+ "path": [
13942
+ "image",
13943
+ "border-color"
13944
+ ]
13945
+ }
13946
+ },
13947
+ "initials": {
13948
+ "font-weight": {
13949
+ "value": "bold",
13950
+ "filePath": "src/content/initials.yml",
13951
+ "isSource": true,
13952
+ "original": {
13953
+ "value": "{font-weight.bold}"
13954
+ },
13955
+ "name": "InitialsFontWeight",
13956
+ "attributes": {
13957
+ "category": "initials",
13958
+ "type": "font-weight"
13959
+ },
13960
+ "path": [
13961
+ "initials",
13962
+ "font-weight"
13963
+ ]
13964
+ }
13965
+ },
13966
+ "label": {
13967
+ "font-size": {
13968
+ "value": "0.875rem",
13969
+ "filePath": "src/content/label.yml",
13970
+ "isSource": true,
13971
+ "original": {
13972
+ "value": "{font-size-text.s}"
13973
+ },
13974
+ "name": "LabelFontSize",
13975
+ "attributes": {
13976
+ "category": "label",
13977
+ "type": "font-size"
13978
+ },
13979
+ "path": [
13980
+ "label",
13365
13981
  "font-size"
13366
13982
  ]
13367
13983
  },
@@ -13512,127 +14128,6 @@
13512
14128
  ]
13513
14129
  }
13514
14130
  },
13515
- "message": {
13516
- "corner-radius": {
13517
- "value": "4px",
13518
- "filePath": "src/content/message.yml",
13519
- "isSource": true,
13520
- "original": {
13521
- "value": "{corner-radius.default}"
13522
- },
13523
- "name": "MessageCornerRadius",
13524
- "attributes": {
13525
- "category": "message",
13526
- "type": "corner-radius"
13527
- },
13528
- "path": [
13529
- "message",
13530
- "corner-radius"
13531
- ]
13532
- },
13533
- "padding-y": {
13534
- "value": "8px",
13535
- "filePath": "src/content/message.yml",
13536
- "isSource": true,
13537
- "original": {
13538
- "value": "{size-px.s}"
13539
- },
13540
- "name": "MessagePaddingY",
13541
- "attributes": {
13542
- "category": "message",
13543
- "type": "padding-y"
13544
- },
13545
- "path": [
13546
- "message",
13547
- "padding-y"
13548
- ]
13549
- },
13550
- "padding-x": {
13551
- "value": "16px",
13552
- "filePath": "src/content/message.yml",
13553
- "isSource": true,
13554
- "original": {
13555
- "value": "{size-px.m}"
13556
- },
13557
- "name": "MessagePaddingX",
13558
- "attributes": {
13559
- "category": "message",
13560
- "type": "padding-x"
13561
- },
13562
- "path": [
13563
- "message",
13564
- "padding-x"
13565
- ]
13566
- },
13567
- "spacing-y": {
13568
- "value": "0.5rem",
13569
- "filePath": "src/content/message.yml",
13570
- "isSource": true,
13571
- "original": {
13572
- "value": "{size-rem.s}"
13573
- },
13574
- "name": "MessageSpacingY",
13575
- "attributes": {
13576
- "category": "message",
13577
- "type": "spacing-y"
13578
- },
13579
- "path": [
13580
- "message",
13581
- "spacing-y"
13582
- ]
13583
- },
13584
- "spacing-x": {
13585
- "value": "1rem",
13586
- "filePath": "src/content/message.yml",
13587
- "isSource": true,
13588
- "original": {
13589
- "value": "{size-rem.m}"
13590
- },
13591
- "name": "MessageSpacingX",
13592
- "attributes": {
13593
- "category": "message",
13594
- "type": "spacing-x"
13595
- },
13596
- "path": [
13597
- "message",
13598
- "spacing-x"
13599
- ]
13600
- },
13601
- "background-color-responder": {
13602
- "value": "#E6E6E6",
13603
- "filePath": "src/content/message.yml",
13604
- "isSource": true,
13605
- "original": {
13606
- "value": "{color.gray.400}"
13607
- },
13608
- "name": "MessageBackgroundColorResponder",
13609
- "attributes": {
13610
- "category": "message",
13611
- "type": "background-color-responder"
13612
- },
13613
- "path": [
13614
- "message",
13615
- "background-color-responder"
13616
- ]
13617
- },
13618
- "background-color-sender": {
13619
- "value": "#E0EBFF",
13620
- "filePath": "src/content/message.yml",
13621
- "isSource": true,
13622
- "original": {
13623
- "value": "{color.hosting-blue.200}"
13624
- },
13625
- "name": "MessageBackgroundColorSender",
13626
- "attributes": {
13627
- "category": "message",
13628
- "type": "background-color-sender"
13629
- },
13630
- "path": [
13631
- "message",
13632
- "background-color-sender"
13633
- ]
13634
- }
13635
- },
13636
14131
  "text": {
13637
14132
  "color": {
13638
14133
  "default": {
@@ -13728,6 +14223,91 @@
13728
14223
  "text",
13729
14224
  "max-width"
13730
14225
  ]
14226
+ },
14227
+ "blockquote-border-width": {
14228
+ "value": "4px",
14229
+ "filePath": "src/content/text.yml",
14230
+ "isSource": true,
14231
+ "original": {
14232
+ "value": "{border-width.300}"
14233
+ },
14234
+ "name": "TextBlockquoteBorderWidth",
14235
+ "attributes": {
14236
+ "category": "text",
14237
+ "type": "blockquote-border-width"
14238
+ },
14239
+ "path": [
14240
+ "text",
14241
+ "blockquote-border-width"
14242
+ ]
14243
+ },
14244
+ "blockquote-border-style": {
14245
+ "value": "solid",
14246
+ "filePath": "src/content/text.yml",
14247
+ "isSource": true,
14248
+ "original": {
14249
+ "value": "{border-style.default}"
14250
+ },
14251
+ "name": "TextBlockquoteBorderStyle",
14252
+ "attributes": {
14253
+ "category": "text",
14254
+ "type": "blockquote-border-style"
14255
+ },
14256
+ "path": [
14257
+ "text",
14258
+ "blockquote-border-style"
14259
+ ]
14260
+ },
14261
+ "blockquote-border-color": {
14262
+ "value": "#0054F5",
14263
+ "filePath": "src/content/text.yml",
14264
+ "isSource": true,
14265
+ "original": {
14266
+ "value": "{info-outline-border-color}"
14267
+ },
14268
+ "name": "TextBlockquoteBorderColor",
14269
+ "attributes": {
14270
+ "category": "text",
14271
+ "type": "blockquote-border-color"
14272
+ },
14273
+ "path": [
14274
+ "text",
14275
+ "blockquote-border-color"
14276
+ ]
14277
+ },
14278
+ "blockquote-padding": {
14279
+ "value": "0.5rem",
14280
+ "filePath": "src/content/text.yml",
14281
+ "isSource": true,
14282
+ "original": {
14283
+ "value": "{size-rem.s}"
14284
+ },
14285
+ "name": "TextBlockquotePadding",
14286
+ "attributes": {
14287
+ "category": "text",
14288
+ "type": "blockquote-padding"
14289
+ },
14290
+ "path": [
14291
+ "text",
14292
+ "blockquote-padding"
14293
+ ]
14294
+ },
14295
+ "list-padding": {
14296
+ "value": "1.5rem",
14297
+ "filePath": "src/content/text.yml",
14298
+ "isSource": true,
14299
+ "original": {
14300
+ "value": "{size-rem.l}"
14301
+ },
14302
+ "name": "TextListPadding",
14303
+ "attributes": {
14304
+ "category": "text",
14305
+ "type": "list-padding"
14306
+ },
14307
+ "path": [
14308
+ "text",
14309
+ "list-padding"
14310
+ ]
13731
14311
  }
13732
14312
  },
13733
14313
  "focus": {
@@ -13748,6 +14328,23 @@
13748
14328
  "outline-color"
13749
14329
  ]
13750
14330
  },
14331
+ "secondary-outline-color": {
14332
+ "value": "#FFFFFF",
14333
+ "filePath": "src/focus.yml",
14334
+ "isSource": true,
14335
+ "original": {
14336
+ "value": "{neutral.color.100}"
14337
+ },
14338
+ "name": "FocusSecondaryOutlineColor",
14339
+ "attributes": {
14340
+ "category": "focus",
14341
+ "type": "secondary-outline-color"
14342
+ },
14343
+ "path": [
14344
+ "focus",
14345
+ "secondary-outline-color"
14346
+ ]
14347
+ },
13751
14348
  "outline-offset": {
13752
14349
  "value": "2px",
13753
14350
  "filePath": "src/focus.yml",
@@ -14928,135 +15525,63 @@
14928
15525
  }
14929
15526
  },
14930
15527
  "slider": {
14931
- "value-font-weight": {
14932
- "value": "bold",
14933
- "filePath": "src/form/slider.yml",
14934
- "isSource": true,
14935
- "original": {
14936
- "value": "{font-weight.bold}"
14937
- },
14938
- "name": "SliderValueFontWeight",
14939
- "attributes": {
14940
- "category": "slider",
14941
- "type": "value-font-weight"
14942
- },
14943
- "path": [
14944
- "slider",
14945
- "value-font-weight"
14946
- ]
14947
- },
14948
- "value-to-label-spacing": {
14949
- "value": "0.25rem",
14950
- "filePath": "src/form/slider.yml",
14951
- "isSource": true,
14952
- "original": {
14953
- "value": "{size-rem.xs}"
14954
- },
14955
- "name": "SliderValueToLabelSpacing",
14956
- "attributes": {
14957
- "category": "slider",
14958
- "type": "value-to-label-spacing"
14959
- },
14960
- "path": [
14961
- "slider",
14962
- "value-to-label-spacing"
14963
- ]
14964
- },
14965
- "text-to-track-spacing": {
14966
- "value": "0.25rem",
14967
- "filePath": "src/form/slider.yml",
14968
- "isSource": true,
14969
- "original": {
14970
- "value": "{size-rem.xs}"
14971
- },
14972
- "name": "SliderTextToTrackSpacing",
14973
- "attributes": {
14974
- "category": "slider",
14975
- "type": "text-to-track-spacing"
14976
- },
14977
- "path": [
14978
- "slider",
14979
- "text-to-track-spacing"
14980
- ]
14981
- },
14982
- "text-color": {
14983
- "disabled": {
14984
- "value": "#E6E6E6",
14985
- "filePath": "src/form/slider.yml",
14986
- "isSource": true,
14987
- "original": {
14988
- "value": "{disabled-plain-content-color}"
14989
- },
14990
- "name": "SliderTextColorDisabled",
14991
- "attributes": {
14992
- "category": "slider",
14993
- "type": "text-color",
14994
- "item": "disabled"
14995
- },
14996
- "path": [
14997
- "slider",
14998
- "text-color",
14999
- "disabled"
15000
- ]
15001
- }
15002
- },
15003
- "track-background-color": {
15528
+ "color": {
15004
15529
  "default": {
15005
- "value": "#F0F5FF",
15530
+ "value": "#002A7B",
15006
15531
  "filePath": "src/form/slider.yml",
15007
15532
  "isSource": true,
15008
15533
  "original": {
15009
- "value": "{primary-soft-background-color.default}"
15534
+ "value": "{primary.color.1000}"
15010
15535
  },
15011
- "name": "SliderTrackBackgroundColorDefault",
15536
+ "name": "SliderColorDefault",
15012
15537
  "attributes": {
15013
15538
  "category": "slider",
15014
- "type": "track-background-color",
15539
+ "type": "color",
15015
15540
  "item": "default"
15016
15541
  },
15017
15542
  "path": [
15018
15543
  "slider",
15019
- "track-background-color",
15544
+ "color",
15020
15545
  "default"
15021
15546
  ]
15022
15547
  },
15023
15548
  "disabled": {
15024
- "value": "#F8F8F8",
15549
+ "value": "#B1B1B1",
15025
15550
  "filePath": "src/form/slider.yml",
15026
15551
  "isSource": true,
15027
15552
  "original": {
15028
- "value": "{disabled-soft-background-color}"
15553
+ "value": "{neutral.color.600}"
15029
15554
  },
15030
- "name": "SliderTrackBackgroundColorDisabled",
15555
+ "name": "SliderColorDisabled",
15031
15556
  "attributes": {
15032
15557
  "category": "slider",
15033
- "type": "track-background-color",
15558
+ "type": "color",
15034
15559
  "item": "disabled"
15035
15560
  },
15036
15561
  "path": [
15037
15562
  "slider",
15038
- "track-background-color",
15563
+ "color",
15039
15564
  "disabled"
15040
15565
  ]
15041
15566
  }
15042
15567
  },
15043
- "track-background-color-fill": {
15568
+ "track-color": {
15044
15569
  "default": {
15045
- "value": "#0054F5",
15570
+ "value": "#909090",
15046
15571
  "filePath": "src/form/slider.yml",
15047
15572
  "isSource": true,
15048
15573
  "original": {
15049
- "value": "{primary-solid-background-color.default}"
15574
+ "value": "{neutral.color.700}"
15050
15575
  },
15051
- "name": "SliderTrackBackgroundColorFillDefault",
15576
+ "name": "SliderTrackColorDefault",
15052
15577
  "attributes": {
15053
15578
  "category": "slider",
15054
- "type": "track-background-color-fill",
15579
+ "type": "track-color",
15055
15580
  "item": "default"
15056
15581
  },
15057
15582
  "path": [
15058
15583
  "slider",
15059
- "track-background-color-fill",
15584
+ "track-color",
15060
15585
  "default"
15061
15586
  ]
15062
15587
  },
@@ -15065,292 +15590,189 @@
15065
15590
  "filePath": "src/form/slider.yml",
15066
15591
  "isSource": true,
15067
15592
  "original": {
15068
- "value": "{disabled-solid-background-color}"
15593
+ "value": "{neutral.color.400}"
15069
15594
  },
15070
- "name": "SliderTrackBackgroundColorFillDisabled",
15595
+ "name": "SliderTrackColorDisabled",
15071
15596
  "attributes": {
15072
15597
  "category": "slider",
15073
- "type": "track-background-color-fill",
15598
+ "type": "track-color",
15074
15599
  "item": "disabled"
15075
15600
  },
15076
15601
  "path": [
15077
15602
  "slider",
15078
- "track-background-color-fill",
15603
+ "track-color",
15079
15604
  "disabled"
15080
15605
  ]
15081
15606
  }
15082
15607
  },
15083
- "track-height": {
15084
- "value": "0.25rem",
15608
+ "spacing-x": {
15609
+ "value": "0.5rem",
15085
15610
  "filePath": "src/form/slider.yml",
15086
15611
  "isSource": true,
15087
15612
  "original": {
15088
- "value": "{size-rem.xs}"
15613
+ "value": "{size-rem.s}"
15089
15614
  },
15090
- "name": "SliderTrackHeight",
15615
+ "name": "SliderSpacingX",
15091
15616
  "attributes": {
15092
15617
  "category": "slider",
15093
- "type": "track-height"
15618
+ "type": "spacing-x"
15094
15619
  },
15095
15620
  "path": [
15096
15621
  "slider",
15097
- "track-height"
15622
+ "spacing-x"
15098
15623
  ]
15099
15624
  },
15100
- "track-corner-radius": {
15101
- "value": "4px",
15625
+ "spacing-y": {
15626
+ "value": "1rem",
15102
15627
  "filePath": "src/form/slider.yml",
15103
15628
  "isSource": true,
15104
15629
  "original": {
15105
- "value": "{corner-radius.default}"
15630
+ "value": "{size-rem.m}"
15106
15631
  },
15107
- "name": "SliderTrackCornerRadius",
15632
+ "name": "SliderSpacingY",
15108
15633
  "attributes": {
15109
15634
  "category": "slider",
15110
- "type": "track-corner-radius"
15635
+ "type": "spacing-y"
15111
15636
  },
15112
15637
  "path": [
15113
15638
  "slider",
15114
- "track-corner-radius"
15639
+ "spacing-y"
15115
15640
  ]
15116
15641
  },
15117
- "thumb-border-color": {
15118
- "default": {
15119
- "value": "#0054F5",
15120
- "filePath": "src/form/slider.yml",
15121
- "isSource": true,
15122
- "original": {
15123
- "value": "{primary-solid-background-color.default}"
15124
- },
15125
- "name": "SliderThumbBorderColorDefault",
15126
- "attributes": {
15127
- "category": "slider",
15128
- "type": "thumb-border-color",
15129
- "item": "default"
15130
- },
15131
- "path": [
15132
- "slider",
15133
- "thumb-border-color",
15134
- "default"
15135
- ]
15136
- },
15137
- "disabled": {
15138
- "value": "#E6E6E6",
15139
- "filePath": "src/form/slider.yml",
15140
- "isSource": true,
15141
- "original": {
15142
- "value": "{disabled-solid-background-color}"
15143
- },
15144
- "name": "SliderThumbBorderColorDisabled",
15145
- "attributes": {
15146
- "category": "slider",
15147
- "type": "thumb-border-color",
15148
- "item": "disabled"
15149
- },
15150
- "path": [
15151
- "slider",
15152
- "thumb-border-color",
15153
- "disabled"
15154
- ]
15155
- }
15156
- },
15157
- "thumb-border-width": {
15158
- "value": "0.25rem",
15642
+ "border-width": {
15643
+ "value": "4px",
15159
15644
  "filePath": "src/form/slider.yml",
15160
15645
  "isSource": true,
15161
15646
  "original": {
15162
- "value": "{size-rem.xs}"
15647
+ "value": "{border-width.300}"
15163
15648
  },
15164
- "name": "SliderThumbBorderWidth",
15649
+ "name": "SliderBorderWidth",
15165
15650
  "attributes": {
15166
15651
  "category": "slider",
15167
- "type": "thumb-border-width"
15652
+ "type": "border-width"
15168
15653
  },
15169
15654
  "path": [
15170
15655
  "slider",
15171
- "thumb-border-width"
15656
+ "border-width"
15172
15657
  ]
15173
15658
  },
15174
- "thumb-border-style": {
15659
+ "border-style": {
15175
15660
  "value": "solid",
15176
15661
  "filePath": "src/form/slider.yml",
15177
15662
  "isSource": true,
15178
15663
  "original": {
15179
15664
  "value": "{border-style.default}"
15180
15665
  },
15181
- "name": "SliderThumbBorderStyle",
15666
+ "name": "SliderBorderStyle",
15182
15667
  "attributes": {
15183
15668
  "category": "slider",
15184
- "type": "thumb-border-style"
15669
+ "type": "border-style"
15185
15670
  },
15186
15671
  "path": [
15187
15672
  "slider",
15188
- "thumb-border-style"
15673
+ "border-style"
15189
15674
  ]
15190
15675
  },
15191
- "thumb-corner-radius": {
15192
- "value": "50%",
15676
+ "corner-radius": {
15677
+ "value": "4px",
15193
15678
  "filePath": "src/form/slider.yml",
15194
15679
  "isSource": true,
15195
15680
  "original": {
15196
- "value": "{corner-radius.round}"
15681
+ "value": "{corner-radius.default}"
15197
15682
  },
15198
- "name": "SliderThumbCornerRadius",
15683
+ "name": "SliderCornerRadius",
15199
15684
  "attributes": {
15200
15685
  "category": "slider",
15201
- "type": "thumb-corner-radius"
15686
+ "type": "corner-radius"
15202
15687
  },
15203
15688
  "path": [
15204
15689
  "slider",
15205
- "thumb-corner-radius"
15690
+ "corner-radius"
15206
15691
  ]
15207
15692
  },
15208
- "thumb-size": {
15209
- "value": "1.5rem",
15693
+ "value-font-weight": {
15694
+ "value": "bold",
15210
15695
  "filePath": "src/form/slider.yml",
15211
15696
  "isSource": true,
15212
15697
  "original": {
15213
- "value": "{size-rem.l}"
15698
+ "value": "{font-weight.bold}"
15214
15699
  },
15215
- "name": "SliderThumbSize",
15700
+ "name": "SliderValueFontWeight",
15216
15701
  "attributes": {
15217
15702
  "category": "slider",
15218
- "type": "thumb-size"
15703
+ "type": "value-font-weight"
15219
15704
  },
15220
15705
  "path": [
15221
15706
  "slider",
15222
- "thumb-size"
15707
+ "value-font-weight"
15223
15708
  ]
15224
15709
  },
15225
- "thumb-background-color": {
15226
- "default": {
15227
- "value": "#FFFFFF",
15228
- "filePath": "src/form/slider.yml",
15229
- "isSource": true,
15230
- "original": {
15231
- "value": "{neutral.color.100}"
15232
- },
15233
- "name": "SliderThumbBackgroundColorDefault",
15234
- "attributes": {
15235
- "category": "slider",
15236
- "type": "thumb-background-color",
15237
- "item": "default"
15238
- },
15239
- "path": [
15240
- "slider",
15241
- "thumb-background-color",
15242
- "default"
15243
- ]
15244
- },
15245
- "pressed": {
15246
- "value": "#0054F5",
15247
- "filePath": "src/form/slider.yml",
15248
- "isSource": true,
15249
- "original": {
15250
- "value": "{primary-solid-background-color.default}"
15251
- },
15252
- "name": "SliderThumbBackgroundColorPressed",
15253
- "attributes": {
15254
- "category": "slider",
15255
- "type": "thumb-background-color",
15256
- "item": "pressed"
15257
- },
15258
- "path": [
15259
- "slider",
15260
- "thumb-background-color",
15261
- "pressed"
15262
- ]
15263
- }
15264
- },
15265
- "initial-marker-height": {
15266
- "value": "1rem",
15710
+ "handle-corner-radius": {
15711
+ "value": "50%",
15267
15712
  "filePath": "src/form/slider.yml",
15268
15713
  "isSource": true,
15269
15714
  "original": {
15270
- "value": "{size-rem.m}"
15715
+ "value": "{corner-radius.round}"
15271
15716
  },
15272
- "name": "SliderInitialMarkerHeight",
15717
+ "name": "SliderHandleCornerRadius",
15273
15718
  "attributes": {
15274
15719
  "category": "slider",
15275
- "type": "initial-marker-height"
15720
+ "type": "handle-corner-radius"
15276
15721
  },
15277
15722
  "path": [
15278
15723
  "slider",
15279
- "initial-marker-height"
15724
+ "handle-corner-radius"
15280
15725
  ]
15281
15726
  },
15282
- "initial-marker-width": {
15283
- "value": "0.25rem",
15727
+ "handle-size": {
15728
+ "value": "1.5rem",
15284
15729
  "filePath": "src/form/slider.yml",
15285
15730
  "isSource": true,
15286
15731
  "original": {
15287
- "value": "{size-rem.xs}"
15732
+ "value": "{size-rem.l}"
15288
15733
  },
15289
- "name": "SliderInitialMarkerWidth",
15734
+ "name": "SliderHandleSize",
15290
15735
  "attributes": {
15291
15736
  "category": "slider",
15292
- "type": "initial-marker-width"
15737
+ "type": "handle-size"
15293
15738
  },
15294
15739
  "path": [
15295
15740
  "slider",
15296
- "initial-marker-width"
15741
+ "handle-size"
15297
15742
  ]
15298
15743
  },
15299
- "initial-marker-background-color": {
15300
- "default": {
15301
- "value": "#0054F5",
15302
- "filePath": "src/form/slider.yml",
15303
- "isSource": true,
15304
- "original": {
15305
- "value": "{primary-solid-background-color.default}"
15306
- },
15307
- "name": "SliderInitialMarkerBackgroundColorDefault",
15308
- "attributes": {
15309
- "category": "slider",
15310
- "type": "initial-marker-background-color",
15311
- "item": "default"
15312
- },
15313
- "path": [
15314
- "slider",
15315
- "initial-marker-background-color",
15316
- "default"
15317
- ]
15744
+ "handle-fill-color": {
15745
+ "value": "#FFFFFF",
15746
+ "filePath": "src/form/slider.yml",
15747
+ "isSource": true,
15748
+ "original": {
15749
+ "value": "{neutral.color.100}"
15318
15750
  },
15319
- "disabled": {
15320
- "value": "#E6E6E6",
15321
- "filePath": "src/form/slider.yml",
15322
- "isSource": true,
15323
- "original": {
15324
- "value": "{disabled-solid-background-color}"
15325
- },
15326
- "name": "SliderInitialMarkerBackgroundColorDisabled",
15327
- "attributes": {
15328
- "category": "slider",
15329
- "type": "initial-marker-background-color",
15330
- "item": "disabled"
15331
- },
15332
- "path": [
15333
- "slider",
15334
- "initial-marker-background-color",
15335
- "disabled"
15336
- ]
15337
- }
15751
+ "name": "SliderHandleFillColor",
15752
+ "attributes": {
15753
+ "category": "slider",
15754
+ "type": "handle-fill-color"
15755
+ },
15756
+ "path": [
15757
+ "slider",
15758
+ "handle-fill-color"
15759
+ ]
15338
15760
  },
15339
- "initial-marker-corner-radius": {
15340
- "value": "4px",
15761
+ "initial-marker-height": {
15762
+ "value": "1rem",
15341
15763
  "filePath": "src/form/slider.yml",
15342
15764
  "isSource": true,
15343
15765
  "original": {
15344
- "value": "{corner-radius.default}"
15766
+ "value": "{size-rem.m}"
15345
15767
  },
15346
- "name": "SliderInitialMarkerCornerRadius",
15768
+ "name": "SliderInitialMarkerHeight",
15347
15769
  "attributes": {
15348
15770
  "category": "slider",
15349
- "type": "initial-marker-corner-radius"
15771
+ "type": "initial-marker-height"
15350
15772
  },
15351
15773
  "path": [
15352
15774
  "slider",
15353
- "initial-marker-corner-radius"
15775
+ "initial-marker-height"
15354
15776
  ]
15355
15777
  }
15356
15778
  },
@@ -16149,38 +16571,38 @@
16149
16571
  }
16150
16572
  },
16151
16573
  "link": {
16152
- "font-size": {
16153
- "value": "0.875rem",
16574
+ "line-height": {
16575
+ "value": "calc(1rem * 1.5)",
16154
16576
  "filePath": "src/navigation/link.yml",
16155
16577
  "isSource": true,
16156
16578
  "original": {
16157
- "value": "{font-size-text.s}"
16579
+ "value": "{line-height.m}"
16158
16580
  },
16159
- "name": "LinkFontSize",
16581
+ "name": "LinkLineHeight",
16160
16582
  "attributes": {
16161
16583
  "category": "link",
16162
- "type": "font-size"
16584
+ "type": "line-height"
16163
16585
  },
16164
16586
  "path": [
16165
16587
  "link",
16166
- "font-size"
16588
+ "line-height"
16167
16589
  ]
16168
16590
  },
16169
- "line-height": {
16170
- "value": "calc(1rem * 1.5)",
16591
+ "icon-height": {
16592
+ "value": "calc(1rem * 1.25)",
16171
16593
  "filePath": "src/navigation/link.yml",
16172
16594
  "isSource": true,
16173
16595
  "original": {
16174
- "value": "{line-height.m}"
16596
+ "value": "calc({font-size-text.m} * 1.25)"
16175
16597
  },
16176
- "name": "LinkLineHeight",
16598
+ "name": "LinkIconHeight",
16177
16599
  "attributes": {
16178
16600
  "category": "link",
16179
- "type": "line-height"
16601
+ "type": "icon-height"
16180
16602
  },
16181
16603
  "path": [
16182
16604
  "link",
16183
- "line-height"
16605
+ "icon-height"
16184
16606
  ]
16185
16607
  },
16186
16608
  "font-weight": {
@@ -16621,25 +17043,6 @@
16621
17043
  ]
16622
17044
  }
16623
17045
  },
16624
- "tab-panel": {
16625
- "padding": {
16626
- "value": "32px",
16627
- "filePath": "src/navigation/tabs.yml",
16628
- "isSource": true,
16629
- "original": {
16630
- "value": "{size-px.xl}"
16631
- },
16632
- "name": "TabPanelPadding",
16633
- "attributes": {
16634
- "category": "tab-panel",
16635
- "type": "padding"
16636
- },
16637
- "path": [
16638
- "tab-panel",
16639
- "padding"
16640
- ]
16641
- }
16642
- },
16643
17046
  "contextual-help": {
16644
17047
  "max-width": {
16645
17048
  "value": "500px",
@@ -17879,76 +18282,6 @@
17879
18282
  ]
17880
18283
  }
17881
18284
  },
17882
- "alert-icon": {
17883
- "info-color": {
17884
- "value": "#003FB8",
17885
- "filePath": "src/status/alert-icon.yml",
17886
- "isSource": true,
17887
- "original": {
17888
- "value": "{info-outline-content-color}"
17889
- },
17890
- "name": "AlertIconInfoColor",
17891
- "attributes": {
17892
- "category": "alert-icon",
17893
- "type": "info-color"
17894
- },
17895
- "path": [
17896
- "alert-icon",
17897
- "info-color"
17898
- ]
17899
- },
17900
- "warning-color": {
17901
- "value": "#C25200",
17902
- "filePath": "src/status/alert-icon.yml",
17903
- "isSource": true,
17904
- "original": {
17905
- "value": "{warning-outline-content-color}"
17906
- },
17907
- "name": "AlertIconWarningColor",
17908
- "attributes": {
17909
- "category": "alert-icon",
17910
- "type": "warning-color"
17911
- },
17912
- "path": [
17913
- "alert-icon",
17914
- "warning-color"
17915
- ]
17916
- },
17917
- "danger-color": {
17918
- "value": "#B4193A",
17919
- "filePath": "src/status/alert-icon.yml",
17920
- "isSource": true,
17921
- "original": {
17922
- "value": "{danger-outline-content-color}"
17923
- },
17924
- "name": "AlertIconDangerColor",
17925
- "attributes": {
17926
- "category": "alert-icon",
17927
- "type": "danger-color"
17928
- },
17929
- "path": [
17930
- "alert-icon",
17931
- "danger-color"
17932
- ]
17933
- },
17934
- "success-color": {
17935
- "value": "#005F42",
17936
- "filePath": "src/status/alert-icon.yml",
17937
- "isSource": true,
17938
- "original": {
17939
- "value": "{success-outline-content-color}"
17940
- },
17941
- "name": "AlertIconSuccessColor",
17942
- "attributes": {
17943
- "category": "alert-icon",
17944
- "type": "success-color"
17945
- },
17946
- "path": [
17947
- "alert-icon",
17948
- "success-color"
17949
- ]
17950
- }
17951
- },
17952
18285
  "alert": {
17953
18286
  "padding": {
17954
18287
  "value": "16px",
@@ -21498,7 +21831,7 @@
21498
21831
  ]
21499
21832
  }
21500
21833
  },
21501
- "text-copyButton": {
21834
+ "text-button": {
21502
21835
  "spacing": {
21503
21836
  "value": "0.25rem",
21504
21837
  "filePath": "src/structure/align.yml",
@@ -21506,15 +21839,36 @@
21506
21839
  "original": {
21507
21840
  "value": "{size-rem.xs}"
21508
21841
  },
21509
- "name": "AlignTextCopyButtonSpacing",
21842
+ "name": "AlignTextButtonSpacing",
21843
+ "attributes": {
21844
+ "category": "align",
21845
+ "type": "text-button",
21846
+ "item": "spacing"
21847
+ },
21848
+ "path": [
21849
+ "align",
21850
+ "text-button",
21851
+ "spacing"
21852
+ ]
21853
+ }
21854
+ },
21855
+ "icon-text": {
21856
+ "spacing": {
21857
+ "value": "0.5rem",
21858
+ "filePath": "src/structure/align.yml",
21859
+ "isSource": true,
21860
+ "original": {
21861
+ "value": "{size-rem.s}"
21862
+ },
21863
+ "name": "AlignIconTextSpacing",
21510
21864
  "attributes": {
21511
21865
  "category": "align",
21512
- "type": "text-copyButton",
21866
+ "type": "icon-text",
21513
21867
  "item": "spacing"
21514
21868
  },
21515
21869
  "path": [
21516
21870
  "align",
21517
- "text-copyButton",
21871
+ "icon-text",
21518
21872
  "spacing"
21519
21873
  ]
21520
21874
  }
@@ -21636,11 +21990,11 @@
21636
21990
  ]
21637
21991
  },
21638
21992
  "padding": {
21639
- "value": "32px",
21993
+ "value": "24px",
21640
21994
  "filePath": "src/structure/layout-card.yml",
21641
21995
  "isSource": true,
21642
21996
  "original": {
21643
- "value": "{size-px.xl}"
21997
+ "value": "{size-px.l}"
21644
21998
  },
21645
21999
  "name": "LayoutCardPadding",
21646
22000
  "attributes": {
@@ -21652,6 +22006,23 @@
21652
22006
  "padding"
21653
22007
  ]
21654
22008
  },
22009
+ "padding-mobile": {
22010
+ "value": "16px",
22011
+ "filePath": "src/structure/layout-card.yml",
22012
+ "isSource": true,
22013
+ "original": {
22014
+ "value": "{size-px.m}"
22015
+ },
22016
+ "name": "LayoutCardPaddingMobile",
22017
+ "attributes": {
22018
+ "category": "layout-card",
22019
+ "type": "padding-mobile"
22020
+ },
22021
+ "path": [
22022
+ "layout-card",
22023
+ "padding-mobile"
22024
+ ]
22025
+ },
21655
22026
  "box-shadow": {
21656
22027
  "value": "rgba(0, 0, 0, 0.1) 0 4px 8px",
21657
22028
  "filePath": "src/structure/layout-card.yml",
@@ -21938,21 +22309,38 @@
21938
22309
  "spacing"
21939
22310
  ]
21940
22311
  },
21941
- "sub-heading-spacing": {
21942
- "value": "1rem",
22312
+ "sub-heading-spacing-m": {
22313
+ "value": "1.5rem",
21943
22314
  "filePath": "src/structure/section.yml",
21944
22315
  "isSource": true,
21945
22316
  "original": {
21946
- "value": "{size-rem.m}"
22317
+ "value": "{size-rem.l}"
22318
+ },
22319
+ "name": "SectionSubHeadingSpacingM",
22320
+ "attributes": {
22321
+ "category": "section",
22322
+ "type": "sub-heading-spacing-m"
22323
+ },
22324
+ "path": [
22325
+ "section",
22326
+ "sub-heading-spacing-m"
22327
+ ]
22328
+ },
22329
+ "sub-heading-spacing-s": {
22330
+ "value": "0.5rem",
22331
+ "filePath": "src/structure/section.yml",
22332
+ "isSource": true,
22333
+ "original": {
22334
+ "value": "{size-rem.s}"
21947
22335
  },
21948
- "name": "SectionSubHeadingSpacing",
22336
+ "name": "SectionSubHeadingSpacingS",
21949
22337
  "attributes": {
21950
22338
  "category": "section",
21951
- "type": "sub-heading-spacing"
22339
+ "type": "sub-heading-spacing-s"
21952
22340
  },
21953
22341
  "path": [
21954
22342
  "section",
21955
- "sub-heading-spacing"
22343
+ "sub-heading-spacing-s"
21956
22344
  ]
21957
22345
  }
21958
22346
  },
@@ -22472,5 +22860,178 @@
22472
22860
  ]
22473
22861
  }
22474
22862
  }
22863
+ },
22864
+ "file-drop-zone": {
22865
+ "corner-radius": {
22866
+ "value": "4px",
22867
+ "filePath": "src/upload/file-drop-zone.yml",
22868
+ "isSource": true,
22869
+ "original": {
22870
+ "value": "{corner-radius.default}"
22871
+ },
22872
+ "name": "FileDropZoneCornerRadius",
22873
+ "attributes": {
22874
+ "category": "file-drop-zone",
22875
+ "type": "corner-radius"
22876
+ },
22877
+ "path": [
22878
+ "file-drop-zone",
22879
+ "corner-radius"
22880
+ ]
22881
+ },
22882
+ "padding": {
22883
+ "value": "16px",
22884
+ "filePath": "src/upload/file-drop-zone.yml",
22885
+ "isSource": true,
22886
+ "original": {
22887
+ "value": "{size-px.m}"
22888
+ },
22889
+ "name": "FileDropZonePadding",
22890
+ "attributes": {
22891
+ "category": "file-drop-zone",
22892
+ "type": "padding"
22893
+ },
22894
+ "path": [
22895
+ "file-drop-zone",
22896
+ "padding"
22897
+ ]
22898
+ },
22899
+ "background-color": {
22900
+ "default": {
22901
+ "value": "#F8F8F8",
22902
+ "filePath": "src/upload/file-drop-zone.yml",
22903
+ "isSource": true,
22904
+ "original": {
22905
+ "value": "{form-control.background-color.default}"
22906
+ },
22907
+ "name": "FileDropZoneBackgroundColorDefault",
22908
+ "attributes": {
22909
+ "category": "file-drop-zone",
22910
+ "type": "background-color",
22911
+ "item": "default"
22912
+ },
22913
+ "path": [
22914
+ "file-drop-zone",
22915
+ "background-color",
22916
+ "default"
22917
+ ]
22918
+ },
22919
+ "target": {
22920
+ "value": "#F0F5FF",
22921
+ "filePath": "src/upload/file-drop-zone.yml",
22922
+ "isSource": true,
22923
+ "original": {
22924
+ "value": "{form-control.background-color.hover}"
22925
+ },
22926
+ "name": "FileDropZoneBackgroundColorTarget",
22927
+ "attributes": {
22928
+ "category": "file-drop-zone",
22929
+ "type": "background-color",
22930
+ "item": "target"
22931
+ },
22932
+ "path": [
22933
+ "file-drop-zone",
22934
+ "background-color",
22935
+ "target"
22936
+ ]
22937
+ }
22938
+ },
22939
+ "border-width": {
22940
+ "value": "1px",
22941
+ "filePath": "src/upload/file-drop-zone.yml",
22942
+ "isSource": true,
22943
+ "original": {
22944
+ "value": "{border-width.100}"
22945
+ },
22946
+ "name": "FileDropZoneBorderWidth",
22947
+ "attributes": {
22948
+ "category": "file-drop-zone",
22949
+ "type": "border-width"
22950
+ },
22951
+ "path": [
22952
+ "file-drop-zone",
22953
+ "border-width"
22954
+ ]
22955
+ },
22956
+ "border-style": {
22957
+ "default": {
22958
+ "value": "dashed",
22959
+ "filePath": "src/upload/file-drop-zone.yml",
22960
+ "isSource": true,
22961
+ "original": {
22962
+ "value": "{border-style.dashed}"
22963
+ },
22964
+ "name": "FileDropZoneBorderStyleDefault",
22965
+ "attributes": {
22966
+ "category": "file-drop-zone",
22967
+ "type": "border-style",
22968
+ "item": "default"
22969
+ },
22970
+ "path": [
22971
+ "file-drop-zone",
22972
+ "border-style",
22973
+ "default"
22974
+ ]
22975
+ },
22976
+ "target": {
22977
+ "value": "solid",
22978
+ "filePath": "src/upload/file-drop-zone.yml",
22979
+ "isSource": true,
22980
+ "original": {
22981
+ "value": "{border-style.default}"
22982
+ },
22983
+ "name": "FileDropZoneBorderStyleTarget",
22984
+ "attributes": {
22985
+ "category": "file-drop-zone",
22986
+ "type": "border-style",
22987
+ "item": "target"
22988
+ },
22989
+ "path": [
22990
+ "file-drop-zone",
22991
+ "border-style",
22992
+ "target"
22993
+ ]
22994
+ }
22995
+ },
22996
+ "border-color": {
22997
+ "default": {
22998
+ "value": "#909090",
22999
+ "filePath": "src/upload/file-drop-zone.yml",
23000
+ "isSource": true,
23001
+ "original": {
23002
+ "value": "{form-control.border-color.default}"
23003
+ },
23004
+ "name": "FileDropZoneBorderColorDefault",
23005
+ "attributes": {
23006
+ "category": "file-drop-zone",
23007
+ "type": "border-color",
23008
+ "item": "default"
23009
+ },
23010
+ "path": [
23011
+ "file-drop-zone",
23012
+ "border-color",
23013
+ "default"
23014
+ ]
23015
+ },
23016
+ "target": {
23017
+ "value": "#0054F5",
23018
+ "filePath": "src/upload/file-drop-zone.yml",
23019
+ "isSource": true,
23020
+ "original": {
23021
+ "value": "{primary.color.800}"
23022
+ },
23023
+ "name": "FileDropZoneBorderColorTarget",
23024
+ "attributes": {
23025
+ "category": "file-drop-zone",
23026
+ "type": "border-color",
23027
+ "item": "target"
23028
+ },
23029
+ "path": [
23030
+ "file-drop-zone",
23031
+ "border-color",
23032
+ "target"
23033
+ ]
23034
+ }
23035
+ }
22475
23036
  }
22476
23037
  }