@mittwald/flow-design-tokens 0.2.0-alpha.13 → 0.2.0-alpha.131

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": {
@@ -13154,41 +13717,109 @@
13154
13717
  "icon",
13155
13718
  "color"
13156
13719
  ]
13157
- }
13158
- },
13159
- "illustrated-message": {
13160
- "padding": {
13161
- "value": "16px",
13162
- "filePath": "src/content/illustrated-message.yml",
13720
+ },
13721
+ "info-color": {
13722
+ "value": "#003FB8",
13723
+ "filePath": "src/content/icon.yml",
13163
13724
  "isSource": true,
13164
13725
  "original": {
13165
- "value": "{size-px.m}"
13726
+ "value": "{info-outline-content-color}"
13166
13727
  },
13167
- "name": "IllustratedMessagePadding",
13728
+ "name": "IconInfoColor",
13168
13729
  "attributes": {
13169
- "category": "illustrated-message",
13170
- "type": "padding"
13730
+ "category": "icon",
13731
+ "type": "info-color"
13171
13732
  },
13172
13733
  "path": [
13173
- "illustrated-message",
13174
- "padding"
13734
+ "icon",
13735
+ "info-color"
13175
13736
  ]
13176
13737
  },
13177
- "spacing": {
13178
- "value": "1rem",
13179
- "filePath": "src/content/illustrated-message.yml",
13738
+ "warning-color": {
13739
+ "value": "#C25200",
13740
+ "filePath": "src/content/icon.yml",
13180
13741
  "isSource": true,
13181
13742
  "original": {
13182
- "value": "{size-rem.m}"
13743
+ "value": "{warning-outline-content-color}"
13183
13744
  },
13184
- "name": "IllustratedMessageSpacing",
13745
+ "name": "IconWarningColor",
13185
13746
  "attributes": {
13186
- "category": "illustrated-message",
13187
- "type": "spacing"
13747
+ "category": "icon",
13748
+ "type": "warning-color"
13188
13749
  },
13189
13750
  "path": [
13190
- "illustrated-message",
13191
- "spacing"
13751
+ "icon",
13752
+ "warning-color"
13753
+ ]
13754
+ },
13755
+ "danger-color": {
13756
+ "value": "#B4193A",
13757
+ "filePath": "src/content/icon.yml",
13758
+ "isSource": true,
13759
+ "original": {
13760
+ "value": "{danger-outline-content-color}"
13761
+ },
13762
+ "name": "IconDangerColor",
13763
+ "attributes": {
13764
+ "category": "icon",
13765
+ "type": "danger-color"
13766
+ },
13767
+ "path": [
13768
+ "icon",
13769
+ "danger-color"
13770
+ ]
13771
+ },
13772
+ "success-color": {
13773
+ "value": "#005F42",
13774
+ "filePath": "src/content/icon.yml",
13775
+ "isSource": true,
13776
+ "original": {
13777
+ "value": "{success-outline-content-color}"
13778
+ },
13779
+ "name": "IconSuccessColor",
13780
+ "attributes": {
13781
+ "category": "icon",
13782
+ "type": "success-color"
13783
+ },
13784
+ "path": [
13785
+ "icon",
13786
+ "success-color"
13787
+ ]
13788
+ }
13789
+ },
13790
+ "illustrated-message": {
13791
+ "padding": {
13792
+ "value": "16px",
13793
+ "filePath": "src/content/illustrated-message.yml",
13794
+ "isSource": true,
13795
+ "original": {
13796
+ "value": "{size-px.m}"
13797
+ },
13798
+ "name": "IllustratedMessagePadding",
13799
+ "attributes": {
13800
+ "category": "illustrated-message",
13801
+ "type": "padding"
13802
+ },
13803
+ "path": [
13804
+ "illustrated-message",
13805
+ "padding"
13806
+ ]
13807
+ },
13808
+ "spacing": {
13809
+ "value": "1rem",
13810
+ "filePath": "src/content/illustrated-message.yml",
13811
+ "isSource": true,
13812
+ "original": {
13813
+ "value": "{size-rem.m}"
13814
+ },
13815
+ "name": "IllustratedMessageSpacing",
13816
+ "attributes": {
13817
+ "category": "illustrated-message",
13818
+ "type": "spacing"
13819
+ },
13820
+ "path": [
13821
+ "illustrated-message",
13822
+ "spacing"
13192
13823
  ]
13193
13824
  },
13194
13825
  "primary-icon-color": {
@@ -13328,6 +13959,76 @@
13328
13959
  ]
13329
13960
  }
13330
13961
  },
13962
+ "image": {
13963
+ "corner-radius": {
13964
+ "value": "4px",
13965
+ "filePath": "src/content/image.yml",
13966
+ "isSource": true,
13967
+ "original": {
13968
+ "value": "{corner-radius.default}"
13969
+ },
13970
+ "name": "ImageCornerRadius",
13971
+ "attributes": {
13972
+ "category": "image",
13973
+ "type": "corner-radius"
13974
+ },
13975
+ "path": [
13976
+ "image",
13977
+ "corner-radius"
13978
+ ]
13979
+ },
13980
+ "border-width": {
13981
+ "value": "1px",
13982
+ "filePath": "src/content/image.yml",
13983
+ "isSource": true,
13984
+ "original": {
13985
+ "value": "{border-width.100}"
13986
+ },
13987
+ "name": "ImageBorderWidth",
13988
+ "attributes": {
13989
+ "category": "image",
13990
+ "type": "border-width"
13991
+ },
13992
+ "path": [
13993
+ "image",
13994
+ "border-width"
13995
+ ]
13996
+ },
13997
+ "border-style": {
13998
+ "value": "solid",
13999
+ "filePath": "src/content/image.yml",
14000
+ "isSource": true,
14001
+ "original": {
14002
+ "value": "{border-style.default}"
14003
+ },
14004
+ "name": "ImageBorderStyle",
14005
+ "attributes": {
14006
+ "category": "image",
14007
+ "type": "border-style"
14008
+ },
14009
+ "path": [
14010
+ "image",
14011
+ "border-style"
14012
+ ]
14013
+ },
14014
+ "border-color": {
14015
+ "value": "#909090",
14016
+ "filePath": "src/content/image.yml",
14017
+ "isSource": true,
14018
+ "original": {
14019
+ "value": "{neutral-outline-border-color}"
14020
+ },
14021
+ "name": "ImageBorderColor",
14022
+ "attributes": {
14023
+ "category": "image",
14024
+ "type": "border-color"
14025
+ },
14026
+ "path": [
14027
+ "image",
14028
+ "border-color"
14029
+ ]
14030
+ }
14031
+ },
13331
14032
  "initials": {
13332
14033
  "font-weight": {
13333
14034
  "value": "bold",
@@ -13512,127 +14213,6 @@
13512
14213
  ]
13513
14214
  }
13514
14215
  },
