@progress/kendo-theme-fluent 5.12.1-dev.2 → 5.12.1-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 (88) hide show
  1. package/dist/all.css +534 -353
  2. package/dist/all.scss +4 -1
  3. package/dist/fluent-main.scss +4 -0
  4. package/lib/swatches/all.json +17 -0
  5. package/lib/swatches/fluent-main.json +17 -0
  6. package/package.json +4 -4
  7. package/scss/adaptive/_layout.scss +2 -2
  8. package/scss/badge/_variables.scss +30 -30
  9. package/scss/breadcrumb/_variables.scss +4 -0
  10. package/scss/button/_layout.scss +39 -0
  11. package/scss/button/_variables.scss +33 -33
  12. package/scss/card/_layout.scss +2 -2
  13. package/scss/chat/_variables.scss +3 -3
  14. package/scss/checkbox/_variables.scss +1 -1
  15. package/scss/chip/_variables.scss +27 -27
  16. package/scss/coloreditor/_layout.scss +24 -24
  17. package/scss/coloreditor/_theme.scss +8 -8
  18. package/scss/coloreditor/_variables.scss +27 -27
  19. package/scss/coloreditor/index.scss +2 -2
  20. package/scss/colorgradient/_layout.scss +43 -42
  21. package/scss/colorgradient/_theme.scss +19 -19
  22. package/scss/colorgradient/_variables.scss +46 -46
  23. package/scss/colorgradient/index.scss +2 -2
  24. package/scss/colorpalette/_layout.scss +8 -8
  25. package/scss/colorpalette/_theme.scss +9 -9
  26. package/scss/colorpalette/_variables.scss +15 -15
  27. package/scss/colorpalette/index.scss +2 -2
  28. package/scss/core/_variables.scss +2 -2
  29. package/scss/core/mixins/_hide-scrollbar.scss +1 -1
  30. package/scss/core/mixins/_typography.scss +6 -16
  31. package/scss/dataviz/_layout.scss +3 -3
  32. package/scss/dataviz/_variables.scss +33 -33
  33. package/scss/dialog/_variables.scss +3 -3
  34. package/scss/editor/_layout.scss +2 -2
  35. package/scss/fab/_variables.scss +12 -12
  36. package/scss/filemanager/_layout.scss +31 -31
  37. package/scss/filemanager/_theme.scss +34 -34
  38. package/scss/filemanager/_variables.scss +58 -58
  39. package/scss/filemanager/index.scss +2 -2
  40. package/scss/floating-label/_variables.scss +2 -2
  41. package/scss/forms/_layout.scss +3 -3
  42. package/scss/forms/_variables.scss +8 -8
  43. package/scss/gantt/_layout.scss +2 -2
  44. package/scss/grid/_layout.scss +43 -16
  45. package/scss/grid/_theme.scss +46 -1
  46. package/scss/grid/_variables.scss +74 -74
  47. package/scss/icon/_layout.scss +5 -0
  48. package/scss/imageeditor/_layout.scss +24 -24
  49. package/scss/imageeditor/_theme.scss +14 -14
  50. package/scss/imageeditor/_variables.scss +33 -33
  51. package/scss/imageeditor/index.scss +2 -2
  52. package/scss/input/_layout.scss +4 -4
  53. package/scss/input/_variables.scss +42 -42
  54. package/scss/list/_variables.scss +102 -102
  55. package/scss/loader/_layout.scss +45 -45
  56. package/scss/loader/_variables.scss +33 -33
  57. package/scss/map/_variables.scss +2 -2
  58. package/scss/mediaplayer/_layout.scss +7 -7
  59. package/scss/mediaplayer/_theme.scss +8 -8
  60. package/scss/mediaplayer/_variables.scss +13 -13
  61. package/scss/mediaplayer/index.scss +2 -2
  62. package/scss/menu/_layout.scss +3 -3
  63. package/scss/menu/_variables.scss +43 -43
  64. package/scss/pager/_variables.scss +18 -18
  65. package/scss/pivotgrid/_layout.scss +2 -2
  66. package/scss/radio/_variables.scss +1 -1
  67. package/scss/rating/_variables.scss +1 -1
  68. package/scss/scheduler/_layout.scss +1 -1
  69. package/scss/scrollview/_variables.scss +1 -1
  70. package/scss/signature/_variables.scss +18 -18
  71. package/scss/split-button/_layout.scss +2 -2
  72. package/scss/split-button/_variables.scss +9 -9
  73. package/scss/spreadsheet/_layout.scss +9 -9
  74. package/scss/spreadsheet/_variables.scss +1 -1
  75. package/scss/table/_layout.scss +2 -2
  76. package/scss/table/_variables.scss +27 -27
  77. package/scss/tilelayout/_layout.scss +4 -4
  78. package/scss/tilelayout/_theme.scss +4 -4
  79. package/scss/tilelayout/_variables.scss +6 -6
  80. package/scss/tilelayout/index.scss +2 -2
  81. package/scss/timeselector/_layout.scss +1 -1
  82. package/scss/timeselector/_variables.scss +13 -13
  83. package/scss/toolbar/_layout.scss +10 -10
  84. package/scss/toolbar/_variables.scss +18 -18
  85. package/scss/treeview/_variables.scss +24 -24
  86. package/scss/typography/_layout.scss +7 -7
  87. package/scss/upload/_variables.scss +1 -1
  88. package/scss/window/_variables.scss +2 -2
@@ -4,149 +4,149 @@
4
4
 
5
5
  /// Spacer of the color gradient.
6
6
  /// @group cologradient
7
- $kendo-colorgradient-spacer: map.get( $kendo-spacing, 4 ) !default;
7
+ $kendo-color-gradient-spacer: map.get( $kendo-spacing, 4 ) !default;
8
8
 
