@mittwald/flow-design-tokens 0.2.0-alpha.41 → 0.2.0-alpha.410

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": {
@@ -13599,143 +14281,79 @@
13599
14281
  ]
13600
14282
  }
13601
14283
  },
13602
- "message": {
13603
- "corner-radius": {
13604
- "value": "4px",
13605
- "filePath": "src/content/message.yml",
13606
- "isSource": true,
13607
- "original": {
13608
- "value": "{corner-radius.default}"
13609
- },
13610
- "name": "MessageCornerRadius",
13611
- "attributes": {
13612
- "category": "message",
13613
- "type": "corner-radius"
13614
- },
13615
- "path": [
13616
- "message",
13617
- "corner-radius"
13618
- ]
13619
- },
13620
- "padding-y": {
13621
- "value": "8px",
13622
- "filePath": "src/content/message.yml",
13623
- "isSource": true,
13624
- "original": {
13625
- "value": "{size-px.s}"
13626
- },
13627
- "name": "MessagePaddingY",
13628
- "attributes": {
13629
- "category": "message",
13630
- "type": "padding-y"
13631
- },
13632
- "path": [
13633
- "message",
13634
- "padding-y"
13635
- ]
13636
- },
13637
- "padding-x": {
13638
- "value": "16px",
13639
- "filePath": "src/content/message.yml",
13640
- "isSource": true,
13641
- "original": {
13642
- "value": "{size-px.m}"
13643
- },
13644
- "name": "MessagePaddingX",
13645
- "attributes": {
13646
- "category": "message",
13647
- "type": "padding-x"
13648
- },
13649
- "path": [
13650
- "message",
13651
- "padding-x"
13652
- ]
13653
- },
13654
- "spacing-y": {
13655
- "value": "0.5rem",
13656
- "filePath": "src/content/message.yml",
13657
- "isSource": true,
13658
- "original": {
13659
- "value": "{size-rem.s}"
13660
- },
13661
- "name": "MessageSpacingY",
13662
- "attributes": {
13663
- "category": "message",
13664
- "type": "spacing-y"
13665
- },
13666
- "path": [
13667
- "message",
13668
- "spacing-y"
13669
- ]
13670
- },
13671
- "spacing-x": {
13672
- "value": "1rem",
13673
- "filePath": "src/content/message.yml",
13674
- "isSource": true,
13675
- "original": {
13676
- "value": "{size-rem.m}"
13677
- },
13678
- "name": "MessageSpacingX",
13679
- "attributes": {
13680
- "category": "message",
13681
- "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
+ ]
13682
14304
  },
13683
- "path": [
13684
- "message",
13685
- "spacing-x"
13686
- ]
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
+ }
13687
14324
  },
13688
- "background-color-responder": {
13689
- "value": "#E6E6E6",
13690
- "filePath": "src/content/message.yml",
14325
+ "star-color": {
14326
+ "value": "#909090",
14327
+ "filePath": "src/content/rating.yml",
13691
14328
  "isSource": true,
13692
14329
  "original": {
13693
- "value": "{color.gray.400}"
14330
+ "value": "{neutral.color.700}"
13694
14331
  },
13695
- "name": "MessageBackgroundColorResponder",
14332
+ "name": "RatingStarColor",
13696
14333
  "attributes": {
13697
- "category": "message",
13698
- "type": "background-color-responder"
14334
+ "category": "rating",
14335
+ "type": "star-color"
13699
14336
  },
13700
14337
  "path": [
13701
- "message",
13702
- "background-color-responder"
14338
+ "rating",
14339
+ "star-color"
13703
14340
  ]
13704
14341
  },
13705
- "background-color-sender": {
13706
- "value": "#E0EBFF",
13707
- "filePath": "src/content/message.yml",
13708
- "isSource": true,
13709
- "original": {
13710
- "value": "{color.hosting-blue.200}"
13711
- },
13712
- "name": "MessageBackgroundColorSender",
13713
- "attributes": {
13714
- "category": "message",
13715
- "type": "background-color-sender"
13716
- },
13717
- "path": [
13718
- "message",
13719
- "background-color-sender"
13720
- ]
13721
- }
13722
- },
13723
- "message-thread": {
13724
- "spacing": {
13725
- "value": "1.5rem",
13726
- "filePath": "src/content/messageThread.yml",
14342
+ "star-filled-color": {
14343
+ "value": "#002A7B",
14344
+ "filePath": "src/content/rating.yml",
13727
14345
  "isSource": true,
13728
14346
  "original": {
13729
- "value": "{size-rem.l}"
14347
+ "value": "{primary.color.1000}"
13730
14348
  },
13731
- "name": "MessageThreadSpacing",
14349
+ "name": "RatingStarFilledColor",
13732
14350
  "attributes": {
13733
- "category": "message-thread",
13734
- "type": "spacing"
14351
+ "category": "rating",
14352
+ "type": "star-filled-color"
13735
14353
  },
13736
14354
  "path": [
13737
- "message-thread",
13738
- "spacing"
14355
+ "rating",
14356
+ "star-filled-color"
13739
14357
  ]
13740
14358
  }
13741
14359
  },
@@ -13888,36 +14506,593 @@
13888
14506
  },
