@progress/kendo-theme-bootstrap 10.1.0-dev.1 → 10.1.0-dev.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 (45) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3.css +1 -1
  4. package/dist/bootstrap-4-dark.css +1 -1
  5. package/dist/bootstrap-4.css +1 -1
  6. package/dist/bootstrap-dataviz-v4.css +1 -1
  7. package/dist/bootstrap-main-dark.css +1 -1
  8. package/dist/bootstrap-main.css +1 -1
  9. package/dist/bootstrap-nordic.css +1 -1
  10. package/dist/bootstrap-turquoise-dark.css +1 -1
  11. package/dist/bootstrap-turquoise.css +1 -1
  12. package/dist/bootstrap-urban.css +1 -1
  13. package/dist/bootstrap-vintage.css +1 -1
  14. package/dist/meta/sassdoc-data.json +2106 -2106
  15. package/dist/meta/sassdoc-raw-data.json +1029 -1029
  16. package/dist/meta/variables.json +28 -28
  17. package/lib/swatches/bootstrap-3-dark.json +1 -1
  18. package/lib/swatches/bootstrap-3.json +1 -1
  19. package/lib/swatches/bootstrap-4-dark.json +1 -1
  20. package/lib/swatches/bootstrap-4.json +1 -1
  21. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  22. package/lib/swatches/bootstrap-main-dark.json +1 -1
  23. package/lib/swatches/bootstrap-main.json +1 -1
  24. package/lib/swatches/bootstrap-nordic.json +1 -1
  25. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise.json +1 -1
  27. package/lib/swatches/bootstrap-urban.json +1 -1
  28. package/lib/swatches/bootstrap-vintage.json +1 -1
  29. package/package.json +5 -5
  30. package/scss/dataviz/_variables.scss +25 -24
  31. package/scss/editor/_variables.scss +2 -2
  32. package/scss/gantt/_variables.scss +5 -4
  33. package/scss/grid/_variables.scss +2 -1
  34. package/scss/gridlayout/_index.scss +19 -0
  35. package/scss/gridlayout/_layout.scss +5 -0
  36. package/scss/gridlayout/_theme.scss +5 -0
  37. package/scss/gridlayout/_variables.scss +1 -0
  38. package/scss/index.scss +10 -52
  39. package/scss/stacklayout/_index.scss +19 -0
  40. package/scss/stacklayout/_layout.scss +6 -0
  41. package/scss/stacklayout/_theme.scss +6 -0
  42. package/scss/stacklayout/_variables.scss +1 -0
  43. package/scss/stepper/_variables.scss +2 -1
  44. package/scss/switch/_variables.scss +2 -1
  45. package/scss/typography/_variables.scss +10 -10
package/scss/index.scss CHANGED
@@ -1,16 +1,9 @@
1
- @forward "./core/_index.scss";
2
-
1
+ // Forward component modules by dependency order
3
2
 
4
- // Typography
3
+ @forward "./core/_index.scss";
5
4
  @forward "./typography/_index.scss";
6
-
7
-
8
- // Generic content
9
5
  @forward "./icons/_index.scss";
10
6
  @forward "./messagebox/_index.scss";
11
-
12
-
13
- // Primitive components
14
7
  @forward "./draggable/_index.scss";
15
8
  @forward "./list/_index.scss";
16
9
  @forward "./listgroup/_index.scss";
@@ -18,20 +11,17 @@
18
11
  @forward "./popup/_index.scss";
19
12
  @forward "./ripple/_index.scss";
20
13
  @forward "./table/_index.scss";
14
+ @forward "./gridlayout/_index.scss";
15
+ @forward "./stacklayout/_index.scss";
21
16
  @forward "./virtual-scroller/_index.scss";
22
17
  @forward "./no-data/_index.scss";
23
-
24
- // Indicators
25
18
  @forward "./avatar/_index.scss";
26
19
  @forward "./badge/_index.scss";
27
20
  @forward "./color-preview/_index.scss";
28
21
  @forward "./loader/_index.scss";
29
22
  @forward "./skeleton/_index.scss";
30
23
  @forward "./time-marker/_index.scss";
31
-
32
24
  @forward "./tooltip/_index.scss";
33
-
34
- // Native forms
35
25
  @forward "./button/_index.scss";
36
26
  @forward "./input/_index.scss";
37
27
  @forward "./floating-label/_index.scss";
@@ -43,23 +33,15 @@
43
33
  @forward "./radio/_index.scss";
44
34
  @forward "./slider/_index.scss";
45
35
  @forward "./chip/_index.scss";
46
-
47
36
  @forward "./action-buttons/_index.scss";
48
37
  @forward "./menu/_index.scss";
49
38
  @forward "./menu-button/_index.scss";
50
39
  @forward "./split-button/_index.scss";
51
40
  @forward "./toolbar/_index.scss";
52
-
53
- // Form helpers
54
41
  @forward "./forms/_index.scss";
55
42
  @forward "./validator/_index.scss";
56
-
57
- // Form requirements
58
43
  @forward "./calendar/_index.scss";
59
44
  @forward "./timeselector/_index.scss";
