@progress/kendo-theme-default 7.2.1-dev.7 → 7.2.1-dev.8

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.scss +75 -80
  2. package/dist/meta/sassdoc-data.json +58 -58
  3. package/dist/meta/sassdoc-raw-data.json +29 -29
  4. package/lib/swatches/default-blue.json +1 -1
  5. package/lib/swatches/default-dataviz-v4.json +1 -1
  6. package/lib/swatches/default-green.json +1 -1
  7. package/lib/swatches/default-main-dark.json +1 -1
  8. package/lib/swatches/default-main.json +1 -1
  9. package/lib/swatches/default-nordic.json +1 -1
  10. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  11. package/lib/swatches/default-ocean-blue.json +1 -1
  12. package/lib/swatches/default-orange.json +1 -1
  13. package/lib/swatches/default-purple.json +1 -1
  14. package/lib/swatches/default-turquoise.json +1 -1
  15. package/lib/swatches/default-urban.json +1 -1
  16. package/package.json +4 -4
  17. package/scss/bottom-navigation/_theme.scss +3 -3
  18. package/scss/button/_theme.scss +5 -5
  19. package/scss/button/_variables.scss +1 -1
  20. package/scss/calendar/_theme.scss +1 -1
  21. package/scss/checkbox/_variables.scss +1 -1
  22. package/scss/chip/_theme.scss +3 -3
  23. package/scss/chip/_variables.scss +2 -2
  24. package/scss/dataviz/_variables.scss +11 -11
  25. package/scss/dock-manager/_variables.scss +1 -1
  26. package/scss/fab/_theme.scss +6 -6
  27. package/scss/gantt/_variables.scss +1 -1
  28. package/scss/grid/_variables.scss +5 -5
  29. package/scss/input/_variables.scss +5 -5
  30. package/scss/listview/_variables.scss +1 -1
  31. package/scss/map/_variables.scss +1 -1
  32. package/scss/mediaplayer/_theme.scss +1 -1
  33. package/scss/mediaplayer/_variables.scss +1 -1
  34. package/scss/pivotgrid/_variables.scss +1 -1
  35. package/scss/progressbar/_theme.scss +1 -1
  36. package/scss/scheduler/_theme.scss +2 -2
  37. package/scss/signature/_variables.scss +1 -1
  38. package/scss/skeleton/_variables.scss +1 -1
  39. package/scss/slider/_variables.scss +1 -1
  40. package/scss/spreadsheet/_variables.scss +4 -4
  41. package/scss/stepper/_variables.scss +3 -3
  42. package/scss/switch/_theme.scss +2 -2
  43. package/scss/switch/_variables.scss +2 -2
  44. package/scss/table/_variables.scss +3 -3
  45. package/scss/timeline/_variables.scss +2 -2
