@progress/kendo-theme-classic 5.0.0-alpha.3 → 5.0.0-beta.3

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 (94) hide show
  1. package/README.md +10 -17
  2. package/dist/all.css +5706 -7013
  3. package/dist/all.scss +10191 -9714
  4. package/package.json +3 -3
  5. package/scss/_variables.scss +0 -19
  6. package/scss/autocomplete/_index.scss +1 -0
  7. package/scss/autocomplete/_variables.scss +0 -5
  8. package/scss/avatar/_variables.scss +18 -8
  9. package/scss/button/_index.scss +2 -0
  10. package/scss/button/_variables.scss +4 -2
  11. package/scss/calendar/_index.scss +1 -0
  12. package/scss/card/_variables.scss +4 -4
  13. package/scss/chat/_variables.scss +0 -10
  14. package/scss/checkbox/_index.scss +2 -1
  15. package/scss/checkbox/_variables.scss +3 -9
  16. package/scss/chip/_index.scss +1 -0
  17. package/scss/chip/_variables.scss +127 -191
  18. package/scss/color-preview/_variables.scss +1 -0
  19. package/scss/coloreditor/_variables.scss +3 -3
  20. package/scss/colorpicker/_index.scss +1 -2
  21. package/scss/colorpicker/_variables.scss +1 -22
  22. package/scss/combobox/_index.scss +1 -0
  23. package/scss/combobox/_variables.scss +1 -33
  24. package/scss/dataviz/_index.scss +1 -0
  25. package/scss/dateinput/_index.scss +0 -4
  26. package/scss/dateinput/_variables.scss +1 -1
  27. package/scss/datepicker/_index.scss +1 -3
  28. package/scss/datetimepicker/_index.scss +5 -3
  29. package/scss/datetimepicker/_variables.scss +2 -1
  30. package/scss/drawer/_index.scss +1 -0
  31. package/scss/drawer/_variables.scss +1 -1
  32. package/scss/dropdownlist/_index.scss +1 -0
  33. package/scss/editor/_variables.scss +1 -1
  34. package/scss/expansion-panel/_index.scss +3 -0
  35. package/scss/expansion-panel/_variables.scss +2 -2
  36. package/scss/fab/_variables.scss +129 -72
  37. package/scss/fab/index.md +0 -0
  38. package/scss/filter/_index.scss +1 -1
  39. package/scss/forms/_index.scss +1 -1
  40. package/scss/gantt/_index.scss +1 -1
  41. package/scss/grid/_index.scss +2 -1
  42. package/scss/grid/_variables.scss +10 -10
  43. package/scss/imageeditor/_variables.scss +1 -0
  44. package/scss/index.scss +4 -3
  45. package/scss/input/_index.scss +1 -1
  46. package/scss/input/_variables.scss +45 -44
  47. package/scss/list/_index.scss +12 -0
  48. package/scss/list/_layout.scss +1 -0
  49. package/scss/list/_theme.scss +1 -0
  50. package/scss/list/_variables.scss +248 -0
  51. package/scss/listbox/_index.scss +2 -0
  52. package/scss/listbox/_variables.scss +1 -1
  53. package/scss/menu/_index.scss +2 -0
  54. package/scss/menu/_variables.scss +125 -34
  55. package/scss/multiselect/_index.scss +2 -0
  56. package/scss/multiselect/_variables.scss +0 -36
  57. package/scss/orgchart/_variables.scss +2 -2
  58. package/scss/pager/_index.scss +1 -0
  59. package/scss/pager/_variables.scss +6 -6
  60. package/scss/panelbar/_index.scss +1 -0
  61. package/scss/panelbar/_variables.scss +7 -2
  62. package/scss/pdf-viewer/_variables.scss +2 -5
  63. package/scss/pivotgrid/_index.scss +1 -0
  64. package/scss/pivotgrid/_variables.scss +1 -4
  65. package/scss/popup/_index.scss +0 -4
  66. package/scss/popup/_variables.scss +2 -7
  67. package/scss/radio/_index.scss +2 -0
  68. package/scss/radio/_variables.scss +3 -9
  69. package/scss/scheduler/_index.scss +1 -1
  70. package/scss/spreadsheet/_index.scss +2 -1
  71. package/scss/{datetime → table}/_index.scss +5 -2
  72. package/scss/table/_layout.scss +1 -0
  73. package/scss/table/_theme.scss +1 -0
  74. package/scss/table/_variables.scss +141 -0
  75. package/scss/tabstrip/_index.scss +1 -0
  76. package/scss/tabstrip/_variables.scss +3 -3
  77. package/scss/taskboard/_variables.scss +0 -2
  78. package/scss/timepicker/_index.scss +3 -3
  79. package/scss/timepicker/_variables.scss +1 -1
  80. package/scss/timeselector/_index.scss +13 -0
  81. package/scss/timeselector/_layout.scss +1 -0
  82. package/scss/timeselector/_theme.scss +1 -0
  83. package/scss/timeselector/_variables.scss +32 -0
  84. package/scss/toolbar/_variables.scss +2 -0
  85. package/scss/treeview/_variables.scss +126 -46
  86. package/scss/typography/_variables.scss +3 -3
  87. package/scss/utils/_border.scss +1 -2
  88. package/scss/virtual-scroller/_index.scss +10 -0
  89. package/scss/virtual-scroller/_layout.scss +1 -0
  90. package/scss/virtual-scroller/_theme.scss +1 -0
  91. package/scss/virtual-scroller/_variables.scss +1 -0
  92. package/scss/datetime/_layout.scss +0 -1
  93. package/scss/datetime/_theme.scss +0 -1
  94. package/scss/datetime/_variables.scss +0 -53
