@mittwald/flow-design-tokens 0.2.0-alpha.51 → 0.2.0-alpha.511

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": {
@@ -11239,23 +11834,6 @@
11239
11834
  "font-size"
11240
11835
  ]
11241
11836
  },
11242
- "line-height": {
11243
- "value": "calc(1rem * 1.5)",
11244
- "filePath": "src/content/code.yml",
11245
- "isSource": true,
11246
- "original": {
11247
- "value": "{line-height.m}"
11248
- },
11249
- "name": "CodeLineHeight",
11250
- "attributes": {
11251
- "category": "code",
11252
- "type": "line-height"
11253
- },
11254
- "path": [
11255
- "code",
11256
- "line-height"
11257
- ]
11258
- },
11259
11837
  "padding-x": {
11260
11838
  "value": "4px",
11261
11839
  "filePath": "src/content/code.yml",
@@ -13190,15 +13768,83 @@
13190
13768
  "icon",
13191
13769
  "color"
13192
13770
  ]
13193
- }
13194
- },
13195
- "illustrated-message": {
13196
- "padding": {
13197
- "value": "16px",
13198
- "filePath": "src/content/illustrated-message.yml",
13199
- "isSource": true,
13200
- "original": {
13201
- "value": "{size-px.m}"
13771
+ },
13772
+ "info-color": {
13773
+ "value": "#003FB8",
13774
+ "filePath": "src/content/icon.yml",
13775
+ "isSource": true,
13776
+ "original": {
13777
+ "value": "{info-outline-content-color}"
13778
+ },
13779
+ "name": "IconInfoColor",
13780
+ "attributes": {
13781
+ "category": "icon",
13782
+ "type": "info-color"
13783
+ },
13784
+ "path": [
13785
+ "icon",
13786
+ "info-color"
13787
+ ]
13788
+ },
13789
+ "warning-color": {
13790
+ "value": "#C25200",
13791
+ "filePath": "src/content/icon.yml",
13792
+ "isSource": true,
13793
+ "original": {
13794
+ "value": "{warning-outline-content-color}"
13795
+ },
13796
+ "name": "IconWarningColor",
13797
+ "attributes": {
13798
+ "category": "icon",
13799
+ "type": "warning-color"
13800
+ },
13801
+ "path": [
13802
+ "icon",
13803
+ "warning-color"
13804
+ ]
13805
+ },
13806
+ "danger-color": {
13807
+ "value": "#B4193A",
13808
+ "filePath": "src/content/icon.yml",
13809
+ "isSource": true,
13810
+ "original": {
13811
+ "value": "{danger-outline-content-color}"
13812
+ },
13813
+ "name": "IconDangerColor",
13814
+ "attributes": {
13815
+ "category": "icon",
13816
+ "type": "danger-color"
13817
+ },
13818
+ "path": [
13819
+ "icon",
13820
+ "danger-color"
13821
+ ]
13822
+ },
13823
+ "success-color": {
13824
+ "value": "#005F42",
13825
+ "filePath": "src/content/icon.yml",
13826
+ "isSource": true,
13827
+ "original": {
13828
+ "value": "{success-outline-content-color}"
13829
+ },
13830
+ "name": "IconSuccessColor",
13831
+ "attributes": {
13832
+ "category": "icon",
13833
+ "type": "success-color"
13834
+ },
13835
+ "path": [
13836
+ "icon",
13837
+ "success-color"
13838
+ ]
13839
+ }
13840
+ },
13841
+ "illustrated-message": {
13842
+ "padding": {
13843
+ "value": "16px",
13844
+ "filePath": "src/content/illustrated-message.yml",
13845
+ "isSource": true,
13846
+ "original": {
13847
+ "value": "{size-px.m}"
13202
13848
  },
13203
13849
  "name": "IllustratedMessagePadding",
13204
13850
  "attributes": {
@@ -13618,143 +14264,79 @@
13618
14264
  ]
13619
14265
  }
13620
14266
  },
13621
- "message-thread": {
14267
+ "rating": {
13622
14268
  "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"
14269
+ "s": {
14270
+ "value": "0.25rem",
14271
+ "filePath": "src/content/rating.yml",
14272
+ "isSource": true,
14273
+ "original": {
14274
+ "value": "{size-rem.xs}"
14275
+ },
14276
+ "name": "RatingSpacingS",
14277
+ "attributes": {
14278
+ "category": "rating",
14279
+ "type": "spacing",
14280
+ "item": "s"
14281
+ },
14282
+ "path": [
14283
+ "rating",
14284
+ "spacing",
14285
+ "s"
14286
+ ]
13720
14287
  },
13721
- "path": [
13722
- "message",
13723
- "spacing-x"
13724
- ]
14288
+ "m": {
14289
+ "value": "0.5rem",
14290
+ "filePath": "src/content/rating.yml",
14291
+ "isSource": true,
14292
+ "original": {
14293
+ "value": "{size-rem.s}"
14294
+ },
14295
+ "name": "RatingSpacingM",
14296
+ "attributes": {
14297
+ "category": "rating",
14298
+ "type": "spacing",
14299
+ "item": "m"
14300
+ },
14301
+ "path": [
14302
+ "rating",
14303
+ "spacing",
14304
+ "m"
14305
+ ]
14306
+ }
13725
14307
  },
13726
- "background-color-responder": {
13727
- "value": "#E6E6E6",
13728
- "filePath": "src/content/message.yml",
14308
+ "star-color": {
14309
+ "value": "#909090",
14310
+ "filePath": "src/content/rating.yml",
13729
14311
  "isSource": true,
13730
14312
  "original": {
13731
- "value": "{color.gray.400}"
14313
+ "value": "{neutral.color.700}"
13732
14314
  },
13733
- "name": "MessageBackgroundColorResponder",
14315
+ "name": "RatingStarColor",
13734
14316
  "attributes": {
13735
- "category": "message",
13736
- "type": "background-color-responder"
14317
+ "category": "rating",
14318
+ "type": "star-color"
13737
14319
  },
13738
14320
  "path": [
13739
- "message",
13740
- "background-color-responder"
14321
+ "rating",
14322
+ "star-color"
13741
14323
  ]
13742
14324
  },
13743
- "background-color-sender": {
13744
- "value": "#E0EBFF",
13745
- "filePath": "src/content/message.yml",
14325
+ "star-filled-color": {
14326
+ "value": "#002A7B",
14327
+ "filePath": "src/content/rating.yml",
13746
14328
  "isSource": true,
13747
14329
  "original": {
13748
- "value": "{color.hosting-blue.200}"
14330
+ "value": "{primary.color.1000}"
13749
14331
  },
13750
- "name": "MessageBackgroundColorSender",
14332
+ "name": "RatingStarFilledColor",
13751
14333
  "attributes": {
13752
- "category": "message",
13753
- "type": "background-color-sender"
14334
+ "category": "rating",
14335
+ "type": "star-filled-color"
13754
14336
  },
13755
14337
  "path": [
13756
- "message",
13757
- "background-color-sender"
14338
+ "rating",
14339
+ "star-filled-color"
13758
14340
  ]
13759
14341
  }
13760
14342
  },
@@ -13859,84 +14441,641 @@
13859
14441
  "filePath": "src/content/text.yml",
13860
14442
  "isSource": true,
13861
14443
  "original": {
13862
- "value": "{border-width.300}"
14444
+ "value": "{border-width.300}"
14445
+ },
14446
+ "name": "TextBlockquoteBorderWidth",
14447
+ "attributes": {
14448
+ "category": "text",
14449
+ "type": "blockquote-border-width"
14450
+ },
14451
+ "path": [
14452
+ "text",
14453
+ "blockquote-border-width"
14454
+ ]
14455
+ },
14456
+ "blockquote-border-style": {
14457
+ "value": "solid",
14458
+ "filePath": "src/content/text.yml",
14459
+ "isSource": true,
14460
+ "original": {
14461
+ "value": "{border-style.default}"
14462
+ },
14463
+ "name": "TextBlockquoteBorderStyle",
14464
+ "attributes": {
14465
+ "category": "text",
14466
+ "type": "blockquote-border-style"
14467
+ },
14468
+ "path": [
14469
+ "text",
14470
+ "blockquote-border-style"
14471
+ ]
14472
+ },
14473
+ "blockquote-border-color": {
14474
+ "value": "#0054F5",
14475
+ "filePath": "src/content/text.yml",
14476
+ "isSource": true,
14477
+ "original": {
14478
+ "value": "{info-outline-border-color}"
14479
+ },
14480
+ "name": "TextBlockquoteBorderColor",
14481
+ "attributes": {
14482
+ "category": "text",
14483
+ "type": "blockquote-border-color"
14484
+ },
14485
+ "path": [
14486
+ "text",
14487
+ "blockquote-border-color"
14488
+ ]
14489
+ },
14490
+ "blockquote-padding": {
14491
+ "value": "0.5rem",
14492
+ "filePath": "src/content/text.yml",
14493
+ "isSource": true,
14494
+ "original": {
14495
+ "value": "{size-rem.s}"
14496
+ },
14497
+ "name": "TextBlockquotePadding",
14498
+ "attributes": {
14499
+ "category": "text",
14500
+ "type": "blockquote-padding"
14501
+ },
14502
+ "path": [
14503
+ "text",
14504
+ "blockquote-padding"
14505
+ ]
14506
+ },
14507
+ "list-padding": {
14508
+ "value": "1.5rem",
14509
+ "filePath": "src/content/text.yml",
14510
+ "isSource": true,
14511
+ "original": {
14512
+ "value": "{size-rem.l}"
14513
+ },
14514
+ "name": "TextListPadding",
14515
+ "attributes": {
14516
+ "category": "text",
14517
+ "type": "list-padding"
14518
+ },
14519
+ "path": [
14520
+ "text",
14521
+ "list-padding"
14522
+ ]
14523
+ }
14524
+ },
14525
+ "area": {
14526
+ "border-width": {
14527
+ "value": "2px",
14528
+ "filePath": "src/dataVisualisation/area.yml",
14529
+ "isSource": true,
14530
+ "original": {
14531
+ "value": "{border-width.200}"
14532
+ },
14533
+ "name": "AreaBorderWidth",
14534
+ "attributes": {
14535
+ "category": "area",
14536
+ "type": "border-width"
14537
+ },
14538
+ "path": [
14539
+ "area",
14540
+ "border-width"
14541
+ ]
14542
+ },
14543
+ "border-color": {
14544
+ "value": "#FFFFFF",
14545
+ "filePath": "src/dataVisualisation/area.yml",
14546
+ "isSource": true,
14547
+ "original": {
14548
+ "value": "{neutral.color.100}"
14549
+ },
14550
+ "name": "AreaBorderColor",
14551
+ "attributes": {
14552
+ "category": "area",
14553
+ "type": "border-color"
14554
+ },
14555
+ "path": [
14556
+ "area",
14557
+ "border-color"
14558
+ ]
14559
+ }
14560
+ },
14561
+ "axis": {
14562
+ "spacing": {
14563
+ "value": "8px",
14564
+ "filePath": "src/dataVisualisation/axis.yml",
14565
+ "isSource": true,
14566
+ "original": {
14567
+ "value": "{size-px.s}"
14568
+ },
14569
+ "name": "AxisSpacing",
14570
+ "attributes": {
14571
+ "category": "axis",
14572
+ "type": "spacing"
14573
+ },
14574
+ "path": [
14575
+ "axis",
14576
+ "spacing"
14577
+ ]
14578
+ },
14579
+ "font-size": {
14580
+ "value": "0.875rem",
14581
+ "filePath": "src/dataVisualisation/axis.yml",
14582
+ "isSource": true,
14583
+ "original": {
14584
+ "value": "{font-size-text.s}"
14585
+ },
14586
+ "name": "AxisFontSize",
14587
+ "attributes": {
14588
+ "category": "axis",
14589
+ "type": "font-size"
14590
+ },
14591
+ "path": [
14592
+ "axis",
14593
+ "font-size"
14594
+ ]
14595
+ },
14596
+ "color": {
14597
+ "value": "#909090",
14598
+ "filePath": "src/dataVisualisation/axis.yml",
14599
+ "isSource": true,
14600
+ "original": {
14601
+ "value": "{color.gray.700}"
14602
+ },
14603
+ "name": "AxisColor",
14604
+ "attributes": {
14605
+ "category": "axis",
14606
+ "type": "color"
14607
+ },
14608
+ "path": [
14609
+ "axis",
14610
+ "color"
14611
+ ]
14612
+ },
14613
+ "text-color": {
14614
+ "value": "#222222",
14615
+ "filePath": "src/dataVisualisation/axis.yml",
14616
+ "isSource": true,
14617
+ "original": {
14618
+ "value": "{neutral.color.1000}"
14619
+ },
14620
+ "name": "AxisTextColor",
14621
+ "attributes": {
14622
+ "category": "axis",
14623
+ "type": "text-color"
14624
+ },
14625
+ "path": [
14626
+ "axis",
14627
+ "text-color"
14628
+ ]
14629
+ },
14630
+ "stroke-width": {
14631
+ "value": "1px",
14632
+ "filePath": "src/dataVisualisation/axis.yml",
14633
+ "isSource": true,
14634
+ "original": {
14635
+ "value": "{border-width.100}"
14636
+ },
14637
+ "name": "AxisStrokeWidth",
14638
+ "attributes": {
14639
+ "category": "axis",
14640
+ "type": "stroke-width"
14641
+ },
14642
+ "path": [
14643
+ "axis",
14644
+ "stroke-width"
14645
+ ]
14646
+ },
14647
+ "tick-size": {
14648
+ "value": "8px",
14649
+ "filePath": "src/dataVisualisation/axis.yml",
14650
+ "isSource": true,
14651
+ "original": {
14652
+ "value": "{size-px.s}"
14653
+ },
14654
+ "name": "AxisTickSize",
14655
+ "attributes": {
14656
+ "category": "axis",
14657
+ "type": "tick-size"
14658
+ },
14659
+ "path": [
14660
+ "axis",
14661
+ "tick-size"
14662
+ ]
14663
+ }
14664
+ },
14665
+ "big-number": {
14666
+ "spacing": {
14667
+ "value": "0.25rem",
14668
+ "filePath": "src/dataVisualisation/big-number.yml",
14669
+ "isSource": true,
14670
+ "original": {
14671
+ "value": "{size-rem.xs}"
14672
+ },
14673
+ "name": "BigNumberSpacing",
14674
+ "attributes": {
14675
+ "category": "big-number",
14676
+ "type": "spacing"
14677
+ },
14678
+ "path": [
14679
+ "big-number",
14680
+ "spacing"
14681
+ ]
14682
+ },
14683
+ "top-font-size": {
14684
+ "value": "2rem",
14685
+ "filePath": "src/dataVisualisation/big-number.yml",
14686
+ "isSource": true,
14687
+ "original": {
14688
+ "value": "{font-size-heading.xl}"
14689
+ },
14690
+ "name": "BigNumberTopFontSize",
14691
+ "attributes": {
14692
+ "category": "big-number",
14693
+ "type": "top-font-size"
14694
+ },
14695
+ "path": [
14696
+ "big-number",
14697
+ "top-font-size"
14698
+ ]
14699
+ },
14700
+ "bottom-font-size": {
14701
+ "value": "1rem",
14702
+ "filePath": "src/dataVisualisation/big-number.yml",
14703
+ "isSource": true,
14704
+ "original": {
14705
+ "value": "{font-size-text.m}"
14706
+ },
14707
+ "name": "BigNumberBottomFontSize",
14708
+ "attributes": {
14709
+ "category": "big-number",
14710
+ "type": "bottom-font-size"
14711
+ },
14712
+ "path": [
14713
+ "big-number",
14714
+ "bottom-font-size"
14715
+ ]
14716
+ },
14717
+ "font-weight": {
14718
+ "value": "bold",
14719
+ "filePath": "src/dataVisualisation/big-number.yml",
14720
+ "isSource": true,
14721
+ "original": {
14722
+ "value": "{font-weight.bold}"
14723
+ },
14724
+ "name": "BigNumberFontWeight",
14725
+ "attributes": {
14726
+ "category": "big-number",
14727
+ "type": "font-weight"
14728
+ },
14729
+ "path": [
14730
+ "big-number",
14731
+ "font-weight"
14732
+ ]
14733
+ }
14734
+ },
14735
+ "cartesian-grid": {
14736
+ "color": {
14737
+ "value": "#909090",
14738
+ "filePath": "src/dataVisualisation/cartesian-grid.yml",
14739
+ "isSource": true,
14740
+ "original": {
14741
+ "value": "{color.gray.700}"
14742
+ },
14743
+ "name": "CartesianGridColor",
14744
+ "attributes": {
14745
+ "category": "cartesian-grid",
14746
+ "type": "color"
14747
+ },
14748
+ "path": [
14749
+ "cartesian-grid",
14750
+ "color"
14751
+ ]
14752
+ },
14753
+ "stroke-width": {
14754
+ "value": "1px",
14755
+ "filePath": "src/dataVisualisation/cartesian-grid.yml",
14756
+ "isSource": true,
14757
+ "original": {
14758
+ "value": "{border-width.100}"
14759
+ },
14760
+ "name": "CartesianGridStrokeWidth",
14761
+ "attributes": {
14762
+ "category": "cartesian-grid",
14763
+ "type": "stroke-width"
14764
+ },
14765
+ "path": [
14766
+ "cartesian-grid",
14767
+ "stroke-width"
14768
+ ]
14769
+ }
14770
+ },
14771
+ "chart-tooltip": {
14772
+ "spacing": {
14773
+ "value": "8px",
14774
+ "filePath": "src/dataVisualisation/chart-tooltip.yml",
14775
+ "isSource": true,
14776
+ "original": {
14777
+ "value": "{size-px.s}"
14778
+ },
14779
+ "name": "ChartTooltipSpacing",
14780
+ "attributes": {
14781
+ "category": "chart-tooltip",
14782
+ "type": "spacing"
14783
+ },
14784
+ "path": [
14785
+ "chart-tooltip",
14786
+ "spacing"
14787
+ ]
14788
+ }
14789
+ },
14790
+ "donut-chart": {
14791
+ "border-color": {
14792
+ "value": "#909090",
14793
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14794
+ "isSource": true,
14795
+ "original": {
14796
+ "value": "{neutral-outline-border-color}"
14797
+ },
14798
+ "name": "DonutChartBorderColor",
14799
+ "attributes": {
14800
+ "category": "donut-chart",
14801
+ "type": "border-color"
14802
+ },
14803
+ "path": [
14804
+ "donut-chart",
14805
+ "border-color"
14806
+ ]
14807
+ },
14808
+ "background-color": {
14809
+ "value": "#F8F8F8",
14810
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14811
+ "isSource": true,
14812
+ "original": {
14813
+ "value": "{neutral.color.300}"
14814
+ },
14815
+ "name": "DonutChartBackgroundColor",
14816
+ "attributes": {
14817
+ "category": "donut-chart",
14818
+ "type": "background-color"
14819
+ },
14820
+ "path": [
14821
+ "donut-chart",
14822
+ "background-color"
14823
+ ]
14824
+ },
14825
+ "spacing-y": {
14826
+ "value": "0.5rem",
14827
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14828
+ "isSource": true,
14829
+ "original": {
14830
+ "value": "{size-rem.s}"
14831
+ },
14832
+ "name": "DonutChartSpacingY",
14833
+ "attributes": {
14834
+ "category": "donut-chart",
14835
+ "type": "spacing-y"
14836
+ },
14837
+ "path": [
14838
+ "donut-chart",
14839
+ "spacing-y"
14840
+ ]
14841
+ },
14842
+ "spacing-x": {
14843
+ "value": "1rem",
14844
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14845
+ "isSource": true,
14846
+ "original": {
14847
+ "value": "{size-rem.m}"
14848
+ },
14849
+ "name": "DonutChartSpacingX",
14850
+ "attributes": {
14851
+ "category": "donut-chart",
14852
+ "type": "spacing-x"
14853
+ },
14854
+ "path": [
14855
+ "donut-chart",
14856
+ "spacing-x"
14857
+ ]
14858
+ },
14859
+ "padding": {
14860
+ "m": {
14861
+ "value": "24px",
14862
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14863
+ "isSource": true,
14864
+ "original": {
14865
+ "value": "{size-px.l}"
14866
+ },
14867
+ "name": "DonutChartPaddingM",
14868
+ "attributes": {
14869
+ "category": "donut-chart",
14870
+ "type": "padding",
14871
+ "item": "m"
14872
+ },
14873
+ "path": [
14874
+ "donut-chart",
14875
+ "padding",
14876
+ "m"
14877
+ ]
14878
+ },
14879
+ "l": {
14880
+ "value": "32px",
14881
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14882
+ "isSource": true,
14883
+ "original": {
14884
+ "value": "{size-px.xl}"
14885
+ },
14886
+ "name": "DonutChartPaddingL",
14887
+ "attributes": {
14888
+ "category": "donut-chart",
14889
+ "type": "padding",
14890
+ "item": "l"
14891
+ },
14892
+ "path": [
14893
+ "donut-chart",
14894
+ "padding",
14895
+ "l"
14896
+ ]
14897
+ }
14898
+ },
14899
+ "info-fill-background-color": {
14900
+ "value": "#0054F5",
14901
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14902
+ "isSource": true,
14903
+ "original": {
14904
+ "value": "{info-solid-background-color.default}"
14905
+ },
14906
+ "name": "DonutChartInfoFillBackgroundColor",
14907
+ "attributes": {
14908
+ "category": "donut-chart",
14909
+ "type": "info-fill-background-color"
14910
+ },
14911
+ "path": [
14912
+ "donut-chart",
14913
+ "info-fill-background-color"
14914
+ ]
14915
+ },
14916
+ "success-fill-background-color": {
14917
+ "value": "#00825B",
14918
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14919
+ "isSource": true,
14920
+ "original": {
14921
+ "value": "{success-solid-background-color.default}"
14922
+ },
14923
+ "name": "DonutChartSuccessFillBackgroundColor",
14924
+ "attributes": {
14925
+ "category": "donut-chart",
14926
+ "type": "success-fill-background-color"
14927
+ },
14928
+ "path": [
14929
+ "donut-chart",
14930
+ "success-fill-background-color"
14931
+ ]
14932
+ },
14933
+ "warning-fill-background-color": {
14934
+ "value": "#F56800",
14935
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14936
+ "isSource": true,
14937
+ "original": {
14938
+ "value": "{warning-solid-background-color.default}"
14939
+ },
14940
+ "name": "DonutChartWarningFillBackgroundColor",
14941
+ "attributes": {
14942
+ "category": "donut-chart",
14943
+ "type": "warning-fill-background-color"
14944
+ },
14945
+ "path": [
14946
+ "donut-chart",
14947
+ "warning-fill-background-color"
14948
+ ]
14949
+ },
14950
+ "danger-fill-background-color": {
14951
+ "value": "#E1244C",
14952
+ "filePath": "src/dataVisualisation/donut-chart.yml",
14953
+ "isSource": true,
14954
+ "original": {
14955
+ "value": "{danger-solid-background-color.default}"
13863
14956
  },
13864
- "name": "TextBlockquoteBorderWidth",
14957
+ "name": "DonutChartDangerFillBackgroundColor",
13865
14958
  "attributes": {
13866
- "category": "text",
13867
- "type": "blockquote-border-width"
14959
+ "category": "donut-chart",
14960
+ "type": "danger-fill-background-color"
13868
14961
  },
13869
14962
  "path": [
13870
- "text",
13871
- "blockquote-border-width"
14963
+ "donut-chart",
14964
+ "danger-fill-background-color"
13872
14965
  ]
13873
- },
13874
- "blockquote-border-style": {
13875
- "value": "solid",
13876
- "filePath": "src/content/text.yml",
14966
+ }
14967
+ },
14968
+ "legend": {
14969
+ "spacing-x": {
14970
+ "value": "16px",
14971
+ "filePath": "src/dataVisualisation/legend.yml",
13877
14972
  "isSource": true,
13878
14973
  "original": {
13879
- "value": "{border-style.default}"
14974
+ "value": "{size-px.m}"
13880
14975
  },
13881
- "name": "TextBlockquoteBorderStyle",
14976
+ "name": "LegendSpacingX",
13882
14977
  "attributes": {
13883
- "category": "text",
13884
- "type": "blockquote-border-style"
14978
+ "category": "legend",
14979
+ "type": "spacing-x"
13885
14980
  },
13886
14981
  "path": [
13887
- "text",
13888
- "blockquote-border-style"
14982
+ "legend",
14983
+ "spacing-x"
13889
14984
  ]
13890
14985
  },
13891
- "blockquote-border-color": {
13892
- "value": "#0054F5",
13893
- "filePath": "src/content/text.yml",
14986
+ "spacing-y": {
14987
+ "value": "8px",
14988
+ "filePath": "src/dataVisualisation/legend.yml",
13894
14989
  "isSource": true,
13895
14990
  "original": {
13896
- "value": "{info-outline-border-color}"
14991
+ "value": "{size-px.s}"
13897
14992
  },
13898
- "name": "TextBlockquoteBorderColor",
14993
+ "name": "LegendSpacingY",
13899
14994
  "attributes": {
13900
- "category": "text",
13901
- "type": "blockquote-border-color"
14995
+ "category": "legend",
14996
+ "type": "spacing-y"
13902
14997
  },
13903
14998
  "path": [
13904
- "text",
13905
- "blockquote-border-color"
14999
+ "legend",
15000
+ "spacing-y"
13906
15001
  ]
13907
- },
13908
- "blockquote-padding": {
15002
+ }
15003
+ },
15004
+ "legend-item": {
15005
+ "spacing": {
13909
15006
  "value": "0.5rem",
13910
- "filePath": "src/content/text.yml",
15007
+ "filePath": "src/dataVisualisation/legend.yml",
13911
15008
  "isSource": true,
13912
15009
  "original": {
13913
15010
  "value": "{size-rem.s}"
13914
15011
  },
13915
- "name": "TextBlockquotePadding",
15012
+ "name": "LegendItemSpacing",
13916
15013
  "attributes": {
13917
- "category": "text",
13918
- "type": "blockquote-padding"
15014
+ "category": "legend-item",
15015
+ "type": "spacing"
13919
15016
  },
13920
15017
  "path": [
13921
- "text",
13922
- "blockquote-padding"
15018
+ "legend-item",
15019
+ "spacing"
13923
15020
  ]
13924
15021
  },
13925
- "list-padding": {
13926
- "value": "1.5rem",
13927
- "filePath": "src/content/text.yml",
15022
+ "marker": {
15023
+ "size": {
15024
+ "value": "1rem",
15025
+ "filePath": "src/dataVisualisation/legend.yml",
15026
+ "isSource": true,
15027
+ "original": {
15028
+ "value": "{size-rem.m}"
15029
+ },
15030
+ "name": "LegendItemMarkerSize",
15031
+ "attributes": {
15032
+ "category": "legend-item",
15033
+ "type": "marker",
15034
+ "item": "size"
15035
+ },
15036
+ "path": [
15037
+ "legend-item",
15038
+ "marker",
15039
+ "size"
15040
+ ]
15041
+ },
15042
+ "corner-radius": {
15043
+ "value": "4px",
15044
+ "filePath": "src/dataVisualisation/legend.yml",
15045
+ "isSource": true,
15046
+ "original": {
15047
+ "value": "{corner-radius.default}"
15048
+ },
15049
+ "name": "LegendItemMarkerCornerRadius",
15050
+ "attributes": {
15051
+ "category": "legend-item",
15052
+ "type": "marker",
15053
+ "item": "corner-radius"
15054
+ },
15055
+ "path": [
15056
+ "legend-item",
15057
+ "marker",
15058
+ "corner-radius"
15059
+ ]
15060
+ }
15061
+ }
15062
+ },
15063
+ "line": {
15064
+ "border-width": {
15065
+ "value": "2px",
15066
+ "filePath": "src/dataVisualisation/line.yml",
13928
15067
  "isSource": true,
13929
15068
  "original": {
13930
- "value": "{size-rem.l}"
15069
+ "value": "{border-width.200}"
13931
15070
  },
13932
- "name": "TextListPadding",
15071
+ "name": "LineBorderWidth",
13933
15072
  "attributes": {
13934
- "category": "text",
13935
- "type": "list-padding"
15073
+ "category": "line",
15074
+ "type": "border-width"
13936
15075
  },
13937
15076
  "path": [
13938
- "text",
13939
- "list-padding"
15077
+ "line",
15078
+ "border-width"
13940
15079
  ]
13941
15080
  }
13942
15081
  },
@@ -13958,6 +15097,23 @@
13958
15097
  "outline-color"
13959
15098
  ]
13960
15099
  },
15100
+ "secondary-outline-color": {
15101
+ "value": "#FFFFFF",
15102
+ "filePath": "src/focus.yml",
15103
+ "isSource": true,
15104
+ "original": {
15105
+ "value": "{neutral.color.100}"
15106
+ },
15107
+ "name": "FocusSecondaryOutlineColor",
15108
+ "attributes": {
15109
+ "category": "focus",
15110
+ "type": "secondary-outline-color"
15111
+ },
15112
+ "path": [
15113
+ "focus",
15114
+ "secondary-outline-color"
15115
+ ]
15116
+ },
13961
15117
  "outline-offset": {
13962
15118
  "value": "2px",
13963
15119
  "filePath": "src/focus.yml",
@@ -15138,135 +16294,63 @@
15138
16294
  }
15139
16295
  },
