@mittwald/flow-design-tokens 0.2.0-alpha.11 → 0.2.0-alpha.110

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,91 @@
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
+ ]
13731
14396
  }
13732
14397
  },
13733
14398
  "focus": {
@@ -13748,6 +14413,23 @@
13748
14413
  "outline-color"
13749
14414
  ]
13750
14415
  },
14416
+ "secondary-outline-color": {
14417
+ "value": "#FFFFFF",
14418
+ "filePath": "src/focus.yml",
14419
+ "isSource": true,
14420
+ "original": {
14421
+ "value": "{neutral.color.100}"
14422
+ },
14423
+ "name": "FocusSecondaryOutlineColor",
14424
+ "attributes": {
14425
+ "category": "focus",
14426
+ "type": "secondary-outline-color"
14427
+ },
14428
+ "path": [
14429
+ "focus",
14430
+ "secondary-outline-color"
14431
+ ]
14432
+ },
13751
14433
  "outline-offset": {
13752
14434
  "value": "2px",
13753
14435
  "filePath": "src/focus.yml",
@@ -14928,209 +15610,63 @@
14928
15610
  }
14929
15611
  },
14930
15612
  "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": {
15004
- "default": {
15005
- "value": "#F0F5FF",
15006
- "filePath": "src/form/slider.yml",
15007
- "isSource": true,
15008
- "original": {
15009
- "value": "{primary-soft-background-color.default}"
15010
- },
15011
- "name": "SliderTrackBackgroundColorDefault",
15012
- "attributes": {
15013
- "category": "slider",
15014
- "type": "track-background-color",
15015
- "item": "default"
15016
- },
15017
- "path": [
15018
- "slider",
15019
- "track-background-color",
15020
- "default"
15021
- ]
15022
- },
15023
- "disabled": {
15024
- "value": "#F8F8F8",
15025
- "filePath": "src/form/slider.yml",
15026
- "isSource": true,
15027
- "original": {
15028
- "value": "{disabled-soft-background-color}"
15029
- },
15030
- "name": "SliderTrackBackgroundColorDisabled",
15031
- "attributes": {
15032
- "category": "slider",
15033
- "type": "track-background-color",
15034
- "item": "disabled"
15035
- },
15036
- "path": [
15037
- "slider",
15038
- "track-background-color",
15039
- "disabled"
15040
- ]
15041
- }
15042
- },
15043
- "track-background-color-fill": {
15613
+ "color": {
15044
15614
  "default": {
15045
- "value": "#0054F5",
15615
+ "value": "#002A7B",
15046
15616
  "filePath": "src/form/slider.yml",
15047
15617
  "isSource": true,
15048
15618
  "original": {
15049
- "value": "{primary-solid-background-color.default}"
15619
+ "value": "{primary.color.1000}"
15050
15620
  },
15051
- "name": "SliderTrackBackgroundColorFillDefault",
15621
+ "name": "SliderColorDefault",
15052
15622
  "attributes": {
15053
15623
  "category": "slider",
15054
- "type": "track-background-color-fill",
15624
+ "type": "color",
15055
15625
  "item": "default"
15056
15626
  },
15057
15627
  "path": [
15058
15628
  "slider",
15059
- "track-background-color-fill",
15629
+ "color",
15060
15630
  "default"
15061
15631
  ]
15062
15632
  },
15063
15633
  "disabled": {
15064
- "value": "#E6E6E6",
15634
+ "value": "#B1B1B1",
15065
15635
  "filePath": "src/form/slider.yml",
15066
15636
  "isSource": true,
15067
15637
  "original": {
15068
- "value": "{disabled-solid-background-color}"
15638
+ "value": "{neutral.color.600}"
15069
15639
  },
15070
- "name": "SliderTrackBackgroundColorFillDisabled",
15640
+ "name": "SliderColorDisabled",
15071
15641
  "attributes": {
15072
15642
  "category": "slider",
15073
- "type": "track-background-color-fill",
15643
+ "type": "color",
15074
15644
  "item": "disabled"
15075
- },
15076
- "path": [
15077
- "slider",
15078
- "track-background-color-fill",
15079
- "disabled"
15080
- ]
15081
- }
15082
- },
15083
- "track-height": {
15084
- "value": "0.25rem",
15085
- "filePath": "src/form/slider.yml",
15086
- "isSource": true,
15087
- "original": {
15088
- "value": "{size-rem.xs}"
15089
- },
15090
- "name": "SliderTrackHeight",
15091
- "attributes": {
15092
- "category": "slider",
15093
- "type": "track-height"
15094
- },
15095
- "path": [
15096
- "slider",
15097
- "track-height"
15098
- ]
15099
- },
15100
- "track-corner-radius": {
15101
- "value": "4px",
15102
- "filePath": "src/form/slider.yml",
15103
- "isSource": true,
15104
- "original": {
15105
- "value": "{corner-radius.default}"
15106
- },
15107
- "name": "SliderTrackCornerRadius",
15108
- "attributes": {
15109
- "category": "slider",
15110
- "type": "track-corner-radius"
15111
- },
15112
- "path": [
15113
- "slider",
15114
- "track-corner-radius"
15115
- ]
15645
+ },
15646
+ "path": [
15647
+ "slider",
15648
+ "color",
15649
+ "disabled"
15650
+ ]
15651
+ }
15116
15652
  },