60
-
61
-
62
- // Augmented forms
63
45
  @forward "./autocomplete/_index.scss";
64
46
  @forward "./captcha/_index.scss";
65
47
  @forward "./colorpalette/_index.scss";
@@ -85,15 +67,9 @@
85
67
  @forward "./switch/_index.scss";
86
68
  @forward "./dropzone/_index.scss";
87
69
  @forward "./upload/_index.scss";
88
-
89
-
90
- // Command interfaces
91
70
  @forward "./appbar/_index.scss";
92
71
  @forward "./fab/_index.scss";
93
-
94
72
  @forward "./card/_index.scss";
95
-
96
- // Popups and modals
97
73
  @forward "./action-sheet/_index.scss";
98
74
  @forward "./window/_index.scss";
99
75
  @forward "./dialog/_index.scss";
@@ -101,18 +77,12 @@
101
77
  @forward "./notification/_index.scss";
102
78
  @forward "./popover/_index.scss";
103
79
  @forward "./responsivepanel/_index.scss";
104
-
105
-
106
- // Navigation
107
80
  @forward "./bottom-navigation/_index.scss";
108
81
  @forward "./breadcrumb/_index.scss";
109
82
  @forward "./pager/_index.scss";
110
83
  @forward "./stepper/_index.scss";
111
84
  @forward "./tabstrip/_index.scss";
112
85
  @forward "./wizard/_index.scss";
113
-
114
-
115
- // Layout & containers
116
86
  @forward "./expansion-panel/_index.scss";
117
87
  @forward "./panel/_index.scss";
118
88
  @forward "./panelbar/_index.scss";
@@ -122,31 +92,16 @@
122
92
  @forward "./adaptive/_index.scss";
123
93
  @forward "./grid/_index.scss";
124
94
  @forward "./listview/_index.scss";
125
-
126
-
127
- // Data management
128
-
129
-
130
95
  @forward "./spreadsheet/_index.scss";
131
96
  @forward "./pivotgrid/_index.scss";
132
97
  @forward "./treelist/_index.scss";
133
98
  @forward "./filter/_index.scss";
134
99
  @forward "./filemanager/_index.scss";
135
100
  @forward "./taskboard/_index.scss";
136
-
137
-
138
- // Editors
139
101
  @forward "./editor/_index.scss";
140
102
  @forward "./imageeditor/_index.scss";
141
-
142
-
143
- // Scheduling
144
103
  @forward "./gantt/_index.scss";
145
104
  @forward "./scheduler/_index.scss";
146
-
147
-
148
- // Misc
149
-
150
105
  @forward "./chat/_index.scss";
151
106
  @forward "./mediaplayer/_index.scss";
152
107
  @forward "./timeline/_index.scss";
@@ -154,9 +109,6 @@
154
109
  @forward "./scroller/_index.scss";
155
110
  @forward "./scrollview/_index.scss";
156
111
  @forward "./prompt/_index.scss";
157
-
158
-
159
- // Dataviz
160
112
  @forward "./dataviz/_index.scss";
161
113
  @forward "./chart-wizard/_index.scss";
162
114
  @forward "./map/_index.scss";
@@ -164,6 +116,7 @@
164
116
  @forward "./signature/_index.scss";
165
117
 
166
118
 
119
+ // Use component modules
167
120
  @use "./core/_index.scss" as *;
168
121
 
169
122
 
@@ -285,6 +238,8 @@
285
238
  @use "./panelbar/_index.scss" as *;
286
239
  @use "./splitter/_index.scss" as *;
287
240
  @use "./tilelayout/_index.scss" as *;
241
+ @use "./gridlayout/_index.scss" as *;
242
+ @use "./stacklayout/_index.scss" as *;
288
243
  @use "./dock-manager/_index.scss" as *;
289
244
  @use "./chart-wizard/_index.scss" as *;
290
245
 
@@ -338,6 +293,7 @@
338
293
 
339
294
 
340
295
  // Generic content
296
+ @include kendo-icon--styles();
341
297
  @include kendo-messagebox--styles();
342
298
 
343
299
 
@@ -455,6 +411,8 @@
455
411
  @include kendo-panelbar--styles();
456
412
  @include kendo-splitter--styles();
457
413
  @include kendo-tile-layout--styles();
414
+ @include kendo-grid-layout--styles();
415
+ @include kendo-stack-layout--styles();
458
416
  @include kendo-dock-manager--styles();
459
417
  @include kendo-chart-wizard--styles();
460
418
 
