@mittwald/flow-design-tokens 0.2.0-alpha.23 → 0.2.0-alpha.231

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -144,40 +144,6 @@
144
144
  "pending-icon-color"
145
145
  ]
146
146
  },
147
- "succeeded-icon-color": {
148
- "value": "#00825B",
149
- "filePath": "src/actions/button.yml",
150
- "isSource": true,
151
- "original": {
152
- "value": "{success.color.800}"
153
- },
154
- "name": "ButtonSucceededIconColor",
155
- "attributes": {
156
- "category": "button",
157
- "type": "succeeded-icon-color"
158
- },
159
- "path": [
160
- "button",
161
- "succeeded-icon-color"
162
- ]
163
- },
164
- "failed-icon-color": {
165
- "value": "#E1244C",
166
- "filePath": "src/actions/button.yml",
167
- "isSource": true,
168
- "original": {
169
- "value": "{danger.color.800}"
170
- },
171
- "name": "ButtonFailedIconColor",
172
- "attributes": {
173
- "category": "button",
174
- "type": "failed-icon-color"
175
- },
176
- "path": [
177
- "button",
178
- "failed-icon-color"
179
- ]
180
- },
181
147
  "border-width": {
182
148
  "value": "1px",
183
149
  "filePath": "src/actions/button.yml",
@@ -4781,6 +4747,269 @@
4781
4747
  "border-style",
4782
4748
  "default"
4783
4749
  ]
4750
+ },
4751
+ "dashed": {
4752
+ "value": "dashed",
4753
+ "filePath": "src/border.yml",
4754
+ "isSource": true,
4755
+ "original": {
4756
+ "value": "dashed"
4757
+ },
4758
+ "name": "BorderStyleDashed",
4759
+ "attributes": {
4760
+ "category": "border-style",
4761
+ "type": "dashed"
4762
+ },
4763
+ "path": [
4764
+ "border-style",
4765
+ "dashed"
4766
+ ]
4767
+ }
4768
+ },
4769
+ "chat": {
4770
+ "spacing": {
4771
+ "value": "16px",
4772
+ "filePath": "src/chat/chat.yml",
4773
+ "isSource": true,
4774
+ "original": {
4775
+ "value": "{size-px.m}"
4776
+ },
4777
+ "name": "ChatSpacing",
4778
+ "attributes": {
4779
+ "category": "chat",
4780
+ "type": "spacing"
4781
+ },
4782
+ "path": [
4783
+ "chat",
4784
+ "spacing"
4785
+ ]
4786
+ }
4787
+ },
4788
+ "message-separator": {
4789
+ "background-color": {
4790
+ "value": "#FFFFFF",
4791
+ "filePath": "src/chat/message-separator.yml",
4792
+ "isSource": true,
4793
+ "original": {
4794
+ "value": "{neutral.color.100}"
4795
+ },
4796
+ "name": "MessageSeparatorBackgroundColor",
4797
+ "attributes": {
4798
+ "category": "message-separator",
4799
+ "type": "background-color"
4800
+ },
4801
+ "path": [
4802
+ "message-separator",
4803
+ "background-color"
4804
+ ]
4805
+ },
4806
+ "font-size": {
4807
+ "value": "0.875rem",
4808
+ "filePath": "src/chat/message-separator.yml",
4809
+ "isSource": true,
4810
+ "original": {
4811
+ "value": "{font-size-text.s}"
4812
+ },
4813
+ "name": "MessageSeparatorFontSize",
4814
+ "attributes": {
4815
+ "category": "message-separator",
4816
+ "type": "font-size"
4817
+ },
4818
+ "path": [
4819
+ "message-separator",
4820
+ "font-size"
4821
+ ]
4822
+ },
4823
+ "padding": {
4824
+ "value": "16px",
4825
+ "filePath": "src/chat/message-separator.yml",
4826
+ "isSource": true,
4827
+ "original": {
4828
+ "value": "{size-px.m}"
4829
+ },
4830
+ "name": "MessageSeparatorPadding",
4831
+ "attributes": {
4832
+ "category": "message-separator",
4833
+ "type": "padding"
4834
+ },
4835
+ "path": [
4836
+ "message-separator",
4837
+ "padding"
4838
+ ]
4839
+ },
4840
+ "color": {
4841
+ "value": "#6D6D6D",
4842
+ "filePath": "src/chat/message-separator.yml",
4843
+ "isSource": true,
4844
+ "original": {
4845
+ "value": "{neutral.color.800}"
4846
+ },
4847
+ "name": "MessageSeparatorColor",
4848
+ "attributes": {
4849
+ "category": "message-separator",
4850
+ "type": "color"
4851
+ },
4852
+ "path": [
4853
+ "message-separator",
4854
+ "color"
4855
+ ]
4856
+ }
4857
+ },
4858
+ "message-thread": {
4859
+ "spacing": {
4860
+ "value": "1.5rem",
4861
+ "filePath": "src/chat/message-thread.yml",
4862
+ "isSource": true,
4863
+ "original": {
4864
+ "value": "{size-rem.l}"
4865
+ },
4866
+ "name": "MessageThreadSpacing",
4867
+ "attributes": {
4868
+ "category": "message-thread",
4869
+ "type": "spacing"
4870
+ },
4871
+ "path": [
4872
+ "message-thread",
4873
+ "spacing"
4874
+ ]
4875
+ },
4876
+ "indentation": {
4877
+ "value": "16px",
4878
+ "filePath": "src/chat/message-thread.yml",
4879
+ "isSource": true,
4880
+ "original": {
4881
+ "value": "{size-px.m}"
4882
+ },
4883
+ "name": "MessageThreadIndentation",
4884
+ "attributes": {
4885
+ "category": "message-thread",
4886
+ "type": "indentation"
4887
+ },
4888
+ "path": [
4889
+ "message-thread",
4890
+ "indentation"
4891
+ ]
4892
+ }
4893
+ },
4894
+ "message": {
4895
+ "corner-radius": {
4896
+ "value": "4px",
4897
+ "filePath": "src/chat/message.yml",
4898
+ "isSource": true,
4899
+ "original": {
4900
+ "value": "{corner-radius.default}"
4901
+ },
4902
+ "name": "MessageCornerRadius",
4903
+ "attributes": {
4904
+ "category": "message",
4905
+ "type": "corner-radius"
4906
+ },
4907
+ "path": [
4908
+ "message",
4909
+ "corner-radius"
4910
+ ]
4911
+ },
4912
+ "padding-y": {
4913
+ "value": "8px",
4914
+ "filePath": "src/chat/message.yml",
4915
+ "isSource": true,
4916
+ "original": {
4917
+ "value": "{size-px.s}"
4918
+ },
4919
+ "name": "MessagePaddingY",
4920
+ "attributes": {
4921
+ "category": "message",
4922
+ "type": "padding-y"
4923
+ },
4924
+ "path": [
4925
+ "message",
4926
+ "padding-y"
4927
+ ]
4928
+ },
4929
+ "padding-x": {
4930
+ "value": "16px",
4931
+ "filePath": "src/chat/message.yml",
4932
+ "isSource": true,
4933
+ "original": {
4934
+ "value": "{size-px.m}"
4935
+ },
4936
+ "name": "MessagePaddingX",
4937
+ "attributes": {
4938
+ "category": "message",
4939
+ "type": "padding-x"
4940
+ },
4941
+ "path": [
4942
+ "message",
4943
+ "padding-x"
4944
+ ]
4945
+ },
4946
+ "spacing-y": {
4947
+ "value": "0.5rem",
4948
+ "filePath": "src/chat/message.yml",
4949
+ "isSource": true,
4950
+ "original": {
4951
+ "value": "{size-rem.s}"
4952
+ },
4953
+ "name": "MessageSpacingY",
4954
+ "attributes": {
4955
+ "category": "message",
4956
+ "type": "spacing-y"
4957
+ },
4958
+ "path": [
4959
+ "message",
4960
+ "spacing-y"
4961
+ ]
4962
+ },
4963
+ "spacing-x": {
4964
+ "value": "1rem",
4965
+ "filePath": "src/chat/message.yml",
4966
+ "isSource": true,
4967
+ "original": {
4968
+ "value": "{size-rem.m}"
4969
+ },
4970
+ "name": "MessageSpacingX",
4971
+ "attributes": {
4972
+ "category": "message",
4973
+ "type": "spacing-x"
4974
+ },
4975
+ "path": [
4976
+ "message",
4977
+ "spacing-x"
4978
+ ]
4979
+ },
4980
+ "background-color-responder": {
4981
+ "value": "#E6E6E6",
4982
+ "filePath": "src/chat/message.yml",
4983
+ "isSource": true,
4984
+ "original": {
4985
+ "value": "{color.gray.400}"
4986
+ },
4987
+ "name": "MessageBackgroundColorResponder",
4988
+ "attributes": {
4989
+ "category": "message",
4990
+ "type": "background-color-responder"
4991
+ },
4992
+ "path": [
4993
+ "message",
4994
+ "background-color-responder"
4995
+ ]
4996
+ },
4997
+ "background-color-sender": {
4998
+ "value": "#E0EBFF",
4999
+ "filePath": "src/chat/message.yml",
5000
+ "isSource": true,
5001
+ "original": {
5002
+ "value": "{color.hosting-blue.200}"
5003
+ },
5004
+ "name": "MessageBackgroundColorSender",
5005
+ "attributes": {
5006
+ "category": "message",
5007
+ "type": "background-color-sender"
5008
+ },
5009
+ "path": [
5010
+ "message",
5011
+ "background-color-sender"
5012
+ ]
4784
5013
  }
4785
5014
  },
4786
5015
  "primary": {
@@ -11087,22 +11316,356 @@
11087
11316
  ]
11088
11317
  }
11089
11318
  },