15117
- "thumb-border-color": {
15653
+ "track-color": {
15118
15654
  "default": {
15119
- "value": "#0054F5",
15655
+ "value": "#909090",
15120
15656
  "filePath": "src/form/slider.yml",
15121
15657
  "isSource": true,
15122
15658
  "original": {
15123
- "value": "{primary-solid-background-color.default}"
15659
+ "value": "{neutral.color.700}"
15124
15660
  },
15125
- "name": "SliderThumbBorderColorDefault",
15661
+ "name": "SliderTrackColorDefault",
15126
15662
  "attributes": {
15127
15663
  "category": "slider",
15128
- "type": "thumb-border-color",
15664
+ "type": "track-color",
15129
15665
  "item": "default"
15130
15666
  },
15131
15667
  "path": [
15132
15668
  "slider",
15133
- "thumb-border-color",
15669
+ "track-color",
15134
15670
  "default"
15135
15671
  ]
15136
15672
  },
@@ -15139,218 +15675,189 @@
15139
15675
  "filePath": "src/form/slider.yml",
15140
15676
  "isSource": true,
15141
15677
  "original": {
15142
- "value": "{disabled-solid-background-color}"
15678
+ "value": "{neutral.color.400}"
15143
15679
  },
15144
- "name": "SliderThumbBorderColorDisabled",
15680
+ "name": "SliderTrackColorDisabled",
15145
15681
  "attributes": {
15146
15682
  "category": "slider",
15147
- "type": "thumb-border-color",
15683
+ "type": "track-color",
15148
15684
  "item": "disabled"
15149
15685
  },
15150
15686
  "path": [
15151
15687
  "slider",
15152
- "thumb-border-color",
15688
+ "track-color",
15153
15689
  "disabled"
15154
15690
  ]
15155
15691
  }
15156
15692
  },
