@progress/kendo-theme-classic 11.0.3-dev.2 → 11.1.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.
- package/dist/all.css +1 -1
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +624 -84
- package/dist/meta/sassdoc-raw-data.json +289 -39
- package/dist/meta/variables.json +48 -20
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +4 -4
- package/scss/grid/_variables.scss +26 -13
- package/scss/table/_variables.scss +22 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "11.0
|
|
4
|
+
"version": "11.1.0-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "^4.1.0",
|
|
56
|
-
"@progress/kendo-theme-core": "11.0
|
|
57
|
-
"@progress/kendo-theme-utils": "11.0
|
|
56
|
+
"@progress/kendo-theme-core": "11.1.0-dev.0",
|
|
57
|
+
"@progress/kendo-theme-utils": "11.1.0-dev.0"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "87380b1585659324bdbd1bdc8231e01a85daddf7"
|
|
64
64
|
}
|
|
@@ -209,6 +209,23 @@ $kendo-grid-selected-text: $kendo-table-selected-text !default;
|
|
|
209
209
|
/// @group grid
|
|
210
210
|
$kendo-grid-selected-border: $kendo-table-selected-border !default;
|
|
211
211
|
|
|
212
|
+
/// The background color of highlighted Grid rows.
|
|
213
|
+
/// @group grid
|
|
214
|
+
$kendo-grid-highlighted-bg: $kendo-table-highlighted-bg !default;
|
|
215
|
+
/// The text color of highlighted Grid rows.
|
|
216
|
+
/// @group grid
|
|
217
|
+
$kendo-grid-highlighted-text: $kendo-table-highlighted-text !default;
|
|
218
|
+
/// The border color of highlighted Grid rows.
|
|
219
|
+
/// @group grid
|
|
220
|
+
$kendo-grid-highlighted-border: $kendo-table-highlighted-border !default;
|
|
221
|
+
/// The font weight of highlighted Grid rows.
|
|
222
|
+
/// @group grid
|
|
223
|
+
$kendo-grid-highlighted-font-weight: $kendo-table-highlighted-font-weight !default;
|
|
224
|
+
|
|
225
|
+
/// The background color of selected highlighted Grid rows.
|
|
226
|
+
/// @group grid
|
|
227
|
+
$kendo-grid-selected-highlighted-bg: $kendo-table-selected-highlighted-bg !default;
|
|
228
|
+
|
|
212
229
|
/// The background color of the Grid selection aggregates container.
|
|
213
230
|
/// @group grid
|
|
214
231
|
$kendo-grid-selection-aggregates-bg: $kendo-grid-header-bg !default;
|
|
@@ -248,14 +265,14 @@ $kendo-grid-command-cell-button-spacing: k-spacing(2) !default;
|
|
|
248
265
|
// be cautious when changing the next line; see https://github.com/MoOx/reduce-css-calc/issues/38
|
|
249
266
|
$kendo-grid-command-cell-padding-y: calc( #{$kendo-grid-cell-padding-y} - (#{$kendo-button-calc-size} - #{$kendo-line-height-em}) / 2 ) !default;
|
|
250
267
|
|
|
251
|
-
// Must be
|
|
268
|
+
// Must be solid colors
|
|
252
269
|
$kendo-grid-sticky-bg: $kendo-grid-bg !default;
|
|
270
|
+
$kendo-grid-sticky-alt-bg: k-color(base-subtle) !default;
|
|
271
|
+
$kendo-grid-sticky-hover-bg: k-color(base-subtle-hover) !default;
|
|
272
|
+
|
|
253
273
|
$kendo-grid-sticky-text: $kendo-grid-text !default;
|
|
254
274
|
$kendo-grid-sticky-border: $kendo-grid-border !default;
|
|
255
275
|
|
|
256
|
-
// Must be a solid color
|
|
257
|
-
$kendo-grid-sticky-alt-bg: k-color(base-subtle) !default;
|
|
258
|
-
|
|
259
276
|
$kendo-grid-sticky-header-bg: $kendo-grid-header-bg !default;
|
|
260
277
|
$kendo-grid-sticky-header-text: $kendo-grid-header-text !default;
|
|
261
278
|
$kendo-grid-sticky-header-border: $kendo-grid-sticky-border !default;
|
|
@@ -263,12 +280,6 @@ $kendo-grid-sticky-header-border: $kendo-grid-sticky-border !default;
|
|
|
263
280
|
$kendo-grid-sticky-footer-bg: $kendo-grid-header-bg !default;
|
|
264
281
|
$kendo-grid-sticky-footer-hover-bg: $kendo-grid-hover-bg !default;
|
|
265
282
|
|
|
266
|
-
$kendo-grid-sticky-selected-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
|
|
267
|
-
$kendo-grid-sticky-selected-alt-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
|
|
268
|
-
|
|
269
|
-
// Must be a solid color
|
|
270
|
-
$kendo-grid-sticky-hover-bg: k-color(base-subtle-hover) !default;
|
|
271
|
-
$kendo-grid-sticky-selected-hover-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
|
|
272
283
|
|
|
273
284
|
$kendo-grid-column-menu-width: 230px !default;
|
|
274
285
|
$kendo-grid-column-menu-max-width: 320px !default;
|
|
@@ -406,6 +417,11 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
|
406
417
|
$kendo-grid-selected-bg: $kendo-grid-selected-bg,
|
|
407
418
|
$kendo-grid-selected-text: $kendo-grid-selected-text,
|
|
408
419
|
$kendo-grid-selected-border: $kendo-grid-selected-border,
|
|
420
|
+
$kendo-grid-highlighted-bg: $kendo-grid-highlighted-bg,
|
|
421
|
+
$kendo-grid-highlighted-text: $kendo-grid-highlighted-text,
|
|
422
|
+
$kendo-grid-highlighted-border: $kendo-grid-highlighted-border,
|
|
423
|
+
$kendo-grid-highlighted-font-weight: $kendo-grid-highlighted-font-weight,
|
|
424
|
+
$kendo-grid-selected-highlighted-bg: $kendo-grid-selected-highlighted-bg,
|
|
409
425
|
$kendo-grid-selection-aggregates-bg: $kendo-grid-selection-aggregates-bg,
|
|
410
426
|
$kendo-grid-selection-aggregates-text: $kendo-grid-selection-aggregates-text,
|
|
411
427
|
$kendo-grid-selection-aggregates-border: $kendo-grid-selection-aggregates-border,
|
|
@@ -434,10 +450,7 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
|
434
450
|
$kendo-grid-sticky-header-border: $kendo-grid-sticky-header-border,
|
|
435
451
|
$kendo-grid-sticky-footer-bg: $kendo-grid-sticky-footer-bg,
|
|
436
452
|
$kendo-grid-sticky-footer-hover-bg: $kendo-grid-sticky-footer-hover-bg,
|
|
437
|
-
$kendo-grid-sticky-selected-bg: $kendo-grid-sticky-selected-bg,
|
|
438
|
-
$kendo-grid-sticky-selected-alt-bg: $kendo-grid-sticky-selected-alt-bg,
|
|
439
453
|
$kendo-grid-sticky-hover-bg: $kendo-grid-sticky-hover-bg,
|
|
440
|
-
$kendo-grid-sticky-selected-hover-bg: $kendo-grid-sticky-selected-hover-bg,
|
|
441
454
|
$kendo-grid-column-menu-width: $kendo-grid-column-menu-width,
|
|
442
455
|
$kendo-grid-column-menu-max-width: $kendo-grid-column-menu-max-width,
|
|
443
456
|
$kendo-grid-filter-menu-check-all-border-bottom-width: $kendo-grid-filter-menu-check-all-border-bottom-width,
|
|
@@ -157,6 +157,23 @@ $kendo-table-selected-text: null !default;
|
|
|
157
157
|
/// @group table
|
|
158
158
|
$kendo-table-selected-border: null !default;
|
|
159
159
|
|
|
160
|
+
/// Background color of highlighted rows in table.
|
|
161
|
+
/// @group table
|
|
162
|
+
$kendo-table-highlighted-bg: color-mix(in srgb, k-color(warning) 25%, transparent) !default;
|
|
163
|
+
/// Text color of highlighted rows in table.
|
|
164
|
+
/// @group table
|
|
165
|
+
$kendo-table-highlighted-text: null !default;
|
|
166
|
+
/// The font weight of highlighted rows in table.
|
|
167
|
+
/// @group table
|
|
168
|
+
$kendo-table-highlighted-font-weight: var( --kendo-font-weight-bold, bold ) !default;
|
|
169
|
+
/// Border color of highlighted rows in table.
|
|
170
|
+
/// @group table
|
|
171
|
+
$kendo-table-highlighted-border: null !default;
|
|
172
|
+
|
|
173
|
+
/// Background color of selected highlighted rows in table.
|
|
174
|
+
/// @group table
|
|
175
|
+
$kendo-table-selected-highlighted-bg: color-mix(in srgb, color-mix(in srgb, k-color(primary), k-color(warning)) 42%, transparent) !default;
|
|
176
|
+
|
|
160
177
|
/// The box shadow of the row spanned cells.
|
|
161
178
|
/// @group table
|
|
162
179
|
$kendo-table-cell-row-span-shadow: inset 0 0 0 1px $kendo-table-border !default;
|
|
@@ -203,5 +220,10 @@ $kendo-table-cell-row-span-shadow: inset 0 0 0 1px $kendo-table-border !default;
|
|
|
203
220
|
$kendo-table-selected-bg: $kendo-table-selected-bg,
|
|
204
221
|
$kendo-table-selected-text: $kendo-table-selected-text,
|
|
205
222
|
$kendo-table-selected-border: $kendo-table-selected-border,
|
|
223
|
+
$kendo-table-highlighted-bg: $kendo-table-highlighted-bg,
|
|
224
|
+
$kendo-table-highlighted-text: $kendo-table-highlighted-text,
|
|
225
|
+
$kendo-table-highlighted-font-weight: $kendo-table-highlighted-font-weight,
|
|
226
|
+
$kendo-table-highlighted-border: $kendo-table-highlighted-border,
|
|
227
|
+
$kendo-table-selected-highlighted-bg: $kendo-table-selected-highlighted-bg,
|
|
206
228
|
$kendo-table-cell-row-span-shadow: $kendo-table-cell-row-span-shadow
|
|
207
229
|
);
|