15140
16296
  "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": {
16297
+ "color": {
15214
16298
  "default": {
15215
- "value": "#F0F5FF",
16299
+ "value": "#002A7B",
15216
16300
  "filePath": "src/form/slider.yml",
15217
16301
  "isSource": true,
15218
16302
  "original": {
15219
- "value": "{primary-soft-background-color.default}"
16303
+ "value": "{primary.color.1000}"
15220
16304
  },
15221
- "name": "SliderTrackBackgroundColorDefault",
16305
+ "name": "SliderColorDefault",
15222
16306
  "attributes": {
15223
16307
  "category": "slider",
15224
- "type": "track-background-color",
16308
+ "type": "color",
15225
16309
  "item": "default"
15226
16310
  },
15227
16311
  "path": [
15228
16312
  "slider",
15229
- "track-background-color",
16313
+ "color",
15230
16314
  "default"
15231
16315
  ]
15232
16316
  },
15233
16317
  "disabled": {
15234
- "value": "#F8F8F8",
16318
+ "value": "#B1B1B1",
15235
16319
  "filePath": "src/form/slider.yml",
15236
16320
  "isSource": true,
15237
16321
  "original": {
15238
- "value": "{disabled-soft-background-color}"
16322
+ "value": "{neutral.color.600}"
15239
16323
  },
15240
- "name": "SliderTrackBackgroundColorDisabled",
16324
+ "name": "SliderColorDisabled",
15241
16325
  "attributes": {
15242
16326
  "category": "slider",
15243
- "type": "track-background-color",
16327
+ "type": "color",
15244
16328
  "item": "disabled"
15245
16329
  },
15246
16330
  "path": [
15247
16331
  "slider",
15248
- "track-background-color",
16332
+ "color",
15249
16333
  "disabled"
15250
16334
  ]
15251
16335
  }
15252
16336
  },
15253
- "track-background-color-fill": {
16337
+ "track-color": {
15254
16338
  "default": {
15255
- "value": "#0054F5",
16339
+ "value": "#909090",
15256
16340
  "filePath": "src/form/slider.yml",
15257
16341
  "isSource": true,
15258
16342
  "original": {
15259
- "value": "{primary-solid-background-color.default}"
16343
+ "value": "{neutral.color.700}"
15260
16344
  },
15261
- "name": "SliderTrackBackgroundColorFillDefault",
16345
+ "name": "SliderTrackColorDefault",
15262
16346
  "attributes": {
15263
16347
  "category": "slider",
15264
- "type": "track-background-color-fill",
16348
+ "type": "track-color",
15265
16349
  "item": "default"
15266
16350
  },
15267
16351
  "path": [
15268
16352
  "slider",
15269
- "track-background-color-fill",
16353
+ "track-color",
15270
16354
  "default"
15271
16355
  ]
15272
16356
  },
@@ -15275,292 +16359,189 @@
15275
16359
  "filePath": "src/form/slider.yml",
15276
16360
  "isSource": true,
15277
16361
  "original": {
15278
- "value": "{disabled-solid-background-color}"
16362
+ "value": "{neutral.color.400}"
15279
16363
  },
15280
- "name": "SliderTrackBackgroundColorFillDisabled",
16364
+ "name": "SliderTrackColorDisabled",
15281
16365
  "attributes": {
15282
16366
  "category": "slider",
15283
- "type": "track-background-color-fill",
16367
+ "type": "track-color",
15284
16368
  "item": "disabled"
15285
16369
  },
15286
16370
  "path": [
15287
16371
  "slider",
15288
- "track-background-color-fill",
16372
+ "track-color",
15289
16373
  "disabled"
15290
16374
  ]
15291
16375
  }
15292
16376
  },
15293
- "track-height": {
15294
- "value": "0.25rem",
16377
+ "spacing-x": {
16378
+ "value": "0.5rem",
15295
16379
  "filePath": "src/form/slider.yml",
15296
16380
  "isSource": true,
15297
16381
  "original": {
15298
- "value": "{size-rem.xs}"
16382
+ "value": "{size-rem.s}"
15299
16383
  },
15300
- "name": "SliderTrackHeight",
16384
+ "name": "SliderSpacingX",
15301
16385
  "attributes": {
15302
16386
  "category": "slider",
15303
- "type": "track-height"
16387
+ "type": "spacing-x"
15304
16388
  },
15305
16389
  "path": [
15306
16390
  "slider",
15307
- "track-height"
16391
+ "spacing-x"
15308
16392
  ]
15309
16393
  },
15310
- "track-corner-radius": {
15311
- "value": "4px",
16394
+ "spacing-y": {
16395
+ "value": "1rem",
15312
16396
  "filePath": "src/form/slider.yml",
15313
16397
  "isSource": true,
15314
16398
  "original": {
15315
- "value": "{corner-radius.default}"
16399
+ "value": "{size-rem.m}"
15316
16400
  },
15317
- "name": "SliderTrackCornerRadius",
16401
+ "name": "SliderSpacingY",
15318
16402
  "attributes": {
15319
16403
  "category": "slider",
15320
- "type": "track-corner-radius"
16404
+ "type": "spacing-y"
15321
16405
  },
15322
16406
  "path": [
15323
16407
  "slider",
15324
- "track-corner-radius"
16408
+ "spacing-y"
15325
16409
  ]
15326
16410
  },
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
- ]
16411
+ "border-width": {
16412
+ "value": "4px",
16413
+ "filePath": "src/form/slider.yml",
16414
+ "isSource": true,
16415
+ "original": {
16416
+ "value": "{border-width.300}"
15346
16417
  },
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
- }
16418
+ "name": "SliderBorderWidth",
16419
+ "attributes": {
16420
+ "category": "slider",
16421
+ "type": "border-width"
16422
+ },
16423
+ "path": [
16424
+ "slider",
16425
+ "border-width"
16426
+ ]
15366
16427
  },
15367
- "thumb-border-width": {
15368
- "value": "0.25rem",
16428
+ "border-style": {
16429
+ "value": "solid",
15369
16430
  "filePath": "src/form/slider.yml",
15370
16431
  "isSource": true,
15371
16432
  "original": {
15372
- "value": "{size-rem.xs}"
16433
+ "value": "{border-style.default}"
15373
16434
  },
15374
- "name": "SliderThumbBorderWidth",
16435
+ "name": "SliderBorderStyle",
15375
16436
  "attributes": {
15376
16437
  "category": "slider",
15377
- "type": "thumb-border-width"
16438
+ "type": "border-style"
15378
16439
  },
15379
16440
  "path": [
15380
16441
  "slider",
15381
- "thumb-border-width"
16442
+ "border-style"
15382
16443
  ]
15383
16444
  },
15384
- "thumb-border-style": {
15385
- "value": "solid",
16445
+ "corner-radius": {
16446
+ "value": "4px",
15386
16447
  "filePath": "src/form/slider.yml",
15387
16448
  "isSource": true,
15388
16449
  "original": {
15389
- "value": "{border-style.default}"
16450
+ "value": "{corner-radius.default}"
15390
16451
  },
15391
- "name": "SliderThumbBorderStyle",
16452
+ "name": "SliderCornerRadius",
15392
16453
  "attributes": {
15393
16454
  "category": "slider",
15394
- "type": "thumb-border-style"
16455
+ "type": "corner-radius"
15395
16456
  },
15396
16457
  "path": [
15397
16458
  "slider",
15398
- "thumb-border-style"
16459
+ "corner-radius"
15399
16460
  ]
15400
16461
  },
15401
- "thumb-corner-radius": {
15402
- "value": "50%",
16462
+ "value-font-weight": {
16463
+ "value": "bold",
15403
16464
  "filePath": "src/form/slider.yml",
15404
16465
  "isSource": true,
15405
16466
  "original": {
15406
- "value": "{corner-radius.round}"
16467
+ "value": "{font-weight.bold}"
15407
16468
  },
15408
- "name": "SliderThumbCornerRadius",
16469
+ "name": "SliderValueFontWeight",
15409
16470
  "attributes": {
15410
16471
  "category": "slider",
15411
- "type": "thumb-corner-radius"
16472
+ "type": "value-font-weight"
15412
16473
  },
15413
16474
  "path": [
15414
16475
  "slider",
15415
- "thumb-corner-radius"
16476
+ "value-font-weight"
15416
16477
  ]
15417
16478
  },
15418
- "thumb-size": {
15419
- "value": "1.5rem",
16479
+ "handle-corner-radius": {
16480
+ "value": "50%",
15420
16481
  "filePath": "src/form/slider.yml",
15421
16482
  "isSource": true,
15422
16483
  "original": {
15423
- "value": "{size-rem.l}"
16484
+ "value": "{corner-radius.round}"
15424
16485
  },
15425
- "name": "SliderThumbSize",
16486
+ "name": "SliderHandleCornerRadius",
15426
16487
  "attributes": {
15427
16488
  "category": "slider",
15428
- "type": "thumb-size"
16489
+ "type": "handle-corner-radius"
15429
16490
  },
15430
16491
  "path": [
15431
16492
  "slider",
15432
- "thumb-size"
16493
+ "handle-corner-radius"
15433
16494
  ]
15434
16495
  },
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",
16496
+ "handle-size": {
16497
+ "value": "1.5rem",
15477
16498
  "filePath": "src/form/slider.yml",
15478
16499
  "isSource": true,
15479
16500
  "original": {
15480
- "value": "{size-rem.m}"
16501
+ "value": "{size-rem.l}"
15481
16502
  },
15482
- "name": "SliderInitialMarkerHeight",
16503
+ "name": "SliderHandleSize",
15483
16504
  "attributes": {
15484
16505
  "category": "slider",
15485
- "type": "initial-marker-height"
16506
+ "type": "handle-size"
15486
16507
  },
15487
16508
  "path": [
15488
16509
  "slider",
15489
- "initial-marker-height"
16510
+ "handle-size"
15490
16511
  ]
15491
16512
  },
15492
- "initial-marker-width": {
15493
- "value": "0.25rem",
16513
+ "handle-fill-color": {
16514
+ "value": "#FFFFFF",
15494
16515
  "filePath": "src/form/slider.yml",
15495
16516
  "isSource": true,
15496
16517
  "original": {
15497
- "value": "{size-rem.xs}"
16518
+ "value": "{neutral.color.100}"
15498
16519
  },
15499
- "name": "SliderInitialMarkerWidth",
16520
+ "name": "SliderHandleFillColor",
15500
16521
  "attributes": {
15501
16522
  "category": "slider",
15502
- "type": "initial-marker-width"
16523
+ "type": "handle-fill-color"
15503
16524
  },
15504
16525
  "path": [
15505
16526
  "slider",
15506
- "initial-marker-width"
16527
+ "handle-fill-color"
15507
16528
  ]
15508
16529
  },
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",
16530
+ "initial-marker-height": {
16531
+ "value": "1rem",
15551
16532
  "filePath": "src/form/slider.yml",
15552
16533
  "isSource": true,
15553
16534
  "original": {
15554
- "value": "{corner-radius.default}"
16535
+ "value": "{size-rem.m}"
15555
16536
  },
15556
- "name": "SliderInitialMarkerCornerRadius",
16537
+ "name": "SliderInitialMarkerHeight",
15557
16538
  "attributes": {
15558
16539
  "category": "slider",
15559
- "type": "initial-marker-corner-radius"
16540
+ "type": "initial-marker-height"
15560
16541
  },
15561
16542
  "path": [
15562
16543
  "slider",
15563
- "initial-marker-corner-radius"
16544
+ "initial-marker-height"
15564
16545
  ]
15565
16546
  }
15566
16547
  },
@@ -16831,25 +17812,6 @@
16831
17812
  ]
16832
17813
  }
16833
17814
  },
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
17815
  "contextual-help": {
16854
17816
  "max-width": {
16855
17817
  "value": "500px",
@@ -17029,6 +17991,25 @@
17029
17991
  "size",
17030
17992
  "m"
17031
17993
  ]
17994
+ },
17995
+ "l": {
17996
+ "value": "1300px",
17997
+ "filePath": "src/overlays/modal.yml",
17998
+ "isSource": true,
17999
+ "original": {
18000
+ "value": "1300px"
18001
+ },
18002
+ "name": "ModalSizeL",
18003
+ "attributes": {
18004
+ "category": "modal",
18005
+ "type": "size",
18006
+ "item": "l"
18007
+ },
18008
+ "path": [
18009
+ "modal",
18010
+ "size",
18011
+ "l"
18012
+ ]
17032
18013
  }
17033
18014
  },
17034
18015
  "footer-background-color": {
@@ -18089,76 +19070,6 @@
18089
19070
  ]
18090
19071
  }