13889
14507
  "blockquote-padding": {
13890
14508
  "value": "0.5rem",
13891
- "filePath": "src/content/text.yml",
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",
14953
+ "isSource": true,
14954
+ "original": {
14955
+ "value": "{warning-solid-background-color.default}"
14956
+ },
14957
+ "name": "DonutChartWarningFillBackgroundColor",
14958
+ "attributes": {
14959
+ "category": "donut-chart",
14960
+ "type": "warning-fill-background-color"
14961
+ },
14962
+ "path": [
14963
+ "donut-chart",
14964
+ "warning-fill-background-color"
14965
+ ]
14966
+ },
14967
+ "danger-fill-background-color": {
14968
+ "value": "#E1244C",
14969
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14970
+ "isSource": true,
14971
+ "original": {
14972
+ "value": "{danger-solid-background-color.default}"
14973
+ },
14974
+ "name": "DonutChartDangerFillBackgroundColor",
14975
+ "attributes": {
14976
+ "category": "donut-chart",
14977
+ "type": "danger-fill-background-color"
14978
+ },
14979
+ "path": [
14980
+ "donut-chart",
14981
+ "danger-fill-background-color"
14982
+ ]
14983
+ }
14984
+ },
14985
+ "legend": {
14986
+ "spacing-x": {
14987
+ "value": "16px",
14988
+ "filePath": "src/dataVisualisation/legend.yml",
14989
+ "isSource": true,
14990
+ "original": {
14991
+ "value": "{size-px.m}"
14992
+ },
14993
+ "name": "LegendSpacingX",
14994
+ "attributes": {
14995
+ "category": "legend",
14996
+ "type": "spacing-x"
14997
+ },
14998
+ "path": [
14999
+ "legend",
15000
+ "spacing-x"
15001
+ ]
15002
+ },
15003
+ "spacing-y": {
15004
+ "value": "8px",
15005
+ "filePath": "src/dataVisualisation/legend.yml",
15006
+ "isSource": true,
15007
+ "original": {
15008
+ "value": "{size-px.s}"
15009
+ },
15010
+ "name": "LegendSpacingY",
15011
+ "attributes": {
15012
+ "category": "legend",
15013
+ "type": "spacing-y"
15014
+ },
15015
+ "path": [
15016
+ "legend",
15017
+ "spacing-y"
15018
+ ]
15019
+ }
15020
+ },
15021
+ "legend-item": {
15022
+ "spacing": {
15023
+ "value": "0.5rem",
15024
+ "filePath": "src/dataVisualisation/legend.yml",
13892
15025
  "isSource": true,
13893
15026
  "original": {
13894
15027
  "value": "{size-rem.s}"
13895
15028
  },
13896
- "name": "TextBlockquotePadding",
15029
+ "name": "LegendItemSpacing",
13897
15030
  "attributes": {
13898
- "category": "text",
13899
- "type": "blockquote-padding"
15031
+ "category": "legend-item",
15032
+ "type": "spacing"
13900
15033
  },
13901
15034
  "path": [
13902
- "text",
13903
- "blockquote-padding"
15035
+ "legend-item",
15036
+ "spacing"
13904
15037
  ]
13905
15038
  },
13906
- "list-padding": {
13907
- "value": "1.5rem",
13908
- "filePath": "src/content/text.yml",
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
+ }
15078
+ }
15079
+ },
15080
+ "line": {
15081
+ "border-width": {
15082
+ "value": "2px",
15083
+ "filePath": "src/dataVisualisation/line.yml",
13909
15084
  "isSource": true,
13910
15085
  "original": {
13911
- "value": "{size-rem.l}"
15086
+ "value": "{border-width.200}"
13912
15087
  },
13913
- "name": "TextListPadding",
15088
+ "name": "LineBorderWidth",
13914
15089
  "attributes": {
13915
- "category": "text",
13916
- "type": "list-padding"
15090
+ "category": "line",
15091
+ "type": "border-width"
13917
15092
  },
13918
15093
  "path": [
13919
- "text",
13920
- "list-padding"
15094
+ "line",
15095
+ "border-width"
13921
15096
  ]
13922
15097
  }
13923
15098
  },
@@ -13939,6 +15114,23 @@
13939
15114
  "outline-color"
13940
15115
  ]
13941
15116
  },
15117
+ "secondary-outline-color": {
15118
+ "value": "#FFFFFF",
15119
+ "filePath": "src/focus.yml",
15120
+ "isSource": true,
15121
+ "original": {
15122
+ "value": "{neutral.color.100}"
15123
+ },
15124
+ "name": "FocusSecondaryOutlineColor",
15125
+ "attributes": {
15126
+ "category": "focus",
15127
+ "type": "secondary-outline-color"
15128
+ },
15129
+ "path": [
15130
+ "focus",
15131
+ "secondary-outline-color"
15132
+ ]
15133
+ },
13942
15134
  "outline-offset": {
13943
15135
  "value": "2px",
13944
15136
  "filePath": "src/focus.yml",
@@ -15119,135 +16311,63 @@
15119
16311
  }
15120
16312
  },
