@progress/kendo-theme-material 10.1.0-dev.2 → 10.1.0-dev.4

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 (50) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-aqua-dark.css +1 -1
  3. package/dist/material-arctic.css +1 -1
  4. package/dist/material-burnt-teal.css +1 -1
  5. package/dist/material-dataviz-v4.css +1 -1
  6. package/dist/material-eggplant.css +1 -1
  7. package/dist/material-lime-dark.css +1 -1
  8. package/dist/material-lime.css +1 -1
  9. package/dist/material-main-dark.css +1 -1
  10. package/dist/material-main.css +1 -1
  11. package/dist/material-nova.css +1 -1
  12. package/dist/material-pacific-dark.css +1 -1
  13. package/dist/material-pacific.css +1 -1
  14. package/dist/material-sky-dark.css +1 -1
  15. package/dist/material-sky.css +1 -1
  16. package/dist/material-smoke.css +1 -1
  17. package/dist/meta/{variables.scss → _variables.scss} +2 -1
  18. package/dist/meta/sassdoc-data.json +3832 -3832
  19. package/dist/meta/sassdoc-raw-data.json +1916 -1916
  20. package/dist/meta/variables.json +5 -5
  21. package/lib/swatches/material-aqua-dark.json +1 -1
  22. package/lib/swatches/material-arctic.json +1 -1
  23. package/lib/swatches/material-burnt-teal.json +1 -1
  24. package/lib/swatches/material-dataviz-v4.json +1 -1
  25. package/lib/swatches/material-eggplant.json +1 -1
  26. package/lib/swatches/material-lime-dark.json +1 -1
  27. package/lib/swatches/material-lime.json +1 -1
  28. package/lib/swatches/material-main-dark.json +1 -1
  29. package/lib/swatches/material-main.json +1 -1
  30. package/lib/swatches/material-nova.json +1 -1
  31. package/lib/swatches/material-pacific-dark.json +1 -1
  32. package/lib/swatches/material-pacific.json +1 -1
  33. package/lib/swatches/material-sky-dark.json +1 -1
  34. package/lib/swatches/material-sky.json +1 -1
  35. package/lib/swatches/material-smoke.json +1 -1
  36. package/package.json +11 -10
  37. package/scss/core/_index.scss +1 -1
  38. package/scss/core/color-system/_swatch-legacy.scss +1 -1
  39. package/scss/dataviz/_variables.scss +25 -24
  40. package/scss/dock-manager/_variables.scss +2 -1
  41. package/scss/editor/_variables.scss +2 -1
  42. package/scss/gantt/_index.scss +2 -0
  43. package/scss/gantt/_variables.scss +6 -5
  44. package/scss/imageeditor/_variables.scss +1 -1
  45. package/scss/input/_variables.scss +2 -1
  46. package/scss/menu/_variables.scss +3 -2
  47. package/scss/pivotgrid/_variables.scss +2 -1
  48. package/scss/scheduler/_index.scss +2 -0
  49. package/scss/slider/_variables.scss +4 -4
  50. package/scss/stepper/_variables.scss +2 -1
@@ -5079,7 +5079,7 @@
5079
5079
  },
5080
5080
  "kendo-slider-draghandle-hover-bg": {
5081
5081
  "type": "String",
5082
- "value": "unset"
5082
+ "value": "var(--kendo-color-primary, #3f51b5)"
5083
5083
  },
5084
5084
  "kendo-slider-draghandle-hover-text": {
5085
5085
  "type": "Null",
@@ -5087,7 +5087,7 @@
5087
5087
  },
5088
5088
  "kendo-slider-draghandle-hover-border": {
5089
5089
  "type": "String",
5090
- "value": "unset"
5090
+ "value": "var(--kendo-color-primary, #3f51b5)"
5091
5091
  },
5092
5092
  "kendo-slider-draghandle-hover-gradient": {
5093
5093
  "type": "Null",
@@ -5095,7 +5095,7 @@
5095
5095
  },
5096
5096
  "kendo-slider-draghandle-pressed-bg": {
5097
5097
  "type": "String",
5098
- "value": "unset"
5098
+ "value": "var(--kendo-color-primary, #3f51b5)"
5099
5099
  },
