@progress/kendo-theme-material 7.2.1-dev.7 → 7.2.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.
- package/dist/all.css +8 -1
- package/dist/all.scss +79 -80
- package/dist/meta/sassdoc-data.json +48 -48
- package/dist/meta/sassdoc-raw-data.json +24 -24
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/dataviz/_variables.scss +11 -11
- package/scss/dock-manager/_variables.scss +1 -1
- package/scss/fab/_theme.scss +2 -2
- package/scss/gantt/_variables.scss +1 -1
- package/scss/grid/_variables.scss +5 -5
- package/scss/input/_variables.scss +4 -4
- package/scss/map/_variables.scss +1 -1
- package/scss/mediaplayer/_variables.scss +1 -1
- package/scss/orgchart/_variables.scss +1 -1
- package/scss/pivotgrid/_variables.scss +2 -2
- package/scss/scheduler/_theme.scss +2 -2
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +4 -4
- package/scss/stepper/_variables.scss +3 -3
- package/scss/switch/_variables.scss +2 -2
- package/scss/table/_variables.scss +2 -2
- package/scss/treeview/_variables.scss +1 -1
|
@@ -6508,7 +6508,7 @@
|
|
|
6508
6508
|
"context": {
|
|
6509
6509
|
"type": "variable",
|
|
6510
6510
|
"name": "kendo-chart-major-lines",
|
|
6511
|
-
"value": "
|
|
6511
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 ))",
|
|
6512
6512
|
"scope": "default",
|
|
6513
6513
|
"line": {
|
|
6514
6514
|
"start": 103,
|
|
@@ -6533,7 +6533,7 @@
|
|
|
6533
6533
|
"context": {
|
|
6534
6534
|
"type": "variable",
|
|
6535
6535
|
"name": "kendo-chart-minor-lines",
|
|
6536
|
-
"value": "
|
|
6536
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 4%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 ))",
|
|
6537
6537
|
"scope": "default",
|
|
6538
6538
|
"line": {
|
|
6539
6539
|
"start": 107,
|
|
@@ -8283,7 +8283,7 @@
|
|
|
8283
8283
|
"context": {
|
|
8284
8284
|
"type": "variable",
|
|
8285
8285
|
"name": "kendo-checkbox-border",
|
|
8286
|
-
"value": "
|
|
8286
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 54%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .54 ))",
|
|
8287
8287
|
"scope": "default",
|
|
8288
8288
|
"line": {
|
|
8289
8289
|
"start": 67,
|
|
@@ -13545,7 +13545,7 @@
|
|
|
13545
13545
|
"context": {
|
|
13546
13546
|
"type": "variable",
|
|
13547
13547
|
"name": "kendo-dock-manager-dock-preview-bg",
|
|
13548
|
-
"value": "if($kendo-enable-color-system,
|
|
13548
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 16%, transparent), rgba( $kendo-color-primary, .16 ))",
|
|
13549
13549
|
"scope": "default",
|
|
13550
13550
|
"line": {
|
|
13551
13551
|
"start": 110,
|
|
@@ -20220,7 +20220,7 @@
|
|
|
20220
20220
|
"context": {
|
|
20221
20221
|
"type": "variable",
|
|
20222
20222
|
"name": "kendo-grid-row-resizer-hover-bg",
|
|
20223
|
-
"value": "if($kendo-enable-color-system,
|
|
20223
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 20%, transparent), rgba( k-contrast-color( $kendo-grid-bg ), .24 ))",
|
|
20224
20224
|
"scope": "default",
|
|
20225
20225
|
"line": {
|
|
20226
20226
|
"start": 312,
|
|
@@ -20870,7 +20870,7 @@
|
|
|
20870
20870
|
"context": {
|
|
20871
20871
|
"type": "variable",
|
|
20872
20872
|
"name": "kendo-input-border",
|
|
20873
|
-
"value": "if($kendo-enable-color-system,
|
|
20873
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 44%, transparent), rgba( $kendo-component-border, .38 ))",
|
|
20874
20874
|
"scope": "default",
|
|
20875
20875
|
"line": {
|
|
20876
20876
|
"start": 108,
|
|
@@ -21170,7 +21170,7 @@
|
|
|
21170
21170
|
"context": {
|
|
21171
21171
|
"type": "variable",
|
|
21172
21172
|
"name": "kendo-input-disabled-bg",
|
|
21173
|
-
"value": "if($kendo-enable-color-system,
|
|
21173
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 3%, transparent), k-try-shade( $kendo-component-bg, .25 ))",
|
|
21174
21174
|
"scope": "default",
|
|
21175
21175
|
"line": {
|
|
21176
21176
|
"start": 147,
|
|
@@ -21195,7 +21195,7 @@
|
|
|
21195
21195
|
"context": {
|
|
21196
21196
|
"type": "variable",
|
|
21197
21197
|
"name": "kendo-input-disabled-text",
|
|
21198
|
-
"value": "if($kendo-enable-color-system,
|
|
21198
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 27%, transparent), $kendo-disabled-text)",
|
|
21199
21199
|
"scope": "default",
|
|
21200
21200
|
"line": {
|
|
21201
21201
|
"start": 150,
|
|
@@ -21220,7 +21220,7 @@
|
|
|
21220
21220
|
"context": {
|
|
21221
21221
|
"type": "variable",
|
|
21222
21222
|
"name": "kendo-input-disabled-border",
|
|
21223
|
-
"value": "if($kendo-enable-color-system,
|
|
21223
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 3%, transparent), rgba( $kendo-component-border, k-math-div( k-color-alpha( $kendo-component-border ), 2 ) ))",
|
|
21224
21224
|
"scope": "default",
|
|
21225
21225
|
"line": {
|
|
21226
21226
|
"start": 153,
|
|
@@ -26620,7 +26620,7 @@
|
|
|
26620
26620
|
"context": {
|
|
26621
26621
|
"type": "variable",
|
|
26622
26622
|
"name": "kendo-orgchart-node-group-focus-shadow",
|
|
26623
|
-
"value": "0 2px 4px -1px
|
|
26623
|
+
"value": "0 2px 4px -1px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 20%, transparent), rgba( $elevation, .2 )), 0 4px 5px 0 if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 14%, transparent), rgba( $elevation, .14 )), 0 1px 10px 0 if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 12%, transparent), rgba( $elevation, .12 ))",
|
|
26624
26624
|
"scope": "default",
|
|
26625
26625
|
"line": {
|
|
26626
26626
|
"start": 68,
|
|
@@ -34879,7 +34879,7 @@
|
|
|
34879
34879
|
"context": {
|
|
34880
34880
|
"type": "variable",
|
|
34881
34881
|
"name": "kendo-skeleton-item-bg",
|
|
34882
|
-
"value": "if($kendo-enable-color-system,
|
|
34882
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 20%, transparent), rgba( $kendo-color-inverse, .2 ))",
|
|
34883
34883
|
"scope": "default",
|
|
34884
34884
|
"line": {
|
|
34885
34885
|
"start": 20,
|
|
@@ -35604,7 +35604,7 @@
|
|
|
35604
35604
|
"context": {
|
|
35605
35605
|
"type": "variable",
|
|
35606
35606
|
"name": "kendo-slider-draghandle-focus-shadow",
|
|
35607
|
-
"value": "0 0 0 11px if($kendo-enable-color-system,
|
|
35607
|
+
"value": "0 0 0 11px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 ))",
|
|
35608
35608
|
"scope": "default",
|
|
35609
35609
|
"line": {
|
|
35610
35610
|
"start": 96,
|
|
@@ -37182,7 +37182,7 @@
|
|
|
37182
37182
|
"context": {
|
|
37183
37183
|
"type": "variable",
|
|
37184
37184
|
"name": "kendo-spreadsheet-selection-bg",
|
|
37185
|
-
"value": "if($kendo-enable-color-system,
|
|
37185
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 ))",
|
|
37186
37186
|
"scope": "default",
|
|
37187
37187
|
"line": {
|
|
37188
37188
|
"start": 97,
|
|
@@ -37432,7 +37432,7 @@
|
|
|
37432
37432
|
"context": {
|
|
37433
37433
|
"type": "variable",
|
|
37434
37434
|
"name": "kendo-spreadsheet-auto-fill-bg",
|
|
37435
|
-
"value": "if($kendo-enable-color-system,
|
|
37435
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 ))",
|
|
37436
37436
|
"scope": "default",
|
|
37437
37437
|
"line": {
|
|
37438
37438
|
"start": 131,
|
|
@@ -37532,7 +37532,7 @@
|
|
|
37532
37532
|
"context": {
|
|
37533
37533
|
"type": "variable",
|
|
37534
37534
|
"name": "kendo-spreadsheet-auto-fill-punch-bg",
|
|
37535
|
-
"value": "if($kendo-enable-color-system,
|
|
37535
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 50%, transparent), rgba( $kendo-component-bg, .5 ))",
|
|
37536
37536
|
"scope": "default",
|
|
37537
37537
|
"line": {
|
|
37538
37538
|
"start": 143,
|
|
@@ -38432,7 +38432,7 @@
|
|
|
38432
38432
|
"context": {
|
|
38433
38433
|
"type": "variable",
|
|
38434
38434
|
"name": "kendo-spreadsheet-drawing-anchor-bg",
|
|
38435
|
-
"value": "if($kendo-enable-color-system,
|
|
38435
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( secondary ) 25%, transparent), rgba( $kendo-selected-bg, .25 ))",
|
|
38436
38436
|
"scope": "default",
|
|
38437
38437
|
"line": {
|
|
38438
38438
|
"start": 261,
|
|
@@ -39257,7 +39257,7 @@
|
|
|
39257
39257
|
"context": {
|
|
39258
39258
|
"type": "variable",
|
|
39259
39259
|
"name": "kendo-stepper-indicator-disabled-text",
|
|
39260
|
-
"value": "if($kendo-enable-color-system,
|
|
39260
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 32%, transparent), $kendo-disabled-text)",
|
|
39261
39261
|
"scope": "default",
|
|
39262
39262
|
"line": {
|
|
39263
39263
|
"start": 106,
|
|
@@ -39457,7 +39457,7 @@
|
|
|
39457
39457
|
"context": {
|
|
39458
39458
|
"type": "variable",
|
|
39459
39459
|
"name": "kendo-stepper-indicator-done-disabled-bg",
|
|
39460
|
-
"value": "if($kendo-enable-color-system,
|
|
39460
|
+
"value": "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%))",
|
|
39461
39461
|
"scope": "default",
|
|
39462
39462
|
"line": {
|
|
39463
39463
|
"start": 133,
|
|
@@ -39857,7 +39857,7 @@
|
|
|
39857
39857
|
"context": {
|
|
39858
39858
|
"type": "variable",
|
|
39859
39859
|
"name": "kendo-stepper-label-disabled-text",
|
|
39860
|
-
"value": "if($kendo-enable-color-system,
|
|
39860
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 32%, transparent), k-map-get( $theme, disabled-text ))",
|
|
39861
39861
|
"scope": "default",
|
|
39862
39862
|
"line": {
|
|
39863
39863
|
"start": 185,
|
|
@@ -40332,7 +40332,7 @@
|
|
|
40332
40332
|
"context": {
|
|
40333
40333
|
"type": "variable",
|
|
40334
40334
|
"name": "kendo-switch-off-track-bg",
|
|
40335
|
-
"value": "
|
|
40335
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 38%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .38 ))",
|
|
40336
40336
|
"scope": "default",
|
|
40337
40337
|
"line": {
|
|
40338
40338
|
"start": 33,
|
|
@@ -40957,7 +40957,7 @@
|
|
|
40957
40957
|
"context": {
|
|
40958
40958
|
"type": "variable",
|
|
40959
40959
|
"name": "kendo-switch-on-track-bg",
|
|
40960
|
-
"value": "if($kendo-enable-color-system,
|
|
40960
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 54%, transparent), rgba( $kendo-color-primary, .54 ))",
|
|
40961
40961
|
"scope": "default",
|
|
40962
40962
|
"line": {
|
|
40963
40963
|
"start": 115,
|
|
@@ -42182,7 +42182,7 @@
|
|
|
42182
42182
|
"context": {
|
|
42183
42183
|
"type": "variable",
|
|
42184
42184
|
"name": "kendo-table-hover-bg",
|
|
42185
|
-
"value": "if($kendo-enable-color-system,
|
|
42185
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( k-contrast-color( $kendo-table-bg ), .07 ))",
|
|
42186
42186
|
"scope": "default",
|
|
42187
42187
|
"line": {
|
|
42188
42188
|
"start": 125,
|
|
@@ -42357,7 +42357,7 @@
|
|
|
42357
42357
|
"context": {
|
|
42358
42358
|
"type": "variable",
|
|
42359
42359
|
"name": "kendo-table-selected-bg",
|
|
42360
|
-
"value": "if($kendo-enable-color-system,
|
|
42360
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 12%, transparent), rgba( k-contrast-color( $kendo-table-bg ), .04 ))",
|
|
42361
42361
|
"scope": "default",
|
|
42362
42362
|
"line": {
|
|
42363
42363
|
"start": 150,
|
|
@@ -48307,7 +48307,7 @@
|
|
|
48307
48307
|
"context": {
|
|
48308
48308
|
"type": "variable",
|
|
48309
48309
|
"name": "kendo-treeview-item-hover-bg",
|
|
48310
|
-
"value": "if($kendo-enable-color-system,
|
|
48310
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 7%, transparent), rgba( $kendo-treeview-text, .07 ))",
|
|
48311
48311
|
"scope": "default",
|
|
48312
48312
|
"line": {
|
|
48313
48313
|
"start": 127,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
4
|
-
"version": "7.2.1
|
|
4
|
+
"version": "7.2.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
57
|
-
"@progress/kendo-theme-core": "7.2.1
|
|
58
|
-
"@progress/kendo-theme-default": "7.2.1
|
|
59
|
-
"@progress/kendo-theme-utils": "7.2.1
|
|
57
|
+
"@progress/kendo-theme-core": "7.2.1",
|
|
58
|
+
"@progress/kendo-theme-default": "7.2.1",
|
|
59
|
+
"@progress/kendo-theme-utils": "7.2.1"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "d84d6dd15dc96b01d20ce0a202650d237e5c200c"
|
|
66
66
|
}
|
|
@@ -64,7 +64,7 @@ $kendo-checkbox-bg: null !default;
|
|
|
64
64
|
$kendo-checkbox-text: null !default;
|
|
65
65
|
/// The border color of the CheckBox.
|
|
66
66
|
/// @group checkbox
|
|
67
|
-
$kendo-checkbox-border:
|
|
67
|
+
$kendo-checkbox-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 54%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .54 )) !default;
|
|
68
68
|
|
|
69
69
|
/// The background color of the hovered CheckBox.
|
|
70
70
|
/// @group checkbox
|
|
@@ -100,13 +100,13 @@ $kendo-chart-pane-title-font-weight: $kendo-font-weight-normal !default;
|
|
|
100
100
|
|
|
101
101
|
/// The color of the Chart grid lines (major).
|
|
102
102
|
/// @group charts
|
|
103
|
-
$kendo-chart-major-lines:
|
|
103
|
+
$kendo-chart-major-lines: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )) !default;
|
|
104
104
|
|
|
105
105
|
/// The color of the Chart grid lines (minor).
|
|
106
106
|
/// @group charts
|
|
107
|
-
$kendo-chart-minor-lines:
|
|
107
|
+
$kendo-chart-minor-lines: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 4%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )) !default;
|
|
108
108
|
|
|
109
|
-
$kendo-chart-inactive: if($kendo-enable-color-system,
|
|
109
|
+
$kendo-chart-inactive: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-body-text, .5 )) !default;
|
|
110
110
|
$kendo-chart-area-opacity: .6 !default;
|
|
111
111
|
$kendo-chart-area-inactive-opacity: .1 !default;
|
|
112
112
|
$kendo-chart-line-inactive-opacity: .3 !default;
|
|
@@ -117,20 +117,20 @@ $kendo-chart-bg: $kendo-component-bg !default;
|
|
|
117
117
|
$kendo-chart-text: $kendo-component-text !default;
|
|
118
118
|
$kendo-chart-border: $kendo-component-border !default;
|
|
119
119
|
|
|
120
|
-
$kendo-chart-crosshair-background:
|
|
120
|
+
$kendo-chart-crosshair-background: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
|
|
121
121
|
$kendo-chart-crosshair-shared-tooltip-color: $kendo-chart-text !default;
|
|
122
122
|
$kendo-chart-crosshair-shared-tooltip-background: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-chart-bg, 1 )) !default;
|
|
123
|
-
$kendo-chart-crosshair-shared-tooltip-border:
|
|
123
|
+
$kendo-chart-crosshair-shared-tooltip-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )) !default;
|
|
124
124
|
|
|
125
|
-
$kendo-chart-notes-background:
|
|
126
|
-
$kendo-chart-notes-border:
|
|
127
|
-
$kendo-chart-notes-lines:
|
|
125
|
+
$kendo-chart-notes-background: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
|
|
126
|
+
$kendo-chart-notes-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
|
|
127
|
+
$kendo-chart-notes-lines: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
|
|
128
128
|
|
|
129
|
-
$kendo-chart-error-bars-background:
|
|
129
|
+
$kendo-chart-error-bars-background: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
|
|
130
130
|
|
|
131
131
|
$kendo-chart-selection-handle-size: 22px !default;
|
|
132
|
-
$kendo-chart-selection-border-color:
|
|
133
|
-
$kendo-chart-selection-shadow: inset 0 1px 7px
|
|
132
|
+
$kendo-chart-selection-border-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )) !default;
|
|
133
|
+
$kendo-chart-selection-shadow: inset 0 1px 7px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 15%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .15 )) !default;
|
|
134
134
|
|
|
135
135
|
|
|
136
136
|
// TreeMap
|
|
@@ -107,7 +107,7 @@ $kendo-dock-manager-dock-preview-border-style: dashed !default;
|
|
|
107
107
|
$kendo-dock-manager-dock-preview-border-radius: $kendo-border-radius-sm !default;
|
|
108
108
|
/// The background color of the dropping area in the DockManager component.
|
|
109
109
|
/// @group dock-manager
|
|
110
|
-
$kendo-dock-manager-dock-preview-bg: if($kendo-enable-color-system,
|
|
110
|
+
$kendo-dock-manager-dock-preview-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 16%, transparent), rgba( $kendo-color-primary, .16 )) !default;
|
|
111
111
|
/// The border color of the dropping area in the DockManager component.
|
|
112
112
|
/// @group dock-manager
|
|
113
113
|
$kendo-dock-manager-dock-preview-border: $kendo-color-primary !default;
|
package/scss/fab/_theme.scss
CHANGED
|
@@ -104,8 +104,8 @@
|
|
|
104
104
|
.k-fab-item-text,
|
|
105
105
|
.k-fab-item-icon {
|
|
106
106
|
@include box-shadow($kendo-fab-item-disabled-shadow);
|
|
107
|
-
background-color: if($kendo-enable-color-system,
|
|
108
|
-
color: if($kendo-enable-color-system,
|
|
107
|
+
background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( base ) 60%, transparent), k-try-tint( $kendo-fab-item-bg, 8 ));
|
|
108
|
+
color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 60%, transparent), k-try-tint( $kendo-fab-item-text, 8 ));
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
|
|
@@ -12,7 +12,7 @@ $kendo-gantt-treelist-bg: null !default;
|
|
|
12
12
|
$kendo-gantt-treelist-text: null !default;
|
|
13
13
|
$kendo-gantt-treelist-border: null !default;
|
|
14
14
|
|
|
15
|
-
$kendo-gantt-nonwork-bg: if($kendo-enable-color-system,
|
|
15
|
+
$kendo-gantt-nonwork-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 3%, transparent), rgba( k-contrast-color( $kendo-gantt-bg ), .025 )) !default;
|
|
16
16
|
$kendo-gantt-nonwork-text: null !default;
|
|
17
17
|
$kendo-gantt-nonwork-border: null !default;
|
|
18
18
|
|
|
@@ -223,7 +223,7 @@ $kendo-grid-grouping-row-bg: transparent !default;
|
|
|
223
223
|
$kendo-grid-grouping-row-text: $kendo-grid-text !default;
|
|
224
224
|
|
|
225
225
|
$kendo-grid-sorted-icon-spacing: 4px !default;
|
|
226
|
-
$kendo-grid-sorted-bg: if($kendo-enable-color-system,
|
|
226
|
+
$kendo-grid-sorted-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 5%, transparent), rgba( k-contrast-color( $kendo-grid-bg ), .04 )) !default;
|
|
227
227
|
$kendo-grid-sorting-indicator-text: $kendo-grid-header-text !default;
|
|
228
228
|
$kendo-grid-sorting-index-font-size: $kendo-font-size-sm !default;
|
|
229
229
|
$kendo-grid-sorting-index-height: $kendo-icon-size !default;
|
|
@@ -239,7 +239,7 @@ $kendo-grid-command-cell-padding-y: calc( #{$kendo-grid-cell-padding-y} - (#{$ke
|
|
|
239
239
|
// Must be a solid color
|
|
240
240
|
$kendo-grid-sticky-bg: $kendo-grid-bg !default;
|
|
241
241
|
$kendo-grid-sticky-text: $kendo-grid-text !default;
|
|
242
|
-
$kendo-grid-sticky-border: if($kendo-enable-color-system,
|
|
242
|
+
$kendo-grid-sticky-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( k-contrast-color( $kendo-grid-bg ), .5 )) !default;
|
|
243
243
|
|
|
244
244
|
// Must be a solid color
|
|
245
245
|
$kendo-grid-sticky-alt-bg: $kendo-grid-sticky-bg !default;
|
|
@@ -251,12 +251,12 @@ $kendo-grid-sticky-header-border: $kendo-grid-sticky-border !default;
|
|
|
251
251
|
$kendo-grid-sticky-footer-bg: $kendo-grid-sticky-header-bg !default;
|
|
252
252
|
$kendo-grid-sticky-footer-hover-bg: $kendo-grid-sticky-footer-bg !default;
|
|
253
253
|
|
|
254
|
-
$kendo-grid-sticky-selected-bg: if($kendo-enable-color-system,
|
|
254
|
+
$kendo-grid-sticky-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 12%, transparent), k-try-shade($kendo-grid-bg, 4%)) !default;
|
|
255
255
|
$kendo-grid-sticky-selected-alt-bg: $kendo-grid-sticky-selected-bg !default;
|
|
256
256
|
|
|
257
257
|
// Must be a solid color
|
|
258
258
|
$kendo-grid-sticky-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade($kendo-grid-bg, 7%)) !default;
|
|
259
|
-
$kendo-grid-sticky-selected-hover-bg: if($kendo-enable-color-system,
|
|
259
|
+
$kendo-grid-sticky-selected-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 12%, transparent), k-try-shade($kendo-grid-sticky-selected-bg, .87)) !default;
|
|
260
260
|
|
|
261
261
|
$kendo-grid-column-menu-width: 250px !default;
|
|
262
262
|
$kendo-grid-column-menu-max-width: 320px !default;
|
|
@@ -309,7 +309,7 @@ $kendo-grid-group-footer-second-cell-border: 0px !default;
|
|
|
309
309
|
|
|
310
310
|
/// Background color of the grid row resize indicator
|
|
311
311
|
/// @group grid
|
|
312
|
-
$kendo-grid-row-resizer-hover-bg: if($kendo-enable-color-system,
|
|
312
|
+
$kendo-grid-row-resizer-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 20%, transparent), rgba( k-contrast-color( $kendo-grid-bg ), .24 )) !default;
|
|
313
313
|
/// Active background color of the grid row resize indicator
|
|
314
314
|
/// @group grid
|
|
315
315
|
$kendo-grid-row-resizer-active-bg: $kendo-color-primary !default;
|
|
@@ -105,7 +105,7 @@ $kendo-input-bg: if($kendo-enable-color-system, k-color( surface ), k-try-shade(
|
|
|
105
105
|
$kendo-input-text: $kendo-component-text !default;
|
|
106
106
|
/// The border color of the Input components.
|
|
107
107
|
/// @group input
|
|
108
|
-
$kendo-input-border: if($kendo-enable-color-system,
|
|
108
|
+
$kendo-input-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 44%, transparent), rgba( $kendo-component-border, .38 )) !default;
|
|
109
109
|
/// The shadow of the Input components.
|
|
110
110
|
/// @group input
|
|
111
111
|
$kendo-input-shadow: null !default;
|
|
@@ -144,13 +144,13 @@ $kendo-input-selected-bg: null !default;
|
|
|
144
144
|
$kendo-input-selected-text: null !default;
|
|
145
145
|
/// The background color of the disabled Input components.
|
|
146
146
|
/// @group input
|
|
147
|
-
$kendo-input-disabled-bg: if($kendo-enable-color-system,
|
|
147
|
+
$kendo-input-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 3%, transparent), k-try-shade( $kendo-component-bg, .25 )) !default;
|
|
148
148
|
/// The text color of the disabled Input components.
|
|
149
149
|
/// @group input
|
|
150
|
-
$kendo-input-disabled-text: if($kendo-enable-color-system,
|
|
150
|
+
$kendo-input-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 27%, transparent), $kendo-disabled-text) !default;
|
|
151
151
|
/// The border color of the disabled Input components.
|
|
152
152
|
/// @group input
|
|
153
|
-
$kendo-input-disabled-border: if($kendo-enable-color-system,
|
|
153
|
+
$kendo-input-disabled-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 3%, transparent), rgba( $kendo-component-border, k-math-div( k-color-alpha( $kendo-component-border ), 2 ) )) !default;
|
|
154
154
|
/// The gradient of the disabled Input components.
|
|
155
155
|
/// @group input
|
|
156
156
|
$kendo-input-disabled-gradient: null !default;
|
package/scss/map/_variables.scss
CHANGED
|
@@ -25,6 +25,6 @@ $kendo-map-zoom-control-button-padding-y: $kendo-map-zoom-control-button-padding
|
|
|
25
25
|
$kendo-map-attribution-padding-x: $kendo-padding-sm-x !default;
|
|
26
26
|
$kendo-map-attribution-padding-y: $kendo-padding-sm-y !default;
|
|
27
27
|
$kendo-map-attribution-font-size: ($kendo-map-font-size * .75) !default;
|
|
28
|
-
$kendo-map-attribution-bg: if($kendo-enable-color-system,
|
|
28
|
+
$kendo-map-attribution-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 80%, transparent), rgba( $kendo-map-bg, .8 )) !default;
|
|
29
29
|
|
|
30
30
|
$kendo-map-marker-fill: $kendo-color-primary !default;
|
|
@@ -13,4 +13,4 @@ $kendo-media-player-titlebar-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
13
13
|
$kendo-media-player-titlebar-bg: null !default;
|
|
14
14
|
$kendo-media-player-titlebar-text: $kendo-media-player-bg !default;
|
|
15
15
|
$kendo-media-player-titlebar-border: null !default;
|
|
16
|
-
$kendo-media-player-titlebar-gradient: if($kendo-enable-color-system, (
|
|
16
|
+
$kendo-media-player-titlebar-gradient: if($kendo-enable-color-system, ( color-mix(in srgb, k-color( on-app-surface ) 70%, transparent), color-mix(in srgb, k-color( on-app-surface ) 0%, transparent) ), ( rgba( $kendo-media-player-text, .7 ), rgba( $kendo-media-player-text, 0 ) )) !default;
|
|
@@ -65,7 +65,7 @@ $kendo-orgchart-node-group-border: $kendo-base-border !default;
|
|
|
65
65
|
$kendo-orgchart-node-group-focus-border: $kendo-card-focus-border !default;
|
|
66
66
|
/// The shadow of the focused OrgChart node group.
|
|
67
67
|
/// @group orgchart
|
|
68
|
-
$kendo-orgchart-node-group-focus-shadow: 0 2px 4px -1px
|
|
68
|
+
$kendo-orgchart-node-group-focus-shadow: 0 2px 4px -1px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 20%, transparent), rgba( $elevation, .2 )), 0 4px 5px 0 if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 14%, transparent), rgba( $elevation, .14 )), 0 1px 10px 0 if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 12%, transparent), rgba( $elevation, .12 )) !default;
|
|
69
69
|
|
|
70
70
|
/// The font size of the OrgChart node group title.
|
|
71
71
|
/// @group orgchart
|
|
@@ -25,7 +25,7 @@ $kendo-pivotgrid-border: $kendo-component-border !default;
|
|
|
25
25
|
|
|
26
26
|
$kendo-pivotgrid-alt-border: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-pivotgrid-border, 2 )) !default;
|
|
27
27
|
|
|
28
|
-
$kendo-pivotgrid-headers-bg: if($kendo-enable-color-system,
|
|
28
|
+
$kendo-pivotgrid-headers-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 2%, transparent), rgba( $kendo-component-header-bg, .02 )) !default;
|
|
29
29
|
$kendo-pivotgrid-headers-text: $kendo-component-header-text !default;
|
|
30
30
|
$kendo-pivotgrid-headers-border: $kendo-component-header-border !default;
|
|
31
31
|
|
|
@@ -37,7 +37,7 @@ $kendo-pivotgrid-hover-bg: if($kendo-enable-color-system, k-color( base-hover ),
|
|
|
37
37
|
$kendo-pivotgrid-hover-text: null !default;
|
|
38
38
|
$kendo-pivotgrid-hover-border: null !default;
|
|
39
39
|
|
|
40
|
-
$kendo-pivotgrid-selected-bg: if($kendo-enable-color-system,
|
|
40
|
+
$kendo-pivotgrid-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( base-active ) 25%, transparent), rgba( k-contrast-color( $kendo-pivotgrid-bg ), .04 )) !default;
|
|
41
41
|
$kendo-pivotgrid-selected-text: null !default;
|
|
42
42
|
$kendo-pivotgrid-selected-border: null !default;
|
|
43
43
|
|