@progress/kendo-theme-classic 13.1.1 → 13.2.0-dev.0

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 (124) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green-dark.scss +117 -117
  4. package/dist/classic-green.css +1 -1
  5. package/dist/classic-green.scss +107 -107
  6. package/dist/classic-lavender-dark.css +1 -1
  7. package/dist/classic-lavender-dark.scss +120 -120
  8. package/dist/classic-lavender.css +1 -1
  9. package/dist/classic-lavender.scss +110 -110
  10. package/dist/classic-main-dark.css +1 -1
  11. package/dist/classic-main-dark.scss +117 -117
  12. package/dist/classic-main.css +1 -1
  13. package/dist/classic-metro-dark.css +1 -1
  14. package/dist/classic-metro-dark.scss +120 -120
  15. package/dist/classic-metro.css +1 -1
  16. package/dist/classic-metro.scss +110 -110
  17. package/dist/classic-moonlight.css +1 -1
  18. package/dist/classic-moonlight.scss +120 -120
  19. package/dist/classic-opal-dark.css +1 -1
  20. package/dist/classic-opal-dark.scss +117 -117
  21. package/dist/classic-opal.css +1 -1
  22. package/dist/classic-opal.scss +107 -107
  23. package/dist/classic-silver-dark.css +1 -1
  24. package/dist/classic-silver-dark.scss +117 -117
  25. package/dist/classic-silver.css +1 -1
  26. package/dist/classic-silver.scss +107 -107
  27. package/dist/classic-uniform.css +1 -1
  28. package/dist/classic-uniform.scss +111 -111
  29. package/dist/meta/sassdoc-data.json +7464 -8780
  30. package/dist/meta/sassdoc-raw-data.json +867 -1305
  31. package/dist/meta/variables.json +3101 -3392
  32. package/lib/swatches/classic-green-dark.json +123 -123
  33. package/lib/swatches/classic-green.json +113 -113
  34. package/lib/swatches/classic-lavender-dark.json +126 -126
  35. package/lib/swatches/classic-lavender.json +116 -116
  36. package/lib/swatches/classic-main-dark.json +123 -123
  37. package/lib/swatches/classic-main.json +6 -6
  38. package/lib/swatches/classic-metro-dark.json +126 -126
  39. package/lib/swatches/classic-metro.json +116 -116
  40. package/lib/swatches/classic-moonlight.json +126 -126
  41. package/lib/swatches/classic-opal-dark.json +123 -123
  42. package/lib/swatches/classic-opal.json +113 -113
  43. package/lib/swatches/classic-silver-dark.json +123 -123
  44. package/lib/swatches/classic-silver.json +113 -113
  45. package/lib/swatches/classic-uniform.json +117 -117
  46. package/package.json +4 -4
  47. package/scss/action-sheet/_variables.scss +7 -7
  48. package/scss/adaptive/_variables.scss +3 -3
  49. package/scss/appbar/_variables.scss +3 -3
  50. package/scss/avatar/_variables.scss +3 -3
  51. package/scss/badge/_variables.scss +4 -4
  52. package/scss/bottom-navigation/_variables.scss +3 -3
  53. package/scss/breadcrumb/_variables.scss +7 -7
  54. package/scss/bubble/_variables.scss +1 -1
  55. package/scss/button/_variables.scss +30 -10
  56. package/scss/calendar/_variables.scss +9 -9
  57. package/scss/captcha/_variables.scss +4 -4
  58. package/scss/card/_variables.scss +9 -9
  59. package/scss/chat/_variables.scss +9 -9
  60. package/scss/chip/_variables.scss +7 -7
  61. package/scss/color-preview/_variables.scss +3 -1
  62. package/scss/coloreditor/_variables.scss +3 -3
  63. package/scss/colorgradient/_variables.scss +4 -4
  64. package/scss/colorpalette/_variables.scss +2 -2
  65. package/scss/column-menu/_variables.scss +9 -9
  66. package/scss/core/_index.scss +1 -0
  67. package/scss/core/border-radii/index.scss +13 -10
  68. package/scss/core/color-system/_swatch.scss +185 -166
  69. package/scss/core/spacing/index.scss +36 -38
  70. package/scss/dataviz/_variables.scss +12 -12
  71. package/scss/dock-manager/_variables.scss +4 -4
  72. package/scss/draggable/_variables.scss +3 -3
  73. package/scss/drawer/_variables.scss +5 -5
  74. package/scss/dropzone/_variables.scss +4 -4
  75. package/scss/editor/_variables.scss +3 -3
  76. package/scss/expansion-panel/_variables.scss +3 -3
  77. package/scss/fab/_variables.scss +4 -4
  78. package/scss/file-box/_variables.scss +4 -4
  79. package/scss/filemanager/_variables.scss +3 -3
  80. package/scss/forms/_variables.scss +5 -5
  81. package/scss/gantt/_variables.scss +3 -3
  82. package/scss/grid/_variables.scss +10 -10
  83. package/scss/imageeditor/_variables.scss +3 -3
  84. package/scss/input/_variables.scss +7 -7
  85. package/scss/list/_variables.scss +19 -19
  86. package/scss/listbox/_variables.scss +3 -3
  87. package/scss/listgroup/_variables.scss +2 -2
  88. package/scss/listview/_variables.scss +3 -3
  89. package/scss/loader/_variables.scss +3 -3
  90. package/scss/map/_variables.scss +3 -3
  91. package/scss/mediaplayer/_variables.scss +3 -3
  92. package/scss/menu/_variables.scss +11 -11
  93. package/scss/messagebox/_variables.scss +2 -2
  94. package/scss/notification/_variables.scss +3 -3
  95. package/scss/orgchart/_variables.scss +6 -6
  96. package/scss/pager/_variables.scss +3 -3
  97. package/scss/panelbar/_variables.scss +3 -3
  98. package/scss/pdf-viewer/_variables.scss +3 -3
  99. package/scss/pivotgrid/_variables.scss +3 -3
  100. package/scss/popup/_variables.scss +2 -2
  101. package/scss/progressbar/_variables.scss +3 -3
  102. package/scss/rating/_variables.scss +3 -3
  103. package/scss/scheduler/_variables.scss +5 -5
  104. package/scss/scrollview/_variables.scss +3 -3
  105. package/scss/segmented-control/_variables.scss +7 -7
  106. package/scss/signature/_variables.scss +1 -1
  107. package/scss/slider/_variables.scss +3 -3
  108. package/scss/splitter/_variables.scss +3 -3
  109. package/scss/spreadsheet/_variables.scss +3 -3
  110. package/scss/stepper/_variables.scss +4 -4
  111. package/scss/suggestion/_variables.scss +2 -2
  112. package/scss/table/_variables.scss +1 -1
  113. package/scss/tabstrip/_variables.scss +5 -5
  114. package/scss/taskboard/_variables.scss +3 -3
  115. package/scss/timeline/_variables.scss +3 -3
  116. package/scss/timeselector/_variables.scss +3 -3
  117. package/scss/toolbar/_variables.scss +3 -3
  118. package/scss/tooltip/_variables.scss +5 -5
  119. package/scss/treeview/_variables.scss +7 -7
  120. package/scss/typography/_variables.scss +43 -43
  121. package/scss/upload/_variables.scss +5 -5
  122. package/scss/window/_variables.scss +5 -5
  123. package/scss/wizard/_variables.scss +3 -3
  124. package/scss/core/color-system/_palettes.scss +0 -305
