@progress/kendo-theme-fluent 6.4.1-dev.1 → 6.5.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/all.css +86 -25
  2. package/dist/meta/sassdoc-data.json +5951 -3707
  3. package/dist/meta/sassdoc-raw-data.json +8154 -7029
  4. package/lib/swatches/all.json +1 -1
  5. package/lib/swatches/fluent-main.json +1 -1
  6. package/package.json +4 -4
  7. package/scss/appbar/_variables.scss +30 -29
  8. package/scss/bottom-navigation/_variables.scss +30 -34
  9. package/scss/breadcrumb/_layout.scss +37 -10
  10. package/scss/breadcrumb/_variables.scss +121 -30
  11. package/scss/chip/_layout.scss +4 -0
  12. package/scss/coloreditor/_variables.scss +29 -30
  13. package/scss/colorgradient/_variables.scss +68 -68
  14. package/scss/colorpalette/_variables.scss +15 -15
  15. package/scss/dialog/_variables.scss +17 -17
  16. package/scss/dropdowntree/_layout.scss +6 -6
  17. package/scss/dropdowntree/_variables.scss +5 -0
  18. package/scss/editor/_variables.scss +35 -29
  19. package/scss/expansion-panel/_variables.scss +34 -31
  20. package/scss/filter/_variables.scss +14 -14
  21. package/scss/icon/_layout.scss +5 -1
  22. package/scss/list/_layout.scss +1 -0
  23. package/scss/listbox/_variables.scss +15 -16
  24. package/scss/listview/_variables.scss +37 -37
  25. package/scss/loader/_variables.scss +66 -20
  26. package/scss/notification/_variables.scss +19 -17
  27. package/scss/popover/_variables.scss +34 -34
  28. package/scss/progressbar/_variables.scss +44 -48
  29. package/scss/scheduler/_layout.scss +1 -0
  30. package/scss/scrollview/_variables.scss +36 -46
  31. package/scss/splitter/_layout.scss +1 -0
  32. package/scss/splitter/_variables.scss +7 -0
  33. package/scss/tilelayout/_variables.scss +8 -8
  34. package/scss/treelist/_layout.scss +6 -0
  35. package/scss/treeview/_layout.scss +6 -2
  36. package/scss/treeview/_variables.scss +5 -1
  37. package/scss/upload/_variables.scss +37 -37
  38. package/scss/window/_variables.scss +38 -38
@@ -2,81 +2,87 @@
2
2
  @use "../core/" as *;
3
3
  @use "../input/_variables.scss" as *;
4
4
 
5
- /// The width of the border around the editor
5
+ /// The width of the border around the Еditor.
6
6
  /// @group editor
7
7
  $kendo-editor-border-width: 1px !default;
8
- /// The font family of the editor
8
+ /// The font family of the Еditor.
9
9
  /// @group editor
10
10
  $kendo-editor-font-family: var( --kendo-font-family, inherit ) !default;
11
- /// The font size of the editor
11
+ /// The font size of the Еditor.
12
12
  /// @group editor
13
13
  $kendo-editor-font-size: var( --kendo-font-size, inherit ) !default;
14
- /// The line height of the editor
14
+ /// The line height of the Еditor.
15
15
  /// @group editor
16
16
  $kendo-editor-line-height: var( --kendo-line-height, normal ) !default;
17
- /// The text color of the editor
17
+ /// The text color of the Editor.
18
18
  /// @group editor
19
19
  $kendo-editor-text: var( --kendo-component-text, initial ) !default;
20
- /// The background color of the editor
20
+ /// The background color of the Editor.
21
21
  /// @group editor
22
22
  $kendo-editor-bg: var( --kendo-component-bg, initial ) !default;
23
- /// The color of the border around editor
23
+ /// The color of the border around Editor.
24
24
  /// @group editor
25
25
  $kendo-editor-border: var( --kendo-component-border, initial ) !default;
26
- /// The placeholder text color of the editor
26
+ /// The text color of the Еditor's placeholder.
27
27
  /// @group editor