@@ -4308,7 +4308,7 @@
4308
4308
  "context": {
4309
4309
  "type": "variable",
4310
4310
  "name": "kendo-button-focus-shadow",
4311
- "value": "0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08), rgba( $kendo-button-border, .08 ))",
4311
+ "value": "0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( $kendo-button-border, .08 ))",
4312
4312
  "scope": "default",
4313
4313
  "line": {
4314
4314
  "start": 189,
@@ -6508,7 +6508,7 @@
6508
6508
  "context": {
6509
6509
  "type": "variable",
6510
6510
  "name": "kendo-chart-major-lines",
6511
- "value": "rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 )",
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": "rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .04 )",
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,
@@ -8608,7 +8608,7 @@
8608
8608
  "context": {
8609
8609
  "type": "variable",
8610
8610
  "name": "kendo-checkbox-focus-checked-shadow",
8611
- "value": "0 0 0 2px if($kendo-enable-color-system, rgba( k-color( primary, true ), .3 ), rgba( $kendo-color-primary, .3 ))",
8611
+ "value": "0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 30%, transparent), rgba( $kendo-color-primary, .3 ))",
8612
8612
  "scope": "default",
8613
8613
  "line": {
8614
8614
  "start": 110,
@@ -9783,7 +9783,7 @@
9783
9783
  "context": {
9784
9784
  "type": "variable",
9785
9785
  "name": "kendo-chip-solid-shadow",
9786
- "value": "0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) ))",
9786
+ "value": "0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) ))",
9787
9787
  "scope": "default",
9788
9788
  "line": {
9789
9789
  "start": 118,
@@ -10058,7 +10058,7 @@
10058
10058
  "context": {
10059
10059
  "type": "variable",
10060
10060
  "name": "kendo-chip-outline-shadow",
10061
- "value": "0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) ))",
10061
+ "value": "0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) ))",
10062
10062
  "scope": "default",
10063
10063
  "line": {
10064
10064
  "start": 155,
@@ -14470,7 +14470,7 @@
14470
14470
  "context": {
14471
14471
  "type": "variable",
14472
14472
  "name": "kendo-dock-manager-dock-preview-bg",
14473
- "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 ))",
14473
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 16%, transparent), rgba( $kendo-color-primary, .16 ))",
14474
14474
  "scope": "default",
14475
14475
  "line": {
14476
14476
  "start": 110,
@@ -21245,7 +21245,7 @@
21245
21245
  "context": {
21246
21246
  "type": "variable",
21247
21247
  "name": "kendo-grid-row-resizer-hover-bg",
21248
- "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 ))",
21248
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 20%, transparent), rgba( k-contrast-color( $kendo-grid-bg ), .12 ))",
21249
21249
  "scope": "default",
21250
21250
  "line": {
21251
21251
  "start": 310,
@@ -22120,7 +22120,7 @@
22120
22120
  "context": {
22121
22121
  "type": "variable",
22122
22122
  "name": "kendo-input-focus-shadow",
22123
- "value": "0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( $kendo-input-focus-border, .08 ))",
22123
+ "value": "0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( $kendo-input-focus-border, .08 ))",
22124
22124
  "scope": "default",
22125
22125
  "line": {
22126
22126
  "start": 137,
@@ -22370,7 +22370,7 @@
22370
22370
  "context": {
22371
22371
  "type": "variable",
22372
22372
  "name": "kendo-input-outline-border",
22373
- "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .5 ), rgba( $kendo-button-text, .5))",
22373
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-button-text, .5))",
22374
22374
  "scope": "default",
22375
22375
  "line": {
22376
22376
  "start": 170,
@@ -22445,7 +22445,7 @@
22445
22445
  "context": {
22446
22446
  "type": "variable",
22447
22447
  "name": "kendo-input-outline-hover-border",
22448
- "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .8 ), rgba( $kendo-button-text, .8))",
22448
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 80%, transparent), rgba( $kendo-button-text, .8))",
22449
22449
  "scope": "default",
22450
22450
  "line": {
22451
22451
  "start": 180,
@@ -25045,7 +25045,7 @@
25045
25045
  "context": {
25046
25046
  "type": "variable",
25047
25047
  "name": "kendo-listview-item-selected-bg",
25048
- "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))",
25048
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25))",
25049
25049
  "scope": "default",
25050
25050
  "line": {
25051
25051
  "start": 44,
@@ -30795,7 +30795,7 @@
30795
30795
  "context": {
30796
30796
  "type": "variable",
30797
30797
  "name": "kendo-picker-outline-border",
30798
- "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .5 ), rgba( $kendo-picker-outline-text, .5))",
30798
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-picker-outline-text, .5))",
30799
30799
  "scope": "default",
30800
30800
  "line": {
30801
30801
  "start": 368,
@@ -31145,7 +31145,7 @@
31145
31145
  "context": {
31146
31146
  "type": "variable",
31147
31147
  "name": "kendo-picker-flat-hover-bg",
31148
- "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .04 ), rgba( $kendo-button-text, .04 ))",
31148
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 4%, transparent), rgba( $kendo-button-text, .04 ))",
31149
31149
  "scope": "default",
31150
31150
  "line": {
31151
31151
  "start": 415,
@@ -36395,7 +36395,7 @@
36395
36395
  "context": {
36396
36396
  "type": "variable",
36397
36397
  "name": "kendo-slider-draghandle-focus-shadow",
36398
- "value": "0 0 0 2px if($kendo-enable-color-system, rgba( k-color( primary, true ), .3 ), rgba( $kendo-color-primary , .3 ))",
36398
+ "value": "0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 30%, transparent), rgba( $kendo-color-primary , .3 ))",
36399
36399
  "scope": "default",
36400
36400
  "line": {
36401
36401
  "start": 96,
@@ -37973,7 +37973,7 @@
37973
37973
  "context": {
37974
37974
  "type": "variable",
37975
37975
  "name": "kendo-spreadsheet-selection-bg",
37976
- "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))",
37976
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25))",
37977
37977
  "scope": "default",
37978
37978
  "line": {
37979
37979
  "start": 97,
@@ -38148,7 +38148,7 @@
38148
38148
  "context": {
38149
38149
  "type": "variable",
38150
38150
  "name": "kendo-spreadsheet-partial-selection-bg",
38151
- "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))",
38151
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25))",
38152
38152
  "scope": "default",
38153
38153
  "line": {
38154
38154
  "start": 120,
@@ -38223,7 +38223,7 @@
38223
38223
  "context": {
38224
38224
  "type": "variable",
38225
38225
  "name": "kendo-spreadsheet-auto-fill-bg",
38226
- "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))",
38226
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25))",
38227
38227
  "scope": "default",
38228
38228
  "line": {
38229
38229
  "start": 131,
@@ -39223,7 +39223,7 @@
39223
39223
  "context": {
39224
39224
  "type": "variable",
39225
39225
  "name": "kendo-spreadsheet-drawing-anchor-bg",
39226
- "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))",
39226
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25))",
39227
39227
  "scope": "default",
39228
39228
  "line": {
39229
39229
  "start": 259,
@@ -40048,7 +40048,7 @@
40048
40048
  "context": {
40049
40049
  "type": "variable",
40050
40050
  "name": "kendo-stepper-indicator-disabled-text",
40051
- "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), $kendo-disabled-text)",
40051
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text)",
40052
40052
  "scope": "default",
40053
40053
  "line": {
40054
40054
  "start": 106,
@@ -40248,7 +40248,7 @@
40248
40248
  "context": {
40249
40249
  "type": "variable",
40250
40250
  "name": "kendo-stepper-indicator-done-disabled-bg",
40251
- "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .6 ), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%))",
40251
+ "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%))",
40252
40252
  "scope": "default",
40253
40253
  "line": {
40254
40254
  "start": 133,
@@ -40648,7 +40648,7 @@
40648
40648
  "context": {
40649
40649
  "type": "variable",
40650
40650
  "name": "kendo-stepper-label-disabled-text",
40651
- "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), $kendo-disabled-text)",
40651
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text)",
40652
40652
  "scope": "default",
40653
40653
  "line": {
40654
40654
  "start": 185,
@@ -41423,7 +41423,7 @@
41423
41423
  "context": {
41424
41424
  "type": "variable",
41425
41425
  "name": "kendo-switch-off-track-focus-ring",
41426
- "value": "2px solid if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ) , .08 ))",
41426
+ "value": "2px solid 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 ))",
41427
41427
  "scope": "default",
41428
41428
  "line": {
41429
41429
  "start": 71,
@@ -42048,7 +42048,7 @@
42048
42048
  "context": {
42049
42049
  "type": "variable",
42050
42050
  "name": "kendo-switch-on-track-focus-ring",
42051
- "value": "2px solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-switch-on-track-border, .25 ))",
42051
+ "value": "2px solid if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-switch-on-track-border, .25 ))",
42052
42052
  "scope": "default",
42053
42053
  "line": {
42054
42054
  "start": 153,
@@ -42898,7 +42898,7 @@
42898
42898
  "context": {
42899
42899
  "type": "variable",
42900
42900
  "name": "kendo-table-alt-row-bg",
42901
- "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), rgba( k-contrast-legacy( $kendo-table-bg ), .04 ))",
42901
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 5%, transparent), rgba( k-contrast-legacy( $kendo-table-bg ), .04 ))",
42902
42902
  "scope": "default",
42903
42903
  "line": {
42904
42904
  "start": 113,
@@ -42973,7 +42973,7 @@
42973
42973
  "context": {
42974
42974
  "type": "variable",
42975
42975
  "name": "kendo-table-hover-bg",
42976
- "value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .11 ), k-color-darken($kendo-table-bg, 7%))",
42976
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 11%, transparent), k-color-darken($kendo-table-bg, 7%))",
42977
42977
  "scope": "default",
42978
42978
  "line": {
42979
42979
  "start": 124,
@@ -43148,7 +43148,7 @@
43148
43148
  "context": {
43149
43149
  "type": "variable",
43150
43150
  "name": "kendo-table-selected-bg",
43151
- "value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))",
43151
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25))",
43152
43152
  "scope": "default",
43153
43153
  "line": {
43154
43154
  "start": 149,
@@ -46273,7 +46273,7 @@
46273
46273
  "context": {
46274
46274
  "type": "variable",
46275
46275
  "name": "kendo-timeline-track-arrow-disabled-bg",
46276
- "value": "if($kendo-enable-color-system, rgba( k-color( base-subtle, true ), .6 ), k-true-mix($kendo-button-bg, $kendo-body-bg, 65%))",
46276
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( base-subtle ) 60%, transparent), k-true-mix($kendo-button-bg, $kendo-body-bg, 65%))",
46277
46277
  "scope": "default",
46278
46278
  "line": {
46279
46279
  "start": 39,
@@ -46298,7 +46298,7 @@
46298
46298
  "context": {
46299
46299
  "type": "variable",
46300
46300
  "name": "kendo-timeline-track-arrow-disabled-text",
46301
- "value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .6 ), k-true-mix($kendo-button-text, $kendo-body-bg, 65%))",
46301
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 60%, transparent), k-true-mix($kendo-button-text, $kendo-body-bg, 65%))",
46302
46302
  "scope": "default",
46303
46303
  "line": {
46304
46304
  "start": 42,
@@ -3,7 +3,7 @@
3
3
  "name": "Default Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.2.1-dev.7",
6
+ "version": "7.2.1-dev.8",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.2.1-dev.7",
6
+ "version": "7.2.1-dev.8",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ff6358",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.2.1-dev.7",
6
+ "version": "7.2.1-dev.8",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.2.1-dev.7",
6
+ "version": "7.2.1-dev.8",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.2.1-dev.7",
6
+ "version": "7.2.1-dev.8",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.2.1-dev.7",
6
+ "version": "7.2.1-dev.8",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue A11Y",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.2.1-dev.7",
6
+ "version": "7.2.1-dev.8",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.2.1-dev.7",
6
+ "version": "7.2.1-dev.8",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Orange",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.2.1-dev.7",
6
+ "version": "7.2.1-dev.8",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Purple",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.2.1-dev.7",
6
+ "version": "7.2.1-dev.8",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.2.1-dev.7",
6
+ "version": "7.2.1-dev.8",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.2.1-dev.7",
6
+ "version": "7.2.1-dev.8",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "7.2.1-dev.7",
4
+ "version": "7.2.1-dev.8",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -52,12 +52,12 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@progress/kendo-svg-icons": "2.1.0",
55
- "@progress/kendo-theme-core": "7.2.1-dev.7",
56
- "@progress/kendo-theme-utils": "7.2.1-dev.7"
55
+ "@progress/kendo-theme-core": "7.2.1-dev.8",
56
+ "@progress/kendo-theme-utils": "7.2.1-dev.8"
57
57
  },
58
58
  "directories": {
59
59
  "doc": "docs",
60
60
  "lib": "lib"
61
61
  },
62
- "gitHead": "363fde69c7406461ad54feb7725ae2398a4b019b"
62
+ "gitHead": "2a05ecc1e125b0899a93c9af54574731c8dd75d0"
63
63
  }
@@ -4,13 +4,13 @@
4
4
  @each $name, $color in $kendo-theme-colors {
5
5
  .k-bottom-nav-solid-#{$name} {
6
6
  @include fill(
7
- $color: if($kendo-enable-color-system, rgba( k-color( on-#{$name}, true ), .65 ), k-true-mix( $color, k-contrast-legacy( $color ), 35%)),
7
+ $color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-#{$name} ) 65%, transparent), k-true-mix( $color, k-contrast-legacy( $color ), 35%)),
8
8
  $bg: $color
9
9
  );
10
10
 
11
11
  .k-bottom-nav-item.k-focus,
12
12
  .k-bottom-nav-item:focus {
13
- @include fill( $bg: if($kendo-enable-color-system, rgba( k-color( on-#{$name}, true ), .125 ), rgba(k-true-mix( $color, k-contrast-legacy( $color ), 35%), .2)));
13
+ @include fill( $bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-#{$name} ) 12.5%, transparent), rgba(k-true-mix( $color, k-contrast-legacy( $color ), 35%), .2)));
14
14
  }
15
15
 
16
16
  .k-bottom-nav-item.k-selected {
@@ -34,7 +34,7 @@
34
34
 
35
35
  .k-bottom-nav-item.k-focus,
36
36
  .k-bottom-nav-item:focus {
37
- @include fill( $bg: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05), rgba($kendo-bottom-nav-flat-text, .05)) );
37
+ @include fill( $bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 5%, transparent), rgba($kendo-bottom-nav-flat-text, .05)) );
38
38
  }
39
39
 
40
40
  .k-bottom-nav-item.k-selected {
@@ -102,7 +102,7 @@
102
102
  &:focus,
103
103
  &.k-focus {
104
104
  @if ( $kendo-solid-button-shadow ) {
105
- @include focus-indicator( 0 0 $kendo-solid-button-shadow-blur $kendo-solid-button-shadow-spread if($kendo-enable-color-system, rgba( k-color( $name, true ), $kendo-solid-button-shadow-opacity ), rgba( $_button-border, $kendo-solid-button-shadow-opacity )), true, true );
105
+ @include focus-indicator( 0 0 $kendo-solid-button-shadow-blur $kendo-solid-button-shadow-spread if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) ( $kendo-solid-button-shadow-opacity * 100% ), transparent), rgba( $_button-border, $kendo-solid-button-shadow-opacity )), true, true );
106
106
  }
107
107
  }
108
108
 
@@ -172,9 +172,9 @@
172
172
  &.k-focus {
173
173
  @if $kendo-outline-button-shadow {
174
174
  @if $name == "base" {
175
- @include focus-indicator( 0 0 $kendo-outline-button-shadow-blur $kendo-outline-button-shadow-spread if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), $kendo-outline-button-shadow-opacity ), rgba( $color, $kendo-outline-button-shadow-opacity )), true, true );
175
+ @include focus-indicator( 0 0 $kendo-outline-button-shadow-blur $kendo-outline-button-shadow-spread if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) ( $kendo-outline-button-shadow-opacity * 100% ), transparent), rgba( $color, $kendo-outline-button-shadow-opacity )), true, true );
176
176
  } @else {
177
- @include focus-indicator( 0 0 $kendo-outline-button-shadow-blur $kendo-outline-button-shadow-spread if($kendo-enable-color-system, rgba( k-color( $name, true ), $kendo-outline-button-shadow-opacity ), rgba( $color, $kendo-outline-button-shadow-opacity )), true, true );
177
+ @include focus-indicator( 0 0 $kendo-outline-button-shadow-blur $kendo-outline-button-shadow-spread if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) ( $kendo-outline-button-shadow-opacity * 100% ), transparent), rgba( $color, $kendo-outline-button-shadow-opacity )), true, true );
178
178
  }
179
179
  }
180
180
  }
@@ -257,9 +257,9 @@
257
257
  &.k-focus {
258
258
  @if ( $kendo-link-button-shadow ) {
259
259
  @if $name == "base" {
260
- @include focus-indicator( 0 0 $kendo-link-button-shadow-blur $kendo-link-button-shadow-spread if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), $kendo-link-button-shadow-opacity ), rgba( $color, $kendo-link-button-shadow-opacity )), true, true );
260
+ @include focus-indicator( 0 0 $kendo-link-button-shadow-blur $kendo-link-button-shadow-spread if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) ( $kendo-link-button-shadow-opacity * 100% ), transparent), rgba( $color, $kendo-link-button-shadow-opacity )), true, true );
261
261
  } @else {
262
- @include focus-indicator( 0 0 $kendo-link-button-shadow-blur $kendo-link-button-shadow-spread if($kendo-enable-color-system, rgba( k-color( $name, true ), $kendo-link-button-shadow-opacity ), rgba( $color, $kendo-link-button-shadow-opacity )), true, true );
262
+ @include focus-indicator( 0 0 $kendo-link-button-shadow-blur $kendo-link-button-shadow-spread if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) ( $kendo-link-button-shadow-opacity * 100% ), transparent), rgba( $color, $kendo-link-button-shadow-opacity )), true, true );
263
263
  }
264
264
  }
265
265
  }
@@ -186,7 +186,7 @@ $kendo-button-focus-border: null !default;
186
186
  $kendo-button-focus-gradient: null !default;
187
187
  /// The base shadow of the focused Button.
188
188
  /// @group button
189
- $kendo-button-focus-shadow: 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08), rgba( $kendo-button-border, .08 )) !default;
189
+ $kendo-button-focus-shadow: 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( $kendo-button-border, .08 )) !default;
190
190
 
191
191
  /// The base background of the disabled Button.
192
192
  /// @group button
@@ -159,7 +159,7 @@
159
159
  .k-calendar { // stylelint-disable-line
160
160
 
161
161
  $kendo-calendar-range-gap: 1px !default;
162
- $kendo-calendar-range-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-calendar-cell-selected-bg, .25 ));
162
+ $kendo-calendar-range-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-calendar-cell-selected-bg, .25 ));
163
163
  $kendo-calendar-range-split-size: 5px !default;
