UNPKG

@progress/kendo-theme-fluent

Version:

A css variables based theme for Kendo UI that follows the Fluent design system guidelines.

1,439 lines (1,438 loc) 7.93 MB
{ "variables": [ { "description": "Horizontal padding of the action buttons container.\n", "commentRange": { "start": 4, "end": 5 }, "context": { "type": "variable", "name": "kendo-actions-padding-x", "value": "var( --kendo-actions-padding-x, k-spacing(3) )", "scope": "default", "line": { "start": 6, "end": 6 } }, "group": [ "action-buttons" ], "access": "public", "file": { "path": "fluent/scss/action-buttons/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actions-padding-x, var(--kendo-spacing-3, 0.75rem))", "resolvedType": "String" }, { "description": "Vertical padding of the action buttons container.\n", "commentRange": { "start": 7, "end": 8 }, "context": { "type": "variable", "name": "kendo-actions-padding-y", "value": "var( --kendo-actions-padding-y, k-spacing(3) )", "scope": "default", "line": { "start": 9, "end": 9 } }, "group": [ "action-buttons" ], "access": "public", "file": { "path": "fluent/scss/action-buttons/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actions-padding-y, var(--kendo-spacing-3, 0.75rem))", "resolvedType": "String" }, { "description": "Width of the border around the action buttons container.\n", "commentRange": { "start": 10, "end": 11 }, "context": { "type": "variable", "name": "kendo-actions-border-width", "value": "var( --kendo-actions-border-width, 0px )", "scope": "default", "line": { "start": 12, "end": 12 } }, "group": [ "action-buttons" ], "access": "public", "file": { "path": "fluent/scss/action-buttons/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actions-border-width, 0px)", "resolvedType": "String" }, { "description": "The background color of the action buttons container.\n", "commentRange": { "start": 13, "end": 14 }, "context": { "type": "variable", "name": "kendo-actions-bg", "value": "var( --kendo-actions-bg, inherit )", "scope": "default", "line": { "start": 15, "end": 15 } }, "group": [ "action-buttons" ], "access": "public", "file": { "path": "fluent/scss/action-buttons/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actions-bg, inherit)", "resolvedType": "String" }, { "description": "The text color of the action buttons container.\n", "commentRange": { "start": 16, "end": 17 }, "context": { "type": "variable", "name": "kendo-actions-text", "value": "var( --kendo-actions-text, inherit )", "scope": "default", "line": { "start": 18, "end": 18 } }, "group": [ "action-buttons" ], "access": "public", "file": { "path": "fluent/scss/action-buttons/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actions-text, inherit)", "resolvedType": "String" }, { "description": "The border color of the action buttons container.\n", "commentRange": { "start": 19, "end": 20 }, "context": { "type": "variable", "name": "kendo-actions-border", "value": "var( --kendo-actions-border, inherit )", "scope": "default", "line": { "start": 21, "end": 21 } }, "group": [ "action-buttons" ], "access": "public", "file": { "path": "fluent/scss/action-buttons/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actions-border, inherit)", "resolvedType": "String" }, { "description": "Spacing between the action buttons.\n", "commentRange": { "start": 23, "end": 24 }, "context": { "type": "variable", "name": "kendo-actions-button-spacing", "value": "var( --kendo-actions-button-spacing, k-spacing(3) )", "scope": "default", "line": { "start": 25, "end": 25 } }, "group": [ "action-buttons" ], "access": "public", "file": { "path": "fluent/scss/action-buttons/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actions-button-spacing, var(--kendo-spacing-3, 0.75rem))", "resolvedType": "String" }, { "description": "Horizontal padding of the action sheet.\n", "commentRange": { "start": 4, "end": 5 }, "context": { "type": "variable", "name": "kendo-actionsheet-padding-x", "value": "var( --kendo-actionsheet-padding-x, #{k-spacing(1)} )", "scope": "default", "line": { "start": 6, "end": 6 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-padding-x, var(--kendo-spacing-1, 0.25rem))", "resolvedType": "String" }, { "description": "Vertical padding of the action sheet.\n", "commentRange": { "start": 7, "end": 8 }, "context": { "type": "variable", "name": "kendo-actionsheet-padding-y", "value": "var( --kendo-actionsheet-padding-y, #{k-spacing(1)} )", "scope": "default", "line": { "start": 9, "end": 9 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-padding-y, var(--kendo-spacing-1, 0.25rem))", "resolvedType": "String" }, { "description": "Width of the action sheet.\n", "commentRange": { "start": 10, "end": 11 }, "context": { "type": "variable", "name": "kendo-actionsheet-width", "value": "var( --kendo-actionsheet-width, 360px )", "scope": "default", "line": { "start": 12, "end": 12 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-width, 360px)", "resolvedType": "String" }, { "description": "Maximum width of the action sheet.\n", "commentRange": { "start": 13, "end": 14 }, "context": { "type": "variable", "name": "kendo-actionsheet-max-width", "value": "var( --kendo-actionsheet-max-width, 100% )", "scope": "default", "line": { "start": 15, "end": 15 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-max-width, 100%)", "resolvedType": "String" }, { "description": "Height of the action sheet.\n", "commentRange": { "start": 16, "end": 17 }, "context": { "type": "variable", "name": "kendo-actionsheet-height", "value": "var( --kendo-actionsheet-height, 60vh )", "scope": "default", "line": { "start": 18, "end": 18 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-height, 60vh)", "resolvedType": "String" }, { "description": "Maximum height of the action sheet.\n", "commentRange": { "start": 19, "end": 20 }, "context": { "type": "variable", "name": "kendo-actionsheet-max-height", "value": "var( --kendo-actionsheet-max-height, 60vh )", "scope": "default", "line": { "start": 21, "end": 21 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-max-height, 60vh)", "resolvedType": "String" }, { "description": "Border width around the action sheet.\n", "commentRange": { "start": 23, "end": 24 }, "context": { "type": "variable", "name": "kendo-actionsheet-border-width", "value": "var( --kendo-actionsheet-border-width, 0px )", "scope": "default", "line": { "start": 25, "end": 25 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-border-width, 0px)", "resolvedType": "String" }, { "description": "Border radius of the action sheet.\n", "commentRange": { "start": 26, "end": 27 }, "context": { "type": "variable", "name": "kendo-actionsheet-border-radius", "value": "var( --kendo-actionsheet-border-radius, 0px )", "scope": "default", "line": { "start": 28, "end": 28 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-border-radius, 0px)", "resolvedType": "String" }, { "description": "Font size of the action sheet.\n", "commentRange": { "start": 30, "end": 31 }, "context": { "type": "variable", "name": "kendo-actionsheet-font-size", "value": "var( --kendo-actionsheet-font-size, var( --kendo-font-size, inherit ) )", "scope": "default", "line": { "start": 32, "end": 32 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-font-size, var(--kendo-font-size, inherit))", "resolvedType": "String" }, { "description": "Font family of the action sheet.\n", "commentRange": { "start": 33, "end": 34 }, "context": { "type": "variable", "name": "kendo-actionsheet-font-family", "value": "var( --kendo-actionsheet-font-family, var( --kendo-font-family, inherit ) )", "scope": "default", "line": { "start": 35, "end": 35 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-font-family, var(--kendo-font-family, inherit))", "resolvedType": "String" }, { "description": "Line height of the action sheet.\n", "commentRange": { "start": 36, "end": 37 }, "context": { "type": "variable", "name": "kendo-actionsheet-line-height", "value": "var( --kendo-actionsheet-line-height, var( --kendo-line-height, inherit ) )", "scope": "default", "line": { "start": 38, "end": 38 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-line-height, var(--kendo-line-height, inherit))", "resolvedType": "String" }, { "description": "Background color of the action sheet.\n", "commentRange": { "start": 40, "end": 41 }, "context": { "type": "variable", "name": "kendo-actionsheet-bg", "value": "var( --kendo-actionsheet-bg, #{k-color(surface-alt)} )", "scope": "default", "line": { "start": 42, "end": 42 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-bg, var(--kendo-color-surface-alt, #ffffff))", "resolvedType": "String" }, { "description": "Text color of the action sheet.\n", "commentRange": { "start": 43, "end": 44 }, "context": { "type": "variable", "name": "kendo-actionsheet-text", "value": "var( --kendo-actionsheet-text, #{k-color(on-app-surface)} )", "scope": "default", "line": { "start": 45, "end": 45 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-text, var(--kendo-color-on-app-surface, #242424))", "resolvedType": "String" }, { "description": "Border color of the action sheet.\n", "commentRange": { "start": 46, "end": 47 }, "context": { "type": "variable", "name": "kendo-actionsheet-border", "value": "var( --kendo-actionsheet-border, #{color-mix(in srgb, k-color(border) 16%, transparent)} )", "scope": "default", "line": { "start": 48, "end": 48 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-border, color-mix(in srgb, var(--kendo-color-border, rgba(36, 36, 36, 0.72)) 16%, transparent))", "resolvedType": "String" }, { "description": "Box shadow of the action sheet.\n", "commentRange": { "start": 49, "end": 50 }, "context": { "type": "variable", "name": "kendo-actionsheet-shadow", "value": "var( --kendo-actionsheet-shadow, var( --kendo-box-shadow-depth-7, none ) )", "scope": "default", "line": { "start": 51, "end": 51 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-shadow, var(--kendo-box-shadow-depth-7, none))", "resolvedType": "String" }, { "description": "Horizontal padding of the action sheet header.\n", "commentRange": { "start": 53, "end": 54 }, "context": { "type": "variable", "name": "kendo-actionsheet-header-padding-x", "value": "var( --kendo-actionsheet-header-padding-x, #{k-spacing(4)} )", "scope": "default", "line": { "start": 55, "end": 55 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-header-padding-x, var(--kendo-spacing-4, 1rem))", "resolvedType": "String" }, { "description": "Vertical padding of the action sheet header.\n", "commentRange": { "start": 56, "end": 57 }, "context": { "type": "variable", "name": "kendo-actionsheet-header-padding-y", "value": "var( --kendo-actionsheet-header-padding-y, #{k-spacing(2)} )", "scope": "default", "line": { "start": 58, "end": 58 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-header-padding-y, var(--kendo-spacing-2, 0.5rem))", "resolvedType": "String" }, { "description": "Border width of the action sheet header.\n", "commentRange": { "start": 59, "end": 60 }, "context": { "type": "variable", "name": "kendo-actionsheet-header-border-width", "value": "var( --kendo-actionsheet-header-border-width, 1px )", "scope": "default", "line": { "start": 61, "end": 61 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-header-border-width, 1px)", "resolvedType": "String" }, { "description": "Font size of the action sheet header.\n", "commentRange": { "start": 62, "end": 63 }, "context": { "type": "variable", "name": "kendo-actionsheet-header-font-size", "value": "var( --kendo-actionsheet-header-font-size, inherit )", "scope": "default", "line": { "start": 64, "end": 64 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-header-font-size, inherit)", "resolvedType": "String" }, { "description": "Font family of the action sheet header.\n", "commentRange": { "start": 65, "end": 66 }, "context": { "type": "variable", "name": "kendo-actionsheet-header-font-family", "value": "var( --kendo-actionsheet-header-font-family, inherit )", "scope": "default", "line": { "start": 67, "end": 67 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-header-font-family, inherit)", "resolvedType": "String" }, { "description": "Line height of the action sheet header.\n", "commentRange": { "start": 68, "end": 69 }, "context": { "type": "variable", "name": "kendo-actionsheet-header-line-height", "value": "var( --kendo-actionsheet-header-line-height, inherit )", "scope": "default", "line": { "start": 70, "end": 70 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-header-line-height, inherit)", "resolvedType": "String" }, { "description": "Spacing between the action sheet header groups.\n", "commentRange": { "start": 71, "end": 72 }, "context": { "type": "variable", "name": "kendo-actionsheet-header-gap", "value": "var( --kendo-actionsheet-header-gap, #{k-spacing(4)} )", "scope": "default", "line": { "start": 73, "end": 73 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-header-gap, var(--kendo-spacing-4, 1rem))", "resolvedType": "String" }, { "description": "Background color of the action sheet header.\n", "commentRange": { "start": 76, "end": 77 }, "context": { "type": "variable", "name": "kendo-actionsheet-header-bg", "value": "var( --kendo-actionsheet-header-bg, inherit )", "scope": "default", "line": { "start": 78, "end": 78 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-header-bg, inherit)", "resolvedType": "String" }, { "description": "Text color of the action sheet header.\n", "commentRange": { "start": 79, "end": 80 }, "context": { "type": "variable", "name": "kendo-actionsheet-header-text", "value": "var( --kendo-actionsheet-header-text, inherit )", "scope": "default", "line": { "start": 81, "end": 81 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-header-text, inherit)", "resolvedType": "String" }, { "description": "Border color of the action sheet header.\n", "commentRange": { "start": 82, "end": 83 }, "context": { "type": "variable", "name": "kendo-actionsheet-header-border", "value": "var( --kendo-actionsheet-header-border, color-mix(in srgb, k-color(border) 26%, transparent) )", "scope": "default", "line": { "start": 84, "end": 84 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-header-border, color-mix(in srgb, var(--kendo-color-border, rgba(36, 36, 36, 0.72)) 26%, transparent))", "resolvedType": "String" }, { "description": "Box shadow of the action sheet header.\n", "commentRange": { "start": 85, "end": 86 }, "context": { "type": "variable", "name": "kendo-actionsheet-header-shadow", "value": "var( --kendo-actionsheet-header-shadow, none )", "scope": "default", "line": { "start": 87, "end": 87 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-header-shadow, none)", "resolvedType": "String" }, { "description": "Font size of the action sheet subtitle.\n", "commentRange": { "start": 89, "end": 90 }, "context": { "type": "variable", "name": "kendo-actionsheet-subtitle-font-size", "value": "var( --kendo-actionsheet-subtitle-font-size, var( --kendo-font-size-sm, inherit ) )", "scope": "default", "line": { "start": 91, "end": 91 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-subtitle-font-size, var(--kendo-font-size-sm, inherit))", "resolvedType": "String" }, { "description": "Line height of the action sheet subtitle.\n", "commentRange": { "start": 92, "end": 93 }, "context": { "type": "variable", "name": "kendo-actionsheet-subtitle-line-height", "value": "var( --kendo-actionsheet-subtitle-line-height, var( --kendo-line-height-sm, inherit ) )", "scope": "default", "line": { "start": 94, "end": 94 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-subtitle-line-height, var(--kendo-line-height-sm, inherit))", "resolvedType": "String" }, { "description": "Text color of the action sheet subtitle.\n", "commentRange": { "start": 95, "end": 96 }, "context": { "type": "variable", "name": "kendo-actionsheet-subtitle-text", "value": "var( --kendo-actionsheet-subtitle-text, #{k-color(subtle)} )", "scope": "default", "line": { "start": 97, "end": 97 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-subtitle-text, var(--kendo-color-subtle, #707070))", "resolvedType": "String" }, { "description": "Border width of the action sheet footer.\n", "commentRange": { "start": 99, "end": 100 }, "context": { "type": "variable", "name": "kendo-actionsheet-footer-border-width", "value": "var( --kendo-actionsheet-footer-border-width, 1px )", "scope": "default", "line": { "start": 101, "end": 101 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-footer-border-width, 1px)", "resolvedType": "String" }, { "description": "Background color of the action sheet footer.\n", "commentRange": { "start": 103, "end": 104 }, "context": { "type": "variable", "name": "kendo-actionsheet-footer-bg", "value": "var( --kendo-actionsheet-footer-bg, null )", "scope": "default", "line": { "start": 105, "end": 105 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-footer-bg, )", "resolvedType": "String" }, { "description": "Text color of the action sheet footer.\n", "commentRange": { "start": 106, "end": 107 }, "context": { "type": "variable", "name": "kendo-actionsheet-footer-text", "value": "var( --kendo-actionsheet-footer-text, null )", "scope": "default", "line": { "start": 108, "end": 108 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-footer-text, )", "resolvedType": "String" }, { "description": "Border color of the action sheet footer.\n", "commentRange": { "start": 109, "end": 110 }, "context": { "type": "variable", "name": "kendo-actionsheet-footer-border", "value": "var( --kendo-actionsheet-header-border, color-mix(in srgb, k-color(border) 26%, transparent) )", "scope": "default", "line": { "start": 111, "end": 111 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-header-border, color-mix(in srgb, var(--kendo-color-border, rgba(36, 36, 36, 0.72)) 26%, transparent))", "resolvedType": "String" }, { "description": "Box shadow of the action sheet footer.\n", "commentRange": { "start": 112, "end": 113 }, "context": { "type": "variable", "name": "kendo-actionsheet-footer-shadow", "value": "var( --kendo-actionsheet-footer-shadow, null )", "scope": "default", "line": { "start": 114, "end": 114 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-footer-shadow, )", "resolvedType": "String" }, { "description": "Minimum height of the action sheet item.\n", "commentRange": { "start": 116, "end": 117 }, "context": { "type": "variable", "name": "kendo-actionsheet-item-min-height", "value": "var( --kendo-actionsheet-item-min-height, 40px )", "scope": "default", "line": { "start": 118, "end": 118 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-item-min-height, 40px)", "resolvedType": "String" }, { "description": "Horiozontal padding of the action sheet item.\n", "commentRange": { "start": 119, "end": 120 }, "context": { "type": "variable", "name": "kendo-actionsheet-item-padding-x", "value": "var( --kendo-actionsheet-item-padding-x, #{k-spacing(1.5)} )", "scope": "default", "line": { "start": 121, "end": 121 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-item-padding-x, var(--kendo-spacing-1\\.5, 0.375rem))", "resolvedType": "String" }, { "description": "Vertical padding of the action sheet item.\n", "commentRange": { "start": 122, "end": 123 }, "context": { "type": "variable", "name": "kendo-actionsheet-item-padding-y", "value": "var( --kendo-actionsheet-item-padding-y, #{k-spacing(1.5)} )", "scope": "default", "line": { "start": 124, "end": 124 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-item-padding-y, var(--kendo-spacing-1\\.5, 0.375rem))", "resolvedType": "String" }, { "description": "Border around the action sheet item.\n", "commentRange": { "start": 125, "end": 126 }, "context": { "type": "variable", "name": "kendo-actionsheet-item-border-width", "value": "var( --kendo-actionsheet-item-border-width, 1px )", "scope": "default", "line": { "start": 127, "end": 127 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-item-border-width, 1px)", "resolvedType": "String" }, { "description": "Spacing between the icon and the text in the action sheet item.\n", "commentRange": { "start": 128, "end": 129 }, "context": { "type": "variable", "name": "kendo-actionsheet-item-spacing", "value": "var( --kendo-actionsheet-item-spacing, #{k-spacing(1)} )", "scope": "default", "line": { "start": 130, "end": 130 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-item-spacing, var(--kendo-spacing-1, 0.25rem))", "resolvedType": "String" }, { "description": "Font weight of the action sheet item text.\n", "commentRange": { "start": 132, "end": 133 }, "context": { "type": "variable", "name": "kendo-actionsheet-item-title-font-weight", "value": "var( --kendo-actionsheet-item-title-font-weight, inherit )", "scope": "default", "line": { "start": 134, "end": 134 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-item-title-font-weight, inherit)", "resolvedType": "String" }, { "description": "Transform of the action sheet item text.\n", "commentRange": { "start": 135, "end": 136 }, "context": { "type": "variable", "name": "kendo-actionsheet-item-title-text-transform", "value": "var( --kendo-actionsheet-item-title-text-transform, none )", "scope": "default", "line": { "start": 137, "end": 137 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-item-title-text-transform, none)", "resolvedType": "String" }, { "description": "Font size of the action sheet item description.\n", "commentRange": { "start": 139, "end": 140 }, "context": { "type": "variable", "name": "kendo-actionsheet-item-description-font-size", "value": "var( --kendo-actionsheet-item-description-font-size, var( --kendo-font-size-sm, inherit ) )", "scope": "default", "line": { "start": 141, "end": 141 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-item-description-font-size, var(--kendo-font-size-sm, inherit))", "resolvedType": "String" }, { "description": "Color of the action sheet item description.\n", "commentRange": { "start": 142, "end": 143 }, "context": { "type": "variable", "name": "kendo-actionsheet-item-description-text", "value": "var( --kendo-actionsheet-item-description-text, #{k-color(subtle)} )", "scope": "default", "line": { "start": 144, "end": 144 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-item-description-text, var(--kendo-color-subtle, #707070))", "resolvedType": "String" }, { "description": "Line height of the action sheet item description.\n", "commentRange": { "start": 145, "end": 146 }, "context": { "type": "variable", "name": "kendo-actionsheet-item-description-line-height", "value": "var( --kendo-actionsheet-item-description-line-height, var( --kendo-line-height-lg, inherit ) )", "scope": "default", "line": { "start": 147, "end": 147 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-item-description-line-height, var(--kendo-line-height-lg, inherit))", "resolvedType": "String" }, { "description": "Hover background color of the action sheet item.\n", "commentRange": { "start": 149, "end": 150 }, "context": { "type": "variable", "name": "kendo-actionsheet-item-hover-bg", "value": "var( --kendo-actionsheet-item-hover-bg, #{k-color(base-hover)} )", "scope": "default", "line": { "start": 151, "end": 151 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-item-hover-bg, var(--kendo-color-base-hover, #f5f5f5))", "resolvedType": "String" }, { "description": "Hover text color of the action sheet item.\n", "commentRange": { "start": 152, "end": 153 }, "context": { "type": "variable", "name": "kendo-actionsheet-item-hover-text", "value": "var( --kendo-actionsheet-item-hover-text, #{k-color(on-base)} )", "scope": "default", "line": { "start": 154, "end": 154 } }, "group": [ "action-sheet" ], "access": "public", "file": { "path": "fluent/scss/action-sheet/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-actionsheet-item-hover-text, var(--kendo-color-on-base, #242424))", "resolvedType": "String" }, { "description": "Hover border color of the action sheet item.\n", "commentRange": { "start": 155, "end": 156