@@ -26,17 +26,17 @@ $pager-item-bg: null !default;
26
26
  $pager-item-text: null !default;
27
27
  $pager-item-border: null !default;
28
28
 
29
- $pager-item-hover-bg: $list-item-hovered-bg !default;
30
- $pager-item-hover-text: $list-item-hovered-text !default;
29
+ $pager-item-hover-bg: $kendo-list-item-hover-bg !default;
30
+ $pager-item-hover-text: $kendo-list-item-hover-text !default;
31
31
  $pager-item-hover-border: null !default;
32
32
 
33
- $pager-item-selected-bg: $list-item-selected-bg !default;
34
- $pager-item-selected-text: $list-item-selected-text !default;
33
+ $pager-item-selected-bg: $kendo-list-item-selected-bg !default;
34
+ $pager-item-selected-text: $kendo-list-item-selected-text !default;
35
35
  $pager-item-selected-border: null !default;
36
36
 
37
37
  $pager-item-focus-opacity: null !default;
38
38
  $pager-item-focus-bg: transparent !default;
39
- $pager-item-focus-shadow: $list-item-focused-shadow !default;
39
+ $pager-item-focus-shadow: $kendo-list-item-focus-shadow !default;
40
40
 
41
41
  $pager-number-padding-x: $pager-item-padding-x !default;
42
42
  $pager-number-padding-y: $pager-item-padding-y !default;
@@ -62,5 +62,5 @@ $pager-number-focus-opacity: .12 !default;
62
62
  $pager-number-focus-bg: transparent !default;
63
63
  $pager-number-focus-shadow: inset 0 0 0 2px rgba($pager-number-selected-bg, $pager-number-focus-opacity) !default;
64
64
 
65
- $pager-input-width: 3em !default;
65
+ $pager-input-width: 5em !default;
66
66
  $pager-dropdown-width: 5em !default;
@@ -4,6 +4,7 @@
4
4
  // Dependencies
5
5
  @import "../common/_index.scss";
6
6
  @import "../icons/_index.scss";
7
+ @import "../list/_index.scss";
7
8
 
8
9
 
9
10
  // Component
@@ -32,7 +32,7 @@ $panelbar-header-focused-bg: null !default;
32
32
  $panelbar-header-focused-text: null !default;
33
33
  $panelbar-header-focused-border: null !default;
