@progress/kendo-theme-fluent 6.5.0-dev.0 → 6.5.0-dev.2

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 (113) hide show
  1. package/dist/all.css +13080 -13001
  2. package/dist/meta/sassdoc-data.json +6515 -4671
  3. package/dist/meta/sassdoc-raw-data.json +8442 -7517
  4. package/lib/swatches/all.json +1 -1
  5. package/lib/swatches/fluent-main.json +1 -1
  6. package/package.json +4 -4
  7. package/scss/action-sheet/_layout.scss +7 -0
  8. package/scss/action-sheet/_variables.scss +4 -1
  9. package/scss/adaptive/_variables.scss +4 -4
  10. package/scss/appbar/_variables.scss +35 -34
  11. package/scss/avatar/_variables.scss +5 -5
  12. package/scss/badge/_variables.scss +5 -5
  13. package/scss/bottom-navigation/_variables.scss +44 -48
  14. package/scss/breadcrumb/_layout.scss +37 -10
  15. package/scss/breadcrumb/_variables.scss +126 -35
  16. package/scss/button/_variables.scss +11 -11
  17. package/scss/calendar/_layout.scss +1 -1
  18. package/scss/calendar/_variables.scss +11 -11
  19. package/scss/card/_variables.scss +2 -2
  20. package/scss/chat/_variables.scss +8 -8
  21. package/scss/checkbox/_variables.scss +16 -16
  22. package/scss/chip/_variables.scss +12 -12
  23. package/scss/color-preview/_variables.scss +4 -4
  24. package/scss/coloreditor/_variables.scss +31 -32
  25. package/scss/colorgradient/_variables.scss +74 -74
  26. package/scss/colorpalette/_variables.scss +17 -17
  27. package/scss/core/_index.scss +6 -11
  28. package/scss/core/_variables.scss +1 -79
  29. package/scss/core/color-system/_index.scss +0 -2
  30. package/scss/core/color-system/utils/_functions.scss +4 -66
  31. package/scss/core/helpers/_index.scss +0 -4
  32. package/scss/dataviz/_layout.scss +5 -5
  33. package/scss/dataviz/_variables.scss +37 -37
  34. package/scss/daterangepicker/_theme.scss +1 -1
  35. package/scss/dialog/_variables.scss +20 -20
  36. package/scss/draggable/_variables.scss +2 -2
  37. package/scss/drawer/_variables.scss +9 -9
  38. package/scss/dropzone/_variables.scss +3 -3
  39. package/scss/editor/_variables.scss +38 -32
  40. package/scss/expansion-panel/_variables.scss +41 -38
  41. package/scss/fab/_theme.scss +1 -1
  42. package/scss/fab/_variables.scss +8 -8
  43. package/scss/filter/_variables.scss +15 -15
  44. package/scss/forms/_variables.scss +2 -2
  45. package/scss/gantt/_layout.scss +2 -2
  46. package/scss/gantt/_variables.scss +22 -22
  47. package/scss/grid/_theme.scss +2 -2
  48. package/scss/grid/_variables.scss +11 -11
  49. package/scss/imageeditor/_variables.scss +2 -2
  50. package/scss/index.scss +3 -0
  51. package/scss/input/_variables.scss +42 -42
  52. package/scss/list/_variables.scss +14 -14
  53. package/scss/listbox/_variables.scss +16 -17
  54. package/scss/listgroup/_variables.scss +1 -1
  55. package/scss/listview/_variables.scss +37 -37
  56. package/scss/loader/_variables.scss +70 -24
  57. package/scss/map/_variables.scss +4 -4
  58. package/scss/mediaplayer/_variables.scss +2 -2
  59. package/scss/menu/_variables.scss +3 -3
  60. package/scss/notification/_variables.scss +22 -20
  61. package/scss/orgchart/_variables.scss +5 -5
  62. package/scss/pager/_variables.scss +4 -4
  63. package/scss/panelbar/_variables.scss +3 -3
  64. package/scss/pdf-viewer/_variables.scss +2 -2
  65. package/scss/pivotgrid/_variables.scss +4 -4
  66. package/scss/popover/_variables.scss +34 -34
  67. package/scss/popup/_variables.scss +1 -1
  68. package/scss/progressbar/_variables.scss +51 -55
  69. package/scss/radio/_variables.scss +10 -10
  70. package/scss/rating/_theme.scss +1 -1
  71. package/scss/rating/_variables.scss +4 -4
  72. package/scss/scheduler/_theme.scss +1 -1
  73. package/scss/scheduler/_variables.scss +9 -9
  74. package/scss/scrollview/_variables.scss +42 -52
  75. package/scss/searchbox/_variables.scss +1 -1
  76. package/scss/signature/_variables.scss +2 -2
  77. package/scss/skeleton/_variables.scss +4 -4
  78. package/scss/slider/_variables.scss +11 -11
  79. package/scss/split-button/_variables.scss +1 -1
  80. package/scss/splitter/_variables.scss +3 -3
  81. package/scss/spreadsheet/_variables.scss +17 -17
  82. package/scss/stepper/_variables.scss +8 -8
  83. package/scss/switch/_variables.scss +17 -17
  84. package/scss/table/_variables.scss +3 -3
  85. package/scss/tabstrip/_variables.scss +5 -5
  86. package/scss/taskboard/_variables.scss +5 -5
  87. package/scss/tilelayout/_variables.scss +9 -9
  88. package/scss/timeline/_variables.scss +7 -7
  89. package/scss/timeselector/_layout.scss +1 -1
  90. package/scss/timeselector/_theme.scss +1 -1
  91. package/scss/toolbar/_variables.scss +3 -3
  92. package/scss/tooltip/_variables.scss +4 -4
  93. package/scss/treeview/_variables.scss +2 -2
  94. package/scss/upload/_variables.scss +39 -39
  95. package/scss/utils/_layout.scss +6 -4
  96. package/scss/window/_variables.scss +45 -45
  97. package/scss/wizard/_variables.scss +1 -1
  98. package/scss/core/_layout.scss +0 -13
  99. package/scss/core/_theme.scss +0 -9
  100. package/scss/core/color-system/_variables.scss +0 -172
  101. package/scss/core/functions/_index.scss +0 -3
  102. package/scss/core/functions/_strings.scss +0 -37
  103. package/scss/core/helpers/_base.scss +0 -136
  104. package/scss/core/helpers/_layout.scss +0 -64
  105. package/scss/core/helpers/_loading.scss +0 -120
  106. package/scss/core/helpers/_selection.scss +0 -27
  107. package/scss/core/mixins/_border-radius.scss +0 -60
  108. package/scss/core/mixins/_box-shadow.scss +0 -8
  109. package/scss/core/mixins/_decoration.scss +0 -30
  110. package/scss/core/mixins/_disabled.scss +0 -10
  111. package/scss/core/mixins/_hide-scrollbar.scss +0 -14
  112. package/scss/core/mixins/_index.scss +0 -6
  113. package/scss/core/mixins/_typography.scss +0 -7
