@mittwald/flow-design-tokens 0.2.0-alpha.34 → 0.2.0-alpha.340

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",
@@ -4800,6 +4766,252 @@
4800
4766
  ]
4801
4767
  }
4802
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
+ ]
5013
+ }
5014
+ },
4803
5015
  "primary": {
4804
5016
  "color": {
4805
5017
  "100": {
@@ -11104,22 +11316,356 @@
11104
11316
  ]
11105
11317
  }
11106
11318
  },
11107
- "transparent": {
11108
- "value": "transparent",
11109
- "filePath": "src/color-palette.yml",
11110
- "isSource": true,
11111
- "original": {
11112
- "value": "transparent"
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
+ ]
11113
11338
  },
11114
- "name": "ColorTransparent",
11115
- "attributes": {
11116
- "category": "color",
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",
11117
11559
  "type": "transparent"
11118
11560
  },
11119
11561
  "path": [
11120
11562
  "color",
11121
11563
  "transparent"
11122
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
+ ]
11123
11669
  }
11124
11670
  },
11125
11671
  "avatar": {
@@ -11200,6 +11746,74 @@
11200
11746
  "l"
11201
11747
  ]
11202
11748
  }
11749
+ },
11750
+ "info-status-background-color": {
11751
+ "value": "#E0EBFF",
11752
+ "filePath": "src/content/avatar.yml",
11753
+ "isSource": true,
11754
+ "original": {
11755
+ "value": "{info.color.200}"
11756
+ },
11757
+ "name": "AvatarInfoStatusBackgroundColor",
11758
+ "attributes": {
11759
+ "category": "avatar",
11760
+ "type": "info-status-background-color"
11761
+ },
11762
+ "path": [
11763
+ "avatar",
11764
+ "info-status-background-color"
11765
+ ]
11766
+ },
11767
+ "warning-status-background-color": {
11768
+ "value": "#FFEBDC",
11769
+ "filePath": "src/content/avatar.yml",
11770
+ "isSource": true,
11771
+ "original": {
11772
+ "value": "{warning.color.200}"
11773
+ },
11774
+ "name": "AvatarWarningStatusBackgroundColor",
11775
+ "attributes": {
11776
+ "category": "avatar",
11777
+ "type": "warning-status-background-color"
11778
+ },
11779
+ "path": [
11780
+ "avatar",
11781
+ "warning-status-background-color"
11782
+ ]
11783
+ },
11784
+ "danger-status-background-color": {
11785
+ "value": "#FBE0E6",
11786
+ "filePath": "src/content/avatar.yml",
11787
+ "isSource": true,
11788
+ "original": {
11789
+ "value": "{danger.color.200}"
11790
+ },
11791
+ "name": "AvatarDangerStatusBackgroundColor",
11792
+ "attributes": {
11793
+ "category": "avatar",
11794
+ "type": "danger-status-background-color"
11795
+ },
11796
+ "path": [
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
+ ]
11203
11817
  }
11204
11818
  },
11205
11819
  "code": {
@@ -13171,15 +13785,83 @@
13171
13785
  "icon",
13172
13786
  "color"
13173
13787
  ]
13174
- }
13175
- },
13176
- "illustrated-message": {
13177
- "padding": {
13178
- "value": "16px",
13179
- "filePath": "src/content/illustrated-message.yml",
13788
+ },
13789
+ "info-color": {
13790
+ "value": "#003FB8",
13791
+ "filePath": "src/content/icon.yml",
13180
13792
  "isSource": true,
13181
13793
  "original": {
13182
- "value": "{size-px.m}"
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}"
13183
13865
  },
13184
13866
  "name": "IllustratedMessagePadding",
13185
13867
  "attributes": {
@@ -13345,6 +14027,76 @@
13345
14027
  ]
13346
14028
  }
13347
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
+ },
13348
14100
  "initials": {
13349
14101
  "font-weight": {
13350
14102
  "value": "bold",
@@ -13529,143 +14281,79 @@
13529
14281
  ]
13530
14282
  }
13531
14283
  },
13532
- "message": {
13533
- "corner-radius": {
13534
- "value": "4px",
13535
- "filePath": "src/content/message.yml",
13536
- "isSource": true,
13537
- "original": {
13538
- "value": "{corner-radius.default}"
13539
- },
13540
- "name": "MessageCornerRadius",
13541
- "attributes": {
13542
- "category": "message",
13543
- "type": "corner-radius"
13544
- },
13545
- "path": [
13546
- "message",
13547
- "corner-radius"
13548
- ]
13549
- },
13550
- "padding-y": {
13551
- "value": "8px",
13552
- "filePath": "src/content/message.yml",
13553
- "isSource": true,
13554
- "original": {
13555
- "value": "{size-px.s}"
13556
- },
13557
- "name": "MessagePaddingY",
13558
- "attributes": {
13559
- "category": "message",
13560
- "type": "padding-y"
13561
- },
13562
- "path": [
13563
- "message",
13564
- "padding-y"
13565
- ]
13566
- },
13567
- "padding-x": {
13568
- "value": "16px",
13569
- "filePath": "src/content/message.yml",
13570
- "isSource": true,
13571
- "original": {
13572
- "value": "{size-px.m}"
13573
- },
13574
- "name": "MessagePaddingX",
13575
- "attributes": {
13576
- "category": "message",
13577
- "type": "padding-x"
13578
- },
13579
- "path": [
13580
- "message",
13581
- "padding-x"
13582
- ]
13583
- },
13584
- "spacing-y": {
13585
- "value": "0.5rem",
13586
- "filePath": "src/content/message.yml",
13587
- "isSource": true,
13588
- "original": {
13589
- "value": "{size-rem.s}"
13590
- },
13591
- "name": "MessageSpacingY",
13592
- "attributes": {
13593
- "category": "message",
13594
- "type": "spacing-y"
13595
- },
13596
- "path": [
13597
- "message",
13598
- "spacing-y"
13599
- ]
13600
- },
13601
- "spacing-x": {
13602
- "value": "1rem",
13603
- "filePath": "src/content/message.yml",
13604
- "isSource": true,
13605
- "original": {
13606
- "value": "{size-rem.m}"
13607
- },
13608
- "name": "MessageSpacingX",
13609
- "attributes": {
13610
- "category": "message",
13611
- "type": "spacing-x"
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
+ ]
13612
14304
  },
13613
- "path": [
13614
- "message",
13615
- "spacing-x"
13616
- ]
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
+ }
13617
14324
  },
13618
- "background-color-responder": {
13619
- "value": "#E6E6E6",
13620
- "filePath": "src/content/message.yml",
14325
+ "star-color": {
14326
+ "value": "#909090",
14327
+ "filePath": "src/content/rating.yml",
13621
14328
  "isSource": true,
13622
14329
  "original": {
13623
- "value": "{color.gray.400}"
14330
+ "value": "{neutral.color.700}"
13624
14331
  },
13625
- "name": "MessageBackgroundColorResponder",
14332
+ "name": "RatingStarColor",
13626
14333
  "attributes": {
13627
- "category": "message",
13628
- "type": "background-color-responder"
14334
+ "category": "rating",
14335
+ "type": "star-color"
13629
14336
  },
13630
14337
  "path": [
13631
- "message",
13632
- "background-color-responder"
14338
+ "rating",
14339
+ "star-color"
13633
14340
  ]
13634
14341
  },
13635
- "background-color-sender": {
13636
- "value": "#E0EBFF",
13637
- "filePath": "src/content/message.yml",
14342
+ "star-filled-color": {
14343
+ "value": "#002A7B",
14344
+ "filePath": "src/content/rating.yml",
13638
14345
  "isSource": true,
13639
14346
  "original": {
13640
- "value": "{color.hosting-blue.200}"
14347
+ "value": "{primary.color.1000}"
13641
14348
  },
13642
- "name": "MessageBackgroundColorSender",
14349
+ "name": "RatingStarFilledColor",
13643
14350
  "attributes": {
13644
- "category": "message",
13645
- "type": "background-color-sender"
14351
+ "category": "rating",
14352
+ "type": "star-filled-color"
13646
14353
  },
13647
14354
  "path": [
13648
- "message",
13649
- "background-color-sender"
13650
- ]
13651
- }
13652
- },
13653
- "message-thread": {
13654
- "spacing": {
13655
- "value": "1.5rem",
13656
- "filePath": "src/content/messageThread.yml",
13657
- "isSource": true,
13658
- "original": {
13659
- "value": "{size-rem.l}"
13660
- },
13661
- "name": "MessageThreadSpacing",
13662
- "attributes": {
13663
- "category": "message-thread",
13664
- "type": "spacing"
13665
- },
13666
- "path": [
13667
- "message-thread",
13668
- "spacing"
14355
+ "rating",
14356
+ "star-filled-color"
13669
14357
  ]
13670
14358
  }
13671
14359
  },
@@ -13765,90 +14453,628 @@
13765
14453
  "max-width"
13766
14454
  ]
