@mittwald/flow-design-tokens 0.2.0-alpha.7 → 0.2.0-alpha.71

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.
@@ -4781,6 +4781,269 @@
4781
4781
  "border-style",
4782
4782
  "default"
4783
4783
  ]
4784
+ },
4785
+ "dashed": {
4786
+ "value": "dashed",
4787
+ "filePath": "src/border.yml",
4788
+ "isSource": true,
4789
+ "original": {
4790
+ "value": "dashed"
4791
+ },
4792
+ "name": "BorderStyleDashed",
4793
+ "attributes": {
4794
+ "category": "border-style",
4795
+ "type": "dashed"
4796
+ },
4797
+ "path": [
4798
+ "border-style",
4799
+ "dashed"
4800
+ ]
4801
+ }
4802
+ },
4803
+ "chat": {
4804
+ "spacing": {
4805
+ "value": "16px",
4806
+ "filePath": "src/chat/chat.yml",
4807
+ "isSource": true,
4808
+ "original": {
4809
+ "value": "{size-px.m}"
4810
+ },
4811
+ "name": "ChatSpacing",
4812
+ "attributes": {
4813
+ "category": "chat",
4814
+ "type": "spacing"
4815
+ },
4816
+ "path": [
4817
+ "chat",
4818
+ "spacing"
4819
+ ]
4820
+ }
4821
+ },
4822
+ "message-separator": {
4823
+ "background-color": {
4824
+ "value": "#FFFFFF",
4825
+ "filePath": "src/chat/message-separator.yml",
4826
+ "isSource": true,
4827
+ "original": {
4828
+ "value": "{neutral.color.100}"
4829
+ },
4830
+ "name": "MessageSeparatorBackgroundColor",
4831
+ "attributes": {
4832
+ "category": "message-separator",
4833
+ "type": "background-color"
4834
+ },
4835
+ "path": [
4836
+ "message-separator",
4837
+ "background-color"
4838
+ ]
4839
+ },
4840
+ "font-size": {
4841
+ "value": "0.875rem",
4842
+ "filePath": "src/chat/message-separator.yml",
4843
+ "isSource": true,
4844
+ "original": {
4845
+ "value": "{font-size-text.s}"
4846
+ },
4847
+ "name": "MessageSeparatorFontSize",
4848
+ "attributes": {
4849
+ "category": "message-separator",
4850
+ "type": "font-size"
4851
+ },
4852
+ "path": [
4853
+ "message-separator",
4854
+ "font-size"
4855
+ ]
4856
+ },
4857
+ "padding": {
4858
+ "value": "16px",
4859
+ "filePath": "src/chat/message-separator.yml",
4860
+ "isSource": true,
4861
+ "original": {
4862
+ "value": "{size-px.m}"
4863
+ },
4864
+ "name": "MessageSeparatorPadding",
4865
+ "attributes": {
4866
+ "category": "message-separator",
4867
+ "type": "padding"
4868
+ },
4869
+ "path": [
4870
+ "message-separator",
4871
+ "padding"
4872
+ ]
4873
+ },
4874
+ "color": {
4875
+ "value": "#6D6D6D",
4876
+ "filePath": "src/chat/message-separator.yml",
4877
+ "isSource": true,
4878
+ "original": {
4879
+ "value": "{neutral.color.800}"
4880
+ },
4881
+ "name": "MessageSeparatorColor",
4882
+ "attributes": {
4883
+ "category": "message-separator",
4884
+ "type": "color"
4885
+ },
4886
+ "path": [
4887
+ "message-separator",
4888
+ "color"
4889
+ ]
4890
+ }
4891
+ },
4892
+ "message-thread": {
4893
+ "spacing": {
4894
+ "value": "1.5rem",
4895
+ "filePath": "src/chat/message-thread.yml",
4896
+ "isSource": true,
4897
+ "original": {
4898
+ "value": "{size-rem.l}"
4899
+ },
4900
+ "name": "MessageThreadSpacing",
4901
+ "attributes": {
4902
+ "category": "message-thread",
4903
+ "type": "spacing"
4904
+ },
4905
+ "path": [
4906
+ "message-thread",
4907
+ "spacing"
4908
+ ]
4909
+ },
4910
+ "indentation": {
4911
+ "value": "16px",
4912
+ "filePath": "src/chat/message-thread.yml",
4913
+ "isSource": true,
4914
+ "original": {
4915
+ "value": "{size-px.m}"
4916
+ },
4917
+ "name": "MessageThreadIndentation",
4918
+ "attributes": {
4919
+ "category": "message-thread",
4920
+ "type": "indentation"
4921
+ },
4922
+ "path": [
4923
+ "message-thread",
4924
+ "indentation"
4925
+ ]
4926
+ }
4927
+ },
4928
+ "message": {
4929
+ "corner-radius": {
4930
+ "value": "4px",
4931
+ "filePath": "src/chat/message.yml",
4932
+ "isSource": true,
4933
+ "original": {
4934
+ "value": "{corner-radius.default}"
4935
+ },
4936
+ "name": "MessageCornerRadius",
4937
+ "attributes": {
4938
+ "category": "message",
4939
+ "type": "corner-radius"
4940
+ },
4941
+ "path": [
4942
+ "message",
4943
+ "corner-radius"
4944
+ ]
4945
+ },
4946
+ "padding-y": {
4947
+ "value": "8px",
4948
+ "filePath": "src/chat/message.yml",
4949
+ "isSource": true,
4950
+ "original": {
4951
+ "value": "{size-px.s}"
4952
+ },
4953
+ "name": "MessagePaddingY",
4954
+ "attributes": {
4955
+ "category": "message",
4956
+ "type": "padding-y"
4957
+ },
4958
+ "path": [
4959
+ "message",
4960
+ "padding-y"
4961
+ ]
4962
+ },
4963
+ "padding-x": {
4964
+ "value": "16px",
4965
+ "filePath": "src/chat/message.yml",
4966
+ "isSource": true,
4967
+ "original": {
4968
+ "value": "{size-px.m}"
4969
+ },
4970
+ "name": "MessagePaddingX",
4971
+ "attributes": {
4972
+ "category": "message",
4973
+ "type": "padding-x"
4974
+ },
4975
+ "path": [
4976
+ "message",
4977
+ "padding-x"
4978
+ ]
4979
+ },
4980
+ "spacing-y": {
4981
+ "value": "0.5rem",
4982
+ "filePath": "src/chat/message.yml",
4983
+ "isSource": true,
4984
+ "original": {
4985
+ "value": "{size-rem.s}"
4986
+ },
4987
+ "name": "MessageSpacingY",
4988
+ "attributes": {
4989
+ "category": "message",
4990
+ "type": "spacing-y"
4991
+ },
4992
+ "path": [
4993
+ "message",
4994
+ "spacing-y"
4995
+ ]
4996
+ },
4997
+ "spacing-x": {
4998
+ "value": "1rem",
4999
+ "filePath": "src/chat/message.yml",
5000
+ "isSource": true,
5001
+ "original": {
5002
+ "value": "{size-rem.m}"
5003
+ },
5004
+ "name": "MessageSpacingX",
5005
+ "attributes": {
5006
+ "category": "message",
5007
+ "type": "spacing-x"
5008
+ },
5009
+ "path": [
5010
+ "message",
5011
+ "spacing-x"
5012
+ ]
5013
+ },
5014
+ "background-color-responder": {
5015
+ "value": "#E6E6E6",
5016
+ "filePath": "src/chat/message.yml",
5017
+ "isSource": true,
5018
+ "original": {
5019
+ "value": "{color.gray.400}"
5020
+ },
5021
+ "name": "MessageBackgroundColorResponder",
5022
+ "attributes": {
5023
+ "category": "message",
5024
+ "type": "background-color-responder"
5025
+ },
5026
+ "path": [
5027
+ "message",
5028
+ "background-color-responder"
5029
+ ]
5030
+ },
5031
+ "background-color-sender": {
5032
+ "value": "#E0EBFF",
5033
+ "filePath": "src/chat/message.yml",
5034
+ "isSource": true,
5035
+ "original": {
5036
+ "value": "{color.hosting-blue.200}"
5037
+ },
5038
+ "name": "MessageBackgroundColorSender",
5039
+ "attributes": {
5040
+ "category": "message",
5041
+ "type": "background-color-sender"
5042
+ },
5043
+ "path": [
5044
+ "message",
5045
+ "background-color-sender"
5046
+ ]
4784
5047
  }
4785
5048
  },
