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

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,381 @@
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
+ "cartesian-grid": {
14539
+ "color": {
14540
+ "value": "#909090",
14541
+ "filePath": "src/dataVisualisation/cartesian-grid.yml",
14542
+ "isSource": true,
14543
+ "original": {
14544
+ "value": "{color.gray.700}"
14545
+ },
14546
+ "name": "CartesianGridColor",
14547
+ "attributes": {
14548
+ "category": "cartesian-grid",
14549
+ "type": "color"
14550
+ },
14551
+ "path": [
14552
+ "cartesian-grid",
14553
+ "color"
14554
+ ]
14555
+ },
14556
+ "stroke-width": {
14557
+ "value": "1px",
14558
+ "filePath": "src/dataVisualisation/cartesian-grid.yml",
14559
+ "isSource": true,
14560
+ "original": {
14561
+ "value": "{border-width.100}"
14562
+ },
14563
+ "name": "CartesianGridStrokeWidth",
14564
+ "attributes": {
14565
+ "category": "cartesian-grid",
14566
+ "type": "stroke-width"
14567
+ },
14568
+ "path": [
14569
+ "cartesian-grid",
14570
+ "stroke-width"
14571
+ ]
14572
+ }
14573
+ },
14574
+ "chart-tooltip": {
14575
+ "spacing": {
14576
+ "value": "8px",
14577
+ "filePath": "src/dataVisualisation/chart-tooltip.yml",
14578
+ "isSource": true,
14579
+ "original": {
14580
+ "value": "{size-px.s}"
14581
+ },
14582
+ "name": "ChartTooltipSpacing",
14583
+ "attributes": {
14584
+ "category": "chart-tooltip",
14585
+ "type": "spacing"
14586
+ },
14587
+ "path": [
14588
+ "chart-tooltip",
14589
+ "spacing"
14590
+ ]
14591
+ }
14592
+ },
14593
+ "legend": {
14594
+ "spacing-x": {
14595
+ "value": "16px",
14596
+ "filePath": "src/dataVisualisation/legend.yml",
14597
+ "isSource": true,
14598
+ "original": {
14599
+ "value": "{size-px.m}"
14600
+ },
14601
+ "name": "LegendSpacingX",
14602
+ "attributes": {
14603
+ "category": "legend",
14604
+ "type": "spacing-x"
14605
+ },
14606
+ "path": [
14607
+ "legend",
14608
+ "spacing-x"
14609
+ ]
14610
+ },
14611
+ "spacing-y": {
14612
+ "value": "8px",
14613
+ "filePath": "src/dataVisualisation/legend.yml",
14614
+ "isSource": true,
14615
+ "original": {
14616
+ "value": "{size-px.s}"
14617
+ },
14618
+ "name": "LegendSpacingY",
14619
+ "attributes": {
14620
+ "category": "legend",
14621
+ "type": "spacing-y"
14622
+ },
14623
+ "path": [
14624
+ "legend",
14625
+ "spacing-y"
14626
+ ]
14627
+ }
14628
+ },
14629
+ "legend-item": {
14630
+ "spacing": {
14631
+ "value": "0.5rem",
14632
+ "filePath": "src/dataVisualisation/legend.yml",
14633
+ "isSource": true,
14634
+ "original": {
14635
+ "value": "{size-rem.s}"
14636
+ },
14637
+ "name": "LegendItemSpacing",
14638
+ "attributes": {
14639
+ "category": "legend-item",
14640
+ "type": "spacing"
14641
+ },
14642
+ "path": [
14643
+ "legend-item",
14644
+ "spacing"
14645
+ ]
14646
+ },
14647
+ "marker": {
14648
+ "size": {
14649
+ "value": "1rem",
14650
+ "filePath": "src/dataVisualisation/legend.yml",
14651
+ "isSource": true,
14652
+ "original": {
14653
+ "value": "{size-rem.m}"
14654
+ },
14655
+ "name": "LegendItemMarkerSize",
14656
+ "attributes": {
14657
+ "category": "legend-item",
14658
+ "type": "marker",
14659
+ "item": "size"
14660
+ },
14661
+ "path": [
14662
+ "legend-item",
14663
+ "marker",
14664
+ "size"
14665
+ ]
14666
+ },
14667
+ "corner-radius": {
14668
+ "value": "4px",
14669
+ "filePath": "src/dataVisualisation/legend.yml",
14670
+ "isSource": true,
14671
+ "original": {
14672
+ "value": "{corner-radius.default}"
14673
+ },
14674
+ "name": "LegendItemMarkerCornerRadius",
14675
+ "attributes": {
14676
+ "category": "legend-item",
14677
+ "type": "marker",
14678
+ "item": "corner-radius"
14679
+ },
14680
+ "path": [
14681
+ "legend-item",
14682
+ "marker",
14683
+ "corner-radius"
14684
+ ]
14685
+ }
13731
14686
  }
13732
14687
  },
13733
14688
  "focus": {
@@ -13748,6 +14703,23 @@
13748
14703
  "outline-color"
13749
14704
  ]
13750
14705
  },
14706
+ "secondary-outline-color": {
14707
+ "value": "#FFFFFF",
14708
+ "filePath": "src/focus.yml",
14709
+ "isSource": true,
14710
+ "original": {
14711
+ "value": "{neutral.color.100}"
14712
+ },
14713
+ "name": "FocusSecondaryOutlineColor",
14714
+ "attributes": {
14715
+ "category": "focus",
14716
+ "type": "secondary-outline-color"
14717
+ },
14718
+ "path": [
14719
+ "focus",
14720
+ "secondary-outline-color"
14721
+ ]
14722
+ },
13751
14723
  "outline-offset": {
13752
14724
  "value": "2px",
13753
14725
  "filePath": "src/focus.yml",
@@ -14928,135 +15900,63 @@
14928
15900
  }
