@progress/kendo-theme-classic 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 (101) hide show
  1. package/dist/all.css +222 -18
  2. package/dist/all.scss +4772 -4687
  3. package/dist/classic-green-dark.scss +27 -30
  4. package/dist/classic-green.scss +27 -29
  5. package/dist/classic-main-dark.scss +27 -30
  6. package/dist/classic-main.scss +27 -29
  7. package/dist/classic-opal-dark.scss +27 -30
  8. package/dist/classic-opal.scss +27 -29
  9. package/dist/classic-silver-dark.scss +27 -30
  10. package/dist/classic-silver.scss +27 -29
  11. package/lib/swatches/classic-green-dark.json +31 -49
  12. package/lib/swatches/classic-green.json +33 -41
  13. package/lib/swatches/classic-main-dark.json +31 -49
  14. package/lib/swatches/classic-main.json +33 -41
  15. package/lib/swatches/classic-opal-dark.json +31 -49
  16. package/lib/swatches/classic-opal.json +33 -41
  17. package/lib/swatches/classic-silver-dark.json +31 -49
  18. package/lib/swatches/classic-silver.json +33 -41
  19. package/package.json +5 -5
  20. package/scss/_variables.scss +52 -49
  21. package/scss/action-buttons/_variables.scss +9 -9
  22. package/scss/action-sheet/_variables.scss +63 -63
  23. package/scss/adaptive/_variables.scss +18 -18
  24. package/scss/appbar/_variables.scss +3 -3
  25. package/scss/avatar/_variables.scss +3 -3
  26. package/scss/badge/_variables.scss +32 -32
  27. package/scss/bottom-navigation/_variables.scss +23 -23
  28. package/scss/breadcrumb/_variables.scss +45 -44
  29. package/scss/button/_variables.scss +39 -39
  30. package/scss/calendar/_variables.scss +84 -87
  31. package/scss/captcha/_variables.scss +14 -14
  32. package/scss/card/_variables.scss +55 -55
  33. package/scss/chat/_variables.scss +57 -57
  34. package/scss/checkbox/_variables.scss +1 -1
  35. package/scss/chip/_variables.scss +29 -29
  36. package/scss/color-preview/_variables.scss +11 -11
  37. package/scss/coloreditor/_variables.scss +24 -24
  38. package/scss/colorgradient/_variables.scss +51 -51
  39. package/scss/colorpalette/_variables.scss +8 -8
  40. package/scss/dataviz/_variables.scss +97 -97
  41. package/scss/datetimepicker/_variables.scss +1 -1
  42. package/scss/dialog/_variables.scss +3 -3
  43. package/scss/draggable/_variables.scss +20 -20
  44. package/scss/drawer/_variables.scss +4 -4
  45. package/scss/dropdowntree/_variables.scss +2 -2
  46. package/scss/dropzone/_variables.scss +20 -20
  47. package/scss/editor/_variables.scss +3 -3
  48. package/scss/expansion-panel/_variables.scss +22 -22
  49. package/scss/fab/_variables.scss +10 -10
  50. package/scss/filemanager/_variables.scss +59 -59
  51. package/scss/filter/_variables.scss +8 -8
  52. package/scss/floating-label/_variables.scss +14 -14
  53. package/scss/forms/_variables.scss +12 -12
  54. package/scss/gantt/_variables.scss +92 -92
  55. package/scss/grid/_variables.scss +74 -74
  56. package/scss/imageeditor/_variables.scss +31 -31
  57. package/scss/input/_variables.scss +36 -36
  58. package/scss/list/_variables.scss +66 -72
  59. package/scss/listbox/_variables.scss +3 -3
  60. package/scss/listgroup/_variables.scss +10 -10
  61. package/scss/listview/_variables.scss +3 -3
  62. package/scss/loader/_variables.scss +30 -30
  63. package/scss/map/_variables.scss +21 -21
  64. package/scss/mediaplayer/_variables.scss +13 -13
  65. package/scss/menu/_variables.scss +65 -68
  66. package/scss/messagebox/_variables.scss +11 -11
  67. package/scss/notification/_variables.scss +4 -4
  68. package/scss/orgchart/_variables.scss +56 -56
  69. package/scss/overlay/_variables.scss +3 -3
  70. package/scss/pager/_variables.scss +33 -33
  71. package/scss/panelbar/_variables.scss +104 -104
  72. package/scss/pdf-viewer/_variables.scss +44 -44
  73. package/scss/pivotgrid/_variables.scss +86 -86
  74. package/scss/popover/_variables.scss +16 -16
  75. package/scss/popup/_variables.scss +12 -12
  76. package/scss/progressbar/_variables.scss +2 -2
  77. package/scss/radio/_variables.scss +1 -1
  78. package/scss/rating/_variables.scss +16 -16
  79. package/scss/scheduler/_variables.scss +89 -89
  80. package/scss/scrollview/_variables.scss +32 -32
  81. package/scss/signature/_variables.scss +18 -18
  82. package/scss/skeleton/_variables.scss +6 -6
  83. package/scss/slider/_variables.scss +44 -44
  84. package/scss/split-button/_variables.scss +6 -6
  85. package/scss/splitter/_variables.scss +18 -18
  86. package/scss/spreadsheet/_variables.scss +29 -29
  87. package/scss/stepper/_variables.scss +86 -86
  88. package/scss/switch/_variables.scss +4 -4
  89. package/scss/table/_variables.scss +18 -18
  90. package/scss/tabstrip/_variables.scss +41 -41
  91. package/scss/taskboard/_variables.scss +93 -93
  92. package/scss/tilelayout/_variables.scss +8 -8
  93. package/scss/timeline/_variables.scss +50 -50
  94. package/scss/timeselector/_variables.scss +36 -39
  95. package/scss/toolbar/_variables.scss +21 -21
  96. package/scss/tooltip/_variables.scss +29 -29
  97. package/scss/treeview/_variables.scss +30 -33
  98. package/scss/typography/_variables.scss +84 -92
  99. package/scss/upload/_variables.scss +3 -3
  100. package/scss/window/_variables.scss +6 -6
  101. package/scss/wizard/_variables.scss +10 -10