13515
- "message": {
13516
- "corner-radius": {
13517
- "value": "4px",
13518
- "filePath": "src/content/message.yml",
13519
- "isSource": true,
13520
- "original": {
13521
- "value": "{corner-radius.default}"
13522
- },
13523
- "name": "MessageCornerRadius",
13524
- "attributes": {
13525
- "category": "message",
13526
- "type": "corner-radius"
13527
- },
13528
- "path": [
13529
- "message",
13530
- "corner-radius"
13531
- ]
13532
- },
13533
- "padding-y": {
13534
- "value": "8px",
13535
- "filePath": "src/content/message.yml",
13536
- "isSource": true,
13537
- "original": {
13538
- "value": "{size-px.s}"
13539
- },
13540
- "name": "MessagePaddingY",
13541
- "attributes": {
13542
- "category": "message",
13543
- "type": "padding-y"
13544
- },
13545
- "path": [
13546
- "message",
13547
- "padding-y"
13548
- ]
13549
- },
13550
- "padding-x": {
13551
- "value": "16px",
13552
- "filePath": "src/content/message.yml",
13553
- "isSource": true,
13554
- "original": {
13555
- "value": "{size-px.m}"
13556
- },
13557
- "name": "MessagePaddingX",
13558
- "attributes": {
13559
- "category": "message",
13560
- "type": "padding-x"
13561
- },
13562
- "path": [
13563
- "message",
13564
- "padding-x"
13565
- ]
13566
- },
13567
- "spacing-y": {
13568
- "value": "0.5rem",
13569
- "filePath": "src/content/message.yml",
13570
- "isSource": true,
13571
- "original": {
13572
- "value": "{size-rem.s}"
13573
- },
13574
- "name": "MessageSpacingY",
13575
- "attributes": {
13576
- "category": "message",
13577
- "type": "spacing-y"
13578
- },
13579
- "path": [
13580
- "message",
13581
- "spacing-y"
13582
- ]
13583
- },
13584
- "spacing-x": {
13585
- "value": "1rem",
13586
- "filePath": "src/content/message.yml",
13587
- "isSource": true,
13588
- "original": {
13589
- "value": "{size-rem.m}"
13590
- },
13591
- "name": "MessageSpacingX",
13592
- "attributes": {
13593
- "category": "message",
13594
- "type": "spacing-x"
13595
- },
13596
- "path": [
13597
- "message",
13598
- "spacing-x"
13599
- ]
13600
- },
13601
- "background-color-responder": {
13602
- "value": "#E6E6E6",
13603
- "filePath": "src/content/message.yml",
13604
- "isSource": true,
13605
- "original": {
13606
- "value": "{color.gray.400}"
13607
- },
13608
- "name": "MessageBackgroundColorResponder",
13609
- "attributes": {
13610
- "category": "message",
13611
- "type": "background-color-responder"
13612
- },
13613
- "path": [
13614
- "message",
13615
- "background-color-responder"
13616
- ]
13617
- },
13618
- "background-color-sender": {
13619
- "value": "#E0EBFF",
13620
- "filePath": "src/content/message.yml",
13621
- "isSource": true,
13622
- "original": {
13623
- "value": "{color.hosting-blue.200}"
13624
- },
13625
- "name": "MessageBackgroundColorSender",
13626
- "attributes": {
13627
- "category": "message",
13628
- "type": "background-color-sender"
13629
- },
13630
- "path": [
13631
- "message",
13632
- "background-color-sender"
13633
- ]
13634
- }
13635
- },
13636
14216
  "text": {
13637
14217
  "color": {
13638
14218
  "default": {
@@ -13728,6 +14308,451 @@
13728
14308
  "text",
13729
14309
  "max-width"
13730
14310
  ]
14311
+ },
14312
+ "blockquote-border-width": {
14313
+ "value": "4px",
14314
+ "filePath": "src/content/text.yml",
14315
+ "isSource": true,
14316
+ "original": {
14317
+ "value": "{border-width.300}"
14318
+ },
14319
+ "name": "TextBlockquoteBorderWidth",
14320
+ "attributes": {
14321
+ "category": "text",
14322
+ "type": "blockquote-border-width"
14323
+ },
14324
+ "path": [
14325
+ "text",
14326
+ "blockquote-border-width"
14327
+ ]
14328
+ },
14329
+ "blockquote-border-style": {
14330
+ "value": "solid",
14331
+ "filePath": "src/content/text.yml",
14332
+ "isSource": true,
14333
+ "original": {
14334
+ "value": "{border-style.default}"
14335
+ },
14336
+ "name": "TextBlockquoteBorderStyle",
14337
+ "attributes": {
14338
+ "category": "text",
14339
+ "type": "blockquote-border-style"
14340
+ },
14341
+ "path": [
14342
+ "text",
14343
+ "blockquote-border-style"
14344
+ ]
14345
+ },
14346
+ "blockquote-border-color": {
14347
+ "value": "#0054F5",
14348
+ "filePath": "src/content/text.yml",
14349
+ "isSource": true,
14350
+ "original": {
14351
+ "value": "{info-outline-border-color}"
14352
+ },
14353
+ "name": "TextBlockquoteBorderColor",
14354
+ "attributes": {
14355
+ "category": "text",
14356
+ "type": "blockquote-border-color"
14357
+ },
14358
+ "path": [
14359
+ "text",
14360
+ "blockquote-border-color"
14361
+ ]
14362
+ },
14363
+ "blockquote-padding": {
14364
+ "value": "0.5rem",
14365
+ "filePath": "src/content/text.yml",
14366
+ "isSource": true,
14367
+ "original": {
14368
+ "value": "{size-rem.s}"
14369
+ },
14370
+ "name": "TextBlockquotePadding",
14371
+ "attributes": {
14372
+ "category": "text",
14373
+ "type": "blockquote-padding"
14374
+ },
14375
+ "path": [
14376
+ "text",
14377
+ "blockquote-padding"
14378
+ ]
14379
+ },
14380
+ "list-padding": {
14381
+ "value": "1.5rem",
14382
+ "filePath": "src/content/text.yml",
14383
+ "isSource": true,
14384
+ "original": {
14385
+ "value": "{size-rem.l}"
14386
+ },
14387
+ "name": "TextListPadding",
14388
+ "attributes": {
14389
+ "category": "text",
14390
+ "type": "list-padding"
14391
+ },
14392
+ "path": [
14393
+ "text",
14394
+ "list-padding"
14395
+ ]
14396
+ }
14397
+ },
14398
+ "area": {
14399
+ "border-width": {
14400
+ "value": "2px",
14401
+ "filePath": "src/dataVisualisation/area.yml",
14402
+ "isSource": true,
14403
+ "original": {
14404
+ "value": "{border-width.200}"
14405
+ },
14406
+ "name": "AreaBorderWidth",
14407
+ "attributes": {
14408
+ "category": "area",
14409
+ "type": "border-width"
14410
+ },
14411
+ "path": [
14412
+ "area",
14413
+ "border-width"
14414
+ ]
14415
+ },
14416
+ "border-color": {
14417
+ "value": "#FFFFFF",
14418
+ "filePath": "src/dataVisualisation/area.yml",
14419
+ "isSource": true,
14420
+ "original": {
14421
+ "value": "{neutral.color.100}"
14422
+ },
14423
+ "name": "AreaBorderColor",
14424
+ "attributes": {
14425
+ "category": "area",
14426
+ "type": "border-color"
14427
+ },
14428
+ "path": [
14429
+ "area",
14430
+ "border-color"
14431
+ ]
14432
+ }
14433
+ },
14434
+ "axis": {
14435
+ "spacing": {
14436
+ "value": "8px",
14437
+ "filePath": "src/dataVisualisation/axis.yml",
14438
+ "isSource": true,
14439
+ "original": {
14440
+ "value": "{size-px.s}"
14441
+ },
14442
+ "name": "AxisSpacing",
14443
+ "attributes": {
14444
+ "category": "axis",
14445
+ "type": "spacing"
14446
+ },
14447
+ "path": [
14448
+ "axis",
14449
+ "spacing"
14450
+ ]
14451
+ },
14452
+ "font-size": {
14453
+ "value": "0.875rem",
14454
+ "filePath": "src/dataVisualisation/axis.yml",
14455
+ "isSource": true,
14456
+ "original": {
14457
+ "value": "{font-size-text.s}"
14458
+ },
14459
+ "name": "AxisFontSize",
14460
+ "attributes": {
14461
+ "category": "axis",
14462
+ "type": "font-size"
14463
+ },
14464
+ "path": [
14465
+ "axis",
14466
+ "font-size"
14467
+ ]
14468
+ },
14469
+ "color": {
14470
+ "value": "#909090",
14471
+ "filePath": "src/dataVisualisation/axis.yml",
14472
+ "isSource": true,
14473
+ "original": {
14474
+ "value": "{color.gray.700}"
14475
+ },
14476
+ "name": "AxisColor",
14477
+ "attributes": {
14478
+ "category": "axis",
14479
+ "type": "color"
14480
+ },
14481
+ "path": [
14482
+ "axis",
14483
+ "color"
14484
+ ]
14485
+ },
14486
+ "text-color": {
14487
+ "value": "#222222",
14488
+ "filePath": "src/dataVisualisation/axis.yml",
14489
+ "isSource": true,
14490
+ "original": {
14491
+ "value": "{neutral.color.1000}"
14492
+ },
14493
+ "name": "AxisTextColor",
14494
+ "attributes": {
14495
+ "category": "axis",
14496
+ "type": "text-color"
14497
+ },
14498
+ "path": [
14499
+ "axis",
14500
+ "text-color"
14501
+ ]
14502
+ },
14503
+ "stroke-width": {
14504
+ "value": "1px",
14505
+ "filePath": "src/dataVisualisation/axis.yml",
14506
+ "isSource": true,
14507
+ "original": {
14508
+ "value": "{border-width.100}"
14509
+ },
14510
+ "name": "AxisStrokeWidth",
14511
+ "attributes": {
14512
+ "category": "axis",
14513
+ "type": "stroke-width"
14514
+ },
14515
+ "path": [
14516
+ "axis",
14517
+ "stroke-width"
14518
+ ]
14519
+ },
14520
+ "tick-size": {
14521
+ "value": "8px",
14522
+ "filePath": "src/dataVisualisation/axis.yml",
14523
+ "isSource": true,
14524
+ "original": {
14525
+ "value": "{size-px.s}"
14526
+ },
14527
+ "name": "AxisTickSize",
14528
+ "attributes": {
14529
+ "category": "axis",
14530
+ "type": "tick-size"
14531
+ },
14532
+ "path": [
14533
+ "axis",
14534
+ "tick-size"
14535
+ ]
14536
+ }
14537
+ },
14538
+ "big-number": {
14539
+ "spacing": {
14540
+ "value": "0.25rem",
14541
+ "filePath": "src/dataVisualisation/big-number.yml",
14542
+ "isSource": true,
14543
+ "original": {
14544
+ "value": "{size-rem.xs}"
14545
+ },
14546
+ "name": "BigNumberSpacing",
14547
+ "attributes": {
14548
+ "category": "big-number",
14549
+ "type": "spacing"
14550
+ },
14551
+ "path": [
14552
+ "big-number",
14553
+ "spacing"
14554
+ ]
14555
+ },
14556
+ "top-font-size": {
14557
+ "value": "2rem",
14558
+ "filePath": "src/dataVisualisation/big-number.yml",
14559
+ "isSource": true,
14560
+ "original": {
14561
+ "value": "{font-size-heading.xl}"
14562
+ },
14563
+ "name": "BigNumberTopFontSize",
14564
+ "attributes": {
14565
+ "category": "big-number",
14566
+ "type": "top-font-size"
14567
+ },
14568
+ "path": [
14569
+ "big-number",
14570
+ "top-font-size"
14571
+ ]
14572
+ },
14573
+ "bottom-font-size": {
14574
+ "value": "1rem",
14575
+ "filePath": "src/dataVisualisation/big-number.yml",
14576
+ "isSource": true,
14577
+ "original": {
14578
+ "value": "{font-size-text.m}"
14579
+ },
14580
+ "name": "BigNumberBottomFontSize",
14581
+ "attributes": {
14582
+ "category": "big-number",
14583
+ "type": "bottom-font-size"
14584
+ },
14585
+ "path": [
14586
+ "big-number",
14587
+ "bottom-font-size"
14588
+ ]
14589
+ },
14590
+ "font-weight": {
14591
+ "value": "bold",
14592
+ "filePath": "src/dataVisualisation/big-number.yml",
14593
+ "isSource": true,
14594
+ "original": {
14595
+ "value": "{font-weight.bold}"
14596
+ },
14597
+ "name": "BigNumberFontWeight",
14598
+ "attributes": {
14599
+ "category": "big-number",
14600
+ "type": "font-weight"
14601
+ },
14602
+ "path": [
14603
+ "big-number",
14604
+ "font-weight"
14605
+ ]
14606
+ }
14607
+ },
14608
+ "cartesian-grid": {
14609
+ "color": {
14610
+ "value": "#909090",
14611
+ "filePath": "src/dataVisualisation/cartesian-grid.yml",
14612
+ "isSource": true,
14613
+ "original": {
14614
+ "value": "{color.gray.700}"
14615
+ },
14616
+ "name": "CartesianGridColor",
14617
+ "attributes": {
14618
+ "category": "cartesian-grid",
14619
+ "type": "color"
14620
+ },
14621
+ "path": [
14622
+ "cartesian-grid",
14623
+ "color"
14624
+ ]
14625
+ },
14626
+ "stroke-width": {
14627
+ "value": "1px",
14628
+ "filePath": "src/dataVisualisation/cartesian-grid.yml",
14629
+ "isSource": true,
14630
+ "original": {
14631
+ "value": "{border-width.100}"
14632
+ },
14633
+ "name": "CartesianGridStrokeWidth",
14634
+ "attributes": {
14635
+ "category": "cartesian-grid",
14636
+ "type": "stroke-width"
14637
+ },
14638
+ "path": [
14639
+ "cartesian-grid",
14640
+ "stroke-width"
14641
+ ]
14642
+ }
14643
+ },
14644
+ "chart-tooltip": {
14645
+ "spacing": {
14646
+ "value": "8px",
14647
+ "filePath": "src/dataVisualisation/chart-tooltip.yml",
14648
+ "isSource": true,
14649
+ "original": {
14650
+ "value": "{size-px.s}"
14651
+ },
14652
+ "name": "ChartTooltipSpacing",
14653
+ "attributes": {
14654
+ "category": "chart-tooltip",
14655
+ "type": "spacing"
14656
+ },
14657
+ "path": [
14658
+ "chart-tooltip",
14659
+ "spacing"
14660
+ ]
14661
+ }
14662
+ },
14663
+ "legend": {
14664
+ "spacing-x": {
14665
+ "value": "16px",
14666
+ "filePath": "src/dataVisualisation/legend.yml",
14667
+ "isSource": true,
14668
+ "original": {
14669
+ "value": "{size-px.m}"
14670
+ },
14671
+ "name": "LegendSpacingX",
14672
+ "attributes": {
14673
+ "category": "legend",
14674
+ "type": "spacing-x"
14675
+ },
14676
+ "path": [
14677
+ "legend",
14678
+ "spacing-x"
14679
+ ]
14680
+ },
14681
+ "spacing-y": {
14682
+ "value": "8px",
14683
+ "filePath": "src/dataVisualisation/legend.yml",
14684
+ "isSource": true,
14685
+ "original": {
14686
+ "value": "{size-px.s}"
14687
+ },
14688
+ "name": "LegendSpacingY",
14689
+ "attributes": {
14690
+ "category": "legend",
14691
+ "type": "spacing-y"
14692
+ },
14693
+ "path": [
14694
+ "legend",
14695
+ "spacing-y"
14696
+ ]
14697
+ }
14698
+ },
14699
+ "legend-item": {
14700
+ "spacing": {
14701
+ "value": "0.5rem",
14702
+ "filePath": "src/dataVisualisation/legend.yml",
14703
+ "isSource": true,
14704
+ "original": {
14705
+ "value": "{size-rem.s}"
14706
+ },
14707
+ "name": "LegendItemSpacing",
14708
+ "attributes": {
14709
+ "category": "legend-item",
14710
+ "type": "spacing"
14711
+ },
14712
+ "path": [
14713
+ "legend-item",
14714
+ "spacing"
14715
+ ]
14716
+ },
14717
+ "marker": {
14718
+ "size": {
14719
+ "value": "1rem",
14720
+ "filePath": "src/dataVisualisation/legend.yml",
14721
+ "isSource": true,
14722
+ "original": {
14723
+ "value": "{size-rem.m}"
14724
+ },
14725
+ "name": "LegendItemMarkerSize",
14726
+ "attributes": {
14727
+ "category": "legend-item",
14728
+ "type": "marker",
14729
+ "item": "size"
14730
+ },
14731
+ "path": [
14732
+ "legend-item",
14733
+ "marker",
14734
+ "size"
14735
+ ]
14736
+ },
14737
+ "corner-radius": {
14738
+ "value": "4px",
14739
+ "filePath": "src/dataVisualisation/legend.yml",
14740
+ "isSource": true,
14741
+ "original": {
14742
+ "value": "{corner-radius.default}"
14743
+ },
14744
+ "name": "LegendItemMarkerCornerRadius",
14745
+ "attributes": {
14746
+ "category": "legend-item",
14747
+ "type": "marker",
14748
+ "item": "corner-radius"
14749
+ },
14750
+ "path": [
14751
+ "legend-item",
14752
+ "marker",
14753
+ "corner-radius"
14754
+ ]
14755
+ }
13731
14756
  }
13732
14757
  },