34
34
  $panelbar-header-focused-gradient: null !default;
35
- $panelbar-header-focused-shadow: $list-item-focused-shadow !default;
35
+ $panelbar-header-focused-shadow: $kendo-list-item-focus-shadow !default;
36
36
 
37
37
  $panelbar-header-hovered-focused-bg: null !default;
38
38
  $panelbar-header-hovered-focused-text: null !default;
@@ -69,7 +69,7 @@ $panelbar-item-focused-bg: null !default;
69
69
  $panelbar-item-focused-text: null !default;
70
70
  $panelbar-item-focused-border: null !default;
71
71
  $panelbar-item-focused-gradient: null !default;
72
- $panelbar-item-focused-shadow: $list-item-focused-shadow !default;
72
+ $panelbar-item-focused-shadow: $kendo-list-item-focus-shadow !default;
73
73
 
74
74
  $panelbar-item-hovered-focused-bg: null !default;
75
75
  $panelbar-item-hovered-focused-text: null !default;
@@ -95,3 +95,8 @@ $panelbar-item-selected-hovered-focused-bg: null !default;
95
95
  $panelbar-item-selected-hovered-focused-text: null !default;
96
96
  $panelbar-item-selected-hovered-focused-border: null !default;
97
97
  $panelbar-item-selected-hovered-focused-gradient: null !default;
98
+
99
+ $panelbar-header-expanded-bg: null !default;
100
+ $panelbar-header-expanded-text: null !default;
101
+ $panelbar-header-expanded-border: null !default;
102
+ $panelbar-header-expanded-gradient: null !default;
@@ -24,11 +24,8 @@ $pdf-viewer-page-text: $component-text !default;
24
24
  $pdf-viewer-page-border: $component-border !default;
25
25
  $pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
26
26
 
27
- $pdf-viewer-search-dialog-spacing: $toolbar-padding-x !default;
28
- $pdf-viewer-search-dialog-button-spacing: $pdf-viewer-search-dialog-spacing !default;
29
- $pdf-viewer-search-dialog-textbox-padding-x: $kendo-input-padding-y !default;
30
- $pdf-viewer-search-dialog-input-button-height: $line-height-em !default;
31
- $pdf-viewer-search-dialog-matches-width: 4.5em !default;
27
+ $pdf-viewer-search-dialog-padding: $toolbar-padding-x !default;
28
+ $pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
32
29
 
33
30
  $pdf-viewer-selection-line-height: $line-height-sm !default;
34
31
 
@@ -11,6 +11,7 @@
11
11
  @import "../utils/_flex.scss";
12
12
  @import "../utils/_grid.scss";
13
13
  @import "../utils/_position.scss";
14
+ @import "../list/_index.scss";
14
15
 
15
16
 
16
17
  // Component
@@ -36,7 +36,7 @@ $pivotgrid-selected-bg: rgba($selected-bg, .25) !default;
36
36
  $pivotgrid-selected-text: null !default;
37
37
  $pivotgrid-selected-border: null !default;
38
38
 
39
- $pivotgrid-focus-shadow: $list-item-focused-shadow !default;
39
+ $pivotgrid-focus-shadow: $kendo-list-item-focus-shadow !default;
40
40
 
41
41
  // Pivotgrid Configurator
42
42
  $pivotgrid-configurator-padding-x: null !default;
@@ -54,9 +54,6 @@ $pivotgrid-configurator-content-padding-y: 0px !default;
54
54
  $pivotgrid-configurator-fields-margin-x: 0px !default;
55
55
  $pivotgrid-configurator-fields-margin-y: ( $pivotgrid-spacer / 2 ) !default;
56
56
 
57
- $pivotgrid-configurator-actions-padding-x: ( $pivotgrid-spacer / 2 ) !default;
58
- $pivotgrid-configurator-actions-padding-y: ( $pivotgrid-spacer * .75 ) !default;
59
-
60
57
  $pivotgrid-configurator-vertical-width: 320px !default;
61
58
  $pivotgrid-configurator-horizontal-height: 420px !default;
