@progress/kendo-theme-bootstrap 8.0.2-dev.4 → 8.1.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 (142) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +1384 -1370
  3. package/dist/bootstrap-3-dark.css +1 -1
  4. package/dist/bootstrap-3.css +1 -1
  5. package/dist/bootstrap-4-dark.css +1 -1
  6. package/dist/bootstrap-4.css +1 -1
  7. package/dist/bootstrap-dataviz-v4.css +1 -1
  8. package/dist/bootstrap-main-dark.css +1 -1
  9. package/dist/bootstrap-main-dark.scss +136 -106
  10. package/dist/bootstrap-main.css +1 -1
  11. package/dist/bootstrap-nordic.css +1 -1
  12. package/dist/bootstrap-turquoise-dark.css +1 -1
  13. package/dist/bootstrap-turquoise.css +1 -1
  14. package/dist/bootstrap-urban.css +1 -1
  15. package/dist/bootstrap-vintage.css +1 -1
  16. package/dist/meta/sassdoc-data.json +9011 -3643
  17. package/dist/meta/sassdoc-raw-data.json +2795 -1176
  18. package/dist/meta/variables.json +3984 -111
  19. package/lib/swatches/bootstrap-3-dark.json +1 -1
  20. package/lib/swatches/bootstrap-3.json +1 -1
  21. package/lib/swatches/bootstrap-4-dark.json +1 -1
  22. package/lib/swatches/bootstrap-4.json +1 -1
  23. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  24. package/lib/swatches/bootstrap-main-dark.json +267 -117
  25. package/lib/swatches/bootstrap-main.json +1 -1
  26. package/lib/swatches/bootstrap-nordic.json +1 -1
  27. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  28. package/lib/swatches/bootstrap-turquoise.json +1 -1
  29. package/lib/swatches/bootstrap-urban.json +1 -1
  30. package/lib/swatches/bootstrap-vintage.json +1 -1
  31. package/package.json +5 -5
  32. package/scss/_variables.scss +2 -15
  33. package/scss/action-buttons/_index.scss +0 -1
  34. package/scss/action-sheet/_index.scss +0 -1
  35. package/scss/appbar/_index.scss +0 -1
  36. package/scss/autocomplete/_index.scss +0 -1
  37. package/scss/avatar/_index.scss +0 -1
  38. package/scss/bottom-navigation/_index.scss +0 -1
  39. package/scss/breadcrumb/_index.scss +0 -1
  40. package/scss/calendar/_index.scss +0 -1
  41. package/scss/captcha/_index.scss +0 -1
  42. package/scss/card/_index.scss +0 -1
  43. package/scss/chat/_index.scss +0 -1
  44. package/scss/coloreditor/_index.scss +0 -1
  45. package/scss/coloreditor/_variables.scss +24 -24
  46. package/scss/colorgradient/_index.scss +0 -1
  47. package/scss/colorgradient/_variables.scss +43 -43
  48. package/scss/colorpalette/_index.scss +0 -1
  49. package/scss/colorpalette/_variables.scss +8 -8
  50. package/scss/combobox/_index.scss +0 -1
  51. package/scss/core/border-radii/index.import.scss +1 -0
  52. package/scss/core/color-system/_palettes.scss +17 -1
  53. package/scss/core/color-system/_swatch-legacy.scss +13 -1
  54. package/scss/core/color-system/_swatch.scss +248 -3
  55. package/scss/core/elevation/index.import.scss +10 -10
  56. package/scss/dataviz/_index.scss +0 -1
  57. package/scss/daterangepicker/_index.scss +0 -1
  58. package/scss/dialog/_index.scss +0 -1
  59. package/scss/drawer/_index.scss +0 -1
  60. package/scss/dropdowngrid/_index.scss +0 -1
  61. package/scss/dropdownlist/_index.scss +0 -1
  62. package/scss/dropdowntree/_index.scss +0 -1
  63. package/scss/dropzone/_index.scss +0 -1
  64. package/scss/editor/_index.scss +0 -1
  65. package/scss/expansion-panel/_index.scss +0 -1
  66. package/scss/fab/_index.scss +0 -1
  67. package/scss/filemanager/_index.scss +0 -1
  68. package/scss/filemanager/_variables.scss +57 -57
  69. package/scss/filter/_index.scss +0 -1
  70. package/scss/floating-label/_index.scss +0 -1
  71. package/scss/forms/_index.scss +0 -1
  72. package/scss/gantt/_index.scss +1 -1
  73. package/scss/grid/_index.scss +0 -1
  74. package/scss/imageeditor/_index.scss +0 -1
  75. package/scss/index.scss +3 -1
  76. package/scss/input/_index.scss +0 -1
  77. package/scss/list/_index.scss +0 -1
  78. package/scss/listbox/_index.scss +0 -1
  79. package/scss/listgroup/_index.scss +0 -1
  80. package/scss/listview/_index.scss +0 -1
  81. package/scss/loader/_index.scss +0 -1
  82. package/scss/loader/_layout.scss +1 -0
  83. package/scss/loader/_variables.scss +3 -0
  84. package/scss/map/_index.scss +0 -1
  85. package/scss/maskedtextbox/_index.scss +0 -1
  86. package/scss/mediaplayer/_index.scss +0 -1
  87. package/scss/menu/_index.scss +0 -1
  88. package/scss/messagebox/_index.scss +0 -1
  89. package/scss/multiselect/_index.scss +0 -1
  90. package/scss/notification/_index.scss +0 -1
  91. package/scss/numerictextbox/_index.scss +0 -1
  92. package/scss/orgchart/_index.scss +0 -1
  93. package/scss/pager/_index.scss +0 -1
  94. package/scss/panel/_index.scss +36 -0
  95. package/scss/panel/_layout.scss +5 -0
  96. package/scss/panel/_theme.scss +5 -0
  97. package/scss/panel/_variables.scss +34 -0
  98. package/scss/panelbar/_index.scss +0 -1
  99. package/scss/pdf-viewer/_index.scss +0 -1
  100. package/scss/pivotgrid/_index.scss +0 -1
  101. package/scss/popover/_index.scss +0 -1
  102. package/scss/popup/_index.scss +0 -1
  103. package/scss/progressbar/_index.scss +0 -1
  104. package/scss/prompt/_index.scss +0 -4
  105. package/scss/rating/_index.scss +0 -1
  106. package/scss/responsivepanel/_index.scss +0 -1
  107. package/scss/ripple/_index.scss +0 -1
  108. package/scss/scheduler/_index.scss +1 -1
  109. package/scss/scroller/_index.scss +0 -1
  110. package/scss/scrollview/_index.scss +0 -1
  111. package/scss/slider/_index.scss +0 -1
  112. package/scss/splitter/_index.scss +0 -1
  113. package/scss/spreadsheet/_index.scss +0 -1
  114. package/scss/stepper/_index.scss +0 -1
  115. package/scss/stepper/_variables.scss +2 -2
  116. package/scss/switch/_index.scss +0 -1
  117. package/scss/table/_index.scss +0 -1
  118. package/scss/tabstrip/_index.scss +0 -1
  119. package/scss/taskboard/_index.scss +0 -1
  120. package/scss/textarea/_index.scss +0 -1
  121. package/scss/textbox/_index.scss +0 -1
  122. package/scss/tilelayout/_index.scss +0 -1
  123. package/scss/tilelayout/_variables.scss +10 -10
  124. package/scss/time-marker/_index.scss +32 -0
  125. package/scss/time-marker/_layout.scss +5 -0
  126. package/scss/time-marker/_theme.scss +6 -0
  127. package/scss/time-marker/_variables.scss +6 -0
  128. package/scss/timeline/_index.scss +0 -1
  129. package/scss/toolbar/_index.scss +0 -1
  130. package/scss/tooltip/_index.scss +0 -1
  131. package/scss/treelist/_index.scss +0 -1
  132. package/scss/treeview/_index.scss +0 -1
  133. package/scss/upload/_index.scss +0 -1
  134. package/scss/validator/_index.scss +0 -1
  135. package/scss/window/_index.scss +0 -1
  136. package/scss/wizard/_index.scss +0 -1
  137. package/scss/common/_animations.scss +0 -1
  138. package/scss/common/_base.scss +0 -1
  139. package/scss/common/_index.scss +0 -5
  140. package/scss/common/_indicators.scss +0 -1
  141. package/scss/common/_resizing.scss +0 -1
  142. package/scss/common/_scrollbar.scss +0 -1