15121
16313
  "slider": {
15122
- "value-font-weight": {
15123
- "value": "bold",
15124
- "filePath": "src/form/slider.yml",
15125
- "isSource": true,
15126
- "original": {
15127
- "value": "{font-weight.bold}"
15128
- },
15129
- "name": "SliderValueFontWeight",
15130
- "attributes": {
15131
- "category": "slider",
15132
- "type": "value-font-weight"
15133
- },
15134
- "path": [
15135
- "slider",
15136
- "value-font-weight"
15137
- ]
15138
- },
15139
- "value-to-label-spacing": {
15140
- "value": "0.25rem",
15141
- "filePath": "src/form/slider.yml",
15142
- "isSource": true,
15143
- "original": {
15144
- "value": "{size-rem.xs}"
15145
- },
15146
- "name": "SliderValueToLabelSpacing",
15147
- "attributes": {
15148
- "category": "slider",
15149
- "type": "value-to-label-spacing"
15150
- },
15151
- "path": [
15152
- "slider",
15153
- "value-to-label-spacing"
15154
- ]
15155
- },
15156
- "text-to-track-spacing": {
15157
- "value": "0.25rem",
15158
- "filePath": "src/form/slider.yml",
15159
- "isSource": true,
15160
- "original": {
15161
- "value": "{size-rem.xs}"
15162
- },
15163
- "name": "SliderTextToTrackSpacing",
15164
- "attributes": {
15165
- "category": "slider",
15166
- "type": "text-to-track-spacing"
15167
- },
15168
- "path": [
15169
- "slider",
15170
- "text-to-track-spacing"
15171
- ]
15172
- },
15173
- "text-color": {
15174
- "disabled": {
15175
- "value": "#E6E6E6",
15176
- "filePath": "src/form/slider.yml",
15177
- "isSource": true,
15178
- "original": {
15179
- "value": "{disabled-plain-content-color}"
15180
- },
15181
- "name": "SliderTextColorDisabled",
15182
- "attributes": {
15183
- "category": "slider",
15184
- "type": "text-color",
15185
- "item": "disabled"
15186
- },
15187
- "path": [
15188
- "slider",
15189
- "text-color",
15190
- "disabled"
15191
- ]
15192
- }
15193
- },
15194
- "track-background-color": {
16314
+ "color": {
15195
16315
  "default": {
15196
- "value": "#F0F5FF",
16316
+ "value": "#002A7B",
15197
16317
  "filePath": "src/form/slider.yml",
15198
16318
  "isSource": true,
15199
16319
  "original": {
15200
- "value": "{primary-soft-background-color.default}"
16320
+ "value": "{primary.color.1000}"
15201
16321
  },
15202
- "name": "SliderTrackBackgroundColorDefault",
16322
+ "name": "SliderColorDefault",
15203
16323
  "attributes": {
15204
16324
  "category": "slider",
15205
- "type": "track-background-color",
16325
+ "type": "color",
15206
16326
  "item": "default"
15207
16327
  },
15208
16328
  "path": [
15209
16329
  "slider",
15210
- "track-background-color",
16330
+ "color",
15211
16331
  "default"
15212
16332
  ]
15213
16333
  },
15214
16334
  "disabled": {
15215
- "value": "#F8F8F8",
16335
+ "value": "#B1B1B1",
15216
16336
  "filePath": "src/form/slider.yml",
15217
16337
  "isSource": true,
15218
16338
  "original": {
15219
- "value": "{disabled-soft-background-color}"
16339
+ "value": "{neutral.color.600}"
15220
16340
  },
15221
- "name": "SliderTrackBackgroundColorDisabled",
16341
+ "name": "SliderColorDisabled",
15222
16342
  "attributes": {
15223
16343
  "category": "slider",
15224
- "type": "track-background-color",
16344
+ "type": "color",
15225
16345
  "item": "disabled"
15226
16346
  },
15227
16347
  "path": [
15228
16348
  "slider",
15229
- "track-background-color",
16349
+ "color",
15230
16350
  "disabled"
15231
16351
  ]
15232
16352
  }
15233
16353
  },
15234
- "track-background-color-fill": {
16354
+ "track-color": {
15235
16355
  "default": {
15236
- "value": "#0054F5",
16356
+ "value": "#909090",
15237
16357
  "filePath": "src/form/slider.yml",
15238
16358
  "isSource": true,
15239
16359
  "original": {
15240
- "value": "{primary-solid-background-color.default}"
16360
+ "value": "{neutral.color.700}"
15241
16361
  },
15242
- "name": "SliderTrackBackgroundColorFillDefault",
16362
+ "name": "SliderTrackColorDefault",
15243
16363
  "attributes": {
15244
16364
  "category": "slider",
15245
- "type": "track-background-color-fill",
16365
+ "type": "track-color",
15246
16366
  "item": "default"
15247
16367
  },
15248
16368
  "path": [
15249
16369
  "slider",
15250
- "track-background-color-fill",
16370
+ "track-color",
15251
16371
  "default"
15252
16372
  ]
15253
16373
  },
@@ -15256,292 +16376,189 @@
15256
16376
  "filePath": "src/form/slider.yml",
15257
16377
  "isSource": true,
15258
16378
  "original": {
15259
- "value": "{disabled-solid-background-color}"
16379
+ "value": "{neutral.color.400}"
15260
16380
  },
15261
- "name": "SliderTrackBackgroundColorFillDisabled",
16381
+ "name": "SliderTrackColorDisabled",
15262
16382
  "attributes": {
15263
16383
  "category": "slider",
15264
- "type": "track-background-color-fill",
16384
+ "type": "track-color",
15265
16385
  "item": "disabled"
15266
16386
  },
15267
16387
  "path": [
15268
16388
  "slider",
15269
- "track-background-color-fill",
16389
+ "track-color",
15270
16390
  "disabled"
15271
16391
  ]
15272
16392
  }
15273
16393
  },
15274
- "track-height": {
15275
- "value": "0.25rem",
16394
+ "spacing-x": {
16395
+ "value": "0.5rem",
15276
16396
  "filePath": "src/form/slider.yml",
15277
16397
  "isSource": true,
15278
16398
  "original": {
15279
- "value": "{size-rem.xs}"
16399
+ "value": "{size-rem.s}"
15280
16400
  },
15281
- "name": "SliderTrackHeight",
16401
+ "name": "SliderSpacingX",
15282
16402
  "attributes": {
15283
16403
  "category": "slider",
15284
- "type": "track-height"
16404
+ "type": "spacing-x"
15285
16405
  },
15286
16406
  "path": [
15287
16407
  "slider",
15288
- "track-height"
16408
+ "spacing-x"
15289
16409
  ]
15290
16410
  },
15291
- "track-corner-radius": {
15292
- "value": "4px",
16411
+ "spacing-y": {
16412
+ "value": "1rem",
15293
16413
  "filePath": "src/form/slider.yml",
15294
16414
  "isSource": true,
15295
16415
  "original": {
15296
- "value": "{corner-radius.default}"
16416
+ "value": "{size-rem.m}"
15297
16417
  },
15298
- "name": "SliderTrackCornerRadius",
16418
+ "name": "SliderSpacingY",
15299
16419
  "attributes": {
15300
16420
  "category": "slider",
15301
- "type": "track-corner-radius"
16421
+ "type": "spacing-y"
15302
16422
  },
15303
16423
  "path": [
15304
16424
  "slider",
15305
- "track-corner-radius"
16425
+ "spacing-y"
15306
16426
  ]
15307
16427
  },
15308
- "thumb-border-color": {
15309
- "default": {
15310
- "value": "#0054F5",
15311
- "filePath": "src/form/slider.yml",
15312
- "isSource": true,
15313
- "original": {
15314
- "value": "{primary-solid-background-color.default}"
15315
- },
15316
- "name": "SliderThumbBorderColorDefault",
15317
- "attributes": {
15318
- "category": "slider",
15319
- "type": "thumb-border-color",
15320
- "item": "default"
15321
- },
15322
- "path": [
15323
- "slider",
15324
- "thumb-border-color",
15325
- "default"
15326
- ]
15327
- },
15328
- "disabled": {
15329
- "value": "#E6E6E6",
15330
- "filePath": "src/form/slider.yml",
15331
- "isSource": true,
15332
- "original": {
15333
- "value": "{disabled-solid-background-color}"
15334
- },
15335
- "name": "SliderThumbBorderColorDisabled",
15336
- "attributes": {
15337
- "category": "slider",
15338
- "type": "thumb-border-color",
15339
- "item": "disabled"
15340
- },
15341
- "path": [
15342
- "slider",
15343
- "thumb-border-color",
15344
- "disabled"
15345
- ]
15346
- }
15347
- },
15348
- "thumb-border-width": {
15349
- "value": "0.25rem",
16428
+ "border-width": {
16429
+ "value": "4px",
15350
16430
  "filePath": "src/form/slider.yml",
15351
16431
  "isSource": true,
15352
16432
  "original": {
15353
- "value": "{size-rem.xs}"
16433
+ "value": "{border-width.300}"
15354
16434
  },
15355
- "name": "SliderThumbBorderWidth",
16435
+ "name": "SliderBorderWidth",
15356
16436
  "attributes": {
15357
16437
  "category": "slider",
15358
- "type": "thumb-border-width"
16438
+ "type": "border-width"
15359
16439
  },
15360
16440
  "path": [
15361
16441
  "slider",
15362
- "thumb-border-width"
16442
+ "border-width"
15363
16443
  ]
15364
16444
  },
15365
- "thumb-border-style": {
16445
+ "border-style": {
15366
16446
  "value": "solid",
15367
16447
  "filePath": "src/form/slider.yml",
15368
16448
  "isSource": true,
15369
16449
  "original": {
15370
16450
  "value": "{border-style.default}"
15371
16451
  },
15372
- "name": "SliderThumbBorderStyle",
15373
- "attributes": {
15374
- "category": "slider",
15375
- "type": "thumb-border-style"
15376
- },
15377
- "path": [
15378
- "slider",
15379
- "thumb-border-style"
15380
- ]
15381
- },
15382
- "thumb-corner-radius": {
15383
- "value": "50%",
15384
- "filePath": "src/form/slider.yml",
15385
- "isSource": true,
15386
- "original": {
15387
- "value": "{corner-radius.round}"
15388
- },
15389
- "name": "SliderThumbCornerRadius",
16452
+ "name": "SliderBorderStyle",
15390
16453
  "attributes": {
15391
16454
  "category": "slider",
15392
- "type": "thumb-corner-radius"
16455
+ "type": "border-style"
15393
16456
  },
15394
16457
  "path": [
15395
16458
  "slider",
15396
- "thumb-corner-radius"
16459
+ "border-style"
15397
16460
  ]
15398
16461
  },
15399
- "thumb-size": {
15400
- "value": "1.5rem",
16462
+ "corner-radius": {
16463
+ "value": "4px",
15401
16464
  "filePath": "src/form/slider.yml",
15402
16465
  "isSource": true,
15403
16466
  "original": {
15404
- "value": "{size-rem.l}"
16467
+ "value": "{corner-radius.default}"
15405
16468
  },
15406
- "name": "SliderThumbSize",
16469
+ "name": "SliderCornerRadius",
15407
16470
  "attributes": {
15408
16471
  "category": "slider",
15409
- "type": "thumb-size"
16472
+ "type": "corner-radius"
15410
16473
  },
15411
16474
  "path": [
15412
16475
  "slider",
15413
- "thumb-size"
16476
+ "corner-radius"
15414
16477
  ]
15415
16478
  },
15416
- "thumb-background-color": {
15417
- "default": {
15418
- "value": "#FFFFFF",
15419
- "filePath": "src/form/slider.yml",
15420
- "isSource": true,
15421
- "original": {
15422
- "value": "{neutral.color.100}"
15423
- },
15424
- "name": "SliderThumbBackgroundColorDefault",
15425
- "attributes": {
15426
- "category": "slider",
15427
- "type": "thumb-background-color",
15428
- "item": "default"
15429
- },
15430
- "path": [
15431
- "slider",
15432
- "thumb-background-color",
15433
- "default"
15434
- ]
15435
- },
15436
- "pressed": {
15437
- "value": "#0054F5",
15438
- "filePath": "src/form/slider.yml",
15439
- "isSource": true,
15440
- "original": {
15441
- "value": "{primary-solid-background-color.default}"
15442
- },
15443
- "name": "SliderThumbBackgroundColorPressed",
15444
- "attributes": {
15445
- "category": "slider",
15446
- "type": "thumb-background-color",
15447
- "item": "pressed"
15448
- },
15449
- "path": [
15450
- "slider",
15451
- "thumb-background-color",
15452
- "pressed"
15453
- ]
15454
- }
15455
- },
15456
- "initial-marker-height": {
15457
- "value": "1rem",
16479
+ "value-font-weight": {
16480
+ "value": "bold",
15458
16481
  "filePath": "src/form/slider.yml",
15459
16482
  "isSource": true,
15460
16483
  "original": {
15461
- "value": "{size-rem.m}"
16484
+ "value": "{font-weight.bold}"
15462
16485
  },
15463
- "name": "SliderInitialMarkerHeight",
16486
+ "name": "SliderValueFontWeight",
15464
16487
  "attributes": {
15465
16488
  "category": "slider",
15466
- "type": "initial-marker-height"
16489
+ "type": "value-font-weight"
15467
16490
  },
15468
16491
  "path": [
15469
16492
  "slider",
15470
- "initial-marker-height"
16493
+ "value-font-weight"
15471
16494
  ]
15472
16495
  },
15473
- "initial-marker-width": {
15474
- "value": "0.25rem",
16496
+ "handle-corner-radius": {
16497
+ "value": "50%",
15475
16498
  "filePath": "src/form/slider.yml",
15476
16499
  "isSource": true,
15477
16500
  "original": {
15478
- "value": "{size-rem.xs}"
16501
+ "value": "{corner-radius.round}"
15479
16502
  },
15480
- "name": "SliderInitialMarkerWidth",
16503
+ "name": "SliderHandleCornerRadius",
15481
16504
  "attributes": {
15482
16505
  "category": "slider",
15483
- "type": "initial-marker-width"
16506
+ "type": "handle-corner-radius"
15484
16507
  },
15485
16508
  "path": [
15486
16509
  "slider",
15487
- "initial-marker-width"
16510
+ "handle-corner-radius"
15488
16511
  ]
15489
16512
  },
15490
- "initial-marker-background-color": {
15491
- "default": {
15492
- "value": "#0054F5",
15493
- "filePath": "src/form/slider.yml",
15494
- "isSource": true,
15495
- "original": {
15496
- "value": "{primary-solid-background-color.default}"
15497
- },
15498
- "name": "SliderInitialMarkerBackgroundColorDefault",
15499
- "attributes": {
15500
- "category": "slider",
15501
- "type": "initial-marker-background-color",
15502
- "item": "default"
15503
- },
15504
- "path": [
15505
- "slider",
15506
- "initial-marker-background-color",
15507
- "default"
15508
- ]
16513
+ "handle-size": {
16514
+ "value": "1.5rem",
16515
+ "filePath": "src/form/slider.yml",
16516
+ "isSource": true,
16517
+ "original": {
16518
+ "value": "{size-rem.l}"
15509
16519
  },
15510
- "disabled": {
15511
- "value": "#E6E6E6",
15512
- "filePath": "src/form/slider.yml",
15513
- "isSource": true,
15514
- "original": {
15515
- "value": "{disabled-solid-background-color}"
15516
- },
15517
- "name": "SliderInitialMarkerBackgroundColorDisabled",
15518
- "attributes": {
15519
- "category": "slider",
15520
- "type": "initial-marker-background-color",
15521
- "item": "disabled"
15522
- },
15523
- "path": [
15524
- "slider",
15525
- "initial-marker-background-color",
15526
- "disabled"
15527
- ]
15528
- }
16520
+ "name": "SliderHandleSize",
16521
+ "attributes": {
16522
+ "category": "slider",
16523
+ "type": "handle-size"
16524
+ },
16525
+ "path": [
16526
+ "slider",
16527
+ "handle-size"
16528
+ ]
15529
16529
  },
15530
- "initial-marker-corner-radius": {
15531
- "value": "4px",
16530
+ "handle-fill-color": {
16531
+ "value": "#FFFFFF",
15532
16532
  "filePath": "src/form/slider.yml",
15533
16533
  "isSource": true,
15534
16534
  "original": {
15535
- "value": "{corner-radius.default}"
16535
+ "value": "{neutral.color.100}"
16536
+ },
16537
+ "name": "SliderHandleFillColor",
16538
+ "attributes": {
16539
+ "category": "slider",
16540
+ "type": "handle-fill-color"
16541
+ },
16542
+ "path": [
16543
+ "slider",
16544
+ "handle-fill-color"
16545
+ ]
16546
+ },
16547
+ "initial-marker-height": {
16548
+ "value": "1rem",
16549
+ "filePath": "src/form/slider.yml",
16550
+ "isSource": true,
16551
+ "original": {
16552
+ "value": "{size-rem.m}"
15536
16553
  },
15537
- "name": "SliderInitialMarkerCornerRadius",
16554
+ "name": "SliderInitialMarkerHeight",
15538
16555
  "attributes": {
15539
16556
  "category": "slider",
15540
- "type": "initial-marker-corner-radius"
16557
+ "type": "initial-marker-height"
15541
16558
  },
15542
16559
  "path": [
15543
16560
  "slider",
15544
- "initial-marker-corner-radius"
16561
+ "initial-marker-height"
15545
16562
  ]
15546
16563
  }
15547
16564
  },
@@ -16812,25 +17829,6 @@
16812
17829
  ]
16813
17830
  }
16814
17831
  },
16815
- "tab-panel": {
16816
- "padding": {
16817
- "value": "32px",
16818
- "filePath": "src/navigation/tabs.yml",
16819
- "isSource": true,
16820
- "original": {
16821
- "value": "{size-px.xl}"
16822
- },
16823
- "name": "TabPanelPadding",
16824
- "attributes": {
16825
- "category": "tab-panel",
16826
- "type": "padding"
16827
- },
16828
- "path": [
16829
- "tab-panel",
16830
- "padding"
16831
- ]
16832
- }
16833
- },
16834
17832
  "contextual-help": {
16835
17833
  "max-width": {
16836
17834
  "value": "500px",
@@ -17010,6 +18008,25 @@
17010
18008
  "size",
17011
18009
  "m"
17012
18010
  ]
18011
+ },
18012
+ "l": {
18013
+ "value": "1300px",
18014
+ "filePath": "src/overlays/modal.yml",
18015
+ "isSource": true,
18016
+ "original": {
18017
+ "value": "1300px"
18018
+ },
18019
+ "name": "ModalSizeL",
18020
+ "attributes": {
18021
+ "category": "modal",
18022
+ "type": "size",
18023
+ "item": "l"
18024
+ },
18025
+ "path": [
18026
+ "modal",
18027
+ "size",
18028
+ "l"
18029
+ ]
17013
18030
  }
17014
18031
  },
17015
18032
  "footer-background-color": {
@@ -18070,76 +19087,6 @@
18070
19087
  ]
18071
19088
  }
18072
19089
  },
18073
- "alert-icon": {
18074
- "info-color": {
18075
- "value": "#003FB8",
18076
- "filePath": "src/status/alert-icon.yml",
18077
- "isSource": true,
18078
- "original": {
18079
- "value": "{info-outline-content-color}"
18080
- },
18081
- "name": "AlertIconInfoColor",
18082
- "attributes": {
18083
- "category": "alert-icon",
18084
- "type": "info-color"
18085
- },
18086
- "path": [
18087
- "alert-icon",
18088
- "info-color"
18089
- ]
18090
- },
18091
- "warning-color": {
18092
- "value": "#C25200",
18093
- "filePath": "src/status/alert-icon.yml",
18094
- "isSource": true,
18095
- "original": {
18096
- "value": "{warning-outline-content-color}"
18097
- },
18098
- "name": "AlertIconWarningColor",
18099
- "attributes": {
18100
- "category": "alert-icon",
18101
- "type": "warning-color"
18102
- },
18103
- "path": [
18104
- "alert-icon",
18105
- "warning-color"
18106
- ]
18107
- },
18108
- "danger-color": {
18109
- "value": "#B4193A",
18110
- "filePath": "src/status/alert-icon.yml",
18111
- "isSource": true,
18112
- "original": {
18113
- "value": "{danger-outline-content-color}"
18114
- },
18115
- "name": "AlertIconDangerColor",
18116
- "attributes": {
18117
- "category": "alert-icon",
18118
- "type": "danger-color"
18119
- },
18120
- "path": [
18121
- "alert-icon",
18122
- "danger-color"
18123
- ]
18124
- },
18125
- "success-color": {
18126
- "value": "#005F42",
18127
- "filePath": "src/status/alert-icon.yml",
18128
- "isSource": true,
18129
- "original": {
18130
- "value": "{success-outline-content-color}"
18131
- },
18132
- "name": "AlertIconSuccessColor",
18133
- "attributes": {
18134
- "category": "alert-icon",
18135
- "type": "success-color"
18136
- },
18137
- "path": [
18138
- "alert-icon",
18139
- "success-color"
18140
- ]
18141
- }
18142
- },
18143
19090
  "alert": {
18144
19091
  "padding": {
18145
19092
  "value": "16px",
@@ -20663,6 +21610,57 @@
20663
21610
  "loading-spinner",
20664
21611
  "transition-duration"
20665
21612
  ]
21613
+ },
21614
+ "color": {
21615
+ "value": "#6D6D6D",
21616
+ "filePath": "src/status/loading-spinner.yml",
21617
+ "isSource": true,
21618
+ "original": {
21619
+ "value": "{icon.color}"
21620
+ },
21621
+ "name": "LoadingSpinnerColor",
21622
+ "attributes": {
21623
+ "category": "loading-spinner",
21624
+ "type": "color"
21625
+ },
21626
+ "path": [
21627
+ "loading-spinner",
21628
+ "color"
21629
+ ]
21630
+ },
21631
+ "color-light": {
21632
+ "value": "rgb(255 255 255 / 100%)",
21633
+ "filePath": "src/status/loading-spinner.yml",
21634
+ "isSource": true,
21635
+ "original": {
21636
+ "value": "{light-plain-content-color}"
21637
+ },
21638
+ "name": "LoadingSpinnerColorLight",
21639
+ "attributes": {
21640
+ "category": "loading-spinner",
21641
+ "type": "color-light"
21642
+ },
21643
+ "path": [
21644
+ "loading-spinner",
21645
+ "color-light"
21646
+ ]
21647
+ },
21648
+ "color-dark": {
21649
+ "value": "rgb(0 0 0 / 100%)",
21650
+ "filePath": "src/status/loading-spinner.yml",
21651
+ "isSource": true,
21652
+ "original": {
21653
+ "value": "{dark-plain-content-color}"
21654
+ },
21655
+ "name": "LoadingSpinnerColorDark",
21656
+ "attributes": {
21657
+ "category": "loading-spinner",
21658
+ "type": "color-dark"
21659
+ },
21660
+ "path": [
21661
+ "loading-spinner",
21662
+ "color-dark"
21663
+ ]
20666
21664
  }
20667
21665
  },
20668
21666
  "notification-provider": {
@@ -21228,6 +22226,25 @@
21228
22226
  }
21229
22227
  }
21230
22228
  },
22229
+ "password-creation-field": {
22230
+ "rule-to-rule-spacing": {
22231
+ "value": "8px",
22232
+ "filePath": "src/status/password-creation-field.yml",
22233
+ "isSource": true,
22234
+ "original": {
22235
+ "value": "{size-px.s}"
22236
+ },
22237
+ "name": "PasswordCreationFieldRuleToRuleSpacing",
22238
+ "attributes": {
22239
+ "category": "password-creation-field",
22240
+ "type": "rule-to-rule-spacing"
22241
+ },
22242
+ "path": [
22243
+ "password-creation-field",
22244
+ "rule-to-rule-spacing"
22245
+ ]
22246
+ }
22247
+ },
21231
22248
  "progress-bar": {
21232
22249
  "font-size": {
21233
22250
  "value": "1rem",
@@ -21314,39 +22331,81 @@
21314
22331
  "spacing-x"
21315
22332
  ]
21316
22333
  },
21317
- "height": {
21318
- "value": "0.5rem",
22334
+ "spacing-bar-to-legend": {
22335
+ "value": "16px",
21319
22336
  "filePath": "src/status/progress-bar.yml",
21320
22337
  "isSource": true,
21321
22338
  "original": {
21322
- "value": "{size-rem.s}"
22339
+ "value": "{size-px.m}"
21323
22340
  },
21324
- "name": "ProgressBarHeight",
22341
+ "name": "ProgressBarSpacingBarToLegend",
21325
22342
  "attributes": {
21326
22343
  "category": "progress-bar",
21327
- "type": "height"
22344
+ "type": "spacing-bar-to-legend"
21328
22345
  },
21329
22346
  "path": [
21330
22347
  "progress-bar",
21331
- "height"
22348
+ "spacing-bar-to-legend"
21332
22349
  ]
21333
22350
  },
21334
- "height-s": {
21335
- "value": "0.375rem",
21336
- "filePath": "src/status/progress-bar.yml",
21337
- "isSource": true,
21338
- "original": {
21339
- "value": "0.375rem"
22351
+ "height": {
22352
+ "m": {
22353
+ "value": "1rem",
22354
+ "filePath": "src/status/progress-bar.yml",
22355
+ "isSource": true,
22356
+ "original": {
22357
+ "value": "{size-rem.m}"
22358
+ },
22359
+ "name": "ProgressBarHeightM",
22360
+ "attributes": {
22361
+ "category": "progress-bar",
22362
+ "type": "height",
22363
+ "item": "m"
22364
+ },
22365
+ "path": [
22366
+ "progress-bar",
22367
+ "height",
22368
+ "m"
22369
+ ]
21340
22370
  },
21341
- "name": "ProgressBarHeightS",
21342
- "attributes": {
21343
- "category": "progress-bar",
21344
- "type": "height-s"
22371
+ "s": {
22372
+ "value": "0.5rem",
22373
+ "filePath": "src/status/progress-bar.yml",
22374
+ "isSource": true,
22375
+ "original": {
22376
+ "value": "{size-rem.s}"
22377
+ },
22378
+ "name": "ProgressBarHeightS",
22379
+ "attributes": {
22380
+ "category": "progress-bar",
22381
+ "type": "height",
22382
+ "item": "s"
22383
+ },
22384
+ "path": [
22385
+ "progress-bar",
22386
+ "height",
22387
+ "s"
22388
+ ]
21345
22389
  },
21346
- "path": [
21347
- "progress-bar",
21348
- "height-s"
21349
- ]
22390
+ "l": {
22391
+ "value": "1.5rem",
22392
+ "filePath": "src/status/progress-bar.yml",
22393
+ "isSource": true,
22394
+ "original": {
22395
+ "value": "{size-rem.l}"
22396
+ },
22397
+ "name": "ProgressBarHeightL",
22398
+ "attributes": {
22399
+ "category": "progress-bar",
22400
+ "type": "height",
22401
+ "item": "l"
22402
+ },
22403
+ "path": [
22404
+ "progress-bar",
22405
+ "height",
22406
+ "l"
22407
+ ]
22408
+ }
21350
22409
  },
21351
22410
  "corner-radius": {
21352
22411
  "value": "0.25rem",
@@ -21400,11 +22459,11 @@
21400
22459
  ]
21401
22460
  },
21402
22461
  "background-color": {
21403
- "value": "transparent",
22462
+ "value": "#F8F8F8",
21404
22463
  "filePath": "src/status/progress-bar.yml",
21405
22464
  "isSource": true,
21406
22465
  "original": {
21407
- "value": "{neutral-outline-background-color.default}"
22466
+ "value": "{neutral.color.300}"
21408
22467
  },
21409
22468
  "name": "ProgressBarBackgroundColor",
21410
22469
  "attributes": {
@@ -21483,6 +22542,195 @@
21483
22542
  "progress-bar",
21484
22543
  "danger-fill-background-color"
21485
22544
  ]
22545
+ },
22546
+ "indeterminate-fill-background-color": {
22547
+ "value": "#6D6D6D",
22548
+ "filePath": "src/status/progress-bar.yml",
22549
+ "isSource": true,
22550
+ "original": {
22551
+ "value": "{neutral-solid-background-color.default}"
22552
+ },
22553
+ "name": "ProgressBarIndeterminateFillBackgroundColor",
22554
+ "attributes": {
22555
+ "category": "progress-bar",
22556
+ "type": "indeterminate-fill-background-color"
22557
+ },
22558
+ "path": [
22559
+ "progress-bar",
22560
+ "indeterminate-fill-background-color"
22561
+ ]
22562
+ }
22563
+ },
22564
+ "accent-box": {
22565
+ "background-color-neutral": {
22566
+ "value": "#F8F8F8",
22567
+ "filePath": "src/structure/accent-box.yml",
22568
+ "isSource": true,
22569
+ "original": {
22570
+ "value": "{neutral.color.300}"
22571
+ },
22572
+ "name": "AccentBoxBackgroundColorNeutral",
22573
+ "attributes": {
22574
+ "category": "accent-box",
22575
+ "type": "background-color-neutral"
22576
+ },
22577
+ "path": [
22578
+ "accent-box",
22579
+ "background-color-neutral"
22580
+ ]
22581
+ },
22582
+ "background-color-green": {
22583
+ "value": "#D8F5D6",
22584
+ "filePath": "src/structure/accent-box.yml",
22585
+ "isSource": true,
22586
+ "original": {
22587
+ "value": "#D8F5D6"
22588
+ },
22589
+ "name": "AccentBoxBackgroundColorGreen",
22590
+ "attributes": {
22591
+ "category": "accent-box",
22592
+ "type": "background-color-green"
22593
+ },
22594
+ "path": [
22595
+ "accent-box",
22596
+ "background-color-green"
22597
+ ]
22598
+ },
22599
+ "background-color-gradient": {
22600
+ "value": "radial-gradient(circle at 27.74% 38.09%,#d8e9f8,transparent 60%),radial-gradient(circle at 63.98% 99.4%,#e4b8ff,transparent 37%),radial-gradient(circle at 79.7% 64.93%,#d8e9f8,transparent 52%),radial-gradient(circle at 10.9% 91.41%,#d8e9f8,transparent 56%),radial-gradient(circle at 3.68% 3.26%,#0056ff,transparent 31%),radial-gradient(circle at 99.62% 17.78%,#48c7d8,transparent 26%),radial-gradient(circle at 58.65% 24.91%,#d8e9f8,transparent 55%),radial-gradient(circle at 53.23% 52.72%,#d8e9f8,transparent 100%),radial-gradient(circle at 50% 50%,#fff,#fff 100%)",
22601
+ "filePath": "src/structure/accent-box.yml",
22602
+ "isSource": true,
22603
+ "original": {
22604
+ "value": "{color.gradient}"
22605
+ },
22606
+ "name": "AccentBoxBackgroundColorGradient",
22607
+ "attributes": {
22608
+ "category": "accent-box",
22609
+ "type": "background-color-gradient"
22610
+ },
22611
+ "path": [
22612
+ "accent-box",
22613
+ "background-color-gradient"
22614
+ ]
22615
+ },
22616
+ "background-color-blue": {
22617
+ "value": "#F0F5FF",
22618
+ "filePath": "src/structure/accent-box.yml",
22619
+ "isSource": true,
22620
+ "original": {
22621
+ "value": "{color.hosting-blue.100}"
22622
+ },
22623
+ "name": "AccentBoxBackgroundColorBlue",
22624
+ "attributes": {
22625
+ "category": "accent-box",
22626
+ "type": "background-color-blue"
22627
+ },
22628
+ "path": [
22629
+ "accent-box",
22630
+ "background-color-blue"
22631
+ ]
22632
+ },
22633
+ "icon-color-blue": {
22634
+ "value": "#E0EBFF",
22635
+ "filePath": "src/structure/accent-box.yml",
22636
+ "isSource": true,
22637
+ "original": {
22638
+ "value": "{color.hosting-blue.200}"
22639
+ },
22640
+ "name": "AccentBoxIconColorBlue",
22641
+ "attributes": {
22642
+ "category": "accent-box",
22643
+ "type": "icon-color-blue"
22644
+ },
22645
+ "path": [
22646
+ "accent-box",
22647
+ "icon-color-blue"
22648
+ ]
22649
+ },
22650
+ "icon-color-green": {
22651
+ "value": "#c4e3c1",
22652
+ "filePath": "src/structure/accent-box.yml",
22653
+ "isSource": true,
22654
+ "original": {
22655
+ "value": "#c4e3c1"
22656
+ },
22657
+ "name": "AccentBoxIconColorGreen",
22658
+ "attributes": {
22659
+ "category": "accent-box",
22660
+ "type": "icon-color-green"
22661
+ },
22662
+ "path": [
22663
+ "accent-box",
22664
+ "icon-color-green"
22665
+ ]
22666
+ },
22667
+ "icon-color-gradient": {
22668
+ "value": "#002b7b14",
22669
+ "filePath": "src/structure/accent-box.yml",
22670
+ "isSource": true,
22671
+ "original": {
22672
+ "value": "#002b7b14"
22673
+ },
22674
+ "name": "AccentBoxIconColorGradient",
22675
+ "attributes": {
22676
+ "category": "accent-box",
22677
+ "type": "icon-color-gradient"
22678
+ },
22679
+ "path": [
22680
+ "accent-box",
22681
+ "icon-color-gradient"
22682
+ ]
22683
+ },
22684
+ "icon-color-neutral": {
22685
+ "value": "#E6E6E6",
22686
+ "filePath": "src/structure/accent-box.yml",
22687
+ "isSource": true,
22688
+ "original": {
22689
+ "value": "{neutral.color.400}"
22690
+ },
22691
+ "name": "AccentBoxIconColorNeutral",
22692
+ "attributes": {
22693
+ "category": "accent-box",
22694
+ "type": "icon-color-neutral"
22695
+ },
22696
+ "path": [
22697
+ "accent-box",
22698
+ "icon-color-neutral"
22699
+ ]
22700
+ },
22701
+ "padding": {
22702
+ "value": "16px",
22703
+ "filePath": "src/structure/accent-box.yml",
22704
+ "isSource": true,
22705
+ "original": {
22706
+ "value": "{size-px.m}"
22707
+ },
22708
+ "name": "AccentBoxPadding",
22709
+ "attributes": {
22710
+ "category": "accent-box",
22711
+ "type": "padding"
22712
+ },
22713
+ "path": [
22714
+ "accent-box",
22715
+ "padding"
22716
+ ]
22717
+ },
22718
+ "corner-radius": {
22719
+ "value": "4px",
22720
+ "filePath": "src/structure/accent-box.yml",
22721
+ "isSource": true,
22722
+ "original": {
22723
+ "value": "{corner-radius.default}"
22724
+ },
22725
+ "name": "AccentBoxCornerRadius",
22726
+ "attributes": {
22727
+ "category": "accent-box",
22728
+ "type": "corner-radius"
22729
+ },
22730
+ "path": [
22731
+ "accent-box",
22732
+ "corner-radius"
22733
+ ]
21486
22734
  }
21487
22735
  },
21488
22736
  "accordion": {
@@ -21689,7 +22937,7 @@
21689
22937
  ]
21690
22938
  }
21691
22939
  },
21692
- "text-copyButton": {
22940
+ "text-button": {
21693
22941
  "spacing": {
21694
22942
  "value": "0.25rem",
21695
22943
  "filePath": "src/structure/align.yml",
@@ -21697,15 +22945,15 @@
21697
22945
  "original": {
21698
22946
  "value": "{size-rem.xs}"
21699
22947
  },
21700
- "name": "AlignTextCopyButtonSpacing",
22948
+ "name": "AlignTextButtonSpacing",
21701
22949
  "attributes": {
21702
22950
  "category": "align",
21703
- "type": "text-copyButton",
22951
+ "type": "text-button",
21704
22952
  "item": "spacing"
21705
22953
  },
21706
22954
  "path": [
21707
22955
  "align",
21708
- "text-copyButton",
22956
+ "text-button",
21709
22957
  "spacing"
21710
22958
  ]
21711
22959
  }
@@ -21730,27 +22978,6 @@
21730
22978
  "spacing"
21731
22979
  ]
21732
22980
  }
21733
- },
21734
- "text-contextualHelp": {
21735
- "spacing": {
21736
- "value": "0.25rem",
21737
- "filePath": "src/structure/align.yml",
21738
- "isSource": true,
21739
- "original": {
21740
- "value": "{size-rem.xs}"
21741
- },
21742
- "name": "AlignTextContextualHelpSpacing",
21743
- "attributes": {
21744
- "category": "align",
21745
- "type": "text-contextualHelp",
21746
- "item": "spacing"
21747
- },
21748
- "path": [
21749
- "align",
21750
- "text-contextualHelp",
21751
- "spacing"
21752
- ]
21753
- }
21754
22981
  }
21755
22982
  },