164
164
 
165
165
  .k-range-start,
@@ -107,7 +107,7 @@ $kendo-checkbox-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .06) !default;
107
107
  $kendo-checkbox-focus-checked-border: null !default;
108
108
  /// The box shadow of the focused and checked CheckBox.
109
109
  /// @group checkbox
110
- $kendo-checkbox-focus-checked-shadow: 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( primary, true ), .3 ), rgba( $kendo-color-primary, .3 )) !default;
110
+ $kendo-checkbox-focus-checked-shadow: 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 30%, transparent), rgba( $kendo-color-primary, .3 )) !default;
111
111
 
112
112
  /// The background color of the disabled CheckBox.
113
113
  /// @group checkbox
@@ -36,7 +36,7 @@
36
36
 
37
37
  &:focus,
38
38
  &.k-focus {
39
- @include focus-indicator( 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( $name, true ), .16 ), rgba( $color, .16 )) );
39
+ @include focus-indicator( 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 16%, transparent), rgba( $color, .16 )) );
40
40
  }
41
41
 
42
42
  &:hover,
@@ -90,7 +90,7 @@
90
90
 
91
91
  &:focus,
92
92
  &.k-focus {
93
- @include focus-indicator( 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( $name, true ), .16 ), if( $kendo-is-dark-theme, rgba( k-color-tint( $color, 50% ), .32 ), rgba( $color, .16 ))) );
93
+ @include focus-indicator( 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 16%, transparent), if( $kendo-is-dark-theme, rgba( k-color-tint( $color, 50% ), .32 ), rgba( $color, .16 ))) );
94
94
  }