@@ -1,182 +1,182 @@
1
1
  // FileManager
2
2
 
3
3
  /// The space between the FileManager items.
4
- /// @group filemanager
4
+ /// @group file-manager
5
5
  $kendo-file-manager-spacer: k-spacing(4) !default;
6
6
  /// The border width of the FileManager.
7
- /// @group filemanager
7
+ /// @group file-manager
8
8
  $kendo-file-manager-border-width: 1px !default;
9
9
  /// The font family of the FileManager.
10
- /// @group filemanager
10
+ /// @group file-manager
11
11
  $kendo-file-manager-font-family: var( --kendo-font-family, inherit ) !default;
12
12
  /// The font size of the FileManager.
13
- /// @group filemanager
13
+ /// @group file-manager
14
14
  $kendo-file-manager-font-size: var( --kendo-font-size, inherit ) !default;
15
15
  /// The line height of the FileManager.
16
- /// @group filemanager
16
+ /// @group file-manager
17
17
  $kendo-file-manager-line-height: var( --kendo-line-height, normal ) !default;
18
18
  /// The background color of the FileManager.
19
- /// @group filemanager
19
+ /// @group file-manager
20
20
  $kendo-file-manager-bg: $kendo-component-bg !default;
21
21
  /// The text color of the FileManager.