@@ -15,31 +15,31 @@ $kendo-treeview-border-radius: k-border-radius(sm) !default;
15
15
 
16
16
  /// The font family of the TreeView.
17
17
  /// @group treeview
18
- $kendo-treeview-font-family: var( --kendo-font-family, inherit ) !default;
18
+ $kendo-treeview-font-family: var(--kendo-font-family) !default;
19
19
  /// The font size of the TreeView.
20
20
  /// @group treeview
21
21
  $kendo-treeview-font-size: null !default;
22
22
  /// The font size of the small TreeView.
23
23
  /// @group treeview
24
- $kendo-treeview-sm-font-size: var( --kendo-font-size, inherit ) !default;
24
+ $kendo-treeview-sm-font-size: var(--kendo-font-size) !default;
25
25
  /// The font size of the medium TreeView.
26
26
  /// @group treeview
27
- $kendo-treeview-md-font-size: var( --kendo-font-size, inherit ) !default;
27
+ $kendo-treeview-md-font-size: var(--kendo-font-size) !default;
28
28
  /// The font size of the large TreeView.
29
29
  /// @group treeview
30
- $kendo-treeview-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
30
+ $kendo-treeview-lg-font-size: var(--kendo-font-size-lg) !default;
31
31
  /// The line height of the TreeView.
32
32
  /// @group treeview
33
33
  $kendo-treeview-line-height: null !default;
34
34
  /// The line height of the small TreeView.
35
35
  /// @group treeview
36
- $kendo-treeview-sm-line-height: var( --kendo-line-height, normal ) !default;
36
+ $kendo-treeview-sm-line-height: var(--kendo-line-height) !default;
37
37
  /// The line height of the medium TreeView.
38
38
  /// @group treeview
39
- $kendo-treeview-md-line-height: var( --kendo-line-height, normal ) !default;
39
+ $kendo-treeview-md-line-height: var(--kendo-line-height) !default;
40
40
  /// The line height of the large TreeView.
41
41
  /// @group treeview
42
- $kendo-treeview-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
42
+ $kendo-treeview-lg-line-height: var(--kendo-line-height-lg) !default;
43
43
  /// The indentation of child groups in the TreeView.
44
44
  /// @group treeview
45
45
  $kendo-treeview-indent: 24px !default;
@@ -6,41 +6,41 @@
6
6
 
7
7
  /// The font size of the highest level heading.