15157
- "thumb-border-width": {
15158
- "value": "0.25rem",
15693
+ "spacing-x": {
15694
+ "value": "0.5rem",
15159
15695
  "filePath": "src/form/slider.yml",
15160
15696
  "isSource": true,
15161
15697
  "original": {
15162
- "value": "{size-rem.xs}"
15698
+ "value": "{size-rem.s}"
15163
15699
  },
15164
- "name": "SliderThumbBorderWidth",
15700
+ "name": "SliderSpacingX",
15165
15701
  "attributes": {
15166
15702
  "category": "slider",
15167
- "type": "thumb-border-width"
15703
+ "type": "spacing-x"
15168
15704
  },
15169
15705
  "path": [
15170
15706
  "slider",
15171
- "thumb-border-width"
15707
+ "spacing-x"
15172
15708
  ]
15173
15709
  },
15174
- "thumb-border-style": {
15175
- "value": "solid",
15710
+ "spacing-y": {
15711
+ "value": "1rem",
15176
15712
  "filePath": "src/form/slider.yml",
15177
15713
  "isSource": true,
15178
15714
  "original": {
15179
- "value": "{border-style.default}"
15715
+ "value": "{size-rem.m}"
15180
15716
  },
15181
- "name": "SliderThumbBorderStyle",
15717
+ "name": "SliderSpacingY",
15182
15718
  "attributes": {
15183
15719
  "category": "slider",
15184
- "type": "thumb-border-style"
15720
+ "type": "spacing-y"
15185
15721
  },
15186
15722
  "path": [
15187
15723
  "slider",
15188
- "thumb-border-style"
15724
+ "spacing-y"
15189
15725
  ]
15190
15726
  },
15191
- "thumb-corner-radius": {
15192
- "value": "50%",
15727
+ "border-width": {
15728
+ "value": "4px",
15193
15729
  "filePath": "src/form/slider.yml",
15194
15730
  "isSource": true,
15195
15731
  "original": {
15196
- "value": "{corner-radius.round}"
15732
+ "value": "{border-width.300}"
15197
15733
  },
15198
- "name": "SliderThumbCornerRadius",
15734
+ "name": "SliderBorderWidth",
15199
15735
  "attributes": {
15200
15736
  "category": "slider",
15201
- "type": "thumb-corner-radius"
15737
+ "type": "border-width"
15202
15738
  },
15203
15739
  "path": [
15204
15740
  "slider",
15205
- "thumb-corner-radius"
15741
+ "border-width"
15206
15742
  ]
15207
15743
  },
15208
- "thumb-size": {
15209
- "value": "1.5rem",
15744
+ "border-style": {
15745
+ "value": "solid",
15210
15746
  "filePath": "src/form/slider.yml",
15211
15747
  "isSource": true,
15212
15748
  "original": {
15213
- "value": "{size-rem.l}"
15749
+ "value": "{border-style.default}"
15214
15750
  },
15215
- "name": "SliderThumbSize",
15751
+ "name": "SliderBorderStyle",
15216
15752
  "attributes": {
15217
15753
  "category": "slider",
15218
- "type": "thumb-size"
15754
+ "type": "border-style"
15219
15755
  },
15220
15756
  "path": [
15221
15757
  "slider",
15222
- "thumb-size"
15758
+ "border-style"
15223
15759
  ]
15224
15760
  },
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
- ]
15761
+ "corner-radius": {
15762
+ "value": "4px",
15763
+ "filePath": "src/form/slider.yml",
15764
+ "isSource": true,
15765
+ "original": {
15766
+ "value": "{corner-radius.default}"
15244
15767
  },
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
- }
15768
+ "name": "SliderCornerRadius",
15769
+ "attributes": {
15770
+ "category": "slider",
15771
+ "type": "corner-radius"
15772
+ },
15773
+ "path": [
15774
+ "slider",
15775
+ "corner-radius"
15776
+ ]
15264
15777
  },
15265
- "initial-marker-height": {
15266
- "value": "1rem",
15778
+ "value-font-weight": {
15779
+ "value": "bold",
15267
15780
  "filePath": "src/form/slider.yml",
15268
15781
  "isSource": true,
15269
15782
  "original": {
15270
- "value": "{size-rem.m}"
15783
+ "value": "{font-weight.bold}"
15271
15784
  },
15272
- "name": "SliderInitialMarkerHeight",
15785
+ "name": "SliderValueFontWeight",
15273
15786
  "attributes": {
15274
15787
  "category": "slider",
15275
- "type": "initial-marker-height"
15788
+ "type": "value-font-weight"
15276
15789
  },
15277
15790
  "path": [
15278
15791
  "slider",
15279
- "initial-marker-height"
15792
+ "value-font-weight"
15280
15793
  ]
15281
15794
  },
15282
- "initial-marker-width": {
15283
- "value": "0.25rem",
15795
+ "handle-corner-radius": {
15796
+ "value": "50%",
15284
15797
  "filePath": "src/form/slider.yml",
15285
15798
  "isSource": true,
15286
15799
  "original": {
15287
- "value": "{size-rem.xs}"
15800
+ "value": "{corner-radius.round}"
15288
15801
  },
15289
- "name": "SliderInitialMarkerWidth",
15802
+ "name": "SliderHandleCornerRadius",
15290
15803
  "attributes": {
15291
15804
  "category": "slider",
15292
- "type": "initial-marker-width"
15805
+ "type": "handle-corner-radius"
15293
15806
  },
15294
15807
  "path": [
15295
15808
  "slider",
15296
- "initial-marker-width"
15809
+ "handle-corner-radius"
15297
15810
  ]
15298
15811
  },
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
- ]
15812
+ "handle-size": {
15813
+ "value": "1.5rem",
15814
+ "filePath": "src/form/slider.yml",
15815
+ "isSource": true,
15816
+ "original": {
15817
+ "value": "{size-rem.l}"
15318
15818
  },
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
- }
15819
+ "name": "SliderHandleSize",
15820
+ "attributes": {
15821
+ "category": "slider",
15822
+ "type": "handle-size"
15823
+ },
15824
+ "path": [
15825
+ "slider",
15826
+ "handle-size"
15827
+ ]
15338
15828
  },
15339
- "initial-marker-corner-radius": {
15340
- "value": "4px",
15829
+ "handle-fill-color": {
15830
+ "value": "#FFFFFF",
15341
15831
  "filePath": "src/form/slider.yml",
15342
15832
  "isSource": true,
15343
15833
  "original": {
15344
- "value": "{corner-radius.default}"
15834
+ "value": "{neutral.color.100}"
15835
+ },
15836
+ "name": "SliderHandleFillColor",
15837
+ "attributes": {
15838
+ "category": "slider",
15839
+ "type": "handle-fill-color"
15840
+ },
15841
+ "path": [
15842
+ "slider",
15843
+ "handle-fill-color"
15844
+ ]
15845
+ },
15846
+ "initial-marker-height": {
15847
+ "value": "1rem",
15848
+ "filePath": "src/form/slider.yml",
15849
+ "isSource": true,
15850
+ "original": {
15851
+ "value": "{size-rem.m}"
15345
15852
  },
15346
- "name": "SliderInitialMarkerCornerRadius",
15853
+ "name": "SliderInitialMarkerHeight",
15347
15854
  "attributes": {
15348
15855
  "category": "slider",
15349
- "type": "initial-marker-corner-radius"
15856
+ "type": "initial-marker-height"
15350
15857
  },
15351
15858
  "path": [
15352
15859
  "slider",
15353
- "initial-marker-corner-radius"
15860
+ "initial-marker-height"
15354
15861
  ]
15355
15862
  }
15356
15863
  },
@@ -16149,38 +16656,38 @@
16149
16656
  }
16150
16657
  },