62
59
 
@@ -3,10 +3,6 @@
3
3
 
4
4
  // Dependencies
5
5
  @import "../common/_index.scss";
6
- @import "../icons/_index.scss";
7
- @import "../button/_index.scss";
8
- @import "../input/_index.scss";
9
- @import "../forms/_variables.scss";
10
6
 
11
7
 
12
8
  // Component
@@ -1,17 +1,12 @@
1
1
  // Popup
2
- $popup-padding-x: 0px !default;
3
- $popup-padding-y: 0px !default;
2
+ $popup-padding-x: null !default;
3
+ $popup-padding-y: null !default;
4
4
  $popup-border-width: 1px !default;
5
5
  $popup-border-radius: null !default;
6
6
 
7
7
  $popup-font-size: $font-size !default;
8
8
  $popup-line-height: $line-height !default;
9
9
 
10
- $popup-header-padding: $list-item-padding-y $list-item-padding-x !default;
11
- $popup-header-font-size: null !default;
12
- $popup-header-text: null !default;
13
- $popup-filter-padding-x: $kendo-input-padding-x !default;
14
-
15
10
  $popup-content-padding-x: map-get( $spacing, 2 ) !default;
16
11
  $popup-content-padding-y: map-get( $spacing, 2 ) !default;
17
12
 
@@ -2,6 +2,8 @@
2
2
 
3
3
 
4
4
  // Dependencies
5
+ @import "../typography/_variables.scss";
6
+ @import "../list/_variables.scss";
5
7
  @import "../checkbox/_variables.scss";
6
8
 
7
9
 
@@ -132,21 +132,15 @@ $kendo-radio-label-margin-x: map-get( $spacing, 1 ) !default;
132
132
 
133
133
  // Radio list
134
134
 
135
- /// The list margin of radio button.
136
- /// @group radio
137
- $kendo-radio-list-margin: 0px !default;
138
- /// The list padding of radio button.
135
+ /// The horizontal list item margin of radio button.
139
136
  /// @group radio
140
- $kendo-radio-list-padding: 0px !default;
137
+ $kendo-radio-list-spacing: map-get( $spacing, 4 ) !default;
141
138
  /// The horizontal list item padding of radio button.
142
139
  /// @group radio
143
140
  $kendo-radio-list-item-padding-x: 0px !default;
144
141
  /// The vertical list item padding of radio button.
145
142
  /// @group radio
146
- $kendo-radio-list-item-padding-y: $list-item-padding-y !default;
147
- /// The horizontal list item margin of radio button.
148
- /// @group radio
149
- $kendo-radio-list-horizontal-item-margin-x: 32px !default;
143
+ $kendo-radio-list-item-padding-y: $kendo-list-item-padding-y-md !default;
150
144
 
151
145
 
152
146
  // Radio ripple
@@ -6,7 +6,7 @@
6
6
  @import "../icons/_index.scss";
7
7
  @import "../adaptive/_index.scss";
8
8
  @import "../button/_index.scss";
9
- @import "../datetime/_index.scss";
9
+ @import "../datetimepicker/_index.scss";
10
10
  @import "../dropdownlist/_index.scss";
11
11
  @import "../dialog/_index.scss";
12
12
  @import "../tooltip/_index.scss";
@@ -8,7 +8,7 @@
8
8
  @import "../radio/_index.scss";
9
9
  @import "../colorpicker/_index.scss";
10
10
  @import "../combobox/_index.scss";
11
- @import "../datetime/_index.scss";
11
+ @import "../datetimepicker/_index.scss";
12
12
  @import "../dropdownlist/_index.scss";
13
13
  @import "../toolbar/_index.scss";
14
14
  @import "../upload/_index.scss";
@@ -17,6 +17,7 @@
17
17
  @import "../tabstrip/_index.scss";
18
18
  @import "../treeview/_index.scss";
19
19
  @import "../icons/_index.scss";
20
+ @import "../list/_index.scss";
20
21
 
21
22
 
22
23
  // Component