5100
5100
  "kendo-slider-draghandle-pressed-text": {
5101
5101
  "type": "Null",
@@ -5103,7 +5103,7 @@
5103
5103
  },
5104
5104
  "kendo-slider-draghandle-pressed-border": {
5105
5105
  "type": "String",
5106
- "value": "unset"
5106
+ "value": "var(--kendo-color-primary, #3f51b5)"
5107
5107
  },
5108
5108
  "kendo-slider-draghandle-pressed-gradient": {
5109
5109
  "type": "Null",
@@ -13055,7 +13055,7 @@
13055
13055
  },
13056
13056
  "kendo-image-editor-action-pane-width": {
13057
13057
  "type": "Calculation",
13058
- "value": "calc(240px + 1px)"
13058
+ "value": "calc(280px + 1px)"
13059
13059
  },
13060
13060
  "kendo-image-editor-crop-border-width": {
13061
13061
  "type": "Number",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Aqua Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.1.0-dev.2",
6
+ "version": "10.1.0-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Arctic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.1.0-dev.2",
6
+ "version": "10.1.0-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Burnt Teal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.1.0-dev.2",
6
+ "version": "10.1.0-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.1.0-dev.2",
6
+ "version": "10.1.0-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#3f51b5",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Eggplant",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.1.0-dev.2",
6
+ "version": "10.1.0-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.1.0-dev.2",
6
+ "version": "10.1.0-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.1.0-dev.2",
6
+ "version": "10.1.0-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.1.0-dev.2",
6
+ "version": "10.1.0-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.1.0-dev.2",
6
+ "version": "10.1.0-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Nova",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.1.0-dev.2",
6
+ "version": "10.1.0-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.1.0-dev.2",
6
+ "version": "10.1.0-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Light",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.1.0-dev.2",
6
+ "version": "10.1.0-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.1.0-dev.2",
6
+ "version": "10.1.0-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.1.0-dev.2",
6
+ "version": "10.1.0-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Smoke",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.1.0-dev.2",
6
+ "version": "10.1.0-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
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": "10.1.0-dev.2",
4
+ "version": "10.1.0-dev.4",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -38,11 +38,12 @@
38
38
  }
39
39
  },
40
40
  "scripts": {
41
- "build": "sass-build",
42
- "watch": "npx sass --load-path=../../node_modules --watch ./scss/all.scss ./dist/all.css",
43
- "sass": "sass-build",
44
- "sass:standalone": "sass-build -c sass-standalone.config.js",
45
- "sass:swatches": "gulp dist:swatches && sass-build -c sass-swatches.config.js",
41
+ "sass": "npm run sass:compile:all && npm run css:prefix",
42
+ "sass:dist": "gulp sass:dist --theme packages/material && npm run sass:compile:dist && npm run css:prefix",
43
+ "sass:compile:all": "npx sass --no-source-map --load-path=../../node_modules ./scss/all.scss ./dist/all.css",
44
+ "sass:compile:dist": "npx sass --style=compressed --no-source-map --load-path=../../node_modules ./dist:dist",
45
+ "sass:watch": "npx sass --no-source-map --load-path=../../node_modules --watch ./scss/all.scss ./dist/all.css",
46
+ "css:prefix": "npx postcss --replace ./dist/**/*.css",
46
47
  "docs": "node ../../scripts/sassdoc.js",
47
48
  "predocs": "npm run resolve-variables",
48
49
  "resolve-variables": "node ../../scripts/resolve-variables.js",
@@ -53,13 +54,13 @@
53
54
  },
54
55
  "dependencies": {
55
56
  "@progress/kendo-svg-icons": "^4.0.0",
56
- "@progress/kendo-theme-core": "10.1.0-dev.2",
57
- "@progress/kendo-theme-default": "10.1.0-dev.2",
58
- "@progress/kendo-theme-utils": "10.1.0-dev.2"
57
+ "@progress/kendo-theme-core": "10.1.0-dev.4",
58
+ "@progress/kendo-theme-default": "10.1.0-dev.4",
59
+ "@progress/kendo-theme-utils": "10.1.0-dev.4"
59
60
  },
60
61
  "directories": {
61
62
  "doc": "docs",
62
63
  "lib": "lib"
63
64
  },