18091
19072
  },
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
19073
  "alert": {
18163
19074
  "padding": {
18164
19075
  "value": "16px",
@@ -20630,57 +21541,125 @@
20630
21541
  "border-width"
20631
21542
  ]
20632
21543
  },
20633
- "border-style": {
20634
- "value": "solid",
20635
- "filePath": "src/status/counter-badge.yml",
21544
+ "border-style": {
21545
+ "value": "solid",
21546
+ "filePath": "src/status/counter-badge.yml",
21547
+ "isSource": true,
21548
+ "original": {
21549
+ "value": "{border-style.default}"
21550
+ },
21551
+ "name": "CounterBadgeBorderStyle",
21552
+ "attributes": {
21553
+ "category": "counter-badge",
21554
+ "type": "border-style"
21555
+ },
21556
+ "path": [
21557
+ "counter-badge",
21558
+ "border-style"
21559
+ ]
21560
+ },
21561
+ "border-color": {
21562
+ "value": "#FFFFFF",
21563
+ "filePath": "src/status/counter-badge.yml",
21564
+ "isSource": true,
21565
+ "original": {
21566
+ "value": "{neutral.color.100}"
21567
+ },
21568
+ "name": "CounterBadgeBorderColor",
21569
+ "attributes": {
21570
+ "category": "counter-badge",
21571
+ "type": "border-color"
21572
+ },
21573
+ "path": [
21574
+ "counter-badge",
21575
+ "border-color"
21576
+ ]
21577
+ }
21578
+ },
21579
+ "loading-spinner": {
21580
+ "transition-duration": {
21581
+ "value": "2000ms",
21582
+ "filePath": "src/status/loading-spinner.yml",
21583
+ "isSource": true,
21584
+ "original": {
21585
+ "value": "2000ms"
21586
+ },
21587
+ "name": "LoadingSpinnerTransitionDuration",
21588
+ "attributes": {
21589
+ "category": "loading-spinner",
21590
+ "type": "transition-duration"
21591
+ },
21592
+ "path": [
21593
+ "loading-spinner",
21594
+ "transition-duration"
21595
+ ]
21596
+ },
21597
+ "transition-duration-slow": {
21598
+ "value": "6000ms",
21599
+ "filePath": "src/status/loading-spinner.yml",
21600
+ "isSource": true,
21601
+ "original": {
21602
+ "value": "6000ms"
21603
+ },
21604
+ "name": "LoadingSpinnerTransitionDurationSlow",
21605
+ "attributes": {
21606
+ "category": "loading-spinner",
21607
+ "type": "transition-duration-slow"
21608
+ },
21609
+ "path": [
21610
+ "loading-spinner",
21611
+ "transition-duration-slow"
21612
+ ]
21613
+ },
21614
+ "color": {
21615
+ "value": "#6D6D6D",
21616
+ "filePath": "src/status/loading-spinner.yml",
20636
21617
  "isSource": true,
20637
21618
  "original": {
20638
- "value": "{border-style.default}"
21619
+ "value": "{icon.color}"
20639
21620
  },
20640
- "name": "CounterBadgeBorderStyle",
21621
+ "name": "LoadingSpinnerColor",
20641
21622
  "attributes": {
20642
- "category": "counter-badge",
20643
- "type": "border-style"
21623
+ "category": "loading-spinner",
21624
+ "type": "color"
20644
21625
  },
20645
21626
  "path": [
20646
- "counter-badge",
20647
- "border-style"
21627
+ "loading-spinner",
21628
+ "color"
20648
21629
  ]
20649
21630
  },
20650
- "border-color": {
20651
- "value": "#FFFFFF",
20652
- "filePath": "src/status/counter-badge.yml",
21631
+ "color-light": {
21632
+ "value": "rgb(255 255 255 / 100%)",
21633
+ "filePath": "src/status/loading-spinner.yml",
20653
21634
  "isSource": true,
20654
21635
  "original": {
20655
- "value": "{neutral.color.100}"
21636
+ "value": "{light-plain-content-color}"
20656
21637
  },
20657
- "name": "CounterBadgeBorderColor",
21638
+ "name": "LoadingSpinnerColorLight",
20658
21639
  "attributes": {
20659
- "category": "counter-badge",
20660
- "type": "border-color"
21640
+ "category": "loading-spinner",
21641
+ "type": "color-light"
20661
21642
  },
20662
21643
  "path": [
20663
- "counter-badge",
20664
- "border-color"
21644
+ "loading-spinner",
21645
+ "color-light"
20665
21646
  ]
20666
- }
20667
- },
20668
- "loading-spinner": {
20669
- "transition-duration": {
20670
- "value": "2000ms",
21647
+ },
21648
+ "color-dark": {
21649
+ "value": "rgb(0 0 0 / 100%)",
20671
21650
  "filePath": "src/status/loading-spinner.yml",
20672
21651
  "isSource": true,
20673
21652
  "original": {
20674
- "value": "2000ms"
21653
+ "value": "{dark-plain-content-color}"
20675
21654
  },
20676
- "name": "LoadingSpinnerTransitionDuration",
21655
+ "name": "LoadingSpinnerColorDark",
20677
21656
  "attributes": {
20678
21657
  "category": "loading-spinner",
20679
- "type": "transition-duration"
21658
+ "type": "color-dark"
20680
21659
  },
20681
21660
  "path": [
20682
21661
  "loading-spinner",
20683
- "transition-duration"
21662
+ "color-dark"
20684
21663
  ]
20685
21664
  }
20686
21665
  },
@@ -21247,6 +22226,25 @@
21247
22226
  }