@@ -3,14 +3,17 @@
3
3
 
4
4
  // Dependencies
5
5
  @import "../common/_index.scss";
6
- @import "../action-buttons/_index.scss";
7
6
  @import "../input/_index.scss";
8
7
  @import "../floating-label/_index.scss";
9
- @import "../calendar/_index.scss";
8
+ @import "../combobox/_index.scss";
10
9
  @import "../popup/_index.scss";
10
+ @import "../toolbar/_variables.scss";
11
+ @import "../menu/_variables.scss";
12
+ @import "../grid/_variables.scss";
11
13
 
12
14
 
13
15
  // Component
14
16
  @import "_variables.scss";
15
17
  @import "_layout.scss";
16
18
  @import "_theme.scss";
19
+
@@ -0,0 +1 @@
1
+ @import "~@progress/kendo-theme-default/scss/table/_layout.scss";
@@ -0,0 +1 @@
1
+ @import "~@progress/kendo-theme-default/scss/table/_theme.scss";
@@ -0,0 +1,141 @@
1
+ // Table
2
+
3
+ /// The width of the table border.
4
+ /// @group table
5
+ $kendo-table-border-width: 1px !default;
6
+ /// The width of vertical border of table cells.
7
+ /// @group table
8
+ $kendo-table-cell-vertical-border-width: $grid-cell-vertical-border-width !default;
9
+ /// The width of horizontal border of table cells.
10
+ /// @group table
11
+ $kendo-table-cell-horizontal-border-width: $grid-cell-horizontal-border-width !default;
12
+
13
+ /// The font size of the table if no size is specified.
14
+ /// @group table
15
+ $kendo-table-font-size: null !default;
16
+
17
+ /// The line-height of the table if no size is specified.
18
+ /// @group table
19
+ $kendo-table-line-height: null !default;
20
+
21
+ /// The horizontal padding of the cells in the table if no size is specified.
22
+ /// @group table
23
+ $kendo-table-cell-padding-x: null !default;
24
+
25
+ /// The vertical padding of the cells in the table if no size is specified.
26
+ /// @group table
27
+ $kendo-table-cell-padding-y: null !default;
28
+
29
+ /// The sizes of the table.
30
+ /// @group table
31
+ $kendo-table-sizes: (
32
+ sm: (
33
+ font-size: $font-size,
34
+ line-height: $line-height,
35
+ cell-padding-x: map-get( $spacing, 2 ),
36
+ cell-padding-y: map-get( $spacing, 1 )
37
+ ),
38
+ md: (
39
+ font-size: $font-size,
40
+ line-height: $line-height,
41
+ cell-padding-x: map-get( $spacing, 2 ),
42
+ cell-padding-y: map-get( $spacing, 2 )
43
+ ),
44
+ lg: (
45
+ font-size: $font-size,
46
+ line-height: $line-height,
47
+ cell-padding-x: map-get( $spacing, 2 ),
48
+ cell-padding-y: map-get( $spacing, 3 )
49
+ )
50
+ ) !default;
51
+
52
+
53
+ /// Background color of tables.
54
+ /// @group table
55
+ $kendo-table-bg: $grid-bg !default;
56
+ /// Text color of tables.
57
+ /// @group table
58
+ $kendo-table-text: $grid-text !default;
59
+ /// Border color of tables.
60
+ /// @group table
61
+ $kendo-table-border: $grid-border !default;
62
+
63
+
64
+ /// Background color of table headers.
65
+ /// @group table
66
+ $kendo-table-header-bg: $grid-header-bg !default;
67
+ /// Text color of table headers.
68
+ /// @group table
69
+ $kendo-table-header-text: $grid-header-text !default;
70
+ /// Border color of table headers.
71
+ /// @group table
72
+ $kendo-table-header-border: $grid-header-border !default;
73
+
74
+
75
+ /// Background color of table footers.
76
+ /// @group table
77
+ $kendo-table-footer-bg: $grid-footer-bg !default;
78
+ /// Text color of table footers.
79
+ /// @group table
80
+ $kendo-table-footer-text: $grid-footer-text !default;
81
+ /// Border color of table footers.
82
+ /// @group table
83
+ $kendo-table-footer-border: $grid-footer-border !default;
84
+
85
+
86
+ /// Background color of group rows in table.
87
+ /// @group table
88
+ $kendo-table-group-row-bg: $kendo-table-header-bg !default;
89
+ /// Text color of group rows in table.
90
+ /// @group table
91
+ $kendo-table-group-row-text: $kendo-table-header-text !default;
92
+ /// Border color of group rows in table.
93
+ /// @group table
94
+ $kendo-table-group-row-border: $kendo-table-header-border !default;
95
+
96
+
97
+ /// Background color of alternating rows in table.
98
+ /// @group table
99
+ $kendo-table-alt-row-bg: $grid-alt-bg !default;
100
+ /// Text color of alternating rows in table.
101
+ /// @group table
102
+ $kendo-table-alt-row-text: $grid-alt-text !default;
103
+ /// Border color of alternating rows in table.
104
+ /// @group table
105
+ $kendo-table-alt-row-border: $grid-alt-border !default;
106
+
107
+
108
+ /// Background color of hovered rows in table.
109
+ /// @group table
110
+ $kendo-table-hover-bg: $grid-hovered-bg !default;
111
+ /// Text color of hovered rows in table.
112
+ /// @group table
113
+ $kendo-table-hover-text: $grid-hovered-text !default;
114
+ /// Border color of hovered rows in table.
115
+ /// @group table
116
+ $kendo-table-hover-border: $grid-hovered-border !default;
117
+
118
+
119
+ /// Background color of focused rows in table.
120
+ /// @group table
121
+ $kendo-table-focus-bg: null !default;
122
+ /// Text color of focused rows in table.
123
+ /// @group table
124
+ $kendo-table-focus-text: null !default;
125
+ /// Border color of focused rows in table.
126
+ /// @group table
127
+ $kendo-table-focus-border: null !default;
128
+ /// Box shadow of focused rows in table.
129
+ /// @group table
130
+ $kendo-table-focus-shadow: $grid-focused-shadow !default;
131
+
132
+
133
+ /// Background color of selected rows in table.
134
+ /// @group table
135
+ $kendo-table-selected-bg: $grid-selected-bg !default;
136
+ /// Text color of selected rows in table.
137
+ /// @group table
138
+ $kendo-table-selected-text: $grid-selected-text !default;
139
+ /// Border color of selected rows in table.
140
+ /// @group table
141
+ $kendo-table-selected-border: $grid-selected-border !default;
@@ -5,6 +5,7 @@
5
5
  @import "../common/_index.scss";
