@mittwald/flow-design-tokens 0.2.0-alpha.27 → 0.2.0-alpha.270

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,32 +11316,366 @@
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"
11113
- },
11114
- "name": "ColorTransparent",
11115
- "attributes": {
11116
- "category": "color",
11117
- "type": "transparent"
11118
- },
11119
- "path": [
11120
- "color",
11121
- "transparent"
11122
- ]
11123
- }
11124
- },
11125
- "avatar": {
11126
- "size": {
11127
- "xs": {
11128
- "value": "1.5rem",
11129
- "filePath": "src/content/avatar.yml",
11319
+ "categorical": {
11320
+ "sea-green": {
11321
+ "value": "#0fb5ae",
11322
+ "filePath": "src/color-palette.yml",
11130
11323
  "isSource": true,
11131
11324
  "original": {
11132
- "value": "{size-rem.l}"
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",
11563
+ "transparent"
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
+ ]
11669
+ }
11670
+ },
11671
+ "avatar": {
11672
+ "size": {
11673
+ "xs": {
11674
+ "value": "1.5rem",
11675
+ "filePath": "src/content/avatar.yml",
11676
+ "isSource": true,
11677
+ "original": {
11678
+ "value": "{size-rem.l}"
11133
11679
  },
11134
11680
  "name": "AvatarSizeXs",
11135
11681
  "attributes": {
@@ -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,6 +13785,74 @@
13171
13785
  "icon",
13172
13786
  "color"
13173
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
+ ]
13174
13856
  }
13175
13857
  },
13176
13858
  "illustrated-message": {
@@ -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,124 +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"
14355
+ "rating",
14356
+ "star-filled-color"
13650
14357
  ]
13651
14358
  }
13652
14359
  },
@@ -13746,90 +14453,450 @@
13746
14453
  "max-width"
13747
14454
  ]
13748
14455
  },
13749
- "blockquote-border-width": {
13750
- "value": "4px",
13751
- "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",
13752
14773
  "isSource": true,
13753
14774
  "original": {
13754
- "value": "{border-width.300}"
14775
+ "value": "{border-width.100}"
13755
14776
  },
13756
- "name": "TextBlockquoteBorderWidth",
14777
+ "name": "CartesianGridStrokeWidth",
13757
14778
  "attributes": {
13758
- "category": "text",
13759
- "type": "blockquote-border-width"
14779
+ "category": "cartesian-grid",
14780
+ "type": "stroke-width"
13760
14781
  },
13761
14782
  "path": [
13762
- "text",
13763
- "blockquote-border-width"
14783
+ "cartesian-grid",
14784
+ "stroke-width"
13764
14785
  ]
13765
- },
13766
- "blockquote-border-style": {
13767
- "value": "solid",
13768
- "filePath": "src/content/text.yml",
14786
+ }
14787
+ },
14788
+ "chart-tooltip": {
14789
+ "spacing": {
14790
+ "value": "8px",
14791
+ "filePath": "src/dataVisualisation/chart-tooltip.yml",
13769
14792
  "isSource": true,
13770
14793
  "original": {
13771
- "value": "{border-style.default}"
14794
+ "value": "{size-px.s}"
13772
14795
  },
13773
- "name": "TextBlockquoteBorderStyle",
14796
+ "name": "ChartTooltipSpacing",
13774
14797
  "attributes": {
13775
- "category": "text",
13776
- "type": "blockquote-border-style"
14798
+ "category": "chart-tooltip",
14799
+ "type": "spacing"
13777
14800
  },
13778
14801
  "path": [
13779
- "text",
13780
- "blockquote-border-style"
14802
+ "chart-tooltip",
14803
+ "spacing"
13781
14804
  ]
13782
- },
13783
- "blockquote-border-color": {
13784
- "value": "#0054F5",
13785
- "filePath": "src/content/text.yml",
14805
+ }
14806
+ },
14807
+ "legend": {
14808
+ "spacing-x": {
14809
+ "value": "16px",
14810
+ "filePath": "src/dataVisualisation/legend.yml",
13786
14811
  "isSource": true,
13787
14812
  "original": {
13788
- "value": "{info-outline-border-color}"
14813
+ "value": "{size-px.m}"
13789
14814
  },
13790
- "name": "TextBlockquoteBorderColor",
14815
+ "name": "LegendSpacingX",
13791
14816
  "attributes": {
13792
- "category": "text",
13793
- "type": "blockquote-border-color"
14817
+ "category": "legend",
14818
+ "type": "spacing-x"
13794
14819
  },
13795
14820
  "path": [
13796
- "text",
13797
- "blockquote-border-color"
14821
+ "legend",
14822
+ "spacing-x"
13798
14823
  ]
13799
14824
  },
13800
- "blockquote-padding": {
13801
- "value": "0.5rem",
13802
- "filePath": "src/content/text.yml",
14825
+ "spacing-y": {
14826
+ "value": "8px",
14827
+ "filePath": "src/dataVisualisation/legend.yml",
13803
14828
  "isSource": true,
13804
14829
  "original": {
13805
- "value": "{size-rem.s}"
14830
+ "value": "{size-px.s}"
13806
14831
  },
13807
- "name": "TextBlockquotePadding",
14832
+ "name": "LegendSpacingY",
13808
14833
  "attributes": {
13809
- "category": "text",
13810
- "type": "blockquote-padding"
14834
+ "category": "legend",
14835
+ "type": "spacing-y"
13811
14836
  },
13812
14837
  "path": [
13813
- "text",
13814
- "blockquote-padding"
14838
+ "legend",
14839
+ "spacing-y"
13815
14840
  ]
13816
- },
13817
- "list-padding": {
13818
- "value": "1.5rem",
13819
- "filePath": "src/content/text.yml",
14841
+ }
14842
+ },
14843
+ "legend-item": {
14844
+ "spacing": {
14845
+ "value": "0.5rem",
14846
+ "filePath": "src/dataVisualisation/legend.yml",
13820
14847
  "isSource": true,
13821
14848
  "original": {
13822
- "value": "{size-rem.l}"
14849
+ "value": "{size-rem.s}"
13823
14850
  },
13824
- "name": "TextListPadding",
14851
+ "name": "LegendItemSpacing",
13825
14852
  "attributes": {
13826
- "category": "text",
13827
- "type": "list-padding"
14853
+ "category": "legend-item",
14854
+ "type": "spacing"
13828
14855
  },
13829
14856
  "path": [
13830
- "text",
13831
- "list-padding"
14857
+ "legend-item",
14858
+ "spacing"
13832
14859
  ]
14860
+ },
14861
+ "marker": {
14862
+ "size": {
14863
+ "value": "1rem",
14864
+ "filePath": "src/dataVisualisation/legend.yml",
14865
+ "isSource": true,
14866
+ "original": {
14867
+ "value": "{size-rem.m}"
14868
+ },
14869
+ "name": "LegendItemMarkerSize",
14870
+ "attributes": {
14871
+ "category": "legend-item",
14872
+ "type": "marker",
14873
+ "item": "size"
14874
+ },
14875
+ "path": [
14876
+ "legend-item",
14877
+ "marker",
14878
+ "size"
14879
+ ]
14880
+ },
14881
+ "corner-radius": {
14882
+ "value": "4px",
14883
+ "filePath": "src/dataVisualisation/legend.yml",
14884
+ "isSource": true,
14885
+ "original": {
14886
+ "value": "{corner-radius.default}"
14887
+ },
14888
+ "name": "LegendItemMarkerCornerRadius",
14889
+ "attributes": {
14890
+ "category": "legend-item",
14891
+ "type": "marker",
14892
+ "item": "corner-radius"
14893
+ },
14894
+ "path": [
14895
+ "legend-item",
14896
+ "marker",
14897
+ "corner-radius"
14898
+ ]
14899
+ }
13833
14900
  }
13834
14901
  },
13835
14902
  "focus": {
@@ -13850,6 +14917,23 @@
13850
14917
  "outline-color"
13851
14918
  ]
13852
14919
  },