64
- "gitHead": "3bdbfbae6356962c8f37ba63b38f124e37f00e1a"
65
+ "gitHead": "4089693fbd3a10aebc8155f11e7b7b7f814be2be"
65
66
  }
@@ -16,7 +16,7 @@
16
16
  // Variables
17
17
  @forward "../_variables.scss";
18
18
 
19
- @forward "@progress/kendo-theme-core/scss/index.import.scss" with (
19
+ @forward "@progress/kendo-theme-core/scss/index.scss" with (
20
20
  $kendo-enable-color-system: $kendo-enable-color-system !default,
21
21
  // Color System
22
22
  $_default-colors: $kendo-colors,
@@ -2,7 +2,7 @@
2
2
  @use "sass:meta";
3
3
  @use "./_functions.scss" as *;
4
4
  @use "../functions/index.import.scss" as *;
5
- @use "@progress/kendo-theme-core/scss/index.import.scss" as *;
5
+ @use "@progress/kendo-theme-core/scss/index.scss" as *;
6
6
 
7
7
  // Adapted from https://github.com/angular/material2/blob/master/src/lib/core/theming/_palette.scss
8
8
  // Adapted from https://github.com/angular/components/blob/master/src/material/core/theming/_theming.scss
@@ -1,3 +1,4 @@
1
+ @use "sass:color";
1
2
  @use "../core/_index.scss" as *;
2
3
  @use "../core/functions/index.import.scss" as *;
3
4
  @use "../core/color-system/_functions.scss" as *;
@@ -7,50 +8,50 @@
7
8
  /// The first base series color and its light and dark shades.
8
9
  /// @group charts
9
10
  $kendo-series-a: if($kendo-enable-color-system, k-color( series-a ), get-base-hue( purple, 500 )) !default;
10
- $kendo-series-a-dark: if($kendo-enable-color-system, k-color( series-a-bold ), mix(black, $kendo-series-a, 25%)) !default;
11
- $kendo-series-a-darker: if($kendo-enable-color-system, k-color( series-a-bolder ), mix(black, $kendo-series-a, 50%)) !default;
12
- $kendo-series-a-light: if($kendo-enable-color-system, k-color( series-a-subtle ), mix(white, $kendo-series-a, 25%)) !default;
13
- $kendo-series-a-lighter: if($kendo-enable-color-system, k-color( series-a-subtler ), mix(white, $kendo-series-a, 50%)) !default;
11
+ $kendo-series-a-dark: if($kendo-enable-color-system, k-color( series-a-bold ), color.mix(black, $kendo-series-a, 25%)) !default;
12
+ $kendo-series-a-darker: if($kendo-enable-color-system, k-color( series-a-bolder ), color.mix(black, $kendo-series-a, 50%)) !default;
13
+ $kendo-series-a-light: if($kendo-enable-color-system, k-color( series-a-subtle ), color.mix(white, $kendo-series-a, 25%)) !default;
14
+ $kendo-series-a-lighter: if($kendo-enable-color-system, k-color( series-a-subtler ), color.mix(white, $kendo-series-a, 50%)) !default;
14
15
 
15
16
  /// The second base series color and its light and dark shades.
16
17
  /// @group charts
17
18
  $kendo-series-b: if($kendo-enable-color-system, k-color( series-b ), get-base-hue( blue, 500 )) !default;
18
- $kendo-series-b-dark: if($kendo-enable-color-system, k-color( series-b-bold ), mix(black, $kendo-series-b, 25%)) !default;
19
- $kendo-series-b-darker: if($kendo-enable-color-system, k-color( series-b-bolder ), mix(black, $kendo-series-b, 50%)) !default;
20
- $kendo-series-b-light: if($kendo-enable-color-system, k-color( series-b-subtle ), mix(white, $kendo-series-b, 25%)) !default;
21
- $kendo-series-b-lighter: if($kendo-enable-color-system, k-color( series-b-subtler ), mix(white, $kendo-series-b, 50%)) !default;
19
+ $kendo-series-b-dark: if($kendo-enable-color-system, k-color( series-b-bold ), color.mix(black, $kendo-series-b, 25%)) !default;
20
+ $kendo-series-b-darker: if($kendo-enable-color-system, k-color( series-b-bolder ), color.mix(black, $kendo-series-b, 50%)) !default;
21
+ $kendo-series-b-light: if($kendo-enable-color-system, k-color( series-b-subtle ), color.mix(white, $kendo-series-b, 25%)) !default;
22
+ $kendo-series-b-lighter: if($kendo-enable-color-system, k-color( series-b-subtler ), color.mix(white, $kendo-series-b, 50%)) !default;
22
23
 
23
24
  /// The third base series color and its light and dark shades.
24
25
  /// @group charts
25
26
  $kendo-series-c: if($kendo-enable-color-system, k-color( series-c ), get-base-hue( teal, 500 )) !default;
26
- $kendo-series-c-dark: if($kendo-enable-color-system, k-color( series-c-bold ), mix(black, $kendo-series-c, 25%)) !default;
27
- $kendo-series-c-darker: if($kendo-enable-color-system, k-color( series-c-bolder ), mix(black, $kendo-series-c, 50%)) !default;
28
- $kendo-series-c-light: if($kendo-enable-color-system, k-color( series-c-subtle ), mix(white, $kendo-series-c, 25%)) !default;
29
- $kendo-series-c-lighter: if($kendo-enable-color-system, k-color( series-c-subtler ), mix(white, $kendo-series-c, 50%)) !default;
27
+ $kendo-series-c-dark: if($kendo-enable-color-system, k-color( series-c-bold ), color.mix(black, $kendo-series-c, 25%)) !default;
28
+ $kendo-series-c-darker: if($kendo-enable-color-system, k-color( series-c-bolder ), color.mix(black, $kendo-series-c, 50%)) !default;
29
+ $kendo-series-c-light: if($kendo-enable-color-system, k-color( series-c-subtle ), color.mix(white, $kendo-series-c, 25%)) !default;
30
+ $kendo-series-c-lighter: if($kendo-enable-color-system, k-color( series-c-subtler ), color.mix(white, $kendo-series-c, 50%)) !default;
30
31
 
31
32
  /// The fourth base series color and its light and dark shades.
32
33
  /// @group charts
33
34
  $kendo-series-d: if($kendo-enable-color-system, k-color( series-d ), get-base-hue( yellow, 500 )) !default;
34
- $kendo-series-d-dark: if($kendo-enable-color-system, k-color( series-d-bold ), mix(black, $kendo-series-d, 25%)) !default;
35
- $kendo-series-d-darker: if($kendo-enable-color-system, k-color( series-d-bolder ), mix(black, $kendo-series-d, 50%)) !default;
36
- $kendo-series-d-light: if($kendo-enable-color-system, k-color( series-d-subtle ), mix(white, $kendo-series-d, 25%)) !default;
37
- $kendo-series-d-lighter: if($kendo-enable-color-system, k-color( series-d-subtler ), mix(white, $kendo-series-d, 50%)) !default;
35
+ $kendo-series-d-dark: if($kendo-enable-color-system, k-color( series-d-bold ), color.mix(black, $kendo-series-d, 25%)) !default;
36
+ $kendo-series-d-darker: if($kendo-enable-color-system, k-color( series-d-bolder ), color.mix(black, $kendo-series-d, 50%)) !default;
37
+ $kendo-series-d-light: if($kendo-enable-color-system, k-color( series-d-subtle ), color.mix(white, $kendo-series-d, 25%)) !default;
38
+ $kendo-series-d-lighter: if($kendo-enable-color-system, k-color( series-d-subtler ), color.mix(white, $kendo-series-d, 50%)) !default;
38
39
 
39
40
  /// The fifth base series color and its light and dark shades.
40
41
  /// @group charts
41
42
  $kendo-series-e: if($kendo-enable-color-system, k-color( series-e ), get-base-hue( red, 500 )) !default;
42
- $kendo-series-e-dark: if($kendo-enable-color-system, k-color( series-e-bold ), mix(black, $kendo-series-e, 25%)) !default;
43
- $kendo-series-e-darker: if($kendo-enable-color-system, k-color( series-e-bolder ), mix(black, $kendo-series-e, 50%)) !default;
44
- $kendo-series-e-light: if($kendo-enable-color-system, k-color( series-e-subtle ), mix(white, $kendo-series-e, 25%)) !default;
45
- $kendo-series-e-lighter: if($kendo-enable-color-system, k-color( series-e-subtler ), mix(white, $kendo-series-e, 50%)) !default;
43
+ $kendo-series-e-dark: if($kendo-enable-color-system, k-color( series-e-bold ), color.mix(black, $kendo-series-e, 25%)) !default;
44
+ $kendo-series-e-darker: if($kendo-enable-color-system, k-color( series-e-bolder ), color.mix(black, $kendo-series-e, 50%)) !default;
45
+ $kendo-series-e-light: if($kendo-enable-color-system, k-color( series-e-subtle ), color.mix(white, $kendo-series-e, 25%)) !default;
46
+ $kendo-series-e-lighter: if($kendo-enable-color-system, k-color( series-e-subtler ), color.mix(white, $kendo-series-e, 50%)) !default;
46
47
 
47
48
  /// The sixth base series color and its light and dark shades.
48
49
  /// @group charts
49
50
  $kendo-series-f: if($kendo-enable-color-system, k-color( series-f ), get-base-hue( green, 500 )) !default;
50
- $kendo-series-f-dark: if($kendo-enable-color-system, k-color( series-f-bold ), mix(black, $kendo-series-f, 25%)) !default;
51
- $kendo-series-f-darker: if($kendo-enable-color-system, k-color( series-f-bolder ), mix(black, $kendo-series-f, 50%)) !default;
52
- $kendo-series-f-light: if($kendo-enable-color-system, k-color( series-f-subtle ), mix(white, $kendo-series-f, 25%)) !default;
53
- $kendo-series-f-lighter: if($kendo-enable-color-system, k-color( series-f-subtler ), mix(white, $kendo-series-f, 50%)) !default;
51
+ $kendo-series-f-dark: if($kendo-enable-color-system, k-color( series-f-bold ), color.mix(black, $kendo-series-f, 25%)) !default;
52
+ $kendo-series-f-darker: if($kendo-enable-color-system, k-color( series-f-bolder ), color.mix(black, $kendo-series-f, 50%)) !default;
53
+ $kendo-series-f-light: if($kendo-enable-color-system, k-color( series-f-subtle ), color.mix(white, $kendo-series-f, 25%)) !default;
54
+ $kendo-series-f-lighter: if($kendo-enable-color-system, k-color( series-f-subtler ), color.mix(white, $kendo-series-f, 50%)) !default;
54
55
 
55
56
  /// The series colors in order:
56
57
  /// base, light, dark, lighter, darker
@@ -1,3 +1,4 @@
1
+ @use "sass:color";
1
2
  @use "../core/_index.scss" as *;
2
3
  @use "../core/functions/index.import.scss" as *;
3
4
 
@@ -94,7 +95,7 @@ $kendo-dock-indicator-shadow: drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) dr
94
95
 
95
96
  /// The background color of the hovered dock indicator in the DockManager component.
96
97
  /// @group dock-manager
97
- $kendo-dock-indicator-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), mix( $kendo-color-white, $kendo-color-primary, 8% )) !default;
98
+ $kendo-dock-indicator-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), color.mix( $kendo-color-white, $kendo-color-primary, 8% )) !default;
98
99
  /// The text color of the hovered dock indicator in the DockManager component.