13767
14455
  },
13768
- "blockquote-border-width": {
13769
- "value": "4px",
13770
- "filePath": "src/content/text.yml",
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"
14505
+ ]
14506
+ },
14507
+ "blockquote-padding": {
14508
+ "value": "0.5rem",
14509
+ "filePath": "src/content/text.yml",
14510
+ "isSource": true,
14511
+ "original": {
14512
+ "value": "{size-rem.s}"
14513
+ },
14514
+ "name": "TextBlockquotePadding",
14515
+ "attributes": {
14516
+ "category": "text",
14517
+ "type": "blockquote-padding"
14518
+ },
14519
+ "path": [
14520
+ "text",
14521
+ "blockquote-padding"
14522
+ ]
14523
+ },
14524
+ "list-padding": {
14525
+ "value": "1.5rem",
14526
+ "filePath": "src/content/text.yml",
14527
+ "isSource": true,
14528
+ "original": {
14529
+ "value": "{size-rem.l}"
14530
+ },
14531
+ "name": "TextListPadding",
14532
+ "attributes": {
14533
+ "category": "text",
14534
+ "type": "list-padding"
14535
+ },
14536
+ "path": [
14537
+ "text",
14538
+ "list-padding"
14539
+ ]
14540
+ }
14541
+ },
14542
+ "area": {
14543
+ "border-width": {
14544
+ "value": "2px",
14545
+ "filePath": "src/dataVisualisation/area.yml",
14546
+ "isSource": true,
14547
+ "original": {
14548
+ "value": "{border-width.200}"
14549
+ },
14550
+ "name": "AreaBorderWidth",
14551
+ "attributes": {
14552
+ "category": "area",
14553
+ "type": "border-width"
14554
+ },
14555
+ "path": [
14556
+ "area",
14557
+ "border-width"
14558
+ ]
14559
+ },
14560
+ "border-color": {
14561
+ "value": "#FFFFFF",
14562
+ "filePath": "src/dataVisualisation/area.yml",
14563
+ "isSource": true,
14564
+ "original": {
14565
+ "value": "{neutral.color.100}"
14566
+ },
14567
+ "name": "AreaBorderColor",
14568
+ "attributes": {
14569
+ "category": "area",
14570
+ "type": "border-color"
14571
+ },
14572
+ "path": [
14573
+ "area",
14574
+ "border-color"
14575
+ ]
14576
+ }
14577
+ },
14578
+ "axis": {
14579
+ "spacing": {
14580
+ "value": "8px",
14581
+ "filePath": "src/dataVisualisation/axis.yml",
14582
+ "isSource": true,
14583
+ "original": {
14584
+ "value": "{size-px.s}"
14585
+ },
14586
+ "name": "AxisSpacing",
14587
+ "attributes": {
14588
+ "category": "axis",
14589
+ "type": "spacing"
14590
+ },
14591
+ "path": [
14592
+ "axis",
14593
+ "spacing"
14594
+ ]
14595
+ },
14596
+ "font-size": {
14597
+ "value": "0.875rem",
14598
+ "filePath": "src/dataVisualisation/axis.yml",
14599
+ "isSource": true,
14600
+ "original": {
14601
+ "value": "{font-size-text.s}"
14602
+ },
14603
+ "name": "AxisFontSize",
14604
+ "attributes": {
14605
+ "category": "axis",
14606
+ "type": "font-size"
14607
+ },
14608
+ "path": [
14609
+ "axis",
14610
+ "font-size"
14611
+ ]
14612
+ },
14613
+ "color": {
14614
+ "value": "#909090",
14615
+ "filePath": "src/dataVisualisation/axis.yml",
14616
+ "isSource": true,
14617
+ "original": {
14618
+ "value": "{color.gray.700}"
14619
+ },
14620
+ "name": "AxisColor",
14621
+ "attributes": {
14622
+ "category": "axis",
14623
+ "type": "color"
14624
+ },
14625
+ "path": [
14626
+ "axis",
14627
+ "color"
14628
+ ]
14629
+ },
14630
+ "text-color": {
14631
+ "value": "#222222",
14632
+ "filePath": "src/dataVisualisation/axis.yml",
14633
+ "isSource": true,
14634
+ "original": {
14635
+ "value": "{neutral.color.1000}"
14636
+ },
14637
+ "name": "AxisTextColor",
14638
+ "attributes": {
14639
+ "category": "axis",
14640
+ "type": "text-color"
14641
+ },
14642
+ "path": [
14643
+ "axis",
14644
+ "text-color"
14645
+ ]
14646
+ },
14647
+ "stroke-width": {
14648
+ "value": "1px",
14649
+ "filePath": "src/dataVisualisation/axis.yml",
14650
+ "isSource": true,
14651
+ "original": {
14652
+ "value": "{border-width.100}"
14653
+ },
14654
+ "name": "AxisStrokeWidth",
14655
+ "attributes": {
14656
+ "category": "axis",
14657
+ "type": "stroke-width"
14658
+ },
14659
+ "path": [
14660
+ "axis",
14661
+ "stroke-width"
14662
+ ]
14663
+ },
14664
+ "tick-size": {
14665
+ "value": "8px",
14666
+ "filePath": "src/dataVisualisation/axis.yml",
14667
+ "isSource": true,
14668
+ "original": {
14669
+ "value": "{size-px.s}"
14670
+ },
14671
+ "name": "AxisTickSize",
14672
+ "attributes": {
14673
+ "category": "axis",
14674
+ "type": "tick-size"
14675
+ },
14676
+ "path": [
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"
14698
+ ]
14699
+ },
14700
+ "top-font-size": {
14701
+ "value": "2rem",
14702
+ "filePath": "src/dataVisualisation/big-number.yml",
14703
+ "isSource": true,
14704
+ "original": {
14705
+ "value": "{font-size-heading.xl}"
14706
+ },
14707
+ "name": "BigNumberTopFontSize",
14708
+ "attributes": {
14709
+ "category": "big-number",
14710
+ "type": "top-font-size"
14711
+ },
14712
+ "path": [
14713
+ "big-number",
14714
+ "top-font-size"
14715
+ ]
14716
+ },
14717
+ "bottom-font-size": {
14718
+ "value": "1rem",
14719
+ "filePath": "src/dataVisualisation/big-number.yml",
14720
+ "isSource": true,
14721
+ "original": {
14722
+ "value": "{font-size-text.m}"
14723
+ },
14724
+ "name": "BigNumberBottomFontSize",
14725
+ "attributes": {
14726
+ "category": "big-number",
14727
+ "type": "bottom-font-size"
14728
+ },
14729
+ "path": [
14730
+ "big-number",
14731
+ "bottom-font-size"
14732
+ ]
14733
+ },
14734
+ "font-weight": {
14735
+ "value": "bold",
14736
+ "filePath": "src/dataVisualisation/big-number.yml",
14737
+ "isSource": true,
14738
+ "original": {
14739
+ "value": "{font-weight.bold}"
14740
+ },
14741
+ "name": "BigNumberFontWeight",
14742
+ "attributes": {
14743
+ "category": "big-number",
14744
+ "type": "font-weight"
14745
+ },
14746
+ "path": [
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"
14768
+ ]
14769
+ },
14770
+ "stroke-width": {
14771
+ "value": "1px",
14772
+ "filePath": "src/dataVisualisation/cartesian-grid.yml",
14773
+ "isSource": true,
14774
+ "original": {
14775
+ "value": "{border-width.100}"
14776
+ },
14777
+ "name": "CartesianGridStrokeWidth",
14778
+ "attributes": {
14779
+ "category": "cartesian-grid",
14780
+ "type": "stroke-width"
14781
+ },
14782
+ "path": [
14783
+ "cartesian-grid",
14784
+ "stroke-width"
14785
+ ]
14786
+ }
14787
+ },
14788
+ "chart-tooltip": {
14789
+ "spacing": {
14790
+ "value": "8px",
14791
+ "filePath": "src/dataVisualisation/chart-tooltip.yml",
14792
+ "isSource": true,
14793
+ "original": {
14794
+ "value": "{size-px.s}"
14795
+ },
14796
+ "name": "ChartTooltipSpacing",
14797
+ "attributes": {
14798
+ "category": "chart-tooltip",
14799
+ "type": "spacing"
14800
+ },
14801
+ "path": [
14802
+ "chart-tooltip",
14803
+ "spacing"
14804
+ ]
14805
+ }
14806
+ },
14807
+ "donut-chart": {
14808
+ "border-color": {
14809
+ "value": "#909090",
14810
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14811
+ "isSource": true,
14812
+ "original": {
14813
+ "value": "{neutral-outline-border-color}"
14814
+ },
14815
+ "name": "DonutChartBorderColor",
14816
+ "attributes": {
14817
+ "category": "donut-chart",
14818
+ "type": "border-color"
14819
+ },
14820
+ "path": [
14821
+ "donut-chart",
14822
+ "border-color"
14823
+ ]
14824
+ },
14825
+ "background-color": {
14826
+ "value": "#F8F8F8",
14827
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14828
+ "isSource": true,
14829
+ "original": {
14830
+ "value": "{neutral.color.300}"
14831
+ },
14832
+ "name": "DonutChartBackgroundColor",
14833
+ "attributes": {
14834
+ "category": "donut-chart",
14835
+ "type": "background-color"
14836
+ },
14837
+ "path": [
14838
+ "donut-chart",
14839
+ "background-color"
14840
+ ]
14841
+ },
14842
+ "spacing-y": {
14843
+ "value": "0.5rem",
14844
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14845
+ "isSource": true,
14846
+ "original": {
14847
+ "value": "{size-rem.s}"
14848
+ },
14849
+ "name": "DonutChartSpacingY",
14850
+ "attributes": {
14851
+ "category": "donut-chart",
14852
+ "type": "spacing-y"
14853
+ },
14854
+ "path": [
14855
+ "donut-chart",
14856
+ "spacing-y"
14857
+ ]
14858
+ },
14859
+ "spacing-x": {
14860
+ "value": "1rem",
14861
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14862
+ "isSource": true,
14863
+ "original": {
14864
+ "value": "{size-rem.m}"
14865
+ },
14866
+ "name": "DonutChartSpacingX",
14867
+ "attributes": {
14868
+ "category": "donut-chart",
14869
+ "type": "spacing-x"
14870
+ },
14871
+ "path": [
14872
+ "donut-chart",
14873
+ "spacing-x"
14874
+ ]
14875
+ },
14876
+ "padding": {
14877
+ "m": {
14878
+ "value": "24px",
14879
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14880
+ "isSource": true,
14881
+ "original": {
14882
+ "value": "{size-px.l}"
14883
+ },
14884
+ "name": "DonutChartPaddingM",
14885
+ "attributes": {
14886
+ "category": "donut-chart",
14887
+ "type": "padding",
14888
+ "item": "m"
14889
+ },
14890
+ "path": [
14891
+ "donut-chart",
14892
+ "padding",
14893
+ "m"
14894
+ ]
14895
+ },
14896
+ "l": {
14897
+ "value": "32px",
14898
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14899
+ "isSource": true,
14900
+ "original": {
14901
+ "value": "{size-px.xl}"
14902
+ },
14903
+ "name": "DonutChartPaddingL",
14904
+ "attributes": {
14905
+ "category": "donut-chart",
14906
+ "type": "padding",
14907
+ "item": "l"
14908
+ },
14909
+ "path": [
14910
+ "donut-chart",
14911
+ "padding",
14912
+ "l"
14913
+ ]
14914
+ }
14915
+ },
14916
+ "info-fill-background-color": {
14917
+ "value": "#0054F5",
14918
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14919
+ "isSource": true,
14920
+ "original": {
14921
+ "value": "{info-solid-background-color.default}"
14922
+ },
14923
+ "name": "DonutChartInfoFillBackgroundColor",
14924
+ "attributes": {
14925
+ "category": "donut-chart",
14926
+ "type": "info-fill-background-color"
14927
+ },
14928
+ "path": [
14929
+ "donut-chart",
14930
+ "info-fill-background-color"
14931
+ ]
14932
+ },
14933
+ "success-fill-background-color": {
14934
+ "value": "#00825B",
14935
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14936
+ "isSource": true,
14937
+ "original": {
14938
+ "value": "{success-solid-background-color.default}"
14939
+ },
14940
+ "name": "DonutChartSuccessFillBackgroundColor",
14941
+ "attributes": {
14942
+ "category": "donut-chart",
14943
+ "type": "success-fill-background-color"
14944
+ },
14945
+ "path": [
14946
+ "donut-chart",
14947
+ "success-fill-background-color"
14948
+ ]
14949
+ },
14950
+ "warning-fill-background-color": {
14951
+ "value": "#F56800",
14952
+ "filePath": "src/dataVisualisation/donut-chart.yml",
13771
14953
  "isSource": true,
13772
14954
  "original": {
13773
- "value": "{border-width.300}"
14955
+ "value": "{warning-solid-background-color.default}"
13774
14956
  },
13775
- "name": "TextBlockquoteBorderWidth",
14957
+ "name": "DonutChartWarningFillBackgroundColor",
13776
14958
  "attributes": {
13777
- "category": "text",
13778
- "type": "blockquote-border-width"
14959
+ "category": "donut-chart",
14960
+ "type": "warning-fill-background-color"
13779
14961
  },
13780
14962
  "path": [
13781
- "text",
13782
- "blockquote-border-width"
14963
+ "donut-chart",
14964
+ "warning-fill-background-color"
13783
14965
  ]
13784
14966
  },
13785
- "blockquote-border-style": {
13786
- "value": "solid",
13787
- "filePath": "src/content/text.yml",
14967
+ "danger-fill-background-color": {
14968
+ "value": "#E1244C",
14969
+ "filePath": "src/dataVisualisation/donut-chart.yml",
13788
14970
  "isSource": true,
13789
14971
  "original": {
13790
- "value": "{border-style.default}"
14972
+ "value": "{danger-solid-background-color.default}"
13791
14973
  },
13792
- "name": "TextBlockquoteBorderStyle",
14974
+ "name": "DonutChartDangerFillBackgroundColor",
13793
14975
  "attributes": {
13794
- "category": "text",
13795
- "type": "blockquote-border-style"
14976
+ "category": "donut-chart",
14977
+ "type": "danger-fill-background-color"
13796
14978
  },
13797
14979
  "path": [
13798
- "text",
13799
- "blockquote-border-style"
14980
+ "donut-chart",
14981
+ "danger-fill-background-color"
13800
14982
  ]
13801
- },
13802
- "blockquote-border-color": {
13803
- "value": "#0054F5",
13804
- "filePath": "src/content/text.yml",
14983
+ }
14984
+ },
14985
+ "legend": {
14986
+ "spacing-x": {
14987
+ "value": "16px",
14988
+ "filePath": "src/dataVisualisation/legend.yml",
13805
14989
  "isSource": true,
13806
14990
  "original": {
13807
- "value": "{info-outline-border-color}"
14991
+ "value": "{size-px.m}"
13808
14992
  },
13809
- "name": "TextBlockquoteBorderColor",
14993
+ "name": "LegendSpacingX",
13810
14994
  "attributes": {
13811
- "category": "text",
13812
- "type": "blockquote-border-color"
14995
+ "category": "legend",
14996
+ "type": "spacing-x"
13813
14997
  },
13814
14998
  "path": [
13815
- "text",
13816
- "blockquote-border-color"
14999
+ "legend",
15000
+ "spacing-x"
13817
15001
  ]
13818
15002
  },
13819
- "blockquote-padding": {
13820
- "value": "0.5rem",
13821
- "filePath": "src/content/text.yml",
15003
+ "spacing-y": {
15004
+ "value": "8px",
15005
+ "filePath": "src/dataVisualisation/legend.yml",
13822
15006
  "isSource": true,
13823
15007
  "original": {
13824
- "value": "{size-rem.s}"
15008
+ "value": "{size-px.s}"
13825
15009
  },
13826
- "name": "TextBlockquotePadding",
15010
+ "name": "LegendSpacingY",
13827
15011
  "attributes": {
13828
- "category": "text",
13829
- "type": "blockquote-padding"
15012
+ "category": "legend",
15013
+ "type": "spacing-y"
13830
15014
  },
13831
15015
  "path": [
13832
- "text",
13833
- "blockquote-padding"
15016
+ "legend",
15017
+ "spacing-y"
13834
15018
  ]
13835
- },
13836
- "list-padding": {
13837
- "value": "1.5rem",
13838
- "filePath": "src/content/text.yml",
15019
+ }
15020
+ },
15021
+ "legend-item": {
15022
+ "spacing": {
15023
+ "value": "0.5rem",
15024
+ "filePath": "src/dataVisualisation/legend.yml",
13839
15025
  "isSource": true,
13840
15026
  "original": {
13841
- "value": "{size-rem.l}"
15027
+ "value": "{size-rem.s}"
13842
15028
  },
13843
- "name": "TextListPadding",
15029
+ "name": "LegendItemSpacing",
13844
15030
  "attributes": {
13845
- "category": "text",
13846
- "type": "list-padding"
15031
+ "category": "legend-item",
15032
+ "type": "spacing"
13847
15033
  },
13848
15034
  "path": [
13849
- "text",
13850
- "list-padding"
15035
+ "legend-item",
15036
+ "spacing"
13851
15037
  ]
15038
+ },
15039
+ "marker": {
15040
+ "size": {
15041
+ "value": "1rem",
15042
+ "filePath": "src/dataVisualisation/legend.yml",
15043
+ "isSource": true,
15044
+ "original": {
15045
+ "value": "{size-rem.m}"
15046
+ },
15047
+ "name": "LegendItemMarkerSize",
15048
+ "attributes": {
15049
+ "category": "legend-item",
15050
+ "type": "marker",
15051
+ "item": "size"
15052
+ },
15053
+ "path": [
15054
+ "legend-item",
15055
+ "marker",
15056
+ "size"
15057
+ ]
15058
+ },
15059
+ "corner-radius": {
15060
+ "value": "4px",
15061
+ "filePath": "src/dataVisualisation/legend.yml",
15062
+ "isSource": true,
15063
+ "original": {
15064
+ "value": "{corner-radius.default}"
15065
+ },
15066
+ "name": "LegendItemMarkerCornerRadius",
15067
+ "attributes": {
15068
+ "category": "legend-item",
15069
+ "type": "marker",
15070
+ "item": "corner-radius"
15071
+ },
15072
+ "path": [
15073
+ "legend-item",
15074
+ "marker",
15075
+ "corner-radius"
15076
+ ]
15077
+ }
13852
15078
  }
13853
15079
  },
13854
15080
  "focus": {
@@ -13869,6 +15095,23 @@
13869
15095
  "outline-color"
13870
15096
  ]
13871
15097
  },
15098
+ "secondary-outline-color": {
15099
+ "value": "#FFFFFF",
15100
+ "filePath": "src/focus.yml",
15101
+ "isSource": true,
15102
+ "original": {
15103
+ "value": "{neutral.color.100}"
15104
+ },
15105
+ "name": "FocusSecondaryOutlineColor",
15106
+ "attributes": {
15107
+ "category": "focus",
15108
+ "type": "secondary-outline-color"
15109
+ },
15110
+ "path": [
15111
+ "focus",
15112
+ "secondary-outline-color"
15113
+ ]
15114
+ },
13872
15115
  "outline-offset": {
13873
15116
  "value": "2px",
13874
15117
  "filePath": "src/focus.yml",
@@ -15049,209 +16292,63 @@
15049
16292
  }
15050
16293
  },