14929
15901
  },
14930
15902
  "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": {
15903
+ "color": {
15004
15904
  "default": {
15005
- "value": "#F0F5FF",
15905
+ "value": "#002A7B",
15006
15906
  "filePath": "src/form/slider.yml",
15007
15907
  "isSource": true,
15008
15908
  "original": {
15009
- "value": "{primary-soft-background-color.default}"
15909
+ "value": "{primary.color.1000}"
15010
15910
  },
15011
- "name": "SliderTrackBackgroundColorDefault",
15911
+ "name": "SliderColorDefault",
15012
15912
  "attributes": {
15013
15913
  "category": "slider",
15014
- "type": "track-background-color",
15914
+ "type": "color",
15015
15915
  "item": "default"
15016
15916
  },
15017
15917
  "path": [
15018
15918
  "slider",
15019
- "track-background-color",
15919
+ "color",
15020
15920
  "default"
15021
15921
  ]
15022
15922
  },
15023
15923
  "disabled": {
15024
- "value": "#F8F8F8",
15924
+ "value": "#B1B1B1",
15025
15925
  "filePath": "src/form/slider.yml",
15026
15926
  "isSource": true,
15027
15927
  "original": {
15028
- "value": "{disabled-soft-background-color}"
15928
+ "value": "{neutral.color.600}"
15029
15929
  },
15030
- "name": "SliderTrackBackgroundColorDisabled",
15930
+ "name": "SliderColorDisabled",
15031
15931
  "attributes": {
15032
15932
  "category": "slider",
15033
- "type": "track-background-color",
15933
+ "type": "color",
15034
15934
  "item": "disabled"
15035
15935
  },
15036
15936
  "path": [
15037
15937
  "slider",
15038
- "track-background-color",
15938
+ "color",
15039
15939
  "disabled"
15040
15940
  ]
15041
15941
  }
15042
15942
  },
15043
- "track-background-color-fill": {
15943
+ "track-color": {
15044
15944
  "default": {
15045
- "value": "#0054F5",
15945
+ "value": "#909090",
15046
15946
  "filePath": "src/form/slider.yml",
15047
15947
  "isSource": true,
15048
15948
  "original": {
15049
- "value": "{primary-solid-background-color.default}"
15949
+ "value": "{neutral.color.700}"
15050
15950
  },
15051
- "name": "SliderTrackBackgroundColorFillDefault",
15951
+ "name": "SliderTrackColorDefault",
15052
15952
  "attributes": {
15053
15953
  "category": "slider",
15054
- "type": "track-background-color-fill",
15954
+ "type": "track-color",
15055
15955
  "item": "default"
15056
15956
  },
15057
15957
  "path": [
15058
15958
  "slider",
15059
- "track-background-color-fill",
15959
+ "track-color",
15060
15960
  "default"
15061
15961
  ]
15062
15962
  },
@@ -15065,292 +15965,189 @@
15065
15965
  "filePath": "src/form/slider.yml",
15066
15966
  "isSource": true,
15067
15967
  "original": {
15068
- "value": "{disabled-solid-background-color}"
15968
+ "value": "{neutral.color.400}"
15069
15969
  },
15070
- "name": "SliderTrackBackgroundColorFillDisabled",
15970
+ "name": "SliderTrackColorDisabled",
15071
15971
  "attributes": {
15072
15972
  "category": "slider",
15073
- "type": "track-background-color-fill",
15973
+ "type": "track-color",
15074
15974
  "item": "disabled"
15075
15975
  },
15076
15976
  "path": [
15077
15977
  "slider",
15078
- "track-background-color-fill",
15978
+ "track-color",
15079
15979
  "disabled"
15080
15980
  ]
15081
15981
  }
15082
15982
  },
15083
- "track-height": {
15084
- "value": "0.25rem",
15983
+ "spacing-x": {
15984
+ "value": "0.5rem",
15085
15985
  "filePath": "src/form/slider.yml",
15086
15986
  "isSource": true,
15087
15987
  "original": {
15088
- "value": "{size-rem.xs}"
15988
+ "value": "{size-rem.s}"
15089
15989
  },
15090
- "name": "SliderTrackHeight",
15990
+ "name": "SliderSpacingX",
15091
15991
  "attributes": {
15092
15992
  "category": "slider",
15093
- "type": "track-height"
15993
+ "type": "spacing-x"
15094
15994
  },
15095
15995
  "path": [
15096
15996
  "slider",
15097
- "track-height"
15997
+ "spacing-x"
15098
15998
  ]
15099
15999
  },
15100
- "track-corner-radius": {
15101
- "value": "4px",
16000
+ "spacing-y": {
16001
+ "value": "1rem",
15102
16002
  "filePath": "src/form/slider.yml",
15103
16003
  "isSource": true,
15104
16004
  "original": {
15105
- "value": "{corner-radius.default}"
16005
+ "value": "{size-rem.m}"
15106
16006
  },
15107
- "name": "SliderTrackCornerRadius",
16007
+ "name": "SliderSpacingY",
15108
16008
  "attributes": {
15109
16009
  "category": "slider",
15110
- "type": "track-corner-radius"
16010
+ "type": "spacing-y"
15111
16011
  },
15112
16012
  "path": [
15113
16013
  "slider",
15114
- "track-corner-radius"
16014
+ "spacing-y"
15115
16015
  ]
15116
16016
  },
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",
16017
+ "border-width": {
16018
+ "value": "4px",
15159
16019
  "filePath": "src/form/slider.yml",
15160
16020
  "isSource": true,
15161
16021
  "original": {
15162
- "value": "{size-rem.xs}"
16022
+ "value": "{border-width.300}"
15163
16023
  },
15164
- "name": "SliderThumbBorderWidth",
16024
+ "name": "SliderBorderWidth",
15165
16025
  "attributes": {
15166
16026
  "category": "slider",
15167
- "type": "thumb-border-width"
16027
+ "type": "border-width"
15168
16028
  },
15169
16029
  "path": [
15170
16030
  "slider",
15171
- "thumb-border-width"
16031
+ "border-width"
15172
16032
  ]
15173
16033
  },
15174
- "thumb-border-style": {
16034
+ "border-style": {
15175
16035
  "value": "solid",
15176
16036
  "filePath": "src/form/slider.yml",
15177
16037
  "isSource": true,
15178
16038
  "original": {
15179
16039
  "value": "{border-style.default}"
15180
16040
  },
15181
- "name": "SliderThumbBorderStyle",
16041
+ "name": "SliderBorderStyle",
15182
16042
  "attributes": {
15183
16043
  "category": "slider",
15184
- "type": "thumb-border-style"
16044
+ "type": "border-style"
15185
16045
  },
15186
16046
  "path": [
15187
16047
  "slider",
15188
- "thumb-border-style"
16048
+ "border-style"
15189
16049
  ]
15190
16050
  },
15191
- "thumb-corner-radius": {
15192
- "value": "50%",
16051
+ "corner-radius": {
16052
+ "value": "4px",
15193
16053
  "filePath": "src/form/slider.yml",
15194
16054
  "isSource": true,
15195
16055
  "original": {
15196
- "value": "{corner-radius.round}"
16056
+ "value": "{corner-radius.default}"
15197
16057
  },
15198
- "name": "SliderThumbCornerRadius",
16058
+ "name": "SliderCornerRadius",
15199
16059
  "attributes": {
15200
16060
  "category": "slider",
15201
- "type": "thumb-corner-radius"
16061
+ "type": "corner-radius"
15202
16062
  },
15203
16063
  "path": [
15204
16064
  "slider",
15205
- "thumb-corner-radius"
16065
+ "corner-radius"
15206
16066
  ]
15207
16067
  },
15208
- "thumb-size": {
15209
- "value": "1.5rem",
16068
+ "value-font-weight": {
16069
+ "value": "bold",
15210
16070
  "filePath": "src/form/slider.yml",
15211
16071
  "isSource": true,
15212
16072
  "original": {
15213
- "value": "{size-rem.l}"
16073
+ "value": "{font-weight.bold}"
15214
16074
  },
15215
- "name": "SliderThumbSize",
16075
+ "name": "SliderValueFontWeight",
15216
16076
  "attributes": {
15217
16077
  "category": "slider",
15218
- "type": "thumb-size"
16078
+ "type": "value-font-weight"
15219
16079
  },
15220
16080
  "path": [
15221
16081
  "slider",
15222
- "thumb-size"
16082
+ "value-font-weight"
15223
16083
  ]
15224
16084
  },
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",
16085
+ "handle-corner-radius": {
16086
+ "value": "50%",
15267
16087
  "filePath": "src/form/slider.yml",
15268
16088
  "isSource": true,
15269
16089
  "original": {
15270
- "value": "{size-rem.m}"
16090
+ "value": "{corner-radius.round}"
15271
16091
  },
15272
- "name": "SliderInitialMarkerHeight",
16092
+ "name": "SliderHandleCornerRadius",
15273
16093
  "attributes": {
15274
16094
  "category": "slider",
15275
- "type": "initial-marker-height"
16095
+ "type": "handle-corner-radius"
15276
16096
  },
15277
16097
  "path": [
15278
16098
  "slider",
15279
- "initial-marker-height"
16099
+ "handle-corner-radius"
15280
16100
  ]
15281
16101
  },
15282
- "initial-marker-width": {
15283
- "value": "0.25rem",
16102
+ "handle-size": {
16103
+ "value": "1.5rem",
15284
16104
  "filePath": "src/form/slider.yml",
15285
16105
  "isSource": true,
15286
16106
  "original": {
15287
- "value": "{size-rem.xs}"
16107
+ "value": "{size-rem.l}"
15288
16108
  },
15289
- "name": "SliderInitialMarkerWidth",
16109
+ "name": "SliderHandleSize",
15290
16110
  "attributes": {
15291
16111
  "category": "slider",
15292
- "type": "initial-marker-width"
16112
+ "type": "handle-size"
15293
16113
  },
15294
16114
  "path": [
15295
16115
  "slider",
15296
- "initial-marker-width"
16116
+ "handle-size"
15297
16117
  ]
15298
16118
  },
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
- }
16119
+ "handle-fill-color": {
16120
+ "value": "#FFFFFF",
16121
+ "filePath": "src/form/slider.yml",
16122
+ "isSource": true,
16123
+ "original": {
16124
+ "value": "{neutral.color.100}"
16125
+ },
16126
+ "name": "SliderHandleFillColor",
16127
+ "attributes": {
16128
+ "category": "slider",
16129
+ "type": "handle-fill-color"
16130
+ },
16131
+ "path": [
16132
+ "slider",
16133
+ "handle-fill-color"
16134
+ ]
15338
16135
  },
15339
- "initial-marker-corner-radius": {
15340
- "value": "4px",
16136
+ "initial-marker-height": {
16137
+ "value": "1rem",
15341
16138
  "filePath": "src/form/slider.yml",
15342
16139
  "isSource": true,
15343
16140
  "original": {
15344
- "value": "{corner-radius.default}"
16141
+ "value": "{size-rem.m}"
15345
16142
  },
15346
- "name": "SliderInitialMarkerCornerRadius",
16143
+ "name": "SliderInitialMarkerHeight",
15347
16144
  "attributes": {
15348
16145
  "category": "slider",
15349
- "type": "initial-marker-corner-radius"
16146
+ "type": "initial-marker-height"
15350
16147
  },
15351
16148
  "path": [
15352
16149
  "slider",
15353
- "initial-marker-corner-radius"
16150
+ "initial-marker-height"
15354
16151
  ]
15355
16152
  }
15356
16153
  },
@@ -16149,38 +16946,38 @@
16149
16946
  }
16150
16947
  },
16151
16948
  "link": {
16152
- "font-size": {
16153
- "value": "0.875rem",
16949
+ "line-height": {
16950
+ "value": "calc(1rem * 1.5)",
16154
16951
  "filePath": "src/navigation/link.yml",
16155
16952
  "isSource": true,
16156
16953
  "original": {
16157
- "value": "{font-size-text.s}"
16954
+ "value": "{line-height.m}"
16158
16955
  },
16159
- "name": "LinkFontSize",
16956
+ "name": "LinkLineHeight",
16160
16957
  "attributes": {
16161
16958
  "category": "link",
16162
- "type": "font-size"
16959
+ "type": "line-height"
16163
16960
  },
16164
16961
  "path": [
16165
16962
  "link",
16166
- "font-size"
16963
+ "line-height"
16167
16964
  ]
16168
16965
  },
16169
- "line-height": {
16170
- "value": "calc(1rem * 1.5)",
16966
+ "icon-height": {
16967
+ "value": "calc(1rem * 1.25)",
16171
16968
  "filePath": "src/navigation/link.yml",
16172
16969
  "isSource": true,
16173
16970
  "original": {
16174
- "value": "{line-height.m}"
16971
+ "value": "calc({font-size-text.m} * 1.25)"
16175
16972
  },
16176
- "name": "LinkLineHeight",
16973
+ "name": "LinkIconHeight",
16177
16974
  "attributes": {
16178
16975
  "category": "link",
16179
- "type": "line-height"
16976
+ "type": "icon-height"
16180
16977
  },
16181
16978
  "path": [
16182
16979
  "link",
16183
- "line-height"
16980
+ "icon-height"
16184
16981
  ]
16185
16982
  },
16186
16983
  "font-weight": {
@@ -16621,25 +17418,6 @@
16621
17418
  ]
16622
17419
  }
16623
17420
  },
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
17421
  "contextual-help": {
16644
17422
  "max-width": {
16645
17423
  "value": "500px",
@@ -16819,6 +17597,25 @@
16819
17597
  "size",
16820
17598
  "m"
16821
17599
  ]
17600
+ },
17601
+ "l": {
17602
+ "value": "1400px",
17603
+ "filePath": "src/overlays/modal.yml",
17604
+ "isSource": true,
17605
+ "original": {
17606
+ "value": "1400px"
17607
+ },
17608
+ "name": "ModalSizeL",
17609
+ "attributes": {
17610
+ "category": "modal",
17611
+ "type": "size",
17612
+ "item": "l"
17613
+ },
17614
+ "path": [
17615
+ "modal",
17616
+ "size",
17617
+ "l"
17618
+ ]
16822
17619
  }
16823
17620
  },
16824
17621
  "footer-background-color": {
@@ -17879,76 +18676,6 @@
17879
18676
  ]
17880
18677
  }
17881
18678
  },
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
18679
  "alert": {
17953
18680
  "padding": {
17954
18681
  "value": "16px",
@@ -21200,97 +21927,269 @@
21200
21927
  },
21201
21928
  "name": "ProgressBarBorderColor",
21202
21929
  "attributes": {
21203
- "category": "progress-bar",
21204
- "type": "border-color"
21930
+ "category": "progress-bar",
21931
+ "type": "border-color"
21932
+ },
21933
+ "path": [
21934
+ "progress-bar",
21935
+ "border-color"
21936
+ ]
21937
+ },
21938
+ "background-color": {
21939
+ "value": "transparent",
21940
+ "filePath": "src/status/progress-bar.yml",
21941
+ "isSource": true,
21942
+ "original": {
21943
+ "value": "{neutral-outline-background-color.default}"
21944
+ },
21945
+ "name": "ProgressBarBackgroundColor",
21946
+ "attributes": {
21947
+ "category": "progress-bar",
21948
+ "type": "background-color"
21949
+ },
21950
+ "path": [
21951
+ "progress-bar",
21952
+ "background-color"
21953
+ ]
21954
+ },
21955
+ "info-fill-background-color": {
21956
+ "value": "#0054F5",
21957
+ "filePath": "src/status/progress-bar.yml",
21958
+ "isSource": true,
21959
+ "original": {
21960
+ "value": "{info-solid-background-color.default}"
21961
+ },
21962
+ "name": "ProgressBarInfoFillBackgroundColor",
21963
+ "attributes": {
21964
+ "category": "progress-bar",
21965
+ "type": "info-fill-background-color"
21966
+ },
21967
+ "path": [
21968
+ "progress-bar",
21969
+ "info-fill-background-color"
21970
+ ]
21971
+ },
21972
+ "success-fill-background-color": {
21973
+ "value": "#00825B",
21974
+ "filePath": "src/status/progress-bar.yml",
21975
+ "isSource": true,
21976
+ "original": {
21977
+ "value": "{success-solid-background-color.default}"
21978
+ },
21979
+ "name": "ProgressBarSuccessFillBackgroundColor",
21980
+ "attributes": {
21981
+ "category": "progress-bar",
21982
+ "type": "success-fill-background-color"
21983
+ },
21984
+ "path": [
21985
+ "progress-bar",
21986
+ "success-fill-background-color"
21987
+ ]
21988
+ },
21989
+ "warning-fill-background-color": {
21990
+ "value": "#F56800",
21991
+ "filePath": "src/status/progress-bar.yml",
21992
+ "isSource": true,
21993
+ "original": {
21994
+ "value": "{warning-solid-background-color.default}"
21995
+ },
21996
+ "name": "ProgressBarWarningFillBackgroundColor",
21997
+ "attributes": {
21998
+ "category": "progress-bar",
21999
+ "type": "warning-fill-background-color"
22000
+ },
22001
+ "path": [
22002
+ "progress-bar",
22003
+ "warning-fill-background-color"
22004
+ ]
22005
+ },
22006
+ "danger-fill-background-color": {
22007
+ "value": "#E1244C",
22008
+ "filePath": "src/status/progress-bar.yml",
22009
+ "isSource": true,
22010
+ "original": {
22011
+ "value": "{danger-solid-background-color.default}"
22012
+ },
22013
+ "name": "ProgressBarDangerFillBackgroundColor",
22014
+ "attributes": {
22015
+ "category": "progress-bar",
22016
+ "type": "danger-fill-background-color"
22017
+ },
22018
+ "path": [
22019
+ "progress-bar",
22020
+ "danger-fill-background-color"
22021
+ ]
22022
+ }
22023
+ },
22024
+ "accent-box": {
22025
+ "background-color-neutral": {
22026
+ "value": "#F8F8F8",
22027
+ "filePath": "src/structure/accent-box.yml",
22028
+ "isSource": true,
22029
+ "original": {
22030
+ "value": "{neutral.color.300}"
22031
+ },
22032
+ "name": "AccentBoxBackgroundColorNeutral",
22033
+ "attributes": {
22034
+ "category": "accent-box",
22035
+ "type": "background-color-neutral"
22036
+ },
22037
+ "path": [
22038
+ "accent-box",
22039
+ "background-color-neutral"
22040
+ ]
22041
+ },
22042
+ "background-color-green": {
22043
+ "value": "#D8F5D6",
22044
+ "filePath": "src/structure/accent-box.yml",
22045
+ "isSource": true,
22046
+ "original": {
22047
+ "value": "#D8F5D6"
22048
+ },
22049
+ "name": "AccentBoxBackgroundColorGreen",
22050
+ "attributes": {
22051
+ "category": "accent-box",
22052
+ "type": "background-color-green"
22053
+ },
22054
+ "path": [
22055
+ "accent-box",
22056
+ "background-color-green"
22057
+ ]
22058
+ },
22059
+ "background-color-gradient": {
22060
+ "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%)",
22061
+ "filePath": "src/structure/accent-box.yml",
22062
+ "isSource": true,
22063
+ "original": {
22064
+ "value": "{color.gradient}"
22065
+ },
22066
+ "name": "AccentBoxBackgroundColorGradient",
22067
+ "attributes": {
22068
+ "category": "accent-box",
22069
+ "type": "background-color-gradient"
22070
+ },
22071
+ "path": [
22072
+ "accent-box",
22073
+ "background-color-gradient"
22074
+ ]
22075
+ },
22076
+ "background-color-blue": {
22077
+ "value": "#F0F5FF",
22078
+ "filePath": "src/structure/accent-box.yml",
22079
+ "isSource": true,
22080
+ "original": {
22081
+ "value": "{color.hosting-blue.100}"
22082
+ },
22083
+ "name": "AccentBoxBackgroundColorBlue",
22084
+ "attributes": {
22085
+ "category": "accent-box",
22086
+ "type": "background-color-blue"
22087
+ },
22088
+ "path": [
22089
+ "accent-box",
22090
+ "background-color-blue"
22091
+ ]
22092
+ },
22093
+ "icon-color-blue": {
22094
+ "value": "#E0EBFF",
22095
+ "filePath": "src/structure/accent-box.yml",
22096
+ "isSource": true,
22097
+ "original": {
22098
+ "value": "{color.hosting-blue.200}"
22099
+ },
22100
+ "name": "AccentBoxIconColorBlue",
22101
+ "attributes": {
22102
+ "category": "accent-box",
22103
+ "type": "icon-color-blue"
21205
22104
  },
21206
22105
  "path": [
21207
- "progress-bar",
21208
- "border-color"
22106
+ "accent-box",
22107
+ "icon-color-blue"
21209
22108
  ]
21210
22109
  },
21211
- "background-color": {
21212
- "value": "transparent",
21213
- "filePath": "src/status/progress-bar.yml",
22110
+ "icon-color-green": {
22111
+ "value": "#c4e3c1",
22112
+ "filePath": "src/structure/accent-box.yml",
21214
22113
  "isSource": true,
21215
22114
  "original": {
21216
- "value": "{neutral-outline-background-color.default}"
22115
+ "value": "#c4e3c1"
21217
22116
  },
21218
- "name": "ProgressBarBackgroundColor",
22117
+ "name": "AccentBoxIconColorGreen",
21219
22118
  "attributes": {
21220
- "category": "progress-bar",
21221
- "type": "background-color"
22119
+ "category": "accent-box",
22120
+ "type": "icon-color-green"
21222
22121
  },
21223
22122
  "path": [
21224
- "progress-bar",
21225
- "background-color"
22123
+ "accent-box",
22124
+ "icon-color-green"
21226
22125
  ]
21227
22126
  },
21228
- "info-fill-background-color": {
21229
- "value": "#0054F5",
21230
- "filePath": "src/status/progress-bar.yml",
22127
+ "icon-color-gradient": {
22128
+ "value": "#002b7b14",
22129
+ "filePath": "src/structure/accent-box.yml",
21231
22130
  "isSource": true,
21232
22131
  "original": {
21233
- "value": "{info-solid-background-color.default}"
22132
+ "value": "#002b7b14"
21234
22133
  },
21235
- "name": "ProgressBarInfoFillBackgroundColor",
22134
+ "name": "AccentBoxIconColorGradient",
21236
22135
  "attributes": {
21237
- "category": "progress-bar",
21238
- "type": "info-fill-background-color"
22136
+ "category": "accent-box",
22137
+ "type": "icon-color-gradient"
21239
22138
  },
21240
22139
  "path": [
21241
- "progress-bar",
21242
- "info-fill-background-color"
22140
+ "accent-box",
22141
+ "icon-color-gradient"
21243
22142
  ]
21244
22143
  },
21245
- "success-fill-background-color": {
21246
- "value": "#00825B",
21247
- "filePath": "src/status/progress-bar.yml",
22144
+ "icon-color-neutral": {
22145
+ "value": "#E6E6E6",
22146
+ "filePath": "src/structure/accent-box.yml",
21248
22147
  "isSource": true,
21249
22148
  "original": {
21250
- "value": "{success-solid-background-color.default}"
22149
+ "value": "{neutral.color.400}"
21251
22150
  },
21252
- "name": "ProgressBarSuccessFillBackgroundColor",
22151
+ "name": "AccentBoxIconColorNeutral",
21253
22152
  "attributes": {
21254
- "category": "progress-bar",
21255
- "type": "success-fill-background-color"
22153
+ "category": "accent-box",
22154
+ "type": "icon-color-neutral"
21256
22155
  },
21257
22156
  "path": [
21258
- "progress-bar",
21259
- "success-fill-background-color"
22157
+ "accent-box",
22158
+ "icon-color-neutral"
21260
22159
  ]
21261
22160
  },
21262
- "warning-fill-background-color": {
21263
- "value": "#F56800",
21264
- "filePath": "src/status/progress-bar.yml",
22161
+ "padding": {
22162
+ "value": "16px",
22163
+ "filePath": "src/structure/accent-box.yml",
21265
22164
  "isSource": true,
21266
22165
  "original": {
21267
- "value": "{warning-solid-background-color.default}"
22166
+ "value": "{size-px.m}"
21268
22167
  },
21269
- "name": "ProgressBarWarningFillBackgroundColor",
22168
+ "name": "AccentBoxPadding",
21270
22169
  "attributes": {
21271
- "category": "progress-bar",
21272
- "type": "warning-fill-background-color"
22170
+ "category": "accent-box",
22171
+ "type": "padding"
21273
22172
  },
21274
22173
  "path": [
21275
- "progress-bar",
21276
- "warning-fill-background-color"
22174
+ "accent-box",
22175
+ "padding"
21277
22176
  ]
21278
22177
  },
21279
- "danger-fill-background-color": {
21280
- "value": "#E1244C",
21281
- "filePath": "src/status/progress-bar.yml",
22178
+ "corner-radius": {
22179
+ "value": "4px",
22180
+ "filePath": "src/structure/accent-box.yml",
21282
22181
  "isSource": true,
21283
22182
  "original": {
21284
- "value": "{danger-solid-background-color.default}"
22183
+ "value": "{corner-radius.default}"
21285
22184
  },
21286
- "name": "ProgressBarDangerFillBackgroundColor",
22185
+ "name": "AccentBoxCornerRadius",
21287
22186
  "attributes": {
21288
- "category": "progress-bar",
21289
- "type": "danger-fill-background-color"
22187
+ "category": "accent-box",
22188
+ "type": "corner-radius"
21290
22189
  },
21291
22190
  "path": [
21292
- "progress-bar",
21293
- "danger-fill-background-color"
22191
+ "accent-box",
22192
+ "corner-radius"
21294
22193
  ]
21295
22194
  }
21296
22195
  },
@@ -21498,7 +22397,7 @@
21498
22397
  ]
21499
22398
  }
21500
22399
  },
21501
- "text-copyButton": {
22400
+ "text-button": {
21502
22401
  "spacing": {
21503
22402
  "value": "0.25rem",
21504
22403
  "filePath": "src/structure/align.yml",
@@ -21506,15 +22405,36 @@
21506
22405
  "original": {
21507
22406
  "value": "{size-rem.xs}"
21508
22407
  },
21509
- "name": "AlignTextCopyButtonSpacing",
22408
+ "name": "AlignTextButtonSpacing",
22409
+ "attributes": {
22410
+ "category": "align",
22411
+ "type": "text-button",
22412
+ "item": "spacing"
22413
+ },
22414
+ "path": [
22415
+ "align",
22416
+ "text-button",
22417
+ "spacing"
22418
+ ]
22419
+ }
22420
+ },
22421
+ "icon-text": {
22422
+ "spacing": {
22423
+ "value": "0.5rem",
22424
+ "filePath": "src/structure/align.yml",
22425
+ "isSource": true,
22426
+ "original": {
22427
+ "value": "{size-rem.s}"
22428
+ },
22429
+ "name": "AlignIconTextSpacing",
21510
22430
  "attributes": {
21511
22431
  "category": "align",
21512
- "type": "text-copyButton",
22432
+ "type": "icon-text",
21513
22433
  "item": "spacing"
21514
22434
  },
21515
22435
  "path": [
21516
22436
  "align",
21517
- "text-copyButton",
22437
+ "icon-text",
21518
22438
  "spacing"
21519
22439
  ]
21520
22440
  }
@@ -21636,11 +22556,11 @@
21636
22556
  ]
21637
22557
  },
21638
22558
  "padding": {
21639
- "value": "32px",
22559
+ "value": "24px",
21640
22560
  "filePath": "src/structure/layout-card.yml",
21641
22561
  "isSource": true,
21642
22562
  "original": {
21643
- "value": "{size-px.xl}"
22563
+ "value": "{size-px.l}"
21644
22564
  },
21645
22565
  "name": "LayoutCardPadding",
21646
22566
  "attributes": {
@@ -21652,6 +22572,23 @@
21652
22572
  "padding"
21653
22573
  ]
21654
22574
  },
22575
+ "padding-mobile": {
22576
+ "value": "16px",
22577
+ "filePath": "src/structure/layout-card.yml",
22578
+ "isSource": true,
22579
+ "original": {
22580
+ "value": "{size-px.m}"
22581
+ },
22582
+ "name": "LayoutCardPaddingMobile",
22583
+ "attributes": {
22584
+ "category": "layout-card",
22585
+ "type": "padding-mobile"
22586
+ },
22587
+ "path": [
22588
+ "layout-card",
22589
+ "padding-mobile"
22590
+ ]
22591
+ },
21655
22592
  "box-shadow": {
21656
22593
  "value": "rgba(0, 0, 0, 0.1) 0 4px 8px",
21657
22594
  "filePath": "src/structure/layout-card.yml",
@@ -21704,6 +22641,23 @@
21704
22641
  "list",
21705
22642
  "block-to-block-spacing"
21706
22643
  ]
22644
+ },
22645
+ "filter-to-search-spacing": {
22646
+ "value": "64px",
22647
+ "filePath": "src/structure/list.yml",
22648
+ "isSource": true,
22649
+ "original": {
22650
+ "value": "{size-px.xxl}"
22651
+ },
22652
+ "name": "ListFilterToSearchSpacing",
22653
+ "attributes": {
22654
+ "category": "list",
22655
+ "type": "filter-to-search-spacing"
22656
+ },
22657
+ "path": [
22658
+ "list",
22659
+ "filter-to-search-spacing"
22660
+ ]
21707
22661
  }
21708
22662
  },
21709
22663
  "list-item": {
@@ -21938,21 +22892,38 @@
21938
22892
  "spacing"
21939
22893
  ]
21940
22894
  },