13733
14758
  "focus": {
@@ -13748,6 +14773,23 @@
13748
14773
  "outline-color"
13749
14774
  ]
13750
14775
  },
14776
+ "secondary-outline-color": {
14777
+ "value": "#FFFFFF",
14778
+ "filePath": "src/focus.yml",
14779
+ "isSource": true,
14780
+ "original": {
14781
+ "value": "{neutral.color.100}"
14782
+ },
14783
+ "name": "FocusSecondaryOutlineColor",
14784
+ "attributes": {
14785
+ "category": "focus",
14786
+ "type": "secondary-outline-color"
14787
+ },
14788
+ "path": [
14789
+ "focus",
14790
+ "secondary-outline-color"
14791
+ ]
14792
+ },
13751
14793
  "outline-offset": {
13752
14794
  "value": "2px",
13753
14795
  "filePath": "src/focus.yml",
@@ -14928,135 +15970,63 @@
14928
15970
  }
14929
15971
  },
14930
15972
  "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": {
15973
+ "color": {
15004
15974
  "default": {
15005
- "value": "#F0F5FF",
15975
+ "value": "#002A7B",
15006
15976
  "filePath": "src/form/slider.yml",
15007
15977
  "isSource": true,
15008
15978
  "original": {
15009
- "value": "{primary-soft-background-color.default}"
15979
+ "value": "{primary.color.1000}"
15010
15980
  },
15011
- "name": "SliderTrackBackgroundColorDefault",
15981
+ "name": "SliderColorDefault",
15012
15982
  "attributes": {
15013
15983
  "category": "slider",
15014
- "type": "track-background-color",
15984
+ "type": "color",
15015
15985
  "item": "default"
15016
15986
  },
15017
15987
  "path": [
15018
15988
  "slider",
15019
- "track-background-color",
15989
+ "color",
15020
15990
  "default"
15021
15991
  ]
15022
15992
  },
15023
15993
  "disabled": {
15024
- "value": "#F8F8F8",
15994
+ "value": "#B1B1B1",
15025
15995
  "filePath": "src/form/slider.yml",
15026
15996
  "isSource": true,
15027
15997
  "original": {
15028
- "value": "{disabled-soft-background-color}"
15998
+ "value": "{neutral.color.600}"
15029
15999
  },
15030
- "name": "SliderTrackBackgroundColorDisabled",
16000
+ "name": "SliderColorDisabled",
15031
16001
  "attributes": {
15032
16002
  "category": "slider",
15033
- "type": "track-background-color",
16003
+ "type": "color",
15034
16004
  "item": "disabled"
15035
16005
  },
15036
16006
  "path": [
15037
16007
  "slider",
15038
- "track-background-color",
16008
+ "color",
15039
16009
  "disabled"
15040
16010
  ]
15041
16011
  }
15042
16012
  },
15043
- "track-background-color-fill": {
16013
+ "track-color": {
15044
16014
  "default": {
15045
- "value": "#0054F5",
16015
+ "value": "#909090",
15046
16016
  "filePath": "src/form/slider.yml",
15047
16017
  "isSource": true,
15048
16018
  "original": {
15049
- "value": "{primary-solid-background-color.default}"
16019
+ "value": "{neutral.color.700}"
15050
16020
  },
15051
- "name": "SliderTrackBackgroundColorFillDefault",
16021
+ "name": "SliderTrackColorDefault",
15052
16022
  "attributes": {
15053
16023
  "category": "slider",
15054
- "type": "track-background-color-fill",
16024
+ "type": "track-color",
15055
16025
  "item": "default"
15056
16026
  },
15057
16027
  "path": [
15058
16028
  "slider",
15059
- "track-background-color-fill",
16029
+ "track-color",
15060
16030
  "default"
15061
16031
  ]
15062
16032
  },
@@ -15065,292 +16035,189 @@
15065
16035
  "filePath": "src/form/slider.yml",
15066
16036
  "isSource": true,
15067
16037
  "original": {
15068
- "value": "{disabled-solid-background-color}"
16038
+ "value": "{neutral.color.400}"
15069
16039
  },
15070
- "name": "SliderTrackBackgroundColorFillDisabled",
16040
+ "name": "SliderTrackColorDisabled",
15071
16041
  "attributes": {
15072
16042
  "category": "slider",
15073
- "type": "track-background-color-fill",
16043
+ "type": "track-color",
15074
16044
  "item": "disabled"
15075
16045
  },
15076
16046
  "path": [
15077
16047
  "slider",
15078
- "track-background-color-fill",
16048
+ "track-color",
15079
16049
  "disabled"
15080
16050
  ]
15081
16051
  }
15082
16052
  },
15083
- "track-height": {
15084
- "value": "0.25rem",
16053
+ "spacing-x": {
16054
+ "value": "0.5rem",
15085
16055
  "filePath": "src/form/slider.yml",
15086
16056
  "isSource": true,
15087
16057
  "original": {
15088
- "value": "{size-rem.xs}"
16058
+ "value": "{size-rem.s}"
15089
16059
  },
15090
- "name": "SliderTrackHeight",
16060
+ "name": "SliderSpacingX",
15091
16061
  "attributes": {
15092
16062
  "category": "slider",
15093
- "type": "track-height"
16063
+ "type": "spacing-x"
15094
16064
  },
15095
16065
  "path": [
15096
16066
  "slider",
15097
- "track-height"
16067
+ "spacing-x"
15098
16068
  ]
15099
16069
  },
15100
- "track-corner-radius": {
15101
- "value": "4px",
16070
+ "spacing-y": {
16071
+ "value": "1rem",
15102
16072
  "filePath": "src/form/slider.yml",
15103
16073
  "isSource": true,
15104
16074
  "original": {
15105
- "value": "{corner-radius.default}"
16075
+ "value": "{size-rem.m}"
15106
16076
  },
15107
- "name": "SliderTrackCornerRadius",
16077
+ "name": "SliderSpacingY",
15108
16078
  "attributes": {
15109
16079
  "category": "slider",
15110
- "type": "track-corner-radius"
16080
+ "type": "spacing-y"
15111
16081
  },
15112
16082
  "path": [
15113
16083
  "slider",
15114
- "track-corner-radius"
16084
+ "spacing-y"
15115
16085
  ]
15116
16086
  },
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
- }
15156
- },
15157
- "thumb-border-width": {
15158
- "value": "0.25rem",
16087
+ "border-width": {
16088
+ "value": "4px",
15159
16089
  "filePath": "src/form/slider.yml",
15160
16090
  "isSource": true,
15161
16091
  "original": {
15162
- "value": "{size-rem.xs}"
16092
+ "value": "{border-width.300}"
15163
16093
  },
15164
- "name": "SliderThumbBorderWidth",
16094
+ "name": "SliderBorderWidth",
15165
16095
  "attributes": {
15166
16096
  "category": "slider",
15167
- "type": "thumb-border-width"
16097
+ "type": "border-width"
15168
16098
  },
15169
16099
  "path": [
15170
16100
  "slider",
15171
- "thumb-border-width"
16101
+ "border-width"
15172
16102
  ]
15173
16103
  },
15174
- "thumb-border-style": {
16104
+ "border-style": {
15175
16105
  "value": "solid",
15176
16106
  "filePath": "src/form/slider.yml",
15177
16107
  "isSource": true,
15178
16108
  "original": {
15179
16109
  "value": "{border-style.default}"
15180
16110
  },
15181
- "name": "SliderThumbBorderStyle",
16111
+ "name": "SliderBorderStyle",
15182
16112
  "attributes": {
15183
16113
  "category": "slider",
15184
- "type": "thumb-border-style"
16114
+ "type": "border-style"
15185
16115
  },
15186
16116
  "path": [
15187
16117
  "slider",
15188
- "thumb-border-style"
16118
+ "border-style"
15189
16119
  ]
15190
16120
  },
15191
- "thumb-corner-radius": {
15192
- "value": "50%",
16121
+ "corner-radius": {
16122
+ "value": "4px",
15193
16123
  "filePath": "src/form/slider.yml",
15194
16124
  "isSource": true,
15195
16125
  "original": {
15196
- "value": "{corner-radius.round}"
16126
+ "value": "{corner-radius.default}"
15197
16127
  },
15198
- "name": "SliderThumbCornerRadius",
16128
+ "name": "SliderCornerRadius",
15199
16129
  "attributes": {
15200
16130
  "category": "slider",
15201
- "type": "thumb-corner-radius"
16131
+ "type": "corner-radius"
15202
16132
  },
15203
16133
  "path": [
15204
16134
  "slider",
15205
- "thumb-corner-radius"
16135
+ "corner-radius"
15206
16136
  ]
15207
16137
  },
15208
- "thumb-size": {
15209
- "value": "1.5rem",
16138
+ "value-font-weight": {
16139
+ "value": "bold",
15210
16140
  "filePath": "src/form/slider.yml",
15211
16141
  "isSource": true,
15212
16142
  "original": {
15213
- "value": "{size-rem.l}"
16143
+ "value": "{font-weight.bold}"
15214
16144
  },
15215
- "name": "SliderThumbSize",
16145
+ "name": "SliderValueFontWeight",
15216
16146
  "attributes": {
15217
16147
  "category": "slider",
15218
- "type": "thumb-size"
16148
+ "type": "value-font-weight"
15219
16149
  },
15220
16150
  "path": [
15221
16151
  "slider",
15222
- "thumb-size"
16152
+ "value-font-weight"
15223
16153
  ]
15224
16154
  },
15225
- "thumb-background-color": {
15226
- "default": {
15227
- "value": "#FFFFFF",
15228
- "filePath": "src/form/slider.yml",
15229
- "isSource": true,
15230
- "original": {
15231
- "value": "{neutral.color.100}"
15232
- },
15233
- "name": "SliderThumbBackgroundColorDefault",
15234
- "attributes": {
15235
- "category": "slider",
15236
- "type": "thumb-background-color",
15237
- "item": "default"
15238
- },
15239
- "path": [
15240
- "slider",
15241
- "thumb-background-color",
15242
- "default"
15243
- ]
15244
- },
15245
- "pressed": {
15246
- "value": "#0054F5",
15247
- "filePath": "src/form/slider.yml",
15248
- "isSource": true,
15249
- "original": {
15250
- "value": "{primary-solid-background-color.default}"
15251
- },
15252
- "name": "SliderThumbBackgroundColorPressed",
15253
- "attributes": {
15254
- "category": "slider",
15255
- "type": "thumb-background-color",
15256
- "item": "pressed"
15257
- },
15258
- "path": [
15259
- "slider",
15260
- "thumb-background-color",
15261
- "pressed"
15262
- ]
15263
- }
15264
- },
15265
- "initial-marker-height": {
15266
- "value": "1rem",
16155
+ "handle-corner-radius": {
16156
+ "value": "50%",
15267
16157
  "filePath": "src/form/slider.yml",
15268
16158
  "isSource": true,
15269
16159
  "original": {
15270
- "value": "{size-rem.m}"
16160
+ "value": "{corner-radius.round}"
15271
16161
  },
15272
- "name": "SliderInitialMarkerHeight",
16162
+ "name": "SliderHandleCornerRadius",
15273
16163
  "attributes": {
15274
16164
  "category": "slider",
15275
- "type": "initial-marker-height"
16165
+ "type": "handle-corner-radius"
15276
16166
  },
15277
16167
  "path": [
15278
16168
  "slider",
15279
- "initial-marker-height"
16169
+ "handle-corner-radius"
15280
16170
  ]
15281
16171
  },
15282
- "initial-marker-width": {
15283
- "value": "0.25rem",
16172
+ "handle-size": {
16173
+ "value": "1.5rem",
15284
16174
  "filePath": "src/form/slider.yml",
15285
16175
  "isSource": true,
15286
16176
  "original": {
15287
- "value": "{size-rem.xs}"
16177
+ "value": "{size-rem.l}"
15288
16178
  },
15289
- "name": "SliderInitialMarkerWidth",
16179
+ "name": "SliderHandleSize",
15290
16180
  "attributes": {
15291
16181
  "category": "slider",
15292
- "type": "initial-marker-width"
16182
+ "type": "handle-size"
15293
16183
  },
15294
16184
  "path": [
15295
16185
  "slider",
15296
- "initial-marker-width"
16186
+ "handle-size"
15297
16187
  ]
15298
16188
  },
15299
- "initial-marker-background-color": {
15300
- "default": {
15301
- "value": "#0054F5",
15302
- "filePath": "src/form/slider.yml",
15303
- "isSource": true,
15304
- "original": {
15305
- "value": "{primary-solid-background-color.default}"
15306
- },
15307
- "name": "SliderInitialMarkerBackgroundColorDefault",
15308
- "attributes": {
15309
- "category": "slider",
15310
- "type": "initial-marker-background-color",
15311
- "item": "default"
15312
- },
15313
- "path": [
15314
- "slider",
15315
- "initial-marker-background-color",
15316
- "default"
15317
- ]
15318
- },
15319
- "disabled": {
15320
- "value": "#E6E6E6",
15321
- "filePath": "src/form/slider.yml",
15322
- "isSource": true,
15323
- "original": {
15324
- "value": "{disabled-solid-background-color}"
15325
- },
15326
- "name": "SliderInitialMarkerBackgroundColorDisabled",
15327
- "attributes": {
15328
- "category": "slider",
15329
- "type": "initial-marker-background-color",
15330
- "item": "disabled"
15331
- },
15332
- "path": [
15333
- "slider",
15334
- "initial-marker-background-color",
15335
- "disabled"
15336
- ]
15337
- }
16189
+ "handle-fill-color": {
16190
+ "value": "#FFFFFF",
16191
+ "filePath": "src/form/slider.yml",
16192
+ "isSource": true,
16193
+ "original": {
16194
+ "value": "{neutral.color.100}"
16195
+ },
16196
+ "name": "SliderHandleFillColor",
16197
+ "attributes": {
16198
+ "category": "slider",
16199
+ "type": "handle-fill-color"
16200
+ },
16201
+ "path": [
16202
+ "slider",
16203
+ "handle-fill-color"
16204
+ ]
15338
16205
  },
15339
- "initial-marker-corner-radius": {
15340
- "value": "4px",
16206
+ "initial-marker-height": {
16207
+ "value": "1rem",
15341
16208
  "filePath": "src/form/slider.yml",
15342
16209
  "isSource": true,
15343
16210
  "original": {
15344
- "value": "{corner-radius.default}"
16211
+ "value": "{size-rem.m}"
15345
16212
  },
15346
- "name": "SliderInitialMarkerCornerRadius",
16213
+ "name": "SliderInitialMarkerHeight",
15347
16214
  "attributes": {
15348
16215
  "category": "slider",
15349
- "type": "initial-marker-corner-radius"
16216
+ "type": "initial-marker-height"
15350
16217
  },
15351
16218
  "path": [
15352
16219
  "slider",
15353
- "initial-marker-corner-radius"
16220
+ "initial-marker-height"
15354
16221
  ]
15355
16222
  }
15356
16223
  },
@@ -16149,38 +17016,38 @@
16149
17016
  }
16150
17017
  },
16151
17018
  "link": {
16152
- "font-size": {
16153
- "value": "0.875rem",
17019
+ "line-height": {
17020
+ "value": "calc(1rem * 1.5)",
16154
17021
  "filePath": "src/navigation/link.yml",
16155
17022
  "isSource": true,
16156
17023
  "original": {
16157
- "value": "{font-size-text.s}"
17024
+ "value": "{line-height.m}"
16158
17025
  },
16159
- "name": "LinkFontSize",
17026
+ "name": "LinkLineHeight",
16160
17027
  "attributes": {
16161
17028
  "category": "link",
16162
- "type": "font-size"
17029
+ "type": "line-height"
16163
17030
  },
16164
17031
  "path": [
16165
17032
  "link",
16166
- "font-size"
17033
+ "line-height"
16167
17034
  ]
16168
17035
  },
16169
- "line-height": {
16170
- "value": "calc(1rem * 1.5)",
17036
+ "icon-height": {
17037
+ "value": "calc(1rem * 1.25)",
16171
17038
  "filePath": "src/navigation/link.yml",
16172
17039
  "isSource": true,
16173
17040
  "original": {
16174
- "value": "{line-height.m}"
17041
+ "value": "calc({font-size-text.m} * 1.25)"
16175
17042
  },
16176
- "name": "LinkLineHeight",
17043
+ "name": "LinkIconHeight",
16177
17044
  "attributes": {
16178
17045
  "category": "link",
16179
- "type": "line-height"
17046
+ "type": "icon-height"
16180
17047
  },
16181
17048
  "path": [
16182
17049
  "link",
16183
- "line-height"
17050
+ "icon-height"
16184
17051
  ]
16185
17052
  },
16186
17053
  "font-weight": {
@@ -16621,25 +17488,6 @@
16621
17488
  ]
16622
17489
  }
16623
17490
  },
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
17491
  "contextual-help": {
16644
17492
  "max-width": {
16645
17493
  "value": "500px",
@@ -16819,6 +17667,25 @@
16819
17667
  "size",
16820
17668
  "m"
16821
17669
  ]
17670
+ },
17671
+ "l": {
17672
+ "value": "1400px",
17673
+ "filePath": "src/overlays/modal.yml",
17674
+ "isSource": true,
17675
+ "original": {
17676
+ "value": "1400px"
17677
+ },
17678
+ "name": "ModalSizeL",
17679
+ "attributes": {
17680
+ "category": "modal",
17681
+ "type": "size",
17682
+ "item": "l"
17683
+ },
17684
+ "path": [
17685
+ "modal",
17686
+ "size",
17687
+ "l"
17688
+ ]
16822
17689
  }
16823
17690
  },
16824
17691
  "footer-background-color": {
@@ -17879,76 +18746,6 @@
17879
18746
  ]
17880
18747
  }
17881
18748
  },
17882
- "alert-icon": {
17883
- "info-color": {
17884
- "value": "#003FB8",
17885
- "filePath": "src/status/alert-icon.yml",
17886
- "isSource": true,
17887
- "original": {
17888
- "value": "{info-outline-content-color}"
17889
- },
17890
- "name": "AlertIconInfoColor",
17891
- "attributes": {
17892
- "category": "alert-icon",
17893
- "type": "info-color"
17894
- },
17895
- "path": [
17896
- "alert-icon",
17897
- "info-color"
17898
- ]
17899
- },
17900
- "warning-color": {
17901
- "value": "#C25200",
17902
- "filePath": "src/status/alert-icon.yml",
17903
- "isSource": true,
17904
- "original": {
17905
- "value": "{warning-outline-content-color}"
17906
- },
17907
- "name": "AlertIconWarningColor",
17908
- "attributes": {
17909
- "category": "alert-icon",
17910
- "type": "warning-color"
17911
- },
17912
- "path": [
17913
- "alert-icon",
17914
- "warning-color"
17915
- ]
17916
- },
17917
- "danger-color": {
17918
- "value": "#B4193A",
17919
- "filePath": "src/status/alert-icon.yml",
17920
- "isSource": true,
17921
- "original": {
17922
- "value": "{danger-outline-content-color}"
17923
- },
17924
- "name": "AlertIconDangerColor",
17925
- "attributes": {
17926
- "category": "alert-icon",
17927
- "type": "danger-color"
17928
- },
17929
- "path": [
17930
- "alert-icon",
17931
- "danger-color"
17932
- ]
17933
- },
17934
- "success-color": {
17935
- "value": "#005F42",
17936
- "filePath": "src/status/alert-icon.yml",
17937
- "isSource": true,
17938
- "original": {
17939
- "value": "{success-outline-content-color}"
17940
- },
17941
- "name": "AlertIconSuccessColor",
17942
- "attributes": {
17943
- "category": "alert-icon",
17944
- "type": "success-color"
17945
- },
17946
- "path": [
17947
- "alert-icon",
17948
- "success-color"
17949
- ]
17950
- }
17951
- },
17952
18749
  "alert": {
17953
18750
  "padding": {
17954
18751
  "value": "16px",
@@ -21200,97 +21997,269 @@
21200
21997
  },
21201
21998
  "name": "ProgressBarBorderColor",
21202
21999
  "attributes": {
21203
- "category": "progress-bar",
21204
- "type": "border-color"
22000
+ "category": "progress-bar",
22001
+ "type": "border-color"
22002
+ },
22003
+ "path": [
22004
+ "progress-bar",
22005
+ "border-color"
22006
+ ]
22007
+ },
22008
+ "background-color": {
22009
+ "value": "transparent",
22010
+ "filePath": "src/status/progress-bar.yml",
22011
+ "isSource": true,
22012
+ "original": {
22013
+ "value": "{neutral-outline-background-color.default}"
22014
+ },
22015
+ "name": "ProgressBarBackgroundColor",
22016
+ "attributes": {
22017
+ "category": "progress-bar",
22018
+ "type": "background-color"
22019
+ },
22020
+ "path": [
22021
+ "progress-bar",
22022
+ "background-color"
22023
+ ]
22024
+ },
22025
+ "info-fill-background-color": {
22026
+ "value": "#0054F5",
22027
+ "filePath": "src/status/progress-bar.yml",
22028
+ "isSource": true,
22029
+ "original": {
22030
+ "value": "{info-solid-background-color.default}"
22031
+ },
22032
+ "name": "ProgressBarInfoFillBackgroundColor",
22033
+ "attributes": {
22034
+ "category": "progress-bar",
22035
+ "type": "info-fill-background-color"
22036
+ },
22037
+ "path": [
22038
+ "progress-bar",
22039
+ "info-fill-background-color"
22040
+ ]
22041
+ },
22042
+ "success-fill-background-color": {
22043
+ "value": "#00825B",
22044
+ "filePath": "src/status/progress-bar.yml",
22045
+ "isSource": true,
22046
+ "original": {
22047
+ "value": "{success-solid-background-color.default}"
22048
+ },
22049
+ "name": "ProgressBarSuccessFillBackgroundColor",
22050
+ "attributes": {
22051
+ "category": "progress-bar",
22052
+ "type": "success-fill-background-color"
22053
+ },
22054
+ "path": [
22055
+ "progress-bar",
22056
+ "success-fill-background-color"
22057
+ ]
22058
+ },
22059
+ "warning-fill-background-color": {
22060
+ "value": "#F56800",
22061
+ "filePath": "src/status/progress-bar.yml",
22062
+ "isSource": true,
22063
+ "original": {
22064
+ "value": "{warning-solid-background-color.default}"
22065
+ },
22066
+ "name": "ProgressBarWarningFillBackgroundColor",
22067
+ "attributes": {
22068
+ "category": "progress-bar",
22069
+ "type": "warning-fill-background-color"
22070
+ },
22071
+ "path": [
22072
+ "progress-bar",
22073
+ "warning-fill-background-color"
22074
+ ]
22075
+ },
22076
+ "danger-fill-background-color": {
22077
+ "value": "#E1244C",
22078
+ "filePath": "src/status/progress-bar.yml",
22079
+ "isSource": true,
22080
+ "original": {
22081
+ "value": "{danger-solid-background-color.default}"
22082
+ },
22083
+ "name": "ProgressBarDangerFillBackgroundColor",
22084
+ "attributes": {
22085
+ "category": "progress-bar",
22086
+ "type": "danger-fill-background-color"
22087
+ },
22088
+ "path": [
22089
+ "progress-bar",
22090
+ "danger-fill-background-color"
22091
+ ]
22092
+ }
22093
+ },
22094
+ "accent-box": {
22095
+ "background-color-neutral": {
22096
+ "value": "#F8F8F8",
22097
+ "filePath": "src/structure/accent-box.yml",
22098
+ "isSource": true,
22099
+ "original": {
22100
+ "value": "{neutral.color.300}"
22101
+ },
22102
+ "name": "AccentBoxBackgroundColorNeutral",
22103
+ "attributes": {
22104
+ "category": "accent-box",
22105
+ "type": "background-color-neutral"
22106
+ },
22107
+ "path": [
22108
+ "accent-box",
22109
+ "background-color-neutral"
22110
+ ]
22111
+ },
22112
+ "background-color-green": {
22113
+ "value": "#D8F5D6",
22114
+ "filePath": "src/structure/accent-box.yml",
22115
+ "isSource": true,
22116
+ "original": {
22117
+ "value": "#D8F5D6"
22118
+ },
22119
+ "name": "AccentBoxBackgroundColorGreen",
22120
+ "attributes": {
22121
+ "category": "accent-box",
22122
+ "type": "background-color-green"
22123
+ },
22124
+ "path": [
22125
+ "accent-box",
22126
+ "background-color-green"
22127
+ ]
22128
+ },
22129
+ "background-color-gradient": {
22130
+ "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%)",
22131
+ "filePath": "src/structure/accent-box.yml",
22132
+ "isSource": true,
22133
+ "original": {
22134
+ "value": "{color.gradient}"
22135
+ },
22136
+ "name": "AccentBoxBackgroundColorGradient",
22137
+ "attributes": {
22138
+ "category": "accent-box",
22139
+ "type": "background-color-gradient"
22140
+ },
22141
+ "path": [
22142
+ "accent-box",
22143
+ "background-color-gradient"
22144
+ ]
22145
+ },
22146
+ "background-color-blue": {
22147
+ "value": "#F0F5FF",
22148
+ "filePath": "src/structure/accent-box.yml",
22149
+ "isSource": true,
22150
+ "original": {
22151
+ "value": "{color.hosting-blue.100}"
22152
+ },
22153
+ "name": "AccentBoxBackgroundColorBlue",
22154
+ "attributes": {
22155
+ "category": "accent-box",
22156
+ "type": "background-color-blue"
22157
+ },
22158
+ "path": [
22159
+ "accent-box",
22160
+ "background-color-blue"
22161
+ ]
22162
+ },
22163
+ "icon-color-blue": {
22164
+ "value": "#E0EBFF",
22165
+ "filePath": "src/structure/accent-box.yml",
22166
+ "isSource": true,
22167
+ "original": {
22168
+ "value": "{color.hosting-blue.200}"
22169
+ },
22170
+ "name": "AccentBoxIconColorBlue",
22171
+ "attributes": {
22172
+ "category": "accent-box",
22173
+ "type": "icon-color-blue"
21205
22174
  },
21206
22175
  "path": [
21207
- "progress-bar",
21208
- "border-color"
22176
+ "accent-box",
22177
+ "icon-color-blue"
21209
22178
  ]
21210
22179
  },
21211
- "background-color": {
21212
- "value": "transparent",
21213
- "filePath": "src/status/progress-bar.yml",
22180
+ "icon-color-green": {
22181
+ "value": "#c4e3c1",
22182
+ "filePath": "src/structure/accent-box.yml",
21214
22183
  "isSource": true,
21215
22184
  "original": {
21216
- "value": "{neutral-outline-background-color.default}"
22185
+ "value": "#c4e3c1"
21217
22186
  },
21218
- "name": "ProgressBarBackgroundColor",
22187
+ "name": "AccentBoxIconColorGreen",
21219
22188
  "attributes": {
21220
- "category": "progress-bar",
21221
- "type": "background-color"
22189
+ "category": "accent-box",
22190
+ "type": "icon-color-green"
21222
22191
  },
21223
22192
  "path": [
21224
- "progress-bar",
21225
- "background-color"
22193
+ "accent-box",
22194
+ "icon-color-green"
21226
22195
  ]
21227
22196
  },
21228
- "info-fill-background-color": {
21229
- "value": "#0054F5",
21230
- "filePath": "src/status/progress-bar.yml",
22197
+ "icon-color-gradient": {
22198
+ "value": "#002b7b14",
22199
+ "filePath": "src/structure/accent-box.yml",
21231
22200
  "isSource": true,
21232
22201
  "original": {
21233
- "value": "{info-solid-background-color.default}"
22202
+ "value": "#002b7b14"
21234
22203
  },
21235
- "name": "ProgressBarInfoFillBackgroundColor",
22204
+ "name": "AccentBoxIconColorGradient",
21236
22205
  "attributes": {
21237
- "category": "progress-bar",
21238
- "type": "info-fill-background-color"
22206
+ "category": "accent-box",
22207
+ "type": "icon-color-gradient"
21239
22208
  },
21240
22209
  "path": [
21241
- "progress-bar",
21242
- "info-fill-background-color"
22210
+ "accent-box",
22211
+ "icon-color-gradient"
21243
22212
  ]
21244
22213
  },
21245
- "success-fill-background-color": {
21246
- "value": "#00825B",
21247
- "filePath": "src/status/progress-bar.yml",
22214
+ "icon-color-neutral": {
22215
+ "value": "#E6E6E6",
22216
+ "filePath": "src/structure/accent-box.yml",
21248
22217
  "isSource": true,
21249
22218
  "original": {
21250
- "value": "{success-solid-background-color.default}"
22219
+ "value": "{neutral.color.400}"
21251
22220
  },
21252
- "name": "ProgressBarSuccessFillBackgroundColor",
22221
+ "name": "AccentBoxIconColorNeutral",
21253
22222
  "attributes": {
21254
- "category": "progress-bar",
21255
- "type": "success-fill-background-color"
22223
+ "category": "accent-box",
22224
+ "type": "icon-color-neutral"
21256
22225
  },
21257
22226
  "path": [
21258
- "progress-bar",
21259
- "success-fill-background-color"
22227
+ "accent-box",
22228
+ "icon-color-neutral"
21260
22229
  ]
21261
22230
  },
21262
- "warning-fill-background-color": {
21263
- "value": "#F56800",
21264
- "filePath": "src/status/progress-bar.yml",
22231
+ "padding": {
22232
+ "value": "16px",
22233
+ "filePath": "src/structure/accent-box.yml",
21265
22234
  "isSource": true,
21266
22235
  "original": {
21267
- "value": "{warning-solid-background-color.default}"
22236
+ "value": "{size-px.m}"
21268
22237
  },
21269
- "name": "ProgressBarWarningFillBackgroundColor",
22238
+ "name": "AccentBoxPadding",
21270
22239
  "attributes": {
21271
- "category": "progress-bar",
21272
- "type": "warning-fill-background-color"
22240
+ "category": "accent-box",
22241
+ "type": "padding"
21273
22242
  },
21274
22243
  "path": [
21275
- "progress-bar",
21276
- "warning-fill-background-color"
22244
+ "accent-box",
22245
+ "padding"
21277
22246
  ]
21278
22247
  },
21279
- "danger-fill-background-color": {
21280
- "value": "#E1244C",
21281
- "filePath": "src/status/progress-bar.yml",
22248
+ "corner-radius": {
22249
+ "value": "4px",
22250
+ "filePath": "src/structure/accent-box.yml",
21282
22251
  "isSource": true,
21283
22252
  "original": {
21284
- "value": "{danger-solid-background-color.default}"
22253
+ "value": "{corner-radius.default}"
21285
22254
  },
21286
- "name": "ProgressBarDangerFillBackgroundColor",
22255
+ "name": "AccentBoxCornerRadius",
21287
22256
  "attributes": {
21288
- "category": "progress-bar",
21289
- "type": "danger-fill-background-color"
22257
+ "category": "accent-box",
22258
+ "type": "corner-radius"
21290
22259
  },
21291
22260
  "path": [
21292
- "progress-bar",
21293
- "danger-fill-background-color"
22261
+ "accent-box",
22262
+ "corner-radius"
21294
22263
  ]
21295
22264
  }
21296
22265
  },
@@ -21498,7 +22467,7 @@
21498
22467
  ]
21499
22468
  }
21500
22469
  },
21501
- "text-copyButton": {
22470
+ "text-button": {
21502
22471
  "spacing": {
21503
22472
  "value": "0.25rem",
21504
22473
  "filePath": "src/structure/align.yml",
@@ -21506,15 +22475,36 @@
21506
22475
  "original": {
21507
22476
  "value": "{size-rem.xs}"
21508
22477
  },
21509
- "name": "AlignTextCopyButtonSpacing",
22478
+ "name": "AlignTextButtonSpacing",
22479
+ "attributes": {
22480
+ "category": "align",
22481
+ "type": "text-button",
22482
+ "item": "spacing"
22483
+ },
22484
+ "path": [
22485
+ "align",
22486
+ "text-button",
22487
+ "spacing"
22488
+ ]
22489
+ }
22490
+ },
22491
+ "icon-text": {
22492
+ "spacing": {
22493
+ "value": "0.5rem",
22494
+ "filePath": "src/structure/align.yml",
22495
+ "isSource": true,
22496
+ "original": {
22497
+ "value": "{size-rem.s}"
22498
+ },
22499
+ "name": "AlignIconTextSpacing",
21510
22500
  "attributes": {
21511
22501
  "category": "align",
21512
- "type": "text-copyButton",
22502
+ "type": "icon-text",
21513
22503
  "item": "spacing"
21514
22504
  },
21515
22505
  "path": [
21516
22506
  "align",
21517
- "text-copyButton",
22507
+ "icon-text",
21518
22508
  "spacing"
21519
22509
  ]
21520
22510
  }
@@ -21636,11 +22626,11 @@
21636
22626
  ]
21637
22627
  },
21638
22628
  "padding": {
21639
- "value": "32px",
22629
+ "value": "24px",
21640
22630
  "filePath": "src/structure/layout-card.yml",
21641
22631
  "isSource": true,
21642
22632
  "original": {
21643
- "value": "{size-px.xl}"
22633
+ "value": "{size-px.l}"
21644
22634
  },
21645
22635
  "name": "LayoutCardPadding",
21646
22636
  "attributes": {
@@ -21652,6 +22642,23 @@
21652
22642
  "padding"
21653
22643
  ]
21654
22644
  },
22645
+ "padding-mobile": {
22646
+ "value": "16px",
22647
+ "filePath": "src/structure/layout-card.yml",
22648
+ "isSource": true,
22649
+ "original": {
22650
+ "value": "{size-px.m}"
22651
+ },
22652
+ "name": "LayoutCardPaddingMobile",
22653
+ "attributes": {
22654
+ "category": "layout-card",
22655
+ "type": "padding-mobile"
22656
+ },
22657
+ "path": [
22658
+ "layout-card",
22659
+ "padding-mobile"
22660
+ ]
22661
+ },
21655
22662
  "box-shadow": {
21656
22663
  "value": "rgba(0, 0, 0, 0.1) 0 4px 8px",
21657
22664
  "filePath": "src/structure/layout-card.yml",
@@ -21704,6 +22711,23 @@
21704
22711
  "list",
21705
22712
  "block-to-block-spacing"
21706
22713
  ]
22714
+ },
22715
+ "filter-to-search-spacing": {
22716
+ "value": "64px",
22717
+ "filePath": "src/structure/list.yml",
22718
+ "isSource": true,
22719
+ "original": {
22720
+ "value": "{size-px.xxl}"
22721
+ },
22722
+ "name": "ListFilterToSearchSpacing",
22723
+ "attributes": {
22724
+ "category": "list",
22725
+ "type": "filter-to-search-spacing"
22726
+ },
22727
+ "path": [
22728
+ "list",
22729
+ "filter-to-search-spacing"
22730
+ ]
21707
22731
  }
21708
22732
  },
21709
22733
  "list-item": {
@@ -21938,21 +22962,38 @@
21938
22962
  "spacing"
21939
22963
  ]
21940
22964
  },
21941
- "sub-heading-spacing": {
21942
- "value": "1rem",
22965
+ "sub-heading-spacing-m": {
22966
+ "value": "1.5rem",
21943
22967
  "filePath": "src/structure/section.yml",
21944
22968
  "isSource": true,
21945
22969
  "original": {
21946
- "value": "{size-rem.m}"
22970
+ "value": "{size-rem.l}"
22971
+ },
22972
+ "name": "SectionSubHeadingSpacingM",
22973
+ "attributes": {
22974
+ "category": "section",
22975
+ "type": "sub-heading-spacing-m"
22976
+ },
22977
+ "path": [
22978
+ "section",
22979
+ "sub-heading-spacing-m"
22980
+ ]
22981
+ },
22982
+ "sub-heading-spacing-s": {
22983
+ "value": "0.5rem",
22984
+ "filePath": "src/structure/section.yml",
22985
+ "isSource": true,
22986
+ "original": {
22987
+ "value": "{size-rem.s}"
21947
22988
  },
21948
- "name": "SectionSubHeadingSpacing",
22989
+ "name": "SectionSubHeadingSpacingS",
21949
22990
  "attributes": {
21950
22991
  "category": "section",
21951
- "type": "sub-heading-spacing"
22992
+ "type": "sub-heading-spacing-s"
21952
22993
  },
21953
22994
  "path": [
21954
22995
  "section",
21955
- "sub-heading-spacing"
22996
+ "sub-heading-spacing-s"
21956
22997
  ]
21957
22998
  }
21958
22999
  },
@@ -22026,6 +23067,23 @@
22026
23067
  "separator",
22027
23068
  "height"
22028
23069
  ]
23070
+ },
23071
+ "border-style": {
23072
+ "value": "solid",
23073
+ "filePath": "src/structure/separator.yml",
23074
+ "isSource": true,
23075
+ "original": {
23076
+ "value": "{border-style.default}"
23077
+ },
23078
+ "name": "SeparatorBorderStyle",
23079
+ "attributes": {
23080
+ "category": "separator",
23081
+ "type": "border-style"
23082
+ },
23083
+ "path": [
23084
+ "separator",
23085
+ "border-style"
23086
+ ]
22029
23087
  }