9
9
  /// Default width of the color gradient.
10
10
  /// @group cologradient
11
- $kendo-colorgradient-width: 260px !default;
11
+ $kendo-color-gradient-width: 260px !default;
12
12
  /// Border width of the color gradient.
13
13
  /// @group cologradient
14
- $kendo-colorgradient-border-width: 1px !default;
14
+ $kendo-color-gradient-border-width: 1px !default;
15
15
  /// Border radius of the color gradient.
16
16
  /// @group cologradient
17
- $kendo-colorgradient-border-radius: var( --kendo-border-radius-md, 0 ) !default;
17
+ $kendo-color-gradient-border-radius: var( --kendo-border-radius-md, 0 ) !default;
18
18
  /// Vertical padding of the color gradient.
19
19
  /// @group cologradient
20
- $kendo-colorgradient-padding-y: $kendo-colorgradient-spacer !default;
20
+ $kendo-color-gradient-padding-y: $kendo-color-gradient-spacer !default;
21
21
  /// Horizontal padding of the color gradient.
22
22
  /// @group cologradient
23
- $kendo-colorgradient-padding-x: math.div( $kendo-colorgradient-spacer, 2 ) !default;
23
+ $kendo-color-gradient-padding-x: math.div( $kendo-color-gradient-spacer, 2 ) !default;
24
24
  /// Spacing of the color gradient.
25
25
  /// @group cologradient
26
- $kendo-colorgradient-spacing: $kendo-colorgradient-spacer !default;
26
+ $kendo-color-gradient-spacing: $kendo-color-gradient-spacer !default;
27
27
  /// Font family of the color gradient.
28
28
  /// @group cologradient
29
- $kendo-colorgradient-font-family: var( --kendo-font-family, inherit ) !default;
29
+ $kendo-color-gradient-font-family: var( --kendo-font-family, inherit ) !default;
30
30
  /// Font size of the color gradient.
31
31
  /// @group cologradient
32
- $kendo-colorgradient-font-size: var( --kendo-font-size, inherit ) !default;
32
+ $kendo-color-gradient-font-size: var( --kendo-font-size, inherit ) !default;
33
33
  /// Line height of the color gradient.
34
34
  /// @group cologradient
35
- $kendo-colorgradient-line-height: var( --kendo-line-height, normal ) !default;
35
+ $kendo-color-gradient-line-height: var( --kendo-line-height, normal ) !default;
36
36
 
37
37
  /// Background color of the color gradient.
38
38
  /// @group cologradient
39
- $kendo-colorgradient-bg: var( --kendo-component-bg, initial ) !default;
39
+ $kendo-color-gradient-bg: var( --kendo-component-bg, initial ) !default;
40
40
  /// Text color of the color gradient.
41
41
  /// @group cologradient
42
- $kendo-colorgradient-text: var( --kendo-component-text, initial ) !default;
42
+ $kendo-color-gradient-text: var( --kendo-component-text, initial ) !default;
43
43
  /// Border color of the color gradient.
44
44
  /// @group cologradient
45
- $kendo-colorgradient-border: var( --kendo-component-border, initial ) !default;
45
+ $kendo-color-gradient-border: var( --kendo-component-border, initial ) !default;
46
46
  /// Shadow of the color gradient.
47
47
  /// @group cologradient
48
- $kendo-colorgradient-shadow: var( --kendo-box-shadow-depth-2, none ) !default;
48
+ $kendo-color-gradient-shadow: var( --kendo-box-shadow-depth-2, none ) !default;
49
49
 
50
50
  /// Focus border of the color gradient.
51
51
  /// @group cologradient
52
- $kendo-colorgradient-focus-border: get-theme-color-var( neutral-20 ) !default;
52
+ $kendo-color-gradient-focus-border: get-theme-color-var( neutral-20 ) !default;
53
53
  /// Focus shadow of the color gradient.
54
54
  /// @group cologradient
55
- $kendo-colorgradient-focus-shadow: var( --kendo-box-shadow-depth-3, none ) !default;
55
+ $kendo-color-gradient-focus-shadow: var( --kendo-box-shadow-depth-3, none ) !default;
56
56
 
57
57
  /// Border radius of the color gradient canvas.
58
58
  /// @group cologradient
59
- $kendo-colorgradient-canvas-border-radius: var( --kendo-border-radius-md, 0 ) !default;
59
+ $kendo-color-gradient-canvas-border-radius: var( --kendo-border-radius-md, 0 ) !default;
60
60
  /// Border width of the color gradient canvas.
61
61
  /// @group cologradient
62
- $kendo-colorgradient-canvas-border-width: 0 !default;
62
+ $kendo-color-gradient-canvas-border-width: 0 !default;
63
63
  /// Spacing of the color gradient canvas.
64
64
  /// @group cologradient
65
- $kendo-colorgradient-canvas-spacing: math.div( $kendo-colorgradient-spacer, 2 ) !default;
65
+ $kendo-color-gradient-canvas-spacing: math.div( $kendo-color-gradient-spacer, 2 ) !default;
66
66
  /// Height the color gradient canvas hsv rectangle.
67
67
  /// @group cologradient
68
- $kendo-colorgradient-canvas-rectangle-height: 180px !default;
68
+ $kendo-color-gradient-canvas-rectangle-height: 180px !default;
69
69
  /// Border color of the color gradient canvas hsv rectangle.
70
70
  /// @group cologradient
71
- $kendo-colorgradient-canvas-rectangle-border: get-theme-color-var( neutral-30 ) !default;
71
+ $kendo-color-gradient-canvas-rectangle-border: get-theme-color-var( neutral-30 ) !default;
72
72
  /// Shadow of the color gradient canvas draghandle.
73
73
  /// @group cologradient
