lion/packages/helpers/sb-action-logger/custom-elements.json
2020-01-13 13:58:03 +01:00

46 lines
1.2 KiB
JSON

{
"version": 0,
"tags": [
{
"name": "sb-action-logger",
"description": "A visual element to show action logs in Storybook demos",
"properties": [
{
"name": "title",
"type": "String",
"description": "The title of action logger",
"default": "Action Logger"
}
],
"events": [],
"slots": [],
"cssProperties": [
{
"name": "--sb-action-logger-title-color",
"description": "Color of the title",
"type": "Color"
},
{
"name": "--sb-action-logger-text-color",
"description": "Color of the logs' text",
"type": "Color"
},
{
"name": "--sb-action-logger-cue-color-primary",
"description": "Primary color of the visual cue",
"type": "Color"
},
{
"name": "--sb-action-logger-cue-color-secondary",
"description": "Secondary color of the visual cue",
"type": "Color"
},
{
"name": "--sb-action-logger-cue-duration",
"description": "Duration of the visual cue",
"type": "Number"
}
]
}
]
}