16151
16658
  "link": {
16152
- "font-size": {
16153
- "value": "0.875rem",
16659
+ "line-height": {
16660
+ "value": "calc(1rem * 1.5)",
16154
16661
  "filePath": "src/navigation/link.yml",
16155
16662
  "isSource": true,
16156
16663
  "original": {
16157
- "value": "{font-size-text.s}"
16664
+ "value": "{line-height.m}"
16158
16665
  },
16159
- "name": "LinkFontSize",
16666
+ "name": "LinkLineHeight",
16160
16667
  "attributes": {
16161
16668
  "category": "link",
16162
- "type": "font-size"
16669
+ "type": "line-height"
16163
16670
  },
16164
16671
  "path": [
16165
16672
  "link",
16166
- "font-size"
16673
+ "line-height"
16167
16674
  ]
16168
16675
  },
16169
- "line-height": {
16170
- "value": "calc(1rem * 1.5)",
16676
+ "icon-height": {
16677
+ "value": "calc(1rem * 1.25)",
16171
16678
  "filePath": "src/navigation/link.yml",
16172
16679
  "isSource": true,
16173
16680
  "original": {
16174
- "value": "{line-height.m}"
16681
+ "value": "calc({font-size-text.m} * 1.25)"
16175
16682
  },
16176
- "name": "LinkLineHeight",
16683
+ "name": "LinkIconHeight",
16177
16684
  "attributes": {
16178
16685
  "category": "link",
16179
- "type": "line-height"
16686
+ "type": "icon-height"
16180
16687
  },
16181
16688
  "path": [
16182
16689
  "link",
16183
- "line-height"
16690
+ "icon-height"
16184
16691
  ]
16185
16692
  },
16186
16693
  "font-weight": {
@@ -16621,25 +17128,6 @@
16621
17128
  ]
16622
17129
  }
16623
17130
  },
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
17131
  "contextual-help": {
16644
17132
  "max-width": {
16645
17133
  "value": "500px",
@@ -17862,90 +18350,20 @@
17862
18350
  ]
17863
18351
  },
17864
18352
  "danger-border-color": {
17865
- "value": "#E1244C",
17866
- "filePath": "src/status/alert-badge.yml",
17867
- "isSource": true,
17868
- "original": {
17869
- "value": "{danger-outline-border-color}"
17870
- },
17871
- "name": "AlertBadgeDangerBorderColor",
17872
- "attributes": {
17873
- "category": "alert-badge",
17874
- "type": "danger-border-color"
17875
- },
17876
- "path": [
17877
- "alert-badge",
17878
- "danger-border-color"
17879
- ]
17880
- }
17881
- },
17882
- "alert-icon": {
17883
- "info-color": {
17884
- "value": "#003FB8",
17885
- "filePath": "src/status/alert-icon.yml",
17886
- "isSource": true,
17887
- "original": {
17888
- "value": "{info-outline-content-color}"
17889
- },
17890
- "name": "AlertIconInfoColor",
17891
- "attributes": {
17892
- "category": "alert-icon",
17893
- "type": "info-color"
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",
18353
+ "value": "#E1244C",
18354
+ "filePath": "src/status/alert-badge.yml",
17937
18355
  "isSource": true,
17938
18356
  "original": {
17939
- "value": "{success-outline-content-color}"
18357
+ "value": "{danger-outline-border-color}"
17940
18358
  },
17941
- "name": "AlertIconSuccessColor",
18359
+ "name": "AlertBadgeDangerBorderColor",
17942
18360
  "attributes": {
17943
- "category": "alert-icon",
17944
- "type": "success-color"
18361
+ "category": "alert-badge",
18362
+ "type": "danger-border-color"
17945
18363
  },
17946
18364
  "path": [
17947
- "alert-icon",
17948
- "success-color"
18365
+ "alert-badge",
18366
+ "danger-border-color"
17949
18367
  ]
17950
18368
  }
17951
18369
  },
@@ -21294,6 +21712,144 @@
21294
21712
  ]