74
- $kendo-colorgradient-canvas-draghandle-shadow: 0px 0.6px 1.8px rgba(0, 0, 0, 0.1), 0px 3.2px 7.2px rgba(0, 0, 0, 0.13), inset 0px 0px 0px 3px #FFFFFF !default;
74
+ $kendo-color-gradient-canvas-draghandle-shadow: 0px 0.6px 1.8px rgba(0, 0, 0, 0.1), 0px 3.2px 7.2px rgba(0, 0, 0, 0.13), inset 0px 0px 0px 3px #FFFFFF !default;
75
75
 
76
76
  /// Default input width of the color gradient.
77
77
  /// @group cologradient
78
- $kendo-colorgradient-input-width: 48px !default;
78
+ $kendo-color-gradient-input-width: 48px !default;
79
79
  /// Input spacing of the color gradient.
80
80
  /// @group cologradient
81
- $kendo-colorgradient-input-spacing: math.div( $kendo-colorgradient-spacer, 4 ) !default;
81
+ $kendo-color-gradient-input-spacing: math.div( $kendo-color-gradient-spacer, 4 ) !default;
82
82
  /// Input label font size of the color gradient.
83
83
  /// @group cologradient
84
- $kendo-colorgradient-input-label-font-size: var( --kendo-font-size-sm, inherit ) !default;
84
+ $kendo-color-gradient-input-label-font-size: var( --kendo-font-size-sm, inherit ) !default;
85
85
  /// Input label spacing of the color gradient.
86
86
  /// @group cologradient
87
- $kendo-colorgradient-input-label-spacing: math.div( $kendo-colorgradient-spacer, 4 ) !default;
87
+ $kendo-color-gradient-input-label-spacing: math.div( $kendo-color-gradient-spacer, 4 ) !default;
88
88
  /// Input label text color of the color gradient.
89
89
  /// @group cologradient
90
- $kendo-colorgradient-input-label-text: var( --kendo-subtle-text, inherit ) !default;
90
+ $kendo-color-gradient-input-label-text: var( --kendo-subtle-text, inherit ) !default;
91
91
 
92
92
  /// Font weight of the color gradient contrast ratio text.
93
93
  /// @group cologradient
94
- $kendo-colorgradient-contrast-ratio-font-weight: var( --kendo-font-weight-bold, normal ) !default;
94
+ $kendo-color-gradient-contrast-ratio-font-weight: var( --kendo-font-weight-bold, normal ) !default;
95
95
  /// Spacing of the color gradient contrast tool.
96
96
  /// @group cologradient
97
- $kendo-colorgradient-contrast-spacing: math.div( $kendo-colorgradient-spacer, 1.5 ) !default;
97
+ $kendo-color-gradient-contrast-spacing: math.div( $kendo-color-gradient-spacer, 1.5 ) !default;
98
98
 
99
99
  /// The size of the color gradient slider.
100
100
  /// @group cologradient
101
- $kendo-colorgradient-slider-track-size: 20px !default;
101
+ $kendo-color-gradient-slider-track-size: 20px !default;
102
102
  /// Border radius of the color gradient slider.
103
103
  /// @group cologradient
104
- $kendo-colorgradient-slider-border-radius: var( --kendo-border-radius-md, 0 ) !default;
104
+ $kendo-color-gradient-slider-border-radius: var( --kendo-border-radius-md, 0 ) !default;
105
105
  /// Border width of the color gradient slider.
106
106
  /// @group cologradient
107
- $kendo-colorgradient-slider-border-width: 1px !default;
107
+ $kendo-color-gradient-slider-border-width: 1px !default;
108
108
  /// Border color of the color gradient slider.
109
109
  /// @group cologradient
110
- $kendo-colorgradient-slider-border: get-theme-color-var( neutral-30 ) !default;
110
+ $kendo-color-gradient-slider-border: get-theme-color-var( neutral-30 ) !default;
111
111
 
112
112
  /// Height of the color gradient vertical slider.
113
113
  /// @group cologradient
114
- $kendo-colorgradient-slider-vertical-size: 180px !default;
114
+ $kendo-color-gradient-slider-vertical-size: 180px !default;
115
115
  /// Width of the color gradient horizontal slider.
116
116
  /// @group cologradient
117
- $kendo-colorgradient-slider-horizontal-size: 100% !default;
117
+ $kendo-color-gradient-slider-horizontal-size: 100% !default;
118
118
  /// Background image of the color gradient alpha slider.
119
119
  /// @group cologradient
120
- $kendo-colorgradient-slider-alpha-bgr: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC" !default;
120
+ $kendo-color-gradient-slider-alpha-bgr: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC" !default;
121
121
 
122
122
  /// Width of the color gradient draghandle.
123
123
  /// @group cologradient
124
- $kendo-colorgradient-draghandle-width: 20px !default;
124
+ $kendo-color-gradient-draghandle-width: 20px !default;
125
125
  /// Height of the color gradient draghandle.
126
126
  /// @group cologradient
127
- $kendo-colorgradient-draghandle-height: 20px !default;
127
+ $kendo-color-gradient-draghandle-height: 20px !default;
128
128
  /// Border width of the color gradient draghandle.
129
129
  /// @group cologradient
130
- $kendo-colorgradient-draghandle-border-width: 1px !default;
130
+ $kendo-color-gradient-draghandle-border-width: 1px !default;
131
131
  /// Border color of the color gradient draghandle.
132
132
  /// @group cologradient
133
- $kendo-colorgradient-draghandle-border: get-theme-color-var( neutral-110 ) !default;
133
+ $kendo-color-gradient-draghandle-border: get-theme-color-var( neutral-110 ) !default;
134
134
  /// Shadow of the color gradient draghandle.
135
135
  /// @group cologradient