4786
5049
  "primary": {
@@ -11087,53 +11350,302 @@
11087
11350
  ]
11088
11351
  }
11089
11352
  },
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",
11104
- "transparent"
11105
- ]
11106
- }
11107
- },
11108
- "avatar": {
11109
- "size": {
11110
- "xs": {
11111
- "value": "1.5rem",
11112
- "filePath": "src/content/avatar.yml",
11353
+ "categorical": {
11354
+ "sea-green": {
11355
+ "value": "#0fb5ae",
11356
+ "filePath": "src/color-palette.yml",
11113
11357
  "isSource": true,
11114
11358
  "original": {
11115
- "value": "{size-rem.l}"
11359
+ "value": "#0fb5ae"
11116
11360
  },
11117
- "name": "AvatarSizeXs",
11361
+ "name": "ColorCategoricalSeaGreen",
11118
11362
  "attributes": {
11119
- "category": "avatar",
11120
- "type": "size",
11121
- "item": "xs"
11363
+ "category": "color",
11364
+ "type": "categorical",
11365
+ "item": "sea-green"
11122
11366
  },
11123
11367
  "path": [
11124
- "avatar",
11125
- "size",
11126
- "xs"
11368
+ "color",
11369
+ "categorical",
11370
+ "sea-green"
11127
11371
  ]
11128
11372
  },
11129
- "s": {
11130
- "value": "2rem",
11131
- "filePath": "src/content/avatar.yml",
11373
+ "palatinate-blue": {
11374
+ "value": "#4046ca",
11375
+ "filePath": "src/color-palette.yml",
11132
11376
  "isSource": true,
11133
11377
  "original": {
11134
- "value": "{size-rem.xl}"
11378
+ "value": "#4046ca"
11135
11379
  },
11136
- "name": "AvatarSizeS",
11380
+ "name": "ColorCategoricalPalatinateBlue",
11381
+ "attributes": {
11382
+ "category": "color",
11383
+ "type": "categorical",
11384
+ "item": "palatinate-blue"
11385
+ },
11386
+ "path": [
11387
+ "color",
11388
+ "categorical",
11389
+ "palatinate-blue"
11390
+ ]
11391
+ },
11392
+ "tangerine": {
11393
+ "value": "#f68511",
11394
+ "filePath": "src/color-palette.yml",
11395
+ "isSource": true,
11396
+ "original": {
11397
+ "value": "#f68511"
11398
+ },
11399
+ "name": "ColorCategoricalTangerine",
11400
+ "attributes": {
11401
+ "category": "color",
11402
+ "type": "categorical",
11403
+ "item": "tangerine"
11404
+ },
11405
+ "path": [
11406
+ "color",
11407
+ "categorical",
11408
+ "tangerine"
11409
+ ]
11410
+ },
11411
+ "magenta": {
11412
+ "value": "#de3d82",
11413
+ "filePath": "src/color-palette.yml",
11414
+ "isSource": true,
11415
+ "original": {
11416
+ "value": "#de3d82"
11417
+ },
11418
+ "name": "ColorCategoricalMagenta",
11419
+ "attributes": {
11420
+ "category": "color",
11421
+ "type": "categorical",
11422
+ "item": "magenta"
11423
+ },
11424
+ "path": [
11425
+ "color",
11426
+ "categorical",
11427
+ "magenta"
11428
+ ]
11429
+ },
11430
+ "tropical-indigo": {
11431
+ "value": "#7e84fa",
11432
+ "filePath": "src/color-palette.yml",
11433
+ "isSource": true,
11434
+ "original": {
11435
+ "value": "#7e84fa"
11436
+ },
11437
+ "name": "ColorCategoricalTropicalIndigo",
11438
+ "attributes": {
11439
+ "category": "color",
11440
+ "type": "categorical",
11441
+ "item": "tropical-indigo"
11442
+ },
11443
+ "path": [
11444
+ "color",
11445
+ "categorical",
11446
+ "tropical-indigo"
11447
+ ]
11448
+ },
11449
+ "malachite": {
11450
+ "value": "#72e06a",
11451
+ "filePath": "src/color-palette.yml",
11452
+ "isSource": true,
11453
+ "original": {
11454
+ "value": "#72e06a"
11455
+ },
11456
+ "name": "ColorCategoricalMalachite",
11457
+ "attributes": {
11458
+ "category": "color",
11459
+ "type": "categorical",
11460
+ "item": "malachite"
11461
+ },
11462
+ "path": [
11463
+ "color",
11464
+ "categorical",
11465
+ "malachite"
11466
+ ]
11467
+ },
11468
+ "azure": {
11469
+ "value": "#147af3",
11470
+ "filePath": "src/color-palette.yml",
11471
+ "isSource": true,
11472
+ "original": {
11473
+ "value": "#147af3"
11474
+ },
11475
+ "name": "ColorCategoricalAzure",
11476
+ "attributes": {
11477
+ "category": "color",
11478
+ "type": "categorical",
11479
+ "item": "azure"
11480
+ },
11481
+ "path": [
11482
+ "color",
11483
+ "categorical",
11484
+ "azure"
11485
+ ]
11486
+ },
11487
+ "violet": {
11488
+ "value": "#7326d3",
11489
+ "filePath": "src/color-palette.yml",
11490
+ "isSource": true,
11491
+ "original": {
11492
+ "value": "#7326d3"
11493
+ },
11494
+ "name": "ColorCategoricalViolet",
11495
+ "attributes": {
11496
+ "category": "color",
11497
+ "type": "categorical",
11498
+ "item": "violet"
11499
+ },
11500
+ "path": [
11501
+ "color",
11502
+ "categorical",
11503
+ "violet"
11504
+ ]
11505
+ },
11506
+ "yellow": {
11507
+ "value": "#e8c600",
11508
+ "filePath": "src/color-palette.yml",
11509
+ "isSource": true,
11510
+ "original": {
11511
+ "value": "#e8c600"
11512
+ },
11513
+ "name": "ColorCategoricalYellow",
11514
+ "attributes": {
11515
+ "category": "color",
11516
+ "type": "categorical",
11517
+ "item": "yellow"
11518
+ },
11519
+ "path": [
11520
+ "color",
11521
+ "categorical",
11522
+ "yellow"
11523
+ ]
11524
+ },
11525
+ "alloy-orange": {
11526
+ "value": "#cb5d00",
11527
+ "filePath": "src/color-palette.yml",
11528
+ "isSource": true,
11529
+ "original": {
11530
+ "value": "#cb5d00"
11531
+ },
11532
+ "name": "ColorCategoricalAlloyOrange",
11533
+ "attributes": {
11534
+ "category": "color",
11535
+ "type": "categorical",
11536
+ "item": "alloy-orange"
11537
+ },
11538
+ "path": [
11539
+ "color",
11540
+ "categorical",
11541
+ "alloy-orange"
11542
+ ]
11543
+ },
11544
+ "green": {
11545
+ "value": "#008f5d",
11546
+ "filePath": "src/color-palette.yml",
11547
+ "isSource": true,
11548
+ "original": {
11549
+ "value": "#008f5d"
11550
+ },
11551
+ "name": "ColorCategoricalGreen",
11552
+ "attributes": {
11553
+ "category": "color",
11554
+ "type": "categorical",
11555
+ "item": "green"
11556
+ },
11557
+ "path": [
11558
+ "color",
11559
+ "categorical",
11560
+ "green"
11561
+ ]
11562
+ },
11563
+ "lime": {
11564
+ "value": "#bce931",
11565
+ "filePath": "src/color-palette.yml",
11566
+ "isSource": true,
11567
+ "original": {
11568
+ "value": "#bce931"
11569
+ },
11570
+ "name": "ColorCategoricalLime",
11571
+ "attributes": {
11572
+ "category": "color",
11573
+ "type": "categorical",
11574
+ "item": "lime"
11575
+ },
11576
+ "path": [
11577
+ "color",
11578
+ "categorical",
11579
+ "lime"
11580
+ ]
11581
+ }
11582
+ },
11583
+ "transparent": {
11584
+ "value": "transparent",
11585
+ "filePath": "src/color-palette.yml",
11586
+ "isSource": true,
11587
+ "original": {
11588
+ "value": "transparent"
11589
+ },
11590
+ "name": "ColorTransparent",
11591
+ "attributes": {
11592
+ "category": "color",
11593
+ "type": "transparent"
11594
+ },
11595
+ "path": [
11596
+ "color",
11597
+ "transparent"
11598
+ ]
11599
+ }
11600
+ },
11601
+ "avatar-stack": {
11602
+ "border-width": {
11603
+ "value": "2px",
11604
+ "filePath": "src/content/avatar-stack.yml",
11605
+ "isSource": true,
11606
+ "original": {
11607
+ "value": "{border-width.200}"
11608
+ },
11609
+ "name": "AvatarStackBorderWidth",
11610
+ "attributes": {
11611
+ "category": "avatar-stack",
11612
+ "type": "border-width"
11613
+ },
11614
+ "path": [
11615
+ "avatar-stack",
11616
+ "border-width"
11617
+ ]
11618
+ }
11619
+ },
11620
+ "avatar": {
11621
+ "size": {
11622
+ "xs": {
11623
+ "value": "1.5rem",
11624
+ "filePath": "src/content/avatar.yml",
11625
+ "isSource": true,
11626
+ "original": {
11627
+ "value": "{size-rem.l}"
11628
+ },
11629
+ "name": "AvatarSizeXs",
11630
+ "attributes": {
11631
+ "category": "avatar",
11632
+ "type": "size",
11633
+ "item": "xs"
11634
+ },
11635
+ "path": [
11636
+ "avatar",
11637
+ "size",
11638
+ "xs"
11639
+ ]
11640
+ },
11641
+ "s": {
11642
+ "value": "2rem",
11643
+ "filePath": "src/content/avatar.yml",
11644
+ "isSource": true,
11645
+ "original": {
11646
+ "value": "{size-rem.xl}"
11647
+ },
11648
+ "name": "AvatarSizeS",
11137
11649
  "attributes": {
11138
11650
  "category": "avatar",
11139
11651
  "type": "size",
@@ -13328,6 +13840,76 @@
13328
13840
  ]
13329
13841
  }
13330
13842
  },
13843
+ "image": {
13844
+ "corner-radius": {
13845
+ "value": "4px",
13846
+ "filePath": "src/content/image.yml",
13847
+ "isSource": true,
13848
+ "original": {
13849
+ "value": "{corner-radius.default}"
13850
+ },
13851
+ "name": "ImageCornerRadius",
13852
+ "attributes": {
13853
+ "category": "image",
13854
+ "type": "corner-radius"
13855
+ },
13856
+ "path": [
13857
+ "image",
13858
+ "corner-radius"
13859
+ ]
13860
+ },
13861
+ "border-width": {
13862
+ "value": "1px",
13863
+ "filePath": "src/content/image.yml",
13864
+ "isSource": true,
13865
+ "original": {
13866
+ "value": "{border-width.100}"
13867
+ },
13868
+ "name": "ImageBorderWidth",
13869
+ "attributes": {
13870
+ "category": "image",
13871
+ "type": "border-width"
13872
+ },
13873
+ "path": [
13874
+ "image",
13875
+ "border-width"
13876
+ ]
13877
+ },
13878
+ "border-style": {
13879
+ "value": "solid",
13880
+ "filePath": "src/content/image.yml",
13881
+ "isSource": true,
13882
+ "original": {
13883
+ "value": "{border-style.default}"
13884
+ },
13885
+ "name": "ImageBorderStyle",
13886
+ "attributes": {
13887
+ "category": "image",
13888
+ "type": "border-style"
13889
+ },
13890
+ "path": [
13891
+ "image",
13892
+ "border-style"
13893
+ ]
13894
+ },
13895
+ "border-color": {
13896
+ "value": "#909090",
13897
+ "filePath": "src/content/image.yml",
13898
+ "isSource": true,
13899
+ "original": {
13900
+ "value": "{neutral-outline-border-color}"
13901
+ },
13902
+ "name": "ImageBorderColor",
13903
+ "attributes": {
13904
+ "category": "image",
13905
+ "type": "border-color"
13906
+ },
13907
+ "path": [
13908
+ "image",
13909
+ "border-color"
13910
+ ]
13911
+ }
13912
+ },
13331
13913
  "initials": {
13332
13914
  "font-weight": {
13333
13915
  "value": "bold",
@@ -13512,127 +14094,6 @@
13512
14094
  ]
13513
14095
  }
13514
14096
  },
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
14097
  "text": {
13637
14098
  "color": {
13638
14099
  "default": {
@@ -13728,6 +14189,91 @@
13728
14189
  "text",
13729
14190
  "max-width"
13730
14191
  ]
14192
+ },
14193
+ "blockquote-border-width": {
14194
+ "value": "4px",
14195
+ "filePath": "src/content/text.yml",
14196
+ "isSource": true,
14197
+ "original": {
14198
+ "value": "{border-width.300}"
14199
+ },
14200
+ "name": "TextBlockquoteBorderWidth",
14201
+ "attributes": {
14202
+ "category": "text",
14203
+ "type": "blockquote-border-width"
14204
+ },
14205
+ "path": [
14206
+ "text",
14207
+ "blockquote-border-width"
14208
+ ]
14209
+ },
14210
+ "blockquote-border-style": {
14211
+ "value": "solid",
14212
+ "filePath": "src/content/text.yml",
14213
+ "isSource": true,
14214
+ "original": {
14215
+ "value": "{border-style.default}"
14216
+ },
14217
+ "name": "TextBlockquoteBorderStyle",
14218
+ "attributes": {
14219
+ "category": "text",
14220
+ "type": "blockquote-border-style"
14221
+ },
14222
+ "path": [
14223
+ "text",
14224
+ "blockquote-border-style"
14225
+ ]
14226
+ },
14227
+ "blockquote-border-color": {
14228
+ "value": "#0054F5",
14229
+ "filePath": "src/content/text.yml",
14230
+ "isSource": true,
14231
+ "original": {
14232
+ "value": "{info-outline-border-color}"
14233
+ },
14234
+ "name": "TextBlockquoteBorderColor",
14235
+ "attributes": {
14236
+ "category": "text",
14237
+ "type": "blockquote-border-color"
14238
+ },
14239
+ "path": [
14240
+ "text",
14241
+ "blockquote-border-color"
14242
+ ]
14243
+ },
14244
+ "blockquote-padding": {
14245
+ "value": "0.5rem",
14246
+ "filePath": "src/content/text.yml",
14247
+ "isSource": true,
14248
+ "original": {
14249
+ "value": "{size-rem.s}"
14250
+ },
14251
+ "name": "TextBlockquotePadding",
14252
+ "attributes": {
14253
+ "category": "text",
14254
+ "type": "blockquote-padding"
14255
+ },
14256
+ "path": [
14257
+ "text",
14258
+ "blockquote-padding"
14259
+ ]
14260
+ },
14261
+ "list-padding": {
14262
+ "value": "1.5rem",
14263
+ "filePath": "src/content/text.yml",
14264
+ "isSource": true,
14265
+ "original": {
14266
+ "value": "{size-rem.l}"
14267
+ },
14268
+ "name": "TextListPadding",
14269
+ "attributes": {
14270
+ "category": "text",
14271
+ "type": "list-padding"
14272
+ },
14273
+ "path": [
14274
+ "text",
14275
+ "list-padding"
14276
+ ]
13731
14277
  }
13732
14278
  },
13733
14279
  "focus": {
@@ -13748,6 +14294,23 @@
13748
14294
  "outline-color"
13749
14295
  ]
13750
14296
  },
14297
+ "secondary-outline-color": {
14298
+ "value": "#FFFFFF",
14299
+ "filePath": "src/focus.yml",
14300
+ "isSource": true,
14301
+ "original": {
14302
+ "value": "{neutral.color.100}"
14303
+ },
14304
+ "name": "FocusSecondaryOutlineColor",
14305
+ "attributes": {
14306
+ "category": "focus",
14307
+ "type": "secondary-outline-color"
14308
+ },
14309
+ "path": [
14310
+ "focus",
14311
+ "secondary-outline-color"
14312
+ ]
14313
+ },
13751
14314
  "outline-offset": {
13752
14315
  "value": "2px",
13753
14316
  "filePath": "src/focus.yml",
@@ -14928,135 +15491,63 @@
14928
15491
  }
14929
15492
  },
14930
15493
  "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": {
15494
+ "color": {
15004
15495
  "default": {
15005
- "value": "#F0F5FF",
15496
+ "value": "#002A7B",
15006
15497
  "filePath": "src/form/slider.yml",
15007
15498
  "isSource": true,
15008
15499
  "original": {
15009
- "value": "{primary-soft-background-color.default}"
15500
+ "value": "{primary.color.1000}"
15010
15501
  },
15011
- "name": "SliderTrackBackgroundColorDefault",
15502
+ "name": "SliderColorDefault",
15012
15503
  "attributes": {
15013
15504
  "category": "slider",
15014
- "type": "track-background-color",
15505
+ "type": "color",
15015
15506
  "item": "default"
15016
15507
  },
15017
15508
  "path": [
15018
15509
  "slider",
15019
- "track-background-color",
15510
+ "color",
15020
15511
  "default"
15021
15512
  ]
15022
15513
  },
15023
15514
  "disabled": {
15024
- "value": "#F8F8F8",
15515
+ "value": "#B1B1B1",
15025
15516
  "filePath": "src/form/slider.yml",
15026
15517
  "isSource": true,
15027
15518
  "original": {
15028
- "value": "{disabled-soft-background-color}"
15519
+ "value": "{neutral.color.600}"
15029
15520
  },
15030
- "name": "SliderTrackBackgroundColorDisabled",
15521
+ "name": "SliderColorDisabled",
15031
15522
  "attributes": {
15032
15523
  "category": "slider",
15033
- "type": "track-background-color",
15524
+ "type": "color",
15034
15525
  "item": "disabled"
15035
15526
  },
15036
15527
  "path": [
15037
15528
  "slider",
15038
- "track-background-color",
15529
+ "color",
15039
15530
  "disabled"
15040
15531
  ]
15041
15532
  }
15042
15533
  },
15043
- "track-background-color-fill": {
15534
+ "track-color": {
15044
15535
  "default": {
15045
- "value": "#0054F5",
15536
+ "value": "#909090",
15046
15537
  "filePath": "src/form/slider.yml",
15047
15538
  "isSource": true,
15048
15539
  "original": {
15049
- "value": "{primary-solid-background-color.default}"
15540
+ "value": "{neutral.color.700}"
15050
15541
  },
15051
- "name": "SliderTrackBackgroundColorFillDefault",
15542
+ "name": "SliderTrackColorDefault",
15052
15543
  "attributes": {
15053
15544
  "category": "slider",
15054
- "type": "track-background-color-fill",
15545
+ "type": "track-color",
15055
15546
  "item": "default"
15056
15547
  },
15057
15548
  "path": [
15058
15549
  "slider",
15059
- "track-background-color-fill",
15550
+ "track-color",
15060
15551
  "default"
15061
15552
  ]
15062
15553
  },
@@ -15065,292 +15556,189 @@
15065
15556
  "filePath": "src/form/slider.yml",
15066
15557
  "isSource": true,
15067
15558
  "original": {
15068
- "value": "{disabled-solid-background-color}"
15559
+ "value": "{neutral.color.400}"
15069
15560
  },
15070
- "name": "SliderTrackBackgroundColorFillDisabled",
15561
+ "name": "SliderTrackColorDisabled",
15071
15562
  "attributes": {
15072
15563
  "category": "slider",
15073
- "type": "track-background-color-fill",
15564
+ "type": "track-color",
15074
15565
  "item": "disabled"
15075
15566
  },
15076
15567
  "path": [
15077
15568
  "slider",
15078
- "track-background-color-fill",
15569
+ "track-color",
15079
15570
  "disabled"
15080
15571
  ]
15081
15572
  }
15082
15573
  },
15083
- "track-height": {
15084
- "value": "0.25rem",
15574
+ "spacing-x": {
15575
+ "value": "0.5rem",
15085
15576
  "filePath": "src/form/slider.yml",
15086
15577
  "isSource": true,
15087
15578
  "original": {
15088
- "value": "{size-rem.xs}"
15579
+ "value": "{size-rem.s}"
15089
15580
  },
15090
- "name": "SliderTrackHeight",
15581
+ "name": "SliderSpacingX",
15091
15582
  "attributes": {
15092
15583
  "category": "slider",
15093
- "type": "track-height"
15584
+ "type": "spacing-x"
15094
15585
  },
15095
15586
  "path": [
15096
15587
  "slider",
15097
- "track-height"
15588
+ "spacing-x"
15098
15589
  ]
15099
15590
  },
15100
- "track-corner-radius": {
15101
- "value": "4px",
15591
+ "spacing-y": {
15592
+ "value": "1rem",
15102
15593
  "filePath": "src/form/slider.yml",
15103
15594
  "isSource": true,
15104
15595
  "original": {
15105
- "value": "{corner-radius.default}"
15596
+ "value": "{size-rem.m}"
15106
15597
  },
15107
- "name": "SliderTrackCornerRadius",
15598
+ "name": "SliderSpacingY",
15108
15599
  "attributes": {
15109
15600
  "category": "slider",
15110
- "type": "track-corner-radius"
15601
+ "type": "spacing-y"
15111
15602
  },
15112
15603
  "path": [
15113
15604
  "slider",
15114
- "track-corner-radius"
15605
+ "spacing-y"
15115
15606
  ]
15116
15607
  },
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",
15608
+ "border-width": {
15609
+ "value": "4px",
15159
15610
  "filePath": "src/form/slider.yml",
15160
15611
  "isSource": true,
15161
15612
  "original": {
15162
- "value": "{size-rem.xs}"
15613
+ "value": "{border-width.300}"
15163
15614
  },
15164
- "name": "SliderThumbBorderWidth",
15615
+ "name": "SliderBorderWidth",
15165
15616
  "attributes": {
15166
15617
  "category": "slider",
15167
- "type": "thumb-border-width"
15618
+ "type": "border-width"
15168
15619
  },
15169
15620
  "path": [
15170
15621
  "slider",
15171
- "thumb-border-width"
15622
+ "border-width"
15172
15623
  ]
15173
15624
  },
15174
- "thumb-border-style": {
15625
+ "border-style": {
15175
15626
  "value": "solid",
15176
15627
  "filePath": "src/form/slider.yml",
15177
15628
  "isSource": true,
15178
15629
  "original": {
15179
15630
  "value": "{border-style.default}"
15180
15631
  },
15181
- "name": "SliderThumbBorderStyle",
15632
+ "name": "SliderBorderStyle",
15182
15633
  "attributes": {
15183
15634
  "category": "slider",
15184
- "type": "thumb-border-style"
15635
+ "type": "border-style"
15185
15636
  },
15186
15637
  "path": [
15187
15638
  "slider",
15188
- "thumb-border-style"
15639
+ "border-style"
15189
15640
  ]
15190
15641
  },
15191
- "thumb-corner-radius": {
15192
- "value": "50%",
15642
+ "corner-radius": {
15643
+ "value": "4px",
15193
15644
  "filePath": "src/form/slider.yml",
15194
15645
  "isSource": true,
15195
15646
  "original": {
15196
- "value": "{corner-radius.round}"
15647
+ "value": "{corner-radius.default}"
15197
15648
  },
15198
- "name": "SliderThumbCornerRadius",
15649
+ "name": "SliderCornerRadius",
15199
15650
  "attributes": {
15200
15651
  "category": "slider",
15201
- "type": "thumb-corner-radius"
15652
+ "type": "corner-radius"
15202
15653
  },
15203
15654
  "path": [
15204
15655
  "slider",
15205
- "thumb-corner-radius"
15656
+ "corner-radius"
15206
15657
  ]
15207
15658
  },
15208
- "thumb-size": {
15209
- "value": "1.5rem",
15659
+ "value-font-weight": {
15660
+ "value": "bold",
15210
15661
  "filePath": "src/form/slider.yml",
15211
15662
  "isSource": true,
15212
15663
  "original": {
15213
- "value": "{size-rem.l}"
15664
+ "value": "{font-weight.bold}"
15214
15665
  },
15215
- "name": "SliderThumbSize",
15666
+ "name": "SliderValueFontWeight",
15216
15667
  "attributes": {
15217
15668
  "category": "slider",
15218
- "type": "thumb-size"
15669
+ "type": "value-font-weight"
15219
15670
  },
15220
15671
  "path": [
15221
15672
  "slider",
15222
- "thumb-size"
15673
+ "value-font-weight"
15223
15674
  ]
15224
15675
  },
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",
15676
+ "handle-corner-radius": {
15677
+ "value": "50%",
15267
15678
  "filePath": "src/form/slider.yml",
15268
15679
  "isSource": true,
15269
15680
  "original": {
15270
- "value": "{size-rem.m}"
15681
+ "value": "{corner-radius.round}"
15271
15682
  },
15272
- "name": "SliderInitialMarkerHeight",
15683
+ "name": "SliderHandleCornerRadius",
15273
15684
  "attributes": {
15274
15685
  "category": "slider",
15275
- "type": "initial-marker-height"
15686
+ "type": "handle-corner-radius"
15276
15687
  },
15277
15688
  "path": [
15278
15689
  "slider",
15279
- "initial-marker-height"
15690
+ "handle-corner-radius"
15280
15691
  ]
15281
15692
  },
15282
- "initial-marker-width": {
15283
- "value": "0.25rem",
15693
+ "handle-size": {
15694
+ "value": "1.5rem",
15284
15695
  "filePath": "src/form/slider.yml",
15285
15696
  "isSource": true,
15286
15697
  "original": {
15287
- "value": "{size-rem.xs}"
15698
+ "value": "{size-rem.l}"
15288
15699
  },
15289
- "name": "SliderInitialMarkerWidth",
15700
+ "name": "SliderHandleSize",
15290
15701
  "attributes": {
15291
15702
  "category": "slider",
15292
- "type": "initial-marker-width"
15703
+ "type": "handle-size"
15293
15704
  },
15294
- "path": [
15295
- "slider",
15296
- "initial-marker-width"
15297
- ]
15298
- },
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
- ]
15705
+ "path": [
15706
+ "slider",
15707
+ "handle-size"
15708
+ ]
15709
+ },
15710
+ "handle-fill-color": {
15711
+ "value": "#FFFFFF",
15712
+ "filePath": "src/form/slider.yml",
15713
+ "isSource": true,
15714
+ "original": {
15715
+ "value": "{neutral.color.100}"
15318
15716
  },
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
- }
15717
+ "name": "SliderHandleFillColor",
15718
+ "attributes": {
15719
+ "category": "slider",
15720
+ "type": "handle-fill-color"
15721
+ },
15722
+ "path": [
15723
+ "slider",
15724
+ "handle-fill-color"
15725
+ ]
15338
15726
  },
15339
- "initial-marker-corner-radius": {
15340
- "value": "4px",
15727
+ "initial-marker-height": {
15728
+ "value": "1rem",
15341
15729
  "filePath": "src/form/slider.yml",
15342
15730
  "isSource": true,
15343
15731
  "original": {
15344
- "value": "{corner-radius.default}"
15732
+ "value": "{size-rem.m}"
15345
15733
  },
15346
- "name": "SliderInitialMarkerCornerRadius",
15734
+ "name": "SliderInitialMarkerHeight",
15347
15735
  "attributes": {
15348
15736
  "category": "slider",
15349
- "type": "initial-marker-corner-radius"
15737
+ "type": "initial-marker-height"
15350
15738
  },
15351
15739
  "path": [
15352
15740
  "slider",
15353
- "initial-marker-corner-radius"
15741
+ "initial-marker-height"
15354
15742
  ]
15355
15743
  }
15356
15744
  },
@@ -16149,38 +16537,38 @@
16149
16537
  }
16150
16538
  },
16151
16539
  "link": {
16152
- "font-size": {
16153
- "value": "0.875rem",
16540
+ "line-height": {
16541
+ "value": "calc(1rem * 1.5)",
16154
16542
  "filePath": "src/navigation/link.yml",
16155
16543
  "isSource": true,
16156
16544
  "original": {
16157
- "value": "{font-size-text.s}"
16545
+ "value": "{line-height.m}"
16158
16546
  },
16159
- "name": "LinkFontSize",
16547
+ "name": "LinkLineHeight",
16160
16548
  "attributes": {
16161
16549
  "category": "link",
16162
- "type": "font-size"
16550
+ "type": "line-height"
16163
16551
  },
16164
16552
  "path": [
16165
16553
  "link",
16166
- "font-size"
16554
+ "line-height"
16167
16555
  ]
16168
16556
  },
16169
- "line-height": {
16170
- "value": "calc(1rem * 1.5)",
16557
+ "icon-height": {
16558
+ "value": "calc(1rem * 1.25)",
16171
16559
  "filePath": "src/navigation/link.yml",
16172
16560
  "isSource": true,
16173
16561
  "original": {
16174
- "value": "{line-height.m}"
16562
+ "value": "calc({font-size-text.m} * 1.25)"
16175
16563
  },
16176
- "name": "LinkLineHeight",
16564
+ "name": "LinkIconHeight",
16177
16565
  "attributes": {
16178
16566
  "category": "link",
16179
- "type": "line-height"
16567
+ "type": "icon-height"
16180
16568
  },
16181
16569
  "path": [
16182
16570
  "link",
16183
- "line-height"
16571
+ "icon-height"
16184
16572
  ]
16185
16573
  },
16186
16574
  "font-weight": {
@@ -16621,25 +17009,6 @@
16621
17009
  ]
16622
17010
  }
16623
17011
  },
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
17012
  "contextual-help": {
16644
17013
  "max-width": {
16645
17014
  "value": "500px",
@@ -21518,6 +21887,48 @@
21518
21887
  "spacing"
21519
21888
  ]
21520
21889
  }
21890
+ },
21891
+ "icon-text": {
21892
+ "spacing": {
21893
+ "value": "0.5rem",
21894
+ "filePath": "src/structure/align.yml",
21895
+ "isSource": true,
21896
+ "original": {
21897
+ "value": "{size-rem.s}"
21898
+ },
21899
+ "name": "AlignIconTextSpacing",
21900
+ "attributes": {
21901
+ "category": "align",
21902
+ "type": "icon-text",
21903
+ "item": "spacing"
21904
+ },
21905
+ "path": [
21906
+ "align",
21907
+ "icon-text",
21908
+ "spacing"
21909
+ ]
21910
+ }
21911
+ },
21912
+ "text-contextualHelp": {
21913
+ "spacing": {
21914
+ "value": "0.25rem",
21915
+ "filePath": "src/structure/align.yml",
21916
+ "isSource": true,
21917
+ "original": {
21918
+ "value": "{size-rem.xs}"
21919
+ },
21920
+ "name": "AlignTextContextualHelpSpacing",
21921
+ "attributes": {
21922
+ "category": "align",
21923
+ "type": "text-contextualHelp",
21924
+ "item": "spacing"
21925
+ },
21926
+ "path": [
21927
+ "align",
21928
+ "text-contextualHelp",
21929
+ "spacing"
21930
+ ]
21931
+ }
21521
21932
  }
21522
21933
  },
21523
21934
  "column-layout": {
@@ -21636,11 +22047,11 @@
21636
22047
  ]
21637
22048
  },
21638
22049
  "padding": {
21639
- "value": "32px",
22050
+ "value": "24px",
21640
22051
  "filePath": "src/structure/layout-card.yml",
21641
22052
  "isSource": true,
21642
22053
  "original": {
21643
- "value": "{size-px.xl}"
22054
+ "value": "{size-px.l}"
21644
22055
  },
21645
22056
  "name": "LayoutCardPadding",
21646
22057
  "attributes": {
@@ -21652,6 +22063,23 @@
21652
22063
  "padding"
21653
22064
  ]
21654
22065
  },
22066
+ "padding-mobile": {
22067
+ "value": "16px",
22068
+ "filePath": "src/structure/layout-card.yml",
22069
+ "isSource": true,
22070
+ "original": {
22071
+ "value": "{size-px.m}"
22072
+ },
22073
+ "name": "LayoutCardPaddingMobile",
22074
+ "attributes": {
22075
+ "category": "layout-card",
22076
+ "type": "padding-mobile"
22077
+ },
22078
+ "path": [
22079
+ "layout-card",
22080
+ "padding-mobile"
22081
+ ]
22082
+ },
21655
22083
  "box-shadow": {
21656
22084
  "value": "rgba(0, 0, 0, 0.1) 0 4px 8px",
21657
22085
  "filePath": "src/structure/layout-card.yml",
@@ -21938,21 +22366,38 @@
21938
22366
  "spacing"
21939
22367
  ]
21940
22368
  },
