@mittwald/flow-design-tokens 0.2.0-alpha.21 → 0.2.0-alpha.210

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,22 +11316,356 @@
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
  ]
11565
+ },
11566
+ "gradient": {
11567
+ "value": "radial-gradient(circle at 27.74% 38.09%,#d8e9f8,transparent 60%),radial-gradient(circle at 63.98% 99.4%,#e4b8ff,transparent 37%),radial-gradient(circle at 79.7% 64.93%,#d8e9f8,transparent 52%),radial-gradient(circle at 10.9% 91.41%,#d8e9f8,transparent 56%),radial-gradient(circle at 3.68% 3.26%,#0056ff,transparent 31%),radial-gradient(circle at 99.62% 17.78%,#48c7d8,transparent 26%),radial-gradient(circle at 58.65% 24.91%,#d8e9f8,transparent 55%),radial-gradient(circle at 53.23% 52.72%,#d8e9f8,transparent 100%),radial-gradient(circle at 50% 50%,#fff,#fff 100%)",
11568
+ "filePath": "src/color-palette.yml",
11569
+ "isSource": true,
11570
+ "original": {
11571
+ "value": "radial-gradient(circle at 27.74% 38.09%,#d8e9f8,transparent 60%),radial-gradient(circle at 63.98% 99.4%,#e4b8ff,transparent 37%),radial-gradient(circle at 79.7% 64.93%,#d8e9f8,transparent 52%),radial-gradient(circle at 10.9% 91.41%,#d8e9f8,transparent 56%),radial-gradient(circle at 3.68% 3.26%,#0056ff,transparent 31%),radial-gradient(circle at 99.62% 17.78%,#48c7d8,transparent 26%),radial-gradient(circle at 58.65% 24.91%,#d8e9f8,transparent 55%),radial-gradient(circle at 53.23% 52.72%,#d8e9f8,transparent 100%),radial-gradient(circle at 50% 50%,#fff,#fff 100%)"
11572
+ },
11573
+ "name": "ColorGradient",
11574
+ "attributes": {
11575
+ "category": "color",
11576
+ "type": "gradient"
11577
+ },
11578
+ "path": [
11579
+ "color",
11580
+ "gradient"
11581
+ ]
11582
+ },
11583
+ "blue": {
11584
+ "value": "#002A7B",
11585
+ "filePath": "src/content/color.yml",
11586
+ "isSource": true,
11587
+ "original": {
11588
+ "value": "{primary.color.1000}"
11589
+ },
11590
+ "name": "ColorBlue",
11591
+ "attributes": {
11592
+ "category": "color",
11593
+ "type": "blue"
11594
+ },
11595
+ "path": [
11596
+ "color",
11597
+ "blue"
11598
+ ]
11599
+ },
11600
+ "violet": {
11601
+ "value": "#715DEE",
11602
+ "filePath": "src/content/color.yml",
11603
+ "isSource": true,
11604
+ "original": {
11605
+ "value": "{color.soft-contrast-violet.800}"
11606
+ },
11607
+ "name": "ColorViolet",
11608
+ "attributes": {
11609
+ "category": "color",
11610
+ "type": "violet"
11611
+ },
11612
+ "path": [
11613
+ "color",
11614
+ "violet"
11615
+ ]
11616
+ },
11617
+ "teal": {
11618
+ "value": "#008696",
11619
+ "filePath": "src/content/color.yml",
11620
+ "isSource": true,
11621
+ "original": {
11622
+ "value": "{color.super-teal.800}"
11623
+ },
11624
+ "name": "ColorTeal",
11625
+ "attributes": {
11626
+ "category": "color",
11627
+ "type": "teal"
11628
+ },
11629
+ "path": [
11630
+ "color",
11631
+ "teal"
11632
+ ]
11633
+ },
11634
+ "lilac": {
11635
+ "value": "#bc08ff",
11636
+ "filePath": "src/content/color.yml",
11637
+ "isSource": true,
11638
+ "original": {
11639
+ "value": "{color.bright-lilac.800}"
11640
+ },
11641
+ "name": "ColorLilac",
11642
+ "attributes": {
11643
+ "category": "color",
11644
+ "type": "lilac"
11645
+ },
11646
+ "path": [
11647
+ "color",
11648
+ "lilac"
11649
+ ]
11650
+ }
11651
+ },
11652
+ "avatar-stack": {
11653
+ "border-width": {
11654
+ "value": "2px",
11655
+ "filePath": "src/content/avatar-stack.yml",
11656
+ "isSource": true,
11657
+ "original": {
11658
+ "value": "{border-width.200}"
11659
+ },
11660
+ "name": "AvatarStackBorderWidth",
11661
+ "attributes": {
11662
+ "category": "avatar-stack",
11663
+ "type": "border-width"
11664
+ },
11665
+ "path": [
11666
+ "avatar-stack",
11667
+ "border-width"
11668
+ ]
11106
11669
  }
11107
11670
  },
11108
11671
  "avatar": {
@@ -11183,57 +11746,125 @@
11183
11746
  "l"
11184
11747
  ]
11185
11748
  }
11186
- }
11187
- },
11188
- "code": {
11189
- "font-size": {
11190
- "value": "0.875rem",
11191
- "filePath": "src/content/code.yml",
11749
+ },
11750
+ "info-status-background-color": {
11751
+ "value": "#E0EBFF",
11752
+ "filePath": "src/content/avatar.yml",
11192
11753
  "isSource": true,
11193
11754
  "original": {
11194
- "value": "{font-size-text.s}"
11755
+ "value": "{info.color.200}"
11195
11756
  },
11196
- "name": "CodeFontSize",
11757
+ "name": "AvatarInfoStatusBackgroundColor",
11197
11758
  "attributes": {
11198
- "category": "code",
11199
- "type": "font-size"
11759
+ "category": "avatar",
11760
+ "type": "info-status-background-color"
11200
11761
  },
11201
11762
  "path": [
11202
- "code",
11203
- "font-size"
11763
+ "avatar",
11764
+ "info-status-background-color"
11204
11765
  ]
11205
11766
  },
11206
- "line-height": {
11207
- "value": "calc(1rem * 1.5)",
11208
- "filePath": "src/content/code.yml",
11767
+ "warning-status-background-color": {
11768
+ "value": "#FFEBDC",
11769
+ "filePath": "src/content/avatar.yml",
11209
11770
  "isSource": true,
11210
11771
  "original": {
11211
- "value": "{line-height.m}"
11772
+ "value": "{warning.color.200}"
11212
11773
  },
11213
- "name": "CodeLineHeight",
11774
+ "name": "AvatarWarningStatusBackgroundColor",
11214
11775
  "attributes": {
11215
- "category": "code",
11216
- "type": "line-height"
11776
+ "category": "avatar",
11777
+ "type": "warning-status-background-color"
11217
11778
  },
11218
11779
  "path": [
11219
- "code",
11220
- "line-height"
11780
+ "avatar",
11781
+ "warning-status-background-color"
11221
11782
  ]
11222
11783
  },
11223
- "padding-x": {
11224
- "value": "4px",
11225
- "filePath": "src/content/code.yml",
11784
+ "danger-status-background-color": {
11785
+ "value": "#FBE0E6",
11786
+ "filePath": "src/content/avatar.yml",
11226
11787
  "isSource": true,
11227
11788
  "original": {
11228
- "value": "{size-px.xs}"
11789
+ "value": "{danger.color.200}"
11229
11790
  },
11230
- "name": "CodePaddingX",
11791
+ "name": "AvatarDangerStatusBackgroundColor",
11231
11792
  "attributes": {
11232
- "category": "code",
11233
- "type": "padding-x"
11793
+ "category": "avatar",
11794
+ "type": "danger-status-background-color"
11234
11795
  },
11235
11796
  "path": [
11236
- "code",
11797
+ "avatar",
11798
+ "danger-status-background-color"
11799
+ ]
11800
+ },
11801
+ "success-status-background-color": {
11802
+ "value": "#C0FFEB",
11803
+ "filePath": "src/content/avatar.yml",
11804
+ "isSource": true,
11805
+ "original": {
11806
+ "value": "{success.color.200}"
11807
+ },
11808
+ "name": "AvatarSuccessStatusBackgroundColor",
11809
+ "attributes": {
11810
+ "category": "avatar",
11811
+ "type": "success-status-background-color"
11812
+ },
11813
+ "path": [
11814
+ "avatar",
11815
+ "success-status-background-color"
11816
+ ]
11817
+ }
11818
+ },
11819
+ "code": {
11820
+ "font-size": {
11821
+ "value": "0.875rem",
11822
+ "filePath": "src/content/code.yml",
11823
+ "isSource": true,
11824
+ "original": {
11825
+ "value": "{font-size-text.s}"
11826
+ },
11827
+ "name": "CodeFontSize",
11828
+ "attributes": {
11829
+ "category": "code",
11830
+ "type": "font-size"
11831
+ },
11832
+ "path": [
11833
+ "code",
11834
+ "font-size"
11835
+ ]
11836
+ },
11837
+ "line-height": {
11838
+ "value": "calc(1rem * 1.5)",
11839
+ "filePath": "src/content/code.yml",
11840
+ "isSource": true,
11841
+ "original": {
11842
+ "value": "{line-height.m}"
11843
+ },
11844
+ "name": "CodeLineHeight",
11845
+ "attributes": {
11846
+ "category": "code",
11847
+ "type": "line-height"
11848
+ },
11849
+ "path": [
11850
+ "code",
11851
+ "line-height"
11852
+ ]
11853
+ },
11854
+ "padding-x": {
11855
+ "value": "4px",
11856
+ "filePath": "src/content/code.yml",
11857
+ "isSource": true,
11858
+ "original": {
11859
+ "value": "{size-px.xs}"
11860
+ },
11861
+ "name": "CodePaddingX",
11862
+ "attributes": {
11863
+ "category": "code",
11864
+ "type": "padding-x"
11865
+ },
11866
+ "path": [
11867
+ "code",
11237
11868
  "padding-x"
11238
11869
  ]
11239
11870
  },
@@ -13154,6 +13785,74 @@
13154
13785
  "icon",
13155
13786
  "color"
13156
13787
  ]
13788
+ },
13789
+ "info-color": {
13790
+ "value": "#003FB8",
13791
+ "filePath": "src/content/icon.yml",
13792
+ "isSource": true,
13793
+ "original": {
13794
+ "value": "{info-outline-content-color}"
13795
+ },
13796
+ "name": "IconInfoColor",
13797
+ "attributes": {
13798
+ "category": "icon",
13799
+ "type": "info-color"
13800
+ },
13801
+ "path": [
13802
+ "icon",
13803
+ "info-color"
13804
+ ]
13805
+ },
13806
+ "warning-color": {
13807
+ "value": "#C25200",
13808
+ "filePath": "src/content/icon.yml",
13809
+ "isSource": true,
13810
+ "original": {
13811
+ "value": "{warning-outline-content-color}"
13812
+ },
13813
+ "name": "IconWarningColor",
13814
+ "attributes": {
13815
+ "category": "icon",
13816
+ "type": "warning-color"
13817
+ },
13818
+ "path": [
13819
+ "icon",
13820
+ "warning-color"
13821
+ ]
13822
+ },
13823
+ "danger-color": {
13824
+ "value": "#B4193A",
13825
+ "filePath": "src/content/icon.yml",
13826
+ "isSource": true,
13827
+ "original": {
13828
+ "value": "{danger-outline-content-color}"
13829
+ },
13830
+ "name": "IconDangerColor",
13831
+ "attributes": {
13832
+ "category": "icon",
13833
+ "type": "danger-color"
13834
+ },
13835
+ "path": [
13836
+ "icon",
13837
+ "danger-color"
13838
+ ]
13839
+ },
13840
+ "success-color": {
13841
+ "value": "#005F42",
13842
+ "filePath": "src/content/icon.yml",
13843
+ "isSource": true,
13844
+ "original": {
13845
+ "value": "{success-outline-content-color}"
13846
+ },
13847
+ "name": "IconSuccessColor",
13848
+ "attributes": {
13849
+ "category": "icon",
13850
+ "type": "success-color"
13851
+ },
13852
+ "path": [
13853
+ "icon",
13854
+ "success-color"
13855
+ ]
13157
13856
  }
13158
13857
  },
13159
13858
  "illustrated-message": {
@@ -13191,543 +13890,1013 @@
13191
13890
  "spacing"
13192
13891
  ]
13193
13892
  },