8
8
  /// @group typography-component
9
- $kendo-h1-font-size: calc( var( --kendo-font-size, .875rem ) * 4 ) !default;
9
+ $kendo-h1-font-size: calc( var(--kendo-font-size) * 4 ) !default;
10
10
  /// The font size of the second highest level heading.
11
11
  /// @group typography-component
12
- $kendo-h2-font-size: calc( var( --kendo-font-size, .875rem ) * 3 ) !default;
12
+ $kendo-h2-font-size: calc( var(--kendo-font-size) * 3 ) !default;
13
13
  /// The font size of the third highest level heading.
14
14
  /// @group typography-component
15
- $kendo-h3-font-size: calc( var( --kendo-font-size, .875rem ) * 2.5 ) !default;
15
+ $kendo-h3-font-size: calc( var(--kendo-font-size) * 2.5 ) !default;
16
16
  /// The font size of the fourth highest level heading.
17
17
  /// @group typography-component
18
- $kendo-h4-font-size: calc( var( --kendo-font-size, .875rem ) * 2 ) !default;
18
+ $kendo-h4-font-size: calc( var(--kendo-font-size) * 2 ) !default;
19
19
  /// The font size of the fifth highest level heading.
20
20
  /// @group typography-component
21
- $kendo-h5-font-size: calc( var( --kendo-font-size, .875rem ) * 1.5 ) !default;
21
+ $kendo-h5-font-size: calc( var(--kendo-font-size) * 1.5 ) !default;
22
22
  /// The font size of the sixth highest level heading.
23
23
  /// @group typography-component
24
- $kendo-h6-font-size: var( --kendo-font-size, inherit ) !default;
24
+ $kendo-h6-font-size: var(--kendo-font-size) !default;
25
25
 
26
26
  /// The font family of the highest level heading.
27
27
  /// @group typography-component
28
- $kendo-h1-font-family: var( --kendo-font-family, inherit ) !default;
28
+ $kendo-h1-font-family: var(--kendo-font-family) !default;
29
29
  /// The font family of the second highest level heading.
30
30
  /// @group typography-component
31
- $kendo-h2-font-family: var( --kendo-font-family, inherit ) !default;
31
+ $kendo-h2-font-family: var(--kendo-font-family) !default;
32
32
  /// The font family of the third highest level heading.
33
33
  /// @group typography-component
34
- $kendo-h3-font-family: var( --kendo-font-family, inherit ) !default;
34
+ $kendo-h3-font-family: var(--kendo-font-family) !default;
35
35
  /// The font family of the fourth highest level heading.
36
36
  /// @group typography-component
37
- $kendo-h4-font-family: var( --kendo-font-family, inherit ) !default;
37
+ $kendo-h4-font-family: var(--kendo-font-family) !default;
38
38
  /// The font family of the fifth highest level heading.
39
39
  /// @group typography-component
40
- $kendo-h5-font-family: var( --kendo-font-family, inherit ) !default;
40
+ $kendo-h5-font-family: var(--kendo-font-family) !default;
41
41
  /// The font family of the sixth highest level heading.
42
42
  /// @group typography-component
43
- $kendo-h6-font-family: var( --kendo-font-family, inherit ) !default;
43
+ $kendo-h6-font-family: var(--kendo-font-family) !default;
44
44
 
45
45
  /// The line height of the highest level heading.
46
46
  /// @group typography-component
@@ -63,22 +63,22 @@ $kendo-h6-line-height: 20px !default;
63
63
 
64
64
  /// The font weight of the highest level heading.
65
65
  /// @group typography-component
66
- $kendo-h1-font-weight: var( --kendo-font-weight-normal, normal ) !default;
66
+ $kendo-h1-font-weight: var(--kendo-font-weight-normal) !default;
67
67
  /// The font weight of the second highest level heading.
68
68
  /// @group typography-component
69
- $kendo-h2-font-weight: var( --kendo-font-weight-normal, normal ) !default;
69
+ $kendo-h2-font-weight: var(--kendo-font-weight-normal) !default;
70
70
  /// The font weight of the third highest level heading.
71
71
  /// @group typography-component
72
- $kendo-h3-font-weight: var( --kendo-font-weight-normal, normal ) !default;
72
+ $kendo-h3-font-weight: var(--kendo-font-weight-normal) !default;
73
73
  /// The font weight of the fourth highest level heading.
74
74
  /// @group typography-component
75
- $kendo-h4-font-weight: var( --kendo-font-weight-bold, normal ) !default;
75
+ $kendo-h4-font-weight: var(--kendo-font-weight-bold) !default;
76
76
  /// The font weight of the fifth highest level heading.
77
77
  /// @group typography-component
78
- $kendo-h5-font-weight: var( --kendo-font-weight-bold, normal ) !default;
78
+ $kendo-h5-font-weight: var(--kendo-font-weight-bold) !default;
79
79
  /// The font weight of the sixth highest level heading.