21941
- "sub-heading-spacing": {
21942
- "value": "1rem",
22369
+ "sub-heading-spacing-m": {
22370
+ "value": "1.5rem",
21943
22371
  "filePath": "src/structure/section.yml",
21944
22372
  "isSource": true,
21945
22373
  "original": {
21946
- "value": "{size-rem.m}"
22374
+ "value": "{size-rem.l}"
22375
+ },
22376
+ "name": "SectionSubHeadingSpacingM",
22377
+ "attributes": {
22378
+ "category": "section",
22379
+ "type": "sub-heading-spacing-m"
22380
+ },
22381
+ "path": [
22382
+ "section",
22383
+ "sub-heading-spacing-m"
22384
+ ]
22385
+ },
22386
+ "sub-heading-spacing-s": {
22387
+ "value": "0.5rem",
22388
+ "filePath": "src/structure/section.yml",
22389
+ "isSource": true,
22390
+ "original": {
22391
+ "value": "{size-rem.s}"
21947
22392
  },
21948
- "name": "SectionSubHeadingSpacing",
22393
+ "name": "SectionSubHeadingSpacingS",
21949
22394
  "attributes": {
21950
22395
  "category": "section",
21951
- "type": "sub-heading-spacing"
22396
+ "type": "sub-heading-spacing-s"
21952
22397
  },
21953
22398
  "path": [
21954
22399
  "section",
21955
- "sub-heading-spacing"
22400
+ "sub-heading-spacing-s"
21956
22401
  ]
21957
22402
  }
21958
22403
  },