21248
22227
  }
21249
22228
  },
22229
+ "password-creation-field": {
22230
+ "rule-to-rule-spacing": {
22231
+ "value": "8px",
22232
+ "filePath": "src/status/password-creation-field.yml",
22233
+ "isSource": true,
22234
+ "original": {
22235
+ "value": "{size-px.s}"
22236
+ },
22237
+ "name": "PasswordCreationFieldRuleToRuleSpacing",
22238
+ "attributes": {
22239
+ "category": "password-creation-field",
22240
+ "type": "rule-to-rule-spacing"
22241
+ },
22242
+ "path": [
22243
+ "password-creation-field",
22244
+ "rule-to-rule-spacing"
22245
+ ]
22246
+ }
22247
+ },
21250
22248
  "progress-bar": {
21251
22249
  "font-size": {
21252
22250
  "value": "1rem",
@@ -21333,39 +22331,81 @@
21333
22331
  "spacing-x"
21334
22332
  ]
21335
22333
  },
21336
- "height": {
21337
- "value": "0.5rem",
22334
+ "spacing-bar-to-legend": {
22335
+ "value": "16px",
21338
22336
  "filePath": "src/status/progress-bar.yml",
21339
22337
  "isSource": true,
21340
22338
  "original": {
21341
- "value": "{size-rem.s}"
22339
+ "value": "{size-px.m}"
21342
22340
  },
21343
- "name": "ProgressBarHeight",
22341
+ "name": "ProgressBarSpacingBarToLegend",
21344
22342
  "attributes": {
21345
22343
  "category": "progress-bar",
21346
- "type": "height"
22344
+ "type": "spacing-bar-to-legend"
21347
22345
  },
21348
22346
  "path": [
21349
22347
  "progress-bar",
21350
- "height"
22348
+ "spacing-bar-to-legend"
21351
22349
  ]
21352
22350
  },
21353
- "height-s": {
21354
- "value": "0.375rem",
21355
- "filePath": "src/status/progress-bar.yml",
21356
- "isSource": true,
21357
- "original": {
21358
- "value": "0.375rem"
22351
+ "height": {
22352
+ "m": {
22353
+ "value": "1rem",
22354
+ "filePath": "src/status/progress-bar.yml",
22355
+ "isSource": true,
22356
+ "original": {
22357
+ "value": "{size-rem.m}"
22358
+ },
22359
+ "name": "ProgressBarHeightM",
22360
+ "attributes": {
22361
+ "category": "progress-bar",
22362
+ "type": "height",
22363
+ "item": "m"
22364
+ },
22365
+ "path": [
22366
+ "progress-bar",
22367
+ "height",
22368
+ "m"
22369
+ ]
21359
22370
  },
21360
- "name": "ProgressBarHeightS",
21361
- "attributes": {
21362
- "category": "progress-bar",
21363
- "type": "height-s"
22371
+ "s": {
22372
+ "value": "0.5rem",
22373
+ "filePath": "src/status/progress-bar.yml",
22374
+ "isSource": true,
22375
+ "original": {
22376
+ "value": "{size-rem.s}"
22377
+ },
22378
+ "name": "ProgressBarHeightS",
22379
+ "attributes": {
22380
+ "category": "progress-bar",
22381
+ "type": "height",
22382
+ "item": "s"
22383
+ },
22384
+ "path": [
22385
+ "progress-bar",
22386
+ "height",
22387
+ "s"
22388
+ ]
21364
22389
  },
21365
- "path": [
21366
- "progress-bar",
21367
- "height-s"
21368
- ]
22390
+ "l": {
22391
+ "value": "1.5rem",
22392
+ "filePath": "src/status/progress-bar.yml",
22393
+ "isSource": true,
22394
+ "original": {
22395
+ "value": "{size-rem.l}"
22396
+ },
22397
+ "name": "ProgressBarHeightL",
22398
+ "attributes": {
22399
+ "category": "progress-bar",
22400
+ "type": "height",
22401
+ "item": "l"
22402
+ },
22403
+ "path": [
22404
+ "progress-bar",
22405
+ "height",
22406
+ "l"
22407
+ ]
22408
+ }
21369
22409
  },
21370
22410
  "corner-radius": {
21371
22411
  "value": "0.25rem",
@@ -21414,93 +22454,282 @@
21414
22454
  "type": "border-color"
21415
22455
  },
21416
22456
  "path": [
21417
- "progress-bar",
21418
- "border-color"
22457
+ "progress-bar",
22458
+ "border-color"
22459
+ ]
22460
+ },
22461
+ "background-color": {
22462
+ "value": "#F8F8F8",
22463
+ "filePath": "src/status/progress-bar.yml",
22464
+ "isSource": true,
22465
+ "original": {
22466
+ "value": "{neutral.color.300}"
22467
+ },
22468
+ "name": "ProgressBarBackgroundColor",
22469
+ "attributes": {
22470
+ "category": "progress-bar",
22471
+ "type": "background-color"
22472
+ },
22473
+ "path": [
22474
+ "progress-bar",
22475
+ "background-color"
22476
+ ]
22477
+ },
22478
+ "info-fill-background-color": {
22479
+ "value": "#0054F5",
22480
+ "filePath": "src/status/progress-bar.yml",
22481
+ "isSource": true,
22482
+ "original": {
22483
+ "value": "{info-solid-background-color.default}"
22484
+ },
22485
+ "name": "ProgressBarInfoFillBackgroundColor",
22486
+ "attributes": {
22487
+ "category": "progress-bar",
22488
+ "type": "info-fill-background-color"
22489
+ },
22490
+ "path": [
22491
+ "progress-bar",
22492
+ "info-fill-background-color"
22493
+ ]
22494
+ },
22495
+ "success-fill-background-color": {
22496
+ "value": "#00825B",
22497
+ "filePath": "src/status/progress-bar.yml",
22498
+ "isSource": true,
22499
+ "original": {
22500
+ "value": "{success-solid-background-color.default}"
22501
+ },
22502
+ "name": "ProgressBarSuccessFillBackgroundColor",
22503
+ "attributes": {
22504
+ "category": "progress-bar",
22505
+ "type": "success-fill-background-color"
22506
+ },
22507
+ "path": [
22508
+ "progress-bar",
22509
+ "success-fill-background-color"
22510
+ ]
22511
+ },
22512
+ "warning-fill-background-color": {
22513
+ "value": "#F56800",
22514
+ "filePath": "src/status/progress-bar.yml",
22515
+ "isSource": true,
22516
+ "original": {
22517
+ "value": "{warning-solid-background-color.default}"
22518
+ },
22519
+ "name": "ProgressBarWarningFillBackgroundColor",
22520
+ "attributes": {
22521
+ "category": "progress-bar",
22522
+ "type": "warning-fill-background-color"
22523
+ },
22524
+ "path": [
22525
+ "progress-bar",
22526
+ "warning-fill-background-color"
22527
+ ]
22528
+ },
22529
+ "danger-fill-background-color": {
22530
+ "value": "#E1244C",
22531
+ "filePath": "src/status/progress-bar.yml",
22532
+ "isSource": true,
22533
+ "original": {
22534
+ "value": "{danger-solid-background-color.default}"
22535
+ },
22536
+ "name": "ProgressBarDangerFillBackgroundColor",
22537
+ "attributes": {
22538
+ "category": "progress-bar",
22539
+ "type": "danger-fill-background-color"
22540
+ },
22541
+ "path": [
22542
+ "progress-bar",
22543
+ "danger-fill-background-color"
22544
+ ]
22545
+ },
22546
+ "indeterminate-fill-background-color": {
22547
+ "value": "#6D6D6D",
22548
+ "filePath": "src/status/progress-bar.yml",
22549
+ "isSource": true,
22550
+ "original": {
22551
+ "value": "{neutral-solid-background-color.default}"
22552
+ },
22553
+ "name": "ProgressBarIndeterminateFillBackgroundColor",
22554
+ "attributes": {
22555
+ "category": "progress-bar",
22556
+ "type": "indeterminate-fill-background-color"
22557
+ },
22558
+ "path": [
22559
+ "progress-bar",
22560
+ "indeterminate-fill-background-color"
22561
+ ]
22562
+ }
22563
+ },
22564
+ "accent-box": {
22565
+ "background-color-neutral": {
22566
+ "value": "#F8F8F8",
22567
+ "filePath": "src/structure/accent-box.yml",
22568
+ "isSource": true,
22569
+ "original": {
22570
+ "value": "{neutral.color.300}"
22571
+ },
22572
+ "name": "AccentBoxBackgroundColorNeutral",
22573
+ "attributes": {
22574
+ "category": "accent-box",
22575
+ "type": "background-color-neutral"
22576
+ },
22577
+ "path": [
22578
+ "accent-box",
22579
+ "background-color-neutral"
22580
+ ]
22581
+ },
22582
+ "background-color-green": {
22583
+ "value": "#D8F5D6",
22584
+ "filePath": "src/structure/accent-box.yml",
22585
+ "isSource": true,
22586
+ "original": {
22587
+ "value": "#D8F5D6"
22588
+ },
22589
+ "name": "AccentBoxBackgroundColorGreen",
22590
+ "attributes": {
22591
+ "category": "accent-box",
22592
+ "type": "background-color-green"
22593
+ },
22594
+ "path": [
22595
+ "accent-box",
22596
+ "background-color-green"
22597
+ ]
22598
+ },
22599
+ "background-color-gradient": {
22600
+ "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%)",
22601
+ "filePath": "src/structure/accent-box.yml",
22602
+ "isSource": true,
22603
+ "original": {
22604
+ "value": "{color.gradient}"
22605
+ },
22606
+ "name": "AccentBoxBackgroundColorGradient",
22607
+ "attributes": {
22608
+ "category": "accent-box",
22609
+ "type": "background-color-gradient"
22610
+ },
22611
+ "path": [
22612
+ "accent-box",
22613
+ "background-color-gradient"
22614
+ ]
22615
+ },
22616
+ "background-color-blue": {
22617
+ "value": "#F0F5FF",
22618
+ "filePath": "src/structure/accent-box.yml",
22619
+ "isSource": true,
22620
+ "original": {
22621
+ "value": "{color.hosting-blue.100}"
22622
+ },
22623
+ "name": "AccentBoxBackgroundColorBlue",
22624
+ "attributes": {
22625
+ "category": "accent-box",
22626
+ "type": "background-color-blue"
22627
+ },
22628
+ "path": [
22629
+ "accent-box",
22630
+ "background-color-blue"
22631
+ ]
22632
+ },
22633
+ "icon-color-blue": {
22634
+ "value": "#E0EBFF",
22635
+ "filePath": "src/structure/accent-box.yml",
22636
+ "isSource": true,
22637
+ "original": {
22638
+ "value": "{color.hosting-blue.200}"
22639
+ },
22640
+ "name": "AccentBoxIconColorBlue",
22641
+ "attributes": {
22642
+ "category": "accent-box",
22643
+ "type": "icon-color-blue"
22644
+ },
22645
+ "path": [
22646
+ "accent-box",
22647
+ "icon-color-blue"
21419
22648
  ]
21420
22649
  },
21421
- "background-color": {
21422
- "value": "transparent",
21423
- "filePath": "src/status/progress-bar.yml",
22650
+ "icon-color-green": {
22651
+ "value": "#c4e3c1",
22652
+ "filePath": "src/structure/accent-box.yml",
21424
22653
  "isSource": true,
21425
22654
  "original": {
21426
- "value": "{neutral-outline-background-color.default}"
22655
+ "value": "#c4e3c1"
21427
22656
  },
21428
- "name": "ProgressBarBackgroundColor",
22657
+ "name": "AccentBoxIconColorGreen",
21429
22658
  "attributes": {
21430
- "category": "progress-bar",
21431
- "type": "background-color"
22659
+ "category": "accent-box",
22660
+ "type": "icon-color-green"
21432
22661
  },
21433
22662
  "path": [
21434
- "progress-bar",
21435
- "background-color"
22663
+ "accent-box",
22664
+ "icon-color-green"
21436
22665
  ]
21437
22666
  },
21438
- "info-fill-background-color": {
21439
- "value": "#0054F5",
21440
- "filePath": "src/status/progress-bar.yml",
22667
+ "icon-color-gradient": {
22668
+ "value": "#002b7b14",
22669
+ "filePath": "src/structure/accent-box.yml",
21441
22670
  "isSource": true,
21442
22671
  "original": {
21443
- "value": "{info-solid-background-color.default}"
22672
+ "value": "#002b7b14"
21444
22673
  },
21445
- "name": "ProgressBarInfoFillBackgroundColor",
22674
+ "name": "AccentBoxIconColorGradient",
21446
22675
  "attributes": {
21447
- "category": "progress-bar",
21448
- "type": "info-fill-background-color"
22676
+ "category": "accent-box",
22677
+ "type": "icon-color-gradient"
21449
22678
  },
21450
22679
  "path": [
21451
- "progress-bar",
21452
- "info-fill-background-color"
22680
+ "accent-box",
22681
+ "icon-color-gradient"
21453
22682
  ]
21454
22683
  },
21455
- "success-fill-background-color": {
21456
- "value": "#00825B",
21457
- "filePath": "src/status/progress-bar.yml",
22684
+ "icon-color-neutral": {
22685
+ "value": "#E6E6E6",
22686
+ "filePath": "src/structure/accent-box.yml",
21458
22687
  "isSource": true,
21459
22688
  "original": {
21460
- "value": "{success-solid-background-color.default}"
22689
+ "value": "{neutral.color.400}"
21461
22690
  },
21462
- "name": "ProgressBarSuccessFillBackgroundColor",
22691
+ "name": "AccentBoxIconColorNeutral",
21463
22692
  "attributes": {
21464
- "category": "progress-bar",
21465
- "type": "success-fill-background-color"
22693
+ "category": "accent-box",
22694
+ "type": "icon-color-neutral"
21466
22695
  },
21467
22696
  "path": [
21468
- "progress-bar",
21469
- "success-fill-background-color"
22697
+ "accent-box",
22698
+ "icon-color-neutral"
21470
22699
  ]
21471
22700
  },
21472
- "warning-fill-background-color": {
21473
- "value": "#F56800",
21474
- "filePath": "src/status/progress-bar.yml",
22701
+ "padding": {
22702
+ "value": "16px",
22703
+ "filePath": "src/structure/accent-box.yml",
21475
22704
  "isSource": true,
21476
22705
  "original": {
21477
- "value": "{warning-solid-background-color.default}"
22706
+ "value": "{size-px.m}"
21478
22707
  },
21479
- "name": "ProgressBarWarningFillBackgroundColor",
22708
+ "name": "AccentBoxPadding",
21480
22709
  "attributes": {
21481
- "category": "progress-bar",
21482
- "type": "warning-fill-background-color"
22710
+ "category": "accent-box",
22711
+ "type": "padding"
21483
22712
  },
21484
22713
  "path": [
21485
- "progress-bar",
21486
- "warning-fill-background-color"
22714
+ "accent-box",
22715
+ "padding"
21487
22716
  ]
21488
22717
  },
21489
- "danger-fill-background-color": {
21490
- "value": "#E1244C",
21491
- "filePath": "src/status/progress-bar.yml",
22718
+ "corner-radius": {
22719
+ "value": "4px",
22720
+ "filePath": "src/structure/accent-box.yml",
21492
22721
  "isSource": true,
21493
22722
  "original": {
21494
- "value": "{danger-solid-background-color.default}"
22723
+ "value": "{corner-radius.default}"
21495
22724
  },
21496
- "name": "ProgressBarDangerFillBackgroundColor",
22725
+ "name": "AccentBoxCornerRadius",
21497
22726
  "attributes": {
21498
- "category": "progress-bar",
21499
- "type": "danger-fill-background-color"
22727
+ "category": "accent-box",
22728
+ "type": "corner-radius"
21500
22729
  },
21501
22730
  "path": [
21502
- "progress-bar",
21503
- "danger-fill-background-color"
22731
+ "accent-box",
22732
+ "corner-radius"
21504
22733
  ]
21505
22734
  }
21506
22735
  },
@@ -21708,7 +22937,7 @@
21708
22937
  ]
21709
22938
  }
21710
22939
  },
21711
- "text-copyButton": {
22940
+ "text-button": {
21712
22941
  "spacing": {
21713
22942
  "value": "0.25rem",
21714
22943
  "filePath": "src/structure/align.yml",
@@ -21716,15 +22945,15 @@
21716
22945
  "original": {
21717
22946
  "value": "{size-rem.xs}"
21718
22947
  },
21719
- "name": "AlignTextCopyButtonSpacing",
22948
+ "name": "AlignTextButtonSpacing",
21720
22949
  "attributes": {
21721
22950
  "category": "align",
21722
- "type": "text-copyButton",
22951
+ "type": "text-button",
21723
22952
  "item": "spacing"
21724
22953
  },
21725
22954
  "path": [
21726
22955
  "align",
21727
- "text-copyButton",
22956
+ "text-button",
21728
22957
  "spacing"
21729
22958
  ]
21730
22959
  }
@@ -21749,27 +22978,6 @@
21749
22978
  "spacing"
21750
22979
  ]
21751
22980
  }
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
22981
  }
21774
22982
  },
21775
22983
  "column-layout": {
@@ -21888,11 +23096,11 @@
21888
23096
  ]
21889
23097
  },
21890
23098
  "padding": {
21891
- "value": "32px",
23099
+ "value": "24px",
21892
23100
  "filePath": "src/structure/layout-card.yml",
21893
23101
  "isSource": true,
21894
23102
  "original": {
21895
- "value": "{size-px.xl}"
23103
+ "value": "{size-px.l}"
21896
23104
  },
21897
23105
  "name": "LayoutCardPadding",
21898
23106
  "attributes": {
@@ -21904,6 +23112,23 @@
21904
23112
  "padding"
21905
23113
  ]
21906
23114
  },
23115
+ "padding-mobile": {
23116
+ "value": "16px",
23117
+ "filePath": "src/structure/layout-card.yml",
23118
+ "isSource": true,
23119
+ "original": {
23120
+ "value": "{size-px.m}"
23121
+ },
23122
+ "name": "LayoutCardPaddingMobile",
23123
+ "attributes": {
23124
+ "category": "layout-card",
23125
+ "type": "padding-mobile"
23126
+ },
23127
+ "path": [
23128
+ "layout-card",
23129
+ "padding-mobile"
23130
+ ]
23131
+ },
21907
23132
  "box-shadow": {
21908
23133
  "value": "rgba(0, 0, 0, 0.1) 0 4px 8px",
21909
23134
  "filePath": "src/structure/layout-card.yml",
@@ -21956,6 +23181,23 @@
21956
23181
  "list",
21957
23182
  "block-to-block-spacing"
21958
23183
  ]
23184
+ },
23185
+ "filter-to-search-spacing": {
23186
+ "value": "32px",
23187
+ "filePath": "src/structure/list.yml",
23188
+ "isSource": true,
23189
+ "original": {
23190
+ "value": "{size-px.xl}"
23191
+ },
23192
+ "name": "ListFilterToSearchSpacing",
23193
+ "attributes": {
23194
+ "category": "list",
23195
+ "type": "filter-to-search-spacing"
23196
+ },
23197
+ "path": [
23198
+ "list",
23199
+ "filter-to-search-spacing"
23200
+ ]
21959
23201
  }