11090
- "transparent": {
11091
- "value": "transparent",
11092
- "filePath": "src/color-palette.yml",
11093
- "isSource": true,
11094
- "original": {
11095
- "value": "transparent"
11096
- },
11097
- "name": "ColorTransparent",
11098
- "attributes": {
11099
- "category": "color",
11100
- "type": "transparent"
11101
- },
11102
- "path": [
11103
- "color",
11319
+ "categorical": {
11320
+ "sea-green": {
11321
+ "value": "#0fb5ae",
11322
+ "filePath": "src/color-palette.yml",
11323
+ "isSource": true,
11324
+ "original": {
11325
+ "value": "#0fb5ae"
11326
+ },
11327
+ "name": "ColorCategoricalSeaGreen",
11328
+ "attributes": {
11329
+ "category": "color",
11330
+ "type": "categorical",
11331
+ "item": "sea-green"
11332
+ },
11333
+ "path": [
11334
+ "color",
11335
+ "categorical",
11336
+ "sea-green"
11337
+ ]
11338
+ },
11339
+ "palatinate-blue": {
11340
+ "value": "#4046ca",
11341
+ "filePath": "src/color-palette.yml",
11342
+ "isSource": true,
11343
+ "original": {
11344
+ "value": "#4046ca"
11345
+ },
11346
+ "name": "ColorCategoricalPalatinateBlue",
11347
+ "attributes": {
11348
+ "category": "color",
11349
+ "type": "categorical",
11350
+ "item": "palatinate-blue"
11351
+ },
11352
+ "path": [
11353
+ "color",
11354
+ "categorical",
11355
+ "palatinate-blue"
11356
+ ]
11357
+ },
11358
+ "tangerine": {
11359
+ "value": "#f68511",
11360
+ "filePath": "src/color-palette.yml",
11361
+ "isSource": true,
11362
+ "original": {
11363
+ "value": "#f68511"
11364
+ },
11365
+ "name": "ColorCategoricalTangerine",
11366
+ "attributes": {
11367
+ "category": "color",
11368
+ "type": "categorical",
11369
+ "item": "tangerine"
11370
+ },
11371
+ "path": [
11372
+ "color",
11373
+ "categorical",
11374
+ "tangerine"
11375
+ ]
11376
+ },
11377
+ "magenta": {
11378
+ "value": "#de3d82",
11379
+ "filePath": "src/color-palette.yml",
11380
+ "isSource": true,
11381
+ "original": {
11382
+ "value": "#de3d82"
11383
+ },
11384
+ "name": "ColorCategoricalMagenta",
11385
+ "attributes": {
11386
+ "category": "color",
11387
+ "type": "categorical",
11388
+ "item": "magenta"
11389
+ },
11390
+ "path": [
11391
+ "color",
11392
+ "categorical",
11393
+ "magenta"
11394
+ ]
11395
+ },
11396
+ "tropical-indigo": {
11397
+ "value": "#7e84fa",
11398
+ "filePath": "src/color-palette.yml",
11399
+ "isSource": true,
11400
+ "original": {
11401
+ "value": "#7e84fa"
11402
+ },
11403
+ "name": "ColorCategoricalTropicalIndigo",
11404
+ "attributes": {
11405
+ "category": "color",
11406
+ "type": "categorical",
11407
+ "item": "tropical-indigo"
11408
+ },
11409
+ "path": [
11410
+ "color",
11411
+ "categorical",
11412
+ "tropical-indigo"
11413
+ ]
11414
+ },
11415
+ "malachite": {
11416
+ "value": "#72e06a",
11417
+ "filePath": "src/color-palette.yml",
11418
+ "isSource": true,
11419
+ "original": {
11420
+ "value": "#72e06a"
11421
+ },
11422
+ "name": "ColorCategoricalMalachite",
11423
+ "attributes": {
11424
+ "category": "color",
11425
+ "type": "categorical",
11426
+ "item": "malachite"
11427
+ },
11428
+ "path": [
11429
+ "color",
11430
+ "categorical",
11431
+ "malachite"
11432
+ ]
11433
+ },
11434
+ "azure": {
11435
+ "value": "#147af3",
11436
+ "filePath": "src/color-palette.yml",
11437
+ "isSource": true,
11438
+ "original": {
11439
+ "value": "#147af3"
11440
+ },
11441
+ "name": "ColorCategoricalAzure",
11442
+ "attributes": {
11443
+ "category": "color",
11444
+ "type": "categorical",
11445
+ "item": "azure"
11446
+ },
11447
+ "path": [
11448
+ "color",
11449
+ "categorical",
11450
+ "azure"
11451
+ ]
11452
+ },
11453
+ "violet": {
11454
+ "value": "#7326d3",
11455
+ "filePath": "src/color-palette.yml",
11456
+ "isSource": true,
11457
+ "original": {
11458
+ "value": "#7326d3"
11459
+ },
11460
+ "name": "ColorCategoricalViolet",
11461
+ "attributes": {
11462
+ "category": "color",
11463
+ "type": "categorical",
11464
+ "item": "violet"
11465
+ },
11466
+ "path": [
11467
+ "color",
11468
+ "categorical",
11469
+ "violet"
11470
+ ]
11471
+ },
11472
+ "yellow": {
11473
+ "value": "#e8c600",
11474
+ "filePath": "src/color-palette.yml",
11475
+ "isSource": true,
11476
+ "original": {
11477
+ "value": "#e8c600"
11478
+ },
11479
+ "name": "ColorCategoricalYellow",
11480
+ "attributes": {
11481
+ "category": "color",
11482
+ "type": "categorical",
11483
+ "item": "yellow"
11484
+ },
11485
+ "path": [
11486
+ "color",
11487
+ "categorical",
11488
+ "yellow"
11489
+ ]
11490
+ },
11491
+ "alloy-orange": {
11492
+ "value": "#cb5d00",
11493
+ "filePath": "src/color-palette.yml",
11494
+ "isSource": true,
11495
+ "original": {
11496
+ "value": "#cb5d00"
11497
+ },
11498
+ "name": "ColorCategoricalAlloyOrange",
11499
+ "attributes": {
11500
+ "category": "color",
11501
+ "type": "categorical",
11502
+ "item": "alloy-orange"
11503
+ },
11504
+ "path": [
11505
+ "color",
11506
+ "categorical",
11507
+ "alloy-orange"
11508
+ ]
11509
+ },
11510
+ "green": {
11511
+ "value": "#008f5d",
11512
+ "filePath": "src/color-palette.yml",
11513
+ "isSource": true,
11514
+ "original": {
11515
+ "value": "#008f5d"
11516
+ },
11517
+ "name": "ColorCategoricalGreen",
11518
+ "attributes": {
11519
+ "category": "color",
11520
+ "type": "categorical",
11521
+ "item": "green"
11522
+ },
11523
+ "path": [
11524
+ "color",
11525
+ "categorical",
11526
+ "green"
11527
+ ]
11528
+ },
11529
+ "lime": {
11530
+ "value": "#bce931",
11531
+ "filePath": "src/color-palette.yml",
11532
+ "isSource": true,
11533
+ "original": {
11534
+ "value": "#bce931"
11535
+ },
11536
+ "name": "ColorCategoricalLime",
11537
+ "attributes": {
11538
+ "category": "color",
11539
+ "type": "categorical",
11540
+ "item": "lime"
11541
+ },
11542
+ "path": [
11543
+ "color",
11544
+ "categorical",
11545
+ "lime"
11546
+ ]
11547
+ }
11548
+ },
11549
+ "transparent": {
11550
+ "value": "transparent",
11551
+ "filePath": "src/color-palette.yml",
11552
+ "isSource": true,
11553
+ "original": {
11554
+ "value": "transparent"
11555
+ },
11556
+ "name": "ColorTransparent",
11557
+ "attributes": {
11558
+ "category": "color",
11559
+ "type": "transparent"
11560
+ },
11561
+ "path": [
11562
+ "color",
11104
11563
  "transparent"
11105
11564
  ]
11565
+ },
11566
+ "gradient": {
11567
+ "value": "radial-gradient(circle at 27.74% 38.09%,#d8e9f8,transparent 60%),radial-gradient(circle at 63.98% 99.4%,#e4b8ff,transparent 37%),radial-gradient(circle at 79.7% 64.93%,#d8e9f8,transparent 52%),radial-gradient(circle at 10.9% 91.41%,#d8e9f8,transparent 56%),radial-gradient(circle at 3.68% 3.26%,#0056ff,transparent 31%),radial-gradient(circle at 99.62% 17.78%,#48c7d8,transparent 26%),radial-gradient(circle at 58.65% 24.91%,#d8e9f8,transparent 55%),radial-gradient(circle at 53.23% 52.72%,#d8e9f8,transparent 100%),radial-gradient(circle at 50% 50%,#fff,#fff 100%)",
11568
+ "filePath": "src/color-palette.yml",
11569
+ "isSource": true,
11570
+ "original": {
11571
+ "value": "radial-gradient(circle at 27.74% 38.09%,#d8e9f8,transparent 60%),radial-gradient(circle at 63.98% 99.4%,#e4b8ff,transparent 37%),radial-gradient(circle at 79.7% 64.93%,#d8e9f8,transparent 52%),radial-gradient(circle at 10.9% 91.41%,#d8e9f8,transparent 56%),radial-gradient(circle at 3.68% 3.26%,#0056ff,transparent 31%),radial-gradient(circle at 99.62% 17.78%,#48c7d8,transparent 26%),radial-gradient(circle at 58.65% 24.91%,#d8e9f8,transparent 55%),radial-gradient(circle at 53.23% 52.72%,#d8e9f8,transparent 100%),radial-gradient(circle at 50% 50%,#fff,#fff 100%)"
11572
+ },
11573
+ "name": "ColorGradient",
11574
+ "attributes": {
11575
+ "category": "color",
11576
+ "type": "gradient"
11577
+ },
11578
+ "path": [
11579
+ "color",
11580
+ "gradient"
11581
+ ]
11582
+ },
11583
+ "blue": {
11584
+ "value": "#002A7B",
11585
+ "filePath": "src/content/color.yml",
11586
+ "isSource": true,
11587
+ "original": {
11588
+ "value": "{primary.color.1000}"
11589
+ },
11590
+ "name": "ColorBlue",
11591
+ "attributes": {
11592
+ "category": "color",
11593
+ "type": "blue"
11594
+ },
11595
+ "path": [
11596
+ "color",
11597
+ "blue"
11598
+ ]
11599
+ },
11600
+ "violet": {
11601
+ "value": "#715DEE",
11602
+ "filePath": "src/content/color.yml",
11603
+ "isSource": true,
11604
+ "original": {
11605
+ "value": "{color.soft-contrast-violet.800}"
11606
+ },
11607
+ "name": "ColorViolet",
11608
+ "attributes": {
11609
+ "category": "color",
11610
+ "type": "violet"
11611
+ },
11612
+ "path": [
11613
+ "color",
11614
+ "violet"
11615
+ ]
11616
+ },
11617
+ "teal": {
11618
+ "value": "#008696",
11619
+ "filePath": "src/content/color.yml",
11620
+ "isSource": true,
11621
+ "original": {
11622
+ "value": "{color.super-teal.800}"
11623
+ },
11624
+ "name": "ColorTeal",
11625
+ "attributes": {
11626
+ "category": "color",
11627
+ "type": "teal"
11628
+ },
11629
+ "path": [
11630
+ "color",
11631
+ "teal"
11632
+ ]
11633
+ },
11634
+ "lilac": {
11635
+ "value": "#bc08ff",
11636
+ "filePath": "src/content/color.yml",
11637
+ "isSource": true,
11638
+ "original": {
11639
+ "value": "{color.bright-lilac.800}"
11640
+ },
11641
+ "name": "ColorLilac",
11642
+ "attributes": {
11643
+ "category": "color",
11644
+ "type": "lilac"
11645
+ },
11646
+ "path": [
11647
+ "color",
11648
+ "lilac"
11649
+ ]
11650
+ }
11651
+ },
11652
+ "avatar-stack": {
11653
+ "border-width": {
11654
+ "value": "2px",
11655
+ "filePath": "src/content/avatar-stack.yml",
11656
+ "isSource": true,
11657
+ "original": {
11658
+ "value": "{border-width.200}"
11659
+ },
11660
+ "name": "AvatarStackBorderWidth",
11661
+ "attributes": {
11662
+ "category": "avatar-stack",
11663
+ "type": "border-width"
11664
+ },
11665
+ "path": [
11666
+ "avatar-stack",
11667
+ "border-width"
11668
+ ]
11106
11669
  }
11107
11670
  },
11108
11671
  "avatar": {
@@ -11183,57 +11746,125 @@
11183
11746
  "l"
11184
11747
  ]
11185
11748
  }
11186
- }
11187
- },
11188
- "code": {
11189
- "font-size": {
11190
- "value": "0.875rem",
11191
- "filePath": "src/content/code.yml",
11749
+ },
11750
+ "info-status-background-color": {
11751
+ "value": "#E0EBFF",
11752
+ "filePath": "src/content/avatar.yml",
11192
11753
  "isSource": true,
11193
11754
  "original": {
11194
- "value": "{font-size-text.s}"
11755
+ "value": "{info.color.200}"
11195
11756
  },
11196
- "name": "CodeFontSize",
11757
+ "name": "AvatarInfoStatusBackgroundColor",
11197
11758
  "attributes": {
11198
- "category": "code",
11199
- "type": "font-size"
11759
+ "category": "avatar",
11760
+ "type": "info-status-background-color"
11200
11761
  },
11201
11762
  "path": [
11202
- "code",
11203
- "font-size"
11763
+ "avatar",
11764
+ "info-status-background-color"
11204
11765
  ]
11205
11766
  },
11206
- "line-height": {
11207
- "value": "calc(1rem * 1.5)",
11208
- "filePath": "src/content/code.yml",
11767
+ "warning-status-background-color": {
11768
+ "value": "#FFEBDC",
11769
+ "filePath": "src/content/avatar.yml",
11209
11770
  "isSource": true,
11210
11771
  "original": {
11211
- "value": "{line-height.m}"
11772
+ "value": "{warning.color.200}"
11212
11773
  },
11213
- "name": "CodeLineHeight",
11774
+ "name": "AvatarWarningStatusBackgroundColor",
11214
11775
  "attributes": {
11215
- "category": "code",
11216
- "type": "line-height"
11776
+ "category": "avatar",
11777
+ "type": "warning-status-background-color"
11217
11778
  },
11218
11779
  "path": [
11219
- "code",
11220
- "line-height"
11780
+ "avatar",
11781
+ "warning-status-background-color"
11221
11782
  ]
11222
11783
  },
11223
- "padding-x": {
11224
- "value": "4px",
11225
- "filePath": "src/content/code.yml",
11784
+ "danger-status-background-color": {
11785
+ "value": "#FBE0E6",
11786
+ "filePath": "src/content/avatar.yml",
11226
11787
  "isSource": true,
11227
11788
  "original": {
11228
- "value": "{size-px.xs}"
11789
+ "value": "{danger.color.200}"
11229
11790
  },
11230
- "name": "CodePaddingX",
11791
+ "name": "AvatarDangerStatusBackgroundColor",
11231
11792
  "attributes": {
11232
- "category": "code",
11233
- "type": "padding-x"
11793
+ "category": "avatar",
11794
+ "type": "danger-status-background-color"
11234
11795
  },
11235
11796
  "path": [
11236
- "code",
11797
+ "avatar",
11798
+ "danger-status-background-color"
11799
+ ]
11800
+ },
11801
+ "success-status-background-color": {
11802
+ "value": "#C0FFEB",
11803
+ "filePath": "src/content/avatar.yml",
11804
+ "isSource": true,
11805
+ "original": {
11806
+ "value": "{success.color.200}"
11807
+ },
11808
+ "name": "AvatarSuccessStatusBackgroundColor",
11809
+ "attributes": {
11810
+ "category": "avatar",
11811
+ "type": "success-status-background-color"
11812
+ },
11813
+ "path": [
11814
+ "avatar",
11815
+ "success-status-background-color"
11816
+ ]
11817
+ }
11818
+ },
11819
+ "code": {
11820
+ "font-size": {
11821
+ "value": "0.875rem",
11822
+ "filePath": "src/content/code.yml",
11823
+ "isSource": true,
11824
+ "original": {
11825
+ "value": "{font-size-text.s}"
11826
+ },
11827
+ "name": "CodeFontSize",
11828
+ "attributes": {
11829
+ "category": "code",
11830
+ "type": "font-size"
11831
+ },
11832
+ "path": [
11833
+ "code",
11834
+ "font-size"
11835
+ ]
11836
+ },
11837
+ "line-height": {
11838
+ "value": "calc(1rem * 1.5)",
11839
+ "filePath": "src/content/code.yml",
11840
+ "isSource": true,
11841
+ "original": {
11842
+ "value": "{line-height.m}"
11843
+ },
11844
+ "name": "CodeLineHeight",
11845
+ "attributes": {
11846
+ "category": "code",
11847
+ "type": "line-height"
11848
+ },
11849
+ "path": [
11850
+ "code",
11851
+ "line-height"
11852
+ ]
11853
+ },
11854
+ "padding-x": {
11855
+ "value": "4px",
11856
+ "filePath": "src/content/code.yml",
11857
+ "isSource": true,
11858
+ "original": {
11859
+ "value": "{size-px.xs}"
11860
+ },
11861
+ "name": "CodePaddingX",
11862
+ "attributes": {
11863
+ "category": "code",
11864
+ "type": "padding-x"
11865
+ },
11866
+ "path": [
11867
+ "code",
11237
11868
  "padding-x"
11238
11869
  ]
11239
11870
  },
@@ -13154,6 +13785,74 @@
13154
13785
  "icon",
13155
13786
  "color"
13156
13787
  ]
13788
+ },
13789
+ "info-color": {
13790
+ "value": "#003FB8",
13791
+ "filePath": "src/content/icon.yml",
13792
+ "isSource": true,
13793
+ "original": {
13794
+ "value": "{info-outline-content-color}"
13795
+ },
13796
+ "name": "IconInfoColor",
13797
+ "attributes": {
13798
+ "category": "icon",
13799
+ "type": "info-color"
13800
+ },
13801
+ "path": [
13802
+ "icon",
13803
+ "info-color"
13804
+ ]
13805
+ },
13806
+ "warning-color": {
13807
+ "value": "#C25200",
13808
+ "filePath": "src/content/icon.yml",
13809
+ "isSource": true,
13810
+ "original": {
13811
+ "value": "{warning-outline-content-color}"
13812
+ },
13813
+ "name": "IconWarningColor",
13814
+ "attributes": {
13815
+ "category": "icon",
13816
+ "type": "warning-color"
13817
+ },
13818
+ "path": [
13819
+ "icon",
13820
+ "warning-color"
13821
+ ]
13822
+ },
13823
+ "danger-color": {
13824
+ "value": "#B4193A",
13825
+ "filePath": "src/content/icon.yml",
13826
+ "isSource": true,
13827
+ "original": {
13828
+ "value": "{danger-outline-content-color}"
13829
+ },
13830
+ "name": "IconDangerColor",
13831
+ "attributes": {
13832
+ "category": "icon",
13833
+ "type": "danger-color"
13834
+ },
13835
+ "path": [
13836
+ "icon",
13837
+ "danger-color"
13838
+ ]
13839
+ },
13840
+ "success-color": {
13841
+ "value": "#005F42",
13842
+ "filePath": "src/content/icon.yml",
13843
+ "isSource": true,
13844
+ "original": {
13845
+ "value": "{success-outline-content-color}"
13846
+ },
13847
+ "name": "IconSuccessColor",
13848
+ "attributes": {
13849
+ "category": "icon",
13850
+ "type": "success-color"
13851
+ },
13852
+ "path": [
13853
+ "icon",
13854
+ "success-color"
13855
+ ]
13157
13856
  }
13158
13857
  },