15051
16294
  "slider": {
15052
- "value-font-weight": {
15053
- "value": "bold",
15054
- "filePath": "src/form/slider.yml",
15055
- "isSource": true,
15056
- "original": {
15057
- "value": "{font-weight.bold}"
15058
- },
15059
- "name": "SliderValueFontWeight",
15060
- "attributes": {
15061
- "category": "slider",
15062
- "type": "value-font-weight"
15063
- },
15064
- "path": [
15065
- "slider",
15066
- "value-font-weight"
15067
- ]
15068
- },
15069
- "value-to-label-spacing": {
15070
- "value": "0.25rem",
15071
- "filePath": "src/form/slider.yml",
15072
- "isSource": true,
15073
- "original": {
15074
- "value": "{size-rem.xs}"
15075
- },
15076
- "name": "SliderValueToLabelSpacing",
15077
- "attributes": {
15078
- "category": "slider",
15079
- "type": "value-to-label-spacing"
15080
- },
15081
- "path": [
15082
- "slider",
15083
- "value-to-label-spacing"
15084
- ]
15085
- },
15086
- "text-to-track-spacing": {
15087
- "value": "0.25rem",
15088
- "filePath": "src/form/slider.yml",
15089
- "isSource": true,
15090
- "original": {
15091
- "value": "{size-rem.xs}"
15092
- },
15093
- "name": "SliderTextToTrackSpacing",
15094
- "attributes": {
15095
- "category": "slider",
15096
- "type": "text-to-track-spacing"
15097
- },
15098
- "path": [
15099
- "slider",
15100
- "text-to-track-spacing"
15101
- ]
15102
- },
15103
- "text-color": {
15104
- "disabled": {
15105
- "value": "#E6E6E6",
15106
- "filePath": "src/form/slider.yml",
15107
- "isSource": true,
15108
- "original": {
15109
- "value": "{disabled-plain-content-color}"
15110
- },
15111
- "name": "SliderTextColorDisabled",
15112
- "attributes": {
15113
- "category": "slider",
15114
- "type": "text-color",
15115
- "item": "disabled"
15116
- },
15117
- "path": [
15118
- "slider",
15119
- "text-color",
15120
- "disabled"
15121
- ]
15122
- }
15123
- },
15124
- "track-background-color": {
15125
- "default": {
15126
- "value": "#F0F5FF",
15127
- "filePath": "src/form/slider.yml",
15128
- "isSource": true,
15129
- "original": {
15130
- "value": "{primary-soft-background-color.default}"
15131
- },
15132
- "name": "SliderTrackBackgroundColorDefault",
15133
- "attributes": {
15134
- "category": "slider",
15135
- "type": "track-background-color",
15136
- "item": "default"
15137
- },
15138
- "path": [
15139
- "slider",
15140
- "track-background-color",
15141
- "default"
15142
- ]
15143
- },
15144
- "disabled": {
15145
- "value": "#F8F8F8",
15146
- "filePath": "src/form/slider.yml",
15147
- "isSource": true,
15148
- "original": {
15149
- "value": "{disabled-soft-background-color}"
15150
- },
15151
- "name": "SliderTrackBackgroundColorDisabled",
15152
- "attributes": {
15153
- "category": "slider",
15154
- "type": "track-background-color",
15155
- "item": "disabled"
15156
- },
15157
- "path": [
15158
- "slider",
15159
- "track-background-color",
15160
- "disabled"
15161
- ]
15162
- }
15163
- },
15164
- "track-background-color-fill": {
16295
+ "color": {
15165
16296
  "default": {
15166
- "value": "#0054F5",
16297
+ "value": "#002A7B",
15167
16298
  "filePath": "src/form/slider.yml",
15168
16299
  "isSource": true,
15169
16300
  "original": {
15170
- "value": "{primary-solid-background-color.default}"
16301
+ "value": "{primary.color.1000}"
15171
16302
  },
15172
- "name": "SliderTrackBackgroundColorFillDefault",
16303
+ "name": "SliderColorDefault",
15173
16304
  "attributes": {
15174
16305
  "category": "slider",
15175
- "type": "track-background-color-fill",
16306
+ "type": "color",
15176
16307
  "item": "default"
15177
16308
  },
15178
16309
  "path": [
15179
16310
  "slider",
15180
- "track-background-color-fill",
16311
+ "color",
15181
16312
  "default"
15182
16313
  ]
15183
16314
  },
15184
16315
  "disabled": {
15185
- "value": "#E6E6E6",
16316
+ "value": "#B1B1B1",
15186
16317
  "filePath": "src/form/slider.yml",
15187
16318
  "isSource": true,
15188
16319
  "original": {
15189
- "value": "{disabled-solid-background-color}"
16320
+ "value": "{neutral.color.600}"
15190
16321
  },
15191
- "name": "SliderTrackBackgroundColorFillDisabled",
16322
+ "name": "SliderColorDisabled",
15192
16323
  "attributes": {
15193
16324
  "category": "slider",
15194
- "type": "track-background-color-fill",
15195
- "item": "disabled"
15196
- },
15197
- "path": [
15198
- "slider",
15199
- "track-background-color-fill",
15200
- "disabled"
15201
- ]
15202
- }
15203
- },
15204
- "track-height": {
15205
- "value": "0.25rem",
15206
- "filePath": "src/form/slider.yml",
15207
- "isSource": true,
15208
- "original": {
15209
- "value": "{size-rem.xs}"
15210
- },
15211
- "name": "SliderTrackHeight",
15212
- "attributes": {
15213
- "category": "slider",
15214
- "type": "track-height"
15215
- },
15216
- "path": [
15217
- "slider",
15218
- "track-height"
15219
- ]
15220
- },
15221
- "track-corner-radius": {
15222
- "value": "4px",
15223
- "filePath": "src/form/slider.yml",
15224
- "isSource": true,
15225
- "original": {
15226
- "value": "{corner-radius.default}"
15227
- },
15228
- "name": "SliderTrackCornerRadius",
15229
- "attributes": {
15230
- "category": "slider",
15231
- "type": "track-corner-radius"
15232
- },
15233
- "path": [
15234
- "slider",
15235
- "track-corner-radius"
15236
- ]
16325
+ "type": "color",
16326
+ "item": "disabled"
16327
+ },
16328
+ "path": [
16329
+ "slider",
16330
+ "color",
16331
+ "disabled"
16332
+ ]
16333
+ }
15237
16334
  },