28
28
  $kendo-editor-placeholder-text: var( --kendo-input-placeholder-text, #{$kendo-input-placeholder-text} ) !default;
29
- /// The placeholder opacity of the editor
29
+ /// The opacity of the Editor's placeholder.
30
30
  /// @group editor
31
31
  $kendo-editor-placeholder-opacity: var( --kendo-input-placeholder-opacity, #{$kendo-input-placeholder-opacity} ) !default;
32
- /// The outline color of the editor content
32
+ /// The outline color of the Editor's content.
33
33
  /// @group editor
34
34
  $kendo-editor-content-outline-color: var( --kendo-body-text, initial ) !default;
35
- /// The size of the editor resize handle
36
- /// @group editor
37
- $kendo-editor-resize-handle-size: map.get( $kendo-spacing, 2 ) !default;
38
- /// The border width of the editor resize handle
39
- /// @group editor
40
- $kendo-editor-resize-handle-border-width: 1px !default;
41
- /// The horizontal margin of the editor export tool icon
35
+ /// The horizontal margin of the Editor's export tool icon.
42
36
  /// @group editor
43
37
  $kendo-editor-export-tool-icon-margin-x: map.get( $kendo-spacing, 1 ) !default;
44
- /// The outline width of the editor selected node
38
+ /// The outline width of the Editor's selected node.
45
39
  /// @group editor
46
40
  $kendo-editor-selectednode-outline-width: map.get( $kendo-spacing, 0.5 ) !default;
47
41
 
48
- // Cell size
49
- $ct-cell-size: 20px !default;
50
-
51
- /// The selected text color of the editor
42
+ /// The selected text color of the Editor.
52
43
  /// @group editor
53
44
  $kendo-editor-selected-text: $kendo-color-white !default;
54
- /// The selected background color of the editor
45
+ /// The selected background color of the Editor.
55
46
  /// @group editor
56
47
  $kendo-editor-selected-bg: get-theme-color-var( primary-100 ) !default;
57
- /// The highlighted background color of the editor
48
+ /// The highlighted background color of the Editor.
58
49
  /// @group editor
59
50
  $kendo-editor-highlighted-bg: get-theme-color-var( primary-60 ) !default;
60
51
 
61
- /// The border color of the editor resize handle
52
+ /// The size of the Editor's resize handle.
53
+ /// @group editor
54
+ $kendo-editor-resize-handle-size: map.get( $kendo-spacing, 2 ) !default;
55
+ /// The border width of the Editor's resize handle.
56
+ /// @group editor
57
+ $kendo-editor-resize-handle-border-width: 1px !default;
58
+ /// The border color of the Editor's resize handle.
62
59
  /// @group editor
63
60
  $kendo-editor-resize-handle-border: $kendo-color-black !default;
64
- /// The background color of the editor resize handle
61
+ /// The background color of the Editor's resize handle.
65
62
  /// @group editor
66
63
  $kendo-editor-resize-handle-bg: $kendo-color-white !default;
67
64
 
68
- /// The outline color of the editor selected node
65
+ /// The outline color of the Editor's selected node.
69
66
  /// @group editor
70
67
  $kendo-editor-selectednode-outline-color: get-theme-color-var( primary-100 ) !default;
71
68
 
72
- /// The border color of the inline editor data cell
69
+ /// The border color of the Inline Editor data cell.
73
70
  /// @group editor
74
71
  $kendo-editor-inline-td-border: var( --kendo-component-border, initial ) !default;
75
- /// The hover border color of the inline editor
72
+ /// The hover border color of the Inline Editor.
76
73
  /// @group editor
77
74
  $kendo-editor-inline-hover-border: var( --kendo-component-border, initial ) !default;
78
75
 
79
76
  // Insert table
77
+ /// The size of the cell in the Insert table popup.
78
+ /// @group editor
79
+ $ct-cell-size: 20px !default;
80
+ /// The text color of the selected cells in the Insert table popup.
81
+ /// @group editor
80
82
  $kendo-editor-ct-popup-text: var( --kendo-selected-text, initial ) !default;
83
+ /// The background color of the selected cells in the Insert table popup.
84
+ /// @group editor
81
85
  $kendo-editor-ct-popup-bg: var( --kendo-selected-bg, initial ) !default;
86
+ /// The border color of the selected cells in the Insert table popup.
87
+ /// @group editor
82
88
  $kendo-editor-ct-popup-border: var( --kendo-selected-border, initial ) !default;
@@ -1,99 +1,102 @@
1
1
  @use "sass:map";
2
2
  @use "../core/" as *;
3
3
 
4
- /// Vertical margin of the expander.
4
+ /// The vertical spacing of the ExpansionPanel.
5
5
  /// @group expander
6
6
  $kendo-expander-margin-y: map.get( $kendo-spacing, 2 ) !default;
7
- /// Border width of the expander.
7
+ /// The width of the border around the ExpansionPanel.
8
8
  /// @group expander
9
9
  $kendo-expander-border-width: 1px !default;
10
- /// Background color of the expander.
10
+ /// The font family of the ExpansionPanel.
11
11
  /// @group expander
12
12
  $kendo-expander-font-family: var( --kendo-font-family, inherit ) !default;
13
- /// Font size of the expander.
13
+ /// The font size of the ExpansionPanel.
14
14
  /// @group expander
15
15
  $kendo-expander-font-size: var( --kendo-font-size, inherit ) !default;
16
- /// Line height of the expander.
16
+ /// The hine height of the ExpansionPanel.
17
17
  /// @group expander
18
18
  $kendo-expander-line-height: var( --kendo-line-height, normal ) !default;
19
19
 
20
- /// Text color of the expander.
20
+ /// The text color of the ExpansionPanel.
21
21
  /// @group expander
22
22
  $kendo-expander-text: var( --kendo-component-text, initial ) !default;
23
- /// Background color of the expander.
23
+ /// The background color of the ExpansionPanel.
24
24
  /// @group expander
25
25
  $kendo-expander-bg: get-theme-color-var( neutral-10 ) !default;
26
- /// Border color of the expander.
26
+ /// The border color of the ExpansionPanel.
27
27
  /// @group expander
28
28
  $kendo-expander-border: var( --kendo-component-border, initial ) !default;
29
- /// Box shadow of the expander.
29
+ /// The box shadow of the ExpansionPanel.
30
30
  /// @group expander
31
31
  $kendo-expander-shadow: inset 0 0 0 2px get-theme-color-var( neutral-30 ) !default;
32
32
 
33
- /// Background color of the expanded expander.
33
+ /// The background color of the expanded ExpansionPanel.
34
34
  /// @group expander
35
35
  $kendo-expander-expanded-bg: var( --kendo-component-bg, initial ) !default;
36
36
 
37
- /// Background color of the disabled expander.
38
- /// @group expander
39
- $kendo-expander-disabled-bg: var( --kendo-disabled-bg, initial ) !default;
40
- /// Text color of the disabled expander.
37
+ /// The text color of the disabled ExpansionPanel.
41
38
  /// @group expander
42
39
  $kendo-expander-disabled-text: var( --kendo-disabled-text, initial ) !default;
43
- /// Offset of the focused expander.
40
+ /// The background color of the disabled ExpansionPanel.
41
+ /// @group expander
42
+ $kendo-expander-disabled-bg: var( --kendo-disabled-bg, initial ) !default;
43
+
44
+ /// The offset of the focused ExpansionPanel.
44
45
  /// @group expander
45
46
  $kendo-expander-focus-offset: 1px !default;
46
- /// Outline width of the focused expander.
47
+ /// The outline width of the focused ExpansionPanel.
47
48
  /// @group expander
48
49
  $kendo-expander-focus-outline-width: 1px !default;
49
- /// Outline style of the focused expander.
50
+ /// The outline style of the focused ExpansionPanel.
50
51
  /// @group expander
51
52
  $kendo-expander-focus-outline-style: solid !default;
52
- /// The focus outline color of the expander.
53
+ /// The outline color of the focused ExpansionPanel.
53
54
  /// @group expander
54
55
  $kendo-expander-focus-outline: get-theme-color-var( neutral-130 ) !default;
55
56
 
56
- /// Background color of the focused expander.
57
+ /// The background color of the focused ExpansionPanel.
57
58
  /// @group expander
58
59
  $kendo-expander-focus-bg: var( --kendo-component-bg, initial ) !default;
59
- /// Box shadow color of the focused expander.
60
+ /// The box shadow of the focused ExpansionPanel.
60
61
  /// @group expander
61
62
  $kendo-expander-focus-shadow: inset 0px 0px 0px 2px get-theme-color-var( neutral-130 ) !default;
62
63
 
63
- /// Horizontal padding of the expander header.
64
+ /// The horizontal padding of the ExpansionPanel header.
64
65
  /// @group expander
65
66
  $kendo-expander-header-padding-x: map.get( $kendo-spacing, 4 ) !default;
66
- /// Vertical padding of the expander header.
67
+ /// The vertical padding of the ExpansionPanel header.
67
68
  /// @group expander
68
69
  $kendo-expander-header-padding-y: map.get( $kendo-spacing, 3 ) !default;
69
- /// Text color of the expander header.
70
+
71
+ /// The text color of the ExpansionPanel header.
70
72
  /// @group expander
71
73
  $kendo-expander-header-text: get-theme-color-var( primary-100 ) !default;
72
- /// Background color of the expander header.
74
+ /// The background color of the ExpansionPanel header.
73
75
  /// @group expander
74
76
  $kendo-expander-header-bg: inherit !default;
75
- /// Background color of the hovered expander header.
77
+
78
+ /// The background color of the hovered ExpansionPanel header.
76
79
  /// @group expander
77
80
  $kendo-expander-header-hover-bg: get-theme-color-var( neutral-20 ) !default;
78
81
 
79
- /// Text color of the expander title.
82
+ /// The text color of the ExpansionPanel title.
80
83
  /// @group expander
81
84
  $kendo-expander-title-text: get-theme-color-var( primary-100 ) !default;
82
85
 
83
- /// Text color of the expander sub-title.
86
+ /// The text color of the ExpansionPanel sub-title.
84
87
  /// @group expander
85
88
  $kendo-expander-header-sub-title-text: var( --kendo-subtle-text, initial ) !default;
86
89
 
87
- /// Horizontal margin of the expander indicator.
90
+ /// The horizontal margin of the ExpansionPanel indicator.
88
91
  /// @group expander
89
92
  $kendo-expander-indicator-margin-x: map.get( $kendo-spacing, 2.5 ) !default;
90
- /// Text color of the expander indicator.
93
+ /// The text color of the ExpansionPanel indicator.
91
94
  /// @group expander
92
95
  $kendo-expander-indicator-text: var( --kendo-expander-text, #{$kendo-expander-text} ) !default;
93
96
 
94
- /// Horizontal padding of the expander content.
97
+ /// The horizontal padding of the ExpansionPanel content.
95
98
  /// @group expander
96
99
  $kendo-expander-content-padding-x: map.get( $kendo-spacing, 4 ) !default;
97
- /// Vertical padding of the expander content.
100
+ /// The vertical padding of the ExpansionPanel content.
98
101
  /// @group expander
99
102
  $kendo-expander-content-padding-y: map.get( $kendo-spacing, 4 ) !default;
@@ -1,38 +1,38 @@
1
1
  @use "../core/" as *;
2
2
 
3
- /// Horizontal padding of the filter.
3
+ /// The horizontal padding of the Filter.
4
4
  /// @group filter
5
5
  $kendo-filter-padding-x: $kendo-padding-md-x !default;
6
- /// Vertical padding of the filter.
6
+ /// The vertical padding of the Filter.
7
7
  /// @group filter
8
8
  $kendo-filter-padding-y: $kendo-padding-md-y !default;
9
9
 
10
- /// Bottom margin of the filter.
10
+ /// The bottom margin of the Filter.
11
11
  /// @group filter
12
12
  $kendo-filter-bottom-margin: 30px !default;
13
- /// Width of the line that connects the filter items.
13
+ /// The width of the line that connects the Filter items.
14
14
  /// @group filter
15
15
  $kendo-filter-line-size: 1px !default;
16
16
 
17
- /// Width of the dropdown elements in the filter items.
17
+ /// The width of the dropdown elements in the Filter items.
18
18
  /// @group filter
19
19
  $kendo-filter-operator-dropdown-width: 15em !default;
20
20
 
21
- /// Text color of the preview field.
21
+ /// The text color of the Filter.
22
+ /// @group filter
23
+ $kendo-filter-text: var( --kendo-component-text, initial ) !default;
24
+
25
+ /// The text color of the Filter preview field.
22
26
  /// @group filter
23
27
  $kendo-filter-preview-field-text: get-theme-color-var( primary-100 ) !default;
24
- /// Text color of the preview operator.
28
+ /// The text color of the Filter preview operator.
25
29
  /// @group filter
26
30
  $kendo-filter-preview-operator-text: get-theme-color-var( neutral-130 ) !default;
27
31
 
28
- /// Text color of the filter.
29
- /// @group filter
30
- $kendo-filter-text: var( --kendo-component-text, initial ) !default;
31
-
32
- /// Background color of the line that connects the filter items.
32
+ /// The background color of the line that connects the Filter items.
33
33
  /// @group filter
34
34
  $kendo-filter-line-bg: var( --kendo-component-border, initial ) !default;
35
35
 
36
- /// Border color of the focused filter.
36
+ /// The border color of the focused Filter.
37
37
  /// @group filter
38
- $kendo-filter-toolbar-focus-border: get-theme-color-var( neutral-130 ) !default;
38
+ $kendo-filter-toolbar-focus-border: get-theme-color-var( neutral-130 ) !default;
@@ -32,7 +32,11 @@
32
32
  }
33
33
 
34
34
  .k-icon-action {
35
- padding: var( --kendo-icon-padding, 0 );
35
+ display: inline-flex;
36
+ padding: var( --kendo-icon-padding, .25rem );
37
+ line-height: 1;
38
+ align-items: center;
39
+ vertical-align: middle;
36
40
  cursor: pointer;
37
41
  }
38
42
 
@@ -116,6 +116,7 @@
116
116
  }
117
117
  }