13159
13858
  "illustrated-message": {
@@ -13292,442 +13991,912 @@
13292
13991
  "illustrated-message",
13293
13992
  "dark-heading-color"
13294
13993
  ]
13295
- },
13296
- "light-icon-color": {
13297
- "value": "rgb(255 255 255 / 100%)",
13298
- "filePath": "src/content/illustrated-message.yml",
13994
+ },
13995
+ "light-icon-color": {
13996
+ "value": "rgb(255 255 255 / 100%)",
13997
+ "filePath": "src/content/illustrated-message.yml",
13998
+ "isSource": true,
13999
+ "original": {
14000
+ "value": "{light-plain-content-color}"
14001
+ },
14002
+ "name": "IllustratedMessageLightIconColor",
14003
+ "attributes": {
14004
+ "category": "illustrated-message",
14005
+ "type": "light-icon-color"
14006
+ },
14007
+ "path": [
14008
+ "illustrated-message",
14009
+ "light-icon-color"
14010
+ ]
14011
+ },
14012
+ "light-heading-color": {
14013
+ "value": "rgb(255 255 255 / 100%)",
14014
+ "filePath": "src/content/illustrated-message.yml",
14015
+ "isSource": true,
14016
+ "original": {
14017
+ "value": "{heading.color-light}"
14018
+ },
14019
+ "name": "IllustratedMessageLightHeadingColor",
14020
+ "attributes": {
14021
+ "category": "illustrated-message",
14022
+ "type": "light-heading-color"
14023
+ },
14024
+ "path": [
14025
+ "illustrated-message",
14026
+ "light-heading-color"
14027
+ ]
14028
+ }
14029
+ },
14030
+ "image": {
14031
+ "corner-radius": {
14032
+ "value": "4px",
14033
+ "filePath": "src/content/image.yml",
14034
+ "isSource": true,
14035
+ "original": {
14036
+ "value": "{corner-radius.default}"
14037
+ },
14038
+ "name": "ImageCornerRadius",
14039
+ "attributes": {
14040
+ "category": "image",
14041
+ "type": "corner-radius"
14042
+ },
14043
+ "path": [
14044
+ "image",
14045
+ "corner-radius"
14046
+ ]
14047
+ },
14048
+ "border-width": {
14049
+ "value": "1px",
14050
+ "filePath": "src/content/image.yml",
14051
+ "isSource": true,
14052
+ "original": {
14053
+ "value": "{border-width.100}"
14054
+ },
14055
+ "name": "ImageBorderWidth",
14056
+ "attributes": {
14057
+ "category": "image",
14058
+ "type": "border-width"
14059
+ },
14060
+ "path": [
14061
+ "image",
14062
+ "border-width"
14063
+ ]
14064
+ },
14065
+ "border-style": {
14066
+ "value": "solid",
14067
+ "filePath": "src/content/image.yml",
14068
+ "isSource": true,
14069
+ "original": {
14070
+ "value": "{border-style.default}"
14071
+ },
14072
+ "name": "ImageBorderStyle",
14073
+ "attributes": {
14074
+ "category": "image",
14075
+ "type": "border-style"
14076
+ },
14077
+ "path": [
14078
+ "image",
14079
+ "border-style"
14080
+ ]
14081
+ },
14082
+ "border-color": {
14083
+ "value": "#909090",
14084
+ "filePath": "src/content/image.yml",
14085
+ "isSource": true,
14086
+ "original": {
14087
+ "value": "{neutral-outline-border-color}"
14088
+ },
14089
+ "name": "ImageBorderColor",
14090
+ "attributes": {
14091
+ "category": "image",
14092
+ "type": "border-color"
14093
+ },
14094
+ "path": [
14095
+ "image",
14096
+ "border-color"
14097
+ ]
14098
+ }
14099
+ },
14100
+ "initials": {
14101
+ "font-weight": {
14102
+ "value": "bold",
14103
+ "filePath": "src/content/initials.yml",
14104
+ "isSource": true,
14105
+ "original": {
14106
+ "value": "{font-weight.bold}"
14107
+ },
14108
+ "name": "InitialsFontWeight",
14109
+ "attributes": {
14110
+ "category": "initials",
14111
+ "type": "font-weight"
14112
+ },
14113
+ "path": [
14114
+ "initials",
14115
+ "font-weight"
14116
+ ]
14117
+ }
14118
+ },
14119
+ "label": {
14120
+ "font-size": {
14121
+ "value": "0.875rem",
14122
+ "filePath": "src/content/label.yml",
14123
+ "isSource": true,
14124
+ "original": {
14125
+ "value": "{font-size-text.s}"
14126
+ },
14127
+ "name": "LabelFontSize",
14128
+ "attributes": {
14129
+ "category": "label",
14130
+ "type": "font-size"
14131
+ },
14132
+ "path": [
14133
+ "label",
14134
+ "font-size"
14135
+ ]
14136
+ },
14137
+ "font-weight": {
14138
+ "value": "bold",
14139
+ "filePath": "src/content/label.yml",
14140
+ "isSource": true,
14141
+ "original": {
14142
+ "value": "{font-weight.bold}"
14143
+ },
14144
+ "name": "LabelFontWeight",
14145
+ "attributes": {
14146
+ "category": "label",
14147
+ "type": "font-weight"
14148
+ },
14149
+ "path": [
14150
+ "label",
14151
+ "font-weight"
14152
+ ]
14153
+ },
14154
+ "line-height": {
14155
+ "value": "calc(1rem * 1.5)",
14156
+ "filePath": "src/content/label.yml",
14157
+ "isSource": true,
14158
+ "original": {
14159
+ "value": "{line-height.m}"
14160
+ },
14161
+ "name": "LabelLineHeight",
14162
+ "attributes": {
14163
+ "category": "label",
14164
+ "type": "line-height"
14165
+ },
14166
+ "path": [
14167
+ "label",
14168
+ "line-height"
14169
+ ]
14170
+ },
14171
+ "spacing": {
14172
+ "value": "0.25rem",
14173
+ "filePath": "src/content/label.yml",
14174
+ "isSource": true,
14175
+ "original": {
14176
+ "value": "{size-rem.xs}"
14177
+ },
14178
+ "name": "LabelSpacing",
14179
+ "attributes": {
14180
+ "category": "label",
14181
+ "type": "spacing"
14182
+ },
14183
+ "path": [
14184
+ "label",
14185
+ "spacing"
14186
+ ]
14187
+ },
14188
+ "color": {
14189
+ "default": {
14190
+ "value": "#6D6D6D",
14191
+ "filePath": "src/content/label.yml",
14192
+ "isSource": true,
14193
+ "original": {
14194
+ "value": "{neutral.color.800}"
14195
+ },
14196
+ "name": "LabelColorDefault",
14197
+ "attributes": {
14198
+ "category": "label",
14199
+ "type": "color",
14200
+ "item": "default"
14201
+ },
14202
+ "path": [
14203
+ "label",
14204
+ "color",
14205
+ "default"
14206
+ ]
14207
+ },
14208
+ "disabled": {
14209
+ "value": "#E6E6E6",
14210
+ "filePath": "src/content/label.yml",
14211
+ "isSource": true,
14212
+ "original": {
14213
+ "value": "{disabled-plain-content-color}"
14214
+ },
14215
+ "name": "LabelColorDisabled",
14216
+ "attributes": {
14217
+ "category": "label",
14218
+ "type": "color",
14219
+ "item": "disabled"
14220
+ },
14221
+ "path": [
14222
+ "label",
14223
+ "color",
14224
+ "disabled"
14225
+ ]
14226
+ }
14227
+ }
14228
+ },
14229
+ "labeled-value": {
14230
+ "label-to-value-spacing": {
14231
+ "value": "0.125rem",
14232
+ "filePath": "src/content/labeled-value.yml",
14233
+ "isSource": true,
14234
+ "original": {
14235
+ "value": "{size-rem.xxs}"
14236
+ },
14237
+ "name": "LabeledValueLabelToValueSpacing",
14238
+ "attributes": {
14239
+ "category": "labeled-value",
14240
+ "type": "label-to-value-spacing"
14241
+ },
14242
+ "path": [
14243
+ "labeled-value",
14244
+ "label-to-value-spacing"
14245
+ ]
14246
+ },
14247
+ "value-to-action-spacing": {
14248
+ "value": "0.25rem",
14249
+ "filePath": "src/content/labeled-value.yml",
14250
+ "isSource": true,
14251
+ "original": {
14252
+ "value": "{size-rem.xs}"
14253
+ },
14254
+ "name": "LabeledValueValueToActionSpacing",
14255
+ "attributes": {
14256
+ "category": "labeled-value",
14257
+ "type": "value-to-action-spacing"
14258
+ },
14259
+ "path": [
14260
+ "labeled-value",
14261
+ "value-to-action-spacing"
14262
+ ]
14263
+ }
14264
+ },
14265
+ "markdown": {
14266
+ "spacing": {
14267
+ "value": "1rem",
14268
+ "filePath": "src/content/markdown.yml",
14269
+ "isSource": true,
14270
+ "original": {
14271
+ "value": "{size-rem.m}"
14272
+ },
14273
+ "name": "MarkdownSpacing",
14274
+ "attributes": {
14275
+ "category": "markdown",
14276
+ "type": "spacing"
14277
+ },
14278
+ "path": [
14279
+ "markdown",
14280
+ "spacing"
14281
+ ]
14282
+ }
14283
+ },
14284
+ "rating": {
14285
+ "spacing": {
14286
+ "s": {
14287
+ "value": "0.25rem",
14288
+ "filePath": "src/content/rating.yml",
14289
+ "isSource": true,
14290
+ "original": {
14291
+ "value": "{size-rem.xs}"
14292
+ },
14293
+ "name": "RatingSpacingS",
14294
+ "attributes": {
14295
+ "category": "rating",
14296
+ "type": "spacing",
14297
+ "item": "s"
14298
+ },
14299
+ "path": [
14300
+ "rating",
14301
+ "spacing",
14302
+ "s"
14303
+ ]
14304
+ },
14305
+ "m": {
14306
+ "value": "0.5rem",
14307
+ "filePath": "src/content/rating.yml",
14308
+ "isSource": true,
14309
+ "original": {
14310
+ "value": "{size-rem.s}"
14311
+ },
14312
+ "name": "RatingSpacingM",
14313
+ "attributes": {
14314
+ "category": "rating",
14315
+ "type": "spacing",
14316
+ "item": "m"
14317
+ },
14318
+ "path": [
14319
+ "rating",
14320
+ "spacing",
14321
+ "m"
14322
+ ]
14323
+ }
14324
+ },
14325
+ "star-color": {
14326
+ "value": "#909090",
14327
+ "filePath": "src/content/rating.yml",
14328
+ "isSource": true,
14329
+ "original": {
14330
+ "value": "{neutral.color.700}"
14331
+ },
14332
+ "name": "RatingStarColor",
14333
+ "attributes": {
14334
+ "category": "rating",
14335
+ "type": "star-color"
14336
+ },
14337
+ "path": [
14338
+ "rating",
14339
+ "star-color"
14340
+ ]
14341
+ },
14342
+ "star-filled-color": {
14343
+ "value": "#002A7B",
14344
+ "filePath": "src/content/rating.yml",
14345
+ "isSource": true,
14346
+ "original": {
14347
+ "value": "{primary.color.1000}"
14348
+ },
14349
+ "name": "RatingStarFilledColor",
14350
+ "attributes": {
14351
+ "category": "rating",
14352
+ "type": "star-filled-color"
14353
+ },
14354
+ "path": [
14355
+ "rating",
14356
+ "star-filled-color"
14357
+ ]
14358
+ }
14359
+ },
14360
+ "text": {
14361
+ "color": {
14362
+ "default": {
14363
+ "value": "#222222",
14364
+ "filePath": "src/content/text.yml",
14365
+ "isSource": true,
14366
+ "original": {
14367
+ "value": "{neutral.color.1000}"
14368
+ },
14369
+ "name": "TextColorDefault",
14370
+ "attributes": {
14371
+ "category": "text",
14372
+ "type": "color",
14373
+ "item": "default"
14374
+ },
14375
+ "path": [
14376
+ "text",
14377
+ "color",
14378
+ "default"
14379
+ ]
14380
+ },
14381
+ "light": {
14382
+ "value": "rgb(255 255 255 / 100%)",
14383
+ "filePath": "src/content/text.yml",
14384
+ "isSource": true,
14385
+ "original": {
14386
+ "value": "{light-plain-content-color}"
14387
+ },
14388
+ "name": "TextColorLight",
14389
+ "attributes": {
14390
+ "category": "text",
14391
+ "type": "color",
14392
+ "item": "light"
14393
+ },
14394
+ "path": [
14395
+ "text",
14396
+ "color",
14397
+ "light"
14398
+ ]
14399
+ },
14400
+ "dark": {
14401
+ "value": "rgb(0 0 0 / 100%)",
14402
+ "filePath": "src/content/text.yml",
14403
+ "isSource": true,
14404
+ "original": {
14405
+ "value": "{dark-plain-content-color}"
14406
+ },
14407
+ "name": "TextColorDark",
14408
+ "attributes": {
14409
+ "category": "text",
14410
+ "type": "color",
14411
+ "item": "dark"
14412
+ },
14413
+ "path": [
14414
+ "text",
14415
+ "color",
14416
+ "dark"
14417
+ ]
14418
+ },
14419
+ "disabled": {
14420
+ "value": "#E6E6E6",
14421
+ "filePath": "src/content/text.yml",
14422
+ "isSource": true,
14423
+ "original": {
14424
+ "value": "{disabled-plain-content-color}"
14425
+ },
14426
+ "name": "TextColorDisabled",
14427
+ "attributes": {
14428
+ "category": "text",
14429
+ "type": "color",
14430
+ "item": "disabled"
14431
+ },
14432
+ "path": [
14433
+ "text",
14434
+ "color",
14435
+ "disabled"
14436
+ ]
14437
+ }
14438
+ },
14439
+ "max-width": {
14440
+ "value": "780px",
14441
+ "filePath": "src/content/text.yml",
14442
+ "isSource": true,
14443
+ "original": {
14444
+ "value": "780px"
14445
+ },
14446
+ "name": "TextMaxWidth",
14447
+ "attributes": {
14448
+ "category": "text",
14449
+ "type": "max-width"
14450
+ },
14451
+ "path": [
14452
+ "text",
14453
+ "max-width"
14454
+ ]
14455
+ },
14456
+ "blockquote-border-width": {
14457
+ "value": "4px",
14458
+ "filePath": "src/content/text.yml",
14459
+ "isSource": true,
14460
+ "original": {
14461
+ "value": "{border-width.300}"
14462
+ },
14463
+ "name": "TextBlockquoteBorderWidth",
14464
+ "attributes": {
14465
+ "category": "text",
14466
+ "type": "blockquote-border-width"
14467
+ },
14468
+ "path": [
14469
+ "text",
14470
+ "blockquote-border-width"
14471
+ ]
14472
+ },
14473
+ "blockquote-border-style": {
14474
+ "value": "solid",
14475
+ "filePath": "src/content/text.yml",
14476
+ "isSource": true,
14477
+ "original": {
14478
+ "value": "{border-style.default}"
14479
+ },
14480
+ "name": "TextBlockquoteBorderStyle",
14481
+ "attributes": {
14482
+ "category": "text",
14483
+ "type": "blockquote-border-style"
14484
+ },
14485
+ "path": [
14486
+ "text",
14487
+ "blockquote-border-style"
14488
+ ]
14489
+ },
14490
+ "blockquote-border-color": {
14491
+ "value": "#0054F5",
14492
+ "filePath": "src/content/text.yml",
14493
+ "isSource": true,
14494
+ "original": {
14495
+ "value": "{info-outline-border-color}"
14496
+ },
14497
+ "name": "TextBlockquoteBorderColor",
14498
+ "attributes": {
14499
+ "category": "text",
14500
+ "type": "blockquote-border-color"
14501
+ },
14502
+ "path": [
14503
+ "text",
14504
+ "blockquote-border-color"
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",
13299
14546
  "isSource": true,
13300
14547
  "original": {
13301
- "value": "{light-plain-content-color}"
14548
+ "value": "{border-width.200}"
13302
14549
  },
13303
- "name": "IllustratedMessageLightIconColor",
14550
+ "name": "AreaBorderWidth",
13304
14551
  "attributes": {
13305
- "category": "illustrated-message",
13306
- "type": "light-icon-color"
14552
+ "category": "area",
14553
+ "type": "border-width"
13307
14554
  },
13308
14555
  "path": [
13309
- "illustrated-message",
13310
- "light-icon-color"
14556
+ "area",
14557
+ "border-width"
13311
14558
  ]
13312
14559
  },
13313
- "light-heading-color": {
13314
- "value": "rgb(255 255 255 / 100%)",
13315
- "filePath": "src/content/illustrated-message.yml",
14560
+ "border-color": {
14561
+ "value": "#FFFFFF",
14562
+ "filePath": "src/dataVisualisation/area.yml",
13316
14563
  "isSource": true,
13317
14564
  "original": {
13318
- "value": "{heading.color-light}"
14565
+ "value": "{neutral.color.100}"
13319
14566
  },
13320
- "name": "IllustratedMessageLightHeadingColor",
14567
+ "name": "AreaBorderColor",
13321
14568
  "attributes": {
13322
- "category": "illustrated-message",
13323
- "type": "light-heading-color"
14569
+ "category": "area",
14570
+ "type": "border-color"
13324
14571
  },
13325
14572
  "path": [
13326
- "illustrated-message",
13327
- "light-heading-color"
14573
+ "area",
14574
+ "border-color"
13328
14575
  ]
13329
14576
  }
13330
14577
  },
13331
- "initials": {
13332
- "font-weight": {
13333
- "value": "bold",
13334
- "filePath": "src/content/initials.yml",
14578
+ "axis": {
14579
+ "spacing": {
14580
+ "value": "8px",
14581
+ "filePath": "src/dataVisualisation/axis.yml",
13335
14582
  "isSource": true,
13336
14583
  "original": {
13337
- "value": "{font-weight.bold}"
14584
+ "value": "{size-px.s}"
13338
14585
  },
13339
- "name": "InitialsFontWeight",
14586
+ "name": "AxisSpacing",
13340
14587
  "attributes": {
13341
- "category": "initials",
13342
- "type": "font-weight"
14588
+ "category": "axis",
14589
+ "type": "spacing"
13343
14590
  },
13344
14591
  "path": [
13345
- "initials",
13346
- "font-weight"
14592
+ "axis",
14593
+ "spacing"
13347
14594
  ]
13348
- }
13349
- },
13350
- "label": {
14595
+ },
13351
14596
  "font-size": {
13352
14597
  "value": "0.875rem",
13353
- "filePath": "src/content/label.yml",
14598
+ "filePath": "src/dataVisualisation/axis.yml",
13354
14599
  "isSource": true,
13355
14600
  "original": {
13356
14601
  "value": "{font-size-text.s}"
13357
14602
  },
13358
- "name": "LabelFontSize",
14603
+ "name": "AxisFontSize",
13359
14604
  "attributes": {
13360
- "category": "label",
14605
+ "category": "axis",
13361
14606
  "type": "font-size"
13362
14607
  },
13363
14608
  "path": [
13364
- "label",
14609
+ "axis",
13365
14610
  "font-size"
13366
14611
  ]
13367
14612
  },
13368
- "font-weight": {
13369
- "value": "bold",
13370
- "filePath": "src/content/label.yml",
14613
+ "color": {
14614
+ "value": "#909090",
14615
+ "filePath": "src/dataVisualisation/axis.yml",
13371
14616
  "isSource": true,
13372
14617
  "original": {
13373
- "value": "{font-weight.bold}"
14618
+ "value": "{color.gray.700}"
13374
14619
  },
13375
- "name": "LabelFontWeight",
14620
+ "name": "AxisColor",
13376
14621
  "attributes": {
13377
- "category": "label",
13378
- "type": "font-weight"
14622
+ "category": "axis",
14623
+ "type": "color"
13379
14624
  },
13380
14625
  "path": [
13381
- "label",
13382
- "font-weight"
14626
+ "axis",
14627
+ "color"
13383
14628
  ]
13384
14629
  },
13385
- "line-height": {
13386
- "value": "calc(1rem * 1.5)",
13387
- "filePath": "src/content/label.yml",
14630
+ "text-color": {
14631
+ "value": "#222222",
14632
+ "filePath": "src/dataVisualisation/axis.yml",
13388
14633
  "isSource": true,
13389
14634
  "original": {
13390
- "value": "{line-height.m}"
14635
+ "value": "{neutral.color.1000}"
13391
14636
  },
13392
- "name": "LabelLineHeight",
14637
+ "name": "AxisTextColor",
13393
14638
  "attributes": {
13394
- "category": "label",
13395
- "type": "line-height"
14639
+ "category": "axis",
14640
+ "type": "text-color"
13396
14641
  },
13397
14642
  "path": [
13398
- "label",
13399
- "line-height"
14643
+ "axis",
14644
+ "text-color"
13400
14645
  ]
13401
14646
  },
13402
- "spacing": {
13403
- "value": "0.25rem",
13404
- "filePath": "src/content/label.yml",
14647
+ "stroke-width": {
14648
+ "value": "1px",
14649
+ "filePath": "src/dataVisualisation/axis.yml",
13405
14650
  "isSource": true,
13406
14651
  "original": {
13407
- "value": "{size-rem.xs}"
14652
+ "value": "{border-width.100}"
13408
14653
  },
13409
- "name": "LabelSpacing",
14654
+ "name": "AxisStrokeWidth",
13410
14655
  "attributes": {
13411
- "category": "label",
13412
- "type": "spacing"
14656
+ "category": "axis",
14657
+ "type": "stroke-width"
13413
14658
  },
13414
14659
  "path": [
13415
- "label",
13416
- "spacing"
14660
+ "axis",
14661
+ "stroke-width"
13417
14662
  ]
13418
14663
  },
13419
- "color": {
13420
- "default": {
13421
- "value": "#6D6D6D",
13422
- "filePath": "src/content/label.yml",
13423
- "isSource": true,
13424
- "original": {
13425
- "value": "{neutral.color.800}"
13426
- },
13427
- "name": "LabelColorDefault",
13428
- "attributes": {
13429
- "category": "label",
13430
- "type": "color",
13431
- "item": "default"
13432
- },
13433
- "path": [
13434
- "label",
13435
- "color",
13436
- "default"
13437
- ]
13438
- },
13439
- "disabled": {
13440
- "value": "#E6E6E6",
13441
- "filePath": "src/content/label.yml",
13442
- "isSource": true,
13443
- "original": {
13444
- "value": "{disabled-plain-content-color}"
13445
- },
13446
- "name": "LabelColorDisabled",
13447
- "attributes": {
13448
- "category": "label",
13449
- "type": "color",
13450
- "item": "disabled"
13451
- },
13452
- "path": [
13453
- "label",
13454
- "color",
13455
- "disabled"
13456
- ]
13457
- }
13458
- }
13459
- },
13460
- "labeled-value": {
13461
- "label-to-value-spacing": {
13462
- "value": "0.125rem",
13463
- "filePath": "src/content/labeled-value.yml",
14664
+ "tick-size": {
14665
+ "value": "8px",
14666
+ "filePath": "src/dataVisualisation/axis.yml",
13464
14667
  "isSource": true,
13465
14668
  "original": {
13466
- "value": "{size-rem.xxs}"
14669
+ "value": "{size-px.s}"
13467
14670
  },
13468
- "name": "LabeledValueLabelToValueSpacing",
14671
+ "name": "AxisTickSize",
13469
14672
  "attributes": {
13470
- "category": "labeled-value",
13471
- "type": "label-to-value-spacing"
14673
+ "category": "axis",
14674
+ "type": "tick-size"
13472
14675
  },
13473
14676
  "path": [
13474
- "labeled-value",
13475
- "label-to-value-spacing"
14677
+ "axis",
14678
+ "tick-size"
13476
14679
  ]
13477
- },
13478
- "value-to-action-spacing": {
14680
+ }
14681
+ },
14682
+ "big-number": {
14683
+ "spacing": {
13479
14684
  "value": "0.25rem",
13480
- "filePath": "src/content/labeled-value.yml",
14685
+ "filePath": "src/dataVisualisation/big-number.yml",
13481
14686
  "isSource": true,
13482
14687
  "original": {
13483
14688
  "value": "{size-rem.xs}"
13484
14689
  },
13485
- "name": "LabeledValueValueToActionSpacing",
14690
+ "name": "BigNumberSpacing",
13486
14691
  "attributes": {
13487
- "category": "labeled-value",
13488
- "type": "value-to-action-spacing"
14692
+ "category": "big-number",
14693
+ "type": "spacing"
13489
14694
  },
13490
14695
  "path": [
13491
- "labeled-value",
13492
- "value-to-action-spacing"
14696
+ "big-number",
14697
+ "spacing"
13493
14698
  ]
13494
- }
13495
- },
13496
- "markdown": {
13497
- "spacing": {
13498
- "value": "1rem",
13499
- "filePath": "src/content/markdown.yml",
14699
+ },
14700
+ "top-font-size": {
14701
+ "value": "2rem",
14702
+ "filePath": "src/dataVisualisation/big-number.yml",
13500
14703
  "isSource": true,
13501
14704
  "original": {
13502
- "value": "{size-rem.m}"
14705
+ "value": "{font-size-heading.xl}"
13503
14706
  },
13504
- "name": "MarkdownSpacing",
14707
+ "name": "BigNumberTopFontSize",
13505
14708
  "attributes": {
13506
- "category": "markdown",
13507
- "type": "spacing"
14709
+ "category": "big-number",
14710
+ "type": "top-font-size"
13508
14711
  },
13509
14712
  "path": [
13510
- "markdown",
13511
- "spacing"
14713
+ "big-number",
14714
+ "top-font-size"
13512
14715
  ]
13513
- }
13514
- },
13515
- "message": {
13516
- "corner-radius": {
13517
- "value": "4px",
13518
- "filePath": "src/content/message.yml",
14716
+ },
14717
+ "bottom-font-size": {
14718
+ "value": "1rem",
14719
+ "filePath": "src/dataVisualisation/big-number.yml",
13519
14720
  "isSource": true,
13520
14721
  "original": {
13521
- "value": "{corner-radius.default}"
14722
+ "value": "{font-size-text.m}"
13522
14723
  },
13523
- "name": "MessageCornerRadius",
14724
+ "name": "BigNumberBottomFontSize",
13524
14725
  "attributes": {
13525
- "category": "message",
13526
- "type": "corner-radius"
14726
+ "category": "big-number",
14727
+ "type": "bottom-font-size"
13527
14728
  },
13528
14729
  "path": [
13529
- "message",
13530
- "corner-radius"
14730
+ "big-number",
14731
+ "bottom-font-size"
13531
14732
  ]
13532
14733
  },
13533
- "padding-y": {
13534
- "value": "8px",
13535
- "filePath": "src/content/message.yml",
14734
+ "font-weight": {
14735
+ "value": "bold",
14736
+ "filePath": "src/dataVisualisation/big-number.yml",
13536
14737
  "isSource": true,
13537
14738
  "original": {
13538
- "value": "{size-px.s}"
14739
+ "value": "{font-weight.bold}"
13539
14740
  },
13540
- "name": "MessagePaddingY",
14741
+ "name": "BigNumberFontWeight",
13541
14742
  "attributes": {
13542
- "category": "message",
13543
- "type": "padding-y"
14743
+ "category": "big-number",
14744
+ "type": "font-weight"
13544
14745
  },
13545
14746
  "path": [
13546
- "message",
13547
- "padding-y"
14747
+ "big-number",
14748
+ "font-weight"
13548
14749
  ]
13549
- },
13550
- "padding-x": {
13551
- "value": "16px",
13552
- "filePath": "src/content/message.yml",
14750
+ }
14751
+ },
14752
+ "cartesian-grid": {
14753
+ "color": {
14754
+ "value": "#909090",
14755
+ "filePath": "src/dataVisualisation/cartesian-grid.yml",
13553
14756
  "isSource": true,
13554
14757
  "original": {
13555
- "value": "{size-px.m}"
14758
+ "value": "{color.gray.700}"
13556
14759
  },
13557
- "name": "MessagePaddingX",
14760
+ "name": "CartesianGridColor",
13558
14761
  "attributes": {
13559
- "category": "message",
13560
- "type": "padding-x"
14762
+ "category": "cartesian-grid",
14763
+ "type": "color"
13561
14764
  },
13562
14765
  "path": [
13563
- "message",
13564
- "padding-x"
14766
+ "cartesian-grid",
14767
+ "color"
13565
14768
  ]
13566
14769
  },
13567
- "spacing-y": {
13568
- "value": "0.5rem",
13569
- "filePath": "src/content/message.yml",
14770
+ "stroke-width": {
14771
+ "value": "1px",
14772
+ "filePath": "src/dataVisualisation/cartesian-grid.yml",
13570
14773
  "isSource": true,
13571
14774
  "original": {
13572
- "value": "{size-rem.s}"
14775
+ "value": "{border-width.100}"
13573
14776
  },
13574
- "name": "MessageSpacingY",
14777
+ "name": "CartesianGridStrokeWidth",
13575
14778
  "attributes": {
13576
- "category": "message",
13577
- "type": "spacing-y"
14779
+ "category": "cartesian-grid",
14780
+ "type": "stroke-width"
13578
14781
  },
13579
14782
  "path": [
13580
- "message",
13581
- "spacing-y"
14783
+ "cartesian-grid",
14784
+ "stroke-width"
13582
14785
  ]
13583
- },
13584
- "spacing-x": {
13585
- "value": "1rem",
13586
- "filePath": "src/content/message.yml",
14786
+ }
14787
+ },
14788
+ "chart-tooltip": {
14789
+ "spacing": {
14790
+ "value": "8px",
14791
+ "filePath": "src/dataVisualisation/chart-tooltip.yml",
13587
14792
  "isSource": true,
13588
14793
  "original": {
13589
- "value": "{size-rem.m}"
14794
+ "value": "{size-px.s}"
13590
14795
  },
13591
- "name": "MessageSpacingX",
14796
+ "name": "ChartTooltipSpacing",
13592
14797
  "attributes": {
13593
- "category": "message",
13594
- "type": "spacing-x"
14798
+ "category": "chart-tooltip",
14799
+ "type": "spacing"
13595
14800
  },
13596
14801
  "path": [
13597
- "message",
13598
- "spacing-x"
14802
+ "chart-tooltip",
14803
+ "spacing"
13599
14804
  ]
13600
- },
13601
- "background-color-responder": {
13602
- "value": "#E6E6E6",
13603
- "filePath": "src/content/message.yml",
14805
+ }
14806
+ },
14807
+ "legend": {
14808
+ "spacing-x": {
14809
+ "value": "16px",
14810
+ "filePath": "src/dataVisualisation/legend.yml",
13604
14811
  "isSource": true,
13605
14812
  "original": {
13606
- "value": "{color.gray.400}"
14813
+ "value": "{size-px.m}"
13607
14814
  },
13608
- "name": "MessageBackgroundColorResponder",
14815
+ "name": "LegendSpacingX",
13609
14816
  "attributes": {
13610
- "category": "message",
13611
- "type": "background-color-responder"
14817
+ "category": "legend",
14818
+ "type": "spacing-x"
13612
14819
  },
13613
14820
  "path": [
13614
- "message",
13615
- "background-color-responder"
14821
+ "legend",
14822
+ "spacing-x"
13616
14823
  ]
13617
14824
  },
13618
- "background-color-sender": {
13619
- "value": "#E0EBFF",
13620
- "filePath": "src/content/message.yml",
14825
+ "spacing-y": {
14826
+ "value": "8px",
14827
+ "filePath": "src/dataVisualisation/legend.yml",
13621
14828
  "isSource": true,
13622
14829
  "original": {
13623
- "value": "{color.hosting-blue.200}"
14830
+ "value": "{size-px.s}"
13624
14831
  },
13625
- "name": "MessageBackgroundColorSender",
14832
+ "name": "LegendSpacingY",
13626
14833
  "attributes": {
13627
- "category": "message",
13628
- "type": "background-color-sender"
14834
+ "category": "legend",
14835
+ "type": "spacing-y"
13629
14836
  },
13630
14837
  "path": [
13631
- "message",
13632
- "background-color-sender"
14838
+ "legend",
14839
+ "spacing-y"
13633
14840
  ]
13634
14841
  }
13635
14842
  },
13636
- "text": {
13637
- "color": {
13638
- "default": {
13639
- "value": "#222222",
13640
- "filePath": "src/content/text.yml",
13641
- "isSource": true,
13642
- "original": {
13643
- "value": "{neutral.color.1000}"
13644
- },
13645
- "name": "TextColorDefault",
13646
- "attributes": {
13647
- "category": "text",
13648
- "type": "color",
13649
- "item": "default"
13650
- },
13651
- "path": [
13652
- "text",
13653
- "color",
13654
- "default"
13655
- ]
14843
+ "legend-item": {
14844
+ "spacing": {
14845
+ "value": "0.5rem",
14846
+ "filePath": "src/dataVisualisation/legend.yml",
14847
+ "isSource": true,
14848
+ "original": {
14849
+ "value": "{size-rem.s}"
13656
14850
  },
13657
- "light": {
13658
- "value": "rgb(255 255 255 / 100%)",
13659
- "filePath": "src/content/text.yml",
13660
- "isSource": true,
13661
- "original": {
13662
- "value": "{light-plain-content-color}"
13663
- },
13664
- "name": "TextColorLight",
13665
- "attributes": {
13666
- "category": "text",
13667
- "type": "color",
13668
- "item": "light"
13669
- },
13670
- "path": [
13671
- "text",
13672
- "color",
13673
- "light"
13674
- ]
14851
+ "name": "LegendItemSpacing",
14852
+ "attributes": {
14853
+ "category": "legend-item",
14854
+ "type": "spacing"
13675
14855
  },
13676
- "dark": {
13677
- "value": "rgb(0 0 0 / 100%)",
13678
- "filePath": "src/content/text.yml",
14856
+ "path": [
14857
+ "legend-item",
14858
+ "spacing"
14859
+ ]
14860
+ },
14861
+ "marker": {
14862
+ "size": {
14863
+ "value": "1rem",
14864
+ "filePath": "src/dataVisualisation/legend.yml",
13679
14865
  "isSource": true,
13680
14866
  "original": {
13681
- "value": "{dark-plain-content-color}"
14867
+ "value": "{size-rem.m}"
13682
14868
  },
13683
- "name": "TextColorDark",
14869
+ "name": "LegendItemMarkerSize",
13684
14870
  "attributes": {
13685
- "category": "text",
13686
- "type": "color",
13687
- "item": "dark"
14871
+ "category": "legend-item",
14872
+ "type": "marker",
14873
+ "item": "size"
13688
14874
  },
13689
14875
  "path": [
13690
- "text",
13691
- "color",
13692
- "dark"
14876
+ "legend-item",
14877
+ "marker",
14878
+ "size"
13693
14879
  ]
13694
14880
  },
13695
- "disabled": {
13696
- "value": "#E6E6E6",
13697
- "filePath": "src/content/text.yml",
14881
+ "corner-radius": {
14882
+ "value": "4px",
14883
+ "filePath": "src/dataVisualisation/legend.yml",
13698
14884
  "isSource": true,
13699
14885
  "original": {
13700
- "value": "{disabled-plain-content-color}"
14886
+ "value": "{corner-radius.default}"
13701
14887
  },
13702
- "name": "TextColorDisabled",
14888
+ "name": "LegendItemMarkerCornerRadius",
13703
14889
  "attributes": {
13704
- "category": "text",
13705
- "type": "color",
13706
- "item": "disabled"
14890
+ "category": "legend-item",
14891
+ "type": "marker",
14892
+ "item": "corner-radius"
13707
14893
  },
13708
14894
  "path": [
13709
- "text",
13710
- "color",
13711
- "disabled"
14895
+ "legend-item",
14896
+ "marker",
14897
+ "corner-radius"
13712
14898
  ]
13713
14899
  }
13714
- },
13715
- "max-width": {
13716
- "value": "780px",
13717
- "filePath": "src/content/text.yml",
13718
- "isSource": true,
13719
- "original": {
13720
- "value": "780px"
13721
- },
13722
- "name": "TextMaxWidth",
13723
- "attributes": {
13724
- "category": "text",
13725
- "type": "max-width"
13726
- },
13727
- "path": [
13728
- "text",
13729
- "max-width"
13730
- ]
13731
14900
  }
13732
14901
  },
13733
14902
  "focus": {
@@ -13748,6 +14917,23 @@
13748
14917
  "outline-color"
13749
14918
  ]
13750
14919
  },
14920
+ "secondary-outline-color": {
14921
+ "value": "#FFFFFF",
14922
+ "filePath": "src/focus.yml",
14923
+ "isSource": true,
14924
+ "original": {
14925
+ "value": "{neutral.color.100}"
14926
+ },
14927
+ "name": "FocusSecondaryOutlineColor",
14928
+ "attributes": {
14929
+ "category": "focus",
14930
+ "type": "secondary-outline-color"
14931
+ },
14932
+ "path": [
14933
+ "focus",
14934
+ "secondary-outline-color"
14935
+ ]
14936
+ },
13751
14937
  "outline-offset": {
13752
14938
  "value": "2px",
13753
14939
  "filePath": "src/focus.yml",
@@ -14928,135 +16114,63 @@
14928
16114
  }
14929
16115
  },
14930
16116
  "slider": {
14931
- "value-font-weight": {
14932
- "value": "bold",
14933
- "filePath": "src/form/slider.yml",
14934
- "isSource": true,
14935
- "original": {
14936
- "value": "{font-weight.bold}"
14937
- },
14938
- "name": "SliderValueFontWeight",
14939
- "attributes": {
14940
- "category": "slider",
14941
- "type": "value-font-weight"
14942
- },
14943
- "path": [
14944
- "slider",
14945
- "value-font-weight"
14946
- ]
14947
- },
14948
- "value-to-label-spacing": {
14949
- "value": "0.25rem",
14950
- "filePath": "src/form/slider.yml",
14951
- "isSource": true,
14952
- "original": {
14953
- "value": "{size-rem.xs}"
14954
- },
14955
- "name": "SliderValueToLabelSpacing",
14956
- "attributes": {
14957
- "category": "slider",
14958
- "type": "value-to-label-spacing"
14959
- },
14960
- "path": [
14961
- "slider",
14962
- "value-to-label-spacing"
14963
- ]
14964
- },
14965
- "text-to-track-spacing": {
14966
- "value": "0.25rem",
14967
- "filePath": "src/form/slider.yml",
14968
- "isSource": true,
14969
- "original": {
14970
- "value": "{size-rem.xs}"
14971
- },
14972
- "name": "SliderTextToTrackSpacing",
14973
- "attributes": {
14974
- "category": "slider",
14975
- "type": "text-to-track-spacing"
14976
- },
14977
- "path": [
14978
- "slider",
14979
- "text-to-track-spacing"
14980
- ]
14981
- },
14982
- "text-color": {
14983
- "disabled": {
14984
- "value": "#E6E6E6",
14985
- "filePath": "src/form/slider.yml",
14986
- "isSource": true,
14987
- "original": {
14988
- "value": "{disabled-plain-content-color}"
14989
- },
14990
- "name": "SliderTextColorDisabled",
14991
- "attributes": {
14992
- "category": "slider",
14993
- "type": "text-color",
14994
- "item": "disabled"
14995
- },
14996
- "path": [
14997
- "slider",
14998
- "text-color",
14999
- "disabled"
15000
- ]
15001
- }
15002
- },
15003
- "track-background-color": {
16117
+ "color": {
15004
16118
  "default": {
15005
- "value": "#F0F5FF",
16119
+ "value": "#002A7B",
15006
16120
  "filePath": "src/form/slider.yml",
15007
16121
  "isSource": true,
15008
16122
  "original": {
15009
- "value": "{primary-soft-background-color.default}"
16123
+ "value": "{primary.color.1000}"
15010
16124
  },
15011
- "name": "SliderTrackBackgroundColorDefault",
16125
+ "name": "SliderColorDefault",
15012
16126
  "attributes": {
15013
16127
  "category": "slider",
15014
- "type": "track-background-color",
16128
+ "type": "color",
15015
16129
  "item": "default"
15016
16130
  },
15017
16131
  "path": [
15018
16132
  "slider",
15019
- "track-background-color",
16133
+ "color",
15020
16134
  "default"
15021
16135
  ]
15022
16136
  },
15023
16137
  "disabled": {
15024
- "value": "#F8F8F8",
16138
+ "value": "#B1B1B1",
15025
16139
  "filePath": "src/form/slider.yml",
15026
16140
  "isSource": true,
15027
16141
  "original": {
15028
- "value": "{disabled-soft-background-color}"
16142
+ "value": "{neutral.color.600}"
15029
16143
  },
15030
- "name": "SliderTrackBackgroundColorDisabled",
16144
+ "name": "SliderColorDisabled",
15031
16145
  "attributes": {
15032
16146
  "category": "slider",
15033
- "type": "track-background-color",
16147
+ "type": "color",
15034
16148
  "item": "disabled"
15035
16149
  },
15036
16150
  "path": [
15037
16151
  "slider",
15038
- "track-background-color",
16152
+ "color",
15039
16153
  "disabled"
15040
16154
  ]
15041
16155
  }
15042
16156
  },
15043
- "track-background-color-fill": {
16157
+ "track-color": {
15044
16158
  "default": {
15045
- "value": "#0054F5",
16159
+ "value": "#909090",
15046
16160
  "filePath": "src/form/slider.yml",
15047
16161
  "isSource": true,
15048
16162
  "original": {
15049
- "value": "{primary-solid-background-color.default}"
16163
+ "value": "{neutral.color.700}"
15050
16164
  },
15051
- "name": "SliderTrackBackgroundColorFillDefault",
16165
+ "name": "SliderTrackColorDefault",
15052
16166
  "attributes": {
15053
16167
  "category": "slider",
15054
- "type": "track-background-color-fill",
16168
+ "type": "track-color",
15055
16169
  "item": "default"
15056
16170
  },
15057
16171
  "path": [
15058
16172
  "slider",
15059
- "track-background-color-fill",
16173
+ "track-color",
15060
16174
  "default"
15061
16175
  ]
15062
16176
  },
@@ -15065,292 +16179,189 @@
15065
16179
  "filePath": "src/form/slider.yml",
15066
16180
  "isSource": true,
15067
16181
  "original": {
15068
- "value": "{disabled-solid-background-color}"
16182
+ "value": "{neutral.color.400}"
15069
16183
  },
15070
- "name": "SliderTrackBackgroundColorFillDisabled",
16184
+ "name": "SliderTrackColorDisabled",
15071
16185
  "attributes": {
15072
16186
  "category": "slider",
15073
- "type": "track-background-color-fill",
16187
+ "type": "track-color",
15074
16188
  "item": "disabled"
15075
16189
  },
15076
16190
  "path": [
15077
16191
  "slider",
15078
- "track-background-color-fill",
16192
+ "track-color",
15079
16193
  "disabled"
15080
16194
  ]
15081
16195
  }
15082
16196
  },
15083
- "track-height": {
15084
- "value": "0.25rem",
15085
- "filePath": "src/form/slider.yml",
15086
- "isSource": true,
15087
- "original": {
15088
- "value": "{size-rem.xs}"
15089
- },
15090
- "name": "SliderTrackHeight",
15091
- "attributes": {
15092
- "category": "slider",
15093
- "type": "track-height"
15094
- },
15095
- "path": [
15096
- "slider",
15097
- "track-height"
15098
- ]
15099
- },
15100
- "track-corner-radius": {
15101
- "value": "4px",
16197
+ "spacing-x": {
16198
+ "value": "0.5rem",
15102
16199
  "filePath": "src/form/slider.yml",
15103
16200
  "isSource": true,
15104
16201
  "original": {
15105
- "value": "{corner-radius.default}"
16202
+ "value": "{size-rem.s}"
15106
16203
  },
15107
- "name": "SliderTrackCornerRadius",
16204
+ "name": "SliderSpacingX",
15108
16205
  "attributes": {
15109
16206
  "category": "slider",
15110
- "type": "track-corner-radius"
16207
+ "type": "spacing-x"
15111
16208
  },
15112
16209
  "path": [
15113
16210
  "slider",
15114
- "track-corner-radius"
15115
- ]
15116
- },
15117
- "thumb-border-color": {
15118
- "default": {
15119
- "value": "#0054F5",
15120
- "filePath": "src/form/slider.yml",
15121
- "isSource": true,
15122
- "original": {
15123
- "value": "{primary-solid-background-color.default}"
15124
- },
15125
- "name": "SliderThumbBorderColorDefault",
15126
- "attributes": {
15127
- "category": "slider",
15128
- "type": "thumb-border-color",
15129
- "item": "default"
15130
- },
15131
- "path": [
15132
- "slider",
15133
- "thumb-border-color",
15134
- "default"
15135
- ]
15136
- },
15137
- "disabled": {
15138
- "value": "#E6E6E6",
15139
- "filePath": "src/form/slider.yml",
15140
- "isSource": true,
15141
- "original": {
15142
- "value": "{disabled-solid-background-color}"
15143
- },
15144
- "name": "SliderThumbBorderColorDisabled",
15145
- "attributes": {
15146
- "category": "slider",
15147
- "type": "thumb-border-color",
15148
- "item": "disabled"
15149
- },
15150
- "path": [
15151
- "slider",
15152
- "thumb-border-color",
15153
- "disabled"
15154
- ]
15155
- }
16211
+ "spacing-x"
16212
+ ]
15156
16213
  },
15157
- "thumb-border-width": {
15158
- "value": "0.25rem",
16214
+ "spacing-y": {
16215
+ "value": "1rem",
15159
16216
  "filePath": "src/form/slider.yml",
15160
16217
  "isSource": true,
15161
16218
  "original": {
15162
- "value": "{size-rem.xs}"
16219
+ "value": "{size-rem.m}"
15163
16220
  },
15164
- "name": "SliderThumbBorderWidth",
16221
+ "name": "SliderSpacingY",
15165
16222
  "attributes": {
15166
16223
  "category": "slider",
15167
- "type": "thumb-border-width"
16224
+ "type": "spacing-y"
15168
16225
  },
15169
16226
  "path": [
15170
16227
  "slider",
15171
- "thumb-border-width"
16228
+ "spacing-y"
15172
16229
  ]
15173
16230
  },
15174
- "thumb-border-style": {
15175
- "value": "solid",
16231
+ "border-width": {
16232
+ "value": "4px",
15176
16233
  "filePath": "src/form/slider.yml",
15177
16234
  "isSource": true,
15178
16235
  "original": {
15179
- "value": "{border-style.default}"
16236
+ "value": "{border-width.300}"
15180
16237
  },
15181
- "name": "SliderThumbBorderStyle",
16238
+ "name": "SliderBorderWidth",
15182
16239
  "attributes": {
15183
16240
  "category": "slider",
15184
- "type": "thumb-border-style"
16241
+ "type": "border-width"
15185
16242
  },
15186
16243
  "path": [
15187
16244
  "slider",
15188
- "thumb-border-style"
16245
+ "border-width"
15189
16246
  ]
15190
16247
  },
15191
- "thumb-corner-radius": {
15192
- "value": "50%",
16248
+ "border-style": {
16249
+ "value": "solid",
15193
16250
  "filePath": "src/form/slider.yml",
15194
16251
  "isSource": true,
15195
16252
  "original": {
15196
- "value": "{corner-radius.round}"
16253
+ "value": "{border-style.default}"
15197
16254
  },
15198
- "name": "SliderThumbCornerRadius",
16255
+ "name": "SliderBorderStyle",
15199
16256
  "attributes": {
15200
16257
  "category": "slider",
15201
- "type": "thumb-corner-radius"
16258
+ "type": "border-style"
15202
16259
  },
15203
16260
  "path": [
15204
16261
  "slider",
15205
- "thumb-corner-radius"
16262
+ "border-style"
15206
16263
  ]
15207
16264
  },
15208
- "thumb-size": {
15209
- "value": "1.5rem",
16265
+ "corner-radius": {
16266
+ "value": "4px",
15210
16267
  "filePath": "src/form/slider.yml",
15211
16268
  "isSource": true,
15212
16269
  "original": {
15213
- "value": "{size-rem.l}"
16270
+ "value": "{corner-radius.default}"
15214
16271
  },
15215
- "name": "SliderThumbSize",
16272
+ "name": "SliderCornerRadius",
15216
16273
  "attributes": {
15217
16274
  "category": "slider",
15218
- "type": "thumb-size"
16275
+ "type": "corner-radius"
15219
16276
  },
15220
16277
  "path": [
15221
16278
  "slider",
15222
- "thumb-size"
16279
+ "corner-radius"
15223
16280
  ]
15224
16281
  },
15225
- "thumb-background-color": {
15226
- "default": {
15227
- "value": "#FFFFFF",
15228
- "filePath": "src/form/slider.yml",
15229
- "isSource": true,
15230
- "original": {
15231
- "value": "{neutral.color.100}"
15232
- },
15233
- "name": "SliderThumbBackgroundColorDefault",
15234
- "attributes": {
15235
- "category": "slider",
15236
- "type": "thumb-background-color",
15237
- "item": "default"
15238
- },
15239
- "path": [
15240
- "slider",
15241
- "thumb-background-color",
15242
- "default"
15243
- ]
16282
+ "value-font-weight": {
16283
+ "value": "bold",
16284
+ "filePath": "src/form/slider.yml",
16285
+ "isSource": true,
16286
+ "original": {
16287
+ "value": "{font-weight.bold}"
15244
16288
  },
15245
- "pressed": {
15246
- "value": "#0054F5",
15247
- "filePath": "src/form/slider.yml",
15248
- "isSource": true,
15249
- "original": {
15250
- "value": "{primary-solid-background-color.default}"
15251
- },
15252
- "name": "SliderThumbBackgroundColorPressed",
15253
- "attributes": {
15254
- "category": "slider",
15255
- "type": "thumb-background-color",
15256
- "item": "pressed"
15257
- },
15258
- "path": [
15259
- "slider",
15260
- "thumb-background-color",
15261
- "pressed"
15262
- ]
15263
- }
16289
+ "name": "SliderValueFontWeight",
16290
+ "attributes": {
16291
+ "category": "slider",
16292
+ "type": "value-font-weight"
16293
+ },
16294
+ "path": [
16295
+ "slider",
16296
+ "value-font-weight"
16297
+ ]
15264
16298
  },
15265
- "initial-marker-height": {
15266
- "value": "1rem",
16299
+ "handle-corner-radius": {
16300
+ "value": "50%",
15267
16301
  "filePath": "src/form/slider.yml",
15268
16302
  "isSource": true,
15269
16303
  "original": {
15270
- "value": "{size-rem.m}"
16304
+ "value": "{corner-radius.round}"
15271
16305
  },
15272
- "name": "SliderInitialMarkerHeight",
16306
+ "name": "SliderHandleCornerRadius",
15273
16307
  "attributes": {
15274
16308
  "category": "slider",
15275
- "type": "initial-marker-height"
16309
+ "type": "handle-corner-radius"
15276
16310
  },
15277
16311
  "path": [
15278
16312
  "slider",
15279
- "initial-marker-height"
16313
+ "handle-corner-radius"
15280
16314
  ]
15281
16315
  },
15282
- "initial-marker-width": {
15283
- "value": "0.25rem",
16316
+ "handle-size": {
16317
+ "value": "1.5rem",
15284
16318
  "filePath": "src/form/slider.yml",
15285
16319
  "isSource": true,
15286
16320
  "original": {
15287
- "value": "{size-rem.xs}"
16321
+ "value": "{size-rem.l}"
15288
16322
  },
15289
- "name": "SliderInitialMarkerWidth",
16323
+ "name": "SliderHandleSize",
15290
16324
  "attributes": {
15291
16325
  "category": "slider",
15292
- "type": "initial-marker-width"
16326
+ "type": "handle-size"
15293
16327
  },
15294
16328
  "path": [
15295
16329
  "slider",
15296
- "initial-marker-width"
16330
+ "handle-size"
15297
16331
  ]
15298
16332
  },
15299
- "initial-marker-background-color": {
15300
- "default": {
15301
- "value": "#0054F5",
15302
- "filePath": "src/form/slider.yml",
15303
- "isSource": true,
15304
- "original": {
15305
- "value": "{primary-solid-background-color.default}"
15306
- },
15307
- "name": "SliderInitialMarkerBackgroundColorDefault",
15308
- "attributes": {
15309
- "category": "slider",
15310
- "type": "initial-marker-background-color",
15311
- "item": "default"
15312
- },
15313
- "path": [
15314
- "slider",
15315
- "initial-marker-background-color",
15316
- "default"
15317
- ]
16333
+ "handle-fill-color": {
16334
+ "value": "#FFFFFF",
16335
+ "filePath": "src/form/slider.yml",
16336
+ "isSource": true,
16337
+ "original": {
16338
+ "value": "{neutral.color.100}"
15318
16339
  },
15319
- "disabled": {
15320
- "value": "#E6E6E6",
15321
- "filePath": "src/form/slider.yml",
15322
- "isSource": true,
15323
- "original": {
15324
- "value": "{disabled-solid-background-color}"
15325
- },
15326
- "name": "SliderInitialMarkerBackgroundColorDisabled",
15327
- "attributes": {
15328
- "category": "slider",
15329
- "type": "initial-marker-background-color",
15330
- "item": "disabled"
15331
- },
15332
- "path": [
15333
- "slider",
15334
- "initial-marker-background-color",
15335
- "disabled"
15336
- ]
15337
- }
16340
+ "name": "SliderHandleFillColor",
16341
+ "attributes": {
16342
+ "category": "slider",
16343
+ "type": "handle-fill-color"
16344
+ },
16345
+ "path": [
16346
+ "slider",
16347
+ "handle-fill-color"
16348
+ ]
15338
16349
  },
15339
- "initial-marker-corner-radius": {
15340
- "value": "4px",
16350
+ "initial-marker-height": {
16351
+ "value": "1rem",
15341
16352
  "filePath": "src/form/slider.yml",
15342
16353
  "isSource": true,
15343
16354
  "original": {
15344
- "value": "{corner-radius.default}"
16355
+ "value": "{size-rem.m}"
15345
16356
  },
15346
- "name": "SliderInitialMarkerCornerRadius",
16357
+ "name": "SliderInitialMarkerHeight",
15347
16358
  "attributes": {
15348
16359
  "category": "slider",
15349
- "type": "initial-marker-corner-radius"
16360
+ "type": "initial-marker-height"
15350
16361
  },
15351
16362
  "path": [
15352
16363
  "slider",
15353
- "initial-marker-corner-radius"
16364
+ "initial-marker-height"
15354
16365
  ]
15355
16366
  }
15356
16367
  },
@@ -16149,38 +17160,38 @@
16149
17160
  }
16150
17161
  },
16151
17162
  "link": {
16152
- "font-size": {
16153
- "value": "0.875rem",
17163
+ "line-height": {
17164
+ "value": "calc(1rem * 1.5)",
16154
17165
  "filePath": "src/navigation/link.yml",
16155
17166
  "isSource": true,
16156
17167
  "original": {
16157
- "value": "{font-size-text.s}"
17168
+ "value": "{line-height.m}"
16158
17169
  },
16159
- "name": "LinkFontSize",
17170
+ "name": "LinkLineHeight",
16160
17171
  "attributes": {
16161
17172
  "category": "link",
16162
- "type": "font-size"
17173
+ "type": "line-height"
16163
17174
  },
16164
17175
  "path": [
16165
17176
  "link",
16166
- "font-size"
17177
+ "line-height"
16167
17178
  ]
16168
17179
  },
16169
- "line-height": {
16170
- "value": "calc(1rem * 1.5)",
17180
+ "icon-height": {
17181
+ "value": "calc(1rem * 1.25)",
16171
17182
  "filePath": "src/navigation/link.yml",
16172
17183
  "isSource": true,
16173
17184
  "original": {
16174
- "value": "{line-height.m}"
17185
+ "value": "calc({font-size-text.m} * 1.25)"
16175
17186
  },
16176
- "name": "LinkLineHeight",
17187
+ "name": "LinkIconHeight",
16177
17188
  "attributes": {
16178
17189
  "category": "link",
16179
- "type": "line-height"
17190
+ "type": "icon-height"
16180
17191
  },
16181
17192
  "path": [
16182
17193
  "link",
16183
- "line-height"
17194
+ "icon-height"
16184
17195
  ]
16185
17196
  },
16186
17197
  "font-weight": {
@@ -16621,25 +17632,6 @@
16621
17632
  ]
16622
17633
  }
16623
17634
  },
16624
- "tab-panel": {
16625
- "padding": {
16626
- "value": "32px",
16627
- "filePath": "src/navigation/tabs.yml",
16628
- "isSource": true,
16629
- "original": {
16630
- "value": "{size-px.xl}"
16631
- },
16632
- "name": "TabPanelPadding",
16633
- "attributes": {
16634
- "category": "tab-panel",
16635
- "type": "padding"
16636
- },
16637
- "path": [
16638
- "tab-panel",
16639
- "padding"
16640
- ]
16641
- }
16642
- },
16643
17635
  "contextual-help": {
16644
17636
  "max-width": {
16645
17637
  "value": "500px",
@@ -16819,6 +17811,25 @@
16819
17811
  "size",
16820
17812
  "m"
16821
17813
  ]
17814
+ },
17815
+ "l": {
17816
+ "value": "1300px",
17817
+ "filePath": "src/overlays/modal.yml",
17818
+ "isSource": true,
17819
+ "original": {
17820
+ "value": "1300px"
17821
+ },
17822
+ "name": "ModalSizeL",
17823
+ "attributes": {
17824
+ "category": "modal",
17825
+ "type": "size",
17826
+ "item": "l"
17827
+ },
17828
+ "path": [
17829
+ "modal",
17830
+ "size",
17831
+ "l"
17832
+ ]
16822
17833
  }
16823
17834
  },
16824
17835
  "footer-background-color": {
@@ -17819,133 +18830,63 @@
17819
18830
  },
17820
18831
  "name": "AlertBadgeWarningBorderColor",
17821
18832
  "attributes": {
17822
- "category": "alert-badge",
17823
- "type": "warning-border-color"
17824
- },
17825
- "path": [
17826
- "alert-badge",
17827
- "warning-border-color"
17828
- ]
17829
- },
17830
- "danger-background-color": {
17831
- "value": "#FDF0F3",
17832
- "filePath": "src/status/alert-badge.yml",
17833
- "isSource": true,
17834
- "original": {
17835
- "value": "{danger-soft-background-color.default}"
17836
- },
17837
- "name": "AlertBadgeDangerBackgroundColor",
17838
- "attributes": {
17839
- "category": "alert-badge",
17840
- "type": "danger-background-color"
17841
- },
17842
- "path": [
17843
- "alert-badge",
17844
- "danger-background-color"
17845
- ]
17846
- },
17847
- "danger-content-color": {
17848
- "value": "#B4193A",
17849
- "filePath": "src/status/alert-badge.yml",
17850
- "isSource": true,
17851
- "original": {
17852
- "value": "{danger-soft-content-color.default}"
17853
- },
17854
- "name": "AlertBadgeDangerContentColor",
17855
- "attributes": {
17856
- "category": "alert-badge",
17857
- "type": "danger-content-color"
17858
- },
17859
- "path": [
17860
- "alert-badge",
17861
- "danger-content-color"
17862
- ]
17863
- },
17864
- "danger-border-color": {
17865
- "value": "#E1244C",
17866
- "filePath": "src/status/alert-badge.yml",
17867
- "isSource": true,
17868
- "original": {
17869
- "value": "{danger-outline-border-color}"
17870
- },
17871
- "name": "AlertBadgeDangerBorderColor",
17872
- "attributes": {
17873
- "category": "alert-badge",
17874
- "type": "danger-border-color"
17875
- },
17876
- "path": [
17877
- "alert-badge",
17878
- "danger-border-color"
17879
- ]
17880
- }
17881
- },
17882
- "alert-icon": {
17883
- "info-color": {
17884
- "value": "#003FB8",
17885
- "filePath": "src/status/alert-icon.yml",
17886
- "isSource": true,
17887
- "original": {
17888
- "value": "{info-outline-content-color}"
17889
- },
17890
- "name": "AlertIconInfoColor",
17891
- "attributes": {
17892
- "category": "alert-icon",
17893
- "type": "info-color"
18833
+ "category": "alert-badge",
18834
+ "type": "warning-border-color"
17894
18835
  },
17895
18836
  "path": [
17896
- "alert-icon",
17897
- "info-color"
18837
+ "alert-badge",
18838
+ "warning-border-color"
17898
18839
  ]
17899
18840
  },
17900
- "warning-color": {
17901
- "value": "#C25200",
17902
- "filePath": "src/status/alert-icon.yml",
18841
+ "danger-background-color": {
18842
+ "value": "#FDF0F3",
18843
+ "filePath": "src/status/alert-badge.yml",
17903
18844
  "isSource": true,
17904
18845
  "original": {
17905
- "value": "{warning-outline-content-color}"
18846
+ "value": "{danger-soft-background-color.default}"
17906
18847
  },
17907
- "name": "AlertIconWarningColor",
18848
+ "name": "AlertBadgeDangerBackgroundColor",
17908
18849
  "attributes": {
17909
- "category": "alert-icon",
17910
- "type": "warning-color"
18850
+ "category": "alert-badge",
18851
+ "type": "danger-background-color"
17911
18852
  },
17912
18853
  "path": [
17913
- "alert-icon",
17914
- "warning-color"
18854
+ "alert-badge",
18855
+ "danger-background-color"
17915
18856
  ]
17916
18857
  },
17917
- "danger-color": {
18858
+ "danger-content-color": {
17918
18859
  "value": "#B4193A",
17919
- "filePath": "src/status/alert-icon.yml",
18860
+ "filePath": "src/status/alert-badge.yml",
17920
18861
  "isSource": true,
17921
18862
  "original": {
17922
- "value": "{danger-outline-content-color}"
18863
+ "value": "{danger-soft-content-color.default}"
17923
18864
  },
17924
- "name": "AlertIconDangerColor",
18865
+ "name": "AlertBadgeDangerContentColor",
17925
18866
  "attributes": {
17926
- "category": "alert-icon",
17927
- "type": "danger-color"
18867
+ "category": "alert-badge",
18868
+ "type": "danger-content-color"
17928
18869
  },
17929
18870
  "path": [
17930
- "alert-icon",
17931
- "danger-color"
18871
+ "alert-badge",
18872
+ "danger-content-color"
17932
18873
  ]
17933
18874
  },
17934
- "success-color": {
17935
- "value": "#005F42",
17936
- "filePath": "src/status/alert-icon.yml",
18875
+ "danger-border-color": {
18876
+ "value": "#E1244C",
18877
+ "filePath": "src/status/alert-badge.yml",
17937
18878
  "isSource": true,
17938
18879
  "original": {
17939
- "value": "{success-outline-content-color}"
18880
+ "value": "{danger-outline-border-color}"
17940
18881
  },
17941
- "name": "AlertIconSuccessColor",
18882
+ "name": "AlertBadgeDangerBorderColor",
17942
18883
  "attributes": {
17943
- "category": "alert-icon",
17944
- "type": "success-color"
18884
+ "category": "alert-badge",
18885
+ "type": "danger-border-color"
17945
18886
  },
17946
18887
  "path": [
17947
- "alert-icon",
17948
- "success-color"
18888
+ "alert-badge",
18889
+ "danger-border-color"
17949
18890
  ]
17950
18891
  }
17951
18892
  },
@@ -21037,6 +21978,25 @@
21037
21978
  }
21038
21979
  }
21039
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
+ },
21040
22000
  "progress-bar": {
21041
22001
  "font-size": {
21042
22002
  "value": "1rem",
@@ -21123,39 +22083,81 @@
21123
22083
  "spacing-x"
21124
22084
  ]
21125
22085
  },
21126
- "height": {
21127
- "value": "0.5rem",
22086
+ "spacing-bar-to-legend": {
22087
+ "value": "16px",
21128
22088
  "filePath": "src/status/progress-bar.yml",
21129
22089
  "isSource": true,
21130
22090
  "original": {
21131
- "value": "{size-rem.s}"
22091
+ "value": "{size-px.m}"
21132
22092
  },
21133
- "name": "ProgressBarHeight",
22093
+ "name": "ProgressBarSpacingBarToLegend",
21134
22094
  "attributes": {
21135
22095
  "category": "progress-bar",
21136
- "type": "height"
22096
+ "type": "spacing-bar-to-legend"
21137
22097
  },
21138
22098
  "path": [
21139
22099
  "progress-bar",
21140
- "height"
22100
+ "spacing-bar-to-legend"
21141
22101
  ]
21142
22102
  },
21143
- "height-s": {
21144
- "value": "0.375rem",
21145
- "filePath": "src/status/progress-bar.yml",
21146
- "isSource": true,
21147
- "original": {
21148
- "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
+ ]
21149
22122
  },
21150
- "name": "ProgressBarHeightS",
21151
- "attributes": {
21152
- "category": "progress-bar",
21153
- "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
+ ]
21154
22141
  },
21155
- "path": [
21156
- "progress-bar",
21157
- "height-s"
21158
- ]
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
+ }
21159
22161
  },
21160
22162
  "corner-radius": {
21161
22163
  "value": "0.25rem",
@@ -21200,97 +22202,286 @@
21200
22202
  },
21201
22203
  "name": "ProgressBarBorderColor",
21202
22204
  "attributes": {
21203
- "category": "progress-bar",
21204
- "type": "border-color"
22205
+ "category": "progress-bar",
22206
+ "type": "border-color"
22207
+ },
22208
+ "path": [
22209
+ "progress-bar",
22210
+ "border-color"
22211
+ ]
22212
+ },
22213
+ "background-color": {
22214
+ "value": "#F8F8F8",
22215
+ "filePath": "src/status/progress-bar.yml",
22216
+ "isSource": true,
22217
+ "original": {
22218
+ "value": "{neutral.color.300}"
22219
+ },
22220
+ "name": "ProgressBarBackgroundColor",
22221
+ "attributes": {
22222
+ "category": "progress-bar",
22223
+ "type": "background-color"
22224
+ },
22225
+ "path": [
22226
+ "progress-bar",
22227
+ "background-color"
22228
+ ]
22229
+ },
22230
+ "info-fill-background-color": {
22231
+ "value": "#0054F5",
22232
+ "filePath": "src/status/progress-bar.yml",
22233
+ "isSource": true,
22234
+ "original": {
22235
+ "value": "{info-solid-background-color.default}"
22236
+ },
22237
+ "name": "ProgressBarInfoFillBackgroundColor",
22238
+ "attributes": {
22239
+ "category": "progress-bar",
22240
+ "type": "info-fill-background-color"
22241
+ },
22242
+ "path": [
22243
+ "progress-bar",
22244
+ "info-fill-background-color"
22245
+ ]
22246
+ },
22247
+ "success-fill-background-color": {
22248
+ "value": "#00825B",
22249
+ "filePath": "src/status/progress-bar.yml",
22250
+ "isSource": true,
22251
+ "original": {
22252
+ "value": "{success-solid-background-color.default}"
22253
+ },
22254
+ "name": "ProgressBarSuccessFillBackgroundColor",
22255
+ "attributes": {
22256
+ "category": "progress-bar",
22257
+ "type": "success-fill-background-color"
22258
+ },
22259
+ "path": [
22260
+ "progress-bar",
22261
+ "success-fill-background-color"
22262
+ ]
22263
+ },
22264
+ "warning-fill-background-color": {
22265
+ "value": "#F56800",
22266
+ "filePath": "src/status/progress-bar.yml",
22267
+ "isSource": true,
22268
+ "original": {
22269
+ "value": "{warning-solid-background-color.default}"
22270
+ },
22271
+ "name": "ProgressBarWarningFillBackgroundColor",
22272
+ "attributes": {
22273
+ "category": "progress-bar",
22274
+ "type": "warning-fill-background-color"
22275
+ },
22276
+ "path": [
22277
+ "progress-bar",
22278
+ "warning-fill-background-color"
22279
+ ]
22280
+ },
22281
+ "danger-fill-background-color": {
22282
+ "value": "#E1244C",
22283
+ "filePath": "src/status/progress-bar.yml",
22284
+ "isSource": true,
22285
+ "original": {
22286
+ "value": "{danger-solid-background-color.default}"
22287
+ },
22288
+ "name": "ProgressBarDangerFillBackgroundColor",
22289
+ "attributes": {
22290
+ "category": "progress-bar",
22291
+ "type": "danger-fill-background-color"
22292
+ },
22293
+ "path": [
22294
+ "progress-bar",
22295
+ "danger-fill-background-color"
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"
21205
22396
  },
21206
22397
  "path": [
21207
- "progress-bar",
21208
- "border-color"
22398
+ "accent-box",
22399
+ "icon-color-blue"
21209
22400
  ]
21210
22401
  },
21211
- "background-color": {
21212
- "value": "transparent",
21213
- "filePath": "src/status/progress-bar.yml",
22402
+ "icon-color-green": {
22403
+ "value": "#c4e3c1",
22404
+ "filePath": "src/structure/accent-box.yml",
21214
22405
  "isSource": true,
21215
22406
  "original": {
21216
- "value": "{neutral-outline-background-color.default}"
22407
+ "value": "#c4e3c1"
21217
22408
  },
21218
- "name": "ProgressBarBackgroundColor",
22409
+ "name": "AccentBoxIconColorGreen",
21219
22410
  "attributes": {
21220
- "category": "progress-bar",
21221
- "type": "background-color"
22411
+ "category": "accent-box",
22412
+ "type": "icon-color-green"
21222
22413
  },
21223
22414
  "path": [
21224
- "progress-bar",
21225
- "background-color"
22415
+ "accent-box",
22416
+ "icon-color-green"
21226
22417
  ]
21227
22418
  },
21228
- "info-fill-background-color": {
21229
- "value": "#0054F5",
21230
- "filePath": "src/status/progress-bar.yml",
22419
+ "icon-color-gradient": {
22420
+ "value": "#002b7b14",
22421
+ "filePath": "src/structure/accent-box.yml",
21231
22422
  "isSource": true,
21232
22423
  "original": {
21233
- "value": "{info-solid-background-color.default}"
22424
+ "value": "#002b7b14"
21234
22425
  },
21235
- "name": "ProgressBarInfoFillBackgroundColor",
22426
+ "name": "AccentBoxIconColorGradient",
21236
22427
  "attributes": {
21237
- "category": "progress-bar",
21238
- "type": "info-fill-background-color"
22428
+ "category": "accent-box",
22429
+ "type": "icon-color-gradient"
21239
22430
  },
21240
22431
  "path": [
21241
- "progress-bar",
21242
- "info-fill-background-color"
22432
+ "accent-box",
22433
+ "icon-color-gradient"
21243
22434
  ]
21244
22435
  },
21245
- "success-fill-background-color": {
21246
- "value": "#00825B",
21247
- "filePath": "src/status/progress-bar.yml",
22436
+ "icon-color-neutral": {
22437
+ "value": "#E6E6E6",
22438
+ "filePath": "src/structure/accent-box.yml",
21248
22439
  "isSource": true,
21249
22440
  "original": {
21250
- "value": "{success-solid-background-color.default}"
22441
+ "value": "{neutral.color.400}"
21251
22442
  },
21252
- "name": "ProgressBarSuccessFillBackgroundColor",
22443
+ "name": "AccentBoxIconColorNeutral",
21253
22444
  "attributes": {
21254
- "category": "progress-bar",
21255
- "type": "success-fill-background-color"
22445
+ "category": "accent-box",
22446
+ "type": "icon-color-neutral"
21256
22447
  },
21257
22448
  "path": [
21258
- "progress-bar",
21259
- "success-fill-background-color"
22449
+ "accent-box",
22450
+ "icon-color-neutral"
21260
22451
  ]
21261
22452
  },
21262
- "warning-fill-background-color": {
21263
- "value": "#F56800",
21264
- "filePath": "src/status/progress-bar.yml",
22453
+ "padding": {
22454
+ "value": "16px",
22455
+ "filePath": "src/structure/accent-box.yml",
21265
22456
  "isSource": true,
21266
22457
  "original": {
21267
- "value": "{warning-solid-background-color.default}"
22458
+ "value": "{size-px.m}"
21268
22459
  },
21269
- "name": "ProgressBarWarningFillBackgroundColor",
22460
+ "name": "AccentBoxPadding",
21270
22461
  "attributes": {
21271
- "category": "progress-bar",
21272
- "type": "warning-fill-background-color"
22462
+ "category": "accent-box",
22463
+ "type": "padding"
21273
22464
  },
21274
22465
  "path": [
21275
- "progress-bar",
21276
- "warning-fill-background-color"
22466
+ "accent-box",
22467
+ "padding"
21277
22468
  ]
21278
22469
  },
21279
- "danger-fill-background-color": {
21280
- "value": "#E1244C",
21281
- "filePath": "src/status/progress-bar.yml",
22470
+ "corner-radius": {
22471
+ "value": "4px",
22472
+ "filePath": "src/structure/accent-box.yml",
21282
22473
  "isSource": true,
21283
22474
  "original": {
21284
- "value": "{danger-solid-background-color.default}"
22475
+ "value": "{corner-radius.default}"
21285
22476
  },
21286
- "name": "ProgressBarDangerFillBackgroundColor",
22477
+ "name": "AccentBoxCornerRadius",
21287
22478
  "attributes": {
21288
- "category": "progress-bar",
21289
- "type": "danger-fill-background-color"
22479
+ "category": "accent-box",
22480
+ "type": "corner-radius"
21290
22481
  },
21291
22482
  "path": [
21292
- "progress-bar",
21293
- "danger-fill-background-color"
22483
+ "accent-box",
22484
+ "corner-radius"
21294
22485
  ]
21295
22486
  }
21296
22487
  },
@@ -21498,7 +22689,7 @@
21498
22689
  ]
21499
22690
  }
21500
22691
  },
21501
- "text-copyButton": {
22692
+ "text-button": {
21502
22693
  "spacing": {
21503
22694
  "value": "0.25rem",
21504
22695
  "filePath": "src/structure/align.yml",
@@ -21506,15 +22697,36 @@
21506
22697
  "original": {
21507
22698
  "value": "{size-rem.xs}"
21508
22699
  },
21509
- "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",
21510
22722
  "attributes": {
21511
22723
  "category": "align",
21512
- "type": "text-copyButton",
22724
+ "type": "icon-text",
21513
22725
  "item": "spacing"
21514
22726
  },
21515
22727
  "path": [
21516
22728
  "align",
21517
- "text-copyButton",
22729
+ "icon-text",
21518
22730
  "spacing"
21519
22731
  ]
21520
22732
  }
@@ -21636,11 +22848,11 @@
21636
22848
  ]
21637
22849
  },
21638
22850
  "padding": {
21639
- "value": "32px",
22851
+ "value": "24px",
21640
22852
  "filePath": "src/structure/layout-card.yml",
21641
22853
  "isSource": true,
21642
22854
  "original": {
21643
- "value": "{size-px.xl}"
22855
+ "value": "{size-px.l}"
21644
22856
  },
21645
22857
  "name": "LayoutCardPadding",
21646
22858
  "attributes": {
@@ -21652,6 +22864,23 @@
21652
22864
  "padding"
21653
22865
  ]
21654
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
+ },
21655
22884
  "box-shadow": {
21656
22885
  "value": "rgba(0, 0, 0, 0.1) 0 4px 8px",
21657
22886
  "filePath": "src/structure/layout-card.yml",
@@ -21704,6 +22933,23 @@
21704
22933
  "list",
21705
22934
  "block-to-block-spacing"
21706
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
+ ]
21707
22953
  }
21708
22954
  },
21709
22955
  "list-item": {
@@ -21938,21 +23184,38 @@
21938
23184
  "spacing"
21939
23185
  ]
21940
23186
  },
21941
- "sub-heading-spacing": {
21942
- "value": "1rem",
23187
+ "sub-heading-spacing-m": {
23188
+ "value": "1.5rem",
21943
23189
  "filePath": "src/structure/section.yml",
21944
23190
  "isSource": true,
21945
23191
  "original": {
21946
- "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}"
21947
23210
  },
21948
- "name": "SectionSubHeadingSpacing",
23211
+ "name": "SectionSubHeadingSpacingS",
21949
23212
  "attributes": {
21950
23213
  "category": "section",
21951
- "type": "sub-heading-spacing"
23214
+ "type": "sub-heading-spacing-s"
21952
23215
  },
21953
23216
  "path": [
21954
23217
  "section",
21955
- "sub-heading-spacing"
23218
+ "sub-heading-spacing-s"
21956
23219
  ]
21957
23220
  }
21958
23221
  },
@@ -22026,6 +23289,23 @@
22026
23289
  "separator",
22027
23290
  "height"
22028
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
+ ]
22029
23309
  }
22030
23310
  },
22031
23311
  "table": {
@@ -22472,5 +23752,178 @@
22472
23752
  ]
22473
23753
  }
22474
23754
  }
23755
+ },
23756
+ "file-drop-zone": {
23757
+ "corner-radius": {
23758
+ "value": "4px",
23759
+ "filePath": "src/upload/file-drop-zone.yml",
23760
+ "isSource": true,
23761
+ "original": {
23762
+ "value": "{corner-radius.default}"
23763
+ },
23764
+ "name": "FileDropZoneCornerRadius",
23765
+ "attributes": {
23766
+ "category": "file-drop-zone",
23767
+ "type": "corner-radius"
23768
+ },
23769
+ "path": [
23770
+ "file-drop-zone",
23771
+ "corner-radius"
23772
+ ]
23773
+ },
23774
+ "padding": {
23775
+ "value": "16px",
23776
+ "filePath": "src/upload/file-drop-zone.yml",
23777
+ "isSource": true,
23778
+ "original": {
23779
+ "value": "{size-px.m}"
23780
+ },
23781
+ "name": "FileDropZonePadding",
23782
+ "attributes": {
23783
+ "category": "file-drop-zone",
23784
+ "type": "padding"
23785
+ },
23786
+ "path": [
23787
+ "file-drop-zone",
23788
+ "padding"
23789
+ ]
23790
+ },
23791
+ "background-color": {
23792
+ "default": {
23793
+ "value": "#F8F8F8",
23794
+ "filePath": "src/upload/file-drop-zone.yml",
23795
+ "isSource": true,
23796
+ "original": {
23797
+ "value": "{form-control.background-color.default}"
23798
+ },
23799
+ "name": "FileDropZoneBackgroundColorDefault",
23800
+ "attributes": {
23801
+ "category": "file-drop-zone",
23802
+ "type": "background-color",
23803
+ "item": "default"
23804
+ },
23805
+ "path": [
23806
+ "file-drop-zone",
23807
+ "background-color",
23808
+ "default"
23809
+ ]
23810
+ },
23811
+ "target": {
23812
+ "value": "#F0F5FF",
23813
+ "filePath": "src/upload/file-drop-zone.yml",
23814
+ "isSource": true,
23815
+ "original": {
23816
+ "value": "{form-control.background-color.hover}"
23817
+ },
23818
+ "name": "FileDropZoneBackgroundColorTarget",
23819
+ "attributes": {
23820
+ "category": "file-drop-zone",
23821
+ "type": "background-color",
23822
+ "item": "target"
23823
+ },
23824
+ "path": [
23825
+ "file-drop-zone",
23826
+ "background-color",
23827
+ "target"
23828
+ ]
23829
+ }
23830
+ },
23831
+ "border-width": {
23832
+ "value": "1px",
23833
+ "filePath": "src/upload/file-drop-zone.yml",
23834
+ "isSource": true,
23835
+ "original": {
23836
+ "value": "{border-width.100}"
23837
+ },
23838
+ "name": "FileDropZoneBorderWidth",
23839
+ "attributes": {
23840
+ "category": "file-drop-zone",
23841
+ "type": "border-width"
23842
+ },
23843
+ "path": [
23844
+ "file-drop-zone",
23845
+ "border-width"
23846
+ ]
23847
+ },
23848
+ "border-style": {
23849
+ "default": {
23850
+ "value": "dashed",
23851
+ "filePath": "src/upload/file-drop-zone.yml",
23852
+ "isSource": true,
23853
+ "original": {
23854
+ "value": "{border-style.dashed}"
23855
+ },
23856
+ "name": "FileDropZoneBorderStyleDefault",
23857
+ "attributes": {
23858
+ "category": "file-drop-zone",
23859
+ "type": "border-style",
23860
+ "item": "default"
23861
+ },
23862
+ "path": [
23863
+ "file-drop-zone",
23864
+ "border-style",
23865
+ "default"
23866
+ ]
23867
+ },
23868
+ "target": {
23869
+ "value": "solid",
23870
+ "filePath": "src/upload/file-drop-zone.yml",
23871
+ "isSource": true,
23872
+ "original": {
23873
+ "value": "{border-style.default}"
23874
+ },
23875
+ "name": "FileDropZoneBorderStyleTarget",
23876
+ "attributes": {
23877
+ "category": "file-drop-zone",
23878
+ "type": "border-style",
23879
+ "item": "target"
23880
+ },
23881
+ "path": [
23882
+ "file-drop-zone",
23883
+ "border-style",
23884
+ "target"
23885
+ ]
23886
+ }
23887
+ },
23888
+ "border-color": {
23889
+ "default": {
23890
+ "value": "#909090",
23891
+ "filePath": "src/upload/file-drop-zone.yml",
23892
+ "isSource": true,
23893
+ "original": {
23894
+ "value": "{form-control.border-color.default}"
23895
+ },
23896
+ "name": "FileDropZoneBorderColorDefault",
23897
+ "attributes": {
23898
+ "category": "file-drop-zone",
23899
+ "type": "border-color",
23900
+ "item": "default"
23901
+ },
23902
+ "path": [
23903
+ "file-drop-zone",
23904
+ "border-color",
23905
+ "default"
23906
+ ]
23907
+ },
23908
+ "target": {
23909
+ "value": "#0054F5",
23910
+ "filePath": "src/upload/file-drop-zone.yml",
23911
+ "isSource": true,
23912
+ "original": {
23913
+ "value": "{primary.color.800}"
23914
+ },
23915
+ "name": "FileDropZoneBorderColorTarget",
23916
+ "attributes": {
23917
+ "category": "file-drop-zone",
23918
+ "type": "border-color",
23919
+ "item": "target"
23920
+ },
23921
+ "path": [
23922
+ "file-drop-zone",
23923
+ "border-color",
23924
+ "target"
23925
+ ]
23926
+ }
23927
+ }
22475
23928
  }
22476
23929
  }