@@ -3,7 +3,8 @@
3
3
  "name": "Classic Silver Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.12.1-dev.2",
6
+ "version": "5.12.1-dev.4",
7
+ "api": "legacy",
7
8
  "previewColors": [
8
9
  "#000000",
9
10
  "#131314",
@@ -14,53 +15,39 @@
14
15
  "components": [],
15
16
  "groups": [
16
17
  {
17
- "hidden": true,
18
+ "name": "Theme colors",
18
19
  "variables": {
19
- "dark-theme": {
20
+ "kendo-is-dark-theme": {
20
21
  "name": "Dark theme",
21
22
  "type": "boolean",
22
23
  "value": true
23
- }
24
- }
25
- },
26
- {
27
- "variables": {
28
- "border-radius": {
29
- "name": "Border radius",
30
- "type": "number",
31
- "value": "4px"
32
- }
33
- }
34
- },
35
- {
36
- "name": "Theme colors",
37
- "variables": {
38
- "primary": {
24
+ },
25
+ "kendo-color-primary": {
39
26
  "name": "Primary",
40
27
  "type": "color",
41
28
  "value": "#1984c8"
42
29
  },
43
- "secondary": {
30
+ "kendo-color-secondary": {
44
31
  "name": "Secondary",
45
32
  "type": "color",
46
33
  "value": "#131314"
47
34
  },
48
- "info": {
35
+ "kendo-color-info": {
49
36
  "name": "Info",
50
37
  "type": "color",
51
38
  "value": "#007bc3"
52
39
  },
53
- "success": {
40
+ "kendo-color-success": {
54
41
  "name": "Success",
55
42
  "type": "color",
56
43
  "value": "#3ea44e"
57
44
  },
58
- "warning": {
45
+ "kendo-color-warning": {
59
46
  "name": "Warning",
60
47
  "type": "color",
61
48
  "value": "#ff9800"
62
49
  },
63
- "error": {
50
+ "kendo-color-error": {
64
51
  "name": "Error",
65
52
  "type": "color",
66
53
  "value": "#d92800"
@@ -70,27 +57,22 @@
70
57
  {
71
58
  "name": "Body",
72
59
  "variables": {
73
- "body-text": {
60
+ "kendo-body-text": {
74
61
  "name": "Body text color",
75
62
  "type": "color",
76
63
  "value": "#ffffff"
77
64
  },
78
- "body-bg": {
65
+ "kendo-body-bg": {
79
66
  "name": "Body background",
80
67
  "type": "color",
81
68
  "value": "#000000"
82
69
  },
83
- "headings-text": {
84
- "name": "Headings text color",
85
- "type": "color",
86
- "value": "#ffffff"
87
- },
88
- "subtle-text": {
70
+ "kendo-subtle-text": {
89
71
  "name": "Subtle text color",
90
72
  "type": "color",
91
73
  "value": "#e0e0e0"
92
74
  },
93
- "disabled-text": {
75
+ "kendo-disabled-text": {
94
76
  "name": "Disabled text color",
95
77
  "type": "color",
96
78
  "value": "#d0d0d0"
@@ -100,42 +82,42 @@
100
82
  {
101
83
  "name": "Components",
102
84
  "variables": {
103
- "component-text": {
85
+ "kendo-component-text": {
104
86
  "name": "Component text color",
105
87
  "type": "color",
106
88
  "value": "#ffffff"
107
89
  },
108
- "component-bg": {
90
+ "kendo-component-bg": {
109
91
  "name": "Component background",
110
92
  "type": "color",
111
93
  "value": "#202020"
112
94
  },
113
- "base-text": {
95
+ "kendo-base-text": {
114
96
  "name": "Header text color",
115
97
  "type": "color",
116
98
  "value": "#ffffff"
117
99
  },
118
- "base-bg": {
100
+ "kendo-base-bg": {
119
101
  "name": "Header background",
120
102
  "type": "color",
121
103
  "value": "#131314"
122
104
  },
123
- "hovered-text": {
105
+ "kendo-hover-text": {
124
106
  "name": "Hover text color",
125
107
  "type": "color",
126
108
  "value": "#ffffff"
127
109
  },
128
- "hovered-bg": {
110
+ "kendo-hover-bg": {
129
111
  "name": "Hover background",
130
112
  "type": "color",
131
113
  "value": "#262627"
132
114
  },
133
- "selected-text": {
115
+ "kendo-selected-text": {
134
116
  "name": "Selected text color",
135
117
  "type": "color",
136
118
  "value": "#ffffff"
137
119
  },
138
- "selected-bg": {
120
+ "kendo-selected-bg": {
139
121
  "name": "Selected background",
140
122
  "type": "color",
141
123
  "value": "#1984c8"
@@ -160,12 +142,12 @@
160
142
  {
161
143
  "name": "Link",
162
144
  "variables": {
163
- "link-text": {
145
+ "kendo-link-text": {
164
146
  "name": "Link text color",
165
147
  "type": "color",
166
148
  "value": "#1984c8"
167
149
  },
168
- "link-hover-text": {
150
+ "kendo-link-hover-text": {
169
151
  "name": "Link hover text color",
170
152
  "type": "color",
171
153
  "value": "#156fa8"
@@ -175,32 +157,32 @@
175
157
  {
176
158
  "name": "Dataviz",
177
159
  "variables": {
178
- "series-a": {
160
+ "kendo-series-a": {
179
161
  "name": "Series A",
180
162
  "type": "color",
181
163
  "value": "#007bc3"
182
164
  },
183
- "series-b": {
165
+ "kendo-series-b": {
184
166
  "name": "Series B",
185
167
  "type": "color",
186
168
  "value": "#3ea44e"
187
169
  },
188
- "series-c": {
170
+ "kendo-series-c": {
189
171
  "name": "Series C",
190
172
  "type": "color",
191
173
  "value": "#ffae00"
192
174
  },
193
- "series-d": {
175
+ "kendo-series-d": {
194
176
  "name": "Series D",
195
177
  "type": "color",
196
178
  "value": "#ef4c00"
197
179
  },
198
- "series-e": {
180
+ "kendo-series-e": {
199
181
  "name": "Series E",
200
182
  "type": "color",
201
183
  "value": "#a419b7"
202
184
  },
203
- "series-f": {
185
+ "kendo-series-f": {
204
186
  "name": "Series F",
205
187
  "type": "color",
206
188
  "value": "#430b62"
@@ -3,7 +3,8 @@
3
3
  "name": "Classic Silver",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.12.1-dev.2",
6
+ "version": "5.12.1-dev.4",
7
+ "api": "legacy",
7
8
  "previewColors": [
8
9
  "#ffffff",
9
10
  "#f3f3f4",
@@ -13,44 +14,40 @@
13
14
  ],
14
15
  "components": [],
15
16
  "groups": [
16
- {
17
- "variables": {
18
- "border-radius": {
19
- "name": "Border radius",
20
- "type": "number",
21
- "value": "4px"
22
- }
23
- }
24
- },
25
17
  {
26
18
  "name": "Theme colors",
27
19
  "variables": {
28
- "primary": {
20
+ "kendo-is-dark-theme": {
21
+ "name": "Dark theme",
22
+ "type": "boolean",
23
+ "value": false
24
+ },
25
+ "kendo-color-primary": {
29
26
  "name": "Primary",
30
27
  "type": "color",
31
28
  "value": "#1984c8"
32
29
  },
33
- "secondary": {
30
+ "kendo-color-secondary": {
34
31
  "name": "Secondary",
35
32
  "type": "color",
36
33
  "value": "#f3f3f4"
37
34
  },
38
- "info": {
35
+ "kendo-color-info": {
39
36
  "name": "Info",
40
37
  "type": "color",
41
38
  "value": "#007bc3"
42
39
  },
43
- "success": {
40
+ "kendo-color-success": {
44
41
  "name": "Success",
45
42
  "type": "color",
46
43
  "value": "#3ea44e"
47
44
  },
48
- "warning": {
45
+ "kendo-color-warning": {
49
46
  "name": "Warning",
50
47
  "type": "color",
51
48
  "value": "#ff9800"
52
49
  },
53
- "error": {
50
+ "kendo-color-error": {
54
51
  "name": "Error",
55
52
  "type": "color",
56
53
  "value": "#d92800"
@@ -60,27 +57,22 @@
60
57
  {
61
58
  "name": "Body",
62
59
  "variables": {
63
- "body-text": {
60
+ "kendo-body-text": {
64
61
  "name": "Body text color",
65
62
  "type": "color",
66
63
  "value": "#515967"
67
64
  },
68
- "body-bg": {
65
+ "kendo-body-bg": {
69
66
  "name": "Body background",
70
67
  "type": "color",
71
68
  "value": "#ffffff"
72
69
  },
73
- "headings-text": {
74
- "name": "Headings text color",
75
- "type": "color",
76
- "value": "#515967"
77
- },
78
- "subtle-text": {
70
+ "kendo-subtle-text": {
79
71
  "name": "Subtle text color",
80
72
  "type": "color",
81
73
  "value": "#666666"
82
74
  },
83
- "disabled-text": {
75
+ "kendo-disabled-text": {
84
76
  "name": "Disabled text color",
85
77
  "type": "color",
86
78
  "value": "#8f8f8f"
@@ -90,42 +82,42 @@
90
82
  {
91
83
  "name": "Components",
92
84
  "variables": {
93
- "component-text": {
85
+ "kendo-component-text": {
94
86
  "name": "Component text color",
95
87
  "type": "color",
96
88
  "value": "#515967"
97
89
  },
98
- "component-bg": {
90
+ "kendo-component-bg": {
99
91
  "name": "Component background",
100
92
  "type": "color",
101
93
  "value": "#ffffff"
102
94
  },
103
- "base-text": {
95
+ "kendo-base-text": {
104
96
  "name": "Header text color",
105
97
  "type": "color",
106
98
  "value": "#515967"
107
99
  },
108
- "base-bg": {
100
+ "kendo-base-bg": {
109
101
  "name": "Header background",
110
102
  "type": "color",
111
103
  "value": "#f3f3f4"
112
104
  },
113
- "hovered-text": {
105
+ "kendo-hover-text": {
114
106
  "name": "Hover text color",
115
107
  "type": "color",
116
108
  "value": "#263248"
117
109
  },
118
- "hovered-bg": {
110
+ "kendo-hover-bg": {
119
111
  "name": "Hover background",
120
112
  "type": "color",
121
113
  "value": "#dbdee5"
122
114
  },
123
- "selected-text": {
115
+ "kendo-selected-text": {
124
116
  "name": "Selected text color",
125
117
  "type": "color",
126
118
  "value": "#ffffff"
127
119
  },
128
- "selected-bg": {
120
+ "kendo-selected-bg": {
129
121
  "name": "Selected background",
130
122
  "type": "color",
131
123
  "value": "#1984c8"
@@ -150,12 +142,12 @@
150
142
  {
151
143
  "name": "Link",
152
144
  "variables": {
153
- "link-text": {
145
+ "kendo-link-text": {
154
146
  "name": "Link text color",
155
147
  "type": "color",
156
148
  "value": "#1984c8"
157
149
  },
158
- "link-hover-text": {
150
+ "kendo-link-hover-text": {
159
151
  "name": "Link hover text color",
160
152
  "type": "color",
161
153
  "value": "#156fa8"
@@ -165,32 +157,32 @@
165
157
  {
166
158
  "name": "Dataviz",
167
159
  "variables": {
168
- "series-a": {
160
+ "kendo-series-a": {
169
161
  "name": "Series A",
170
162
  "type": "color",
171
163
  "value": "#007bc3"
172
164
  },
173
- "series-b": {
165
+ "kendo-series-b": {
174
166
  "name": "Series B",
175
167
  "type": "color",
176
168
  "value": "#3ea44e"
177
169
  },
178
- "series-c": {
170
+ "kendo-series-c": {
179
171
  "name": "Series C",
180
172
  "type": "color",
181
173
  "value": "#ffae00"
182
174
  },
183
- "series-d": {
175
+ "kendo-series-d": {
184
176
  "name": "Series D",
185
177
  "type": "color",
186
178
  "value": "#ef4c00"
187
179
  },
188
- "series-e": {
180
+ "kendo-series-e": {
189
181
  "name": "Series E",
190
182
  "type": "color",
191
183
  "value": "#a419b7"
192
184
  },
193
- "series-f": {
185
+ "kendo-series-f": {
194
186
  "name": "Series F",
195
187
  "type": "color",
196
188
  "value": "#430b62"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-classic",
3
3
  "description": "Sass port of less based themes for Kendo UI theme",
4
- "version": "5.12.1-dev.2",
4
+ "version": "5.12.1-dev.4",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -49,9 +49,9 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@progress/kendo-font-icons": "^1.0.0",
52
- "@progress/kendo-theme-core": "^5.12.1-dev.2",
53
- "@progress/kendo-theme-default": "^5.12.1-dev.2",
54
- "@progress/kendo-theme-utils": "^5.12.1-dev.2"
52
+ "@progress/kendo-theme-core": "^5.12.1-dev.4",
53
+ "@progress/kendo-theme-default": "^5.12.1-dev.4",
54
+ "@progress/kendo-theme-utils": "^5.12.1-dev.4"
55
55
  },
56
- "gitHead": "14365a5e53996a453f9d6ad72894a3e4666e6ede"
56
+ "gitHead": "a62113f259ebc1b7722c0871fb93955f8bf4c409"
57
57
  }
@@ -7,6 +7,7 @@ $kendo-enable-shadows: true !default;
7
7
  $kendo-enable-gradients: true !default;
8
8
  $kendo-enable-transitions: true !default;
9
9
  $kendo-enable-focus-contrast: false !default;
10
+ $kendo-enable-typography: false !default;
10
11
 
11
12
  $kendo-use-input-button-width: false !default;
12
13
  $kendo-use-input-spinner-width: false !default;
@@ -52,8 +53,6 @@ $kendo-spacing: (
52
53
  24: 96px
53
54
  ) !default;
54
55
 
55
- $default-scrollbar-width: 17px !default;
56
-
57
56
 
58
57
  // Icons
59
58
  $kendo-icon-size: 16px !default;
@@ -102,7 +101,7 @@ $kendo-zindex-loading: 100 !default;
102
101
 
103
102
 
104
103
  // Color settings
105
- $dark-theme: false !default;
104
+ $kendo-is-dark-theme: false !default;
106
105
 
107
106
  // Theme colors
108
107
  /// The color that focuses the user attention.
@@ -185,7 +184,7 @@ $kendo-color-light: #ebebeb !default;
185
184
 
186
185
  /// Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark
187
186
  /// @group color-system
188
- $kendo-color-inverse: if( $dark-theme, $kendo-color-light, $kendo-color-dark ) !default;
187
+ $kendo-color-inverse: if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark ) !default;
189
188
 
190
189
 
191
190
  $kendo-theme-colors: (
@@ -206,49 +205,55 @@ $kendo-theme-colors: (
206
205
 
207
206
  /// Base font size across all components.
208
207
  /// @group typography
209
- $font-size: 14px !default;
210
- $font-size-xs: 10px !default;
211
- $font-size-sm: 12px !default;
212
- $font-size-md: $font-size !default;
213
- $font-size-lg: 16px !default;
214
- $font-size-xl: 20px !default;
208
+ $kendo-font-size: 14px !default;
209
+ $kendo-font-size-xs: 10px !default;
210
+ $kendo-font-size-sm: 12px !default;
211
+ $kendo-font-size-md: $kendo-font-size !default;
212
+ $kendo-font-size-lg: 16px !default;
213
+ $kendo-font-size-xl: 20px !default;
215
214
 
216
215
  $kendo-font-sizes: (
217
- xs: $font-size-xs,
218
- sm: $font-size-sm,
219
- md: $font-size-md,
220
- lg: $font-size-lg,
221
- xl: $font-size-xl
216
+ xs: $kendo-font-size-xs,
217
+ sm: $kendo-font-size-sm,
218
+ md: $kendo-font-size-md,
219
+ lg: $kendo-font-size-lg,
220
+ xl: $kendo-font-size-xl
222
221
  ) !default;
223
222
 
224
- /// Font family across all components.
223
+ /// Font family for text.
225
224
  /// @group typography
226
- $font-family: inherit !default;
225
+ $kendo-font-family-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
227
226
 
228
227
  /// Font family for monospaced text. Used for styling the code.
229
228
  /// @group typography
230
- $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", "Ubuntu Mono", "Lucida Console", "Courier New", monospace !default;
229
+ $kendo-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", "Ubuntu Mono", "Lucida Console", "Courier New", monospace !default;
231
230
 
232
- /// Line height used along with $font-size.
231
+ /// Font family across all components.
233
232
  /// @group typography
234
- $line-height: k-math-div( 20, 14 ) !default;
235
- $line-height-xs: 1 !default;
236
- $line-height-sm: 1.25 !default;
237
- $line-height-md: $line-height !default;
238
- $line-height-lg: 1.5 !default;
239
- $line-height-em: calc( #{$line-height} * 1em ) !default;
233
+ $kendo-font-family: inherit !default;
240
234
 
235
+ /// Line height used along with $kendo-font-size.
236
+ /// @group typography
237
+ $kendo-line-height: k-math-div( 20, 14 ) !default;
238
+ $kendo-line-height-xs: 1 !default;
239
+ $kendo-line-height-sm: 1.25 !default;
240
+ $kendo-line-height-md: $kendo-line-height !default;
241
+ $kendo-line-height-lg: 1.5 !default;
242
+ $kendo-line-height-em: calc( #{$kendo-line-height} * 1em ) !default;
241
243
 
242
244
  // Font weight
243
- $font-weight-light: 300 !default;
244
- $font-weight-normal: 400 !default;
245
- $font-weight-bold: 700 !default;
246
-
245
+ $kendo-font-weight-light: 300 !default;
246
+ $kendo-font-weight-normal: 400 !default;
247
+ $kendo-font-weight-medium: 500 !default;
248
+ $kendo-font-weight-semibold: 600 !default;
249
+ $kendo-font-weight-bold: 700 !default;
247
250
 
248
251
  // Letter Spacing
249
- $letter-spacing: null !default;
252
+ $kendo-letter-spacing: null !default;
250
253
 
251
254
 
255
+ // Generic styles
256
+
252
257
  // Root styles
253
258
  $kendo-body-bg: $kendo-color-white !default;
254
259
  $kendo-body-text: #272727 !default;
@@ -259,17 +264,21 @@ $kendo-app-bg: $kendo-body-bg !default;
259
264
  $kendo-app-text: $kendo-body-text !default;
260
265
  $kendo-app-border: k-try-shade( $kendo-app-bg, 2 ) !default;
261
266
 
267
+ // Link
268
+ $kendo-link-text: $kendo-color-primary !default;
269
+ $kendo-link-hover-text: $kendo-color-primary-darker !default;
270
+
262
271
 
263
272
  // Components
264
273
 
265
274
  /// The background of the components' chrome area.
266
- $base-bg: #f0f0f0 !default;
275
+ $kendo-base-bg: #f0f0f0 !default;
267
276
  /// The text color of the components' chrome area.
268
- $base-text: $kendo-body-text !default;
277
+ $kendo-base-text: $kendo-body-text !default;
269
278
  /// The border color of the components' chrome area.
270
- $base-border: k-try-shade( $base-bg, 2 ) !default;
279
+ $kendo-base-border: k-try-shade( $kendo-base-bg, 2 ) !default;
271
280
  /// The gradient background of the components' chrome area.
272
- $base-gradient: rgba( white, .1 ), rgba( white, 0 ) !default;
281
+ $kendo-base-gradient: rgba( white, .1 ), rgba( white, 0 ) !default;
273
282
 
274
283
  /// Background color of a component.
275
284
  /// Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.
@@ -282,16 +291,16 @@ $kendo-component-text: $kendo-body-text !default;
282
291
  /// Border color of a component.
283
292
  /// Note: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.
284
293
  /// @group component
285
- $kendo-component-border: $base-border !default;
294
+ $kendo-component-border: $kendo-base-border !default;
286
295
 
287
296
  /// The background of hovered items.
288
- $kendo-hover-bg: k-try-shade( $base-bg, 1 ) !default;
297
+ $kendo-hover-bg: k-try-shade( $kendo-base-bg, 1 ) !default;
289
298
  /// The text color of hovered items.
290
- $kendo-hover-text: $base-text !default;
299
+ $kendo-hover-text: $kendo-base-text !default;
291
300
  /// The border color of hovered items.
292
301
  $kendo-hover-border: k-try-shade( $kendo-hover-bg, 2 ) !default;
293
302
  /// The gradient background of hovered items.
294
- $kendo-hover-gradient: $base-gradient !default;
303
+ $kendo-hover-gradient: $kendo-base-gradient !default;
295
304
 
296
305
  /// The background of selected items.
297
306
  $kendo-selected-bg: $kendo-color-primary !default;
@@ -300,7 +309,7 @@ $kendo-selected-text: k-contrast-legacy( $kendo-selected-bg ) !default;
300
309
  /// The border color of selected items.
301
310
  $kendo-selected-border: k-try-shade( $kendo-selected-bg, 2 ) !default;
302
311
  /// The gradient background of selected items.
303
- $kendo-selected-gradient: $base-gradient !default;
312
+ $kendo-selected-gradient: $kendo-base-gradient !default;
304
313
 
305
314
  $kendo-selected-hover-bg: k-try-shade( $kendo-selected-bg, 1 ) !default;
306
315
  $kendo-selected-hover-text: k-contrast-legacy( $kendo-selected-hover-bg ) !default;
@@ -329,10 +338,10 @@ $kendo-disabled-styling: (
329
338
 
330
339
 
331
340
  // Header
332
- $kendo-component-header-bg: $base-bg !default;
333
- $kendo-component-header-text: $base-text !default;
334
- $kendo-component-header-border: $base-border !default;
335
- $kendo-component-header-gradient: $base-gradient !default;
341
+ $kendo-component-header-bg: $kendo-base-bg !default;
342
+ $kendo-component-header-text: $kendo-base-text !default;
343
+ $kendo-component-header-border: $kendo-base-border !default;
344
+ $kendo-component-header-gradient: $kendo-base-gradient !default;
336
345
 
337
346
 
338
347
  // Validator
@@ -340,9 +349,3 @@ $kendo-invalid-bg: null !default;
340
349
  $kendo-invalid-text: $kendo-color-error !default;
341
350
  $kendo-invalid-border: $kendo-color-error !default;
342
351
  $kendo-invalid-shadow: null !default;
343
-
344
-
345
- // Layout
346
- $grid-cols: 12 !default;
347
- $grid-rows: 10 !default;
348
- $grid-gap: 10px !default;
@@ -1,11 +1,11 @@
1
1
  // Actions
2
- $actions-margin-top: k-map-get( $kendo-spacing, 4 ) !default;
3
- $actions-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
4
- $actions-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
5
- $actions-border-width: 0px !default;
6
- $actions-button-spacing: k-map-get( $kendo-spacing, 2 ) !default;
2
+ $kendo-actions-margin-top: k-map-get( $kendo-spacing, 4 ) !default;
3
+ $kendo-actions-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
4
+ $kendo-actions-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
5
+ $kendo-actions-border-width: 0px !default;
6
+ $kendo-actions-button-spacing: k-map-get( $kendo-spacing, 2 ) !default;
7
7
 
8
- $actions-bg: null !default;
9
- $actions-text: null !default;
10
- $actions-border: null !default;
11
- $actions-gradient: null !default;
8
+ $kendo-actions-bg: null !default;
9
+ $kendo-actions-text: null !default;
10
+ $kendo-actions-border: null !default;
11
+ $kendo-actions-gradient: null !default;