@mittwald/flow-design-tokens 0.2.0-alpha.4 → 0.2.0-alpha.400

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
  },
@@ -13039,694 +13670,1429 @@
13039
13670
  "type": "color-light"
13040
13671
  },
13041
13672
  "path": [
13042
- "heading",
13043
- "color-light"
13673
+ "heading",
13674
+ "color-light"
13675
+ ]
13676
+ },
13677
+ "icon-to-text-spacing": {
13678
+ "value": "0.5rem",
13679
+ "filePath": "src/content/heading.yml",
13680
+ "isSource": true,
13681
+ "original": {
13682
+ "value": "{size-rem.s}"
13683
+ },
13684
+ "name": "HeadingIconToTextSpacing",
13685
+ "attributes": {
13686
+ "category": "heading",
13687
+ "type": "icon-to-text-spacing"
13688
+ },
13689
+ "path": [
13690
+ "heading",
13691
+ "icon-to-text-spacing"
13692
+ ]
13693
+ },
13694
+ "font-weight": {
13695
+ "value": "bold",
13696
+ "filePath": "src/content/heading.yml",
13697
+ "isSource": true,
13698
+ "original": {
13699
+ "value": "{font-weight.bold}"
13700
+ },
13701
+ "name": "HeadingFontWeight",
13702
+ "attributes": {
13703
+ "category": "heading",
13704
+ "type": "font-weight"
13705
+ },
13706
+ "path": [
13707
+ "heading",
13708
+ "font-weight"
13709
+ ]
13710
+ }
13711
+ },
13712
+ "icon": {
13713
+ "size": {
13714
+ "s": {
13715
+ "value": "1rem",
13716
+ "filePath": "src/content/icon.yml",
13717
+ "isSource": true,
13718
+ "original": {
13719
+ "value": "1rem"
13720
+ },
13721
+ "name": "IconSizeS",
13722
+ "attributes": {
13723
+ "category": "icon",
13724
+ "type": "size",
13725
+ "item": "s"
13726
+ },
13727
+ "path": [
13728
+ "icon",
13729
+ "size",
13730
+ "s"
13731
+ ]
13732
+ },
13733
+ "m": {
13734
+ "value": "1.5rem",
13735
+ "filePath": "src/content/icon.yml",
13736
+ "isSource": true,
13737
+ "original": {
13738
+ "value": "1.5rem"
13739
+ },
13740
+ "name": "IconSizeM",
13741
+ "attributes": {
13742
+ "category": "icon",
13743
+ "type": "size",
13744
+ "item": "m"
13745
+ },
13746
+ "path": [
13747
+ "icon",
13748
+ "size",
13749
+ "m"
13750
+ ]
13751
+ },
13752
+ "l": {
13753
+ "value": "4rem",
13754
+ "filePath": "src/content/icon.yml",
13755
+ "isSource": true,
13756
+ "original": {
13757
+ "value": "4rem"
13758
+ },
13759
+ "name": "IconSizeL",
13760
+ "attributes": {
13761
+ "category": "icon",
13762
+ "type": "size",
13763
+ "item": "l"
13764
+ },
13765
+ "path": [
13766
+ "icon",
13767
+ "size",
13768
+ "l"
13769
+ ]
13770
+ }
13771
+ },
13772
+ "color": {
13773
+ "value": "#6D6D6D",
13774
+ "filePath": "src/content/icon.yml",
13775
+ "isSource": true,
13776
+ "original": {
13777
+ "value": "{neutral.color.800}"
13778
+ },
13779
+ "name": "IconColor",
13780
+ "attributes": {
13781
+ "category": "icon",
13782
+ "type": "color"
13783
+ },
13784
+ "path": [
13785
+ "icon",
13786
+ "color"
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
+ ]
13856
+ }
13857
+ },
13858
+ "illustrated-message": {
13859
+ "padding": {
13860
+ "value": "16px",
13861
+ "filePath": "src/content/illustrated-message.yml",
13862
+ "isSource": true,
13863
+ "original": {
13864
+ "value": "{size-px.m}"
13865
+ },
13866
+ "name": "IllustratedMessagePadding",
13867
+ "attributes": {
13868
+ "category": "illustrated-message",
13869
+ "type": "padding"
13870
+ },
13871
+ "path": [
13872
+ "illustrated-message",
13873
+ "padding"
13874
+ ]
13875
+ },
13876
+ "spacing": {
13877
+ "value": "1rem",
13878
+ "filePath": "src/content/illustrated-message.yml",
13879
+ "isSource": true,
13880
+ "original": {
13881
+ "value": "{size-rem.m}"
13882
+ },
13883
+ "name": "IllustratedMessageSpacing",
13884
+ "attributes": {
13885
+ "category": "illustrated-message",
13886
+ "type": "spacing"
13887
+ },
13888
+ "path": [
13889
+ "illustrated-message",
13890
+ "spacing"
13891
+ ]
13892
+ },
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",
14442
+ "isSource": true,
14443
+ "original": {
14444
+ "value": "780px"
14445
+ },
14446
+ "name": "TextMaxWidth",
14447
+ "attributes": {
14448
+ "category": "text",
14449
+ "type": "max-width"
14450
+ },
14451
+ "path": [
14452
+ "text",
14453
+ "max-width"
14454
+ ]
14455
+ },
14456
+ "blockquote-border-width": {
14457
+ "value": "4px",
14458
+ "filePath": "src/content/text.yml",
14459
+ "isSource": true,
14460
+ "original": {
14461
+ "value": "{border-width.300}"
14462
+ },
14463
+ "name": "TextBlockquoteBorderWidth",
14464
+ "attributes": {
14465
+ "category": "text",
14466
+ "type": "blockquote-border-width"
14467
+ },
14468
+ "path": [
14469
+ "text",
14470
+ "blockquote-border-width"
14471
+ ]
14472
+ },
14473
+ "blockquote-border-style": {
14474
+ "value": "solid",
14475
+ "filePath": "src/content/text.yml",
14476
+ "isSource": true,
14477
+ "original": {
14478
+ "value": "{border-style.default}"
14479
+ },
14480
+ "name": "TextBlockquoteBorderStyle",
14481
+ "attributes": {
14482
+ "category": "text",
14483
+ "type": "blockquote-border-style"
14484
+ },
14485
+ "path": [
14486
+ "text",
14487
+ "blockquote-border-style"
14488
+ ]
14489
+ },
14490
+ "blockquote-border-color": {
14491
+ "value": "#0054F5",
14492
+ "filePath": "src/content/text.yml",
14493
+ "isSource": true,
14494
+ "original": {
14495
+ "value": "{info-outline-border-color}"
14496
+ },
14497
+ "name": "TextBlockquoteBorderColor",
14498
+ "attributes": {
14499
+ "category": "text",
14500
+ "type": "blockquote-border-color"
14501
+ },
14502
+ "path": [
14503
+ "text",
14504
+ "blockquote-border-color"
13044
14505
  ]
13045
14506
  },