118
118
  .k-list-item-text,
119
+ .k-list-header-text,
119
120
  .k-list-optionlabel {
120
121
  &::before {
121
122
  content: "\200b";
@@ -1,45 +1,44 @@
1
1
  @use "sass:map";
2
2
  @use "../core/" as *;
3
3
 
4
- /// Margin between the listbox elements.
4
+ /// The spacing between the ListBox elements.
5
5
  /// @group listbox
6
6
  $kendo-listbox-spacing: map.get( $kendo-spacing, 2 ) !default;
7
- /// Margin between the listbox buttons.
7
+ /// The spacing between the ListBox buttons.
8
8
  /// @group listbox
9
9
  $kendo-listbox-button-spacing: map.get( $kendo-spacing, 2 ) !default;
10
- /// Width of the listbox.
10
+ /// WThe width of the ListBox.
11
11
  /// @group listbox
12
12
  $kendo-listbox-width: 10em !default;
13
- /// Height of the listbox.
13
+ /// The height of the ListBox.
14
14
  /// @group listbox
15
15
  $kendo-listbox-height: 200px !default;
16
-
17
- /// Border width of the listbox.
16
+ /// The width of the border around the ListBox.
18
17
  /// @group listbox
19
18
  $kendo-listbox-border-width: 1px !default;
20
- /// Font family of the listbox.
19
+ /// The font family of the ListBox.
21
20
  /// @group listbox
22
21
  $kendo-listbox-font-family: var( --kendo-font-family, normal ) !default;
23
- /// Font size of the listbox.
22
+ /// The font size of the ListBox.
24
23
  /// @group listbox
25
24
  $kendo-listbox-font-size: var( --kendo-font-size, inherit ) !default;
26
- /// Line height of the listbox.
25
+ /// The line height of the ListBox.
27
26
  /// @group listbox
28
27
  $kendo-listbox-line-height: var( --kendo-line-height, normal ) !default;
29
28
 
30
- /// Background color of the listbox component.
31
- /// @group listbox
32
- $kendo-listbox-bg: var( --kendo-component-bg, transparent ) !default;
33
- /// Text color of the listbox component.
29
+ /// The text color of the ListBox.
34
30
  /// @group listbox
35
31
  $kendo-listbox-text: var( --kendo-component-text, inherit ) !default;
36
- /// Border color of the listbox component.
32
+ /// The background color of the ListBox.
33
+ /// @group listbox
34
+ $kendo-listbox-bg: var( --kendo-component-bg, transparent ) !default;
35
+ /// The border color of the ListBox.
37
36
  /// @group listbox
38
37
  $kendo-listbox-border: var( --kendo-component-border, inherit ) !default;
39
38
 
40
- /// Width of the drop hint.
39
+ /// The width of the ListBox drop hint.
41
40
  /// @group listbox
42
41
  $kendo-listbox-drop-hint-width: 1px !default;
43
- /// Border color of the drop hint.
42
+ /// The border color of the ListBox drop hint.
44
43
  /// @group listbox
45
44
  $kendo-listbox-drop-hint-border-color: get-theme-color-var( primary-100 ) !default;
@@ -2,91 +2,91 @@
2
2
  @use "../core/" as *;
3
3
  @use "../list/_variables.scss"as *;
4
4
 
5
- /// Horizontal padding of listview.
5
+ /// The horizontal padding of the ListView.
6
6
  /// @group listview
7
7
  $kendo-listview-padding-x: map.get( $kendo-spacing, 1 ) !default;
8
- /// Vertical padding of listview.
8
+ /// The vertical padding of the ListView.
9
9
  /// @group listview
10
10
  $kendo-listview-padding-y: map.get( $kendo-spacing, 1 ) !default;
11
- /// Width of listview.
11
+ /// The width of the border around bordered ListView.
12
12
  /// @group listview
13
13
  $kendo-listview-border-width: 1px !default;
14
14
 
15
- /// Horizontal padding of listview header.
15
+ /// The horizontal padding of the ListView header.
16
16
  /// @group listview
17
17
  $kendo-listview-header-padding-x: map.get( $kendo-spacing, 4 ) !default;
18
- /// Vertical padding of listview header.
18
+ /// The vertical padding of the ListView header.
19
19
  /// @group listview
20
20
  $kendo-listview-header-padding-y: map.get( $kendo-spacing, 2 ) !default;
21
21
 
22
- /// Horizontal padding of listview footer.
22
+ /// The horizontal padding of the ListView footer.
23
23
  /// @group listview
24
24
  $kendo-listview-footer-padding-x: $kendo-listview-header-padding-x !default;
25
- /// Vertical padding of listview footer.
25
+ /// The vertical padding of the ListView footer.
26
26
  /// @group listview
27
27
  $kendo-listview-footer-padding-y: $kendo-listview-header-padding-y !default;
28
28
 
29
- /// Horizontal padding of listview items.
29
+ /// The horizontal padding of the ListView items.
30
30
  /// @group listview
31
31
  $kendo-listview-item-padding-x: map.get( $kendo-spacing, 1 ) !default;
32
- /// Vertical padding of listview items.
32
+ /// The vertical padding of the ListView items.
33
33
  /// @group listview
34
34
  $kendo-listview-item-padding-y: map.get( $kendo-spacing, 1 ) !default;
35
35
 
36
- /// Font family of listview.
36
+ /// The font family of the ListView.
37
37
  /// @group listview
38
38
  $kendo-listview-font-family: var( --kendo-font-family, initial ) !default;
39
- /// Font size of listview.
39
+ /// The font size of the ListView.
40
40
  /// @group listview
41
41
  $kendo-listview-font-size: var( --kendo-font-size, initial ) !default;
42
- /// Line height of listview.
42
+ /// The line height of the ListView.
43
43
  /// @group listview
44
44
  $kendo-listview-line-height: var( --kendo-line-height, initial ) !default;
45
45
 
46
- /// Gap between items of grid listview.
46
+ /// The gap between items of ListView with grid layout.
47
47
  /// @group listview
48
48
  $kendo-listview-grid-gap: map.get( $kendo-spacing, 0 ) !default;
49
49
 
50
- /// Text color of listview.
50
+ /// The text color of the ListView.
51
51
  /// @group listview
52
52
  $kendo-listview-text: var( --kendo-component-text, initial ) !default;
53
- /// Background color of listview.
53
+ /// The background color of the ListView.
54
54
  /// @group listview
55
55
  $kendo-listview-bg: var( --kendo-component-bg, initial ) !default;
56
- /// Border color of listview.
56
+ /// The border color of the ListView.
57
57
  /// @group listview
58
58
  $kendo-listview-border: var( --kendo-component-border, initial ) !default;
59
59
 
60
- /// Text color of focused listview items.
60
+ /// The text color of the ListView header.
61
61
  /// @group listview
62
- $kendo-listview-item-focus-text: initial !default;
63
- /// Background color of focused listview items.
62
+ $kendo-listview-header-text: initial !default;
63
+ /// The background color of the ListView header.
64
64
  /// @group listview
65
- $kendo-listview-item-focus-bg: initial !default;
66
- /// Box shadow of focused listview items.
65
+ $kendo-listview-header-bg: initial !default;
66
+ /// The border color of the ListView header.
67
67
  /// @group listview
68
- $kendo-listview-item-focus-shadow: var( --kendo-list-item-focus-shadow, $kendo-list-item-focus-shadow ) !default;
68
+ $kendo-listview-header-border: $kendo-listview-border !default;
69
69
 
70
- /// Text color of selected listview items.
70
+ /// The text color of the ListView footer.
71
71
  /// @group listview
72
- $kendo-listview-item-selected-text: initial !default;
73
- /// Background color of selected listview items.
72
+ $kendo-listview-footer-text: initial !default;
73
+ /// The background color of the ListView footer.
74
74
  /// @group listview
75
- $kendo-listview-item-selected-bg: get-theme-color-var( neutral-20 ) !default;
75
+ $kendo-listview-footer-bg: initial !default;
76
76
 
77
- /// Text color of listview header.
78
- /// @group listview
79
- $kendo-listview-header-text: initial !default;
80
- /// Background color of listview.
77
+ /// The text color of the selected ListView items.
81
78
  /// @group listview
82
- $kendo-listview-header-bg: initial !default;
83
- /// Border color of listview.
79
+ $kendo-listview-item-selected-text: initial !default;
80
+ /// The background color of the selected ListView items.
84
81
  /// @group listview
85
- $kendo-listview-header-border: $kendo-listview-border !default;
82
+ $kendo-listview-item-selected-bg: get-theme-color-var( neutral-20 ) !default;
86
83
 
87
- /// Text color of listview footer.
84
+ /// The text color of the focused ListView items.
88
85
  /// @group listview
89
- $kendo-listview-footer-text: initial !default;
90
- /// Background color of listview.
86
+ $kendo-listview-item-focus-text: initial !default;
87
+ /// The background color of the focused ListView items.
91
88
  /// @group listview
92
- $kendo-listview-footer-bg: initial !default;
89
+ $kendo-listview-item-focus-bg: initial !default;
90
+ /// The box shadow of the focused ListView items.
91
+ /// @group listview
92
+ $kendo-listview-item-focus-shadow: var( --kendo-list-item-focus-shadow, $kendo-list-item-focus-shadow ) !default;