21295
21713
  }
21296
21714
  },
21715
+ "accent-box": {
21716
+ "background-color-blue": {
21717
+ "value": "#F0F5FF",
21718
+ "filePath": "src/structure/accent-box.yml",
21719
+ "isSource": true,
21720
+ "original": {
21721
+ "value": "{color.hosting-blue.100}"
21722
+ },
21723
+ "name": "AccentBoxBackgroundColorBlue",
21724
+ "attributes": {
21725
+ "category": "accent-box",
21726
+ "type": "background-color-blue"
21727
+ },
21728
+ "path": [
21729
+ "accent-box",
21730
+ "background-color-blue"
21731
+ ]
21732
+ },
21733
+ "background-color-green": {
21734
+ "value": "#D8F5D6",
21735
+ "filePath": "src/structure/accent-box.yml",
21736
+ "isSource": true,
21737
+ "original": {
21738
+ "value": "#D8F5D6"
21739
+ },
21740
+ "name": "AccentBoxBackgroundColorGreen",
21741
+ "attributes": {
21742
+ "category": "accent-box",
21743
+ "type": "background-color-green"
21744
+ },
21745
+ "path": [
21746
+ "accent-box",
21747
+ "background-color-green"
21748
+ ]
21749
+ },
21750
+ "background-color-gradient": {
21751
+ "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%)",
21752
+ "filePath": "src/structure/accent-box.yml",
21753
+ "isSource": true,
21754
+ "original": {
21755
+ "value": "{color.gradient}"
21756
+ },
21757
+ "name": "AccentBoxBackgroundColorGradient",
21758
+ "attributes": {
21759
+ "category": "accent-box",
21760
+ "type": "background-color-gradient"
21761
+ },
21762
+ "path": [
21763
+ "accent-box",
21764
+ "background-color-gradient"
21765
+ ]
21766
+ },
21767
+ "icon-color-blue": {
21768
+ "value": "#E0EBFF",
21769
+ "filePath": "src/structure/accent-box.yml",
21770
+ "isSource": true,
21771
+ "original": {
21772
+ "value": "{color.hosting-blue.200}"
21773
+ },
21774
+ "name": "AccentBoxIconColorBlue",
21775
+ "attributes": {
21776
+ "category": "accent-box",
21777
+ "type": "icon-color-blue"
21778
+ },
21779
+ "path": [
21780
+ "accent-box",
21781
+ "icon-color-blue"
21782
+ ]
21783
+ },
21784
+ "icon-color-green": {
21785
+ "value": "#c4e3c1",
21786
+ "filePath": "src/structure/accent-box.yml",
21787
+ "isSource": true,
21788
+ "original": {
21789
+ "value": "#c4e3c1"
21790
+ },
21791
+ "name": "AccentBoxIconColorGreen",
21792
+ "attributes": {
21793
+ "category": "accent-box",
21794
+ "type": "icon-color-green"
21795
+ },
21796
+ "path": [
21797
+ "accent-box",
21798
+ "icon-color-green"
21799
+ ]
21800
+ },
21801
+ "icon-color-gradient": {
21802
+ "value": "#002b7b14",
21803
+ "filePath": "src/structure/accent-box.yml",
21804
+ "isSource": true,
21805
+ "original": {
21806
+ "value": "#002b7b14"
21807
+ },
21808
+ "name": "AccentBoxIconColorGradient",
21809
+ "attributes": {
21810
+ "category": "accent-box",
21811
+ "type": "icon-color-gradient"
21812
+ },
21813
+ "path": [
21814
+ "accent-box",
21815
+ "icon-color-gradient"
21816
+ ]
21817
+ },
21818
+ "padding": {
21819
+ "value": "16px",
21820
+ "filePath": "src/structure/accent-box.yml",
21821
+ "isSource": true,
21822
+ "original": {
21823
+ "value": "{size-px.m}"
21824
+ },
21825
+ "name": "AccentBoxPadding",
21826
+ "attributes": {
21827
+ "category": "accent-box",
21828
+ "type": "padding"
21829
+ },
21830
+ "path": [
21831
+ "accent-box",
21832
+ "padding"
21833
+ ]
21834
+ },
21835
+ "corner-radius": {
21836
+ "value": "4px",
21837
+ "filePath": "src/structure/accent-box.yml",
21838
+ "isSource": true,
21839
+ "original": {
21840
+ "value": "{corner-radius.default}"
21841
+ },
21842
+ "name": "AccentBoxCornerRadius",
21843
+ "attributes": {
21844
+ "category": "accent-box",
21845
+ "type": "corner-radius"
21846
+ },
21847
+ "path": [
21848
+ "accent-box",
21849
+ "corner-radius"
21850
+ ]
21851
+ }
21852
+ },
21297
21853
  "accordion": {
21298
21854
  "spacing": {
21299
21855
  "value": "0.5rem",
@@ -21498,7 +22054,7 @@
21498
22054
  ]
21499
22055
  }