15238
- "thumb-border-color": {
16335
+ "track-color": {
15239
16336
  "default": {
15240
- "value": "#0054F5",
16337
+ "value": "#909090",
15241
16338
  "filePath": "src/form/slider.yml",
15242
16339
  "isSource": true,
15243
16340
  "original": {
15244
- "value": "{primary-solid-background-color.default}"
16341
+ "value": "{neutral.color.700}"
15245
16342
  },
15246
- "name": "SliderThumbBorderColorDefault",
16343
+ "name": "SliderTrackColorDefault",
15247
16344
  "attributes": {
15248
16345
  "category": "slider",
15249
- "type": "thumb-border-color",
16346
+ "type": "track-color",
15250
16347
  "item": "default"
15251
16348
  },
15252
16349
  "path": [
15253
16350
  "slider",
15254
- "thumb-border-color",
16351
+ "track-color",
15255
16352
  "default"
15256
16353
  ]
15257
16354
  },
@@ -15260,218 +16357,189 @@
15260
16357
  "filePath": "src/form/slider.yml",
15261
16358
  "isSource": true,
15262
16359
  "original": {
15263
- "value": "{disabled-solid-background-color}"
16360
+ "value": "{neutral.color.400}"
15264
16361
  },
15265
- "name": "SliderThumbBorderColorDisabled",
16362
+ "name": "SliderTrackColorDisabled",
15266
16363
  "attributes": {
15267
16364
  "category": "slider",
15268
- "type": "thumb-border-color",
16365
+ "type": "track-color",
15269
16366
  "item": "disabled"
15270
16367
  },
15271
16368
  "path": [
15272
16369
  "slider",
15273
- "thumb-border-color",
16370
+ "track-color",
15274
16371
  "disabled"
15275
16372
  ]
15276
16373
  }
15277
16374
  },
