@progress/kendo-theme-classic 12.3.1-dev.9 → 13.0.0-dev.0

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 (78) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green.css +1 -1
  4. package/dist/classic-lavender-dark.css +1 -1
  5. package/dist/classic-lavender.css +1 -1
  6. package/dist/classic-main-dark.css +1 -1
  7. package/dist/classic-main.css +1 -1
  8. package/dist/classic-metro-dark.css +1 -1
  9. package/dist/classic-metro.css +1 -1
  10. package/dist/classic-moonlight.css +1 -1
  11. package/dist/classic-opal-dark.css +1 -1
  12. package/dist/classic-opal.css +1 -1
  13. package/dist/classic-silver-dark.css +1 -1
  14. package/dist/classic-silver.css +1 -1
  15. package/dist/classic-uniform.css +1 -1
  16. package/dist/meta/sassdoc-data.json +20456 -15782
  17. package/dist/meta/sassdoc-raw-data.json +9898 -7606
  18. package/dist/meta/variables.json +715 -465
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +5 -5
  34. package/scss/appbar/_variables.scss +6 -16
  35. package/scss/avatar/_variables.scss +37 -23
  36. package/scss/badge/_variables.scss +22 -43
  37. package/scss/bottom-navigation/_variables.scss +12 -17
  38. package/scss/breadcrumb/_variables.scss +6 -30
  39. package/scss/button/_variables.scss +22 -41
  40. package/scss/calendar/_variables.scss +9 -31
  41. package/scss/card/_variables.scss +7 -17
  42. package/scss/checkbox/_variables.scss +13 -23
  43. package/scss/chip/_variables.scss +38 -50
  44. package/scss/coloreditor/_variables.scss +9 -39
  45. package/scss/colorgradient/_variables.scss +12 -42
  46. package/scss/colorpalette/_variables.scss +7 -19
  47. package/scss/column-menu/_variables.scss +6 -25
  48. package/scss/datetimepicker/_variables.scss +6 -16
  49. package/scss/dialog/_variables.scss +7 -10
  50. package/scss/fab/_variables.scss +21 -34
  51. package/scss/floating-label/_variables.scss +2 -2
  52. package/scss/forms/_variables.scss +7 -17
  53. package/scss/grid/_variables.scss +7 -42
  54. package/scss/icons/_variables.scss +6 -0
  55. package/scss/input/_variables.scss +36 -34
  56. package/scss/list/_variables.scss +6 -73
  57. package/scss/loader/_variables.scss +13 -17
  58. package/scss/menu/_variables.scss +6 -0
  59. package/scss/messagebox/_variables.scss +8 -17
  60. package/scss/notification/_functions.scss +3 -3
  61. package/scss/notification/_variables.scss +6 -13
  62. package/scss/otp/_variables.scss +1 -22
  63. package/scss/overlay/_variables.scss +5 -17
  64. package/scss/pager/_variables.scss +7 -26
  65. package/scss/radio/_variables.scss +6 -22
  66. package/scss/signature/_variables.scss +0 -21
  67. package/scss/split-button/_variables.scss +2 -2
  68. package/scss/spreadsheet/_variables.scss +1 -1
  69. package/scss/suggestion/_variables.scss +4 -45
  70. package/scss/switch/_variables.scss +101 -7
  71. package/scss/table/_variables.scss +6 -25
  72. package/scss/tabstrip/_variables.scss +6 -25
  73. package/scss/timeselector/_variables.scss +24 -42
  74. package/scss/toolbar/_variables.scss +15 -26
  75. package/scss/tooltip/_functions.scss +3 -3
  76. package/scss/tooltip/_variables.scss +1 -13
  77. package/scss/treeview/_variables.scss +8 -33
  78. package/scss/window/_variables.scss +12 -19
@@ -4,6 +4,15 @@
4
4
 
5
5
  // Toolbar
6
6
 
7
+ /// The default fill mode of the Toolbar.
8
+ /// @group toolbar
9
+ /// @role default
10
+ $kendo-toolbar-default-fill-mode: "solid" !default;
11
+ /// The default size of the Toolbar.
12
+ /// @group toolbar
13
+ /// @role default
14
+ $kendo-toolbar-default-size: "md" !default;
15
+
7
16
  /// The horizontal padding of the small Toolbar.
