@mittwald/flow-design-tokens 0.2.0-alpha.49 → 0.2.0-alpha.490

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -144,40 +144,6 @@
144
144
  "pending-icon-color"
145
145
  ]
146
146
  },
147
- "succeeded-icon-color": {
148
- "value": "#00825B",
149
- "filePath": "src/actions/button.yml",
150
- "isSource": true,
151
- "original": {
152
- "value": "{success.color.800}"
153
- },
154
- "name": "ButtonSucceededIconColor",
155
- "attributes": {
156
- "category": "button",
157
- "type": "succeeded-icon-color"
158
- },
159
- "path": [
160
- "button",
161
- "succeeded-icon-color"
162
- ]
163
- },
164
- "failed-icon-color": {
165
- "value": "#E1244C",
166
- "filePath": "src/actions/button.yml",
167
- "isSource": true,
168
- "original": {
169
- "value": "{danger.color.800}"
170
- },
171
- "name": "ButtonFailedIconColor",
172
- "attributes": {
173
- "category": "button",
174
- "type": "failed-icon-color"
175
- },
176
- "path": [
177
- "button",
178
- "failed-icon-color"
179
- ]
180
- },
181
147
  "border-width": {
182
148
  "value": "1px",
183
149
  "filePath": "src/actions/button.yml",
@@ -4800,6 +4766,252 @@
4800
4766
  ]
4801
4767
  }
4802
4768
  },
4769
+ "chat": {
4770
+ "spacing": {
4771
+ "value": "16px",
4772
+ "filePath": "src/chat/chat.yml",
4773
+ "isSource": true,
4774
+ "original": {
4775
+ "value": "{size-px.m}"
4776
+ },
4777
+ "name": "ChatSpacing",
4778
+ "attributes": {
4779
+ "category": "chat",
4780
+ "type": "spacing"
4781
+ },
4782
+ "path": [
4783
+ "chat",
4784
+ "spacing"
4785
+ ]
4786
+ }
4787
+ },
4788
+ "message-separator": {
4789
+ "background-color": {
4790
+ "value": "#FFFFFF",
4791
+ "filePath": "src/chat/message-separator.yml",
4792
+ "isSource": true,
4793
+ "original": {
4794
+ "value": "{neutral.color.100}"
4795
+ },
4796
+ "name": "MessageSeparatorBackgroundColor",
4797
+ "attributes": {
4798
+ "category": "message-separator",
4799
+ "type": "background-color"
4800
+ },
4801
+ "path": [
4802
+ "message-separator",
4803
+ "background-color"
4804
+ ]
4805
+ },
4806
+ "font-size": {
4807
+ "value": "0.875rem",
4808
+ "filePath": "src/chat/message-separator.yml",
4809
+ "isSource": true,
4810
+ "original": {
4811
+ "value": "{font-size-text.s}"
4812
+ },
4813
+ "name": "MessageSeparatorFontSize",
4814
+ "attributes": {
4815
+ "category": "message-separator",
4816
+ "type": "font-size"
4817
+ },
4818
+ "path": [
4819
+ "message-separator",
4820
+ "font-size"
4821
+ ]
4822
+ },
4823
+ "padding": {
4824
+ "value": "16px",
4825
+ "filePath": "src/chat/message-separator.yml",
4826
+ "isSource": true,
4827
+ "original": {
4828
+ "value": "{size-px.m}"
4829
+ },
4830
+ "name": "MessageSeparatorPadding",
4831
+ "attributes": {
4832
+ "category": "message-separator",
4833
+ "type": "padding"
4834
+ },
4835
+ "path": [
4836
+ "message-separator",
4837
+ "padding"
4838
+ ]
4839
+ },
4840
+ "color": {
4841
+ "value": "#6D6D6D",
4842
+ "filePath": "src/chat/message-separator.yml",
4843
+ "isSource": true,
4844
+ "original": {
4845
+ "value": "{neutral.color.800}"
4846
+ },
4847
+ "name": "MessageSeparatorColor",
4848
+ "attributes": {
4849
+ "category": "message-separator",
4850
+ "type": "color"
4851
+ },
4852
+ "path": [
4853
+ "message-separator",
4854
+ "color"
4855
+ ]
4856
+ }
4857
+ },
4858
+ "message-thread": {
4859
+ "spacing": {
4860
+ "value": "1.5rem",
4861
+ "filePath": "src/chat/message-thread.yml",
4862
+ "isSource": true,
4863
+ "original": {
4864
+ "value": "{size-rem.l}"
4865
+ },
4866
+ "name": "MessageThreadSpacing",
4867
+ "attributes": {
4868
+ "category": "message-thread",
4869
+ "type": "spacing"
4870
+ },
4871
+ "path": [
4872
+ "message-thread",
4873
+ "spacing"
4874
+ ]
4875
+ },
4876
+ "indentation": {
4877
+ "value": "16px",
4878
+ "filePath": "src/chat/message-thread.yml",
4879
+ "isSource": true,
4880
+ "original": {
4881
+ "value": "{size-px.m}"
4882
+ },
4883
+ "name": "MessageThreadIndentation",
4884
+ "attributes": {
4885
+ "category": "message-thread",
4886
+ "type": "indentation"
4887
+ },
4888
+ "path": [
4889
+ "message-thread",
4890
+ "indentation"
4891
+ ]
4892
+ }
4893
+ },
4894
+ "message": {
4895
+ "corner-radius": {
4896
+ "value": "4px",
4897
+ "filePath": "src/chat/message.yml",
4898
+ "isSource": true,
4899
+ "original": {
4900
+ "value": "{corner-radius.default}"
4901
+ },
4902
+ "name": "MessageCornerRadius",
4903
+ "attributes": {
4904
+ "category": "message",
4905
+ "type": "corner-radius"
4906
+ },
4907
+ "path": [
4908
+ "message",
4909
+ "corner-radius"
4910
+ ]
4911
+ },
4912
+ "padding-y": {
4913
+ "value": "8px",
4914
+ "filePath": "src/chat/message.yml",
4915
+ "isSource": true,
4916
+ "original": {
4917
+ "value": "{size-px.s}"
4918
+ },
4919
+ "name": "MessagePaddingY",
4920
+ "attributes": {
4921
+ "category": "message",
4922
+ "type": "padding-y"
4923
+ },
4924
+ "path": [
4925
+ "message",
4926
+ "padding-y"
4927
+ ]
4928
+ },
4929
+ "padding-x": {
4930
+ "value": "16px",
4931
+ "filePath": "src/chat/message.yml",
4932
+ "isSource": true,
4933
+ "original": {
4934
+ "value": "{size-px.m}"
4935
+ },
4936
+ "name": "MessagePaddingX",
4937
+ "attributes": {
4938
+ "category": "message",
4939
+ "type": "padding-x"
4940
+ },
4941
+ "path": [
4942
+ "message",
4943
+ "padding-x"
4944
+ ]
4945
+ },
4946
+ "spacing-y": {
4947
+ "value": "0.5rem",
4948
+ "filePath": "src/chat/message.yml",
4949
+ "isSource": true,
4950
+ "original": {
4951
+ "value": "{size-rem.s}"
4952
+ },
4953
+ "name": "MessageSpacingY",
4954
+ "attributes": {
4955
+ "category": "message",
4956
+ "type": "spacing-y"
4957
+ },
4958
+ "path": [
4959
+ "message",
4960
+ "spacing-y"
4961
+ ]
4962
+ },
4963
+ "spacing-x": {
4964
+ "value": "1rem",
4965
+ "filePath": "src/chat/message.yml",
4966
+ "isSource": true,
4967
+ "original": {
4968
+ "value": "{size-rem.m}"
4969
+ },
4970
+ "name": "MessageSpacingX",
4971
+ "attributes": {
4972
+ "category": "message",
4973
+ "type": "spacing-x"
4974
+ },
4975
+ "path": [
4976
+ "message",
4977
+ "spacing-x"
4978
+ ]
4979
+ },
4980
+ "background-color-responder": {
4981
+ "value": "#E6E6E6",
4982
+ "filePath": "src/chat/message.yml",
4983
+ "isSource": true,
4984
+ "original": {
4985
+ "value": "{color.gray.400}"
4986
+ },
4987
+ "name": "MessageBackgroundColorResponder",
4988
+ "attributes": {
4989
+ "category": "message",
4990
+ "type": "background-color-responder"
4991
+ },
4992
+ "path": [
4993
+ "message",
4994
+ "background-color-responder"
4995
+ ]
4996
+ },
4997
+ "background-color-sender": {
4998
+ "value": "#E0EBFF",
4999
+ "filePath": "src/chat/message.yml",
5000
+ "isSource": true,
5001
+ "original": {
5002
+ "value": "{color.hosting-blue.200}"
5003
+ },
5004
+ "name": "MessageBackgroundColorSender",
5005
+ "attributes": {
5006
+ "category": "message",
5007
+ "type": "background-color-sender"
5008
+ },
5009
+ "path": [
5010
+ "message",
5011
+ "background-color-sender"
5012
+ ]
5013
+ }
5014
+ },
4803
5015
  "primary": {
4804
5016
  "color": {
4805
5017
  "100": {
@@ -11104,22 +11316,337 @@
11104
11316
  ]
11105
11317
  }
11106
11318
  },