99
100
  /// @group dock-manager
100
101
  $kendo-dock-indicator-hover-text: $kendo-color-white !default;
@@ -1,3 +1,4 @@
1
+ @use "sass:color";
1
2
  @use "../core/_index.scss" as *;
2
3
  @use "../input/_variables.scss" as *;
3
4
  @use "../core/functions/index.import.scss" as *;
@@ -33,7 +34,7 @@ $kendo-editor-selected-bg: $kendo-color-primary !default;
33
34
 
34
35
  /// The highlighted background color of the Editor.
35
36
  /// @group editor
36
- $kendo-editor-highlighted-bg: if($kendo-enable-color-system, k-color( primary-subtle ), mix($kendo-color-primary, #ffffff, 20%)) !default;
37
+ $kendo-editor-highlighted-bg: if($kendo-enable-color-system, k-color( primary-subtle ), color.mix($kendo-color-primary, #ffffff, 20%)) !default;
37
38
 
38
39
  /// The horizontal margin of the Editor's export tool icon.
39
40
  /// @group editor
@@ -9,6 +9,7 @@
9
9
  @use "../window/_index.scss" as *;
10
10
  @use "../splitter/_index.scss" as *;
11
11
  @use "../treelist/_index.scss" as *;
12
+ @use "../time-marker/_index.scss" as *;
12
13
 
13
14
  // Component
14
15
  @forward "./_variables.scss";
@@ -27,6 +28,7 @@
27
28
  @include kendo-window--styles();
28
29
  @include kendo-splitter--styles();
29
30
  @include kendo-treelist--styles();
31
+ @include kendo-time-marker--styles();
30
32
  @include kendo-gantt--layout();
31
33
  @include kendo-gantt--theme();
32
34
  @include kendo-utils--typography--white-space();
@@ -1,3 +1,4 @@
1
+ @use "sass:color";
1
2
  @use "sass:math";
2
3
  @use "../core/_index.scss" as *;
3
4
  @use "../core/functions/index.import.scss" as *;
@@ -52,7 +53,7 @@ $kendo-gantt-nonwork-border: null !default;
52
53
  $kendo-gantt-line-size: 2px !default;
53
54
  /// The background fill color of the Gantt connecting lines.
54
55
  /// @group gantt
55
- $kendo-gantt-line-fill: if($kendo-enable-color-system, k-color( subtle ), mix( $kendo-gantt-text, $kendo-gantt-bg )) !default;
56
+ $kendo-gantt-line-fill: if($kendo-enable-color-system, k-color( subtle ), color.mix( $kendo-gantt-text, $kendo-gantt-bg )) !default;
56
57
  /// The background fill of the selected Gantt connecting lines.
57
58
  /// @group gantt
58
59
  $kendo-gantt-line-selected-fill: $kendo-selected-bg !default;
@@ -91,13 +92,13 @@ $kendo-gantt-milestone-selected-border: $kendo-color-secondary !default;
91
92
 
92
93
  /// The background color of the Gantt summary.
93
94
  /// @group gantt
94
- $kendo-gantt-summary-bg: if($kendo-enable-color-system, k-color( primary-emphasis ), mix( $kendo-color-primary, $kendo-gantt-bg )) !default;
95
+ $kendo-gantt-summary-bg: if($kendo-enable-color-system, k-color( primary-emphasis ), color.mix( $kendo-color-primary, $kendo-gantt-bg )) !default;
95
96
  /// The background color of the Gantt summary progress.
96
97
  /// @group gantt
97
98
  $kendo-gantt-summary-progress-bg: $kendo-color-primary !default;
98
99
  /// The background color of the selected Gantt summary.
99
100
  /// @group gantt
100
- $kendo-gantt-summary-selected-bg: if($kendo-enable-color-system, k-color( secondary-subtle-active ), mix( $kendo-color-secondary, $kendo-gantt-bg )) !default;
101
+ $kendo-gantt-summary-selected-bg: if($kendo-enable-color-system, k-color( secondary-subtle-active ), color.mix( $kendo-color-secondary, $kendo-gantt-bg )) !default;
101
102
  /// The background color of the selected Gantt summary progress.
102
103
  /// @group gantt
103
104
  $kendo-gantt-summary-progress-selected-bg: $kendo-color-secondary !default;
@@ -113,7 +114,7 @@ $kendo-gantt-task-padding-y: k-spacing(1) !default;
113
114
  $kendo-gantt-task-border-width: 0px !default;
114
115
  /// The background color of the Gantt task.
115
116
  /// @group gantt
116
- $kendo-gantt-task-bg: if($kendo-enable-color-system, k-color( primary-emphasis ), mix( $kendo-color-primary, $kendo-gantt-bg )) !default;
117
+ $kendo-gantt-task-bg: if($kendo-enable-color-system, k-color( primary-emphasis ), color.mix( $kendo-color-primary, $kendo-gantt-bg )) !default;
117
118
  /// The text color of the Gantt task.
118
119
  /// @group gantt
119
120
  $kendo-gantt-task-text: $kendo-color-primary-contrast !default;
@@ -125,7 +126,7 @@ $kendo-gantt-task-border: null !default;
125
126
  $kendo-gantt-task-progress-bg: $kendo-color-primary !default;
126
127
  /// The background color of selected the Gantt task.
127
128
  /// @group gantt
128
- $kendo-gantt-task-selected-bg: if($kendo-enable-color-system, k-color( secondary-subtle-active ), mix( $kendo-color-secondary, $kendo-gantt-bg )) !default;
129
+ $kendo-gantt-task-selected-bg: if($kendo-enable-color-system, k-color( secondary-subtle-active ), color.mix( $kendo-color-secondary, $kendo-gantt-bg )) !default;
129
130
  /// The text color of the selected Gantt task.
130
131
  /// @group gantt
131
132
  $kendo-gantt-task-selected-text: $kendo-color-secondary-contrast !default;
@@ -15,7 +15,7 @@ $kendo-image-editor-content-border-width: 1px !default;
15
15
 
16
16
  $kendo-image-editor-action-pane-padding-y: k-spacing(8) !default;
17
17
  $kendo-image-editor-action-pane-padding-x: k-spacing(4) !default;
18
- $kendo-image-editor-action-pane-width: if( $kendo-image-editor-content-border-width == null, 240px, calc(240px + #{$kendo-image-editor-content-border-width}) ) !default;
18
+ $kendo-image-editor-action-pane-width: if( $kendo-image-editor-content-border-width == null, 280px, calc(280px + #{$kendo-image-editor-content-border-width}) ) !default;
19
19
 
20
20
  $kendo-image-editor-crop-border-width: 1px !default;
21
21
  $kendo-image-editor-crop-border-style: dashed !default;
@@ -1,3 +1,4 @@
1
+ @use "sass:color";
1
2
  @use "sass:math";
2
3
  @use "../core/_index.scss" as *;
3
4
  @use "../core/functions/index.import.scss" as *;
@@ -154,7 +155,7 @@ $kendo-input-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-co
154
155
  $kendo-input-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 27%, transparent), $kendo-disabled-text) !default;
155
156
  /// The border color of the disabled Input components.
156
157
  /// @group input
157
- $kendo-input-disabled-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 3%, transparent), rgba( $kendo-component-border, math.div( alpha( $kendo-component-border ), 2 ) )) !default;
158
+ $kendo-input-disabled-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 3%, transparent), rgba( $kendo-component-border, math.div( color.alpha( $kendo-component-border ), 2 ) )) !default;
158
159
  /// The gradient of the disabled Input components.
159
160
  /// @group input
160
161
  $kendo-input-disabled-gradient: null !default;
@@ -1,3 +1,4 @@
1
+ @use "sass:color";
1
2
  @use "sass:list";
2
3
  @use "../core/_index.scss" as *;
3
4
  @use "../icons/_variables.scss" as *;
@@ -68,7 +69,7 @@ $kendo-menu-item-gradient: null !default;
68
69
 
69
70
  /// The background color of hovered Menu item.
70
71
  /// @group menu
71
- $kendo-menu-item-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), rgba( $kendo-menu-text, $kendo-flat-button-hover-opacity * alpha( $kendo-menu-text ) )) !default;
72
+ $kendo-menu-item-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), rgba( $kendo-menu-text, $kendo-flat-button-hover-opacity * color.alpha( $kendo-menu-text ) )) !default;
72
73
  /// The text color of hovered Menu item.