21756
22983
  "column-layout": {
@@ -21869,11 +23096,11 @@
21869
23096
  ]
21870
23097
  },
21871
23098
  "padding": {
21872
- "value": "32px",
23099
+ "value": "24px",
21873
23100
  "filePath": "src/structure/layout-card.yml",
21874
23101
  "isSource": true,
21875
23102
  "original": {
21876
- "value": "{size-px.xl}"
23103
+ "value": "{size-px.l}"
21877
23104
  },
21878
23105
  "name": "LayoutCardPadding",
21879
23106
  "attributes": {
@@ -21885,6 +23112,23 @@
21885
23112
  "padding"
21886
23113
  ]
21887
23114
  },
23115
+ "padding-mobile": {
23116
+ "value": "16px",
23117
+ "filePath": "src/structure/layout-card.yml",
23118
+ "isSource": true,
23119
+ "original": {
23120
+ "value": "{size-px.m}"
23121
+ },
23122
+ "name": "LayoutCardPaddingMobile",
23123
+ "attributes": {
23124
+ "category": "layout-card",
23125
+ "type": "padding-mobile"
23126
+ },
23127
+ "path": [
23128
+ "layout-card",
23129
+ "padding-mobile"
23130
+ ]
23131
+ },
21888
23132
  "box-shadow": {
21889
23133
  "value": "rgba(0, 0, 0, 0.1) 0 4px 8px",
21890
23134
  "filePath": "src/structure/layout-card.yml",
@@ -21937,6 +23181,23 @@
21937
23181
  "list",
21938
23182
  "block-to-block-spacing"
21939
23183
  ]