11107
- "transparent": {
11108
- "value": "transparent",
11109
- "filePath": "src/color-palette.yml",
11110
- "isSource": true,
11111
- "original": {
11112
- "value": "transparent"
11319
+ "categorical": {
11320
+ "sea-green": {
11321
+ "value": "#0fb5ae",
11322
+ "filePath": "src/color-palette.yml",
11323
+ "isSource": true,
11324
+ "original": {
11325
+ "value": "#0fb5ae"
11326
+ },
11327
+ "name": "ColorCategoricalSeaGreen",
11328
+ "attributes": {
11329
+ "category": "color",
11330
+ "type": "categorical",
11331
+ "item": "sea-green"
11332
+ },
11333
+ "path": [
11334
+ "color",
11335
+ "categorical",
11336
+ "sea-green"
11337
+ ]
11113
11338
  },
11114
- "name": "ColorTransparent",
11115
- "attributes": {
11116
- "category": "color",
11339
+ "palatinate-blue": {
11340
+ "value": "#4046ca",
11341
+ "filePath": "src/color-palette.yml",
11342
+ "isSource": true,
11343
+ "original": {
11344
+ "value": "#4046ca"
11345
+ },
11346
+ "name": "ColorCategoricalPalatinateBlue",
11347
+ "attributes": {
11348
+ "category": "color",
11349
+ "type": "categorical",
11350
+ "item": "palatinate-blue"
11351
+ },
11352
+ "path": [
11353
+ "color",
11354
+ "categorical",
11355
+ "palatinate-blue"
11356
+ ]
11357
+ },
11358
+ "tangerine": {
11359
+ "value": "#f68511",
11360
+ "filePath": "src/color-palette.yml",
11361
+ "isSource": true,
11362
+ "original": {
11363
+ "value": "#f68511"
11364
+ },
11365
+ "name": "ColorCategoricalTangerine",
11366
+ "attributes": {
11367
+ "category": "color",
11368
+ "type": "categorical",
11369
+ "item": "tangerine"
11370
+ },
11371
+ "path": [
11372
+ "color",
11373
+ "categorical",
11374
+ "tangerine"
11375
+ ]
11376
+ },
11377
+ "magenta": {
11378
+ "value": "#de3d82",
11379
+ "filePath": "src/color-palette.yml",
11380
+ "isSource": true,
11381
+ "original": {
11382
+ "value": "#de3d82"
11383
+ },
11384
+ "name": "ColorCategoricalMagenta",
11385
+ "attributes": {
11386
+ "category": "color",
11387
+ "type": "categorical",
11388
+ "item": "magenta"
11389
+ },
11390
+ "path": [
11391
+ "color",
11392
+ "categorical",
11393
+ "magenta"
11394
+ ]
11395
+ },
11396
+ "tropical-indigo": {
11397
+ "value": "#7e84fa",
11398
+ "filePath": "src/color-palette.yml",
11399
+ "isSource": true,
11400
+ "original": {
11401
+ "value": "#7e84fa"
11402
+ },
11403
+ "name": "ColorCategoricalTropicalIndigo",
11404
+ "attributes": {
11405
+ "category": "color",
11406
+ "type": "categorical",
11407
+ "item": "tropical-indigo"
11408
+ },
11409
+ "path": [
11410
+ "color",
11411
+ "categorical",
11412
+ "tropical-indigo"
11413
+ ]
11414
+ },
11415
+ "malachite": {
11416
+ "value": "#72e06a",
11417
+ "filePath": "src/color-palette.yml",
11418
+ "isSource": true,
11419
+ "original": {
11420
+ "value": "#72e06a"
11421
+ },
11422
+ "name": "ColorCategoricalMalachite",
11423
+ "attributes": {
11424
+ "category": "color",
11425
+ "type": "categorical",
11426
+ "item": "malachite"
11427
+ },
11428
+ "path": [
11429
+ "color",
11430
+ "categorical",
11431
+ "malachite"
11432
+ ]
11433
+ },
11434
+ "azure": {
11435
+ "value": "#147af3",
11436
+ "filePath": "src/color-palette.yml",
11437
+ "isSource": true,
11438
+ "original": {
11439
+ "value": "#147af3"
11440
+ },
11441
+ "name": "ColorCategoricalAzure",
11442
+ "attributes": {
11443
+ "category": "color",
11444
+ "type": "categorical",
11445
+ "item": "azure"
11446
+ },
11447
+ "path": [
11448
+ "color",
11449
+ "categorical",
11450
+ "azure"
11451
+ ]
11452
+ },
11453
+ "violet": {
11454
+ "value": "#7326d3",
11455
+ "filePath": "src/color-palette.yml",
11456
+ "isSource": true,
11457
+ "original": {
11458
+ "value": "#7326d3"
11459
+ },
11460
+ "name": "ColorCategoricalViolet",
11461
+ "attributes": {
11462
+ "category": "color",
11463
+ "type": "categorical",
11464
+ "item": "violet"
11465
+ },
11466
+ "path": [
11467
+ "color",
11468
+ "categorical",
11469
+ "violet"
11470
+ ]
11471
+ },
11472
+ "yellow": {
11473
+ "value": "#e8c600",
11474
+ "filePath": "src/color-palette.yml",
11475
+ "isSource": true,
11476
+ "original": {
11477
+ "value": "#e8c600"
11478
+ },
11479
+ "name": "ColorCategoricalYellow",
11480
+ "attributes": {
11481
+ "category": "color",
11482
+ "type": "categorical",
11483
+ "item": "yellow"
11484
+ },
11485
+ "path": [
11486
+ "color",
11487
+ "categorical",
11488
+ "yellow"
11489
+ ]
11490
+ },
11491
+ "alloy-orange": {
11492
+ "value": "#cb5d00",
11493
+ "filePath": "src/color-palette.yml",
11494
+ "isSource": true,
11495
+ "original": {
11496
+ "value": "#cb5d00"
11497
+ },
11498
+ "name": "ColorCategoricalAlloyOrange",
11499
+ "attributes": {
11500
+ "category": "color",
11501
+ "type": "categorical",
11502
+ "item": "alloy-orange"
11503
+ },
11504
+ "path": [
11505
+ "color",
11506
+ "categorical",
11507
+ "alloy-orange"
11508
+ ]
11509
+ },
11510
+ "green": {
11511
+ "value": "#008f5d",
11512
+ "filePath": "src/color-palette.yml",
11513
+ "isSource": true,
11514
+ "original": {
11515
+ "value": "#008f5d"
11516
+ },
11517
+ "name": "ColorCategoricalGreen",
11518
+ "attributes": {
11519
+ "category": "color",
11520
+ "type": "categorical",
11521
+ "item": "green"
11522
+ },
11523
+ "path": [
11524
+ "color",
11525
+ "categorical",
11526
+ "green"
11527
+ ]
11528
+ },
11529
+ "lime": {
11530
+ "value": "#bce931",
11531
+ "filePath": "src/color-palette.yml",
11532
+ "isSource": true,
11533
+ "original": {
11534
+ "value": "#bce931"
11535
+ },
11536
+ "name": "ColorCategoricalLime",
11537
+ "attributes": {
11538
+ "category": "color",
11539
+ "type": "categorical",
11540
+ "item": "lime"
11541
+ },
11542
+ "path": [
11543
+ "color",
11544
+ "categorical",
11545
+ "lime"
11546
+ ]
11547
+ }
11548
+ },
11549
+ "transparent": {
11550
+ "value": "transparent",
11551
+ "filePath": "src/color-palette.yml",
11552
+ "isSource": true,
11553
+ "original": {
11554
+ "value": "transparent"
11555
+ },
11556
+ "name": "ColorTransparent",
11557
+ "attributes": {
11558
+ "category": "color",
11117
11559
  "type": "transparent"
11118
11560
  },
11119
11561
  "path": [
11120
11562
  "color",
11121
11563
  "transparent"
11122
11564
  ]
11565
+ },
11566
+ "gradient": {
11567
+ "value": "radial-gradient(circle at 27.74% 38.09%,#d8e9f8,transparent 60%),radial-gradient(circle at 63.98% 99.4%,#e4b8ff,transparent 37%),radial-gradient(circle at 79.7% 64.93%,#d8e9f8,transparent 52%),radial-gradient(circle at 10.9% 91.41%,#d8e9f8,transparent 56%),radial-gradient(circle at 3.68% 3.26%,#0056ff,transparent 31%),radial-gradient(circle at 99.62% 17.78%,#48c7d8,transparent 26%),radial-gradient(circle at 58.65% 24.91%,#d8e9f8,transparent 55%),radial-gradient(circle at 53.23% 52.72%,#d8e9f8,transparent 100%),radial-gradient(circle at 50% 50%,#fff,#fff 100%)",
11568
+ "filePath": "src/color-palette.yml",
11569
+ "isSource": true,
11570
+ "original": {
11571
+ "value": "radial-gradient(circle at 27.74% 38.09%,#d8e9f8,transparent 60%),radial-gradient(circle at 63.98% 99.4%,#e4b8ff,transparent 37%),radial-gradient(circle at 79.7% 64.93%,#d8e9f8,transparent 52%),radial-gradient(circle at 10.9% 91.41%,#d8e9f8,transparent 56%),radial-gradient(circle at 3.68% 3.26%,#0056ff,transparent 31%),radial-gradient(circle at 99.62% 17.78%,#48c7d8,transparent 26%),radial-gradient(circle at 58.65% 24.91%,#d8e9f8,transparent 55%),radial-gradient(circle at 53.23% 52.72%,#d8e9f8,transparent 100%),radial-gradient(circle at 50% 50%,#fff,#fff 100%)"
11572
+ },
11573
+ "name": "ColorGradient",
11574
+ "attributes": {
11575
+ "category": "color",
11576
+ "type": "gradient"
11577
+ },
11578
+ "path": [
11579
+ "color",
11580
+ "gradient"
11581
+ ]
11582
+ },
11583
+ "blue": {
11584
+ "value": "#002A7B",
11585
+ "filePath": "src/content/color.yml",
11586
+ "isSource": true,
11587
+ "original": {
11588
+ "value": "{primary.color.1000}"
11589
+ },
11590
+ "name": "ColorBlue",
11591
+ "attributes": {
11592
+ "category": "color",
11593
+ "type": "blue"
11594
+ },
11595
+ "path": [
11596
+ "color",
11597
+ "blue"
11598
+ ]
11599
+ },
11600
+ "violet": {
11601
+ "value": "#715DEE",
11602
+ "filePath": "src/content/color.yml",
11603
+ "isSource": true,
11604
+ "original": {
11605
+ "value": "{color.soft-contrast-violet.800}"
11606
+ },
11607
+ "name": "ColorViolet",
11608
+ "attributes": {
11609
+ "category": "color",
11610
+ "type": "violet"
11611
+ },
11612
+ "path": [
11613
+ "color",
11614
+ "violet"
11615
+ ]
11616
+ },
11617
+ "teal": {
11618
+ "value": "#008696",
11619
+ "filePath": "src/content/color.yml",
11620
+ "isSource": true,
11621
+ "original": {
11622
+ "value": "{color.super-teal.800}"
11623
+ },
11624
+ "name": "ColorTeal",
11625
+ "attributes": {
11626
+ "category": "color",
11627
+ "type": "teal"
11628
+ },
11629
+ "path": [
11630
+ "color",
11631
+ "teal"
11632
+ ]
11633
+ },
11634
+ "lilac": {
11635
+ "value": "#bc08ff",
11636
+ "filePath": "src/content/color.yml",
11637
+ "isSource": true,
11638
+ "original": {
11639
+ "value": "{color.bright-lilac.800}"
11640
+ },
11641
+ "name": "ColorLilac",
11642
+ "attributes": {
11643
+ "category": "color",
11644
+ "type": "lilac"
11645
+ },
11646
+ "path": [
11647
+ "color",
11648
+ "lilac"
11649
+ ]
11123
11650
  }
11124
11651
  },
11125
11652
  "avatar-stack": {
@@ -11219,6 +11746,74 @@
11219
11746
  "l"
11220
11747
  ]
11221
11748
  }
11749
+ },
11750
+ "info-status-background-color": {
11751
+ "value": "#E0EBFF",
11752
+ "filePath": "src/content/avatar.yml",
11753
+ "isSource": true,
11754
+ "original": {
11755
+ "value": "{info.color.200}"
11756
+ },
11757
+ "name": "AvatarInfoStatusBackgroundColor",
11758
+ "attributes": {
11759
+ "category": "avatar",
11760
+ "type": "info-status-background-color"
11761
+ },
11762
+ "path": [
11763
+ "avatar",
11764
+ "info-status-background-color"
11765
+ ]
11766
+ },
11767
+ "warning-status-background-color": {
11768
+ "value": "#FFEBDC",
11769
+ "filePath": "src/content/avatar.yml",
11770
+ "isSource": true,
11771
+ "original": {
11772
+ "value": "{warning.color.200}"
11773
+ },
11774
+ "name": "AvatarWarningStatusBackgroundColor",
11775
+ "attributes": {
11776
+ "category": "avatar",
11777
+ "type": "warning-status-background-color"
11778
+ },
11779
+ "path": [
11780
+ "avatar",
11781
+ "warning-status-background-color"
11782
+ ]
11783
+ },
11784
+ "danger-status-background-color": {
11785
+ "value": "#FBE0E6",
11786
+ "filePath": "src/content/avatar.yml",
11787
+ "isSource": true,
11788
+ "original": {
11789
+ "value": "{danger.color.200}"
11790
+ },
11791
+ "name": "AvatarDangerStatusBackgroundColor",
11792
+ "attributes": {
11793
+ "category": "avatar",
11794
+ "type": "danger-status-background-color"
11795
+ },
11796
+ "path": [
11797
+ "avatar",
11798
+ "danger-status-background-color"
11799
+ ]
11800
+ },
11801
+ "success-status-background-color": {
11802
+ "value": "#C0FFEB",
11803
+ "filePath": "src/content/avatar.yml",
11804
+ "isSource": true,
11805
+ "original": {
11806
+ "value": "{success.color.200}"
11807
+ },
11808
+ "name": "AvatarSuccessStatusBackgroundColor",
11809
+ "attributes": {
11810
+ "category": "avatar",
11811
+ "type": "success-status-background-color"
11812
+ },
11813
+ "path": [
11814
+ "avatar",
11815
+ "success-status-background-color"
11816
+ ]
11222
11817
  }
11223
11818
  },
11224
11819
  "code": {
@@ -13190,30 +13785,98 @@
13190
13785
  "icon",
13191
13786
  "color"
13192
13787
  ]
13193
- }
13194
- },
13195
- "illustrated-message": {
13196
- "padding": {
13197
- "value": "16px",
13198
- "filePath": "src/content/illustrated-message.yml",
13788
+ },
13789
+ "info-color": {
13790
+ "value": "#003FB8",
13791
+ "filePath": "src/content/icon.yml",
13199
13792
  "isSource": true,
13200
13793
  "original": {
13201
- "value": "{size-px.m}"
13794
+ "value": "{info-outline-content-color}"
13202
13795
  },
13203
- "name": "IllustratedMessagePadding",
13796
+ "name": "IconInfoColor",
13204
13797
  "attributes": {
13205
- "category": "illustrated-message",
13206
- "type": "padding"
13798
+ "category": "icon",
13799
+ "type": "info-color"
13207
13800
  },
13208
13801
  "path": [
13209
- "illustrated-message",
13210
- "padding"
13802
+ "icon",
13803
+ "info-color"
13211
13804
  ]
13212
13805
  },
13213
- "spacing": {
13214
- "value": "1rem",
13215
- "filePath": "src/content/illustrated-message.yml",
13216
- "isSource": true,
13806
+ "warning-color": {
13807
+ "value": "#C25200",
13808
+ "filePath": "src/content/icon.yml",
13809
+ "isSource": true,
13810
+ "original": {
13811
+ "value": "{warning-outline-content-color}"
13812
+ },
13813
+ "name": "IconWarningColor",
13814
+ "attributes": {
13815
+ "category": "icon",
13816
+ "type": "warning-color"
13817
+ },
13818
+ "path": [
13819
+ "icon",
13820
+ "warning-color"
13821
+ ]
13822
+ },
13823
+ "danger-color": {
13824
+ "value": "#B4193A",
13825
+ "filePath": "src/content/icon.yml",
13826
+ "isSource": true,
13827
+ "original": {
13828
+ "value": "{danger-outline-content-color}"
13829
+ },
13830
+ "name": "IconDangerColor",
13831
+ "attributes": {
13832
+ "category": "icon",
13833
+ "type": "danger-color"
13834
+ },
13835
+ "path": [
13836
+ "icon",
13837
+ "danger-color"
13838
+ ]
13839
+ },
13840
+ "success-color": {
13841
+ "value": "#005F42",
13842
+ "filePath": "src/content/icon.yml",
13843
+ "isSource": true,
13844
+ "original": {
13845
+ "value": "{success-outline-content-color}"
13846
+ },
13847
+ "name": "IconSuccessColor",
13848
+ "attributes": {
13849
+ "category": "icon",
13850
+ "type": "success-color"
13851
+ },
13852
+ "path": [
13853
+ "icon",
13854
+ "success-color"
13855
+ ]
13856
+ }
13857
+ },
13858
+ "illustrated-message": {
13859
+ "padding": {
13860
+ "value": "16px",
13861
+ "filePath": "src/content/illustrated-message.yml",
13862
+ "isSource": true,
13863
+ "original": {
13864
+ "value": "{size-px.m}"
13865
+ },
13866
+ "name": "IllustratedMessagePadding",
13867
+ "attributes": {
13868
+ "category": "illustrated-message",
13869
+ "type": "padding"
13870
+ },
13871
+ "path": [
13872
+ "illustrated-message",
13873
+ "padding"
13874
+ ]
13875
+ },
13876
+ "spacing": {
13877
+ "value": "1rem",
13878
+ "filePath": "src/content/illustrated-message.yml",
13879
+ "isSource": true,
13217
13880
  "original": {
13218
13881
  "value": "{size-rem.m}"
13219
13882
  },
@@ -13618,143 +14281,79 @@
13618
14281
  ]
13619
14282
  }
13620
14283
  },