21941
- "sub-heading-spacing": {
21942
- "value": "1rem",
22895
+ "sub-heading-spacing-m": {
22896
+ "value": "1.5rem",
21943
22897
  "filePath": "src/structure/section.yml",
21944
22898
  "isSource": true,
21945
22899
  "original": {
21946
- "value": "{size-rem.m}"
22900
+ "value": "{size-rem.l}"
22901
+ },
22902
+ "name": "SectionSubHeadingSpacingM",
22903
+ "attributes": {
22904
+ "category": "section",
22905
+ "type": "sub-heading-spacing-m"
22906
+ },
22907
+ "path": [
22908
+ "section",
22909
+ "sub-heading-spacing-m"
22910
+ ]
22911
+ },
22912
+ "sub-heading-spacing-s": {
22913
+ "value": "0.5rem",
22914
+ "filePath": "src/structure/section.yml",
22915
+ "isSource": true,
22916
+ "original": {
22917
+ "value": "{size-rem.s}"
21947
22918
  },
21948
- "name": "SectionSubHeadingSpacing",
22919
+ "name": "SectionSubHeadingSpacingS",
21949
22920
  "attributes": {
21950
22921
  "category": "section",
21951
- "type": "sub-heading-spacing"
22922
+ "type": "sub-heading-spacing-s"
21952
22923
  },
21953
22924
  "path": [
21954
22925
  "section",
21955
- "sub-heading-spacing"
22926
+ "sub-heading-spacing-s"
21956
22927
  ]
21957
22928
  }
21958
22929
  },