136
- $kendo-colorgradient-draghandle-shadow: var( --kendo-box-shadow-depth-2, none ) !default;
136
+ $kendo-color-gradient-draghandle-shadow: var( --kendo-box-shadow-depth-2, none ) !default;
137
137
  /// Focus shadow of the color gradient draghandle.
138
138
  /// @group cologradient
139
- $kendo-colorgradient-draghandle-focus-shadow: $kendo-colorgradient-draghandle-shadow !default;
139
+ $kendo-color-gradient-draghandle-focus-shadow: $kendo-color-gradient-draghandle-shadow !default;
140
140
  /// Focus border color of the color gradient draghandle.
141
141
  /// @group cologradient
142
- $kendo-colorgradient-draghandle-focus-border: get-theme-color-var( neutral-160 ) !default;
142
+ $kendo-color-gradient-draghandle-focus-border: get-theme-color-var( neutral-160 ) !default;
143
143
  /// Hover shadow of the color gradient draghandle.
144
144
  /// @group cologradient
145
- $kendo-colorgradient-draghandle-hover-shadow: $kendo-colorgradient-draghandle-focus-shadow !default;
145
+ $kendo-color-gradient-draghandle-hover-shadow: $kendo-color-gradient-draghandle-focus-shadow !default;
146
146
 
147
147
  /// Vertical offset of the color gradient canvas draghandle.
148
148
  /// @group cologradient
149
- $kendo-colorgradient-canvas-draghandle-offset-y: ( -1 * math.div( $kendo-colorgradient-draghandle-height, 2 ) ) !default;
149
+ $kendo-color-gradient-canvas-draghandle-offset-y: ( -1 * math.div( $kendo-color-gradient-draghandle-height, 2 ) ) !default;
150
150
  /// Horizontal offset of the color gradient canvas draghandle.
151
151
  /// @group cologradient