80
80
  /// @group typography-component
81
- $kendo-h6-font-weight: var( --kendo-font-weight-bold, normal ) !default;
81
+ $kendo-h6-font-weight: var(--kendo-font-weight-bold) !default;
82
82
 
83
83
  /// The letter spacing of the highest level heading.
84
84
  /// @group typography-component
@@ -101,22 +101,22 @@ $kendo-h6-letter-spacing: null !default;
101
101
 
102
102
  /// The margin of the highest level heading.
103
103
  /// @group typography-component
104
- $kendo-h1-margin: 0 0 var( --kendo-font-size, inherit ) !default;
104
+ $kendo-h1-margin: 0 0 var(--kendo-font-size) !default;
105
105
  /// The margin of the second highest level heading.
106
106
  /// @group typography-component
107
- $kendo-h2-margin: 0 0 var( --kendo-font-size, inherit ) !default;
107
+ $kendo-h2-margin: 0 0 var(--kendo-font-size) !default;
108
108
  /// The margin of the third highest level heading.
109
109
  /// @group typography-component
110
- $kendo-h3-margin: 0 0 var( --kendo-font-size, inherit ) !default;
110
+ $kendo-h3-margin: 0 0 var(--kendo-font-size) !default;
111
111
  /// The margin of the fourth highest level heading.
112
112
  /// @group typography-component
113
- $kendo-h4-margin: 0 0 var( --kendo-font-size, inherit ) !default;
113
+ $kendo-h4-margin: 0 0 var(--kendo-font-size) !default;
114
114
  /// The margin of the fifth highest level heading.
115
115
  /// @group typography-component
116
- $kendo-h5-margin: 0 0 var( --kendo-font-size, inherit ) !default;
116
+ $kendo-h5-margin: 0 0 var(--kendo-font-size) !default;
117
117
  /// The margin of the sixth highest level heading.
118
118
  /// @group typography-component
119
- $kendo-h6-margin: 0 0 var( --kendo-font-size, inherit ) !default;
119
+ $kendo-h6-margin: 0 0 var(--kendo-font-size) !default;
120
120
 
121
121
  /// The headings Map
122
122
  /// @group typography-component