21960
23202
  },
21961
23203
  "list-item": {
@@ -22295,6 +23537,23 @@
22295
23537
  "separator",
22296
23538
  "height"
22297
23539
  ]
23540
+ },
23541
+ "border-style": {
23542
+ "value": "solid",
23543
+ "filePath": "src/structure/separator.yml",
23544
+ "isSource": true,
23545
+ "original": {
23546
+ "value": "{border-style.default}"
23547
+ },
23548
+ "name": "SeparatorBorderStyle",
23549
+ "attributes": {
23550
+ "category": "separator",
23551
+ "type": "border-style"
23552
+ },
23553
+ "path": [
23554
+ "separator",
23555
+ "border-style"
23556
+ ]
22298
23557
  }
22299
23558
  },
22300
23559
  "table": {
@@ -22505,13 +23764,32 @@
22505
23764
  },
22506
23765
  "transition": {
22507
23766
  "duration": {
22508
- "default": {
23767
+ "fast": {
22509
23768
  "value": "200ms",
22510
23769
  "filePath": "src/transition.yml",
22511
23770
  "isSource": true,
22512
23771
  "original": {
22513
23772
  "value": "200ms"
22514
23773
  },
23774
+ "name": "TransitionDurationFast",
23775
+ "attributes": {
23776
+ "category": "transition",
23777
+ "type": "duration",
23778
+ "item": "fast"
23779
+ },
23780
+ "path": [
23781
+ "transition",
23782
+ "duration",
23783
+ "fast"
23784
+ ]
23785
+ },
23786
+ "default": {
23787
+ "value": "300ms",
23788
+ "filePath": "src/transition.yml",
23789
+ "isSource": true,
23790
+ "original": {
23791
+ "value": "300ms"
23792
+ },
22515
23793
  "name": "TransitionDurationDefault",
22516
23794
  "attributes": {
22517
23795
  "category": "transition",
@@ -22525,11 +23803,11 @@
22525
23803
  ]
22526
23804
  },
22527
23805
  "slow": {
22528
- "value": "300ms",
23806
+ "value": "400ms",
22529
23807
  "filePath": "src/transition.yml",
22530
23808
  "isSource": true,
22531
23809
  "original": {
22532
- "value": "300ms"
23810
+ "value": "400ms"
22533
23811
  },
22534
23812
  "name": "TransitionDurationSlow",
22535
23813
  "attributes": {
@@ -22649,21 +23927,44 @@
22649
23927
  ]
22650
23928
  },
22651
23929
  "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"
23930
+ "default": {
23931
+ "value": "#909090",
23932
+ "filePath": "src/upload/file-card.yml",
23933
+ "isSource": true,
23934
+ "original": {
23935
+ "value": "{neutral-outline-border-color}"
23936
+ },
23937
+ "name": "FileCardBorderColorDefault",
23938
+ "attributes": {
23939
+ "category": "file-card",
23940
+ "type": "border-color",
23941
+ "item": "default"
23942
+ },
23943
+ "path": [
23944
+ "file-card",
23945
+ "border-color",
23946
+ "default"
23947
+ ]
22662
23948
  },
22663
- "path": [
22664
- "file-card",
22665
- "border-color"
22666
- ]
23949
+ "error": {
23950
+ "value": "#E1244C",
23951
+ "filePath": "src/upload/file-card.yml",
23952
+ "isSource": true,
23953
+ "original": {
23954
+ "value": "{danger-outline-border-color}"
23955
+ },
23956
+ "name": "FileCardBorderColorError",
23957
+ "attributes": {
23958
+ "category": "file-card",
23959
+ "type": "border-color",
23960
+ "item": "error"
23961
+ },
23962
+ "path": [
23963
+ "file-card",
23964
+ "border-color",
23965
+ "error"
23966
+ ]
23967
+ }
22667
23968
  },
22668
23969
  "sub-title-font-size": {
22669
23970
  "value": "0.875rem",
@@ -22739,6 +24040,25 @@
22739
24040
  "background-color",
22740
24041
  "pressed"
22741
24042
  ]
24043
+ },
24044
+ "error": {
24045
+ "value": "#FDF0F3",
24046
+ "filePath": "src/upload/file-card.yml",
24047
+ "isSource": true,
24048
+ "original": {
24049
+ "value": "{danger.color.100}"
24050
+ },
24051
+ "name": "FileCardBackgroundColorError",
24052
+ "attributes": {
24053
+ "category": "file-card",
24054
+ "type": "background-color",
24055
+ "item": "error"
24056
+ },
24057
+ "path": [
24058
+ "file-card",
24059
+ "background-color",
24060
+ "error"
24061
+ ]
22742
24062
  }
22743
24063
  }