6
6
  @import "../button/_index.scss";
7
7
  @import "../icons/_index.scss";
8
+ @import "../list/_index.scss";
8
9
 
9
10
 
10
11
  // Component
@@ -77,7 +77,7 @@ $tabstrip-item-selected-border: $component-border !default;
77
77
  /// @group tabstrip
78
78
  $tabstrip-item-selected-gradient: false !default;
79
79
 
80
- $tabstrip-item-focused-shadow: $list-item-focused-shadow !default;
80
+ $tabstrip-item-focused-shadow: $kendo-list-item-focus-shadow !default;
81
81
 
82
82
  $tabstrip-item-dragging-shadow: 0px 3px 4px rgba(0, 0, 0, .15) !default;
83
83
 
@@ -86,10 +86,10 @@ $tabstrip-indicator-color: null !default;
86
86
 
87
87
  /// Horizontal padding of tabstrip content
88
88
  /// @group tabstrip
89
- $tabstrip-content-padding-x: $tabstrip-item-padding-x !default;
89
+ $tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
90
90
  /// Vertical padding of tabstrip content
91
91
  /// @group tabstrip
92
- $tabstrip-content-padding-y: $tabstrip-item-padding-y !default;
92
+ $tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
93
93
  /// Width of border around tabstrip content
94
94
  /// @group tabstrip