13194
- "primary-icon-color": {
13195
- "value": "#003FB8",
13196
- "filePath": "src/content/illustrated-message.yml",
13893
+ "primary-icon-color": {
13894
+ "value": "#003FB8",
13895
+ "filePath": "src/content/illustrated-message.yml",
13896
+ "isSource": true,
13897
+ "original": {
13898
+ "value": "{primary.color.900}"
13899
+ },
13900
+ "name": "IllustratedMessagePrimaryIconColor",
13901
+ "attributes": {
13902
+ "category": "illustrated-message",
13903
+ "type": "primary-icon-color"
13904
+ },
13905
+ "path": [
13906
+ "illustrated-message",
13907
+ "primary-icon-color"
13908
+ ]
13909
+ },
13910
+ "primary-heading-color": {
13911
+ "value": "#002A7B",
13912
+ "filePath": "src/content/illustrated-message.yml",
13913
+ "isSource": true,
13914
+ "original": {
13915
+ "value": "{heading.color}"
13916
+ },
13917
+ "name": "IllustratedMessagePrimaryHeadingColor",
13918
+ "attributes": {
13919
+ "category": "illustrated-message",
13920
+ "type": "primary-heading-color"
13921
+ },
13922
+ "path": [
13923
+ "illustrated-message",
13924
+ "primary-heading-color"
13925
+ ]
13926
+ },
13927
+ "danger-icon-color": {
13928
+ "value": "#B4193A",
13929
+ "filePath": "src/content/illustrated-message.yml",
13930
+ "isSource": true,
13931
+ "original": {
13932
+ "value": "{danger.color.900}"
13933
+ },
13934
+ "name": "IllustratedMessageDangerIconColor",
13935
+ "attributes": {
13936
+ "category": "illustrated-message",
13937
+ "type": "danger-icon-color"
13938
+ },
13939
+ "path": [
13940
+ "illustrated-message",
13941
+ "danger-icon-color"
13942
+ ]
13943
+ },
13944
+ "danger-heading-color": {
13945
+ "value": "#83122A",
13946
+ "filePath": "src/content/illustrated-message.yml",
13947
+ "isSource": true,
13948
+ "original": {
13949
+ "value": "{danger.color.1000}"
13950
+ },
13951
+ "name": "IllustratedMessageDangerHeadingColor",
13952
+ "attributes": {
13953
+ "category": "illustrated-message",
13954
+ "type": "danger-heading-color"
13955
+ },
13956
+ "path": [
13957
+ "illustrated-message",
13958
+ "danger-heading-color"
13959
+ ]
13960
+ },
13961
+ "dark-icon-color": {
13962
+ "value": "rgb(0 0 0 / 100%)",
13963
+ "filePath": "src/content/illustrated-message.yml",
13964
+ "isSource": true,
13965
+ "original": {
13966
+ "value": "{dark-plain-content-color}"
13967
+ },
13968
+ "name": "IllustratedMessageDarkIconColor",
13969
+ "attributes": {
13970
+ "category": "illustrated-message",
13971
+ "type": "dark-icon-color"
13972
+ },
13973
+ "path": [
13974
+ "illustrated-message",
13975
+ "dark-icon-color"
13976
+ ]
13977
+ },
13978
+ "dark-heading-color": {
13979
+ "value": "rgb(0 0 0 / 100%)",
13980
+ "filePath": "src/content/illustrated-message.yml",
13981
+ "isSource": true,
13982
+ "original": {
13983
+ "value": "{heading.color-dark}"
13984
+ },
13985
+ "name": "IllustratedMessageDarkHeadingColor",
13986
+ "attributes": {
13987
+ "category": "illustrated-message",
13988
+ "type": "dark-heading-color"
13989
+ },
13990
+ "path": [
13991
+ "illustrated-message",
13992
+ "dark-heading-color"
13993
+ ]
13994
+ },
13995
+ "light-icon-color": {
13996
+ "value": "rgb(255 255 255 / 100%)",
13997
+ "filePath": "src/content/illustrated-message.yml",
13998
+ "isSource": true,
13999
+ "original": {
14000
+ "value": "{light-plain-content-color}"
14001
+ },
14002
+ "name": "IllustratedMessageLightIconColor",
14003
+ "attributes": {
14004
+ "category": "illustrated-message",
14005
+ "type": "light-icon-color"
14006
+ },
14007
+ "path": [
14008
+ "illustrated-message",
14009
+ "light-icon-color"
14010
+ ]
14011
+ },
14012
+ "light-heading-color": {
14013
+ "value": "rgb(255 255 255 / 100%)",
14014
+ "filePath": "src/content/illustrated-message.yml",
14015
+ "isSource": true,
14016
+ "original": {
14017
+ "value": "{heading.color-light}"
14018
+ },
14019
+ "name": "IllustratedMessageLightHeadingColor",
14020
+ "attributes": {
14021
+ "category": "illustrated-message",
14022
+ "type": "light-heading-color"
14023
+ },
14024
+ "path": [
14025
+ "illustrated-message",
14026
+ "light-heading-color"
14027
+ ]
14028
+ }
14029
+ },
14030
+ "image": {
14031
+ "corner-radius": {
14032
+ "value": "4px",
14033
+ "filePath": "src/content/image.yml",
14034
+ "isSource": true,
14035
+ "original": {
14036
+ "value": "{corner-radius.default}"
14037
+ },
14038
+ "name": "ImageCornerRadius",
14039
+ "attributes": {
14040
+ "category": "image",
14041
+ "type": "corner-radius"
14042
+ },
14043
+ "path": [
14044
+ "image",
14045
+ "corner-radius"
14046
+ ]
14047
+ },
14048
+ "border-width": {
14049
+ "value": "1px",
14050
+ "filePath": "src/content/image.yml",
14051
+ "isSource": true,
14052
+ "original": {
14053
+ "value": "{border-width.100}"
14054
+ },
14055
+ "name": "ImageBorderWidth",
14056
+ "attributes": {
14057
+ "category": "image",
14058
+ "type": "border-width"
14059
+ },
14060
+ "path": [
14061
+ "image",
14062
+ "border-width"
14063
+ ]
14064
+ },
14065
+ "border-style": {
14066
+ "value": "solid",
14067
+ "filePath": "src/content/image.yml",
14068
+ "isSource": true,
14069
+ "original": {
14070
+ "value": "{border-style.default}"
14071
+ },
14072
+ "name": "ImageBorderStyle",
14073
+ "attributes": {
14074
+ "category": "image",
14075
+ "type": "border-style"
14076
+ },
14077
+ "path": [
14078
+ "image",
14079
+ "border-style"
14080
+ ]
14081
+ },
14082
+ "border-color": {
14083
+ "value": "#909090",
14084
+ "filePath": "src/content/image.yml",
14085
+ "isSource": true,
14086
+ "original": {
14087
+ "value": "{neutral-outline-border-color}"
14088
+ },
14089
+ "name": "ImageBorderColor",
14090
+ "attributes": {
14091
+ "category": "image",
14092
+ "type": "border-color"
14093
+ },
14094
+ "path": [
14095
+ "image",
14096
+ "border-color"
14097
+ ]
14098
+ }
14099
+ },
14100
+ "initials": {
14101
+ "font-weight": {
14102
+ "value": "bold",
14103
+ "filePath": "src/content/initials.yml",
14104
+ "isSource": true,
14105
+ "original": {
14106
+ "value": "{font-weight.bold}"
14107
+ },
14108
+ "name": "InitialsFontWeight",
14109
+ "attributes": {
14110
+ "category": "initials",
14111
+ "type": "font-weight"
14112
+ },
14113
+ "path": [
14114
+ "initials",
14115
+ "font-weight"
14116
+ ]
14117
+ }
14118
+ },
14119
+ "label": {
14120
+ "font-size": {
14121
+ "value": "0.875rem",
14122
+ "filePath": "src/content/label.yml",
14123
+ "isSource": true,
14124
+ "original": {
14125
+ "value": "{font-size-text.s}"
14126
+ },
14127
+ "name": "LabelFontSize",
14128
+ "attributes": {
14129
+ "category": "label",
14130
+ "type": "font-size"
14131
+ },
14132
+ "path": [
14133
+ "label",
14134
+ "font-size"
14135
+ ]
14136
+ },
14137
+ "font-weight": {
14138
+ "value": "bold",
14139
+ "filePath": "src/content/label.yml",
14140
+ "isSource": true,
14141
+ "original": {
14142
+ "value": "{font-weight.bold}"
14143
+ },
14144
+ "name": "LabelFontWeight",
14145
+ "attributes": {
14146
+ "category": "label",
14147
+ "type": "font-weight"
14148
+ },
14149
+ "path": [
14150
+ "label",
14151
+ "font-weight"
14152
+ ]
14153
+ },
14154
+ "line-height": {
14155
+ "value": "calc(1rem * 1.5)",
14156
+ "filePath": "src/content/label.yml",
14157
+ "isSource": true,
14158
+ "original": {
14159
+ "value": "{line-height.m}"
14160
+ },
14161
+ "name": "LabelLineHeight",
14162
+ "attributes": {
14163
+ "category": "label",
14164
+ "type": "line-height"
14165
+ },
14166
+ "path": [
14167
+ "label",
14168
+ "line-height"
14169
+ ]
14170
+ },
14171
+ "spacing": {
14172
+ "value": "0.25rem",
14173
+ "filePath": "src/content/label.yml",
14174
+ "isSource": true,
14175
+ "original": {
14176
+ "value": "{size-rem.xs}"
14177
+ },
14178
+ "name": "LabelSpacing",
14179
+ "attributes": {
14180
+ "category": "label",
14181
+ "type": "spacing"
14182
+ },
14183
+ "path": [
14184
+ "label",
14185
+ "spacing"
14186
+ ]
14187
+ },
14188
+ "color": {
14189
+ "default": {
14190
+ "value": "#6D6D6D",
14191
+ "filePath": "src/content/label.yml",
14192
+ "isSource": true,
14193
+ "original": {
14194
+ "value": "{neutral.color.800}"
14195
+ },
14196
+ "name": "LabelColorDefault",
14197
+ "attributes": {
14198
+ "category": "label",
14199
+ "type": "color",
14200
+ "item": "default"
14201
+ },
14202
+ "path": [
14203
+ "label",
14204
+ "color",
14205
+ "default"
14206
+ ]
14207
+ },
14208
+ "disabled": {
14209
+ "value": "#E6E6E6",
14210
+ "filePath": "src/content/label.yml",
14211
+ "isSource": true,
14212
+ "original": {
14213
+ "value": "{disabled-plain-content-color}"
14214
+ },
14215
+ "name": "LabelColorDisabled",
14216
+ "attributes": {
14217
+ "category": "label",
14218
+ "type": "color",
14219
+ "item": "disabled"
14220
+ },
14221
+ "path": [
14222
+ "label",
14223
+ "color",
14224
+ "disabled"
14225
+ ]
14226
+ }
14227
+ }
14228
+ },
14229
+ "labeled-value": {
14230
+ "label-to-value-spacing": {
14231
+ "value": "0.125rem",
14232
+ "filePath": "src/content/labeled-value.yml",
14233
+ "isSource": true,
14234
+ "original": {
14235
+ "value": "{size-rem.xxs}"
14236
+ },
14237
+ "name": "LabeledValueLabelToValueSpacing",
14238
+ "attributes": {
14239
+ "category": "labeled-value",
14240
+ "type": "label-to-value-spacing"
14241
+ },
14242
+ "path": [
14243
+ "labeled-value",
14244
+ "label-to-value-spacing"
14245
+ ]
14246
+ },
14247
+ "value-to-action-spacing": {
14248
+ "value": "0.25rem",
14249
+ "filePath": "src/content/labeled-value.yml",
14250
+ "isSource": true,
14251
+ "original": {
14252
+ "value": "{size-rem.xs}"
14253
+ },
14254
+ "name": "LabeledValueValueToActionSpacing",
14255
+ "attributes": {
14256
+ "category": "labeled-value",
14257
+ "type": "value-to-action-spacing"
14258
+ },
14259
+ "path": [
14260
+ "labeled-value",
14261
+ "value-to-action-spacing"
14262
+ ]
14263
+ }
14264
+ },
14265
+ "markdown": {
14266
+ "spacing": {
14267
+ "value": "1rem",
14268
+ "filePath": "src/content/markdown.yml",
14269
+ "isSource": true,
14270
+ "original": {
14271
+ "value": "{size-rem.m}"
14272
+ },
14273
+ "name": "MarkdownSpacing",
14274
+ "attributes": {
14275
+ "category": "markdown",
14276
+ "type": "spacing"
14277
+ },
14278
+ "path": [
14279
+ "markdown",
14280
+ "spacing"
14281
+ ]
14282
+ }
14283
+ },
14284
+ "rating": {
14285
+ "spacing": {
14286
+ "s": {
14287
+ "value": "0.25rem",
14288
+ "filePath": "src/content/rating.yml",
14289
+ "isSource": true,
14290
+ "original": {
14291
+ "value": "{size-rem.xs}"
14292
+ },
14293
+ "name": "RatingSpacingS",
14294
+ "attributes": {
14295
+ "category": "rating",
14296
+ "type": "spacing",
14297
+ "item": "s"
14298
+ },
14299
+ "path": [
14300
+ "rating",
14301
+ "spacing",
14302
+ "s"
14303
+ ]
14304
+ },
14305
+ "m": {
14306
+ "value": "0.5rem",
14307
+ "filePath": "src/content/rating.yml",
14308
+ "isSource": true,
14309
+ "original": {
14310
+ "value": "{size-rem.s}"
14311
+ },
14312
+ "name": "RatingSpacingM",
14313
+ "attributes": {
14314
+ "category": "rating",
14315
+ "type": "spacing",
14316
+ "item": "m"
14317
+ },
14318
+ "path": [
14319
+ "rating",
14320
+ "spacing",
14321
+ "m"
14322
+ ]
14323
+ }
14324
+ },
14325
+ "star-color": {
14326
+ "value": "#909090",
14327
+ "filePath": "src/content/rating.yml",
14328
+ "isSource": true,
14329
+ "original": {
14330
+ "value": "{neutral.color.700}"
14331
+ },
14332
+ "name": "RatingStarColor",
14333
+ "attributes": {
14334
+ "category": "rating",
14335
+ "type": "star-color"
14336
+ },
14337
+ "path": [
14338
+ "rating",
14339
+ "star-color"
14340
+ ]
14341
+ },
14342
+ "star-filled-color": {
14343
+ "value": "#002A7B",
14344
+ "filePath": "src/content/rating.yml",
14345
+ "isSource": true,
14346
+ "original": {
14347
+ "value": "{primary.color.1000}"
14348
+ },
14349
+ "name": "RatingStarFilledColor",
14350
+ "attributes": {
14351
+ "category": "rating",
14352
+ "type": "star-filled-color"
14353
+ },
14354
+ "path": [
14355
+ "rating",
14356
+ "star-filled-color"
14357
+ ]
14358
+ }
14359
+ },
14360
+ "text": {
14361
+ "color": {
14362
+ "default": {
14363
+ "value": "#222222",
14364
+ "filePath": "src/content/text.yml",
14365
+ "isSource": true,
14366
+ "original": {
14367
+ "value": "{neutral.color.1000}"
14368
+ },
14369
+ "name": "TextColorDefault",
14370
+ "attributes": {
14371
+ "category": "text",
14372
+ "type": "color",
14373
+ "item": "default"
14374
+ },
14375
+ "path": [
14376
+ "text",
14377
+ "color",
14378
+ "default"
14379
+ ]
14380
+ },
14381
+ "light": {
14382
+ "value": "rgb(255 255 255 / 100%)",
14383
+ "filePath": "src/content/text.yml",
14384
+ "isSource": true,
14385
+ "original": {
14386
+ "value": "{light-plain-content-color}"
14387
+ },
14388
+ "name": "TextColorLight",
14389
+ "attributes": {
14390
+ "category": "text",
14391
+ "type": "color",
14392
+ "item": "light"
14393
+ },
14394
+ "path": [
14395
+ "text",
14396
+ "color",
14397
+ "light"
14398
+ ]
14399
+ },
14400
+ "dark": {
14401
+ "value": "rgb(0 0 0 / 100%)",
14402
+ "filePath": "src/content/text.yml",
14403
+ "isSource": true,
14404
+ "original": {
14405
+ "value": "{dark-plain-content-color}"
14406
+ },
14407
+ "name": "TextColorDark",
14408
+ "attributes": {
14409
+ "category": "text",
14410
+ "type": "color",
14411
+ "item": "dark"
14412
+ },
14413
+ "path": [
14414
+ "text",
14415
+ "color",
14416
+ "dark"
14417
+ ]
14418
+ },
14419
+ "disabled": {
14420
+ "value": "#E6E6E6",
14421
+ "filePath": "src/content/text.yml",
14422
+ "isSource": true,
14423
+ "original": {
14424
+ "value": "{disabled-plain-content-color}"
14425
+ },
14426
+ "name": "TextColorDisabled",
14427
+ "attributes": {
14428
+ "category": "text",
14429
+ "type": "color",
14430
+ "item": "disabled"
14431
+ },
14432
+ "path": [
14433
+ "text",
14434
+ "color",
14435
+ "disabled"
14436
+ ]
14437
+ }
14438
+ },
14439
+ "max-width": {
14440
+ "value": "780px",
14441
+ "filePath": "src/content/text.yml",
13197
14442
  "isSource": true,
13198
14443
  "original": {
13199
- "value": "{primary.color.900}"
14444
+ "value": "780px"
13200
14445
  },
13201
- "name": "IllustratedMessagePrimaryIconColor",
14446
+ "name": "TextMaxWidth",
13202
14447
  "attributes": {
13203
- "category": "illustrated-message",
13204
- "type": "primary-icon-color"
14448
+ "category": "text",
14449
+ "type": "max-width"
13205
14450
  },
13206
14451
  "path": [
13207
- "illustrated-message",
13208
- "primary-icon-color"
14452
+ "text",
14453
+ "max-width"
13209
14454
  ]
13210
14455
  },
13211
- "primary-heading-color": {
13212
- "value": "#002A7B",
13213
- "filePath": "src/content/illustrated-message.yml",
14456
+ "blockquote-border-width": {
14457
+ "value": "4px",
14458
+ "filePath": "src/content/text.yml",
13214
14459
  "isSource": true,
13215
14460
  "original": {
13216
- "value": "{heading.color}"
14461
+ "value": "{border-width.300}"
13217
14462
  },
13218
- "name": "IllustratedMessagePrimaryHeadingColor",
14463
+ "name": "TextBlockquoteBorderWidth",
13219
14464
  "attributes": {
13220
- "category": "illustrated-message",
13221
- "type": "primary-heading-color"
14465
+ "category": "text",
14466
+ "type": "blockquote-border-width"
13222
14467
  },
13223
14468
  "path": [
13224
- "illustrated-message",
13225
- "primary-heading-color"
14469
+ "text",
14470
+ "blockquote-border-width"
13226
14471
  ]
13227
14472
  },
13228
- "danger-icon-color": {
13229
- "value": "#B4193A",
13230
- "filePath": "src/content/illustrated-message.yml",
14473
+ "blockquote-border-style": {
14474
+ "value": "solid",
14475
+ "filePath": "src/content/text.yml",
13231
14476
  "isSource": true,
13232
14477
  "original": {
13233
- "value": "{danger.color.900}"
14478
+ "value": "{border-style.default}"
13234
14479
  },
13235
- "name": "IllustratedMessageDangerIconColor",
14480
+ "name": "TextBlockquoteBorderStyle",
13236
14481
  "attributes": {
13237
- "category": "illustrated-message",
13238
- "type": "danger-icon-color"
14482
+ "category": "text",
14483
+ "type": "blockquote-border-style"
13239
14484
  },
13240
14485
  "path": [
13241
- "illustrated-message",
13242
- "danger-icon-color"
14486
+ "text",
14487
+ "blockquote-border-style"
13243
14488
  ]
13244
14489
  },
13245
- "danger-heading-color": {
13246
- "value": "#83122A",
13247
- "filePath": "src/content/illustrated-message.yml",
14490
+ "blockquote-border-color": {
14491
+ "value": "#0054F5",
14492
+ "filePath": "src/content/text.yml",
13248
14493
  "isSource": true,
13249
14494
  "original": {
13250
- "value": "{danger.color.1000}"
14495
+ "value": "{info-outline-border-color}"
13251
14496
  },
13252
- "name": "IllustratedMessageDangerHeadingColor",
14497
+ "name": "TextBlockquoteBorderColor",
13253
14498
  "attributes": {
13254
- "category": "illustrated-message",
13255
- "type": "danger-heading-color"
14499
+ "category": "text",
14500
+ "type": "blockquote-border-color"
13256
14501
  },
13257
14502
  "path": [
13258
- "illustrated-message",
13259
- "danger-heading-color"
14503
+ "text",
14504
+ "blockquote-border-color"
13260
14505
  ]
13261
14506
  },
13262
- "dark-icon-color": {
13263
- "value": "rgb(0 0 0 / 100%)",
13264
- "filePath": "src/content/illustrated-message.yml",
14507
+ "blockquote-padding": {
14508
+ "value": "0.5rem",
14509
+ "filePath": "src/content/text.yml",
13265
14510
  "isSource": true,
13266
14511
  "original": {
13267
- "value": "{dark-plain-content-color}"
14512
+ "value": "{size-rem.s}"
13268
14513
  },
13269
- "name": "IllustratedMessageDarkIconColor",
14514
+ "name": "TextBlockquotePadding",
13270
14515
  "attributes": {
13271
- "category": "illustrated-message",
13272
- "type": "dark-icon-color"
14516
+ "category": "text",
14517
+ "type": "blockquote-padding"
13273
14518
  },
13274
14519
  "path": [
13275
- "illustrated-message",
13276
- "dark-icon-color"
14520
+ "text",
14521
+ "blockquote-padding"
13277
14522
  ]
13278
14523
  },
13279
- "dark-heading-color": {
13280
- "value": "rgb(0 0 0 / 100%)",
13281
- "filePath": "src/content/illustrated-message.yml",
14524
+ "list-padding": {
14525
+ "value": "1.5rem",
14526
+ "filePath": "src/content/text.yml",
13282
14527
  "isSource": true,
13283
14528
  "original": {
13284
- "value": "{heading.color-dark}"
14529
+ "value": "{size-rem.l}"
13285
14530
  },
13286
- "name": "IllustratedMessageDarkHeadingColor",
14531
+ "name": "TextListPadding",
13287
14532
  "attributes": {
13288
- "category": "illustrated-message",
13289
- "type": "dark-heading-color"
14533
+ "category": "text",
14534
+ "type": "list-padding"
13290
14535
  },
13291
14536
  "path": [
13292
- "illustrated-message",
13293
- "dark-heading-color"
14537
+ "text",
14538
+ "list-padding"
13294
14539
  ]
13295
- },
13296
- "light-icon-color": {
13297
- "value": "rgb(255 255 255 / 100%)",
13298
- "filePath": "src/content/illustrated-message.yml",
14540
+ }
14541
+ },
14542
+ "area": {
14543
+ "border-width": {
14544
+ "value": "2px",
14545
+ "filePath": "src/dataVisualisation/area.yml",
13299
14546
  "isSource": true,
13300
14547
  "original": {
13301
- "value": "{light-plain-content-color}"
14548
+ "value": "{border-width.200}"
13302
14549
  },
13303
- "name": "IllustratedMessageLightIconColor",
14550
+ "name": "AreaBorderWidth",
13304
14551
  "attributes": {
13305
- "category": "illustrated-message",
13306
- "type": "light-icon-color"
14552
+ "category": "area",
14553
+ "type": "border-width"
13307
14554
  },
13308
14555
  "path": [
13309
- "illustrated-message",
13310
- "light-icon-color"
14556
+ "area",
14557
+ "border-width"
13311
14558
  ]
13312
14559
  },
13313
- "light-heading-color": {
13314
- "value": "rgb(255 255 255 / 100%)",
13315
- "filePath": "src/content/illustrated-message.yml",
14560
+ "border-color": {
14561
+ "value": "#FFFFFF",
14562
+ "filePath": "src/dataVisualisation/area.yml",
13316
14563
  "isSource": true,
13317
14564
  "original": {
13318
- "value": "{heading.color-light}"
14565
+ "value": "{neutral.color.100}"
13319
14566
  },
13320
- "name": "IllustratedMessageLightHeadingColor",
14567
+ "name": "AreaBorderColor",
13321
14568
  "attributes": {
13322
- "category": "illustrated-message",
13323
- "type": "light-heading-color"
14569
+ "category": "area",
14570
+ "type": "border-color"
13324
14571
  },
13325
14572
  "path": [
13326
- "illustrated-message",
13327
- "light-heading-color"
14573
+ "area",
14574
+ "border-color"
13328
14575
  ]
13329
14576
  }
13330
14577
  },
13331
- "initials": {
13332
- "font-weight": {
13333
- "value": "bold",
13334
- "filePath": "src/content/initials.yml",
14578
+ "axis": {
14579
+ "spacing": {
14580
+ "value": "8px",
14581
+ "filePath": "src/dataVisualisation/axis.yml",
13335
14582
  "isSource": true,
13336
14583
  "original": {
13337
- "value": "{font-weight.bold}"
14584
+ "value": "{size-px.s}"
13338
14585
  },
13339
- "name": "InitialsFontWeight",
14586
+ "name": "AxisSpacing",
13340
14587
  "attributes": {
13341
- "category": "initials",
13342
- "type": "font-weight"
14588
+ "category": "axis",
14589
+ "type": "spacing"
13343
14590
  },
13344
14591
  "path": [
13345
- "initials",
13346
- "font-weight"
14592
+ "axis",
14593
+ "spacing"
13347
14594
  ]
13348
- }
13349
- },
13350
- "label": {
14595
+ },
13351
14596
  "font-size": {
13352
14597
  "value": "0.875rem",
13353
- "filePath": "src/content/label.yml",
14598
+ "filePath": "src/dataVisualisation/axis.yml",
13354
14599
  "isSource": true,
13355
14600
  "original": {
13356
14601
  "value": "{font-size-text.s}"
13357
14602
  },
13358
- "name": "LabelFontSize",
14603
+ "name": "AxisFontSize",
13359
14604
  "attributes": {
13360
- "category": "label",
14605
+ "category": "axis",
13361
14606
  "type": "font-size"
13362
14607
  },
13363
14608
  "path": [
13364
- "label",
14609
+ "axis",
13365
14610
  "font-size"
13366
14611
  ]
13367
14612
  },
13368
- "font-weight": {
13369
- "value": "bold",
13370
- "filePath": "src/content/label.yml",
14613
+ "color": {
14614
+ "value": "#909090",
14615
+ "filePath": "src/dataVisualisation/axis.yml",
13371
14616
  "isSource": true,
13372
14617
  "original": {
13373
- "value": "{font-weight.bold}"
14618
+ "value": "{color.gray.700}"
13374
14619
  },
13375
- "name": "LabelFontWeight",
14620
+ "name": "AxisColor",
13376
14621
  "attributes": {
13377
- "category": "label",
13378
- "type": "font-weight"
14622
+ "category": "axis",
14623
+ "type": "color"
13379
14624
  },
13380
14625
  "path": [
13381
- "label",
13382
- "font-weight"
14626
+ "axis",
14627
+ "color"
13383
14628
  ]
13384
14629
  },
13385
- "line-height": {
13386
- "value": "calc(1rem * 1.5)",
13387
- "filePath": "src/content/label.yml",
14630
+ "text-color": {
14631
+ "value": "#222222",
14632
+ "filePath": "src/dataVisualisation/axis.yml",
13388
14633
  "isSource": true,
13389
14634
  "original": {
13390
- "value": "{line-height.m}"
14635
+ "value": "{neutral.color.1000}"
13391
14636
  },
13392
- "name": "LabelLineHeight",
14637
+ "name": "AxisTextColor",
13393
14638
  "attributes": {
13394
- "category": "label",
13395
- "type": "line-height"
14639
+ "category": "axis",
14640
+ "type": "text-color"
13396
14641
  },
13397
14642
  "path": [
13398
- "label",
13399
- "line-height"
14643
+ "axis",
14644
+ "text-color"
13400
14645
  ]
13401
14646
  },
13402
- "spacing": {
13403
- "value": "0.25rem",
13404
- "filePath": "src/content/label.yml",
14647
+ "stroke-width": {
14648
+ "value": "1px",
14649
+ "filePath": "src/dataVisualisation/axis.yml",
13405
14650
  "isSource": true,
13406
14651
  "original": {
13407
- "value": "{size-rem.xs}"
14652
+ "value": "{border-width.100}"
13408
14653
  },
13409
- "name": "LabelSpacing",
14654
+ "name": "AxisStrokeWidth",
13410
14655
  "attributes": {
13411
- "category": "label",
13412
- "type": "spacing"
14656
+ "category": "axis",
14657
+ "type": "stroke-width"
13413
14658
  },
13414
14659
  "path": [
13415
- "label",
13416
- "spacing"
14660
+ "axis",
14661
+ "stroke-width"
13417
14662
  ]
13418
14663
  },
13419
- "color": {
13420
- "default": {
13421
- "value": "#6D6D6D",
13422
- "filePath": "src/content/label.yml",
13423
- "isSource": true,
13424
- "original": {
13425
- "value": "{neutral.color.800}"
13426
- },
13427
- "name": "LabelColorDefault",
13428
- "attributes": {
13429
- "category": "label",
13430
- "type": "color",
13431
- "item": "default"
13432
- },
13433
- "path": [
13434
- "label",
13435
- "color",
13436
- "default"
13437
- ]
14664
+ "tick-size": {
14665
+ "value": "8px",
14666
+ "filePath": "src/dataVisualisation/axis.yml",
14667
+ "isSource": true,
14668
+ "original": {
14669
+ "value": "{size-px.s}"
13438
14670
  },
13439
- "disabled": {
13440
- "value": "#E6E6E6",
13441
- "filePath": "src/content/label.yml",
13442
- "isSource": true,
13443
- "original": {
13444
- "value": "{disabled-plain-content-color}"
13445
- },
13446
- "name": "LabelColorDisabled",
13447
- "attributes": {
13448
- "category": "label",
13449
- "type": "color",
13450
- "item": "disabled"
13451
- },
13452
- "path": [
13453
- "label",
13454
- "color",
13455
- "disabled"
13456
- ]
13457
- }
14671
+ "name": "AxisTickSize",
14672
+ "attributes": {
14673
+ "category": "axis",
14674
+ "type": "tick-size"
14675
+ },
14676
+ "path": [
14677
+ "axis",
14678
+ "tick-size"
14679
+ ]
13458
14680
  }
13459
14681
  },
13460
- "labeled-value": {
13461
- "label-to-value-spacing": {
13462
- "value": "0.125rem",
13463
- "filePath": "src/content/labeled-value.yml",
14682
+ "big-number": {
14683
+ "spacing": {
14684
+ "value": "0.25rem",
14685
+ "filePath": "src/dataVisualisation/big-number.yml",
13464
14686
  "isSource": true,
13465
14687
  "original": {
13466
- "value": "{size-rem.xxs}"
14688
+ "value": "{size-rem.xs}"
13467
14689
  },
13468
- "name": "LabeledValueLabelToValueSpacing",
14690
+ "name": "BigNumberSpacing",
13469
14691
  "attributes": {
13470
- "category": "labeled-value",
13471
- "type": "label-to-value-spacing"
14692
+ "category": "big-number",
14693
+ "type": "spacing"
13472
14694
  },
13473
14695
  "path": [
13474
- "labeled-value",
13475
- "label-to-value-spacing"
14696
+ "big-number",
14697
+ "spacing"
13476
14698
  ]
13477
14699
  },
13478
- "value-to-action-spacing": {
13479
- "value": "0.25rem",
13480
- "filePath": "src/content/labeled-value.yml",
14700
+ "top-font-size": {
14701
+ "value": "2rem",
14702
+ "filePath": "src/dataVisualisation/big-number.yml",
13481
14703
  "isSource": true,
13482
14704
  "original": {
13483
- "value": "{size-rem.xs}"
14705
+ "value": "{font-size-heading.xl}"
13484
14706
  },
13485
- "name": "LabeledValueValueToActionSpacing",
14707
+ "name": "BigNumberTopFontSize",
13486
14708
  "attributes": {
13487
- "category": "labeled-value",
13488
- "type": "value-to-action-spacing"
14709
+ "category": "big-number",
14710
+ "type": "top-font-size"
13489
14711
  },
13490
14712
  "path": [
13491
- "labeled-value",
13492
- "value-to-action-spacing"
14713
+ "big-number",
14714
+ "top-font-size"
13493
14715
  ]
13494
- }
13495
- },
13496
- "markdown": {
13497
- "spacing": {
14716
+ },
14717
+ "bottom-font-size": {
13498
14718
  "value": "1rem",
13499
- "filePath": "src/content/markdown.yml",
14719
+ "filePath": "src/dataVisualisation/big-number.yml",
13500
14720
  "isSource": true,
13501
14721
  "original": {
13502
- "value": "{size-rem.m}"
14722
+ "value": "{font-size-text.m}"
13503
14723
  },
13504
- "name": "MarkdownSpacing",
14724
+ "name": "BigNumberBottomFontSize",
13505
14725
  "attributes": {
13506
- "category": "markdown",
13507
- "type": "spacing"
14726
+ "category": "big-number",
14727
+ "type": "bottom-font-size"
13508
14728
  },
13509
14729
  "path": [
13510
- "markdown",
13511
- "spacing"
14730
+ "big-number",
14731
+ "bottom-font-size"
13512
14732
  ]
13513
- }
13514
- },
13515
- "message": {
13516
- "corner-radius": {
13517
- "value": "4px",
13518
- "filePath": "src/content/message.yml",
14733
+ },
14734
+ "font-weight": {
14735
+ "value": "bold",
14736
+ "filePath": "src/dataVisualisation/big-number.yml",
13519
14737
  "isSource": true,
13520
14738
  "original": {
13521
- "value": "{corner-radius.default}"
14739
+ "value": "{font-weight.bold}"
13522
14740
  },
13523
- "name": "MessageCornerRadius",
14741
+ "name": "BigNumberFontWeight",
13524
14742
  "attributes": {
13525
- "category": "message",
13526
- "type": "corner-radius"
14743
+ "category": "big-number",
14744
+ "type": "font-weight"
13527
14745
  },
13528
14746
  "path": [
13529
- "message",
13530
- "corner-radius"
14747
+ "big-number",
14748
+ "font-weight"
13531
14749
  ]
13532
- },
13533
- "padding-y": {
13534
- "value": "8px",
13535
- "filePath": "src/content/message.yml",
14750
+ }
14751
+ },
14752
+ "cartesian-grid": {
14753
+ "color": {
14754
+ "value": "#909090",
14755
+ "filePath": "src/dataVisualisation/cartesian-grid.yml",
13536
14756
  "isSource": true,
13537
14757
  "original": {
13538
- "value": "{size-px.s}"
14758
+ "value": "{color.gray.700}"
13539
14759
  },
13540
- "name": "MessagePaddingY",
14760
+ "name": "CartesianGridColor",
13541
14761
  "attributes": {
13542
- "category": "message",
13543
- "type": "padding-y"
14762
+ "category": "cartesian-grid",
14763
+ "type": "color"
13544
14764
  },
13545
14765
  "path": [
13546
- "message",
13547
- "padding-y"
14766
+ "cartesian-grid",
14767
+ "color"
13548
14768
  ]
13549
14769
  },
13550
- "padding-x": {
13551
- "value": "16px",
13552
- "filePath": "src/content/message.yml",
14770
+ "stroke-width": {
14771
+ "value": "1px",
14772
+ "filePath": "src/dataVisualisation/cartesian-grid.yml",
13553
14773
  "isSource": true,
13554
14774
  "original": {
13555
- "value": "{size-px.m}"
14775
+ "value": "{border-width.100}"
13556
14776
  },
13557
- "name": "MessagePaddingX",
14777
+ "name": "CartesianGridStrokeWidth",
13558
14778
  "attributes": {
13559
- "category": "message",
13560
- "type": "padding-x"
14779
+ "category": "cartesian-grid",
14780
+ "type": "stroke-width"
13561
14781
  },
13562
14782
  "path": [
13563
- "message",
13564
- "padding-x"
14783
+ "cartesian-grid",
14784
+ "stroke-width"
13565
14785
  ]
13566
- },
13567
- "spacing-y": {
13568
- "value": "0.5rem",
13569
- "filePath": "src/content/message.yml",
14786
+ }
14787
+ },
14788
+ "chart-tooltip": {
14789
+ "spacing": {
14790
+ "value": "8px",
14791
+ "filePath": "src/dataVisualisation/chart-tooltip.yml",
13570
14792
  "isSource": true,
13571
14793
  "original": {
13572
- "value": "{size-rem.s}"
14794
+ "value": "{size-px.s}"
13573
14795
  },
13574
- "name": "MessageSpacingY",
14796
+ "name": "ChartTooltipSpacing",
13575
14797
  "attributes": {
13576
- "category": "message",
13577
- "type": "spacing-y"
14798
+ "category": "chart-tooltip",
14799
+ "type": "spacing"
13578
14800
  },
13579
14801
  "path": [
13580
- "message",
13581
- "spacing-y"
14802
+ "chart-tooltip",
14803
+ "spacing"
13582
14804
  ]
13583
- },
14805
+ }
14806
+ },
14807
+ "legend": {
13584
14808
  "spacing-x": {
13585
- "value": "1rem",
13586
- "filePath": "src/content/message.yml",
14809
+ "value": "16px",
14810
+ "filePath": "src/dataVisualisation/legend.yml",
13587
14811
  "isSource": true,
13588
14812
  "original": {
13589
- "value": "{size-rem.m}"
14813
+ "value": "{size-px.m}"
13590
14814
  },
13591
- "name": "MessageSpacingX",
14815
+ "name": "LegendSpacingX",
13592
14816
  "attributes": {
13593
- "category": "message",
14817
+ "category": "legend",
13594
14818
  "type": "spacing-x"
13595
14819
  },
13596
14820
  "path": [
13597
- "message",
14821
+ "legend",
13598
14822
  "spacing-x"
13599
14823
  ]
13600
14824
  },
13601
- "background-color-responder": {
13602
- "value": "#E6E6E6",
13603
- "filePath": "src/content/message.yml",
14825
+ "spacing-y": {
14826
+ "value": "8px",
14827
+ "filePath": "src/dataVisualisation/legend.yml",
13604
14828
  "isSource": true,
13605
14829
  "original": {
13606
- "value": "{color.gray.400}"
14830
+ "value": "{size-px.s}"
13607
14831
  },
13608
- "name": "MessageBackgroundColorResponder",
14832
+ "name": "LegendSpacingY",
13609
14833
  "attributes": {
13610
- "category": "message",
13611
- "type": "background-color-responder"
14834
+ "category": "legend",
14835
+ "type": "spacing-y"
13612
14836
  },
13613
14837
  "path": [
13614
- "message",
13615
- "background-color-responder"
14838
+ "legend",
14839
+ "spacing-y"
13616
14840
  ]
13617
- },
13618
- "background-color-sender": {
13619
- "value": "#E0EBFF",
13620
- "filePath": "src/content/message.yml",
14841
+ }
14842
+ },
14843
+ "legend-item": {
14844
+ "spacing": {
14845
+ "value": "0.5rem",
14846
+ "filePath": "src/dataVisualisation/legend.yml",
13621
14847
  "isSource": true,
13622
14848
  "original": {
13623
- "value": "{color.hosting-blue.200}"
14849
+ "value": "{size-rem.s}"
13624
14850
  },
13625
- "name": "MessageBackgroundColorSender",
14851
+ "name": "LegendItemSpacing",
13626
14852
  "attributes": {
13627
- "category": "message",
13628
- "type": "background-color-sender"
14853
+ "category": "legend-item",
14854
+ "type": "spacing"
13629
14855
  },
13630
14856
  "path": [
13631
- "message",
13632
- "background-color-sender"
14857
+ "legend-item",
14858
+ "spacing"
13633
14859
  ]
13634
- }
13635
- },
13636
- "text": {
13637
- "color": {
13638
- "default": {
13639
- "value": "#222222",
13640
- "filePath": "src/content/text.yml",
13641
- "isSource": true,
13642
- "original": {
13643
- "value": "{neutral.color.1000}"
13644
- },
13645
- "name": "TextColorDefault",
13646
- "attributes": {
13647
- "category": "text",
13648
- "type": "color",
13649
- "item": "default"
13650
- },
13651
- "path": [
13652
- "text",
13653
- "color",
13654
- "default"
13655
- ]
13656
- },
13657
- "light": {
13658
- "value": "rgb(255 255 255 / 100%)",
13659
- "filePath": "src/content/text.yml",
13660
- "isSource": true,
13661
- "original": {
13662
- "value": "{light-plain-content-color}"
13663
- },
13664
- "name": "TextColorLight",
13665
- "attributes": {
13666
- "category": "text",
13667
- "type": "color",
13668
- "item": "light"
13669
- },
13670
- "path": [
13671
- "text",
13672
- "color",
13673
- "light"
13674
- ]
13675
- },
13676
- "dark": {
13677
- "value": "rgb(0 0 0 / 100%)",
13678
- "filePath": "src/content/text.yml",
14860
+ },
14861
+ "marker": {
14862
+ "size": {
14863
+ "value": "1rem",
14864
+ "filePath": "src/dataVisualisation/legend.yml",
13679
14865
  "isSource": true,
13680
14866
  "original": {
13681
- "value": "{dark-plain-content-color}"
14867
+ "value": "{size-rem.m}"
13682
14868
  },
13683
- "name": "TextColorDark",
14869
+ "name": "LegendItemMarkerSize",
13684
14870
  "attributes": {
13685
- "category": "text",
13686
- "type": "color",
13687
- "item": "dark"
14871
+ "category": "legend-item",
14872
+ "type": "marker",
14873
+ "item": "size"
13688
14874
  },
13689
14875
  "path": [
13690
- "text",
13691
- "color",
13692
- "dark"
14876
+ "legend-item",
14877
+ "marker",
14878
+ "size"
13693
14879
  ]
13694
14880
  },
13695
- "disabled": {
13696
- "value": "#E6E6E6",
13697
- "filePath": "src/content/text.yml",
14881
+ "corner-radius": {
14882
+ "value": "4px",
14883
+ "filePath": "src/dataVisualisation/legend.yml",
13698
14884
  "isSource": true,
13699
14885
  "original": {
13700
- "value": "{disabled-plain-content-color}"
14886
+ "value": "{corner-radius.default}"
13701
14887
  },
13702
- "name": "TextColorDisabled",
14888
+ "name": "LegendItemMarkerCornerRadius",
13703
14889
  "attributes": {
13704
- "category": "text",
13705
- "type": "color",
13706
- "item": "disabled"
14890
+ "category": "legend-item",
14891
+ "type": "marker",
14892
+ "item": "corner-radius"
13707
14893
  },
13708
14894
  "path": [
13709
- "text",
13710
- "color",
13711
- "disabled"
14895
+ "legend-item",
14896
+ "marker",
14897
+ "corner-radius"
13712
14898
  ]
13713
14899
  }
13714
- },
13715
- "max-width": {
13716
- "value": "780px",
13717
- "filePath": "src/content/text.yml",
13718
- "isSource": true,
13719
- "original": {
13720
- "value": "780px"
13721
- },
13722
- "name": "TextMaxWidth",
13723
- "attributes": {
13724
- "category": "text",
13725
- "type": "max-width"
13726
- },
13727
- "path": [
13728
- "text",
13729
- "max-width"
13730
- ]
13731
14900
  }
13732
14901
  },
13733
14902
  "focus": {
@@ -13748,6 +14917,23 @@
13748
14917
  "outline-color"
13749
14918
  ]
13750
14919
  },
14920
+ "secondary-outline-color": {
14921
+ "value": "#FFFFFF",
14922
+ "filePath": "src/focus.yml",
14923
+ "isSource": true,
14924
+ "original": {
14925
+ "value": "{neutral.color.100}"
14926
+ },
14927
+ "name": "FocusSecondaryOutlineColor",
14928
+ "attributes": {
14929
+ "category": "focus",
14930
+ "type": "secondary-outline-color"
14931
+ },
14932
+ "path": [
14933
+ "focus",
14934
+ "secondary-outline-color"
14935
+ ]
14936
+ },
13751
14937
  "outline-offset": {
13752
14938
  "value": "2px",
13753
14939
  "filePath": "src/focus.yml",
@@ -14918,145 +16104,73 @@
14918
16104
  },
14919
16105
  "name": "SegmentedButtonTextToTextSpacing",
14920
16106
  "attributes": {
14921
- "category": "segmented-button",
14922
- "type": "text-to-text-spacing"
14923
- },
14924
- "path": [
14925
- "segmented-button",
14926
- "text-to-text-spacing"
14927
- ]
14928
- }
14929
- },
14930
- "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"
16107
+ "category": "segmented-button",
16108
+ "type": "text-to-text-spacing"
14976
16109
  },
14977
16110
  "path": [
14978
- "slider",
14979
- "text-to-track-spacing"
16111
+ "segmented-button",
16112
+ "text-to-text-spacing"
14980
16113
  ]
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": {
16114
+ }
16115
+ },
16116
+ "slider": {
16117
+ "color": {
15004
16118
  "default": {
15005
- "value": "#F0F5FF",
16119
+ "value": "#002A7B",
15006
16120
  "filePath": "src/form/slider.yml",
15007
16121
  "isSource": true,
15008
16122
  "original": {
15009
- "value": "{primary-soft-background-color.default}"
16123
+ "value": "{primary.color.1000}"
15010
16124
  },
15011
- "name": "SliderTrackBackgroundColorDefault",
16125
+ "name": "SliderColorDefault",
15012
16126
  "attributes": {
15013
16127
  "category": "slider",
15014
- "type": "track-background-color",
16128
+ "type": "color",
15015
16129
  "item": "default"
15016
16130
  },
15017
16131
  "path": [
15018
16132
  "slider",
15019
- "track-background-color",
16133
+ "color",
15020
16134
  "default"
15021
16135
  ]
15022
16136
  },
15023
16137
  "disabled": {
15024
- "value": "#F8F8F8",
16138
+ "value": "#B1B1B1",
15025
16139
  "filePath": "src/form/slider.yml",
15026
16140
  "isSource": true,
15027
16141
  "original": {
15028
- "value": "{disabled-soft-background-color}"
16142
+ "value": "{neutral.color.600}"
15029
16143
  },
15030
- "name": "SliderTrackBackgroundColorDisabled",
16144
+ "name": "SliderColorDisabled",
15031
16145
  "attributes": {
15032
16146
  "category": "slider",
15033
- "type": "track-background-color",
16147
+ "type": "color",
15034
16148
  "item": "disabled"
15035
16149
  },
15036
16150
  "path": [
15037
16151
  "slider",
15038
- "track-background-color",
16152
+ "color",
15039
16153
  "disabled"
15040
16154
  ]
15041
16155
  }
15042
16156
  },
15043
- "track-background-color-fill": {
16157
+ "track-color": {
15044
16158
  "default": {
15045
- "value": "#0054F5",
16159
+ "value": "#909090",
15046
16160
  "filePath": "src/form/slider.yml",
15047
16161
  "isSource": true,
15048
16162
  "original": {
15049
- "value": "{primary-solid-background-color.default}"
16163
+ "value": "{neutral.color.700}"
15050
16164
  },
15051
- "name": "SliderTrackBackgroundColorFillDefault",
16165
+ "name": "SliderTrackColorDefault",
15052
16166
  "attributes": {
15053
16167
  "category": "slider",
15054
- "type": "track-background-color-fill",
16168
+ "type": "track-color",
15055
16169
  "item": "default"
15056
16170
  },
15057
16171
  "path": [
15058
16172
  "slider",
15059
- "track-background-color-fill",
16173
+ "track-color",
15060
16174
  "default"
15061
16175
  ]
15062
16176
  },
@@ -15065,292 +16179,189 @@
15065
16179
  "filePath": "src/form/slider.yml",
15066
16180
  "isSource": true,
15067
16181
  "original": {
15068
- "value": "{disabled-solid-background-color}"
16182
+ "value": "{neutral.color.400}"
15069
16183
  },
15070
- "name": "SliderTrackBackgroundColorFillDisabled",
16184
+ "name": "SliderTrackColorDisabled",
15071
16185
  "attributes": {
15072
16186
  "category": "slider",
15073
- "type": "track-background-color-fill",
16187
+ "type": "track-color",
15074
16188
  "item": "disabled"
15075
16189
  },
15076
16190
  "path": [
15077
16191
  "slider",
15078
- "track-background-color-fill",
16192
+ "track-color",
15079
16193
  "disabled"
15080
16194
  ]
15081
16195
  }
15082
16196
  },
15083
- "track-height": {
15084
- "value": "0.25rem",
16197
+ "spacing-x": {
16198
+ "value": "0.5rem",
15085
16199
  "filePath": "src/form/slider.yml",
15086
16200
  "isSource": true,
15087
16201
  "original": {
15088
- "value": "{size-rem.xs}"
16202
+ "value": "{size-rem.s}"
15089
16203
  },
15090
- "name": "SliderTrackHeight",
16204
+ "name": "SliderSpacingX",
15091
16205
  "attributes": {
15092
16206
  "category": "slider",
15093
- "type": "track-height"
16207
+ "type": "spacing-x"
15094
16208
  },
15095
16209
  "path": [
15096
16210
  "slider",
15097
- "track-height"
16211
+ "spacing-x"
15098
16212
  ]
15099
16213
  },
15100
- "track-corner-radius": {
15101
- "value": "4px",
16214
+ "spacing-y": {
16215
+ "value": "1rem",
15102
16216
  "filePath": "src/form/slider.yml",
15103
16217
  "isSource": true,
15104
16218
  "original": {
15105
- "value": "{corner-radius.default}"
16219
+ "value": "{size-rem.m}"
15106
16220
  },
15107
- "name": "SliderTrackCornerRadius",
16221
+ "name": "SliderSpacingY",
15108
16222
  "attributes": {
15109
16223
  "category": "slider",
15110
- "type": "track-corner-radius"
16224
+ "type": "spacing-y"
15111
16225
  },
15112
16226
  "path": [
15113
16227
  "slider",
15114
- "track-corner-radius"
16228
+ "spacing-y"
15115
16229
  ]
15116
16230
  },
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",
16231
+ "border-width": {
16232
+ "value": "4px",
15159
16233
  "filePath": "src/form/slider.yml",
15160
16234
  "isSource": true,
15161
16235
  "original": {
15162
- "value": "{size-rem.xs}"
16236
+ "value": "{border-width.300}"
15163
16237
  },
15164
- "name": "SliderThumbBorderWidth",
16238
+ "name": "SliderBorderWidth",
15165
16239
  "attributes": {
15166
16240
  "category": "slider",
15167
- "type": "thumb-border-width"
16241
+ "type": "border-width"
15168
16242
  },
15169
16243
  "path": [
15170
16244
  "slider",
15171
- "thumb-border-width"
16245
+ "border-width"
15172
16246
  ]
15173
16247
  },
15174
- "thumb-border-style": {
16248
+ "border-style": {
15175
16249
  "value": "solid",
15176
16250
  "filePath": "src/form/slider.yml",
15177
16251
  "isSource": true,
15178
16252
  "original": {
15179
16253
  "value": "{border-style.default}"
15180
16254
  },
15181
- "name": "SliderThumbBorderStyle",
16255
+ "name": "SliderBorderStyle",
15182
16256
  "attributes": {
15183
16257
  "category": "slider",
15184
- "type": "thumb-border-style"
16258
+ "type": "border-style"
15185
16259
  },
15186
16260
  "path": [
15187
16261
  "slider",
15188
- "thumb-border-style"
16262
+ "border-style"
15189
16263
  ]
15190
16264
  },
15191
- "thumb-corner-radius": {
15192
- "value": "50%",
16265
+ "corner-radius": {
16266
+ "value": "4px",
15193
16267
  "filePath": "src/form/slider.yml",
15194
16268
  "isSource": true,
15195
16269
  "original": {
15196
- "value": "{corner-radius.round}"
16270
+ "value": "{corner-radius.default}"
15197
16271
  },
15198
- "name": "SliderThumbCornerRadius",
16272
+ "name": "SliderCornerRadius",
15199
16273
  "attributes": {
15200
16274
  "category": "slider",
15201
- "type": "thumb-corner-radius"
16275
+ "type": "corner-radius"
15202
16276
  },
15203
16277
  "path": [
15204
16278
  "slider",
15205
- "thumb-corner-radius"
16279
+ "corner-radius"
15206
16280
  ]
15207
16281
  },
15208
- "thumb-size": {
15209
- "value": "1.5rem",
16282
+ "value-font-weight": {
16283
+ "value": "bold",
15210
16284
  "filePath": "src/form/slider.yml",
15211
16285
  "isSource": true,
15212
16286
  "original": {
15213
- "value": "{size-rem.l}"
16287
+ "value": "{font-weight.bold}"
15214
16288
  },
15215
- "name": "SliderThumbSize",
16289
+ "name": "SliderValueFontWeight",
15216
16290
  "attributes": {
15217
16291
  "category": "slider",
15218
- "type": "thumb-size"
16292
+ "type": "value-font-weight"
15219
16293
  },
15220
16294
  "path": [
15221
16295
  "slider",
15222
- "thumb-size"
16296
+ "value-font-weight"
15223
16297
  ]
15224
16298
  },
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",
16299
+ "handle-corner-radius": {
16300
+ "value": "50%",
15267
16301
  "filePath": "src/form/slider.yml",
15268
16302
  "isSource": true,
15269
16303
  "original": {
15270
- "value": "{size-rem.m}"
16304
+ "value": "{corner-radius.round}"
15271
16305
  },
15272
- "name": "SliderInitialMarkerHeight",
16306
+ "name": "SliderHandleCornerRadius",
15273
16307
  "attributes": {
15274
16308
  "category": "slider",
15275
- "type": "initial-marker-height"
16309
+ "type": "handle-corner-radius"
15276
16310
  },
15277
16311
  "path": [
15278
16312
  "slider",
15279
- "initial-marker-height"
16313
+ "handle-corner-radius"
15280
16314
  ]
15281
16315
  },
15282
- "initial-marker-width": {
15283
- "value": "0.25rem",
16316
+ "handle-size": {
16317
+ "value": "1.5rem",
15284
16318
  "filePath": "src/form/slider.yml",
15285
16319
  "isSource": true,
15286
16320
  "original": {
15287
- "value": "{size-rem.xs}"
16321
+ "value": "{size-rem.l}"
15288
16322
  },
15289
- "name": "SliderInitialMarkerWidth",
16323
+ "name": "SliderHandleSize",
15290
16324
  "attributes": {
15291
16325
  "category": "slider",
15292
- "type": "initial-marker-width"
16326
+ "type": "handle-size"
15293
16327
  },
15294
16328
  "path": [
15295
16329
  "slider",
15296
- "initial-marker-width"
16330
+ "handle-size"
15297
16331
  ]
15298
16332
  },
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
- ]
16333
+ "handle-fill-color": {
16334
+ "value": "#FFFFFF",
16335
+ "filePath": "src/form/slider.yml",
16336
+ "isSource": true,
16337
+ "original": {
16338
+ "value": "{neutral.color.100}"
15318
16339
  },
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
- }
16340
+ "name": "SliderHandleFillColor",
16341
+ "attributes": {
16342
+ "category": "slider",
16343
+ "type": "handle-fill-color"
16344
+ },
16345
+ "path": [
16346
+ "slider",
16347
+ "handle-fill-color"
16348
+ ]
15338
16349
  },
15339
- "initial-marker-corner-radius": {
15340
- "value": "4px",
16350
+ "initial-marker-height": {
16351
+ "value": "1rem",
15341
16352
  "filePath": "src/form/slider.yml",
15342
16353
  "isSource": true,
15343
16354
  "original": {
15344
- "value": "{corner-radius.default}"
16355
+ "value": "{size-rem.m}"
15345
16356
  },
15346
- "name": "SliderInitialMarkerCornerRadius",
16357
+ "name": "SliderInitialMarkerHeight",
15347
16358
  "attributes": {
15348
16359
  "category": "slider",
15349
- "type": "initial-marker-corner-radius"
16360
+ "type": "initial-marker-height"
15350
16361
  },
15351
16362
  "path": [
15352
16363
  "slider",
15353
- "initial-marker-corner-radius"
16364
+ "initial-marker-height"
15354
16365
  ]
15355
16366
  }
15356
16367
  },
@@ -16149,38 +17160,38 @@
16149
17160
  }
16150
17161
  },
16151
17162
  "link": {
16152
- "font-size": {
16153
- "value": "0.875rem",
17163
+ "line-height": {
17164
+ "value": "calc(1rem * 1.5)",
16154
17165
  "filePath": "src/navigation/link.yml",
16155
17166
  "isSource": true,
16156
17167
  "original": {
16157
- "value": "{font-size-text.s}"
17168
+ "value": "{line-height.m}"
16158
17169
  },
16159
- "name": "LinkFontSize",
17170
+ "name": "LinkLineHeight",
16160
17171
  "attributes": {
16161
17172
  "category": "link",
16162
- "type": "font-size"
17173
+ "type": "line-height"
16163
17174
  },
16164
17175
  "path": [
16165
17176
  "link",
16166
- "font-size"
17177
+ "line-height"
16167
17178
  ]
16168
17179
  },
16169
- "line-height": {
16170
- "value": "calc(1rem * 1.5)",
17180
+ "icon-height": {
17181
+ "value": "calc(1rem * 1.25)",
16171
17182
  "filePath": "src/navigation/link.yml",
16172
17183
  "isSource": true,
16173
17184
  "original": {
16174
- "value": "{line-height.m}"
17185
+ "value": "calc({font-size-text.m} * 1.25)"
16175
17186
  },
16176
- "name": "LinkLineHeight",
17187
+ "name": "LinkIconHeight",
16177
17188
  "attributes": {
16178
17189
  "category": "link",
16179
- "type": "line-height"
17190
+ "type": "icon-height"
16180
17191
  },
16181
17192
  "path": [
16182
17193
  "link",
16183
- "line-height"
17194
+ "icon-height"
16184
17195
  ]
16185
17196
  },
16186
17197
  "font-weight": {
@@ -16621,25 +17632,6 @@
16621
17632
  ]
16622
17633
  }
16623
17634
  },
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
17635
  "contextual-help": {
16644
17636
  "max-width": {
16645
17637
  "value": "500px",
@@ -16819,6 +17811,25 @@
16819
17811
  "size",
16820
17812
  "m"
16821
17813
  ]
17814
+ },
17815
+ "l": {
17816
+ "value": "1300px",
17817
+ "filePath": "src/overlays/modal.yml",
17818
+ "isSource": true,
17819
+ "original": {
17820
+ "value": "1300px"
17821
+ },
17822
+ "name": "ModalSizeL",
17823
+ "attributes": {
17824
+ "category": "modal",
17825
+ "type": "size",
17826
+ "item": "l"
17827
+ },
17828
+ "path": [
17829
+ "modal",
17830
+ "size",
17831
+ "l"
17832
+ ]
16822
17833
  }
16823
17834
  },
16824
17835
  "footer-background-color": {
@@ -17879,76 +18890,6 @@
17879
18890
  ]
17880
18891
  }
17881
18892
  },
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
18893
  "alert": {
17953
18894
  "padding": {
17954
18895
  "value": "16px",
@@ -21123,39 +22064,81 @@
21123
22064
  "spacing-x"
21124
22065
  ]
21125
22066
  },
21126
- "height": {
21127
- "value": "0.5rem",
22067
+ "spacing-bar-to-legend": {
22068
+ "value": "16px",
21128
22069
  "filePath": "src/status/progress-bar.yml",
21129
22070
  "isSource": true,
21130
22071
  "original": {
21131
- "value": "{size-rem.s}"
22072
+ "value": "{size-px.m}"
21132
22073
  },
21133
- "name": "ProgressBarHeight",
22074
+ "name": "ProgressBarSpacingBarToLegend",
21134
22075
  "attributes": {
21135
22076
  "category": "progress-bar",
21136
- "type": "height"
22077
+ "type": "spacing-bar-to-legend"
21137
22078
  },
21138
22079
  "path": [
21139
22080
  "progress-bar",
21140
- "height"
22081
+ "spacing-bar-to-legend"
21141
22082
  ]
21142
22083
  },
21143
- "height-s": {
21144
- "value": "0.375rem",
21145
- "filePath": "src/status/progress-bar.yml",
21146
- "isSource": true,
21147
- "original": {
21148
- "value": "0.375rem"
22084
+ "height": {
22085
+ "m": {
22086
+ "value": "1rem",
22087
+ "filePath": "src/status/progress-bar.yml",
22088
+ "isSource": true,
22089
+ "original": {
22090
+ "value": "{size-rem.m}"
22091
+ },
22092
+ "name": "ProgressBarHeightM",
22093
+ "attributes": {
22094
+ "category": "progress-bar",
22095
+ "type": "height",
22096
+ "item": "m"
22097
+ },
22098
+ "path": [
22099
+ "progress-bar",
22100
+ "height",
22101
+ "m"
22102
+ ]
21149
22103
  },
21150
- "name": "ProgressBarHeightS",
21151
- "attributes": {
21152
- "category": "progress-bar",
21153
- "type": "height-s"
22104
+ "s": {
22105
+ "value": "0.5rem",
22106
+ "filePath": "src/status/progress-bar.yml",
22107
+ "isSource": true,
22108
+ "original": {
22109
+ "value": "{size-rem.s}"
22110
+ },
22111
+ "name": "ProgressBarHeightS",
22112
+ "attributes": {
22113
+ "category": "progress-bar",
22114
+ "type": "height",
22115
+ "item": "s"
22116
+ },
22117
+ "path": [
22118
+ "progress-bar",
22119
+ "height",
22120
+ "s"
22121
+ ]
21154
22122
  },
21155
- "path": [
21156
- "progress-bar",
21157
- "height-s"
21158
- ]
22123
+ "l": {
22124
+ "value": "1.5rem",
22125
+ "filePath": "src/status/progress-bar.yml",
22126
+ "isSource": true,
22127
+ "original": {
22128
+ "value": "{size-rem.l}"
22129
+ },
22130
+ "name": "ProgressBarHeightL",
22131
+ "attributes": {
22132
+ "category": "progress-bar",
22133
+ "type": "height",
22134
+ "item": "l"
22135
+ },
22136
+ "path": [
22137
+ "progress-bar",
22138
+ "height",
22139
+ "l"
22140
+ ]
22141
+ }
21159
22142
  },
21160
22143
  "corner-radius": {
21161
22144
  "value": "0.25rem",
@@ -21200,97 +22183,269 @@
21200
22183
  },
21201
22184
  "name": "ProgressBarBorderColor",
21202
22185
  "attributes": {
21203
- "category": "progress-bar",
21204
- "type": "border-color"
22186
+ "category": "progress-bar",
22187
+ "type": "border-color"
22188
+ },
22189
+ "path": [
22190
+ "progress-bar",
22191
+ "border-color"
22192
+ ]
22193
+ },
22194
+ "background-color": {
22195
+ "value": "#F8F8F8",
22196
+ "filePath": "src/status/progress-bar.yml",
22197
+ "isSource": true,
22198
+ "original": {
22199
+ "value": "{neutral.color.300}"
22200
+ },
22201
+ "name": "ProgressBarBackgroundColor",
22202
+ "attributes": {
22203
+ "category": "progress-bar",
22204
+ "type": "background-color"
22205
+ },
22206
+ "path": [
22207
+ "progress-bar",
22208
+ "background-color"
22209
+ ]
22210
+ },
22211
+ "info-fill-background-color": {
22212
+ "value": "#0054F5",
22213
+ "filePath": "src/status/progress-bar.yml",
22214
+ "isSource": true,
22215
+ "original": {
22216
+ "value": "{info-solid-background-color.default}"
22217
+ },
22218
+ "name": "ProgressBarInfoFillBackgroundColor",
22219
+ "attributes": {
22220
+ "category": "progress-bar",
22221
+ "type": "info-fill-background-color"
22222
+ },
22223
+ "path": [
22224
+ "progress-bar",
22225
+ "info-fill-background-color"
22226
+ ]
22227
+ },
22228
+ "success-fill-background-color": {
22229
+ "value": "#00825B",
22230
+ "filePath": "src/status/progress-bar.yml",
22231
+ "isSource": true,
22232
+ "original": {
22233
+ "value": "{success-solid-background-color.default}"
22234
+ },
22235
+ "name": "ProgressBarSuccessFillBackgroundColor",
22236
+ "attributes": {
22237
+ "category": "progress-bar",
22238
+ "type": "success-fill-background-color"
22239
+ },
22240
+ "path": [
22241
+ "progress-bar",
22242
+ "success-fill-background-color"
22243
+ ]
22244
+ },
22245
+ "warning-fill-background-color": {
22246
+ "value": "#F56800",
22247
+ "filePath": "src/status/progress-bar.yml",
22248
+ "isSource": true,
22249
+ "original": {
22250
+ "value": "{warning-solid-background-color.default}"
22251
+ },
22252
+ "name": "ProgressBarWarningFillBackgroundColor",
22253
+ "attributes": {
22254
+ "category": "progress-bar",
22255
+ "type": "warning-fill-background-color"
22256
+ },
22257
+ "path": [
22258
+ "progress-bar",
22259
+ "warning-fill-background-color"
22260
+ ]
22261
+ },
22262
+ "danger-fill-background-color": {
22263
+ "value": "#E1244C",
22264
+ "filePath": "src/status/progress-bar.yml",
22265
+ "isSource": true,
22266
+ "original": {
22267
+ "value": "{danger-solid-background-color.default}"
22268
+ },
22269
+ "name": "ProgressBarDangerFillBackgroundColor",
22270
+ "attributes": {
22271
+ "category": "progress-bar",
22272
+ "type": "danger-fill-background-color"
22273
+ },
22274
+ "path": [
22275
+ "progress-bar",
22276
+ "danger-fill-background-color"
22277
+ ]
22278
+ }
22279
+ },
22280
+ "accent-box": {
22281
+ "background-color-neutral": {
22282
+ "value": "#F8F8F8",
22283
+ "filePath": "src/structure/accent-box.yml",
22284
+ "isSource": true,
22285
+ "original": {
22286
+ "value": "{neutral.color.300}"
22287
+ },
22288
+ "name": "AccentBoxBackgroundColorNeutral",
22289
+ "attributes": {
22290
+ "category": "accent-box",
22291
+ "type": "background-color-neutral"
22292
+ },
22293
+ "path": [
22294
+ "accent-box",
22295
+ "background-color-neutral"
22296
+ ]
22297
+ },
22298
+ "background-color-green": {
22299
+ "value": "#D8F5D6",
22300
+ "filePath": "src/structure/accent-box.yml",
22301
+ "isSource": true,
22302
+ "original": {
22303
+ "value": "#D8F5D6"
22304
+ },
22305
+ "name": "AccentBoxBackgroundColorGreen",
22306
+ "attributes": {
22307
+ "category": "accent-box",
22308
+ "type": "background-color-green"
22309
+ },
22310
+ "path": [
22311
+ "accent-box",
22312
+ "background-color-green"
22313
+ ]
22314
+ },
22315
+ "background-color-gradient": {
22316
+ "value": "radial-gradient(circle at 27.74% 38.09%,#d8e9f8,transparent 60%),radial-gradient(circle at 63.98% 99.4%,#e4b8ff,transparent 37%),radial-gradient(circle at 79.7% 64.93%,#d8e9f8,transparent 52%),radial-gradient(circle at 10.9% 91.41%,#d8e9f8,transparent 56%),radial-gradient(circle at 3.68% 3.26%,#0056ff,transparent 31%),radial-gradient(circle at 99.62% 17.78%,#48c7d8,transparent 26%),radial-gradient(circle at 58.65% 24.91%,#d8e9f8,transparent 55%),radial-gradient(circle at 53.23% 52.72%,#d8e9f8,transparent 100%),radial-gradient(circle at 50% 50%,#fff,#fff 100%)",
22317
+ "filePath": "src/structure/accent-box.yml",
22318
+ "isSource": true,
22319
+ "original": {
22320
+ "value": "{color.gradient}"
22321
+ },
22322
+ "name": "AccentBoxBackgroundColorGradient",
22323
+ "attributes": {
22324
+ "category": "accent-box",
22325
+ "type": "background-color-gradient"
22326
+ },
22327
+ "path": [
22328
+ "accent-box",
22329
+ "background-color-gradient"
22330
+ ]
22331
+ },
22332
+ "background-color-blue": {
22333
+ "value": "#F0F5FF",
22334
+ "filePath": "src/structure/accent-box.yml",
22335
+ "isSource": true,
22336
+ "original": {
22337
+ "value": "{color.hosting-blue.100}"
22338
+ },
22339
+ "name": "AccentBoxBackgroundColorBlue",
22340
+ "attributes": {
22341
+ "category": "accent-box",
22342
+ "type": "background-color-blue"
22343
+ },
22344
+ "path": [
22345
+ "accent-box",
22346
+ "background-color-blue"
22347
+ ]
22348
+ },
22349
+ "icon-color-blue": {
22350
+ "value": "#E0EBFF",
22351
+ "filePath": "src/structure/accent-box.yml",
22352
+ "isSource": true,
22353
+ "original": {
22354
+ "value": "{color.hosting-blue.200}"
22355
+ },
22356
+ "name": "AccentBoxIconColorBlue",
22357
+ "attributes": {
22358
+ "category": "accent-box",
22359
+ "type": "icon-color-blue"
21205
22360
  },
21206
22361
  "path": [
21207
- "progress-bar",
21208
- "border-color"
22362
+ "accent-box",
22363
+ "icon-color-blue"
21209
22364
  ]
21210
22365
  },
21211
- "background-color": {
21212
- "value": "transparent",
21213
- "filePath": "src/status/progress-bar.yml",
22366
+ "icon-color-green": {
22367
+ "value": "#c4e3c1",
22368
+ "filePath": "src/structure/accent-box.yml",
21214
22369
  "isSource": true,
21215
22370
  "original": {
21216
- "value": "{neutral-outline-background-color.default}"
22371
+ "value": "#c4e3c1"
21217
22372
  },
21218
- "name": "ProgressBarBackgroundColor",
22373
+ "name": "AccentBoxIconColorGreen",
21219
22374
  "attributes": {
21220
- "category": "progress-bar",
21221
- "type": "background-color"
22375
+ "category": "accent-box",
22376
+ "type": "icon-color-green"
21222
22377
  },
21223
22378
  "path": [
21224
- "progress-bar",
21225
- "background-color"
22379
+ "accent-box",
22380
+ "icon-color-green"
21226
22381
  ]
21227
22382
  },
21228
- "info-fill-background-color": {
21229
- "value": "#0054F5",
21230
- "filePath": "src/status/progress-bar.yml",
22383
+ "icon-color-gradient": {
22384
+ "value": "#002b7b14",
22385
+ "filePath": "src/structure/accent-box.yml",
21231
22386
  "isSource": true,
21232
22387
  "original": {
21233
- "value": "{info-solid-background-color.default}"
22388
+ "value": "#002b7b14"
21234
22389
  },
21235
- "name": "ProgressBarInfoFillBackgroundColor",
22390
+ "name": "AccentBoxIconColorGradient",
21236
22391
  "attributes": {
21237
- "category": "progress-bar",
21238
- "type": "info-fill-background-color"
22392
+ "category": "accent-box",
22393
+ "type": "icon-color-gradient"
21239
22394
  },
21240
22395
  "path": [
21241
- "progress-bar",
21242
- "info-fill-background-color"
22396
+ "accent-box",
22397
+ "icon-color-gradient"
21243
22398
  ]
21244
22399
  },
21245
- "success-fill-background-color": {
21246
- "value": "#00825B",
21247
- "filePath": "src/status/progress-bar.yml",
22400
+ "icon-color-neutral": {
22401
+ "value": "#E6E6E6",
22402
+ "filePath": "src/structure/accent-box.yml",
21248
22403
  "isSource": true,
21249
22404
  "original": {
21250
- "value": "{success-solid-background-color.default}"
22405
+ "value": "{neutral.color.400}"
21251
22406
  },
21252
- "name": "ProgressBarSuccessFillBackgroundColor",
22407
+ "name": "AccentBoxIconColorNeutral",
21253
22408
  "attributes": {
21254
- "category": "progress-bar",
21255
- "type": "success-fill-background-color"
22409
+ "category": "accent-box",
22410
+ "type": "icon-color-neutral"
21256
22411
  },
21257
22412
  "path": [
21258
- "progress-bar",
21259
- "success-fill-background-color"
22413
+ "accent-box",
22414
+ "icon-color-neutral"
21260
22415
  ]
21261
22416
  },
21262
- "warning-fill-background-color": {
21263
- "value": "#F56800",
21264
- "filePath": "src/status/progress-bar.yml",
22417
+ "padding": {
22418
+ "value": "16px",
22419
+ "filePath": "src/structure/accent-box.yml",
21265
22420
  "isSource": true,
21266
22421
  "original": {
21267
- "value": "{warning-solid-background-color.default}"
22422
+ "value": "{size-px.m}"
21268
22423
  },
21269
- "name": "ProgressBarWarningFillBackgroundColor",
22424
+ "name": "AccentBoxPadding",
21270
22425
  "attributes": {
21271
- "category": "progress-bar",
21272
- "type": "warning-fill-background-color"
22426
+ "category": "accent-box",
22427
+ "type": "padding"
21273
22428
  },
21274
22429
  "path": [
21275
- "progress-bar",
21276
- "warning-fill-background-color"
22430
+ "accent-box",
22431
+ "padding"
21277
22432
  ]
21278
22433
  },
21279
- "danger-fill-background-color": {
21280
- "value": "#E1244C",
21281
- "filePath": "src/status/progress-bar.yml",
22434
+ "corner-radius": {
22435
+ "value": "4px",
22436
+ "filePath": "src/structure/accent-box.yml",
21282
22437
  "isSource": true,
21283
22438
  "original": {
21284
- "value": "{danger-solid-background-color.default}"
22439
+ "value": "{corner-radius.default}"
21285
22440
  },
21286
- "name": "ProgressBarDangerFillBackgroundColor",
22441
+ "name": "AccentBoxCornerRadius",
21287
22442
  "attributes": {
21288
- "category": "progress-bar",
21289
- "type": "danger-fill-background-color"
22443
+ "category": "accent-box",
22444
+ "type": "corner-radius"
21290
22445
  },
21291
22446
  "path": [
21292
- "progress-bar",
21293
- "danger-fill-background-color"
22447
+ "accent-box",
22448
+ "corner-radius"
21294
22449
  ]
21295
22450
  }
21296
22451
  },
@@ -21498,7 +22653,7 @@
21498
22653
  ]
21499
22654
  }
21500
22655
  },
21501
- "text-copyButton": {
22656
+ "text-button": {
21502
22657
  "spacing": {
21503
22658
  "value": "0.25rem",
21504
22659
  "filePath": "src/structure/align.yml",
@@ -21506,15 +22661,36 @@
21506
22661
  "original": {
21507
22662
  "value": "{size-rem.xs}"
21508
22663
  },
21509
- "name": "AlignTextCopyButtonSpacing",
22664
+ "name": "AlignTextButtonSpacing",
22665
+ "attributes": {
22666
+ "category": "align",
22667
+ "type": "text-button",
22668
+ "item": "spacing"
22669
+ },
22670
+ "path": [
22671
+ "align",
22672
+ "text-button",
22673
+ "spacing"
22674
+ ]
22675
+ }
22676
+ },
22677
+ "icon-text": {
22678
+ "spacing": {
22679
+ "value": "0.5rem",
22680
+ "filePath": "src/structure/align.yml",
22681
+ "isSource": true,
22682
+ "original": {
22683
+ "value": "{size-rem.s}"
22684
+ },
22685
+ "name": "AlignIconTextSpacing",
21510
22686
  "attributes": {
21511
22687
  "category": "align",
21512
- "type": "text-copyButton",
22688
+ "type": "icon-text",
21513
22689
  "item": "spacing"
21514
22690
  },
21515
22691
  "path": [
21516
22692
  "align",
21517
- "text-copyButton",
22693
+ "icon-text",
21518
22694
  "spacing"
21519
22695
  ]
21520
22696
  }
@@ -21636,11 +22812,11 @@
21636
22812
  ]
21637
22813
  },
21638
22814
  "padding": {
21639
- "value": "32px",
22815
+ "value": "24px",
21640
22816
  "filePath": "src/structure/layout-card.yml",
21641
22817
  "isSource": true,
21642
22818
  "original": {
21643
- "value": "{size-px.xl}"
22819
+ "value": "{size-px.l}"
21644
22820
  },
21645
22821
  "name": "LayoutCardPadding",
21646
22822
  "attributes": {
@@ -21652,6 +22828,23 @@
21652
22828
  "padding"
21653
22829
  ]
21654
22830
  },
22831
+ "padding-mobile": {
22832
+ "value": "16px",
22833
+ "filePath": "src/structure/layout-card.yml",
22834
+ "isSource": true,
22835
+ "original": {
22836
+ "value": "{size-px.m}"
22837
+ },
22838
+ "name": "LayoutCardPaddingMobile",
22839
+ "attributes": {
22840
+ "category": "layout-card",
22841
+ "type": "padding-mobile"
22842
+ },
22843
+ "path": [
22844
+ "layout-card",
22845
+ "padding-mobile"
22846
+ ]
22847
+ },
21655
22848
  "box-shadow": {
21656
22849
  "value": "rgba(0, 0, 0, 0.1) 0 4px 8px",
21657
22850
  "filePath": "src/structure/layout-card.yml",
@@ -21704,6 +22897,23 @@
21704
22897
  "list",
21705
22898
  "block-to-block-spacing"
21706
22899
  ]
22900
+ },
22901
+ "filter-to-search-spacing": {
22902
+ "value": "32px",
22903
+ "filePath": "src/structure/list.yml",
22904
+ "isSource": true,
22905
+ "original": {
22906
+ "value": "{size-px.xl}"
22907
+ },
22908
+ "name": "ListFilterToSearchSpacing",
22909
+ "attributes": {
22910
+ "category": "list",
22911
+ "type": "filter-to-search-spacing"
22912
+ },
22913
+ "path": [
22914
+ "list",
22915
+ "filter-to-search-spacing"
22916
+ ]
21707
22917
  }
21708
22918
  },
21709
22919
  "list-item": {
@@ -21938,21 +23148,38 @@
21938
23148
  "spacing"
21939
23149
  ]
21940
23150
  },
21941
- "sub-heading-spacing": {
21942
- "value": "1rem",
23151
+ "sub-heading-spacing-m": {
23152
+ "value": "1.5rem",
21943
23153
  "filePath": "src/structure/section.yml",
21944
23154
  "isSource": true,
21945
23155
  "original": {
21946
- "value": "{size-rem.m}"
23156
+ "value": "{size-rem.l}"
23157
+ },
23158
+ "name": "SectionSubHeadingSpacingM",
23159
+ "attributes": {
23160
+ "category": "section",
23161
+ "type": "sub-heading-spacing-m"
23162
+ },
23163
+ "path": [
23164
+ "section",
23165
+ "sub-heading-spacing-m"
23166
+ ]
23167
+ },
23168
+ "sub-heading-spacing-s": {
23169
+ "value": "0.5rem",
23170
+ "filePath": "src/structure/section.yml",
23171
+ "isSource": true,
23172
+ "original": {
23173
+ "value": "{size-rem.s}"
21947
23174
  },
21948
- "name": "SectionSubHeadingSpacing",
23175
+ "name": "SectionSubHeadingSpacingS",
21949
23176
  "attributes": {
21950
23177
  "category": "section",
21951
- "type": "sub-heading-spacing"
23178
+ "type": "sub-heading-spacing-s"
21952
23179
  },
21953
23180
  "path": [
21954
23181
  "section",
21955
- "sub-heading-spacing"
23182
+ "sub-heading-spacing-s"
21956
23183
  ]
21957
23184
  }
21958
23185
  },
@@ -22026,6 +23253,23 @@
22026
23253
  "separator",
22027
23254
  "height"
22028
23255
  ]
23256
+ },
23257
+ "border-style": {
23258
+ "value": "solid",
23259
+ "filePath": "src/structure/separator.yml",
23260
+ "isSource": true,
23261
+ "original": {
23262
+ "value": "{border-style.default}"
23263
+ },
23264
+ "name": "SeparatorBorderStyle",
23265
+ "attributes": {
23266
+ "category": "separator",
23267
+ "type": "border-style"
23268
+ },
23269
+ "path": [
23270
+ "separator",
23271
+ "border-style"
23272
+ ]
22029
23273
  }
22030
23274
  },
22031
23275
  "table": {
@@ -22472,5 +23716,178 @@
22472
23716
  ]
22473
23717
  }
22474
23718
  }
23719
+ },
23720
+ "file-drop-zone": {
23721
+ "corner-radius": {
23722
+ "value": "4px",
23723
+ "filePath": "src/upload/file-drop-zone.yml",
23724
+ "isSource": true,
23725
+ "original": {
23726
+ "value": "{corner-radius.default}"
23727
+ },
23728
+ "name": "FileDropZoneCornerRadius",
23729
+ "attributes": {
23730
+ "category": "file-drop-zone",
23731
+ "type": "corner-radius"
23732
+ },
23733
+ "path": [
23734
+ "file-drop-zone",
23735
+ "corner-radius"
23736
+ ]
23737
+ },
23738
+ "padding": {
23739
+ "value": "16px",
23740
+ "filePath": "src/upload/file-drop-zone.yml",
23741
+ "isSource": true,
23742
+ "original": {
23743
+ "value": "{size-px.m}"
23744
+ },
23745
+ "name": "FileDropZonePadding",
23746
+ "attributes": {
23747
+ "category": "file-drop-zone",
23748
+ "type": "padding"
23749
+ },
23750
+ "path": [
23751
+ "file-drop-zone",
23752
+ "padding"
23753
+ ]
23754
+ },
23755
+ "background-color": {
23756
+ "default": {
23757
+ "value": "#F8F8F8",
23758
+ "filePath": "src/upload/file-drop-zone.yml",
23759
+ "isSource": true,
23760
+ "original": {
23761
+ "value": "{form-control.background-color.default}"
23762
+ },
23763
+ "name": "FileDropZoneBackgroundColorDefault",
23764
+ "attributes": {
23765
+ "category": "file-drop-zone",
23766
+ "type": "background-color",
23767
+ "item": "default"
23768
+ },
23769
+ "path": [
23770
+ "file-drop-zone",
23771
+ "background-color",
23772
+ "default"
23773
+ ]
23774
+ },
23775
+ "target": {
23776
+ "value": "#F0F5FF",
23777
+ "filePath": "src/upload/file-drop-zone.yml",
23778
+ "isSource": true,
23779
+ "original": {
23780
+ "value": "{form-control.background-color.hover}"
23781
+ },
23782
+ "name": "FileDropZoneBackgroundColorTarget",
23783
+ "attributes": {
23784
+ "category": "file-drop-zone",
23785
+ "type": "background-color",
23786
+ "item": "target"
23787
+ },
23788
+ "path": [
23789
+ "file-drop-zone",
23790
+ "background-color",
23791
+ "target"
23792
+ ]
23793
+ }
23794
+ },
23795
+ "border-width": {
23796
+ "value": "1px",
23797
+ "filePath": "src/upload/file-drop-zone.yml",
23798
+ "isSource": true,
23799
+ "original": {
23800
+ "value": "{border-width.100}"
23801
+ },
23802
+ "name": "FileDropZoneBorderWidth",
23803
+ "attributes": {
23804
+ "category": "file-drop-zone",
23805
+ "type": "border-width"
23806
+ },
23807
+ "path": [
23808
+ "file-drop-zone",
23809
+ "border-width"
23810
+ ]
23811
+ },
23812
+ "border-style": {
23813
+ "default": {
23814
+ "value": "dashed",
23815
+ "filePath": "src/upload/file-drop-zone.yml",
23816
+ "isSource": true,
23817
+ "original": {
23818
+ "value": "{border-style.dashed}"
23819
+ },
23820
+ "name": "FileDropZoneBorderStyleDefault",
23821
+ "attributes": {
23822
+ "category": "file-drop-zone",
23823
+ "type": "border-style",
23824
+ "item": "default"
23825
+ },
23826
+ "path": [
23827
+ "file-drop-zone",
23828
+ "border-style",
23829
+ "default"
23830
+ ]
23831
+ },
23832
+ "target": {
23833
+ "value": "solid",
23834
+ "filePath": "src/upload/file-drop-zone.yml",
23835
+ "isSource": true,
23836
+ "original": {
23837
+ "value": "{border-style.default}"
23838
+ },
23839
+ "name": "FileDropZoneBorderStyleTarget",
23840
+ "attributes": {
23841
+ "category": "file-drop-zone",
23842
+ "type": "border-style",
23843
+ "item": "target"
23844
+ },
23845
+ "path": [
23846
+ "file-drop-zone",
23847
+ "border-style",
23848
+ "target"
23849
+ ]
23850
+ }
23851
+ },
23852
+ "border-color": {
23853
+ "default": {
23854
+ "value": "#909090",
23855
+ "filePath": "src/upload/file-drop-zone.yml",
23856
+ "isSource": true,
23857
+ "original": {
23858
+ "value": "{form-control.border-color.default}"
23859
+ },
23860
+ "name": "FileDropZoneBorderColorDefault",
23861
+ "attributes": {
23862
+ "category": "file-drop-zone",
23863
+ "type": "border-color",
23864
+ "item": "default"
23865
+ },
23866
+ "path": [
23867
+ "file-drop-zone",
23868
+ "border-color",
23869
+ "default"
23870
+ ]
23871
+ },
23872
+ "target": {
23873
+ "value": "#0054F5",
23874
+ "filePath": "src/upload/file-drop-zone.yml",
23875
+ "isSource": true,
23876
+ "original": {
23877
+ "value": "{primary.color.800}"
23878
+ },
23879
+ "name": "FileDropZoneBorderColorTarget",
23880
+ "attributes": {
23881
+ "category": "file-drop-zone",
23882
+ "type": "border-color",
23883
+ "item": "target"
23884
+ },
23885
+ "path": [
23886
+ "file-drop-zone",
23887
+ "border-color",
23888
+ "target"
23889
+ ]
23890
+ }
23891
+ }
22475
23892
  }
22476
23893
  }