13046
- "icon-to-text-spacing": {
14507
+ "blockquote-padding": {
13047
14508
  "value": "0.5rem",
13048
- "filePath": "src/content/heading.yml",
14509
+ "filePath": "src/content/text.yml",
13049
14510
  "isSource": true,
13050
14511
  "original": {
13051
14512
  "value": "{size-rem.s}"
13052
14513
  },
13053
- "name": "HeadingIconToTextSpacing",
14514
+ "name": "TextBlockquotePadding",
13054
14515
  "attributes": {
13055
- "category": "heading",
13056
- "type": "icon-to-text-spacing"
14516
+ "category": "text",
14517
+ "type": "blockquote-padding"
13057
14518
  },
13058
14519
  "path": [
13059
- "heading",
13060
- "icon-to-text-spacing"
14520
+ "text",
14521
+ "blockquote-padding"
13061
14522
  ]
13062
14523
  },
13063
- "font-weight": {
13064
- "value": "bold",
13065
- "filePath": "src/content/heading.yml",
14524
+ "list-padding": {
14525
+ "value": "1.5rem",
14526
+ "filePath": "src/content/text.yml",
13066
14527
  "isSource": true,
13067
14528
  "original": {
13068
- "value": "{font-weight.bold}"
14529
+ "value": "{size-rem.l}"
13069
14530
  },
13070
- "name": "HeadingFontWeight",
14531
+ "name": "TextListPadding",
13071
14532
  "attributes": {
13072
- "category": "heading",
13073
- "type": "font-weight"
14533
+ "category": "text",
14534
+ "type": "list-padding"
13074
14535
  },
13075
14536
  "path": [
13076
- "heading",
13077
- "font-weight"
14537
+ "text",
14538
+ "list-padding"
13078
14539
  ]
13079
14540
  }
13080
14541
  },
13081
- "icon": {
13082
- "size": {
13083
- "s": {
13084
- "value": "1rem",
13085
- "filePath": "src/content/icon.yml",
13086
- "isSource": true,
13087
- "original": {
13088
- "value": "1rem"
13089
- },
13090
- "name": "IconSizeS",
13091
- "attributes": {
13092
- "category": "icon",
13093
- "type": "size",
13094
- "item": "s"
13095
- },
13096
- "path": [
13097
- "icon",
13098
- "size",
13099
- "s"
13100
- ]
14542
+ "area": {
14543
+ "border-width": {
14544
+ "value": "2px",
14545
+ "filePath": "src/dataVisualisation/area.yml",
14546
+ "isSource": true,
14547
+ "original": {
14548
+ "value": "{border-width.200}"
13101
14549
  },
13102
- "m": {
13103
- "value": "1.5rem",
13104
- "filePath": "src/content/icon.yml",
13105
- "isSource": true,
13106
- "original": {
13107
- "value": "1.5rem"
13108
- },
13109
- "name": "IconSizeM",
13110
- "attributes": {
13111
- "category": "icon",
13112
- "type": "size",
13113
- "item": "m"
13114
- },
13115
- "path": [
13116
- "icon",
13117
- "size",
13118
- "m"
13119
- ]
14550
+ "name": "AreaBorderWidth",
14551
+ "attributes": {
14552
+ "category": "area",
14553
+ "type": "border-width"
13120
14554
  },
13121
- "l": {
13122
- "value": "4rem",
13123
- "filePath": "src/content/icon.yml",
13124
- "isSource": true,
13125
- "original": {
13126
- "value": "4rem"
13127
- },
13128
- "name": "IconSizeL",
13129
- "attributes": {
13130
- "category": "icon",
13131
- "type": "size",
13132
- "item": "l"
13133
- },
13134
- "path": [
13135
- "icon",
13136
- "size",
13137
- "l"
13138
- ]
13139
- }
14555
+ "path": [
14556
+ "area",
14557
+ "border-width"
14558
+ ]
13140
14559
  },
13141
- "color": {
13142
- "value": "#6D6D6D",
13143
- "filePath": "src/content/icon.yml",
14560
+ "border-color": {
14561
+ "value": "#FFFFFF",
14562
+ "filePath": "src/dataVisualisation/area.yml",
13144
14563
  "isSource": true,
13145
14564
  "original": {
13146
- "value": "{neutral.color.800}"
14565
+ "value": "{neutral.color.100}"
13147
14566
  },
13148
- "name": "IconColor",
14567
+ "name": "AreaBorderColor",
13149
14568
  "attributes": {
13150
- "category": "icon",
13151
- "type": "color"
14569
+ "category": "area",
14570
+ "type": "border-color"
13152
14571
  },
13153
14572
  "path": [
13154
- "icon",
13155
- "color"
14573
+ "area",
14574
+ "border-color"
13156
14575
  ]
13157
14576
  }
13158
14577
  },
13159
- "illustrated-message": {
13160
- "padding": {
13161
- "value": "16px",
13162
- "filePath": "src/content/illustrated-message.yml",
14578
+ "axis": {
14579
+ "spacing": {
14580
+ "value": "8px",
14581
+ "filePath": "src/dataVisualisation/axis.yml",
13163
14582
  "isSource": true,
13164
14583
  "original": {
13165
- "value": "{size-px.m}"
14584
+ "value": "{size-px.s}"
13166
14585
  },
13167
- "name": "IllustratedMessagePadding",
14586
+ "name": "AxisSpacing",
13168
14587
  "attributes": {
13169
- "category": "illustrated-message",
13170
- "type": "padding"
14588
+ "category": "axis",
14589
+ "type": "spacing"
13171
14590
  },
13172
14591
  "path": [
13173
- "illustrated-message",
13174
- "padding"
14592
+ "axis",
14593
+ "spacing"
13175
14594
  ]
13176
14595
  },
13177
- "spacing": {
13178
- "value": "1rem",
13179
- "filePath": "src/content/illustrated-message.yml",
14596
+ "font-size": {
14597
+ "value": "0.875rem",
14598
+ "filePath": "src/dataVisualisation/axis.yml",
13180
14599
  "isSource": true,
13181
14600
  "original": {
13182
- "value": "{size-rem.m}"
14601
+ "value": "{font-size-text.s}"
13183
14602
  },
13184
- "name": "IllustratedMessageSpacing",
14603
+ "name": "AxisFontSize",
13185
14604
  "attributes": {
13186
- "category": "illustrated-message",
13187
- "type": "spacing"
14605
+ "category": "axis",
14606
+ "type": "font-size"
13188
14607
  },
13189
14608
  "path": [
13190
- "illustrated-message",
13191
- "spacing"
14609
+ "axis",
14610
+ "font-size"
13192
14611
  ]
13193
14612
  },
13194
- "primary-icon-color": {
13195
- "value": "#003FB8",
13196
- "filePath": "src/content/illustrated-message.yml",
14613
+ "color": {
14614
+ "value": "#909090",
14615
+ "filePath": "src/dataVisualisation/axis.yml",
13197
14616
  "isSource": true,
13198
14617
  "original": {
13199
- "value": "{primary.color.900}"
14618
+ "value": "{color.gray.700}"
13200
14619
  },
13201
- "name": "IllustratedMessagePrimaryIconColor",
14620
+ "name": "AxisColor",
13202
14621
  "attributes": {
13203
- "category": "illustrated-message",
13204
- "type": "primary-icon-color"
14622
+ "category": "axis",
14623
+ "type": "color"
13205
14624
  },
13206
14625
  "path": [
13207
- "illustrated-message",
13208
- "primary-icon-color"
14626
+ "axis",
14627
+ "color"
13209
14628
  ]
13210
14629
  },
13211
- "primary-heading-color": {
13212
- "value": "#002A7B",
13213
- "filePath": "src/content/illustrated-message.yml",
14630
+ "text-color": {
14631
+ "value": "#222222",
14632
+ "filePath": "src/dataVisualisation/axis.yml",
13214
14633
  "isSource": true,
13215
14634
  "original": {
13216
- "value": "{heading.color}"
14635
+ "value": "{neutral.color.1000}"
13217
14636
  },
13218
- "name": "IllustratedMessagePrimaryHeadingColor",
14637
+ "name": "AxisTextColor",
13219
14638
  "attributes": {
13220
- "category": "illustrated-message",
13221
- "type": "primary-heading-color"
14639
+ "category": "axis",
14640
+ "type": "text-color"
13222
14641
  },
13223
14642
  "path": [
13224
- "illustrated-message",
13225
- "primary-heading-color"
14643
+ "axis",
14644
+ "text-color"
13226
14645
  ]
13227
14646
  },
13228
- "danger-icon-color": {
13229
- "value": "#B4193A",
13230
- "filePath": "src/content/illustrated-message.yml",
14647
+ "stroke-width": {
14648
+ "value": "1px",
14649
+ "filePath": "src/dataVisualisation/axis.yml",
13231
14650
  "isSource": true,
13232
14651
  "original": {
13233
- "value": "{danger.color.900}"
14652
+ "value": "{border-width.100}"
13234
14653
  },
13235
- "name": "IllustratedMessageDangerIconColor",
14654
+ "name": "AxisStrokeWidth",
13236
14655
  "attributes": {
13237
- "category": "illustrated-message",
13238
- "type": "danger-icon-color"
14656
+ "category": "axis",
14657
+ "type": "stroke-width"
13239
14658
  },
13240
14659
  "path": [
13241
- "illustrated-message",
13242
- "danger-icon-color"
14660
+ "axis",
14661
+ "stroke-width"
13243
14662
  ]
13244
14663
  },
13245
- "danger-heading-color": {
13246
- "value": "#83122A",
13247
- "filePath": "src/content/illustrated-message.yml",
14664
+ "tick-size": {
14665
+ "value": "8px",
14666
+ "filePath": "src/dataVisualisation/axis.yml",
13248
14667
  "isSource": true,
13249
14668
  "original": {
13250
- "value": "{danger.color.1000}"
14669
+ "value": "{size-px.s}"
13251
14670
  },
13252
- "name": "IllustratedMessageDangerHeadingColor",
14671
+ "name": "AxisTickSize",
13253
14672
  "attributes": {
13254
- "category": "illustrated-message",
13255
- "type": "danger-heading-color"
14673
+ "category": "axis",
14674
+ "type": "tick-size"
13256
14675
  },
13257
14676
  "path": [
13258
- "illustrated-message",
13259
- "danger-heading-color"
14677
+ "axis",
14678
+ "tick-size"
14679
+ ]
14680
+ }
14681
+ },
14682
+ "big-number": {
14683
+ "spacing": {
14684
+ "value": "0.25rem",
14685
+ "filePath": "src/dataVisualisation/big-number.yml",
14686
+ "isSource": true,
14687
+ "original": {
14688
+ "value": "{size-rem.xs}"
14689
+ },
14690
+ "name": "BigNumberSpacing",
14691
+ "attributes": {
14692
+ "category": "big-number",
14693
+ "type": "spacing"
14694
+ },
14695
+ "path": [
14696
+ "big-number",
14697
+ "spacing"
13260
14698
  ]
13261
14699
  },
13262
- "dark-icon-color": {
13263
- "value": "rgb(0 0 0 / 100%)",
13264
- "filePath": "src/content/illustrated-message.yml",
14700
+ "top-font-size": {
14701
+ "value": "2rem",
14702
+ "filePath": "src/dataVisualisation/big-number.yml",
13265
14703
  "isSource": true,
13266
14704
  "original": {
13267
- "value": "{dark-plain-content-color}"
14705
+ "value": "{font-size-heading.xl}"
13268
14706
  },
13269
- "name": "IllustratedMessageDarkIconColor",
14707
+ "name": "BigNumberTopFontSize",
13270
14708
  "attributes": {
13271
- "category": "illustrated-message",
13272
- "type": "dark-icon-color"
14709
+ "category": "big-number",
14710
+ "type": "top-font-size"
13273
14711
  },
13274
14712
  "path": [
13275
- "illustrated-message",
13276
- "dark-icon-color"
14713
+ "big-number",
14714
+ "top-font-size"
13277
14715
  ]
13278
14716
  },
13279
- "dark-heading-color": {
13280
- "value": "rgb(0 0 0 / 100%)",
13281
- "filePath": "src/content/illustrated-message.yml",
14717
+ "bottom-font-size": {
14718
+ "value": "1rem",
14719
+ "filePath": "src/dataVisualisation/big-number.yml",
13282
14720
  "isSource": true,
13283
14721
  "original": {
13284
- "value": "{heading.color-dark}"
14722
+ "value": "{font-size-text.m}"
13285
14723
  },
13286
- "name": "IllustratedMessageDarkHeadingColor",
14724
+ "name": "BigNumberBottomFontSize",
13287
14725
  "attributes": {
13288
- "category": "illustrated-message",
13289
- "type": "dark-heading-color"
14726
+ "category": "big-number",
14727
+ "type": "bottom-font-size"
13290
14728
  },
13291
14729
  "path": [
13292
- "illustrated-message",
13293
- "dark-heading-color"
14730
+ "big-number",
14731
+ "bottom-font-size"
13294
14732
  ]
13295
14733
  },
13296
- "light-icon-color": {
13297
- "value": "rgb(255 255 255 / 100%)",
13298
- "filePath": "src/content/illustrated-message.yml",
14734
+ "font-weight": {
14735
+ "value": "bold",
14736
+ "filePath": "src/dataVisualisation/big-number.yml",
13299
14737
  "isSource": true,
13300
14738
  "original": {
13301
- "value": "{light-plain-content-color}"
14739
+ "value": "{font-weight.bold}"
13302
14740
  },
13303
- "name": "IllustratedMessageLightIconColor",
14741
+ "name": "BigNumberFontWeight",
13304
14742
  "attributes": {
13305
- "category": "illustrated-message",
13306
- "type": "light-icon-color"
14743
+ "category": "big-number",
14744
+ "type": "font-weight"
13307
14745
  },
13308
14746
  "path": [
13309
- "illustrated-message",
13310
- "light-icon-color"
14747
+ "big-number",
14748
+ "font-weight"
14749
+ ]
14750
+ }
14751
+ },
14752
+ "cartesian-grid": {
14753
+ "color": {
14754
+ "value": "#909090",
14755
+ "filePath": "src/dataVisualisation/cartesian-grid.yml",
14756
+ "isSource": true,
14757
+ "original": {
14758
+ "value": "{color.gray.700}"
14759
+ },
14760
+ "name": "CartesianGridColor",
14761
+ "attributes": {
14762
+ "category": "cartesian-grid",
14763
+ "type": "color"
14764
+ },
14765
+ "path": [
14766
+ "cartesian-grid",
14767
+ "color"
13311
14768
  ]
13312
14769
  },
13313
- "light-heading-color": {
13314
- "value": "rgb(255 255 255 / 100%)",
13315
- "filePath": "src/content/illustrated-message.yml",
14770
+ "stroke-width": {
14771
+ "value": "1px",
14772
+ "filePath": "src/dataVisualisation/cartesian-grid.yml",
13316
14773
  "isSource": true,
13317
14774
  "original": {
13318
- "value": "{heading.color-light}"
14775
+ "value": "{border-width.100}"
13319
14776
  },
13320
- "name": "IllustratedMessageLightHeadingColor",
14777
+ "name": "CartesianGridStrokeWidth",
13321
14778
  "attributes": {
13322
- "category": "illustrated-message",
13323
- "type": "light-heading-color"
14779
+ "category": "cartesian-grid",
14780
+ "type": "stroke-width"
13324
14781
  },
13325
14782
  "path": [
13326
- "illustrated-message",
13327
- "light-heading-color"
14783
+ "cartesian-grid",
14784
+ "stroke-width"
13328
14785
  ]
13329
14786
  }
13330
14787
  },
13331
- "initials": {
13332
- "font-weight": {
13333
- "value": "bold",
13334
- "filePath": "src/content/initials.yml",
14788
+ "chart-tooltip": {
14789
+ "spacing": {
14790
+ "value": "8px",
14791
+ "filePath": "src/dataVisualisation/chart-tooltip.yml",
13335
14792
  "isSource": true,
13336
14793
  "original": {
13337
- "value": "{font-weight.bold}"
14794
+ "value": "{size-px.s}"
13338
14795
  },
13339
- "name": "InitialsFontWeight",
14796
+ "name": "ChartTooltipSpacing",
13340
14797
  "attributes": {
13341
- "category": "initials",
13342
- "type": "font-weight"
14798
+ "category": "chart-tooltip",
14799
+ "type": "spacing"
13343
14800
  },
13344
14801
  "path": [
13345
- "initials",
13346
- "font-weight"
14802
+ "chart-tooltip",
14803
+ "spacing"
13347
14804
  ]
13348
14805
  }
13349
14806
  },
13350
- "label": {
13351
- "font-size": {
13352
- "value": "0.875rem",
13353
- "filePath": "src/content/label.yml",
14807
+ "donut-chart": {
14808
+ "border-color": {
14809
+ "value": "#909090",
14810
+ "filePath": "src/dataVisualisation/donut-chart.yml",
13354
14811
  "isSource": true,
13355
14812
  "original": {
13356
- "value": "{font-size-text.s}"
14813
+ "value": "{neutral-outline-border-color}"
13357
14814
  },
13358
- "name": "LabelFontSize",
14815
+ "name": "DonutChartBorderColor",
13359
14816
  "attributes": {
13360
- "category": "label",
13361
- "type": "font-size"
14817
+ "category": "donut-chart",
14818
+ "type": "border-color"
13362
14819
  },
13363
14820
  "path": [
13364
- "label",
13365
- "font-size"
14821
+ "donut-chart",
14822
+ "border-color"
13366
14823
  ]
13367
14824
  },
13368
- "font-weight": {
13369
- "value": "bold",
13370
- "filePath": "src/content/label.yml",
14825
+ "background-color": {
14826
+ "value": "#F8F8F8",
14827
+ "filePath": "src/dataVisualisation/donut-chart.yml",
13371
14828
  "isSource": true,
13372
14829
  "original": {
13373
- "value": "{font-weight.bold}"
14830
+ "value": "{neutral.color.300}"
13374
14831
  },
13375
- "name": "LabelFontWeight",
14832
+ "name": "DonutChartBackgroundColor",
13376
14833
  "attributes": {
13377
- "category": "label",
13378
- "type": "font-weight"
14834
+ "category": "donut-chart",
14835
+ "type": "background-color"
13379
14836
  },
13380
14837
  "path": [
13381
- "label",
13382
- "font-weight"
14838
+ "donut-chart",
14839
+ "background-color"
13383
14840
  ]
13384
14841
  },
13385
- "line-height": {
13386
- "value": "calc(1rem * 1.5)",
13387
- "filePath": "src/content/label.yml",
14842
+ "spacing-y": {
14843
+ "value": "0.5rem",
14844
+ "filePath": "src/dataVisualisation/donut-chart.yml",
13388
14845
  "isSource": true,
13389
14846
  "original": {
13390
- "value": "{line-height.m}"
14847
+ "value": "{size-rem.s}"
13391
14848
  },
13392
- "name": "LabelLineHeight",
14849
+ "name": "DonutChartSpacingY",
13393
14850
  "attributes": {
13394
- "category": "label",
13395
- "type": "line-height"
14851
+ "category": "donut-chart",
14852
+ "type": "spacing-y"
13396
14853
  },
13397
14854
  "path": [
13398
- "label",
13399
- "line-height"
14855
+ "donut-chart",
14856
+ "spacing-y"
13400
14857
  ]
13401
14858
  },
13402
- "spacing": {
13403
- "value": "0.25rem",
13404
- "filePath": "src/content/label.yml",
14859
+ "spacing-x": {
14860
+ "value": "1rem",
14861
+ "filePath": "src/dataVisualisation/donut-chart.yml",
13405
14862
  "isSource": true,
13406
14863
  "original": {
13407
- "value": "{size-rem.xs}"
14864
+ "value": "{size-rem.m}"
13408
14865
  },
13409
- "name": "LabelSpacing",
14866
+ "name": "DonutChartSpacingX",
13410
14867
  "attributes": {
13411
- "category": "label",
13412
- "type": "spacing"
14868
+ "category": "donut-chart",
14869
+ "type": "spacing-x"
13413
14870
  },
13414
14871
  "path": [
13415
- "label",
13416
- "spacing"
14872
+ "donut-chart",
14873
+ "spacing-x"
13417
14874
  ]
13418
14875
  },
13419
- "color": {
13420
- "default": {
13421
- "value": "#6D6D6D",
13422
- "filePath": "src/content/label.yml",
14876
+ "padding": {
14877
+ "m": {
14878
+ "value": "24px",
14879
+ "filePath": "src/dataVisualisation/donut-chart.yml",
13423
14880
  "isSource": true,
13424
14881
  "original": {
13425
- "value": "{neutral.color.800}"
14882
+ "value": "{size-px.l}"
13426
14883
  },
13427
- "name": "LabelColorDefault",
14884
+ "name": "DonutChartPaddingM",
13428
14885
  "attributes": {
13429
- "category": "label",
13430
- "type": "color",
13431
- "item": "default"
14886
+ "category": "donut-chart",
14887
+ "type": "padding",
14888
+ "item": "m"
13432
14889
  },
13433
14890
  "path": [
13434
- "label",
13435
- "color",
13436
- "default"
14891
+ "donut-chart",
14892
+ "padding",
14893
+ "m"
13437
14894
  ]
13438
14895
  },
13439
- "disabled": {
13440
- "value": "#E6E6E6",
13441
- "filePath": "src/content/label.yml",
14896
+ "l": {
14897
+ "value": "32px",
14898
+ "filePath": "src/dataVisualisation/donut-chart.yml",
13442
14899
  "isSource": true,
13443
14900
  "original": {
13444
- "value": "{disabled-plain-content-color}"
14901
+ "value": "{size-px.xl}"
13445
14902
  },
13446
- "name": "LabelColorDisabled",
14903
+ "name": "DonutChartPaddingL",
13447
14904
  "attributes": {
13448
- "category": "label",
13449
- "type": "color",
13450
- "item": "disabled"
14905
+ "category": "donut-chart",
14906
+ "type": "padding",
14907
+ "item": "l"
13451
14908
  },
13452
14909
  "path": [
13453
- "label",
13454
- "color",
13455
- "disabled"
14910
+ "donut-chart",
14911
+ "padding",
14912
+ "l"
13456
14913
  ]
13457
14914
  }
13458
- }
13459
- },
13460
- "labeled-value": {
13461
- "label-to-value-spacing": {
13462
- "value": "0.125rem",
13463
- "filePath": "src/content/labeled-value.yml",
13464
- "isSource": true,
13465
- "original": {
13466
- "value": "{size-rem.xxs}"
13467
- },
13468
- "name": "LabeledValueLabelToValueSpacing",
13469
- "attributes": {
13470
- "category": "labeled-value",
13471
- "type": "label-to-value-spacing"
13472
- },
13473
- "path": [
13474
- "labeled-value",
13475
- "label-to-value-spacing"
13476
- ]
13477
14915
  },
13478
- "value-to-action-spacing": {
13479
- "value": "0.25rem",
13480
- "filePath": "src/content/labeled-value.yml",
13481
- "isSource": true,
13482
- "original": {
13483
- "value": "{size-rem.xs}"
13484
- },
13485
- "name": "LabeledValueValueToActionSpacing",
13486
- "attributes": {
13487
- "category": "labeled-value",
13488
- "type": "value-to-action-spacing"
13489
- },
13490
- "path": [
13491
- "labeled-value",
13492
- "value-to-action-spacing"
13493
- ]
13494
- }
13495
- },
13496
- "markdown": {
13497
- "spacing": {
13498
- "value": "1rem",
13499
- "filePath": "src/content/markdown.yml",
13500
- "isSource": true,
13501
- "original": {
13502
- "value": "{size-rem.m}"
13503
- },
13504
- "name": "MarkdownSpacing",
13505
- "attributes": {
13506
- "category": "markdown",
13507
- "type": "spacing"
13508
- },
13509
- "path": [
13510
- "markdown",
13511
- "spacing"
13512
- ]
13513
- }
13514
- },
13515
- "message": {
13516
- "corner-radius": {
13517
- "value": "4px",
13518
- "filePath": "src/content/message.yml",
14916
+ "info-fill-background-color": {
14917
+ "value": "#0054F5",
14918
+ "filePath": "src/dataVisualisation/donut-chart.yml",
13519
14919
  "isSource": true,
13520
14920
  "original": {
13521
- "value": "{corner-radius.default}"
14921
+ "value": "{info-solid-background-color.default}"
13522
14922
  },
13523
- "name": "MessageCornerRadius",
14923
+ "name": "DonutChartInfoFillBackgroundColor",
13524
14924
  "attributes": {
13525
- "category": "message",
13526
- "type": "corner-radius"
14925
+ "category": "donut-chart",
14926
+ "type": "info-fill-background-color"
13527
14927
  },
13528
14928
  "path": [
13529
- "message",
13530
- "corner-radius"
14929
+ "donut-chart",
14930
+ "info-fill-background-color"
13531
14931
  ]
13532
14932
  },
13533
- "padding-y": {
13534
- "value": "8px",
13535
- "filePath": "src/content/message.yml",
14933
+ "success-fill-background-color": {
14934
+ "value": "#00825B",
14935
+ "filePath": "src/dataVisualisation/donut-chart.yml",
13536
14936
  "isSource": true,
13537
14937
  "original": {
13538
- "value": "{size-px.s}"
14938
+ "value": "{success-solid-background-color.default}"
13539
14939
  },
13540
- "name": "MessagePaddingY",
14940
+ "name": "DonutChartSuccessFillBackgroundColor",
13541
14941
  "attributes": {
13542
- "category": "message",
13543
- "type": "padding-y"
14942
+ "category": "donut-chart",
14943
+ "type": "success-fill-background-color"
13544
14944
  },
13545
14945
  "path": [
13546
- "message",
13547
- "padding-y"
14946
+ "donut-chart",
14947
+ "success-fill-background-color"
13548
14948
  ]
13549
14949
  },
13550
- "padding-x": {
13551
- "value": "16px",
13552
- "filePath": "src/content/message.yml",
14950
+ "warning-fill-background-color": {
14951
+ "value": "#F56800",
14952
+ "filePath": "src/dataVisualisation/donut-chart.yml",
13553
14953
  "isSource": true,
13554
14954
  "original": {
13555
- "value": "{size-px.m}"
14955
+ "value": "{warning-solid-background-color.default}"
13556
14956
  },
13557
- "name": "MessagePaddingX",
14957
+ "name": "DonutChartWarningFillBackgroundColor",
13558
14958
  "attributes": {
13559
- "category": "message",
13560
- "type": "padding-x"
14959
+ "category": "donut-chart",
14960
+ "type": "warning-fill-background-color"
13561
14961
  },
13562
14962
  "path": [
13563
- "message",
13564
- "padding-x"
14963
+ "donut-chart",
14964
+ "warning-fill-background-color"
13565
14965
  ]
13566
14966
  },
13567
- "spacing-y": {
13568
- "value": "0.5rem",
13569
- "filePath": "src/content/message.yml",
14967
+ "danger-fill-background-color": {
14968
+ "value": "#E1244C",
14969
+ "filePath": "src/dataVisualisation/donut-chart.yml",
13570
14970
  "isSource": true,
13571
14971
  "original": {
13572
- "value": "{size-rem.s}"
14972
+ "value": "{danger-solid-background-color.default}"
13573
14973
  },
13574
- "name": "MessageSpacingY",
14974
+ "name": "DonutChartDangerFillBackgroundColor",
13575
14975
  "attributes": {
13576
- "category": "message",
13577
- "type": "spacing-y"
14976
+ "category": "donut-chart",
14977
+ "type": "danger-fill-background-color"
13578
14978
  },
13579
14979
  "path": [
13580
- "message",
13581
- "spacing-y"
14980
+ "donut-chart",
14981
+ "danger-fill-background-color"
13582
14982
  ]
13583
- },
14983
+ }
14984
+ },
14985
+ "legend": {
13584
14986
  "spacing-x": {
13585
- "value": "1rem",
13586
- "filePath": "src/content/message.yml",
14987
+ "value": "16px",
14988
+ "filePath": "src/dataVisualisation/legend.yml",
13587
14989
  "isSource": true,
13588
14990
  "original": {
13589
- "value": "{size-rem.m}"
14991
+ "value": "{size-px.m}"
13590
14992
  },
13591
- "name": "MessageSpacingX",
14993
+ "name": "LegendSpacingX",
13592
14994
  "attributes": {
13593
- "category": "message",
14995
+ "category": "legend",
13594
14996
  "type": "spacing-x"
13595
14997
  },
13596
14998
  "path": [
13597
- "message",
14999
+ "legend",
13598
15000
  "spacing-x"
13599
15001
  ]
13600
15002
  },
13601
- "background-color-responder": {
13602
- "value": "#E6E6E6",
13603
- "filePath": "src/content/message.yml",
15003
+ "spacing-y": {
15004
+ "value": "8px",
15005
+ "filePath": "src/dataVisualisation/legend.yml",
13604
15006
  "isSource": true,
13605
15007
  "original": {
13606
- "value": "{color.gray.400}"
15008
+ "value": "{size-px.s}"
13607
15009
  },
13608
- "name": "MessageBackgroundColorResponder",
15010
+ "name": "LegendSpacingY",
13609
15011
  "attributes": {
13610
- "category": "message",
13611
- "type": "background-color-responder"
15012
+ "category": "legend",
15013
+ "type": "spacing-y"
13612
15014
  },
13613
15015
  "path": [
13614
- "message",
13615
- "background-color-responder"
15016
+ "legend",
15017
+ "spacing-y"
13616
15018
  ]
13617
- },
13618
- "background-color-sender": {
13619
- "value": "#E0EBFF",
13620
- "filePath": "src/content/message.yml",
15019
+ }
15020
+ },
15021
+ "legend-item": {
15022
+ "spacing": {
15023
+ "value": "0.5rem",
15024
+ "filePath": "src/dataVisualisation/legend.yml",
13621
15025
  "isSource": true,
13622
15026
  "original": {
13623
- "value": "{color.hosting-blue.200}"
15027
+ "value": "{size-rem.s}"
13624
15028
  },
13625
- "name": "MessageBackgroundColorSender",
15029
+ "name": "LegendItemSpacing",
13626
15030
  "attributes": {
13627
- "category": "message",
13628
- "type": "background-color-sender"
15031
+ "category": "legend-item",
15032
+ "type": "spacing"
13629
15033
  },
13630
15034
  "path": [
13631
- "message",
13632
- "background-color-sender"
15035
+ "legend-item",
15036
+ "spacing"
13633
15037
  ]
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",
15038
+ },
15039
+ "marker": {
15040
+ "size": {
15041
+ "value": "1rem",
15042
+ "filePath": "src/dataVisualisation/legend.yml",
13679
15043
  "isSource": true,
13680
15044
  "original": {
13681
- "value": "{dark-plain-content-color}"
15045
+ "value": "{size-rem.m}"
13682
15046
  },
13683
- "name": "TextColorDark",
15047
+ "name": "LegendItemMarkerSize",
13684
15048
  "attributes": {
13685
- "category": "text",
13686
- "type": "color",
13687
- "item": "dark"
15049
+ "category": "legend-item",
15050
+ "type": "marker",
15051
+ "item": "size"
13688
15052
  },
13689
15053
  "path": [
13690
- "text",
13691
- "color",
13692
- "dark"
15054
+ "legend-item",
15055
+ "marker",
15056
+ "size"
13693
15057
  ]
13694
15058
  },
13695
- "disabled": {
13696
- "value": "#E6E6E6",
13697
- "filePath": "src/content/text.yml",
15059
+ "corner-radius": {
15060
+ "value": "4px",
15061
+ "filePath": "src/dataVisualisation/legend.yml",
13698
15062
  "isSource": true,
13699
15063
  "original": {
13700
- "value": "{disabled-plain-content-color}"
15064
+ "value": "{corner-radius.default}"
13701
15065
  },
13702
- "name": "TextColorDisabled",
15066
+ "name": "LegendItemMarkerCornerRadius",
13703
15067
  "attributes": {
13704
- "category": "text",
13705
- "type": "color",
13706
- "item": "disabled"
15068
+ "category": "legend-item",
15069
+ "type": "marker",
15070
+ "item": "corner-radius"
13707
15071
  },
13708
15072
  "path": [
13709
- "text",
13710
- "color",
13711
- "disabled"
15073
+ "legend-item",
15074
+ "marker",
15075
+ "corner-radius"
13712
15076
  ]
13713
15077
  }
13714
- },
13715
- "max-width": {
13716
- "value": "780px",
13717
- "filePath": "src/content/text.yml",
15078
+ }
15079
+ },
15080
+ "line": {
15081
+ "border-width": {
15082
+ "value": "2px",
15083
+ "filePath": "src/dataVisualisation/line.yml",
13718
15084
  "isSource": true,
13719
15085
  "original": {
13720
- "value": "780px"
15086
+ "value": "{border-width.200}"
13721
15087
  },
13722
- "name": "TextMaxWidth",
15088
+ "name": "LineBorderWidth",
13723
15089
  "attributes": {
13724
- "category": "text",
13725
- "type": "max-width"
15090
+ "category": "line",
15091
+ "type": "border-width"
13726
15092
  },
13727
15093
  "path": [
13728
- "text",
13729
- "max-width"
15094
+ "line",
15095
+ "border-width"
13730
15096
  ]
13731
15097
  }
13732
15098
  },
@@ -13748,6 +15114,23 @@
13748
15114
  "outline-color"
13749
15115
  ]
13750
15116
  },
15117
+ "secondary-outline-color": {
15118
+ "value": "#FFFFFF",
15119
+ "filePath": "src/focus.yml",
15120
+ "isSource": true,
15121
+ "original": {
15122
+ "value": "{neutral.color.100}"
15123
+ },
15124
+ "name": "FocusSecondaryOutlineColor",
15125
+ "attributes": {
15126
+ "category": "focus",
15127
+ "type": "secondary-outline-color"
15128
+ },
15129
+ "path": [
15130
+ "focus",
15131
+ "secondary-outline-color"
15132
+ ]
15133
+ },
13751
15134
  "outline-offset": {
13752
15135
  "value": "2px",
13753
15136
  "filePath": "src/focus.yml",
@@ -14928,135 +16311,63 @@
14928
16311
  }
14929
16312
  },
14930
16313
  "slider": {
14931
- "value-font-weight": {
14932
- "value": "bold",
14933
- "filePath": "src/form/slider.yml",
14934
- "isSource": true,
14935
- "original": {
14936
- "value": "{font-weight.bold}"
14937
- },
14938
- "name": "SliderValueFontWeight",
14939
- "attributes": {
14940
- "category": "slider",
14941
- "type": "value-font-weight"
14942
- },
14943
- "path": [
14944
- "slider",
14945
- "value-font-weight"
14946
- ]
14947
- },
14948
- "value-to-label-spacing": {
14949
- "value": "0.25rem",
14950
- "filePath": "src/form/slider.yml",
14951
- "isSource": true,
14952
- "original": {
14953
- "value": "{size-rem.xs}"
14954
- },
14955
- "name": "SliderValueToLabelSpacing",
14956
- "attributes": {
14957
- "category": "slider",
14958
- "type": "value-to-label-spacing"
14959
- },
14960
- "path": [
14961
- "slider",
14962
- "value-to-label-spacing"
14963
- ]
14964
- },
14965
- "text-to-track-spacing": {
14966
- "value": "0.25rem",
14967
- "filePath": "src/form/slider.yml",
14968
- "isSource": true,
14969
- "original": {
14970
- "value": "{size-rem.xs}"
14971
- },
14972
- "name": "SliderTextToTrackSpacing",
14973
- "attributes": {
14974
- "category": "slider",
14975
- "type": "text-to-track-spacing"
14976
- },
14977
- "path": [
14978
- "slider",
14979
- "text-to-track-spacing"
14980
- ]
14981
- },
14982
- "text-color": {
14983
- "disabled": {
14984
- "value": "#E6E6E6",
14985
- "filePath": "src/form/slider.yml",
14986
- "isSource": true,
14987
- "original": {
14988
- "value": "{disabled-plain-content-color}"
14989
- },
14990
- "name": "SliderTextColorDisabled",
14991
- "attributes": {
14992
- "category": "slider",
14993
- "type": "text-color",
14994
- "item": "disabled"
14995
- },
14996
- "path": [
14997
- "slider",
14998
- "text-color",
14999
- "disabled"
15000
- ]
15001
- }
15002
- },
15003
- "track-background-color": {
16314
+ "color": {
15004
16315
  "default": {
15005
- "value": "#F0F5FF",
16316
+ "value": "#002A7B",
15006
16317
  "filePath": "src/form/slider.yml",
15007
16318
  "isSource": true,
15008
16319
  "original": {
15009
- "value": "{primary-soft-background-color.default}"
16320
+ "value": "{primary.color.1000}"
15010
16321
  },
15011
- "name": "SliderTrackBackgroundColorDefault",
16322
+ "name": "SliderColorDefault",
15012
16323
  "attributes": {
15013
16324
  "category": "slider",
15014
- "type": "track-background-color",
16325
+ "type": "color",
15015
16326
  "item": "default"
15016
16327
  },
15017
16328
  "path": [
15018
16329
  "slider",
15019
- "track-background-color",
16330
+ "color",
15020
16331
  "default"
15021
16332
  ]
15022
16333
  },
15023
16334
  "disabled": {
15024
- "value": "#F8F8F8",
16335
+ "value": "#B1B1B1",
15025
16336
  "filePath": "src/form/slider.yml",
15026
16337
  "isSource": true,
15027
16338
  "original": {
15028
- "value": "{disabled-soft-background-color}"
16339
+ "value": "{neutral.color.600}"
15029
16340
  },
15030
- "name": "SliderTrackBackgroundColorDisabled",
16341
+ "name": "SliderColorDisabled",
15031
16342
  "attributes": {
15032
16343
  "category": "slider",
15033
- "type": "track-background-color",
16344
+ "type": "color",
15034
16345
  "item": "disabled"
15035
16346
  },
15036
16347
  "path": [
15037
16348
  "slider",
15038
- "track-background-color",
16349
+ "color",
15039
16350
  "disabled"
15040
16351
  ]
15041
16352
  }
15042
16353
  },
15043
- "track-background-color-fill": {
16354
+ "track-color": {
15044
16355
  "default": {
15045
- "value": "#0054F5",
16356
+ "value": "#909090",
15046
16357
  "filePath": "src/form/slider.yml",
15047
16358
  "isSource": true,
15048
16359
  "original": {
15049
- "value": "{primary-solid-background-color.default}"
16360
+ "value": "{neutral.color.700}"
15050
16361
  },
15051
- "name": "SliderTrackBackgroundColorFillDefault",
16362
+ "name": "SliderTrackColorDefault",
15052
16363
  "attributes": {
15053
16364
  "category": "slider",
15054
- "type": "track-background-color-fill",
16365
+ "type": "track-color",
15055
16366
  "item": "default"
15056
16367
  },
15057
16368
  "path": [
15058
16369
  "slider",
15059
- "track-background-color-fill",
16370
+ "track-color",
15060
16371
  "default"
15061
16372
  ]
15062
16373
  },
@@ -15065,292 +16376,189 @@
15065
16376
  "filePath": "src/form/slider.yml",
15066
16377
  "isSource": true,
15067
16378
  "original": {
15068
- "value": "{disabled-solid-background-color}"
16379
+ "value": "{neutral.color.400}"
15069
16380
  },
15070
- "name": "SliderTrackBackgroundColorFillDisabled",
16381
+ "name": "SliderTrackColorDisabled",
15071
16382
  "attributes": {
15072
16383
  "category": "slider",
15073
- "type": "track-background-color-fill",
16384
+ "type": "track-color",
15074
16385
  "item": "disabled"
15075
16386
  },
15076
16387
  "path": [
15077
16388
  "slider",
15078
- "track-background-color-fill",
16389
+ "track-color",
15079
16390
  "disabled"
15080
16391
  ]
15081
16392
  }
15082
16393
  },
15083
- "track-height": {
15084
- "value": "0.25rem",
16394
+ "spacing-x": {
16395
+ "value": "0.5rem",
15085
16396
  "filePath": "src/form/slider.yml",
15086
16397
  "isSource": true,
15087
16398
  "original": {
15088
- "value": "{size-rem.xs}"
16399
+ "value": "{size-rem.s}"
15089
16400
  },
15090
- "name": "SliderTrackHeight",
16401
+ "name": "SliderSpacingX",
15091
16402
  "attributes": {
15092
16403
  "category": "slider",
15093
- "type": "track-height"
16404
+ "type": "spacing-x"
15094
16405
  },
15095
16406
  "path": [
15096
16407
  "slider",
15097
- "track-height"
16408
+ "spacing-x"
15098
16409
  ]
15099
16410
  },
15100
- "track-corner-radius": {
15101
- "value": "4px",
16411
+ "spacing-y": {
16412
+ "value": "1rem",
15102
16413
  "filePath": "src/form/slider.yml",
15103
16414
  "isSource": true,
15104
16415
  "original": {
15105
- "value": "{corner-radius.default}"
16416
+ "value": "{size-rem.m}"
15106
16417
  },
15107
- "name": "SliderTrackCornerRadius",
16418
+ "name": "SliderSpacingY",
15108
16419
  "attributes": {
15109
16420
  "category": "slider",
15110
- "type": "track-corner-radius"
16421
+ "type": "spacing-y"
15111
16422
  },
15112
16423
  "path": [
15113
16424
  "slider",
15114
- "track-corner-radius"
16425
+ "spacing-y"
15115
16426
  ]
15116
16427
  },
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
- ]
16428
+ "border-width": {
16429
+ "value": "4px",
16430
+ "filePath": "src/form/slider.yml",
16431
+ "isSource": true,
16432
+ "original": {
16433
+ "value": "{border-width.300}"
15136
16434
  },
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
- }
16435
+ "name": "SliderBorderWidth",
16436
+ "attributes": {
16437
+ "category": "slider",
16438
+ "type": "border-width"
16439
+ },
16440
+ "path": [
16441
+ "slider",
16442
+ "border-width"
16443
+ ]
15156
16444
  },
15157
- "thumb-border-width": {
15158
- "value": "0.25rem",
16445
+ "border-style": {
16446
+ "value": "solid",
15159
16447
  "filePath": "src/form/slider.yml",
15160
16448
  "isSource": true,
15161
16449
  "original": {
15162
- "value": "{size-rem.xs}"
16450
+ "value": "{border-style.default}"
15163
16451
  },
15164
- "name": "SliderThumbBorderWidth",
16452
+ "name": "SliderBorderStyle",
15165
16453
  "attributes": {
15166
16454
  "category": "slider",
15167
- "type": "thumb-border-width"
16455
+ "type": "border-style"
15168
16456
  },
15169
16457
  "path": [
15170
16458
  "slider",
15171
- "thumb-border-width"
16459
+ "border-style"
15172
16460
  ]
15173
16461
  },
15174
- "thumb-border-style": {
15175
- "value": "solid",
16462
+ "corner-radius": {
16463
+ "value": "4px",
15176
16464
  "filePath": "src/form/slider.yml",
15177
16465
  "isSource": true,
15178
16466
  "original": {
15179
- "value": "{border-style.default}"
16467
+ "value": "{corner-radius.default}"
15180
16468
  },
15181
- "name": "SliderThumbBorderStyle",
16469
+ "name": "SliderCornerRadius",
15182
16470
  "attributes": {
15183
16471
  "category": "slider",
15184
- "type": "thumb-border-style"
16472
+ "type": "corner-radius"
15185
16473
  },
15186
16474
  "path": [
15187
16475
  "slider",
15188
- "thumb-border-style"
16476
+ "corner-radius"
15189
16477
  ]
15190
16478
  },
15191
- "thumb-corner-radius": {
15192
- "value": "50%",
16479
+ "value-font-weight": {
16480
+ "value": "bold",
15193
16481
  "filePath": "src/form/slider.yml",
15194
16482
  "isSource": true,
15195
16483
  "original": {
15196
- "value": "{corner-radius.round}"
16484
+ "value": "{font-weight.bold}"
15197
16485
  },
15198
- "name": "SliderThumbCornerRadius",
16486
+ "name": "SliderValueFontWeight",
15199
16487
  "attributes": {
15200
16488
  "category": "slider",
15201
- "type": "thumb-corner-radius"
16489
+ "type": "value-font-weight"
15202
16490
  },
15203
16491
  "path": [
15204
16492
  "slider",
15205
- "thumb-corner-radius"
16493
+ "value-font-weight"
15206
16494
  ]
15207
16495
  },
15208
- "thumb-size": {
15209
- "value": "1.5rem",
16496
+ "handle-corner-radius": {
16497
+ "value": "50%",
15210
16498
  "filePath": "src/form/slider.yml",
15211
16499
  "isSource": true,
15212
16500
  "original": {
15213
- "value": "{size-rem.l}"
16501
+ "value": "{corner-radius.round}"
15214
16502
  },
15215
- "name": "SliderThumbSize",
16503
+ "name": "SliderHandleCornerRadius",
15216
16504
  "attributes": {
15217
16505
  "category": "slider",
15218
- "type": "thumb-size"
16506
+ "type": "handle-corner-radius"
15219
16507
  },
15220
16508
  "path": [
15221
16509
  "slider",
15222
- "thumb-size"
16510
+ "handle-corner-radius"
15223
16511
  ]
15224
16512
  },
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",
16513
+ "handle-size": {
16514
+ "value": "1.5rem",
15267
16515
  "filePath": "src/form/slider.yml",
15268
16516
  "isSource": true,
15269
16517
  "original": {
15270
- "value": "{size-rem.m}"
16518
+ "value": "{size-rem.l}"
15271
16519
  },
15272
- "name": "SliderInitialMarkerHeight",
16520
+ "name": "SliderHandleSize",
15273
16521
  "attributes": {
15274
16522
  "category": "slider",
15275
- "type": "initial-marker-height"
16523
+ "type": "handle-size"
15276
16524
  },
15277
16525
  "path": [
15278
16526
  "slider",
15279
- "initial-marker-height"
16527
+ "handle-size"
15280
16528
  ]
15281
16529
  },
15282
- "initial-marker-width": {
15283
- "value": "0.25rem",
16530
+ "handle-fill-color": {
16531
+ "value": "#FFFFFF",
15284
16532
  "filePath": "src/form/slider.yml",
15285
16533
  "isSource": true,
15286
16534
  "original": {
15287
- "value": "{size-rem.xs}"
16535
+ "value": "{neutral.color.100}"
15288
16536
  },
15289
- "name": "SliderInitialMarkerWidth",
16537
+ "name": "SliderHandleFillColor",
15290
16538
  "attributes": {
15291
16539
  "category": "slider",
15292
- "type": "initial-marker-width"
16540
+ "type": "handle-fill-color"
15293
16541
  },
15294
16542
  "path": [
15295
16543
  "slider",
15296
- "initial-marker-width"
16544
+ "handle-fill-color"
15297
16545
  ]
15298
16546
  },
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
- ]
15318
- },
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
- }
15338
- },
15339
- "initial-marker-corner-radius": {
15340
- "value": "4px",
16547
+ "initial-marker-height": {
16548
+ "value": "1rem",
15341
16549
  "filePath": "src/form/slider.yml",
15342
16550
  "isSource": true,
15343
16551
  "original": {
15344
- "value": "{corner-radius.default}"
16552
+ "value": "{size-rem.m}"
15345
16553
  },
15346
- "name": "SliderInitialMarkerCornerRadius",
16554
+ "name": "SliderInitialMarkerHeight",
15347
16555
  "attributes": {
15348
16556
  "category": "slider",
15349
- "type": "initial-marker-corner-radius"
16557
+ "type": "initial-marker-height"
15350
16558
  },
15351
16559
  "path": [
15352
16560
  "slider",
15353
- "initial-marker-corner-radius"
16561
+ "initial-marker-height"
15354
16562
  ]
15355
16563
  }
15356
16564
  },
@@ -16149,38 +17357,38 @@
16149
17357
  }
16150
17358
  },
16151
17359
  "link": {
16152
- "font-size": {
16153
- "value": "0.875rem",
17360
+ "line-height": {
17361
+ "value": "calc(1rem * 1.5)",
16154
17362
  "filePath": "src/navigation/link.yml",
16155
17363
  "isSource": true,
16156
17364
  "original": {
16157
- "value": "{font-size-text.s}"
17365
+ "value": "{line-height.m}"
16158
17366
  },
16159
- "name": "LinkFontSize",
17367
+ "name": "LinkLineHeight",
16160
17368
  "attributes": {
16161
17369
  "category": "link",
16162
- "type": "font-size"
17370
+ "type": "line-height"
16163
17371
  },
16164
17372
  "path": [
16165
17373
  "link",
16166
- "font-size"
17374
+ "line-height"
16167
17375
  ]
16168
17376
  },
16169
- "line-height": {
16170
- "value": "calc(1rem * 1.5)",
17377
+ "icon-height": {
17378
+ "value": "calc(1rem * 1.25)",
16171
17379
  "filePath": "src/navigation/link.yml",
16172
17380
  "isSource": true,
16173
17381
  "original": {
16174
- "value": "{line-height.m}"
17382
+ "value": "calc({font-size-text.m} * 1.25)"
16175
17383
  },
16176
- "name": "LinkLineHeight",
17384
+ "name": "LinkIconHeight",
16177
17385
  "attributes": {
16178
17386
  "category": "link",
16179
- "type": "line-height"
17387
+ "type": "icon-height"
16180
17388
  },
16181
17389
  "path": [
16182
17390
  "link",
16183
- "line-height"
17391
+ "icon-height"
16184
17392
  ]
16185
17393
  },
16186
17394
  "font-weight": {
@@ -16621,25 +17829,6 @@
16621
17829
  ]
16622
17830
  }
16623
17831
  },
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
17832
  "contextual-help": {
16644
17833
  "max-width": {
16645
17834
  "value": "500px",
@@ -16819,6 +18008,25 @@
16819
18008
  "size",
16820
18009
  "m"
16821
18010
  ]
18011
+ },
18012
+ "l": {
18013
+ "value": "1300px",
18014
+ "filePath": "src/overlays/modal.yml",
18015
+ "isSource": true,
18016
+ "original": {
18017
+ "value": "1300px"
18018
+ },
18019
+ "name": "ModalSizeL",
18020
+ "attributes": {
18021
+ "category": "modal",
18022
+ "type": "size",
18023
+ "item": "l"
18024
+ },
18025
+ "path": [
18026
+ "modal",
18027
+ "size",
18028
+ "l"
18029
+ ]
16822
18030
  }
16823
18031
  },
16824
18032
  "footer-background-color": {
@@ -17879,76 +19087,6 @@
17879
19087
  ]
17880
19088
  }
17881
19089
  },
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
19090
  "alert": {
17953
19091
  "padding": {
17954
19092
  "value": "16px",
@@ -20425,52 +21563,103 @@
20425
21563
  "filePath": "src/status/counter-badge.yml",
20426
21564
  "isSource": true,
20427
21565
  "original": {
20428
- "value": "{border-style.default}"
21566
+ "value": "{border-style.default}"
21567
+ },
21568
+ "name": "CounterBadgeBorderStyle",
21569
+ "attributes": {
21570
+ "category": "counter-badge",
21571
+ "type": "border-style"
21572
+ },
21573
+ "path": [
21574
+ "counter-badge",
21575
+ "border-style"
21576
+ ]
21577
+ },
21578
+ "border-color": {
21579
+ "value": "#FFFFFF",
21580
+ "filePath": "src/status/counter-badge.yml",
21581
+ "isSource": true,
21582
+ "original": {
21583
+ "value": "{neutral.color.100}"
21584
+ },
21585
+ "name": "CounterBadgeBorderColor",
21586
+ "attributes": {
21587
+ "category": "counter-badge",
21588
+ "type": "border-color"
21589
+ },
21590
+ "path": [
21591
+ "counter-badge",
21592
+ "border-color"
21593
+ ]
21594
+ }
21595
+ },
21596
+ "loading-spinner": {
21597
+ "transition-duration": {
21598
+ "value": "2000ms",
21599
+ "filePath": "src/status/loading-spinner.yml",
21600
+ "isSource": true,
21601
+ "original": {
21602
+ "value": "2000ms"
21603
+ },
21604
+ "name": "LoadingSpinnerTransitionDuration",
21605
+ "attributes": {
21606
+ "category": "loading-spinner",
21607
+ "type": "transition-duration"
21608
+ },
21609
+ "path": [
21610
+ "loading-spinner",
21611
+ "transition-duration"
21612
+ ]
21613
+ },
21614
+ "color": {
21615
+ "value": "#6D6D6D",
21616
+ "filePath": "src/status/loading-spinner.yml",
21617
+ "isSource": true,
21618
+ "original": {
21619
+ "value": "{icon.color}"
20429
21620
  },
20430
- "name": "CounterBadgeBorderStyle",
21621
+ "name": "LoadingSpinnerColor",
20431
21622
  "attributes": {
20432
- "category": "counter-badge",
20433
- "type": "border-style"
21623
+ "category": "loading-spinner",
21624
+ "type": "color"
20434
21625
  },
20435
21626
  "path": [
20436
- "counter-badge",
20437
- "border-style"
21627
+ "loading-spinner",
21628
+ "color"
20438
21629
  ]
20439
21630
  },
20440
- "border-color": {
20441
- "value": "#FFFFFF",
20442
- "filePath": "src/status/counter-badge.yml",
21631
+ "color-light": {
21632
+ "value": "rgb(255 255 255 / 100%)",
21633
+ "filePath": "src/status/loading-spinner.yml",
20443
21634
  "isSource": true,
20444
21635
  "original": {
20445
- "value": "{neutral.color.100}"
21636
+ "value": "{light-plain-content-color}"
20446
21637
  },
20447
- "name": "CounterBadgeBorderColor",
21638
+ "name": "LoadingSpinnerColorLight",
20448
21639
  "attributes": {
20449
- "category": "counter-badge",
20450
- "type": "border-color"
21640
+ "category": "loading-spinner",
21641
+ "type": "color-light"
20451
21642
  },
20452
21643
  "path": [
20453
- "counter-badge",
20454
- "border-color"
21644
+ "loading-spinner",
21645
+ "color-light"
20455
21646
  ]
20456
- }
20457
- },
20458
- "loading-spinner": {
20459
- "transition-duration": {
20460
- "value": "2000ms",
21647
+ },
21648
+ "color-dark": {
21649
+ "value": "rgb(0 0 0 / 100%)",
20461
21650
  "filePath": "src/status/loading-spinner.yml",
20462
21651
  "isSource": true,
20463
21652
  "original": {
20464
- "value": "2000ms"
21653
+ "value": "{dark-plain-content-color}"
20465
21654
  },
20466
- "name": "LoadingSpinnerTransitionDuration",
21655
+ "name": "LoadingSpinnerColorDark",
20467
21656
  "attributes": {
20468
21657
  "category": "loading-spinner",
20469
- "type": "transition-duration"
21658
+ "type": "color-dark"
20470
21659
  },
20471
21660
  "path": [
20472
21661
  "loading-spinner",
20473
- "transition-duration"
21662
+ "color-dark"
20474
21663
  ]
20475
21664
  }
20476
21665
  },
@@ -21037,6 +22226,25 @@
21037
22226
  }
21038
22227
  }
21039
22228
  },
22229
+ "password-creation-field": {
22230
+ "rule-to-rule-spacing": {
22231
+ "value": "8px",
22232
+ "filePath": "src/status/password-creation-field.yml",
22233
+ "isSource": true,
22234
+ "original": {
22235
+ "value": "{size-px.s}"
22236
+ },
22237
+ "name": "PasswordCreationFieldRuleToRuleSpacing",
22238
+ "attributes": {
22239
+ "category": "password-creation-field",
22240
+ "type": "rule-to-rule-spacing"
22241
+ },
22242
+ "path": [
22243
+ "password-creation-field",
22244
+ "rule-to-rule-spacing"
22245
+ ]
22246
+ }
22247
+ },
21040
22248
  "progress-bar": {
21041
22249
  "font-size": {
21042
22250
  "value": "1rem",
@@ -21123,39 +22331,81 @@
21123
22331
  "spacing-x"
21124
22332
  ]
21125
22333
  },
21126
- "height": {
21127
- "value": "0.5rem",
22334
+ "spacing-bar-to-legend": {
22335
+ "value": "16px",
21128
22336
  "filePath": "src/status/progress-bar.yml",
21129
22337
  "isSource": true,
21130
22338
  "original": {
21131
- "value": "{size-rem.s}"
22339
+ "value": "{size-px.m}"
21132
22340
  },
21133
- "name": "ProgressBarHeight",
22341
+ "name": "ProgressBarSpacingBarToLegend",
21134
22342
  "attributes": {
21135
22343
  "category": "progress-bar",
21136
- "type": "height"
22344
+ "type": "spacing-bar-to-legend"
21137
22345
  },
21138
22346
  "path": [
21139
22347
  "progress-bar",
21140
- "height"
22348
+ "spacing-bar-to-legend"
21141
22349
  ]
21142
22350
  },
21143
- "height-s": {
21144
- "value": "0.375rem",
21145
- "filePath": "src/status/progress-bar.yml",
21146
- "isSource": true,
21147
- "original": {
21148
- "value": "0.375rem"
22351
+ "height": {
22352
+ "m": {
22353
+ "value": "1rem",
22354
+ "filePath": "src/status/progress-bar.yml",
22355
+ "isSource": true,
22356
+ "original": {
22357
+ "value": "{size-rem.m}"
22358
+ },
22359
+ "name": "ProgressBarHeightM",
22360
+ "attributes": {
22361
+ "category": "progress-bar",
22362
+ "type": "height",
22363
+ "item": "m"
22364
+ },
22365
+ "path": [
22366
+ "progress-bar",
22367
+ "height",
22368
+ "m"
22369
+ ]
21149
22370
  },
21150
- "name": "ProgressBarHeightS",
21151
- "attributes": {
21152
- "category": "progress-bar",
21153
- "type": "height-s"
22371
+ "s": {
22372
+ "value": "0.5rem",
22373
+ "filePath": "src/status/progress-bar.yml",
22374
+ "isSource": true,
22375
+ "original": {
22376
+ "value": "{size-rem.s}"
22377
+ },
22378
+ "name": "ProgressBarHeightS",
22379
+ "attributes": {
22380
+ "category": "progress-bar",
22381
+ "type": "height",
22382
+ "item": "s"
22383
+ },
22384
+ "path": [
22385
+ "progress-bar",
22386
+ "height",
22387
+ "s"
22388
+ ]
21154
22389
  },
21155
- "path": [
21156
- "progress-bar",
21157
- "height-s"
21158
- ]
22390
+ "l": {
22391
+ "value": "1.5rem",
22392
+ "filePath": "src/status/progress-bar.yml",
22393
+ "isSource": true,
22394
+ "original": {
22395
+ "value": "{size-rem.l}"
22396
+ },
22397
+ "name": "ProgressBarHeightL",
22398
+ "attributes": {
22399
+ "category": "progress-bar",
22400
+ "type": "height",
22401
+ "item": "l"
22402
+ },
22403
+ "path": [
22404
+ "progress-bar",
22405
+ "height",
22406
+ "l"
22407
+ ]
22408
+ }
21159
22409
  },
21160
22410
  "corner-radius": {
21161
22411
  "value": "0.25rem",
@@ -21200,97 +22450,286 @@
21200
22450
  },
21201
22451
  "name": "ProgressBarBorderColor",
21202
22452
  "attributes": {
21203
- "category": "progress-bar",
21204
- "type": "border-color"
22453
+ "category": "progress-bar",
22454
+ "type": "border-color"
22455
+ },
22456
+ "path": [
22457
+ "progress-bar",
22458
+ "border-color"
22459
+ ]
22460
+ },
22461
+ "background-color": {
22462
+ "value": "#F8F8F8",
22463
+ "filePath": "src/status/progress-bar.yml",
22464
+ "isSource": true,
22465
+ "original": {
22466
+ "value": "{neutral.color.300}"
22467
+ },
22468
+ "name": "ProgressBarBackgroundColor",
22469
+ "attributes": {
22470
+ "category": "progress-bar",
22471
+ "type": "background-color"
22472
+ },
22473
+ "path": [
22474
+ "progress-bar",
22475
+ "background-color"
22476
+ ]
22477
+ },
22478
+ "info-fill-background-color": {
22479
+ "value": "#0054F5",
22480
+ "filePath": "src/status/progress-bar.yml",
22481
+ "isSource": true,
22482
+ "original": {
22483
+ "value": "{info-solid-background-color.default}"
22484
+ },
22485
+ "name": "ProgressBarInfoFillBackgroundColor",
22486
+ "attributes": {
22487
+ "category": "progress-bar",
22488
+ "type": "info-fill-background-color"
22489
+ },
22490
+ "path": [
22491
+ "progress-bar",
22492
+ "info-fill-background-color"
22493
+ ]
22494
+ },
22495
+ "success-fill-background-color": {
22496
+ "value": "#00825B",
22497
+ "filePath": "src/status/progress-bar.yml",
22498
+ "isSource": true,
22499
+ "original": {
22500
+ "value": "{success-solid-background-color.default}"
22501
+ },
22502
+ "name": "ProgressBarSuccessFillBackgroundColor",
22503
+ "attributes": {
22504
+ "category": "progress-bar",
22505
+ "type": "success-fill-background-color"
22506
+ },
22507
+ "path": [
22508
+ "progress-bar",
22509
+ "success-fill-background-color"
22510
+ ]
22511
+ },
22512
+ "warning-fill-background-color": {
22513
+ "value": "#F56800",
22514
+ "filePath": "src/status/progress-bar.yml",
22515
+ "isSource": true,
22516
+ "original": {
22517
+ "value": "{warning-solid-background-color.default}"
22518
+ },
22519
+ "name": "ProgressBarWarningFillBackgroundColor",
22520
+ "attributes": {
22521
+ "category": "progress-bar",
22522
+ "type": "warning-fill-background-color"
22523
+ },
22524
+ "path": [
22525
+ "progress-bar",
22526
+ "warning-fill-background-color"
22527
+ ]
22528
+ },
22529
+ "danger-fill-background-color": {
22530
+ "value": "#E1244C",
22531
+ "filePath": "src/status/progress-bar.yml",
22532
+ "isSource": true,
22533
+ "original": {
22534
+ "value": "{danger-solid-background-color.default}"
22535
+ },
22536
+ "name": "ProgressBarDangerFillBackgroundColor",
22537
+ "attributes": {
22538
+ "category": "progress-bar",
22539
+ "type": "danger-fill-background-color"
22540
+ },
22541
+ "path": [
22542
+ "progress-bar",
22543
+ "danger-fill-background-color"
22544
+ ]
22545
+ },
22546
+ "indeterminate-fill-background-color": {
22547
+ "value": "#6D6D6D",
22548
+ "filePath": "src/status/progress-bar.yml",
22549
+ "isSource": true,
22550
+ "original": {
22551
+ "value": "{neutral-solid-background-color.default}"
22552
+ },
22553
+ "name": "ProgressBarIndeterminateFillBackgroundColor",
22554
+ "attributes": {
22555
+ "category": "progress-bar",
22556
+ "type": "indeterminate-fill-background-color"
22557
+ },
22558
+ "path": [
22559
+ "progress-bar",
22560
+ "indeterminate-fill-background-color"
22561
+ ]
22562
+ }
22563
+ },
22564
+ "accent-box": {
22565
+ "background-color-neutral": {
22566
+ "value": "#F8F8F8",
22567
+ "filePath": "src/structure/accent-box.yml",
22568
+ "isSource": true,
22569
+ "original": {
22570
+ "value": "{neutral.color.300}"
22571
+ },
22572
+ "name": "AccentBoxBackgroundColorNeutral",
22573
+ "attributes": {
22574
+ "category": "accent-box",
22575
+ "type": "background-color-neutral"
22576
+ },
22577
+ "path": [
22578
+ "accent-box",
22579
+ "background-color-neutral"
22580
+ ]
22581
+ },
22582
+ "background-color-green": {
22583
+ "value": "#D8F5D6",
22584
+ "filePath": "src/structure/accent-box.yml",
22585
+ "isSource": true,
22586
+ "original": {
22587
+ "value": "#D8F5D6"
22588
+ },
22589
+ "name": "AccentBoxBackgroundColorGreen",
22590
+ "attributes": {
22591
+ "category": "accent-box",
22592
+ "type": "background-color-green"
22593
+ },
22594
+ "path": [
22595
+ "accent-box",
22596
+ "background-color-green"
22597
+ ]
22598
+ },
22599
+ "background-color-gradient": {
22600
+ "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%)",
22601
+ "filePath": "src/structure/accent-box.yml",
22602
+ "isSource": true,
22603
+ "original": {
22604
+ "value": "{color.gradient}"
22605
+ },
22606
+ "name": "AccentBoxBackgroundColorGradient",
22607
+ "attributes": {
22608
+ "category": "accent-box",
22609
+ "type": "background-color-gradient"
22610
+ },
22611
+ "path": [
22612
+ "accent-box",
22613
+ "background-color-gradient"
22614
+ ]
22615
+ },
22616
+ "background-color-blue": {
22617
+ "value": "#F0F5FF",
22618
+ "filePath": "src/structure/accent-box.yml",
22619
+ "isSource": true,
22620
+ "original": {
22621
+ "value": "{color.hosting-blue.100}"
22622
+ },
22623
+ "name": "AccentBoxBackgroundColorBlue",
22624
+ "attributes": {
22625
+ "category": "accent-box",
22626
+ "type": "background-color-blue"
22627
+ },
22628
+ "path": [
22629
+ "accent-box",
22630
+ "background-color-blue"
22631
+ ]
22632
+ },
22633
+ "icon-color-blue": {
22634
+ "value": "#E0EBFF",
22635
+ "filePath": "src/structure/accent-box.yml",
22636
+ "isSource": true,
22637
+ "original": {
22638
+ "value": "{color.hosting-blue.200}"
22639
+ },
22640
+ "name": "AccentBoxIconColorBlue",
22641
+ "attributes": {
22642
+ "category": "accent-box",
22643
+ "type": "icon-color-blue"
21205
22644
  },
21206
22645
  "path": [
21207
- "progress-bar",
21208
- "border-color"
22646
+ "accent-box",
22647
+ "icon-color-blue"
21209
22648
  ]
21210
22649
  },
21211
- "background-color": {
21212
- "value": "transparent",
21213
- "filePath": "src/status/progress-bar.yml",
22650
+ "icon-color-green": {
22651
+ "value": "#c4e3c1",
22652
+ "filePath": "src/structure/accent-box.yml",
21214
22653
  "isSource": true,
21215
22654
  "original": {
21216
- "value": "{neutral-outline-background-color.default}"
22655
+ "value": "#c4e3c1"
21217
22656
  },
21218
- "name": "ProgressBarBackgroundColor",
22657
+ "name": "AccentBoxIconColorGreen",
21219
22658
  "attributes": {
21220
- "category": "progress-bar",
21221
- "type": "background-color"
22659
+ "category": "accent-box",
22660
+ "type": "icon-color-green"
21222
22661
  },
21223
22662
  "path": [
21224
- "progress-bar",
21225
- "background-color"
22663
+ "accent-box",
22664
+ "icon-color-green"
21226
22665
  ]
21227
22666
  },
21228
- "info-fill-background-color": {
21229
- "value": "#0054F5",
21230
- "filePath": "src/status/progress-bar.yml",
22667
+ "icon-color-gradient": {
22668
+ "value": "#002b7b14",
22669
+ "filePath": "src/structure/accent-box.yml",
21231
22670
  "isSource": true,
21232
22671
  "original": {
21233
- "value": "{info-solid-background-color.default}"
22672
+ "value": "#002b7b14"
21234
22673
  },
21235
- "name": "ProgressBarInfoFillBackgroundColor",
22674
+ "name": "AccentBoxIconColorGradient",
21236
22675
  "attributes": {
21237
- "category": "progress-bar",
21238
- "type": "info-fill-background-color"
22676
+ "category": "accent-box",
22677
+ "type": "icon-color-gradient"
21239
22678
  },
21240
22679
  "path": [
21241
- "progress-bar",
21242
- "info-fill-background-color"
22680
+ "accent-box",
22681
+ "icon-color-gradient"
21243
22682
  ]
21244
22683
  },
21245
- "success-fill-background-color": {
21246
- "value": "#00825B",
21247
- "filePath": "src/status/progress-bar.yml",
22684
+ "icon-color-neutral": {
22685
+ "value": "#E6E6E6",
22686
+ "filePath": "src/structure/accent-box.yml",
21248
22687
  "isSource": true,
21249
22688
  "original": {
21250
- "value": "{success-solid-background-color.default}"
22689
+ "value": "{neutral.color.400}"
21251
22690
  },
21252
- "name": "ProgressBarSuccessFillBackgroundColor",
22691
+ "name": "AccentBoxIconColorNeutral",
21253
22692
  "attributes": {
21254
- "category": "progress-bar",
21255
- "type": "success-fill-background-color"
22693
+ "category": "accent-box",
22694
+ "type": "icon-color-neutral"
21256
22695
  },
21257
22696
  "path": [
21258
- "progress-bar",
21259
- "success-fill-background-color"
22697
+ "accent-box",
22698
+ "icon-color-neutral"
21260
22699
  ]
21261
22700
  },
21262
- "warning-fill-background-color": {
21263
- "value": "#F56800",
21264
- "filePath": "src/status/progress-bar.yml",
22701
+ "padding": {
22702
+ "value": "16px",
22703
+ "filePath": "src/structure/accent-box.yml",
21265
22704
  "isSource": true,
21266
22705
  "original": {
21267
- "value": "{warning-solid-background-color.default}"
22706
+ "value": "{size-px.m}"
21268
22707
  },
21269
- "name": "ProgressBarWarningFillBackgroundColor",
22708
+ "name": "AccentBoxPadding",
21270
22709
  "attributes": {
21271
- "category": "progress-bar",
21272
- "type": "warning-fill-background-color"
22710
+ "category": "accent-box",
22711
+ "type": "padding"
21273
22712
  },
21274
22713
  "path": [
21275
- "progress-bar",
21276
- "warning-fill-background-color"
22714
+ "accent-box",
22715
+ "padding"
21277
22716
  ]
21278
22717
  },
21279
- "danger-fill-background-color": {
21280
- "value": "#E1244C",
21281
- "filePath": "src/status/progress-bar.yml",
22718
+ "corner-radius": {
22719
+ "value": "4px",
22720
+ "filePath": "src/structure/accent-box.yml",
21282
22721
  "isSource": true,
21283
22722
  "original": {
21284
- "value": "{danger-solid-background-color.default}"
22723
+ "value": "{corner-radius.default}"
21285
22724
  },
21286
- "name": "ProgressBarDangerFillBackgroundColor",
22725
+ "name": "AccentBoxCornerRadius",
21287
22726
  "attributes": {
21288
- "category": "progress-bar",
21289
- "type": "danger-fill-background-color"
22727
+ "category": "accent-box",
22728
+ "type": "corner-radius"
21290
22729
  },
21291
22730
  "path": [
21292
- "progress-bar",
21293
- "danger-fill-background-color"
22731
+ "accent-box",
22732
+ "corner-radius"
21294
22733
  ]
21295
22734
  }
21296
22735
  },
@@ -21498,7 +22937,7 @@
21498
22937
  ]
21499
22938
  }
21500
22939
  },
21501
- "text-copyButton": {
22940
+ "text-button": {
21502
22941
  "spacing": {
21503
22942
  "value": "0.25rem",
21504
22943
  "filePath": "src/structure/align.yml",
@@ -21506,15 +22945,36 @@
21506
22945
  "original": {
21507
22946
  "value": "{size-rem.xs}"
21508
22947
  },
21509
- "name": "AlignTextCopyButtonSpacing",
22948
+ "name": "AlignTextButtonSpacing",
22949
+ "attributes": {
22950
+ "category": "align",
22951
+ "type": "text-button",
22952
+ "item": "spacing"
22953
+ },
22954
+ "path": [
22955
+ "align",
22956
+ "text-button",
22957
+ "spacing"
22958
+ ]
22959
+ }
22960
+ },
22961
+ "icon-text": {
22962
+ "spacing": {
22963
+ "value": "0.5rem",
22964
+ "filePath": "src/structure/align.yml",
22965
+ "isSource": true,
22966
+ "original": {
22967
+ "value": "{size-rem.s}"
22968
+ },
22969
+ "name": "AlignIconTextSpacing",
21510
22970
  "attributes": {
21511
22971
  "category": "align",
21512
- "type": "text-copyButton",
22972
+ "type": "icon-text",
21513
22973
  "item": "spacing"
21514
22974
  },
21515
22975
  "path": [
21516
22976
  "align",
21517
- "text-copyButton",
22977
+ "icon-text",
21518
22978
  "spacing"
21519
22979
  ]
21520
22980
  }
@@ -21636,11 +23096,11 @@
21636
23096
  ]
21637
23097
  },
21638
23098
  "padding": {
21639
- "value": "32px",
23099
+ "value": "24px",
21640
23100
  "filePath": "src/structure/layout-card.yml",
21641
23101
  "isSource": true,
21642
23102
  "original": {
21643
- "value": "{size-px.xl}"
23103
+ "value": "{size-px.l}"
21644
23104
  },
21645
23105
  "name": "LayoutCardPadding",
21646
23106
  "attributes": {
@@ -21652,6 +23112,23 @@
21652
23112
  "padding"
21653
23113
  ]
21654
23114
  },
23115
+ "padding-mobile": {
23116
+ "value": "16px",
23117
+ "filePath": "src/structure/layout-card.yml",
23118
+ "isSource": true,
23119
+ "original": {
23120
+ "value": "{size-px.m}"
23121
+ },
23122
+ "name": "LayoutCardPaddingMobile",
23123
+ "attributes": {
23124
+ "category": "layout-card",
23125
+ "type": "padding-mobile"
23126
+ },
23127
+ "path": [
23128
+ "layout-card",
23129
+ "padding-mobile"
23130
+ ]
23131
+ },
21655
23132
  "box-shadow": {
21656
23133
  "value": "rgba(0, 0, 0, 0.1) 0 4px 8px",
21657
23134
  "filePath": "src/structure/layout-card.yml",
@@ -21704,6 +23181,23 @@
21704
23181
  "list",
21705
23182
  "block-to-block-spacing"
21706
23183
  ]
23184
+ },
23185
+ "filter-to-search-spacing": {
23186
+ "value": "32px",
23187
+ "filePath": "src/structure/list.yml",
23188
+ "isSource": true,
23189
+ "original": {
23190
+ "value": "{size-px.xl}"
23191
+ },
23192
+ "name": "ListFilterToSearchSpacing",
23193
+ "attributes": {
23194
+ "category": "list",
23195
+ "type": "filter-to-search-spacing"
23196
+ },
23197
+ "path": [
23198
+ "list",
23199
+ "filter-to-search-spacing"
23200
+ ]
21707
23201
  }
21708
23202
  },
21709
23203
  "list-item": {
@@ -21938,21 +23432,38 @@
21938
23432
  "spacing"
21939
23433
  ]
21940
23434
  },
21941
- "sub-heading-spacing": {
21942
- "value": "1rem",
23435
+ "sub-heading-spacing-m": {
23436
+ "value": "1.5rem",
21943
23437
  "filePath": "src/structure/section.yml",
21944
23438
  "isSource": true,
21945
23439
  "original": {
21946
- "value": "{size-rem.m}"
23440
+ "value": "{size-rem.l}"
23441
+ },
23442
+ "name": "SectionSubHeadingSpacingM",
23443
+ "attributes": {
23444
+ "category": "section",
23445
+ "type": "sub-heading-spacing-m"
23446
+ },
23447
+ "path": [
23448
+ "section",
23449
+ "sub-heading-spacing-m"
23450
+ ]
23451
+ },
23452
+ "sub-heading-spacing-s": {
23453
+ "value": "0.5rem",
23454
+ "filePath": "src/structure/section.yml",
23455
+ "isSource": true,
23456
+ "original": {
23457
+ "value": "{size-rem.s}"
21947
23458
  },
21948
- "name": "SectionSubHeadingSpacing",
23459
+ "name": "SectionSubHeadingSpacingS",
21949
23460
  "attributes": {
21950
23461
  "category": "section",
21951
- "type": "sub-heading-spacing"
23462
+ "type": "sub-heading-spacing-s"
21952
23463
  },
21953
23464
  "path": [
21954
23465
  "section",
21955
- "sub-heading-spacing"
23466
+ "sub-heading-spacing-s"
21956
23467
  ]
21957
23468
  }
21958
23469
  },
@@ -22026,6 +23537,23 @@
22026
23537
  "separator",
22027
23538
  "height"
22028
23539
  ]
23540
+ },
23541
+ "border-style": {
23542
+ "value": "solid",
23543
+ "filePath": "src/structure/separator.yml",
23544
+ "isSource": true,
23545
+ "original": {
23546
+ "value": "{border-style.default}"
23547
+ },
23548
+ "name": "SeparatorBorderStyle",
23549
+ "attributes": {
23550
+ "category": "separator",
23551
+ "type": "border-style"
23552
+ },
23553
+ "path": [
23554
+ "separator",
23555
+ "border-style"
23556
+ ]
22029
23557
  }
22030
23558
  },
22031
23559
  "table": {
@@ -22472,5 +24000,178 @@
22472
24000
  ]
22473
24001
  }
22474
24002
  }
24003
+ },
24004
+ "file-drop-zone": {
24005
+ "corner-radius": {
24006
+ "value": "4px",
24007
+ "filePath": "src/upload/file-drop-zone.yml",
24008
+ "isSource": true,
24009
+ "original": {
24010
+ "value": "{corner-radius.default}"
24011
+ },
24012
+ "name": "FileDropZoneCornerRadius",
24013
+ "attributes": {
24014
+ "category": "file-drop-zone",
24015
+ "type": "corner-radius"
24016
+ },
24017
+ "path": [
24018
+ "file-drop-zone",
24019
+ "corner-radius"
24020
+ ]
24021
+ },
24022
+ "padding": {
24023
+ "value": "16px",
24024
+ "filePath": "src/upload/file-drop-zone.yml",
24025
+ "isSource": true,
24026
+ "original": {
24027
+ "value": "{size-px.m}"
24028
+ },
24029
+ "name": "FileDropZonePadding",
24030
+ "attributes": {
24031
+ "category": "file-drop-zone",
24032
+ "type": "padding"
24033
+ },
24034
+ "path": [
24035
+ "file-drop-zone",
24036
+ "padding"
24037
+ ]
24038
+ },
24039
+ "background-color": {
24040
+ "default": {
24041
+ "value": "#F8F8F8",
24042
+ "filePath": "src/upload/file-drop-zone.yml",
24043
+ "isSource": true,
24044
+ "original": {
24045
+ "value": "{form-control.background-color.default}"
24046
+ },
24047
+ "name": "FileDropZoneBackgroundColorDefault",
24048
+ "attributes": {
24049
+ "category": "file-drop-zone",
24050
+ "type": "background-color",
24051
+ "item": "default"
24052
+ },
24053
+ "path": [
24054
+ "file-drop-zone",
24055
+ "background-color",
24056
+ "default"
24057
+ ]
24058
+ },
24059
+ "target": {
24060
+ "value": "#F0F5FF",
24061
+ "filePath": "src/upload/file-drop-zone.yml",
24062
+ "isSource": true,
24063
+ "original": {
24064
+ "value": "{form-control.background-color.hover}"
24065
+ },
24066
+ "name": "FileDropZoneBackgroundColorTarget",
24067
+ "attributes": {
24068
+ "category": "file-drop-zone",
24069
+ "type": "background-color",
24070
+ "item": "target"
24071
+ },
24072
+ "path": [
24073
+ "file-drop-zone",
24074
+ "background-color",
24075
+ "target"
24076
+ ]
24077
+ }
24078
+ },
24079
+ "border-width": {
24080
+ "value": "1px",
24081
+ "filePath": "src/upload/file-drop-zone.yml",
24082
+ "isSource": true,
24083
+ "original": {
24084
+ "value": "{border-width.100}"
24085
+ },
24086
+ "name": "FileDropZoneBorderWidth",
24087
+ "attributes": {
24088
+ "category": "file-drop-zone",
24089
+ "type": "border-width"
24090
+ },
24091
+ "path": [
24092
+ "file-drop-zone",
24093
+ "border-width"
24094
+ ]
24095
+ },
24096
+ "border-style": {
24097
+ "default": {
24098
+ "value": "dashed",
24099
+ "filePath": "src/upload/file-drop-zone.yml",
24100
+ "isSource": true,
24101
+ "original": {
24102
+ "value": "{border-style.dashed}"
24103
+ },
24104
+ "name": "FileDropZoneBorderStyleDefault",
24105
+ "attributes": {
24106
+ "category": "file-drop-zone",
24107
+ "type": "border-style",
24108
+ "item": "default"
24109
+ },
24110
+ "path": [
24111
+ "file-drop-zone",
24112
+ "border-style",
24113
+ "default"
24114
+ ]
24115
+ },
24116
+ "target": {
24117
+ "value": "solid",
24118
+ "filePath": "src/upload/file-drop-zone.yml",
24119
+ "isSource": true,
24120
+ "original": {
24121
+ "value": "{border-style.default}"
24122
+ },
24123
+ "name": "FileDropZoneBorderStyleTarget",
24124
+ "attributes": {
24125
+ "category": "file-drop-zone",
24126
+ "type": "border-style",
24127
+ "item": "target"
24128
+ },
24129
+ "path": [
24130
+ "file-drop-zone",
24131
+ "border-style",
24132
+ "target"
24133
+ ]
24134
+ }
24135
+ },
24136
+ "border-color": {
24137
+ "default": {
24138
+ "value": "#909090",
24139
+ "filePath": "src/upload/file-drop-zone.yml",
24140
+ "isSource": true,
24141
+ "original": {
24142
+ "value": "{form-control.border-color.default}"
24143
+ },
24144
+ "name": "FileDropZoneBorderColorDefault",
24145
+ "attributes": {
24146
+ "category": "file-drop-zone",
24147
+ "type": "border-color",
24148
+ "item": "default"
24149
+ },
24150
+ "path": [
24151
+ "file-drop-zone",
24152
+ "border-color",
24153
+ "default"
24154
+ ]
24155
+ },
24156
+ "target": {
24157
+ "value": "#0054F5",
24158
+ "filePath": "src/upload/file-drop-zone.yml",
24159
+ "isSource": true,
24160
+ "original": {
24161
+ "value": "{primary.color.800}"
24162
+ },
24163
+ "name": "FileDropZoneBorderColorTarget",
24164
+ "attributes": {
24165
+ "category": "file-drop-zone",
24166
+ "type": "border-color",
24167
+ "item": "target"
24168
+ },
24169
+ "path": [
24170
+ "file-drop-zone",
24171
+ "border-color",
24172
+ "target"
24173
+ ]
24174
+ }
24175
+ }
22475
24176
  }
22476
24177
  }