73
74
  /// @group menu
74
75
  $kendo-menu-item-hover-text: unset !default;
@@ -81,7 +82,7 @@ $kendo-menu-item-hover-gradient: null !default;
81
82
 
82
83
  /// The background color of active Menu item.
83
84
  /// @group menu
84
- $kendo-menu-item-active-bg: if($kendo-enable-color-system, k-color( base-active ), rgba( $kendo-menu-text, $kendo-flat-button-active-opacity * alpha( $kendo-menu-text ) )) !default;
85
+ $kendo-menu-item-active-bg: if($kendo-enable-color-system, k-color( base-active ), rgba( $kendo-menu-text, $kendo-flat-button-active-opacity * color.alpha( $kendo-menu-text ) )) !default;
85
86
  /// The text color of active Menu item.
86
87
  /// @group menu
87
88
  $kendo-menu-item-active-text: unset !default;
@@ -1,3 +1,4 @@
1
+ @use "sass:color";
1
2
  @use "../core/_index.scss" as *;
2
3
  @use"../table/_variables.scss" as *;
3
4
  @use "../list/_variables.scss" as *;
@@ -86,7 +87,7 @@ $kendo-pivotgrid-total-border: $kendo-component-header-border !default;
86
87
 
87
88
  /// The hover background color of the PivotGrid.