21500
22056
  },
21501
- "text-copyButton": {
22057
+ "text-button": {
21502
22058
  "spacing": {
21503
22059
  "value": "0.25rem",
21504
22060
  "filePath": "src/structure/align.yml",
@@ -21506,15 +22062,36 @@
21506
22062
  "original": {
21507
22063
  "value": "{size-rem.xs}"
21508
22064
  },
21509
- "name": "AlignTextCopyButtonSpacing",
22065
+ "name": "AlignTextButtonSpacing",
22066
+ "attributes": {
22067
+ "category": "align",
22068
+ "type": "text-button",
22069
+ "item": "spacing"
22070
+ },
22071
+ "path": [
22072
+ "align",
22073
+ "text-button",
22074
+ "spacing"
22075
+ ]
22076
+ }
22077
+ },
22078
+ "icon-text": {
22079
+ "spacing": {
22080
+ "value": "0.5rem",
22081
+ "filePath": "src/structure/align.yml",
22082
+ "isSource": true,
22083
+ "original": {
22084
+ "value": "{size-rem.s}"
22085
+ },
22086
+ "name": "AlignIconTextSpacing",
21510
22087
  "attributes": {
21511
22088
  "category": "align",
21512
- "type": "text-copyButton",
22089
+ "type": "icon-text",
21513
22090
  "item": "spacing"
21514
22091
  },
21515
22092
  "path": [
21516
22093
  "align",
21517
- "text-copyButton",
22094
+ "icon-text",
21518
22095
  "spacing"
21519
22096
  ]
21520
22097
  }
@@ -21636,11 +22213,11 @@
21636
22213
  ]
21637
22214
  },
21638
22215
  "padding": {
21639
- "value": "32px",
22216
+ "value": "24px",
21640
22217
  "filePath": "src/structure/layout-card.yml",
21641
22218
  "isSource": true,
21642
22219
  "original": {
21643
- "value": "{size-px.xl}"
22220
+ "value": "{size-px.l}"
21644
22221
  },
21645
22222
  "name": "LayoutCardPadding",
21646
22223
  "attributes": {
@@ -21652,6 +22229,23 @@
21652
22229
  "padding"
21653
22230
  ]
21654
22231
  },