95
95
 
96
96
  &:hover,
@@ -116,7 +116,7 @@
116
116
 
117
117
  &:focus,
118
118
  &.k-focus {
119
- @include focus-indicator( 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( $name, true ), .16 ), if( $kendo-is-dark-theme, rgba( k-color-tint( $color, 50% ), .32 ), rgba( $color, .16 ))) );
119
+ @include focus-indicator( 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 16%, transparent), if( $kendo-is-dark-theme, rgba( k-color-tint( $color, 50% ), .32 ), rgba( $color, .16 ))) );
120
120
  }
121
121
 
122
122
  &:hover,
@@ -115,7 +115,7 @@ $kendo-chip-solid-text: $kendo-button-text !default;
115
115
  $kendo-chip-solid-border: $kendo-button-border !default;
116
116
  /// The base shadow of the solid Chip.
117
117
  /// @group chip
118
- $kendo-chip-solid-shadow: 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) )) !default;
118
+ $kendo-chip-solid-shadow: 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) )) !default;
119
119
  /// The base gradient of the solid Chip.
120
120
  /// @group chip
121
121
  $kendo-chip-solid-gradient: $kendo-button-gradient !default;
@@ -152,7 +152,7 @@ $kendo-chip-outline-text: $kendo-chip-solid-text !default;
152
152
  $kendo-chip-outline-border: $kendo-chip-outline-text !default;
153
153
  /// The base shadow of the outline Chip.
154
154
  /// @group chip
155
- $kendo-chip-outline-shadow: 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) )) !default;
155
+ $kendo-chip-outline-shadow: 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) )) !default;
156
156
 
157
157
  /// The base background color of the hovered outline Chip.
158
158
  /// @group chip
@@ -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: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 ) !default;
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: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .04 ) !default;
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, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-body-text, .5 )) !default;
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: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .5 ) !default;
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 ), k-try-shade( $kendo-chart-bg, 1 )) !default;
123
- $kendo-chart-crosshair-shared-tooltip-border: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08) !default;
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: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .5 ) !default;
126
- $kendo-chart-notes-border: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .5 ) !default;
127
- $kendo-chart-notes-lines: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .5 ) !default;
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: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .5 ) !default;
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: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 ) !default;
133
- $kendo-chart-selection-shadow: inset 0 1px 7px rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .15) !default;
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, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 )) !default;
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;