13621
- "message-thread": {
14284
+ "rating": {
13622
14285
  "spacing": {
13623
- "value": "1.5rem",
13624
- "filePath": "src/content/message-thread.yml",
13625
- "isSource": true,
13626
- "original": {
13627
- "value": "{size-rem.l}"
13628
- },
13629
- "name": "MessageThreadSpacing",
13630
- "attributes": {
13631
- "category": "message-thread",
13632
- "type": "spacing"
13633
- },
13634
- "path": [
13635
- "message-thread",
13636
- "spacing"
13637
- ]
13638
- }
13639
- },
13640
- "message": {
13641
- "corner-radius": {
13642
- "value": "4px",
13643
- "filePath": "src/content/message.yml",
13644
- "isSource": true,
13645
- "original": {
13646
- "value": "{corner-radius.default}"
13647
- },
13648
- "name": "MessageCornerRadius",
13649
- "attributes": {
13650
- "category": "message",
13651
- "type": "corner-radius"
13652
- },
13653
- "path": [
13654
- "message",
13655
- "corner-radius"
13656
- ]
13657
- },
13658
- "padding-y": {
13659
- "value": "8px",
13660
- "filePath": "src/content/message.yml",
13661
- "isSource": true,
13662
- "original": {
13663
- "value": "{size-px.s}"
13664
- },
13665
- "name": "MessagePaddingY",
13666
- "attributes": {
13667
- "category": "message",
13668
- "type": "padding-y"
13669
- },
13670
- "path": [
13671
- "message",
13672
- "padding-y"
13673
- ]
13674
- },
13675
- "padding-x": {
13676
- "value": "16px",
13677
- "filePath": "src/content/message.yml",
13678
- "isSource": true,
13679
- "original": {
13680
- "value": "{size-px.m}"
13681
- },
13682
- "name": "MessagePaddingX",
13683
- "attributes": {
13684
- "category": "message",
13685
- "type": "padding-x"
13686
- },
13687
- "path": [
13688
- "message",
13689
- "padding-x"
13690
- ]
13691
- },
13692
- "spacing-y": {
13693
- "value": "0.5rem",
13694
- "filePath": "src/content/message.yml",
13695
- "isSource": true,
13696
- "original": {
13697
- "value": "{size-rem.s}"
13698
- },
13699
- "name": "MessageSpacingY",
13700
- "attributes": {
13701
- "category": "message",
13702
- "type": "spacing-y"
13703
- },
13704
- "path": [
13705
- "message",
13706
- "spacing-y"
13707
- ]
13708
- },
13709
- "spacing-x": {
13710
- "value": "1rem",
13711
- "filePath": "src/content/message.yml",
13712
- "isSource": true,
13713
- "original": {
13714
- "value": "{size-rem.m}"
13715
- },
13716
- "name": "MessageSpacingX",
13717
- "attributes": {
13718
- "category": "message",
13719
- "type": "spacing-x"
14286
+ "s": {
14287
+ "value": "0.25rem",
14288
+ "filePath": "src/content/rating.yml",
14289
+ "isSource": true,
14290
+ "original": {
14291
+ "value": "{size-rem.xs}"
14292
+ },
14293
+ "name": "RatingSpacingS",
14294
+ "attributes": {
14295
+ "category": "rating",
14296
+ "type": "spacing",
14297
+ "item": "s"
14298
+ },
14299
+ "path": [
14300
+ "rating",
14301
+ "spacing",
14302
+ "s"
14303
+ ]
13720
14304
  },
13721
- "path": [
13722
- "message",
13723
- "spacing-x"
13724
- ]
14305
+ "m": {
14306
+ "value": "0.5rem",
14307
+ "filePath": "src/content/rating.yml",
14308
+ "isSource": true,
14309
+ "original": {
14310
+ "value": "{size-rem.s}"
14311
+ },
14312
+ "name": "RatingSpacingM",
14313
+ "attributes": {
14314
+ "category": "rating",
14315
+ "type": "spacing",
14316
+ "item": "m"
14317
+ },
14318
+ "path": [
14319
+ "rating",
14320
+ "spacing",
14321
+ "m"
14322
+ ]
14323
+ }
13725
14324
  },
13726
- "background-color-responder": {
13727
- "value": "#E6E6E6",
13728
- "filePath": "src/content/message.yml",
14325
+ "star-color": {
14326
+ "value": "#909090",
14327
+ "filePath": "src/content/rating.yml",
13729
14328
  "isSource": true,
13730
14329
  "original": {
13731
- "value": "{color.gray.400}"
14330
+ "value": "{neutral.color.700}"
13732
14331
  },
13733
- "name": "MessageBackgroundColorResponder",
14332
+ "name": "RatingStarColor",
13734
14333
  "attributes": {
13735
- "category": "message",
13736
- "type": "background-color-responder"
14334
+ "category": "rating",
14335
+ "type": "star-color"
13737
14336
  },
13738
14337
  "path": [
13739
- "message",
13740
- "background-color-responder"
14338
+ "rating",
14339
+ "star-color"
13741
14340
  ]
13742
14341
  },
13743
- "background-color-sender": {
13744
- "value": "#E0EBFF",
13745
- "filePath": "src/content/message.yml",
14342
+ "star-filled-color": {
14343
+ "value": "#002A7B",
14344
+ "filePath": "src/content/rating.yml",
13746
14345
  "isSource": true,
13747
14346
  "original": {
13748
- "value": "{color.hosting-blue.200}"
14347
+ "value": "{primary.color.1000}"
13749
14348
  },
13750
- "name": "MessageBackgroundColorSender",
14349
+ "name": "RatingStarFilledColor",
13751
14350
  "attributes": {
13752
- "category": "message",
13753
- "type": "background-color-sender"
14351
+ "category": "rating",
14352
+ "type": "star-filled-color"
13754
14353
  },
13755
14354
  "path": [
13756
- "message",
13757
- "background-color-sender"
14355
+ "rating",
14356
+ "star-filled-color"
13758
14357
  ]
13759
14358
  }
13760
14359
  },
@@ -13859,84 +14458,641 @@
13859
14458
  "filePath": "src/content/text.yml",
13860
14459
  "isSource": true,
13861
14460
  "original": {
13862
- "value": "{border-width.300}"
14461
+ "value": "{border-width.300}"
14462
+ },
14463
+ "name": "TextBlockquoteBorderWidth",
14464
+ "attributes": {
14465
+ "category": "text",
14466
+ "type": "blockquote-border-width"
14467
+ },
14468
+ "path": [
14469
+ "text",
14470
+ "blockquote-border-width"
14471
+ ]
14472
+ },
14473
+ "blockquote-border-style": {
14474
+ "value": "solid",
14475
+ "filePath": "src/content/text.yml",
14476
+ "isSource": true,
14477
+ "original": {
14478
+ "value": "{border-style.default}"
14479
+ },
14480
+ "name": "TextBlockquoteBorderStyle",
14481
+ "attributes": {
14482
+ "category": "text",
14483
+ "type": "blockquote-border-style"
14484
+ },
14485
+ "path": [
14486
+ "text",
14487
+ "blockquote-border-style"
14488
+ ]
14489
+ },
14490
+ "blockquote-border-color": {
14491
+ "value": "#0054F5",
14492
+ "filePath": "src/content/text.yml",
14493
+ "isSource": true,
14494
+ "original": {
14495
+ "value": "{info-outline-border-color}"
14496
+ },
14497
+ "name": "TextBlockquoteBorderColor",
14498
+ "attributes": {
14499
+ "category": "text",
14500
+ "type": "blockquote-border-color"
14501
+ },
14502
+ "path": [
14503
+ "text",
14504
+ "blockquote-border-color"
14505
+ ]
14506
+ },
14507
+ "blockquote-padding": {
14508
+ "value": "0.5rem",
14509
+ "filePath": "src/content/text.yml",
14510
+ "isSource": true,
14511
+ "original": {
14512
+ "value": "{size-rem.s}"
14513
+ },
14514
+ "name": "TextBlockquotePadding",
14515
+ "attributes": {
14516
+ "category": "text",
14517
+ "type": "blockquote-padding"
14518
+ },
14519
+ "path": [
14520
+ "text",
14521
+ "blockquote-padding"
14522
+ ]
14523
+ },
14524
+ "list-padding": {
14525
+ "value": "1.5rem",
14526
+ "filePath": "src/content/text.yml",
14527
+ "isSource": true,
14528
+ "original": {
14529
+ "value": "{size-rem.l}"
14530
+ },
14531
+ "name": "TextListPadding",
14532
+ "attributes": {
14533
+ "category": "text",
14534
+ "type": "list-padding"
14535
+ },
14536
+ "path": [
14537
+ "text",
14538
+ "list-padding"
14539
+ ]
14540
+ }
14541
+ },
14542
+ "area": {
14543
+ "border-width": {
14544
+ "value": "2px",
14545
+ "filePath": "src/dataVisualisation/area.yml",
14546
+ "isSource": true,
14547
+ "original": {
14548
+ "value": "{border-width.200}"
14549
+ },
14550
+ "name": "AreaBorderWidth",
14551
+ "attributes": {
14552
+ "category": "area",
14553
+ "type": "border-width"
14554
+ },
14555
+ "path": [
14556
+ "area",
14557
+ "border-width"
14558
+ ]
14559
+ },
14560
+ "border-color": {
14561
+ "value": "#FFFFFF",
14562
+ "filePath": "src/dataVisualisation/area.yml",
14563
+ "isSource": true,
14564
+ "original": {
14565
+ "value": "{neutral.color.100}"
14566
+ },
14567
+ "name": "AreaBorderColor",
14568
+ "attributes": {
14569
+ "category": "area",
14570
+ "type": "border-color"
14571
+ },
14572
+ "path": [
14573
+ "area",
14574
+ "border-color"
14575
+ ]
14576
+ }
14577
+ },
14578
+ "axis": {
14579
+ "spacing": {
14580
+ "value": "8px",
14581
+ "filePath": "src/dataVisualisation/axis.yml",
14582
+ "isSource": true,
14583
+ "original": {
14584
+ "value": "{size-px.s}"
14585
+ },
14586
+ "name": "AxisSpacing",
14587
+ "attributes": {
14588
+ "category": "axis",
14589
+ "type": "spacing"
14590
+ },
14591
+ "path": [
14592
+ "axis",
14593
+ "spacing"
14594
+ ]
14595
+ },
14596
+ "font-size": {
14597
+ "value": "0.875rem",
14598
+ "filePath": "src/dataVisualisation/axis.yml",
14599
+ "isSource": true,
14600
+ "original": {
14601
+ "value": "{font-size-text.s}"
14602
+ },
14603
+ "name": "AxisFontSize",
14604
+ "attributes": {
14605
+ "category": "axis",
14606
+ "type": "font-size"
14607
+ },
14608
+ "path": [
14609
+ "axis",
14610
+ "font-size"
14611
+ ]
14612
+ },
14613
+ "color": {
14614
+ "value": "#909090",
14615
+ "filePath": "src/dataVisualisation/axis.yml",
14616
+ "isSource": true,
14617
+ "original": {
14618
+ "value": "{color.gray.700}"
14619
+ },
14620
+ "name": "AxisColor",
14621
+ "attributes": {
14622
+ "category": "axis",
14623
+ "type": "color"
14624
+ },
14625
+ "path": [
14626
+ "axis",
14627
+ "color"
14628
+ ]
14629
+ },
14630
+ "text-color": {
14631
+ "value": "#222222",
14632
+ "filePath": "src/dataVisualisation/axis.yml",
14633
+ "isSource": true,
14634
+ "original": {
14635
+ "value": "{neutral.color.1000}"
14636
+ },
14637
+ "name": "AxisTextColor",
14638
+ "attributes": {
14639
+ "category": "axis",
14640
+ "type": "text-color"
14641
+ },
14642
+ "path": [
14643
+ "axis",
14644
+ "text-color"
14645
+ ]
14646
+ },
14647
+ "stroke-width": {
14648
+ "value": "1px",
14649
+ "filePath": "src/dataVisualisation/axis.yml",
14650
+ "isSource": true,
14651
+ "original": {
14652
+ "value": "{border-width.100}"
14653
+ },
14654
+ "name": "AxisStrokeWidth",
14655
+ "attributes": {
14656
+ "category": "axis",
14657
+ "type": "stroke-width"
14658
+ },
14659
+ "path": [
14660
+ "axis",
14661
+ "stroke-width"
14662
+ ]
14663
+ },
14664
+ "tick-size": {
14665
+ "value": "8px",
14666
+ "filePath": "src/dataVisualisation/axis.yml",
14667
+ "isSource": true,
14668
+ "original": {
14669
+ "value": "{size-px.s}"
14670
+ },
14671
+ "name": "AxisTickSize",
14672
+ "attributes": {
14673
+ "category": "axis",
14674
+ "type": "tick-size"
14675
+ },
14676
+ "path": [
14677
+ "axis",
14678
+ "tick-size"
14679
+ ]
14680
+ }
14681
+ },
14682
+ "big-number": {
14683
+ "spacing": {
14684
+ "value": "0.25rem",
14685
+ "filePath": "src/dataVisualisation/big-number.yml",
14686
+ "isSource": true,
14687
+ "original": {
14688
+ "value": "{size-rem.xs}"
14689
+ },
14690
+ "name": "BigNumberSpacing",
14691
+ "attributes": {
14692
+ "category": "big-number",
14693
+ "type": "spacing"
14694
+ },
14695
+ "path": [
14696
+ "big-number",
14697
+ "spacing"
14698
+ ]
14699
+ },
14700
+ "top-font-size": {
14701
+ "value": "2rem",
14702
+ "filePath": "src/dataVisualisation/big-number.yml",
14703
+ "isSource": true,
14704
+ "original": {
14705
+ "value": "{font-size-heading.xl}"
14706
+ },
14707
+ "name": "BigNumberTopFontSize",
14708
+ "attributes": {
14709
+ "category": "big-number",
14710
+ "type": "top-font-size"
14711
+ },
14712
+ "path": [
14713
+ "big-number",
14714
+ "top-font-size"
14715
+ ]
14716
+ },
14717
+ "bottom-font-size": {
14718
+ "value": "1rem",
14719
+ "filePath": "src/dataVisualisation/big-number.yml",
14720
+ "isSource": true,
14721
+ "original": {
14722
+ "value": "{font-size-text.m}"
14723
+ },
14724
+ "name": "BigNumberBottomFontSize",
14725
+ "attributes": {
14726
+ "category": "big-number",
14727
+ "type": "bottom-font-size"
14728
+ },
14729
+ "path": [
14730
+ "big-number",
14731
+ "bottom-font-size"
14732
+ ]
14733
+ },
14734
+ "font-weight": {
14735
+ "value": "bold",
14736
+ "filePath": "src/dataVisualisation/big-number.yml",
14737
+ "isSource": true,
14738
+ "original": {
14739
+ "value": "{font-weight.bold}"
14740
+ },
14741
+ "name": "BigNumberFontWeight",
14742
+ "attributes": {
14743
+ "category": "big-number",
14744
+ "type": "font-weight"
14745
+ },
14746
+ "path": [
14747
+ "big-number",
14748
+ "font-weight"
14749
+ ]
14750
+ }
14751
+ },
14752
+ "cartesian-grid": {
14753
+ "color": {
14754
+ "value": "#909090",
14755
+ "filePath": "src/dataVisualisation/cartesian-grid.yml",
14756
+ "isSource": true,
14757
+ "original": {
14758
+ "value": "{color.gray.700}"
14759
+ },
14760
+ "name": "CartesianGridColor",
14761
+ "attributes": {
14762
+ "category": "cartesian-grid",
14763
+ "type": "color"
14764
+ },
14765
+ "path": [
14766
+ "cartesian-grid",
14767
+ "color"
14768
+ ]
14769
+ },
14770
+ "stroke-width": {
14771
+ "value": "1px",
14772
+ "filePath": "src/dataVisualisation/cartesian-grid.yml",
14773
+ "isSource": true,
14774
+ "original": {
14775
+ "value": "{border-width.100}"
14776
+ },
14777
+ "name": "CartesianGridStrokeWidth",
14778
+ "attributes": {
14779
+ "category": "cartesian-grid",
14780
+ "type": "stroke-width"
14781
+ },
14782
+ "path": [
14783
+ "cartesian-grid",
14784
+ "stroke-width"
14785
+ ]
14786
+ }
14787
+ },
14788
+ "chart-tooltip": {
14789
+ "spacing": {
14790
+ "value": "8px",
14791
+ "filePath": "src/dataVisualisation/chart-tooltip.yml",
14792
+ "isSource": true,
14793
+ "original": {
14794
+ "value": "{size-px.s}"
14795
+ },
14796
+ "name": "ChartTooltipSpacing",
14797
+ "attributes": {
14798
+ "category": "chart-tooltip",
14799
+ "type": "spacing"
14800
+ },
14801
+ "path": [
14802
+ "chart-tooltip",
14803
+ "spacing"
14804
+ ]
14805
+ }
14806
+ },
14807
+ "donut-chart": {
14808
+ "border-color": {
14809
+ "value": "#909090",
14810
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14811
+ "isSource": true,
14812
+ "original": {
14813
+ "value": "{neutral-outline-border-color}"
14814
+ },
14815
+ "name": "DonutChartBorderColor",
14816
+ "attributes": {
14817
+ "category": "donut-chart",
14818
+ "type": "border-color"
14819
+ },
14820
+ "path": [
14821
+ "donut-chart",
14822
+ "border-color"
14823
+ ]
14824
+ },
14825
+ "background-color": {
14826
+ "value": "#F8F8F8",
14827
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14828
+ "isSource": true,
14829
+ "original": {
14830
+ "value": "{neutral.color.300}"
14831
+ },
14832
+ "name": "DonutChartBackgroundColor",
14833
+ "attributes": {
14834
+ "category": "donut-chart",
14835
+ "type": "background-color"
14836
+ },
14837
+ "path": [
14838
+ "donut-chart",
14839
+ "background-color"
14840
+ ]
14841
+ },
14842
+ "spacing-y": {
14843
+ "value": "0.5rem",
14844
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14845
+ "isSource": true,
14846
+ "original": {
14847
+ "value": "{size-rem.s}"
14848
+ },
14849
+ "name": "DonutChartSpacingY",
14850
+ "attributes": {
14851
+ "category": "donut-chart",
14852
+ "type": "spacing-y"
14853
+ },
14854
+ "path": [
14855
+ "donut-chart",
14856
+ "spacing-y"
14857
+ ]
14858
+ },
14859
+ "spacing-x": {
14860
+ "value": "1rem",
14861
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14862
+ "isSource": true,
14863
+ "original": {
14864
+ "value": "{size-rem.m}"
14865
+ },
14866
+ "name": "DonutChartSpacingX",
14867
+ "attributes": {
14868
+ "category": "donut-chart",
14869
+ "type": "spacing-x"
14870
+ },
14871
+ "path": [
14872
+ "donut-chart",
14873
+ "spacing-x"
14874
+ ]
14875
+ },
14876
+ "padding": {
14877
+ "m": {
14878
+ "value": "24px",
14879
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14880
+ "isSource": true,
14881
+ "original": {
14882
+ "value": "{size-px.l}"
14883
+ },
14884
+ "name": "DonutChartPaddingM",
14885
+ "attributes": {
14886
+ "category": "donut-chart",
14887
+ "type": "padding",
14888
+ "item": "m"
14889
+ },
14890
+ "path": [
14891
+ "donut-chart",
14892
+ "padding",
14893
+ "m"
14894
+ ]
14895
+ },
14896
+ "l": {
14897
+ "value": "32px",
14898
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14899
+ "isSource": true,
14900
+ "original": {
14901
+ "value": "{size-px.xl}"
14902
+ },
14903
+ "name": "DonutChartPaddingL",
14904
+ "attributes": {
14905
+ "category": "donut-chart",
14906
+ "type": "padding",
14907
+ "item": "l"
14908
+ },
14909
+ "path": [
14910
+ "donut-chart",
14911
+ "padding",
14912
+ "l"
14913
+ ]
14914
+ }
14915
+ },
14916
+ "info-fill-background-color": {
14917
+ "value": "#0054F5",
14918
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14919
+ "isSource": true,
14920
+ "original": {
14921
+ "value": "{info-solid-background-color.default}"
14922
+ },
14923
+ "name": "DonutChartInfoFillBackgroundColor",
14924
+ "attributes": {
14925
+ "category": "donut-chart",
14926
+ "type": "info-fill-background-color"
14927
+ },
14928
+ "path": [
14929
+ "donut-chart",
14930
+ "info-fill-background-color"
14931
+ ]
14932
+ },
14933
+ "success-fill-background-color": {
14934
+ "value": "#00825B",
14935
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14936
+ "isSource": true,
14937
+ "original": {
14938
+ "value": "{success-solid-background-color.default}"
14939
+ },
14940
+ "name": "DonutChartSuccessFillBackgroundColor",
14941
+ "attributes": {
14942
+ "category": "donut-chart",
14943
+ "type": "success-fill-background-color"
14944
+ },
14945
+ "path": [
14946
+ "donut-chart",
14947
+ "success-fill-background-color"
14948
+ ]
14949
+ },
14950
+ "warning-fill-background-color": {
14951
+ "value": "#F56800",
14952
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14953
+ "isSource": true,
14954
+ "original": {
14955
+ "value": "{warning-solid-background-color.default}"
14956
+ },
14957
+ "name": "DonutChartWarningFillBackgroundColor",
14958
+ "attributes": {
14959
+ "category": "donut-chart",
14960
+ "type": "warning-fill-background-color"
14961
+ },
14962
+ "path": [
14963
+ "donut-chart",
14964
+ "warning-fill-background-color"
14965
+ ]
14966
+ },
14967
+ "danger-fill-background-color": {
14968
+ "value": "#E1244C",
14969
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14970
+ "isSource": true,
14971
+ "original": {
14972
+ "value": "{danger-solid-background-color.default}"
13863
14973
  },
13864
- "name": "TextBlockquoteBorderWidth",
14974
+ "name": "DonutChartDangerFillBackgroundColor",
13865
14975
  "attributes": {
13866
- "category": "text",
13867
- "type": "blockquote-border-width"
14976
+ "category": "donut-chart",
14977
+ "type": "danger-fill-background-color"
13868
14978
  },
13869
14979
  "path": [
13870
- "text",
13871
- "blockquote-border-width"
14980
+ "donut-chart",
14981
+ "danger-fill-background-color"
13872
14982
  ]
13873
- },
13874
- "blockquote-border-style": {
13875
- "value": "solid",
13876
- "filePath": "src/content/text.yml",
14983
+ }
14984
+ },
14985
+ "legend": {
14986
+ "spacing-x": {
14987
+ "value": "16px",
14988
+ "filePath": "src/dataVisualisation/legend.yml",
13877
14989
  "isSource": true,
13878
14990
  "original": {
13879
- "value": "{border-style.default}"
14991
+ "value": "{size-px.m}"
13880
14992
  },
13881
- "name": "TextBlockquoteBorderStyle",
14993
+ "name": "LegendSpacingX",
13882
14994
  "attributes": {
13883
- "category": "text",
13884
- "type": "blockquote-border-style"
14995
+ "category": "legend",
14996
+ "type": "spacing-x"
13885
14997
  },
13886
14998
  "path": [
13887
- "text",
13888
- "blockquote-border-style"
14999
+ "legend",
15000
+ "spacing-x"
13889
15001
  ]
13890
15002
  },
13891
- "blockquote-border-color": {
13892
- "value": "#0054F5",
13893
- "filePath": "src/content/text.yml",
15003
+ "spacing-y": {
15004
+ "value": "8px",
15005
+ "filePath": "src/dataVisualisation/legend.yml",
13894
15006
  "isSource": true,
13895
15007
  "original": {
13896
- "value": "{info-outline-border-color}"
15008
+ "value": "{size-px.s}"
13897
15009
  },
13898
- "name": "TextBlockquoteBorderColor",
15010
+ "name": "LegendSpacingY",
13899
15011
  "attributes": {
13900
- "category": "text",
13901
- "type": "blockquote-border-color"
15012
+ "category": "legend",
15013
+ "type": "spacing-y"
13902
15014
  },
13903
15015
  "path": [
13904
- "text",
13905
- "blockquote-border-color"
15016
+ "legend",
15017
+ "spacing-y"
13906
15018
  ]
13907
- },
13908
- "blockquote-padding": {
15019
+ }
15020
+ },
15021
+ "legend-item": {
15022
+ "spacing": {
13909
15023
  "value": "0.5rem",
13910
- "filePath": "src/content/text.yml",
15024
+ "filePath": "src/dataVisualisation/legend.yml",
13911
15025
  "isSource": true,
13912
15026
  "original": {
13913
15027
  "value": "{size-rem.s}"
13914
15028
  },
13915
- "name": "TextBlockquotePadding",
15029
+ "name": "LegendItemSpacing",
13916
15030
  "attributes": {
13917
- "category": "text",
13918
- "type": "blockquote-padding"
15031
+ "category": "legend-item",
15032
+ "type": "spacing"
13919
15033
  },
13920
15034
  "path": [
13921
- "text",
13922
- "blockquote-padding"
15035
+ "legend-item",
15036
+ "spacing"
13923
15037
  ]
13924
15038
  },
13925
- "list-padding": {
13926
- "value": "1.5rem",
13927
- "filePath": "src/content/text.yml",
15039
+ "marker": {
15040
+ "size": {
15041
+ "value": "1rem",
15042
+ "filePath": "src/dataVisualisation/legend.yml",
15043
+ "isSource": true,
15044
+ "original": {
15045
+ "value": "{size-rem.m}"
15046
+ },
15047
+ "name": "LegendItemMarkerSize",
15048
+ "attributes": {
15049
+ "category": "legend-item",
15050
+ "type": "marker",
15051
+ "item": "size"
15052
+ },
15053
+ "path": [
15054
+ "legend-item",
15055
+ "marker",
15056
+ "size"
15057
+ ]
15058
+ },
15059
+ "corner-radius": {
15060
+ "value": "4px",
15061
+ "filePath": "src/dataVisualisation/legend.yml",
15062
+ "isSource": true,
15063
+ "original": {
15064
+ "value": "{corner-radius.default}"
15065
+ },
15066
+ "name": "LegendItemMarkerCornerRadius",
15067
+ "attributes": {
15068
+ "category": "legend-item",
15069
+ "type": "marker",
15070
+ "item": "corner-radius"
15071
+ },
15072
+ "path": [
15073
+ "legend-item",
15074
+ "marker",
15075
+ "corner-radius"
15076
+ ]
15077
+ }
15078
+ }
15079
+ },
15080
+ "line": {
15081
+ "border-width": {
15082
+ "value": "2px",
15083
+ "filePath": "src/dataVisualisation/line.yml",
13928
15084
  "isSource": true,
13929
15085
  "original": {
13930
- "value": "{size-rem.l}"
15086
+ "value": "{border-width.200}"
13931
15087
  },
13932
- "name": "TextListPadding",
15088
+ "name": "LineBorderWidth",
13933
15089
  "attributes": {
13934
- "category": "text",
13935
- "type": "list-padding"
15090
+ "category": "line",
15091
+ "type": "border-width"
13936
15092
  },
13937
15093
  "path": [
13938
- "text",
13939
- "list-padding"
15094
+ "line",
15095
+ "border-width"
13940
15096
  ]
13941
15097
  }
13942
15098
  },
@@ -13958,6 +15114,23 @@
13958
15114
  "outline-color"
13959
15115
  ]
13960
15116
  },
15117
+ "secondary-outline-color": {
15118
+ "value": "#FFFFFF",
15119
+ "filePath": "src/focus.yml",
15120
+ "isSource": true,
15121
+ "original": {
15122
+ "value": "{neutral.color.100}"
15123
+ },
15124
+ "name": "FocusSecondaryOutlineColor",
15125
+ "attributes": {
15126
+ "category": "focus",
15127
+ "type": "secondary-outline-color"
15128
+ },
15129
+ "path": [
15130
+ "focus",
15131
+ "secondary-outline-color"
15132
+ ]
15133
+ },
13961
15134
  "outline-offset": {
13962
15135
  "value": "2px",
13963
15136
  "filePath": "src/focus.yml",
@@ -15138,135 +16311,63 @@
15138
16311
  }
15139
16312
  },
15140
16313
  "slider": {
15141
- "value-font-weight": {
15142
- "value": "bold",
15143
- "filePath": "src/form/slider.yml",
15144
- "isSource": true,
15145
- "original": {
15146
- "value": "{font-weight.bold}"
15147
- },
15148
- "name": "SliderValueFontWeight",
15149
- "attributes": {
15150
- "category": "slider",
15151
- "type": "value-font-weight"
15152
- },
15153
- "path": [
15154
- "slider",
15155
- "value-font-weight"
15156
- ]
15157
- },
15158
- "value-to-label-spacing": {
15159
- "value": "0.25rem",
15160
- "filePath": "src/form/slider.yml",
15161
- "isSource": true,
15162
- "original": {
15163
- "value": "{size-rem.xs}"
15164
- },
15165
- "name": "SliderValueToLabelSpacing",
15166
- "attributes": {
15167
- "category": "slider",
15168
- "type": "value-to-label-spacing"
15169
- },
15170
- "path": [
15171
- "slider",
15172
- "value-to-label-spacing"
15173
- ]
15174
- },
15175
- "text-to-track-spacing": {
15176
- "value": "0.25rem",
15177
- "filePath": "src/form/slider.yml",
15178
- "isSource": true,
15179
- "original": {
15180
- "value": "{size-rem.xs}"
15181
- },
15182
- "name": "SliderTextToTrackSpacing",
15183
- "attributes": {
15184
- "category": "slider",
15185
- "type": "text-to-track-spacing"
15186
- },
15187
- "path": [
15188
- "slider",
15189
- "text-to-track-spacing"
15190
- ]
15191
- },
15192
- "text-color": {
15193
- "disabled": {
15194
- "value": "#E6E6E6",
15195
- "filePath": "src/form/slider.yml",
15196
- "isSource": true,
15197
- "original": {
15198
- "value": "{disabled-plain-content-color}"
15199
- },
15200
- "name": "SliderTextColorDisabled",
15201
- "attributes": {
15202
- "category": "slider",
15203
- "type": "text-color",
15204
- "item": "disabled"
15205
- },
15206
- "path": [
15207
- "slider",
15208
- "text-color",
15209
- "disabled"
15210
- ]
15211
- }
15212
- },
15213
- "track-background-color": {
16314
+ "color": {
15214
16315
  "default": {
15215
- "value": "#F0F5FF",
16316
+ "value": "#002A7B",
15216
16317
  "filePath": "src/form/slider.yml",
15217
16318
  "isSource": true,
15218
16319
  "original": {
15219
- "value": "{primary-soft-background-color.default}"
16320
+ "value": "{primary.color.1000}"
15220
16321
  },
15221
- "name": "SliderTrackBackgroundColorDefault",
16322
+ "name": "SliderColorDefault",
15222
16323
  "attributes": {
15223
16324
  "category": "slider",
15224
- "type": "track-background-color",
16325
+ "type": "color",
15225
16326
  "item": "default"
15226
16327
  },
15227
16328
  "path": [
15228
16329
  "slider",
15229
- "track-background-color",
16330
+ "color",
15230
16331
  "default"
15231
16332
  ]
15232
16333
  },
15233
16334
  "disabled": {
15234
- "value": "#F8F8F8",
16335
+ "value": "#B1B1B1",
15235
16336
  "filePath": "src/form/slider.yml",
15236
16337
  "isSource": true,
15237
16338
  "original": {
15238
- "value": "{disabled-soft-background-color}"
16339
+ "value": "{neutral.color.600}"
15239
16340
  },
15240
- "name": "SliderTrackBackgroundColorDisabled",
16341
+ "name": "SliderColorDisabled",
15241
16342
  "attributes": {
15242
16343
  "category": "slider",
15243
- "type": "track-background-color",
16344
+ "type": "color",
15244
16345
  "item": "disabled"
15245
16346
  },
15246
16347
  "path": [
15247
16348
  "slider",
15248
- "track-background-color",
16349
+ "color",
15249
16350
  "disabled"
15250
16351
  ]
15251
16352
  }
15252
16353
  },
15253
- "track-background-color-fill": {
16354
+ "track-color": {
15254
16355
  "default": {
15255
- "value": "#0054F5",
16356
+ "value": "#909090",
15256
16357
  "filePath": "src/form/slider.yml",
15257
16358
  "isSource": true,
15258
16359
  "original": {
15259
- "value": "{primary-solid-background-color.default}"
16360
+ "value": "{neutral.color.700}"
15260
16361
  },
15261
- "name": "SliderTrackBackgroundColorFillDefault",
16362
+ "name": "SliderTrackColorDefault",
15262
16363
  "attributes": {
15263
16364
  "category": "slider",
15264
- "type": "track-background-color-fill",
16365
+ "type": "track-color",
15265
16366
  "item": "default"
15266
16367
  },
15267
16368
  "path": [
15268
16369
  "slider",
15269
- "track-background-color-fill",
16370
+ "track-color",
15270
16371
  "default"
15271
16372
  ]
15272
16373
  },
@@ -15275,292 +16376,189 @@
15275
16376
  "filePath": "src/form/slider.yml",
15276
16377
  "isSource": true,
15277
16378
  "original": {
15278
- "value": "{disabled-solid-background-color}"
16379
+ "value": "{neutral.color.400}"
15279
16380
  },
15280
- "name": "SliderTrackBackgroundColorFillDisabled",
16381
+ "name": "SliderTrackColorDisabled",
15281
16382
  "attributes": {
15282
16383
  "category": "slider",
15283
- "type": "track-background-color-fill",
16384
+ "type": "track-color",
15284
16385
  "item": "disabled"
15285
16386
  },
15286
16387
  "path": [
15287
16388
  "slider",
15288
- "track-background-color-fill",
16389
+ "track-color",
15289
16390
  "disabled"
15290
16391
  ]
15291
16392
  }
15292
16393
  },
15293
- "track-height": {
15294
- "value": "0.25rem",
16394
+ "spacing-x": {
16395
+ "value": "0.5rem",
15295
16396
  "filePath": "src/form/slider.yml",
15296
16397
  "isSource": true,
15297
16398
  "original": {
15298
- "value": "{size-rem.xs}"
16399
+ "value": "{size-rem.s}"
15299
16400
  },
15300
- "name": "SliderTrackHeight",
16401
+ "name": "SliderSpacingX",
15301
16402
  "attributes": {
15302
16403
  "category": "slider",
15303
- "type": "track-height"
16404
+ "type": "spacing-x"
15304
16405
  },
15305
16406
  "path": [
15306
16407
  "slider",
15307
- "track-height"
16408
+ "spacing-x"
15308
16409
  ]
15309
16410
  },
15310
- "track-corner-radius": {
15311
- "value": "4px",
16411
+ "spacing-y": {
16412
+ "value": "1rem",
15312
16413
  "filePath": "src/form/slider.yml",
15313
16414
  "isSource": true,
15314
16415
  "original": {
15315
- "value": "{corner-radius.default}"
16416
+ "value": "{size-rem.m}"
15316
16417
  },
15317
- "name": "SliderTrackCornerRadius",
16418
+ "name": "SliderSpacingY",
15318
16419
  "attributes": {
15319
16420
  "category": "slider",
15320
- "type": "track-corner-radius"
16421
+ "type": "spacing-y"
15321
16422
  },
15322
16423
  "path": [
15323
16424
  "slider",
15324
- "track-corner-radius"
16425
+ "spacing-y"
15325
16426
  ]
15326
16427
  },
15327
- "thumb-border-color": {
15328
- "default": {
15329
- "value": "#0054F5",
15330
- "filePath": "src/form/slider.yml",
15331
- "isSource": true,
15332
- "original": {
15333
- "value": "{primary-solid-background-color.default}"
15334
- },
15335
- "name": "SliderThumbBorderColorDefault",
15336
- "attributes": {
15337
- "category": "slider",
15338
- "type": "thumb-border-color",
15339
- "item": "default"
15340
- },
15341
- "path": [
15342
- "slider",
15343
- "thumb-border-color",
15344
- "default"
15345
- ]
16428
+ "border-width": {
16429
+ "value": "4px",
16430
+ "filePath": "src/form/slider.yml",
16431
+ "isSource": true,
16432
+ "original": {
16433
+ "value": "{border-width.300}"
15346
16434
  },
15347
- "disabled": {
15348
- "value": "#E6E6E6",
15349
- "filePath": "src/form/slider.yml",
15350
- "isSource": true,
15351
- "original": {
15352
- "value": "{disabled-solid-background-color}"
15353
- },
15354
- "name": "SliderThumbBorderColorDisabled",
15355
- "attributes": {
15356
- "category": "slider",
15357
- "type": "thumb-border-color",
15358
- "item": "disabled"
15359
- },
15360
- "path": [
15361
- "slider",
15362
- "thumb-border-color",
15363
- "disabled"
15364
- ]
15365
- }
16435
+ "name": "SliderBorderWidth",
16436
+ "attributes": {
16437
+ "category": "slider",
16438
+ "type": "border-width"
16439
+ },
16440
+ "path": [
16441
+ "slider",
16442
+ "border-width"
16443
+ ]
15366
16444
  },
15367
- "thumb-border-width": {
15368
- "value": "0.25rem",
16445
+ "border-style": {
16446
+ "value": "solid",
15369
16447
  "filePath": "src/form/slider.yml",
15370
16448
  "isSource": true,
15371
16449
  "original": {
15372
- "value": "{size-rem.xs}"
16450
+ "value": "{border-style.default}"
15373
16451
  },
15374
- "name": "SliderThumbBorderWidth",
16452
+ "name": "SliderBorderStyle",
15375
16453
  "attributes": {
15376
16454
  "category": "slider",
15377
- "type": "thumb-border-width"
16455
+ "type": "border-style"
15378
16456
  },
15379
16457
  "path": [
15380
16458
  "slider",
15381
- "thumb-border-width"
16459
+ "border-style"
15382
16460
  ]
15383
16461
  },
15384
- "thumb-border-style": {
15385
- "value": "solid",
16462
+ "corner-radius": {
16463
+ "value": "4px",
15386
16464
  "filePath": "src/form/slider.yml",
15387
16465
  "isSource": true,
15388
16466
  "original": {
15389
- "value": "{border-style.default}"
16467
+ "value": "{corner-radius.default}"
15390
16468
  },
15391
- "name": "SliderThumbBorderStyle",
16469
+ "name": "SliderCornerRadius",
15392
16470
  "attributes": {
15393
16471
  "category": "slider",
15394
- "type": "thumb-border-style"
16472
+ "type": "corner-radius"
15395
16473
  },
15396
16474
  "path": [
15397
16475
  "slider",
15398
- "thumb-border-style"
16476
+ "corner-radius"
15399
16477
  ]
15400
16478
  },
15401
- "thumb-corner-radius": {
15402
- "value": "50%",
16479
+ "value-font-weight": {
16480
+ "value": "bold",
15403
16481
  "filePath": "src/form/slider.yml",
15404
16482
  "isSource": true,
15405
16483
  "original": {
15406
- "value": "{corner-radius.round}"
16484
+ "value": "{font-weight.bold}"
15407
16485
  },
15408
- "name": "SliderThumbCornerRadius",
16486
+ "name": "SliderValueFontWeight",
15409
16487
  "attributes": {
15410
16488
  "category": "slider",
15411
- "type": "thumb-corner-radius"
16489
+ "type": "value-font-weight"
15412
16490
  },
15413
16491
  "path": [
15414
16492
  "slider",
15415
- "thumb-corner-radius"
16493
+ "value-font-weight"
15416
16494
  ]
15417
16495
  },
15418
- "thumb-size": {
15419
- "value": "1.5rem",
16496
+ "handle-corner-radius": {
16497
+ "value": "50%",
15420
16498
  "filePath": "src/form/slider.yml",
15421
16499
  "isSource": true,
15422
16500
  "original": {
15423
- "value": "{size-rem.l}"
16501
+ "value": "{corner-radius.round}"
15424
16502
  },
15425
- "name": "SliderThumbSize",
16503
+ "name": "SliderHandleCornerRadius",
15426
16504
  "attributes": {
15427
16505
  "category": "slider",
15428
- "type": "thumb-size"
16506
+ "type": "handle-corner-radius"
15429
16507
  },
15430
16508
  "path": [
15431
16509
  "slider",
15432
- "thumb-size"
16510
+ "handle-corner-radius"
15433
16511
  ]
15434
16512
  },
15435
- "thumb-background-color": {
15436
- "default": {
15437
- "value": "#FFFFFF",
15438
- "filePath": "src/form/slider.yml",
15439
- "isSource": true,
15440
- "original": {
15441
- "value": "{neutral.color.100}"
15442
- },
15443
- "name": "SliderThumbBackgroundColorDefault",
15444
- "attributes": {
15445
- "category": "slider",
15446
- "type": "thumb-background-color",
15447
- "item": "default"
15448
- },
15449
- "path": [
15450
- "slider",
15451
- "thumb-background-color",
15452
- "default"
15453
- ]
15454
- },
15455
- "pressed": {
15456
- "value": "#0054F5",
15457
- "filePath": "src/form/slider.yml",
15458
- "isSource": true,
15459
- "original": {
15460
- "value": "{primary-solid-background-color.default}"
15461
- },
15462
- "name": "SliderThumbBackgroundColorPressed",
15463
- "attributes": {
15464
- "category": "slider",
15465
- "type": "thumb-background-color",
15466
- "item": "pressed"
15467
- },
15468
- "path": [
15469
- "slider",
15470
- "thumb-background-color",
15471
- "pressed"
15472
- ]
15473
- }
15474
- },
15475
- "initial-marker-height": {
15476
- "value": "1rem",
16513
+ "handle-size": {
16514
+ "value": "1.5rem",
15477
16515
  "filePath": "src/form/slider.yml",
15478
16516
  "isSource": true,
15479
16517
  "original": {
15480
- "value": "{size-rem.m}"
16518
+ "value": "{size-rem.l}"
15481
16519
  },
15482
- "name": "SliderInitialMarkerHeight",
16520
+ "name": "SliderHandleSize",
15483
16521
  "attributes": {
15484
16522
  "category": "slider",
15485
- "type": "initial-marker-height"
16523
+ "type": "handle-size"
15486
16524
  },
15487
16525
  "path": [
15488
16526
  "slider",
15489
- "initial-marker-height"
16527
+ "handle-size"
15490
16528
  ]
15491
16529
  },
15492
- "initial-marker-width": {
15493
- "value": "0.25rem",
16530
+ "handle-fill-color": {
16531
+ "value": "#FFFFFF",
15494
16532
  "filePath": "src/form/slider.yml",
15495
16533
  "isSource": true,
15496
16534
  "original": {
15497
- "value": "{size-rem.xs}"
16535
+ "value": "{neutral.color.100}"
15498
16536
  },
15499
- "name": "SliderInitialMarkerWidth",
16537
+ "name": "SliderHandleFillColor",
15500
16538
  "attributes": {
15501
16539
  "category": "slider",
15502
- "type": "initial-marker-width"
16540
+ "type": "handle-fill-color"
15503
16541
  },
15504
16542
  "path": [
15505
16543
  "slider",
15506
- "initial-marker-width"
16544
+ "handle-fill-color"
15507
16545
  ]
15508
16546
  },
15509
- "initial-marker-background-color": {
15510
- "default": {
15511
- "value": "#0054F5",
15512
- "filePath": "src/form/slider.yml",
15513
- "isSource": true,
15514
- "original": {
15515
- "value": "{primary-solid-background-color.default}"
15516
- },
15517
- "name": "SliderInitialMarkerBackgroundColorDefault",
15518
- "attributes": {
15519
- "category": "slider",
15520
- "type": "initial-marker-background-color",
15521
- "item": "default"
15522
- },
15523
- "path": [
15524
- "slider",
15525
- "initial-marker-background-color",
15526
- "default"
15527
- ]
15528
- },
15529
- "disabled": {
15530
- "value": "#E6E6E6",
15531
- "filePath": "src/form/slider.yml",
15532
- "isSource": true,
15533
- "original": {
15534
- "value": "{disabled-solid-background-color}"
15535
- },
15536
- "name": "SliderInitialMarkerBackgroundColorDisabled",
15537
- "attributes": {
15538
- "category": "slider",
15539
- "type": "initial-marker-background-color",
15540
- "item": "disabled"
15541
- },
15542
- "path": [
15543
- "slider",
15544
- "initial-marker-background-color",
15545
- "disabled"
15546
- ]
15547
- }
15548
- },
15549
- "initial-marker-corner-radius": {
15550
- "value": "4px",
16547
+ "initial-marker-height": {
16548
+ "value": "1rem",
15551
16549
  "filePath": "src/form/slider.yml",
15552
16550
  "isSource": true,
15553
16551
  "original": {
15554
- "value": "{corner-radius.default}"
16552
+ "value": "{size-rem.m}"
15555
16553
  },
15556
- "name": "SliderInitialMarkerCornerRadius",
16554
+ "name": "SliderInitialMarkerHeight",
15557
16555
  "attributes": {
15558
16556
  "category": "slider",
15559
- "type": "initial-marker-corner-radius"
16557
+ "type": "initial-marker-height"
15560
16558
  },
15561
16559
  "path": [
15562
16560
  "slider",
15563
- "initial-marker-corner-radius"
16561
+ "initial-marker-height"
15564
16562
  ]
15565
16563
  }
15566
16564
  },
@@ -16831,25 +17829,6 @@
16831
17829
  ]
16832
17830
  }
16833
17831
  },
16834
- "tab-panel": {
16835
- "padding": {
16836
- "value": "32px",
16837
- "filePath": "src/navigation/tabs.yml",
16838
- "isSource": true,
16839
- "original": {
16840
- "value": "{size-px.xl}"
16841
- },
16842
- "name": "TabPanelPadding",
16843
- "attributes": {
16844
- "category": "tab-panel",
16845
- "type": "padding"
16846
- },
16847
- "path": [
16848
- "tab-panel",
16849
- "padding"
16850
- ]
16851
- }
16852
- },
16853
17832
  "contextual-help": {
16854
17833
  "max-width": {
16855
17834
  "value": "500px",
@@ -17029,6 +18008,25 @@
17029
18008
  "size",
17030
18009
  "m"
17031
18010
  ]
18011
+ },
18012
+ "l": {
18013
+ "value": "1300px",
18014
+ "filePath": "src/overlays/modal.yml",
18015
+ "isSource": true,
18016
+ "original": {
18017
+ "value": "1300px"
18018
+ },
18019
+ "name": "ModalSizeL",
18020
+ "attributes": {
18021
+ "category": "modal",
18022
+ "type": "size",
18023
+ "item": "l"
18024
+ },
18025
+ "path": [
18026
+ "modal",
18027
+ "size",
18028
+ "l"
18029
+ ]
17032
18030
  }
17033
18031
  },
17034
18032
  "footer-background-color": {
@@ -18089,76 +19087,6 @@
18089
19087
  ]
18090
19088
  }
18091
19089
  },
18092
- "alert-icon": {
18093
- "info-color": {
18094
- "value": "#003FB8",
18095
- "filePath": "src/status/alert-icon.yml",
18096
- "isSource": true,
18097
- "original": {
18098
- "value": "{info-outline-content-color}"
18099
- },
18100
- "name": "AlertIconInfoColor",
18101
- "attributes": {
18102
- "category": "alert-icon",
18103
- "type": "info-color"
18104
- },
18105
- "path": [
18106
- "alert-icon",
18107
- "info-color"
18108
- ]
18109
- },
18110
- "warning-color": {
18111
- "value": "#C25200",
18112
- "filePath": "src/status/alert-icon.yml",
18113
- "isSource": true,
18114
- "original": {
18115
- "value": "{warning-outline-content-color}"
18116
- },
18117
- "name": "AlertIconWarningColor",
18118
- "attributes": {
18119
- "category": "alert-icon",
18120
- "type": "warning-color"
18121
- },
18122
- "path": [
18123
- "alert-icon",
18124
- "warning-color"
18125
- ]
18126
- },
18127
- "danger-color": {
18128
- "value": "#B4193A",
18129
- "filePath": "src/status/alert-icon.yml",
18130
- "isSource": true,
18131
- "original": {
18132
- "value": "{danger-outline-content-color}"
18133
- },
18134
- "name": "AlertIconDangerColor",
18135
- "attributes": {
18136
- "category": "alert-icon",
18137
- "type": "danger-color"
18138
- },
18139
- "path": [
18140
- "alert-icon",
18141
- "danger-color"
18142
- ]
18143
- },
18144
- "success-color": {
18145
- "value": "#005F42",
18146
- "filePath": "src/status/alert-icon.yml",
18147
- "isSource": true,
18148
- "original": {
18149
- "value": "{success-outline-content-color}"
18150
- },
18151
- "name": "AlertIconSuccessColor",
18152
- "attributes": {
18153
- "category": "alert-icon",
18154
- "type": "success-color"
18155
- },
18156
- "path": [
18157
- "alert-icon",
18158
- "success-color"
18159
- ]
18160
- }
18161
- },
18162
19090
  "alert": {
18163
19091
  "padding": {
18164
19092
  "value": "16px",
@@ -20630,57 +21558,125 @@
20630
21558
  "border-width"
20631
21559
  ]
20632
21560
  },
20633
- "border-style": {
20634
- "value": "solid",
20635
- "filePath": "src/status/counter-badge.yml",
21561
+ "border-style": {
21562
+ "value": "solid",
21563
+ "filePath": "src/status/counter-badge.yml",
21564
+ "isSource": true,
21565
+ "original": {
21566
+ "value": "{border-style.default}"
21567
+ },
21568
+ "name": "CounterBadgeBorderStyle",
21569
+ "attributes": {
21570
+ "category": "counter-badge",
21571
+ "type": "border-style"
21572
+ },
21573
+ "path": [
21574
+ "counter-badge",
21575
+ "border-style"
21576
+ ]
21577
+ },
21578
+ "border-color": {
21579
+ "value": "#FFFFFF",
21580
+ "filePath": "src/status/counter-badge.yml",
21581
+ "isSource": true,
21582
+ "original": {
21583
+ "value": "{neutral.color.100}"
21584
+ },
21585
+ "name": "CounterBadgeBorderColor",
21586
+ "attributes": {
21587
+ "category": "counter-badge",
21588
+ "type": "border-color"
21589
+ },
21590
+ "path": [
21591
+ "counter-badge",
21592
+ "border-color"
21593
+ ]
21594
+ }
21595
+ },
21596
+ "loading-spinner": {
21597
+ "transition-duration": {
21598
+ "value": "2000ms",
21599
+ "filePath": "src/status/loading-spinner.yml",
21600
+ "isSource": true,
21601
+ "original": {
21602
+ "value": "2000ms"
21603
+ },
21604
+ "name": "LoadingSpinnerTransitionDuration",
21605
+ "attributes": {
21606
+ "category": "loading-spinner",
21607
+ "type": "transition-duration"
21608
+ },
21609
+ "path": [
21610
+ "loading-spinner",
21611
+ "transition-duration"
21612
+ ]
21613
+ },
21614
+ "transition-duration-slow": {
21615
+ "value": "6000ms",
21616
+ "filePath": "src/status/loading-spinner.yml",
21617
+ "isSource": true,
21618
+ "original": {
21619
+ "value": "6000ms"
21620
+ },
21621
+ "name": "LoadingSpinnerTransitionDurationSlow",
21622
+ "attributes": {
21623
+ "category": "loading-spinner",
21624
+ "type": "transition-duration-slow"
21625
+ },
21626
+ "path": [
21627
+ "loading-spinner",
21628
+ "transition-duration-slow"
21629
+ ]
21630
+ },
21631
+ "color": {
21632
+ "value": "#6D6D6D",
21633
+ "filePath": "src/status/loading-spinner.yml",
20636
21634
  "isSource": true,
20637
21635
  "original": {
20638
- "value": "{border-style.default}"
21636
+ "value": "{icon.color}"
20639
21637
  },
20640
- "name": "CounterBadgeBorderStyle",
21638
+ "name": "LoadingSpinnerColor",
20641
21639
  "attributes": {
20642
- "category": "counter-badge",
20643
- "type": "border-style"
21640
+ "category": "loading-spinner",
21641
+ "type": "color"
20644
21642
  },
20645
21643
  "path": [
20646
- "counter-badge",
20647
- "border-style"
21644
+ "loading-spinner",
21645
+ "color"
20648
21646
  ]
20649
21647
  },
20650
- "border-color": {
20651
- "value": "#FFFFFF",
20652
- "filePath": "src/status/counter-badge.yml",
21648
+ "color-light": {
21649
+ "value": "rgb(255 255 255 / 100%)",
21650
+ "filePath": "src/status/loading-spinner.yml",
20653
21651
  "isSource": true,
20654
21652
  "original": {
20655
- "value": "{neutral.color.100}"
21653
+ "value": "{light-plain-content-color}"
20656
21654
  },
20657
- "name": "CounterBadgeBorderColor",
21655
+ "name": "LoadingSpinnerColorLight",
20658
21656
  "attributes": {
20659
- "category": "counter-badge",
20660
- "type": "border-color"
21657
+ "category": "loading-spinner",
21658
+ "type": "color-light"
20661
21659
  },
20662
21660
  "path": [
20663
- "counter-badge",
20664
- "border-color"
21661
+ "loading-spinner",
21662
+ "color-light"
20665
21663
  ]
20666
- }
20667
- },
20668
- "loading-spinner": {
20669
- "transition-duration": {
20670
- "value": "2000ms",
21664
+ },
21665
+ "color-dark": {
21666
+ "value": "rgb(0 0 0 / 100%)",
20671
21667
  "filePath": "src/status/loading-spinner.yml",
20672
21668
  "isSource": true,
20673
21669
  "original": {
20674
- "value": "2000ms"
21670
+ "value": "{dark-plain-content-color}"
20675
21671
  },
20676
- "name": "LoadingSpinnerTransitionDuration",
21672
+ "name": "LoadingSpinnerColorDark",
20677
21673
  "attributes": {
20678
21674
  "category": "loading-spinner",
20679
- "type": "transition-duration"
21675
+ "type": "color-dark"
20680
21676
  },
20681
21677
  "path": [
20682
21678
  "loading-spinner",
20683
- "transition-duration"
21679
+ "color-dark"
20684
21680
  ]
20685
21681
  }
20686
21682
  },
@@ -21247,6 +22243,25 @@
21247
22243
  }
21248
22244
  }
21249
22245
  },
22246
+ "password-creation-field": {
22247
+ "rule-to-rule-spacing": {
22248
+ "value": "8px",
22249
+ "filePath": "src/status/password-creation-field.yml",
22250
+ "isSource": true,
22251
+ "original": {
22252
+ "value": "{size-px.s}"
22253
+ },
22254
+ "name": "PasswordCreationFieldRuleToRuleSpacing",
22255
+ "attributes": {
22256
+ "category": "password-creation-field",
22257
+ "type": "rule-to-rule-spacing"
22258
+ },
22259
+ "path": [
22260
+ "password-creation-field",
22261
+ "rule-to-rule-spacing"
22262
+ ]
22263
+ }
22264
+ },
21250
22265
  "progress-bar": {
21251
22266
  "font-size": {
21252
22267
  "value": "1rem",
@@ -21333,39 +22348,81 @@
21333
22348
  "spacing-x"
21334
22349
  ]
21335
22350
  },
21336
- "height": {
21337
- "value": "0.5rem",
22351
+ "spacing-bar-to-legend": {
22352
+ "value": "16px",
21338
22353
  "filePath": "src/status/progress-bar.yml",
21339
22354
  "isSource": true,
21340
22355
  "original": {
21341
- "value": "{size-rem.s}"
22356
+ "value": "{size-px.m}"
21342
22357
  },
21343
- "name": "ProgressBarHeight",
22358
+ "name": "ProgressBarSpacingBarToLegend",
21344
22359
  "attributes": {
21345
22360
  "category": "progress-bar",
21346
- "type": "height"
22361
+ "type": "spacing-bar-to-legend"
21347
22362
  },
21348
22363
  "path": [
21349
22364
  "progress-bar",
21350
- "height"
22365
+ "spacing-bar-to-legend"
21351
22366
  ]
21352
22367
  },
21353
- "height-s": {
21354
- "value": "0.375rem",
21355
- "filePath": "src/status/progress-bar.yml",
21356
- "isSource": true,
21357
- "original": {
21358
- "value": "0.375rem"
22368
+ "height": {
22369
+ "m": {
22370
+ "value": "1rem",
22371
+ "filePath": "src/status/progress-bar.yml",
22372
+ "isSource": true,
22373
+ "original": {
22374
+ "value": "{size-rem.m}"
22375
+ },
22376
+ "name": "ProgressBarHeightM",
22377
+ "attributes": {
22378
+ "category": "progress-bar",
22379
+ "type": "height",
22380
+ "item": "m"
22381
+ },
22382
+ "path": [
22383
+ "progress-bar",
22384
+ "height",
22385
+ "m"
22386
+ ]
21359
22387
  },
21360
- "name": "ProgressBarHeightS",
21361
- "attributes": {
21362
- "category": "progress-bar",
21363
- "type": "height-s"
22388
+ "s": {
22389
+ "value": "0.5rem",
22390
+ "filePath": "src/status/progress-bar.yml",
22391
+ "isSource": true,
22392
+ "original": {
22393
+ "value": "{size-rem.s}"
22394
+ },
22395
+ "name": "ProgressBarHeightS",
22396
+ "attributes": {
22397
+ "category": "progress-bar",
22398
+ "type": "height",
22399
+ "item": "s"
22400
+ },
22401
+ "path": [
22402
+ "progress-bar",
22403
+ "height",
22404
+ "s"
22405
+ ]
21364
22406
  },
21365
- "path": [
21366
- "progress-bar",
21367
- "height-s"
21368
- ]
22407
+ "l": {
22408
+ "value": "1.5rem",
22409
+ "filePath": "src/status/progress-bar.yml",
22410
+ "isSource": true,
22411
+ "original": {
22412
+ "value": "{size-rem.l}"
22413
+ },
22414
+ "name": "ProgressBarHeightL",
22415
+ "attributes": {
22416
+ "category": "progress-bar",
22417
+ "type": "height",
22418
+ "item": "l"
22419
+ },
22420
+ "path": [
22421
+ "progress-bar",
22422
+ "height",
22423
+ "l"
22424
+ ]
22425
+ }
21369
22426
  },
21370
22427
  "corner-radius": {
21371
22428
  "value": "0.25rem",
@@ -21414,93 +22471,282 @@
21414
22471
  "type": "border-color"
21415
22472
  },
21416
22473
  "path": [
21417
- "progress-bar",
21418
- "border-color"
22474
+ "progress-bar",
22475
+ "border-color"
22476
+ ]
22477
+ },
22478
+ "background-color": {
22479
+ "value": "#F8F8F8",
22480
+ "filePath": "src/status/progress-bar.yml",
22481
+ "isSource": true,
22482
+ "original": {
22483
+ "value": "{neutral.color.300}"
22484
+ },
22485
+ "name": "ProgressBarBackgroundColor",
22486
+ "attributes": {
22487
+ "category": "progress-bar",
22488
+ "type": "background-color"
22489
+ },
22490
+ "path": [
22491
+ "progress-bar",
22492
+ "background-color"
22493
+ ]
22494
+ },
22495
+ "info-fill-background-color": {
22496
+ "value": "#0054F5",
22497
+ "filePath": "src/status/progress-bar.yml",
22498
+ "isSource": true,
22499
+ "original": {
22500
+ "value": "{info-solid-background-color.default}"
22501
+ },
22502
+ "name": "ProgressBarInfoFillBackgroundColor",
22503
+ "attributes": {
22504
+ "category": "progress-bar",
22505
+ "type": "info-fill-background-color"
22506
+ },
22507
+ "path": [
22508
+ "progress-bar",
22509
+ "info-fill-background-color"
22510
+ ]
22511
+ },
22512
+ "success-fill-background-color": {
22513
+ "value": "#00825B",
22514
+ "filePath": "src/status/progress-bar.yml",
22515
+ "isSource": true,
22516
+ "original": {
22517
+ "value": "{success-solid-background-color.default}"
22518
+ },
22519
+ "name": "ProgressBarSuccessFillBackgroundColor",
22520
+ "attributes": {
22521
+ "category": "progress-bar",
22522
+ "type": "success-fill-background-color"
22523
+ },
22524
+ "path": [
22525
+ "progress-bar",
22526
+ "success-fill-background-color"
22527
+ ]
22528
+ },
22529
+ "warning-fill-background-color": {
22530
+ "value": "#F56800",
22531
+ "filePath": "src/status/progress-bar.yml",
22532
+ "isSource": true,
22533
+ "original": {
22534
+ "value": "{warning-solid-background-color.default}"
22535
+ },
22536
+ "name": "ProgressBarWarningFillBackgroundColor",
22537
+ "attributes": {
22538
+ "category": "progress-bar",
22539
+ "type": "warning-fill-background-color"
22540
+ },
22541
+ "path": [
22542
+ "progress-bar",
22543
+ "warning-fill-background-color"
22544
+ ]
22545
+ },
22546
+ "danger-fill-background-color": {
22547
+ "value": "#E1244C",
22548
+ "filePath": "src/status/progress-bar.yml",
22549
+ "isSource": true,
22550
+ "original": {
22551
+ "value": "{danger-solid-background-color.default}"
22552
+ },
22553
+ "name": "ProgressBarDangerFillBackgroundColor",
22554
+ "attributes": {
22555
+ "category": "progress-bar",
22556
+ "type": "danger-fill-background-color"
22557
+ },
22558
+ "path": [
22559
+ "progress-bar",
22560
+ "danger-fill-background-color"
22561
+ ]
22562
+ },
22563
+ "indeterminate-fill-background-color": {
22564
+ "value": "#6D6D6D",
22565
+ "filePath": "src/status/progress-bar.yml",
22566
+ "isSource": true,
22567
+ "original": {
22568
+ "value": "{neutral-solid-background-color.default}"
22569
+ },
22570
+ "name": "ProgressBarIndeterminateFillBackgroundColor",
22571
+ "attributes": {
22572
+ "category": "progress-bar",
22573
+ "type": "indeterminate-fill-background-color"
22574
+ },
22575
+ "path": [
22576
+ "progress-bar",
22577
+ "indeterminate-fill-background-color"
22578
+ ]
22579
+ }
22580
+ },
22581
+ "accent-box": {
22582
+ "background-color-neutral": {
22583
+ "value": "#F8F8F8",
22584
+ "filePath": "src/structure/accent-box.yml",
22585
+ "isSource": true,
22586
+ "original": {
22587
+ "value": "{neutral.color.300}"
22588
+ },
22589
+ "name": "AccentBoxBackgroundColorNeutral",
22590
+ "attributes": {
22591
+ "category": "accent-box",
22592
+ "type": "background-color-neutral"
22593
+ },
22594
+ "path": [
22595
+ "accent-box",
22596
+ "background-color-neutral"
22597
+ ]
22598
+ },
22599
+ "background-color-green": {
22600
+ "value": "#D8F5D6",
22601
+ "filePath": "src/structure/accent-box.yml",
22602
+ "isSource": true,
22603
+ "original": {
22604
+ "value": "#D8F5D6"
22605
+ },
22606
+ "name": "AccentBoxBackgroundColorGreen",
22607
+ "attributes": {
22608
+ "category": "accent-box",
22609
+ "type": "background-color-green"
22610
+ },
22611
+ "path": [
22612
+ "accent-box",
22613
+ "background-color-green"
22614
+ ]
22615
+ },
22616
+ "background-color-gradient": {
22617
+ "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%)",
22618
+ "filePath": "src/structure/accent-box.yml",
22619
+ "isSource": true,
22620
+ "original": {
22621
+ "value": "{color.gradient}"
22622
+ },
22623
+ "name": "AccentBoxBackgroundColorGradient",
22624
+ "attributes": {
22625
+ "category": "accent-box",
22626
+ "type": "background-color-gradient"
22627
+ },
22628
+ "path": [
22629
+ "accent-box",
22630
+ "background-color-gradient"
22631
+ ]
22632
+ },
22633
+ "background-color-blue": {
22634
+ "value": "#F0F5FF",
22635
+ "filePath": "src/structure/accent-box.yml",
22636
+ "isSource": true,
22637
+ "original": {
22638
+ "value": "{color.hosting-blue.100}"
22639
+ },
22640
+ "name": "AccentBoxBackgroundColorBlue",
22641
+ "attributes": {
22642
+ "category": "accent-box",
22643
+ "type": "background-color-blue"
22644
+ },
22645
+ "path": [
22646
+ "accent-box",
22647
+ "background-color-blue"
22648
+ ]
22649
+ },
22650
+ "icon-color-blue": {
22651
+ "value": "#E0EBFF",
22652
+ "filePath": "src/structure/accent-box.yml",
22653
+ "isSource": true,
22654
+ "original": {
22655
+ "value": "{color.hosting-blue.200}"
22656
+ },
22657
+ "name": "AccentBoxIconColorBlue",
22658
+ "attributes": {
22659
+ "category": "accent-box",
22660
+ "type": "icon-color-blue"
22661
+ },
22662
+ "path": [
22663
+ "accent-box",
22664
+ "icon-color-blue"
21419
22665
  ]
21420
22666
  },
21421
- "background-color": {
21422
- "value": "transparent",
21423
- "filePath": "src/status/progress-bar.yml",
22667
+ "icon-color-green": {
22668
+ "value": "#c4e3c1",
22669
+ "filePath": "src/structure/accent-box.yml",
21424
22670
  "isSource": true,
21425
22671
  "original": {
21426
- "value": "{neutral-outline-background-color.default}"
22672
+ "value": "#c4e3c1"
21427
22673
  },
21428
- "name": "ProgressBarBackgroundColor",
22674
+ "name": "AccentBoxIconColorGreen",
21429
22675
  "attributes": {
21430
- "category": "progress-bar",
21431
- "type": "background-color"
22676
+ "category": "accent-box",
22677
+ "type": "icon-color-green"
21432
22678
  },
21433
22679
  "path": [
21434
- "progress-bar",
21435
- "background-color"
22680
+ "accent-box",
22681
+ "icon-color-green"
21436
22682
  ]
21437
22683
  },
21438
- "info-fill-background-color": {
21439
- "value": "#0054F5",
21440
- "filePath": "src/status/progress-bar.yml",
22684
+ "icon-color-gradient": {
22685
+ "value": "#002b7b14",
22686
+ "filePath": "src/structure/accent-box.yml",
21441
22687
  "isSource": true,
21442
22688
  "original": {
21443
- "value": "{info-solid-background-color.default}"
22689
+ "value": "#002b7b14"
21444
22690
  },
21445
- "name": "ProgressBarInfoFillBackgroundColor",
22691
+ "name": "AccentBoxIconColorGradient",
21446
22692
  "attributes": {
21447
- "category": "progress-bar",
21448
- "type": "info-fill-background-color"
22693
+ "category": "accent-box",
22694
+ "type": "icon-color-gradient"
21449
22695
  },
21450
22696
  "path": [
21451
- "progress-bar",
21452
- "info-fill-background-color"
22697
+ "accent-box",
22698
+ "icon-color-gradient"
21453
22699
  ]
21454
22700
  },
21455
- "success-fill-background-color": {
21456
- "value": "#00825B",
21457
- "filePath": "src/status/progress-bar.yml",
22701
+ "icon-color-neutral": {
22702
+ "value": "#E6E6E6",
22703
+ "filePath": "src/structure/accent-box.yml",
21458
22704
  "isSource": true,
21459
22705
  "original": {
21460
- "value": "{success-solid-background-color.default}"
22706
+ "value": "{neutral.color.400}"
21461
22707
  },
21462
- "name": "ProgressBarSuccessFillBackgroundColor",
22708
+ "name": "AccentBoxIconColorNeutral",
21463
22709
  "attributes": {
21464
- "category": "progress-bar",
21465
- "type": "success-fill-background-color"
22710
+ "category": "accent-box",
22711
+ "type": "icon-color-neutral"
21466
22712
  },
21467
22713
  "path": [
21468
- "progress-bar",
21469
- "success-fill-background-color"
22714
+ "accent-box",
22715
+ "icon-color-neutral"
21470
22716
  ]
21471
22717
  },
21472
- "warning-fill-background-color": {
21473
- "value": "#F56800",
21474
- "filePath": "src/status/progress-bar.yml",
22718
+ "padding": {
22719
+ "value": "16px",
22720
+ "filePath": "src/structure/accent-box.yml",
21475
22721
  "isSource": true,
21476
22722
  "original": {
21477
- "value": "{warning-solid-background-color.default}"
22723
+ "value": "{size-px.m}"
21478
22724
  },
21479
- "name": "ProgressBarWarningFillBackgroundColor",
22725
+ "name": "AccentBoxPadding",
21480
22726
  "attributes": {
21481
- "category": "progress-bar",
21482
- "type": "warning-fill-background-color"
22727
+ "category": "accent-box",
22728
+ "type": "padding"
21483
22729
  },
21484
22730
  "path": [
21485
- "progress-bar",
21486
- "warning-fill-background-color"
22731
+ "accent-box",
22732
+ "padding"
21487
22733
  ]
21488
22734
  },
21489
- "danger-fill-background-color": {
21490
- "value": "#E1244C",
21491
- "filePath": "src/status/progress-bar.yml",
22735
+ "corner-radius": {
22736
+ "value": "4px",
22737
+ "filePath": "src/structure/accent-box.yml",
21492
22738
  "isSource": true,
21493
22739
  "original": {
21494
- "value": "{danger-solid-background-color.default}"
22740
+ "value": "{corner-radius.default}"
21495
22741
  },
21496
- "name": "ProgressBarDangerFillBackgroundColor",
22742
+ "name": "AccentBoxCornerRadius",
21497
22743
  "attributes": {
21498
- "category": "progress-bar",
21499
- "type": "danger-fill-background-color"
22744
+ "category": "accent-box",
22745
+ "type": "corner-radius"
21500
22746
  },
21501
22747
  "path": [
21502
- "progress-bar",
21503
- "danger-fill-background-color"
22748
+ "accent-box",
22749
+ "corner-radius"
21504
22750
  ]
21505
22751
  }
21506
22752
  },
@@ -21708,7 +22954,7 @@
21708
22954
  ]
21709
22955
  }
21710
22956
  },
21711
- "text-copyButton": {
22957
+ "text-button": {
21712
22958
  "spacing": {
21713
22959
  "value": "0.25rem",
21714
22960
  "filePath": "src/structure/align.yml",
@@ -21716,15 +22962,15 @@
21716
22962
  "original": {
21717
22963
  "value": "{size-rem.xs}"
21718
22964
  },
21719
- "name": "AlignTextCopyButtonSpacing",
22965
+ "name": "AlignTextButtonSpacing",
21720
22966
  "attributes": {
21721
22967
  "category": "align",
21722
- "type": "text-copyButton",
22968
+ "type": "text-button",
21723
22969
  "item": "spacing"
21724
22970
  },
21725
22971
  "path": [
21726
22972
  "align",
21727
- "text-copyButton",
22973
+ "text-button",
21728
22974
  "spacing"
21729
22975
  ]
21730
22976
  }
@@ -21749,27 +22995,6 @@
21749
22995
  "spacing"
21750
22996
  ]
21751
22997
  }
21752
- },
21753
- "text-contextualHelp": {
21754
- "spacing": {
21755
- "value": "0.25rem",
21756
- "filePath": "src/structure/align.yml",
21757
- "isSource": true,
21758
- "original": {
21759
- "value": "{size-rem.xs}"
21760
- },
21761
- "name": "AlignTextContextualHelpSpacing",
21762
- "attributes": {
21763
- "category": "align",
21764
- "type": "text-contextualHelp",
21765
- "item": "spacing"
21766
- },
21767
- "path": [
21768
- "align",
21769
- "text-contextualHelp",
21770
- "spacing"
21771
- ]
21772
- }
21773
22998
  }
21774
22999
  },
21775
23000
  "column-layout": {
@@ -21888,11 +23113,11 @@
21888
23113
  ]
21889
23114
  },
21890
23115
  "padding": {
21891
- "value": "32px",
23116
+ "value": "24px",
21892
23117
  "filePath": "src/structure/layout-card.yml",
21893
23118
  "isSource": true,
21894
23119
  "original": {
21895
- "value": "{size-px.xl}"
23120
+ "value": "{size-px.l}"
21896
23121
  },
21897
23122
  "name": "LayoutCardPadding",
21898
23123
  "attributes": {
@@ -21904,6 +23129,23 @@
21904
23129
  "padding"
21905
23130
  ]
21906
23131
  },
23132
+ "padding-mobile": {
23133
+ "value": "16px",
23134
+ "filePath": "src/structure/layout-card.yml",
23135
+ "isSource": true,
23136
+ "original": {
23137
+ "value": "{size-px.m}"
23138
+ },
23139
+ "name": "LayoutCardPaddingMobile",
23140
+ "attributes": {
23141
+ "category": "layout-card",
23142
+ "type": "padding-mobile"
23143
+ },
23144
+ "path": [
23145
+ "layout-card",
23146
+ "padding-mobile"
23147
+ ]
23148
+ },
21907
23149
  "box-shadow": {
21908
23150
  "value": "rgba(0, 0, 0, 0.1) 0 4px 8px",
21909
23151
  "filePath": "src/structure/layout-card.yml",
@@ -21956,6 +23198,23 @@
21956
23198
  "list",
21957
23199
  "block-to-block-spacing"
21958
23200
  ]
23201
+ },
23202
+ "filter-to-search-spacing": {
23203
+ "value": "32px",
23204
+ "filePath": "src/structure/list.yml",
23205
+ "isSource": true,
23206
+ "original": {
23207
+ "value": "{size-px.xl}"
23208
+ },
23209
+ "name": "ListFilterToSearchSpacing",
23210
+ "attributes": {
23211
+ "category": "list",
23212
+ "type": "filter-to-search-spacing"
23213
+ },
23214
+ "path": [
23215
+ "list",
23216
+ "filter-to-search-spacing"
23217
+ ]
21959
23218
  }
21960
23219
  },
21961
23220
  "list-item": {
@@ -22295,6 +23554,23 @@
22295
23554
  "separator",
22296
23555
  "height"
22297
23556
  ]
23557
+ },
23558
+ "border-style": {
23559
+ "value": "solid",
23560
+ "filePath": "src/structure/separator.yml",
23561
+ "isSource": true,
23562
+ "original": {
23563
+ "value": "{border-style.default}"
23564
+ },
23565
+ "name": "SeparatorBorderStyle",
23566
+ "attributes": {
23567
+ "category": "separator",
23568
+ "type": "border-style"
23569
+ },
23570
+ "path": [
23571
+ "separator",
23572
+ "border-style"
23573
+ ]
22298
23574
  }
22299
23575
  },
22300
23576
  "table": {
@@ -22505,13 +23781,32 @@
22505
23781
  },
22506
23782
  "transition": {
22507
23783
  "duration": {
22508
- "default": {
23784
+ "fast": {
22509
23785
  "value": "200ms",
22510
23786
  "filePath": "src/transition.yml",
22511
23787
  "isSource": true,
22512
23788
  "original": {
22513
23789
  "value": "200ms"
22514
23790
  },
23791
+ "name": "TransitionDurationFast",
23792
+ "attributes": {
23793
+ "category": "transition",
23794
+ "type": "duration",
23795
+ "item": "fast"
23796
+ },
23797
+ "path": [
23798
+ "transition",
23799
+ "duration",
23800
+ "fast"
23801
+ ]
23802
+ },
23803
+ "default": {
23804
+ "value": "300ms",
23805
+ "filePath": "src/transition.yml",
23806
+ "isSource": true,
23807
+ "original": {
23808
+ "value": "300ms"
23809
+ },
22515
23810
  "name": "TransitionDurationDefault",
22516
23811
  "attributes": {
22517
23812
  "category": "transition",
@@ -22525,11 +23820,11 @@
22525
23820
  ]
22526
23821
  },
22527
23822
  "slow": {
22528
- "value": "300ms",
23823
+ "value": "400ms",
22529
23824
  "filePath": "src/transition.yml",
22530
23825
  "isSource": true,
22531
23826
  "original": {
22532
- "value": "300ms"
23827
+ "value": "400ms"
22533
23828
  },
22534
23829
  "name": "TransitionDurationSlow",
22535
23830
  "attributes": {
@@ -22649,21 +23944,44 @@
22649
23944
  ]
22650
23945
  },
22651
23946
  "border-color": {
22652
- "value": "#909090",
22653
- "filePath": "src/upload/file-card.yml",
22654
- "isSource": true,
22655
- "original": {
22656
- "value": "{neutral-outline-border-color}"
22657
- },
22658
- "name": "FileCardBorderColor",
22659
- "attributes": {
22660
- "category": "file-card",
22661
- "type": "border-color"
23947
+ "default": {
23948
+ "value": "#909090",
23949
+ "filePath": "src/upload/file-card.yml",
23950
+ "isSource": true,
23951
+ "original": {
23952
+ "value": "{neutral-outline-border-color}"
23953
+ },
23954
+ "name": "FileCardBorderColorDefault",
23955
+ "attributes": {
23956
+ "category": "file-card",
23957
+ "type": "border-color",
23958
+ "item": "default"
23959
+ },
23960
+ "path": [
23961
+ "file-card",
23962
+ "border-color",
23963
+ "default"
23964
+ ]
22662
23965
  },
22663
- "path": [
22664
- "file-card",
22665
- "border-color"
22666
- ]
23966
+ "error": {
23967
+ "value": "#E1244C",
23968
+ "filePath": "src/upload/file-card.yml",
23969
+ "isSource": true,
23970
+ "original": {
23971
+ "value": "{danger-outline-border-color}"
23972
+ },
23973
+ "name": "FileCardBorderColorError",
23974
+ "attributes": {
23975
+ "category": "file-card",
23976
+ "type": "border-color",
23977
+ "item": "error"
23978
+ },
23979
+ "path": [
23980
+ "file-card",
23981
+ "border-color",
23982
+ "error"
23983
+ ]
23984
+ }
22667
23985
  },
22668
23986
  "sub-title-font-size": {
22669
23987
  "value": "0.875rem",
@@ -22739,6 +24057,25 @@
22739
24057
  "background-color",
22740
24058
  "pressed"
22741
24059
  ]
24060
+ },
24061
+ "error": {
24062
+ "value": "#FDF0F3",
24063
+ "filePath": "src/upload/file-card.yml",
24064
+ "isSource": true,
24065
+ "original": {
24066
+ "value": "{danger.color.100}"
24067
+ },
24068
+ "name": "FileCardBackgroundColorError",
24069
+ "attributes": {
24070
+ "category": "file-card",
24071
+ "type": "background-color",
24072
+ "item": "error"
24073
+ },
24074
+ "path": [
24075
+ "file-card",
24076
+ "background-color",
24077
+ "error"
24078
+ ]
22742
24079
  }
22743
24080
  }
22744
24081
  },
@@ -22777,6 +24114,27 @@
22777
24114
  "padding"
22778
24115
  ]
22779
24116
  },
24117
+ "content-color": {
24118
+ "disabled": {
24119
+ "value": "#D5D5D5",
24120
+ "filePath": "src/upload/file-drop-zone.yml",
24121
+ "isSource": true,
24122
+ "original": {
24123
+ "value": "{disabled-outline-content-color}"
24124
+ },
24125
+ "name": "FileDropZoneContentColorDisabled",
24126
+ "attributes": {
24127
+ "category": "file-drop-zone",
24128
+ "type": "content-color",
24129
+ "item": "disabled"
24130
+ },
24131
+ "path": [
24132
+ "file-drop-zone",
24133
+ "content-color",
24134
+ "disabled"
24135
+ ]
24136
+ }
24137
+ },
22780
24138
  "background-color": {
22781
24139
  "default": {
22782
24140
  "value": "#F8F8F8",
@@ -22815,6 +24173,25 @@
22815
24173
  "background-color",
22816
24174
  "target"
22817
24175
  ]
24176
+ },
24177
+ "disabled": {
24178
+ "value": "#F8F8F8",
24179
+ "filePath": "src/upload/file-drop-zone.yml",
24180
+ "isSource": true,
24181
+ "original": {
24182
+ "value": "{disabled-outline-background-color}"
24183
+ },
24184
+ "name": "FileDropZoneBackgroundColorDisabled",
24185
+ "attributes": {
24186
+ "category": "file-drop-zone",
24187
+ "type": "background-color",
24188
+ "item": "disabled"
24189
+ },
24190
+ "path": [
24191
+ "file-drop-zone",
24192
+ "background-color",
24193
+ "disabled"
24194
+ ]
22818
24195
  }
22819
24196
  },
22820
24197
  "border-width": {
@@ -22912,6 +24289,25 @@
22912
24289
  "border-color",
22913
24290
  "target"
22914
24291
  ]
24292
+ },
24293
+ "disabled": {
24294
+ "value": "#E6E6E6",
24295
+ "filePath": "src/upload/file-drop-zone.yml",
24296
+ "isSource": true,
24297
+ "original": {
24298
+ "value": "{disabled-outline-border-color}"
24299
+ },
24300
+ "name": "FileDropZoneBorderColorDisabled",
24301
+ "attributes": {
24302
+ "category": "file-drop-zone",
24303
+ "type": "border-color",
24304
+ "item": "disabled"
24305
+ },
24306
+ "path": [
24307
+ "file-drop-zone",
24308
+ "border-color",
24309
+ "disabled"
24310
+ ]
22915
24311
  }
22916
24312
  }
22917
24313
  }