22
- /// @group filemanager
22
+ /// @group file-manager
23
23
  $kendo-file-manager-text: $kendo-component-text !default;
24
24
  /// The border color of the FileManager.
25
- /// @group filemanager
25
+ /// @group file-manager
26
26
  $kendo-file-manager-border: $kendo-component-border !default;
27
27
 
28
28
  /// The border width of the FileManager Toolbar.
29
- /// @group filemanager
29
+ /// @group file-manager
30
30
  $kendo-file-manager-toolbar-border-width: $kendo-file-manager-border-width !default;
31
31
  /// The background color of the FileManager Toolbar.
32
- /// @group filemanager
32
+ /// @group file-manager
33
33
  $kendo-file-manager-toolbar-bg: null !default;
34
34
  /// The text color of the FileManager Toolbar.
35
- /// @group filemanager
35
+ /// @group file-manager
36
36
  $kendo-file-manager-toolbar-text: null !default;
37
37
  /// The border color of the FileManager Toolbar.
38
- /// @group filemanager
38
+ /// @group file-manager
39
39
  $kendo-file-manager-toolbar-border: null !default;
40
40
  /// The gradient of the FileManager Toolbar.
41
- /// @group filemanager
41
+ /// @group file-manager
42
42
  $kendo-file-manager-toolbar-gradient: null !default;
43
43
 
44
44
  /// The horizontal padding of the FileManager Navigation.
45
- /// @group filemanager
45
+ /// @group file-manager
46
46
  $kendo-file-manager-navigation-padding-x: $kendo-file-manager-spacer !default;
47
47
  /// The vertical padding of the FileManager Navigation.
48
- /// @group filemanager
48
+ /// @group file-manager
49
49
  $kendo-file-manager-navigation-padding-y: $kendo-file-manager-spacer !default;
50
50
  /// The width of the FileManager Navigation.
51
- /// @group filemanager
51
+ /// @group file-manager
52
52
  $kendo-file-manager-navigation-width: 20% !default;
53
53
  /// The border width of the FileManager Navigation.
54
- /// @group filemanager
54
+ /// @group file-manager
55
55
  $kendo-file-manager-navigation-border-width: $kendo-file-manager-border-width !default;
56
56
  /// The background color of the FileManager Navigation.
57
- /// @group filemanager
57
+ /// @group file-manager
58
58
  $kendo-file-manager-navigation-bg: null !default;
59
59
  /// The text color of the FileManager Navigation.
60
- /// @group filemanager
60
+ /// @group file-manager
61
61
  $kendo-file-manager-navigation-text: null !default;
62
62
  /// The border color of the FileManager Navigation.
63
- /// @group filemanager
63
+ /// @group file-manager
64
64
  $kendo-file-manager-navigation-border: null !default;
65
65
 
