@mittwald/flow-design-tokens 0.2.0-alpha.5 → 0.2.0-alpha.500
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 +147 -45
- package/dist/variables.json +2478 -640
- package/package.json +8 -6
package/dist/variables.json
CHANGED
|
@@ -144,40 +144,6 @@
|
|
|
144
144
|
"pending-icon-color"
|
|
145
145
|
]
|
|
146
146
|
},
|
|
147
|
-
"succeeded-icon-color": {
|
|
148
|
-
"value": "#00825B",
|
|
149
|
-
"filePath": "src/actions/button.yml",
|
|
150
|
-
"isSource": true,
|
|
151
|
-
"original": {
|
|
152
|
-
"value": "{success.color.800}"
|
|
153
|
-
},
|
|
154
|
-
"name": "ButtonSucceededIconColor",
|
|
155
|
-
"attributes": {
|
|
156
|
-
"category": "button",
|
|
157
|
-
"type": "succeeded-icon-color"
|
|
158
|
-
},
|
|
159
|
-
"path": [
|
|
160
|
-
"button",
|
|
161
|
-
"succeeded-icon-color"
|
|
162
|
-
]
|
|
163
|
-
},
|
|
164
|
-
"failed-icon-color": {
|
|
165
|
-
"value": "#E1244C",
|
|
166
|
-
"filePath": "src/actions/button.yml",
|
|
167
|
-
"isSource": true,
|
|
168
|
-
"original": {
|
|
169
|
-
"value": "{danger.color.800}"
|
|
170
|
-
},
|
|
171
|
-
"name": "ButtonFailedIconColor",
|
|
172
|
-
"attributes": {
|
|
173
|
-
"category": "button",
|
|
174
|
-
"type": "failed-icon-color"
|
|
175
|
-
},
|
|
176
|
-
"path": [
|
|
177
|
-
"button",
|
|
178
|
-
"failed-icon-color"
|
|
179
|
-
]
|
|
180
|
-
},
|
|
181
147
|
"border-width": {
|
|
182
148
|
"value": "1px",
|
|
183
149
|
"filePath": "src/actions/button.yml",
|
|
@@ -4781,6 +4747,269 @@
|
|
|
4781
4747
|
"border-style",
|
|
4782
4748
|
"default"
|
|
4783
4749
|
]
|
|
4750
|
+
},
|
|
4751
|
+
"dashed": {
|
|
4752
|
+
"value": "dashed",
|
|
4753
|
+
"filePath": "src/border.yml",
|
|
4754
|
+
"isSource": true,
|
|
4755
|
+
"original": {
|
|
4756
|
+
"value": "dashed"
|
|
4757
|
+
},
|
|
4758
|
+
"name": "BorderStyleDashed",
|
|
4759
|
+
"attributes": {
|
|
4760
|
+
"category": "border-style",
|
|
4761
|
+
"type": "dashed"
|
|
4762
|
+
},
|
|
4763
|
+
"path": [
|
|
4764
|
+
"border-style",
|
|
4765
|
+
"dashed"
|
|
4766
|
+
]
|
|
4767
|
+
}
|
|
4768
|
+
},
|
|
4769
|
+
"chat": {
|
|
4770
|
+
"spacing": {
|
|
4771
|
+
"value": "16px",
|
|
4772
|
+
"filePath": "src/chat/chat.yml",
|
|
4773
|
+
"isSource": true,
|
|
4774
|
+
"original": {
|
|
4775
|
+
"value": "{size-px.m}"
|
|
4776
|
+
},
|
|
4777
|
+
"name": "ChatSpacing",
|
|
4778
|
+
"attributes": {
|
|
4779
|
+
"category": "chat",
|
|
4780
|
+
"type": "spacing"
|
|
4781
|
+
},
|
|
4782
|
+
"path": [
|
|
4783
|
+
"chat",
|
|
4784
|
+
"spacing"
|
|
4785
|
+
]
|
|
4786
|
+
}
|
|
4787
|
+
},
|
|
4788
|
+
"message-separator": {
|
|
4789
|
+
"background-color": {
|
|
4790
|
+
"value": "#FFFFFF",
|
|
4791
|
+
"filePath": "src/chat/message-separator.yml",
|
|
4792
|
+
"isSource": true,
|
|
4793
|
+
"original": {
|
|
4794
|
+
"value": "{neutral.color.100}"
|
|
4795
|
+
},
|
|
4796
|
+
"name": "MessageSeparatorBackgroundColor",
|
|
4797
|
+
"attributes": {
|
|
4798
|
+
"category": "message-separator",
|
|
4799
|
+
"type": "background-color"
|
|
4800
|
+
},
|
|
4801
|
+
"path": [
|
|
4802
|
+
"message-separator",
|
|
4803
|
+
"background-color"
|
|
4804
|
+
]
|
|
4805
|
+
},
|
|
4806
|
+
"font-size": {
|
|
4807
|
+
"value": "0.875rem",
|
|
4808
|
+
"filePath": "src/chat/message-separator.yml",
|
|
4809
|
+
"isSource": true,
|
|
4810
|
+
"original": {
|
|
4811
|
+
"value": "{font-size-text.s}"
|
|
4812
|
+
},
|
|
4813
|
+
"name": "MessageSeparatorFontSize",
|
|
4814
|
+
"attributes": {
|
|
4815
|
+
"category": "message-separator",
|
|
4816
|
+
"type": "font-size"
|
|
4817
|
+
},
|
|
4818
|
+
"path": [
|
|
4819
|
+
"message-separator",
|
|
4820
|
+
"font-size"
|
|
4821
|
+
]
|
|
4822
|
+
},
|
|
4823
|
+
"padding": {
|
|
4824
|
+
"value": "16px",
|
|
4825
|
+
"filePath": "src/chat/message-separator.yml",
|
|
4826
|
+
"isSource": true,
|
|
4827
|
+
"original": {
|
|
4828
|
+
"value": "{size-px.m}"
|
|
4829
|
+
},
|
|
4830
|
+
"name": "MessageSeparatorPadding",
|
|
4831
|
+
"attributes": {
|
|
4832
|
+
"category": "message-separator",
|
|
4833
|
+
"type": "padding"
|
|
4834
|
+
},
|
|
4835
|
+
"path": [
|
|
4836
|
+
"message-separator",
|
|
4837
|
+
"padding"
|
|
4838
|
+
]
|
|
4839
|
+
},
|
|
4840
|
+
"color": {
|
|
4841
|
+
"value": "#6D6D6D",
|
|
4842
|
+
"filePath": "src/chat/message-separator.yml",
|
|
4843
|
+
"isSource": true,
|
|
4844
|
+
"original": {
|
|
4845
|
+
"value": "{neutral.color.800}"
|
|
4846
|
+
},
|
|
4847
|
+
"name": "MessageSeparatorColor",
|
|
4848
|
+
"attributes": {
|
|
4849
|
+
"category": "message-separator",
|
|
4850
|
+
"type": "color"
|
|
4851
|
+
},
|
|
4852
|
+
"path": [
|
|
4853
|
+
"message-separator",
|
|
4854
|
+
"color"
|
|
4855
|
+
]
|
|
4856
|
+
}
|
|
4857
|
+
},
|
|
4858
|
+
"message-thread": {
|
|
4859
|
+
"spacing": {
|
|
4860
|
+
"value": "1.5rem",
|
|
4861
|
+
"filePath": "src/chat/message-thread.yml",
|
|
4862
|
+
"isSource": true,
|
|
4863
|
+
"original": {
|
|
4864
|
+
"value": "{size-rem.l}"
|
|
4865
|
+
},
|
|
4866
|
+
"name": "MessageThreadSpacing",
|
|
4867
|
+
"attributes": {
|
|
4868
|
+
"category": "message-thread",
|
|
4869
|
+
"type": "spacing"
|
|
4870
|
+
},
|
|
4871
|
+
"path": [
|
|
4872
|
+
"message-thread",
|
|
4873
|
+
"spacing"
|
|
4874
|
+
]
|
|
4875
|
+
},
|
|
4876
|
+
"indentation": {
|
|
4877
|
+
"value": "16px",
|
|
4878
|
+
"filePath": "src/chat/message-thread.yml",
|
|
4879
|
+
"isSource": true,
|
|
4880
|
+
"original": {
|
|
4881
|
+
"value": "{size-px.m}"
|
|
4882
|
+
},
|
|
4883
|
+
"name": "MessageThreadIndentation",
|
|
4884
|
+
"attributes": {
|
|
4885
|
+
"category": "message-thread",
|
|
4886
|
+
"type": "indentation"
|
|
4887
|
+
},
|
|
4888
|
+
"path": [
|
|
4889
|
+
"message-thread",
|
|
4890
|
+
"indentation"
|
|
4891
|
+
]
|
|
4892
|
+
}
|
|
4893
|
+
},
|
|
4894
|
+
"message": {
|
|
4895
|
+
"corner-radius": {
|
|
4896
|
+
"value": "4px",
|
|
4897
|
+
"filePath": "src/chat/message.yml",
|
|
4898
|
+
"isSource": true,
|
|
4899
|
+
"original": {
|
|
4900
|
+
"value": "{corner-radius.default}"
|
|
4901
|
+
},
|
|
4902
|
+
"name": "MessageCornerRadius",
|
|
4903
|
+
"attributes": {
|
|
4904
|
+
"category": "message",
|
|
4905
|
+
"type": "corner-radius"
|
|
4906
|
+
},
|
|
4907
|
+
"path": [
|
|
4908
|
+
"message",
|
|
4909
|
+
"corner-radius"
|
|
4910
|
+
]
|
|
4911
|
+
},
|
|
4912
|
+
"padding-y": {
|
|
4913
|
+
"value": "8px",
|
|
4914
|
+
"filePath": "src/chat/message.yml",
|
|
4915
|
+
"isSource": true,
|
|
4916
|
+
"original": {
|
|
4917
|
+
"value": "{size-px.s}"
|
|
4918
|
+
},
|
|
4919
|
+
"name": "MessagePaddingY",
|
|
4920
|
+
"attributes": {
|
|
4921
|
+
"category": "message",
|
|
4922
|
+
"type": "padding-y"
|
|
4923
|
+
},
|
|
4924
|
+
"path": [
|
|
4925
|
+
"message",
|
|
4926
|
+
"padding-y"
|
|
4927
|
+
]
|
|
4928
|
+
},
|
|
4929
|
+
"padding-x": {
|
|
4930
|
+
"value": "16px",
|
|
4931
|
+
"filePath": "src/chat/message.yml",
|
|
4932
|
+
"isSource": true,
|
|
4933
|
+
"original": {
|
|
4934
|
+
"value": "{size-px.m}"
|
|
4935
|
+
},
|
|
4936
|
+
"name": "MessagePaddingX",
|
|
4937
|
+
"attributes": {
|
|
4938
|
+
"category": "message",
|
|
4939
|
+
"type": "padding-x"
|
|
4940
|
+
},
|
|
4941
|
+
"path": [
|
|
4942
|
+
"message",
|
|
4943
|
+
"padding-x"
|
|
4944
|
+
]
|
|
4945
|
+
},
|
|
4946
|
+
"spacing-y": {
|
|
4947
|
+
"value": "0.5rem",
|
|
4948
|
+
"filePath": "src/chat/message.yml",
|
|
4949
|
+
"isSource": true,
|
|
4950
|
+
"original": {
|
|
4951
|
+
"value": "{size-rem.s}"
|
|
4952
|
+
},
|
|
4953
|
+
"name": "MessageSpacingY",
|
|
4954
|
+
"attributes": {
|
|
4955
|
+
"category": "message",
|
|
4956
|
+
"type": "spacing-y"
|
|
4957
|
+
},
|
|
4958
|
+
"path": [
|
|
4959
|
+
"message",
|
|
4960
|
+
"spacing-y"
|
|
4961
|
+
]
|
|
4962
|
+
},
|
|
4963
|
+
"spacing-x": {
|
|
4964
|
+
"value": "1rem",
|
|
4965
|
+
"filePath": "src/chat/message.yml",
|
|
4966
|
+
"isSource": true,
|
|
4967
|
+
"original": {
|
|
4968
|
+
"value": "{size-rem.m}"
|
|
4969
|
+
},
|
|
4970
|
+
"name": "MessageSpacingX",
|
|
4971
|
+
"attributes": {
|
|
4972
|
+
"category": "message",
|
|
4973
|
+
"type": "spacing-x"
|
|
4974
|
+
},
|
|
4975
|
+
"path": [
|
|
4976
|
+
"message",
|
|
4977
|
+
"spacing-x"
|
|
4978
|
+
]
|
|
4979
|
+
},
|
|
4980
|
+
"background-color-responder": {
|
|
4981
|
+
"value": "#E6E6E6",
|
|
4982
|
+
"filePath": "src/chat/message.yml",
|
|
4983
|
+
"isSource": true,
|
|
4984
|
+
"original": {
|
|
4985
|
+
"value": "{color.gray.400}"
|
|
4986
|
+
},
|
|
4987
|
+
"name": "MessageBackgroundColorResponder",
|
|
4988
|
+
"attributes": {
|
|
4989
|
+
"category": "message",
|
|
4990
|
+
"type": "background-color-responder"
|
|
4991
|
+
},
|
|
4992
|
+
"path": [
|
|
4993
|
+
"message",
|
|
4994
|
+
"background-color-responder"
|
|
4995
|
+
]
|
|
4996
|
+
},
|
|
4997
|
+
"background-color-sender": {
|
|
4998
|
+
"value": "#E0EBFF",
|
|
4999
|
+
"filePath": "src/chat/message.yml",
|
|
5000
|
+
"isSource": true,
|
|
5001
|
+
"original": {
|
|
5002
|
+
"value": "{color.hosting-blue.200}"
|
|
5003
|
+
},
|
|
5004
|
+
"name": "MessageBackgroundColorSender",
|
|
5005
|
+
"attributes": {
|
|
5006
|
+
"category": "message",
|
|
5007
|
+
"type": "background-color-sender"
|
|
5008
|
+
},
|
|
5009
|
+
"path": [
|
|
5010
|
+
"message",
|
|
5011
|
+
"background-color-sender"
|
|
5012
|
+
]
|
|
4784
5013
|
}
|
|
4785
5014
|
},
|
|
4786
5015
|
"primary": {
|
|
@@ -11087,22 +11316,356 @@
|
|
|
11087
11316
|
]
|
|
11088
11317
|
}
|
|
11089
11318
|
},
|
|
11090
|
-
"
|
|
11091
|
-
"
|
|
11092
|
-
|
|
11093
|
-
|
|
11094
|
-
|
|
11095
|
-
"
|
|
11096
|
-
|
|
11097
|
-
|
|
11098
|
-
|
|
11099
|
-
"
|
|
11100
|
-
|
|
11101
|
-
|
|
11102
|
-
|
|
11103
|
-
|
|
11319
|
+
"categorical": {
|
|
11320
|
+
"sea-green": {
|
|
11321
|
+
"value": "#0fb5ae",
|
|
11322
|
+
"filePath": "src/color-palette.yml",
|
|
11323
|
+
"isSource": true,
|
|
11324
|
+
"original": {
|
|
11325
|
+
"value": "#0fb5ae"
|
|
11326
|
+
},
|
|
11327
|
+
"name": "ColorCategoricalSeaGreen",
|
|
11328
|
+
"attributes": {
|
|
11329
|
+
"category": "color",
|
|
11330
|
+
"type": "categorical",
|
|
11331
|
+
"item": "sea-green"
|
|
11332
|
+
},
|
|
11333
|
+
"path": [
|
|
11334
|
+
"color",
|
|
11335
|
+
"categorical",
|
|
11336
|
+
"sea-green"
|
|
11337
|
+
]
|
|
11338
|
+
},
|
|
11339
|
+
"palatinate-blue": {
|
|
11340
|
+
"value": "#4046ca",
|
|
11341
|
+
"filePath": "src/color-palette.yml",
|
|
11342
|
+
"isSource": true,
|
|
11343
|
+
"original": {
|
|
11344
|
+
"value": "#4046ca"
|
|
11345
|
+
},
|
|
11346
|
+
"name": "ColorCategoricalPalatinateBlue",
|
|
11347
|
+
"attributes": {
|
|
11348
|
+
"category": "color",
|
|
11349
|
+
"type": "categorical",
|
|
11350
|
+
"item": "palatinate-blue"
|
|
11351
|
+
},
|
|
11352
|
+
"path": [
|
|
11353
|
+
"color",
|
|
11354
|
+
"categorical",
|
|
11355
|
+
"palatinate-blue"
|
|
11356
|
+
]
|
|
11357
|
+
},
|
|
11358
|
+
"tangerine": {
|
|
11359
|
+
"value": "#f68511",
|
|
11360
|
+
"filePath": "src/color-palette.yml",
|
|
11361
|
+
"isSource": true,
|
|
11362
|
+
"original": {
|
|
11363
|
+
"value": "#f68511"
|
|
11364
|
+
},
|
|
11365
|
+
"name": "ColorCategoricalTangerine",
|
|
11366
|
+
"attributes": {
|
|
11367
|
+
"category": "color",
|
|
11368
|
+
"type": "categorical",
|
|
11369
|
+
"item": "tangerine"
|
|
11370
|
+
},
|
|
11371
|
+
"path": [
|
|
11372
|
+
"color",
|
|
11373
|
+
"categorical",
|
|
11374
|
+
"tangerine"
|
|
11375
|
+
]
|
|
11376
|
+
},
|
|
11377
|
+
"magenta": {
|
|
11378
|
+
"value": "#de3d82",
|
|
11379
|
+
"filePath": "src/color-palette.yml",
|
|
11380
|
+
"isSource": true,
|
|
11381
|
+
"original": {
|
|
11382
|
+
"value": "#de3d82"
|
|
11383
|
+
},
|
|
11384
|
+
"name": "ColorCategoricalMagenta",
|
|
11385
|
+
"attributes": {
|
|
11386
|
+
"category": "color",
|
|
11387
|
+
"type": "categorical",
|
|
11388
|
+
"item": "magenta"
|
|
11389
|
+
},
|
|
11390
|
+
"path": [
|
|
11391
|
+
"color",
|
|
11392
|
+
"categorical",
|
|
11393
|
+
"magenta"
|
|
11394
|
+
]
|
|
11395
|
+
},
|
|
11396
|
+
"tropical-indigo": {
|
|
11397
|
+
"value": "#7e84fa",
|
|
11398
|
+
"filePath": "src/color-palette.yml",
|
|
11399
|
+
"isSource": true,
|
|
11400
|
+
"original": {
|
|
11401
|
+
"value": "#7e84fa"
|
|
11402
|
+
},
|
|
11403
|
+
"name": "ColorCategoricalTropicalIndigo",
|
|
11404
|
+
"attributes": {
|
|
11405
|
+
"category": "color",
|
|
11406
|
+
"type": "categorical",
|
|
11407
|
+
"item": "tropical-indigo"
|
|
11408
|
+
},
|
|
11409
|
+
"path": [
|
|
11410
|
+
"color",
|
|
11411
|
+
"categorical",
|
|
11412
|
+
"tropical-indigo"
|
|
11413
|
+
]
|
|
11414
|
+
},
|
|
11415
|
+
"malachite": {
|
|
11416
|
+
"value": "#72e06a",
|
|
11417
|
+
"filePath": "src/color-palette.yml",
|
|
11418
|
+
"isSource": true,
|
|
11419
|
+
"original": {
|
|
11420
|
+
"value": "#72e06a"
|
|
11421
|
+
},
|
|
11422
|
+
"name": "ColorCategoricalMalachite",
|
|
11423
|
+
"attributes": {
|
|
11424
|
+
"category": "color",
|
|
11425
|
+
"type": "categorical",
|
|
11426
|
+
"item": "malachite"
|
|
11427
|
+
},
|
|
11428
|
+
"path": [
|
|
11429
|
+
"color",
|
|
11430
|
+
"categorical",
|
|
11431
|
+
"malachite"
|
|
11432
|
+
]
|
|
11433
|
+
},
|
|
11434
|
+
"azure": {
|
|
11435
|
+
"value": "#147af3",
|
|
11436
|
+
"filePath": "src/color-palette.yml",
|
|
11437
|
+
"isSource": true,
|
|
11438
|
+
"original": {
|
|
11439
|
+
"value": "#147af3"
|
|
11440
|
+
},
|
|
11441
|
+
"name": "ColorCategoricalAzure",
|
|
11442
|
+
"attributes": {
|
|
11443
|
+
"category": "color",
|
|
11444
|
+
"type": "categorical",
|
|
11445
|
+
"item": "azure"
|
|
11446
|
+
},
|
|
11447
|
+
"path": [
|
|
11448
|
+
"color",
|
|
11449
|
+
"categorical",
|
|
11450
|
+
"azure"
|
|
11451
|
+
]
|
|
11452
|
+
},
|
|
11453
|
+
"violet": {
|
|
11454
|
+
"value": "#7326d3",
|
|
11455
|
+
"filePath": "src/color-palette.yml",
|
|
11456
|
+
"isSource": true,
|
|
11457
|
+
"original": {
|
|
11458
|
+
"value": "#7326d3"
|
|
11459
|
+
},
|
|
11460
|
+
"name": "ColorCategoricalViolet",
|
|
11461
|
+
"attributes": {
|
|
11462
|
+
"category": "color",
|
|
11463
|
+
"type": "categorical",
|
|
11464
|
+
"item": "violet"
|
|
11465
|
+
},
|
|
11466
|
+
"path": [
|
|
11467
|
+
"color",
|
|
11468
|
+
"categorical",
|
|
11469
|
+
"violet"
|
|
11470
|
+
]
|
|
11471
|
+
},
|
|
11472
|
+
"yellow": {
|
|
11473
|
+
"value": "#e8c600",
|
|
11474
|
+
"filePath": "src/color-palette.yml",
|
|
11475
|
+
"isSource": true,
|
|
11476
|
+
"original": {
|
|
11477
|
+
"value": "#e8c600"
|
|
11478
|
+
},
|
|
11479
|
+
"name": "ColorCategoricalYellow",
|
|
11480
|
+
"attributes": {
|
|
11481
|
+
"category": "color",
|
|
11482
|
+
"type": "categorical",
|
|
11483
|
+
"item": "yellow"
|
|
11484
|
+
},
|
|
11485
|
+
"path": [
|
|
11486
|
+
"color",
|
|
11487
|
+
"categorical",
|
|
11488
|
+
"yellow"
|
|
11489
|
+
]
|
|
11490
|
+
},
|
|
11491
|
+
"alloy-orange": {
|
|
11492
|
+
"value": "#cb5d00",
|
|
11493
|
+
"filePath": "src/color-palette.yml",
|
|
11494
|
+
"isSource": true,
|
|
11495
|
+
"original": {
|
|
11496
|
+
"value": "#cb5d00"
|
|
11497
|
+
},
|
|
11498
|
+
"name": "ColorCategoricalAlloyOrange",
|
|
11499
|
+
"attributes": {
|
|
11500
|
+
"category": "color",
|
|
11501
|
+
"type": "categorical",
|
|
11502
|
+
"item": "alloy-orange"
|
|
11503
|
+
},
|
|
11504
|
+
"path": [
|
|
11505
|
+
"color",
|
|
11506
|
+
"categorical",
|
|
11507
|
+
"alloy-orange"
|
|
11508
|
+
]
|
|
11509
|
+
},
|
|
11510
|
+
"green": {
|
|
11511
|
+
"value": "#008f5d",
|
|
11512
|
+
"filePath": "src/color-palette.yml",
|
|
11513
|
+
"isSource": true,
|
|
11514
|
+
"original": {
|
|
11515
|
+
"value": "#008f5d"
|
|
11516
|
+
},
|
|
11517
|
+
"name": "ColorCategoricalGreen",
|
|
11518
|
+
"attributes": {
|
|
11519
|
+
"category": "color",
|
|
11520
|
+
"type": "categorical",
|
|
11521
|
+
"item": "green"
|
|
11522
|
+
},
|
|
11523
|
+
"path": [
|
|
11524
|
+
"color",
|
|
11525
|
+
"categorical",
|
|
11526
|
+
"green"
|
|
11527
|
+
]
|
|
11528
|
+
},
|
|
11529
|
+
"lime": {
|
|
11530
|
+
"value": "#bce931",
|
|
11531
|
+
"filePath": "src/color-palette.yml",
|
|
11532
|
+
"isSource": true,
|
|
11533
|
+
"original": {
|
|
11534
|
+
"value": "#bce931"
|
|
11535
|
+
},
|
|
11536
|
+
"name": "ColorCategoricalLime",
|
|
11537
|
+
"attributes": {
|
|
11538
|
+
"category": "color",
|
|
11539
|
+
"type": "categorical",
|
|
11540
|
+
"item": "lime"
|
|
11541
|
+
},
|
|
11542
|
+
"path": [
|
|
11543
|
+
"color",
|
|
11544
|
+
"categorical",
|
|
11545
|
+
"lime"
|
|
11546
|
+
]
|
|
11547
|
+
}
|
|
11548
|
+
},
|
|
11549
|
+
"transparent": {
|
|
11550
|
+
"value": "transparent",
|
|
11551
|
+
"filePath": "src/color-palette.yml",
|
|
11552
|
+
"isSource": true,
|
|
11553
|
+
"original": {
|
|
11554
|
+
"value": "transparent"
|
|
11555
|
+
},
|
|
11556
|
+
"name": "ColorTransparent",
|
|
11557
|
+
"attributes": {
|
|
11558
|
+
"category": "color",
|
|
11559
|
+
"type": "transparent"
|
|
11560
|
+
},
|
|
11561
|
+
"path": [
|
|
11562
|
+
"color",
|
|
11104
11563
|
"transparent"
|
|
11105
11564
|
]
|
|
11565
|
+
},
|
|
11566
|
+
"gradient": {
|
|
11567
|
+
"value": "radial-gradient(circle at 27.74% 38.09%,#d8e9f8,transparent 60%),radial-gradient(circle at 63.98% 99.4%,#e4b8ff,transparent 37%),radial-gradient(circle at 79.7% 64.93%,#d8e9f8,transparent 52%),radial-gradient(circle at 10.9% 91.41%,#d8e9f8,transparent 56%),radial-gradient(circle at 3.68% 3.26%,#0056ff,transparent 31%),radial-gradient(circle at 99.62% 17.78%,#48c7d8,transparent 26%),radial-gradient(circle at 58.65% 24.91%,#d8e9f8,transparent 55%),radial-gradient(circle at 53.23% 52.72%,#d8e9f8,transparent 100%),radial-gradient(circle at 50% 50%,#fff,#fff 100%)",
|
|
11568
|
+
"filePath": "src/color-palette.yml",
|
|
11569
|
+
"isSource": true,
|
|
11570
|
+
"original": {
|
|
11571
|
+
"value": "radial-gradient(circle at 27.74% 38.09%,#d8e9f8,transparent 60%),radial-gradient(circle at 63.98% 99.4%,#e4b8ff,transparent 37%),radial-gradient(circle at 79.7% 64.93%,#d8e9f8,transparent 52%),radial-gradient(circle at 10.9% 91.41%,#d8e9f8,transparent 56%),radial-gradient(circle at 3.68% 3.26%,#0056ff,transparent 31%),radial-gradient(circle at 99.62% 17.78%,#48c7d8,transparent 26%),radial-gradient(circle at 58.65% 24.91%,#d8e9f8,transparent 55%),radial-gradient(circle at 53.23% 52.72%,#d8e9f8,transparent 100%),radial-gradient(circle at 50% 50%,#fff,#fff 100%)"
|
|
11572
|
+
},
|
|
11573
|
+
"name": "ColorGradient",
|
|
11574
|
+
"attributes": {
|
|
11575
|
+
"category": "color",
|
|
11576
|
+
"type": "gradient"
|
|
11577
|
+
},
|
|
11578
|
+
"path": [
|
|
11579
|
+
"color",
|
|
11580
|
+
"gradient"
|
|
11581
|
+
]
|
|
11582
|
+
},
|
|
11583
|
+
"blue": {
|
|
11584
|
+
"value": "#002A7B",
|
|
11585
|
+
"filePath": "src/content/color.yml",
|
|
11586
|
+
"isSource": true,
|
|
11587
|
+
"original": {
|
|
11588
|
+
"value": "{primary.color.1000}"
|
|
11589
|
+
},
|
|
11590
|
+
"name": "ColorBlue",
|
|
11591
|
+
"attributes": {
|
|
11592
|
+
"category": "color",
|
|
11593
|
+
"type": "blue"
|
|
11594
|
+
},
|
|
11595
|
+
"path": [
|
|
11596
|
+
"color",
|
|
11597
|
+
"blue"
|
|
11598
|
+
]
|
|
11599
|
+
},
|
|
11600
|
+
"violet": {
|
|
11601
|
+
"value": "#715DEE",
|
|
11602
|
+
"filePath": "src/content/color.yml",
|
|
11603
|
+
"isSource": true,
|
|
11604
|
+
"original": {
|
|
11605
|
+
"value": "{color.soft-contrast-violet.800}"
|
|
11606
|
+
},
|
|
11607
|
+
"name": "ColorViolet",
|
|
11608
|
+
"attributes": {
|
|
11609
|
+
"category": "color",
|
|
11610
|
+
"type": "violet"
|
|
11611
|
+
},
|
|
11612
|
+
"path": [
|
|
11613
|
+
"color",
|
|
11614
|
+
"violet"
|
|
11615
|
+
]
|
|
11616
|
+
},
|
|
11617
|
+
"teal": {
|
|
11618
|
+
"value": "#008696",
|
|
11619
|
+
"filePath": "src/content/color.yml",
|
|
11620
|
+
"isSource": true,
|
|
11621
|
+
"original": {
|
|
11622
|
+
"value": "{color.super-teal.800}"
|
|
11623
|
+
},
|
|
11624
|
+
"name": "ColorTeal",
|
|
11625
|
+
"attributes": {
|
|
11626
|
+
"category": "color",
|
|
11627
|
+
"type": "teal"
|
|
11628
|
+
},
|
|
11629
|
+
"path": [
|
|
11630
|
+
"color",
|
|
11631
|
+
"teal"
|
|
11632
|
+
]
|
|
11633
|
+
},
|
|
11634
|
+
"lilac": {
|
|
11635
|
+
"value": "#bc08ff",
|
|
11636
|
+
"filePath": "src/content/color.yml",
|
|
11637
|
+
"isSource": true,
|
|
11638
|
+
"original": {
|
|
11639
|
+
"value": "{color.bright-lilac.800}"
|
|
11640
|
+
},
|
|
11641
|
+
"name": "ColorLilac",
|
|
11642
|
+
"attributes": {
|
|
11643
|
+
"category": "color",
|
|
11644
|
+
"type": "lilac"
|
|
11645
|
+
},
|
|
11646
|
+
"path": [
|
|
11647
|
+
"color",
|
|
11648
|
+
"lilac"
|
|
11649
|
+
]
|
|
11650
|
+
}
|
|
11651
|
+
},
|
|
11652
|
+
"avatar-stack": {
|
|
11653
|
+
"border-width": {
|
|
11654
|
+
"value": "2px",
|
|
11655
|
+
"filePath": "src/content/avatar-stack.yml",
|
|
11656
|
+
"isSource": true,
|
|
11657
|
+
"original": {
|
|
11658
|
+
"value": "{border-width.200}"
|
|
11659
|
+
},
|
|
11660
|
+
"name": "AvatarStackBorderWidth",
|
|
11661
|
+
"attributes": {
|
|
11662
|
+
"category": "avatar-stack",
|
|
11663
|
+
"type": "border-width"
|
|
11664
|
+
},
|
|
11665
|
+
"path": [
|
|
11666
|
+
"avatar-stack",
|
|
11667
|
+
"border-width"
|
|
11668
|
+
]
|
|
11106
11669
|
}
|
|
11107
11670
|
},
|
|
11108
11671
|
"avatar": {
|
|
@@ -11183,57 +11746,125 @@
|
|
|
11183
11746
|
"l"
|
|
11184
11747
|
]
|
|
11185
11748
|
}
|
|
11186
|
-
}
|
|
11187
|
-
|
|
11188
|
-
|
|
11189
|
-
|
|
11190
|
-
"value": "0.875rem",
|
|
11191
|
-
"filePath": "src/content/code.yml",
|
|
11749
|
+
},
|
|
11750
|
+
"info-status-background-color": {
|
|
11751
|
+
"value": "#E0EBFF",
|
|
11752
|
+
"filePath": "src/content/avatar.yml",
|
|
11192
11753
|
"isSource": true,
|
|
11193
11754
|
"original": {
|
|
11194
|
-
"value": "{
|
|
11755
|
+
"value": "{info.color.200}"
|
|
11195
11756
|
},
|
|
11196
|
-
"name": "
|
|
11757
|
+
"name": "AvatarInfoStatusBackgroundColor",
|
|
11197
11758
|
"attributes": {
|
|
11198
|
-
"category": "
|
|
11199
|
-
"type": "
|
|
11759
|
+
"category": "avatar",
|
|
11760
|
+
"type": "info-status-background-color"
|
|
11200
11761
|
},
|
|
11201
11762
|
"path": [
|
|
11202
|
-
"
|
|
11203
|
-
"
|
|
11763
|
+
"avatar",
|
|
11764
|
+
"info-status-background-color"
|
|
11204
11765
|
]
|
|
11205
11766
|
},
|
|
11206
|
-
"
|
|
11207
|
-
"value": "
|
|
11208
|
-
"filePath": "src/content/
|
|
11767
|
+
"warning-status-background-color": {
|
|
11768
|
+
"value": "#FFEBDC",
|
|
11769
|
+
"filePath": "src/content/avatar.yml",
|
|
11209
11770
|
"isSource": true,
|
|
11210
11771
|
"original": {
|
|
11211
|
-
"value": "{
|
|
11772
|
+
"value": "{warning.color.200}"
|
|
11212
11773
|
},
|
|
11213
|
-
"name": "
|
|
11774
|
+
"name": "AvatarWarningStatusBackgroundColor",
|
|
11214
11775
|
"attributes": {
|
|
11215
|
-
"category": "
|
|
11216
|
-
"type": "
|
|
11776
|
+
"category": "avatar",
|
|
11777
|
+
"type": "warning-status-background-color"
|
|
11217
11778
|
},
|
|
11218
11779
|
"path": [
|
|
11219
|
-
"
|
|
11220
|
-
"
|
|
11780
|
+
"avatar",
|
|
11781
|
+
"warning-status-background-color"
|
|
11221
11782
|
]
|
|
11222
11783
|
},
|
|
11223
|
-
"
|
|
11224
|
-
"value": "
|
|
11225
|
-
"filePath": "src/content/
|
|
11784
|
+
"danger-status-background-color": {
|
|
11785
|
+
"value": "#FBE0E6",
|
|
11786
|
+
"filePath": "src/content/avatar.yml",
|
|
11226
11787
|
"isSource": true,
|
|
11227
11788
|
"original": {
|
|
11228
|
-
"value": "{
|
|
11789
|
+
"value": "{danger.color.200}"
|
|
11229
11790
|
},
|
|
11230
|
-
"name": "
|
|
11791
|
+
"name": "AvatarDangerStatusBackgroundColor",
|
|
11231
11792
|
"attributes": {
|
|
11232
|
-
"category": "
|
|
11233
|
-
"type": "
|
|
11793
|
+
"category": "avatar",
|
|
11794
|
+
"type": "danger-status-background-color"
|
|
11234
11795
|
},
|
|
11235
11796
|
"path": [
|
|
11236
|
-
"
|
|
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
|
+
]
|
|
11817
|
+
}
|
|
11818
|
+
},
|
|
11819
|
+
"code": {
|
|
11820
|
+
"font-size": {
|
|
11821
|
+
"value": "0.875rem",
|
|
11822
|
+
"filePath": "src/content/code.yml",
|
|
11823
|
+
"isSource": true,
|
|
11824
|
+
"original": {
|
|
11825
|
+
"value": "{font-size-text.s}"
|
|
11826
|
+
},
|
|
11827
|
+
"name": "CodeFontSize",
|
|
11828
|
+
"attributes": {
|
|
11829
|
+
"category": "code",
|
|
11830
|
+
"type": "font-size"
|
|
11831
|
+
},
|
|
11832
|
+
"path": [
|
|
11833
|
+
"code",
|
|
11834
|
+
"font-size"
|
|
11835
|
+
]
|
|
11836
|
+
},
|
|
11837
|
+
"line-height": {
|
|
11838
|
+
"value": "calc(1rem * 1.5)",
|
|
11839
|
+
"filePath": "src/content/code.yml",
|
|
11840
|
+
"isSource": true,
|
|
11841
|
+
"original": {
|
|
11842
|
+
"value": "{line-height.m}"
|
|
11843
|
+
},
|
|
11844
|
+
"name": "CodeLineHeight",
|
|
11845
|
+
"attributes": {
|
|
11846
|
+
"category": "code",
|
|
11847
|
+
"type": "line-height"
|
|
11848
|
+
},
|
|
11849
|
+
"path": [
|
|
11850
|
+
"code",
|
|
11851
|
+
"line-height"
|
|
11852
|
+
]
|
|
11853
|
+
},
|
|
11854
|
+
"padding-x": {
|
|
11855
|
+
"value": "4px",
|
|
11856
|
+
"filePath": "src/content/code.yml",
|
|
11857
|
+
"isSource": true,
|
|
11858
|
+
"original": {
|
|
11859
|
+
"value": "{size-px.xs}"
|
|
11860
|
+
},
|
|
11861
|
+
"name": "CodePaddingX",
|
|
11862
|
+
"attributes": {
|
|
11863
|
+
"category": "code",
|
|
11864
|
+
"type": "padding-x"
|
|
11865
|
+
},
|
|
11866
|
+
"path": [
|
|
11867
|
+
"code",
|
|
11237
11868
|
"padding-x"
|
|
11238
11869
|
]
|
|
11239
11870
|
},
|
|
@@ -13154,6 +13785,74 @@
|
|
|
13154
13785
|
"icon",
|
|
13155
13786
|
"color"
|
|
13156
13787
|
]
|
|
13788
|
+
},
|
|
13789
|
+
"info-color": {
|
|
13790
|
+
"value": "#003FB8",
|
|
13791
|
+
"filePath": "src/content/icon.yml",
|
|
13792
|
+
"isSource": true,
|
|
13793
|
+
"original": {
|
|
13794
|
+
"value": "{info-outline-content-color}"
|
|
13795
|
+
},
|
|
13796
|
+
"name": "IconInfoColor",
|
|
13797
|
+
"attributes": {
|
|
13798
|
+
"category": "icon",
|
|
13799
|
+
"type": "info-color"
|
|
13800
|
+
},
|
|
13801
|
+
"path": [
|
|
13802
|
+
"icon",
|
|
13803
|
+
"info-color"
|
|
13804
|
+
]
|
|
13805
|
+
},
|
|
13806
|
+
"warning-color": {
|
|
13807
|
+
"value": "#C25200",
|
|
13808
|
+
"filePath": "src/content/icon.yml",
|
|
13809
|
+
"isSource": true,
|
|
13810
|
+
"original": {
|
|
13811
|
+
"value": "{warning-outline-content-color}"
|
|
13812
|
+
},
|
|
13813
|
+
"name": "IconWarningColor",
|
|
13814
|
+
"attributes": {
|
|
13815
|
+
"category": "icon",
|
|
13816
|
+
"type": "warning-color"
|
|
13817
|
+
},
|
|
13818
|
+
"path": [
|
|
13819
|
+
"icon",
|
|
13820
|
+
"warning-color"
|
|
13821
|
+
]
|
|
13822
|
+
},
|
|
13823
|
+
"danger-color": {
|
|
13824
|
+
"value": "#B4193A",
|
|
13825
|
+
"filePath": "src/content/icon.yml",
|
|
13826
|
+
"isSource": true,
|
|
13827
|
+
"original": {
|
|
13828
|
+
"value": "{danger-outline-content-color}"
|
|
13829
|
+
},
|
|
13830
|
+
"name": "IconDangerColor",
|
|
13831
|
+
"attributes": {
|
|
13832
|
+
"category": "icon",
|
|
13833
|
+
"type": "danger-color"
|
|
13834
|
+
},
|
|
13835
|
+
"path": [
|
|
13836
|
+
"icon",
|
|
13837
|
+
"danger-color"
|
|
13838
|
+
]
|
|
13839
|
+
},
|
|
13840
|
+
"success-color": {
|
|
13841
|
+
"value": "#005F42",
|
|
13842
|
+
"filePath": "src/content/icon.yml",
|
|
13843
|
+
"isSource": true,
|
|
13844
|
+
"original": {
|
|
13845
|
+
"value": "{success-outline-content-color}"
|
|
13846
|
+
},
|
|
13847
|
+
"name": "IconSuccessColor",
|
|
13848
|
+
"attributes": {
|
|
13849
|
+
"category": "icon",
|
|
13850
|
+
"type": "success-color"
|
|
13851
|
+
},
|
|
13852
|
+
"path": [
|
|
13853
|
+
"icon",
|
|
13854
|
+
"success-color"
|
|
13855
|
+
]
|
|
13157
13856
|
}
|
|
13158
13857
|
},
|
|
13159
13858
|
"illustrated-message": {
|
|
@@ -13328,6 +14027,76 @@
|
|
|
13328
14027
|
]
|
|
13329
14028
|
}
|
|
13330
14029
|
},
|
|
14030
|
+
"image": {
|
|
14031
|
+
"corner-radius": {
|
|
14032
|
+
"value": "4px",
|
|
14033
|
+
"filePath": "src/content/image.yml",
|
|
14034
|
+
"isSource": true,
|
|
14035
|
+
"original": {
|
|
14036
|
+
"value": "{corner-radius.default}"
|
|
14037
|
+
},
|
|
14038
|
+
"name": "ImageCornerRadius",
|
|
14039
|
+
"attributes": {
|
|
14040
|
+
"category": "image",
|
|
14041
|
+
"type": "corner-radius"
|
|
14042
|
+
},
|
|
14043
|
+
"path": [
|
|
14044
|
+
"image",
|
|
14045
|
+
"corner-radius"
|
|
14046
|
+
]
|
|
14047
|
+
},
|
|
14048
|
+
"border-width": {
|
|
14049
|
+
"value": "1px",
|
|
14050
|
+
"filePath": "src/content/image.yml",
|
|
14051
|
+
"isSource": true,
|
|
14052
|
+
"original": {
|
|
14053
|
+
"value": "{border-width.100}"
|
|
14054
|
+
},
|
|
14055
|
+
"name": "ImageBorderWidth",
|
|
14056
|
+
"attributes": {
|
|
14057
|
+
"category": "image",
|
|
14058
|
+
"type": "border-width"
|
|
14059
|
+
},
|
|
14060
|
+
"path": [
|
|
14061
|
+
"image",
|
|
14062
|
+
"border-width"
|
|
14063
|
+
]
|
|
14064
|
+
},
|
|
14065
|
+
"border-style": {
|
|
14066
|
+
"value": "solid",
|
|
14067
|
+
"filePath": "src/content/image.yml",
|
|
14068
|
+
"isSource": true,
|
|
14069
|
+
"original": {
|
|
14070
|
+
"value": "{border-style.default}"
|
|
14071
|
+
},
|
|
14072
|
+
"name": "ImageBorderStyle",
|
|
14073
|
+
"attributes": {
|
|
14074
|
+
"category": "image",
|
|
14075
|
+
"type": "border-style"
|
|
14076
|
+
},
|
|
14077
|
+
"path": [
|
|
14078
|
+
"image",
|
|
14079
|
+
"border-style"
|
|
14080
|
+
]
|
|
14081
|
+
},
|
|
14082
|
+
"border-color": {
|
|
14083
|
+
"value": "#909090",
|
|
14084
|
+
"filePath": "src/content/image.yml",
|
|
14085
|
+
"isSource": true,
|
|
14086
|
+
"original": {
|
|
14087
|
+
"value": "{neutral-outline-border-color}"
|
|
14088
|
+
},
|
|
14089
|
+
"name": "ImageBorderColor",
|
|
14090
|
+
"attributes": {
|
|
14091
|
+
"category": "image",
|
|
14092
|
+
"type": "border-color"
|
|
14093
|
+
},
|
|
14094
|
+
"path": [
|
|
14095
|
+
"image",
|
|
14096
|
+
"border-color"
|
|
14097
|
+
]
|
|
14098
|
+
}
|
|
14099
|
+
},
|
|
13331
14100
|
"initials": {
|
|
13332
14101
|
"font-weight": {
|
|
13333
14102
|
"value": "bold",
|
|
@@ -13512,221 +14281,818 @@
|
|
|
13512
14281
|
]
|
|
13513
14282
|
}
|
|
13514
14283
|
},
|
|
13515
|
-
"
|
|
13516
|
-
"
|
|
13517
|
-
"
|
|
13518
|
-
|
|
13519
|
-
|
|
13520
|
-
|
|
13521
|
-
"
|
|
13522
|
-
|
|
13523
|
-
|
|
13524
|
-
|
|
13525
|
-
"
|
|
13526
|
-
|
|
14284
|
+
"rating": {
|
|
14285
|
+
"spacing": {
|
|
14286
|
+
"s": {
|
|
14287
|
+
"value": "0.25rem",
|
|
14288
|
+
"filePath": "src/content/rating.yml",
|
|
14289
|
+
"isSource": true,
|
|
14290
|
+
"original": {
|
|
14291
|
+
"value": "{size-rem.xs}"
|
|
14292
|
+
},
|
|
14293
|
+
"name": "RatingSpacingS",
|
|
14294
|
+
"attributes": {
|
|
14295
|
+
"category": "rating",
|
|
14296
|
+
"type": "spacing",
|
|
14297
|
+
"item": "s"
|
|
14298
|
+
},
|
|
14299
|
+
"path": [
|
|
14300
|
+
"rating",
|
|
14301
|
+
"spacing",
|
|
14302
|
+
"s"
|
|
14303
|
+
]
|
|
13527
14304
|
},
|
|
13528
|
-
"
|
|
13529
|
-
"
|
|
13530
|
-
"
|
|
13531
|
-
|
|
14305
|
+
"m": {
|
|
14306
|
+
"value": "0.5rem",
|
|
14307
|
+
"filePath": "src/content/rating.yml",
|
|
14308
|
+
"isSource": true,
|
|
14309
|
+
"original": {
|
|
14310
|
+
"value": "{size-rem.s}"
|
|
14311
|
+
},
|
|
14312
|
+
"name": "RatingSpacingM",
|
|
14313
|
+
"attributes": {
|
|
14314
|
+
"category": "rating",
|
|
14315
|
+
"type": "spacing",
|
|
14316
|
+
"item": "m"
|
|
14317
|
+
},
|
|
14318
|
+
"path": [
|
|
14319
|
+
"rating",
|
|
14320
|
+
"spacing",
|
|
14321
|
+
"m"
|
|
14322
|
+
]
|
|
14323
|
+
}
|
|
13532
14324
|
},
|
|
13533
|
-
"
|
|
13534
|
-
"value": "
|
|
13535
|
-
"filePath": "src/content/
|
|
14325
|
+
"star-color": {
|
|
14326
|
+
"value": "#909090",
|
|
14327
|
+
"filePath": "src/content/rating.yml",
|
|
13536
14328
|
"isSource": true,
|
|
13537
14329
|
"original": {
|
|
13538
|
-
"value": "{
|
|
14330
|
+
"value": "{neutral.color.700}"
|
|
13539
14331
|
},
|
|
13540
|
-
"name": "
|
|
14332
|
+
"name": "RatingStarColor",
|
|
13541
14333
|
"attributes": {
|
|
13542
|
-
"category": "
|
|
13543
|
-
"type": "
|
|
14334
|
+
"category": "rating",
|
|
14335
|
+
"type": "star-color"
|
|
13544
14336
|
},
|
|
13545
14337
|
"path": [
|
|
13546
|
-
"
|
|
13547
|
-
"
|
|
14338
|
+
"rating",
|
|
14339
|
+
"star-color"
|
|
13548
14340
|
]
|
|
13549
14341
|
},
|
|
13550
|
-
"
|
|
13551
|
-
"value": "
|
|
13552
|
-
"filePath": "src/content/
|
|
14342
|
+
"star-filled-color": {
|
|
14343
|
+
"value": "#002A7B",
|
|
14344
|
+
"filePath": "src/content/rating.yml",
|
|
13553
14345
|
"isSource": true,
|
|
13554
14346
|
"original": {
|
|
13555
|
-
"value": "{
|
|
14347
|
+
"value": "{primary.color.1000}"
|
|
13556
14348
|
},
|
|
13557
|
-
"name": "
|
|
14349
|
+
"name": "RatingStarFilledColor",
|
|
13558
14350
|
"attributes": {
|
|
13559
|
-
"category": "
|
|
13560
|
-
"type": "
|
|
14351
|
+
"category": "rating",
|
|
14352
|
+
"type": "star-filled-color"
|
|
13561
14353
|
},
|
|
13562
14354
|
"path": [
|
|
13563
|
-
"
|
|
13564
|
-
"
|
|
14355
|
+
"rating",
|
|
14356
|
+
"star-filled-color"
|
|
13565
14357
|
]
|
|
13566
|
-
}
|
|
13567
|
-
|
|
13568
|
-
|
|
13569
|
-
|
|
13570
|
-
"
|
|
13571
|
-
|
|
13572
|
-
"
|
|
13573
|
-
|
|
13574
|
-
|
|
13575
|
-
|
|
13576
|
-
|
|
13577
|
-
"
|
|
13578
|
-
|
|
13579
|
-
|
|
13580
|
-
|
|
13581
|
-
|
|
14358
|
+
}
|
|
14359
|
+
},
|
|
14360
|
+
"text": {
|
|
14361
|
+
"color": {
|
|
14362
|
+
"default": {
|
|
14363
|
+
"value": "#222222",
|
|
14364
|
+
"filePath": "src/content/text.yml",
|
|
14365
|
+
"isSource": true,
|
|
14366
|
+
"original": {
|
|
14367
|
+
"value": "{neutral.color.1000}"
|
|
14368
|
+
},
|
|
14369
|
+
"name": "TextColorDefault",
|
|
14370
|
+
"attributes": {
|
|
14371
|
+
"category": "text",
|
|
14372
|
+
"type": "color",
|
|
14373
|
+
"item": "default"
|
|
14374
|
+
},
|
|
14375
|
+
"path": [
|
|
14376
|
+
"text",
|
|
14377
|
+
"color",
|
|
14378
|
+
"default"
|
|
14379
|
+
]
|
|
14380
|
+
},
|
|
14381
|
+
"light": {
|
|
14382
|
+
"value": "rgb(255 255 255 / 100%)",
|
|
14383
|
+
"filePath": "src/content/text.yml",
|
|
14384
|
+
"isSource": true,
|
|
14385
|
+
"original": {
|
|
14386
|
+
"value": "{light-plain-content-color}"
|
|
14387
|
+
},
|
|
14388
|
+
"name": "TextColorLight",
|
|
14389
|
+
"attributes": {
|
|
14390
|
+
"category": "text",
|
|
14391
|
+
"type": "color",
|
|
14392
|
+
"item": "light"
|
|
14393
|
+
},
|
|
14394
|
+
"path": [
|
|
14395
|
+
"text",
|
|
14396
|
+
"color",
|
|
14397
|
+
"light"
|
|
14398
|
+
]
|
|
14399
|
+
},
|
|
14400
|
+
"dark": {
|
|
14401
|
+
"value": "rgb(0 0 0 / 100%)",
|
|
14402
|
+
"filePath": "src/content/text.yml",
|
|
14403
|
+
"isSource": true,
|
|
14404
|
+
"original": {
|
|
14405
|
+
"value": "{dark-plain-content-color}"
|
|
14406
|
+
},
|
|
14407
|
+
"name": "TextColorDark",
|
|
14408
|
+
"attributes": {
|
|
14409
|
+
"category": "text",
|
|
14410
|
+
"type": "color",
|
|
14411
|
+
"item": "dark"
|
|
14412
|
+
},
|
|
14413
|
+
"path": [
|
|
14414
|
+
"text",
|
|
14415
|
+
"color",
|
|
14416
|
+
"dark"
|
|
14417
|
+
]
|
|
14418
|
+
},
|
|
14419
|
+
"disabled": {
|
|
14420
|
+
"value": "#E6E6E6",
|
|
14421
|
+
"filePath": "src/content/text.yml",
|
|
14422
|
+
"isSource": true,
|
|
14423
|
+
"original": {
|
|
14424
|
+
"value": "{disabled-plain-content-color}"
|
|
14425
|
+
},
|
|
14426
|
+
"name": "TextColorDisabled",
|
|
14427
|
+
"attributes": {
|
|
14428
|
+
"category": "text",
|
|
14429
|
+
"type": "color",
|
|
14430
|
+
"item": "disabled"
|
|
14431
|
+
},
|
|
14432
|
+
"path": [
|
|
14433
|
+
"text",
|
|
14434
|
+
"color",
|
|
14435
|
+
"disabled"
|
|
14436
|
+
]
|
|
14437
|
+
}
|
|
14438
|
+
},
|
|
14439
|
+
"max-width": {
|
|
14440
|
+
"value": "780px",
|
|
14441
|
+
"filePath": "src/content/text.yml",
|
|
14442
|
+
"isSource": true,
|
|
14443
|
+
"original": {
|
|
14444
|
+
"value": "780px"
|
|
14445
|
+
},
|
|
14446
|
+
"name": "TextMaxWidth",
|
|
14447
|
+
"attributes": {
|
|
14448
|
+
"category": "text",
|
|
14449
|
+
"type": "max-width"
|
|
14450
|
+
},
|
|
14451
|
+
"path": [
|
|
14452
|
+
"text",
|
|
14453
|
+
"max-width"
|
|
13582
14454
|
]
|
|
13583
14455
|
},
|
|
13584
|
-
"
|
|
13585
|
-
"value": "
|
|
13586
|
-
"filePath": "src/content/
|
|
14456
|
+
"blockquote-border-width": {
|
|
14457
|
+
"value": "4px",
|
|
14458
|
+
"filePath": "src/content/text.yml",
|
|
13587
14459
|
"isSource": true,
|
|
13588
14460
|
"original": {
|
|
13589
|
-
"value": "{
|
|
14461
|
+
"value": "{border-width.300}"
|
|
13590
14462
|
},
|
|
13591
|
-
"name": "
|
|
14463
|
+
"name": "TextBlockquoteBorderWidth",
|
|
13592
14464
|
"attributes": {
|
|
13593
|
-
"category": "
|
|
13594
|
-
"type": "
|
|
14465
|
+
"category": "text",
|
|
14466
|
+
"type": "blockquote-border-width"
|
|
13595
14467
|
},
|
|
13596
14468
|
"path": [
|
|
13597
|
-
"
|
|
13598
|
-
"
|
|
14469
|
+
"text",
|
|
14470
|
+
"blockquote-border-width"
|
|
13599
14471
|
]
|
|
13600
14472
|
},
|
|
13601
|
-
"
|
|
13602
|
-
"value": "
|
|
13603
|
-
"filePath": "src/content/
|
|
14473
|
+
"blockquote-border-style": {
|
|
14474
|
+
"value": "solid",
|
|
14475
|
+
"filePath": "src/content/text.yml",
|
|
13604
14476
|
"isSource": true,
|
|
13605
14477
|
"original": {
|
|
13606
|
-
"value": "{
|
|
14478
|
+
"value": "{border-style.default}"
|
|
13607
14479
|
},
|
|
13608
|
-
"name": "
|
|
14480
|
+
"name": "TextBlockquoteBorderStyle",
|
|
13609
14481
|
"attributes": {
|
|
13610
|
-
"category": "
|
|
13611
|
-
"type": "
|
|
14482
|
+
"category": "text",
|
|
14483
|
+
"type": "blockquote-border-style"
|
|
13612
14484
|
},
|
|
13613
14485
|
"path": [
|
|
13614
|
-
"
|
|
13615
|
-
"
|
|
14486
|
+
"text",
|
|
14487
|
+
"blockquote-border-style"
|
|
13616
14488
|
]
|
|
13617
14489
|
},
|
|
13618
|
-
"
|
|
13619
|
-
"value": "#
|
|
13620
|
-
"filePath": "src/content/
|
|
14490
|
+
"blockquote-border-color": {
|
|
14491
|
+
"value": "#0054F5",
|
|
14492
|
+
"filePath": "src/content/text.yml",
|
|
13621
14493
|
"isSource": true,
|
|
13622
14494
|
"original": {
|
|
13623
|
-
"value": "{color
|
|
14495
|
+
"value": "{info-outline-border-color}"
|
|
13624
14496
|
},
|
|
13625
|
-
"name": "
|
|
14497
|
+
"name": "TextBlockquoteBorderColor",
|
|
13626
14498
|
"attributes": {
|
|
13627
|
-
"category": "
|
|
13628
|
-
"type": "
|
|
14499
|
+
"category": "text",
|
|
14500
|
+
"type": "blockquote-border-color"
|
|
13629
14501
|
},
|
|
13630
14502
|
"path": [
|
|
13631
|
-
"
|
|
13632
|
-
"
|
|
14503
|
+
"text",
|
|
14504
|
+
"blockquote-border-color"
|
|
14505
|
+
]
|
|
14506
|
+
},
|
|
14507
|
+
"blockquote-padding": {
|
|
14508
|
+
"value": "0.5rem",
|
|
14509
|
+
"filePath": "src/content/text.yml",
|
|
14510
|
+
"isSource": true,
|
|
14511
|
+
"original": {
|
|
14512
|
+
"value": "{size-rem.s}"
|
|
14513
|
+
},
|
|
14514
|
+
"name": "TextBlockquotePadding",
|
|
14515
|
+
"attributes": {
|
|
14516
|
+
"category": "text",
|
|
14517
|
+
"type": "blockquote-padding"
|
|
14518
|
+
},
|
|
14519
|
+
"path": [
|
|
14520
|
+
"text",
|
|
14521
|
+
"blockquote-padding"
|
|
14522
|
+
]
|
|
14523
|
+
},
|
|
14524
|
+
"list-padding": {
|
|
14525
|
+
"value": "1.5rem",
|
|
14526
|
+
"filePath": "src/content/text.yml",
|
|
14527
|
+
"isSource": true,
|
|
14528
|
+
"original": {
|
|
14529
|
+
"value": "{size-rem.l}"
|
|
14530
|
+
},
|
|
14531
|
+
"name": "TextListPadding",
|
|
14532
|
+
"attributes": {
|
|
14533
|
+
"category": "text",
|
|
14534
|
+
"type": "list-padding"
|
|
14535
|
+
},
|
|
14536
|
+
"path": [
|
|
14537
|
+
"text",
|
|
14538
|
+
"list-padding"
|
|
13633
14539
|
]
|
|
13634
14540
|
}
|
|
13635
14541
|
},
|
|
13636
|
-
"
|
|
14542
|
+
"area": {
|
|
14543
|
+
"border-width": {
|
|
14544
|
+
"value": "2px",
|
|
14545
|
+
"filePath": "src/dataVisualisation/area.yml",
|
|
14546
|
+
"isSource": true,
|
|
14547
|
+
"original": {
|
|
14548
|
+
"value": "{border-width.200}"
|
|
14549
|
+
},
|
|
14550
|
+
"name": "AreaBorderWidth",
|
|
14551
|
+
"attributes": {
|
|
14552
|
+
"category": "area",
|
|
14553
|
+
"type": "border-width"
|
|
14554
|
+
},
|
|
14555
|
+
"path": [
|
|
14556
|
+
"area",
|
|
14557
|
+
"border-width"
|
|
14558
|
+
]
|
|
14559
|
+
},
|
|
14560
|
+
"border-color": {
|
|
14561
|
+
"value": "#FFFFFF",
|
|
14562
|
+
"filePath": "src/dataVisualisation/area.yml",
|
|
14563
|
+
"isSource": true,
|
|
14564
|
+
"original": {
|
|
14565
|
+
"value": "{neutral.color.100}"
|
|
14566
|
+
},
|
|
14567
|
+
"name": "AreaBorderColor",
|
|
14568
|
+
"attributes": {
|
|
14569
|
+
"category": "area",
|
|
14570
|
+
"type": "border-color"
|
|
14571
|
+
},
|
|
14572
|
+
"path": [
|
|
14573
|
+
"area",
|
|
14574
|
+
"border-color"
|
|
14575
|
+
]
|
|
14576
|
+
}
|
|
14577
|
+
},
|
|
14578
|
+
"axis": {
|
|
14579
|
+
"spacing": {
|
|
14580
|
+
"value": "8px",
|
|
14581
|
+
"filePath": "src/dataVisualisation/axis.yml",
|
|
14582
|
+
"isSource": true,
|
|
14583
|
+
"original": {
|
|
14584
|
+
"value": "{size-px.s}"
|
|
14585
|
+
},
|
|
14586
|
+
"name": "AxisSpacing",
|
|
14587
|
+
"attributes": {
|
|
14588
|
+
"category": "axis",
|
|
14589
|
+
"type": "spacing"
|
|
14590
|
+
},
|
|
14591
|
+
"path": [
|
|
14592
|
+
"axis",
|
|
14593
|
+
"spacing"
|
|
14594
|
+
]
|
|
14595
|
+
},
|
|
14596
|
+
"font-size": {
|
|
14597
|
+
"value": "0.875rem",
|
|
14598
|
+
"filePath": "src/dataVisualisation/axis.yml",
|
|
14599
|
+
"isSource": true,
|
|
14600
|
+
"original": {
|
|
14601
|
+
"value": "{font-size-text.s}"
|
|
14602
|
+
},
|
|
14603
|
+
"name": "AxisFontSize",
|
|
14604
|
+
"attributes": {
|
|
14605
|
+
"category": "axis",
|
|
14606
|
+
"type": "font-size"
|
|
14607
|
+
},
|
|
14608
|
+
"path": [
|
|
14609
|
+
"axis",
|
|
14610
|
+
"font-size"
|
|
14611
|
+
]
|
|
14612
|
+
},
|
|
13637
14613
|
"color": {
|
|
13638
|
-
"
|
|
13639
|
-
|
|
13640
|
-
|
|
14614
|
+
"value": "#909090",
|
|
14615
|
+
"filePath": "src/dataVisualisation/axis.yml",
|
|
14616
|
+
"isSource": true,
|
|
14617
|
+
"original": {
|
|
14618
|
+
"value": "{color.gray.700}"
|
|
14619
|
+
},
|
|
14620
|
+
"name": "AxisColor",
|
|
14621
|
+
"attributes": {
|
|
14622
|
+
"category": "axis",
|
|
14623
|
+
"type": "color"
|
|
14624
|
+
},
|
|
14625
|
+
"path": [
|
|
14626
|
+
"axis",
|
|
14627
|
+
"color"
|
|
14628
|
+
]
|
|
14629
|
+
},
|
|
14630
|
+
"text-color": {
|
|
14631
|
+
"value": "#222222",
|
|
14632
|
+
"filePath": "src/dataVisualisation/axis.yml",
|
|
14633
|
+
"isSource": true,
|
|
14634
|
+
"original": {
|
|
14635
|
+
"value": "{neutral.color.1000}"
|
|
14636
|
+
},
|
|
14637
|
+
"name": "AxisTextColor",
|
|
14638
|
+
"attributes": {
|
|
14639
|
+
"category": "axis",
|
|
14640
|
+
"type": "text-color"
|
|
14641
|
+
},
|
|
14642
|
+
"path": [
|
|
14643
|
+
"axis",
|
|
14644
|
+
"text-color"
|
|
14645
|
+
]
|
|
14646
|
+
},
|
|
14647
|
+
"stroke-width": {
|
|
14648
|
+
"value": "1px",
|
|
14649
|
+
"filePath": "src/dataVisualisation/axis.yml",
|
|
14650
|
+
"isSource": true,
|
|
14651
|
+
"original": {
|
|
14652
|
+
"value": "{border-width.100}"
|
|
14653
|
+
},
|
|
14654
|
+
"name": "AxisStrokeWidth",
|
|
14655
|
+
"attributes": {
|
|
14656
|
+
"category": "axis",
|
|
14657
|
+
"type": "stroke-width"
|
|
14658
|
+
},
|
|
14659
|
+
"path": [
|
|
14660
|
+
"axis",
|
|
14661
|
+
"stroke-width"
|
|
14662
|
+
]
|
|
14663
|
+
},
|
|
14664
|
+
"tick-size": {
|
|
14665
|
+
"value": "8px",
|
|
14666
|
+
"filePath": "src/dataVisualisation/axis.yml",
|
|
14667
|
+
"isSource": true,
|
|
14668
|
+
"original": {
|
|
14669
|
+
"value": "{size-px.s}"
|
|
14670
|
+
},
|
|
14671
|
+
"name": "AxisTickSize",
|
|
14672
|
+
"attributes": {
|
|
14673
|
+
"category": "axis",
|
|
14674
|
+
"type": "tick-size"
|
|
14675
|
+
},
|
|
14676
|
+
"path": [
|
|
14677
|
+
"axis",
|
|
14678
|
+
"tick-size"
|
|
14679
|
+
]
|
|
14680
|
+
}
|
|
14681
|
+
},
|
|
14682
|
+
"big-number": {
|
|
14683
|
+
"spacing": {
|
|
14684
|
+
"value": "0.25rem",
|
|
14685
|
+
"filePath": "src/dataVisualisation/big-number.yml",
|
|
14686
|
+
"isSource": true,
|
|
14687
|
+
"original": {
|
|
14688
|
+
"value": "{size-rem.xs}"
|
|
14689
|
+
},
|
|
14690
|
+
"name": "BigNumberSpacing",
|
|
14691
|
+
"attributes": {
|
|
14692
|
+
"category": "big-number",
|
|
14693
|
+
"type": "spacing"
|
|
14694
|
+
},
|
|
14695
|
+
"path": [
|
|
14696
|
+
"big-number",
|
|
14697
|
+
"spacing"
|
|
14698
|
+
]
|
|
14699
|
+
},
|
|
14700
|
+
"top-font-size": {
|
|
14701
|
+
"value": "2rem",
|
|
14702
|
+
"filePath": "src/dataVisualisation/big-number.yml",
|
|
14703
|
+
"isSource": true,
|
|
14704
|
+
"original": {
|
|
14705
|
+
"value": "{font-size-heading.xl}"
|
|
14706
|
+
},
|
|
14707
|
+
"name": "BigNumberTopFontSize",
|
|
14708
|
+
"attributes": {
|
|
14709
|
+
"category": "big-number",
|
|
14710
|
+
"type": "top-font-size"
|
|
14711
|
+
},
|
|
14712
|
+
"path": [
|
|
14713
|
+
"big-number",
|
|
14714
|
+
"top-font-size"
|
|
14715
|
+
]
|
|
14716
|
+
},
|
|
14717
|
+
"bottom-font-size": {
|
|
14718
|
+
"value": "1rem",
|
|
14719
|
+
"filePath": "src/dataVisualisation/big-number.yml",
|
|
14720
|
+
"isSource": true,
|
|
14721
|
+
"original": {
|
|
14722
|
+
"value": "{font-size-text.m}"
|
|
14723
|
+
},
|
|
14724
|
+
"name": "BigNumberBottomFontSize",
|
|
14725
|
+
"attributes": {
|
|
14726
|
+
"category": "big-number",
|
|
14727
|
+
"type": "bottom-font-size"
|
|
14728
|
+
},
|
|
14729
|
+
"path": [
|
|
14730
|
+
"big-number",
|
|
14731
|
+
"bottom-font-size"
|
|
14732
|
+
]
|
|
14733
|
+
},
|
|
14734
|
+
"font-weight": {
|
|
14735
|
+
"value": "bold",
|
|
14736
|
+
"filePath": "src/dataVisualisation/big-number.yml",
|
|
14737
|
+
"isSource": true,
|
|
14738
|
+
"original": {
|
|
14739
|
+
"value": "{font-weight.bold}"
|
|
14740
|
+
},
|
|
14741
|
+
"name": "BigNumberFontWeight",
|
|
14742
|
+
"attributes": {
|
|
14743
|
+
"category": "big-number",
|
|
14744
|
+
"type": "font-weight"
|
|
14745
|
+
},
|
|
14746
|
+
"path": [
|
|
14747
|
+
"big-number",
|
|
14748
|
+
"font-weight"
|
|
14749
|
+
]
|
|
14750
|
+
}
|
|
14751
|
+
},
|
|
14752
|
+
"cartesian-grid": {
|
|
14753
|
+
"color": {
|
|
14754
|
+
"value": "#909090",
|
|
14755
|
+
"filePath": "src/dataVisualisation/cartesian-grid.yml",
|
|
14756
|
+
"isSource": true,
|
|
14757
|
+
"original": {
|
|
14758
|
+
"value": "{color.gray.700}"
|
|
14759
|
+
},
|
|
14760
|
+
"name": "CartesianGridColor",
|
|
14761
|
+
"attributes": {
|
|
14762
|
+
"category": "cartesian-grid",
|
|
14763
|
+
"type": "color"
|
|
14764
|
+
},
|
|
14765
|
+
"path": [
|
|
14766
|
+
"cartesian-grid",
|
|
14767
|
+
"color"
|
|
14768
|
+
]
|
|
14769
|
+
},
|
|
14770
|
+
"stroke-width": {
|
|
14771
|
+
"value": "1px",
|
|
14772
|
+
"filePath": "src/dataVisualisation/cartesian-grid.yml",
|
|
14773
|
+
"isSource": true,
|
|
14774
|
+
"original": {
|
|
14775
|
+
"value": "{border-width.100}"
|
|
14776
|
+
},
|
|
14777
|
+
"name": "CartesianGridStrokeWidth",
|
|
14778
|
+
"attributes": {
|
|
14779
|
+
"category": "cartesian-grid",
|
|
14780
|
+
"type": "stroke-width"
|
|
14781
|
+
},
|
|
14782
|
+
"path": [
|
|
14783
|
+
"cartesian-grid",
|
|
14784
|
+
"stroke-width"
|
|
14785
|
+
]
|
|
14786
|
+
}
|
|
14787
|
+
},
|
|
14788
|
+
"chart-tooltip": {
|
|
14789
|
+
"spacing": {
|
|
14790
|
+
"value": "8px",
|
|
14791
|
+
"filePath": "src/dataVisualisation/chart-tooltip.yml",
|
|
14792
|
+
"isSource": true,
|
|
14793
|
+
"original": {
|
|
14794
|
+
"value": "{size-px.s}"
|
|
14795
|
+
},
|
|
14796
|
+
"name": "ChartTooltipSpacing",
|
|
14797
|
+
"attributes": {
|
|
14798
|
+
"category": "chart-tooltip",
|
|
14799
|
+
"type": "spacing"
|
|
14800
|
+
},
|
|
14801
|
+
"path": [
|
|
14802
|
+
"chart-tooltip",
|
|
14803
|
+
"spacing"
|
|
14804
|
+
]
|
|
14805
|
+
}
|
|
14806
|
+
},
|
|
14807
|
+
"donut-chart": {
|
|
14808
|
+
"border-color": {
|
|
14809
|
+
"value": "#909090",
|
|
14810
|
+
"filePath": "src/dataVisualisation/donut-chart.yml",
|
|
14811
|
+
"isSource": true,
|
|
14812
|
+
"original": {
|
|
14813
|
+
"value": "{neutral-outline-border-color}"
|
|
14814
|
+
},
|
|
14815
|
+
"name": "DonutChartBorderColor",
|
|
14816
|
+
"attributes": {
|
|
14817
|
+
"category": "donut-chart",
|
|
14818
|
+
"type": "border-color"
|
|
14819
|
+
},
|
|
14820
|
+
"path": [
|
|
14821
|
+
"donut-chart",
|
|
14822
|
+
"border-color"
|
|
14823
|
+
]
|
|
14824
|
+
},
|
|
14825
|
+
"background-color": {
|
|
14826
|
+
"value": "#F8F8F8",
|
|
14827
|
+
"filePath": "src/dataVisualisation/donut-chart.yml",
|
|
14828
|
+
"isSource": true,
|
|
14829
|
+
"original": {
|
|
14830
|
+
"value": "{neutral.color.300}"
|
|
14831
|
+
},
|
|
14832
|
+
"name": "DonutChartBackgroundColor",
|
|
14833
|
+
"attributes": {
|
|
14834
|
+
"category": "donut-chart",
|
|
14835
|
+
"type": "background-color"
|
|
14836
|
+
},
|
|
14837
|
+
"path": [
|
|
14838
|
+
"donut-chart",
|
|
14839
|
+
"background-color"
|
|
14840
|
+
]
|
|
14841
|
+
},
|
|
14842
|
+
"spacing-y": {
|
|
14843
|
+
"value": "0.5rem",
|
|
14844
|
+
"filePath": "src/dataVisualisation/donut-chart.yml",
|
|
14845
|
+
"isSource": true,
|
|
14846
|
+
"original": {
|
|
14847
|
+
"value": "{size-rem.s}"
|
|
14848
|
+
},
|
|
14849
|
+
"name": "DonutChartSpacingY",
|
|
14850
|
+
"attributes": {
|
|
14851
|
+
"category": "donut-chart",
|
|
14852
|
+
"type": "spacing-y"
|
|
14853
|
+
},
|
|
14854
|
+
"path": [
|
|
14855
|
+
"donut-chart",
|
|
14856
|
+
"spacing-y"
|
|
14857
|
+
]
|
|
14858
|
+
},
|
|
14859
|
+
"spacing-x": {
|
|
14860
|
+
"value": "1rem",
|
|
14861
|
+
"filePath": "src/dataVisualisation/donut-chart.yml",
|
|
14862
|
+
"isSource": true,
|
|
14863
|
+
"original": {
|
|
14864
|
+
"value": "{size-rem.m}"
|
|
14865
|
+
},
|
|
14866
|
+
"name": "DonutChartSpacingX",
|
|
14867
|
+
"attributes": {
|
|
14868
|
+
"category": "donut-chart",
|
|
14869
|
+
"type": "spacing-x"
|
|
14870
|
+
},
|
|
14871
|
+
"path": [
|
|
14872
|
+
"donut-chart",
|
|
14873
|
+
"spacing-x"
|
|
14874
|
+
]
|
|
14875
|
+
},
|
|
14876
|
+
"padding": {
|
|
14877
|
+
"m": {
|
|
14878
|
+
"value": "24px",
|
|
14879
|
+
"filePath": "src/dataVisualisation/donut-chart.yml",
|
|
13641
14880
|
"isSource": true,
|
|
13642
14881
|
"original": {
|
|
13643
|
-
"value": "{
|
|
14882
|
+
"value": "{size-px.l}"
|
|
13644
14883
|
},
|
|
13645
|
-
"name": "
|
|
14884
|
+
"name": "DonutChartPaddingM",
|
|
13646
14885
|
"attributes": {
|
|
13647
|
-
"category": "
|
|
13648
|
-
"type": "
|
|
13649
|
-
"item": "
|
|
14886
|
+
"category": "donut-chart",
|
|
14887
|
+
"type": "padding",
|
|
14888
|
+
"item": "m"
|
|
13650
14889
|
},
|
|
13651
14890
|
"path": [
|
|
13652
|
-
"
|
|
13653
|
-
"
|
|
13654
|
-
"
|
|
14891
|
+
"donut-chart",
|
|
14892
|
+
"padding",
|
|
14893
|
+
"m"
|
|
13655
14894
|
]
|
|
13656
14895
|
},
|
|
13657
|
-
"
|
|
13658
|
-
"value": "
|
|
13659
|
-
"filePath": "src/
|
|
13660
|
-
"isSource": true,
|
|
13661
|
-
"original": {
|
|
13662
|
-
"value": "{
|
|
13663
|
-
},
|
|
13664
|
-
"name": "
|
|
13665
|
-
"attributes": {
|
|
13666
|
-
"category": "
|
|
13667
|
-
"type": "
|
|
13668
|
-
"item": "
|
|
13669
|
-
},
|
|
13670
|
-
"path": [
|
|
13671
|
-
"
|
|
13672
|
-
"
|
|
13673
|
-
"
|
|
13674
|
-
]
|
|
14896
|
+
"l": {
|
|
14897
|
+
"value": "32px",
|
|
14898
|
+
"filePath": "src/dataVisualisation/donut-chart.yml",
|
|
14899
|
+
"isSource": true,
|
|
14900
|
+
"original": {
|
|
14901
|
+
"value": "{size-px.xl}"
|
|
14902
|
+
},
|
|
14903
|
+
"name": "DonutChartPaddingL",
|
|
14904
|
+
"attributes": {
|
|
14905
|
+
"category": "donut-chart",
|
|
14906
|
+
"type": "padding",
|
|
14907
|
+
"item": "l"
|
|
14908
|
+
},
|
|
14909
|
+
"path": [
|
|
14910
|
+
"donut-chart",
|
|
14911
|
+
"padding",
|
|
14912
|
+
"l"
|
|
14913
|
+
]
|
|
14914
|
+
}
|
|
14915
|
+
},
|
|
14916
|
+
"info-fill-background-color": {
|
|
14917
|
+
"value": "#0054F5",
|
|
14918
|
+
"filePath": "src/dataVisualisation/donut-chart.yml",
|
|
14919
|
+
"isSource": true,
|
|
14920
|
+
"original": {
|
|
14921
|
+
"value": "{info-solid-background-color.default}"
|
|
14922
|
+
},
|
|
14923
|
+
"name": "DonutChartInfoFillBackgroundColor",
|
|
14924
|
+
"attributes": {
|
|
14925
|
+
"category": "donut-chart",
|
|
14926
|
+
"type": "info-fill-background-color"
|
|
14927
|
+
},
|
|
14928
|
+
"path": [
|
|
14929
|
+
"donut-chart",
|
|
14930
|
+
"info-fill-background-color"
|
|
14931
|
+
]
|
|
14932
|
+
},
|
|
14933
|
+
"success-fill-background-color": {
|
|
14934
|
+
"value": "#00825B",
|
|
14935
|
+
"filePath": "src/dataVisualisation/donut-chart.yml",
|
|
14936
|
+
"isSource": true,
|
|
14937
|
+
"original": {
|
|
14938
|
+
"value": "{success-solid-background-color.default}"
|
|
14939
|
+
},
|
|
14940
|
+
"name": "DonutChartSuccessFillBackgroundColor",
|
|
14941
|
+
"attributes": {
|
|
14942
|
+
"category": "donut-chart",
|
|
14943
|
+
"type": "success-fill-background-color"
|
|
14944
|
+
},
|
|
14945
|
+
"path": [
|
|
14946
|
+
"donut-chart",
|
|
14947
|
+
"success-fill-background-color"
|
|
14948
|
+
]
|
|
14949
|
+
},
|
|
14950
|
+
"warning-fill-background-color": {
|
|
14951
|
+
"value": "#F56800",
|
|
14952
|
+
"filePath": "src/dataVisualisation/donut-chart.yml",
|
|
14953
|
+
"isSource": true,
|
|
14954
|
+
"original": {
|
|
14955
|
+
"value": "{warning-solid-background-color.default}"
|
|
14956
|
+
},
|
|
14957
|
+
"name": "DonutChartWarningFillBackgroundColor",
|
|
14958
|
+
"attributes": {
|
|
14959
|
+
"category": "donut-chart",
|
|
14960
|
+
"type": "warning-fill-background-color"
|
|
14961
|
+
},
|
|
14962
|
+
"path": [
|
|
14963
|
+
"donut-chart",
|
|
14964
|
+
"warning-fill-background-color"
|
|
14965
|
+
]
|
|
14966
|
+
},
|
|
14967
|
+
"danger-fill-background-color": {
|
|
14968
|
+
"value": "#E1244C",
|
|
14969
|
+
"filePath": "src/dataVisualisation/donut-chart.yml",
|
|
14970
|
+
"isSource": true,
|
|
14971
|
+
"original": {
|
|
14972
|
+
"value": "{danger-solid-background-color.default}"
|
|
14973
|
+
},
|
|
14974
|
+
"name": "DonutChartDangerFillBackgroundColor",
|
|
14975
|
+
"attributes": {
|
|
14976
|
+
"category": "donut-chart",
|
|
14977
|
+
"type": "danger-fill-background-color"
|
|
14978
|
+
},
|
|
14979
|
+
"path": [
|
|
14980
|
+
"donut-chart",
|
|
14981
|
+
"danger-fill-background-color"
|
|
14982
|
+
]
|
|
14983
|
+
}
|
|
14984
|
+
},
|
|
14985
|
+
"legend": {
|
|
14986
|
+
"spacing-x": {
|
|
14987
|
+
"value": "16px",
|
|
14988
|
+
"filePath": "src/dataVisualisation/legend.yml",
|
|
14989
|
+
"isSource": true,
|
|
14990
|
+
"original": {
|
|
14991
|
+
"value": "{size-px.m}"
|
|
14992
|
+
},
|
|
14993
|
+
"name": "LegendSpacingX",
|
|
14994
|
+
"attributes": {
|
|
14995
|
+
"category": "legend",
|
|
14996
|
+
"type": "spacing-x"
|
|
14997
|
+
},
|
|
14998
|
+
"path": [
|
|
14999
|
+
"legend",
|
|
15000
|
+
"spacing-x"
|
|
15001
|
+
]
|
|
15002
|
+
},
|
|
15003
|
+
"spacing-y": {
|
|
15004
|
+
"value": "8px",
|
|
15005
|
+
"filePath": "src/dataVisualisation/legend.yml",
|
|
15006
|
+
"isSource": true,
|
|
15007
|
+
"original": {
|
|
15008
|
+
"value": "{size-px.s}"
|
|
15009
|
+
},
|
|
15010
|
+
"name": "LegendSpacingY",
|
|
15011
|
+
"attributes": {
|
|
15012
|
+
"category": "legend",
|
|
15013
|
+
"type": "spacing-y"
|
|
13675
15014
|
},
|
|
13676
|
-
"
|
|
13677
|
-
"
|
|
13678
|
-
"
|
|
15015
|
+
"path": [
|
|
15016
|
+
"legend",
|
|
15017
|
+
"spacing-y"
|
|
15018
|
+
]
|
|
15019
|
+
}
|
|
15020
|
+
},
|
|
15021
|
+
"legend-item": {
|
|
15022
|
+
"spacing": {
|
|
15023
|
+
"value": "0.5rem",
|
|
15024
|
+
"filePath": "src/dataVisualisation/legend.yml",
|
|
15025
|
+
"isSource": true,
|
|
15026
|
+
"original": {
|
|
15027
|
+
"value": "{size-rem.s}"
|
|
15028
|
+
},
|
|
15029
|
+
"name": "LegendItemSpacing",
|
|
15030
|
+
"attributes": {
|
|
15031
|
+
"category": "legend-item",
|
|
15032
|
+
"type": "spacing"
|
|
15033
|
+
},
|
|
15034
|
+
"path": [
|
|
15035
|
+
"legend-item",
|
|
15036
|
+
"spacing"
|
|
15037
|
+
]
|
|
15038
|
+
},
|
|
15039
|
+
"marker": {
|
|
15040
|
+
"size": {
|
|
15041
|
+
"value": "1rem",
|
|
15042
|
+
"filePath": "src/dataVisualisation/legend.yml",
|
|
13679
15043
|
"isSource": true,
|
|
13680
15044
|
"original": {
|
|
13681
|
-
"value": "{
|
|
15045
|
+
"value": "{size-rem.m}"
|
|
13682
15046
|
},
|
|
13683
|
-
"name": "
|
|
15047
|
+
"name": "LegendItemMarkerSize",
|
|
13684
15048
|
"attributes": {
|
|
13685
|
-
"category": "
|
|
13686
|
-
"type": "
|
|
13687
|
-
"item": "
|
|
15049
|
+
"category": "legend-item",
|
|
15050
|
+
"type": "marker",
|
|
15051
|
+
"item": "size"
|
|
13688
15052
|
},
|
|
13689
15053
|
"path": [
|
|
13690
|
-
"
|
|
13691
|
-
"
|
|
13692
|
-
"
|
|
15054
|
+
"legend-item",
|
|
15055
|
+
"marker",
|
|
15056
|
+
"size"
|
|
13693
15057
|
]
|
|
13694
15058
|
},
|
|
13695
|
-
"
|
|
13696
|
-
"value": "
|
|
13697
|
-
"filePath": "src/
|
|
15059
|
+
"corner-radius": {
|
|
15060
|
+
"value": "4px",
|
|
15061
|
+
"filePath": "src/dataVisualisation/legend.yml",
|
|
13698
15062
|
"isSource": true,
|
|
13699
15063
|
"original": {
|
|
13700
|
-
"value": "{
|
|
15064
|
+
"value": "{corner-radius.default}"
|
|
13701
15065
|
},
|
|
13702
|
-
"name": "
|
|
15066
|
+
"name": "LegendItemMarkerCornerRadius",
|
|
13703
15067
|
"attributes": {
|
|
13704
|
-
"category": "
|
|
13705
|
-
"type": "
|
|
13706
|
-
"item": "
|
|
15068
|
+
"category": "legend-item",
|
|
15069
|
+
"type": "marker",
|
|
15070
|
+
"item": "corner-radius"
|
|
13707
15071
|
},
|
|
13708
15072
|
"path": [
|
|
13709
|
-
"
|
|
13710
|
-
"
|
|
13711
|
-
"
|
|
15073
|
+
"legend-item",
|
|
15074
|
+
"marker",
|
|
15075
|
+
"corner-radius"
|
|
13712
15076
|
]
|
|
13713
15077
|
}
|
|
13714
|
-
}
|
|
13715
|
-
|
|
13716
|
-
|
|
13717
|
-
|
|
15078
|
+
}
|
|
15079
|
+
},
|
|
15080
|
+
"line": {
|
|
15081
|
+
"border-width": {
|
|
15082
|
+
"value": "2px",
|
|
15083
|
+
"filePath": "src/dataVisualisation/line.yml",
|
|
13718
15084
|
"isSource": true,
|
|
13719
15085
|
"original": {
|
|
13720
|
-
"value": "
|
|
15086
|
+
"value": "{border-width.200}"
|
|
13721
15087
|
},
|
|
13722
|
-
"name": "
|
|
15088
|
+
"name": "LineBorderWidth",
|
|
13723
15089
|
"attributes": {
|
|
13724
|
-
"category": "
|
|
13725
|
-
"type": "
|
|
15090
|
+
"category": "line",
|
|
15091
|
+
"type": "border-width"
|
|
13726
15092
|
},
|
|
13727
15093
|
"path": [
|
|
13728
|
-
"
|
|
13729
|
-
"
|
|
15094
|
+
"line",
|
|
15095
|
+
"border-width"
|
|
13730
15096
|
]
|
|
13731
15097
|
}
|
|
13732
15098
|
},
|
|
@@ -13748,6 +15114,23 @@
|
|
|
13748
15114
|
"outline-color"
|
|
13749
15115
|
]
|
|
13750
15116
|
},
|
|
15117
|
+
"secondary-outline-color": {
|
|
15118
|
+
"value": "#FFFFFF",
|
|
15119
|
+
"filePath": "src/focus.yml",
|
|
15120
|
+
"isSource": true,
|
|
15121
|
+
"original": {
|
|
15122
|
+
"value": "{neutral.color.100}"
|
|
15123
|
+
},
|
|
15124
|
+
"name": "FocusSecondaryOutlineColor",
|
|
15125
|
+
"attributes": {
|
|
15126
|
+
"category": "focus",
|
|
15127
|
+
"type": "secondary-outline-color"
|
|
15128
|
+
},
|
|
15129
|
+
"path": [
|
|
15130
|
+
"focus",
|
|
15131
|
+
"secondary-outline-color"
|
|
15132
|
+
]
|
|
15133
|
+
},
|
|
13751
15134
|
"outline-offset": {
|
|
13752
15135
|
"value": "2px",
|
|
13753
15136
|
"filePath": "src/focus.yml",
|
|
@@ -14928,135 +16311,63 @@
|
|
|
14928
16311
|
}
|
|
14929
16312
|
},
|
|
14930
16313
|
"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": {
|
|
16314
|
+
"color": {
|
|
15004
16315
|
"default": {
|
|
15005
|
-
"value": "#
|
|
16316
|
+
"value": "#002A7B",
|
|
15006
16317
|
"filePath": "src/form/slider.yml",
|
|
15007
16318
|
"isSource": true,
|
|
15008
16319
|
"original": {
|
|
15009
|
-
"value": "{primary
|
|
16320
|
+
"value": "{primary.color.1000}"
|
|
15010
16321
|
},
|
|
15011
|
-
"name": "
|
|
16322
|
+
"name": "SliderColorDefault",
|
|
15012
16323
|
"attributes": {
|
|
15013
16324
|
"category": "slider",
|
|
15014
|
-
"type": "
|
|
16325
|
+
"type": "color",
|
|
15015
16326
|
"item": "default"
|
|
15016
16327
|
},
|
|
15017
16328
|
"path": [
|
|
15018
16329
|
"slider",
|
|
15019
|
-
"
|
|
16330
|
+
"color",
|
|
15020
16331
|
"default"
|
|
15021
16332
|
]
|
|
15022
16333
|
},
|
|
15023
16334
|
"disabled": {
|
|
15024
|
-
"value": "#
|
|
16335
|
+
"value": "#B1B1B1",
|
|
15025
16336
|
"filePath": "src/form/slider.yml",
|
|
15026
16337
|
"isSource": true,
|
|
15027
16338
|
"original": {
|
|
15028
|
-
"value": "{
|
|
16339
|
+
"value": "{neutral.color.600}"
|
|
15029
16340
|
},
|
|
15030
|
-
"name": "
|
|
16341
|
+
"name": "SliderColorDisabled",
|
|
15031
16342
|
"attributes": {
|
|
15032
16343
|
"category": "slider",
|
|
15033
|
-
"type": "
|
|
16344
|
+
"type": "color",
|
|
15034
16345
|
"item": "disabled"
|
|
15035
16346
|
},
|
|
15036
16347
|
"path": [
|
|
15037
16348
|
"slider",
|
|
15038
|
-
"
|
|
16349
|
+
"color",
|
|
15039
16350
|
"disabled"
|
|
15040
16351
|
]
|
|
15041
16352
|
}
|
|
15042
16353
|
},
|
|
15043
|
-
"track-
|
|
16354
|
+
"track-color": {
|
|
15044
16355
|
"default": {
|
|
15045
|
-
"value": "#
|
|
16356
|
+
"value": "#909090",
|
|
15046
16357
|
"filePath": "src/form/slider.yml",
|
|
15047
16358
|
"isSource": true,
|
|
15048
16359
|
"original": {
|
|
15049
|
-
"value": "{
|
|
16360
|
+
"value": "{neutral.color.700}"
|
|
15050
16361
|
},
|
|
15051
|
-
"name": "
|
|
16362
|
+
"name": "SliderTrackColorDefault",
|
|
15052
16363
|
"attributes": {
|
|
15053
16364
|
"category": "slider",
|
|
15054
|
-
"type": "track-
|
|
16365
|
+
"type": "track-color",
|
|
15055
16366
|
"item": "default"
|
|
15056
16367
|
},
|
|
15057
16368
|
"path": [
|
|
15058
16369
|
"slider",
|
|
15059
|
-
"track-
|
|
16370
|
+
"track-color",
|
|
15060
16371
|
"default"
|
|
15061
16372
|
]
|
|
15062
16373
|
},
|
|
@@ -15065,292 +16376,189 @@
|
|
|
15065
16376
|
"filePath": "src/form/slider.yml",
|
|
15066
16377
|
"isSource": true,
|
|
15067
16378
|
"original": {
|
|
15068
|
-
"value": "{
|
|
16379
|
+
"value": "{neutral.color.400}"
|
|
15069
16380
|
},
|
|
15070
|
-
"name": "
|
|
16381
|
+
"name": "SliderTrackColorDisabled",
|
|
15071
16382
|
"attributes": {
|
|
15072
16383
|
"category": "slider",
|
|
15073
|
-
"type": "track-
|
|
16384
|
+
"type": "track-color",
|
|
15074
16385
|
"item": "disabled"
|
|
15075
16386
|
},
|
|
15076
16387
|
"path": [
|
|
15077
16388
|
"slider",
|
|
15078
|
-
"track-
|
|
16389
|
+
"track-color",
|
|
15079
16390
|
"disabled"
|
|
15080
16391
|
]
|
|
15081
16392
|
}
|
|
15082
16393
|
},
|
|
15083
|
-
"
|
|
15084
|
-
"value": "0.
|
|
16394
|
+
"spacing-x": {
|
|
16395
|
+
"value": "0.5rem",
|
|
15085
16396
|
"filePath": "src/form/slider.yml",
|
|
15086
16397
|
"isSource": true,
|
|
15087
16398
|
"original": {
|
|
15088
|
-
"value": "{size-rem.
|
|
16399
|
+
"value": "{size-rem.s}"
|
|
15089
16400
|
},
|
|
15090
|
-
"name": "
|
|
16401
|
+
"name": "SliderSpacingX",
|
|
15091
16402
|
"attributes": {
|
|
15092
16403
|
"category": "slider",
|
|
15093
|
-
"type": "
|
|
16404
|
+
"type": "spacing-x"
|
|
15094
16405
|
},
|
|
15095
16406
|
"path": [
|
|
15096
16407
|
"slider",
|
|
15097
|
-
"
|
|
16408
|
+
"spacing-x"
|
|
15098
16409
|
]
|
|
15099
16410
|
},
|
|
15100
|
-
"
|
|
15101
|
-
"value": "
|
|
16411
|
+
"spacing-y": {
|
|
16412
|
+
"value": "1rem",
|
|
15102
16413
|
"filePath": "src/form/slider.yml",
|
|
15103
16414
|
"isSource": true,
|
|
15104
16415
|
"original": {
|
|
15105
|
-
"value": "{
|
|
16416
|
+
"value": "{size-rem.m}"
|
|
15106
16417
|
},
|
|
15107
|
-
"name": "
|
|
16418
|
+
"name": "SliderSpacingY",
|
|
15108
16419
|
"attributes": {
|
|
15109
16420
|
"category": "slider",
|
|
15110
|
-
"type": "
|
|
16421
|
+
"type": "spacing-y"
|
|
15111
16422
|
},
|
|
15112
16423
|
"path": [
|
|
15113
16424
|
"slider",
|
|
15114
|
-
"
|
|
16425
|
+
"spacing-y"
|
|
15115
16426
|
]
|
|
15116
16427
|
},
|
|
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",
|
|
16428
|
+
"border-width": {
|
|
16429
|
+
"value": "4px",
|
|
15159
16430
|
"filePath": "src/form/slider.yml",
|
|
15160
16431
|
"isSource": true,
|
|
15161
16432
|
"original": {
|
|
15162
|
-
"value": "{
|
|
16433
|
+
"value": "{border-width.300}"
|
|
15163
16434
|
},
|
|
15164
|
-
"name": "
|
|
16435
|
+
"name": "SliderBorderWidth",
|
|
15165
16436
|
"attributes": {
|
|
15166
16437
|
"category": "slider",
|
|
15167
|
-
"type": "
|
|
16438
|
+
"type": "border-width"
|
|
15168
16439
|
},
|
|
15169
16440
|
"path": [
|
|
15170
16441
|
"slider",
|
|
15171
|
-
"
|
|
16442
|
+
"border-width"
|
|
15172
16443
|
]
|
|
15173
16444
|
},
|
|
15174
|
-
"
|
|
16445
|
+
"border-style": {
|
|
15175
16446
|
"value": "solid",
|
|
15176
16447
|
"filePath": "src/form/slider.yml",
|
|
15177
16448
|
"isSource": true,
|
|
15178
16449
|
"original": {
|
|
15179
16450
|
"value": "{border-style.default}"
|
|
15180
16451
|
},
|
|
15181
|
-
"name": "
|
|
16452
|
+
"name": "SliderBorderStyle",
|
|
15182
16453
|
"attributes": {
|
|
15183
16454
|
"category": "slider",
|
|
15184
|
-
"type": "
|
|
16455
|
+
"type": "border-style"
|
|
15185
16456
|
},
|
|
15186
16457
|
"path": [
|
|
15187
16458
|
"slider",
|
|
15188
|
-
"
|
|
16459
|
+
"border-style"
|
|
15189
16460
|
]
|
|
15190
16461
|
},
|
|
15191
|
-
"
|
|
15192
|
-
"value": "
|
|
16462
|
+
"corner-radius": {
|
|
16463
|
+
"value": "4px",
|
|
15193
16464
|
"filePath": "src/form/slider.yml",
|
|
15194
16465
|
"isSource": true,
|
|
15195
16466
|
"original": {
|
|
15196
|
-
"value": "{corner-radius.
|
|
16467
|
+
"value": "{corner-radius.default}"
|
|
16468
|
+
},
|
|
16469
|
+
"name": "SliderCornerRadius",
|
|
16470
|
+
"attributes": {
|
|
16471
|
+
"category": "slider",
|
|
16472
|
+
"type": "corner-radius"
|
|
16473
|
+
},
|
|
16474
|
+
"path": [
|
|
16475
|
+
"slider",
|
|
16476
|
+
"corner-radius"
|
|
16477
|
+
]
|
|
16478
|
+
},
|
|
16479
|
+
"value-font-weight": {
|
|
16480
|
+
"value": "bold",
|
|
16481
|
+
"filePath": "src/form/slider.yml",
|
|
16482
|
+
"isSource": true,
|
|
16483
|
+
"original": {
|
|
16484
|
+
"value": "{font-weight.bold}"
|
|
15197
16485
|
},
|
|
15198
|
-
"name": "
|
|
16486
|
+
"name": "SliderValueFontWeight",
|
|
15199
16487
|
"attributes": {
|
|
15200
16488
|
"category": "slider",
|
|
15201
|
-
"type": "
|
|
16489
|
+
"type": "value-font-weight"
|
|
15202
16490
|
},
|
|
15203
16491
|
"path": [
|
|
15204
16492
|
"slider",
|
|
15205
|
-
"
|
|
16493
|
+
"value-font-weight"
|
|
15206
16494
|
]
|
|
15207
16495
|
},
|
|
15208
|
-
"
|
|
15209
|
-
"value": "
|
|
16496
|
+
"handle-corner-radius": {
|
|
16497
|
+
"value": "50%",
|
|
15210
16498
|
"filePath": "src/form/slider.yml",
|
|
15211
16499
|
"isSource": true,
|
|
15212
16500
|
"original": {
|
|
15213
|
-
"value": "{
|
|
16501
|
+
"value": "{corner-radius.round}"
|
|
15214
16502
|
},
|
|
15215
|
-
"name": "
|
|
16503
|
+
"name": "SliderHandleCornerRadius",
|
|
15216
16504
|
"attributes": {
|
|
15217
16505
|
"category": "slider",
|
|
15218
|
-
"type": "
|
|
16506
|
+
"type": "handle-corner-radius"
|
|
15219
16507
|
},
|
|
15220
16508
|
"path": [
|
|
15221
16509
|
"slider",
|
|
15222
|
-
"
|
|
16510
|
+
"handle-corner-radius"
|
|
15223
16511
|
]
|
|
15224
16512
|
},
|
|
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",
|
|
16513
|
+
"handle-size": {
|
|
16514
|
+
"value": "1.5rem",
|
|
15267
16515
|
"filePath": "src/form/slider.yml",
|
|
15268
16516
|
"isSource": true,
|
|
15269
16517
|
"original": {
|
|
15270
|
-
"value": "{size-rem.
|
|
16518
|
+
"value": "{size-rem.l}"
|
|
15271
16519
|
},
|
|
15272
|
-
"name": "
|
|
16520
|
+
"name": "SliderHandleSize",
|
|
15273
16521
|
"attributes": {
|
|
15274
16522
|
"category": "slider",
|
|
15275
|
-
"type": "
|
|
16523
|
+
"type": "handle-size"
|
|
15276
16524
|
},
|
|
15277
16525
|
"path": [
|
|
15278
16526
|
"slider",
|
|
15279
|
-
"
|
|
16527
|
+
"handle-size"
|
|
15280
16528
|
]
|
|
15281
16529
|
},
|
|
15282
|
-
"
|
|
15283
|
-
"value": "
|
|
16530
|
+
"handle-fill-color": {
|
|
16531
|
+
"value": "#FFFFFF",
|
|
15284
16532
|
"filePath": "src/form/slider.yml",
|
|
15285
16533
|
"isSource": true,
|
|
15286
16534
|
"original": {
|
|
15287
|
-
"value": "{
|
|
16535
|
+
"value": "{neutral.color.100}"
|
|
15288
16536
|
},
|
|
15289
|
-
"name": "
|
|
16537
|
+
"name": "SliderHandleFillColor",
|
|
15290
16538
|
"attributes": {
|
|
15291
16539
|
"category": "slider",
|
|
15292
|
-
"type": "
|
|
16540
|
+
"type": "handle-fill-color"
|
|
15293
16541
|
},
|
|
15294
16542
|
"path": [
|
|
15295
16543
|
"slider",
|
|
15296
|
-
"
|
|
16544
|
+
"handle-fill-color"
|
|
15297
16545
|
]
|
|
15298
16546
|
},
|
|
15299
|
-
"initial-marker-
|
|
15300
|
-
"
|
|
15301
|
-
"value": "#0054F5",
|
|
15302
|
-
"filePath": "src/form/slider.yml",
|
|
15303
|
-
"isSource": true,
|
|
15304
|
-
"original": {
|
|
15305
|
-
"value": "{primary-solid-background-color.default}"
|
|
15306
|
-
},
|
|
15307
|
-
"name": "SliderInitialMarkerBackgroundColorDefault",
|
|
15308
|
-
"attributes": {
|
|
15309
|
-
"category": "slider",
|
|
15310
|
-
"type": "initial-marker-background-color",
|
|
15311
|
-
"item": "default"
|
|
15312
|
-
},
|
|
15313
|
-
"path": [
|
|
15314
|
-
"slider",
|
|
15315
|
-
"initial-marker-background-color",
|
|
15316
|
-
"default"
|
|
15317
|
-
]
|
|
15318
|
-
},
|
|
15319
|
-
"disabled": {
|
|
15320
|
-
"value": "#E6E6E6",
|
|
15321
|
-
"filePath": "src/form/slider.yml",
|
|
15322
|
-
"isSource": true,
|
|
15323
|
-
"original": {
|
|
15324
|
-
"value": "{disabled-solid-background-color}"
|
|
15325
|
-
},
|
|
15326
|
-
"name": "SliderInitialMarkerBackgroundColorDisabled",
|
|
15327
|
-
"attributes": {
|
|
15328
|
-
"category": "slider",
|
|
15329
|
-
"type": "initial-marker-background-color",
|
|
15330
|
-
"item": "disabled"
|
|
15331
|
-
},
|
|
15332
|
-
"path": [
|
|
15333
|
-
"slider",
|
|
15334
|
-
"initial-marker-background-color",
|
|
15335
|
-
"disabled"
|
|
15336
|
-
]
|
|
15337
|
-
}
|
|
15338
|
-
},
|
|
15339
|
-
"initial-marker-corner-radius": {
|
|
15340
|
-
"value": "4px",
|
|
16547
|
+
"initial-marker-height": {
|
|
16548
|
+
"value": "1rem",
|
|
15341
16549
|
"filePath": "src/form/slider.yml",
|
|
15342
16550
|
"isSource": true,
|
|
15343
16551
|
"original": {
|
|
15344
|
-
"value": "{
|
|
16552
|
+
"value": "{size-rem.m}"
|
|
15345
16553
|
},
|
|
15346
|
-
"name": "
|
|
16554
|
+
"name": "SliderInitialMarkerHeight",
|
|
15347
16555
|
"attributes": {
|
|
15348
16556
|
"category": "slider",
|
|
15349
|
-
"type": "initial-marker-
|
|
16557
|
+
"type": "initial-marker-height"
|
|
15350
16558
|
},
|
|
15351
16559
|
"path": [
|
|
15352
16560
|
"slider",
|
|
15353
|
-
"initial-marker-
|
|
16561
|
+
"initial-marker-height"
|
|
15354
16562
|
]
|
|
15355
16563
|
}
|
|
15356
16564
|
},
|
|
@@ -16149,38 +17357,38 @@
|
|
|
16149
17357
|
}
|
|
16150
17358
|
},
|
|
16151
17359
|
"link": {
|
|
16152
|
-
"
|
|
16153
|
-
"value": "
|
|
17360
|
+
"line-height": {
|
|
17361
|
+
"value": "calc(1rem * 1.5)",
|
|
16154
17362
|
"filePath": "src/navigation/link.yml",
|
|
16155
17363
|
"isSource": true,
|
|
16156
17364
|
"original": {
|
|
16157
|
-
"value": "{
|
|
17365
|
+
"value": "{line-height.m}"
|
|
16158
17366
|
},
|
|
16159
|
-
"name": "
|
|
17367
|
+
"name": "LinkLineHeight",
|
|
16160
17368
|
"attributes": {
|
|
16161
17369
|
"category": "link",
|
|
16162
|
-
"type": "
|
|
17370
|
+
"type": "line-height"
|
|
16163
17371
|
},
|
|
16164
17372
|
"path": [
|
|
16165
17373
|
"link",
|
|
16166
|
-
"
|
|
17374
|
+
"line-height"
|
|
16167
17375
|
]
|
|
16168
17376
|
},
|
|
16169
|
-
"
|
|
16170
|
-
"value": "calc(1rem * 1.
|
|
17377
|
+
"icon-height": {
|
|
17378
|
+
"value": "calc(1rem * 1.25)",
|
|
16171
17379
|
"filePath": "src/navigation/link.yml",
|
|
16172
17380
|
"isSource": true,
|
|
16173
17381
|
"original": {
|
|
16174
|
-
"value": "{
|
|
17382
|
+
"value": "calc({font-size-text.m} * 1.25)"
|
|
16175
17383
|
},
|
|
16176
|
-
"name": "
|
|
17384
|
+
"name": "LinkIconHeight",
|
|
16177
17385
|
"attributes": {
|
|
16178
17386
|
"category": "link",
|
|
16179
|
-
"type": "
|
|
17387
|
+
"type": "icon-height"
|
|
16180
17388
|
},
|
|
16181
17389
|
"path": [
|
|
16182
17390
|
"link",
|
|
16183
|
-
"
|
|
17391
|
+
"icon-height"
|
|
16184
17392
|
]
|
|
16185
17393
|
},
|
|
16186
17394
|
"font-weight": {
|
|
@@ -16621,25 +17829,6 @@
|
|
|
16621
17829
|
]
|
|
16622
17830
|
}
|
|
16623
17831
|
},
|
|
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
17832
|
"contextual-help": {
|
|
16644
17833
|
"max-width": {
|
|
16645
17834
|
"value": "500px",
|
|
@@ -16819,6 +18008,25 @@
|
|
|
16819
18008
|
"size",
|
|
16820
18009
|
"m"
|
|
16821
18010
|
]
|
|
18011
|
+
},
|
|
18012
|
+
"l": {
|
|
18013
|
+
"value": "1300px",
|
|
18014
|
+
"filePath": "src/overlays/modal.yml",
|
|
18015
|
+
"isSource": true,
|
|
18016
|
+
"original": {
|
|
18017
|
+
"value": "1300px"
|
|
18018
|
+
},
|
|
18019
|
+
"name": "ModalSizeL",
|
|
18020
|
+
"attributes": {
|
|
18021
|
+
"category": "modal",
|
|
18022
|
+
"type": "size",
|
|
18023
|
+
"item": "l"
|
|
18024
|
+
},
|
|
18025
|
+
"path": [
|
|
18026
|
+
"modal",
|
|
18027
|
+
"size",
|
|
18028
|
+
"l"
|
|
18029
|
+
]
|
|
16822
18030
|
}
|
|
16823
18031
|
},
|
|
16824
18032
|
"footer-background-color": {
|
|
@@ -17879,76 +19087,6 @@
|
|
|
17879
19087
|
]
|
|
17880
19088
|
}
|
|
17881
19089
|
},
|
|
17882
|
-
"alert-icon": {
|
|
17883
|
-
"info-color": {
|
|
17884
|
-
"value": "#003FB8",
|
|
17885
|
-
"filePath": "src/status/alert-icon.yml",
|
|
17886
|
-
"isSource": true,
|
|
17887
|
-
"original": {
|
|
17888
|
-
"value": "{info-outline-content-color}"
|
|
17889
|
-
},
|
|
17890
|
-
"name": "AlertIconInfoColor",
|
|
17891
|
-
"attributes": {
|
|
17892
|
-
"category": "alert-icon",
|
|
17893
|
-
"type": "info-color"
|
|
17894
|
-
},
|
|
17895
|
-
"path": [
|
|
17896
|
-
"alert-icon",
|
|
17897
|
-
"info-color"
|
|
17898
|
-
]
|
|
17899
|
-
},
|
|
17900
|
-
"warning-color": {
|
|
17901
|
-
"value": "#C25200",
|
|
17902
|
-
"filePath": "src/status/alert-icon.yml",
|
|
17903
|
-
"isSource": true,
|
|
17904
|
-
"original": {
|
|
17905
|
-
"value": "{warning-outline-content-color}"
|
|
17906
|
-
},
|
|
17907
|
-
"name": "AlertIconWarningColor",
|
|
17908
|
-
"attributes": {
|
|
17909
|
-
"category": "alert-icon",
|
|
17910
|
-
"type": "warning-color"
|
|
17911
|
-
},
|
|
17912
|
-
"path": [
|
|
17913
|
-
"alert-icon",
|
|
17914
|
-
"warning-color"
|
|
17915
|
-
]
|
|
17916
|
-
},
|
|
17917
|
-
"danger-color": {
|
|
17918
|
-
"value": "#B4193A",
|
|
17919
|
-
"filePath": "src/status/alert-icon.yml",
|
|
17920
|
-
"isSource": true,
|
|
17921
|
-
"original": {
|
|
17922
|
-
"value": "{danger-outline-content-color}"
|
|
17923
|
-
},
|
|
17924
|
-
"name": "AlertIconDangerColor",
|
|
17925
|
-
"attributes": {
|
|
17926
|
-
"category": "alert-icon",
|
|
17927
|
-
"type": "danger-color"
|
|
17928
|
-
},
|
|
17929
|
-
"path": [
|
|
17930
|
-
"alert-icon",
|
|
17931
|
-
"danger-color"
|
|
17932
|
-
]
|
|
17933
|
-
},
|
|
17934
|
-
"success-color": {
|
|
17935
|
-
"value": "#005F42",
|
|
17936
|
-
"filePath": "src/status/alert-icon.yml",
|
|
17937
|
-
"isSource": true,
|
|
17938
|
-
"original": {
|
|
17939
|
-
"value": "{success-outline-content-color}"
|
|
17940
|
-
},
|
|
17941
|
-
"name": "AlertIconSuccessColor",
|
|
17942
|
-
"attributes": {
|
|
17943
|
-
"category": "alert-icon",
|
|
17944
|
-
"type": "success-color"
|
|
17945
|
-
},
|
|
17946
|
-
"path": [
|
|
17947
|
-
"alert-icon",
|
|
17948
|
-
"success-color"
|
|
17949
|
-
]
|
|
17950
|
-
}
|
|
17951
|
-
},
|
|
17952
19090
|
"alert": {
|
|
17953
19091
|
"padding": {
|
|
17954
19092
|
"value": "16px",
|
|
@@ -20472,6 +21610,74 @@
|
|
|
20472
21610
|
"loading-spinner",
|
|
20473
21611
|
"transition-duration"
|
|
20474
21612
|
]
|
|
21613
|
+
},
|
|
21614
|
+
"transition-duration-slow": {
|
|
21615
|
+
"value": "6000ms",
|
|
21616
|
+
"filePath": "src/status/loading-spinner.yml",
|
|
21617
|
+
"isSource": true,
|
|
21618
|
+
"original": {
|
|
21619
|
+
"value": "6000ms"
|
|
21620
|
+
},
|
|
21621
|
+
"name": "LoadingSpinnerTransitionDurationSlow",
|
|
21622
|
+
"attributes": {
|
|
21623
|
+
"category": "loading-spinner",
|
|
21624
|
+
"type": "transition-duration-slow"
|
|
21625
|
+
},
|
|
21626
|
+
"path": [
|
|
21627
|
+
"loading-spinner",
|
|
21628
|
+
"transition-duration-slow"
|
|
21629
|
+
]
|
|
21630
|
+
},
|
|
21631
|
+
"color": {
|
|
21632
|
+
"value": "#6D6D6D",
|
|
21633
|
+
"filePath": "src/status/loading-spinner.yml",
|
|
21634
|
+
"isSource": true,
|
|
21635
|
+
"original": {
|
|
21636
|
+
"value": "{icon.color}"
|
|
21637
|
+
},
|
|
21638
|
+
"name": "LoadingSpinnerColor",
|
|
21639
|
+
"attributes": {
|
|
21640
|
+
"category": "loading-spinner",
|
|
21641
|
+
"type": "color"
|
|
21642
|
+
},
|
|
21643
|
+
"path": [
|
|
21644
|
+
"loading-spinner",
|
|
21645
|
+
"color"
|
|
21646
|
+
]
|
|
21647
|
+
},
|
|
21648
|
+
"color-light": {
|
|
21649
|
+
"value": "rgb(255 255 255 / 100%)",
|
|
21650
|
+
"filePath": "src/status/loading-spinner.yml",
|
|
21651
|
+
"isSource": true,
|
|
21652
|
+
"original": {
|
|
21653
|
+
"value": "{light-plain-content-color}"
|
|
21654
|
+
},
|
|
21655
|
+
"name": "LoadingSpinnerColorLight",
|
|
21656
|
+
"attributes": {
|
|
21657
|
+
"category": "loading-spinner",
|
|
21658
|
+
"type": "color-light"
|
|
21659
|
+
},
|
|
21660
|
+
"path": [
|
|
21661
|
+
"loading-spinner",
|
|
21662
|
+
"color-light"
|
|
21663
|
+
]
|
|
21664
|
+
},
|
|
21665
|
+
"color-dark": {
|
|
21666
|
+
"value": "rgb(0 0 0 / 100%)",
|
|
21667
|
+
"filePath": "src/status/loading-spinner.yml",
|
|
21668
|
+
"isSource": true,
|
|
21669
|
+
"original": {
|
|
21670
|
+
"value": "{dark-plain-content-color}"
|
|
21671
|
+
},
|
|
21672
|
+
"name": "LoadingSpinnerColorDark",
|
|
21673
|
+
"attributes": {
|
|
21674
|
+
"category": "loading-spinner",
|
|
21675
|
+
"type": "color-dark"
|
|
21676
|
+
},
|
|
21677
|
+
"path": [
|
|
21678
|
+
"loading-spinner",
|
|
21679
|
+
"color-dark"
|
|
21680
|
+
]
|
|
20475
21681
|
}
|
|
20476
21682
|
},
|
|
20477
21683
|
"notification-provider": {
|
|
@@ -21037,6 +22243,25 @@
|
|
|
21037
22243
|
}
|
|
21038
22244
|
}
|
|
21039
22245
|
},
|
|
22246
|
+
"password-creation-field": {
|
|
22247
|
+
"rule-to-rule-spacing": {
|
|
22248
|
+
"value": "8px",
|
|
22249
|
+
"filePath": "src/status/password-creation-field.yml",
|
|
22250
|
+
"isSource": true,
|
|
22251
|
+
"original": {
|
|
22252
|
+
"value": "{size-px.s}"
|
|
22253
|
+
},
|
|
22254
|
+
"name": "PasswordCreationFieldRuleToRuleSpacing",
|
|
22255
|
+
"attributes": {
|
|
22256
|
+
"category": "password-creation-field",
|
|
22257
|
+
"type": "rule-to-rule-spacing"
|
|
22258
|
+
},
|
|
22259
|
+
"path": [
|
|
22260
|
+
"password-creation-field",
|
|
22261
|
+
"rule-to-rule-spacing"
|
|
22262
|
+
]
|
|
22263
|
+
}
|
|
22264
|
+
},
|
|
21040
22265
|
"progress-bar": {
|
|
21041
22266
|
"font-size": {
|
|
21042
22267
|
"value": "1rem",
|
|
@@ -21123,39 +22348,81 @@
|
|
|
21123
22348
|
"spacing-x"
|
|
21124
22349
|
]
|
|
21125
22350
|
},
|
|
21126
|
-
"
|
|
21127
|
-
"value": "
|
|
22351
|
+
"spacing-bar-to-legend": {
|
|
22352
|
+
"value": "16px",
|
|
21128
22353
|
"filePath": "src/status/progress-bar.yml",
|
|
21129
22354
|
"isSource": true,
|
|
21130
22355
|
"original": {
|
|
21131
|
-
"value": "{size-
|
|
22356
|
+
"value": "{size-px.m}"
|
|
21132
22357
|
},
|
|
21133
|
-
"name": "
|
|
22358
|
+
"name": "ProgressBarSpacingBarToLegend",
|
|
21134
22359
|
"attributes": {
|
|
21135
22360
|
"category": "progress-bar",
|
|
21136
|
-
"type": "
|
|
22361
|
+
"type": "spacing-bar-to-legend"
|
|
21137
22362
|
},
|
|
21138
22363
|
"path": [
|
|
21139
22364
|
"progress-bar",
|
|
21140
|
-
"
|
|
22365
|
+
"spacing-bar-to-legend"
|
|
21141
22366
|
]
|
|
21142
22367
|
},
|
|
21143
|
-
"height
|
|
21144
|
-
"
|
|
21145
|
-
|
|
21146
|
-
|
|
21147
|
-
|
|
21148
|
-
"
|
|
22368
|
+
"height": {
|
|
22369
|
+
"m": {
|
|
22370
|
+
"value": "1rem",
|
|
22371
|
+
"filePath": "src/status/progress-bar.yml",
|
|
22372
|
+
"isSource": true,
|
|
22373
|
+
"original": {
|
|
22374
|
+
"value": "{size-rem.m}"
|
|
22375
|
+
},
|
|
22376
|
+
"name": "ProgressBarHeightM",
|
|
22377
|
+
"attributes": {
|
|
22378
|
+
"category": "progress-bar",
|
|
22379
|
+
"type": "height",
|
|
22380
|
+
"item": "m"
|
|
22381
|
+
},
|
|
22382
|
+
"path": [
|
|
22383
|
+
"progress-bar",
|
|
22384
|
+
"height",
|
|
22385
|
+
"m"
|
|
22386
|
+
]
|
|
21149
22387
|
},
|
|
21150
|
-
"
|
|
21151
|
-
|
|
21152
|
-
"
|
|
21153
|
-
"
|
|
22388
|
+
"s": {
|
|
22389
|
+
"value": "0.5rem",
|
|
22390
|
+
"filePath": "src/status/progress-bar.yml",
|
|
22391
|
+
"isSource": true,
|
|
22392
|
+
"original": {
|
|
22393
|
+
"value": "{size-rem.s}"
|
|
22394
|
+
},
|
|
22395
|
+
"name": "ProgressBarHeightS",
|
|
22396
|
+
"attributes": {
|
|
22397
|
+
"category": "progress-bar",
|
|
22398
|
+
"type": "height",
|
|
22399
|
+
"item": "s"
|
|
22400
|
+
},
|
|
22401
|
+
"path": [
|
|
22402
|
+
"progress-bar",
|
|
22403
|
+
"height",
|
|
22404
|
+
"s"
|
|
22405
|
+
]
|
|
21154
22406
|
},
|
|
21155
|
-
"
|
|
21156
|
-
"
|
|
21157
|
-
"
|
|
21158
|
-
|
|
22407
|
+
"l": {
|
|
22408
|
+
"value": "1.5rem",
|
|
22409
|
+
"filePath": "src/status/progress-bar.yml",
|
|
22410
|
+
"isSource": true,
|
|
22411
|
+
"original": {
|
|
22412
|
+
"value": "{size-rem.l}"
|
|
22413
|
+
},
|
|
22414
|
+
"name": "ProgressBarHeightL",
|
|
22415
|
+
"attributes": {
|
|
22416
|
+
"category": "progress-bar",
|
|
22417
|
+
"type": "height",
|
|
22418
|
+
"item": "l"
|
|
22419
|
+
},
|
|
22420
|
+
"path": [
|
|
22421
|
+
"progress-bar",
|
|
22422
|
+
"height",
|
|
22423
|
+
"l"
|
|
22424
|
+
]
|
|
22425
|
+
}
|
|
21159
22426
|
},
|
|
21160
22427
|
"corner-radius": {
|
|
21161
22428
|
"value": "0.25rem",
|
|
@@ -21209,11 +22476,11 @@
|
|
|
21209
22476
|
]
|
|
21210
22477
|
},
|
|
21211
22478
|
"background-color": {
|
|
21212
|
-
"value": "
|
|
22479
|
+
"value": "#F8F8F8",
|
|
21213
22480
|
"filePath": "src/status/progress-bar.yml",
|
|
21214
22481
|
"isSource": true,
|
|
21215
22482
|
"original": {
|
|
21216
|
-
"value": "{neutral
|
|
22483
|
+
"value": "{neutral.color.300}"
|
|
21217
22484
|
},
|
|
21218
22485
|
"name": "ProgressBarBackgroundColor",
|
|
21219
22486
|
"attributes": {
|
|
@@ -21292,6 +22559,195 @@
|
|
|
21292
22559
|
"progress-bar",
|
|
21293
22560
|
"danger-fill-background-color"
|
|
21294
22561
|
]
|
|
22562
|
+
},
|
|
22563
|
+
"indeterminate-fill-background-color": {
|
|
22564
|
+
"value": "#6D6D6D",
|
|
22565
|
+
"filePath": "src/status/progress-bar.yml",
|
|
22566
|
+
"isSource": true,
|
|
22567
|
+
"original": {
|
|
22568
|
+
"value": "{neutral-solid-background-color.default}"
|
|
22569
|
+
},
|
|
22570
|
+
"name": "ProgressBarIndeterminateFillBackgroundColor",
|
|
22571
|
+
"attributes": {
|
|
22572
|
+
"category": "progress-bar",
|
|
22573
|
+
"type": "indeterminate-fill-background-color"
|
|
22574
|
+
},
|
|
22575
|
+
"path": [
|
|
22576
|
+
"progress-bar",
|
|
22577
|
+
"indeterminate-fill-background-color"
|
|
22578
|
+
]
|
|
22579
|
+
}
|
|
22580
|
+
},
|
|
22581
|
+
"accent-box": {
|
|
22582
|
+
"background-color-neutral": {
|
|
22583
|
+
"value": "#F8F8F8",
|
|
22584
|
+
"filePath": "src/structure/accent-box.yml",
|
|
22585
|
+
"isSource": true,
|
|
22586
|
+
"original": {
|
|
22587
|
+
"value": "{neutral.color.300}"
|
|
22588
|
+
},
|
|
22589
|
+
"name": "AccentBoxBackgroundColorNeutral",
|
|
22590
|
+
"attributes": {
|
|
22591
|
+
"category": "accent-box",
|
|
22592
|
+
"type": "background-color-neutral"
|
|
22593
|
+
},
|
|
22594
|
+
"path": [
|
|
22595
|
+
"accent-box",
|
|
22596
|
+
"background-color-neutral"
|
|
22597
|
+
]
|
|
22598
|
+
},
|
|
22599
|
+
"background-color-green": {
|
|
22600
|
+
"value": "#D8F5D6",
|
|
22601
|
+
"filePath": "src/structure/accent-box.yml",
|
|
22602
|
+
"isSource": true,
|
|
22603
|
+
"original": {
|
|
22604
|
+
"value": "#D8F5D6"
|
|
22605
|
+
},
|
|
22606
|
+
"name": "AccentBoxBackgroundColorGreen",
|
|
22607
|
+
"attributes": {
|
|
22608
|
+
"category": "accent-box",
|
|
22609
|
+
"type": "background-color-green"
|
|
22610
|
+
},
|
|
22611
|
+
"path": [
|
|
22612
|
+
"accent-box",
|
|
22613
|
+
"background-color-green"
|
|
22614
|
+
]
|
|
22615
|
+
},
|
|
22616
|
+
"background-color-gradient": {
|
|
22617
|
+
"value": "radial-gradient(circle at 27.74% 38.09%,#d8e9f8,transparent 60%),radial-gradient(circle at 63.98% 99.4%,#e4b8ff,transparent 37%),radial-gradient(circle at 79.7% 64.93%,#d8e9f8,transparent 52%),radial-gradient(circle at 10.9% 91.41%,#d8e9f8,transparent 56%),radial-gradient(circle at 3.68% 3.26%,#0056ff,transparent 31%),radial-gradient(circle at 99.62% 17.78%,#48c7d8,transparent 26%),radial-gradient(circle at 58.65% 24.91%,#d8e9f8,transparent 55%),radial-gradient(circle at 53.23% 52.72%,#d8e9f8,transparent 100%),radial-gradient(circle at 50% 50%,#fff,#fff 100%)",
|
|
22618
|
+
"filePath": "src/structure/accent-box.yml",
|
|
22619
|
+
"isSource": true,
|
|
22620
|
+
"original": {
|
|
22621
|
+
"value": "{color.gradient}"
|
|
22622
|
+
},
|
|
22623
|
+
"name": "AccentBoxBackgroundColorGradient",
|
|
22624
|
+
"attributes": {
|
|
22625
|
+
"category": "accent-box",
|
|
22626
|
+
"type": "background-color-gradient"
|
|
22627
|
+
},
|
|
22628
|
+
"path": [
|
|
22629
|
+
"accent-box",
|
|
22630
|
+
"background-color-gradient"
|
|
22631
|
+
]
|
|
22632
|
+
},
|
|
22633
|
+
"background-color-blue": {
|
|
22634
|
+
"value": "#F0F5FF",
|
|
22635
|
+
"filePath": "src/structure/accent-box.yml",
|
|
22636
|
+
"isSource": true,
|
|
22637
|
+
"original": {
|
|
22638
|
+
"value": "{color.hosting-blue.100}"
|
|
22639
|
+
},
|
|
22640
|
+
"name": "AccentBoxBackgroundColorBlue",
|
|
22641
|
+
"attributes": {
|
|
22642
|
+
"category": "accent-box",
|
|
22643
|
+
"type": "background-color-blue"
|
|
22644
|
+
},
|
|
22645
|
+
"path": [
|
|
22646
|
+
"accent-box",
|
|
22647
|
+
"background-color-blue"
|
|
22648
|
+
]
|
|
22649
|
+
},
|
|
22650
|
+
"icon-color-blue": {
|
|
22651
|
+
"value": "#E0EBFF",
|
|
22652
|
+
"filePath": "src/structure/accent-box.yml",
|
|
22653
|
+
"isSource": true,
|
|
22654
|
+
"original": {
|
|
22655
|
+
"value": "{color.hosting-blue.200}"
|
|
22656
|
+
},
|
|
22657
|
+
"name": "AccentBoxIconColorBlue",
|
|
22658
|
+
"attributes": {
|
|
22659
|
+
"category": "accent-box",
|
|
22660
|
+
"type": "icon-color-blue"
|
|
22661
|
+
},
|
|
22662
|
+
"path": [
|
|
22663
|
+
"accent-box",
|
|
22664
|
+
"icon-color-blue"
|
|
22665
|
+
]
|
|
22666
|
+
},
|
|
22667
|
+
"icon-color-green": {
|
|
22668
|
+
"value": "#c4e3c1",
|
|
22669
|
+
"filePath": "src/structure/accent-box.yml",
|
|
22670
|
+
"isSource": true,
|
|
22671
|
+
"original": {
|
|
22672
|
+
"value": "#c4e3c1"
|
|
22673
|
+
},
|
|
22674
|
+
"name": "AccentBoxIconColorGreen",
|
|
22675
|
+
"attributes": {
|
|
22676
|
+
"category": "accent-box",
|
|
22677
|
+
"type": "icon-color-green"
|
|
22678
|
+
},
|
|
22679
|
+
"path": [
|
|
22680
|
+
"accent-box",
|
|
22681
|
+
"icon-color-green"
|
|
22682
|
+
]
|
|
22683
|
+
},
|
|
22684
|
+
"icon-color-gradient": {
|
|
22685
|
+
"value": "#002b7b14",
|
|
22686
|
+
"filePath": "src/structure/accent-box.yml",
|
|
22687
|
+
"isSource": true,
|
|
22688
|
+
"original": {
|
|
22689
|
+
"value": "#002b7b14"
|
|
22690
|
+
},
|
|
22691
|
+
"name": "AccentBoxIconColorGradient",
|
|
22692
|
+
"attributes": {
|
|
22693
|
+
"category": "accent-box",
|
|
22694
|
+
"type": "icon-color-gradient"
|
|
22695
|
+
},
|
|
22696
|
+
"path": [
|
|
22697
|
+
"accent-box",
|
|
22698
|
+
"icon-color-gradient"
|
|
22699
|
+
]
|
|
22700
|
+
},
|
|
22701
|
+
"icon-color-neutral": {
|
|
22702
|
+
"value": "#E6E6E6",
|
|
22703
|
+
"filePath": "src/structure/accent-box.yml",
|
|
22704
|
+
"isSource": true,
|
|
22705
|
+
"original": {
|
|
22706
|
+
"value": "{neutral.color.400}"
|
|
22707
|
+
},
|
|
22708
|
+
"name": "AccentBoxIconColorNeutral",
|
|
22709
|
+
"attributes": {
|
|
22710
|
+
"category": "accent-box",
|
|
22711
|
+
"type": "icon-color-neutral"
|
|
22712
|
+
},
|
|
22713
|
+
"path": [
|
|
22714
|
+
"accent-box",
|
|
22715
|
+
"icon-color-neutral"
|
|
22716
|
+
]
|
|
22717
|
+
},
|
|
22718
|
+
"padding": {
|
|
22719
|
+
"value": "16px",
|
|
22720
|
+
"filePath": "src/structure/accent-box.yml",
|
|
22721
|
+
"isSource": true,
|
|
22722
|
+
"original": {
|
|
22723
|
+
"value": "{size-px.m}"
|
|
22724
|
+
},
|
|
22725
|
+
"name": "AccentBoxPadding",
|
|
22726
|
+
"attributes": {
|
|
22727
|
+
"category": "accent-box",
|
|
22728
|
+
"type": "padding"
|
|
22729
|
+
},
|
|
22730
|
+
"path": [
|
|
22731
|
+
"accent-box",
|
|
22732
|
+
"padding"
|
|
22733
|
+
]
|
|
22734
|
+
},
|
|
22735
|
+
"corner-radius": {
|
|
22736
|
+
"value": "4px",
|
|
22737
|
+
"filePath": "src/structure/accent-box.yml",
|
|
22738
|
+
"isSource": true,
|
|
22739
|
+
"original": {
|
|
22740
|
+
"value": "{corner-radius.default}"
|
|
22741
|
+
},
|
|
22742
|
+
"name": "AccentBoxCornerRadius",
|
|
22743
|
+
"attributes": {
|
|
22744
|
+
"category": "accent-box",
|
|
22745
|
+
"type": "corner-radius"
|
|
22746
|
+
},
|
|
22747
|
+
"path": [
|
|
22748
|
+
"accent-box",
|
|
22749
|
+
"corner-radius"
|
|
22750
|
+
]
|
|
21295
22751
|
}
|
|
21296
22752
|
},
|
|
21297
22753
|
"accordion": {
|
|
@@ -21498,7 +22954,7 @@
|
|
|
21498
22954
|
]
|
|
21499
22955
|
}
|
|
21500
22956
|
},
|
|
21501
|
-
"text-
|
|
22957
|
+
"text-button": {
|
|
21502
22958
|
"spacing": {
|
|
21503
22959
|
"value": "0.25rem",
|
|
21504
22960
|
"filePath": "src/structure/align.yml",
|
|
@@ -21506,15 +22962,36 @@
|
|
|
21506
22962
|
"original": {
|
|
21507
22963
|
"value": "{size-rem.xs}"
|
|
21508
22964
|
},
|
|
21509
|
-
"name": "
|
|
22965
|
+
"name": "AlignTextButtonSpacing",
|
|
22966
|
+
"attributes": {
|
|
22967
|
+
"category": "align",
|
|
22968
|
+
"type": "text-button",
|
|
22969
|
+
"item": "spacing"
|
|
22970
|
+
},
|
|
22971
|
+
"path": [
|
|
22972
|
+
"align",
|
|
22973
|
+
"text-button",
|
|
22974
|
+
"spacing"
|
|
22975
|
+
]
|
|
22976
|
+
}
|
|
22977
|
+
},
|
|
22978
|
+
"icon-text": {
|
|
22979
|
+
"spacing": {
|
|
22980
|
+
"value": "0.5rem",
|
|
22981
|
+
"filePath": "src/structure/align.yml",
|
|
22982
|
+
"isSource": true,
|
|
22983
|
+
"original": {
|
|
22984
|
+
"value": "{size-rem.s}"
|
|
22985
|
+
},
|
|
22986
|
+
"name": "AlignIconTextSpacing",
|
|
21510
22987
|
"attributes": {
|
|
21511
22988
|
"category": "align",
|
|
21512
|
-
"type": "text
|
|
22989
|
+
"type": "icon-text",
|
|
21513
22990
|
"item": "spacing"
|
|
21514
22991
|
},
|
|
21515
22992
|
"path": [
|
|
21516
22993
|
"align",
|
|
21517
|
-
"text
|
|
22994
|
+
"icon-text",
|
|
21518
22995
|
"spacing"
|
|
21519
22996
|
]
|
|
21520
22997
|
}
|
|
@@ -21636,11 +23113,11 @@
|
|
|
21636
23113
|
]
|
|
21637
23114
|
},
|
|
21638
23115
|
"padding": {
|
|
21639
|
-
"value": "
|
|
23116
|
+
"value": "24px",
|
|
21640
23117
|
"filePath": "src/structure/layout-card.yml",
|
|
21641
23118
|
"isSource": true,
|
|
21642
23119
|
"original": {
|
|
21643
|
-
"value": "{size-px.
|
|
23120
|
+
"value": "{size-px.l}"
|
|
21644
23121
|
},
|
|
21645
23122
|
"name": "LayoutCardPadding",
|
|
21646
23123
|
"attributes": {
|
|
@@ -21652,6 +23129,23 @@
|
|
|
21652
23129
|
"padding"
|
|
21653
23130
|
]
|
|
21654
23131
|
},
|
|
23132
|
+
"padding-mobile": {
|
|
23133
|
+
"value": "16px",
|
|
23134
|
+
"filePath": "src/structure/layout-card.yml",
|
|
23135
|
+
"isSource": true,
|
|
23136
|
+
"original": {
|
|
23137
|
+
"value": "{size-px.m}"
|
|
23138
|
+
},
|
|
23139
|
+
"name": "LayoutCardPaddingMobile",
|
|
23140
|
+
"attributes": {
|
|
23141
|
+
"category": "layout-card",
|
|
23142
|
+
"type": "padding-mobile"
|
|
23143
|
+
},
|
|
23144
|
+
"path": [
|
|
23145
|
+
"layout-card",
|
|
23146
|
+
"padding-mobile"
|
|
23147
|
+
]
|
|
23148
|
+
},
|
|
21655
23149
|
"box-shadow": {
|
|
21656
23150
|
"value": "rgba(0, 0, 0, 0.1) 0 4px 8px",
|
|
21657
23151
|
"filePath": "src/structure/layout-card.yml",
|
|
@@ -21704,6 +23198,23 @@
|
|
|
21704
23198
|
"list",
|
|
21705
23199
|
"block-to-block-spacing"
|
|
21706
23200
|
]
|
|
23201
|
+
},
|
|
23202
|
+
"filter-to-search-spacing": {
|
|
23203
|
+
"value": "32px",
|
|
23204
|
+
"filePath": "src/structure/list.yml",
|
|
23205
|
+
"isSource": true,
|
|
23206
|
+
"original": {
|
|
23207
|
+
"value": "{size-px.xl}"
|
|
23208
|
+
},
|
|
23209
|
+
"name": "ListFilterToSearchSpacing",
|
|
23210
|
+
"attributes": {
|
|
23211
|
+
"category": "list",
|
|
23212
|
+
"type": "filter-to-search-spacing"
|
|
23213
|
+
},
|
|
23214
|
+
"path": [
|
|
23215
|
+
"list",
|
|
23216
|
+
"filter-to-search-spacing"
|
|
23217
|
+
]
|
|
21707
23218
|
}
|
|
21708
23219
|
},
|
|
21709
23220
|
"list-item": {
|
|
@@ -21938,21 +23449,38 @@
|
|
|
21938
23449
|
"spacing"
|
|
21939
23450
|
]
|
|
21940
23451
|
},
|
|
21941
|
-
"sub-heading-spacing": {
|
|
21942
|
-
"value": "
|
|
23452
|
+
"sub-heading-spacing-m": {
|
|
23453
|
+
"value": "1.5rem",
|
|
21943
23454
|
"filePath": "src/structure/section.yml",
|
|
21944
23455
|
"isSource": true,
|
|
21945
23456
|
"original": {
|
|
21946
|
-
"value": "{size-rem.
|
|
23457
|
+
"value": "{size-rem.l}"
|
|
23458
|
+
},
|
|
23459
|
+
"name": "SectionSubHeadingSpacingM",
|
|
23460
|
+
"attributes": {
|
|
23461
|
+
"category": "section",
|
|
23462
|
+
"type": "sub-heading-spacing-m"
|
|
23463
|
+
},
|
|
23464
|
+
"path": [
|
|
23465
|
+
"section",
|
|
23466
|
+
"sub-heading-spacing-m"
|
|
23467
|
+
]
|
|
23468
|
+
},
|
|
23469
|
+
"sub-heading-spacing-s": {
|
|
23470
|
+
"value": "0.5rem",
|
|
23471
|
+
"filePath": "src/structure/section.yml",
|
|
23472
|
+
"isSource": true,
|
|
23473
|
+
"original": {
|
|
23474
|
+
"value": "{size-rem.s}"
|
|
21947
23475
|
},
|
|
21948
|
-
"name": "
|
|
23476
|
+
"name": "SectionSubHeadingSpacingS",
|
|
21949
23477
|
"attributes": {
|
|
21950
23478
|
"category": "section",
|
|
21951
|
-
"type": "sub-heading-spacing"
|
|
23479
|
+
"type": "sub-heading-spacing-s"
|
|
21952
23480
|
},
|
|
21953
23481
|
"path": [
|
|
21954
23482
|
"section",
|
|
21955
|
-
"sub-heading-spacing"
|
|
23483
|
+
"sub-heading-spacing-s"
|
|
21956
23484
|
]
|
|
21957
23485
|
}
|
|
21958
23486
|
},
|
|
@@ -22007,24 +23535,41 @@
|
|
|
22007
23535
|
},
|
|
22008
23536
|
"path": [
|
|
22009
23537
|
"separator",
|
|
22010
|
-
"color"
|
|
23538
|
+
"color"
|
|
23539
|
+
]
|
|
23540
|
+
},
|
|
23541
|
+
"height": {
|
|
23542
|
+
"value": "1px",
|
|
23543
|
+
"filePath": "src/structure/separator.yml",
|
|
23544
|
+
"isSource": true,
|
|
23545
|
+
"original": {
|
|
23546
|
+
"value": "{border-width.100}"
|
|
23547
|
+
},
|
|
23548
|
+
"name": "SeparatorHeight",
|
|
23549
|
+
"attributes": {
|
|
23550
|
+
"category": "separator",
|
|
23551
|
+
"type": "height"
|
|
23552
|
+
},
|
|
23553
|
+
"path": [
|
|
23554
|
+
"separator",
|
|
23555
|
+
"height"
|
|
22011
23556
|
]
|
|
22012
23557
|
},
|
|
22013
|
-
"
|
|
22014
|
-
"value": "
|
|
23558
|
+
"border-style": {
|
|
23559
|
+
"value": "solid",
|
|
22015
23560
|
"filePath": "src/structure/separator.yml",
|
|
22016
23561
|
"isSource": true,
|
|
22017
23562
|
"original": {
|
|
22018
|
-
"value": "{border-
|
|
23563
|
+
"value": "{border-style.default}"
|
|
22019
23564
|
},
|
|
22020
|
-
"name": "
|
|
23565
|
+
"name": "SeparatorBorderStyle",
|
|
22021
23566
|
"attributes": {
|
|
22022
23567
|
"category": "separator",
|
|
22023
|
-
"type": "
|
|
23568
|
+
"type": "border-style"
|
|
22024
23569
|
},
|
|
22025
23570
|
"path": [
|
|
22026
23571
|
"separator",
|
|
22027
|
-
"
|
|
23572
|
+
"border-style"
|
|
22028
23573
|
]
|
|
22029
23574
|
}
|
|
22030
23575
|
},
|
|
@@ -22236,13 +23781,32 @@
|
|
|
22236
23781
|
},
|
|
22237
23782
|
"transition": {
|
|
22238
23783
|
"duration": {
|
|
22239
|
-
"
|
|
23784
|
+
"fast": {
|
|
22240
23785
|
"value": "200ms",
|
|
22241
23786
|
"filePath": "src/transition.yml",
|
|
22242
23787
|
"isSource": true,
|
|
22243
23788
|
"original": {
|
|
22244
23789
|
"value": "200ms"
|
|
22245
23790
|
},
|
|
23791
|
+
"name": "TransitionDurationFast",
|
|
23792
|
+
"attributes": {
|
|
23793
|
+
"category": "transition",
|
|
23794
|
+
"type": "duration",
|
|
23795
|
+
"item": "fast"
|
|
23796
|
+
},
|
|
23797
|
+
"path": [
|
|
23798
|
+
"transition",
|
|
23799
|
+
"duration",
|
|
23800
|
+
"fast"
|
|
23801
|
+
]
|
|
23802
|
+
},
|
|
23803
|
+
"default": {
|
|
23804
|
+
"value": "300ms",
|
|
23805
|
+
"filePath": "src/transition.yml",
|
|
23806
|
+
"isSource": true,
|
|
23807
|
+
"original": {
|
|
23808
|
+
"value": "300ms"
|
|
23809
|
+
},
|
|
22246
23810
|
"name": "TransitionDurationDefault",
|
|
22247
23811
|
"attributes": {
|
|
22248
23812
|
"category": "transition",
|
|
@@ -22256,11 +23820,11 @@
|
|
|
22256
23820
|
]
|
|
22257
23821
|
},
|
|
22258
23822
|
"slow": {
|
|
22259
|
-
"value": "
|
|
23823
|
+
"value": "400ms",
|
|
22260
23824
|
"filePath": "src/transition.yml",
|
|
22261
23825
|
"isSource": true,
|
|
22262
23826
|
"original": {
|
|
22263
|
-
"value": "
|
|
23827
|
+
"value": "400ms"
|
|
22264
23828
|
},
|
|
22265
23829
|
"name": "TransitionDurationSlow",
|
|
22266
23830
|
"attributes": {
|
|
@@ -22380,21 +23944,44 @@
|
|
|
22380
23944
|
]
|
|
22381
23945
|
},
|
|
22382
23946
|
"border-color": {
|
|
22383
|
-
"
|
|
22384
|
-
|
|
22385
|
-
|
|
22386
|
-
|
|
22387
|
-
"
|
|
22388
|
-
|
|
22389
|
-
|
|
22390
|
-
|
|
22391
|
-
"
|
|
22392
|
-
|
|
23947
|
+
"default": {
|
|
23948
|
+
"value": "#909090",
|
|
23949
|
+
"filePath": "src/upload/file-card.yml",
|
|
23950
|
+
"isSource": true,
|
|
23951
|
+
"original": {
|
|
23952
|
+
"value": "{neutral-outline-border-color}"
|
|
23953
|
+
},
|
|
23954
|
+
"name": "FileCardBorderColorDefault",
|
|
23955
|
+
"attributes": {
|
|
23956
|
+
"category": "file-card",
|
|
23957
|
+
"type": "border-color",
|
|
23958
|
+
"item": "default"
|
|
23959
|
+
},
|
|
23960
|
+
"path": [
|
|
23961
|
+
"file-card",
|
|
23962
|
+
"border-color",
|
|
23963
|
+
"default"
|
|
23964
|
+
]
|
|
22393
23965
|
},
|
|
22394
|
-
"
|
|
22395
|
-
"
|
|
22396
|
-
"
|
|
22397
|
-
|
|
23966
|
+
"error": {
|
|
23967
|
+
"value": "#E1244C",
|
|
23968
|
+
"filePath": "src/upload/file-card.yml",
|
|
23969
|
+
"isSource": true,
|
|
23970
|
+
"original": {
|
|
23971
|
+
"value": "{danger-outline-border-color}"
|
|
23972
|
+
},
|
|
23973
|
+
"name": "FileCardBorderColorError",
|
|
23974
|
+
"attributes": {
|
|
23975
|
+
"category": "file-card",
|
|
23976
|
+
"type": "border-color",
|
|
23977
|
+
"item": "error"
|
|
23978
|
+
},
|
|
23979
|
+
"path": [
|
|
23980
|
+
"file-card",
|
|
23981
|
+
"border-color",
|
|
23982
|
+
"error"
|
|
23983
|
+
]
|
|
23984
|
+
}
|
|
22398
23985
|
},
|
|
22399
23986
|
"sub-title-font-size": {
|
|
22400
23987
|
"value": "0.875rem",
|
|
@@ -22470,6 +24057,257 @@
|
|
|
22470
24057
|
"background-color",
|
|
22471
24058
|
"pressed"
|
|
22472
24059
|
]
|
|
24060
|
+
},
|
|
24061
|
+
"error": {
|
|
24062
|
+
"value": "#FDF0F3",
|
|
24063
|
+
"filePath": "src/upload/file-card.yml",
|
|
24064
|
+
"isSource": true,
|
|
24065
|
+
"original": {
|
|
24066
|
+
"value": "{danger.color.100}"
|
|
24067
|
+
},
|
|
24068
|
+
"name": "FileCardBackgroundColorError",
|
|
24069
|
+
"attributes": {
|
|
24070
|
+
"category": "file-card",
|
|
24071
|
+
"type": "background-color",
|
|
24072
|
+
"item": "error"
|
|
24073
|
+
},
|
|
24074
|
+
"path": [
|
|
24075
|
+
"file-card",
|
|
24076
|
+
"background-color",
|
|
24077
|
+
"error"
|
|
24078
|
+
]
|
|
24079
|
+
}
|
|
24080
|
+
}
|
|
24081
|
+
},
|
|
24082
|
+
"file-drop-zone": {
|
|
24083
|
+
"corner-radius": {
|
|
24084
|
+
"value": "4px",
|
|
24085
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
24086
|
+
"isSource": true,
|
|
24087
|
+
"original": {
|
|
24088
|
+
"value": "{corner-radius.default}"
|
|
24089
|
+
},
|
|
24090
|
+
"name": "FileDropZoneCornerRadius",
|
|
24091
|
+
"attributes": {
|
|
24092
|
+
"category": "file-drop-zone",
|
|
24093
|
+
"type": "corner-radius"
|
|
24094
|
+
},
|
|
24095
|
+
"path": [
|
|
24096
|
+
"file-drop-zone",
|
|
24097
|
+
"corner-radius"
|
|
24098
|
+
]
|
|
24099
|
+
},
|
|
24100
|
+
"padding": {
|
|
24101
|
+
"value": "16px",
|
|
24102
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
24103
|
+
"isSource": true,
|
|
24104
|
+
"original": {
|
|
24105
|
+
"value": "{size-px.m}"
|
|
24106
|
+
},
|
|
24107
|
+
"name": "FileDropZonePadding",
|
|
24108
|
+
"attributes": {
|
|
24109
|
+
"category": "file-drop-zone",
|
|
24110
|
+
"type": "padding"
|
|
24111
|
+
},
|
|
24112
|
+
"path": [
|
|
24113
|
+
"file-drop-zone",
|
|
24114
|
+
"padding"
|
|
24115
|
+
]
|
|
24116
|
+
},
|
|
24117
|
+
"content-color": {
|
|
24118
|
+
"disabled": {
|
|
24119
|
+
"value": "#D5D5D5",
|
|
24120
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
24121
|
+
"isSource": true,
|
|
24122
|
+
"original": {
|
|
24123
|
+
"value": "{disabled-outline-content-color}"
|
|
24124
|
+
},
|
|
24125
|
+
"name": "FileDropZoneContentColorDisabled",
|
|
24126
|
+
"attributes": {
|
|
24127
|
+
"category": "file-drop-zone",
|
|
24128
|
+
"type": "content-color",
|
|
24129
|
+
"item": "disabled"
|
|
24130
|
+
},
|
|
24131
|
+
"path": [
|
|
24132
|
+
"file-drop-zone",
|
|
24133
|
+
"content-color",
|
|
24134
|
+
"disabled"
|
|
24135
|
+
]
|
|
24136
|
+
}
|
|
24137
|
+
},
|
|
24138
|
+
"background-color": {
|
|
24139
|
+
"default": {
|
|
24140
|
+
"value": "#F8F8F8",
|
|
24141
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
24142
|
+
"isSource": true,
|
|
24143
|
+
"original": {
|
|
24144
|
+
"value": "{form-control.background-color.default}"
|
|
24145
|
+
},
|
|
24146
|
+
"name": "FileDropZoneBackgroundColorDefault",
|
|
24147
|
+
"attributes": {
|
|
24148
|
+
"category": "file-drop-zone",
|
|
24149
|
+
"type": "background-color",
|
|
24150
|
+
"item": "default"
|
|
24151
|
+
},
|
|
24152
|
+
"path": [
|
|
24153
|
+
"file-drop-zone",
|
|
24154
|
+
"background-color",
|
|
24155
|
+
"default"
|
|
24156
|
+
]
|
|
24157
|
+
},
|
|
24158
|
+
"target": {
|
|
24159
|
+
"value": "#F0F5FF",
|
|
24160
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
24161
|
+
"isSource": true,
|
|
24162
|
+
"original": {
|
|
24163
|
+
"value": "{form-control.background-color.hover}"
|
|
24164
|
+
},
|
|
24165
|
+
"name": "FileDropZoneBackgroundColorTarget",
|
|
24166
|
+
"attributes": {
|
|
24167
|
+
"category": "file-drop-zone",
|
|
24168
|
+
"type": "background-color",
|
|
24169
|
+
"item": "target"
|
|
24170
|
+
},
|
|
24171
|
+
"path": [
|
|
24172
|
+
"file-drop-zone",
|
|
24173
|
+
"background-color",
|
|
24174
|
+
"target"
|
|
24175
|
+
]
|
|
24176
|
+
},
|
|
24177
|
+
"disabled": {
|
|
24178
|
+
"value": "#F8F8F8",
|
|
24179
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
24180
|
+
"isSource": true,
|
|
24181
|
+
"original": {
|
|
24182
|
+
"value": "{disabled-outline-background-color}"
|
|
24183
|
+
},
|
|
24184
|
+
"name": "FileDropZoneBackgroundColorDisabled",
|
|
24185
|
+
"attributes": {
|
|
24186
|
+
"category": "file-drop-zone",
|
|
24187
|
+
"type": "background-color",
|
|
24188
|
+
"item": "disabled"
|
|
24189
|
+
},
|
|
24190
|
+
"path": [
|
|
24191
|
+
"file-drop-zone",
|
|
24192
|
+
"background-color",
|
|
24193
|
+
"disabled"
|
|
24194
|
+
]
|
|
24195
|
+
}
|
|
24196
|
+
},
|
|
24197
|
+
"border-width": {
|
|
24198
|
+
"value": "1px",
|
|
24199
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
24200
|
+
"isSource": true,
|
|
24201
|
+
"original": {
|
|
24202
|
+
"value": "{border-width.100}"
|
|
24203
|
+
},
|
|
24204
|
+
"name": "FileDropZoneBorderWidth",
|
|
24205
|
+
"attributes": {
|
|
24206
|
+
"category": "file-drop-zone",
|
|
24207
|
+
"type": "border-width"
|
|
24208
|
+
},
|
|
24209
|
+
"path": [
|
|
24210
|
+
"file-drop-zone",
|
|
24211
|
+
"border-width"
|
|
24212
|
+
]
|
|
24213
|
+
},
|
|
24214
|
+
"border-style": {
|
|
24215
|
+
"default": {
|
|
24216
|
+
"value": "dashed",
|
|
24217
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
24218
|
+
"isSource": true,
|
|
24219
|
+
"original": {
|
|
24220
|
+
"value": "{border-style.dashed}"
|
|
24221
|
+
},
|
|
24222
|
+
"name": "FileDropZoneBorderStyleDefault",
|
|
24223
|
+
"attributes": {
|
|
24224
|
+
"category": "file-drop-zone",
|
|
24225
|
+
"type": "border-style",
|
|
24226
|
+
"item": "default"
|
|
24227
|
+
},
|
|
24228
|
+
"path": [
|
|
24229
|
+
"file-drop-zone",
|
|
24230
|
+
"border-style",
|
|
24231
|
+
"default"
|
|
24232
|
+
]
|
|
24233
|
+
},
|
|
24234
|
+
"target": {
|
|
24235
|
+
"value": "solid",
|
|
24236
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
24237
|
+
"isSource": true,
|
|
24238
|
+
"original": {
|
|
24239
|
+
"value": "{border-style.default}"
|
|
24240
|
+
},
|
|
24241
|
+
"name": "FileDropZoneBorderStyleTarget",
|
|
24242
|
+
"attributes": {
|
|
24243
|
+
"category": "file-drop-zone",
|
|
24244
|
+
"type": "border-style",
|
|
24245
|
+
"item": "target"
|
|
24246
|
+
},
|
|
24247
|
+
"path": [
|
|
24248
|
+
"file-drop-zone",
|
|
24249
|
+
"border-style",
|
|
24250
|
+
"target"
|
|
24251
|
+
]
|
|
24252
|
+
}
|
|
24253
|
+
},
|
|
24254
|
+
"border-color": {
|
|
24255
|
+
"default": {
|
|
24256
|
+
"value": "#909090",
|
|
24257
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
24258
|
+
"isSource": true,
|
|
24259
|
+
"original": {
|
|
24260
|
+
"value": "{form-control.border-color.default}"
|
|
24261
|
+
},
|
|
24262
|
+
"name": "FileDropZoneBorderColorDefault",
|
|
24263
|
+
"attributes": {
|
|
24264
|
+
"category": "file-drop-zone",
|
|
24265
|
+
"type": "border-color",
|
|
24266
|
+
"item": "default"
|
|
24267
|
+
},
|
|
24268
|
+
"path": [
|
|
24269
|
+
"file-drop-zone",
|
|
24270
|
+
"border-color",
|
|
24271
|
+
"default"
|
|
24272
|
+
]
|
|
24273
|
+
},
|
|
24274
|
+
"target": {
|
|
24275
|
+
"value": "#0054F5",
|
|
24276
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
24277
|
+
"isSource": true,
|
|
24278
|
+
"original": {
|
|
24279
|
+
"value": "{primary.color.800}"
|
|
24280
|
+
},
|
|
24281
|
+
"name": "FileDropZoneBorderColorTarget",
|
|
24282
|
+
"attributes": {
|
|
24283
|
+
"category": "file-drop-zone",
|
|
24284
|
+
"type": "border-color",
|
|
24285
|
+
"item": "target"
|
|
24286
|
+
},
|
|
24287
|
+
"path": [
|
|
24288
|
+
"file-drop-zone",
|
|
24289
|
+
"border-color",
|
|
24290
|
+
"target"
|
|
24291
|
+
]
|
|
24292
|
+
},
|
|
24293
|
+
"disabled": {
|
|
24294
|
+
"value": "#E6E6E6",
|
|
24295
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
24296
|
+
"isSource": true,
|
|
24297
|
+
"original": {
|
|
24298
|
+
"value": "{disabled-outline-border-color}"
|
|
24299
|
+
},
|
|
24300
|
+
"name": "FileDropZoneBorderColorDisabled",
|
|
24301
|
+
"attributes": {
|
|
24302
|
+
"category": "file-drop-zone",
|
|
24303
|
+
"type": "border-color",
|
|
24304
|
+
"item": "disabled"
|
|
24305
|
+
},
|
|
24306
|
+
"path": [
|
|
24307
|
+
"file-drop-zone",
|
|
24308
|
+
"border-color",
|
|
24309
|
+
"disabled"
|
|
24310
|
+
]
|
|
22473
24311
|
}
|
|
22474
24312
|
}
|
|
22475
24313
|
}
|