22232
+ "padding-mobile": {
22233
+ "value": "16px",
22234
+ "filePath": "src/structure/layout-card.yml",
22235
+ "isSource": true,
22236
+ "original": {
22237
+ "value": "{size-px.m}"
22238
+ },
22239
+ "name": "LayoutCardPaddingMobile",
22240
+ "attributes": {
22241
+ "category": "layout-card",
22242
+ "type": "padding-mobile"
22243
+ },
22244
+ "path": [
22245
+ "layout-card",
22246
+ "padding-mobile"
22247
+ ]
22248
+ },
21655
22249
  "box-shadow": {
21656
22250
  "value": "rgba(0, 0, 0, 0.1) 0 4px 8px",
21657
22251
  "filePath": "src/structure/layout-card.yml",
@@ -21938,21 +22532,38 @@
21938
22532
  "spacing"
21939
22533
  ]
21940
22534
  },
21941
- "sub-heading-spacing": {
21942
- "value": "1rem",
22535
+ "sub-heading-spacing-m": {
22536
+ "value": "1.5rem",
21943
22537
  "filePath": "src/structure/section.yml",
21944
22538
  "isSource": true,
21945
22539
  "original": {
21946
- "value": "{size-rem.m}"
22540
+ "value": "{size-rem.l}"
22541
+ },
22542
+ "name": "SectionSubHeadingSpacingM",
22543
+ "attributes": {
22544
+ "category": "section",
22545
+ "type": "sub-heading-spacing-m"
22546
+ },
22547
+ "path": [
22548
+ "section",
22549
+ "sub-heading-spacing-m"
22550
+ ]
22551
+ },
22552
+ "sub-heading-spacing-s": {
22553
+ "value": "0.5rem",
22554
+ "filePath": "src/structure/section.yml",
22555
+ "isSource": true,
22556
+ "original": {
22557
+ "value": "{size-rem.s}"
21947
22558
  },
21948
- "name": "SectionSubHeadingSpacing",
22559
+ "name": "SectionSubHeadingSpacingS",
21949
22560
  "attributes": {
21950
22561
  "category": "section",
21951
- "type": "sub-heading-spacing"
22562
+ "type": "sub-heading-spacing-s"
21952
22563
  },
21953
22564
  "path": [
21954
22565
  "section",
21955
- "sub-heading-spacing"
22566
+ "sub-heading-spacing-s"
21956
22567
  ]
21957
22568
  }
21958
22569
  },
@@ -22472,5 +23083,178 @@
22472
23083
  ]
22473
23084
  }
22474
23085
  }
