Files
grechka62 e1d54eb3b9 Support font_variation_settings
commit_hash:59e735f799f3b0e12362e20e6ab4603111e7adc6
2025-05-20 12:37:10 +03:00

78 lines
1.7 KiB
JSON

{
"description": "Input without text",
"platforms": [
"android",
"ios",
"web",
"flutter"
],
"card": {
"log_id": "input",
"variables": [
{
"name": "input_value",
"type": "string",
"value": ""
}
],
"states": [
{
"state_id": 0,
"div": {
"type": "input",
"width": {
"type": "match_parent"
},
"height": {
"type": "wrap_content"
},
"margins": {
"left": 16,
"top": 16,
"right": 16,
"bottom": 16
},
"paddings": {
"left": 16,
"top": 16,
"right": 16,
"bottom": 16
},
"alpha": 1.0,
"alignment_horizontal": "center",
"alignment_vertical": "center",
"background": [
{
"type": "solid",
"color": "#FFFFCC"
}
],
"border": {
"corner_radius": 8,
"has_shadow": 1,
"stroke": {
"color": "#0000FF"
}
},
"text_variable": "input_value",
"font_size": 20,
"font_weight": "medium",
"font_family": "roboto_flex",
"font_variation_settings": {
"slnt": -7
},
"text_color": "#444444",
"hint_text": "initial_hint",
"hint_color": "#AAAAAA",
"highlight_color": "#AAAAFF",
"max_visible_lines": 2,
"line_height": 60,
"native_interface": {
"color": "#88FFFF"
}
}
}
]
}
}