23184
+ },
23185
+ "filter-to-search-spacing": {
23186
+ "value": "32px",
23187
+ "filePath": "src/structure/list.yml",
23188
+ "isSource": true,
23189
+ "original": {
23190
+ "value": "{size-px.xl}"
23191
+ },
23192
+ "name": "ListFilterToSearchSpacing",
23193
+ "attributes": {
23194
+ "category": "list",
23195
+ "type": "filter-to-search-spacing"
23196
+ },
23197
+ "path": [
23198
+ "list",
23199
+ "filter-to-search-spacing"
23200
+ ]
21940
23201
  }
21941
23202
  },
21942
23203
  "list-item": {
@@ -22276,6 +23537,23 @@
22276
23537
  "separator",
22277
23538
  "height"
22278
23539
  ]
23540
+ },
23541
+ "border-style": {
23542
+ "value": "solid",
23543
+ "filePath": "src/structure/separator.yml",
23544
+ "isSource": true,
23545
+ "original": {
23546
+ "value": "{border-style.default}"
23547
+ },
23548
+ "name": "SeparatorBorderStyle",
23549
+ "attributes": {
23550
+ "category": "separator",
23551
+ "type": "border-style"
23552
+ },
23553
+ "path": [
23554
+ "separator",
23555
+ "border-style"
23556
+ ]
22279
23557
  }