95
95
  $tabstrip-content-border-width: 1px !default;
@@ -46,8 +46,6 @@ $taskboard-column-cards-padding-y: null !default;
46
46
  $taskboard-column-cards-padding-x: null !default;
47
47
  $taskboard-column-cards-gap: ( $taskboard-spacer / 2 ) !default;
48
48
 
49
- $taskboard-column-new-calc-height: calc( #{$kendo-input-calc-height} + #{$taskboard-column-header-padding-y * 2} ) !default;
50
-
51
49
  $taskboard-pane-width: $taskboard-column-width !default;
52
50
  $taskboard-pane-padding-y: null !default;
53
51
  $taskboard-pane-padding-x: null !default;
@@ -2,11 +2,11 @@
2
2
 
3
3
 
4
4
  // Dependencies
5
- @import "../common/_index.scss";
6
5
  @import "../input/_index.scss";
7
- @import "../floating-label/_index.scss";
6
+ @import "../button/_index.scss";
8
7
  @import "../popup/_index.scss";
9
- @import "../icons/_index.scss";
8
+ @import "../list/_index.scss";
9
+ @import "../timeselector/_index.scss";
10
10
 
11
11
 
12
12
  // Component
@@ -1 +1 @@
1
- // Timepicker
1
+ // Time picker
@@ -0,0 +1,13 @@
1
+ @import "../core/_index.scss";
2
+
3
+
4
+ // Dependencies
5
+ @import "../list/_index.scss";
6
+ @import "../action-buttons/_index.scss";
7
+ @import "../button/_index.scss";
8
+
9
+
10
+ // Component
11
+ @import "_variables.scss";
12
+ @import "_layout.scss";
13
+ @import "_theme.scss";
@@ -0,0 +1 @@
1
+ @import "~@progress/kendo-theme-default/scss/timeselector/_layout.scss";
@@ -0,0 +1 @@
1
+ @import "~@progress/kendo-theme-default/scss/timeselector/_theme.scss";
@@ -0,0 +1,32 @@
1
+ // Time selector
2
+ $time-selector-border-width: 1px !default;
3
+ $time-selector-font-family: $font-family !default;
4
+ $time-selector-font-size: $font-size !default;
5
+ $time-selector-line-height: $line-height !default;
6
+
7
+ $time-selector-bg: $component-bg !default;
8
+ $time-selector-text: $component-text !default;
9
+ $time-selector-border: $component-border !default;
10
+
11
+ $time-selector-header-padding-x: map-get( $spacing, 1 ) !default;
12
+ $time-selector-header-padding-y: map-get( $spacing, 1 ) !default;
13
+ $time-selector-header-border-width: 0px !default;
14
+
15
+ $time-list-width: 4em !default;
16
+ $time-list-height: 240px !default;
17
+
18
+ $time-list-title-font-size: $font-size-sm !default;
19
+ $time-list-title-line-height: 1.5 !default;
20
+ $time-list-title-height: ( $time-list-title-font-size * $time-list-title-line-height) !default;
21
+ $time-list-title-text: $subtle-text !default;
22
+ $time-list-title-focus-text: $component-text !default;
23
+
24
+ $time-list-item-padding-x: $kendo-list-item-padding-x-md !default;
25
+ $time-list-item-padding-y: $kendo-list-item-padding-y-md !default;
26
+
27
+ $time-list-highlight-border-width: 1px 0px !default;
28
+ $time-list-highlight-height: calc( #{$time-selector-font-size * $time-selector-line-height} + #{ $time-list-item-padding-y * 2} ) !default;
29
+ $time-list-highlight-bg: $component-bg !default;
30
+ $time-list-highlight-border: $component-border !default;
31
+
32
+ $time-list-focused-bg: rgba(0, 0, 0, .04) !default;
@@ -23,3 +23,5 @@ $toolbar-gradient: null !default;
23
23
  $toolbar-shadow: null !default;
24
24
 
25
25
  $toolbar-separator-border: inherit !default;
26
+
27
+ $toolbar-input-width: 10em !default;