@@ -37,7 +37,7 @@ $kendo-chip-solid-disabled-border: var( --kendo-disabled-border, inherit ) !defa
37
37
  $kendo-chip-outline-disabled-bg: var( $kendo-component-bg, transparent ) !default;
38
38
  /// The border color of the outline disabled Chip.
39
39
  /// @group chip
40
- $kendo-chip-outline-disabled-border: get-theme-color-var( neutral-90 ) !default;
40
+ $kendo-chip-outline-disabled-border: k-get-theme-color-var( neutral-90 ) !default;
41
41
 
42
42
  /// The offset of the outline focused Chip.
43
43
  /// @group chip
@@ -129,8 +129,8 @@ $_tc-base-matrix: (
129
129
  hover: (30, 190, 30),
130
130
  focus: (20, 160, 130),
131
131
  focus-hover: (20, 190, 130),
132
- selected: (get-theme-color-var( primary-100 ), $kendo-color-white, get-theme-color-var( primary-100 )),
133
- selected-hover: (get-theme-color-var( primary-100 ), $kendo-color-white, get-theme-color-var( primary-100 )),
132
+ selected: (k-get-theme-color-var( primary-100 ), $kendo-color-white, k-get-theme-color-var( primary-100 )),
133
+ selected-hover: (k-get-theme-color-var( primary-100 ), $kendo-color-white, k-get-theme-color-var( primary-100 )),
134
134
  disabled: (var( --kendo-disabled-bg, inherit ), var( --kendo-disabled-text, inherit ), var( --kendo-disabled-border, inherit ))
135
135
  ),