22280
23558
  },
22281
23559
  "table": {
@@ -22630,21 +23908,44 @@
22630
23908
  ]
22631
23909
  },
22632
23910
  "border-color": {
22633
- "value": "#909090",
22634
- "filePath": "src/upload/file-card.yml",
22635
- "isSource": true,
22636
- "original": {
22637
- "value": "{neutral-outline-border-color}"
22638
- },
22639
- "name": "FileCardBorderColor",
22640
- "attributes": {
22641
- "category": "file-card",
22642
- "type": "border-color"
23911
+ "default": {
23912
+ "value": "#909090",
23913
+ "filePath": "src/upload/file-card.yml",
23914
+ "isSource": true,
23915
+ "original": {
23916
+ "value": "{neutral-outline-border-color}"
23917
+ },
23918
+ "name": "FileCardBorderColorDefault",
23919
+ "attributes": {
23920
+ "category": "file-card",
23921
+ "type": "border-color",
23922
+ "item": "default"
23923
+ },
23924
+ "path": [
23925
+ "file-card",
23926
+ "border-color",
23927
+ "default"
23928
+ ]
22643
23929
  },
22644
- "path": [
22645
- "file-card",
22646
- "border-color"
22647
- ]
23930
+ "error": {
23931
+ "value": "#E1244C",
23932
+ "filePath": "src/upload/file-card.yml",
23933
+ "isSource": true,
23934
+ "original": {
23935
+ "value": "{danger-outline-border-color}"
23936
+ },
23937
+ "name": "FileCardBorderColorError",
23938
+ "attributes": {
23939
+ "category": "file-card",
23940
+ "type": "border-color",
23941
+ "item": "error"
23942
+ },
23943
+ "path": [
23944
+ "file-card",
23945
+ "border-color",
23946
+ "error"
23947
+ ]
23948
+ }
22648
23949
  },
22649
23950
  "sub-title-font-size": {
22650
23951
  "value": "0.875rem",
@@ -22720,6 +24021,25 @@
22720
24021
  "background-color",
22721
24022
  "pressed"
22722
24023
  ]
24024
+ },
24025
+ "error": {
24026
+ "value": "#FDF0F3",
24027
+ "filePath": "src/upload/file-card.yml",
24028
+ "isSource": true,
24029
+ "original": {
24030
+ "value": "{danger.color.100}"
24031
+ },
24032
+ "name": "FileCardBackgroundColorError",
24033
+ "attributes": {
24034
+ "category": "file-card",
24035
+ "type": "background-color",
24036
+ "item": "error"
24037
+ },
24038
+ "path": [
24039
+ "file-card",
24040
+ "background-color",
24041
+ "error"
24042
+ ]
22723
24043
  }
22724
24044
  }
22725
24045
  },