22030
23088
  },
22031
23089
  "table": {
@@ -22472,5 +23530,178 @@
22472
23530
  ]
22473
23531
  }
22474
23532
  }
23533
+ },
23534
+ "file-drop-zone": {
23535
+ "corner-radius": {
23536
+ "value": "4px",
23537
+ "filePath": "src/upload/file-drop-zone.yml",
23538
+ "isSource": true,
23539
+ "original": {
23540
+ "value": "{corner-radius.default}"
23541
+ },
23542
+ "name": "FileDropZoneCornerRadius",
23543
+ "attributes": {
23544
+ "category": "file-drop-zone",
23545
+ "type": "corner-radius"
23546
+ },
23547
+ "path": [
23548
+ "file-drop-zone",
23549
+ "corner-radius"
23550
+ ]
23551
+ },
23552
+ "padding": {
23553
+ "value": "16px",
23554
+ "filePath": "src/upload/file-drop-zone.yml",
23555
+ "isSource": true,
23556
+ "original": {
23557
+ "value": "{size-px.m}"
23558
+ },
23559
+ "name": "FileDropZonePadding",
23560
+ "attributes": {
23561
+ "category": "file-drop-zone",
23562
+ "type": "padding"
23563
+ },
23564
+ "path": [
23565
+ "file-drop-zone",
23566
+ "padding"
23567
+ ]
23568
+ },
23569
+ "background-color": {
23570
+ "default": {
23571
+ "value": "#F8F8F8",
23572
+ "filePath": "src/upload/file-drop-zone.yml",
23573
+ "isSource": true,
23574
+ "original": {
23575
+ "value": "{form-control.background-color.default}"
23576
+ },
23577
+ "name": "FileDropZoneBackgroundColorDefault",
23578
+ "attributes": {
23579
+ "category": "file-drop-zone",
23580
+ "type": "background-color",
23581
+ "item": "default"
23582
+ },
23583
+ "path": [
23584
+ "file-drop-zone",
23585
+ "background-color",
23586
+ "default"
23587
+ ]
23588
+ },
23589
+ "target": {
23590
+ "value": "#F0F5FF",
23591
+ "filePath": "src/upload/file-drop-zone.yml",
23592
+ "isSource": true,
23593
+ "original": {
23594
+ "value": "{form-control.background-color.hover}"
23595
+ },
23596
+ "name": "FileDropZoneBackgroundColorTarget",
23597
+ "attributes": {
23598
+ "category": "file-drop-zone",
23599
+ "type": "background-color",
23600
+ "item": "target"
23601
+ },
23602
+ "path": [
23603
+ "file-drop-zone",
23604
+ "background-color",
23605
+ "target"
23606
+ ]
23607
+ }
23608
+ },
23609
+ "border-width": {
23610
+ "value": "1px",
23611
+ "filePath": "src/upload/file-drop-zone.yml",
23612
+ "isSource": true,
23613
+ "original": {
23614
+ "value": "{border-width.100}"
23615
+ },
23616
+ "name": "FileDropZoneBorderWidth",
23617
+ "attributes": {
23618
+ "category": "file-drop-zone",
23619
+ "type": "border-width"
23620
+ },
23621
+ "path": [
23622
+ "file-drop-zone",
23623
+ "border-width"
23624
+ ]
23625
+ },
23626
+ "border-style": {
23627
+ "default": {
23628
+ "value": "dashed",
23629
+ "filePath": "src/upload/file-drop-zone.yml",
23630
+ "isSource": true,
23631
+ "original": {
23632
+ "value": "{border-style.dashed}"
23633
+ },
23634
+ "name": "FileDropZoneBorderStyleDefault",
23635
+ "attributes": {
23636
+ "category": "file-drop-zone",
23637
+ "type": "border-style",
23638
+ "item": "default"
23639
+ },
23640
+ "path": [
23641
+ "file-drop-zone",
23642
+ "border-style",
23643
+ "default"
23644
+ ]
23645
+ },
23646
+ "target": {
23647
+ "value": "solid",
23648
+ "filePath": "src/upload/file-drop-zone.yml",
23649
+ "isSource": true,
23650
+ "original": {
23651
+ "value": "{border-style.default}"
23652
+ },
23653
+ "name": "FileDropZoneBorderStyleTarget",
23654
+ "attributes": {
23655
+ "category": "file-drop-zone",
23656
+ "type": "border-style",
23657
+ "item": "target"
23658
+ },
23659
+ "path": [
23660
+ "file-drop-zone",
23661
+ "border-style",
23662
+ "target"
23663
+ ]
23664
+ }
23665
+ },
23666
+ "border-color": {
23667
+ "default": {
23668
+ "value": "#909090",
23669
+ "filePath": "src/upload/file-drop-zone.yml",
23670
+ "isSource": true,
23671
+ "original": {
23672
+ "value": "{form-control.border-color.default}"
23673
+ },
23674
+ "name": "FileDropZoneBorderColorDefault",
23675
+ "attributes": {
23676
+ "category": "file-drop-zone",
23677
+ "type": "border-color",
23678
+ "item": "default"
23679
+ },
23680
+ "path": [
23681
+ "file-drop-zone",
23682
+ "border-color",
23683
+ "default"
23684
+ ]
23685
+ },
23686
+ "target": {
23687
+ "value": "#0054F5",
23688
+ "filePath": "src/upload/file-drop-zone.yml",
23689
+ "isSource": true,
23690
+ "original": {
23691
+ "value": "{primary.color.800}"
23692
+ },
23693
+ "name": "FileDropZoneBorderColorTarget",
23694
+ "attributes": {
23695
+ "category": "file-drop-zone",
23696
+ "type": "border-color",
23697
+ "item": "target"
23698
+ },
23699
+ "path": [
23700
+ "file-drop-zone",
23701
+ "border-color",
23702
+ "target"
23703
+ ]
23704
+ }
23705
+ }
22475
23706
  }
22476
23707
  }