lion/packages/helpers/sb-action-logger/custom-elements.json
2020-01-17 16:34:52 +01:00

52 lines
1.4 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"
},
{
"name": "simple",
"type": "Boolean",
"description": "Simple mode, which only shows a single log",
"default": "false"
}
],
"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"
}
]
}
]
}