66
66
  /// The horizontal padding of the FileManager Breadcrumb.
67
- /// @group filemanager
67
+ /// @group file-manager
68
68
  $kendo-file-manager-breadcrumb-padding-x: k-spacing(2) !default;
69
69
  /// The vertical padding of the FileManager Breadcrumb.
70
- /// @group filemanager
70
+ /// @group file-manager
71
71
  $kendo-file-manager-breadcrumb-padding-y: k-spacing(2) !default;
72
72
  /// The border width of the FileManager Breadcrumb.
73
- /// @group filemanager
73
+ /// @group file-manager
74
74
  $kendo-file-manager-breadcrumb-border-width: $kendo-file-manager-border-width !default;
75
75
  /// The background color of the FileManager Breadcrumb.
76
- /// @group filemanager
76
+ /// @group file-manager
77
77
  $kendo-file-manager-breadcrumb-bg: $kendo-toolbar-bg !default;
78
78
  /// The text color of the FileManager Breadcrumb.
79
- /// @group filemanager
79
+ /// @group file-manager
80
80
  $kendo-file-manager-breadcrumb-text: null !default;
81
81
  /// The border color of the FileManager Breadcrumb.
82
- /// @group filemanager
82
+ /// @group file-manager
83
83
  $kendo-file-manager-breadcrumb-border: null !default;
84
84
 
85
85
  /// The background color of the FileManager ListView.
86
- /// @group filemanager
86
+ /// @group file-manager
87
87
  $kendo-file-manager-listview-bg: null !default;
88
88
  /// The text color of the FileManager ListView.
89
- /// @group filemanager
89
+ /// @group file-manager
90
90
  $kendo-file-manager-listview-text: null !default;
91
91
  /// The border color of the FileManager ListView.
92
- /// @group filemanager
92
+ /// @group file-manager
93
93
  $kendo-file-manager-listview-border: null !default;
94
94
 
95
95
  /// The horizontal padding of the FileManager ListView item.
96
- /// @group filemanager
96
+ /// @group file-manager
97
97
  $kendo-file-manager-listview-item-padding-x: k-spacing(4) !default;
98
98
  /// The vertical padding of the FileManager ListView item.
99
- /// @group filemanager
99
+ /// @group file-manager
100
100
  $kendo-file-manager-listview-item-padding-y: k-spacing(4) !default;
101
101
  /// The width of the FileManager ListView item.
102
- /// @group filemanager
102
+ /// @group file-manager
103
103
  $kendo-file-manager-listview-item-width: 120px !default;
104
104
  /// The height of the FileManager ListView item.
105
- /// @group filemanager
105
+ /// @group file-manager
106
106
  $kendo-file-manager-listview-item-height: 120px !default;
107
107
  /// The background color of the FileManager ListView item.
108
- /// @group filemanager
108
+ /// @group file-manager
109
109
  $kendo-file-manager-listview-item-bg: null !default;
110
110
  /// The text color of the FileManager ListView item.
111
- /// @group filemanager
111
+ /// @group file-manager
112
112
  $kendo-file-manager-listview-item-text: null !default;
113
113
  /// The border color of the FileManager ListView item.
114
- /// @group filemanager
114
+ /// @group file-manager
115
115
  $kendo-file-manager-listview-item-border: null !default;
116
116
 
117
117
  /// The background color of the FileManager ListView item icon.
118
- /// @group filemanager
118
+ /// @group file-manager
119
119
  $kendo-file-manager-listview-item-icon-bg: null !default;
120
120
  /// The text color of the FileManager ListView item icon.
121
- /// @group filemanager
121
+ /// @group file-manager
122
122
  $kendo-file-manager-listview-item-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 )) !default;
123
123
  /// The border color of the FileManager ListView item icon.
124
- /// @group filemanager
124
+ /// @group file-manager
125
125
  $kendo-file-manager-listview-item-icon-border: null !default;
126
126
  /// Background color of the FileManager selected ListView item icon.
127
- /// @group filemanager
127
+ /// @group file-manager
128
128
  $kendo-file-manager-listview-item-icon-selected-bg: null !default;
129
129
  /// Text color of the FileManager selected ListView item icon.
130
- /// @group filemanager
130
+ /// @group file-manager
131
131
  $kendo-file-manager-listview-item-icon-selected-text: inherit !default;