@@ -22472,5 +22917,178 @@
22472
22917
  ]
22473
22918
  }
22474
22919
  }
22920
+ },
22921
+ "file-drop-zone": {
22922
+ "corner-radius": {
22923
+ "value": "4px",
22924
+ "filePath": "src/upload/file-drop-zone.yml",
22925
+ "isSource": true,
22926
+ "original": {
22927
+ "value": "{corner-radius.default}"
22928
+ },
22929
+ "name": "FileDropZoneCornerRadius",
22930
+ "attributes": {
22931
+ "category": "file-drop-zone",
22932
+ "type": "corner-radius"
22933
+ },
22934
+ "path": [
22935
+ "file-drop-zone",
22936
+ "corner-radius"
22937
+ ]
22938
+ },
22939
+ "padding": {
22940
+ "value": "16px",
22941
+ "filePath": "src/upload/file-drop-zone.yml",
22942
+ "isSource": true,
22943
+ "original": {
22944
+ "value": "{size-px.m}"
22945
+ },
22946
+ "name": "FileDropZonePadding",
22947
+ "attributes": {
22948
+ "category": "file-drop-zone",
22949
+ "type": "padding"
22950
+ },
22951
+ "path": [
22952
+ "file-drop-zone",
22953
+ "padding"
22954
+ ]
22955
+ },
22956
+ "background-color": {
22957
+ "default": {
22958
+ "value": "#F8F8F8",
22959
+ "filePath": "src/upload/file-drop-zone.yml",
22960
+ "isSource": true,
22961
+ "original": {
22962
+ "value": "{form-control.background-color.default}"
22963
+ },
22964
+ "name": "FileDropZoneBackgroundColorDefault",
22965
+ "attributes": {
22966
+ "category": "file-drop-zone",
22967
+ "type": "background-color",
22968
+ "item": "default"
22969
+ },
22970
+ "path": [
22971
+ "file-drop-zone",
22972
+ "background-color",
22973
+ "default"
22974
+ ]
22975
+ },
22976
+ "target": {
22977
+ "value": "#F0F5FF",
22978
+ "filePath": "src/upload/file-drop-zone.yml",
22979
+ "isSource": true,
22980
+ "original": {
22981
+ "value": "{form-control.background-color.hover}"
22982
+ },
22983
+ "name": "FileDropZoneBackgroundColorTarget",
22984
+ "attributes": {
22985
+ "category": "file-drop-zone",
22986
+ "type": "background-color",
22987
+ "item": "target"
22988
+ },
22989
+ "path": [
22990
+ "file-drop-zone",
22991
+ "background-color",
22992
+ "target"
22993
+ ]
22994
+ }
22995
+ },
22996
+ "border-width": {
22997
+ "value": "1px",
22998
+ "filePath": "src/upload/file-drop-zone.yml",
22999
+ "isSource": true,
23000
+ "original": {
23001
+ "value": "{border-width.100}"
23002
+ },
23003
+ "name": "FileDropZoneBorderWidth",
23004
+ "attributes": {
23005
+ "category": "file-drop-zone",
23006
+ "type": "border-width"
23007
+ },
23008
+ "path": [
23009
+ "file-drop-zone",
23010
+ "border-width"
23011
+ ]
23012
+ },
23013
+ "border-style": {
23014
+ "default": {
23015
+ "value": "dashed",
23016
+ "filePath": "src/upload/file-drop-zone.yml",
23017
+ "isSource": true,
23018
+ "original": {
23019
+ "value": "{border-style.dashed}"
23020
+ },
23021
+ "name": "FileDropZoneBorderStyleDefault",
23022
+ "attributes": {
23023
+ "category": "file-drop-zone",
23024
+ "type": "border-style",
23025
+ "item": "default"
23026
+ },
23027
+ "path": [
23028
+ "file-drop-zone",
23029
+ "border-style",
23030
+ "default"
23031
+ ]
23032
+ },
23033
+ "target": {
23034
+ "value": "solid",
23035
+ "filePath": "src/upload/file-drop-zone.yml",
23036
+ "isSource": true,
23037
+ "original": {
23038
+ "value": "{border-style.default}"
23039
+ },
23040
+ "name": "FileDropZoneBorderStyleTarget",
23041
+ "attributes": {
23042
+ "category": "file-drop-zone",
23043
+ "type": "border-style",
23044
+ "item": "target"
23045
+ },
23046
+ "path": [
23047
+ "file-drop-zone",
23048
+ "border-style",
23049
+ "target"
23050
+ ]
23051
+ }
23052
+ },
23053
+ "border-color": {
23054
+ "default": {
23055
+ "value": "#909090",
23056
+ "filePath": "src/upload/file-drop-zone.yml",
23057
+ "isSource": true,
23058
+ "original": {
23059
+ "value": "{form-control.border-color.default}"
23060
+ },
23061
+ "name": "FileDropZoneBorderColorDefault",
23062
+ "attributes": {
23063
+ "category": "file-drop-zone",
23064
+ "type": "border-color",
23065
+ "item": "default"
23066
+ },
23067
+ "path": [
23068
+ "file-drop-zone",
23069
+ "border-color",
23070
+ "default"
23071
+ ]
23072
+ },
23073
+ "target": {
23074
+ "value": "#0054F5",
23075
+ "filePath": "src/upload/file-drop-zone.yml",
23076
+ "isSource": true,
23077
+ "original": {
23078
+ "value": "{primary.color.800}"
23079
+ },
23080
+ "name": "FileDropZoneBorderColorTarget",
23081
+ "attributes": {
23082
+ "category": "file-drop-zone",
23083
+ "type": "border-color",
23084
+ "item": "target"
23085
+ },
23086
+ "path": [
23087
+ "file-drop-zone",
23088
+ "border-color",
23089
+ "target"
23090
+ ]
23091
+ }
23092
+ }
22475
23093
  }
22476
23094
  }