@mittwald/flow-design-tokens 0.2.0-alpha.7 → 0.2.0-alpha.70
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.
- package/dist/variables.css +65 -32
- package/dist/variables.json +1064 -463
- package/package.json +8 -6
package/dist/variables.json
CHANGED
|
@@ -4781,6 +4781,269 @@
|
|
|
4781
4781
|
"border-style",
|
|
4782
4782
|
"default"
|
|
4783
4783
|
]
|
|
4784
|
+
},
|
|
4785
|
+
"dashed": {
|
|
4786
|
+
"value": "dashed",
|
|
4787
|
+
"filePath": "src/border.yml",
|
|
4788
|
+
"isSource": true,
|
|
4789
|
+
"original": {
|
|
4790
|
+
"value": "dashed"
|
|
4791
|
+
},
|
|
4792
|
+
"name": "BorderStyleDashed",
|
|
4793
|
+
"attributes": {
|
|
4794
|
+
"category": "border-style",
|
|
4795
|
+
"type": "dashed"
|
|
4796
|
+
},
|
|
4797
|
+
"path": [
|
|
4798
|
+
"border-style",
|
|
4799
|
+
"dashed"
|
|
4800
|
+
]
|
|
4801
|
+
}
|
|
4802
|
+
},
|
|
4803
|
+
"chat": {
|
|
4804
|
+
"spacing": {
|
|
4805
|
+
"value": "16px",
|
|
4806
|
+
"filePath": "src/chat/chat.yml",
|
|
4807
|
+
"isSource": true,
|
|
4808
|
+
"original": {
|
|
4809
|
+
"value": "{size-px.m}"
|
|
4810
|
+
},
|
|
4811
|
+
"name": "ChatSpacing",
|
|
4812
|
+
"attributes": {
|
|
4813
|
+
"category": "chat",
|
|
4814
|
+
"type": "spacing"
|
|
4815
|
+
},
|
|
4816
|
+
"path": [
|
|
4817
|
+
"chat",
|
|
4818
|
+
"spacing"
|
|
4819
|
+
]
|
|
4820
|
+
}
|
|
4821
|
+
},
|
|
4822
|
+
"message-separator": {
|
|
4823
|
+
"background-color": {
|
|
4824
|
+
"value": "#FFFFFF",
|
|
4825
|
+
"filePath": "src/chat/message-separator.yml",
|
|
4826
|
+
"isSource": true,
|
|
4827
|
+
"original": {
|
|
4828
|
+
"value": "{neutral.color.100}"
|
|
4829
|
+
},
|
|
4830
|
+
"name": "MessageSeparatorBackgroundColor",
|
|
4831
|
+
"attributes": {
|
|
4832
|
+
"category": "message-separator",
|
|
4833
|
+
"type": "background-color"
|
|
4834
|
+
},
|
|
4835
|
+
"path": [
|
|
4836
|
+
"message-separator",
|
|
4837
|
+
"background-color"
|
|
4838
|
+
]
|
|
4839
|
+
},
|
|
4840
|
+
"font-size": {
|
|
4841
|
+
"value": "0.875rem",
|
|
4842
|
+
"filePath": "src/chat/message-separator.yml",
|
|
4843
|
+
"isSource": true,
|
|
4844
|
+
"original": {
|
|
4845
|
+
"value": "{font-size-text.s}"
|
|
4846
|
+
},
|
|
4847
|
+
"name": "MessageSeparatorFontSize",
|
|
4848
|
+
"attributes": {
|
|
4849
|
+
"category": "message-separator",
|
|
4850
|
+
"type": "font-size"
|
|
4851
|
+
},
|
|
4852
|
+
"path": [
|
|
4853
|
+
"message-separator",
|
|
4854
|
+
"font-size"
|
|
4855
|
+
]
|
|
4856
|
+
},
|
|
4857
|
+
"padding": {
|
|
4858
|
+
"value": "16px",
|
|
4859
|
+
"filePath": "src/chat/message-separator.yml",
|
|
4860
|
+
"isSource": true,
|
|
4861
|
+
"original": {
|
|
4862
|
+
"value": "{size-px.m}"
|
|
4863
|
+
},
|
|
4864
|
+
"name": "MessageSeparatorPadding",
|
|
4865
|
+
"attributes": {
|
|
4866
|
+
"category": "message-separator",
|
|
4867
|
+
"type": "padding"
|
|
4868
|
+
},
|
|
4869
|
+
"path": [
|
|
4870
|
+
"message-separator",
|
|
4871
|
+
"padding"
|
|
4872
|
+
]
|
|
4873
|
+
},
|
|
4874
|
+
"color": {
|
|
4875
|
+
"value": "#6D6D6D",
|
|
4876
|
+
"filePath": "src/chat/message-separator.yml",
|
|
4877
|
+
"isSource": true,
|
|
4878
|
+
"original": {
|
|
4879
|
+
"value": "{neutral.color.800}"
|
|
4880
|
+
},
|
|
4881
|
+
"name": "MessageSeparatorColor",
|
|
4882
|
+
"attributes": {
|
|
4883
|
+
"category": "message-separator",
|
|
4884
|
+
"type": "color"
|
|
4885
|
+
},
|
|
4886
|
+
"path": [
|
|
4887
|
+
"message-separator",
|
|
4888
|
+
"color"
|
|
4889
|
+
]
|
|
4890
|
+
}
|
|
4891
|
+
},
|
|
4892
|
+
"message-thread": {
|
|
4893
|
+
"spacing": {
|
|
4894
|
+
"value": "1.5rem",
|
|
4895
|
+
"filePath": "src/chat/message-thread.yml",
|
|
4896
|
+
"isSource": true,
|
|
4897
|
+
"original": {
|
|
4898
|
+
"value": "{size-rem.l}"
|
|
4899
|
+
},
|
|
4900
|
+
"name": "MessageThreadSpacing",
|
|
4901
|
+
"attributes": {
|
|
4902
|
+
"category": "message-thread",
|
|
4903
|
+
"type": "spacing"
|
|
4904
|
+
},
|
|
4905
|
+
"path": [
|
|
4906
|
+
"message-thread",
|
|
4907
|
+
"spacing"
|
|
4908
|
+
]
|
|
4909
|
+
},
|
|
4910
|
+
"indentation": {
|
|
4911
|
+
"value": "16px",
|
|
4912
|
+
"filePath": "src/chat/message-thread.yml",
|
|
4913
|
+
"isSource": true,
|
|
4914
|
+
"original": {
|
|
4915
|
+
"value": "{size-px.m}"
|
|
4916
|
+
},
|
|
4917
|
+
"name": "MessageThreadIndentation",
|
|
4918
|
+
"attributes": {
|
|
4919
|
+
"category": "message-thread",
|
|
4920
|
+
"type": "indentation"
|
|
4921
|
+
},
|
|
4922
|
+
"path": [
|
|
4923
|
+
"message-thread",
|
|
4924
|
+
"indentation"
|
|
4925
|
+
]
|
|
4926
|
+
}
|
|
4927
|
+
},
|
|
4928
|
+
"message": {
|
|
4929
|
+
"corner-radius": {
|
|
4930
|
+
"value": "4px",
|
|
4931
|
+
"filePath": "src/chat/message.yml",
|
|
4932
|
+
"isSource": true,
|
|
4933
|
+
"original": {
|
|
4934
|
+
"value": "{corner-radius.default}"
|
|
4935
|
+
},
|
|
4936
|
+
"name": "MessageCornerRadius",
|
|
4937
|
+
"attributes": {
|
|
4938
|
+
"category": "message",
|
|
4939
|
+
"type": "corner-radius"
|
|
4940
|
+
},
|
|
4941
|
+
"path": [
|
|
4942
|
+
"message",
|
|
4943
|
+
"corner-radius"
|
|
4944
|
+
]
|
|
4945
|
+
},
|
|
4946
|
+
"padding-y": {
|
|
4947
|
+
"value": "8px",
|
|
4948
|
+
"filePath": "src/chat/message.yml",
|
|
4949
|
+
"isSource": true,
|
|
4950
|
+
"original": {
|
|
4951
|
+
"value": "{size-px.s}"
|
|
4952
|
+
},
|
|
4953
|
+
"name": "MessagePaddingY",
|
|
4954
|
+
"attributes": {
|
|
4955
|
+
"category": "message",
|
|
4956
|
+
"type": "padding-y"
|
|
4957
|
+
},
|
|
4958
|
+
"path": [
|
|
4959
|
+
"message",
|
|
4960
|
+
"padding-y"
|
|
4961
|
+
]
|
|
4962
|
+
},
|
|
4963
|
+
"padding-x": {
|
|
4964
|
+
"value": "16px",
|
|
4965
|
+
"filePath": "src/chat/message.yml",
|
|
4966
|
+
"isSource": true,
|
|
4967
|
+
"original": {
|
|
4968
|
+
"value": "{size-px.m}"
|
|
4969
|
+
},
|
|
4970
|
+
"name": "MessagePaddingX",
|
|
4971
|
+
"attributes": {
|
|
4972
|
+
"category": "message",
|
|
4973
|
+
"type": "padding-x"
|
|
4974
|
+
},
|
|
4975
|
+
"path": [
|
|
4976
|
+
"message",
|
|
4977
|
+
"padding-x"
|
|
4978
|
+
]
|
|
4979
|
+
},
|
|
4980
|
+
"spacing-y": {
|
|
4981
|
+
"value": "0.5rem",
|
|
4982
|
+
"filePath": "src/chat/message.yml",
|
|
4983
|
+
"isSource": true,
|
|
4984
|
+
"original": {
|
|
4985
|
+
"value": "{size-rem.s}"
|
|
4986
|
+
},
|
|
4987
|
+
"name": "MessageSpacingY",
|
|
4988
|
+
"attributes": {
|
|
4989
|
+
"category": "message",
|
|
4990
|
+
"type": "spacing-y"
|
|
4991
|
+
},
|
|
4992
|
+
"path": [
|
|
4993
|
+
"message",
|
|
4994
|
+
"spacing-y"
|
|
4995
|
+
]
|
|
4996
|
+
},
|
|
4997
|
+
"spacing-x": {
|
|
4998
|
+
"value": "1rem",
|
|
4999
|
+
"filePath": "src/chat/message.yml",
|
|
5000
|
+
"isSource": true,
|
|
5001
|
+
"original": {
|
|
5002
|
+
"value": "{size-rem.m}"
|
|
5003
|
+
},
|
|
5004
|
+
"name": "MessageSpacingX",
|
|
5005
|
+
"attributes": {
|
|
5006
|
+
"category": "message",
|
|
5007
|
+
"type": "spacing-x"
|
|
5008
|
+
},
|
|
5009
|
+
"path": [
|
|
5010
|
+
"message",
|
|
5011
|
+
"spacing-x"
|
|
5012
|
+
]
|
|
5013
|
+
},
|
|
5014
|
+
"background-color-responder": {
|
|
5015
|
+
"value": "#E6E6E6",
|
|
5016
|
+
"filePath": "src/chat/message.yml",
|
|
5017
|
+
"isSource": true,
|
|
5018
|
+
"original": {
|
|
5019
|
+
"value": "{color.gray.400}"
|
|
5020
|
+
},
|
|
5021
|
+
"name": "MessageBackgroundColorResponder",
|
|
5022
|
+
"attributes": {
|
|
5023
|
+
"category": "message",
|
|
5024
|
+
"type": "background-color-responder"
|
|
5025
|
+
},
|
|
5026
|
+
"path": [
|
|
5027
|
+
"message",
|
|
5028
|
+
"background-color-responder"
|
|
5029
|
+
]
|
|
5030
|
+
},
|
|
5031
|
+
"background-color-sender": {
|
|
5032
|
+
"value": "#E0EBFF",
|
|
5033
|
+
"filePath": "src/chat/message.yml",
|
|
5034
|
+
"isSource": true,
|
|
5035
|
+
"original": {
|
|
5036
|
+
"value": "{color.hosting-blue.200}"
|
|
5037
|
+
},
|
|
5038
|
+
"name": "MessageBackgroundColorSender",
|
|
5039
|
+
"attributes": {
|
|
5040
|
+
"category": "message",
|
|
5041
|
+
"type": "background-color-sender"
|
|
5042
|
+
},
|
|
5043
|
+
"path": [
|
|
5044
|
+
"message",
|
|
5045
|
+
"background-color-sender"
|
|
5046
|
+
]
|
|
4784
5047
|
}
|
|
4785
5048
|
},
|
|
4786
5049
|
"primary": {
|
|
@@ -11087,53 +11350,302 @@
|
|
|
11087
11350
|
]
|
|
11088
11351
|
}
|
|
11089
11352
|
},
|
|
11090
|
-
"
|
|
11091
|
-
"
|
|
11092
|
-
|
|
11093
|
-
|
|
11094
|
-
"original": {
|
|
11095
|
-
"value": "transparent"
|
|
11096
|
-
},
|
|
11097
|
-
"name": "ColorTransparent",
|
|
11098
|
-
"attributes": {
|
|
11099
|
-
"category": "color",
|
|
11100
|
-
"type": "transparent"
|
|
11101
|
-
},
|
|
11102
|
-
"path": [
|
|
11103
|
-
"color",
|
|
11104
|
-
"transparent"
|
|
11105
|
-
]
|
|
11106
|
-
}
|
|
11107
|
-
},
|
|
11108
|
-
"avatar": {
|
|
11109
|
-
"size": {
|
|
11110
|
-
"xs": {
|
|
11111
|
-
"value": "1.5rem",
|
|
11112
|
-
"filePath": "src/content/avatar.yml",
|
|
11353
|
+
"categorical": {
|
|
11354
|
+
"sea-green": {
|
|
11355
|
+
"value": "#0fb5ae",
|
|
11356
|
+
"filePath": "src/color-palette.yml",
|
|
11113
11357
|
"isSource": true,
|
|
11114
11358
|
"original": {
|
|
11115
|
-
"value": "
|
|
11359
|
+
"value": "#0fb5ae"
|
|
11116
11360
|
},
|
|
11117
|
-
"name": "
|
|
11361
|
+
"name": "ColorCategoricalSeaGreen",
|
|
11118
11362
|
"attributes": {
|
|
11119
|
-
"category": "
|
|
11120
|
-
"type": "
|
|
11121
|
-
"item": "
|
|
11363
|
+
"category": "color",
|
|
11364
|
+
"type": "categorical",
|
|
11365
|
+
"item": "sea-green"
|
|
11122
11366
|
},
|
|
11123
11367
|
"path": [
|
|
11124
|
-
"
|
|
11125
|
-
"
|
|
11126
|
-
"
|
|
11368
|
+
"color",
|
|
11369
|
+
"categorical",
|
|
11370
|
+
"sea-green"
|
|
11127
11371
|
]
|
|
11128
11372
|
},
|
|
11129
|
-
"
|
|
11130
|
-
"value": "
|
|
11131
|
-
"filePath": "src/
|
|
11373
|
+
"palatinate-blue": {
|
|
11374
|
+
"value": "#4046ca",
|
|
11375
|
+
"filePath": "src/color-palette.yml",
|
|
11132
11376
|
"isSource": true,
|
|
11133
11377
|
"original": {
|
|
11134
|
-
"value": "
|
|
11378
|
+
"value": "#4046ca"
|
|
11135
11379
|
},
|
|
11136
|
-
"name": "
|
|
11380
|
+
"name": "ColorCategoricalPalatinateBlue",
|
|
11381
|
+
"attributes": {
|
|
11382
|
+
"category": "color",
|
|
11383
|
+
"type": "categorical",
|
|
11384
|
+
"item": "palatinate-blue"
|
|
11385
|
+
},
|
|
11386
|
+
"path": [
|
|
11387
|
+
"color",
|
|
11388
|
+
"categorical",
|
|
11389
|
+
"palatinate-blue"
|
|
11390
|
+
]
|
|
11391
|
+
},
|
|
11392
|
+
"tangerine": {
|
|
11393
|
+
"value": "#f68511",
|
|
11394
|
+
"filePath": "src/color-palette.yml",
|
|
11395
|
+
"isSource": true,
|
|
11396
|
+
"original": {
|
|
11397
|
+
"value": "#f68511"
|
|
11398
|
+
},
|
|
11399
|
+
"name": "ColorCategoricalTangerine",
|
|
11400
|
+
"attributes": {
|
|
11401
|
+
"category": "color",
|
|
11402
|
+
"type": "categorical",
|
|
11403
|
+
"item": "tangerine"
|
|
11404
|
+
},
|
|
11405
|
+
"path": [
|
|
11406
|
+
"color",
|
|
11407
|
+
"categorical",
|
|
11408
|
+
"tangerine"
|
|
11409
|
+
]
|
|
11410
|
+
},
|
|
11411
|
+
"magenta": {
|
|
11412
|
+
"value": "#de3d82",
|
|
11413
|
+
"filePath": "src/color-palette.yml",
|
|
11414
|
+
"isSource": true,
|
|
11415
|
+
"original": {
|
|
11416
|
+
"value": "#de3d82"
|
|
11417
|
+
},
|
|
11418
|
+
"name": "ColorCategoricalMagenta",
|
|
11419
|
+
"attributes": {
|
|
11420
|
+
"category": "color",
|
|
11421
|
+
"type": "categorical",
|
|
11422
|
+
"item": "magenta"
|
|
11423
|
+
},
|
|
11424
|
+
"path": [
|
|
11425
|
+
"color",
|
|
11426
|
+
"categorical",
|
|
11427
|
+
"magenta"
|
|
11428
|
+
]
|
|
11429
|
+
},
|
|
11430
|
+
"tropical-indigo": {
|
|
11431
|
+
"value": "#7e84fa",
|
|
11432
|
+
"filePath": "src/color-palette.yml",
|
|
11433
|
+
"isSource": true,
|
|
11434
|
+
"original": {
|
|
11435
|
+
"value": "#7e84fa"
|
|
11436
|
+
},
|
|
11437
|
+
"name": "ColorCategoricalTropicalIndigo",
|
|
11438
|
+
"attributes": {
|
|
11439
|
+
"category": "color",
|
|
11440
|
+
"type": "categorical",
|
|
11441
|
+
"item": "tropical-indigo"
|
|
11442
|
+
},
|
|
11443
|
+
"path": [
|
|
11444
|
+
"color",
|
|
11445
|
+
"categorical",
|
|
11446
|
+
"tropical-indigo"
|
|
11447
|
+
]
|
|
11448
|
+
},
|
|
11449
|
+
"malachite": {
|
|
11450
|
+
"value": "#72e06a",
|
|
11451
|
+
"filePath": "src/color-palette.yml",
|
|
11452
|
+
"isSource": true,
|
|
11453
|
+
"original": {
|
|
11454
|
+
"value": "#72e06a"
|
|
11455
|
+
},
|
|
11456
|
+
"name": "ColorCategoricalMalachite",
|
|
11457
|
+
"attributes": {
|
|
11458
|
+
"category": "color",
|
|
11459
|
+
"type": "categorical",
|
|
11460
|
+
"item": "malachite"
|
|
11461
|
+
},
|
|
11462
|
+
"path": [
|
|
11463
|
+
"color",
|
|
11464
|
+
"categorical",
|
|
11465
|
+
"malachite"
|
|
11466
|
+
]
|
|
11467
|
+
},
|
|
11468
|
+
"azure": {
|
|
11469
|
+
"value": "#147af3",
|
|
11470
|
+
"filePath": "src/color-palette.yml",
|
|
11471
|
+
"isSource": true,
|
|
11472
|
+
"original": {
|
|
11473
|
+
"value": "#147af3"
|
|
11474
|
+
},
|
|
11475
|
+
"name": "ColorCategoricalAzure",
|
|
11476
|
+
"attributes": {
|
|
11477
|
+
"category": "color",
|
|
11478
|
+
"type": "categorical",
|
|
11479
|
+
"item": "azure"
|
|
11480
|
+
},
|
|
11481
|
+
"path": [
|
|
11482
|
+
"color",
|
|
11483
|
+
"categorical",
|
|
11484
|
+
"azure"
|
|
11485
|
+
]
|
|
11486
|
+
},
|
|
11487
|
+
"violet": {
|
|
11488
|
+
"value": "#7326d3",
|
|
11489
|
+
"filePath": "src/color-palette.yml",
|
|
11490
|
+
"isSource": true,
|
|
11491
|
+
"original": {
|
|
11492
|
+
"value": "#7326d3"
|
|
11493
|
+
},
|
|
11494
|
+
"name": "ColorCategoricalViolet",
|
|
11495
|
+
"attributes": {
|
|
11496
|
+
"category": "color",
|
|
11497
|
+
"type": "categorical",
|
|
11498
|
+
"item": "violet"
|
|
11499
|
+
},
|
|
11500
|
+
"path": [
|
|
11501
|
+
"color",
|
|
11502
|
+
"categorical",
|
|
11503
|
+
"violet"
|
|
11504
|
+
]
|
|
11505
|
+
},
|
|
11506
|
+
"yellow": {
|
|
11507
|
+
"value": "#e8c600",
|
|
11508
|
+
"filePath": "src/color-palette.yml",
|
|
11509
|
+
"isSource": true,
|
|
11510
|
+
"original": {
|
|
11511
|
+
"value": "#e8c600"
|
|
11512
|
+
},
|
|
11513
|
+
"name": "ColorCategoricalYellow",
|
|
11514
|
+
"attributes": {
|
|
11515
|
+
"category": "color",
|
|
11516
|
+
"type": "categorical",
|
|
11517
|
+
"item": "yellow"
|
|
11518
|
+
},
|
|
11519
|
+
"path": [
|
|
11520
|
+
"color",
|
|
11521
|
+
"categorical",
|
|
11522
|
+
"yellow"
|
|
11523
|
+
]
|
|
11524
|
+
},
|
|
11525
|
+
"alloy-orange": {
|
|
11526
|
+
"value": "#cb5d00",
|
|
11527
|
+
"filePath": "src/color-palette.yml",
|
|
11528
|
+
"isSource": true,
|
|
11529
|
+
"original": {
|
|
11530
|
+
"value": "#cb5d00"
|
|
11531
|
+
},
|
|
11532
|
+
"name": "ColorCategoricalAlloyOrange",
|
|
11533
|
+
"attributes": {
|
|
11534
|
+
"category": "color",
|
|
11535
|
+
"type": "categorical",
|
|
11536
|
+
"item": "alloy-orange"
|
|
11537
|
+
},
|
|
11538
|
+
"path": [
|
|
11539
|
+
"color",
|
|
11540
|
+
"categorical",
|
|
11541
|
+
"alloy-orange"
|
|
11542
|
+
]
|
|
11543
|
+
},
|
|
11544
|
+
"green": {
|
|
11545
|
+
"value": "#008f5d",
|
|
11546
|
+
"filePath": "src/color-palette.yml",
|
|
11547
|
+
"isSource": true,
|
|
11548
|
+
"original": {
|
|
11549
|
+
"value": "#008f5d"
|
|
11550
|
+
},
|
|
11551
|
+
"name": "ColorCategoricalGreen",
|
|
11552
|
+
"attributes": {
|
|
11553
|
+
"category": "color",
|
|
11554
|
+
"type": "categorical",
|
|
11555
|
+
"item": "green"
|
|
11556
|
+
},
|
|
11557
|
+
"path": [
|
|
11558
|
+
"color",
|
|
11559
|
+
"categorical",
|
|
11560
|
+
"green"
|
|
11561
|
+
]
|
|
11562
|
+
},
|
|
11563
|
+
"lime": {
|
|
11564
|
+
"value": "#bce931",
|
|
11565
|
+
"filePath": "src/color-palette.yml",
|
|
11566
|
+
"isSource": true,
|
|
11567
|
+
"original": {
|
|
11568
|
+
"value": "#bce931"
|
|
11569
|
+
},
|
|
11570
|
+
"name": "ColorCategoricalLime",
|
|
11571
|
+
"attributes": {
|
|
11572
|
+
"category": "color",
|
|
11573
|
+
"type": "categorical",
|
|
11574
|
+
"item": "lime"
|
|
11575
|
+
},
|
|
11576
|
+
"path": [
|
|
11577
|
+
"color",
|
|
11578
|
+
"categorical",
|
|
11579
|
+
"lime"
|
|
11580
|
+
]
|
|
11581
|
+
}
|
|
11582
|
+
},
|
|
11583
|
+
"transparent": {
|
|
11584
|
+
"value": "transparent",
|
|
11585
|
+
"filePath": "src/color-palette.yml",
|
|
11586
|
+
"isSource": true,
|
|
11587
|
+
"original": {
|
|
11588
|
+
"value": "transparent"
|
|
11589
|
+
},
|
|
11590
|
+
"name": "ColorTransparent",
|
|
11591
|
+
"attributes": {
|
|
11592
|
+
"category": "color",
|
|
11593
|
+
"type": "transparent"
|
|
11594
|
+
},
|
|
11595
|
+
"path": [
|
|
11596
|
+
"color",
|
|
11597
|
+
"transparent"
|
|
11598
|
+
]
|
|
11599
|
+
}
|
|
11600
|
+
},
|
|
11601
|
+
"avatar-stack": {
|
|
11602
|
+
"border-width": {
|
|
11603
|
+
"value": "2px",
|
|
11604
|
+
"filePath": "src/content/avatar-stack.yml",
|
|
11605
|
+
"isSource": true,
|
|
11606
|
+
"original": {
|
|
11607
|
+
"value": "{border-width.200}"
|
|
11608
|
+
},
|
|
11609
|
+
"name": "AvatarStackBorderWidth",
|
|
11610
|
+
"attributes": {
|
|
11611
|
+
"category": "avatar-stack",
|
|
11612
|
+
"type": "border-width"
|
|
11613
|
+
},
|
|
11614
|
+
"path": [
|
|
11615
|
+
"avatar-stack",
|
|
11616
|
+
"border-width"
|
|
11617
|
+
]
|
|
11618
|
+
}
|
|
11619
|
+
},
|
|
11620
|
+
"avatar": {
|
|
11621
|
+
"size": {
|
|
11622
|
+
"xs": {
|
|
11623
|
+
"value": "1.5rem",
|
|
11624
|
+
"filePath": "src/content/avatar.yml",
|
|
11625
|
+
"isSource": true,
|
|
11626
|
+
"original": {
|
|
11627
|
+
"value": "{size-rem.l}"
|
|
11628
|
+
},
|
|
11629
|
+
"name": "AvatarSizeXs",
|
|
11630
|
+
"attributes": {
|
|
11631
|
+
"category": "avatar",
|
|
11632
|
+
"type": "size",
|
|
11633
|
+
"item": "xs"
|
|
11634
|
+
},
|
|
11635
|
+
"path": [
|
|
11636
|
+
"avatar",
|
|
11637
|
+
"size",
|
|
11638
|
+
"xs"
|
|
11639
|
+
]
|
|
11640
|
+
},
|
|
11641
|
+
"s": {
|
|
11642
|
+
"value": "2rem",
|
|
11643
|
+
"filePath": "src/content/avatar.yml",
|
|
11644
|
+
"isSource": true,
|
|
11645
|
+
"original": {
|
|
11646
|
+
"value": "{size-rem.xl}"
|
|
11647
|
+
},
|
|
11648
|
+
"name": "AvatarSizeS",
|
|
11137
11649
|
"attributes": {
|
|
11138
11650
|
"category": "avatar",
|
|
11139
11651
|
"type": "size",
|
|
@@ -13328,6 +13840,76 @@
|
|
|
13328
13840
|
]
|
|
13329
13841
|
}
|
|
13330
13842
|
},
|
|
13843
|
+
"image": {
|
|
13844
|
+
"corner-radius": {
|
|
13845
|
+
"value": "4px",
|
|
13846
|
+
"filePath": "src/content/image.yml",
|
|
13847
|
+
"isSource": true,
|
|
13848
|
+
"original": {
|
|
13849
|
+
"value": "{corner-radius.default}"
|
|
13850
|
+
},
|
|
13851
|
+
"name": "ImageCornerRadius",
|
|
13852
|
+
"attributes": {
|
|
13853
|
+
"category": "image",
|
|
13854
|
+
"type": "corner-radius"
|
|
13855
|
+
},
|
|
13856
|
+
"path": [
|
|
13857
|
+
"image",
|
|
13858
|
+
"corner-radius"
|
|
13859
|
+
]
|
|
13860
|
+
},
|
|
13861
|
+
"border-width": {
|
|
13862
|
+
"value": "1px",
|
|
13863
|
+
"filePath": "src/content/image.yml",
|
|
13864
|
+
"isSource": true,
|
|
13865
|
+
"original": {
|
|
13866
|
+
"value": "{border-width.100}"
|
|
13867
|
+
},
|
|
13868
|
+
"name": "ImageBorderWidth",
|
|
13869
|
+
"attributes": {
|
|
13870
|
+
"category": "image",
|
|
13871
|
+
"type": "border-width"
|
|
13872
|
+
},
|
|
13873
|
+
"path": [
|
|
13874
|
+
"image",
|
|
13875
|
+
"border-width"
|
|
13876
|
+
]
|
|
13877
|
+
},
|
|
13878
|
+
"border-style": {
|
|
13879
|
+
"value": "solid",
|
|
13880
|
+
"filePath": "src/content/image.yml",
|
|
13881
|
+
"isSource": true,
|
|
13882
|
+
"original": {
|
|
13883
|
+
"value": "{border-style.default}"
|
|
13884
|
+
},
|
|
13885
|
+
"name": "ImageBorderStyle",
|
|
13886
|
+
"attributes": {
|
|
13887
|
+
"category": "image",
|
|
13888
|
+
"type": "border-style"
|
|
13889
|
+
},
|
|
13890
|
+
"path": [
|
|
13891
|
+
"image",
|
|
13892
|
+
"border-style"
|
|
13893
|
+
]
|
|
13894
|
+
},
|
|
13895
|
+
"border-color": {
|
|
13896
|
+
"value": "#909090",
|
|
13897
|
+
"filePath": "src/content/image.yml",
|
|
13898
|
+
"isSource": true,
|
|
13899
|
+
"original": {
|
|
13900
|
+
"value": "{neutral-outline-border-color}"
|
|
13901
|
+
},
|
|
13902
|
+
"name": "ImageBorderColor",
|
|
13903
|
+
"attributes": {
|
|
13904
|
+
"category": "image",
|
|
13905
|
+
"type": "border-color"
|
|
13906
|
+
},
|
|
13907
|
+
"path": [
|
|
13908
|
+
"image",
|
|
13909
|
+
"border-color"
|
|
13910
|
+
]
|
|
13911
|
+
}
|
|
13912
|
+
},
|
|
13331
13913
|
"initials": {
|
|
13332
13914
|
"font-weight": {
|
|
13333
13915
|
"value": "bold",
|
|
@@ -13512,127 +14094,6 @@
|
|
|
13512
14094
|
]
|
|
13513
14095
|
}
|
|
13514
14096
|
},
|
|
13515
|
-
"message": {
|
|
13516
|
-
"corner-radius": {
|
|
13517
|
-
"value": "4px",
|
|
13518
|
-
"filePath": "src/content/message.yml",
|
|
13519
|
-
"isSource": true,
|
|
13520
|
-
"original": {
|
|
13521
|
-
"value": "{corner-radius.default}"
|
|
13522
|
-
},
|
|
13523
|
-
"name": "MessageCornerRadius",
|
|
13524
|
-
"attributes": {
|
|
13525
|
-
"category": "message",
|
|
13526
|
-
"type": "corner-radius"
|
|
13527
|
-
},
|
|
13528
|
-
"path": [
|
|
13529
|
-
"message",
|
|
13530
|
-
"corner-radius"
|
|
13531
|
-
]
|
|
13532
|
-
},
|
|
13533
|
-
"padding-y": {
|
|
13534
|
-
"value": "8px",
|
|
13535
|
-
"filePath": "src/content/message.yml",
|
|
13536
|
-
"isSource": true,
|
|
13537
|
-
"original": {
|
|
13538
|
-
"value": "{size-px.s}"
|
|
13539
|
-
},
|
|
13540
|
-
"name": "MessagePaddingY",
|
|
13541
|
-
"attributes": {
|
|
13542
|
-
"category": "message",
|
|
13543
|
-
"type": "padding-y"
|
|
13544
|
-
},
|
|
13545
|
-
"path": [
|
|
13546
|
-
"message",
|
|
13547
|
-
"padding-y"
|
|
13548
|
-
]
|
|
13549
|
-
},
|
|
13550
|
-
"padding-x": {
|
|
13551
|
-
"value": "16px",
|
|
13552
|
-
"filePath": "src/content/message.yml",
|
|
13553
|
-
"isSource": true,
|
|
13554
|
-
"original": {
|
|
13555
|
-
"value": "{size-px.m}"
|
|
13556
|
-
},
|
|
13557
|
-
"name": "MessagePaddingX",
|
|
13558
|
-
"attributes": {
|
|
13559
|
-
"category": "message",
|
|
13560
|
-
"type": "padding-x"
|
|
13561
|
-
},
|
|
13562
|
-
"path": [
|
|
13563
|
-
"message",
|
|
13564
|
-
"padding-x"
|
|
13565
|
-
]
|
|
13566
|
-
},
|
|
13567
|
-
"spacing-y": {
|
|
13568
|
-
"value": "0.5rem",
|
|
13569
|
-
"filePath": "src/content/message.yml",
|
|
13570
|
-
"isSource": true,
|
|
13571
|
-
"original": {
|
|
13572
|
-
"value": "{size-rem.s}"
|
|
13573
|
-
},
|
|
13574
|
-
"name": "MessageSpacingY",
|
|
13575
|
-
"attributes": {
|
|
13576
|
-
"category": "message",
|
|
13577
|
-
"type": "spacing-y"
|
|
13578
|
-
},
|
|
13579
|
-
"path": [
|
|
13580
|
-
"message",
|
|
13581
|
-
"spacing-y"
|
|
13582
|
-
]
|
|
13583
|
-
},
|
|
13584
|
-
"spacing-x": {
|
|
13585
|
-
"value": "1rem",
|
|
13586
|
-
"filePath": "src/content/message.yml",
|
|
13587
|
-
"isSource": true,
|
|
13588
|
-
"original": {
|
|
13589
|
-
"value": "{size-rem.m}"
|
|
13590
|
-
},
|
|
13591
|
-
"name": "MessageSpacingX",
|
|
13592
|
-
"attributes": {
|
|
13593
|
-
"category": "message",
|
|
13594
|
-
"type": "spacing-x"
|
|
13595
|
-
},
|
|
13596
|
-
"path": [
|
|
13597
|
-
"message",
|
|
13598
|
-
"spacing-x"
|
|
13599
|
-
]
|
|
13600
|
-
},
|
|
13601
|
-
"background-color-responder": {
|
|
13602
|
-
"value": "#E6E6E6",
|
|
13603
|
-
"filePath": "src/content/message.yml",
|
|
13604
|
-
"isSource": true,
|
|
13605
|
-
"original": {
|
|
13606
|
-
"value": "{color.gray.400}"
|
|
13607
|
-
},
|
|
13608
|
-
"name": "MessageBackgroundColorResponder",
|
|
13609
|
-
"attributes": {
|
|
13610
|
-
"category": "message",
|
|
13611
|
-
"type": "background-color-responder"
|
|
13612
|
-
},
|
|
13613
|
-
"path": [
|
|
13614
|
-
"message",
|
|
13615
|
-
"background-color-responder"
|
|
13616
|
-
]
|
|
13617
|
-
},
|
|
13618
|
-
"background-color-sender": {
|
|
13619
|
-
"value": "#E0EBFF",
|
|
13620
|
-
"filePath": "src/content/message.yml",
|
|
13621
|
-
"isSource": true,
|
|
13622
|
-
"original": {
|
|
13623
|
-
"value": "{color.hosting-blue.200}"
|
|
13624
|
-
},
|
|
13625
|
-
"name": "MessageBackgroundColorSender",
|
|
13626
|
-
"attributes": {
|
|
13627
|
-
"category": "message",
|
|
13628
|
-
"type": "background-color-sender"
|
|
13629
|
-
},
|
|
13630
|
-
"path": [
|
|
13631
|
-
"message",
|
|
13632
|
-
"background-color-sender"
|
|
13633
|
-
]
|
|
13634
|
-
}
|
|
13635
|
-
},
|
|
13636
14097
|
"text": {
|
|
13637
14098
|
"color": {
|
|
13638
14099
|
"default": {
|
|
@@ -13728,6 +14189,91 @@
|
|
|
13728
14189
|
"text",
|
|
13729
14190
|
"max-width"
|
|
13730
14191
|
]
|
|
14192
|
+
},
|
|
14193
|
+
"blockquote-border-width": {
|
|
14194
|
+
"value": "4px",
|
|
14195
|
+
"filePath": "src/content/text.yml",
|
|
14196
|
+
"isSource": true,
|
|
14197
|
+
"original": {
|
|
14198
|
+
"value": "{border-width.300}"
|
|
14199
|
+
},
|
|
14200
|
+
"name": "TextBlockquoteBorderWidth",
|
|
14201
|
+
"attributes": {
|
|
14202
|
+
"category": "text",
|
|
14203
|
+
"type": "blockquote-border-width"
|
|
14204
|
+
},
|
|
14205
|
+
"path": [
|
|
14206
|
+
"text",
|
|
14207
|
+
"blockquote-border-width"
|
|
14208
|
+
]
|
|
14209
|
+
},
|
|
14210
|
+
"blockquote-border-style": {
|
|
14211
|
+
"value": "solid",
|
|
14212
|
+
"filePath": "src/content/text.yml",
|
|
14213
|
+
"isSource": true,
|
|
14214
|
+
"original": {
|
|
14215
|
+
"value": "{border-style.default}"
|
|
14216
|
+
},
|
|
14217
|
+
"name": "TextBlockquoteBorderStyle",
|
|
14218
|
+
"attributes": {
|
|
14219
|
+
"category": "text",
|
|
14220
|
+
"type": "blockquote-border-style"
|
|
14221
|
+
},
|
|
14222
|
+
"path": [
|
|
14223
|
+
"text",
|
|
14224
|
+
"blockquote-border-style"
|
|
14225
|
+
]
|
|
14226
|
+
},
|
|
14227
|
+
"blockquote-border-color": {
|
|
14228
|
+
"value": "#0054F5",
|
|
14229
|
+
"filePath": "src/content/text.yml",
|
|
14230
|
+
"isSource": true,
|
|
14231
|
+
"original": {
|
|
14232
|
+
"value": "{info-outline-border-color}"
|
|
14233
|
+
},
|
|
14234
|
+
"name": "TextBlockquoteBorderColor",
|
|
14235
|
+
"attributes": {
|
|
14236
|
+
"category": "text",
|
|
14237
|
+
"type": "blockquote-border-color"
|
|
14238
|
+
},
|
|
14239
|
+
"path": [
|
|
14240
|
+
"text",
|
|
14241
|
+
"blockquote-border-color"
|
|
14242
|
+
]
|
|
14243
|
+
},
|
|
14244
|
+
"blockquote-padding": {
|
|
14245
|
+
"value": "0.5rem",
|
|
14246
|
+
"filePath": "src/content/text.yml",
|
|
14247
|
+
"isSource": true,
|
|
14248
|
+
"original": {
|
|
14249
|
+
"value": "{size-rem.s}"
|
|
14250
|
+
},
|
|
14251
|
+
"name": "TextBlockquotePadding",
|
|
14252
|
+
"attributes": {
|
|
14253
|
+
"category": "text",
|
|
14254
|
+
"type": "blockquote-padding"
|
|
14255
|
+
},
|
|
14256
|
+
"path": [
|
|
14257
|
+
"text",
|
|
14258
|
+
"blockquote-padding"
|
|
14259
|
+
]
|
|
14260
|
+
},
|
|
14261
|
+
"list-padding": {
|
|
14262
|
+
"value": "1.5rem",
|
|
14263
|
+
"filePath": "src/content/text.yml",
|
|
14264
|
+
"isSource": true,
|
|
14265
|
+
"original": {
|
|
14266
|
+
"value": "{size-rem.l}"
|
|
14267
|
+
},
|
|
14268
|
+
"name": "TextListPadding",
|
|
14269
|
+
"attributes": {
|
|
14270
|
+
"category": "text",
|
|
14271
|
+
"type": "list-padding"
|
|
14272
|
+
},
|
|
14273
|
+
"path": [
|
|
14274
|
+
"text",
|
|
14275
|
+
"list-padding"
|
|
14276
|
+
]
|
|
13731
14277
|
}
|
|
13732
14278
|
},
|
|
13733
14279
|
"focus": {
|
|
@@ -14928,135 +15474,63 @@
|
|
|
14928
15474
|
}
|
|
14929
15475
|
},
|
|
14930
15476
|
"slider": {
|
|
14931
|
-
"
|
|
14932
|
-
"value": "bold",
|
|
14933
|
-
"filePath": "src/form/slider.yml",
|
|
14934
|
-
"isSource": true,
|
|
14935
|
-
"original": {
|
|
14936
|
-
"value": "{font-weight.bold}"
|
|
14937
|
-
},
|
|
14938
|
-
"name": "SliderValueFontWeight",
|
|
14939
|
-
"attributes": {
|
|
14940
|
-
"category": "slider",
|
|
14941
|
-
"type": "value-font-weight"
|
|
14942
|
-
},
|
|
14943
|
-
"path": [
|
|
14944
|
-
"slider",
|
|
14945
|
-
"value-font-weight"
|
|
14946
|
-
]
|
|
14947
|
-
},
|
|
14948
|
-
"value-to-label-spacing": {
|
|
14949
|
-
"value": "0.25rem",
|
|
14950
|
-
"filePath": "src/form/slider.yml",
|
|
14951
|
-
"isSource": true,
|
|
14952
|
-
"original": {
|
|
14953
|
-
"value": "{size-rem.xs}"
|
|
14954
|
-
},
|
|
14955
|
-
"name": "SliderValueToLabelSpacing",
|
|
14956
|
-
"attributes": {
|
|
14957
|
-
"category": "slider",
|
|
14958
|
-
"type": "value-to-label-spacing"
|
|
14959
|
-
},
|
|
14960
|
-
"path": [
|
|
14961
|
-
"slider",
|
|
14962
|
-
"value-to-label-spacing"
|
|
14963
|
-
]
|
|
14964
|
-
},
|
|
14965
|
-
"text-to-track-spacing": {
|
|
14966
|
-
"value": "0.25rem",
|
|
14967
|
-
"filePath": "src/form/slider.yml",
|
|
14968
|
-
"isSource": true,
|
|
14969
|
-
"original": {
|
|
14970
|
-
"value": "{size-rem.xs}"
|
|
14971
|
-
},
|
|
14972
|
-
"name": "SliderTextToTrackSpacing",
|
|
14973
|
-
"attributes": {
|
|
14974
|
-
"category": "slider",
|
|
14975
|
-
"type": "text-to-track-spacing"
|
|
14976
|
-
},
|
|
14977
|
-
"path": [
|
|
14978
|
-
"slider",
|
|
14979
|
-
"text-to-track-spacing"
|
|
14980
|
-
]
|
|
14981
|
-
},
|
|
14982
|
-
"text-color": {
|
|
14983
|
-
"disabled": {
|
|
14984
|
-
"value": "#E6E6E6",
|
|
14985
|
-
"filePath": "src/form/slider.yml",
|
|
14986
|
-
"isSource": true,
|
|
14987
|
-
"original": {
|
|
14988
|
-
"value": "{disabled-plain-content-color}"
|
|
14989
|
-
},
|
|
14990
|
-
"name": "SliderTextColorDisabled",
|
|
14991
|
-
"attributes": {
|
|
14992
|
-
"category": "slider",
|
|
14993
|
-
"type": "text-color",
|
|
14994
|
-
"item": "disabled"
|
|
14995
|
-
},
|
|
14996
|
-
"path": [
|
|
14997
|
-
"slider",
|
|
14998
|
-
"text-color",
|
|
14999
|
-
"disabled"
|
|
15000
|
-
]
|
|
15001
|
-
}
|
|
15002
|
-
},
|
|
15003
|
-
"track-background-color": {
|
|
15477
|
+
"color": {
|
|
15004
15478
|
"default": {
|
|
15005
|
-
"value": "#
|
|
15479
|
+
"value": "#002A7B",
|
|
15006
15480
|
"filePath": "src/form/slider.yml",
|
|
15007
15481
|
"isSource": true,
|
|
15008
15482
|
"original": {
|
|
15009
|
-
"value": "{primary
|
|
15483
|
+
"value": "{primary.color.1000}"
|
|
15010
15484
|
},
|
|
15011
|
-
"name": "
|
|
15485
|
+
"name": "SliderColorDefault",
|
|
15012
15486
|
"attributes": {
|
|
15013
15487
|
"category": "slider",
|
|
15014
|
-
"type": "
|
|
15488
|
+
"type": "color",
|
|
15015
15489
|
"item": "default"
|
|
15016
15490
|
},
|
|
15017
15491
|
"path": [
|
|
15018
15492
|
"slider",
|
|
15019
|
-
"
|
|
15493
|
+
"color",
|
|
15020
15494
|
"default"
|
|
15021
15495
|
]
|
|
15022
15496
|
},
|
|
15023
15497
|
"disabled": {
|
|
15024
|
-
"value": "#
|
|
15498
|
+
"value": "#B1B1B1",
|
|
15025
15499
|
"filePath": "src/form/slider.yml",
|
|
15026
15500
|
"isSource": true,
|
|
15027
15501
|
"original": {
|
|
15028
|
-
"value": "{
|
|
15502
|
+
"value": "{neutral.color.600}"
|
|
15029
15503
|
},
|
|
15030
|
-
"name": "
|
|
15504
|
+
"name": "SliderColorDisabled",
|
|
15031
15505
|
"attributes": {
|
|
15032
15506
|
"category": "slider",
|
|
15033
|
-
"type": "
|
|
15507
|
+
"type": "color",
|
|
15034
15508
|
"item": "disabled"
|
|
15035
15509
|
},
|
|
15036
15510
|
"path": [
|
|
15037
15511
|
"slider",
|
|
15038
|
-
"
|
|
15512
|
+
"color",
|
|
15039
15513
|
"disabled"
|
|
15040
15514
|
]
|
|
15041
15515
|
}
|
|
15042
15516
|
},
|
|
15043
|
-
"track-
|
|
15517
|
+
"track-color": {
|
|
15044
15518
|
"default": {
|
|
15045
|
-
"value": "#
|
|
15519
|
+
"value": "#909090",
|
|
15046
15520
|
"filePath": "src/form/slider.yml",
|
|
15047
15521
|
"isSource": true,
|
|
15048
15522
|
"original": {
|
|
15049
|
-
"value": "{
|
|
15523
|
+
"value": "{neutral.color.700}"
|
|
15050
15524
|
},
|
|
15051
|
-
"name": "
|
|
15525
|
+
"name": "SliderTrackColorDefault",
|
|
15052
15526
|
"attributes": {
|
|
15053
15527
|
"category": "slider",
|
|
15054
|
-
"type": "track-
|
|
15528
|
+
"type": "track-color",
|
|
15055
15529
|
"item": "default"
|
|
15056
15530
|
},
|
|
15057
15531
|
"path": [
|
|
15058
15532
|
"slider",
|
|
15059
|
-
"track-
|
|
15533
|
+
"track-color",
|
|
15060
15534
|
"default"
|
|
15061
15535
|
]
|
|
15062
15536
|
},
|
|
@@ -15065,292 +15539,189 @@
|
|
|
15065
15539
|
"filePath": "src/form/slider.yml",
|
|
15066
15540
|
"isSource": true,
|
|
15067
15541
|
"original": {
|
|
15068
|
-
"value": "{
|
|
15542
|
+
"value": "{neutral.color.400}"
|
|
15069
15543
|
},
|
|
15070
|
-
"name": "
|
|
15544
|
+
"name": "SliderTrackColorDisabled",
|
|
15071
15545
|
"attributes": {
|
|
15072
15546
|
"category": "slider",
|
|
15073
|
-
"type": "track-
|
|
15547
|
+
"type": "track-color",
|
|
15074
15548
|
"item": "disabled"
|
|
15075
15549
|
},
|
|
15076
15550
|
"path": [
|
|
15077
15551
|
"slider",
|
|
15078
|
-
"track-
|
|
15552
|
+
"track-color",
|
|
15079
15553
|
"disabled"
|
|
15080
15554
|
]
|
|
15081
15555
|
}
|
|
15082
15556
|
},
|
|
15083
|
-
"
|
|
15084
|
-
"value": "0.
|
|
15557
|
+
"spacing-x": {
|
|
15558
|
+
"value": "0.5rem",
|
|
15085
15559
|
"filePath": "src/form/slider.yml",
|
|
15086
15560
|
"isSource": true,
|
|
15087
15561
|
"original": {
|
|
15088
|
-
"value": "{size-rem.
|
|
15562
|
+
"value": "{size-rem.s}"
|
|
15089
15563
|
},
|
|
15090
|
-
"name": "
|
|
15564
|
+
"name": "SliderSpacingX",
|
|
15091
15565
|
"attributes": {
|
|
15092
15566
|
"category": "slider",
|
|
15093
|
-
"type": "
|
|
15567
|
+
"type": "spacing-x"
|
|
15094
15568
|
},
|
|
15095
15569
|
"path": [
|
|
15096
15570
|
"slider",
|
|
15097
|
-
"
|
|
15571
|
+
"spacing-x"
|
|
15098
15572
|
]
|
|
15099
15573
|
},
|
|
15100
|
-
"
|
|
15101
|
-
"value": "
|
|
15574
|
+
"spacing-y": {
|
|
15575
|
+
"value": "1rem",
|
|
15102
15576
|
"filePath": "src/form/slider.yml",
|
|
15103
15577
|
"isSource": true,
|
|
15104
15578
|
"original": {
|
|
15105
|
-
"value": "{
|
|
15579
|
+
"value": "{size-rem.m}"
|
|
15106
15580
|
},
|
|
15107
|
-
"name": "
|
|
15581
|
+
"name": "SliderSpacingY",
|
|
15108
15582
|
"attributes": {
|
|
15109
15583
|
"category": "slider",
|
|
15110
|
-
"type": "
|
|
15584
|
+
"type": "spacing-y"
|
|
15111
15585
|
},
|
|
15112
15586
|
"path": [
|
|
15113
15587
|
"slider",
|
|
15114
|
-
"
|
|
15588
|
+
"spacing-y"
|
|
15115
15589
|
]
|
|
15116
15590
|
},
|
|
15117
|
-
"
|
|
15118
|
-
"
|
|
15119
|
-
"value": "#0054F5",
|
|
15120
|
-
"filePath": "src/form/slider.yml",
|
|
15121
|
-
"isSource": true,
|
|
15122
|
-
"original": {
|
|
15123
|
-
"value": "{primary-solid-background-color.default}"
|
|
15124
|
-
},
|
|
15125
|
-
"name": "SliderThumbBorderColorDefault",
|
|
15126
|
-
"attributes": {
|
|
15127
|
-
"category": "slider",
|
|
15128
|
-
"type": "thumb-border-color",
|
|
15129
|
-
"item": "default"
|
|
15130
|
-
},
|
|
15131
|
-
"path": [
|
|
15132
|
-
"slider",
|
|
15133
|
-
"thumb-border-color",
|
|
15134
|
-
"default"
|
|
15135
|
-
]
|
|
15136
|
-
},
|
|
15137
|
-
"disabled": {
|
|
15138
|
-
"value": "#E6E6E6",
|
|
15139
|
-
"filePath": "src/form/slider.yml",
|
|
15140
|
-
"isSource": true,
|
|
15141
|
-
"original": {
|
|
15142
|
-
"value": "{disabled-solid-background-color}"
|
|
15143
|
-
},
|
|
15144
|
-
"name": "SliderThumbBorderColorDisabled",
|
|
15145
|
-
"attributes": {
|
|
15146
|
-
"category": "slider",
|
|
15147
|
-
"type": "thumb-border-color",
|
|
15148
|
-
"item": "disabled"
|
|
15149
|
-
},
|
|
15150
|
-
"path": [
|
|
15151
|
-
"slider",
|
|
15152
|
-
"thumb-border-color",
|
|
15153
|
-
"disabled"
|
|
15154
|
-
]
|
|
15155
|
-
}
|
|
15156
|
-
},
|
|
15157
|
-
"thumb-border-width": {
|
|
15158
|
-
"value": "0.25rem",
|
|
15591
|
+
"border-width": {
|
|
15592
|
+
"value": "4px",
|
|
15159
15593
|
"filePath": "src/form/slider.yml",
|
|
15160
15594
|
"isSource": true,
|
|
15161
15595
|
"original": {
|
|
15162
|
-
"value": "{
|
|
15596
|
+
"value": "{border-width.300}"
|
|
15163
15597
|
},
|
|
15164
|
-
"name": "
|
|
15598
|
+
"name": "SliderBorderWidth",
|
|
15165
15599
|
"attributes": {
|
|
15166
15600
|
"category": "slider",
|
|
15167
|
-
"type": "
|
|
15601
|
+
"type": "border-width"
|
|
15168
15602
|
},
|
|
15169
15603
|
"path": [
|
|
15170
15604
|
"slider",
|
|
15171
|
-
"
|
|
15605
|
+
"border-width"
|
|
15172
15606
|
]
|
|
15173
15607
|
},
|
|
15174
|
-
"
|
|
15608
|
+
"border-style": {
|
|
15175
15609
|
"value": "solid",
|
|
15176
15610
|
"filePath": "src/form/slider.yml",
|
|
15177
15611
|
"isSource": true,
|
|
15178
15612
|
"original": {
|
|
15179
15613
|
"value": "{border-style.default}"
|
|
15180
15614
|
},
|
|
15181
|
-
"name": "
|
|
15615
|
+
"name": "SliderBorderStyle",
|
|
15182
15616
|
"attributes": {
|
|
15183
15617
|
"category": "slider",
|
|
15184
|
-
"type": "
|
|
15618
|
+
"type": "border-style"
|
|
15185
15619
|
},
|
|
15186
15620
|
"path": [
|
|
15187
15621
|
"slider",
|
|
15188
|
-
"
|
|
15622
|
+
"border-style"
|
|
15189
15623
|
]
|
|
15190
15624
|
},
|
|
15191
|
-
"
|
|
15192
|
-
"value": "
|
|
15625
|
+
"corner-radius": {
|
|
15626
|
+
"value": "4px",
|
|
15193
15627
|
"filePath": "src/form/slider.yml",
|
|
15194
15628
|
"isSource": true,
|
|
15195
15629
|
"original": {
|
|
15196
|
-
"value": "{corner-radius.
|
|
15630
|
+
"value": "{corner-radius.default}"
|
|
15197
15631
|
},
|
|
15198
|
-
"name": "
|
|
15632
|
+
"name": "SliderCornerRadius",
|
|
15199
15633
|
"attributes": {
|
|
15200
15634
|
"category": "slider",
|
|
15201
|
-
"type": "
|
|
15635
|
+
"type": "corner-radius"
|
|
15202
15636
|
},
|
|
15203
15637
|
"path": [
|
|
15204
15638
|
"slider",
|
|
15205
|
-
"
|
|
15639
|
+
"corner-radius"
|
|
15206
15640
|
]
|
|
15207
15641
|
},
|
|
15208
|
-
"
|
|
15209
|
-
"value": "
|
|
15642
|
+
"value-font-weight": {
|
|
15643
|
+
"value": "bold",
|
|
15210
15644
|
"filePath": "src/form/slider.yml",
|
|
15211
15645
|
"isSource": true,
|
|
15212
15646
|
"original": {
|
|
15213
|
-
"value": "{
|
|
15647
|
+
"value": "{font-weight.bold}"
|
|
15214
15648
|
},
|
|
15215
|
-
"name": "
|
|
15649
|
+
"name": "SliderValueFontWeight",
|
|
15216
15650
|
"attributes": {
|
|
15217
15651
|
"category": "slider",
|
|
15218
|
-
"type": "
|
|
15652
|
+
"type": "value-font-weight"
|
|
15219
15653
|
},
|
|
15220
15654
|
"path": [
|
|
15221
15655
|
"slider",
|
|
15222
|
-
"
|
|
15656
|
+
"value-font-weight"
|
|
15223
15657
|
]
|
|
15224
15658
|
},
|
|
15225
|
-
"
|
|
15226
|
-
"
|
|
15227
|
-
"value": "#FFFFFF",
|
|
15228
|
-
"filePath": "src/form/slider.yml",
|
|
15229
|
-
"isSource": true,
|
|
15230
|
-
"original": {
|
|
15231
|
-
"value": "{neutral.color.100}"
|
|
15232
|
-
},
|
|
15233
|
-
"name": "SliderThumbBackgroundColorDefault",
|
|
15234
|
-
"attributes": {
|
|
15235
|
-
"category": "slider",
|
|
15236
|
-
"type": "thumb-background-color",
|
|
15237
|
-
"item": "default"
|
|
15238
|
-
},
|
|
15239
|
-
"path": [
|
|
15240
|
-
"slider",
|
|
15241
|
-
"thumb-background-color",
|
|
15242
|
-
"default"
|
|
15243
|
-
]
|
|
15244
|
-
},
|
|
15245
|
-
"pressed": {
|
|
15246
|
-
"value": "#0054F5",
|
|
15247
|
-
"filePath": "src/form/slider.yml",
|
|
15248
|
-
"isSource": true,
|
|
15249
|
-
"original": {
|
|
15250
|
-
"value": "{primary-solid-background-color.default}"
|
|
15251
|
-
},
|
|
15252
|
-
"name": "SliderThumbBackgroundColorPressed",
|
|
15253
|
-
"attributes": {
|
|
15254
|
-
"category": "slider",
|
|
15255
|
-
"type": "thumb-background-color",
|
|
15256
|
-
"item": "pressed"
|
|
15257
|
-
},
|
|
15258
|
-
"path": [
|
|
15259
|
-
"slider",
|
|
15260
|
-
"thumb-background-color",
|
|
15261
|
-
"pressed"
|
|
15262
|
-
]
|
|
15263
|
-
}
|
|
15264
|
-
},
|
|
15265
|
-
"initial-marker-height": {
|
|
15266
|
-
"value": "1rem",
|
|
15659
|
+
"handle-corner-radius": {
|
|
15660
|
+
"value": "50%",
|
|
15267
15661
|
"filePath": "src/form/slider.yml",
|
|
15268
15662
|
"isSource": true,
|
|
15269
15663
|
"original": {
|
|
15270
|
-
"value": "{
|
|
15664
|
+
"value": "{corner-radius.round}"
|
|
15271
15665
|
},
|
|
15272
|
-
"name": "
|
|
15666
|
+
"name": "SliderHandleCornerRadius",
|
|
15273
15667
|
"attributes": {
|
|
15274
15668
|
"category": "slider",
|
|
15275
|
-
"type": "
|
|
15669
|
+
"type": "handle-corner-radius"
|
|
15276
15670
|
},
|
|
15277
15671
|
"path": [
|
|
15278
15672
|
"slider",
|
|
15279
|
-
"
|
|
15673
|
+
"handle-corner-radius"
|
|
15280
15674
|
]
|
|
15281
15675
|
},
|
|
15282
|
-
"
|
|
15283
|
-
"value": "
|
|
15676
|
+
"handle-size": {
|
|
15677
|
+
"value": "1.5rem",
|
|
15284
15678
|
"filePath": "src/form/slider.yml",
|
|
15285
15679
|
"isSource": true,
|
|
15286
15680
|
"original": {
|
|
15287
|
-
"value": "{size-rem.
|
|
15681
|
+
"value": "{size-rem.l}"
|
|
15288
15682
|
},
|
|
15289
|
-
"name": "
|
|
15683
|
+
"name": "SliderHandleSize",
|
|
15290
15684
|
"attributes": {
|
|
15291
15685
|
"category": "slider",
|
|
15292
|
-
"type": "
|
|
15686
|
+
"type": "handle-size"
|
|
15293
15687
|
},
|
|
15294
|
-
"path": [
|
|
15295
|
-
"slider",
|
|
15296
|
-
"
|
|
15297
|
-
]
|
|
15298
|
-
},
|
|
15299
|
-
"
|
|
15300
|
-
"
|
|
15301
|
-
|
|
15302
|
-
|
|
15303
|
-
|
|
15304
|
-
"
|
|
15305
|
-
"value": "{primary-solid-background-color.default}"
|
|
15306
|
-
},
|
|
15307
|
-
"name": "SliderInitialMarkerBackgroundColorDefault",
|
|
15308
|
-
"attributes": {
|
|
15309
|
-
"category": "slider",
|
|
15310
|
-
"type": "initial-marker-background-color",
|
|
15311
|
-
"item": "default"
|
|
15312
|
-
},
|
|
15313
|
-
"path": [
|
|
15314
|
-
"slider",
|
|
15315
|
-
"initial-marker-background-color",
|
|
15316
|
-
"default"
|
|
15317
|
-
]
|
|
15688
|
+
"path": [
|
|
15689
|
+
"slider",
|
|
15690
|
+
"handle-size"
|
|
15691
|
+
]
|
|
15692
|
+
},
|
|
15693
|
+
"handle-fill-color": {
|
|
15694
|
+
"value": "#FFFFFF",
|
|
15695
|
+
"filePath": "src/form/slider.yml",
|
|
15696
|
+
"isSource": true,
|
|
15697
|
+
"original": {
|
|
15698
|
+
"value": "{neutral.color.100}"
|
|
15318
15699
|
},
|
|
15319
|
-
"
|
|
15320
|
-
|
|
15321
|
-
"
|
|
15322
|
-
"
|
|
15323
|
-
|
|
15324
|
-
|
|
15325
|
-
|
|
15326
|
-
"
|
|
15327
|
-
|
|
15328
|
-
"category": "slider",
|
|
15329
|
-
"type": "initial-marker-background-color",
|
|
15330
|
-
"item": "disabled"
|
|
15331
|
-
},
|
|
15332
|
-
"path": [
|
|
15333
|
-
"slider",
|
|
15334
|
-
"initial-marker-background-color",
|
|
15335
|
-
"disabled"
|
|
15336
|
-
]
|
|
15337
|
-
}
|
|
15700
|
+
"name": "SliderHandleFillColor",
|
|
15701
|
+
"attributes": {
|
|
15702
|
+
"category": "slider",
|
|
15703
|
+
"type": "handle-fill-color"
|
|
15704
|
+
},
|
|
15705
|
+
"path": [
|
|
15706
|
+
"slider",
|
|
15707
|
+
"handle-fill-color"
|
|
15708
|
+
]
|
|
15338
15709
|
},
|
|
15339
|
-
"initial-marker-
|
|
15340
|
-
"value": "
|
|
15710
|
+
"initial-marker-height": {
|
|
15711
|
+
"value": "1rem",
|
|
15341
15712
|
"filePath": "src/form/slider.yml",
|
|
15342
15713
|
"isSource": true,
|
|
15343
15714
|
"original": {
|
|
15344
|
-
"value": "{
|
|
15715
|
+
"value": "{size-rem.m}"
|
|
15345
15716
|
},
|
|
15346
|
-
"name": "
|
|
15717
|
+
"name": "SliderInitialMarkerHeight",
|
|
15347
15718
|
"attributes": {
|
|
15348
15719
|
"category": "slider",
|
|
15349
|
-
"type": "initial-marker-
|
|
15720
|
+
"type": "initial-marker-height"
|
|
15350
15721
|
},
|
|
15351
15722
|
"path": [
|
|
15352
15723
|
"slider",
|
|
15353
|
-
"initial-marker-
|
|
15724
|
+
"initial-marker-height"
|
|
15354
15725
|
]
|
|
15355
15726
|
}
|
|
15356
15727
|
},
|
|
@@ -16149,38 +16520,38 @@
|
|
|
16149
16520
|
}
|
|
16150
16521
|
},
|
|
16151
16522
|
"link": {
|
|
16152
|
-
"
|
|
16153
|
-
"value": "
|
|
16523
|
+
"line-height": {
|
|
16524
|
+
"value": "calc(1rem * 1.5)",
|
|
16154
16525
|
"filePath": "src/navigation/link.yml",
|
|
16155
16526
|
"isSource": true,
|
|
16156
16527
|
"original": {
|
|
16157
|
-
"value": "{
|
|
16528
|
+
"value": "{line-height.m}"
|
|
16158
16529
|
},
|
|
16159
|
-
"name": "
|
|
16530
|
+
"name": "LinkLineHeight",
|
|
16160
16531
|
"attributes": {
|
|
16161
16532
|
"category": "link",
|
|
16162
|
-
"type": "
|
|
16533
|
+
"type": "line-height"
|
|
16163
16534
|
},
|
|
16164
16535
|
"path": [
|
|
16165
16536
|
"link",
|
|
16166
|
-
"
|
|
16537
|
+
"line-height"
|
|
16167
16538
|
]
|
|
16168
16539
|
},
|
|
16169
|
-
"
|
|
16170
|
-
"value": "calc(1rem * 1.
|
|
16540
|
+
"icon-height": {
|
|
16541
|
+
"value": "calc(1rem * 1.25)",
|
|
16171
16542
|
"filePath": "src/navigation/link.yml",
|
|
16172
16543
|
"isSource": true,
|
|
16173
16544
|
"original": {
|
|
16174
|
-
"value": "{
|
|
16545
|
+
"value": "calc({font-size-text.m} * 1.25)"
|
|
16175
16546
|
},
|
|
16176
|
-
"name": "
|
|
16547
|
+
"name": "LinkIconHeight",
|
|
16177
16548
|
"attributes": {
|
|
16178
16549
|
"category": "link",
|
|
16179
|
-
"type": "
|
|
16550
|
+
"type": "icon-height"
|
|
16180
16551
|
},
|
|
16181
16552
|
"path": [
|
|
16182
16553
|
"link",
|
|
16183
|
-
"
|
|
16554
|
+
"icon-height"
|
|
16184
16555
|
]
|
|
16185
16556
|
},
|
|
16186
16557
|
"font-weight": {
|
|
@@ -16621,25 +16992,6 @@
|
|
|
16621
16992
|
]
|
|
16622
16993
|
}
|
|
16623
16994
|
},
|
|
16624
|
-
"tab-panel": {
|
|
16625
|
-
"padding": {
|
|
16626
|
-
"value": "32px",
|
|
16627
|
-
"filePath": "src/navigation/tabs.yml",
|
|
16628
|
-
"isSource": true,
|
|
16629
|
-
"original": {
|
|
16630
|
-
"value": "{size-px.xl}"
|
|
16631
|
-
},
|
|
16632
|
-
"name": "TabPanelPadding",
|
|
16633
|
-
"attributes": {
|
|
16634
|
-
"category": "tab-panel",
|
|
16635
|
-
"type": "padding"
|
|
16636
|
-
},
|
|
16637
|
-
"path": [
|
|
16638
|
-
"tab-panel",
|
|
16639
|
-
"padding"
|
|
16640
|
-
]
|
|
16641
|
-
}
|
|
16642
|
-
},
|
|
16643
16995
|
"contextual-help": {
|
|
16644
16996
|
"max-width": {
|
|
16645
16997
|
"value": "500px",
|
|
@@ -21518,6 +21870,48 @@
|
|
|
21518
21870
|
"spacing"
|
|
21519
21871
|
]
|
|
21520
21872
|
}
|
|
21873
|
+
},
|
|
21874
|
+
"icon-text": {
|
|
21875
|
+
"spacing": {
|
|
21876
|
+
"value": "0.5rem",
|
|
21877
|
+
"filePath": "src/structure/align.yml",
|
|
21878
|
+
"isSource": true,
|
|
21879
|
+
"original": {
|
|
21880
|
+
"value": "{size-rem.s}"
|
|
21881
|
+
},
|
|
21882
|
+
"name": "AlignIconTextSpacing",
|
|
21883
|
+
"attributes": {
|
|
21884
|
+
"category": "align",
|
|
21885
|
+
"type": "icon-text",
|
|
21886
|
+
"item": "spacing"
|
|
21887
|
+
},
|
|
21888
|
+
"path": [
|
|
21889
|
+
"align",
|
|
21890
|
+
"icon-text",
|
|
21891
|
+
"spacing"
|
|
21892
|
+
]
|
|
21893
|
+
}
|
|
21894
|
+
},
|
|
21895
|
+
"text-contextualHelp": {
|
|
21896
|
+
"spacing": {
|
|
21897
|
+
"value": "0.25rem",
|
|
21898
|
+
"filePath": "src/structure/align.yml",
|
|
21899
|
+
"isSource": true,
|
|
21900
|
+
"original": {
|
|
21901
|
+
"value": "{size-rem.xs}"
|
|
21902
|
+
},
|
|
21903
|
+
"name": "AlignTextContextualHelpSpacing",
|
|
21904
|
+
"attributes": {
|
|
21905
|
+
"category": "align",
|
|
21906
|
+
"type": "text-contextualHelp",
|
|
21907
|
+
"item": "spacing"
|
|
21908
|
+
},
|
|
21909
|
+
"path": [
|
|
21910
|
+
"align",
|
|
21911
|
+
"text-contextualHelp",
|
|
21912
|
+
"spacing"
|
|
21913
|
+
]
|
|
21914
|
+
}
|
|
21521
21915
|
}
|
|
21522
21916
|
},
|
|
21523
21917
|
"column-layout": {
|
|
@@ -21636,11 +22030,11 @@
|
|
|
21636
22030
|
]
|
|
21637
22031
|
},
|
|
21638
22032
|
"padding": {
|
|
21639
|
-
"value": "
|
|
22033
|
+
"value": "24px",
|
|
21640
22034
|
"filePath": "src/structure/layout-card.yml",
|
|
21641
22035
|
"isSource": true,
|
|
21642
22036
|
"original": {
|
|
21643
|
-
"value": "{size-px.
|
|
22037
|
+
"value": "{size-px.l}"
|
|
21644
22038
|
},
|
|
21645
22039
|
"name": "LayoutCardPadding",
|
|
21646
22040
|
"attributes": {
|
|
@@ -21652,6 +22046,23 @@
|
|
|
21652
22046
|
"padding"
|
|
21653
22047
|
]
|
|
21654
22048
|
},
|
|
22049
|
+
"padding-mobile": {
|
|
22050
|
+
"value": "16px",
|
|
22051
|
+
"filePath": "src/structure/layout-card.yml",
|
|
22052
|
+
"isSource": true,
|
|
22053
|
+
"original": {
|
|
22054
|
+
"value": "{size-px.m}"
|
|
22055
|
+
},
|
|
22056
|
+
"name": "LayoutCardPaddingMobile",
|
|
22057
|
+
"attributes": {
|
|
22058
|
+
"category": "layout-card",
|
|
22059
|
+
"type": "padding-mobile"
|
|
22060
|
+
},
|
|
22061
|
+
"path": [
|
|
22062
|
+
"layout-card",
|
|
22063
|
+
"padding-mobile"
|
|
22064
|
+
]
|
|
22065
|
+
},
|
|
21655
22066
|
"box-shadow": {
|
|
21656
22067
|
"value": "rgba(0, 0, 0, 0.1) 0 4px 8px",
|
|
21657
22068
|
"filePath": "src/structure/layout-card.yml",
|
|
@@ -21938,21 +22349,38 @@
|
|
|
21938
22349
|
"spacing"
|
|
21939
22350
|
]
|
|
21940
22351
|
},
|
|
21941
|
-
"sub-heading-spacing": {
|
|
21942
|
-
"value": "
|
|
22352
|
+
"sub-heading-spacing-m": {
|
|
22353
|
+
"value": "1.5rem",
|
|
21943
22354
|
"filePath": "src/structure/section.yml",
|
|
21944
22355
|
"isSource": true,
|
|
21945
22356
|
"original": {
|
|
21946
|
-
"value": "{size-rem.
|
|
22357
|
+
"value": "{size-rem.l}"
|
|
22358
|
+
},
|
|
22359
|
+
"name": "SectionSubHeadingSpacingM",
|
|
22360
|
+
"attributes": {
|
|
22361
|
+
"category": "section",
|
|
22362
|
+
"type": "sub-heading-spacing-m"
|
|
22363
|
+
},
|
|
22364
|
+
"path": [
|
|
22365
|
+
"section",
|
|
22366
|
+
"sub-heading-spacing-m"
|
|
22367
|
+
]
|
|
22368
|
+
},
|
|
22369
|
+
"sub-heading-spacing-s": {
|
|
22370
|
+
"value": "0.5rem",
|
|
22371
|
+
"filePath": "src/structure/section.yml",
|
|
22372
|
+
"isSource": true,
|
|
22373
|
+
"original": {
|
|
22374
|
+
"value": "{size-rem.s}"
|
|
21947
22375
|
},
|
|
21948
|
-
"name": "
|
|
22376
|
+
"name": "SectionSubHeadingSpacingS",
|
|
21949
22377
|
"attributes": {
|
|
21950
22378
|
"category": "section",
|
|
21951
|
-
"type": "sub-heading-spacing"
|
|
22379
|
+
"type": "sub-heading-spacing-s"
|
|
21952
22380
|
},
|
|
21953
22381
|
"path": [
|
|
21954
22382
|
"section",
|
|
21955
|
-
"sub-heading-spacing"
|
|
22383
|
+
"sub-heading-spacing-s"
|
|
21956
22384
|
]
|
|
21957
22385
|
}
|
|
21958
22386
|
},
|
|
@@ -22472,5 +22900,178 @@
|
|
|
22472
22900
|
]
|
|
22473
22901
|
}
|
|
22474
22902
|
}
|
|
22903
|
+
},
|
|
22904
|
+
"file-drop-zone": {
|
|
22905
|
+
"corner-radius": {
|
|
22906
|
+
"value": "4px",
|
|
22907
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
22908
|
+
"isSource": true,
|
|
22909
|
+
"original": {
|
|
22910
|
+
"value": "{corner-radius.default}"
|
|
22911
|
+
},
|
|
22912
|
+
"name": "FileDropZoneCornerRadius",
|
|
22913
|
+
"attributes": {
|
|
22914
|
+
"category": "file-drop-zone",
|
|
22915
|
+
"type": "corner-radius"
|
|
22916
|
+
},
|
|
22917
|
+
"path": [
|
|
22918
|
+
"file-drop-zone",
|
|
22919
|
+
"corner-radius"
|
|
22920
|
+
]
|
|
22921
|
+
},
|
|
22922
|
+
"padding": {
|
|
22923
|
+
"value": "16px",
|
|
22924
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
22925
|
+
"isSource": true,
|
|
22926
|
+
"original": {
|
|
22927
|
+
"value": "{size-px.m}"
|
|
22928
|
+
},
|
|
22929
|
+
"name": "FileDropZonePadding",
|
|
22930
|
+
"attributes": {
|
|
22931
|
+
"category": "file-drop-zone",
|
|
22932
|
+
"type": "padding"
|
|
22933
|
+
},
|
|
22934
|
+
"path": [
|
|
22935
|
+
"file-drop-zone",
|
|
22936
|
+
"padding"
|
|
22937
|
+
]
|
|
22938
|
+
},
|
|
22939
|
+
"background-color": {
|
|
22940
|
+
"default": {
|
|
22941
|
+
"value": "#F8F8F8",
|
|
22942
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
22943
|
+
"isSource": true,
|
|
22944
|
+
"original": {
|
|
22945
|
+
"value": "{form-control.background-color.default}"
|
|
22946
|
+
},
|
|
22947
|
+
"name": "FileDropZoneBackgroundColorDefault",
|
|
22948
|
+
"attributes": {
|
|
22949
|
+
"category": "file-drop-zone",
|
|
22950
|
+
"type": "background-color",
|
|
22951
|
+
"item": "default"
|
|
22952
|
+
},
|
|
22953
|
+
"path": [
|
|
22954
|
+
"file-drop-zone",
|
|
22955
|
+
"background-color",
|
|
22956
|
+
"default"
|
|
22957
|
+
]
|
|
22958
|
+
},
|
|
22959
|
+
"target": {
|
|
22960
|
+
"value": "#F0F5FF",
|
|
22961
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
22962
|
+
"isSource": true,
|
|
22963
|
+
"original": {
|
|
22964
|
+
"value": "{form-control.background-color.hover}"
|
|
22965
|
+
},
|
|
22966
|
+
"name": "FileDropZoneBackgroundColorTarget",
|
|
22967
|
+
"attributes": {
|
|
22968
|
+
"category": "file-drop-zone",
|
|
22969
|
+
"type": "background-color",
|
|
22970
|
+
"item": "target"
|
|
22971
|
+
},
|
|
22972
|
+
"path": [
|
|
22973
|
+
"file-drop-zone",
|
|
22974
|
+
"background-color",
|
|
22975
|
+
"target"
|
|
22976
|
+
]
|
|
22977
|
+
}
|
|
22978
|
+
},
|
|
22979
|
+
"border-width": {
|
|
22980
|
+
"value": "1px",
|
|
22981
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
22982
|
+
"isSource": true,
|
|
22983
|
+
"original": {
|
|
22984
|
+
"value": "{border-width.100}"
|
|
22985
|
+
},
|
|
22986
|
+
"name": "FileDropZoneBorderWidth",
|
|
22987
|
+
"attributes": {
|
|
22988
|
+
"category": "file-drop-zone",
|
|
22989
|
+
"type": "border-width"
|
|
22990
|
+
},
|
|
22991
|
+
"path": [
|
|
22992
|
+
"file-drop-zone",
|
|
22993
|
+
"border-width"
|
|
22994
|
+
]
|
|
22995
|
+
},
|
|
22996
|
+
"border-style": {
|
|
22997
|
+
"default": {
|
|
22998
|
+
"value": "dashed",
|
|
22999
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
23000
|
+
"isSource": true,
|
|
23001
|
+
"original": {
|
|
23002
|
+
"value": "{border-style.dashed}"
|
|
23003
|
+
},
|
|
23004
|
+
"name": "FileDropZoneBorderStyleDefault",
|
|
23005
|
+
"attributes": {
|
|
23006
|
+
"category": "file-drop-zone",
|
|
23007
|
+
"type": "border-style",
|
|
23008
|
+
"item": "default"
|
|
23009
|
+
},
|
|
23010
|
+
"path": [
|
|
23011
|
+
"file-drop-zone",
|
|
23012
|
+
"border-style",
|
|
23013
|
+
"default"
|
|
23014
|
+
]
|
|
23015
|
+
},
|
|
23016
|
+
"target": {
|
|
23017
|
+
"value": "solid",
|
|
23018
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
23019
|
+
"isSource": true,
|
|
23020
|
+
"original": {
|
|
23021
|
+
"value": "{border-style.default}"
|
|
23022
|
+
},
|
|
23023
|
+
"name": "FileDropZoneBorderStyleTarget",
|
|
23024
|
+
"attributes": {
|
|
23025
|
+
"category": "file-drop-zone",
|
|
23026
|
+
"type": "border-style",
|
|
23027
|
+
"item": "target"
|
|
23028
|
+
},
|
|
23029
|
+
"path": [
|
|
23030
|
+
"file-drop-zone",
|
|
23031
|
+
"border-style",
|
|
23032
|
+
"target"
|
|
23033
|
+
]
|
|
23034
|
+
}
|
|
23035
|
+
},
|
|
23036
|
+
"border-color": {
|
|
23037
|
+
"default": {
|
|
23038
|
+
"value": "#909090",
|
|
23039
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
23040
|
+
"isSource": true,
|
|
23041
|
+
"original": {
|
|
23042
|
+
"value": "{form-control.border-color.default}"
|
|
23043
|
+
},
|
|
23044
|
+
"name": "FileDropZoneBorderColorDefault",
|
|
23045
|
+
"attributes": {
|
|
23046
|
+
"category": "file-drop-zone",
|
|
23047
|
+
"type": "border-color",
|
|
23048
|
+
"item": "default"
|
|
23049
|
+
},
|
|
23050
|
+
"path": [
|
|
23051
|
+
"file-drop-zone",
|
|
23052
|
+
"border-color",
|
|
23053
|
+
"default"
|
|
23054
|
+
]
|
|
23055
|
+
},
|
|
23056
|
+
"target": {
|
|
23057
|
+
"value": "#0054F5",
|
|
23058
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
23059
|
+
"isSource": true,
|
|
23060
|
+
"original": {
|
|
23061
|
+
"value": "{primary.color.800}"
|
|
23062
|
+
},
|
|
23063
|
+
"name": "FileDropZoneBorderColorTarget",
|
|
23064
|
+
"attributes": {
|
|
23065
|
+
"category": "file-drop-zone",
|
|
23066
|
+
"type": "border-color",
|
|
23067
|
+
"item": "target"
|
|
23068
|
+
},
|
|
23069
|
+
"path": [
|
|
23070
|
+
"file-drop-zone",
|
|
23071
|
+
"border-color",
|
|
23072
|
+
"target"
|
|
23073
|
+
]
|
|
23074
|
+
}
|
|
23075
|
+
}
|
|
22475
23076
|
}
|
|
22476
23077
|
}
|