132
132
  /// Border color of the FileManager selected ListView item icon.
133
- /// @group filemanager
133
+ /// @group file-manager
134
134
  $kendo-file-manager-listview-item-icon-selected-border: null !default;
135
135
 
136
136
  /// The background color of the FileManager Grid.
137
- /// @group filemanager
137
+ /// @group file-manager
138
138
  $kendo-file-manager-grid-bg: null !default;
139
139
  /// The text color of the FileManager Grid.
140
- /// @group filemanager
140
+ /// @group file-manager
141
141
  $kendo-file-manager-grid-text: null !default;
142
142
  /// The border color of the FileManager Grid.
143
- /// @group filemanager
143
+ /// @group file-manager
144
144
  $kendo-file-manager-grid-border: null !default;
145
145
 
146
146
  /// The horizontal padding of the FileManager preview.
147
- /// @group filemanager
147
+ /// @group file-manager
148
148
  $kendo-file-manager-preview-padding-x: $kendo-file-manager-spacer !default;
149
149
  /// The vertical padding of the FileManager preview.
150
- /// @group filemanager
150
+ /// @group file-manager
151
151
  $kendo-file-manager-preview-padding-y: $kendo-file-manager-spacer !default;
152
152
  /// The width of the FileManager preview.
153
- /// @group filemanager
153
+ /// @group file-manager
154
154
  $kendo-file-manager-preview-width: 20% !default;
155
155
  /// The border width of the FileManager preview.
156
- /// @group filemanager
156
+ /// @group file-manager
157
157
  $kendo-file-manager-preview-border-width: $kendo-file-manager-border-width !default;
158
158
  /// The spacing of the FileManager preview.
159
- /// @group filemanager
159
+ /// @group file-manager
160
160
  $kendo-file-manager-preview-spacing: $kendo-file-manager-spacer !default;
161
161
  /// The gap between the columns in the FileManager preview.
162
- /// @group filemanager
162
+ /// @group file-manager
163
163
  $kendo-file-manager-preview-column-gap: k-spacing(1) !default;
164
164
  /// The background color of the FileManager preview.
165
- /// @group filemanager
165
+ /// @group file-manager
166
166
  $kendo-file-manager-preview-bg: null !default;
167
167
  /// The text color of the FileManager preview.
168
- /// @group filemanager
168
+ /// @group file-manager
169
169
  $kendo-file-manager-preview-text: null !default;
170
170
  /// The border color of the FileManager preview.
171
- /// @group filemanager
171
+ /// @group file-manager
172
172
  $kendo-file-manager-preview-border: null !default;
173
173
 
174
174
  /// The background color of the FileManager preview icon.
175
- /// @group filemanager
175
+ /// @group file-manager
176
176
  $kendo-file-manager-preview-icon-bg: null !default;
177
177
  /// The text color of the FileManager preview icon.
178
- /// @group filemanager
178
+ /// @group file-manager
179
179
  $kendo-file-manager-preview-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 )) !default;
180
180
  /// The border color of the FileManager preview icon.
181
- /// @group filemanager
181
+ /// @group file-manager
182
182
  $kendo-file-manager-preview-icon-border: null !default;