14920
+ "secondary-outline-color": {
14921
+ "value": "#FFFFFF",
14922
+ "filePath": "src/focus.yml",
14923
+ "isSource": true,
14924
+ "original": {
14925
+ "value": "{neutral.color.100}"
14926
+ },
14927
+ "name": "FocusSecondaryOutlineColor",
14928
+ "attributes": {
14929
+ "category": "focus",
14930
+ "type": "secondary-outline-color"
14931
+ },
14932
+ "path": [
14933
+ "focus",
14934
+ "secondary-outline-color"
14935
+ ]
14936
+ },
13853
14937
  "outline-offset": {
13854
14938
  "value": "2px",
13855
14939
  "filePath": "src/focus.yml",
@@ -15030,209 +16114,63 @@
15030
16114
  }
15031
16115
  },
15032
16116
  "slider": {
15033
- "value-font-weight": {
15034
- "value": "bold",
15035
- "filePath": "src/form/slider.yml",
15036
- "isSource": true,
15037
- "original": {
15038
- "value": "{font-weight.bold}"
15039
- },
15040
- "name": "SliderValueFontWeight",
15041
- "attributes": {
15042
- "category": "slider",
15043
- "type": "value-font-weight"
15044
- },
15045
- "path": [
15046
- "slider",
15047
- "value-font-weight"
15048
- ]
15049
- },
15050
- "value-to-label-spacing": {
15051
- "value": "0.25rem",
15052
- "filePath": "src/form/slider.yml",
15053
- "isSource": true,
15054
- "original": {
15055
- "value": "{size-rem.xs}"
15056
- },
15057
- "name": "SliderValueToLabelSpacing",
15058
- "attributes": {
15059
- "category": "slider",
15060
- "type": "value-to-label-spacing"
15061
- },
15062
- "path": [
15063
- "slider",
15064
- "value-to-label-spacing"
15065
- ]
15066
- },
15067
- "text-to-track-spacing": {
15068
- "value": "0.25rem",
15069
- "filePath": "src/form/slider.yml",
15070
- "isSource": true,
15071
- "original": {
15072
- "value": "{size-rem.xs}"
15073
- },
15074
- "name": "SliderTextToTrackSpacing",
15075
- "attributes": {
15076
- "category": "slider",
15077
- "type": "text-to-track-spacing"
15078
- },
15079
- "path": [
15080
- "slider",
15081
- "text-to-track-spacing"
15082
- ]
15083
- },
15084
- "text-color": {
15085
- "disabled": {
15086
- "value": "#E6E6E6",
15087
- "filePath": "src/form/slider.yml",
15088
- "isSource": true,
15089
- "original": {
15090
- "value": "{disabled-plain-content-color}"
15091
- },
15092
- "name": "SliderTextColorDisabled",
15093
- "attributes": {
15094
- "category": "slider",
15095
- "type": "text-color",
15096
- "item": "disabled"
15097
- },
15098
- "path": [
15099
- "slider",
15100
- "text-color",
15101
- "disabled"
15102
- ]
15103
- }
15104
- },
15105
- "track-background-color": {
15106
- "default": {
15107
- "value": "#F0F5FF",
15108
- "filePath": "src/form/slider.yml",
15109
- "isSource": true,
15110
- "original": {
15111
- "value": "{primary-soft-background-color.default}"
15112
- },
15113
- "name": "SliderTrackBackgroundColorDefault",
15114
- "attributes": {
15115
- "category": "slider",
15116
- "type": "track-background-color",
15117
- "item": "default"
15118
- },
15119
- "path": [
15120
- "slider",
15121
- "track-background-color",
15122
- "default"
15123
- ]
15124
- },
15125
- "disabled": {
15126
- "value": "#F8F8F8",
15127
- "filePath": "src/form/slider.yml",
15128
- "isSource": true,
15129
- "original": {
15130
- "value": "{disabled-soft-background-color}"
15131
- },
15132
- "name": "SliderTrackBackgroundColorDisabled",
15133
- "attributes": {
15134
- "category": "slider",
15135
- "type": "track-background-color",
15136
- "item": "disabled"
15137
- },
15138
- "path": [
15139
- "slider",
15140
- "track-background-color",
15141
- "disabled"
15142
- ]
15143
- }
15144
- },
15145
- "track-background-color-fill": {
16117
+ "color": {
15146
16118
  "default": {
15147
- "value": "#0054F5",
16119
+ "value": "#002A7B",
15148
16120
  "filePath": "src/form/slider.yml",
15149
16121
  "isSource": true,
15150
16122
  "original": {
15151
- "value": "{primary-solid-background-color.default}"
16123
+ "value": "{primary.color.1000}"
15152
16124
  },
15153
- "name": "SliderTrackBackgroundColorFillDefault",
16125
+ "name": "SliderColorDefault",
15154
16126
  "attributes": {
15155
16127
  "category": "slider",
15156
- "type": "track-background-color-fill",
16128
+ "type": "color",
15157
16129
  "item": "default"
15158
16130
  },
15159
16131
  "path": [
15160
16132
  "slider",
15161
- "track-background-color-fill",
16133
+ "color",
15162
16134
  "default"
15163
16135
  ]
15164
16136
  },
15165
16137
  "disabled": {
15166
- "value": "#E6E6E6",
16138
+ "value": "#B1B1B1",
15167
16139
  "filePath": "src/form/slider.yml",
15168
16140
  "isSource": true,
15169
16141
  "original": {
15170
- "value": "{disabled-solid-background-color}"
16142
+ "value": "{neutral.color.600}"
15171
16143
  },
15172
- "name": "SliderTrackBackgroundColorFillDisabled",
16144
+ "name": "SliderColorDisabled",
15173
16145
  "attributes": {
15174
16146
  "category": "slider",
15175
- "type": "track-background-color-fill",
16147
+ "type": "color",
15176
16148
  "item": "disabled"
15177
16149
  },
15178
16150
  "path": [
15179
16151
  "slider",
15180
- "track-background-color-fill",
16152
+ "color",
15181
16153
  "disabled"
15182
16154
  ]
15183
16155
  }
15184
16156
  },
15185
- "track-height": {
15186
- "value": "0.25rem",
15187
- "filePath": "src/form/slider.yml",
15188
- "isSource": true,
15189
- "original": {
15190
- "value": "{size-rem.xs}"
15191
- },
15192
- "name": "SliderTrackHeight",
15193
- "attributes": {
15194
- "category": "slider",
15195
- "type": "track-height"
15196
- },
15197
- "path": [
15198
- "slider",
15199
- "track-height"
15200
- ]
15201
- },
15202
- "track-corner-radius": {
15203
- "value": "4px",
15204
- "filePath": "src/form/slider.yml",
15205
- "isSource": true,
15206
- "original": {
15207
- "value": "{corner-radius.default}"
15208
- },
15209
- "name": "SliderTrackCornerRadius",
15210
- "attributes": {
15211
- "category": "slider",
15212
- "type": "track-corner-radius"
15213
- },
15214
- "path": [
15215
- "slider",
15216
- "track-corner-radius"
15217
- ]
15218
- },
15219
- "thumb-border-color": {
16157
+ "track-color": {
15220
16158
  "default": {
15221
- "value": "#0054F5",
16159
+ "value": "#909090",
15222
16160
  "filePath": "src/form/slider.yml",
15223
16161
  "isSource": true,
15224
16162
  "original": {
15225
- "value": "{primary-solid-background-color.default}"
16163
+ "value": "{neutral.color.700}"
15226
16164
  },
15227
- "name": "SliderThumbBorderColorDefault",
16165
+ "name": "SliderTrackColorDefault",
15228
16166
  "attributes": {
15229
16167
  "category": "slider",
15230
- "type": "thumb-border-color",
16168
+ "type": "track-color",
15231
16169
  "item": "default"
15232
16170
  },
15233
16171
  "path": [
15234
16172
  "slider",
15235
- "thumb-border-color",
16173
+ "track-color",
15236
16174
  "default"
15237
16175
  ]
15238
16176
  },
@@ -15241,218 +16179,189 @@
15241
16179
  "filePath": "src/form/slider.yml",
15242
16180
  "isSource": true,
15243
16181
  "original": {
15244
- "value": "{disabled-solid-background-color}"
16182
+ "value": "{neutral.color.400}"
15245
16183
  },
15246
- "name": "SliderThumbBorderColorDisabled",
16184
+ "name": "SliderTrackColorDisabled",
15247
16185
  "attributes": {
15248
16186
  "category": "slider",
15249
- "type": "thumb-border-color",
16187
+ "type": "track-color",
15250
16188
  "item": "disabled"
15251
16189
  },
15252
16190
  "path": [
15253
16191
  "slider",
15254
- "thumb-border-color",
16192
+ "track-color",
15255
16193
  "disabled"
15256
16194
  ]
15257
16195
  }
15258
16196
  },
15259
- "thumb-border-width": {
15260
- "value": "0.25rem",
16197
+ "spacing-x": {
16198
+ "value": "0.5rem",
15261
16199
  "filePath": "src/form/slider.yml",
15262
16200
  "isSource": true,
15263
16201
  "original": {
15264
- "value": "{size-rem.xs}"
16202
+ "value": "{size-rem.s}"
15265
16203
  },
15266
- "name": "SliderThumbBorderWidth",
16204
+ "name": "SliderSpacingX",
15267
16205
  "attributes": {
15268
16206
  "category": "slider",
15269
- "type": "thumb-border-width"
16207
+ "type": "spacing-x"
15270
16208
  },
15271
16209
  "path": [
15272
16210
  "slider",
15273
- "thumb-border-width"
16211
+ "spacing-x"
15274
16212
  ]
15275
16213
  },
15276
- "thumb-border-style": {
15277
- "value": "solid",
16214
+ "spacing-y": {
16215
+ "value": "1rem",
15278
16216
  "filePath": "src/form/slider.yml",
15279
16217
  "isSource": true,
15280
16218
  "original": {
15281
- "value": "{border-style.default}"
16219
+ "value": "{size-rem.m}"
15282
16220
  },
15283
- "name": "SliderThumbBorderStyle",
16221
+ "name": "SliderSpacingY",
15284
16222
  "attributes": {
15285
16223
  "category": "slider",
15286
- "type": "thumb-border-style"
16224
+ "type": "spacing-y"
15287
16225
  },
15288
16226
  "path": [
15289
16227
  "slider",
15290
- "thumb-border-style"
16228
+ "spacing-y"
15291
16229
  ]
15292
16230
  },
15293
- "thumb-corner-radius": {
15294
- "value": "50%",
16231
+ "border-width": {
16232
+ "value": "4px",
15295
16233
  "filePath": "src/form/slider.yml",
15296
16234
  "isSource": true,
15297
16235
  "original": {
15298
- "value": "{corner-radius.round}"
16236
+ "value": "{border-width.300}"
15299
16237
  },
15300
- "name": "SliderThumbCornerRadius",
16238
+ "name": "SliderBorderWidth",
15301
16239
  "attributes": {
15302
16240
  "category": "slider",
15303
- "type": "thumb-corner-radius"
16241
+ "type": "border-width"
15304
16242
  },
15305
16243
  "path": [
15306
16244
  "slider",
15307
- "thumb-corner-radius"
16245
+ "border-width"
15308
16246
  ]
15309
16247
  },
15310
- "thumb-size": {
15311
- "value": "1.5rem",
16248
+ "border-style": {
16249
+ "value": "solid",
15312
16250
  "filePath": "src/form/slider.yml",
15313
16251
  "isSource": true,
15314
16252
  "original": {
15315
- "value": "{size-rem.l}"
16253
+ "value": "{border-style.default}"
15316
16254
  },
15317
- "name": "SliderThumbSize",
16255
+ "name": "SliderBorderStyle",
15318
16256
  "attributes": {
15319
16257
  "category": "slider",
15320
- "type": "thumb-size"
16258
+ "type": "border-style"
15321
16259
  },
15322
16260
  "path": [
15323
16261
  "slider",
15324
- "thumb-size"
16262
+ "border-style"
15325
16263
  ]
15326
16264
  },
15327
- "thumb-background-color": {
15328
- "default": {
15329
- "value": "#FFFFFF",
15330
- "filePath": "src/form/slider.yml",
15331
- "isSource": true,
15332
- "original": {
15333
- "value": "{neutral.color.100}"
15334
- },
15335
- "name": "SliderThumbBackgroundColorDefault",
15336
- "attributes": {
15337
- "category": "slider",
15338
- "type": "thumb-background-color",
15339
- "item": "default"
15340
- },
15341
- "path": [
15342
- "slider",
15343
- "thumb-background-color",
15344
- "default"
15345
- ]
16265
+ "corner-radius": {
16266
+ "value": "4px",
16267
+ "filePath": "src/form/slider.yml",
16268
+ "isSource": true,
16269
+ "original": {
16270
+ "value": "{corner-radius.default}"
15346
16271
  },
15347
- "pressed": {
15348
- "value": "#0054F5",
15349
- "filePath": "src/form/slider.yml",
15350
- "isSource": true,
15351
- "original": {
15352
- "value": "{primary-solid-background-color.default}"
15353
- },
15354
- "name": "SliderThumbBackgroundColorPressed",
15355
- "attributes": {
15356
- "category": "slider",
15357
- "type": "thumb-background-color",
15358
- "item": "pressed"
15359
- },
15360
- "path": [
15361
- "slider",
15362
- "thumb-background-color",
15363
- "pressed"
15364
- ]
15365
- }
16272
+ "name": "SliderCornerRadius",
16273
+ "attributes": {
16274
+ "category": "slider",
16275
+ "type": "corner-radius"
16276
+ },
16277
+ "path": [
16278
+ "slider",
16279
+ "corner-radius"
16280
+ ]
15366
16281
  },
15367
- "initial-marker-height": {
15368
- "value": "1rem",
16282
+ "value-font-weight": {
16283
+ "value": "bold",
15369
16284
  "filePath": "src/form/slider.yml",
15370
16285
  "isSource": true,
15371
16286
  "original": {
15372
- "value": "{size-rem.m}"
16287
+ "value": "{font-weight.bold}"
15373
16288
  },
15374
- "name": "SliderInitialMarkerHeight",
16289
+ "name": "SliderValueFontWeight",
15375
16290
  "attributes": {
15376
16291
  "category": "slider",
15377
- "type": "initial-marker-height"
16292
+ "type": "value-font-weight"
15378
16293
  },
15379
16294
  "path": [
15380
16295
  "slider",
15381
- "initial-marker-height"
16296
+ "value-font-weight"
15382
16297
  ]
15383
16298
  },
15384
- "initial-marker-width": {
15385
- "value": "0.25rem",
16299
+ "handle-corner-radius": {
16300
+ "value": "50%",
15386
16301
  "filePath": "src/form/slider.yml",
15387
16302
  "isSource": true,
15388
16303
  "original": {
15389
- "value": "{size-rem.xs}"
16304
+ "value": "{corner-radius.round}"
15390
16305
  },
15391
- "name": "SliderInitialMarkerWidth",
16306
+ "name": "SliderHandleCornerRadius",
15392
16307
  "attributes": {
15393
16308
  "category": "slider",
15394
- "type": "initial-marker-width"
16309
+ "type": "handle-corner-radius"
15395
16310
  },
15396
16311
  "path": [
15397
16312
  "slider",
15398
- "initial-marker-width"
16313
+ "handle-corner-radius"
15399
16314
  ]
15400
16315
  },
15401
- "initial-marker-background-color": {
15402
- "default": {
15403
- "value": "#0054F5",
15404
- "filePath": "src/form/slider.yml",
15405
- "isSource": true,
15406
- "original": {
15407
- "value": "{primary-solid-background-color.default}"
15408
- },
15409
- "name": "SliderInitialMarkerBackgroundColorDefault",
15410
- "attributes": {
15411
- "category": "slider",
15412
- "type": "initial-marker-background-color",
15413
- "item": "default"
15414
- },
15415
- "path": [
15416
- "slider",
15417
- "initial-marker-background-color",
15418
- "default"
15419
- ]
16316
+ "handle-size": {
16317
+ "value": "1.5rem",
16318
+ "filePath": "src/form/slider.yml",
16319
+ "isSource": true,
16320
+ "original": {
16321
+ "value": "{size-rem.l}"
15420
16322
  },
15421
- "disabled": {
15422
- "value": "#E6E6E6",
15423
- "filePath": "src/form/slider.yml",
15424
- "isSource": true,
15425
- "original": {
15426
- "value": "{disabled-solid-background-color}"
15427
- },
15428
- "name": "SliderInitialMarkerBackgroundColorDisabled",
15429
- "attributes": {
15430
- "category": "slider",
15431
- "type": "initial-marker-background-color",
15432
- "item": "disabled"
15433
- },
15434
- "path": [
15435
- "slider",
15436
- "initial-marker-background-color",
15437
- "disabled"
15438
- ]
15439
- }
16323
+ "name": "SliderHandleSize",
16324
+ "attributes": {
16325
+ "category": "slider",
16326
+ "type": "handle-size"
16327
+ },
16328
+ "path": [
16329
+ "slider",
16330
+ "handle-size"
16331
+ ]
15440
16332
  },
15441
- "initial-marker-corner-radius": {
15442
- "value": "4px",
16333
+ "handle-fill-color": {
16334
+ "value": "#FFFFFF",
15443
16335
  "filePath": "src/form/slider.yml",
15444
16336
  "isSource": true,
15445
16337
  "original": {
15446
- "value": "{corner-radius.default}"
16338
+ "value": "{neutral.color.100}"
16339
+ },
16340
+ "name": "SliderHandleFillColor",
16341
+ "attributes": {
16342
+ "category": "slider",
16343
+ "type": "handle-fill-color"
16344
+ },
16345
+ "path": [
16346
+ "slider",
16347
+ "handle-fill-color"
16348
+ ]
16349
+ },
16350
+ "initial-marker-height": {
16351
+ "value": "1rem",
16352
+ "filePath": "src/form/slider.yml",
16353
+ "isSource": true,
16354
+ "original": {
16355
+ "value": "{size-rem.m}"
15447
16356
  },
15448
- "name": "SliderInitialMarkerCornerRadius",
16357
+ "name": "SliderInitialMarkerHeight",
15449
16358
  "attributes": {
15450
16359
  "category": "slider",
15451
- "type": "initial-marker-corner-radius"
16360
+ "type": "initial-marker-height"
15452
16361
  },
15453
16362
  "path": [
15454
16363
  "slider",
15455
- "initial-marker-corner-radius"
16364
+ "initial-marker-height"
15456
16365
  ]
15457
16366
  }
15458
16367
  },
@@ -16251,38 +17160,38 @@
16251
17160
  }
16252
17161
  },
16253
17162
  "link": {
16254
- "font-size": {
16255
- "value": "0.875rem",
17163
+ "line-height": {
17164
+ "value": "calc(1rem * 1.5)",
16256
17165
  "filePath": "src/navigation/link.yml",
16257
17166
  "isSource": true,
16258
17167
  "original": {
16259
- "value": "{font-size-text.s}"
17168
+ "value": "{line-height.m}"
16260
17169
  },
16261
- "name": "LinkFontSize",
17170
+ "name": "LinkLineHeight",
16262
17171
  "attributes": {
16263
17172
  "category": "link",
16264
- "type": "font-size"
17173
+ "type": "line-height"
16265
17174
  },
16266
17175
  "path": [
16267
17176
  "link",
16268
- "font-size"
17177
+ "line-height"
16269
17178
  ]
16270
17179
  },
16271
- "line-height": {
16272
- "value": "calc(1rem * 1.5)",
17180
+ "icon-height": {
17181
+ "value": "calc(1rem * 1.25)",
16273
17182
  "filePath": "src/navigation/link.yml",
16274
17183
  "isSource": true,
16275
17184
  "original": {
16276
- "value": "{line-height.m}"
17185
+ "value": "calc({font-size-text.m} * 1.25)"
16277
17186
  },
16278
- "name": "LinkLineHeight",
17187
+ "name": "LinkIconHeight",
16279
17188
  "attributes": {
16280
17189
  "category": "link",
16281
- "type": "line-height"
17190
+ "type": "icon-height"
16282
17191
  },
16283
17192
  "path": [
16284
17193
  "link",
16285
- "line-height"
17194
+ "icon-height"
16286
17195
  ]
16287
17196
  },
16288
17197
  "font-weight": {
@@ -16723,25 +17632,6 @@
16723
17632
  ]
16724
17633
  }
16725
17634
  },
16726
- "tab-panel": {
16727
- "padding": {
16728
- "value": "32px",
16729
- "filePath": "src/navigation/tabs.yml",
16730
- "isSource": true,
16731
- "original": {
16732
- "value": "{size-px.xl}"
16733
- },
16734
- "name": "TabPanelPadding",
16735
- "attributes": {
16736
- "category": "tab-panel",
16737
- "type": "padding"
16738
- },
16739
- "path": [
16740
- "tab-panel",
16741
- "padding"
16742
- ]
16743
- }
16744
- },
16745
17635
  "contextual-help": {
16746
17636
  "max-width": {
16747
17637
  "value": "500px",
@@ -16921,6 +17811,25 @@
16921
17811
  "size",
16922
17812
  "m"
16923
17813
  ]
17814
+ },
17815
+ "l": {
17816
+ "value": "1300px",
17817
+ "filePath": "src/overlays/modal.yml",
17818
+ "isSource": true,
17819
+ "original": {
17820
+ "value": "1300px"
17821
+ },
17822
+ "name": "ModalSizeL",
17823
+ "attributes": {
17824
+ "category": "modal",
17825
+ "type": "size",
17826
+ "item": "l"
17827
+ },
17828
+ "path": [
17829
+ "modal",
17830
+ "size",
17831
+ "l"
17832
+ ]
16924
17833
  }
16925
17834
  },
16926
17835
  "footer-background-color": {
@@ -17981,76 +18890,6 @@
17981
18890
  ]
17982
18891
  }
17983
18892
  },
17984
- "alert-icon": {
17985
- "info-color": {
17986
- "value": "#003FB8",
17987
- "filePath": "src/status/alert-icon.yml",
17988
- "isSource": true,
17989
- "original": {
17990
- "value": "{info-outline-content-color}"
17991
- },
17992
- "name": "AlertIconInfoColor",
17993
- "attributes": {
17994
- "category": "alert-icon",
17995
- "type": "info-color"
17996
- },
17997
- "path": [
17998
- "alert-icon",
17999
- "info-color"
18000
- ]
18001
- },
18002
- "warning-color": {
18003
- "value": "#C25200",
18004
- "filePath": "src/status/alert-icon.yml",
18005
- "isSource": true,
18006
- "original": {
18007
- "value": "{warning-outline-content-color}"
18008
- },
18009
- "name": "AlertIconWarningColor",
18010
- "attributes": {
18011
- "category": "alert-icon",
18012
- "type": "warning-color"
18013
- },
18014
- "path": [
18015
- "alert-icon",
18016
- "warning-color"
18017
- ]
18018
- },
18019
- "danger-color": {
18020
- "value": "#B4193A",
18021
- "filePath": "src/status/alert-icon.yml",
18022
- "isSource": true,
18023
- "original": {
18024
- "value": "{danger-outline-content-color}"
18025
- },
18026
- "name": "AlertIconDangerColor",
18027
- "attributes": {
18028
- "category": "alert-icon",
18029
- "type": "danger-color"
18030
- },
18031
- "path": [
18032
- "alert-icon",
18033
- "danger-color"
18034
- ]
18035
- },
18036
- "success-color": {
18037
- "value": "#005F42",
18038
- "filePath": "src/status/alert-icon.yml",
18039
- "isSource": true,
18040
- "original": {
18041
- "value": "{success-outline-content-color}"
18042
- },
18043
- "name": "AlertIconSuccessColor",
18044
- "attributes": {
18045
- "category": "alert-icon",
18046
- "type": "success-color"
18047
- },
18048
- "path": [
18049
- "alert-icon",
18050
- "success-color"
18051
- ]
18052
- }
18053
- },
18054
18893
  "alert": {
18055
18894
  "padding": {
18056
18895
  "value": "16px",
@@ -21139,6 +21978,25 @@
21139
21978
  }
21140
21979
  }
21141
21980
  },
21981
+ "password-creation-field": {
21982
+ "rule-to-rule-spacing": {
21983
+ "value": "8px",
21984
+ "filePath": "src/status/password-creation-field.yml",
21985
+ "isSource": true,
21986
+ "original": {
21987
+ "value": "{size-px.s}"
21988
+ },
21989
+ "name": "PasswordCreationFieldRuleToRuleSpacing",
21990
+ "attributes": {
21991
+ "category": "password-creation-field",
21992
+ "type": "rule-to-rule-spacing"
21993
+ },
21994
+ "path": [
21995
+ "password-creation-field",
21996
+ "rule-to-rule-spacing"
21997
+ ]
21998
+ }
21999
+ },
21142
22000
  "progress-bar": {
21143
22001
  "font-size": {
21144
22002
  "value": "1rem",
@@ -21225,39 +22083,81 @@
21225
22083
  "spacing-x"
21226
22084
  ]
21227
22085
  },
21228
- "height": {
21229
- "value": "0.5rem",
22086
+ "spacing-bar-to-legend": {
22087
+ "value": "16px",
21230
22088
  "filePath": "src/status/progress-bar.yml",
21231
22089
  "isSource": true,
21232
22090
  "original": {
21233
- "value": "{size-rem.s}"
22091
+ "value": "{size-px.m}"
21234
22092
  },
21235
- "name": "ProgressBarHeight",
22093
+ "name": "ProgressBarSpacingBarToLegend",
21236
22094
  "attributes": {
21237
22095
  "category": "progress-bar",
21238
- "type": "height"
22096
+ "type": "spacing-bar-to-legend"
21239
22097
  },
21240
22098
  "path": [
21241
22099
  "progress-bar",
21242
- "height"
22100
+ "spacing-bar-to-legend"
21243
22101
  ]
21244
22102
  },
21245
- "height-s": {
21246
- "value": "0.375rem",
21247
- "filePath": "src/status/progress-bar.yml",
21248
- "isSource": true,
21249
- "original": {
21250
- "value": "0.375rem"
22103
+ "height": {
22104
+ "m": {
22105
+ "value": "1rem",
22106
+ "filePath": "src/status/progress-bar.yml",
22107
+ "isSource": true,
22108
+ "original": {
22109
+ "value": "{size-rem.m}"
22110
+ },
22111
+ "name": "ProgressBarHeightM",
22112
+ "attributes": {
22113
+ "category": "progress-bar",
22114
+ "type": "height",
22115
+ "item": "m"
22116
+ },
22117
+ "path": [
22118
+ "progress-bar",
22119
+ "height",
22120
+ "m"
22121
+ ]
21251
22122
  },
21252
- "name": "ProgressBarHeightS",
21253
- "attributes": {
21254
- "category": "progress-bar",
21255
- "type": "height-s"
22123
+ "s": {
22124
+ "value": "0.5rem",
22125
+ "filePath": "src/status/progress-bar.yml",
22126
+ "isSource": true,
22127
+ "original": {
22128
+ "value": "{size-rem.s}"
22129
+ },
22130
+ "name": "ProgressBarHeightS",
22131
+ "attributes": {
22132
+ "category": "progress-bar",
22133
+ "type": "height",
22134
+ "item": "s"
22135
+ },
22136
+ "path": [
22137
+ "progress-bar",
22138
+ "height",
22139
+ "s"
22140
+ ]
21256
22141
  },
21257
- "path": [
21258
- "progress-bar",
21259
- "height-s"
21260
- ]
22142
+ "l": {
22143
+ "value": "1.5rem",
22144
+ "filePath": "src/status/progress-bar.yml",
22145
+ "isSource": true,
22146
+ "original": {
22147
+ "value": "{size-rem.l}"
22148
+ },
22149
+ "name": "ProgressBarHeightL",
22150
+ "attributes": {
22151
+ "category": "progress-bar",
22152
+ "type": "height",
22153
+ "item": "l"
22154
+ },
22155
+ "path": [
22156
+ "progress-bar",
22157
+ "height",
22158
+ "l"
22159
+ ]
22160
+ }
21261
22161
  },
21262
22162
  "corner-radius": {
21263
22163
  "value": "0.25rem",
@@ -21311,11 +22211,11 @@
21311
22211
  ]
21312
22212
  },
21313
22213
  "background-color": {
21314
- "value": "transparent",
22214
+ "value": "#F8F8F8",
21315
22215
  "filePath": "src/status/progress-bar.yml",
21316
22216
  "isSource": true,
21317
22217
  "original": {
21318
- "value": "{neutral-outline-background-color.default}"
22218
+ "value": "{neutral.color.300}"
21319
22219
  },
21320
22220
  "name": "ProgressBarBackgroundColor",
21321
22221
  "attributes": {
@@ -21394,6 +22294,195 @@
21394
22294
  "progress-bar",
21395
22295
  "danger-fill-background-color"
21396
22296
  ]
22297
+ },
22298
+ "indeterminate-fill-background-color": {
22299
+ "value": "#6D6D6D",
22300
+ "filePath": "src/status/progress-bar.yml",
22301
+ "isSource": true,
22302
+ "original": {
22303
+ "value": "{neutral-solid-background-color.default}"
22304
+ },
22305
+ "name": "ProgressBarIndeterminateFillBackgroundColor",
22306
+ "attributes": {
22307
+ "category": "progress-bar",
22308
+ "type": "indeterminate-fill-background-color"
22309
+ },
22310
+ "path": [
22311
+ "progress-bar",
22312
+ "indeterminate-fill-background-color"
22313
+ ]
22314
+ }
22315
+ },
22316
+ "accent-box": {
22317
+ "background-color-neutral": {
22318
+ "value": "#F8F8F8",
22319
+ "filePath": "src/structure/accent-box.yml",
22320
+ "isSource": true,
22321
+ "original": {
22322
+ "value": "{neutral.color.300}"
22323
+ },
22324
+ "name": "AccentBoxBackgroundColorNeutral",
22325
+ "attributes": {
22326
+ "category": "accent-box",
22327
+ "type": "background-color-neutral"
22328
+ },
22329
+ "path": [
22330
+ "accent-box",
22331
+ "background-color-neutral"
22332
+ ]
22333
+ },
22334
+ "background-color-green": {
22335
+ "value": "#D8F5D6",
22336
+ "filePath": "src/structure/accent-box.yml",
22337
+ "isSource": true,
22338
+ "original": {
22339
+ "value": "#D8F5D6"
22340
+ },
22341
+ "name": "AccentBoxBackgroundColorGreen",
22342
+ "attributes": {
22343
+ "category": "accent-box",
22344
+ "type": "background-color-green"
22345
+ },
22346
+ "path": [
22347
+ "accent-box",
22348
+ "background-color-green"
22349
+ ]
22350
+ },
22351
+ "background-color-gradient": {
22352
+ "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%)",
22353
+ "filePath": "src/structure/accent-box.yml",
22354
+ "isSource": true,
22355
+ "original": {
22356
+ "value": "{color.gradient}"
22357
+ },
22358
+ "name": "AccentBoxBackgroundColorGradient",
22359
+ "attributes": {
22360
+ "category": "accent-box",
22361
+ "type": "background-color-gradient"
22362
+ },
22363
+ "path": [
22364
+ "accent-box",
22365
+ "background-color-gradient"
22366
+ ]
22367
+ },
22368
+ "background-color-blue": {
22369
+ "value": "#F0F5FF",
22370
+ "filePath": "src/structure/accent-box.yml",
22371
+ "isSource": true,
22372
+ "original": {
22373
+ "value": "{color.hosting-blue.100}"
22374
+ },
22375
+ "name": "AccentBoxBackgroundColorBlue",
22376
+ "attributes": {
22377
+ "category": "accent-box",
22378
+ "type": "background-color-blue"
22379
+ },
22380
+ "path": [
22381
+ "accent-box",
22382
+ "background-color-blue"
22383
+ ]
22384
+ },
22385
+ "icon-color-blue": {
22386
+ "value": "#E0EBFF",
22387
+ "filePath": "src/structure/accent-box.yml",
22388
+ "isSource": true,
22389
+ "original": {
22390
+ "value": "{color.hosting-blue.200}"
22391
+ },
22392
+ "name": "AccentBoxIconColorBlue",
22393
+ "attributes": {
22394
+ "category": "accent-box",
22395
+ "type": "icon-color-blue"
22396
+ },
22397
+ "path": [
22398
+ "accent-box",
22399
+ "icon-color-blue"
22400
+ ]
22401
+ },
22402
+ "icon-color-green": {
22403
+ "value": "#c4e3c1",
22404
+ "filePath": "src/structure/accent-box.yml",
22405
+ "isSource": true,
22406
+ "original": {
22407
+ "value": "#c4e3c1"
22408
+ },
22409
+ "name": "AccentBoxIconColorGreen",
22410
+ "attributes": {
22411
+ "category": "accent-box",
22412
+ "type": "icon-color-green"
22413
+ },
22414
+ "path": [
22415
+ "accent-box",
22416
+ "icon-color-green"
22417
+ ]
22418
+ },
22419
+ "icon-color-gradient": {
22420
+ "value": "#002b7b14",
22421
+ "filePath": "src/structure/accent-box.yml",
22422
+ "isSource": true,
22423
+ "original": {
22424
+ "value": "#002b7b14"
22425
+ },
22426
+ "name": "AccentBoxIconColorGradient",
22427
+ "attributes": {
22428
+ "category": "accent-box",
22429
+ "type": "icon-color-gradient"
22430
+ },
22431
+ "path": [
22432
+ "accent-box",
22433
+ "icon-color-gradient"
22434
+ ]
22435
+ },
22436
+ "icon-color-neutral": {
22437
+ "value": "#E6E6E6",
22438
+ "filePath": "src/structure/accent-box.yml",
22439
+ "isSource": true,
22440
+ "original": {
22441
+ "value": "{neutral.color.400}"
22442
+ },
22443
+ "name": "AccentBoxIconColorNeutral",
22444
+ "attributes": {
22445
+ "category": "accent-box",
22446
+ "type": "icon-color-neutral"
22447
+ },
22448
+ "path": [
22449
+ "accent-box",
22450
+ "icon-color-neutral"
22451
+ ]
22452
+ },
22453
+ "padding": {
22454
+ "value": "16px",
22455
+ "filePath": "src/structure/accent-box.yml",
22456
+ "isSource": true,
22457
+ "original": {
22458
+ "value": "{size-px.m}"
22459
+ },
22460
+ "name": "AccentBoxPadding",
22461
+ "attributes": {
22462
+ "category": "accent-box",
22463
+ "type": "padding"
22464
+ },
22465
+ "path": [
22466
+ "accent-box",
22467
+ "padding"
22468
+ ]
22469
+ },
22470
+ "corner-radius": {
22471
+ "value": "4px",
22472
+ "filePath": "src/structure/accent-box.yml",
22473
+ "isSource": true,
22474
+ "original": {
22475
+ "value": "{corner-radius.default}"
22476
+ },
22477
+ "name": "AccentBoxCornerRadius",
22478
+ "attributes": {
22479
+ "category": "accent-box",
22480
+ "type": "corner-radius"
22481
+ },
22482
+ "path": [
22483
+ "accent-box",
22484
+ "corner-radius"
22485
+ ]
21397
22486
  }
21398
22487
  },
21399
22488
  "accordion": {
@@ -21600,7 +22689,7 @@
21600
22689
  ]
21601
22690
  }
21602
22691
  },
21603
- "text-copyButton": {
22692
+ "text-button": {
21604
22693
  "spacing": {
21605
22694
  "value": "0.25rem",
21606
22695
  "filePath": "src/structure/align.yml",
@@ -21608,15 +22697,36 @@
21608
22697
  "original": {
21609
22698
  "value": "{size-rem.xs}"
21610
22699
  },
21611
- "name": "AlignTextCopyButtonSpacing",
22700
+ "name": "AlignTextButtonSpacing",
22701
+ "attributes": {
22702
+ "category": "align",
22703
+ "type": "text-button",
22704
+ "item": "spacing"
22705
+ },
22706
+ "path": [
22707
+ "align",
22708
+ "text-button",
22709
+ "spacing"
22710
+ ]
22711
+ }
22712
+ },
22713
+ "icon-text": {
22714
+ "spacing": {
22715
+ "value": "0.5rem",
22716
+ "filePath": "src/structure/align.yml",
22717
+ "isSource": true,
22718
+ "original": {
22719
+ "value": "{size-rem.s}"
22720
+ },
22721
+ "name": "AlignIconTextSpacing",
21612
22722
  "attributes": {
21613
22723
  "category": "align",
21614
- "type": "text-copyButton",
22724
+ "type": "icon-text",
21615
22725
  "item": "spacing"
21616
22726
  },
21617
22727
  "path": [
21618
22728
  "align",
21619
- "text-copyButton",
22729
+ "icon-text",
21620
22730
  "spacing"
21621
22731
  ]
21622
22732
  }
@@ -21738,11 +22848,11 @@
21738
22848
  ]
21739
22849
  },
21740
22850
  "padding": {
21741
- "value": "32px",
22851
+ "value": "24px",
21742
22852
  "filePath": "src/structure/layout-card.yml",
21743
22853
  "isSource": true,
21744
22854
  "original": {
21745
- "value": "{size-px.xl}"
22855
+ "value": "{size-px.l}"
21746
22856
  },
21747
22857
  "name": "LayoutCardPadding",
21748
22858
  "attributes": {
@@ -21754,6 +22864,23 @@
21754
22864
  "padding"
21755
22865
  ]
21756
22866
  },
22867
+ "padding-mobile": {
22868
+ "value": "16px",
22869
+ "filePath": "src/structure/layout-card.yml",
22870
+ "isSource": true,
22871
+ "original": {
22872
+ "value": "{size-px.m}"
22873
+ },
22874
+ "name": "LayoutCardPaddingMobile",
22875
+ "attributes": {
22876
+ "category": "layout-card",
22877
+ "type": "padding-mobile"
22878
+ },
22879
+ "path": [
22880
+ "layout-card",
22881
+ "padding-mobile"
22882
+ ]
22883
+ },
21757
22884
  "box-shadow": {
21758
22885
  "value": "rgba(0, 0, 0, 0.1) 0 4px 8px",
21759
22886
  "filePath": "src/structure/layout-card.yml",
@@ -21806,6 +22933,23 @@
21806
22933
  "list",
21807
22934
  "block-to-block-spacing"
21808
22935
  ]
22936
+ },
22937
+ "filter-to-search-spacing": {
22938
+ "value": "32px",
22939
+ "filePath": "src/structure/list.yml",
22940
+ "isSource": true,
22941
+ "original": {
22942
+ "value": "{size-px.xl}"
22943
+ },
22944
+ "name": "ListFilterToSearchSpacing",
22945
+ "attributes": {
22946
+ "category": "list",
22947
+ "type": "filter-to-search-spacing"
22948
+ },
22949
+ "path": [
22950
+ "list",
22951
+ "filter-to-search-spacing"
22952
+ ]
21809
22953
  }
21810
22954
  },
21811
22955
  "list-item": {
@@ -22040,21 +23184,38 @@
22040
23184
  "spacing"
22041
23185
  ]
22042
23186
  },
22043
- "sub-heading-spacing": {
22044
- "value": "1rem",
23187
+ "sub-heading-spacing-m": {
23188
+ "value": "1.5rem",
22045
23189
  "filePath": "src/structure/section.yml",
22046
23190
  "isSource": true,
22047
23191
  "original": {
22048
- "value": "{size-rem.m}"
23192
+ "value": "{size-rem.l}"
23193
+ },
23194
+ "name": "SectionSubHeadingSpacingM",
23195
+ "attributes": {
23196
+ "category": "section",
23197
+ "type": "sub-heading-spacing-m"
23198
+ },
23199
+ "path": [
23200
+ "section",
23201
+ "sub-heading-spacing-m"
23202
+ ]
23203
+ },
23204
+ "sub-heading-spacing-s": {
23205
+ "value": "0.5rem",
23206
+ "filePath": "src/structure/section.yml",
23207
+ "isSource": true,
23208
+ "original": {
23209
+ "value": "{size-rem.s}"
22049
23210
  },
22050
- "name": "SectionSubHeadingSpacing",
23211
+ "name": "SectionSubHeadingSpacingS",
22051
23212
  "attributes": {
22052
23213
  "category": "section",
22053
- "type": "sub-heading-spacing"
23214
+ "type": "sub-heading-spacing-s"
22054
23215
  },
22055
23216
  "path": [
22056
23217
  "section",
22057
- "sub-heading-spacing"
23218
+ "sub-heading-spacing-s"
22058
23219
  ]
22059
23220
  }
22060
23221
  },
@@ -22128,6 +23289,23 @@
22128
23289
  "separator",
22129
23290
  "height"
22130
23291
  ]
23292
+ },
23293
+ "border-style": {
23294
+ "value": "solid",
23295
+ "filePath": "src/structure/separator.yml",
23296
+ "isSource": true,
23297
+ "original": {
23298
+ "value": "{border-style.default}"
23299
+ },
23300
+ "name": "SeparatorBorderStyle",
23301
+ "attributes": {
23302
+ "category": "separator",
23303
+ "type": "border-style"
23304
+ },
23305
+ "path": [
23306
+ "separator",
23307
+ "border-style"
23308
+ ]
22131
23309
  }
22132
23310
  },
22133
23311
  "table": {