@progress/kendo-theme-material
Version:
Material theme for Kendo UI
1,448 lines • 6.01 MB
JSON
{
"variables": [
{
"description": "The horizontal margin of the AppBar.\n",
"commentRange": {
"start": 6,
"end": 7
},
"context": {
"type": "variable",
"name": "kendo-appbar-margin-x",
"value": "null",
"scope": "default",
"line": {
"start": 8,
"end": 8
}
},
"group": [
"appbar"
],
"access": "public",
"file": {
"path": "material/scss/appbar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "null",
"resolvedType": "Null"
},
{
"description": "The vertical margin of the AppBar.\n",
"commentRange": {
"start": 9,
"end": 10
},
"context": {
"type": "variable",
"name": "kendo-appbar-margin-y",
"value": "null",
"scope": "default",
"line": {
"start": 11,
"end": 11
}
},
"group": [
"appbar"
],
"access": "public",
"file": {
"path": "material/scss/appbar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "null",
"resolvedType": "Null"
},
{
"description": "The horizontal padding of the AppBar.\n",
"commentRange": {
"start": 12,
"end": 13
},
"context": {
"type": "variable",
"name": "kendo-appbar-padding-x",
"value": "k-spacing(4)",
"scope": "default",
"line": {
"start": 14,
"end": 14
}
},
"group": [
"appbar"
],
"access": "public",
"file": {
"path": "material/scss/appbar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-spacing-4, 1rem)",
"resolvedType": "String"
},
{
"description": "The vertical padding of the AppBar.\n",
"commentRange": {
"start": 15,
"end": 16
},
"context": {
"type": "variable",
"name": "kendo-appbar-padding-y",
"value": "k-spacing(2)",
"scope": "default",
"line": {
"start": 17,
"end": 17
}
},
"group": [
"appbar"
],
"access": "public",
"file": {
"path": "material/scss/appbar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
"resolvedType": "String"
},
{
"description": "The width of the border around the AppBar.\n",
"commentRange": {
"start": 18,
"end": 19
},
"context": {
"type": "variable",
"name": "kendo-appbar-border-width",
"value": "0px",
"scope": "default",
"line": {
"start": 20,
"end": 20
}
},
"group": [
"appbar"
],
"access": "public",
"file": {
"path": "material/scss/appbar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "0px",
"resolvedType": "Number"
},
{
"description": "The z-index of the AppBar.\n",
"commentRange": {
"start": 21,
"end": 22
},
"context": {
"type": "variable",
"name": "kendo-appbar-zindex",
"value": "1000",
"scope": "default",
"line": {
"start": 23,
"end": 23
}
},
"group": [
"appbar"
],
"access": "public",
"file": {
"path": "material/scss/appbar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "1000",
"resolvedType": "Number"
},
{
"description": "The font family of the AppBar.\n",
"commentRange": {
"start": 24,
"end": 25
},
"context": {
"type": "variable",
"name": "kendo-appbar-font-family",
"value": "var( --kendo-font-family, inherit )",
"scope": "default",
"line": {
"start": 26,
"end": 26
}
},
"group": [
"appbar"
],
"access": "public",
"file": {
"path": "material/scss/appbar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-font-family, inherit)",
"resolvedType": "String"
},
{
"description": "The font size of the AppBar.\n",
"commentRange": {
"start": 27,
"end": 28
},
"context": {
"type": "variable",
"name": "kendo-appbar-font-size",
"value": "var( --kendo-font-size-lg, inherit )",
"scope": "default",
"line": {
"start": 29,
"end": 29
}
},
"group": [
"appbar"
],
"access": "public",
"file": {
"path": "material/scss/appbar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-font-size-lg, inherit)",
"resolvedType": "String"
},
{
"description": "The line height of the AppBar.\n",
"commentRange": {
"start": 30,
"end": 31
},
"context": {
"type": "variable",
"name": "kendo-appbar-line-height",
"value": "var( --kendo-line-height, normal )",
"scope": "default",
"line": {
"start": 32,
"end": 32
}
},
"group": [
"appbar"
],
"access": "public",
"file": {
"path": "material/scss/appbar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-line-height, normal)",
"resolvedType": "String"
},
{
"description": "The spacing between the AppBar sections.\n",
"commentRange": {
"start": 34,
"end": 35
},
"context": {
"type": "variable",
"name": "kendo-appbar-gap",
"value": "k-spacing(2)",
"scope": "default",
"line": {
"start": 36,
"end": 36
}
},
"group": [
"appbar"
],
"access": "public",
"file": {
"path": "material/scss/appbar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
"resolvedType": "String"
},
{
"description": "The background color of the AppBar based on light theme color.\n",
"commentRange": {
"start": 38,
"end": 39
},
"context": {
"type": "variable",
"name": "kendo-appbar-light-bg",
"value": "k-color(light)",
"scope": "default",
"line": {
"start": 40,
"end": 40
}
},
"group": [
"appbar"
],
"access": "public",
"file": {
"path": "material/scss/appbar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-color-light, #F7F3FA)",
"resolvedType": "String"
},
{
"description": "TThe text color of the AppBar based on light theme color.\n",
"commentRange": {
"start": 41,
"end": 42
},
"context": {
"type": "variable",
"name": "kendo-appbar-light-text",
"value": "k-color(on-light)",
"scope": "default",
"line": {
"start": 43,
"end": 43
}
},
"group": [
"appbar"
],
"access": "public",
"file": {
"path": "material/scss/appbar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-color-on-light, #1D1B20)",
"resolvedType": "String"
},
{
"description": "The background color of the AppBar based on dark theme color.\n",
"commentRange": {
"start": 45,
"end": 46
},
"context": {
"type": "variable",
"name": "kendo-appbar-dark-bg",
"value": "k-color(dark)",
"scope": "default",
"line": {
"start": 47,
"end": 47
}
},
"group": [
"appbar"
],
"access": "public",
"file": {
"path": "material/scss/appbar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-color-dark, #322F35)",
"resolvedType": "String"
},
{
"description": "The text color of the AppBar based on dark theme color.\n",
"commentRange": {
"start": 48,
"end": 49
},
"context": {
"type": "variable",
"name": "kendo-appbar-dark-text",
"value": "k-color(on-dark)",
"scope": "default",
"line": {
"start": 50,
"end": 50
}
},
"group": [
"appbar"
],
"access": "public",
"file": {
"path": "material/scss/appbar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-color-on-dark, #ffffff)",
"resolvedType": "String"
},
{
"description": "The box shadow of the AppBar.\n",
"commentRange": {
"start": 52,
"end": 53
},
"context": {
"type": "variable",
"name": "kendo-appbar-box-shadow",
"value": "null",
"scope": "default",
"line": {
"start": 54,
"end": 54
}
},
"group": [
"appbar"
],
"access": "public",
"file": {
"path": "material/scss/appbar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "null",
"resolvedType": "Null"
},
{
"description": "The box shadow of the AppBar with bottom position.\n",
"commentRange": {
"start": 55,
"end": 56
},
"context": {
"type": "variable",
"name": "kendo-appbar-bottom-box-shadow",
"value": "$kendo-appbar-box-shadow",
"scope": "default",
"line": {
"start": 57,
"end": 57
}
},
"group": [
"appbar"
],
"access": "public",
"file": {
"path": "material/scss/appbar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "null",
"resolvedType": "Null"
},
{
"description": "The border width of the Avatar.\n",
"commentRange": {
"start": 5,
"end": 6
},
"context": {
"type": "variable",
"name": "kendo-avatar-border-width",
"value": "1px",
"scope": "default",
"line": {
"start": 7,
"end": 7
}
},
"group": [
"avatar"
],
"access": "public",
"file": {
"path": "material/scss/avatar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "1px",
"resolvedType": "Number"
},
{
"description": "The font family of the Avatar.\n",
"commentRange": {
"start": 9,
"end": 10
},
"context": {
"type": "variable",
"name": "kendo-avatar-font-family",
"value": "var( --kendo-font-family, inherit )",
"scope": "default",
"line": {
"start": 11,
"end": 11
}
},
"group": [
"avatar"
],
"access": "public",
"file": {
"path": "material/scss/avatar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-font-family, inherit)",
"resolvedType": "String"
},
{
"description": "The font size of the Avatar.\n",
"commentRange": {
"start": 12,
"end": 13
},
"context": {
"type": "variable",
"name": "kendo-avatar-font-size",
"value": "var( --kendo-font-size, inherit )",
"scope": "default",
"line": {
"start": 14,
"end": 14
}
},
"group": [
"avatar"
],
"access": "public",
"file": {
"path": "material/scss/avatar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-font-size, inherit)",
"resolvedType": "String"
},
{
"description": "The line height of the Avatar.\n",
"commentRange": {
"start": 15,
"end": 16
},
"context": {
"type": "variable",
"name": "kendo-avatar-line-height",
"value": "var( --kendo-line-height, normal )",
"scope": "default",
"line": {
"start": 17,
"end": 17
}
},
"group": [
"avatar"
],
"access": "public",
"file": {
"path": "material/scss/avatar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-line-height, normal)",
"resolvedType": "String"
},
{
"description": "The sizes map of the Avatar.\n",
"commentRange": {
"start": 19,
"end": 20
},
"context": {
"type": "variable",
"name": "kendo-avatar-sizes",
"value": "(\n sm: k-spacing(4),\n md: k-spacing(8),\n lg: k-spacing(16)\n)",
"scope": "default",
"line": {
"start": 21,
"end": 25
}
},
"group": [
"avatar"
],
"access": "public",
"file": {
"path": "material/scss/avatar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "(sm: var(--kendo-spacing-4, 1rem), md: var(--kendo-spacing-8, 2rem), lg: var(--kendo-spacing-16, 4rem))",
"resolvedType": "Map",
"prettyValue": {
"sm": "var(--kendo-spacing-4, 1rem)",
"md": "var(--kendo-spacing-8, 2rem)",
"lg": "var(--kendo-spacing-16, 4rem)"
}
},
{
"description": "The theme colors map of the Avatar.\n",
"commentRange": {
"start": 27,
"end": 28
},
"context": {
"type": "variable",
"name": "kendo-avatar-theme-colors",
"value": "(\n \"primary\": k-color(primary),\n \"secondary\": k-color(secondary),\n \"tertiary\": k-color(tertiary),\n \"info\": k-color(info),\n \"success\": k-color(success),\n \"warning\": k-color(warning),\n \"error\": k-color(error),\n \"dark\": k-color(dark),\n \"light\": k-color(light),\n \"inverse\": if($kendo-is-dark-theme, k-color(light), k-color(dark))\n)",
"scope": "default",
"line": {
"start": 29,
"end": 40
}
},
"group": [
"avatar"
],
"access": "public",
"file": {
"path": "material/scss/avatar/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "(\"primary\": var(--kendo-color-primary, #65558F), \"secondary\": var(--kendo-color-secondary, #E8DEF8), \"tertiary\": var(--kendo-color-tertiary, #7D5260), \"info\": var(--kendo-color-info, #2C6DDD), \"success\": var(--kendo-color-success, #1B7E3F), \"warning\": var(--kendo-color-warning, #F5CA47), \"error\": var(--kendo-color-error, #B3261E), \"dark\": var(--kendo-color-dark, #322F35), \"light\": var(--kendo-color-light, #F7F3FA), \"inverse\": var(--kendo-color-dark, #322F35))",
"resolvedType": "Map",
"prettyValue": {
"primary": "var(--kendo-color-primary, #65558F)",
"secondary": "var(--kendo-color-secondary, #E8DEF8)",
"tertiary": "var(--kendo-color-tertiary, #7D5260)",
"info": "var(--kendo-color-info, #2C6DDD)",
"success": "var(--kendo-color-success, #1B7E3F)",
"warning": "var(--kendo-color-warning, #F5CA47)",
"error": "var(--kendo-color-error, #B3261E)",
"dark": "var(--kendo-color-dark, #322F35)",
"light": "var(--kendo-color-light, #F7F3FA)",
"inverse": "var(--kendo-color-dark, #322F35)"
}
},
{
"description": "The width of the border around the Badge.\n",
"commentRange": {
"start": 5,
"end": 6
},
"context": {
"type": "variable",
"name": "kendo-badge-border-width",
"value": "1px",
"scope": "default",
"line": {
"start": 7,
"end": 7
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "1px",
"resolvedType": "Number"
},
{
"description": "The border radius of the Badge.\n",
"commentRange": {
"start": 9,
"end": 10
},
"context": {
"type": "variable",
"name": "kendo-badge-border-radius",
"value": "k-border-radius(md)",
"scope": "default",
"line": {
"start": 11,
"end": 11
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-border-radius-md, 0.25rem)",
"resolvedType": "String"
},
{
"description": "The horizontal padding of the Badge.\n",
"commentRange": {
"start": 14,
"end": 15
},
"context": {
"type": "variable",
"name": "kendo-badge-padding-x",
"value": "k-spacing(1)",
"scope": "default",
"line": {
"start": 16,
"end": 16
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
"resolvedType": "String"
},
{
"description": "The horizontal padding of the small Badge.\n",
"commentRange": {
"start": 17,
"end": 18
},
"context": {
"type": "variable",
"name": "kendo-badge-sm-padding-x",
"value": "k-spacing(0.5)",
"scope": "default",
"line": {
"start": 19,
"end": 19
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
"resolvedType": "String"
},
{
"description": "The horizontal padding of the medium Badge.\n",
"commentRange": {
"start": 20,
"end": 21
},
"context": {
"type": "variable",
"name": "kendo-badge-md-padding-x",
"value": "k-spacing(1)",
"scope": "default",
"line": {
"start": 22,
"end": 22
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
"resolvedType": "String"
},
{
"description": "The horizontal padding of the large Badge.\n",
"commentRange": {
"start": 23,
"end": 24
},
"context": {
"type": "variable",
"name": "kendo-badge-lg-padding-x",
"value": "k-spacing(1.5)",
"scope": "default",
"line": {
"start": 25,
"end": 25
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
"resolvedType": "String"
},
{
"description": "The vertical padding of the Badge.\n",
"commentRange": {
"start": 27,
"end": 28
},
"context": {
"type": "variable",
"name": "kendo-badge-padding-y",
"value": "k-spacing(1)",
"scope": "default",
"line": {
"start": 29,
"end": 29
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
"resolvedType": "String"
},
{
"description": "The vertical padding of the small Badge.\n",
"commentRange": {
"start": 30,
"end": 31
},
"context": {
"type": "variable",
"name": "kendo-badge-sm-padding-y",
"value": "k-spacing(0.5)",
"scope": "default",
"line": {
"start": 32,
"end": 32
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
"resolvedType": "String"
},
{
"description": "The vertical padding of the medium Badge.\n",
"commentRange": {
"start": 33,
"end": 34
},
"context": {
"type": "variable",
"name": "kendo-badge-md-padding-y",
"value": "k-spacing(1)",
"scope": "default",
"line": {
"start": 35,
"end": 35
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
"resolvedType": "String"
},
{
"description": "The vertical padding of the large Badge.\n",
"commentRange": {
"start": 36,
"end": 37
},
"context": {
"type": "variable",
"name": "kendo-badge-lg-padding-y",
"value": "k-spacing(1.5)",
"scope": "default",
"line": {
"start": 38,
"end": 38
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
"resolvedType": "String"
},
{
"description": "The font sizes of the Badge.\n",
"commentRange": {
"start": 40,
"end": 41
},
"context": {
"type": "variable",
"name": "kendo-badge-font-size",
"value": "var( --kendo-font-size-xs, inherit )",
"scope": "default",
"line": {
"start": 42,
"end": 42
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-font-size-xs, inherit)",
"resolvedType": "String"
},
{
"description": "The font size of the small Badge.\n",
"commentRange": {
"start": 43,
"end": 44
},
"context": {
"type": "variable",
"name": "kendo-badge-sm-font-size",
"value": "var( --kendo-font-size-xs, inherit )",
"scope": "default",
"line": {
"start": 45,
"end": 45
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-font-size-xs, inherit)",
"resolvedType": "String"
},
{
"description": "The font size of the medium Badge.\n",
"commentRange": {
"start": 46,
"end": 47
},
"context": {
"type": "variable",
"name": "kendo-badge-md-font-size",
"value": "var( --kendo-font-size-xs, inherit )",
"scope": "default",
"line": {
"start": 48,
"end": 48
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-font-size-xs, inherit)",
"resolvedType": "String"
},
{
"description": "The font size of the large Badge.\n",
"commentRange": {
"start": 49,
"end": 50
},
"context": {
"type": "variable",
"name": "kendo-badge-lg-font-size",
"value": "var( --kendo-font-size-xs, inherit )",
"scope": "default",
"line": {
"start": 51,
"end": 51
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-font-size-xs, inherit)",
"resolvedType": "String"
},
{
"description": "The line heights used along with the $kendo-font-size variable.\n",
"commentRange": {
"start": 53,
"end": 54
},
"context": {
"type": "variable",
"name": "kendo-badge-line-height",
"value": "var( --kendo-line-height-xs, normal )",
"scope": "default",
"line": {
"start": 55,
"end": 55
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-line-height-xs, normal)",
"resolvedType": "String"
},
{
"description": "The line height used along with the $kendo-font-size variable of the small Badge.\n",
"commentRange": {
"start": 56,
"end": 57
},
"context": {
"type": "variable",
"name": "kendo-badge-sm-line-height",
"value": "var( --kendo-line-height-xs, normal )",
"scope": "default",
"line": {
"start": 58,
"end": 58
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-line-height-xs, normal)",
"resolvedType": "String"
},
{
"description": "The line height used along with the $kendo-font-size variable of the medium Badge.\n",
"commentRange": {
"start": 59,
"end": 60
},
"context": {
"type": "variable",
"name": "kendo-badge-md-line-height",
"value": "var( --kendo-line-height-xs, normal )",
"scope": "default",
"line": {
"start": 61,
"end": 61
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-line-height-xs, normal)",
"resolvedType": "String"
},
{
"description": "The line height used along with the $kendo-font-size variable of the large Badge.\n",
"commentRange": {
"start": 62,
"end": 63
},
"context": {
"type": "variable",
"name": "kendo-badge-lg-line-height",
"value": "var( --kendo-line-height-xs, normal )",
"scope": "default",
"line": {
"start": 64,
"end": 64
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-line-height-xs, normal)",
"resolvedType": "String"
},
{
"description": "The calculated minimum width of the circular Badge.\n",
"commentRange": {
"start": 66,
"end": 67
},
"context": {
"type": "variable",
"name": "kendo-badge-min-width",
"value": "calc( #{$kendo-badge-line-height } * 1em + calc( #{$kendo-badge-padding-y} * 2 ) + #{$kendo-badge-border-width * 2})",
"scope": "default",
"line": {
"start": 68,
"end": 68
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 2px)",
"resolvedType": "Calculation"
},
{
"description": "The calculated minimum width of the small circular Badge.\n",
"commentRange": {
"start": 69,
"end": 70
},
"context": {
"type": "variable",
"name": "kendo-badge-sm-min-width",
"value": "calc( #{$kendo-badge-sm-line-height } * 1em + calc( #{$kendo-badge-sm-padding-y} * 2 ) + #{$kendo-badge-border-width * 2} )",
"scope": "default",
"line": {
"start": 71,
"end": 71
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-0\\.5, 0.125rem) * 2 + 2px)",
"resolvedType": "Calculation"
},
{
"description": "The calculated minimum width of the medium circular Badge.\n",
"commentRange": {
"start": 72,
"end": 73
},
"context": {
"type": "variable",
"name": "kendo-badge-md-min-width",
"value": "calc( #{$kendo-badge-md-line-height } * 1em + calc( #{$kendo-badge-md-padding-y} * 2 ) + #{$kendo-badge-border-width * 2} )",
"scope": "default",
"line": {
"start": 74,
"end": 74
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 2px)",
"resolvedType": "Calculation"
},
{
"description": "The calculated minimum width of the large circular Badge.\n",
"commentRange": {
"start": 75,
"end": 76
},
"context": {
"type": "variable",
"name": "kendo-badge-lg-min-width",
"value": "calc( #{$kendo-badge-lg-line-height } * 1em + calc( #{$kendo-badge-lg-padding-y} * 2 ) + #{$kendo-badge-border-width * 2} )",
"scope": "default",
"line": {
"start": 77,
"end": 77
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + 2px)",
"resolvedType": "Calculation"
},
{
"description": "The sizes map for the Badge.\n",
"commentRange": {
"start": 79,
"end": 80
},
"context": {
"type": "variable",
"name": "kendo-badge-sizes",
"value": "(\n sm: (\n padding-x: $kendo-badge-sm-padding-x,\n padding-y: $kendo-badge-sm-padding-y,\n font-size: $kendo-badge-sm-font-size,\n line-height: $kendo-badge-sm-line-height,\n min-width: $kendo-badge-sm-min-width\n ),\n md: (\n padding-x: $kendo-badge-md-padding-x,\n padding-y: $kendo-badge-md-padding-y,\n font-size: $kendo-badge-md-font-size,\n line-height: $kendo-badge-md-line-height,\n min-width: $kendo-badge-md-min-width\n ),\n lg: (\n padding-x: $kendo-badge-lg-padding-x,\n padding-y: $kendo-badge-lg-padding-y,\n font-size: $kendo-badge-lg-font-size,\n line-height: $kendo-badge-lg-line-height,\n min-width: $kendo-badge-lg-min-width\n )\n)",
"scope": "default",
"line": {
"start": 81,
"end": 103
}
},
"group": [
"badge"
],
"access": "public",
"file": {
"path": "material/scss/badge/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "(sm: (padding-x: var(--kendo-spacing-0\\.5, 0.125rem), padding-y: var(--kendo-spacing-0\\.5, 0.125rem), font-size: var(--kendo-font-size-xs, inherit), line-height: var(--kendo-line-height-xs, normal), min-width: calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-0\\.5, 0.125rem) * 2 + 2px)), md: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), font-size: var(--kendo-font-size-xs, inherit), line-height: var(--kendo-line-height-xs, normal), min-width: calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 2px)), lg: (padding-x: var(--kendo-spacing-1\\.5, 0.375rem), padding-y: var(--kendo-spacing-1\\.5, 0.375rem), font-size: var(--kendo-font-size-xs, inherit), line-height: var(--kendo-line-height-xs, normal), min-width: calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + 2px)))",
"resolvedType": "Map",
"prettyValue": {
"sm": {
"padding-x": "var(--kendo-spacing-0\\.5, 0.125rem)",
"padding-y": "var(--kendo-spacing-0\\.5, 0.125rem)",
"font-size": "var(--kendo-font-size-xs, inherit)",
"line-height": "var(--kendo-line-height-xs, normal)",
"min-width": "calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-0\\.5, 0.125rem) * 2 + 2px)"
},
"md": {
"padding-x": "var(--kendo-spacing-1, 0.25rem)",
"padding-y": "var(--kendo-spacing-1, 0.25rem)",
"font-size": "var(--kendo-font-size-xs, inherit)",
"line-height": "var(--kendo-line-height-xs, normal)",
"min-width": "calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 2px)"
},
"lg": {
"padding-x": "var(--kendo-spacing-1\\.5, 0.375rem)",
"padding-y": "var(--kendo-spacing-1\\.5, 0.375rem)",
"font-size": "var(--kendo-font-size-xs, inherit)",
"line-height": "var(--kendo-line-height-xs, normal)",
"min-width": "calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + 2px)"
}
}
},
{
"description": "The horizontal padding of the BottomNavigation.\n",
"commentRange": {
"start": 6,
"end": 7
},
"context": {
"type": "variable",
"name": "kendo-bottom-nav-padding-x",
"value": "k-spacing(2)",
"scope": "default",
"line": {
"start": 8,
"end": 8
}
},
"group": [
"bottom-navigation"
],
"access": "public",
"file": {
"path": "material/scss/bottom-navigation/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
"resolvedType": "String"
},
{
"description": "The vertical padding of the BottomNavigation.\n",
"commentRange": {
"start": 9,
"end": 10
},
"context": {
"type": "variable",
"name": "kendo-bottom-nav-padding-y",
"value": "k-spacing(3)",
"scope": "default",
"line": {
"start": 11,
"end": 11
}
},
"group": [
"bottom-navigation"
],
"access": "public",
"file": {
"path": "material/scss/bottom-navigation/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
"resolvedType": "String"
},
{
"description": "The spacing between the BottomNavigation items.\n",
"commentRange": {
"start": 12,
"end": 13
},
"context": {
"type": "variable",
"name": "kendo-bottom-nav-gap",
"value": "k-spacing(2)",
"scope": "default",
"line": {
"start": 14,
"end": 14
}
},
"group": [
"bottom-navigation"
],
"access": "public",
"file": {
"path": "material/scss/bottom-navigation/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
"resolvedType": "String"
},
{
"description": "The width of the border around the BottomNavigation.\n",
"commentRange": {
"start": 15,
"end": 16
},
"context": {
"type": "variable",
"name": "kendo-bottom-nav-border-width",
"value": "0",
"scope": "default",
"line": {
"start": 17,
"end": 17
}
},
"group": [
"bottom-navigation"
],
"access": "public",
"file": {
"path": "material/scss/bottom-navigation/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "0",
"resolvedType": "Number"
},
{
"description": "The font family of the BottomNavigation.\n",
"commentRange": {
"start": 18,
"end": 19
},
"context": {
"type": "variable",
"name": "kendo-bottom-nav-font-family",
"value": "var( --kendo-font-family, inherit )",
"scope": "default",
"line": {
"start": 20,
"end": 20
}
},
"group": [
"bottom-navigation"
],
"access": "public",
"file": {
"path": "material/scss/bottom-navigation/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-font-family, inherit)",
"resolvedType": "String"
},
{
"description": "The font size of the BottomNavigation.\n",
"commentRange": {
"start": 21,
"end": 22
},
"context": {
"type": "variable",
"name": "kendo-bottom-nav-font-size",
"value": "var( --kendo-font-size-sm, inherit )",
"scope": "default",
"line": {
"start": 23,
"end": 23
}
},
"group": [
"bottom-navigation"
],
"access": "public",
"file": {
"path": "material/scss/bottom-navigation/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
"resolvedType": "String"
},
{
"description": "The line height of the BottomNavigation.\n",
"commentRange": {
"start": 24,
"end": 25
},
"context": {
"type": "variable",
"name": "kendo-bottom-nav-line-height",
"value": "var( --kendo-line-height-sm, normal )",
"scope": "default",
"line": {
"start": 26,
"end": 26
}
},
"group": [
"bottom-navigation"
],
"access": "public",
"file": {
"path": "material/scss/bottom-navigation/_variables.scss",
"name": "_variables.scss"
},
"resolvedValue": "var(--kendo-line-height-sm, normal)",
"resolvedType": "String"
},
{
"desc