Files
4eb0da bc50c4eb8d Tooltip substrate
commit_hash:29e1a59089f0c96b7e222c404fed6d1c7df11c48
2025-12-09 11:40:36 +03:00

157 lines
4.6 KiB
JSON

{
"templates": {
"button": {
"type": "text",
"paddings": {
"left": 16,
"top": 16,
"right": 16,
"bottom": 16
},
"margins": {
"top": 16,
"left": 12,
"right": 12
},
"border": {
"corner_radius": 8
},
"background": [
{
"type": "solid",
"color": "#0E000000"
}
],
"font_size": 16,
"font_weight": "medium",
"text_alignment_vertical": "center",
"text_alignment_horizontal": "center",
"text_color": "#000000",
"alpha": 1,
"alignment_horizontal": "center",
"alignment_vertical": "center"
}
},
"card": {
"log_id": "substrate",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"items": [
{
"type": "button",
"text": "tooltip with close button",
"tooltips": [
{
"id": "tooltip",
"position": "bottom",
"duration": 0,
"offset": {
"x": {
"value": 0
},
"y": {
"value": 4
}
},
"substrate_div": {
"type": "container",
"height": {
"type": "match_parent"
},
"background": [
{
"type": "solid",
"color": "#4000"
}
]
},
"div": {
"type": "container",
"orientation": "overlap",
"width": {
"type": "wrap_content"
},
"items": [
{
"type": "container",
"width": {
"type": "wrap_content"
},
"paddings": {
"left": 20,
"top": 20,
"right": 20,
"bottom": 20
},
"items": [
{
"type": "text",
"width": {
"type": "wrap_content"
},
"paddings": {
"left": 16,
"top": 16,
"right": 16,
"bottom": 16
},
"background": [
{
"type": "solid",
"color": "#799eb7"
}
],
"border": {
"corner_radius": 6
},
"text_color": "#2C3E50",
"text": "Title tooltip"
}
]
},
{
"type": "image",
"width": {
"type": "fixed",
"value": 44
},
"height": {
"type": "fixed",
"value": 44
},
"paddings": {
"left": 12,
"right": 12,
"top": 12,
"bottom": 12
},
"action": {
"log_id": "hide_tooltip",
"url": "div-action://hide_tooltip?id=tooltip"
},
"image_url": "https://yastatic.net/s3/home/div/div_fullscreens/cross2.3.png",
"tint_color": "#000000",
"alignment_horizontal": "left",
"alignment_vertical": "top"
}
]
}
}
],
"actions": [
{
"log_id": "show_tooltip",
"url": "div-action://show_tooltip?id=tooltip&multiple=true"
}
]
}
]
}
}
]
}
}