@@ -0,0 +1,19 @@
1
+ // Dependencies
2
+ @use "../core/_index.scss" as *;
3
+ @use "../utils/_index.scss" as *;
4
+
5
+ // Component
6
+ @forward "./_variables.scss";
7
+ @use "./_layout.scss" as *;
8
+ @use "./_theme.scss" as *;
9
+
10
+ // Expose
11
+ @mixin kendo-stack-layout--styles() {
12
+ @include import-once( "stack-layout" ) {
13
+ @include core-styles();
14
+ @include kendo-stack-layout--layout();
15
+ @include kendo-stack-layout--theme();
16
+ @include kendo-utils--flex-grid--align-items();
17
+ @include kendo-utils--flex-grid--justify-content();
18
+ }
19
+ }
@@ -0,0 +1,6 @@
1
+ @use "@progress/kendo-theme-default/scss/stacklayout/_layout.scss" as *;
2
+
3
+
4
+ @mixin kendo-stack-layout--layout() {
5
+ @include kendo-stack-layout--layout-base();
6
+ }
@@ -0,0 +1,6 @@
1
+ @use "@progress/kendo-theme-default/scss/stacklayout/_theme.scss" as *;
2
+
3
+
4
+ @mixin kendo-stack-layout--theme() {
5
+ @include kendo-stack-layout--theme-base();
6
+ }
@@ -0,0 +1 @@
1
+ // StackLayout
@@ -1,3 +1,4 @@
1
+ @use "sass:color";
1
2
  @use "../core/_index.scss" as *;
2
3
  @use "../core/functions/index.import.scss" as *;
3
4
 
@@ -136,7 +137,7 @@ $kendo-stepper-indicator-done-hover-border: null !default;
136
137
 
137
138
  /// The background color of the Stepper's disabled done indicator.
138
139
  /// @group stepper
139
- $kendo-stepper-indicator-done-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%)) !default;
140
+ $kendo-stepper-indicator-done-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), color.mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%)) !default;
140
141
  /// The text color of the Stepper's disabled done indicator.
141
142
  /// @group stepper
142
143
  $kendo-stepper-indicator-done-disabled-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg )) !default;
@@ -1,3 +1,4 @@
1
+ @use "sass:color";
1
2
  @use "../core/_index.scss" as *;
2
3
  @use "../core/functions/index.import.scss" as *;
3
4
 
@@ -65,7 +66,7 @@ $kendo-switch-off-track-focus-bg: null !default;
65
66
  $kendo-switch-off-track-focus-text: null !default;
66
67
  /// The border color of the track when the focused Switch is not checked.
67
68
  /// @group switch
68
- $kendo-switch-off-track-focus-border: if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-mix( $kendo-switch-off-track-bg, $kendo-color-primary )) !default;
69
+ $kendo-switch-off-track-focus-border: if($kendo-enable-color-system, k-color( primary-emphasis ), color.mix( $kendo-switch-off-track-bg, $kendo-color-primary )) !default;
69
70
  /// The background gradient of the track when the focused Switch is not checked.
70
71
  /// @group switch
71
72
  $kendo-switch-off-track-focus-gradient: null !default;
@@ -26,22 +26,22 @@ $kendo-h6-font-size: $kendo-font-size !default;
26
26
 
27
27
  /// The font family of the highest level heading.
28
28
  /// @group typography
29
- $kendo-h1-font-family: null !default;
29
+ $kendo-h1-font-family: var( --kendo-font-family, inherit ) !default;
30
30
  /// The font family of the second highest level heading.
31
31
  /// @group typography
32
- $kendo-h2-font-family: null !default;
32
+ $kendo-h2-font-family: var( --kendo-font-family, inherit ) !default;
33
33
  /// The font family of the third highest level heading.
34
34
  /// @group typography
35
- $kendo-h3-font-family: null !default;
35
+ $kendo-h3-font-family: var( --kendo-font-family, inherit ) !default;
36
36
  /// The font family of the fourth highest level heading.
37
37
  /// @group typography
38
- $kendo-h4-font-family: null !default;
38
+ $kendo-h4-font-family: var( --kendo-font-family, inherit ) !default;
39
39
  /// The font family of the fifth highest level heading.
40
40
  /// @group typography
41
- $kendo-h5-font-family: null !default;
41
+ $kendo-h5-font-family: var( --kendo-font-family, inherit ) !default;
42
42
  /// The font family of the sixth highest level heading.
43
43
  /// @group typography
44
- $kendo-h6-font-family: null !default;
44
+ $kendo-h6-font-family: var( --kendo-font-family, inherit ) !default;
45
45
 
46
46
  /// The line height of the highest level heading.
47
47
  /// @group typography
@@ -258,16 +258,16 @@ $kendo-display4-font-size: calc( #{$kendo-font-size} * 3.5 ) !default;
258
258
 
259
259
  /// The font family of the largest display text.
260
260
  /// @group typography
261
- $kendo-display1-font-family: unset !default;
261
+ $kendo-display1-font-family: var( --kendo-font-family, inherit ) !default;
262
262
  /// The font family of the second largest display text.
263
263
  /// @group typography
264
- $kendo-display2-font-family: unset !default;
264
+ $kendo-display2-font-family: var( --kendo-font-family, inherit ) !default;
265
265
  /// The font family of the third largest display text.
266
266
  /// @group typography
267
- $kendo-display3-font-family: unset !default;
267
+ $kendo-display3-font-family: var( --kendo-font-family, inherit ) !default;
268
268
  /// The font family of the fourth largest display text.
269
269
  /// @group typography
270
- $kendo-display4-font-family: unset !default;
270
+ $kendo-display4-font-family: var( --kendo-font-family, inherit ) !default;
271
271
 
272
272
  /// The line height of the largest display text.
273
273
  /// @group typography