@@ -18,7 +18,6 @@ $_kendo-module-meta: (
18
18
 
19
19
 
20
20
  // Dependencies
21
- @import "../common/_index.scss";
22
21
  @import "../button/_index.scss";
23
22
  @import "../input/_index.scss";
24
23
  @import "../checkbox/_index.scss";
@@ -12,7 +12,6 @@ $_kendo-module-meta: (
12
12
 
13
13
 
14
14
  // Dependencies
15
- @import "../common/_index.scss";
16
15
  @import "../input/_index.scss";
17
16
 
18
17
 
@@ -14,7 +14,6 @@ $_kendo-module-meta: (
14
14
 
15
15
 
16
16
  // Dependencies // TODO: extract variables
17
- @import "../common/_index.scss";
18
17
  @import "../toolbar/_index.scss";
19
18
  @import "../action-buttons/_index.scss";
20
19
 
@@ -15,12 +15,12 @@ $_kendo-module-meta: (
15
15
  "treelist",
16
16
  "validator",
17
17
  "window",
18
+ "time-marker"
18
19
  )
19
20
  );
20
21
 
21
22
 
22
23
  // Dependencies
23
- @import "../common/_index.scss";
24
24
  @import "../button/_index.scss";
25
25
  @import "../input/_index.scss";
26
26
  @import "../validator/_index.scss";
@@ -35,7 +35,6 @@ $_kendo-module-meta: (
35
35
 
36
36
 
37
37
  // Dependencies
38
- @import "../common/_index.scss";
39
38
  @import "../adaptive/_index.scss";
40
39
  @import "../progressbar/_index.scss";
41
40
  @import "../button/_index.scss";
@@ -16,7 +16,6 @@ $_kendo-module-meta: (
16
16
 
17
17
 
18
18
  // Dependencies
19
- @import "../common/_index.scss";
20
19
  @import "../toolbar/_index.scss";
21
20
  @import "../forms/_index.scss";
22
21
  @import "../dropdownlist/_index.scss";
package/scss/index.scss CHANGED
@@ -1,5 +1,4 @@
1
1
  @import "./core/_index.scss";
2
- @import "./common/_index.scss";
3
2
 
4
3
 
5
4
  // Typography and utils
@@ -31,6 +30,7 @@
31
30
  @import "./loader/_index.scss";
32
31
  // @import "./loading/_index.scss";
33
32
  @import "./skeleton/_index.scss";
33
+ @import "./time-marker/_index.scss";
34
34
 
35
35
 
36
36
  // Form helpers
@@ -117,6 +117,7 @@
117
117
  // Layout & containers
118
118
  @import "./card/_index.scss";
119
119
  @import "./expansion-panel/_index.scss";
120
+ @import "./panel/_index.scss";
120
121
  @import "./panelbar/_index.scss";
121
122
  @import "./splitter/_index.scss";
122
123
  @import "./tilelayout/_index.scss";
@@ -203,6 +204,7 @@
203
204
  @include kendo-loader--styles();
204
205
  @include kendo-skeleton--styles();
205
206
  @include kendo-tooltip--styles();
207
+ @include kendo-time-marker--styles();
206
208
 
207
209
 
208
210
  // Form helpers
@@ -13,7 +13,6 @@ $_kendo-module-meta: (
13
13
 
14
14
 
15
15
  // Dependencies
16
- @import "../common/_index.scss";
17
16
  @import "../button/_index.scss";
18
17
 
19
18
 
@@ -13,7 +13,6 @@ $_kendo-module-meta: (
13
13
 
14
14
 
15
15
  // Dependencies
16
- @import "../common/_index.scss";
17
16
  @import "../checkbox/_index.scss";
18
17
 
19
18
 
@@ -15,7 +15,6 @@ $_kendo-module-meta: (
15
15
 
16
16
 
17
17
  // Dependencies
18
- @import "../common/_index.scss";
19
18
  @import "../button/_index.scss";
20
19
  @import "../popup/_index.scss";
21
20
  @import "../list/_index.scss";
@@ -12,7 +12,6 @@ $_kendo-module-meta: (
12
12
 
13
13
 
14
14
  // Dependencies
15
- @import "../common/_index.scss";
16
15
  @import "../icons/_index.scss";
17
16
 
18
17
 
@@ -14,7 +14,6 @@ $_kendo-module-meta: (
14
14
 
15
15
 
16
16
  // Dependencies
17
- @import "../common/_index.scss";
18
17
  // @import "../utils/_flex.scss";
19
18
  // @import "../utils/_grid.scss";
20
19
  @import "../pager/_index.scss";
@@ -12,7 +12,6 @@ $_kendo-module-meta: (
12
12
 
13
13
 
14
14
  // Dependencies
15
- @import "../common/_index.scss";
16
15
  @import "../overlay/_index.scss";
17
16
 
18
17
 
@@ -4,6 +4,7 @@
4
4
  @mixin kendo-loader--layout() {
5
5
 
6
6
  @include kendo-loader--layout-base();
7
+ @include kendo-loading--layout-base();
7
8
 
8
9
  .k-i-loading,
9
10
  .k-loading-image {
@@ -124,3 +124,6 @@ $kendo-loading-text: currentColor !default;
124
124
  /// The opacity of the Loading indicator.
125
125
  /// @group loading
126
126
  $kendo-loading-opacity: .3 !default;
127
+ /// The z-index of the Loading indicator.
128
+ /// @group loading
129
+ $kendo-zindex-loading: 100 !default;
@@ -15,7 +15,6 @@ $_kendo-module-meta: (
15
15
 
16
16
 
17
17
  // Dependencies
18
- @import "../common/_index.scss";
19
18
  // @import "../utils/_position.scss";
20
19
  @import "../button/_index.scss";
21
20
  @import "../scroller/_index.scss";
@@ -13,7 +13,6 @@ $_kendo-module-meta: (
13
13
 
14
14
 
15
15
  // Dependencies
16
- @import "../common/_index.scss";
17
16
  @import "../input/_index.scss";
18
17
  @import "../floating-label/_index.scss";
19
18
  @import "../icons/_index.scss";
@@ -14,7 +14,6 @@ $_kendo-module-meta: (
14
14
 
15
15
 
16
16
  // Dependencies
17
- @import "../common/_index.scss";
18
17
  @import "../slider/_index.scss";
19
18
  @import "../toolbar/_index.scss";
20
19
  @import "../icons/_index.scss";
@@ -15,7 +15,6 @@ $_kendo-module-meta: (
15
15
 
16
16
 
17
17
  // Dependencies
18
- @import "../common/_index.scss";
19
18
  @import "../popup/_index.scss";
20
19
  @import "../list/_index.scss";
21
20
  @import "../icons/_index.scss";
@@ -12,7 +12,6 @@ $_kendo-module-meta: (
12
12
 
13
13
 
14
14
  // Dependencies
15
- @import "../common/_index.scss";
16
15
  @import "../icons/_index.scss";
17
16
 
18
17
 
@@ -17,7 +17,6 @@ $_kendo-module-meta: (
17
17
 
18
18
 
19
19
  // Dependencies
20
- @import "../common/_index.scss";
21
20
  @import "../button/_index.scss";
22
21
  @import "../input/_index.scss";
23
22
  @import "../chip/_index.scss";
@@ -13,7 +13,6 @@ $_kendo-module-meta: (
13
13
 
14
14
 
15
15
  // Dependencies
16
- @import "../common/_index.scss";
17
16
  @import "../popup/_index.scss";
18
17
  @import "../icons/_index.scss";
19
18
 
@@ -13,7 +13,6 @@ $_kendo-module-meta: (
13
13
 
14
14
 
15
15
  // Dependencies
16
- @import "../common/_index.scss";
17
16
  @import "../input/_index.scss";
18
17
  @import "../floating-label/_index.scss";
19
18
  @import "../icons/_index.scss";
@@ -20,7 +20,6 @@ $_kendo-module-meta: (
20
20
 
21
21
  // Dependencies
22
22
  // @import "../utils/_index.scss";
23
- @import "../common/_index.scss";
24
23
  @import "../icons/_index.scss";
25
24
  @import "../forms/_index.scss";
26
25
  @import "../textbox/_index.scss";
@@ -14,7 +14,6 @@ $_kendo-module-meta: (
14
14
 
15
15
 
16
16
  // Dependencies
17
- @import "../common/_index.scss";
18
17
  @import "../dropdownlist/_index.scss";
19
18
  @import "../icons/_index.scss";
20
19
  @import "../button/_index.scss";
@@ -0,0 +1,36 @@
1
+ @import "../core/_index.scss";
2
+ @import "../utils/_index.scss";
3
+
4
+
5
+ // Module meta
6
+ $_kendo-module-meta: (
7
+ name: "panel",
8
+ dependencies: ()
9
+ );
10
+
11
+
12
+ // Dependencies
13
+
14
+
15
+ // Component
16
+ @import "./_variables.scss";
17
+ @import "./_layout.scss";
18
+ @import "./_theme.scss";
19
+
20
+
21
+ // Register
22
+ @import "../core/module-system/index.import.scss";
23
+ @include module-register( $_kendo-module-meta... );
24
+
25
+
26
+ // Expose
27
+ @mixin kendo-panel--styles() {
28
+ @include module-render( "panel" ) {
29
+ @include kendo-panel--layout();
30
+ @include kendo-panel--theme();
31
+ }
32
+ }
33
+
34
+ @if $kendo-auto-bootstrap {
35
+ @include kendo-panel--styles();
36
+ }
@@ -0,0 +1,5 @@
1
+ @import "@progress/kendo-theme-default/scss/panel/_layout.scss";
2
+
3
+ @mixin kendo-panel--layout() {
4
+ @include kendo-panel--layout--base();
5
+ }
@@ -0,0 +1,5 @@
1
+ @import "@progress/kendo-theme-default/scss/panel/_theme.scss";
2
+
3
+ @mixin kendo-panel--theme() {
4
+ @include kendo-panel--theme--base();
5
+ }
@@ -0,0 +1,34 @@
1
+
2
+ /// The border radius of the Panel.
3
+ /// @group panel
4
+ $kendo-panel-border-radius: k-border-radius(md);
5
+ /// The width of the border around the Panel.
6
+ /// @group panel
7
+ $kendo-panel-border-width: 1px;
8
+ /// The style of the border around the Panel.
9
+ /// @group panel
10
+ $kendo-panel-border-style: solid;
11
+
12
+ /// The inline padding of the Panel header.
13
+ /// @group panel
14
+ $kendo-panel-header-padding-inline: k-spacing(2);
15
+ /// The block padding of the Panel header.
16
+ /// @group panel
17
+ $kendo-panel-header-padding-block: k-spacing(1);
18
+
19
+ /// The inline padding of the Panel content.
20
+ /// @group panel
21
+ $kendo-panel-content-padding-inline: k-spacing(2);
22
+ /// The block padding of the Panel content.
23
+ /// @group panel
24
+ $kendo-panel-content-padding-block: k-spacing(1);
25
+
26
+ /// The text color of the Panel.
27
+ /// @group panel
28
+ $kendo-panel-text: var(--kendo-component-text, #{$kendo-component-text});
29
+ /// The background color of the Panel.
30
+ /// @group panel
31
+ $kendo-panel-bg: var(--kendo-component-bg, #{$kendo-component-bg});
32
+ /// The color of the border around the Panel.
33
+ /// @group panel
34
+ $kendo-panel-border: var(--kendo-component-border, #{$kendo-component-border});
@@ -13,7 +13,6 @@ $_kendo-module-meta: (
13
13
 
14
14
 
15
15
  // Dependencies
16
- @import "../common/_index.scss";
17
16
  @import "../icons/_index.scss";
18
17
  @import "../list/_index.scss";
19
18
 
@@ -18,7 +18,6 @@ $_kendo-module-meta: (
18
18
 
19
19
 
20
20
  // Dependencies
21
- @import "../common/_index.scss";
22
21
  // @import "../utils/_index.scss";
23
22
  @import "../combobox/_index.scss";
24
23
  @import "../toolbar/_index.scss";
@@ -16,7 +16,6 @@ $_kendo-module-meta: (
16
16
 
17
17
 
18
18
  // Dependencies
19
- @import "../common/_index.scss";
20
19
  @import "../dialog/_index.scss";
21
20
  @import "../treeview/_index.scss";
22
21
  @import "../grid/_index.scss";
@@ -13,7 +13,6 @@ $_kendo-module-meta: (
13
13
 
14
14
 
15
15
  // Dependencies
16
- @import "../common/_index.scss";
17
16
  @import "../card/_index.scss";
18
17
  @import "../popup/_index.scss";
19
18
 
@@ -10,7 +10,6 @@ $_kendo-module-meta: (
10
10
 
11
11
 
12
12
  // Dependencies
13
- @import "../common/_index.scss";
14
13
 
15
14
 
16
15
  // Component
@@ -10,7 +10,6 @@ $_kendo-module-meta: (
10
10
 
11
11
 
12
12
  // Dependencies
13
- @import "../common/_index.scss";
14
13
 
15
14
 
16
15
  // Component
@@ -9,10 +9,6 @@ $_kendo-module-meta: (
9
9
  );
10
10
 
11
11
 
12
- // Dependencies
13
- @import "../common/_index.scss";
14
-
15
-
16
12
  // Component
17
13
  @import "./_variables.scss";
18
14
  @import "./_layout.scss";