This commit is contained in:
Jeremy Thomas
2024-03-21 16:11:54 +00:00
parent 16f1b76881
commit 69877a652c
3261 changed files with 255369 additions and 108913 deletions

View File

@@ -1,149 +1,190 @@
{
"by_name": {
"$table-color": {
"name": "$table-color",
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
"sass-vars": [
{
"name": "table-color",
"value": "var(--bulma-text-strong)",
"css-var": "table-color"
},
"$table-background-color": {
"name": "$table-background-color",
"value": "$scheme-main",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 100%)"
{
"name": "table-background-color",
"value": "var(--bulma-scheme-main)",
"css-var": "table-background-color"
},
"$table-cell-border": {
"name": "$table-cell-border",
"value": "1px solid $border",
"type": "size"
{
"name": "table-cell-border-color",
"value": "var(--bulma-border)",
"css-var": "table-cell-border-color"
},
"$table-cell-border-width": {
"name": "$table-cell-border-width",
{
"name": "table-cell-border-style",
"value": "solid",
"css-var": "table-cell-border-style"
},
{
"name": "table-cell-border-width",
"value": "0 0 1px",
"type": "size"
"css-var": "table-cell-border-width"
},
"$table-cell-padding": {
"name": "$table-cell-padding",
{
"name": "table-cell-padding",
"value": "0.5em 0.75em",
"type": "size"
"css-var": "table-cell-padding"
},
"$table-cell-heading-color": {
"name": "$table-cell-heading-color",
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
{
"name": "table-cell-heading-color",
"value": "var(--bulma-text-strong)",
"css-var": "table-cell-heading-color"
},
"$table-cell-text-align": {
"name": "$table-cell-text-align",
{
"name": "table-cell-text-align",
"value": "left",
"type": "string"
"css-var": "table-cell-text-align"
},
"$table-head-cell-border-width": {
"name": "$table-head-cell-border-width",
{
"name": "table-head-cell-border-width",
"value": "0 0 2px",
"type": "size"
"css-var": "table-head-cell-border-width"
},
"$table-head-cell-color": {
"name": "$table-head-cell-color",
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
{
"name": "table-head-cell-color",
"value": "var(--bulma-text-strong)",
"css-var": "table-head-cell-color"
},
"$table-foot-cell-border-width": {
"name": "$table-foot-cell-border-width",
{
"name": "table-foot-cell-border-width",
"value": "2px 0 0",
"type": "size"
"css-var": "table-foot-cell-border-width"
},
"$table-foot-cell-color": {
"name": "$table-foot-cell-color",
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
{
"name": "table-foot-cell-color",
"value": "var(--bulma-text-strong)",
"css-var": "table-foot-cell-color"
},
"$table-head-background-color": {
"name": "$table-head-background-color",
{
"name": "table-head-background-color",
"value": "transparent",
"type": "string"
"css-var": "table-head-background-color"
},
"$table-body-background-color": {
"name": "$table-body-background-color",
{
"name": "table-body-background-color",
"value": "transparent",
"type": "string"
"css-var": "table-body-background-color"
},
"$table-foot-background-color": {
"name": "$table-foot-background-color",
{
"name": "table-foot-background-color",
"value": "transparent",
"type": "string"
"css-var": "table-foot-background-color"
},
"$table-row-hover-background-color": {
"name": "$table-row-hover-background-color",
"value": "$scheme-main-bis",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 98%)"
{
"name": "table-row-hover-background-color",
"value": "var(--bulma-scheme-main-bis)",
"css-var": "table-row-hover-background-color"
},
"$table-row-active-background-color": {
"name": "$table-row-active-background-color",
"value": "$primary",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(171, 100%, 41%)"
{
"name": "table-row-active-background-color",
"value": "var(--bulma-primary)",
"css-var": "table-row-active-background-color"
},
"$table-row-active-color": {
"name": "$table-row-active-color",
"value": "$primary-invert",
"type": "variable",
"computed_type": "color",
"computed_value": "#fff"
{
"name": "table-row-active-color",
"value": "var(--bulma-primary-invert)",
"css-var": "table-row-active-color"
},
"$table-striped-row-even-background-color": {
"name": "$table-striped-row-even-background-color",
"value": "$scheme-main-bis",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 98%)"
{
"name": "table-striped-row-even-background-color",
"value": "var(--bulma-scheme-main-bis)",
"css-var": "table-striped-row-even-background-color"
},
"$table-striped-row-even-hover-background-color": {
"name": "$table-striped-row-even-hover-background-color",
"value": "$scheme-main-ter",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
{
"name": "table-striped-row-even-hover-background-color",
"value": "cv.getVar(\n \"scheme-main-ter\"\n)",
"css-var": "table-striped-row-even-hover-background-color"
},
"$table-colors": {
"name": "$table-colors",
"value": "$colors",
"type": "variable",
"computed_type": "map",
"computed_value": "Bulma colors"
{
"name": "table-colors",
"value": "dv.$colors"
}
},
"list": [
"$table-color",
"$table-background-color",
"$table-cell-border",
"$table-cell-border-width",
"$table-cell-padding",
"$table-cell-heading-color",
"$table-cell-text-align",
"$table-head-cell-border-width",
"$table-head-cell-color",
"$table-foot-cell-border-width",
"$table-foot-cell-color",
"$table-head-background-color",
"$table-body-background-color",
"$table-foot-background-color",
"$table-row-hover-background-color",
"$table-row-active-background-color",
"$table-row-active-color",
"$table-striped-row-even-background-color",
"$table-striped-row-even-hover-background-color",
"$table-colors"
],
"file_path": "elements/table.sass"
"css-vars": [
{
"name": "table-color",
"value": "var(--bulma-text-strong)"
},
{
"name": "table-background-color",
"value": "var(--bulma-scheme-main)"
},
{
"name": "table-cell-border-color",
"value": "var(--bulma-border)"
},
{
"name": "table-cell-border-style",
"value": "solid"
},
{
"name": "table-cell-border-width",
"value": "0 0 1px"
},
{
"name": "table-cell-padding",
"value": "0.5em 0.75em"
},
{
"name": "table-cell-heading-color",
"value": "var(--bulma-text-strong)"
},
{
"name": "table-cell-text-align",
"value": "left"
},
{
"name": "table-head-cell-border-width",
"value": "0 0 2px"
},
{
"name": "table-head-cell-color",
"value": "var(--bulma-text-strong)"
},
{
"name": "table-foot-cell-border-width",
"value": "2px 0 0"
},
{
"name": "table-foot-cell-color",
"value": "var(--bulma-text-strong)"
},
{
"name": "table-head-background-color",
"value": "transparent"
},
{
"name": "table-body-background-color",
"value": "transparent"
},
{
"name": "table-foot-background-color",
"value": "transparent"
},
{
"name": "table-row-hover-background-color",
"value": "var(--bulma-scheme-main-bis)"
},
{
"name": "table-row-active-background-color",
"value": "var(--bulma-primary)"
},
{
"name": "table-row-active-color",
"value": "var(--bulma-primary-invert)"
},
{
"name": "table-striped-row-even-background-color",
"value": "var(--bulma-scheme-main-bis)"
},
{
"name": "table-striped-row-even-hover-background-color",
"value": "cv.getVar(\n \"scheme-main-ter\"\n)"
}
]
}