88
89
  /// @group pivotgrid
89
- $kendo-pivotgrid-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), darken( $kendo-pivotgrid-bg, 7% )) !default;
90
+ $kendo-pivotgrid-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), color.adjust( $kendo-pivotgrid-bg, $lightness: - 7% )) !default;
90
91
  /// The hover text color of the PivotGrid.
91
92
  /// @group pivotgrid
92
93
  $kendo-pivotgrid-hover-text: null !default;
@@ -8,6 +8,7 @@
8
8
  @use "../dropdownlist/_index.scss" as *;
9
9
  @use "../dialog/_index.scss" as *;
10
10
  @use "../tooltip/_index.scss" as *;
11
+ @use "../time-marker/_index.scss" as *;
11
12
 
12
13
  // Component
13
14
  @forward "./_variables.scss";
@@ -25,6 +26,7 @@
25
26
  @include kendo-dropdown-list--styles();
26
27
  @include kendo-dialog--styles();
27
28
  @include kendo-tooltip--styles();
29
+ @include kendo-time-marker--styles();
28
30
  @include kendo-scheduler--layout();
29
31
  @include kendo-scheduler--theme();
30
32
  @include kendo-utils--typography--text-overflow();
@@ -66,26 +66,26 @@ $kendo-slider-draghandle-gradient: null !default;
66
66
 
