bulma/docs/_data/variables/elements/progress.json

45 lines
1.8 KiB
JSON
Raw Normal View History

{
2018-06-16 19:47:52 +00:00
"by_name": {
"$progress-bar-background-color": {
"name": "$progress-bar-background-color",
2019-10-13 15:31:23 +00:00
"value": "$border-light",
2018-06-16 19:47:52 +00:00
"type": "variable",
"computed_type": "color",
2019-10-13 15:31:23 +00:00
"computed_value": "hsl(0, 0%, 93%)"
},
2018-06-16 19:47:52 +00:00
"$progress-value-background-color": {
"name": "$progress-value-background-color",
2018-06-16 19:47:52 +00:00
"value": "$text",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
2018-10-31 17:16:10 +00:00
},
2019-05-18 15:12:56 +00:00
"$progress-border-radius": {
"name": "$progress-border-radius",
"value": "$radius-rounded",
"type": "variable",
"computed_type": "size",
"computed_value": "290486px"
},
2018-10-31 17:16:10 +00:00
"$progress-indeterminate-duration": {
"name": "$progress-indeterminate-duration",
"value": "1.5s",
"type": "string"
2020-09-16 23:30:49 +00:00
},
"$progress-colors": {
"name": "$progress-colors",
"value": "$colors",
"type": "variable",
"computed_type": "function",
"computed_value": "mergeColorMaps((\"white\": ($white, $black), \"black\": ($black, $white), \"light\": ($light, $light-invert), \"dark\": ($dark, $dark-invert), \"primary\": ($primary, $primary-invert, $primary-light, $primary-dark), \"link\": ($link, $link-invert, $link-light, $link-dark), \"info\": ($info, $info-invert, $info-light, $info-dark), \"success\": ($success, $success-invert, $success-light, $success-dark), \"warning\": ($warning, $warning-invert, $warning-light, $warning-dark), \"danger\": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors)"
}
2018-06-16 19:47:52 +00:00
},
"list": [
"$progress-bar-background-color",
2018-10-31 17:16:10 +00:00
"$progress-value-background-color",
2019-05-18 15:12:56 +00:00
"$progress-border-radius",
2020-09-16 23:30:49 +00:00
"$progress-indeterminate-duration",
"$progress-colors"
2018-06-16 19:47:52 +00:00
],
"file_path": "elements/progress.sass"
}