23086
+ },
23087
+ "file-drop-zone": {
23088
+ "corner-radius": {
23089
+ "value": "4px",
23090
+ "filePath": "src/upload/file-drop-zone.yml",
23091
+ "isSource": true,
23092
+ "original": {
23093
+ "value": "{corner-radius.default}"
23094
+ },
23095
+ "name": "FileDropZoneCornerRadius",
23096
+ "attributes": {
23097
+ "category": "file-drop-zone",
23098
+ "type": "corner-radius"
23099
+ },
23100
+ "path": [
23101
+ "file-drop-zone",
23102
+ "corner-radius"
23103
+ ]
23104
+ },
23105
+ "padding": {
23106
+ "value": "16px",
23107
+ "filePath": "src/upload/file-drop-zone.yml",
23108
+ "isSource": true,
23109
+ "original": {
23110
+ "value": "{size-px.m}"
23111
+ },
23112
+ "name": "FileDropZonePadding",
23113
+ "attributes": {
23114
+ "category": "file-drop-zone",
23115
+ "type": "padding"
23116
+ },
23117
+ "path": [
23118
+ "file-drop-zone",
23119
+ "padding"
23120
+ ]
23121
+ },
23122
+ "background-color": {
23123
+ "default": {
23124
+ "value": "#F8F8F8",
23125
+ "filePath": "src/upload/file-drop-zone.yml",
23126
+ "isSource": true,
23127
+ "original": {
23128
+ "value": "{form-control.background-color.default}"
23129
+ },
23130
+ "name": "FileDropZoneBackgroundColorDefault",
23131
+ "attributes": {
23132
+ "category": "file-drop-zone",
23133
+ "type": "background-color",
23134
+ "item": "default"
23135
+ },
23136
+ "path": [
23137
+ "file-drop-zone",
23138
+ "background-color",
23139
+ "default"
23140
+ ]
23141
+ },
23142
+ "target": {
23143
+ "value": "#F0F5FF",
23144
+ "filePath": "src/upload/file-drop-zone.yml",
23145
+ "isSource": true,
23146
+ "original": {
23147
+ "value": "{form-control.background-color.hover}"
23148
+ },
23149
+ "name": "FileDropZoneBackgroundColorTarget",
23150
+ "attributes": {
23151
+ "category": "file-drop-zone",
23152
+ "type": "background-color",
23153
+ "item": "target"
23154
+ },
23155
+ "path": [
23156
+ "file-drop-zone",
23157
+ "background-color",
23158
+ "target"
23159
+ ]
23160
+ }
23161
+ },
23162
+ "border-width": {
23163
+ "value": "1px",
23164
+ "filePath": "src/upload/file-drop-zone.yml",
23165
+ "isSource": true,
23166
+ "original": {
23167
+ "value": "{border-width.100}"
23168
+ },
23169
+ "name": "FileDropZoneBorderWidth",
23170
+ "attributes": {
23171
+ "category": "file-drop-zone",
23172
+ "type": "border-width"
23173
+ },
23174
+ "path": [
23175
+ "file-drop-zone",
23176
+ "border-width"
23177
+ ]
23178
+ },
23179
+ "border-style": {
23180
+ "default": {
23181
+ "value": "dashed",
23182
+ "filePath": "src/upload/file-drop-zone.yml",
23183
+ "isSource": true,
23184
+ "original": {
23185
+ "value": "{border-style.dashed}"
23186
+ },
23187
+ "name": "FileDropZoneBorderStyleDefault",
23188
+ "attributes": {
23189
+ "category": "file-drop-zone",
23190
+ "type": "border-style",
23191
+ "item": "default"
23192
+ },
23193
+ "path": [
23194
+ "file-drop-zone",
23195
+ "border-style",
23196
+ "default"
23197
+ ]
23198
+ },
23199
+ "target": {
23200
+ "value": "solid",
23201
+ "filePath": "src/upload/file-drop-zone.yml",
23202
+ "isSource": true,
23203
+ "original": {
23204
+ "value": "{border-style.default}"
23205
+ },
23206
+ "name": "FileDropZoneBorderStyleTarget",
23207
+ "attributes": {
23208
+ "category": "file-drop-zone",
23209
+ "type": "border-style",
23210
+ "item": "target"
23211
+ },
23212
+ "path": [
23213
+ "file-drop-zone",
23214
+ "border-style",
23215
+ "target"
23216
+ ]
23217
+ }
23218
+ },
23219
+ "border-color": {
23220
+ "default": {
23221
+ "value": "#909090",
23222
+ "filePath": "src/upload/file-drop-zone.yml",
23223
+ "isSource": true,
23224
+ "original": {
23225
+ "value": "{form-control.border-color.default}"
23226
+ },
23227
+ "name": "FileDropZoneBorderColorDefault",
23228
+ "attributes": {
23229
+ "category": "file-drop-zone",
23230
+ "type": "border-color",
23231
+ "item": "default"
23232
+ },
23233
+ "path": [
23234
+ "file-drop-zone",
23235
+ "border-color",
23236
+ "default"
23237
+ ]
23238
+ },
23239
+ "target": {
23240
+ "value": "#0054F5",
23241
+ "filePath": "src/upload/file-drop-zone.yml",
23242
+ "isSource": true,
23243
+ "original": {
23244
+ "value": "{primary.color.800}"
23245
+ },
23246
+ "name": "FileDropZoneBorderColorTarget",
23247
+ "attributes": {
23248
+ "category": "file-drop-zone",
23249
+ "type": "border-color",
23250
+ "item": "target"
23251
+ },
23252
+ "path": [
23253
+ "file-drop-zone",
23254
+ "border-color",
23255
+ "target"
23256
+ ]
23257
+ }
23258
+ }
22475
23259
  }
22476
23260
  }