67
67
  /// The background color of the hovered Slider drag handle.
68
68
  /// @group slider
69
- $kendo-slider-draghandle-hover-bg: unset !default;
69
+ $kendo-slider-draghandle-hover-bg: $kendo-color-primary !default;
70
70
  /// The text color of the hovered Slider drag handle.
71
71
  /// @group slider
72
72
  $kendo-slider-draghandle-hover-text: null !default;
73
73
  /// The border color of the hovered Slider drag handle.
74
74
  /// @group slider
75
- $kendo-slider-draghandle-hover-border: unset !default;
75
+ $kendo-slider-draghandle-hover-border: $kendo-color-primary !default;
76
76
  /// The gradient of the hovered Slider drag handle.
77
77
  /// @group slider
78
78
  $kendo-slider-draghandle-hover-gradient: null !default;
79
79
 
80
80
  /// The background color of the active Slider drag handle.
81
81
  /// @group slider
82
- $kendo-slider-draghandle-pressed-bg: unset !default;
82
+ $kendo-slider-draghandle-pressed-bg: $kendo-color-primary !default;
83
83
  /// The text color of the active Slider drag handle.
84
84
  /// @group slider
85
85
  $kendo-slider-draghandle-pressed-text: null !default;
86
86
  /// The border color of the active Slider drag handle.
87
87
  /// @group slider
88
- $kendo-slider-draghandle-pressed-border: unset !default;
88
+ $kendo-slider-draghandle-pressed-border: $kendo-color-primary !default;
89
89
  /// The gradient of the active Slider drag handle.
90
90
  /// @group slider
91
91
  $kendo-slider-draghandle-pressed-gradient: null !default;
@@ -1,3 +1,4 @@
1
+ @use "sass:color";
1
2
  @use "sass:math";
2
3
  @use "sass:map";
3
4
  @use "../core/_index.scss" as *;
@@ -138,7 +139,7 @@ $kendo-stepper-indicator-done-hover-border: null !default;
138
139
 
139
140
  /// The background color of the Stepper's disabled done indicator.
140
141
  /// @group stepper
141
- $kendo-stepper-indicator-done-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%)) !default;
142
+ $kendo-stepper-indicator-done-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), color.mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%)) !default;
142
143
  /// The text color of the Stepper's disabled done indicator.
143
144
  /// @group stepper
144
145
  $kendo-stepper-indicator-done-disabled-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg )) !default;