@@ -22026,6 +22997,23 @@
22026
22997
  "separator",
22027
22998
  "height"
22028
22999
  ]
23000
+ },
23001
+ "border-style": {
23002
+ "value": "solid",
23003
+ "filePath": "src/structure/separator.yml",
23004
+ "isSource": true,
23005
+ "original": {
23006
+ "value": "{border-style.default}"
23007
+ },
23008
+ "name": "SeparatorBorderStyle",
23009
+ "attributes": {
23010
+ "category": "separator",
23011
+ "type": "border-style"
23012
+ },
23013
+ "path": [
23014
+ "separator",
23015
+ "border-style"
23016
+ ]
22029
23017
  }
22030
23018
  },
22031
23019
  "table": {
@@ -22472,5 +23460,178 @@
22472
23460
  ]
22473
23461
  }
22474
23462
  }
23463
+ },
23464
+ "file-drop-zone": {
23465
+ "corner-radius": {
23466
+ "value": "4px",
23467
+ "filePath": "src/upload/file-drop-zone.yml",
23468
+ "isSource": true,
23469
+ "original": {
23470
+ "value": "{corner-radius.default}"
23471
+ },
23472
+ "name": "FileDropZoneCornerRadius",
23473
+ "attributes": {
23474
+ "category": "file-drop-zone",
23475
+ "type": "corner-radius"
23476
+ },
23477
+ "path": [
23478
+ "file-drop-zone",
23479
+ "corner-radius"
23480
+ ]
23481
+ },
23482
+ "padding": {
23483
+ "value": "16px",
23484
+ "filePath": "src/upload/file-drop-zone.yml",
23485
+ "isSource": true,
23486
+ "original": {
23487
+ "value": "{size-px.m}"
23488
+ },
23489
+ "name": "FileDropZonePadding",
23490
+ "attributes": {
23491
+ "category": "file-drop-zone",
23492
+ "type": "padding"
23493
+ },
23494
+ "path": [
23495
+ "file-drop-zone",
23496
+ "padding"
23497
+ ]
23498
+ },
23499
+ "background-color": {
23500
+ "default": {
23501
+ "value": "#F8F8F8",
23502
+ "filePath": "src/upload/file-drop-zone.yml",
23503
+ "isSource": true,
23504
+ "original": {
23505
+ "value": "{form-control.background-color.default}"
23506
+ },
23507
+ "name": "FileDropZoneBackgroundColorDefault",
23508
+ "attributes": {
23509
+ "category": "file-drop-zone",
23510
+ "type": "background-color",
23511
+ "item": "default"
23512
+ },
23513
+ "path": [
23514
+ "file-drop-zone",
23515
+ "background-color",
23516
+ "default"
23517
+ ]
23518
+ },
23519
+ "target": {
23520
+ "value": "#F0F5FF",
23521
+ "filePath": "src/upload/file-drop-zone.yml",
23522
+ "isSource": true,
23523
+ "original": {
23524
+ "value": "{form-control.background-color.hover}"
23525
+ },
23526
+ "name": "FileDropZoneBackgroundColorTarget",
23527
+ "attributes": {
23528
+ "category": "file-drop-zone",
23529
+ "type": "background-color",
23530
+ "item": "target"
23531
+ },
23532
+ "path": [
23533
+ "file-drop-zone",
23534
+ "background-color",
23535
+ "target"
23536
+ ]
23537
+ }
23538
+ },
23539
+ "border-width": {
23540
+ "value": "1px",
23541
+ "filePath": "src/upload/file-drop-zone.yml",
23542
+ "isSource": true,
23543
+ "original": {
23544
+ "value": "{border-width.100}"
23545
+ },
23546
+ "name": "FileDropZoneBorderWidth",
23547
+ "attributes": {
23548
+ "category": "file-drop-zone",
23549
+ "type": "border-width"
23550
+ },
23551
+ "path": [
23552
+ "file-drop-zone",
23553
+ "border-width"
23554
+ ]
23555
+ },
23556
+ "border-style": {
23557
+ "default": {
23558
+ "value": "dashed",
23559
+ "filePath": "src/upload/file-drop-zone.yml",
23560
+ "isSource": true,
23561
+ "original": {
23562
+ "value": "{border-style.dashed}"
23563
+ },
23564
+ "name": "FileDropZoneBorderStyleDefault",
23565
+ "attributes": {
23566
+ "category": "file-drop-zone",
23567
+ "type": "border-style",
23568
+ "item": "default"
23569
+ },
23570
+ "path": [
23571
+ "file-drop-zone",
23572
+ "border-style",
23573
+ "default"
23574
+ ]
23575
+ },
23576
+ "target": {
23577
+ "value": "solid",
23578
+ "filePath": "src/upload/file-drop-zone.yml",
23579
+ "isSource": true,
23580
+ "original": {
23581
+ "value": "{border-style.default}"
23582
+ },
23583
+ "name": "FileDropZoneBorderStyleTarget",
23584
+ "attributes": {
23585
+ "category": "file-drop-zone",
23586
+ "type": "border-style",
23587
+ "item": "target"
23588
+ },
23589
+ "path": [
23590
+ "file-drop-zone",
23591
+ "border-style",
23592
+ "target"
23593
+ ]
23594
+ }
23595
+ },
23596
+ "border-color": {
23597
+ "default": {
23598
+ "value": "#909090",
23599
+ "filePath": "src/upload/file-drop-zone.yml",
23600
+ "isSource": true,
23601
+ "original": {
23602
+ "value": "{form-control.border-color.default}"
23603
+ },
23604
+ "name": "FileDropZoneBorderColorDefault",
23605
+ "attributes": {
23606
+ "category": "file-drop-zone",
23607
+ "type": "border-color",
23608
+ "item": "default"
23609
+ },
23610
+ "path": [
23611
+ "file-drop-zone",
23612
+ "border-color",
23613
+ "default"
23614
+ ]
23615
+ },
23616
+ "target": {
23617
+ "value": "#0054F5",
23618
+ "filePath": "src/upload/file-drop-zone.yml",
23619
+ "isSource": true,
23620
+ "original": {
23621
+ "value": "{primary.color.800}"
23622
+ },
23623
+ "name": "FileDropZoneBorderColorTarget",
23624
+ "attributes": {
23625
+ "category": "file-drop-zone",
23626
+ "type": "border-color",
23627
+ "item": "target"
23628
+ },
23629
+ "path": [
23630
+ "file-drop-zone",
23631
+ "border-color",
23632
+ "target"
23633
+ ]
23634
+ }
23635
+ }
22475
23636
  }
22476
23637
  }