22744
24064
  },
@@ -22777,6 +24097,27 @@
22777
24097
  "padding"
22778
24098
  ]
22779
24099
  },
24100
+ "content-color": {
24101
+ "disabled": {
24102
+ "value": "#D5D5D5",
24103
+ "filePath": "src/upload/file-drop-zone.yml",
24104
+ "isSource": true,
24105
+ "original": {
24106
+ "value": "{disabled-outline-content-color}"
24107
+ },
24108
+ "name": "FileDropZoneContentColorDisabled",
24109
+ "attributes": {
24110
+ "category": "file-drop-zone",
24111
+ "type": "content-color",
24112
+ "item": "disabled"
24113
+ },
24114
+ "path": [
24115
+ "file-drop-zone",
24116
+ "content-color",
24117
+ "disabled"
24118
+ ]
24119
+ }
24120
+ },
22780
24121
  "background-color": {
22781
24122
  "default": {
22782
24123
  "value": "#F8F8F8",
@@ -22815,6 +24156,25 @@
22815
24156
  "background-color",
22816
24157
  "target"
22817
24158
  ]
24159
+ },
24160
+ "disabled": {
24161
+ "value": "#F8F8F8",
24162
+ "filePath": "src/upload/file-drop-zone.yml",
24163
+ "isSource": true,
24164
+ "original": {
24165
+ "value": "{disabled-outline-background-color}"
24166
+ },
24167
+ "name": "FileDropZoneBackgroundColorDisabled",
24168
+ "attributes": {
24169
+ "category": "file-drop-zone",
24170
+ "type": "background-color",
24171
+ "item": "disabled"
24172
+ },
24173
+ "path": [
24174
+ "file-drop-zone",
24175
+ "background-color",
24176
+ "disabled"
24177
+ ]
22818
24178
  }
22819
24179
  },
22820
24180
  "border-width": {
@@ -22912,6 +24272,25 @@
22912
24272
  "border-color",
22913
24273
  "target"
22914
24274
  ]
24275
+ },
24276
+ "disabled": {
24277
+ "value": "#E6E6E6",
24278
+ "filePath": "src/upload/file-drop-zone.yml",
24279
+ "isSource": true,
24280
+ "original": {
24281
+ "value": "{disabled-outline-border-color}"
24282
+ },
24283
+ "name": "FileDropZoneBorderColorDisabled",
24284
+ "attributes": {
24285
+ "category": "file-drop-zone",
24286
+ "type": "border-color",
24287
+ "item": "disabled"
24288
+ },
24289
+ "path": [
24290
+ "file-drop-zone",
24291
+ "border-color",
24292
+ "disabled"
24293
+ ]
22915
24294
  }
22916
24295
  }
22917
24296
  }