15278
- "thumb-border-width": {
15279
- "value": "0.25rem",
16375
+ "spacing-x": {
16376
+ "value": "0.5rem",
15280
16377
  "filePath": "src/form/slider.yml",
15281
16378
  "isSource": true,
15282
16379
  "original": {
15283
- "value": "{size-rem.xs}"
16380
+ "value": "{size-rem.s}"
15284
16381
  },
15285
- "name": "SliderThumbBorderWidth",
16382
+ "name": "SliderSpacingX",
15286
16383
  "attributes": {
15287
16384
  "category": "slider",
15288
- "type": "thumb-border-width"
16385
+ "type": "spacing-x"
15289
16386
  },
15290
16387
  "path": [
15291
16388
  "slider",
15292
- "thumb-border-width"
16389
+ "spacing-x"
15293
16390
  ]
15294
16391
  },
15295
- "thumb-border-style": {
15296
- "value": "solid",
16392
+ "spacing-y": {
16393
+ "value": "1rem",
15297
16394
  "filePath": "src/form/slider.yml",
15298
16395
  "isSource": true,
15299
16396
  "original": {
15300
- "value": "{border-style.default}"
16397
+ "value": "{size-rem.m}"
15301
16398
  },
15302
- "name": "SliderThumbBorderStyle",
16399
+ "name": "SliderSpacingY",
15303
16400
  "attributes": {
15304
16401
  "category": "slider",
15305
- "type": "thumb-border-style"
16402
+ "type": "spacing-y"
15306
16403
  },
15307
16404
  "path": [
15308
16405
  "slider",
15309
- "thumb-border-style"
16406
+ "spacing-y"
15310
16407
  ]
15311
16408
  },
15312
- "thumb-corner-radius": {
15313
- "value": "50%",
16409
+ "border-width": {
16410
+ "value": "4px",
15314
16411
  "filePath": "src/form/slider.yml",
15315
16412
  "isSource": true,
15316
16413
  "original": {
15317
- "value": "{corner-radius.round}"
16414
+ "value": "{border-width.300}"
15318
16415
  },
15319
- "name": "SliderThumbCornerRadius",
16416
+ "name": "SliderBorderWidth",
15320
16417
  "attributes": {
15321
16418
  "category": "slider",
15322
- "type": "thumb-corner-radius"
16419
+ "type": "border-width"
15323
16420
  },
15324
16421
  "path": [
15325
16422
  "slider",
15326
- "thumb-corner-radius"
16423
+ "border-width"
15327
16424
  ]
15328
16425
  },
15329
- "thumb-size": {
15330
- "value": "1.5rem",
16426
+ "border-style": {
16427
+ "value": "solid",
15331
16428
  "filePath": "src/form/slider.yml",
15332
16429
  "isSource": true,
15333
16430
  "original": {
15334
- "value": "{size-rem.l}"
16431
+ "value": "{border-style.default}"
15335
16432
  },
15336
- "name": "SliderThumbSize",
16433
+ "name": "SliderBorderStyle",
15337
16434
  "attributes": {
15338
16435
  "category": "slider",
15339
- "type": "thumb-size"
16436
+ "type": "border-style"
15340
16437
  },
15341
16438
  "path": [
15342
16439
  "slider",
15343
- "thumb-size"
16440
+ "border-style"
15344
16441
  ]
15345
16442
  },
15346
- "thumb-background-color": {
15347
- "default": {
15348
- "value": "#FFFFFF",
15349
- "filePath": "src/form/slider.yml",
15350
- "isSource": true,
15351
- "original": {
15352
- "value": "{neutral.color.100}"
15353
- },
15354
- "name": "SliderThumbBackgroundColorDefault",
15355
- "attributes": {
15356
- "category": "slider",
15357
- "type": "thumb-background-color",
15358
- "item": "default"
15359
- },
15360
- "path": [
15361
- "slider",
15362
- "thumb-background-color",
15363
- "default"
15364
- ]
16443
+ "corner-radius": {
16444
+ "value": "4px",
16445
+ "filePath": "src/form/slider.yml",
16446
+ "isSource": true,
16447
+ "original": {
16448
+ "value": "{corner-radius.default}"
15365
16449
  },
15366
- "pressed": {
15367
- "value": "#0054F5",
15368
- "filePath": "src/form/slider.yml",
15369
- "isSource": true,
15370
- "original": {
15371
- "value": "{primary-solid-background-color.default}"
15372
- },
15373
- "name": "SliderThumbBackgroundColorPressed",
15374
- "attributes": {
15375
- "category": "slider",
15376
- "type": "thumb-background-color",
15377
- "item": "pressed"
15378
- },
15379
- "path": [
15380
- "slider",
15381
- "thumb-background-color",
15382
- "pressed"
15383
- ]
15384
- }
16450
+ "name": "SliderCornerRadius",
16451
+ "attributes": {
16452
+ "category": "slider",
16453
+ "type": "corner-radius"
16454
+ },
16455
+ "path": [
16456
+ "slider",
16457
+ "corner-radius"
16458
+ ]
15385
16459
  },
15386
- "initial-marker-height": {
15387
- "value": "1rem",
16460
+ "value-font-weight": {
16461
+ "value": "bold",
15388
16462
  "filePath": "src/form/slider.yml",
15389
16463
  "isSource": true,
15390
16464
  "original": {
15391
- "value": "{size-rem.m}"
16465
+ "value": "{font-weight.bold}"
15392
16466
  },
15393
- "name": "SliderInitialMarkerHeight",
16467
+ "name": "SliderValueFontWeight",
15394
16468
  "attributes": {
15395
16469
  "category": "slider",
15396
- "type": "initial-marker-height"
16470
+ "type": "value-font-weight"
15397
16471
  },
15398
16472
  "path": [
15399
16473
  "slider",
15400
- "initial-marker-height"
16474
+ "value-font-weight"
15401
16475
  ]
15402
16476
  },
15403
- "initial-marker-width": {
15404
- "value": "0.25rem",
16477
+ "handle-corner-radius": {
16478
+ "value": "50%",
15405
16479
  "filePath": "src/form/slider.yml",
15406
16480
  "isSource": true,
15407
16481
  "original": {
15408
- "value": "{size-rem.xs}"
16482
+ "value": "{corner-radius.round}"
15409
16483
  },
15410
- "name": "SliderInitialMarkerWidth",
16484
+ "name": "SliderHandleCornerRadius",
15411
16485
  "attributes": {
15412
16486
  "category": "slider",
15413
- "type": "initial-marker-width"
16487
+ "type": "handle-corner-radius"
15414
16488
  },
15415
16489
  "path": [
15416
16490
  "slider",
15417
- "initial-marker-width"
16491
+ "handle-corner-radius"
15418
16492
  ]
15419
16493
  },
15420
- "initial-marker-background-color": {
15421
- "default": {
15422
- "value": "#0054F5",
15423
- "filePath": "src/form/slider.yml",
15424
- "isSource": true,
15425
- "original": {
15426
- "value": "{primary-solid-background-color.default}"
15427
- },
15428
- "name": "SliderInitialMarkerBackgroundColorDefault",
15429
- "attributes": {
15430
- "category": "slider",
15431
- "type": "initial-marker-background-color",
15432
- "item": "default"
15433
- },
15434
- "path": [
15435
- "slider",
15436
- "initial-marker-background-color",
15437
- "default"
15438
- ]
16494
+ "handle-size": {
16495
+ "value": "1.5rem",
16496
+ "filePath": "src/form/slider.yml",
16497
+ "isSource": true,
16498
+ "original": {
16499
+ "value": "{size-rem.l}"
15439
16500
  },
15440
- "disabled": {
15441
- "value": "#E6E6E6",
15442
- "filePath": "src/form/slider.yml",
15443
- "isSource": true,
15444
- "original": {
15445
- "value": "{disabled-solid-background-color}"
15446
- },
15447
- "name": "SliderInitialMarkerBackgroundColorDisabled",
15448
- "attributes": {
15449
- "category": "slider",
15450
- "type": "initial-marker-background-color",
15451
- "item": "disabled"
15452
- },
15453
- "path": [
15454
- "slider",
15455
- "initial-marker-background-color",
15456
- "disabled"
15457
- ]
15458
- }
16501
+ "name": "SliderHandleSize",
16502
+ "attributes": {
16503
+ "category": "slider",
16504
+ "type": "handle-size"
16505
+ },
16506
+ "path": [
16507
+ "slider",
16508
+ "handle-size"
16509
+ ]
15459
16510
  },
15460
- "initial-marker-corner-radius": {
15461
- "value": "4px",
16511
+ "handle-fill-color": {
16512
+ "value": "#FFFFFF",
15462
16513
  "filePath": "src/form/slider.yml",
15463
16514
  "isSource": true,
15464
16515
  "original": {
15465
- "value": "{corner-radius.default}"
16516
+ "value": "{neutral.color.100}"
16517
+ },
16518
+ "name": "SliderHandleFillColor",
16519
+ "attributes": {
16520
+ "category": "slider",
16521
+ "type": "handle-fill-color"
16522
+ },
16523
+ "path": [
16524
+ "slider",
16525
+ "handle-fill-color"
16526
+ ]
16527
+ },
16528
+ "initial-marker-height": {
16529
+ "value": "1rem",
16530
+ "filePath": "src/form/slider.yml",
16531
+ "isSource": true,
16532
+ "original": {
16533
+ "value": "{size-rem.m}"
15466
16534
  },
15467
- "name": "SliderInitialMarkerCornerRadius",
16535
+ "name": "SliderInitialMarkerHeight",
15468
16536
  "attributes": {
15469
16537
  "category": "slider",
15470
- "type": "initial-marker-corner-radius"
16538
+ "type": "initial-marker-height"
15471
16539
  },
15472
16540
  "path": [
15473
16541
  "slider",
15474
- "initial-marker-corner-radius"
16542
+ "initial-marker-height"
15475
16543
  ]
15476
16544
  }
15477
16545
  },
@@ -16742,25 +17810,6 @@
16742
17810
  ]
16743
17811
  }
16744
17812
  },
16745
- "tab-panel": {
16746
- "padding": {
16747
- "value": "32px",
16748
- "filePath": "src/navigation/tabs.yml",
16749
- "isSource": true,
16750
- "original": {
16751
- "value": "{size-px.xl}"
16752
- },
16753
- "name": "TabPanelPadding",
16754
- "attributes": {
16755
- "category": "tab-panel",
16756
- "type": "padding"
16757
- },
16758
- "path": [
16759
- "tab-panel",
16760
- "padding"
16761
- ]
16762
- }
16763
- },
16764
17813
  "contextual-help": {
16765
17814
  "max-width": {
16766
17815
  "value": "500px",
@@ -16940,6 +17989,25 @@
16940
17989
  "size",
16941
17990
  "m"
16942
17991
  ]
17992
+ },
17993
+ "l": {
17994
+ "value": "1300px",
17995
+ "filePath": "src/overlays/modal.yml",
17996
+ "isSource": true,
17997
+ "original": {
17998
+ "value": "1300px"
17999
+ },
18000
+ "name": "ModalSizeL",
18001
+ "attributes": {
18002
+ "category": "modal",
18003
+ "type": "size",
18004
+ "item": "l"
18005
+ },
18006
+ "path": [
18007
+ "modal",
18008
+ "size",
18009
+ "l"
18010
+ ]
16943
18011
  }
16944
18012
  },
16945
18013
  "footer-background-color": {
@@ -17978,95 +19046,25 @@
17978
19046
  "type": "danger-content-color"
17979
19047
  },
17980
19048
  "path": [
17981
- "alert-badge",
17982
- "danger-content-color"
17983
- ]
17984
- },
17985
- "danger-border-color": {
17986
- "value": "#E1244C",
17987
- "filePath": "src/status/alert-badge.yml",
17988
- "isSource": true,
17989
- "original": {
17990
- "value": "{danger-outline-border-color}"
17991
- },
17992
- "name": "AlertBadgeDangerBorderColor",
17993
- "attributes": {
17994
- "category": "alert-badge",
17995
- "type": "danger-border-color"
17996
- },
17997
- "path": [
17998
- "alert-badge",
17999
- "danger-border-color"
18000
- ]
18001
- }
18002
- },
18003
- "alert-icon": {
18004
- "info-color": {
18005
- "value": "#003FB8",
18006
- "filePath": "src/status/alert-icon.yml",
18007
- "isSource": true,
18008
- "original": {
18009
- "value": "{info-outline-content-color}"
18010
- },
18011
- "name": "AlertIconInfoColor",
18012
- "attributes": {
18013
- "category": "alert-icon",
18014
- "type": "info-color"
18015
- },
18016
- "path": [
18017
- "alert-icon",
18018
- "info-color"
18019
- ]
18020
- },
18021
- "warning-color": {
18022
- "value": "#C25200",
18023
- "filePath": "src/status/alert-icon.yml",
18024
- "isSource": true,
18025
- "original": {
18026
- "value": "{warning-outline-content-color}"
18027
- },
18028
- "name": "AlertIconWarningColor",
18029
- "attributes": {
18030
- "category": "alert-icon",
18031
- "type": "warning-color"
18032
- },
18033
- "path": [
18034
- "alert-icon",
18035
- "warning-color"
18036
- ]
18037
- },
18038
- "danger-color": {
18039
- "value": "#B4193A",
18040
- "filePath": "src/status/alert-icon.yml",
18041
- "isSource": true,
18042
- "original": {
18043
- "value": "{danger-outline-content-color}"
18044
- },
18045
- "name": "AlertIconDangerColor",
18046
- "attributes": {
18047
- "category": "alert-icon",
18048
- "type": "danger-color"
18049
- },
18050
- "path": [
18051
- "alert-icon",
18052
- "danger-color"
19049
+ "alert-badge",
19050
+ "danger-content-color"
18053
19051
  ]
18054
19052
  },
18055
- "success-color": {
18056
- "value": "#005F42",
18057
- "filePath": "src/status/alert-icon.yml",
19053
+ "danger-border-color": {
19054
+ "value": "#E1244C",
19055
+ "filePath": "src/status/alert-badge.yml",
18058
19056
  "isSource": true,
18059
19057
  "original": {
18060
- "value": "{success-outline-content-color}"
19058
+ "value": "{danger-outline-border-color}"
18061
19059
  },
18062
- "name": "AlertIconSuccessColor",
19060
+ "name": "AlertBadgeDangerBorderColor",
18063
19061
  "attributes": {
18064
- "category": "alert-icon",
18065
- "type": "success-color"
19062
+ "category": "alert-badge",
19063
+ "type": "danger-border-color"
18066
19064
  },
18067
19065
  "path": [
18068
- "alert-icon",
18069
- "success-color"
19066
+ "alert-badge",
19067
+ "danger-border-color"
18070
19068
  ]
18071
19069
  }
18072
19070
  },
@@ -21158,6 +22156,25 @@
21158
22156
  }
21159
22157
  }
21160
22158
  },
22159
+ "password-creation-field": {
22160
+ "rule-to-rule-spacing": {
22161
+ "value": "8px",
22162
+ "filePath": "src/status/password-creation-field.yml",
22163
+ "isSource": true,
22164
+ "original": {
22165
+ "value": "{size-px.s}"
22166
+ },
22167
+ "name": "PasswordCreationFieldRuleToRuleSpacing",
22168
+ "attributes": {
22169
+ "category": "password-creation-field",
22170
+ "type": "rule-to-rule-spacing"
22171
+ },
22172
+ "path": [
22173
+ "password-creation-field",
22174
+ "rule-to-rule-spacing"
22175
+ ]
22176
+ }
22177
+ },
21161
22178
  "progress-bar": {
21162
22179
  "font-size": {
21163
22180
  "value": "1rem",
@@ -21244,39 +22261,81 @@
21244
22261
  "spacing-x"
21245
22262
  ]
21246
22263
  },
21247
- "height": {
21248
- "value": "0.5rem",
22264
+ "spacing-bar-to-legend": {
22265
+ "value": "16px",
21249
22266
  "filePath": "src/status/progress-bar.yml",
21250
22267
  "isSource": true,
21251
22268
  "original": {
21252
- "value": "{size-rem.s}"
22269
+ "value": "{size-px.m}"
21253
22270
  },
21254
- "name": "ProgressBarHeight",
22271
+ "name": "ProgressBarSpacingBarToLegend",
21255
22272
  "attributes": {
21256
22273
  "category": "progress-bar",
21257
- "type": "height"
22274
+ "type": "spacing-bar-to-legend"
21258
22275
  },
21259
22276
  "path": [
21260
22277
  "progress-bar",
21261
- "height"
22278
+ "spacing-bar-to-legend"
21262
22279
  ]
21263
22280
  },
21264
- "height-s": {
21265
- "value": "0.375rem",
21266
- "filePath": "src/status/progress-bar.yml",
21267
- "isSource": true,
21268
- "original": {
21269
- "value": "0.375rem"
22281
+ "height": {
22282
+ "m": {
22283
+ "value": "1rem",
22284
+ "filePath": "src/status/progress-bar.yml",
22285
+ "isSource": true,
22286
+ "original": {
22287
+ "value": "{size-rem.m}"
22288
+ },
22289
+ "name": "ProgressBarHeightM",
22290
+ "attributes": {
22291
+ "category": "progress-bar",
22292
+ "type": "height",
22293
+ "item": "m"
22294
+ },
22295
+ "path": [
22296
+ "progress-bar",
22297
+ "height",
22298
+ "m"
22299
+ ]
21270
22300
  },
21271
- "name": "ProgressBarHeightS",
21272
- "attributes": {
21273
- "category": "progress-bar",
21274
- "type": "height-s"
22301
+ "s": {
22302
+ "value": "0.5rem",
22303
+ "filePath": "src/status/progress-bar.yml",
22304
+ "isSource": true,
22305
+ "original": {
22306
+ "value": "{size-rem.s}"
22307
+ },
22308
+ "name": "ProgressBarHeightS",
22309
+ "attributes": {
22310
+ "category": "progress-bar",
22311
+ "type": "height",
22312
+ "item": "s"
22313
+ },
22314
+ "path": [
22315
+ "progress-bar",
22316
+ "height",
22317
+ "s"
22318
+ ]
21275
22319
  },
21276
- "path": [
21277
- "progress-bar",
21278
- "height-s"
21279
- ]
22320
+ "l": {
22321
+ "value": "1.5rem",
22322
+ "filePath": "src/status/progress-bar.yml",
22323
+ "isSource": true,
22324
+ "original": {
22325
+ "value": "{size-rem.l}"
22326
+ },
22327
+ "name": "ProgressBarHeightL",
22328
+ "attributes": {
22329
+ "category": "progress-bar",
22330
+ "type": "height",
22331
+ "item": "l"
22332
+ },
22333
+ "path": [
22334
+ "progress-bar",
22335
+ "height",
22336
+ "l"
22337
+ ]
22338
+ }
21280
22339
  },
21281
22340
  "corner-radius": {
21282
22341
  "value": "0.25rem",
@@ -21330,11 +22389,11 @@
21330
22389
  ]
21331
22390
  },
21332
22391
  "background-color": {
21333
- "value": "transparent",
22392
+ "value": "#F8F8F8",
21334
22393
  "filePath": "src/status/progress-bar.yml",
21335
22394
  "isSource": true,
21336
22395
  "original": {
21337
- "value": "{neutral-outline-background-color.default}"
22396
+ "value": "{neutral.color.300}"
21338
22397
  },
21339
22398
  "name": "ProgressBarBackgroundColor",
21340
22399
  "attributes": {
@@ -21413,6 +22472,195 @@
21413
22472
  "progress-bar",
21414
22473
  "danger-fill-background-color"
21415
22474
  ]
22475
+ },
22476
+ "indeterminate-fill-background-color": {
22477
+ "value": "#6D6D6D",
22478
+ "filePath": "src/status/progress-bar.yml",
22479
+ "isSource": true,
22480
+ "original": {
22481
+ "value": "{neutral-solid-background-color.default}"
22482
+ },
22483
+ "name": "ProgressBarIndeterminateFillBackgroundColor",
22484
+ "attributes": {
22485
+ "category": "progress-bar",
22486
+ "type": "indeterminate-fill-background-color"
22487
+ },
22488
+ "path": [
22489
+ "progress-bar",
22490
+ "indeterminate-fill-background-color"
22491
+ ]
22492
+ }
22493
+ },
22494
+ "accent-box": {
22495
+ "background-color-neutral": {
22496
+ "value": "#F8F8F8",
22497
+ "filePath": "src/structure/accent-box.yml",
22498
+ "isSource": true,
22499
+ "original": {
22500
+ "value": "{neutral.color.300}"
22501
+ },
22502
+ "name": "AccentBoxBackgroundColorNeutral",
22503
+ "attributes": {
22504
+ "category": "accent-box",
22505
+ "type": "background-color-neutral"
22506
+ },
22507
+ "path": [
22508
+ "accent-box",
22509
+ "background-color-neutral"
22510
+ ]
22511
+ },
22512
+ "background-color-green": {
22513
+ "value": "#D8F5D6",
22514
+ "filePath": "src/structure/accent-box.yml",
22515
+ "isSource": true,
22516
+ "original": {
22517
+ "value": "#D8F5D6"
22518
+ },
22519
+ "name": "AccentBoxBackgroundColorGreen",
22520
+ "attributes": {
22521
+ "category": "accent-box",
22522
+ "type": "background-color-green"
22523
+ },
22524
+ "path": [
22525
+ "accent-box",
22526
+ "background-color-green"
22527
+ ]
22528
+ },
22529
+ "background-color-gradient": {
22530
+ "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%)",
22531
+ "filePath": "src/structure/accent-box.yml",
22532
+ "isSource": true,
22533
+ "original": {
22534
+ "value": "{color.gradient}"
22535
+ },
22536
+ "name": "AccentBoxBackgroundColorGradient",
22537
+ "attributes": {
22538
+ "category": "accent-box",
22539
+ "type": "background-color-gradient"
22540
+ },
22541
+ "path": [
22542
+ "accent-box",
22543
+ "background-color-gradient"
22544
+ ]
22545
+ },
22546
+ "background-color-blue": {
22547
+ "value": "#F0F5FF",
22548
+ "filePath": "src/structure/accent-box.yml",
22549
+ "isSource": true,
22550
+ "original": {
22551
+ "value": "{color.hosting-blue.100}"
22552
+ },
22553
+ "name": "AccentBoxBackgroundColorBlue",
22554
+ "attributes": {
22555
+ "category": "accent-box",
22556
+ "type": "background-color-blue"
22557
+ },
22558
+ "path": [
22559
+ "accent-box",
22560
+ "background-color-blue"
22561
+ ]
22562
+ },
22563
+ "icon-color-blue": {
22564
+ "value": "#E0EBFF",
22565
+ "filePath": "src/structure/accent-box.yml",
22566
+ "isSource": true,
22567
+ "original": {
22568
+ "value": "{color.hosting-blue.200}"
22569
+ },
22570
+ "name": "AccentBoxIconColorBlue",
22571
+ "attributes": {
22572
+ "category": "accent-box",
22573
+ "type": "icon-color-blue"
22574
+ },
22575
+ "path": [
22576
+ "accent-box",
22577
+ "icon-color-blue"
22578
+ ]
22579
+ },
22580
+ "icon-color-green": {
22581
+ "value": "#c4e3c1",
22582
+ "filePath": "src/structure/accent-box.yml",
22583
+ "isSource": true,
22584
+ "original": {
22585
+ "value": "#c4e3c1"
22586
+ },
22587
+ "name": "AccentBoxIconColorGreen",
22588
+ "attributes": {
22589
+ "category": "accent-box",
22590
+ "type": "icon-color-green"
22591
+ },
22592
+ "path": [
22593
+ "accent-box",
22594
+ "icon-color-green"
22595
+ ]
22596
+ },
22597
+ "icon-color-gradient": {
22598
+ "value": "#002b7b14",
22599
+ "filePath": "src/structure/accent-box.yml",
22600
+ "isSource": true,
22601
+ "original": {
22602
+ "value": "#002b7b14"
22603
+ },
22604
+ "name": "AccentBoxIconColorGradient",
22605
+ "attributes": {
22606
+ "category": "accent-box",
22607
+ "type": "icon-color-gradient"
22608
+ },
22609
+ "path": [
22610
+ "accent-box",
22611
+ "icon-color-gradient"
22612
+ ]
22613
+ },
22614
+ "icon-color-neutral": {
22615
+ "value": "#E6E6E6",
22616
+ "filePath": "src/structure/accent-box.yml",
22617
+ "isSource": true,
22618
+ "original": {
22619
+ "value": "{neutral.color.400}"
22620
+ },
22621
+ "name": "AccentBoxIconColorNeutral",
22622
+ "attributes": {
22623
+ "category": "accent-box",
22624
+ "type": "icon-color-neutral"
22625
+ },
22626
+ "path": [
22627
+ "accent-box",
22628
+ "icon-color-neutral"
22629
+ ]
22630
+ },
22631
+ "padding": {
22632
+ "value": "16px",
22633
+ "filePath": "src/structure/accent-box.yml",
22634
+ "isSource": true,
22635
+ "original": {
22636
+ "value": "{size-px.m}"
22637
+ },
22638
+ "name": "AccentBoxPadding",
22639
+ "attributes": {
22640
+ "category": "accent-box",
22641
+ "type": "padding"
22642
+ },
22643
+ "path": [
22644
+ "accent-box",
22645
+ "padding"
22646
+ ]
22647
+ },
22648
+ "corner-radius": {
22649
+ "value": "4px",
22650
+ "filePath": "src/structure/accent-box.yml",
22651
+ "isSource": true,
22652
+ "original": {
22653
+ "value": "{corner-radius.default}"
22654
+ },
22655
+ "name": "AccentBoxCornerRadius",
22656
+ "attributes": {
22657
+ "category": "accent-box",
22658
+ "type": "corner-radius"
22659
+ },
22660
+ "path": [
22661
+ "accent-box",
22662
+ "corner-radius"
22663
+ ]
21416
22664
  }
21417
22665
  },
21418
22666
  "accordion": {
@@ -21619,7 +22867,7 @@
21619
22867
  ]
21620
22868
  }
21621
22869
  },
21622
- "text-copyButton": {
22870
+ "text-button": {
21623
22871
  "spacing": {
21624
22872
  "value": "0.25rem",
21625
22873
  "filePath": "src/structure/align.yml",
@@ -21627,15 +22875,15 @@
21627
22875
  "original": {
21628
22876
  "value": "{size-rem.xs}"
21629
22877
  },
21630
- "name": "AlignTextCopyButtonSpacing",
22878
+ "name": "AlignTextButtonSpacing",
21631
22879
  "attributes": {
21632
22880
  "category": "align",
21633
- "type": "text-copyButton",
22881
+ "type": "text-button",
21634
22882
  "item": "spacing"
21635
22883
  },
21636
22884
  "path": [
21637
22885
  "align",
21638
- "text-copyButton",
22886
+ "text-button",
21639
22887
  "spacing"
21640
22888
  ]
21641
22889
  }
@@ -21778,11 +23026,11 @@
21778
23026
  ]
21779
23027
  },
21780
23028
  "padding": {
21781
- "value": "32px",
23029
+ "value": "24px",
21782
23030
  "filePath": "src/structure/layout-card.yml",
21783
23031
  "isSource": true,
21784
23032
  "original": {
21785
- "value": "{size-px.xl}"
23033
+ "value": "{size-px.l}"
21786
23034
  },
21787
23035
  "name": "LayoutCardPadding",
21788
23036
  "attributes": {
@@ -21794,6 +23042,23 @@
21794
23042
  "padding"
21795
23043
  ]
21796
23044
  },
23045
+ "padding-mobile": {
23046
+ "value": "16px",
23047
+ "filePath": "src/structure/layout-card.yml",
23048
+ "isSource": true,
23049
+ "original": {
23050
+ "value": "{size-px.m}"
23051
+ },
23052
+ "name": "LayoutCardPaddingMobile",
23053
+ "attributes": {
23054
+ "category": "layout-card",
23055
+ "type": "padding-mobile"
23056
+ },
23057
+ "path": [
23058
+ "layout-card",
23059
+ "padding-mobile"
23060
+ ]
23061
+ },
21797
23062
  "box-shadow": {
21798
23063
  "value": "rgba(0, 0, 0, 0.1) 0 4px 8px",
21799
23064
  "filePath": "src/structure/layout-card.yml",
@@ -21846,6 +23111,23 @@
21846
23111
  "list",
21847
23112
  "block-to-block-spacing"
21848
23113
  ]
23114
+ },
23115
+ "filter-to-search-spacing": {
23116
+ "value": "32px",
23117
+ "filePath": "src/structure/list.yml",
23118
+ "isSource": true,
23119
+ "original": {
23120
+ "value": "{size-px.xl}"
23121
+ },
23122
+ "name": "ListFilterToSearchSpacing",
23123
+ "attributes": {
23124
+ "category": "list",
23125
+ "type": "filter-to-search-spacing"
23126
+ },
23127
+ "path": [
23128
+ "list",
23129
+ "filter-to-search-spacing"
23130
+ ]
21849
23131
  }
21850
23132
  },