8
17
  /// @group toolbar
9
18
  $kendo-toolbar-sm-padding-x: k-spacing(1) !default;
@@ -137,31 +146,9 @@ $kendo-toolbar-overflow-button-padding-y: $kendo-menu-popup-md-item-padding-y !d
137
146
  /// @group toolbar
138
147
  $kendo-toolbar-overflow-button-padding-x: $kendo-menu-popup-md-item-padding-x !default;
139
148
 
140
- /// The sizes map for the Toolbar.
141
- /// @group toolbar
142
- $kendo-toolbar-sizes: (
143
- sm: (
144
- padding-x: $kendo-toolbar-sm-padding-x,
145
- padding-y: $kendo-toolbar-sm-padding-y,
146
- spacing: $kendo-toolbar-sm-spacing,
147
- separator-height: $kendo-toolbar-sm-separator-height
148
- ),
149
- md: (
150
- padding-x: $kendo-toolbar-md-padding-x,
151
- padding-y: $kendo-toolbar-md-padding-y,
152
- spacing: $kendo-toolbar-md-spacing,
153
- separator-height: $kendo-toolbar-md-separator-height
154
- ),
155
- lg: (
156
- padding-x: $kendo-toolbar-lg-padding-x,
157
- padding-y: $kendo-toolbar-lg-padding-y,
158
- spacing: $kendo-toolbar-lg-spacing,
159
- separator-height: $kendo-toolbar-lg-separator-height
160
- )
161
- ) !default;
162
-
163
-
164
149
  @forward "@progress/kendo-theme-core/scss/components/toolbar/_variables.scss" with (
150
+ $kendo-toolbar-default-fill-mode: $kendo-toolbar-default-fill-mode,
151
+ $kendo-toolbar-default-size: $kendo-toolbar-default-size,
165
152
  $kendo-toolbar-sm-padding-x: $kendo-toolbar-sm-padding-x,
166
153
  $kendo-toolbar-md-padding-x: $kendo-toolbar-md-padding-x,
167
154
  $kendo-toolbar-lg-padding-x: $kendo-toolbar-lg-padding-x,
@@ -172,6 +159,9 @@ $kendo-toolbar-sizes: (
172
159
  $kendo-toolbar-md-spacing: $kendo-toolbar-md-spacing,
173
160
  $kendo-toolbar-lg-spacing: $kendo-toolbar-lg-spacing,
174
161
  $kendo-toolbar-separator-height: $kendo-toolbar-separator-height,
162
+ $kendo-toolbar-sm-separator-height: $kendo-toolbar-sm-separator-height,
163
+ $kendo-toolbar-md-separator-height: $kendo-toolbar-md-separator-height,
164
+ $kendo-toolbar-lg-separator-height: $kendo-toolbar-lg-separator-height,
175
165
  $kendo-toolbar-border-width: $kendo-toolbar-border-width,
176
166
  $kendo-toolbar-font-family: $kendo-toolbar-font-family,
177
167
  $kendo-toolbar-font-size: $kendo-toolbar-font-size,
@@ -197,6 +187,5 @@ $kendo-toolbar-sizes: (
197
187
  $kendo-toolbar-overflow-container-font-size: $kendo-toolbar-overflow-container-font-size,
198
188
  $kendo-toolbar-overflow-container-line-height: $kendo-toolbar-overflow-container-line-height,
199
189
  $kendo-toolbar-overflow-button-padding-y: $kendo-toolbar-overflow-button-padding-y,
200
- $kendo-toolbar-overflow-button-padding-x: $kendo-toolbar-overflow-button-padding-x,
201
- $kendo-toolbar-sizes: $kendo-toolbar-sizes
190
+ $kendo-toolbar-overflow-button-padding-x: $kendo-toolbar-overflow-button-padding-x
202
191
  );
@@ -5,11 +5,11 @@
5
5
  @function tooltip-theme( $colors ) {
6
6
  $_theme: ();
7
7
 
8
- @each $name, $color in $colors {
8
+ @each $name in $colors {
9
9
  $_theme: map.merge(( $name: (
10
10
  color: k-color(on-#{$name}),
11
- background-color: $color,
12
- border: $color,
11
+ background-color: k-color(#{$name}),
12
+ border: k-color(#{$name}),
13
13
  )), $_theme );
14
14
  }
15
15
 
@@ -54,18 +54,7 @@ $kendo-tooltip-shadow: k-elevation(2) !default;
54
54
 
55
55
  /// The theme colors map for the Tooltip.
56
56
  /// @group tooltip
57
- $kendo-tooltip-theme-colors: (
58
- "primary": k-color(primary),
59
- "secondary": k-color(secondary),
60
- "tertiary": k-color(tertiary),
61
- "info": k-color(info),
62
- "success": k-color(success),
63
- "warning": k-color(warning),
64
- "error": k-color(error),
65
- "dark": k-color(dark),
66
- "light": k-color(light),
67
- "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
68
- ) !default;
57
+ $kendo-tooltip-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "dark", "light", "inverse") !default;
69
58
  /// The generated theme colors map for the Tooltip.
70
59
  /// @group tooltip
71
60
  $kendo-tooltip-theme: tooltip-theme( $kendo-tooltip-theme-colors ) !default;
@@ -86,6 +75,5 @@ $kendo-tooltip-theme: tooltip-theme( $kendo-tooltip-theme-colors ) !default;
86
75
  $kendo-tooltip-text: $kendo-tooltip-text,
87
76
  $kendo-tooltip-border: $kendo-tooltip-border,
88
77
  $kendo-tooltip-shadow: $kendo-tooltip-shadow,
89
- $kendo-tooltip-theme-colors: $kendo-tooltip-theme-colors,
90
78
  $kendo-tooltip-theme: $kendo-tooltip-theme
91
79
  );
@@ -2,12 +2,17 @@
2
2
 
3
3
  // TreeView
4
4
 
5
+ /// The default size of the TreeView.
6
+ /// @group treeview
7
+ /// @role default
8
+ $kendo-treeview-default-size: "md" !default;
9
+
5
10
  /// The font family of the TreeView.
6
11
  /// @group treeview
7
12
  $kendo-treeview-font-family: var( --kendo-font-family, inherit ) !default;
8
13
  /// The font size of the TreeView.
9
14
  /// @group treeview
10
- $kendo-treeview-font-size: var( --kendo-font-size, inherit ) !default;
15
+ $kendo-treeview-font-size: null !default;
11
16
  /// The font size of the small TreeView.
12
17
  /// @group treeview
13
18
  $kendo-treeview-sm-font-size: var( --kendo-font-size, inherit ) !default;
@@ -19,7 +24,7 @@ $kendo-treeview-md-font-size: var( --kendo-font-size, inherit ) !default;
19
24
  $kendo-treeview-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
20
25
  /// The line height of the TreeView.
21
26
  /// @group treeview
22
- $kendo-treeview-line-height: var( --kendo-line-height, normal ) !default;
27
+ $kendo-treeview-line-height: null !default;
23
28
  /// The line height of the small TreeView.
24
29
  /// @group treeview
25
30
  $kendo-treeview-sm-line-height: var( --kendo-line-height, normal ) !default;
@@ -78,36 +83,6 @@ $kendo-treeview-md-checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y !de
78
83
  $kendo-treeview-lg-checkbox-padding-y: null !default;
79
84
 
80
85
 
81
- /// The sizes map of the TreeView.
82
- /// @group treeview
83
- $kendo-treeview-sizes: (
84
- sm: (
85
- font-size: $kendo-treeview-sm-font-size,
86
- line-height: $kendo-treeview-sm-line-height,
87
- item-padding-x: $kendo-treeview-sm-item-padding-x,
88
- item-padding-y: $kendo-treeview-sm-item-padding-y,
89
- checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x,
90
- checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y
91
- ),
92
- md: (
93
- font-size: $kendo-treeview-md-font-size,
94
- line-height: $kendo-treeview-md-line-height,
95
- item-padding-x: $kendo-treeview-md-item-padding-x,
96
- item-padding-y: $kendo-treeview-md-item-padding-y,
97
- checkbox-padding-x: $kendo-treeview-md-checkbox-padding-x,
98
- checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y
99
- ),
100
- lg: (
101
- font-size: $kendo-treeview-lg-font-size,
102
- line-height: $kendo-treeview-lg-line-height,
103
- item-padding-x: $kendo-treeview-lg-item-padding-x,
104
- item-padding-y: $kendo-treeview-lg-item-padding-y,
105
- checkbox-padding-x: $kendo-treeview-lg-checkbox-padding-x,
106
- checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y
107
- )
108
- ) !default;
109
-
110
-
111
86
  /// The background color of the TreeView.
112
87
  /// @group treeview
113
88
  $kendo-treeview-bg: null !default;
@@ -184,6 +159,7 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
184
159
 
185
160
 
186
161
  @forward "@progress/kendo-theme-core/scss/components/treeview/_variables.scss" with (
162
+ $kendo-treeview-default-size: $kendo-treeview-default-size,
187
163
  $kendo-treeview-font-family: $kendo-treeview-font-family,
188
164
  $kendo-treeview-font-size: $kendo-treeview-font-size,
189
165
  $kendo-treeview-sm-font-size: $kendo-treeview-sm-font-size,
@@ -208,7 +184,6 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
208
184
  $kendo-treeview-sm-checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y,
209
185
  $kendo-treeview-md-checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y,
210
186
  $kendo-treeview-lg-checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y,
211
- $kendo-treeview-sizes: $kendo-treeview-sizes,
212
187
  $kendo-treeview-bg: $kendo-treeview-bg,
213
188
  $kendo-treeview-text: $kendo-treeview-text,
214
189
  $kendo-treeview-border: $kendo-treeview-border,
@@ -4,6 +4,16 @@
4
4
 
5
5
  // Window
6
6
 
7
+ /// The default size of the Window.
8
+ /// @group window
9
+ /// @role default
10
+ $kendo-window-default-size: "auto" !default;
11
+
12
+ /// The default theme color of the Window.
13
+ /// @group window
14
+ /// @role default
15
+ $kendo-window-default-theme-color: null !default;
16
+
7
17
  /// The width of the border around the Window.
8
18
  /// @group window
9
19
  $kendo-window-border-width: 1px !default;
@@ -96,24 +106,8 @@ $kendo-window-titlebar-border: k-color(border) !default;
96
106
  /// @group window
97
107
  $kendo-window-titlebar-gradient: null !default;
98
108
 
99
- /// The map of the width for the different Window sizes.
100
- /// @group window
101
- $kendo-window-sizes: (
102
- sm: 300px,
103
- md: 800px,
104
- lg: 1200px
105
- ) !default;
106
-
107
- /// The theme colors map for the Window.
108
- /// @group window
109
- $kendo-window-theme-colors: (
110
- "primary": k-color(primary),
111
- "light": k-color(light),
112
- "dark": k-color(dark)
113
- ) !default;
114
-
115
-
116
109
  @forward "@progress/kendo-theme-core/scss/components/window/_variables.scss" with (
110
+ $kendo-window-default-theme-color: $kendo-window-default-theme-color,
117
111
  $kendo-window-border-width: $kendo-window-border-width,
118
112
  $kendo-window-border-radius: $kendo-window-border-radius,
119
113
  $kendo-window-font-family: $kendo-window-font-family,
@@ -142,6 +136,5 @@ $kendo-window-theme-colors: (
142
136
  $kendo-window-titlebar-text: $kendo-window-titlebar-text,
143
137
  $kendo-window-titlebar-border: $kendo-window-titlebar-border,
144
138
  $kendo-window-titlebar-gradient: $kendo-window-titlebar-gradient,
145
- $kendo-window-sizes: $kendo-window-sizes,
146
- $kendo-window-theme-colors: $kendo-window-theme-colors
139
+ $kendo-window-default-size: $kendo-window-default-size
147
140
  );