152
- $kendo-colorgradient-canvas-draghandle-offset-x: ( -1 * math.div( $kendo-colorgradient-draghandle-width, 2 ) ) !default;
152
+ $kendo-color-gradient-canvas-draghandle-offset-x: ( -1 * math.div( $kendo-color-gradient-draghandle-width, 2 ) ) !default;
@@ -23,7 +23,7 @@ $_kendo-module-meta: (
23
23
  // Expose
24
24
  @mixin colorgradient-styles() {
25
25
  @include module.render( "colorgradient" ) {
26
- @include kendo-colorgradient--layout();
27
- @include kendo-colorgradient--theme();
26
+ @include kendo-color-gradient--layout();
27
+ @include kendo-color-gradient--theme();
28
28
  }
29
29
  }
@@ -1,16 +1,16 @@
1
1
  @use "../core/" as *;
2
2
  @use "./_variables.scss" as *;
3
3
 
4
- @mixin kendo-colorpalette--layout() {
4
+ @mixin kendo-color-palette--layout() {
5
5
 
6
6
  // ColorPalette
7
7
  .k-colorpalette {
8
8
  border-width: 0;
9
9
  box-sizing: border-box;
10
10
  outline: 0;
11
- font-size: var( --kendo-colorpalette-font-size, #{$kendo-colorpalette-font-size} );
12
- font-family: var( --kendo-colorpalette-font-family, #{$kendo-colorpalette-font-family} );
13
- line-height: var( --kendo-colorpalette-line-height, #{$kendo-colorpalette-line-height} );
11
+ font-size: var( --kendo-color-palette-font-size, #{$kendo-color-palette-font-size} );
12
+ font-family: var( --kendo-color-palette-font-family, #{$kendo-color-palette-font-family} );
13
+ line-height: var( --kendo-color-palette-line-height, #{$kendo-color-palette-line-height} );
14
14
  display: inline-flex;
15
15
  position: relative;
16
16
  -webkit-touch-callout: none;
@@ -37,10 +37,10 @@
37
37
 
38
38
  // Tile
39
39
  .k-colorpalette-tile {
40
- outline-width: var( --kendo-colorpalette-tile-outline-width, #{$kendo-colorpalette-tile-outline-width} );
41
- outline-style: var( --kendo-colorpalette-tile-outline-style, #{$kendo-colorpalette-tile-outline-style} );
42
- width: var( --kendo-colorpalette-tile-width, #{$kendo-colorpalette-tile-width} );
43
- height: var( --kendo-colorpalette-tile-height, #{$kendo-colorpalette-tile-height} );
40
+ outline-width: var( --kendo-color-palette-tile-outline-width, #{$kendo-color-palette-tile-outline-width} );
41
+ outline-style: var( --kendo-color-palette-tile-outline-style, #{$kendo-color-palette-tile-outline-style} );
42
+ width: var( --kendo-color-palette-tile-width, #{$kendo-color-palette-tile-width} );
43
+ height: var( --kendo-color-palette-tile-height, #{$kendo-color-palette-tile-height} );
44
44
  box-sizing: border-box;
45
45
  overflow: hidden;
46
46
  cursor: pointer;
@@ -1,42 +1,42 @@
1
1
  @use "../core/" as *;
2
2
  @use "./_variables.scss" as *;
3
3
 
4
- @mixin kendo-colorpalette--theme() {
4
+ @mixin kendo-color-palette--theme() {
5
5
 
6
6
  // Tile
7
7
  .k-colorpalette-tile {
8
- outline-color: var( --kendo-colorpalette-tile-outline, #{$kendo-colorpalette-tile-outline} );
8
+ outline-color: var( --kendo-color-palette-tile-outline, #{$kendo-color-palette-tile-outline} );
9
9
 
10
10
  // Hover
11
11
  &:hover,
12
12
  &.k-hover {
13
13
  @include box-shadow(
14
- var( --kendo-colorpalette-tile-hover-shadow, #{$kendo-colorpalette-tile-hover-shadow} )
14
+ var( --kendo-color-palette-tile-hover-shadow, #{$kendo-color-palette-tile-hover-shadow} )
15
15
  );
16
- outline-color: var( --kendo-colorpalette-tile-hover-outline, #{$kendo-colorpalette-tile-hover-outline} );
16
+ outline-color: var( --kendo-color-palette-tile-hover-outline, #{$kendo-color-palette-tile-hover-outline} );
17
17
  }
18
18
 
19
19
  // Focus
20
20
  &:focus,
21
21
  &.k-focus {
22
22
  @include box-shadow(
23
- var( --kendo-colorpalette-tile-focus-shadow, #{$kendo-colorpalette-tile-focus-shadow} )
23
+ var( --kendo-color-palette-tile-focus-shadow, #{$kendo-color-palette-tile-focus-shadow} )
24
24
  );
25
- outline-color: var( --kendo-colorpalette-tile-focus-outline, #{$kendo-colorpalette-tile-focus-outline} );
25
+ outline-color: var( --kendo-color-palette-tile-focus-outline, #{$kendo-color-palette-tile-focus-outline} );
26
26
  }
27
27
 
28
28
  // Selected
29
29
  &.k-selected {
30
30
  @include box-shadow(
31
- var( --kendo-colorpalette-tile-selected-shadow, #{$kendo-colorpalette-tile-selected-shadow} )
31
+ var( --kendo-color-palette-tile-selected-shadow, #{$kendo-color-palette-tile-selected-shadow} )
32
32
  );
33
- outline-color: var( --kendo-colorpalette-tile-selected-outline, #{$kendo-colorpalette-tile-selected-outline} );
33
+ outline-color: var( --kendo-color-palette-tile-selected-outline, #{$kendo-color-palette-tile-selected-outline} );
34
34
  }
35
35
 
36
36
  // Selected hover/focus
37
37
  &.k-selected:hover,
38
38
  &.k-selected:focus {
39
- outline-color: var( --kendo-colorpalette-tile-selected-hover-outline, #{$kendo-colorpalette-tile-selected-hover-outline} );
39
+ outline-color: var( --kendo-color-palette-tile-selected-hover-outline, #{$kendo-color-palette-tile-selected-hover-outline} );
40
40
  }
41
41
  }
42
42
 
@@ -3,47 +3,47 @@
3
3
 
4
4
  /// Font family of the color palette.
5
5
  /// @group colorpalette
6
- $kendo-colorpalette-font-family: var( --kendo-font-family, inherit ) !default;
6
+ $kendo-color-palette-font-family: var( --kendo-font-family, inherit ) !default;
7
7
  /// Font size of the color palette.
8
8
  /// @group colorpalette
9
- $kendo-colorpalette-font-size: var( --kendo-font-size, inherit ) !default;
9
+ $kendo-color-palette-font-size: var( --kendo-font-size, inherit ) !default;
10
10
  /// Line height of the color palette.
11
11
  /// @group colorpalette
12
- $kendo-colorpalette-line-height: 0 !default;
12
+ $kendo-color-palette-line-height: 0 !default;
13
13
 
14
14
  /// Outline width of the color palette tile.
15
15
  /// @group colorpalette
16
- $kendo-colorpalette-tile-outline-width: 1px !default;
16
+ $kendo-color-palette-tile-outline-width: 1px !default;
17
17
  /// Outline style of the color palette tile.
18
18
  /// @group colorpalette
19
- $kendo-colorpalette-tile-outline-style: solid !default;
19
+ $kendo-color-palette-tile-outline-style: solid !default;
20
20
  /// Outline color of the color palette tile.
21
21
  /// @group colorpalette
22
- $kendo-colorpalette-tile-outline: transparent !default;
22
+ $kendo-color-palette-tile-outline: transparent !default;
23
23
  /// Width of the color palette tile.
24
24
  /// @group colorpalette
25
- $kendo-colorpalette-tile-width: map.get( $kendo-spacing, 6 ) !default;
25
+ $kendo-color-palette-tile-width: map.get( $kendo-spacing, 6 ) !default;
26
26
  /// Height of the color palette tile.
27
27
  /// @group colorpalette
28
- $kendo-colorpalette-tile-height: $kendo-colorpalette-tile-width !default;
28
+ $kendo-color-palette-tile-height: $kendo-color-palette-tile-width !default;
29
29
  /// Focus outline color of the color palette tile.
30
30
  /// @group colorpalette
31
- $kendo-colorpalette-tile-focus-outline: get-theme-color-var( neutral-130 ) !default;
31
+ $kendo-color-palette-tile-focus-outline: get-theme-color-var( neutral-130 ) !default;
32
32
  /// Focus shadow of the color palette tile.
33
33
  /// @group colorpalette
34
- $kendo-colorpalette-tile-focus-shadow: inset 0 0 0 2px $kendo-color-white !default;
34
+ $kendo-color-palette-tile-focus-shadow: inset 0 0 0 2px $kendo-color-white !default;
35
35
  /// Hover outline color of the color palette tile.
36
36
  /// @group colorpalette
37
- $kendo-colorpalette-tile-hover-outline: get-theme-color-var( neutral-20 ) !default;
37
+ $kendo-color-palette-tile-hover-outline: get-theme-color-var( neutral-20 ) !default;
38
38
  /// Hover shadow of the color palette tile.
39
39
  /// @group colorpalette
40
- $kendo-colorpalette-tile-hover-shadow: inset 0 0 0 2px $kendo-colorpalette-tile-hover-outline, inset 0 0 0 4px $kendo-color-white !default;
40
+ $kendo-color-palette-tile-hover-shadow: inset 0 0 0 2px $kendo-color-palette-tile-hover-outline, inset 0 0 0 4px $kendo-color-white !default;
41
41
  /// Selected outline color of the color palette tile.
42
42
  /// @group colorpalette
43
- $kendo-colorpalette-tile-selected-outline: $kendo-colorpalette-tile-hover-outline !default;
43
+ $kendo-color-palette-tile-selected-outline: $kendo-color-palette-tile-hover-outline !default;
44
44
  /// Selected shadow of the color palette tile.
45
45
  /// @group colorpalette
46
- $kendo-colorpalette-tile-selected-shadow: $kendo-colorpalette-tile-hover-shadow !default;
46
+ $kendo-color-palette-tile-selected-shadow: $kendo-color-palette-tile-hover-shadow !default;
47
47
  /// Selected hover outline color of the color palette tile.
48
48
  /// @group colorpalette
49
- $kendo-colorpalette-tile-selected-hover-outline: $kendo-colorpalette-tile-focus-outline !default;
49
+ $kendo-color-palette-tile-selected-hover-outline: $kendo-color-palette-tile-focus-outline !default;
@@ -17,7 +17,7 @@ $_kendo-module-meta: (
17
17
  // Expose
18
18
  @mixin colorpalette-styles() {
19
19
  @include module.render( "colorpalette" ) {
20
- @include kendo-colorpalette--layout();
21
- @include kendo-colorpalette--theme();
20
+ @include kendo-color-palette--layout();
21
+ @include kendo-color-palette--theme();
22
22
  }
23
23
  }
@@ -64,7 +64,7 @@ $kendo-font-size-xl: 20px !default;
64
64
  $kendo-font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !default;
65
65
 
66
66
 
67
- /// Line height used along with $font-size.
67
+ /// Line height used along with $kendo-font-size.
68
68
  $kendo-line-height: math.div( 20, 14 ) !default;
69
69
  $kendo-line-height-xs: 1 !default;
70
70
  $kendo-line-height-sm: 1.25 !default;
@@ -80,7 +80,7 @@ $kendo-font-weight-bold: 600 !default;
80
80
 
81
81
  $kendo-letter-spacing: normal !default;
82
82
 
83
- $default-scrollbar-width: 17px !default;
83
+ $kendo-scrollbar-width: 17px !default;
84
84
 
85
85
  /// Border radius for all components.
86
86
  $kendo-border-radius: map.get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
@@ -2,7 +2,7 @@
2
2
  // Infinite calendar and timepicker
3
3
  @mixin hide-scrollbar($max-scrollbar: 100px) {
4
4
  // anything larger than the scrollbar width will do
5
- $scrollbar-size: var( --kendo-scrollbar-width, #{$default-scrollbar-width} );
5
+ $scrollbar-size: var( --kendo-scrollbar-width, #{$kendo-scrollbar-width} );
6
6
  $margin: calc( -#{$max-scrollbar} - #{$scrollbar-size} );
7
7
 
8
8
  padding-inline-end: $max-scrollbar;
@@ -1,17 +1,7 @@
1
- @mixin typography($font-size: null, $font-family: null, $line-height: null, $font-weight: null, $letter-spacing: null) {
2
- @if $font-size {
3
- font-size: $font-size;
4
- }
5
- @if $font-family {
6
- font-family: $font-family;
7
- }
8
- @if $line-height {
9
- line-height: $line-height;
10
- }
11
- @if $font-weight {
12
- font-weight: $font-weight;
13
- }
14
- @if $letter-spacing {
15
- letter-spacing: $letter-spacing;
16
- }
1
+ @mixin typography( $font-size: null, $font-family: null, $line-height: null, $font-weight: null, $letter-spacing: null ) {
2
+ font-size: $font-size;
3
+ font-family: $font-family;
4
+ line-height: $line-height;
5
+ font-weight: $font-weight;
6
+ letter-spacing: $letter-spacing;
17
7
  }
@@ -344,10 +344,10 @@
344
344
  right: 0;
345
345
  }
346
346
  .k-treemap-title + .k-treemap-wrap {
347
- inset-block-start: calc( #{$kendo-padding-sm-y} * 2 + (#{$kendo-line-height} * #{$kendo-font-size}) + 1px);
347
+ inset-block-start: calc( #{$kendo-padding-sm-y} * 2 + (#{$kendo-line-height-md} * #{$kendo-font-size-md}) + 1px);
348
348
  }
349
349
  .k-treemap-title-vertical + .k-treemap-wrap {
350
- inset-inline-start: calc( #{$kendo-padding-sm-y} * 2 + (#{$kendo-line-height} * #{$kendo-font-size}) + 1px);
350
+ inset-inline-start: calc( #{$kendo-padding-sm-y} * 2 + (#{$kendo-line-height-md} * #{$kendo-font-size-md}) + 1px);
351
351
  }
352
352
 
353
353
 
@@ -442,7 +442,7 @@
442
442
  series-30: $kendo-series-30,
443
443
 
444
444
  gauge-pointer: $kendo-series-f,
445
- gauge-track: get-theme-color( neutral, 30 )
445
+ gauge-track: get-theme-color-var( neutral-30 )
446
446
  );
447
447
 
448
448
  @each $name, $value in $exported {
@@ -3,51 +3,51 @@
3
3
 
4
4
  /// The first base series color and its light and dark shades.
5
5
  /// @group charts
6
- $kendo-series-a: get-theme-color( series-a, 100 ) !default;
7
- $kendo-series-a-dark: get-theme-color( series-a, 130 ) !default;
8
- $kendo-series-a-darker: get-theme-color( series-a, 160 ) !default;
9
- $kendo-series-a-light: get-theme-color( series-a, 70 ) !default;
10
- $kendo-series-a-lighter: get-theme-color( series-a, 40 ) !default;
6
+ $kendo-series-a: get-theme-color-var( series-a-100 ) !default;
7
+ $kendo-series-a-dark: get-theme-color-var( series-a-130 ) !default;
8
+ $kendo-series-a-darker: get-theme-color-var( series-a-160 ) !default;
9
+ $kendo-series-a-light: get-theme-color-var( series-a-70 ) !default;
10
+ $kendo-series-a-lighter: get-theme-color-var( series-a-40 ) !default;
11
11
 
12
12
  /// The second base series color and its light and dark shades.
13
13
  /// @group charts
14
- $kendo-series-b: get-theme-color( series-b, 100 ) !default;
15
- $kendo-series-b-dark: get-theme-color( series-b, 130 ) !default;
16
- $kendo-series-b-darker: get-theme-color( series-b, 160 ) !default;
17
- $kendo-series-b-light: get-theme-color( series-b, 70 ) !default;
18
- $kendo-series-b-lighter: get-theme-color( series-b, 40 ) !default;
14
+ $kendo-series-b: get-theme-color-var( series-b-100 ) !default;
15
+ $kendo-series-b-dark: get-theme-color-var( series-b-130 ) !default;
16
+ $kendo-series-b-darker: get-theme-color-var( series-b-160 ) !default;
17
+ $kendo-series-b-light: get-theme-color-var( series-b-70 ) !default;
18
+ $kendo-series-b-lighter: get-theme-color-var( series-b-40 ) !default;
19
19
 
20
20
  /// The third base series color and its light and dark shades.
21
21
  /// @group charts
22
- $kendo-series-c: get-theme-color( series-c, 100 ) !default;
23
- $kendo-series-c-dark: get-theme-color( series-c, 130 ) !default;
24
- $kendo-series-c-darker: get-theme-color( series-c, 160 ) !default;
25
- $kendo-series-c-light: get-theme-color( series-c, 70 ) !default;
26
- $kendo-series-c-lighter: get-theme-color( series-c, 40 ) !default;
22
+ $kendo-series-c: get-theme-color-var( series-c-100 ) !default;
23
+ $kendo-series-c-dark: get-theme-color-var( series-c-130 ) !default;
24
+ $kendo-series-c-darker: get-theme-color-var( series-c-160 ) !default;
25
+ $kendo-series-c-light: get-theme-color-var( series-c-70 ) !default;
26
+ $kendo-series-c-lighter: get-theme-color-var( series-c-40 ) !default;
27
27
 
28
28
  /// The fourth base series color and its light and dark shades.
29
29
  /// @group charts
30
- $kendo-series-d: get-theme-color( series-d, 100 ) !default;
31
- $kendo-series-d-dark: get-theme-color( series-d, 130 ) !default;
32
- $kendo-series-d-darker: get-theme-color( series-d, 160 ) !default;
33
- $kendo-series-d-light: get-theme-color( series-d, 70 ) !default;
34
- $kendo-series-d-lighter: get-theme-color( series-d, 40 ) !default;
30
+ $kendo-series-d: get-theme-color-var( series-d-100 ) !default;
31
+ $kendo-series-d-dark: get-theme-color-var( series-d-130 ) !default;
32
+ $kendo-series-d-darker: get-theme-color-var( series-d-160 ) !default;
33
+ $kendo-series-d-light: get-theme-color-var( series-d-70 ) !default;
34
+ $kendo-series-d-lighter: get-theme-color-var( series-d-40 ) !default;
35
35
 
36
36
  /// The fifth base series color and its light and dark shades.
37
37
  /// @group charts
38
- $kendo-series-e: get-theme-color( series-e, 100 ) !default;
39
- $kendo-series-e-dark: get-theme-color( series-e, 130 ) !default;
40
- $kendo-series-e-darker: get-theme-color( series-e, 160 ) !default;
41
- $kendo-series-e-light: get-theme-color( series-e, 70 ) !default;
42
- $kendo-series-e-lighter: get-theme-color( series-e, 40 ) !default;
38
+ $kendo-series-e: get-theme-color-var( series-e-100 ) !default;
39
+ $kendo-series-e-dark: get-theme-color-var( series-e-130 ) !default;
40
+ $kendo-series-e-darker: get-theme-color-var( series-e-60 ) !default;
41
+ $kendo-series-e-light: get-theme-color-var( series-e-70 ) !default;
42
+ $kendo-series-e-lighter: get-theme-color-var( series-e-40 ) !default;
43
43
 
44
44
  /// The sixth base series color and its light and dark shades.
45
45
  /// @group charts
46
- $kendo-series-f: get-theme-color( series-f, 100 ) !default;
47
- $kendo-series-f-dark: get-theme-color( series-f, 130 ) !default;
48
- $kendo-series-f-darker: get-theme-color( series-f, 160 ) !default;
49
- $kendo-series-f-light: get-theme-color( series-f, 70 ) !default;
50
- $kendo-series-f-lighter: get-theme-color( series-f, 40 ) !default;
46
+ $kendo-series-f: get-theme-color-var( series-f-100 ) !default;
47
+ $kendo-series-f-dark: get-theme-color-var( series-f-130 ) !default;
48
+ $kendo-series-f-darker: get-theme-color-var( series-f-160 ) !default;
49
+ $kendo-series-f-light: get-theme-color-var( series-f-70 ) !default;
50
+ $kendo-series-f-lighter: get-theme-color-var( series-f-40 ) !default;
51
51
 
52
52
  /// The series colors in order:
53
53
  /// base, light, dark, lighter, darker
@@ -92,9 +92,9 @@ $kendo-chart-font-family: var( --kendo-font-family, inherit ) !default;
92
92
  /// The font-size of the chart component.
93
93
  /// @group charts
94
94
  $kendo-chart-font-size: var( --kendo-font-size, inherit ) !default;
95
- $kendo-chart-font-size-sm: var( --kendo-font-size-sm, inherit ) !default;
96
- $kendo-chart-font-size-md: var( --kendo-font-size-md, inherit ) !default;
97
- $kendo-chart-font-size-lg: var( --kendo-font-size-lg, inherit ) !default;
95
+ $kendo-chart-sm-font-size: var( --kendo-font-size-sm, inherit ) !default;
96
+ $kendo-chart-md-font-size: var( --kendo-font-size-md, inherit ) !default;
97
+ $kendo-chart-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
98
98
  /// The line-height of the chart component.
99
99
  /// @group charts
100
100
  $kendo-chart-line-height: var( --kendo-line-height, normal ) !default;
@@ -33,10 +33,10 @@ $kendo-dialog-inner-padding-y: map.get( $kendo-spacing, 3 ) !default;
33
33
 
34
34
  /// Horizontal padding of the dialog action buttons.
35
35
  /// @group dialog
36
- $kendo-dialog-buttongroup-padding-x: map.get( $kendo-spacing, 6 ) !default; // $actions-padding-x
36
+ $kendo-dialog-buttongroup-padding-x: map.get( $kendo-spacing, 6 ) !default; // $kendo-actions-padding-x
37
37
  /// Vertical padding of the dialog action buttons.
38
38
  /// @group dialog
39
- $kendo-dialog-buttongroup-padding-y: map.get( $kendo-spacing, 6 ) !default; // $actions-padding-y
39
+ $kendo-dialog-buttongroup-padding-y: map.get( $kendo-spacing, 6 ) !default; // $kendo-actions-padding-y
40
40
  /// Width of the top border of the dialog action buttons.
41
41
  /// @group dialog
42
42
  $kendo-dialog-buttongroup-border-width: 0 !default;
@@ -46,7 +46,7 @@ $kendo-dialog-buttongroup-spacing: map.get( $kendo-spacing, 3 ) !default;
46
46
 
47
47
  /// Spacing between the buttons in the header of the dialog.
48
48
  /// @group dialog
49
- $kendo-dialog-button-spacing: map.get( $kendo-spacing, 2 ) !default; // $actions-padding-y
49
+ $kendo-dialog-button-spacing: map.get( $kendo-spacing, 2 ) !default; // $kendo-actions-padding-y
50
50
 
51
51
  /// Box shadow around the dialog.
52
52
  /// @group dialog
@@ -447,8 +447,8 @@
447
447
 
448
448
  .k-breadcrumbs-wrap {
449
449
  position: absolute;
450
- inset-inline-start: $kendo-input-padding-x-md;
451
- inset-block-start: $kendo-input-padding-y-md;
450
+ inset-inline-start: $kendo-input-md-padding-x;
451
+ inset-block-start: $kendo-input-md-padding-y;
452
452
 
453
453
  .k-icon {
454
454
  position: static;
@@ -22,16 +22,16 @@ $kendo-fab-line-height: var( --kendo-line-height, normal ) !default;
22
22
  /// Horizontal padding of the FAB.
23
23
  /// @group floating-action-button
24
24
  $kendo-fab-padding-x: map.get( $kendo-spacing, 4 ) !default;
25
- $kendo-fab-padding-x-sm: math.div( $kendo-fab-padding-x, 2 ) !default;
26
- $kendo-fab-padding-x-md: $kendo-fab-padding-x !default;
27
- $kendo-fab-padding-x-lg: ( $kendo-fab-padding-x * 1.5 ) !default;
25
+ $kendo-fab-sm-padding-x: math.div( $kendo-fab-padding-x, 2 ) !default;
26
+ $kendo-fab-md-padding-x: $kendo-fab-padding-x !default;
27
+ $kendo-fab-lg-padding-x: ( $kendo-fab-padding-x * 1.5 ) !default;
28
28
 
29
29
  /// Vertical padding of the FAB.
30
30
  /// @group floating-action-button
31
31
  $kendo-fab-padding-y: $kendo-fab-padding-x !default;
32
- $kendo-fab-padding-y-sm: math.div( $kendo-fab-padding-y, 2 ) !default;
33
- $kendo-fab-padding-y-md: $kendo-fab-padding-y !default;
34
- $kendo-fab-padding-y-lg: ( $kendo-fab-padding-y * 1.5 ) !default;
32
+ $kendo-fab-sm-padding-y: math.div( $kendo-fab-padding-y, 2 ) !default;
33
+ $kendo-fab-md-padding-y: $kendo-fab-padding-y !default;
34
+ $kendo-fab-lg-padding-y: ( $kendo-fab-padding-y * 1.5 ) !default;
35
35
 
36
36
  /// Offset of the focused FAB.
37
37
  /// @group floating-action-button
@@ -127,16 +127,16 @@ $kendo-fab-theme-colors: (
127
127
  /// @group floating-action-button
128
128
  $kendo-fab-sizes: (
129
129
  sm: (
130
- padding-x: $kendo-fab-padding-x-sm,
131
- padding-y: $kendo-fab-padding-y-sm
130
+ padding-x: $kendo-fab-sm-padding-x,
131
+ padding-y: $kendo-fab-sm-padding-y
132
132
  ),
133
133
  md: (
134
- padding-x: $kendo-fab-padding-x-md,
135
- padding-y: $kendo-fab-padding-y-md
134
+ padding-x: $kendo-fab-md-padding-x,
135
+ padding-y: $kendo-fab-md-padding-y
136
136
  ),
137
137
  lg: (
138
- padding-x: $kendo-fab-padding-x-lg,
139
- padding-y: $kendo-fab-padding-y-lg
138
+ padding-x: $kendo-fab-lg-padding-x,
139
+ padding-y: $kendo-fab-lg-padding-y
140
140
  )
141
141
  ) !default;
142
142