21851
23133
  "list-item": {
@@ -22080,21 +23362,38 @@
22080
23362
  "spacing"
22081
23363
  ]
22082
23364
  },
22083
- "sub-heading-spacing": {
22084
- "value": "1rem",
23365
+ "sub-heading-spacing-m": {
23366
+ "value": "1.5rem",
22085
23367
  "filePath": "src/structure/section.yml",
22086
23368
  "isSource": true,
22087
23369
  "original": {
22088
- "value": "{size-rem.m}"
23370
+ "value": "{size-rem.l}"
23371
+ },
23372
+ "name": "SectionSubHeadingSpacingM",
23373
+ "attributes": {
23374
+ "category": "section",
23375
+ "type": "sub-heading-spacing-m"
23376
+ },
23377
+ "path": [
23378
+ "section",
23379
+ "sub-heading-spacing-m"
23380
+ ]
23381
+ },
23382
+ "sub-heading-spacing-s": {
23383
+ "value": "0.5rem",
23384
+ "filePath": "src/structure/section.yml",
23385
+ "isSource": true,
23386
+ "original": {
23387
+ "value": "{size-rem.s}"
22089
23388
  },
22090
- "name": "SectionSubHeadingSpacing",
23389
+ "name": "SectionSubHeadingSpacingS",
22091
23390
  "attributes": {
22092
23391
  "category": "section",
22093
- "type": "sub-heading-spacing"
23392
+ "type": "sub-heading-spacing-s"
22094
23393
  },
22095
23394
  "path": [
22096
23395
  "section",
22097
- "sub-heading-spacing"
23396
+ "sub-heading-spacing-s"
22098
23397
  ]
22099
23398
  }
22100
23399
  },
@@ -22168,6 +23467,23 @@
22168
23467
  "separator",
22169
23468
  "height"
22170
23469
  ]
23470
+ },
23471
+ "border-style": {
23472
+ "value": "solid",
23473
+ "filePath": "src/structure/separator.yml",
23474
+ "isSource": true,
23475
+ "original": {
23476
+ "value": "{border-style.default}"
23477
+ },
23478
+ "name": "SeparatorBorderStyle",
23479
+ "attributes": {
23480
+ "category": "separator",
23481
+ "type": "border-style"
23482
+ },
23483
+ "path": [
23484
+ "separator",
23485
+ "border-style"
23486
+ ]
22171
23487
  }
22172
23488
  },
22173
23489
  "table": {