136
136
  outline: (
@@ -169,12 +169,12 @@ $_tc-brand-matrix: (
169
169
  // The color matrix for the warning Chips
170
170
  $_tc-warning-matrix: (
171
171
  solid: (
172
- normal: (20, get-theme-color-var( grey-160 ), 20),
173
- hover: (30, get-theme-color-var( grey-190 ), 30),
174
- focus: (20, get-theme-color-var( grey-160 ), 160),
175
- focus-hover: (20, get-theme-color-var( grey-190 ), 160),
176
- selected: (40, get-theme-color-var( grey-190 ), 40),
177
- selected-hover: (30, get-theme-color-var( grey-190 ), 30),
172
+ normal: (20, k-get-theme-color-var( grey-160 ), 20),
173
+ hover: (30, k-get-theme-color-var( grey-190 ), 30),
174
+ focus: (20, k-get-theme-color-var( grey-160 ), 160),
175
+ focus-hover: (20, k-get-theme-color-var( grey-190 ), 160),
176
+ selected: (40, k-get-theme-color-var( grey-190 ), 40),
177
+ selected-hover: (30, k-get-theme-color-var( grey-190 ), 30),
178
178
  disabled: (var( --kendo-disabled-bg, inherit ), var( --kendo-disabled-text, inherit ), var( --kendo-disabled-border, inherit ))
179
179
  ),
180
180
  outline: (
@@ -195,7 +195,7 @@ $kendo-chip-theme-colors: () !default;
195
195
  @each $fill-mode, $ui-states in $_tc-base-matrix {
196
196
  $kendo-chip-theme-colors: map.deep-merge(
197
197
  $kendo-chip-theme-colors,
198
- generate-fill-mode-theme-variation( $fill-mode, base, neutral, $ui-states )
198
+ k-generate-fill-mode-theme-variation( $fill-mode, base, neutral, $ui-states )
199
199
  );
200
200
  }
201
201
 
@@ -204,7 +204,7 @@ $kendo-chip-theme-colors: () !default;
204
204
  @each $brand-color in $kendo-chip-brand-colors {
205
205
  $kendo-chip-theme-colors: map.deep-merge(
206
206
  $kendo-chip-theme-colors,
207
- generate-fill-mode-theme-variation( $fill-mode, $brand-color, $brand-color, $ui-states )
207
+ k-generate-fill-mode-theme-variation( $fill-mode, $brand-color, $brand-color, $ui-states )
208
208
  )
209
209
  }
210
210
  }
@@ -213,7 +213,7 @@ $kendo-chip-theme-colors: () !default;
213
213
  @each $fill-mode, $ui-states in $_tc-warning-matrix {
214
214
  $kendo-chip-theme-colors: map.deep-merge(
215
215
  $kendo-chip-theme-colors,
216
- generate-fill-mode-theme-variation( $fill-mode, warning, warning, $ui-states )
216
+ k-generate-fill-mode-theme-variation( $fill-mode, warning, warning, $ui-states )
217
217
  );
218
218
  }
219
219
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  /// Border radius of the color preview.
4
4
  /// @group color-preview
5
- $kendo-color-preview-border-radius: var( --kendo-border-radius-md, 0 ) !default;
5
+ $kendo-color-preview-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
6
6
  /// Border width of the color preview.
7
7
  /// @group color-preview
8
8
  $kendo-color-preview-border-width: 1px !default;
@@ -14,17 +14,17 @@ $kendo-color-preview-bg: transparent !default;
14
14
  $kendo-color-preview-text: inherit !default;
15
15
  /// Border color of the color preview.
16
16
  /// @group color-preview
17
- $kendo-color-preview-border: get-theme-color-var( neutral-60 ) !default;
17
+ $kendo-color-preview-border: k-get-theme-color-var( neutral-60 ) !default;
18
18
  /// Hover Border color of the color preview.
19
19
  /// @group color-preview
20
- $kendo-color-preview-hover-border: get-theme-color-var( neutral-60 ) !default;
20
+ $kendo-color-preview-hover-border: k-get-theme-color-var( neutral-60 ) !default;
21
21
 
22
22
  /// Background color of the color preview when no color is selected.
23
23
  /// @group color-preview
24
24
  $kendo-color-preview-no-color-bg: $kendo-color-white !default;
25
25
  /// Text color of the color preview when no color is selected.
26
26
  /// @group color-preview
27
- $kendo-color-preview-no-color-text: get-theme-color( error, 190 ) !default;
27
+ $kendo-color-preview-no-color-text: k-get-theme-color( error, 190 ) !default;
28
28
  /// Border color of the color preview when no color is selected.
29
29
  /// @group color-preview
30
30
  $kendo-color-preview-no-color-border: currentColor !default;
@@ -2,92 +2,91 @@
2
2
  @use "sass:math";
3
3
  @use "../core/" as *;
4
4
 
5
- /// Spacer of the color editor.
5
+ /// The spacer of the ColorEditor.
6
6
  /// @group coloreditor
7
7
  $kendo-color-editor-spacer: map.get( $kendo-spacing, 2 ) !default;
8
8
 
9
- /// Min width of the color editor.
9
+ /// The minimum width of the ColorEditor.
10
10
  /// @group coloreditor
11
11
  $kendo-color-editor-min-width: 260px !default;
12
- /// Border width of the color editor.
12
+ /// The width of the border around the ColorEditor.
13
13
  /// @group coloreditor
14
14
  $kendo-color-editor-border-width: 1px !default;
15
- /// Border radius of the color editor.
15
+ /// The border radius of the ColorEditor.
16
16
  /// @group coloreditor
17
- $kendo-color-editor-border-radius: var( --kendo-border-radius-md, 0 ) !default;
18
- /// Font family of the color editor.
17
+ $kendo-color-editor-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
18
+ /// The font family of the ColorEditor.
19
19
  /// @group coloreditor
20
20
  $kendo-color-editor-font-family: var( --kendo-font-family, inherit ) !default;
21
- /// Font size of the color editor.
21
+ /// The font size of the ColorEditor.
22
22
  /// @group coloreditor
23
23
  $kendo-color-editor-font-size: var( --kendo-font-size, inherit ) !default;
24
- /// Line height of the color editor.
24
+ /// The line height of the ColorEditor.
25
25
  /// @group coloreditor
26
26
  $kendo-color-editor-line-height: var( --kendo-line-height, normal ) !default;
27
- /// Background color of the color editor.
28
- /// @group coloreditor
29
- $kendo-color-editor-bg: var( --kendo-component-bg, initial ) !default;
30
- /// Text color of the color editor.
27
+ /// The text color of the ColorEditor.
31
28
  /// @group coloreditor
32
29
  $kendo-color-editor-text: var( --kendo-component-text, initial ) !default;
33
- /// Border color of the color editor.
30
+ /// The background color of the ColorEditor.
31
+ /// @group coloreditor
32
+ $kendo-color-editor-bg: var( --kendo-component-bg, initial ) !default;
33
+ /// The border color of the ColorEditor.
34
34
  /// @group coloreditor
35
35
  $kendo-color-editor-border: var( --kendo-component-border, initial ) !default;
36
- /// Shadow of the color editor.
36
+ /// The box shadow of the ColorEditor.
37
37
  /// @group coloreditor
38
38
  $kendo-color-editor-shadow: var( --kendo-box-shadow-depth-2, none ) !default;
39
39
 
40
- /// Focus border color of the color editor.
40
+ /// The border color of the focused ColorEditor.
41
41
  /// @group coloreditor
42
- $kendo-color-editor-focus-border: get-theme-color-var( neutral-20 ) !default;
43
- /// Focus shadow of the color editor.
42
+ $kendo-color-editor-focus-border: k-get-theme-color-var( neutral-20 ) !default;
43
+ /// The box shadow of the focused ColorEditor.
44
44
  /// @group coloreditor
45
45
  $kendo-color-editor-focus-shadow: var( --kendo-box-shadow-depth-3, none ) !default;
46
46
 
47
- /// Horizontal padding of the color editor header.
47
+ /// The vertical padding of the ColorEditor header.
48
48
  /// @group coloreditor
49
49
  $kendo-color-editor-header-padding-y: $kendo-color-editor-spacer !default;
50
- /// Vertical padding of the color editor header.
50
+ /// The horizontal padding of the ColorEditor header.
51
51
  /// @group coloreditor
52
52
  $kendo-color-editor-header-padding-x: $kendo-color-editor-header-padding-y !default;
53
- /// Spacing of the color editor header.
53
+ /// The spacing between the ColorEditor header actions.
54
54
  /// @group coloreditor
55
55
  $kendo-color-editor-header-actions-spacing: math.div( $kendo-color-editor-spacer, 2 ) !default;
56
56
 
57
- /// Width of the color editor preview.
57
+ /// The width of the ColorEditor preview.
58
58
  /// @group coloreditor
59
59
  $kendo-color-editor-color-preview-width: 34px !default;
60
- /// Height of the color editor preview.
60
+ /// The height of the ColorEditor preview.
61
61
  /// @group coloreditor
62
62
  $kendo-color-editor-color-preview-height: 14px !default;
63
-
64
- /// Spacing between the colors in the color editor preview.
63
+ /// The spacing between the colors in the ColorEditor preview.
65
64
  /// @group coloreditor
66
65
  $kendo-color-editor-preview-spacing: map.get( $kendo-spacing, 1 ) !default;
67
66
 
68
- /// Horizontal padding of the color editor views container.
67
+ /// The vertical padding of the ColorEditor views container.
69
68
  /// @group coloreditor
70
69
  $kendo-color-editor-views-padding-y: $kendo-color-editor-spacer !default;
71
- /// Vertical padding of the color editor views container.
70
+ /// The horizontal padding of the ColorEditor views container.
72
71
  /// @group coloreditor
73
72
  $kendo-color-editor-views-padding-x: $kendo-color-editor-views-padding-y !default;
74
- /// Spacing of the color editor views container.
73
+ /// The spacing of the ColorEditor views container.
75
74
  /// @group coloreditor
76
75
  $kendo-color-editor-views-spacing: $kendo-color-editor-spacer !default;
77
76
 
78
- /// Horizontal padding of the color editor footer.
77
+ /// The vertical padding of the ColorEditor footer.
79
78
  /// @group coloreditor
80
79
  $kendo-color-editor-footer-padding-y: map.get( $kendo-spacing, 2 ) !default;
81
- /// Vertical padding of the color editor footer.
80
+ /// The horizontal padding of the ColorEditor footer.
82
81
  /// @group coloreditor
83
82
  $kendo-color-editor-footer-padding-x: map.get( $kendo-spacing, 2 ) !default;
84
83
 
85
- /// The color of the focused colorgradient.
84
+ /// The outline color of the focused ColorGradient.
86
85
  /// @group coloreditor
87
86
  $kendo-color-editor-color-gradient-focus-outline-color: rgba(0, 0, 0, 0.3) !default;
88
- /// The outline of the focused colorgradient.
87
+ /// The outline width of the focused ColorGradient.
89
88
  /// @group coloreditor
90
89
  $kendo-color-editor-color-gradient-focus-outline: 2px !default;
91
- /// The outline offset of the focused colorgradient.
90
+ /// The outline offset of the focused ColorGradient.
92
91
  /// @group coloreditor
93
92
  $kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
@@ -2,151 +2,151 @@
2
2
  @use "sass:math";
3
3
  @use "../core/" as *;
4
4
 
5
- /// Spacer of the color gradient.
5
+ /// The spacer of the ColorGradient.
6
6
  /// @group cologradient
7
7
  $kendo-color-gradient-spacer: map.get( $kendo-spacing, 4 ) !default;
8
8
 
9
- /// Default width of the color gradient.
9
+ /// The width of the ColorGradient.
10
10
  /// @group cologradient
11
11
  $kendo-color-gradient-width: 260px !default;
12
- /// Border width of the color gradient.
12
+ /// The width of the border around the ColorGradient.
13
13
  /// @group cologradient
14
14
  $kendo-color-gradient-border-width: 1px !default;
15
- /// Border radius of the color gradient.
15
+ /// The border radius of the ColorGradient.
16
16
  /// @group cologradient
17
- $kendo-color-gradient-border-radius: var( --kendo-border-radius-md, 0 ) !default;
18
- /// Vertical padding of the color gradient.
17
+ $kendo-color-gradient-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
18
+ /// The vertical padding of the ColorGradient.
19
19
  /// @group cologradient
20
20
  $kendo-color-gradient-padding-y: $kendo-color-gradient-spacer !default;
21
- /// Horizontal padding of the color gradient.
21
+ /// The horizontal padding of the ColorGradient.
22
22
  /// @group cologradient
23
23
  $kendo-color-gradient-padding-x: math.div( $kendo-color-gradient-spacer, 2 ) !default;
24
- /// Spacing of the color gradient.
24
+ /// The spacing between the sections of the ColorGradient.
25
25
  /// @group cologradient
26
26
  $kendo-color-gradient-spacing: $kendo-color-gradient-spacer !default;
27
- /// Font family of the color gradient.
27
+ /// The font family of the ColorGradient.
28
28
  /// @group cologradient
29
29
  $kendo-color-gradient-font-family: var( --kendo-font-family, inherit ) !default;
30
- /// Font size of the color gradient.
30
+ /// The font size of the ColorGradient.
31
31
  /// @group cologradient
32
32
  $kendo-color-gradient-font-size: var( --kendo-font-size, inherit ) !default;
33
- /// Line height of the color gradient.
33
+ /// The line height of the ColorGradient.
34
34
  /// @group cologradient
35
35
  $kendo-color-gradient-line-height: var( --kendo-line-height, normal ) !default;
36
36
 
37
- /// Background color of the color gradient.
38
- /// @group cologradient
39
- $kendo-color-gradient-bg: var( --kendo-component-bg, initial ) !default;
40
- /// Text color of the color gradient.
37
+ /// The text color of the ColorGradient.
41
38
  /// @group cologradient
42
39
  $kendo-color-gradient-text: var( --kendo-component-text, initial ) !default;
43
- /// Border color of the color gradient.
40
+ /// The background color of the ColorGradient.
41
+ /// @group cologradient
42
+ $kendo-color-gradient-bg: var( --kendo-component-bg, initial ) !default;
43
+ /// The border color of the ColorGradient.
44
44
  /// @group cologradient
45
45
  $kendo-color-gradient-border: var( --kendo-component-border, initial ) !default;
46
- /// Shadow of the color gradient.
46
+ /// The box shadow of the ColorGradient.
47
47
  /// @group cologradient
48
48
  $kendo-color-gradient-shadow: var( --kendo-box-shadow-depth-2, none ) !default;
49
49
 
50
- /// Focus border of the color gradient.
50
+ /// The border color of the focused ColorGradient.
51
51
  /// @group cologradient
52
- $kendo-color-gradient-focus-border: get-theme-color-var( neutral-20 ) !default;
53
- /// Focus shadow of the color gradient.
52
+ $kendo-color-gradient-focus-border: k-get-theme-color-var( neutral-20 ) !default;
53
+ /// The box shadow of the focused ColorGradient.
54
54
  /// @group cologradient
55
55
  $kendo-color-gradient-focus-shadow: var( --kendo-box-shadow-depth-3, none ) !default;
56
56
 
57
- /// Border radius of the color gradient canvas.
58
- /// @group cologradient
59
- $kendo-color-gradient-canvas-border-radius: var( --kendo-border-radius-md, 0 ) !default;
60
- /// Border width of the color gradient canvas.
57
+ /// The width of the border around the ColorGradient canvas.
61
58
  /// @group cologradient
62
59
  $kendo-color-gradient-canvas-border-width: 0 !default;
63
- /// Spacing of the color gradient canvas.
60
+ /// The border radius of the ColorGradient canvas.
61
+ /// @group cologradient
62
+ $kendo-color-gradient-canvas-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
63
+ /// The spacing between the items of the ColorGradient canvas.
64
64
  /// @group cologradient
65
65
  $kendo-color-gradient-canvas-spacing: math.div( $kendo-color-gradient-spacer, 2 ) !default;
66
- /// Height the color gradient canvas hsv rectangle.
66
+ /// The height the ColorGradient canvas hsv rectangle.
67
67
  /// @group cologradient
68
68
  $kendo-color-gradient-canvas-rectangle-height: 180px !default;
69
- /// Border color of the color gradient canvas hsv rectangle.
69
+ /// The border color of the ColorGradient canvas hsv rectangle.
70
70
  /// @group cologradient
71
- $kendo-color-gradient-canvas-rectangle-border: get-theme-color-var( neutral-30 ) !default;
72
- /// Shadow of the color gradient canvas draghandle.
71
+ $kendo-color-gradient-canvas-rectangle-border: k-get-theme-color-var( neutral-30 ) !default;
72
+ /// The box shadow of the ColorGradient canvas drag handle.
73
73
  /// @group cologradient
74
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
- /// Default input width of the color gradient.
77
- /// @group cologradient
78
- $kendo-color-gradient-input-width: 48px !default;
79
- /// Input spacing of the color gradient.
80
- /// @group cologradient
81
- $kendo-color-gradient-input-spacing: math.div( $kendo-color-gradient-spacer, 4 ) !default;
82
- /// Input label font size of the color gradient.
83
- /// @group cologradient
84
- $kendo-color-gradient-input-label-font-size: var( --kendo-font-size-sm, inherit ) !default;
85
- /// Input label spacing of the color gradient.
86
- /// @group cologradient
87
- $kendo-color-gradient-input-label-spacing: math.div( $kendo-color-gradient-spacer, 4 ) !default;
88
- /// Input label text color of the color gradient.
89
- /// @group cologradient
90
- $kendo-color-gradient-input-label-text: var( --kendo-subtle-text, inherit ) !default;
91
-
92
- /// Font weight of the color gradient contrast ratio text.
93
- /// @group cologradient
94
- $kendo-color-gradient-contrast-ratio-font-weight: var( --kendo-font-weight-bold, normal ) !default;
95
- /// Spacing of the color gradient contrast tool.
96
- /// @group cologradient
97
- $kendo-color-gradient-contrast-spacing: math.div( $kendo-color-gradient-spacer, 1.5 ) !default;
98
-
99
- /// The size of the color gradient slider.
76
+ /// The width of the ColorGradient slider.
100
77
  /// @group cologradient
101
78
  $kendo-color-gradient-slider-track-size: 20px !default;
102
- /// Border radius of the color gradient slider.
79
+ /// The border radius of the ColorGradient slider.
103
80
  /// @group cologradient
104
- $kendo-color-gradient-slider-border-radius: var( --kendo-border-radius-md, 0 ) !default;
105
- /// Border width of the color gradient slider.
81
+ $kendo-color-gradient-slider-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
82
+ /// The width of the border around the ColorGradient slider.
106
83
  /// @group cologradient
107
84
  $kendo-color-gradient-slider-border-width: 1px !default;
108
- /// Border color of the color gradient slider.
85
+ /// The color of the border around the ColorGradient slider.
109
86
  /// @group cologradient
110
- $kendo-color-gradient-slider-border: get-theme-color-var( neutral-30 ) !default;
87
+ $kendo-color-gradient-slider-border: k-get-theme-color-var( neutral-30 ) !default;
111
88
 
112
- /// Height of the color gradient vertical slider.
89
+ /// The height of the ColorGradient vertical slider.
113
90
  /// @group cologradient
114
91
  $kendo-color-gradient-slider-vertical-size: 180px !default;
115
- /// Width of the color gradient horizontal slider.
92
+ /// The width of the ColorGradient horizontal slider.
116
93
  /// @group cologradient
117
94
  $kendo-color-gradient-slider-horizontal-size: 100% !default;
118
- /// Background image of the color gradient alpha slider.
95
+ /// The background image of the ColorGradient alpha slider.
119
96
  /// @group cologradient
120
97
  $kendo-color-gradient-slider-alpha-bgr: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC" !default;
121
98
 
122
- /// Width of the color gradient draghandle.
99
+ /// The width of the ColorGradient canvas drag handle.
123
100
  /// @group cologradient
124
101
  $kendo-color-gradient-draghandle-width: 20px !default;
125
- /// Height of the color gradient draghandle.
102
+ /// The height of the ColorGradient canvas drag handle.
126
103
  /// @group cologradient
127
104
  $kendo-color-gradient-draghandle-height: 20px !default;
128
- /// Border width of the color gradient draghandle.
105
+ /// The width of the border around the ColorGradient canvas drag handle.
129
106
  /// @group cologradient
130
107
  $kendo-color-gradient-draghandle-border-width: 1px !default;
131
- /// Border color of the color gradient draghandle.
108
+ /// The color of the border around the ColorGradient canvas drag handle.
132
109
  /// @group cologradient
133
- $kendo-color-gradient-draghandle-border: get-theme-color-var( neutral-110 ) !default;
134
- /// Shadow of the color gradient draghandle.
110
+ $kendo-color-gradient-draghandle-border: k-get-theme-color-var( neutral-110 ) !default;
111
+ /// The box shadow of the ColorGradient canvas drag handle.
135
112
  /// @group cologradient
136
113
  $kendo-color-gradient-draghandle-shadow: var( --kendo-box-shadow-depth-2, none ) !default;
137
- /// Focus shadow of the color gradient draghandle.
114
+ /// The color of the border around the focused ColorGradient canvas drag handle.
138
115
  /// @group cologradient
139
- $kendo-color-gradient-draghandle-focus-shadow: $kendo-color-gradient-draghandle-shadow !default;
140
- /// Focus border color of the color gradient draghandle.
116
+ $kendo-color-gradient-draghandle-focus-border: k-get-theme-color-var( neutral-160 ) !default;
117
+ /// The box shadow of the focused ColorGradient canvas drag handle.
141
118
  /// @group cologradient
142
- $kendo-color-gradient-draghandle-focus-border: get-theme-color-var( neutral-160 ) !default;
143
- /// Hover shadow of the color gradient draghandle.
119
+ $kendo-color-gradient-draghandle-focus-shadow: $kendo-color-gradient-draghandle-shadow !default;
120
+ /// The box shadow of the hovered ColorGradient canvas drag handle.
144
121
  /// @group cologradient
145
122
  $kendo-color-gradient-draghandle-hover-shadow: $kendo-color-gradient-draghandle-focus-shadow !default;
146
123
 
147
- /// Vertical offset of the color gradient canvas draghandle.
124
+ /// The vertical offset of the ColorGradient canvas drag handle.
148
125
  /// @group cologradient
149
126
  $kendo-color-gradient-canvas-draghandle-offset-y: ( -1 * math.div( $kendo-color-gradient-draghandle-height, 2 ) ) !default;
150
- /// Horizontal offset of the color gradient canvas draghandle.
127
+ /// The horizontal offset of the ColorGradient canvas drag handle.
151
128
  /// @group cologradient
152
129
  $kendo-color-gradient-canvas-draghandle-offset-x: ( -1 * math.div( $kendo-color-gradient-draghandle-width, 2 ) ) !default;
130
+
131
+ /// The width of the ColorGradient input.
132
+ /// @group cologradient
133
+ $kendo-color-gradient-input-width: 48px !default;
134
+ /// The spacing between the ColorGradient inputs.
135
+ /// @group cologradient
136
+ $kendo-color-gradient-input-spacing: math.div( $kendo-color-gradient-spacer, 4 ) !default;
137
+ /// The font size of the ColorGradient input labels.
138
+ /// @group cologradient
139
+ $kendo-color-gradient-input-label-font-size: var( --kendo-font-size-sm, inherit ) !default;
140
+ /// The spacing between the ColorGradient inputs and their labels.
141
+ /// @group cologradient
142
+ $kendo-color-gradient-input-label-spacing: math.div( $kendo-color-gradient-spacer, 4 ) !default;
143
+ /// The text color of the ColorGradient input labels.
144
+ /// @group cologradient
145
+ $kendo-color-gradient-input-label-text: var( --kendo-subtle-text, inherit ) !default;
146
+
147
+ /// The font weight of the ColorGradient contrast ratio text.
148
+ /// @group cologradient
149
+ $kendo-color-gradient-contrast-ratio-font-weight: var( --kendo-font-weight-bold, normal ) !default;
150
+ /// The spacing between the items in the ColorGradient contrast tool.
151
+ /// @group cologradient
152
+ $kendo-color-gradient-contrast-spacing: math.div( $kendo-color-gradient-spacer, 1.5 ) !default;
@@ -1,49 +1,49 @@
1
1
  @use "sass:map";
2
2
  @use "../core/" as *;
3
3
 
4
- /// Font family of the color palette.
4
+ /// The font family of the ColorPalette.
5
5
  /// @group colorpalette
6
6
  $kendo-color-palette-font-family: var( --kendo-font-family, inherit ) !default;
7
- /// Font size of the color palette.
7
+ /// The font size of the ColorPalette.
8
8
  /// @group colorpalette
9
9
  $kendo-color-palette-font-size: var( --kendo-font-size, inherit ) !default;
10
- /// Line height of the color palette.
10
+ /// The line height of the ColorPalette.
11
11
  /// @group colorpalette
12
12
  $kendo-color-palette-line-height: 0 !default;
13
13
 
14
- /// Outline width of the color palette tile.
14
+ /// The outline width of the ColorPalette tile.
15
15
  /// @group colorpalette
16
16
  $kendo-color-palette-tile-outline-width: 1px !default;
17
- /// Outline style of the color palette tile.
17
+ /// The outline style of the ColorPalette tile.
18
18
  /// @group colorpalette
19
19
  $kendo-color-palette-tile-outline-style: solid !default;
20
- /// Outline color of the color palette tile.
20
+ /// The outline color of the ColorPalette tile.
21
21
  /// @group colorpalette
22
22
  $kendo-color-palette-tile-outline: transparent !default;
23
- /// Width of the color palette tile.
23
+ /// The width of the ColorPalette tile.
24
24
  /// @group colorpalette
25
25
  $kendo-color-palette-tile-width: map.get( $kendo-spacing, 6 ) !default;
26
- /// Height of the color palette tile.
26
+ /// The height of the ColorPalette tile.
27
27
  /// @group colorpalette
28
28
  $kendo-color-palette-tile-height: $kendo-color-palette-tile-width !default;
29
- /// Focus outline color of the color palette tile.
29
+ /// The outline color of the ColorPalette focused tile.
30
30
  /// @group colorpalette
31
- $kendo-color-palette-tile-focus-outline: get-theme-color-var( neutral-130 ) !default;
32
- /// Focus shadow of the color palette tile.
31
+ $kendo-color-palette-tile-focus-outline: k-get-theme-color-var( neutral-130 ) !default;
32
+ /// The shadow of the ColorPalette focused tile.
33
33
  /// @group colorpalette
34
34
  $kendo-color-palette-tile-focus-shadow: inset 0 0 0 2px $kendo-color-white !default;
35
- /// Hover outline color of the color palette tile.
35
+ /// The outline color of the ColorPalette hovered tile.
36
36
  /// @group colorpalette
37
- $kendo-color-palette-tile-hover-outline: get-theme-color-var( neutral-20 ) !default;
38
- /// Hover shadow of the color palette tile.
37
+ $kendo-color-palette-tile-hover-outline: k-get-theme-color-var( neutral-20 ) !default;
38
+ /// The shadow of the ColorPalette hovered tile.
39
39
  /// @group colorpalette
40
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
- /// Selected outline color of the color palette tile.
41
+ /// The outline color of the ColorPalette selected tile.
42
42
  /// @group colorpalette
43
43
  $kendo-color-palette-tile-selected-outline: $kendo-color-palette-tile-hover-outline !default;
44
- /// Selected shadow of the color palette tile.
44
+ /// The shadow of the ColorPalette selected tile.
45
45
  /// @group colorpalette
46
46
  $kendo-color-palette-tile-selected-shadow: $kendo-color-palette-tile-hover-shadow !default;
47
- /// Selected hover outline color of the color palette tile.
47
+ /// The outline color of the ColorPalette selected hover tile.
48
48
  /// @group colorpalette
49
49
  $kendo-color-palette-tile-selected-hover-outline: $kendo-color-palette-tile-focus-outline !default;
@@ -1,24 +1,19 @@
1
1
  @use "sass:map";
2
2
 
3
- // Functions
4
- @forward "./functions";
3
+ // Palettes
4
+ @use "./color-system/palettes" as *;
5
5
 
6
6
  // Variables
7
+ @use "./variables" as *;
7
8
  @forward "./variables";
8
9
 
9
- // Mixins
10
- @forward "./mixins";
11
-
12
- // Color System
13
- @forward "./color-system";
10
+ @forward "@progress/kendo-theme-core/scss/index.import.scss" with (
11
+ $kendo-palettes: $kendo-fluent-palettes
12
+ );
14
13
 
15
14
  // Helpers
16
15
  @use "./helpers";
17
16
 
18
- // Common styles
19
- @use "./layout";
20
- @use "./theme";
21
-
22
17
  // Module System
23
18
  @use "./module-system/" as module;
24
19