@@ -175,19 +175,19 @@ $kendo-headings: (
175
175
 
176
176
  /// The margin of the paragraph.
177
177
  /// @group typography-component
178
- $kendo-paragraph-margin: 0 0 var( --kendo-font-size, inherit ) !default;
178
+ $kendo-paragraph-margin: 0 0 var(--kendo-font-size) !default;
179
179
  /// The font size of the paragraph.
180
180
  /// @group typography-component
181
- $kendo-paragraph-font-size: var( --kendo-font-size, inherit ) !default;
181
+ $kendo-paragraph-font-size: var(--kendo-font-size) !default;
182
182
  /// The font family of the paragraph.
183
183
  /// @group typography-component
184
- $kendo-paragraph-font-family: var( --kendo-font-family, inherit ) !default;
184
+ $kendo-paragraph-font-family: var(--kendo-font-family) !default;
185
185
  /// The line height of the paragraph.
186
186
  /// @group typography-component
187
187
  $kendo-paragraph-line-height: 20px !default;
188
188
  /// The font weight of the paragraph.
189
189
  /// @group typography-component
190
- $kendo-paragraph-font-weight: var( --kendo-font-weight-normal, normal ) !default;
190
+ $kendo-paragraph-font-weight: var(--kendo-font-weight-normal) !default;
191
191
  /// The letter spacing of the paragraph.
192
192
  /// @group typography-component
193
193
  $kendo-paragraph-letter-spacing: null !default;
@@ -196,16 +196,16 @@ $kendo-paragraph-letter-spacing: null !default;
196
196
 
197
197
  /// The font size of the code tag.
198
198
  /// @group typography-component
199
- $kendo-code-font-size: var( --kendo-font-size, inherit ) !default;
199
+ $kendo-code-font-size: var(--kendo-font-size) !default;
200
200
  /// The font family of the code tag.
201
201
  /// @group typography-component
202
- $kendo-code-font-family: var( --kendo-font-family-monospace, normal ) !default;
202
+ $kendo-code-font-family: var(--kendo-font-family-monospace) !default;
203
203
  /// The line height of the code tag.
204
204
  /// @group typography-component
205
205
  $kendo-code-line-height: 20px !default;
206
206
  /// The font weight of the code tag.
207
207
  /// @group typography-component
208
- $kendo-code-font-weight: var( --kendo-font-weight-normal, normal ) !default;
208
+ $kendo-code-font-weight: var(--kendo-font-weight-normal) !default;
209
209
  /// The letter spacing of the code tag.
210
210
  /// @group typography-component
211
211
  $kendo-code-letter-spacing: null !default;
@@ -239,29 +239,29 @@ $kendo-code-border: k-color(border) !default;
239
239
  // Display
240
240
  /// The font size of the largest display text.
241
241
  /// @group typography-component
242
- $kendo-display1-font-size: calc( var( --kendo-font-size, .875rem ) * 8 ) !default;
242
+ $kendo-display1-font-size: calc( var(--kendo-font-size) * 8 ) !default;
243
243
  /// The font size of the second largest display text.
244
244
  /// @group typography-component
245
- $kendo-display2-font-size: calc( var( --kendo-font-size, .875rem ) * 7 ) !default;
245
+ $kendo-display2-font-size: calc( var(--kendo-font-size) * 7 ) !default;
246
246
  /// The font size of the third largest display text.
247
247
  /// @group typography-component
248
- $kendo-display3-font-size: calc( var( --kendo-font-size, .875rem ) * 6 ) !default;
248
+ $kendo-display3-font-size: calc( var(--kendo-font-size) * 6 ) !default;
249
249
  /// The font size of the fourth largest display text.
250
250
  /// @group typography-component
251
- $kendo-display4-font-size: calc( var( --kendo-font-size, .875rem ) * 5 ) !default;
251
+ $kendo-display4-font-size: calc( var(--kendo-font-size) * 5 ) !default;
252
252
 
253
253
  /// The font family of the largest display text.
254
254
  /// @group typography-component
255
- $kendo-display1-font-family: var( --kendo-font-family, inherit ) !default;
255
+ $kendo-display1-font-family: var(--kendo-font-family) !default;
256
256
  /// The font family of the second largest display text.
257
257
  /// @group typography-component
258
- $kendo-display2-font-family: var( --kendo-font-family, inherit ) !default;
258
+ $kendo-display2-font-family: var(--kendo-font-family) !default;
259
259
  /// The font family of the third largest display text.
260
260
  /// @group typography-component
261
- $kendo-display3-font-family: var( --kendo-font-family, inherit ) !default;
261
+ $kendo-display3-font-family: var(--kendo-font-family) !default;
262
262
  /// The font family of the fourth largest display text.
263
263
  /// @group typography-component
264
- $kendo-display4-font-family: var( --kendo-font-family, inherit ) !default;
264
+ $kendo-display4-font-family: var(--kendo-font-family) !default;
265
265
 
266
266
  /// The line height of the largest display text.
267
267
  /// @group typography-component
@@ -278,16 +278,16 @@ $kendo-display4-line-height: 1.2 !default;
278
278
 
279
279
  /// The font weight of the largest display text.
280
280
  /// @group typography-component
281
- $kendo-display1-font-weight: var( --kendo-font-weight-light, normal ) !default;
281
+ $kendo-display1-font-weight: var(--kendo-font-weight-light) !default;
282
282
  /// The font weight of the second largest display text.
283
283
  /// @group typography-component
284
- $kendo-display2-font-weight: var( --kendo-font-weight-light, normal ) !default;
284
+ $kendo-display2-font-weight: var(--kendo-font-weight-light) !default;
285
285
  /// The font weight of the third largest display text.
286
286
  /// @group typography-component
287
- $kendo-display3-font-weight: var( --kendo-font-weight-light, normal ) !default;
287
+ $kendo-display3-font-weight: var(--kendo-font-weight-light) !default;
288
288
  /// The font weight of the fourth largest display text.
289
289
  /// @group typography-component
290
- $kendo-display4-font-weight: var( --kendo-font-weight-light, normal ) !default;
290
+ $kendo-display4-font-weight: var(--kendo-font-weight-light) !default;
291
291
 
292
292
  /// The letter spacing of the largest display text.
293
293
  /// @group typography-component
@@ -8,13 +8,13 @@
8
8
  $kendo-upload-border-width: 1px !default;
9
9
  /// The font family of the Upload.
10
10
  /// @group upload
11
- $kendo-upload-font-family: var( --kendo-font-family, inherit ) !default;
11
+ $kendo-upload-font-family: var(--kendo-font-family) !default;
12
12
  /// The font size of the Upload.
13
13
  /// @group upload
14
- $kendo-upload-font-size: var( --kendo-font-size, inherit ) !default;
14
+ $kendo-upload-font-size: var(--kendo-font-size) !default;
15
15
  /// The line height of the Upload.
16
16
  /// @group upload
17
- $kendo-upload-line-height: var( --kendo-line-height, normal ) !default;
17
+ $kendo-upload-line-height: var(--kendo-line-height) !default;
18
18
  /// The maximum height of the list with uploaded items.
19
19
  /// @group upload
20
20
  $kendo-upload-max-height: 300px !default;
@@ -68,10 +68,10 @@ $kendo-upload-multiple-items-spacing: k-spacing(3) !default;
68
68
 
69
69
  /// The font size of the Upload validation message.
70
70
  /// @group upload
71
- $kendo-upload-validation-font-size: var( --kendo-font-size-sm, inherit ) !default;
71
+ $kendo-upload-validation-font-size: var(--kendo-font-size-sm) !default;
72
72
  /// The line height of the Upload validation message.
73
73
  /// @group upload
74
- $kendo-upload-validation-line-height: var( --kendo-line-height-xs, normal ) !default;
74
+ $kendo-upload-validation-line-height: var(--kendo-line-height-xs) !default;
75
75
  /// The horizontal spacing of the Upload status icon.
76
76
  /// @group upload
77
77
  $kendo-upload-icon-spacing: $kendo-icon-spacing !default;
@@ -22,13 +22,13 @@ $kendo-window-border-width: 1px !default;
22
22
  $kendo-window-border-radius: k-spacing(1) !default;
23
23
  /// The font family of the Window.
24
24
  /// @group window
25
- $kendo-window-font-family: var( --kendo-font-family, inherit ) !default;
25
+ $kendo-window-font-family: var(--kendo-font-family) !default;
26
26
  /// The font size of the Window.
27
27
  /// @group window
28
- $kendo-window-font-size: var( --kendo-font-size, inherit ) !default;
28
+ $kendo-window-font-size: var(--kendo-font-size) !default;
29
29
  /// The line height of the Window.
30
30
  /// @group window
31
- $kendo-window-line-height: var( --kendo-line-height, normal ) !default;
31
+ $kendo-window-line-height: var(--kendo-line-height) !default;
32
32
 
33
33
  /// The horizontal padding of the Window titlebar.
34
34
  /// @group window
@@ -45,10 +45,10 @@ $kendo-window-titlebar-border-style: solid !default;
45
45
 
46
46
  /// The font size of the title of the Window.
47
47
  /// @group window
48
- $kendo-window-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
48
+ $kendo-window-title-font-size: var(--kendo-font-size-lg) !default;
49
49
  /// The line height of the title of the Window.
50
50
  /// @group window
51
- $kendo-window-title-line-height: var( --kendo-line-height-sm, normal ) !default;
51
+ $kendo-window-title-line-height: var(--kendo-line-height-sm) !default;
52
52
 
53
53
  /// The spacing between the buttons in the Window titlebar.
54
54
  /// @group window
@@ -23,13 +23,13 @@ $kendo-wizard-buttons-margin-x: k-spacing(2.5) !default;
23
23
  $kendo-wizard-border-width: 0px !default;
24
24
  /// The font size of the Wizard.
25
25
  /// @group wizard
26
- $kendo-wizard-font-size: var( --kendo-font-size, inherit ) !default;
26
+ $kendo-wizard-font-size: var(--kendo-font-size) !default;
27
27
  /// The line height of the Wizard.
28
28
  /// @group wizard
29
- $kendo-wizard-line-height: var( --kendo-line-height, normal ) !default;
29
+ $kendo-wizard-line-height: var(--kendo-line-height) !default;
30
30
  /// The font family of the Wizard.
31
31
  /// @group wizard
32
- $kendo-wizard-font-family: var( --kendo-font-family, inherit ) !default;
32
+ $kendo-wizard-font-family: var(--kendo-font-family) !default;
33
33
 
34
34
  /// The outline of the focused Wizard step.
35
35
  /// @group wizard
@@ -1,305 +0,0 @@
1
- @use "sass:map";
2
-
3
- $_default-palette-ash-gray: (
4
- "white": #ffffff,
5
- 1: #fafafa,
6
- 2: #f0f0f0,
7
- 3: #ebebeb,
8
- 4: #dddddd,
9
- 5: #d6d6d6,
10
- 6: #cacaca,
11
- 7: #b6b6b6,
12
- 8: #a3a3a3,
13
- 9: #8f8f8f,
14
- 10: #7a7a7a,
15
- 11: #666666,
16
- 12: #525252,
17
- 13: #404040,
18
- 14: #333333,
19
- 15: #272727,
20
- "black": #000000,
21
- );
22
-
23
- $_default-palette-tangerine-orange: (
24
- 1: #fff2eb,
25
- 2: #ffe5d6,
26
- 3: #ffd8c2,
27
- 4: #ffcbad,
28
- 5: #ffbe99,
29
- 6: #ffa570,
30
- 7: #ff8b47,
31
- 8: #ff711f,
32
- 9: #f35800,
33
- 10: #e05100,
34
- 11: #cc4a00,
35
- 12: #b94300,
36
- 13: #a53c00,
37
- 14: #7a2d00,
38
- 15: #3d1600,
39
- );
40
-
41
- $_default-palette-dodger-blue: (
42
- 1: #ebf8ff,
43
- 2: #d7f2ff,
44
- 3: #b8e8fe,
45
- 4: #9cdffe,
46
- 5: #72d1fe,
47
- 6: #49c4fd,
48
- 7: #2cbbfd,
49
- 8: #0db1fd,
50
- 9: #03a9f4,
51
- 10: #039be0,
52
- 11: #038ecd,
53
- 12: #0280b9,
54
- 13: #0273a6,
55
- 14: #014c6f,
56
- 15: #01364e,
57
- );
58
-
59
- $_default-palette-grass-green: (
60
- 1: #f1f8f2,
61
- 2: #e3f2e6,
62
- 3: #d8eddc,
63
- 4: #bbdfc1,
64
- 5: #9ed1a6,
65
- 6: #82c48c,
66
- 7: #6ebb7a,
67
- 8: #4db25c,
68
- 9: #3ea44e,
69
- 10: #399748,
70
- 11: #348a42,
71
- 12: #2f7d3b,
72
- 13: #2a7035,
73
- 14: #1f5126,
74
- 15: #16391b,
75
- );
76
-
77
- $_default-palette-lake-blue: (
78
- 1: #eef6fb,
79
- 2: #deeef7,
80
- 3: #cce5f3,
81
- 4: #a6d1ea,
82
- 5: #8bc3e4,
83
- 6: #6ab2dc,
84
- 7: #409cd2,
85
- 8: #208ccb,
86
- 9: #007bc3,
87
- 10: #0071b3,
88
- 11: #0067a4,
89
- 12: #005d94,
90
- 13: #005485,
91
- 14: #004166,
92
- 15: #002b44,
93
- );
94
-
95
- $_default-palette-honey-yellow: (
96
- 1: #fff7eb,
97
- 2: #ffefd6,
98
- 3: #ffe7c2,
99
- 4: #ffdead,
100
- 5: #ffd699,
101
- 6: #ffc670,
102
- 7: #ffb240,
103
- 8: #ffa41f,
104
- 9: #ff9800,
105
- 10: #eb8c00,
106
- 11: #d68000,
107
- 12: #c27400,
108
- 13: #ad6700,
109
- 14: #854f00,
110
- 15: #593500,
111
- );
112
-
113
- $_default-palette-brick-red: (
114
- 1: #fcf0ed,
115
- 2: #f9e1dc,
116
- 3: #f7d4cc,
117
- 4: #f4c3b8,
118
- 5: #f2b4a6,
119
- 6: #ec8e79,
120
- 7: #e35e40,
121
- 8: #de4320,
122
- 9: #d92800,
123
- 10: #c82500,
124
- 11: #b62200,
125
- 12: #a51e00,
126
- 13: #941b00,
127
- 14: #701500,
128
- 15: #4c0e00,
129
- );
130
-
131
- $_default-palette-coral: (
132
- 1: #fff6f5,
133
- 2: #ffeceb,
134
- 3: #ffdedb,
135
- 4: #ffc8c4,
136
- 5: #ffb1ac,
137
- 6: #ff9d97,
138
- 7: #ff8a82,
139
- 8: #ff766d,
140
- 9: #ff6358,
141
- 10: #ea5a51,
142
- 11: #d45349,
143
- 12: #bf4a42,
144
- 13: #a33f38,
145
- 14: #80322c,
146
- 15: #5c201c,
147
- );
148
-
149
- $_default-palette-pineapple-yellow: (
150
- 1: #fffaeb,
151
- 2: #fff7db,
152
- 3: #fff3cc,
153
- 4: #ffeeb8,
154
- 5: #ffe9a2,
155
- 6: #ffe38b,
156
- 7: #ffdd74,
157
- 8: #ffd85d,
158
- 9: #ffd246,
159
- 10: #eac040,
160
- 11: #d4af3b,
161
- 12: #bf9d35,
162
- 13: #a0832c,
163
- 14: #806923,
164
- 15: #403412,
165
- );
166
-
167
- $_default-palette-apple-green: (
168
- 1: #f3fbee,
169
- 2: #e9f8de,
170
- 3: #def4ce,
171
- 4: #d2f0bd,
172
- 5: #bbe99b,
173
- 6: #aae382,
174
- 7: #9add69,
175
- 8: #89d750,
176
- 9: #78d237,
177
- 10: #6ec032,
178
- 11: #64AF2E,
179
- 12: #5a9d29,
180
- 13: #4a8221,
181
- 14: #3c691c,
182
- 15: #1c300d,
183
- );
184
-
185
- $_default-palette-pacific-blue: (
186
- 1: #ebf8fa,
187
- 2: #d6f1f5,
188
- 3: #c2e9ef,
189
- 4: #aee2ea,
190
- 5: #93d9e3,
191
- 6: #75d0db,
192
- 7: #5ec7d6,
193
- 8: #43becf,
194
- 9: #28b4c8,
195
- 10: #24a6b7,
196
- 11: #2197a6,
197
- 12: #1e8796,
198
- 13: #197480,
199
- 14: #145a64,
200
- 15: #0a2e33,
201
- );
202
-
203
- $_default-palette-bright-blue: (
204
- 1: #ecf2fe,
205
- 2: #d8e5fd,
206
- 3: #c5d8fc,
207
- 4: #b1cbfb,
208
- 5: #96b9fa,
209
- 6: #7ba7f9,
210
- 7: #6296f7,
211
- 8: #4684f6,
212
- 9: #2d73f5,
213
- 10: #2969e1,
214
- 11: #2660cc,
215
- 12: #2256b8,
216
- 13: #1d499a,
217
- 14: #173a7b,
218
- 15: #0c1e40,
219
- );
220
-
221
- $_default-palette-orchid-purple: (
222
- 1: #f8f0fa,
223
- 2: #f1e1f5,
224
- 3: #e7caed,
225
- 4: #ddb3e5,
226
- 5: #d5a2df,
227
- 6: #c98ad6,
228
- 7: #bf74ce,
229
- 8: #b45dc6,
230
- 9: #9d40b0,
231
- 10: #9c40ae,
232
- 11: #8e3b9e,
233
- 12: #80358e,
234
- 13: #672b73,
235
- 14: #55235f,
236
- 15: #28112d,
237
- );
238
-
239
-
240
- // stylelint-disable scss/no-global-function-names
241
- /// The Ash Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.
242
- /// @group palette
243
- $kendo-palette-ash-gray: $_default-palette-ash-gray !default;
244
- $kendo-palette-ash-gray: map.merge($_default-palette-ash-gray, $kendo-palette-ash-gray);
245
-
246
- /// The Tangerine Orange Palette provides colors to the Primary variable group.
247
- /// @group palette
248
- $kendo-palette-tangerine-orange: $_default-palette-tangerine-orange !default;
249
- $kendo-palette-tangerine-orange: map.merge($_default-palette-tangerine-orange, $kendo-palette-tangerine-orange);
250
-
251
- /// The Dodger Blue Palette provides colors to the Tertiary variable group.
252
- /// @group palette
253
- $kendo-palette-dodger-blue: $_default-palette-dodger-blue !default;
254
- $kendo-palette-dodger-blue: map.merge($_default-palette-dodger-blue, $kendo-palette-dodger-blue);
255
-
256
- /// The Grass Green Palette provides colors to the Success variable group.
257
- /// @group palette
258
- $kendo-palette-grass-green: $_default-palette-grass-green !default;
259
- $kendo-palette-grass-green: map.merge($_default-palette-grass-green, $kendo-palette-grass-green);
260
-
261
- /// The Lake Blue Palette provides colors to the Info variable group.
262
- /// @group palette
263
- $kendo-palette-lake-blue: $_default-palette-lake-blue !default;
264
- $kendo-palette-lake-blue: map.merge($_default-palette-lake-blue, $kendo-palette-lake-blue);
265
-
266
- /// The Honey Yellow Palette provides colors to the Warning variable group.
267
- /// @group palette
268
- $kendo-palette-honey-yellow: $_default-palette-honey-yellow !default;
269
- $kendo-palette-honey-yellow: map.merge($_default-palette-honey-yellow, $kendo-palette-honey-yellow);
270
-
271
- /// The Brick Red Palette provides colors to the Error variable group.
272
- /// @group palette
273
- $kendo-palette-brick-red: $_default-palette-brick-red !default;
274
- $kendo-palette-brick-red: map.merge($_default-palette-brick-red, $kendo-palette-brick-red);
275
-
276
- /// The Coral Palette provides colors to the Series A variable group.
277
- /// @group palette
278
- $kendo-palette-coral: $_default-palette-coral !default;
279
- $kendo-palette-coral: map.merge($_default-palette-coral, $kendo-palette-coral);
280
-
281
- /// The Pineapple Yellow provides colors to the Series B variable group.
282
- /// @group palette
283
- $kendo-palette-pineapple-yellow: $_default-palette-pineapple-yellow !default;
284
- $kendo-palette-pineapple-yellow: map.merge($_default-palette-pineapple-yellow, $kendo-palette-pineapple-yellow);
285
-
286
- /// The Apple Green provides colors to the Series C variable group.
287
- /// @group palette
288
- $kendo-palette-apple-green: $_default-palette-apple-green !default;
289
- $kendo-palette-apple-green: map.merge($_default-palette-apple-green, $kendo-palette-apple-green);
290
-
291
- /// The Pacific Blue provides colors to the Series D variable group.
292
- /// @group palette
293
- $kendo-palette-pacific-blue: $_default-palette-pacific-blue !default;
294
- $kendo-palette-pacific-blue: map.merge($_default-palette-pacific-blue, $kendo-palette-pacific-blue);
295
-
296
- /// The Bright Blue provides colors to the Series E variable group.
297
- /// @group palette
298
- $kendo-palette-bright-blue: $_default-palette-bright-blue !default;
299
- $kendo-palette-bright-blue: map.merge($_default-palette-bright-blue, $kendo-palette-bright-blue);
300
-
301
- /// The Orchid Purple provides colors to the Series F variable group.
302
- /// @group palette
303
- $kendo-palette-orchid-purple: $_default-palette-orchid-purple !default;
304
- $kendo-palette-orchid-purple: map.merge($_default-palette-orchid-purple, $kendo-palette-orchid-purple);
305
- // stylelint-enable scss/no-global-function-names